.intro {
  padding: 44px 0 80px;
}
.intro__ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 54px;
}
.intro__text {
  text-align: center;
  margin-bottom: 39px;
}
.intro__photo {
  height: 57vw;
}
.intro__photo.intro__photo--ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__blue {
  color: #2B4CA3;
  font-weight: bold;
}
.strength {
  padding: 80px 0 46px;
  background: #EEF3F9;
}
.strength__h2 {
  margin-bottom: 42px;
}
.strength__text {
  text-align: center;
  margin-bottom: 35px;
}
.strength__group__col {
  margin-bottom: 35px;
  background: #fff;
  padding: 24px 33px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color=#333333)"; /*IE 8*/
  -moz-box-shadow: 3px 3px 16px -8px rgba(51, 51, 51, 0.2); /*FF 3.5+*/
  -webkit-box-shadow: 3px 3px 16px -8px rgba(51, 51, 51, 0.2); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 3px 3px 16px -8px rgba(51, 51, 51, 0.2); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color=#333333); /*IE 5.5-7*/
}
.strength__group__h3 {
  font-size: 24px;
  font-weight: bold;
  color: #03499B;
  text-align: center;
  margin-bottom: 22px;
}
.strength__group__h3 span {
  font-size: 30px;
}
.strength__group__icon {
  width: 60px;
  margin: 0 auto 30px;
}
.strength__group__h4 {
  font-size: 24px;
  font-weight: bold;
  color: #03499B;
  margin-bottom: 23px;
  text-align: center;
}
.footer-contact--style02 h2 {
  font-size: 35px;
  line-height: 53px;
}
.support {
  position: relative;
  padding: 81px 0 50px;
}
.support__h2 {
  margin-bottom: 33px;
}
.support__text {
  text-align: center;
  margin-bottom: 115px;
}
.support__flow {
  position: relative;
  padding-bottom: 30px;
}
.support__flow:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  background: #03499B;
  bottom: 0;
  content: "";
}
.support__flow:after {
  position: absolute;
  width: 60px;
  height: 2px;
  background: #03499B;
  display: inline-block;
  transform: rotate(45deg) translateX(15px);
  content: "";
  bottom: 30px;
  right: 50%;
}
.support__flow__row {
  position: relative;
  padding: 35px 30px 41px;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#1C1C1C)";
  /*IE 8*/
  -moz-box-shadow: 0px 1px 11px -1px rgba(28, 28, 28, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0px 1px 11px -1px rgba(28, 28, 28, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0px 1px 11px -1px rgba(28, 28, 28, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#1C1C1C);
  /*IE 5.5-7*/
  margin-bottom: 40px;
}
.support__flow__row + .support__flow__row {
  margin-bottom: 156px;
}
.support__flow__row:last-of-type {
  margin-bottom: 53px;
}
.support__flow__row.step {
  padding-top: 58px;
}
.support__flow__step {
  width: 127px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #3B4043;
  position: absolute;
  top: -79px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #E2EAF3;
  border-radius: 50%;
}
.support__flow .step--two {
  background: #BAD1EB;
}
.support__flow .step--three {
  background: #294ba2;
  background: linear-gradient(180deg, #294ba2 0%, #223a7b 100%);
  color: #fff;
}
.support__flow__h3 {
  font-weight: bold;
  color: #03499B;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.support__flow__h3 span {
  font-size: 16px;
  display: block;
}
.support__flow__text {
  margin-bottom: 20px;
}
.user-voice {
  padding: 83px 0 83px;
  background: #EEF3F9;
  margin-bottom: -80px;
}
.user-voice__h2 {
  margin-bottom: 36px;
}
.user-voice__text {
  margin-bottom: 38px;
  text-align: center;
}
.user-voice__group__row {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#1C1C1C)";
  /*IE 8*/
  -moz-box-shadow: 0px 1px 11px -1px rgba(28, 28, 28, 0.1);
  /*FF 3.5+*/
  -webkit-box-shadow: 0px 1px 11px -1px rgba(28, 28, 28, 0.1);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0px 1px 11px -1px rgba(28, 28, 28, 0.1);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#1C1C1C);
  /*IE 5.5-7*/
}
.user-voice__group__icon {
  width: 97px;
  margin-right: 21px;
  margin-top: 5px;
}
.user-voice__group__col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}
.user-voice__group__h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.user-voice__group__h3 span {
  background: #03499B;
  padding: 2px 10px;
}
.user-voice__group__price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #333;
  letter-spacing: 1px;
}
.user-voice__group__price dt {
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
}
.user-voice__group__price dd {
  font-size: 24px;
  font-weight: bold;
}
.user-voice__group__price dd span {
  font-size: 35px;
}
.user-voice__group .red--price {
  color: #A51418;
  border-bottom: 2px solid #D6B43F;
}
.user-voice__group__text {
  font-weight: bold;
}
.user-voice__btn {
  width: 90%;
  margin: 0 auto;
}
.user-voice__btn a {
  display: block;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #294ba2;
  background: linear-gradient(90deg, #294ba2 0%, #223a7b 100%);
  border-radius: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color=#436B98)";
  /*IE 8*/
  -moz-box-shadow: 3px 3px 16px -4px rgba(67, 107, 152, 0.8);
  /*FF 3.5+*/
  -webkit-box-shadow: 3px 3px 16px -4px rgba(67, 107, 152, 0.8);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 3px 3px 16px -4px rgba(67, 107, 152, 0.8);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color=#436B98);
  /*IE 5.5-7*/
}
@media only screen and (min-width: 561px) {
  .intro {
    padding: 56px 0 56px;
  }
  .intro__ttl {
    text-align: left;
    font-size: 33px;
    line-height: 50px;
  }
  .intro__text {
    text-align: left;
  }
  .intro__photo {
    position: absolute;
    left: 530px;
    top: 3px;
    width: 460px;
    height: 304px;
  }
  .strength {
    padding: 74px 0 46px;
  }
  .strength__text {
    margin-bottom: 50px;
  }
  .strength__group {
    display: flex;
    justify-content: space-between;
  }
  .strength__group__col {
    width: 300px;
    padding: 24px 19px;
    box-sizing: border-box;
  }
  .strength__group__h3 {
    font-size: 20px;
  }
  .strength__group__h3 span {
    font-size: 26px;
  }
  .strength__group__h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  .strength__group__text2 {
    line-height: 25px;
    font-size: 14px;
  }
  .support {
    padding: 74px 0 50px;
  }
  .support__flow {
    padding-bottom: 0;
  }
  .support__flow:before {
    right: auto;
    left: 124px;
    bottom: 6px;
  }
  .support__flow:after {
    right: auto;
    left: 63px;
    bottom: 38px;
  }
  .support__flow__row {
    width: 740px;
    margin-left: auto;
    margin-right: 60px;
    box-sizing: border-box;
    padding: 42px 44px 50px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .support__flow__row + .support__flow__row {
    margin-bottom: 128px;
  }
  .support__flow__row.step:nth-child(3) {
    margin-bottom: 120px;
  }
  .support__flow__row:nth-child(4) {
    margin-bottom: 120px;
  }
  .support__flow__row.step {
    width: 740px;
    margin-left: auto;
    margin-right: 60px;
    box-sizing: border-box;
    padding: 42px 44px 50px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .support__flow__step {
    left: -104px;
    right: auto;
    top: -65px;
    width: 140px;
    height: 140px;
  }
  .support__flow__row__col {
    width: 50%;
  }
  .support__flow__photo {
    width: 44%;
  }
  .support__flow__photo img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .support__flow__h3 {
    text-align: left;
  }
  .support__flow__text {
    font-size: 14px;
    line-height: 25px;
  }
  .user-voice {
    padding: 73px 0 83px;
  }
  .user-voice__group__row {
    padding: 27px 20px;
  }
  .user-voice__group__icon {
    margin-right: 0;
    width: 84px;
  }
  .user-voice__group__h3 {
    font-size: 12px;
  }
  .user-voice__group__price dt {
    font-size: 16px;
  }
  .user-voice__group__price dd {
    font-size: 16px;
  }
  .user-voice__group__price dd span {
    font-size: 23px;
  }

}

@media only screen and (max-width: 560px) {
  .intro {
    padding: 7.86vw 0 14.29vw;
  }
  .intro__ttl {
    font-size: 5.36vw;
    margin-bottom: 3.93vw;
    line-height: 9.64vw;
  }
  .intro__text {
    margin-bottom: 6.96vw;
  }
  .intro__photo {
    height: 57vw;
  }
  .strength {
    padding: 14.29vw 0 8.21vw;
    /* margin-bottom: -14.29vw; */
  }
  .strength__h2 {
    margin-bottom: 7.5vw;
  }
  .strength__text {
    margin-bottom: 6.25vw;
  }
  .strength__group__col {
    margin-bottom: 6.25vw;
    padding: 4.29vw 5.89vw;
  }
  .strength__group__h3 {
    font-size: 4.29vw;
    margin-bottom: 3.93vw;
  }
  .strength__group__h3 span {
    font-size: 5.36vw;
  }
  .strength__group__icon {
    width: 10.71vw;
    margin: 0 auto 5.36vw;
  }
  .strength__group__h4 {
    font-size: 4.29vw;
    margin-bottom: 4.11vw;
  }
  .footer-contact--style02 h2 {
    font-size: 6.25vw;
    line-height: 9.46vw;
  }
  .support {
    padding: 14.46vw 0 8.93vw;
  }
  .support__h2 {
    margin-bottom: 5.89vw;
  }
  .support__text {
    margin-bottom: 20.54vw;
  }
  .support__flow {
    padding-bottom: 5.36vw;
  }
  .support__flow:before {
    width: 0.36vw;
  }
  .support__flow:after {
    width: 10.71vw;
    height: 0.36vw;
    transform: rotate(45deg) translateX(2.68vw);
    bottom: 5.36vw;
  }
  .support__flow__row {
    padding: 6.25vw 5.36vw 7.32vw;
    margin-bottom: 7.14vw;
  }
  .support__flow__row + .support__flow__row {
    margin-bottom: 27.86vw;
  }
  .support__flow__row:last-of-type {
    margin-bottom: 9.46vw;
  }
  .support__flow__row.step {
    padding-top: 10.36vw;
  }
  .support__flow__step {
    width: 22.68vw;
    height: 22.68vw;
    font-size: 3.57vw;
    top: -14.11vw;
  }
  .support__flow__h3 {
    font-size: 4.64vw;
    margin-bottom: 3.57vw;
  }
  .support__flow__h3 span {
    font-size: 2.86vw;
  }
  .support__flow__text {
    margin-bottom: 3.57vw;
  }
  .user-voice {
    padding: 14.82vw 0 14.82vw;
    margin-bottom: -14.29vw;
  }
  .user-voice__h2 {
    margin-bottom: 6.43vw;
  }
  .user-voice__text {
    margin-bottom: 6.79vw;
  }
  .user-voice__group__row {
    margin-bottom: 5.36vw;
    padding: 5.36vw;
  }
  .user-voice__group__icon {
    width: 17.32vw;
    margin-right: 3.75vw;
    margin-top: 0.89vw;
  }
  .user-voice__group__col {
    margin-bottom: 3.57vw;
  }
  .user-voice__group__h3 {
    font-size: 3.21vw;
    margin-bottom: 0.71vw;
  }
  .user-voice__group__h3 span {
    padding: 0.36vw 1.79vw;
  }
  .user-voice__group__price {
    letter-spacing: 0.18vw;
  }
  .user-voice__group__price dt {
    font-size: 4.29vw;
    margin-right: 1.79vw;
  }
  .user-voice__group__price dd {
    font-size: 4.29vw;
  }
  .user-voice__group__price dd span {
    font-size: 6.25vw;
  }
  .user-voice__group .red--price {
    border-bottom: 0.36vw solid #D6B43F;
  }
  .user-voice__btn a {
    padding: 3.57vw;
    font-size: 4.29vw;
    border-radius: 0.89vw;
  }
}