@charset "UTF-8";
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 76px;
    padding-left: 65px;
    background: linear-gradient(180deg, #040056 4.84%, #EC8EFF 51.94%, #0B065A 96.99%);
  }
}
.fv__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about::before {
  background: url(https://cdn.clipkit.co/tenants/724/resources/assets/000/005/349/original/bg_grade.png?1773045719) repeat-x top;
  background-size: auto 128px;
}
.about .about-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(90deg, #806DFF 0%, #FF08AD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .about .about-title {
    font-size: 4.2rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .about__inner {
    display: flex;
    gap: clamp(1rem, 2vw, 6rem);
  }
}
.about .read-more {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about .read-more {
    width: calc(100% - 35.2rem);
    margin: 0;
  }
}
.about .read-more__inner {
  position: relative;
  max-height: 50rem; /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .about .read-more__inner {
    max-height: 58rem;
  }
}
.about .read-more__inner::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}
@media screen and (min-width: 768px) {
  .about .read-more__inner::after {
    height: 10rem;
  }
}
.about .read-more__txt {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .about .read-more__txt {
    font-size: 2rem;
  }
}
.about .read-more .more-link {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #378CC7;
}
@media screen and (min-width: 768px) {
  .about .read-more .more-link {
    font-size: 1.9rem;
  }
}
.about .read-more .more-link::after {
  display: inline-block;
  width: 14px;
  height: 10px;
  background-color: #378CC7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  transition: transform 0.3s ease;
}
.about .read-more .more-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.about .read-more input {
  display: none;
}
.about .read-more:has(:checked) .read-more__inner {
  max-height: 2000px; /* JSでscrollHeightに上書き。フォールバック */
}
.about .read-more:has(:checked) .read-more__inner::after {
  content: none;
}
.about .read-more:has(:checked) .more-link::after {
  transform: rotate(180deg);
}
.about .read-more__txt + .read-more__txt {
  margin-top: 1.6rem;
}
.about__movie {
  margin-top: 4rem;
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about__movie {
    max-width: 35.2rem;
    width: 100%;
    margin-top: 0;
  }
}
.about__movie video {
  border-radius: 16px;
}

.feature::before {
  border-radius: 0 106px 0 0;
  background: #040056;
}
@media screen and (min-width: 768px) {
  .feature__inner {
    display: flex;
    gap: clamp(1rem, 2vw, 3rem);
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .feature .feature-box {
    max-width: 31.3rem;
  }
}
.feature .feature-box__title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .feature .feature-box__title {
    min-height: 11.4rem;
  }
}
.feature .feature-box__title .num {
  text-align: center;
  font-family: Lexend;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(90deg, #806DFF 0%, #FF08AD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.feature .feature-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.feature .feature-box__txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature .feature-box__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature-box + .feature-box {
    margin-top: 4rem;
  }
}

.case::before {
  border-radius: 106px 0 0 0;
  background: #F0EFF3;
}
.case::after {
  background: #040056;
}
.case .case-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .case .case-title {
    font-size: 2.4rem;
  }
}
.case .en-sub {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(106deg, #806DFF 27.58%, #FF08AD 83.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .case .en-sub {
    font-size: 1.8rem;
  }
}
.case .case-txt {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .case .case-txt {
    font-size: 1.6rem;
  }
}
.case__inner {
  display: flex;
  flex-flow: column;
  gap: 6rem;
}
@media screen and (min-width: 768px) {
  .case__inner {
    flex-flow: row;
    gap: 6rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .case__inner .case-box {
    width: 47rem;
  }
}
.case__inner .case-box dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.case__inner .case-box video {
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .case__inner .case-box video {
    max-height: 26.4rem;
  }
}
.case__inner .case-box:nth-of-type(3) video {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .case__inner .case-box:nth-of-type(3) video {
    max-width: 22.6rem;
  }
}

.price::before {
  border-radius: 0 106px 0 0;
  background: #040056;
}
.price::after {
  background: #F0EFF3;
}
.price__inner {
  display: flex;
  flex-flow: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .price__inner {
    flex-flow: row;
    gap: clamp(1rem, 2vw, 2rem);
    justify-content: center;
  }
}
.price .price-box {
  background-color: #fff;
  border-radius: 29.12px;
  padding: 40px 25px;
}
@media screen and (min-width: 768px) {
  .price .price-box {
    max-width: 35rem;
    width: 32%;
  }
}
.price .price-box__title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.6px;
  color: #378CC7;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .price .price-box__title {
    margin-bottom: 2.5rem;
  }
}
.price .price-box__txt {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .price .price-box__txt {
    margin-bottom: 2.4rem;
  }
}
.price .price-box .price-wrap {
  border-radius: 12.48px;
  background: #fff;
  margin-bottom: 2rem;
  padding: 14px 25px;
}
.price .price-box .price-wrap__label {
  font-size: 16px;
}
.price .price-box .price-wrap__txt {
  font-size: 1.6rem;
  margin-right: 20px;
}
.price .price-box .price-wrap .price {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 1rem;
  margin-bottom: 2px;
}
.price .price-box .price-wrap .price .mini {
  font-size: 1.5rem;
}
.price .price-box .price-wrap .price-memo {
  font-size: 1.8rem;
  font-weight: 500;
  color: #4D4D4D;
  text-align: center;
}
.price .price-box .price-wrap .price-memo .label {
  font-size: 1.6rem;
  margin-right: 8px;
}
.price .price-box .price-wrap .price-memo .mini {
  font-size: 1.2rem;
  margin-left: 3px;
}
.price .price-box .price-wrap2 {
  padding: 8px 25px;
  border-radius: 12.48px;
  background: #fff;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .price .price-box .price-wrap2 {
    margin-bottom: 3.2rem;
  }
}
.price .price-box .price-wrap2 .price {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
.price .price-box .price-wrap2 .price .mini {
  font-size: 1.3rem;
  margin-left: 3px;
}
.price .price-box__btn {
  color: #fff;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: bold;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 41.6px;
  background: linear-gradient(90deg, #1781FF 0%, #02CADC 100%);
  box-shadow: 0 1.04px 6.24px 0 rgba(0, 0, 0, 0.27);
  cursor: pointer;
}
.price .price-box__list {
  margin-top: 2rem;
}
.price .price-box__list li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.price .price-box__list li .icon img {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  z-index: 1;
}
.price .price-box__list li + li {
  margin-top: 10px;
}
.price .box1 .price-wrap {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 11.7rem;
  background: #EDF2F7;
}
@media screen and (min-width: 768px) {
  .price .box1 .price-wrap {
    margin-bottom: 9.8rem;
    min-height: 12.8rem;
  }
}
@media screen and (min-width: 768px) {
  .price .box1 .price-wrap .price {
    font-size: 4rem;
  }
}
.price .box1 .price-wrap__label {
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: 1;
}
.price .box1 .price-wrap2 {
  background: #EDF2F7;
}
.price .box2 {
  background: #C5E4F4;
}
.price .box2 .price-box__title {
  color: #1761BA;
}
.price .box3 {
  position: relative;
  border: 2px solid #236EBF;
  background: #004393;
}
.price .box3 .price-box__title {
  color: #fff;
}
.price .box3 .popular {
  width: 121px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 0 28.8px 0 29.12px;
  background: linear-gradient(84deg, #1761BB 0%, #92E2E0 100%);
}

.client::before {
  background-color: #fff;
  border-radius: 0 106px 0 0;
}
.client::after {
  background-color: #040056;
}
.client .section-title {
  margin-bottom: 60px;
  padding-left: 6rem;
}
.client .section-title .normal {
  font-size: 2rem;
  font-weight: 400;
  margin-left: 5px;
}
.client__inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .client__inner {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.client .logo-wrap {
  display: flex;
  gap: 4rem;
  animation: scroll 40s linear infinite;
}
.client .logo-wrap .logo img {
  width: auto;
  max-height: 77px;
}
.client .logo-wrap.bottom {
  margin-top: 40px;
  animation-direction: reverse;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.qa::before {
  background: #F0EFF3;
}
.qa__inner {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}
.qa .qa-box {
  padding-top: 1.6rem;
  border-bottom: 2px solid #F0EFF3;
}
@media screen and (min-width: 768px) {
  .qa .qa-box {
    padding-top: 2.4rem;
  }
}
.qa .qa-box__title {
  padding-bottom: 1.6rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  .qa .qa-box__title {
    font-size: 2rem;
    padding-bottom: 2.4rem;
  }
}
.qa .qa-box__title .en {
  font-family: Lexend;
  font-size: 2.2rem;
  font-weight: bold;
  background: linear-gradient(90deg, #806DFF 0%, #FF08AD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 40px;
  height: 34px;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
}
.qa .qa-box__txt {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .qa .qa-box__txt {
    font-size: 1.7rem;
  }
}
.qa .qa-box__txt + .qa-box__txt {
  margin-top: 1.6rem;
}
.qa__inner .qa-box:last-of-type {
  border-bottom: none;
}
.qa {
  /* QA Accordion */
}
.qa .qa-accordion__trigger {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.qa .qa-accordion__item.is-open .qa-accordion__trigger::before {
  transform: translateY(-50%) rotate(90deg);
}
.qa .qa-accordion__panel {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.3s ease;
}
.qa .qa-accordion__item.is-open .qa-accordion__panel {
  max-height: 800px; /* 内容量に合わせて調整可能 */
  padding-top: 0.8rem;
  padding-bottom: 3.3rem;
}