/*
 ---------------------------------*/
.reason-wrap {
  max-width: 1920px;
  margin: auto;
}
.reason-wrap * {
  box-sizing: border-box;
}
.reason-wrap .d-block {
  display: none;
}
@media (max-width: 767px) {
  .reason-wrap .d-block {
    display: block;
  }
}
.reason-wrap .d-md-block {
  display: block;
}
@media (max-width: 767px) {
  .reason-wrap .d-md-block {
    display: none;
  }
}
.reason-fv {
  position: relative;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .reason-fv {
    aspect-ratio: 1.25;
  }
}
.reason-fv__ttl img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 500px;
}
@media (max-width: 767px) {
  .reason-fv__ttl img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .reason-fv__ttl img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .reason-fv__ttl img {
    height: auto;
  }
}
.reason-worry {
  margin-top: -1px;
  padding-bottom: 5rem;
  background: url(../images/reason/reason-worry_bg_pc.png) top center;
}
@media (max-width: 1024px) {
  .reason-worry {
    padding-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .reason-worry {
    padding-bottom: 11vw;
    background: url(../images/reason/reason-worry_bg_sp.png) top center;
    background-size: cover;
  }
}
.reason-worry__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.8rem 0;
  background-color: #004fa5;
  position: relative;
}
.reason-worry__header:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 20px;
  background-color: #004fa5;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media (max-width: 1024px) {
  .reason-worry__header {
    padding: 3vw 0;
  }
  .reason-worry__header img {
    width: 35.3vw;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .reason-worry__header {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .reason-worry__header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .reason-worry__header {
    padding: 0 0 5vw 0;
    margin-top: -4vw;
  }
  .reason-worry__header img {
    width: 73.6vw;
  }
  .reason-worry__header:after {
    bottom: -3vw;
    width: 11.46667vw;
    height: 5.73333vw;
  }
}
.reason-worry__container {
  max-width: 1020px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .reason-worry__container {
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .reason-worry__container {
    padding: 0 5.33333vw;
  }
}
.reason-worry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5.5rem;
}
@media (max-width: 1024px) {
  .reason-worry__list {
    margin-top: 4.5vw;
  }
}
@media (max-width: 767px) {
  .reason-worry__list {
    margin-top: 11vw;
  }
}
.reason-worry__item {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .reason-worry__item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .reason-worry__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8vw;
  }
  .reason-worry__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .reason-worry__item:nth-of-type(2n) .reason-worry__txtarea::before {
    left: inherit;
    right: -1.5vw;
  }
  .reason-worry__item:last-child .reason-worry__txt {
    padding-left: 3vw;
  }
}
.reason-worry__pic {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .reason-worry__pic {
    width: 13.7vw;
  }
}
@media (max-width: 767px) {
  .reason-worry__pic {
    width: 26.66667vw;
  }
}
.reason-worry__txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 140px;
  margin-top: 4.7rem;
  background-color: #fff;
  border-radius: 2rem;
  -moz-box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  -webkit-box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  -ms-box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  position: relative;
  z-index: 2;
}
.reason-worry__txtarea:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  margin: auto;
  width: 26px;
  height: 26px;
  transform: rotate(-45deg);
  background-color: #fff;
  -moz-box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  -webkit-box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  -ms-box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  box-shadow: 0 0 10px 1px rgba(83, 83, 83, .2);
  z-index: 1;
}
.reason-worry__txtarea:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .reason-worry__txtarea {
    width: 28.8vw;
    height: 13.5vw;
    margin-left: -0.5vw;
    margin-top: 4vw;
  }
  .reason-worry__txtarea:before {
    width: 2vw;
    height: 2vw;
    left: -1vw;
  }
}
@media (max-width: 767px) {
  .reason-worry__txtarea {
    width: 62.4vw;
    height: 27.2vw;
    margin-left: 0;
    margin-top: 0;
    border-radius: 1rem;
  }
  .reason-worry__txtarea:before {
    content: "";
    top: 50%;
    left: -1.5vw;
    width: 5.33333vw;
    height: 5.33333vw;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.reason-worry__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #434343;
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #111;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: inherit;
  font-feature-settings: inherit;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}
.reason-worry__txt em, .reason-worry__txt strong {
  color: #db1500;
}
@media (max-width: 1024px) {
  .reason-worry__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .reason-worry__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
.reason-worry__txt em, .reason-worry__txt strong {
  color: #db1500;
}
@media (max-width: 1024px) {
  .reason-worry__txt {
    font-size: 1.8vw;
    line-height: 3.2vw;
  }
}
@media (max-width: 767px) {
  .reason-worry__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
.reason-intro {
  margin-top: -3rem;
  padding-bottom: 5rem;
  background: url(../images/reason/reason-intro_bg_pc.png) center 3.5rem no-repeat;
}
@media (max-width: 1024px) {
  .reason-intro {
    margin-top: -3rem;
    padding-bottom: 8vw;
    background-position-y: 30vw;
    background-size: cover;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .reason-intro {
    background-position: center 30vw;
  }
}
@media (max-width: 767px) {
  .reason-intro {
    margin-top: 0;
    padding-bottom: 9vw;
    background: url(../images/reason/reason-intro_bg_sp.png) center 45vw;
    background-size: 100%;
  }
}
.reason-intro__header {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}
.reason-intro__header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 385px;
}
@media (max-width: 767px) {
  .reason-intro__header img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .reason-intro__header img {
    height: 38vw;
  }
}
@media (max-width: 767px) {
  .reason-intro__header {
    margin-top: -8vw;
  }
  .reason-intro__header img {
    height: auto;
  }
}
.reason-intro__container {
  max-width: 1020px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .reason-intro__container {
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .reason-intro__container {
    padding: 0 5.33333vw;
  }
}
@media (max-width: 767px) {
  .reason-intro__container {
    padding: 0 1.6%;
  }
}
.reason-intro__ttl {
  margin-bottom: 3rem;
}
.reason-intro__ttl img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1024px) {
  .reason-intro__ttl img {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .reason-intro__ttl {
    width: 96%;
    margin: 0 auto 4vw;
    display: block;
  }
  .reason-intro__ttl img {
    width: 100%;
  }
}
.reason-intro__box {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .reason-intro__box {
    padding: 1.5vw;
    margin-bottom: 2vw;
  }
}
.reason-intro__img.scroll-animation {
  opacity: 0;
}
.reason-intro__img.scroll-animation.is-animated {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.reason-intro__img.scroll-animation.leftin.is-animated {
  webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.reason-choice__header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 359px;
}
@media (max-width: 767px) {
  .reason-choice__header img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .reason-choice__header img {
    height: 35vw;
  }
}
@media (max-width: 767px) {
  .reason-choice__header {
    margin-bottom: 8vw;
  }
  .reason-choice__header img {
    height: auto;
  }
}
.reason-choice__list {
  margin-top: -6rem;
}
.reason-choice__item:nth-of-type(2) .reason-choice__ttl img {
  height: 451px;
}
.reason-choice__item:nth-of-type(3) .reason-choice__ttl img {
  height: 445px;
}
@media (max-width: 1024px) {
  .reason-choice__item {
    padding-bottom: 2vw;
  }
  .reason-choice__item:nth-of-type(2) .reason-choice__ttl img {
    height: 40vw;
  }
  .reason-choice__item:nth-of-type(3) .reason-choice__ttl img {
    height: 40vw;
  }
}
@media (max-width: 767px) {
  .reason-choice__item {
    padding-bottom: 6vw;
  }
  .reason-choice__item:nth-of-type(2) .reason-choice__ttl {
    margin-bottom: 5vw;
  }
  .reason-choice__item:nth-of-type(2) .reason-choice__ttl img {
    height: auto;
  }
  .reason-choice__item:nth-of-type(3) .reason-choice__ttl {
    margin-bottom: 8vw;
  }
  .reason-choice__item:nth-of-type(3) .reason-choice__ttl img {
    height: auto;
  }
}
.reason-choice__container {
  max-width: 1020px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
  max-width: 1024px;
}
@media (max-width: 1024px) {
  .reason-choice__container {
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .reason-choice__container {
    padding: 0 5.33333vw;
  }
}
.reason-choice__ttl {
  margin-bottom: 4rem;
}
.reason-choice__ttl img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 449px;
}
@media (max-width: 767px) {
  .reason-choice__ttl img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .reason-choice__ttl {
    margin-bottom: 5vw;
  }
  .reason-choice__ttl img {
    height: 40vw;
  }
}
@media (max-width: 767px) {
  .reason-choice__ttl {
    margin-bottom: 3vw;
  }
  .reason-choice__ttl img {
    height: auto;
  }
}
.reason-choice__txt {
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #111;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: inherit;
  margin-bottom: 4rem;
}
.reason-choice__txt em, .reason-choice__txt strong {
  color: #db1500;
}
@media (max-width: 1024px) {
  .reason-choice__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .reason-choice__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
.reason-choice__txt.mb_long {
  margin-bottom: 8rem;
}
.reason-choice__txt.mb_mid {
  margin-bottom: 3rem;
}
.reason-choice__txt.mb_short {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .reason-choice__txt {
    margin-bottom: 5vw;
  }
  .reason-choice__txt.mb_short, .reason-choice__txt.mb_mid, .reason-choice__txt.mb_long {
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .reason-choice__txt {
    margin-bottom: 6vw;
  }
  .reason-choice__txt.mb_short, .reason-choice__txt.mb_mid, .reason-choice__txt.mb_long {
    margin-bottom: 6vw;
  }
  .reason-choice__txt.mb_short_sp {
    margin-bottom: 1vw;
  }
  .reason-choice__txt.mb_long {
    margin-bottom: 10vw;
  }
}
.reason-choice__img {
  margin-bottom: 2.5rem;
}
.reason-choice__img.float {
  float: right;
  margin-left: 3.4rem;
}
.reason-choice__img.m-negative {
  margin-right: -4.5rem;
  margin-top: -2rem;
}
.reason-choice__img.m-negative_mr {
  margin-right: -5rem;
}
.reason-choice__img.mb-long {
  margin-bottom: 4rem;
  margin-left: -2px;
  margin-right: -2px;
}
.reason-choice__img.mt-6 {
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .reason-choice__img {
    margin-bottom: 5vw;
  }
  .reason-choice__img.float {
    margin-left: 2.5vw;
  }
  .reason-choice__img.mb-long {
    margin-bottom: 5vw;
    margin-left: 0;
    margin-right: 0;
  }
  .reason-choice__img.m-negative {
    margin-right: -6vw;
    margin-top: -4vw;
    margin-bottom: -1vw;
  }
  .reason-choice__img.m-negative_mr {
    margin-right: -3rem;
  }
  .reason-choice__img.mt-6 {
    margin-top: 6vw;
  }
}
@media (max-width: 767px) {
  .reason-choice__img {
    margin-bottom: 4vw;
  }
  .reason-choice__img.float {
    margin-left: 3vw;
  }
  .reason-choice__img.m-negative {
    margin-right: -2vw;
    margin-top: -13vw;
    margin-bottom: 1vw;
  }
  .reason-choice__img.m-negative_mr {
    margin-right: -4vw;
  }
  .reason-choice__img.img-logo {
    width: 30.53333vw;
    margin-top: 6vw;
  }
  .reason-choice__img.mb-long {
    margin-bottom: 4vw;
  }
  .reason-choice__img.mt-6 {
    margin-top: 6vw;
  }
}
.reason-choice__box {
  margin-bottom: 10rem;
}
.reason-choice__box__inner {
  margin-top: -14rem;
  padding-top: 14.5rem;
  padding-bottom: 6rem;
  border: 2px solid #3bcacf;
  border-radius: 2rem;
  overflow: hidden;
  background: url(../images/reason/reason-choice__box_bg_pc.png) top center no-repeat;
}
.reason-choice__box__txt {
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #111;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: inherit;
  padding: 0 4rem 3rem;
}
.reason-choice__box__txt em, .reason-choice__box__txt strong {
  color: #db1500;
}
@media (max-width: 1024px) {
  .reason-choice__box__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .reason-choice__box__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
.reason-choice__box__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reason-choice__box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -3rem;
}
.reason-choice__box__link a {
  width: 100%;
  max-width: 460px;
  display: block;
  font-size: 1.8rem;
  line-height: 6rem;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #004fa6;
  font-weight: bold;
  text-align: center;
  border-radius: 3rem;
  position: relative;
  margin: auto;
}
.reason-choice__box__link a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 25px;
  height: 22px;
  background: url(../images/reason/reason-choice__box_icon_pc.png) center no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .reason-choice__box {
    margin-bottom: 6vw;
  }
  .reason-choice__box__img {
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .reason-choice__box {
    margin-bottom: 0;
  }
  .reason-choice__box__inner {
    margin-top: -19.8vw;
    padding-top: 24vw;
    padding-bottom: 5vw;
    border: 1px solid #3bcacf;
    border-radius: 1rem;
    overflow: hidden;
    background: url(../images/reason/reason-choice__box_bg_sp.png) top center no-repeat;
    background-size: contain;
  }
  .reason-choice__box__ttl {
    margin-left: -2.5vw;
    width: 78vw;
  }
  .reason-choice__box__img {
    width: 100%;
    margin-bottom: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .reason-choice__box__txt {
    width: 100%;
    font-size: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 5vw;
    font-feature-settings: inherit;
  }
  .reason-choice__box__link {
    margin-top: 0;
  }
  .reason-choice__box__link a {
    margin: auto;
    max-width: 66.66667vw;
    font-size: 3.2vw;
    line-height: 9.33333vw;
    letter-spacing: 0.12em;
    border-radius: 4.66667vw;
  }
  .reason-choice__box__link a:after {
    right: 5vw;
    width: 3.6vw;
    height: 3.6vw;
    background: url(../images/reason/reason-choice__box_icon_sp.png) center no-repeat;
    background-size: contain;
  }
}
.reason-choice__license figure {
  margin: 0;
}
.reason-choice__license p {
  margin-top: -5px;
  border: 2px solid #4488dc;
  border-top: none;
  padding: 3%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.reason-banner {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .reason-banner {
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .reason-banner {
    margin-bottom: 6vw;
    margin-top: 6vw;
  }
}
.reason-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reason-banner__link.mb-3 {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .reason-banner__link {
    padding-left: 5%;
    padding-right: 5%;
  }
  .reason-banner__link.w-full {
    padding-left: 6%;
    padding-right: 6%;
  }
  .reason-banner__link.mb-3 {
    margin-bottom: 3vw;
  }
}
@media (max-width: 767px) {
  .reason-banner__link {
    padding-left: 0;
    padding-right: 0;
    max-width: 91.73333vw;
    margin: auto;
  }
  .reason-banner__link.w-full {
    max-width: 90.66667vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.reason-banner__txt {
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #111;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: inherit;
}
.reason-banner__txt em, .reason-banner__txt strong {
  color: #db1500;
}
@media (max-width: 1024px) {
  .reason-banner__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .reason-banner__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
.reason-voice {
  padding-bottom: 7rem;
  background: url(../images/reason/reason-voice_bg_pc.png) center 15rem no-repeat;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .reason-voice {
    padding-bottom: 10vw;
    background-position-y: 10vw;
    background-size: cover;
    background-position-y: bottom;
  }
}
@media (max-width: 767px) {
  .reason-voice {
    padding-bottom: 15vw;
    background: url(../images/reason/reason-voice_bg_sp.png) center 27vw no-repeat;
    background-size: 100%;
    background-position-y: bottom;
  }
}
.reason-voice__header {
  margin-bottom: 11rem;
}
.reason-voice__header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 226px;
}
@media (max-width: 767px) {
  .reason-voice__header img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .reason-voice__header {
    margin-bottom: 12vw;
  }
  .reason-voice__header img {
    height: 20vw;
  }
}
@media (max-width: 767px) {
  .reason-voice__header {
    margin-bottom: 18vw;
  }
  .reason-voice__header img {
    height: auto;
  }
}
.reason-voice__container {
  max-width: 1020px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .reason-voice__container {
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .reason-voice__container {
    padding: 0 5.33333vw;
  }
}
.reason-voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -4.2rem;
  margin-bottom: -4.2rem;
}
@media (max-width: 767px) {
  .reason-voice__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .reason-voice__list {
    margin: -5vw -1.4vw;
  }
}
@media (max-width: 767px) {
  .reason-voice__list {
    margin: -8vw 0;
  }
}
.reason-voice__item {
  margin: 4.2rem 2rem;
  padding: 4rem 4rem 2.5rem;
  background-color: #fff;
  border-radius: 2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .reason-voice__item {
    margin: 5vw 1.4vw;
    padding: 5vw 3vw 2.8vw;
  }
  .reason-voice__item:nth-of-type(1) .reason-voice__name img {
    width: 18vw;
  }
  .reason-voice__item:nth-of-type(2) .reason-voice__name img {
    width: 21.3vw;
  }
  .reason-voice__item:nth-of-type(3) .reason-voice__name img {
    width: 18vw;
  }
  .reason-voice__item:nth-of-type(4) .reason-voice__name img {
    width: 18.1vw;
  }
}
@media (max-width: 767px) {
  .reason-voice__item {
    padding: 5vw 5.33333vw 4.8vw !important;
    border-radius: 1rem;
    margin: 8vw 0;
  }
  .reason-voice__item:nth-of-type(1) .reason-voice__name img {
    width: 30.13333vw;
  }
  .reason-voice__item:nth-of-type(2) .reason-voice__name img {
    width: 35.73333vw;
  }
  .reason-voice__item:nth-of-type(3) .reason-voice__name img {
    width: 29.86667vw;
  }
  .reason-voice__item:nth-of-type(4) .reason-voice__name img {
    width: 30.26667vw;
  }
}
.reason-voice__pic {
  position: absolute;
  top: -6rem;
  left: 0;
}
@media (max-width: 1024px) {
  .reason-voice__pic {
    width: 15.6vw;
  }
}
@media (max-width: 767px) {
  .reason-voice__pic {
    width: 23.33333vw;
    top: -11vw;
    left: 2vw;
  }
}
.reason-voice__name {
  margin-bottom: 3rem;
  padding-left: 13rem;
}
@media (max-width: 1024px) {
  .reason-voice__name {
    margin-bottom: 3vw;
    padding-left: 12vw;
  }
}
@media (max-width: 767px) {
  .reason-voice__name {
    margin-bottom: 4vw;
    padding-left: 23vw;
  }
}
.reason-voice__txt {
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #111;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: inherit;
}
.reason-voice__txt em, .reason-voice__txt strong {
  color: #db1500;
}
@media (max-width: 1024px) {
  .reason-voice__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .reason-voice__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
@media (max-width: 1024px) {
  .reason-voice__txt {
    font-size: 1.8vw;
    line-height: 3.7vw;
  }
}
@media (max-width: 767px) {
  .reason-voice__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
.reason-message {
  margin-top: -2.5rem;
  margin-bottom: -2rem;
  padding-top: 7rem;
  padding-bottom: 14rem;
  background: url(../images/reason/reason-message_bg_pc.webp) center bottom no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .reason-message {
    padding-top: 11vw;
    padding-bottom: 12vw;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .reason-message {
    padding-top: 16vw;
    padding-bottom: 17vw;
    margin-top: -4vw;
    margin-bottom: 0;
    background: url(../images/reason/reason-message_bg_sp.webp) center bottom no-repeat;
    background-size: cover;
  }
}
.reason-message__container {
  max-width: 1020px;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .reason-message__container {
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .reason-message__container {
    padding: 0 5.33333vw;
  }
}
.reason-message__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .reason-message__header img {
    width: 86.4vw;
  }
}
.reason-message__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -4.5rem;
  padding: 6.5rem 4rem 3rem 2rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media (max-width: 1024px) {
  .reason-message__box {
    margin-top: -4vw;
    padding: 6vw 5vw 5vw;
  }
}
@media (max-width: 767px) {
  .reason-message__box {
    margin-top: -11vw;
    padding: 14vw 5.33333vw 6vw;
    border-radius: 1rem;
  }
}
@media (max-width: 1024px) {
  .reason-message__img {
    margin: 0 auto 3vw;
  }
}
@media (max-width: 767px) {
  .reason-message__img {
    margin-bottom: 4vw;
  }
}
.reason-message__txt {
  width: calc(100% - 520px);
  font-size: 1.8rem;
  line-height: 3.8rem;
  color: #111;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-feature-settings: inherit;
}
.reason-message__txt em, .reason-message__txt strong {
  color: #db1500;
}
@media (max-width: 1024px) {
  .reason-message__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .reason-message__txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
}
@media (max-width: 1024px) {
  .reason-message__txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reason-message__txt {
    width: 100%;
    font-size: 3.46667vw;
  }
}
