#intro .intro_box .half_box .ttl {
  font-size: 32px;
}

.full_wide_ttl .txt_white {
  padding-left: 2%;
}

.full_wide_ttl .txt_white > span {
  position: relative;
}

.full_wide_ttl .txt_white > span::before {
  content: '';
  background: url(../img/advantage/track.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 113px;
  position: absolute;
  top: -36px;
  left: -227px;
}

.reason_intro {
  gap: 0 4.0%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -30px;
}

.reason_intro .ttl {
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.reason_intro img {
  width: 252px;
}

.reason_list {
  margin-top: 40px;
}

.reason_list li {
  margin-bottom: 40px;
}

.reason_list li .ttl_stripe_color03 {
  font-size: 32px;
  padding: 0.4em 1.25em 0.5em;
}

.reason_list li .ttl_stripe_color03 span {
  position: relative;
}

.reason_list li .ttl_stripe_color03 span::before {
  content: '';
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reason_list li:nth-child(1) .ttl_stripe_color03 span::before {
  background: url(../img/advantage/icon_01_pc.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  left: -65px;
}

.reason_list li:nth-child(2) .ttl_stripe_color03 span::before {
  background: url(../img/advantage/icon_02_pc.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 46px;
  left: -70px;
}

.reason_list li:nth-child(3) .ttl_stripe_color03 span::before {
  background: url(../img/advantage/icon_03_pc.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 45px;
  left: -49px;
}

.reason_list li:nth-child(4) .ttl_stripe_color03 span::before {
  background: url(../img/advantage/icon_04_pc.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  left: -69px;
}

.reason_list li:nth-child(5) .ttl_stripe_color03 span::before {
  background: url(../img/advantage/icon_05_pc.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  left: -66px;
}

.reason_list li:nth-child(6) .ttl_stripe_color03 span::before {
  background: url(../img/advantage/icon_06_pc.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 47px;
  left: -66px;
}

.reason_list li:nth-child(7) {
  margin-bottom: 0;
}

.reason_list li:nth-child(7) .ttl_stripe_color03 span::before {
  background: url(../img/advantage/icon_07_pc.png) no-repeat;
  background-size: contain;
  width: 57px;
  height: 56px;
  left: -81px;
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }
  .full_wide_ttl .txt_white {
    padding-left: 8vw;
  }
  .full_wide_ttl .txt_white > span::before {
    width: calc(200px * 0.7);
    height: calc(113px * 0.7);
    top: -25px;
    left: -156px;
  }
  .reason_intro {
    margin-top: 0;
  }
  .reason_intro .ttl {
    font-size: 23px;
  }
  .reason_intro img {
    width: 26vw;
  }
  .reason_list li {
    margin-bottom: 35px;
  }
  .reason_list li .ttl_stripe_color03 {
    font-size: 23px;
  }
  .reason_list li:nth-child(1) .ttl_stripe_color03 span::before {
    width: calc(45px * 0.7);
    height: calc(45px * 0.7);
    left: -46px;
  }
  .reason_list li:nth-child(2) .ttl_stripe_color03 span::before {
    width: calc(50px * 0.7);
    height: calc(46px * 0.7);
    left: -50px;
  }
  .reason_list li:nth-child(3) .ttl_stripe_color03 span::before {
    width: calc(31px * 0.7);
    height: calc(45px * 0.7);
    left: -36px;
  }
  .reason_list li:nth-child(4) .ttl_stripe_color03 span::before {
    width: calc(50px * 0.7);
    height: calc(50px * 0.7);
    left: -50px;
  }
  .reason_list li:nth-child(5) .ttl_stripe_color03 span::before {
    width: calc(45px * 0.7);
    height: calc(45px * 0.7);
    left: -50px;
  }
  .reason_list li:nth-child(6) .ttl_stripe_color03 span::before {
    width: calc(46px * 0.7);
    height: calc(47px * 0.7);
    left: -48px;
  }
  .reason_list li:nth-child(7) .ttl_stripe_color03 span::before {
    width: calc(57px * 0.7);
    height: calc(56px * 0.7);
    left: -55px;
  }
}

@media screen and (max-width: 568px) {
  #intro .intro_box .half_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #intro .intro_box .half_box .photo {
    margin-bottom: 20px;
  }
  .full_wide_ttl {
    padding: 14px 0 16px;
  }
  .full_wide_ttl .txt_white {
    line-height: 1.4;
  }
  .full_wide_ttl .txt_white > span::before {
    content: none;
  }
  .reason_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -14px;
  }
  .reason_intro .ttl {
    font-size: 19px;
    text-align: center;
    margin: 14px 0 14px;
  }
  .reason_intro img {
    width: 55.6vw;
  }
  .reason_list {
    margin-top: 25px;
  }
  .reason_list li {
    margin: 0 -5.3vw 25px;
    border-radius: 0;
    border-bottom: 4px solid #88c7ff;
  }
  .reason_list li .md_inner_space02 {
    padding-bottom: 20px;
  }
  .reason_list li .txt_box .ttl {
    text-align: center;
    margin: 13px 0 7px;
  }
  .reason_list li .ttl_stripe_color03 {
    padding-left: 2.0em;
  }
  .reason_list li .ttl_stripe_color03 span::before {
    top: 52%;
  }
  .reason_list li:nth-child(1) .ttl_stripe_color03 span::before {
    background: url(../img/advantage/icon_01.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -42px;
  }
  .reason_list li:nth-child(2) .ttl_stripe_color03 span::before {
    background: url(../img/advantage/icon_02.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 28px;
    left: -40px;
  }
  .reason_list li:nth-child(3) .ttl_stripe_color03 span::before {
    background: url(../img/advantage/icon_03.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
    left: -30px;
  }
  .reason_list li:nth-child(4) .ttl_stripe_color03 span::before {
    background: url(../img/advantage/icon_04.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -40px;
  }
  .reason_list li:nth-child(5) .ttl_stripe_color03 span::before {
    background: url(../img/advantage/icon_05.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -40px;
  }
  .reason_list li:nth-child(6) .ttl_stripe_color03 span::before {
    background: url(../img/advantage/icon_06.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -41px;
  }
  .reason_list li:nth-child(7) .ttl_stripe_color03 span::before {
    background: url(../img/advantage/icon_07.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -40px;
  }
}
/*# sourceMappingURL=strong.css.map */