/******************************

  custom-style scss

*******************************/
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px){
  .pc-non {
    display: none !important;
  }
}
@media screen and (max-width: 767px){
  .sp-non {
    display: none !important;
  }
}

.inner {
  max-width: 1000px;
  width: 92%;
  margin-inline: auto;
}
.inner-mid {
  max-width: 800px;
  width: 92%;
  margin-inline: auto;
}
.inner-wide {
  max-width: 1200px;
  width: 92%;
  margin-inline: auto;
}

.subhead {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .subhead {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.head {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(35px, 35px + 15 * (100vw - 767px) / 599, 50px);
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .head {
    line-height: 1.245em;
  }
}
.head span {
  font-family: "Roboto", sans-serif;
  font-size: 400px;
  font-size: 70px;
  font-size: clamp(45px, 45px + 25 * (100vw - 767px) / 599, 70px);
}
@media screen and (max-width: 767px) {
  .head span {
    line-height: 1.625em;
  }
}

.c-blue {
  color: #0e5de3;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1140px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.tab-sp {
  display: none;
}
@media screen and (max-width: 1140px) {
  .tab-sp {
    display: block;
  }
}

.mainv {
  position: relative;
  padding: 50px 4.2%;
  background: url(../img/fv-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .mainv {
    padding: 30px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .mainv {
    padding: 25px 0 265px;
    background: url(../img/fv-bg-sp.jpg) no-repeat center/cover;
  }
}
.mainv--head {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mainv--head {
    margin-bottom: 35px;
    margin-left: 2%;
  }
}
.mainv--head img {
  max-width: 243px;
  width: 16.8vw;
  height: auto;
  aspect-ratio: 243/43;
}
@media screen and (max-width: 767px) {
  .mainv--head img {
    width: 38.5%;
  }
}
.mainv--img img {
  max-width: 1466px;
  width: 51.1%;
  height: auto;
  aspect-ratio: 1466/1427;
}
@media screen and (max-width: 767px) {
  .mainv--img img {
    width: 100%;
    aspect-ratio: 738/999;
  }
}

.cta {
  padding: 80px 0 70px;
  background: url(../img/cta-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .cta {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 35px 0;
    background: url(../img/cta-bg-sp.jpg) no-repeat center/cover;
  }
}
.cta--btn {
  text-align: center;
}
.cta--btn a {
  display: block;
  max-width: 900px;
  width: 62.7%;
  height: auto;
  margin-inline: auto;
  aspect-ratio: 129/19;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.cta--btn a:before {
  content: "";
  width: 142px;
  height: 178px;
  background: url(../img/cta-phone.png) no-repeat center bottom/contain;
  position: absolute;
  left: 40px;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .cta--btn a {
    width: 92.4%;
    aspect-ratio: 63/16;
  }
  .cta--btn a:before {
    width: 22vw;
    height: 27vw;
    left: 3vw;
    bottom: 1vw;
  }
}
.cta--btn a img {
  width: 100%;
  height: auto;
}
.cta--btn a:hover {
  opacity: 0.7;
}

.sec01 {
  padding: 100px 0 30px;
  background: url(../img/sec01-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .sec01 {
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 50px 0 60px;
    background: url(../img/sec01-bg-sp.jpg) no-repeat center/cover;
  }
}
.sec01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sec01__flex {
    display: block;
  }
}
.sec01__flex--left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec01__flex--left {
    width: 100%;
  }
}
.sec01__flex--left .image {
  margin-left: calc(50% - 24vw);
}
@media screen and (max-width: 767px) {
  .sec01__flex--left .image {
    margin: calc(50% - 56vw);
    margin-top: 10px;
  }
}
.sec01__flex--right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec01__flex--right {
    width: 100%;
  }
}
.sec01__tag {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .sec01__tag {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec01__tag {
    text-align: center;
    margin-bottom: 10px;
  }
}
.sec01__tag span {
  margin-left: 18px;
  display: inline-block;
  position: relative;
  padding: 16px 22px;
  background-color: #fff;
  color: #0e5de3;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  .sec01__tag span {
    font-size: 18px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec01__tag span {
    font-size: 15px;
    padding: 8px 10px;
  }
}
.sec01__tag span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 18px #fff;
  border-bottom: solid 56px transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 960px) {
  .sec01__tag span::before {
    border-bottom: solid 42px transparent;
  }
}
@media screen and (max-width: 767px) {
  .sec01__tag span::before {
    border-bottom: solid 31px transparent;
  }
}
.sec01__tag span::after {
  content: "";
  width: 0;
  height: 0;
  border-right: solid 18px #fff;
  border-top: solid 56px transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 960px) {
  .sec01__tag span::after {
    border-top: solid 42px transparent;
  }
}
@media screen and (max-width: 767px) {
  .sec01__tag span::after {
    border-top: solid 31px transparent;
  }
}
.sec01__text {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.4864864865em;
  letter-spacing: normal;
  font-size: clamp(40px, 40px + 34 * (100vw - 767px) / 599, 74px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec01__text {
    font-size: 45px;
    line-height: 1.245em;
    text-align: center;
  }
}
.sec01__text span {
  font-size: 56px;
  font-size: clamp(30px, 30px + 26 * (100vw - 767px) / 599, 56px);
}
@media screen and (max-width: 767px) {
  .sec01__text span {
    font-size: 35px;
  }
}

.sec02 {
  padding: 100px 0 250px;
  background-color: #f4f8fc;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec02 {
    padding: 60px 0 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 50px 0 40px;
  }
}
.sec02::after {
  content: "";
  width: 200px;
  aspect-ratio: 10/3;
  background: url(../img/sec02-arw.png) no-repeat center/contain;
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .sec02::after {
    width: 140px;
  }
}
.sec02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
}
@media screen and (max-width: 767px) {
  .sec02 .list {
    display: block;
  }
}
.sec02 .list li {
  width: calc((100% - 78px) / 3);
  position: relative;
  padding: 50px 0 80px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px #e1e9ec;
          box-shadow: 5px 5px 20px #e1e9ec;
}
@media screen and (max-width: 960px) {
  .sec02 .list li {
    padding: 40px 2% 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .list li {
    margin-bottom: 10px;
    padding: 16px 20px;
    margin-left: 2%;
  }
}
.sec02 .list li::after {
  content: "";
  width: 185px;
  height: 135px;
  position: absolute;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .sec02 .list li::after {
    width: 111px;
    height: 81px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .list li::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .list li:nth-child(1) {
    width: 90%;
  }
}
.sec02 .list li:nth-child(1)::after {
  background: url(../img/sec02-ico01.png) no-repeat center/contain;
}
.sec02 .list li:nth-child(1) .list--txt::after {
  background: url(../img/sec02-ico01.png) no-repeat center/contain;
}
.sec02 .list li:nth-child(2) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 767px) {
  .sec02 .list li:nth-child(2) {
    width: 75%;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
  }
}
.sec02 .list li:nth-child(2)::after {
  background: url(../img/sec02-ico02.png) no-repeat center/contain;
}
.sec02 .list li:nth-child(2) .list--txt::after {
  background: url(../img/sec02-ico02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec02 .list li:nth-child(3) {
    width: 72%;
  }
}
.sec02 .list li:nth-child(3)::after {
  background: url(../img/sec02-ico03.png) no-repeat center/contain;
}
.sec02 .list li:nth-child(3) .list--txt::after {
  background: url(../img/sec02-ico03.png) no-repeat center/contain;
}
.sec02 .list li:nth-child(4) {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 767px) {
  .sec02 .list li:nth-child(4) {
    width: 75%;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
  }
}
.sec02 .list li:nth-child(4)::after {
  background: url(../img/sec02-ico04.png) no-repeat center/contain;
}
.sec02 .list li:nth-child(4) .list--txt::after {
  background: url(../img/sec02-ico04.png) no-repeat center/contain;
}
.sec02 .list--num {
  font-family: "Roboto", sans-serif;
  font-size: 400px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  color: #0e5de3;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec02 .list--num {
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.sec02 .list--txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 5 * (100vw - 767px) / 599, 20px);
}
@media screen and (max-width: 767px) {
  .sec02 .list--txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.sec02 .list--txt::after {
  width: 90px;
  height: 70px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec02 .list--txt::after {
    content: "";
  }
}

.sec03 {
  padding: 110px 0 35px;
  background: url(../img/sec03-bg.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 960px) {
  .sec03 {
    padding: 90px 0 35px;
  }
}
.sec03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .sec03__flex {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec03__flex {
    display: block;
  }
}
.sec03__flex--left {
  width: 55%;
}
@media screen and (max-width: 960px) {
  .sec03__flex--left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec03__flex--left {
    margin-bottom: 15px;
  }
}
.sec03__flex--right {
  width: 100%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .sec03__flex--right {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .sec03__head {
    font-size: 53px;
    margin-bottom: 35px;
  }
}
.sec03__subttl {
  margin-top: 18%;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1666666667em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 599, 24px);
}
@media screen and (max-width: 960px) {
  .sec03__subttl {
    margin-bottom: 18px;
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sec03__subttl {
    text-align: center;
    margin-bottom: 15px;
  }
}
.sec03__ttl {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(35px, 35px + 15 * (100vw - 767px) / 599, 50px);
}
@media screen and (max-width: 767px) {
  .sec03__ttl {
    text-align: center;
    margin-bottom: 16px;
  }
}
.sec03__ttl .num {
  font-size: 140%;
}
.sec03__ttl span.square {
  display: inline-block;
  margin-left: 10px;
  padding: 9px 20px;
  background: rgb(14, 93, 227);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(14, 93, 227)), to(rgb(58, 143, 254)));
  background: linear-gradient(0deg, rgb(14, 93, 227) 0%, rgb(58, 143, 254) 100%);
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec03__ttl span.square {
    padding: 6px 16px;
  }
}
.sec03__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}

.banner {
  padding: 10px 0 50px;
  background-color: #e1ebf5;
}
@media screen and (max-width: 960px) {
  .banner {
    padding: 10px 0 25px;
  }
}
@media screen and (max-width: 960px) {
  .banner .image {
    width: 68%;
    height: auto;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner .image {
    width: 100%;
  }
}
.banner .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/107;
}
@media screen and (max-width: 767px) {
  .banner .image img {
    aspect-ratio: 115/41;
  }
}

.sec04 {
  padding: 50px 0 80px;
  background-color: #e1ebf5;
}
@media screen and (max-width: 960px) {
  .sec04 {
    padding: 25px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec04__img .image {
    overflow-x: scroll;
  }
}
.sec04__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 758/381;
}
@media screen and (max-width: 767px) {
  .sec04__img img {
    width: 790px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    aspect-ratio: 1667/972;
  }
}

.sec05 {
  padding: 80px 0 120px;
  background-color: #f4f8fc;
}
@media screen and (max-width: 960px) {
  .sec05 {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec05__container {
    width: 100%;
  }
}
.sec05__tag {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 960px) {
  .sec05__tag {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec05__tag {
    margin-bottom: 10px;
  }
}
.sec05__tag span {
  display: inline-block;
  position: relative;
  padding: 16px 22px;
  background-color: #0e5de3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
}
@media screen and (max-width: 960px) {
  .sec05__tag span {
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec05__tag span {
    padding: 8px 10px;
    font-size: 12px;
  }
}
.sec05__tag span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 18px #0e5de3;
  border-bottom: solid 52px transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 960px) {
  .sec05__tag span::before {
    border-bottom: solid 38px transparent;
  }
}
@media screen and (max-width: 767px) {
  .sec05__tag span::before {
    border-left: solid 10px #0e5de3;
    border-bottom: solid 28px transparent;
  }
}
.sec05__tag span::after {
  content: "";
  width: 0;
  height: 0;
  border-right: solid 18px #0e5de3;
  border-top: solid 52px transparent;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 960px) {
  .sec05__tag span::after {
    border-top: solid 38px transparent;
  }
}
@media screen and (max-width: 767px) {
  .sec05__tag span::after {
    border-right: solid 10px #0e5de3;
    border-top: solid 28px transparent;
  }
}
.sec05__head {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 2.1333333333em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .sec05__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec05__head {
    font-size: 16px;
  }
}
.sec05__head span {
  font-size: 50px;
  font-size: clamp(35px, 35px + 15 * (100vw - 767px) / 599, 50px);
}
.sec05__images li:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .sec05__images li:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec05__images li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.sec05__images li:nth-child(1) img {
  width: 100%;
  height: auto;
  aspect-ratio: 270/527;
}
@media screen and (max-width: 767px) {
  .sec05__images li:nth-child(1) img {
    aspect-ratio: 300/2173;
  }
}
.sec05__images li:nth-child(2) img {
  width: 100%;
  height: auto;
  aspect-ratio: 2430/1777;
}
@media screen and (max-width: 767px) {
  .sec05__images li:nth-child(2) img {
    aspect-ratio: 500/1043;
  }
}
.sec05__images li:nth-child(3) img {
  width: 100%;
  height: auto;
  aspect-ratio: 2430/1349;
}
@media screen and (max-width: 767px) {
  .sec05__images li:nth-child(3) img {
    aspect-ratio: 764/1097;
  }
}
.sec05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
  margin-top: 60px;
  padding: 0 37px;
}
@media screen and (max-width: 960px) {
  .sec05__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec05__list {
    width: 92%;
    margin-inline: auto;
    display: block;
    margin-top: 0;
    padding: 0 3px;
  }
}
.sec05__list li {
  width: calc((100% - 78px) / 3);
  position: relative;
  padding: 50px 3.6% 40px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px #e1e9ec;
          box-shadow: 5px 5px 20px #e1e9ec;
}
@media screen and (max-width: 960px) {
  .sec05__list li {
    width: calc((100% - 40px) / 3);
    padding: 25px 2.4% 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec05__list li {
    width: 100%;
    margin-bottom: 24px;
    padding: 30px 4.2%;
  }
}
.sec05__list--img {
  margin-bottom: 30px;
}
.sec05__list--ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 10 * (100vw - 767px) / 599, 22px);
  color: #0e5de3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec05__list--ttl {
    margin-bottom: 13px;
  }
}
.sec05__list--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875em;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .sec05__list--txt {
    font-size: 14px;
  }
}

.sec06 {
  padding: 100px 0 50px;
}
@media screen and (max-width: 960px) {
  .sec06 {
    padding: 60px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 50px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec06__container {
    width: 100%;
  }
}
.sec06__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
}
@media screen and (max-width: 960px) {
  .sec06__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec06__list {
    width: 92%;
    margin-inline: auto;
    display: block;
  }
}
.sec06__list li {
  width: calc((100% - 78px) / 3);
  position: relative;
  padding: 50px 4% 40px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px #e1e9ec;
          box-shadow: 5px 5px 20px #e1e9ec;
}
@media screen and (max-width: 960px) {
  .sec06__list li {
    width: calc((100% - 40px) / 3);
    padding: 25px 2.4% 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec06__list li {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .sec06__list li:nth-child(3) .sec06__list--txt {
    text-align: center;
  }
}
.sec06__list--num {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 6 * (100vw - 767px) / 599, 22px);
  color: #0e5de3;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec06__list--ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
  color: #0e5de3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec06__list--ttl {
    margin-bottom: 13px;
  }
}
.sec06__list--sub {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 960px) {
  .sec06__list--sub {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec06__list--sub {
    margin-bottom: 20px;
  }
}
.sec06__list--sub span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  padding: 7px 13px;
  background-color: #0e5de3;
  color: #fff;
}
.sec06__list--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875em;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .sec06__list--txt {
    font-size: 14px;
  }
}
.sec06__list--txt span {
  display: block;
  font-size: 14px;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
  line-height: 1.4275em;
}

.sec07 {
  padding: 50px 0 120px;
}
@media screen and (max-width: 960px) {
  .sec07 {
    padding: 25px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 20px 0 50px;
  }
}
.sec07__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .sec07__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec07__list {
    display: block;
  }
}
.sec07__list::before {
  width: 2px;
  height: 80%;
  border-left: dotted 2px #e1ebf5;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec07__list::before {
    content: "";
  }
}
.sec07__list li {
  width: calc((100% - 140px) / 5);
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec07__list li {
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sec07__list li {
    width: 100%;
    padding-left: 125px;
    padding-block: 35px;
  }
}
.sec07__list--num {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
  color: #0e5de3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec07__list--num {
    text-align: left;
    margin-bottom: 8px;
  }
}
.sec07__list--num span {
  font-family: "Roboto", sans-serif;
  font-size: 400px;
  font-size: 30px;
  font-size: clamp(20px, 20px + 10 * (100vw - 767px) / 599, 30px);
}
.sec07__list--img {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__list--img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.sec07__list--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-filter: drop-shadow(5px 5px 20px #e1e9ec);
          filter: drop-shadow(5px 5px 20px #e1e9ec);
}
@media screen and (max-width: 960px) {
  .sec07__list--img img {
    width: 78%;
  }
}
@media screen and (max-width: 767px) {
  .sec07__list--img img {
    width: 100px;
  }
}
.sec07__list--txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .sec07__list--txt {
    text-align: left;
  }
}

.sec08 {
  padding: 100px 0 120px;
  background-color: #f4f8fc;
}
@media screen and (max-width: 960px) {
  .sec08 {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 50px 0;
  }
}
.sec08 .item {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px #e1e9ec;
          box-shadow: 5px 5px 20px #e1e9ec;
}
.sec08 .item:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec08 .box {
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec08 .box {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sec08 .box {
    padding: 20px 41px 20px 20px;
  }
}
.sec08 .box.Qbox p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6666666667em;
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 599, 18px);
  padding-left: 58px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec08 .box.Qbox p {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec08 .box.Qbox p {
    padding-left: 29px;
  }
}
.sec08 .box.Qbox p::before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-size: 400px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(25px, 25px + 15 * (100vw - 767px) / 599, 40px);
  color: #0e5de3;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec08 .box.Qbox::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #0e5de3;
  border-bottom: solid 2px #0e5de3;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec08 .box.Qbox.open::after {
  -webkit-transform: rotate(225deg) translateY(50%);
          transform: rotate(225deg) translateY(50%);
  top: 55%;
}
.sec08 .box.Abox {
  display: none;
  position: relative;
}
.sec08 .box.Abox::before {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background-color: #bdd6ef;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec08 .box.Abox p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}

#form.contact-form {
  padding: 100px 0 150px;
}
@media screen and (max-width: 960px) {
  #form.contact-form {
    padding: 60px 0 90px;
    width: 92%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #form.contact-form {
    padding: 50px 0 80px;
  }
}
#form.contact-form button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #form.contact-form button {
    width: 64%;
  }
}
#form.contact-form button:hover {
  opacity: 0.7;
}
#form.contact-form button img {
  aspect-ratio: 43/12;
}
#form.contact-form dl dt {
  position: relative;
}
#form.contact-form dl dt span {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #0e5de3;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  position: absolute;
  top: 24px;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #form.contact-form dl dt span {
    position: static;
    margin-left: 10px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
#form.contact-form dl dd span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  #form.contact-form .contact-form__container {
    width: 100%;
  }
}

.footer {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__other {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer__other {
    gap: 30px;
  }
}
.footer__other li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  position: relative;
}
.footer__other li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #424242;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.footer__other li a:hover::after {
  opacity: 0;
}
.footer p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
}/*# sourceMappingURL=custom-style.css.map */