.section-strength {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-strength {
      margin-top: 80px;
  }
}

@media screen and (min-width: 1050px) {
  .section-strength .heading-area .heading-area__inner:last-child {
      width: calc(60% - 100px);
  }
}

.section-strength .heading-area {
  position: relative;
}

.section-strength .heading-area .home-heading-2--center {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-strength .heading-area .home-heading-2--center {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength .heading-area .home-heading-2--center {
    margin-bottom: 50px;
  }
}

.strength-columns {
  position: relative;
}
@media screen and (min-width: 1050px) {
  .strength-columns.columns .columns__column:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1050px) {
  .strength-columns.columns .columns__column:nth-child(2) {
    padding-left: 0;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1050px) {
  .strength-columns::before {
    content: "";
    background-color: rgba(35, 130, 173, .1);
    bottom: inherit;
    height: 849px;
    width: 100%;
    right: calc(100% - 205px);
    top: -400px;
    position: absolute;
    z-index: -1;　
  }　　　　
}

@media screen and (max-width: 1049px) and (min-width: 768px) {
  .strength-columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .strength-columns.columns--two.columns--to-one > .columns__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .strength-columns > .columns__column:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1049px) {
  .strength-columns>.columns__column:not(:first-child) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .strength-columns.columns--two.columns--to-one .columns__column {
    padding-left: 0;
    padding-right: 0;
  }
  .strength-columns>.columns__column:not(:first-child) {
    margin-top: 25px;
  }
}

.strength-columns__link {
  display: block;
}
@media screen and (min-width: 1050px) {
  .strength-columns__link {
    margin-right: -100px;
  }
}

.strength-columns__link .strength-columns .figure {
  box-shadow: 0px 0px 50px -6px rgb(24 32 69 / 15%);
  position: relative;
}

.strength-columns__link .strength-columns .figure::before {
  background: linear-gradient(to right, rgba(57,141,231,0.8) 0%,rgba(38,195,220,0.8) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: .3s;
  transition-timing-function: ease-in;
}

.strength-columns__link .strength-columns .figure::after {
  content: attr(img-text-decoration);
  color: #fff;
  font-size: 22px;
  letter-spacing: .2em;
  line-height: 1em;
  bottom: 90px;
  left: calc(50% - 46px);
  transition: .3s;
  opacity: 0;
  position: absolute;
  font-family: 'Oswald', sans-serif;
}

.strength-columns__link .strength-columns .strength-columns__anchor__icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  transform-origin: right center;
  transition: .3s;
  transition-delay: .15s;
  opacity: 0;
}
@media screen and (min-width: 1050px) {
  .strength-columns__link.strength-columns__link-wrapper:hover .strength-columns .figure::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1050px) {
  .strength-columns__link.strength-columns__link-wrapper:hover .strength-columns .figure::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1050px) {
  .strength-columns__link.strength-columns__link-wrapper:hover .strength-columns .strength-columns__anchor__icon {
    opacity:1;
  }
}

@media screen and (min-width: 1050px) {
  .strength-columns__link.strength-columns__link-wrapper:hover .strength-columns .link-button__anchor::after {
    width: 117px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
}
@media screen and (min-width: 1050px) {
  .strength-columns__link.strength-columns__link-wrapper:hover .strength-columns .link-button__anchor .link-button__anchor__icon {
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}
@media screen and (min-width: 1050px) {
  .strength-columns__link.strength-columns__link-wrapper:hover .strength-columns .link-button__anchor::before {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
  }
}
