.modal-mentor {
  overflow: hidden;
  position: relative;
  margin: auto;
  border-radius: 1.3333333333vw;
  background-color: var(--color-white);
}
@media (max-width: 767.98px) {
  .modal-mentor {
    width: 84.2666666667vw;
  }
}
@media (min-width: 768px) {
  .modal-mentor {
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
    width: clamp(615.5625px, 62.8125vw, 804px);
  }
}
@media (max-width: 767.98px) {
  .modal-mentor > .scroll-box {
    max-height: 90vh;
  }
}
@supports (max-height: 90dvh) {
  @media (max-width: 767.98px) {
    .modal-mentor > .scroll-box {
      max-height: 90dvh;
    }
  }
}
.modal-mentor > .close {
  position: absolute;
  top: 2.9333333333vw;
  right: 1.6vw;
  width: 8.2973333333vw;
  height: 8.2973333333vw;
}
@media (min-width: 768px) {
  .modal-mentor > .close {
    top: clamp(15.3125px, 1.5625vw, 20px);
    right: clamp(16.84375px, 1.71875vw, 22px);
    width: clamp(29.77515625px, 3.03828125vw, 38.89px);
    height: clamp(29.77515625px, 3.03828125vw, 38.89px);
  }
}
.modal-mentor > .close::before,
.modal-mentor > .close::after {
  content: "";
  position: absolute;
  margin: auto;
  height: 1px;
  background-color: var(--color-midnight-blue);

  inset: 0;
}
@media (min-width: 768px) {
  .modal-mentor > .close::before,
  .modal-mentor > .close::after {
    height: clamp(1.1484375px, 0.1171875vw, 1.5px);
  }
}
.modal-mentor > .close::before {
  transform: rotate(45deg);
}
.modal-mentor > .close::after {
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .modal-mentor > .close {
    transition: opacity 0.15s cubic-bezier(0.42, 0, 1, 1);
  }
  .modal-mentor > .close:hover {
    opacity: 0.5;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-duration: 0.2s;
  }
}
.modal-mentor .desc-box > .course {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--common-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: 0.05em;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.5;

  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .modal-mentor .desc-box > .course {
    margin-left: 0;
    font-size: clamp(10.71875px, 1.09375vw, 14px);
  }
}
.modal-mentor .desc-box > .remark {
  margin-top: 0.5333333333vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .modal-mentor .desc-box > .remark {
    margin-top: clamp(1.53125px, 0.15625vw, 2px);
    text-align: left;
    font-size: clamp(16.84375px, 1.71875vw, 22px);
  }
}
.modal-mentor .desc-box > .ttl {
  margin-top: 6.4vw;
  letter-spacing: 0.05em;
  color: var(--color-white);
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.92;
}
@media (max-width: 767.98px) {
  .modal-mentor .desc-box > .ttl {
    margin-right: 2.4vw;
  }
}
@media (min-width: 768px) {
  .modal-mentor .desc-box > .ttl {
    margin-top: clamp(16.078125px, 1.640625vw, 21px);
    font-size: clamp(15.3125px, 1.5625vw, 20px);
    line-height: 1.86;
  }
}
.modal-mentor .desc-box > .ttl > .txt {
  padding: 0.2666666667vw 2.1333333333vw 0.8vw 2.4vw;
  background: linear-gradient(to right, #e01e2f, #c71e72 27%, #5c33ab);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media (min-width: 768px) {
  .modal-mentor .desc-box > .ttl > .txt {
    padding: 0 clamp(7.65625px, 0.78125vw, 10px) clamp(0.765625px, 0.078125vw, 1px);
  }
}
.modal-mentor .desc-box > .desc {
  margin-top: 3.2vw;
  letter-spacing: 0;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .modal-mentor .desc-box > .desc {
    margin-top: clamp(10.71875px, 1.09375vw, 14px);
    font-size: clamp(12.25px, 1.25vw, 16px);
  }
}
.modal-mentor .scroll-box {
  padding: 13.4666666667vw 6.4vw;
}
@media (min-width: 768px) {
  .modal-mentor .scroll-box {
    padding: clamp(43.640625px, 4.453125vw, 57px) clamp(41.34375px, 4.21875vw, 54px) clamp(43.640625px, 4.453125vw, 57px) clamp(46.703125px, 4.765625vw, 61px);
  }
}
.modal-mentor .scroll-box .simplebar-track {
  top: 13.4666666667vw;
  right: 2.2666666667vw;
  bottom: 6.8vw;
  width: 0.8vw;
  background-color: #e6e6e6;
}
@media (min-width: 768px) {
  .modal-mentor .scroll-box .simplebar-content {
    display: flex;
  }
}
.modal-mentor .scroll-box .simplebar-scrollbar::before {
  opacity: 1 !important;
  border-radius: 0;
  background-color: var(--color-midnight-blue);

  inset: 0;
}
@media (min-width: 768px) {
  .modal-mentor .scroll-box .ttl-box {
    flex: 0 0 clamp(184.515625px, 18.828125vw, 241px);
  }
}
@media (max-width: 767.98px) {
  .modal-mentor .scroll-box .desc-box {
    margin-top: 2.4vw;
  }
}
@media (min-width: 768px) {
  .modal-mentor .scroll-box .desc-box {
    flex: auto;
    margin-left: clamp(32.921875px, 3.359375vw, 43px);
  }
}
.modal-mentor .ttl-box > .img {
  font-size: 0;
}
@media (max-width: 767.98px) {
  .modal-mentor .ttl-box > .img {
    margin: 0 auto;
    width: 57.4666666667vw;
  }
}
.modal-mentor .ttl-box > .name {
  margin-top: 2.4vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .modal-mentor .ttl-box > .name {
    margin-top: clamp(13.78125px, 1.40625vw, 18px);
    font-size: clamp(18.375px, 1.875vw, 24px);
  }
}

.mv-container {
  overflow: hidden;
  background-color: #e0eafc;
}
.mv-container > .mv-box {
  height: 135.0666666667vw;
}
@media (min-width: 768px) {
  .mv-container > .mv-box {
    margin: 0 auto;
    width: clamp(980px, 100vw, 1280px);
    height: clamp(402.71875px, 41.09375vw, 526px);
  }
}
.mv-container .mentor-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mv-container .mentor-box > .ttl {
  width: 41.016vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .mv-container .mentor-box > .ttl {
    width: clamp(332.28125px, 33.90625vw, 434px);
  }
}
.mv-container .mentor-box > .mentor-items {
  margin-top: 3.052vw;
}
@media (min-width: 768px) {
  .mv-container .mentor-box > .mentor-items {
    margin-top: clamp(11.8059375px, 1.2046875vw, 15.42px);
  }
}
.mv-container .mentor-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.mv-container .mentor-item > .img {
  font-size: 0;
}
.mv-container .mentor-item > .name {
  margin-top: 1.4813333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .mv-container .mentor-item > .name {
    margin-top: clamp(6.8140625px, 0.6953125vw, 8.9px);
  }
}
.mv-container .mentor-item > .name.-hiccorohee {
  width: 11.3613333333vw;
}
@media (min-width: 768px) {
  .mv-container .mentor-item > .name.-hiccorohee {
    width: clamp(64.9096875px, 6.6234375vw, 84.78px);
  }
}
.mv-container .mentor-item > .name.-sasagawayuri {
  width: 16.3613333333vw;
}
@media (min-width: 768px) {
  .mv-container .mentor-item > .name.-sasagawayuri {
    width: clamp(93.5134375px, 9.5421875vw, 122.14px);
  }
}
.mv-container .mentor-item > .name.-murakamimoe {
  width: 23.4506666667vw;
}
@media (min-width: 768px) {
  .mv-container .mentor-item > .name.-murakamimoe {
    width: clamp(133.95375px, 13.66875vw, 174.96px);
  }
}
.mv-container .mentor-item > .name.-sutoakiko {
  width: 10.2333333333vw;
}
@media (min-width: 768px) {
  .mv-container .mentor-item > .name.-sutoakiko {
    width: clamp(58.4478125px, 5.9640625vw, 76.34px);
  }
}
.mv-container .mentor-items {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  gap: 3.2626666667vw 2.8906666667vw;
}
@media (min-width: 768px) {
  .mv-container .mentor-items {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(16.84375px, 1.71875vw, 22px);
  }
}
.mv-container .mentor-items > .mentor-item {
  width: 19.14vw;
}
@media (min-width: 768px) {
  .mv-container .mentor-items > .mentor-item {
    width: clamp(108.71875px, 11.09375vw, 142px);
  }
}
.mv-container .mv-box {
  position: relative;
}
.mv-container .mv-box > .ttl {
  position: absolute;
  top: 5.7026666667vw;
  left: 13.9226666667vw;
  width: 72.124vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .mv-container .mv-box > .ttl {
    top: clamp(22.7084375px, 2.3171875vw, 29.66px);
    left: clamp(294.765625px, 30.078125vw, 385px);
    width: clamp(571.15625px, 58.28125vw, 746px);
  }
}
.mv-container .mv-box > .mentor-box {
  position: absolute;
  top: 45.1333333333vw;
  left: 44.688vw;
}
@media (min-width: 768px) {
  .mv-container .mv-box > .mentor-box {
    top: clamp(130.6615625px, 13.3328125vw, 170.66px);
    left: clamp(336.109375px, 34.296875vw, 439px);
  }
}
.mv-container .mv-box > .copy {
  position: absolute;
  top: 109.4973333333vw;
  left: 14.14vw;
  width: 69.2973333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .mv-container .mv-box > .copy {
    top: clamp(318.4846875px, 32.4984375vw, 415.98px);
    left: clamp(347.59375px, 35.46875vw, 454px);
    width: clamp(463.36390625px, 47.28203125vw, 605.21px);
  }
}
.mv-container .mv-box > .tagline-box {
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 8.1253333333vw;
}
@media (min-width: 768px) {
  .mv-container .mv-box > .tagline-box {
    left: calc(50% - clamp(490px, 50vw, 640px));
    width: clamp(980px, 100vw, 1280px);
    height: clamp(38.40375px, 3.91875vw, 50.16px);
  }
}
@media (min-width: 1280px) {
  .mv-container .mv-box > .tagline-box {
    left: calc(50% - 50vw);
    width: 100vw;
  }
}
.mv-container .mv-box > .door {
  position: absolute;
  top: 40.1333333333vw;
  left: 13.984vw;
  width: 27.9693333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .mv-container .mv-box > .door {
    top: clamp(3.0625px, 0.3125vw, 4px);
    left: clamp(94.9375px, 9.6875vw, 124px);
    width: clamp(149.296875px, 15.234375vw, 195px);
  }
}
.mv-container .tagline-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-container .tagline-box::before {
  content: "";
  position: absolute;
  background-color: #0b318f;

  inset: 0;
}
.mv-container .tagline-box > .tagline {
  z-index: 1;
  width: 52.34vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .mv-container .tagline-box > .tagline {
    width: clamp(243.9128125px, 24.8890625vw, 318.58px);
  }
}
.mv-container .mv-box > .ttl {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
@media (min-width: 768px) {
  .mv-container .mv-box > .ttl {
    transform: translate3d(-20px, 0, 0);
  }
}
.mv-container .mv-box > .copy {
  opacity: 0;

  filter: blur(4px);
}
.mv-container .mv-box > .door {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}
@media (min-width: 768px) {
  .mv-container .mv-box > .door {
    transform: translate3d(20px, 0, 0);
  }
}
.mv-container .mv-ttl {
  opacity: 0;
  position: relative;
  transform: scale(1.03);

  filter: blur(8px);
}
@media (min-width: 768px) {
  .mv-container .mv-ttl {
    transform: scale(1.02);
  }
}
.mv-container .mv-ttl > .ttl {
  -webkit-mask: url("/eve/BeliEVE/mentor/assets/images/index/mv/ttl_sm.png") 0 0/100% no-repeat;
          mask: url("/eve/BeliEVE/mentor/assets/images/index/mv/ttl_sm.png") 0 0/100% no-repeat;
}
@media (min-width: 768px) {
  .mv-container .mv-ttl > .ttl {
    -webkit-mask-image: url("/eve/BeliEVE/mentor/assets/images/index/mv/ttl_lg.png");
            mask-image: url("/eve/BeliEVE/mentor/assets/images/index/mv/ttl_lg.png");
  }
}
.mv-container .mv-ttl > .ttl::before {
  content: "";
  position: absolute;
  transform: translate3d(-100%, 0, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));

  inset: 0;
}
.mv-container .mentor-box {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}
.mv-container.-inview .mv-box > .ttl {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.4s;
  transform: translate3d(0, 0, 0);
}
.mv-container.-inview .mv-box > .copy {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), filter 1.2s cubic-bezier(0, 0, 0.58, 1);
  transition-delay: 1.2s;
  transform: translate3d(0, 0, 0);

  filter: blur(0);
}
.mv-container.-inview .mv-box > .door {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .mv-container.-inview .mv-box > .door {
    transition-delay: 0.4s;
  }
}
.mv-container.-inview .mv-ttl {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0, 0, 0.58, 1), transform 0.6s cubic-bezier(0, 0, 0.58, 1), filter 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-delay: 0.2s;
  transform: scale(1);

  filter: blur(0);
}
.mv-container.-inview .mv-ttl > .ttl::before {
  transition: transform 1.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transform: translate3d(100%, 0, 0);
}
.mv-container.-inview .mentor-box {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.about-container {
  overflow: hidden;
}
.about-container > .about-box {
  padding: 13.0666666667vw 7.6vw 27.0666666667vw;
}
@media (min-width: 768px) {
  .about-container > .about-box {
    margin: 0 auto;
    padding: clamp(77.205625px, 7.878125vw, 100.84px) clamp(107.1875px, 10.9375vw, 140px) clamp(120.203125px, 12.265625vw, 157px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.about-container .about-box {
  position: relative;
  z-index: 0;
}
.about-container .about-box > .lead-box {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
.about-container .about-box > .video-box {
  margin-top: 12.2666666667vw;
}
@media (min-width: 768px) {
  .about-container .about-box > .video-box {
    margin: clamp(49px, 5vw, 64px) auto 0;
    width: clamp(300.125px, 30.625vw, 392px);
  }
}
.about-container .about-box > .ttl {
  margin: 16.9333333333vw auto 0;
  width: 73.2573333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .about-container .about-box > .ttl {
    margin-top: clamp(49px, 5vw, 64px);
    width: clamp(436.65890625px, 44.55703125vw, 570.33px);
  }
}
.about-container .about-box > .mentor-box {
  margin-top: 29.6213333333vw;
}
@media (min-width: 768px) {
  .about-container .about-box > .mentor-box {
    margin-top: clamp(96.32328125px, 9.82890625vw, 125.81px);
  }
}
.about-container .about-box > .module-bg {
  position: absolute;
  z-index: -1;

  inset: 0 0 auto;
}
@media (min-width: 768px) {
  .about-container .btn-box > .module-btn {
    margin: 0 auto;
    width: clamp(318.5px, 32.5vw, 416px);
  }
}
.about-container .btn-box > .note {
  margin-top: 6.1333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .about-container .btn-box > .note {
    margin-top: clamp(19.140625px, 1.953125vw, 25px);
    text-align: center;
    font-size: clamp(12.25px, 1.25vw, 16px);
    line-height: 1.7;
  }
}
.about-container .diagram-box {
  position: relative;
}
.about-container .diagram-box > .exchange {
  position: absolute;
  margin: auto;
  width: 52vw;
  height: 18.9333333333vw;
  font-size: 0;

  inset: 0;
}
@media (max-width: 767.98px) {
  .about-container .diagram-box > .exchange {
    left: 2.4vw;
  }
}
@media (min-width: 768px) {
  .about-container .diagram-box > .exchange {
    width: clamp(162.3125px, 16.5625vw, 212px);
    height: clamp(96.46875px, 9.84375vw, 126px);
  }
}
.about-container .diagram-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 4.8vw;
  border-radius: 0.8vw;
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .about-container .diagram-details {
    justify-content: flex-end;
    padding-bottom: clamp(14.546875px, 1.484375vw, 19px);
    border-radius: clamp(4.59375px, 0.46875vw, 6px);
  }
}
.about-container .diagram-details > .img {
  font-size: 0;
}
.about-container .diagram-details > .txt {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .about-container .diagram-details > .txt {
    font-size: clamp(12.25px, 1.25vw, 16px);
  }
}
@media (max-width: 767.98px) {
  .about-container .diagram-details.-you {
    padding-top: 4.2666666667vw;
  }
}
.about-container .diagram-details.-you > .img {
  width: 31.1146666667vw;
}
@media (min-width: 768px) {
  .about-container .diagram-details.-you > .img {
    width: clamp(83.3765625px, 8.5078125vw, 108.9px);
  }
}
.about-container .diagram-details.-you > .txt {
  margin-top: 1.8666666667vw;
}
@media (min-width: 768px) {
  .about-container .diagram-details.-you > .txt {
    margin-top: clamp(6.125px, 0.625vw, 8px);
  }
}
@media (max-width: 767.98px) {
  .about-container .diagram-details.-mentor {
    padding-top: 3.2vw;
  }
}
.about-container .diagram-details.-mentor > .img {
  width: 33.0653333333vw;
}
@media (max-width: 767.98px) {
  .about-container .diagram-details.-mentor > .img {
    margin-left: -2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .about-container .diagram-details.-mentor > .img {
    width: clamp(90.435625px, 9.228125vw, 118.12px);
  }
}
.about-container .diagram-details.-mentor > .txt {
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .about-container .diagram-details.-mentor > .txt {
    margin-top: clamp(6.125px, 0.625vw, 8px);
  }
}
.about-container .diagram-item {
  padding: 0 1.3333333333vw 1.3333333333vw;
  border-radius: 1.3333333333vw;
}
@media (min-width: 768px) {
  .about-container .diagram-item {
    display: flex;
    flex-direction: column;
    padding: 0 clamp(3.828125px, 0.390625vw, 5px) clamp(3.828125px, 0.390625vw, 5px);
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.about-container .diagram-item > .ttl {
  padding: 4.2666666667vw 0;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-white);
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 0.3125;
}
@media (min-width: 768px) {
  .about-container .diagram-item > .ttl {
    padding: clamp(16.078125px, 1.640625vw, 21px) 0;
    font-size: clamp(13.78125px, 1.40625vw, 18px);
    line-height: 0.5555555556;
  }
}
@media (min-width: 768px) {
  .about-container .diagram-item > .diagram-details {
    flex: auto;
  }
}
.about-container .diagram-item.-you {
  background-color: var(--color-midnight-blue);
}
.about-container .diagram-item.-mentor {
  background: linear-gradient(to right, #e01e2f, #c71e72 27%, #5c33ab);
}
@media (min-width: 768px) {
  .about-container .diagram-items {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .about-container .diagram-items > .diagram-item {
    width: clamp(214.375px, 21.875vw, 280px);
    height: clamp(215.140625px, 21.953125vw, 281px);
  }
}
@media (max-width: 767.98px) {
  .about-container .diagram-items > .diagram-item + .diagram-item {
    margin-top: 25.0666666667vw;
  }
}
.about-container .lead-box > .txt {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .about-container .lead-box > .txt {
    font-size: clamp(13.78125px, 1.40625vw, 18px);
    line-height: 1.8;
  }
}
.about-container .lead-box > .txt + .txt {
  margin-top: 7.2vw;
}
@media (min-width: 768px) {
  .about-container .lead-box > .txt + .txt {
    margin-top: clamp(19.140625px, 1.953125vw, 25px);
  }
}
.about-container .list-item {
  position: relative;
  padding-left: 7.2vw;
  letter-spacing: 0;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .about-container .list-item {
    padding-left: clamp(22.203125px, 2.265625vw, 29px);
    font-size: clamp(12.25px, 1.25vw, 16px);
  }
}
.about-container .list-item::before {
  content: "";
  position: absolute;
  top: 0.5333333333vw;
  left: 0;
  width: 5.2vw;
  height: 5.2vw;
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/list_marker.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-container .no-webp .list-item::before {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/list_marker.svg");
}
.about-container .list-item::before::before,
.about-container .list-item::before::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/list_marker.svg");
}
.about-container .no-webp .list-item::before::before,
.about-container .no-webp .list-item::before::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/list_marker.svg");
}
@media (min-width: 768px) {
  .about-container .list-item::before {
    top: clamp(3.0625px, 0.3125vw, 4px);
    width: clamp(13.66640625px, 1.39453125vw, 17.85px);
    height: clamp(13.66640625px, 1.39453125vw, 17.85px);
  }
}
.about-container .list-item > .note {
  display: block;
  margin-top: 1.6vw;
  font-size: 2.9333333333vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .about-container .list-item > .note {
    margin-top: clamp(2.296875px, 0.234375vw, 3px);
    font-size: clamp(9.1875px, 0.9375vw, 12px);
    line-height: 1.5;
  }
}
.about-container .list-items {
  padding: 6.4vw 4.9333333333vw 8.5333333333vw;
  border: 0.5333333333vw solid var(--color-midnight-blue);
  border-radius: 1.3333333333vw;
}
@media (min-width: 768px) {
  .about-container .list-items {
    padding: clamp(19.140625px, 1.953125vw, 25px) clamp(19.140625px, 1.953125vw, 25px) clamp(22.203125px, 2.265625vw, 29px) clamp(32.15625px, 3.28125vw, 42px);
    border-width: clamp(1.53125px, 0.15625vw, 2px);
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.about-container .list-items > .list-item + .list-item {
  margin-top: 3.4666666667vw;
}
@media (min-width: 768px) {
  .about-container .list-items > .list-item + .list-item {
    margin-top: clamp(6.890625px, 0.703125vw, 9px);
  }
}
.about-container .mentor-box {
  position: relative;
  padding: 13.3333333333vw 5.2vw 14.2666666667vw;
  background-color: var(--color-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .about-container .mentor-box {
    padding: clamp(50.70734375px, 5.17421875vw, 66.23px) clamp(64.3125px, 6.5625vw, 84px) clamp(50.53125px, 5.15625vw, 66px);
  }
}
.about-container .mentor-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6.8vw;
  left: -4.8vw;
  width: 93.8666666667vw;
  height: 341.2vw;
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_sm.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-container .no-webp .mentor-box::before {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_sm.png");
}
.about-container .mentor-box::before::before,
.about-container .mentor-box::before::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_sm.webp");
}
.about-container .no-webp .mentor-box::before::before,
.about-container .no-webp .mentor-box::before::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_sm.png");
}
@media (min-width: 768px) {
  .about-container .mentor-box::before {
    top: clamp(-104px, -8.125vw, -79.625px);
    left: clamp(-39px, -3.046875vw, -29.859375px);
    width: clamp(825.34375px, 84.21875vw, 1078px);
    height: clamp(692.125px, 70.625vw, 904px);
    background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_lg.webp");
  }
  .about-container .no-webp .mentor-box::before {
    background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_lg.png");
  }
  .about-container .mentor-box::before::before,
  .about-container .mentor-box::before::after {
    background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_lg.webp");
  }
  .about-container .no-webp .mentor-box::before::before,
  .about-container .no-webp .mentor-box::before::after {
    background-image: url("/eve/BeliEVE/mentor/assets/images/index/about/mentor_shadow_lg.png");
  }
}
.about-container .mentor-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 1.3333333333vw;
  background-color: var(--color-white);

  inset: 0;
}
@media (min-width: 768px) {
  .about-container .mentor-box::after {
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.about-container .mentor-box > .lead {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .about-container .mentor-box > .lead {
    font-size: clamp(13.78125px, 1.40625vw, 18px);
    line-height: 2;
  }
}
.about-container .mentor-box > .diagram-box {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .about-container .mentor-box > .diagram-box {
    margin-top: clamp(38.28125px, 3.90625vw, 50px);
  }
}
.about-container .mentor-box > .list-items {
  margin-top: 13.0666666667vw;
}
@media (min-width: 768px) {
  .about-container .mentor-box > .list-items {
    margin-top: clamp(26.796875px, 2.734375vw, 35px);
  }
}
.about-container .video-box {
  padding: 0.8vw;
  background: var(--common-gradient);
}
@media (min-width: 768px) {
  .about-container .video-box {
    padding: clamp(6.125px, 0.625vw, 8px);
  }
}
.about-container .video-content {
  position: relative;
  padding-bottom: 177.7777777778%;
}
.about-container .video-content > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-container .about-box > .ttl {
  opacity: 0;
  transform: scale(1.05);

  filter: blur(3px);
}
.about-container .about-box > .ttl.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), filter 0.8s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1);

  filter: blur(0);
}
.about-container .lead-box {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.about-container .video-box {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.about-container .video-box.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.about-container .mentor-box {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.about-container .mentor-box.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.about-container .module-cta {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.about-container .module-cta.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.about-container.-inview .lead-box {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .mv-container.-inview + .about-container .lead-box {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 2s;
    transform: translate3d(0, 0, 0);
  }
}

.course-container {
  background-color: var(--color-gray);
}
.course-container > .course-box {
  padding: 18.5333333333vw 8.1333333333vw 21.6vw;
}
@media (min-width: 768px) {
  .course-container > .course-box {
    margin: 0 auto;
    padding: clamp(67.55109375px, 6.89296875vw, 88.23px) clamp(107.1875px, 10.9375vw, 140px) clamp(103.359375px, 10.546875vw, 135px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.course-container .course-box > .icon {
  margin: 0 auto;
  width: 11.6106666667vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .course-container .course-box > .icon {
    width: clamp(38.7865625px, 3.9578125vw, 50.66px);
  }
}
.course-container .course-box > .ttl {
  margin-top: 2.9333333333vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .course-container .course-box > .ttl {
    margin-top: clamp(-3px, -0.234375vw, -2.296875px);
    font-size: clamp(27.5625px, 2.8125vw, 36px);
    line-height: 2;
  }
}
.course-container .course-box > .course-contents {
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .course-container .course-box > .course-contents {
    margin-top: clamp(41.34375px, 4.21875vw, 54px);
  }
}
.course-container .course-box > .module-cta {
  margin-top: 14vw;
}
@media (min-width: 768px) {
  .course-container .course-box > .module-cta {
    margin-top: clamp(47.8209375px, 4.8796875vw, 62.46px);
  }
}
.course-container .course-contents {
  display: flow-root;
}
.course-container .course-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3.2vw 0 4.2666666667vw;
  border-radius: 0 0 0.8vw 0.8vw;
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .course-container .course-details {
    padding: clamp(17.609375px, 1.796875vw, 23px) 0 clamp(25.265625px, 2.578125vw, 33px);
    border-radius: 0 0 clamp(4.59375px, 0.46875vw, 6px) clamp(4.59375px, 0.46875vw, 6px);
  }
}
.course-container .course-details > .img {
  width: 31.3493333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .course-container .course-details > .img {
    width: clamp(123.99296875px, 12.65234375vw, 161.95px);
  }
}
.course-container .course-details > .txt {
  margin-top: 1.3333333333vw;
  text-align: center;
  letter-spacing: 0;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .course-container .course-details > .txt {
    margin-top: clamp(9.5703125px, 0.9765625vw, 12.5px);
    font-size: clamp(15.3125px, 1.5625vw, 20px);
    line-height: 1.5;
  }
}
.course-container .course-item {
  display: flex;
  flex-direction: column;
  padding: 0 1.6vw 1.6vw;
  border-radius: 1.3333333333vw;
  background: linear-gradient(to right, #e01e2f, #c71e72 27%, #5c33ab);
}
@media (min-width: 768px) {
  .course-container .course-item {
    padding: 0 clamp(6.125px, 0.625vw, 8px) clamp(6.125px, 0.625vw, 8px);
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.course-container .course-item > .ttl {
  padding: 3.2vw 0;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-white);
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .course-container .course-item > .ttl {
    padding: clamp(9.953125px, 1.015625vw, 13px) 0;
    font-size: clamp(19.90625px, 2.03125vw, 26px);
  }
}
.course-container .course-item > .course-details {
  flex: auto;
}
@media (min-width: 768px) {
  .course-container .course-items {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: clamp(29.09375px, 2.96875vw, 38px);
  }
}
@media (max-width: 767.98px) {
  .course-container .course-items > .course-item + .course-item {
    margin-top: 6.6666666667vw;
  }
}
.course-container .course-box > .icon {
  opacity: 0;
}
.course-container .course-box > .ttl {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
.course-container .course-items {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
@media (max-width: 767.98px) {
  .course-container .course-item {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
}
@media (max-width: 767.98px) {
  .course-container .course-item.-inview {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
  }
}
.course-container .module-cta {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.course-container .module-cta.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.course-container.-inview .course-box > .icon {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1);
}
.course-container.-inview .course-box > .ttl {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.course-container.-inview .course-items {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 0.6s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.mentor-container {
  overflow: hidden;
}
.mentor-container > .mentor-box {
  padding: 29.2vw 7.6vw 17.3333333333vw;
}
@media (min-width: 768px) {
  .mentor-container > .mentor-box {
    margin: 0 auto;
    padding: clamp(90.34375px, 9.21875vw, 118px) clamp(107.1875px, 10.9375vw, 140px) clamp(67.375px, 6.875vw, 88px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.mentor-container .desc-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mentor-container .desc-box > .main {
  position: relative;
  background: var(--common-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  text-align: center;
  letter-spacing: 0;
  font-size: 4.5333333333vw;
  font-weight: 600;
  line-height: 1.7;

  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .mentor-container .desc-box > .main {
    letter-spacing: 0.05em;
    font-size: clamp(18.375px, 1.875vw, 24px);
    line-height: 2;
  }
}
.mentor-container .desc-box > .main > .deco {
  position: absolute;
  bottom: 0.5333333333vw;
  width: 4.0306666667vw;
  height: 6.7053333333vw;
}
@media (min-width: 768px) {
  .mentor-container .desc-box > .main > .deco {
    bottom: clamp(5.359375px, 0.546875vw, 7px);
    width: clamp(12.8165625px, 1.3078125vw, 16.74px);
    height: clamp(21.32265625px, 2.17578125vw, 27.85px);
  }
}
.mentor-container .desc-box > .main :nth-child(1 of .deco) {
  left: -5.6vw;
}
@media (min-width: 768px) {
  .mentor-container .desc-box > .main :nth-child(1 of .deco) {
    left: clamp(-28px, -2.1875vw, -21.4375px);
  }
}
.mentor-container .desc-box > .main :nth-child(2 of .deco) {
  right: -4vw;
}
@media (min-width: 768px) {
  .mentor-container .desc-box > .main :nth-child(2 of .deco) {
    right: clamp(-17px, -1.328125vw, -13.015625px);
  }
}
.mentor-container .desc-box > .sub {
  margin-top: 1.8666666667vw;
  background: var(--common-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.7;

  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .mentor-container .desc-box > .sub {
    margin-top: clamp(0.765625px, 0.078125vw, 1px);
    font-size: clamp(12.25px, 1.25vw, 16px);
  }
}
.mentor-container .mentor-box {
  position: relative;
  z-index: 0;
}
.mentor-container .mentor-box > .icon {
  margin: 0 auto;
  width: 16.1333333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .mentor-container .mentor-box > .icon {
    width: clamp(50.40109375px, 5.14296875vw, 65.83px);
  }
}
.mentor-container .mentor-box > .ttl {
  margin-top: 3.304vw;
  text-align: center;
  letter-spacing: 0;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .mentor-container .mentor-box > .ttl {
    margin-top: clamp(-10px, -0.78125vw, -7.65625px);
    font-size: clamp(29.09375px, 2.96875vw, 38px);
    line-height: 2;
  }
}
.mentor-container .mentor-box > .lead {
  margin-top: 5.8666666667vw;
  text-align: center;
  letter-spacing: 0;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .mentor-container .mentor-box > .lead {
    margin-top: clamp(3.828125px, 0.390625vw, 5px);
    letter-spacing: 0.05em;
    font-size: clamp(13.78125px, 1.40625vw, 18px);
  }
}
.mentor-container .mentor-box > .desc-box {
  margin-top: 7.3333333333vw;
}
@media (max-width: 767.98px) {
  .mentor-container .mentor-box > .desc-box {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .mentor-container .mentor-box > .desc-box {
    margin-top: clamp(25.265625px, 2.578125vw, 33px);
  }
}
.mentor-container .mentor-box > .mentor-items {
  margin-top: 5.8666666667vw;
}
@media (min-width: 768px) {
  .mentor-container .mentor-box > .mentor-items {
    margin-top: clamp(27.5625px, 2.8125vw, 36px);
  }
}
.mentor-container .mentor-box > .note {
  margin-top: 5.2vw;
  letter-spacing: 0.05em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .mentor-container .mentor-box > .note {
    margin-top: clamp(19.140625px, 1.953125vw, 25px);
    text-align: center;
    font-size: clamp(10.71875px, 1.09375vw, 14px);
    line-height: 2;
  }
}
.mentor-container .mentor-box > .module-cta {
  margin-top: 12.9333333333vw;
}
@media (min-width: 768px) {
  .mentor-container .mentor-box > .module-cta {
    margin-top: clamp(38.28125px, 3.90625vw, 50px);
  }
}
.mentor-container .mentor-box > .module-bg {
  position: absolute;
  z-index: -1;

  inset: 0 0 auto;
}
.mentor-container .mentor-btn {
  overflow: hidden;
  border-radius: 2vw;
}
@media (min-width: 768px) {
  .mentor-container .mentor-btn {
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.mentor-container .mentor-btn > .thumb {
  font-size: 0;
}
.mentor-container .mentor-btn > .mentor-details {
  margin-top: -1px;
}
@media (any-hover: hover) {
  .mentor-container .mentor-btn {
    transition: opacity 0.15s cubic-bezier(0.42, 0, 1, 1);
  }
  .mentor-container .mentor-btn:hover {
    opacity: 0.7;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-duration: 0.2s;
  }
}
.mentor-container .mentor-details {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5.8666666667vw 0 7.7333333333vw;
  color: var(--color-white);
}
@media (min-width: 768px) {
  .mentor-container .mentor-details {
    padding: clamp(21.4375px, 2.1875vw, 28px) 0 clamp(22.96875px, 2.34375vw, 30px);
  }
}
.mentor-container .mentor-details > .course {
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.5;

  text-underline-offset: 1.0666666667vw;
}
@media (min-width: 768px) {
  .mentor-container .mentor-details > .course {
    font-size: clamp(10.71875px, 1.09375vw, 14px);

    text-underline-offset: clamp(3.828125px, 0.390625vw, 5px);
  }
}
.mentor-container .mentor-details > .mentor {
  margin-top: 1.3333333333vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mentor-container .mentor-details > .mentor {
    margin-top: clamp(3.828125px, 0.390625vw, 5px);
    font-size: clamp(16.84375px, 1.71875vw, 22px);
  }
}
.mentor-container .mentor-details > .icon {
  position: absolute;
  right: 2.2386666667vw;
  bottom: 1.756vw;
  width: 3.5773333333vw;
  height: 3.5773333333vw;
}
@media (min-width: 768px) {
  .mentor-container .mentor-details > .icon {
    right: clamp(5.7421875px, 0.5859375vw, 7.5px);
    bottom: clamp(6.5078125px, 0.6640625vw, 8.5px);
    width: clamp(9.5703125px, 0.9765625vw, 12.5px);
    height: clamp(9.5703125px, 0.9765625vw, 12.5px);
  }
}
.mentor-container .mentor-details > .icon::before,
.mentor-container .mentor-details > .icon::after {
  content: "";
  position: absolute;
  margin: auto;
  height: 0.3vw;
  background-color: var(--color-white);

  inset: 0;
}
@media (min-width: 768px) {
  .mentor-container .mentor-details > .icon::before,
  .mentor-container .mentor-details > .icon::after {
    height: clamp(1.1484375px, 0.1171875vw, 1.5px);
  }
}
.mentor-container .mentor-details > .icon::after {
  transform: rotate(90deg);
}
.mentor-container :nth-child(1 of .mentor-item) .mentor-details {
  background-color: #3d4ba5;
}
.mentor-container :nth-child(2 of .mentor-item) .mentor-details {
  background-color: #504c9f;
}
.mentor-container :nth-child(3 of .mentor-item) .mentor-details {
  background-color: #2f2a85;
}
.mentor-container :nth-child(4 of .mentor-item) .mentor-details {
  background-color: #191465;
}
.mentor-container .mentor-items {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  gap: 7.8666666667vw 2.6666666667vw;
}
@media (min-width: 768px) {
  .mentor-container .mentor-items {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(16.84375px, 1.71875vw, 22px);
  }
}
.mentor-container .mentor-box > .icon {
  opacity: 0;
}
.mentor-container .mentor-box > .ttl {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
.mentor-container .mentor-box > .lead {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
.mentor-container .mentor-box > .note {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .mentor-container .mentor-box > .note.-inview {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1);
  }
}
.mentor-container .desc-box {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.mentor-container .mentor-items {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
@media (max-width: 767.98px) {
  .mentor-container .mentor-item {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
}
@media (max-width: 767.98px) {
  .mentor-container .mentor-item.-inview {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
  }
}
.mentor-container .module-cta {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
@media (max-width: 767.98px) {
  .mentor-container .module-cta.-inview {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
  }
}
.mentor-container.-inview .mentor-box > .icon {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1);
}
.mentor-container.-inview .mentor-box > .ttl {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.mentor-container.-inview .mentor-box > .lead {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 0.3s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .mentor-container.-inview .mentor-box > .note {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 1s;
  }
}
.mentor-container.-inview .desc-box {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 1s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transform: translate3d(0, 0, 0);
}
.mentor-container.-inview .mentor-items {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 1s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transform: translate3d(0, 0, 0);
}
.mentor-container.-inview .module-cta {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 1.5s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  transform: translate3d(0, 0, 0);
}

.suggestion-container {
  background-color: var(--color-gray);
}
.suggestion-container > .suggestion-box {
  padding: 20.4vw 8.1333333333vw 29.3333333333vw;
}
@media (min-width: 768px) {
  .suggestion-container > .suggestion-box {
    margin: 0 auto;
    padding: clamp(68.140625px, 6.953125vw, 89px) clamp(107.1875px, 10.9375vw, 140px) clamp(91.875px, 9.375vw, 120px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.suggestion-container .suggestion-box > .icon {
  margin: 0 auto;
  width: 11.7333333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .suggestion-container .suggestion-box > .icon {
    width: clamp(41.34375px, 4.21875vw, 54px);
  }
}
.suggestion-container .suggestion-box > .ttl {
  margin-top: 3.2vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .suggestion-container .suggestion-box > .ttl {
    margin-top: clamp(-2px, -0.15625vw, -1.53125px);
    font-size: clamp(27.5625px, 2.8125vw, 36px);
    line-height: 2;
  }
}
.suggestion-container .suggestion-box > .txt {
  margin: 4.5333333333vw auto 0;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .suggestion-container .suggestion-box > .txt {
    margin-top: clamp(6.890625px, 0.703125vw, 9px);
    letter-spacing: 0.05em;
    font-size: clamp(13.78125px, 1.40625vw, 18px);
    line-height: 1.5;
  }
}
.suggestion-container .suggestion-box > .worry-items {
  margin-top: 10vw;
}
@media (min-width: 768px) {
  .suggestion-container .suggestion-box > .worry-items {
    margin-top: clamp(34.453125px, 3.515625vw, 45px);
  }
}
.suggestion-container .worry-items {
  display: grid;

  gap: 6.6666666667vw;
}
@media (min-width: 768px) {
  .suggestion-container .worry-items {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(38.28125px, 3.90625vw, 50px);
  }
}
.suggestion-container .worry-items > .worry-item {
  padding: 4.8vw 4.2666666667vw 4.8vw 8vw;
  min-height: 53.3333333333vw;
}
@media (min-width: 768px) {
  .suggestion-container .worry-items > .worry-item {
    padding: clamp(25.265625px, 2.578125vw, 33px) clamp(26.03125px, 2.65625vw, 34px) clamp(25.265625px, 2.578125vw, 33px) clamp(30.625px, 3.125vw, 40px);
    width: clamp(363.671875px, 37.109375vw, 475px);
    min-height: clamp(135.515625px, 13.828125vw, 177px);
  }
}
.suggestion-container .worry-item {
  display: grid;
  align-content: center;
  position: relative;
  border-radius: 2.1333333333vw;
  background: linear-gradient(-90deg, #e01e2f 0%, #c71e72 27%, #5c33ab 100%);
}
@media (min-width: 768px) {
  .suggestion-container .worry-item {
    border-radius: clamp(12.25px, 1.25vw, 16px);
  }
}
.suggestion-container .worry-item > .txt {
  letter-spacing: 0.05em;
  color: var(--color-white);
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .suggestion-container .worry-item > .txt {
    font-size: clamp(13.78125px, 1.40625vw, 18px);
  }
}
.suggestion-container .worry-item::after {
  content: "";
  position: absolute;
  right: 0.2666666667vw;
  bottom: 4.2666666667vw;
  width: 2.8vw;
  height: 1.8666666667vw;

  translate: 100%;
}
.suggestion-container .worry-item::after.lazyloaded {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/suggestion/balloon_tip.svg");
}
.suggestion-container .no-webp .worry-item::after.lazyloaded {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/suggestion/balloon_tip.svg");
}
.suggestion-container .lazyloaded::before,
.suggestion-container .lazyloaded::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/suggestion/balloon_tip.svg");
}
.suggestion-container .no-webp .lazyloaded::before,
.suggestion-container .no-webp .lazyloaded::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/suggestion/balloon_tip.svg");
}
@media (min-width: 768px) {
  .suggestion-container .worry-item::after {
    right: clamp(1.53125px, 0.15625vw, 2px);
    bottom: clamp(22.96875px, 2.34375vw, 30px);
    width: clamp(16.078125px, 1.640625vw, 21px);
    height: clamp(10.71875px, 1.09375vw, 14px);
  }
}
.suggestion-container .suggestion-box > .icon {
  opacity: 0;
}
.suggestion-container .suggestion-box > .ttl {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
.suggestion-container .suggestion-box > .txt {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
.suggestion-container .worry-items {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
@media (max-width: 767.98px) {
  .suggestion-container .worry-item {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
}
@media (max-width: 767.98px) {
  .suggestion-container .worry-item.-inview {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
  }
}
.suggestion-container.-inview .suggestion-box > .icon {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1);
}
.suggestion-container.-inview .suggestion-box > .ttl {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.suggestion-container.-inview .suggestion-box > .txt {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 0.3s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transform: translate3d(0, 0, 0);
}
.suggestion-container.-inview .worry-items {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 1s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transform: translate3d(0, 0, 0);
}

.flow-container {
  overflow: hidden;
}
.flow-container > .flow-box {
  padding: 21.0666666667vw 7.6vw 22.9333333333vw;
}
@media (min-width: 768px) {
  .flow-container > .flow-box {
    margin: 0 auto;
    padding: clamp(75.796875px, 7.734375vw, 99px) clamp(107.1875px, 10.9375vw, 140px) clamp(97.234375px, 9.921875vw, 127px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.flow-container .flow-box {
  position: relative;
  z-index: 0;
}
.flow-container .flow-box > .icon {
  margin: 0 auto;
  width: 11.8666666667vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .flow-container .flow-box > .icon {
    width: clamp(37.515625px, 3.828125vw, 49px);
  }
}
.flow-container .flow-box > .ttl {
  margin-top: 0.8vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .flow-container .flow-box > .ttl {
    margin-top: clamp(-4px, -0.3125vw, -3.0625px);
    font-size: clamp(27.5625px, 2.8125vw, 36px);
  }
}
.flow-container .flow-box > .txt {
  margin-top: 2.8vw;
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .flow-container .flow-box > .txt {
    margin-top: clamp(3.0625px, 0.3125vw, 4px);
    letter-spacing: 0.05em;
    font-size: clamp(13.78125px, 1.40625vw, 18px);
  }
}
.flow-container .flow-box > .flow-items {
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .flow-container .flow-box > .flow-items {
    margin-top: clamp(30.625px, 3.125vw, 40px);
  }
}
.flow-container .flow-box > .flow-manual {
  margin-top: 14.4vw;
  padding: 11.7333333333vw 4.8vw 14.1333333333vw;
}
@media (min-width: 768px) {
  .flow-container .flow-box > .flow-manual {
    margin: clamp(81.15625px, 8.28125vw, 106px) auto 0;
    padding: clamp(53.59375px, 5.46875vw, 70px) clamp(52.0625px, 5.3125vw, 68px) clamp(62.78125px, 6.40625vw, 82px);
  }
}
.flow-container .flow-box > .flow-info {
  margin-top: 18.8vw;
}
@media (min-width: 768px) {
  .flow-container .flow-box > .flow-info {
    margin-top: clamp(124.796875px, 12.734375vw, 163px);
  }
}
.flow-container .flow-box > .module-cta {
  margin-top: 12.9333333333vw;
}
@media (min-width: 768px) {
  .flow-container .flow-box > .module-cta {
    margin-top: clamp(30.625px, 3.125vw, 40px);
  }
}
.flow-container .flow-box > .module-bg {
  position: absolute;
  z-index: -1;

  inset: 0 0 auto;
}
.flow-container .flow-info {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flow-container .flow-info > .ttl {
  background: var(--common-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: 0.05em;
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 2;

  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .flow-container .flow-info > .ttl {
    font-size: clamp(22.96875px, 2.34375vw, 30px);
  }
}
.flow-container .flow-info > .desc {
  margin-top: 4.4vw;
  letter-spacing: 0.02em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .flow-container .flow-info > .desc {
    margin-top: clamp(14.546875px, 1.484375vw, 19px);
    text-align: center;
    font-size: clamp(11.484375px, 1.171875vw, 15px);
  }
}
.flow-container .flow-info > .instruction {
  margin-top: 5.3333333333vw;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .flow-container .flow-info > .instruction {
    margin-top: clamp(12.25px, 1.25vw, 16px);
    font-size: clamp(16.84375px, 1.71875vw, 22px);
  }
}
.flow-container .flow-items {
  display: grid;

  gap: 16vw;
}
@media (min-width: 768px) {
  .flow-container .flow-items {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(52.0625px, 5.3125vw, 68px);
  }
}
.flow-container .flow-item {
  position: relative;
}
.flow-container .flow-item > .img {
  margin-top: 2.9333333333vw;
}
@media (min-width: 768px) {
  .flow-container .flow-item > .img {
    margin-top: clamp(9.1875px, 0.9375vw, 12px);
  }
}
.flow-container .flow-item > .txt {
  margin-top: 4.2666666667vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .flow-container .flow-item > .txt {
    margin: clamp(12.25px, 1.25vw, 16px) -1ch 0;
    font-size: clamp(13.015625px, 1.328125vw, 17px);
  }
}
.flow-container .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 10.5333333333vw;
  height: 6.8vw;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;

  inset: auto 0 -12.5333333333vw;
}
.flow-container .flow-item:not(:last-child)::after.lazyloaded {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/flow/flow_arrow.svg");
}
.flow-container .no-webp .flow-item:not(:last-child)::after.lazyloaded {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/flow/flow_arrow.svg");
}
.flow-container .lazyloaded::before,
.flow-container .lazyloaded::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/flow/flow_arrow.svg");
}
.flow-container .no-webp .lazyloaded::before,
.flow-container .no-webp .lazyloaded::after {
  background-image: url("/eve/BeliEVE/mentor/assets/images/index/flow/flow_arrow.svg");
}
@media (min-width: 768px) {
  .flow-container .flow-item:not(:last-child)::after {
    width: clamp(28.328125px, 2.890625vw, 37px);
    height: clamp(18.375px, 1.875vw, 24px);

    rotate: -90deg;
    inset: clamp(116.375px, 11.875vw, 152px) clamp(-56px, -4.375vw, -42.875px) auto auto;
  }
}
.flow-container .step-label {
  display: grid;

  justify-items: start;
}
.flow-container .step-label > .txt {
  background: var(--common-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: 0.05em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.55;

  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .flow-container .step-label > .txt {
    padding: 0 clamp(6.890625px, 0.703125vw, 9px);
    font-size: clamp(14.546875px, 1.484375vw, 19px);
    line-height: 1.8947368421;
  }
}
.flow-container .step-label > .txt > .num {
  font-size: 8.2666666667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .flow-container .step-label > .txt > .num {
    font-size: clamp(27.5625px, 2.8125vw, 36px);
  }
}
.flow-container .step-label::after {
  content: "";
  margin-top: 1.0666666667vw;
  width: 100%;
  height: 0.2666666667vw;
  background: var(--common-gradient);
}
@media (min-width: 768px) {
  .flow-container .step-label::after {
    margin-top: 0;
    height: clamp(0.765625px, 0.078125vw, 1px);
  }
}
.flow-container .flow-manual {
  border-radius: 1.3333333333vw;
  background-color: var(--color-gray);
}
@media (min-width: 768px) {
  .flow-container .flow-manual {
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.flow-container .flow-manual > .mail {
  margin-top: 9.2vw;
  padding: 3.7333333333vw 3.2vw 4.2666666667vw;
  border-radius: 1.3333333333vw;
  background-color: var(--color-white);
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .flow-container .flow-manual > .mail {
    margin-top: clamp(24.5px, 2.5vw, 32px);
    padding: clamp(9.1875px, 0.9375vw, 12px) clamp(9.1875px, 0.9375vw, 12px) clamp(9.953125px, 1.015625vw, 13px);
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
    font-size: clamp(12.25px, 1.25vw, 16px);
  }
}
.flow-container .flow-manual > .mail > .link {
  text-decoration: underline;

  text-decoration-thickness: 0.2666666667vw;
  text-underline-offset: 0.8vw;
}
@media (min-width: 768px) {
  .flow-container .flow-manual > .mail > .link {
    text-decoration-thickness: clamp(0.765625px, 0.078125vw, 1px);
    text-underline-offset: clamp(2.296875px, 0.234375vw, 3px);
  }
}
@media (any-hover: hover) {
  .flow-container .flow-manual > .mail > .link:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .flow-container .manual-details {
    display: grid;

    grid-template-columns: auto 1fr;
    gap: clamp(35.984375px, 3.671875vw, 47px);
  }
}
.flow-container .manual-details > .img {
  width: 50.9333333333vw;
  font-size: 0;
}
@media (max-width: 767.98px) {
  .flow-container .manual-details > .img {
    margin: 6.4vw auto 0;
  }
}
@media (min-width: 768px) {
  .flow-container .manual-details > .img {
    order: -1;
    width: clamp(124.796875px, 12.734375vw, 163px);
  }
}
.flow-container .manual-layout > .label {
  margin: 0 auto;
  padding: 0.5333333333vw 2.1333333333vw 1.3333333333vw;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--common-gradient);
  color: var(--color-white);
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .flow-container .manual-layout > .label {
    padding: clamp(2.296875px, 0.234375vw, 3px) clamp(10.71875px, 1.09375vw, 14px) clamp(3.828125px, 0.390625vw, 5px);
    font-size: clamp(12.25px, 1.25vw, 16px);
  }
}
.flow-container .manual-layout > .ttl {
  margin-top: 3.0666666667vw;
  text-align: center;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .flow-container .manual-layout > .ttl {
    margin-top: clamp(7.65625px, 0.78125vw, 10px);
    font-size: clamp(21.4375px, 2.1875vw, 28px);
  }
}
.flow-container .manual-layout > .txt {
  margin-top: 4.8vw;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .flow-container .manual-layout > .txt {
    margin: clamp(13.015625px, 1.328125vw, 17px) clamp(-14px, -1.09375vw, -10.71875px) 0 0;
    letter-spacing: 0.05em;
    font-size: clamp(12.25px, 1.25vw, 16px);
    line-height: 1.8;
  }
}
.flow-container .flow-box > .icon {
  opacity: 0;
}
.flow-container .flow-box > .ttl {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
.flow-container .flow-box > .txt {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
@media (max-width: 767.98px) {
  .flow-container .flow-item {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
}
@media (min-width: 768px) {
  .flow-container .flow-item {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .flow-container .flow-item.-inview {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
  }
}
.flow-container .flow-manual {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.flow-container .flow-manual.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.flow-container .flow-info {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.flow-container .flow-info.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.flow-container .module-cta {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
.flow-container .module-cta.-inview {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.flow-container.-inview .flow-box > .icon {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1);
}
.flow-container.-inview .flow-box > .ttl {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.flow-container.-inview .flow-box > .txt {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 0.3s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .flow-container.-inview .flow-item {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 1s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .flow-container.-inview .flow-item:nth-child(1) {
    opacity: 1;
    transition: opacity 1.6s cubic-bezier(0, 0, 0.58, 1) 1s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .flow-container.-inview .flow-item:nth-child(2) {
    opacity: 1;
    transition: opacity 1.6s cubic-bezier(0, 0, 0.58, 1) 1.1s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .flow-container.-inview .flow-item:nth-child(3) {
    opacity: 1;
    transition: opacity 1.6s cubic-bezier(0, 0, 0.58, 1) 1.2s, transform 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
    transform: translate3d(0, 0, 0);
  }
}

.faq-container {
  background-color: var(--color-gray);
}
.faq-container > .faq-box {
  padding: 19.0666666667vw 8.1333333333vw 25.6vw;
}
@media (min-width: 768px) {
  .faq-container > .faq-box {
    margin: 0 auto;
    padding: clamp(65.84375px, 6.71875vw, 86px) clamp(183.75px, 18.75vw, 240px) clamp(86.515625px, 8.828125vw, 113px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.faq-container .faq-box > .icon {
  margin: 0 auto;
  width: 12.9333333333vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .faq-container .faq-box > .icon {
    width: clamp(40.578125px, 4.140625vw, 53px);
  }
}
.faq-container .faq-box > .ttl {
  margin-top: 0.9333333333vw;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .faq-container .faq-box > .ttl {
    margin-top: clamp(-9px, -0.703125vw, -6.890625px);
    font-size: clamp(27.5625px, 2.8125vw, 36px);
  }
}
.faq-container .faq-box > .faq-items {
  margin-top: 5.0666666667vw;
}
@media (min-width: 768px) {
  .faq-container .faq-box > .faq-items {
    margin-top: clamp(17.609375px, 1.796875vw, 23px);
  }
}
.faq-container .faq-items {
  display: grid;

  gap: 2.9333333333vw;
}
@media (min-width: 768px) {
  .faq-container .faq-items {
    gap: clamp(15.3125px, 1.5625vw, 20px);
  }
}
.faq-container .acc-box {
  border-radius: 2vw;
  background-color: var(--color-white);

  --acc-duration: 0.3s;
}
@media (min-width: 768px) {
  .faq-container .acc-box {
    border-radius: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.faq-container .acc-box > .acc-btn {
  padding: 3.0666666667vw 4.2666666667vw 3.0666666667vw 3.6vw;
  width: 100%;
  min-height: 16vw;
}
@media (min-width: 768px) {
  .faq-container .acc-box > .acc-btn {
    padding: clamp(11.484375px, 1.171875vw, 15px) clamp(24.5px, 2.5vw, 32px) clamp(11.484375px, 1.171875vw, 15px) clamp(35.984375px, 3.671875vw, 47px);
    min-height: clamp(61.25px, 6.25vw, 80px);
  }
}
.faq-container .acc-box > .acc-btn[aria-expanded=false] ~ .acc-panel {
  height: 0;
}
.faq-container .acc-btn {
  display: grid;
  align-items: center;

  grid-template-columns: auto 1fr auto;
  gap: 2.1333333333vw;
}
@media (min-width: 768px) {
  .faq-container .acc-btn {
    gap: clamp(9.1875px, 0.9375vw, 12px);
  }
}
.faq-container .acc-btn > .label {
  background: var(--common-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: 0.05em;
  font-family: var(--font-zen-kaku-gothic-new);
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.5;

  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .faq-container .acc-btn > .label {
    font-size: clamp(22.96875px, 2.34375vw, 30px);
  }
}
.faq-container .acc-btn > .txt {
  text-align: left;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .faq-container .acc-btn > .txt {
    letter-spacing: 0.05em;
    font-size: clamp(13.78125px, 1.40625vw, 18px);
  }
}
.faq-container .acc-btn > .icon {
  display: grid;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  font-size: 0;

  place-items: center;
}
@media (min-width: 768px) {
  .faq-container .acc-btn > .icon {
    width: clamp(16.078125px, 1.640625vw, 21px);
    height: clamp(16.078125px, 1.640625vw, 21px);
  }
}
.faq-container .acc-btn > .icon::before,
.faq-container .acc-btn > .icon::after {
  content: "";
  width: 100%;
  height: 0.5333333333vw;
  background-color: var(--color-midnight-blue);

  grid-area: 1/1;
}
@media (min-width: 768px) {
  .faq-container .acc-btn > .icon::before,
  .faq-container .acc-btn > .icon::after {
    height: clamp(1.53125px, 0.15625vw, 2px);
  }
}
.faq-container .acc-btn > .icon::after {
  transition: transform var(--acc-duration) cubic-bezier(0, 0, 0.58, 1);
}
.faq-container .acc-btn[aria-expanded=false] > .icon::after {
  transform: rotate(90deg);
}
@media (any-hover: hover) {
  .faq-container .acc-btn {
    transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  }
  .faq-container .acc-btn:hover {
    opacity: 0.6;
  }
}
.faq-container .acc-panel {
  overflow: hidden;
  transition: height var(--acc-duration) cubic-bezier(0, 0, 0.58, 1);
}
.faq-container .acc-panel > .acc-content {
  padding: 0 4.2666666667vw 6.5333333333vw 3.6vw;
}
@media (min-width: 768px) {
  .faq-container .acc-panel > .acc-content {
    padding: 0 clamp(45.9375px, 4.6875vw, 60px) clamp(21.4375px, 2.1875vw, 28px) clamp(35.984375px, 3.671875vw, 47px);
  }
}
.faq-container .acc-content {
  display: grid;
  align-items: start;

  grid-template-columns: auto 1fr;
  gap: 2.8vw;
}
@media (min-width: 768px) {
  .faq-container .acc-content {
    gap: clamp(12.25px, 1.25vw, 16px);
  }
}
.faq-container .acc-content > .label {
  position: relative;
  left: 0.8vw;
  margin-top: 0.2666666667vw;
  background: var(--common-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  letter-spacing: 0.05em;
  font-family: var(--font-source-sans-3);
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.5;

  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .faq-container .acc-content > .label {
    left: clamp(3.0625px, 0.3125vw, 4px);
    font-size: clamp(22.96875px, 2.34375vw, 30px);
  }
}
.faq-container .acc-content > .txt {
  margin-top: 1.8666666667vw;
  letter-spacing: 0.05em;
  word-break: break-all;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .faq-container .acc-content > .txt {
    margin-top: clamp(10.71875px, 1.09375vw, 14px);
    font-size: clamp(12.25px, 1.25vw, 16px);
    line-height: 1.5;
  }
}
.faq-container .acc-content > .txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .faq-container .acc-content > .txt a {
    transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  }
  .faq-container .acc-content > .txt a:hover {
    opacity: 0.6;
  }
}
.faq-container .faq-box > .icon {
  opacity: 0;
}
.faq-container .faq-box > .ttl {
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}
.faq-container .faq-items {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}
@media (max-width: 767.98px) {
  .faq-container .faq-item {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
}
@media (max-width: 767.98px) {
  .faq-container .faq-item.-inview {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
  }
}
.faq-container.-inview .faq-box > .icon {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1);
}
.faq-container.-inview .faq-box > .ttl {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}
.faq-container.-inview .faq-items {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 0.4s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transform: translate3d(0, 0, 0);
}

.cta-container {
  overflow: hidden;
  /* stylelint-disable-next-line no-duplicate-selectors */
}
.cta-container > .cta-box {
  padding: 22.8vw 7.6vw 27.7333333333vw;
}
@media (min-width: 768px) {
  .cta-container > .cta-box {
    margin: 0 auto;
    padding: clamp(83.453125px, 8.515625vw, 109px) clamp(107.1875px, 10.9375vw, 140px) clamp(101.828125px, 10.390625vw, 133px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.cta-container .cta-box {
  position: relative;
  z-index: 0;
}
.cta-container .cta-box > .lead {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .cta-container .cta-box > .lead {
    font-size: clamp(13.78125px, 1.40625vw, 18px);
  }
}
.cta-container .cta-box > .ttl {
  position: relative;
  left: -1.3333333333vw;
  margin: 7.0666666667vw auto 0;
  width: 88.4386666667vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .cta-container .cta-box > .ttl {
    left: clamp(-7px, -0.546875vw, -5.359375px);
    margin-top: clamp(20.8709375px, 2.1296875vw, 27.26px);
    width: clamp(426.73640625px, 43.54453125vw, 557.37px);
  }
}
.cta-container .cta-box > .module-cta {
  margin-top: 9.36vw;
}
@media (min-width: 768px) {
  .cta-container .cta-box > .module-cta {
    margin-top: clamp(27.9453125px, 2.8515625vw, 36.5px);
  }
}
.cta-container .cta-box > .module-bg {
  position: absolute;
  z-index: -1;

  inset: 0 0 auto;
}
.cta-container > .cta-box > .lead {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.cta-container > .cta-box > .ttl {
  opacity: 0;
  transform: scale(1.05);

  filter: blur(3px);
}
.cta-container > .cta-box > .module-cta {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.cta-container.-inview > .cta-box > .lead {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 0.2s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transform: translate3d(0, 0, 0);
}
.cta-container.-inview > .cta-box > .ttl {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 0.5s, filter 0.8s cubic-bezier(0, 0, 0.58, 1) 0.5s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transform: scale(1);

  filter: blur(0);
}
.cta-container.-inview > .cta-box > .module-cta {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1) 1.2s, transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  transform: translate3d(0, 0, 0);
}

.products-container {
  background-color: var(--color-gray);
}
.products-container > .products-box {
  padding: 17.4666666667vw 8vw 19.2vw;
}
@media (min-width: 768px) {
  .products-container > .products-box {
    margin: 0 auto;
    padding: clamp(60.484375px, 6.171875vw, 79px) clamp(107.1875px, 10.9375vw, 140px) clamp(58.953125px, 6.015625vw, 77px);
    width: clamp(980px, 100vw, 1280px);
  }
}
.products-container .products-box > .ttl {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .products-container .products-box > .ttl {
    font-size: clamp(22.96875px, 2.34375vw, 30px);
  }
}
.products-container .products-box > .banner-items {
  margin-top: 3.4666666667vw;
}
@media (min-width: 768px) {
  .products-container .products-box > .banner-items {
    margin-top: clamp(16.84375px, 1.71875vw, 22px);
  }
}
.products-container .banner-items {
  display: grid;

  gap: 4.6666666667vw;
}
@media (min-width: 768px) {
  .products-container .banner-items {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(38.28125px, 3.90625vw, 50px) clamp(30.625px, 3.125vw, 40px);
  }
}
.products-container .banner-item > .link {
  display: block;
}
@media (any-hover: hover) {
  .products-container .banner-item > .link {
    transition: opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
  }
  .products-container .banner-item > .link:hover {
    opacity: 0.8;
  }
}

.sticky-container {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-duration: 0.3s;
  transition-property: visibility, opacity;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767.98px) {
  .sticky-container {
    padding: 2.5333333333vw 2.8vw 2.6666666667vw;
    box-shadow: 0.5333333333vw -0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .sticky-container {
    border-radius: 999px;
  }
}
.sticky-container.-hidden {
  visibility: hidden;
  opacity: 0;
}
.sticky-container .link-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 1.2666666667vw 0;
  border: 0.3333333333vw solid var(--color-white);
  border-radius: 999px;
  background: linear-gradient(90deg, #2528d0, #10104d);
}
@media (min-width: 768px) {
  .sticky-container .link-btn {
    padding: clamp(5.359375px, 0.546875vw, 7px) 0 clamp(6.890625px, 0.703125vw, 9px);
    border-width: clamp(1.53125px, 0.15625vw, 2px);
  }
}
.sticky-container .link-btn > .main {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-white);
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .sticky-container .link-btn > .main {
    margin-left: 1.2vw;
  }
}
@media (min-width: 768px) {
  .sticky-container .link-btn > .main {
    font-size: clamp(8.421875px, 0.859375vw, 11px);
  }
}
.sticky-container .link-btn > .main > .deco {
  position: absolute;
  top: 1.0666666667vw;
  width: 1.9853333333vw;
  height: 3.3293333333vw;
}
@media (min-width: 768px) {
  .sticky-container .link-btn > .main > .deco {
    top: clamp(2.296875px, 0.234375vw, 3px);
    width: clamp(7.11265625px, 0.72578125vw, 9.29px);
    height: clamp(11.76765625px, 1.20078125vw, 15.37px);
  }
}
.sticky-container .link-btn > .main :nth-child(1 of .deco) {
  left: -2.4vw;
}
@media (min-width: 768px) {
  .sticky-container .link-btn > .main :nth-child(1 of .deco) {
    left: clamp(-11px, -0.859375vw, -8.421875px);
  }
}
.sticky-container .link-btn > .main :nth-child(2 of .deco) {
  right: -2.1333333333vw;
}
@media (min-width: 768px) {
  .sticky-container .link-btn > .main :nth-child(2 of .deco) {
    right: clamp(-9px, -0.703125vw, -6.890625px);
  }
}
.sticky-container .link-btn > .main :nth-child(1 of span) {
  letter-spacing: -0.15em;
}
.sticky-container .link-btn > .main :nth-child(2 of span) {
  letter-spacing: -0.22em;
}
.sticky-container .link-btn > .sub {
  position: relative;
  margin-top: -0.8vw;
  margin-left: 1.2vw;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--color-white);
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sticky-container .link-btn > .sub {
    margin-top: clamp(-2px, -0.15625vw, -1.53125px);
    margin-left: clamp(8.421875px, 0.859375vw, 11px);
    font-size: clamp(15.3125px, 1.5625vw, 20px);
  }
}
.sticky-container .link-btn > .note {
  margin-top: -0.5333333333vw;
  letter-spacing: 0;
  color: var(--color-white);
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sticky-container .link-btn > .note {
    margin-top: clamp(-1px, -0.078125vw, -0.765625px);
    font-size: clamp(7.65625px, 0.78125vw, 10px);
  }
}
.sticky-container .link-btn > .arrow {
  position: absolute;
  margin: auto;
  width: 1.8666666667vw;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0;

  inset: 1.3333333333vw 3.4666666667vw 0 auto;
}
@media (min-width: 768px) {
  .sticky-container .link-btn > .arrow {
    top: clamp(1.53125px, 0.15625vw, 2px);
    right: clamp(9.1875px, 0.9375vw, 12px);
    width: clamp(5.359375px, 0.546875vw, 7px);
  }
}
.sticky-container .link-btn:disabled {
  opacity: 0.4;
  background: #606060;
}
@media (any-hover: hover) {
  .sticky-container .link-btn {
    transition: opacity 0.15s cubic-bezier(0.42, 0, 1, 1);
  }
  .sticky-container .link-btn > .arrow {
    transition: transform 0.15s cubic-bezier(0.42, 0, 1, 1);
  }
  .sticky-container .link-btn:hover:not(:disabled) {
    opacity: 0.8;
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-duration: 0.2s;
  }
  .sticky-container .link-btn:hover:not(:disabled) > .arrow {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition-duration: 0.2s;
    transform: translateX(50%);
  }
}

/*
* index.css
*
*/
/* --------------------------------
  index
-------------------------------- */
.main-container {
  padding-top: 12vw;
}
@media (min-width: 768px) {
  .main-container {
    padding-top: clamp(45.9375px, 4.6875vw, 60px);
  }
}
.main-container > .sticky-container {
  position: fixed;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .main-container > .sticky-container {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .main-container > .sticky-container {
    right: clamp(27.5625px, 2.8125vw, 36px);
    bottom: clamp(22.96875px, 2.34375vw, 30px);
    width: clamp(302.421875px, 30.859375vw, 395px);
  }
}