@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.reasons-inner {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0px 0 100px 0px;
}
@media screen and (max-width: 767px) {
  .reasons-inner {
    padding: 0px 0 50px 0px;
  }
}

@media screen and (min-width: 768px) {
  .reasons-section {
    padding: 0px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-section {
    padding: 0px 0 50px;
  }
}

.reasons-section__read {
  background-color: #F5F5F5;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .reasons-section__read {
    padding: 20px;
  }
}
.reasons-section__read > h2 {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #064EA2;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reasons-section__read > h2 {
    line-height: 1.4;
    padding: 20px 5px;
    font-size: 22px;
  }
}
.reasons-section__read > p {
  margin-top: 40px;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .reasons-section__read > p {
    margin-top: 20px;
  }
}

.reasons-section__list {
  margin-top: 100px;
}
.reasons-section__list > h2 {
  position: relative;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reasons-section__list > h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
.reasons-section__list > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 2px solid #064EA2;
}
.reasons-section__list > h2 > span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .reasons-section__list > h2 > span {
    padding: 0 15px;
  }
}

.reasons-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.reasons-section__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reasons-section__item {
    margin-top: 30px;
    padding-bottom: 30px;
    display: inherit;
    border-bottom: 1px solid #064EA2;
  }
}

.reasons-section__detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .reasons-section__detail {
    width: 100%;
  }
}
.reasons-section__detail > h3 {
  font-family: notoSans700, sans-serif;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .reasons-section__detail > h3 {
    font-size: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reasons-section__detail > h3 > span {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  color: #064EA2;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .reasons-section__detail > h3 > span {
    font-size: 25px;
    margin: 0px 20px 0px 0px;
  }
}
.reasons-section__detail > p {
  font-size: 15px;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.reasons-section__imgWrap {
  max-width: 440px;
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .reasons-section__imgWrap {
    margin: 30px auto 0px;
    width: 80%;
  }
}

.reasons-section__btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reasons-section__btn-wrap {
    margin: 30px auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

.reasons-section__btn-wrap .c-button:nth-child(2) {
  margin-top: 20px;
}