@charset "utf-8";

.intro .inner {
  padding: 80px 0 160px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.reason {
  padding-bottom: 92px;
  position: relative;
}

.reason::after {
  content: "";
  width: 100%;
  height: 443px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #0B3570;
}

.reason .box {
  border-radius: 20px;
  background: #e2e8ef;
  position: relative;
  z-index: 1;
}

.reason .box .tit-en {
  font-family: var(--forum);
  font-weight: 400;
  font-size: clamp(4.563rem, 2.697rem + 7.96vw, 12.25rem);
  line-height: 148px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.reason .box .box-inner {
  padding: 53px 0 64px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
}

.reason .box .tit-ja,
.faq .tit-ja {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  text-align: center;
  color: #000;
  padding-bottom: 11px;
  position: relative;
}

.reason .box .tit-ja::after,
.features .sec-title::after,
.faq .tit-ja::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 141px;
  height: 1px;
  background-color: #000000;
}

.reason .box .sec-body {
  display: flex;
  flex-direction: column;
  gap: 58px;
  counter-reset: number 0;
}

.reason .box .sec-body .item {
  display: flex;
  align-items: flex-start;
  gap: 4%;
}

.reason .box .sec-body .item .sec-img {
  max-width: 297px;
  width: 28%;
  position: relative;
}

.reason .box .sec-body .item .sec-img::before {
  counter-increment: number;
  position: absolute;
  left: 2px;
  top: -50px;
  content: counter(number, decimal-leading-zero);
  font-family: var(--playfair);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(3.75rem, 3.644rem + 0.45vw, 4.188rem);
  line-height: 89px;
  background: linear-gradient(180deg,
      #415a72 0%,
      #3f80d9 26.11%,
      #6f82e3 47.29%,
      #2c78ba 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.reason .box .sec-body .item .sec-text {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 81%;
}

.reason .box .sec-body .item .item-tit {
  font-weight: 400;
  font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
  color: #000;
}

.reason .box .sec-body .item .desc p {
  line-height: calc(24/16);
  font-weight: 400;
}

.features {
  background-color: #FFF;
}

.features .inner {
  padding: 80px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.features .sec-head {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.features .sec-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;

  padding-bottom: 13px;
  position: relative;
}

.features .sec-title .tit-ja {
  font-weight: 400;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  color: #000;
}

.features .sec-title .f-79 {
  font-size: clamp(3rem, 2.53rem + 2.01vw, 4.938rem);
}

.features .sec-head .desc p {
  font-weight: 400;
  line-height: calc(24/16);
  text-align: center;
}

.features .sec-body {
  display: flex;
  gap: 6%;
}

.features .sec-body .item {
  max-width: 406px;
  width: 100%;
  padding: 17px 4% 26px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  position: relative;
}

.features .sec-body .item::after {
  content: "";
  width: 47px;
  aspect-ratio: 1/1;
  background: url(/system_panel/uploads/images/20260715140004717233.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 4%);
  margin: auto;
}

.features .sec-body .item:last-child::after {
  content: none;
}

.features .sec-body .item .num {
  font-weight: 400;
  font-size: clamp(1.375rem, 1.269rem + 0.45vw, 1.813rem);
  text-align: center;
  color: #fff;
  width: 52px;
  aspect-ratio: 1/1;
  background: #0b3570;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .sec-body .item .item-tit {
  font-weight: 700;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  line-height: calc(29/20);
  text-align: center;
  color: #000;
}

.features .sec-body .item .desc p {
  font-weight: 400;
  line-height: calc(24/16);
}

.faq .inner {
  padding: 86px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;

}

.faq .sec-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq .sec-body .qa-item {
  background-color: #FFF;
  cursor: pointer;
  padding: 0 40px;
}

.faq .qa-item .qa-question {
  padding: 34px 0 27px;
}

.faq .sec-body .qa-item .qa-answer {

  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

.faq .sec-body .qa-item .qa-question,
.faq .sec-body .qa-item .qa-answer .qa-answer-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.faq .sec-body .qa-item .qa-icon {
  margin-left: auto;
}

.faq .sec-body .qa-item .circle {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  font-weight: 400;
  font-size: clamp(1.313rem, 1.297rem + 0.06vw, 1.375rem);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .sec-body .qa-item .qa-question .circle {
  background: #0b3570;
}

.faq .sec-body .qa-item .qa-answer .circle {
  background: #4282cc;
}



.faq .qa-item.active .qa-question .qa-icon::after {
  opacity: 0;
}

.faq .qa-item .qa-question .qa-icon {
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  border: 1px solid #d5d6d8;
  margin-left: auto;
  position: relative;
}

.faq .qa-item .qa-question .qa-icon::before {
  width: 14px;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.faq .qa-item .qa-question .qa-icon::after {
  width: 2px;
  height: 14px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.faq .qa-item .qa-question .qa-icon::before,
.faq .qa-item .qa-question .qa-icon::after {
  content: "";
  position: absolute;
  background: #0B3570;
  transition: 0.3s;
}

.faq .qa-item .qa-question p,
.faq .sec-body .qa-item .qa-answer .qa-answer-inner .desc {
  font-weight: 400;
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  line-height: calc(28/18);
  color: #000;
  width: 87%;
}

.faq .qa-item .qa-question p br {
  display: none;
}

.faq .sec-body .qa-item .qa-answer .qa-answer-inner {
  border-top: 1px solid #d5d6d8;
  padding: 22px 0 32px;
}

.faq .sec-body .qa-item .qa-answer .qa-answer-inner .desc {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  line-height: calc(24/16);
}

@media (max-width: 1200px) {

  .features .inner,
  .faq .inner {
    width: 90%;
  }

  .features .sec-body .item {
    padding: 17px 3% 26px;
  }

  .features .sec-body .item::after {
    width: 36px;
  }
}

@media (max-width: 1023px) {
  .reason .box .box-inner {
    width: 80%;
  }

  .reason .box .sec-body .item {
    flex-direction: column;
    gap: 10px;
  }

  .reason .box .sec-body .item .sec-img {
    width: 80%;
    margin: 0 auto;
    max-width: none;
  }

  .reason .box .sec-body .item .sec-text {
    width: 100%;
  }

  .features .sec-body {
    flex-direction: column;
    gap: 70px;
    width: 90%;
    margin: 0 auto;
  }

  .features .sec-body .item {
    max-width: none;
    padding: 16px 25px;
  }

  .features .sec-body .item::after {
    bottom: auto;
    top: calc(100% + 20px);
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }

  .features .sec-body .item img {
    width: 80%;
    margin: 0 auto;
  }

  .features .sec-body .item .desc {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .intro::before {
      width: 137px;
      height: 173px;
    }

  .intro .inner {
    width: 90%;
    padding: 40px 0 80px;
  }

  .reason .box .box-inner {
    width: 87%;
  }

  .reason::after {
    height: 654px;
  }

  .features .inner {
    padding: 40px 0 120px;
  }

  .faq .sec-body .qa-item {
    padding: 0 6px;
  }

  .faq .qa-item .qa-question {
    padding: 24px 0;
  }

  .faq .qa-item .qa-question .qa-icon,
  .faq .sec-body .qa-item .circle {
    width: 29px;
    height: 29px;
  }

  .faq .qa-item .qa-question .qa-icon::before {
    width: 8px;
  }

  .faq .qa-item .qa-question .qa-icon::after {
    height: 8px;
  }

  .faq .sec-body .qa-item .qa-question,
  .faq .sec-body .qa-item .qa-answer .qa-answer-inner {
    gap: 9px;
  }

  .faq .sec-body .qa-item .qa-answer .qa-answer-inner .desc {
    width: 84%;
  }


}

@media (max-width: 375px) {
  .faq .qa-item .qa-question p br {
    display: block;
  }
}

.gjs-dashed .faq .sec-body .qa-item .qa-answer {
  max-height: none;
  overflow: visible;

}