.main {
  container-type: inline-size;
}

.intro__sub-ttl {
  padding: 0.63em;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.24);
  font-size: 4.44cqw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #adaffc;
}
.intro__ttl {
  position: relative;
  width: 100%;
  background: #adaffc url("../image/intro2.jpg") no-repeat center bottom/156%;
  aspect-ratio: 108/139;
}
.intro__ttl img {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 77.78%;
  transform: translate(-50%, 0);
}
.intro__body {
  padding-bottom: 22.22cqw;
  background: #e9e5fe;
}
.intro .coupon {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
  margin-bottom: 2.22em;
  padding: 0.67em;
  border: 0.1rem solid #fff;
  border-radius: 0.63em;
  font-weight: 600;
  font-size: 5cqw;
  text-align: center;
  color: #24232f;
  background: rgba(255, 255, 255, 0.24);
}
.intro .coupon strong {
  color: #e60d42;
}
.intro .cls-5 {
  fill: #feef22;
  animation: blink 1.5s infinite;
}

.recommend__ttl {
  margin-bottom: 8.89cqw;
}
.recommend__ttl img {
  width: 100%;
}
.recommend__video {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
}
.recommend__video iframe {
  width: 100%;
  aspect-ratio: 560/315;
}
.recommend video {
  width: 100%;
  background: #000;
}

.sticky-nav {
  --active-color: #201d1d;
  --border: 0.1rem solid #eee;
  z-index: 10;
  display: flex;
  position: sticky;
  top: 0;
  background: #fff;
}
.sticky-nav__link {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.67em 0;
  border-right: 0.1rem solid #eee;
  border-bottom: 0.1rem solid #eee;
  font-weight: 500;
  font-size: min(5cqw, 1.8rem);
  color: #b3b3b3;
  transition: color 0.3s;
}
.sticky-nav__link--active {
  color: #fff;
}
.sticky-nav__link:last-child {
  border-right: 0 none;
}
@media (min-width: 768px) {
  .sticky-nav__link br {
    display: none;
  }
}
.sticky-nav__underline {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #292c3d;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.sticky-nav[data-active="0"] .sticky-nav__underline {
  transform: translateX(0);
}
.sticky-nav[data-active="1"] .sticky-nav__underline {
  transform: translateX(100%);
}
.sticky-nav[data-active="2"] .sticky-nav__underline {
  transform: translateX(200%);
}
.sticky-nav[data-active="3"] .sticky-nav__underline {
  transform: translateX(300%);
}

.review {
  overflow: hidden;
  position: relative;
  padding: 22.22cqw 0 15.56cqw;
  background: linear-gradient(180deg, #fff 0%, #ffeef1 12.53%);
}
.review-deco__item {
  position: absolute;
  background: no-repeat center/contain;
  animation: floating 3s ease-in-out infinite;
}
.review-deco__item--pencil {
  width: 71.67cqw;
  top: 2%;
  right: -31%;
  background-image: url("../image/review--deco1.png");
  aspect-ratio: 258/248;
}
.review-deco__item--circle {
  bottom: 38%;
  left: -17%;
  width: 56.67cqw;
  background-image: url("../image/review--deco2.png");
  aspect-ratio: 204/205;
}
.review-deco__item--triangle {
  bottom: 15%;
  right: -20%;
  width: 76.11cqw;
  background-image: url("../image/review--deco3.png");
  aspect-ratio: 274/278;
}
.review__ttl {
  margin-bottom: 11.11cqw;
}
.review__ttl img {
  width: 100%;
}

.reason {
  padding: 22.22cqw 0;
  background: #e9f6ff;
}
.reason__visual {
  margin-bottom: 8.89cqw;
}
.reason__ttl img {
  width: 100%;
}
.reason-list__contain {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.44cqw;
}
.reason__sub-ttl {
  padding: 11.11cqw 0 6.67cqw;
}
.reason__sub-ttl img {
  width: 100%;
}
.reason__video {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
  display: block;
}

.card {
  --radius: 2.22cqw;
  box-shadow: 0.56cqw 0.56cqw 3.33cqw 0 #cce5f6;
}
.card__visual {
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}
.card__body {
  border-radius: 0 0 var(--radius) var(--radius);
  background: #fff;
}
.card__desc {
  padding: 0.62em;
  font-weight: 500;
  font-size: 3.61cqw;
  color: #24232f;
  text-align: center;
}
.card__desc strong {
  color: #489bff;
}

.guide {
  position: relative;
  padding: 22.22cqw 0;
  background: #f0edff;
}
.guide__ttl img {
  width: 100%;
}
.guide__desc {
  font-weight: 400;
  font-size: 3.33cqw;
  color: #24232f;
  text-align: center;
}
.guide::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16.67cqw;
  border-radius: 50%;
  background: #fff url("../image/guide__plus.svg") no-repeat center/50%;
  animation: rotate-rhythm 2s ease-in-out infinite;
  aspect-ratio: 1/1;
  content: "";
}

.step-list {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
  margin-top: 11.11cqw;
  margin-bottom: 4.44cqw;
}
.step-list__item {
  position: relative;
  padding: 4.44cqw;
  border-radius: 4.44cqw;
  background: #fff;
  box-shadow: 0.56cqw 0.56cqw 3.33cqw 0 #dbd5fa;
}
.step-list__item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8.89cqw;
  background: url("../image/grid__arrow--bottom.svg") no-repeat center/contain;
  transform: translate(-50%, calc(100% + 4.44cqw));
  aspect-ratio: 1/1;
  content: "";
}
.step-list__item:last-child::after {
  content: none;
}
.step-list__item + .step-list__item {
  margin-top: 17.78cqw;
}
.step-list__number {
  width: fit-content;
  margin: 0 auto 0.5em;
  padding: 0.25em 1em;
  border-radius: 1.5em;
  font-weight: 700;
  font-size: 4.44cqw;
  text-align: center;
  color: #fff;
  background: #836fef;
}
.step-list__ttl {
  font-weight: 700;
  font-size: 5.56cqw;
  color: #836fef;
  text-align: center;
}
.step-list__visual {
  width: 44.82%;
  margin: 4.44cqw auto;
}
.step-list__visual img {
  width: 100%;
}
.step-list__desc {
  font-weight: 500;
  font-size: 4.44cqw;
  color: #24232f;
  text-align: center;
}

.free-tria {
  padding: 22.22cqw 0;
  background: #836fef;
}
.free-tria__ttl {
  margin-bottom: 8.89cqw;
}
.free-tria__ttl img {
  width: 100%;
}
.free-tria__contain {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
}
.free-tria__video {
  margin-bottom: 11.11cqw;
}
.free-tria__sub-ttl img {
  width: 100%;
}
.free-tria__desc {
  margin-top: 1em;
  font-weight: 500;
  font-size: 4.44cqw;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.free-tria__desc strong {
  color: #feef22;
}

.lecture {
  display: flex;
  flex-direction: column;
  gap: 11.11cqw;
  padding: 22.22cqw 0;
  background: linear-gradient(180deg, #fffbea 0%, #efedff 100%);
}
.lecture__ttl img {
  width: 100%;
}
.lecture-list {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4.44cqw;
  box-shadow: 0.56cqw 0.56cqw 3.33cqw 0 rgba(0, 0, 0, 0.16);
}
.lecture-list[data-theme=orange] {
  --primary: #ff9011;
  --pale: #fff3e5;
}
.lecture-list[data-theme=blue] {
  --primary: #7860ff;
  --pale: #efedff;
}
.lecture-list__header {
  display: flex;
  flex-direction: column;
  gap: 2.22cqw;
  padding: 4.44cqw;
  background: var(--primary);
}
.lecture-list__body {
  background: #fff;
  display: flex;
  padding: 8.89cqw 4.44cqw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8.89cqw;
  align-self: stretch;
}
.lecture-list__ttl {
  font-weight: 700;
  font-size: 5.56cqw;
  color: #fff;
  text-align: center;
}
.lecture-list__ttl strong {
  color: #feef22;
}
.lecture-list__type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.33em;
  font-weight: 600;
  font-size: 3.33cqw;
  color: #fff;
}
.lecture-list__type::before {
  width: 1.17em;
  background: url("../image/icon__people.svg") no-repeat center/contain;
  aspect-ratio: 1/1;
  content: "";
}

.series {
  width: 100%;
}
.series__ttl {
  padding: 0.2em;
  border-radius: 0.4em;
  font-weight: 700;
  font-size: 5.56cqw;
  text-align: center;
  background: var(--pale);
}
.series__ttl strong {
  color: var(--primary);
}
.series-list__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.57em;
  padding: 0.71em 0;
  border-bottom: 0.1rem solid #ebebeb;
  font-weight: 600;
  font-size: 3.89cqw;
  color: #24232f;
}
.series-list__badge {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.14em 0.57em;
  border-radius: 1em;
  font-size: 0.71em;
  color: #fff;
  background: var(--primary);
}

.notice {
  padding: 22.22cqw 0 16.67cqw;
  background: #545a71;
}
.notice__contain {
  width: calc(100% - 8.88cqw);
  margin: 0 auto;
}
.notice__ttl {
  margin-bottom: 1.71em;
  font-weight: 700;
  font-size: 5.56cqw;
  color: #e4e5e8;
  text-align: center;
}
.notice-list {
  counter-reset: item;
}
.notice-list li {
  counter-increment: item;
  display: flex;
}
.notice-list li::before {
  margin-right: 0.2em;
  content: counter(item) ". ";
}
.notice-list li + li {
  margin-top: 2cqw;
}
.notice-list p,
.notice-list li::before,
.notice-list dt,
.notice-list dd {
  font-weight: 400;
  font-size: 3.89cqw;
  color: #e4e5e8;
  line-height: 1.71;
}
.notice .section-ttl {
  font-weight: 700;
}
.notice__logos {
  width: 58.89%;
  margin: 11.11cqw auto 0;
}

.method-list dt {
  display: inline;
  margin-right: 0.3em;
  font-weight: 700;
}
.method-list dd {
  display: inline;
}

.sticky-btn {
  z-index: 20;
  display: none;
  position: fixed;
  bottom: var(--app-bar-height);
  width: 100%;
  padding: min(4.44cqw, 1.6rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, #fff 27.45%);
}
.sticky-btn a {
  width: 100%;
  padding: 0.83em 0;
  border-radius: 0.33em;
  font-weight: 700;
  font-size: min(6.67cqw, 2.4rem);
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #6636d6 0%, #486fff 100%);
}
.sticky-btn a strong {
  color: #feef22;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 79% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes rotate-rhythm {
  0% {
    transform: translate(-50%, 50%) rotate(0deg);
  }
  25% {
    transform: translate(-50%, 50%) rotate(360deg);
  }
  25%, 100% {
    transform: translate(-50%, 50%) rotate(360deg);
  }
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4%);
  }
}

/*# sourceMappingURL=index.css.map */
