@charset "utf-8";



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

.intro .box {
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background-color: #0B3570;
}

.intro .box .sec-img {
  max-width: 327px;
  width: 100%;
  position: relative;
}

.intro .box .sec-img::before {
  content: "";
  width: 65px;
  height: 100%;
  background: linear-gradient(to right, rgba(28, 33, 30, 0) 0%, rgba(27, 34, 34, 0.04) 15.76%, rgba(21, 42, 69, 0.44) 53.69%, rgba(12, 52, 108, 0.85) 87.19%, #0b3570 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.intro .box .sec-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.intro .box .sec-text .morebtn .link-text {
  font-size: clamp(0.813rem, 0.797rem + 0.06vw, 0.875rem);
}

.intro .box .sec-text .morebtn {
  max-width: 130px;
  width: 100%;
}

.intro .box .sec-text .morebtn a {
  padding: 5px 7px 5px 17px;
}

.intro .box .sec-text .morebtn .arrow {
  width: 19px;
}

.intro .box .sec-text .tit-ja {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
  text-align: center;
  color: #fff;
}

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

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

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

.support .box .sec-head {
  max-width: 527px;
  width: 47%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

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

.support .box .box-inner {
  padding: 0 0 64px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 7%;
  align-items: flex-start;
}

.support .box .sec-title {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  color: #000;
}

.support .box .img01 {
  max-width: 338px;
  width: 65%;
}

.support .box .img02 {
  max-width: 340px;
  width: 65%;
  margin-left: auto;
}

.flow {
  background-color: #FFF;
  padding: 80px 0 114px;
}

.flow .inner {
  background: #f5f5f5;
  padding: 47px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-top: 8px solid #0B3570;
  align-items: center;
}

.flow .sec-body {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flow .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
  padding: 32px 3% 32px 2%;
  border-radius: 10px;
  background: #fff;
}

.flow .item .sec-img {
  max-width: 340px;
  width: 31%;
  border-radius: 10px;
}

.flow .item .sec-img img {
  border-radius: 10px;
}

.flow .item .sec-text {
  display: flex;
  align-items: flex-start;
  gap: 2%;
  width: 68%;

}

.flow .item .sec-text .content {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  gap: 16px;
}

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

.flow .item .sec-text .item-tit {
  font-weight: 700;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  color: #000;
}


.faq .tit-ja,
.flow .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;
}


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

.support .box .sec-title {
  display: flex;
  align-items: baseline;
}

.support .box .sec-title .f-115 {
  font-size: clamp(3rem, 1.984rem + 4.34vw, 7.188rem);
}

.support .box .sec-img {
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.support .box .sec-img.pc-hidden {
  display: none;
}

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

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

.support .box .sec-body .item .sec-img {
  max-width: 159px;
  width: 100%;
  position: relative;
}



.support .box .sec-body .item .sec-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support .box .sec-body .item .num {
  font-weight: 400;
  font-size: 14px;
  color: #0b3570;
}

.support .box .sec-body .item .item-tit {
  font-weight: 400;
  font-size: clamp(1.063rem, 0.956rem + 0.45vw, 1.5rem);
  color: #000;
}

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

.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;
  border-radius: 10px;
}

.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(0.875rem, 0.754rem + 0.52vw, 1.375rem);
  line-height: calc(28/18);
  color: #000;
  width: 87%;
}

.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) {
  .support .box .box-inner {
    flex-direction: column;
    gap: 32px;
  }

  .support .box .sec-img.sp-hidden {
    display: none;
  }

  .support .box .sec-img.pc-hidden {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }

  .support .box .sec-body {
    margin-top: 0;
  }

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

  .flow .item {
    gap: 10%;
  }

  .flow .item .sec-img {
    width: 55%;
  }
}

@media (max-width: 1023px) {
  .support .box .sec-body .item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .flow .item {
    flex-direction: column-reverse;
    gap: 16px;
    padding: 16px 30px;
  }

  .flow .item .sec-img,
  .flow .item .sec-text {
    width: 100%;
    max-width: none;
  }
}

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

  .intro .inner {
    width: 90%;
    padding-bottom: 56px;
  }

  .intro .box {
    flex-direction: column;
    gap: 6px;
  }

  .intro .box .sec-text .tit-ja br {
    display: none;
  }

  .intro .box .sec-text {
    width: 100%;
    padding-bottom: 20px;
  }

  .intro .box .sec-img {
    max-width: none;
  }

  .intro .box .sec-img::before {
    top: auto;
    bottom: 0;
    height: 75px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(28, 33, 30, 0) 0%, rgba(27, 34, 34, 0.04) 15.76%, rgba(21, 42, 69, 0.44) 53.69%, rgba(12, 52, 108, 0.85) 87.19%, #0b3570 100%);
  }

  .support .box .sec-head {
    max-width: none;
    width: 100%;
  }

  .support::after {
    height: 1200px;
  }

  .flow {
    padding: 120px 0 160px;
  }

  .flow .inner {
    padding: 56px 0 80px;
  }

  .flow .item {
    padding: 16px 10px;
  }

  .flow .item .sec-text {
    position: relative;
  }

  .flow .item .sec-text .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
  }

  .flow .item .sec-text .item-tit {
    padding-left: 36px;
  }

  .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%;
  }


}

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

}