@charset "UTF-8";
/* ===== Reset ===== */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #101828;
  line-height: 1.75;
  background: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease;
}

ul, ol {
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

input, textarea, select {
  font: inherit;
}

/* ===== Material Symbols ===== */
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

/* ===== Layout helpers ===== */
.container {
  max-width: 1210px;
  margin-inline: auto;
  padding-inline: 0px;
  padding: clamp(16px, 2vw, 30px);
}

.section {
  position: relative;
  padding-block: 70px;
}
@media (max-width: 959.98px) {
  .section {
    padding-block: 72px;
  }
}
@media (max-width: 599.98px) {
  .section {
    padding-block: 34px;
  }
}

/* セクション見出しの英字ラベル（例: WHY CHOOSE US） */
.en-label {
  font-family: "Oswald", "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.08em;
  color: #3B4AA8;
  line-height: 1.3;
}

/* アクセシビリティ: 視覚的に隠す */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-sp {
  display: none;
}
@media (max-width: 599.98px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media (max-width: 1199.98px) {
  .u-pc {
    display: none;
  }
}

/* ===== セクション共通見出し ===== */
.section-head {
  text-align: center;
}
.section-head__label {
  display: inline-block;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.4vw, 20px);
  letter-spacing: -0.0155em;
  color: #3B4AA8;
  margin-bottom: 14px;
}
@media (max-width: 599.98px) {
  .section-head__label {
    margin-bottom: 18px;
  }
}
.section-head__label--grad {
  background: linear-gradient(269.19deg, #1837FB -6.64%, #107ADD -6.64%, #00FFA2 180.18%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section-head__label--grad2 {
  background: linear-gradient(88.53deg, #3B4AA8 17.18%, #00FFA2 93.75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section-head__title {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #101828;
}
@media (max-width: 599.98px) {
  .section-head__title {
    font-size: unset;
  }
}
@media (max-width: 599.98px) {
  .section-head__title--sm {
    font-size: 6.51vw;
  }
}
@media (max-width: 599.98px) {
  .section-head__title--lg {
    font-size: 7.44vw;
  }
}
@media (min-width: 1200px) {
  .section-head__title {
    white-space: nowrap;
  }
}
.section-head--invert .section-head__title {
  color: #FFFFFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599.98px) {
  .section-head {
    margin-bottom: 36px;
  }
}

/* ===== ボタン ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border-radius: 9999px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background 0.2s ease;
  padding: 15px 30px;
  font-size: clamp(15px, 1.5vw, 18px);
}
.btn__arrow {
  font-size: 1.6em;
}
.btn--primary {
  background: #3B4AA8;
  color: #FFFFFF;
}
.btn--accent {
  background: #00FF8C;
  color: #0B6B40;
}
.btn--orange {
  background: #FF851B;
  color: #FFFFFF;
}
.btn--lg {
  padding: 16px 50px 16px 72px;
  font-size: clamp(18px, 1.25vw, 24px);
  max-width: 370px;
  width: 100%;
}
.btn--block {
  width: 100%;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 599.98px) {
  .btn:hover {
    transform: none;
  }
}

/* ===== タグ（ロードマップのフェーズ） ===== */
.tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 24px;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 9999px;
  white-space: nowrap;
}
@media (max-width: 599.98px) {
  .tag {
    padding: 2px 12px;
    font-size: 3.72vw;
  }
}
.tag--green {
  background: #08D78B;
}
.tag--pink {
  background: #FF1B58;
  padding: 2px 20px;
}
@media (max-width: 599.98px) {
  .tag--pink {
    padding: 2px 15px;
  }
}
.tag--sm {
  padding: 2px 16px;
}
@media (max-width: 599.98px) {
  .tag--sm {
    padding: 2px 3.72vw;
  }
}

/* ===== チップ（カリキュラム項目） ===== */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 8px;
  max-width: 546px;
}
@media (max-width: 599.98px) {
  .chips {
    gap: 14px;
  }
}
.chips--large {
  max-width: 629px;
  gap: 13px 23px;
}
@media (max-width: 599.98px) {
  .chips--large {
    justify-content: center;
  }
}

.chip {
  background: #FFFFFF;
  padding: 12px 16px;
  font-size: 14px;
  color: #101828;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.022em;
  line-height: 1.42;
  position: relative;
  padding: 12px 16px;
  font-size: 14px;
  color: #101828;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.022em;
  line-height: 1.42;
  border: 1px solid transparent;
  border-radius: 5px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(120deg, #1837FB 0%, #00FFA1 97%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.chip--lg {
  max-width: 550px;
  word-break: 100%;
}
@media (max-width: 599.98px) {
  .chip--lg {
    max-width: 336px;
    width: 100%;
    text-align: left;
  }
}
.chip--sm {
  padding: 5px 15px;
}

/* ===== バッジ（説明会の回） ===== */
.badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 18px;
  border-radius: 30px;
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 599.98px) {
  .badge {
    padding: 0px 18px;
  }
}
.badge--orange {
  background: #FF851B;
}

/* ===== CTAペア ===== */
.cta-pair {
  display: flex;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 65px;
  font-size: 24px;
  letter-spacing: -0.018em;
}
@media (max-width: 599.98px) {
  .cta-pair {
    flex-direction: column;
    gap: 12px;
    margin-top: 43px;
  }
}
.cta-pair--stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-top: 77px;
}
@media (max-width: 599.98px) {
  .cta-pair--stack {
    gap: 4.65vw;
    width: 90%;
    margin: auto;
    margin-top: 9.53vw;
  }
}
.cta-pair--stack .btn {
  width: 470px;
  max-width: 100%;
  font-size: 32px;
  padding: 30px 24px 30px 46px;
  line-height: 1.142;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px !important;
}
@media (max-width: 599.98px) {
  .cta-pair--stack .btn {
    font-size: 5.58vw;
    padding: 20px 15px 15px 30px;
    gap: 7px !important;
  }
}
.cta-pair--stack .btn .btn__arrow {
  position: static !important;
  transform: none !important;
  font-size: 32px;
}

/* ===== 認定（オープンバッジ） ===== */
.cert {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.cert__label {
  background: #3B4AA8;
  color: #FFFFFF;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding: 12px 44px 12px 18px;
  border-radius: 10px;
  margin-right: -40px;
  white-space: nowrap;
  border-radius: 9999px;
}
.cert__badge {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 4px solid #FFBC71;
  flex-shrink: 0;
}
.cert__icon {
  font-size: 26px;
  color: #FFBC71;
}
@media (max-width: 599.98px) {
  .cert__icon img {
    width: 9vw;
  }
}
.cert__name {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #101828;
  line-height: 1.2;
  margin-top: 2px;
}
@media (max-width: 599.98px) {
  .cert__name {
    font-size: 3.48vw;
  }
}
.cert__sub {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.02em;
}
@media (max-width: 599.98px) {
  .cert__sub {
    font-size: 8px;
  }
}
@media (max-width: 599.98px) {
  .cert__label {
    font-size: 3.25vw;
    padding: 10px 12.23vw 10px 14px;
  }
  .cert__badge {
    width: 25.18vw;
    height: 25.18vw;
    line-height: 1;
  }
}

.l-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: clamp(16px, 2vw, 30px);
  transition: padding 0.3s ease;
}
@media (max-width: 599.98px) {
  .l-header {
    width: 100% !important;
    padding: 0;
    position: static;
    background: rgba(255, 255, 255, 0.83);
    border-radius: 0;
    box-shadow: none;
  }
}
.l-header__inner {
  max-width: 1860px;
  margin-inline: auto;
  padding-block: clamp(12px, 1.5vw, 14px);
  padding-inline: clamp(16px, 2vw, 25px);
  background: rgba(255, 255, 255, 0.83);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.3s ease;
}
@media (max-width: 599.98px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-block: clamp(7px, 1.5vw, 14px);
    border-radius: 0;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 10px;
}
@media (max-width: 959.98px) {
  .l-header__logo {
    gap: 10px;
  }
}
@media (max-width: 599.98px) {
  .l-header__logo {
    margin-left: 0;
  }
}
.l-header__mark {
  width: clamp(32px, 3.5vw, 65px);
  height: auto;
}
.l-header__name {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.56vw, 30px);
  color: #3B4AA8;
  white-space: nowrap;
}
@media (max-width: 599.98px) {
  .l-header__name {
    font-size: 4.65vw;
  }
}
.l-header__nav {
  display: flex;
  gap: 20px;
}
@media (min-width: 600px) and (max-width: 865px) {
  .l-header__nav {
    gap: 2vw;
  }
}
.l-header__nav .btn {
  padding: 16px 18px 16px 38px;
  font-size: clamp(20px, 1.25vw, 24px);
  gap: 2px;
  white-space: nowrap;
}
@media (min-width: 600px) and (max-width: 865px) {
  .l-header__nav .btn {
    padding: 8px;
    font-size: 1.8vw;
  }
}
.l-header__toggle {
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #3B4AA8;
}
@media (max-width: 599.98px) {
  .l-header__nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    background: #FFFFFF;
    padding: 20px;
    top: auto;
    transform: none;
    opacity: 1;
  }
  .l-header__nav .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    white-space: nowrap;
    width: fit-content;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 9.3vw 16px 7.44vw;
  }
  .l-header__nav .btn .btn__arrow {
    position: absolute;
    right: 15px;
    font-size: 1.4em;
    top: 50%;
    transform: translateY(-50%);
  }
}

.hero {
  position: relative;
  min-height: clamp(652px, 54.5vw, 959px);
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  background-color: #0b1220;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.65) 100%), url("../assets/img/hero.jpg");
}
@media (max-width: 599.98px) {
  .hero {
    min-height: 632px;
    background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.65) 100%), url(../assets/img/hero-sp.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    background-position: center top 40%;
  }
}
.hero__inner {
  width: 100%;
  padding: 0 clamp(16px, 4.6vw, 66px) 58px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 599.98px) {
  .hero__inner {
    position: absolute;
    left: 22px;
    right: 2px;
    width: auto;
    padding: 0;
    bottom: 30px;
  }
}
.hero__badge {
  background: #FF7700;
  color: #FFFFFF;
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.35vw, 24px);
  line-height: 1.4;
  border-radius: 8px;
  margin-bottom: 8px;
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  padding: 6px 20px;
  flex-direction: row !important;
  align-items: flex-start;
}
@media (max-width: 599.98px) {
  .hero__badge {
    flex-direction: column !important;
    background: transparent;
    padding: 0;
    gap: 12px;
  }
  .hero__badge br {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hero__badge {
    background: #FF7F00;
    padding: 2px 17px;
  }
}
.hero__badge-text {
  display: inline-block;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 599.98px) {
  .hero__badge-text {
    background: #FF7700;
    padding: 2px 20px;
    border-radius: 8px;
    width: fit-content !important;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero__badge-text {
    background: transparent;
    padding: 0;
  }
}
.hero__title {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
@media (max-width: 599.98px) {
  .hero__title {
    letter-spacing: unset;
    line-height: 1.4;
  }
}
.hero__title-sub {
  font-size: clamp(36px, 5.2vw, 100px);
}
@media (max-width: 599.98px) {
  .hero__title-sub {
    font-size: 8.37vw;
  }
}
.hero__title-main {
  font-size: clamp(45px, 6.5vw, 125px);
}
@media (max-width: 599.98px) {
  .hero__title-main {
    font-size: 10vw;
  }
}
.hero__lead {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 32px);
  line-height: 1.6;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 599.98px) {
  .hero__lead {
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  .hero__badge-text ~ .hero__badge-text {
    display: inline-flex;
    align-items: center;
  }
  .hero__badge-text ~ .hero__badge-text::before {
    content: "|";
    margin-inline: 10px;
    color: #FFFFFF;
    font-weight: normal;
    opacity: 0.7;
  }
}
.problems {
  background: #FEFEFE;
  padding-bottom: 0;
}
.problems .section-head {
  margin-bottom: 45px;
}
@media (max-width: 599.98px) {
  .problems .section-head {
    margin-bottom: 5.44vw;
  }
}
.problems__lead {
  margin-top: 10px;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 36px);
  color: #0A0A0A;
}
@media (max-width: 599.98px) {
  .problems__lead {
    font-size: 5.58vw;
    margin-top: 4px;
  }
}
.problems__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 32px;
}
@media (max-width: 959.98px) {
  .problems__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599.98px) {
  .problems__list {
    gap: 14px 32px;
  }
}

.problem-card {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 24px 40px 28px 24px;
  background: #676F9F;
  border-radius: 14px;
  color: #FFFFFF;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.0155em;
}
@media (max-width: 599.98px) {
  .problem-card {
    padding: 16px 25px 16px 16px;
    gap: 23px;
    font-size: 4.65vw;
  }
}
.problem-card__icon {
  flex-shrink: 0;
  font-size: 32px;
  color: #00FF8C;
}
@media (max-width: 599.98px) {
  .problem-card__icon {
    font-size: 36px;
  }
}

.video {
  background: #FEFEFE;
  text-align: center;
  padding-top: 28px;
}
@media (max-width: 599.98px) {
  .video {
    padding-top: 5px;
    padding-bottom: 25px;
  }
}
.video__catch {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 24px);
  color: #3B4AA8;
  margin-bottom: 20px;
  letter-spacing: -0.018em;
}
@media (max-width: 599.98px) {
  .video__catch {
    margin-bottom: 14px;
    line-height: 1.5;
  }
}
.video__frame {
  max-width: 836px;
  margin: 0 auto 44px;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 599.98px) {
  .video__frame {
    margin-bottom: 20px;
  }
}
.video__element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 2px solid #D1D5DC;
}
.video__placeholder {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 32px);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 6px;
}
.video__play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(59, 74, 168, 0.87);
  color: #FFFFFF;
  transition: transform 0.2s ease, background 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__play .material-symbols-rounded {
  font-size: 50px;
  font-variation-settings: "FILL" 1;
}
@media (max-width: 599.98px) {
  .video__play .material-symbols-rounded {
    font-size: 40px;
  }
}
.video__play:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
@media (max-width: 599.98px) {
  .video__play {
    width: 80px;
    height: 80px;
  }
}
.video__strong {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.2vw, 32px);
  color: #FF7700;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 6px;
  letter-spacing: 0.01em;
}
@media (max-width: 599.98px) {
  .video__strong {
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 5.58vw;
  }
}
.video__text {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #0A0A0A;
  line-height: 1.625;
  letter-spacing: -0.022em;
}
@media (max-width: 599.98px) {
  .video__text {
    line-height: 2.03;
  }
}

@media (max-width: 599.98px) {
  .cta-pair__video {
    display: none;
  }
}

.video__catch {
  text-align: center;
}
.video__catch .video__catch-slash {
  display: inline;
}
.video__catch .-pc {
  display: inline;
}
.video__catch .-sp {
  display: none;
}
.video__catch .video__catch-bottom {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 599.98px) {
  .video__catch .-pc {
    display: none !important;
  }
  .video__catch .-sp {
    display: inline !important;
  }
}

.features {
  color: #FFFFFF;
  padding-top: 46px;
  padding-bottom: 52px;
  position: relative;
  background: #E1E5EA;
  overflow: hidden;
}
.features::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(87.71deg, rgba(24, 55, 251, 0.6) 0%, rgba(0, 255, 161, 0.6) 97%), url("../assets/img/features-bg.jpg");
  background-size: cover;
  background-position: center top;
  opacity: 0.44;
  pointer-events: none;
}
.features > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 599.98px) {
  .features {
    padding-top: 15px;
    padding-bottom: 26px;
    position: relative;
    background: #E1E5EA;
    overflow: hidden;
  }
  .features::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(87.71deg, rgba(24, 55, 251, 0.6) 0%, rgba(0, 255, 161, 0.6) 97%), url("../assets/img/features-bg-sp.jpg");
    background-size: cover;
    background-position: center top;
    opacity: 0.44;
    pointer-events: none;
  }
  .features > .container {
    position: relative;
    z-index: 1;
  }
}
.features .section-head {
  margin-bottom: 50px;
}
@media (max-width: 599.98px) {
  .features .section-head {
    margin-bottom: 17px;
  }
}
@media (max-width: 599.98px) {
  .features .section-head__label {
    margin-bottom: 1.95vw;
  }
}
.features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 599.98px) {
  .features__list {
    grid-template-columns: 1fr;
    width: 96%;
    margin: auto;
    gap: 4.65vw;
  }
}

.feature-card {
  padding: 18px 22px 34px 33px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 14px;
}
@media (max-width: 599.98px) {
  .feature-card {
    padding: 24px 15px 16px;
  }
}
.feature-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 599.98px) {
  .feature-card__head {
    gap: 10px;
    margin-bottom: 8px;
  }
}
.feature-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #3B4AA8;
  color: #FFFFFF;
  font-family: "Oswald", "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599.98px) {
  .feature-card__num {
    width: 12vw;
    height: 12vw;
  }
}
.feature-card__title {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 20px);
  line-height: 1.4;
  color: #0A0A0A;
}
.feature-card__text {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  color: #364153;
  line-height: 1.6;
  width: 90%;
  margin: auto;
  letter-spacing: -0.019em;
}
@media (max-width: 599.98px) {
  .feature-card__text {
    width: 92%;
  }
}

.roadmap {
  background: #FEFEFE;
  margin-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 599.98px) {
  .roadmap {
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 50px;
  }
}
.roadmap .section-head {
  margin-bottom: 80px;
  padding-left: 24px;
}
@media (max-width: 599.98px) {
  .roadmap .section-head {
    margin-bottom: 82px;
    padding-left: 0;
  }
}
.roadmap .section-head__label {
  padding-left: 15px;
}
@media (max-width: 599.98px) {
  .roadmap .section-head__label {
    padding-left: 0;
  }
}
.roadmap .section-head__title {
  letter-spacing: 0;
}
.roadmap__list {
  position: relative;
  max-width: 1150px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 599.98px) {
  .roadmap__list {
    gap: 70px;
  }
}
.roadmap__step {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
@media (max-width: 599.98px) {
  .roadmap__step {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }
}
.roadmap__step::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: -36px;
  width: 2px;
  background: #D1D5DC;
}
@media (max-width: 599.98px) {
  .roadmap__step::before {
    display: none;
  }
}
.roadmap__step:last-child::before {
  display: none;
}
.roadmap__num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: #3B4AA8;
  color: #FFFFFF;
  font-family: "Oswald", "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 599.98px) {
  .roadmap__num {
    width: 70px;
    height: 70px;
    font-size: 24px;
    position: absolute;
    top: -47px;
  }
}
.roadmap__card {
  position: relative;
  padding: 28px 48px 28px 40px;
  border-radius: 14px;
}
@media (max-width: 599.98px) {
  .roadmap__card {
    position: relative;
    padding: 46px 20px 36px !important;
    width: 96% !important;
  }
}
.roadmap__card--intro {
  padding: 28px 48px 38px 40px;
}
@media (max-width: 599.98px) {
  .roadmap__card--base {
    padding-bottom: 150px;
  }
}
@media (max-width: 599.98px) {
  .roadmap__card--base .chips {
    padding-left: 5vw;
    width: 76%;
    margin-right: auto;
  }
}
.roadmap__card--pro {
  padding: 52px 48px 46px 40px;
}
@media (max-width: 599.98px) {
  .roadmap__card--pro {
    padding-bottom: 110px !important;
    position: relative;
  }
  .roadmap__card--pro .roadmap__body {
    width: 100%;
  }
}
.roadmap__card--goal {
  padding: 45px 48px 32px 40px;
}
@media (max-width: 599.98px) {
  .roadmap__card--goal {
    padding: 40px 20px 16px 30px !important;
  }
}
.roadmap__card--intro, .roadmap__card--base, .roadmap__card--pro {
  background: #E6EEFE;
}
.roadmap__card--goal {
  background: #FFEEDB;
}
@media (max-width: 599.98px) {
  .roadmap__card {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.roadmap__body {
  width: 100%;
  min-width: 0;
}
@media (max-width: 599.98px) {
  .roadmap__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.roadmap__head {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 9px;
  width: 100%;
  max-width: calc(100% - 260px);
}
@media (max-width: 959.98px) {
  .roadmap__head {
    max-width: 100%;
  }
}
@media (max-width: 599.98px) {
  .roadmap__head {
    flex-direction: column;
    align-items: baseline;
    gap: 13px;
    margin-bottom: 15px;
  }
}
.roadmap__step-title {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0A0A0A;
}
@media (max-width: 599.98px) {
  .roadmap__step-title {
    text-align: left;
    line-height: 1.2;
  }
}
.roadmap__desc {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #364153;
  line-height: 1.7;
  margin-bottom: 11px;
  width: 100%;
  max-width: min(644px, 100% - 260px);
}
@media (max-width: 599.98px) {
  .roadmap__desc {
    margin-bottom: 4.65vw;
  }
}
.roadmap__desc--lg-mb {
  margin-bottom: 40px;
}
@media (max-width: 599.98px) {
  .roadmap__desc--lg-mb {
    margin-bottom: 0;
  }
}
@media (max-width: 959.98px) {
  .roadmap__desc {
    max-width: 613px;
  }
}

.course {
  margin-top: 18px;
}
@media (max-width: 599.98px) {
  .course {
    margin-top: 7.9vw;
  }
}
.course__nav {
  display: flex;
  gap: 4px;
  background: #FFFFFF;
  margin-bottom: 42px;
  display: flex;
  gap: 4px;
  margin-bottom: 42px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(120deg, #1837FB 0%, #00FFA1 97%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media (max-width: 599.98px) {
  .course__nav {
    margin-bottom: 12px;
    border-radius: 5px;
  }
}
.course__tab {
  flex: 1;
  min-width: 0;
  padding: 12px 12px;
  border-radius: 8px;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  color: #0A0A0A;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 599.98px) {
  .course__tab {
    line-height: 1.42;
    border-radius: 4px;
    padding: 2.79vw;
  }
}
.course__tab.is-active {
  background: #3B4AA8;
  color: #FFFFFF;
  font-weight: 700;
}
@media (max-width: 959.98px) {
  .course__tab {
    white-space: normal;
  }
}
.course__panel {
  background: #FFFFFF;
  padding: 28px 44px 50px 33px;
}
@media (max-width: 599.98px) {
  .course__panel {
    padding: 16px;
    border-radius: 5px;
  }
}
.course__panel {
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(120deg, #1837FB 0%, #00FFA1 97%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.course__panel.is-active {
  animation: course-fade 0.3s ease;
}
.course__title {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0A0A0A;
  margin-bottom: 8px;
  padding-left: 24px;
}
@media (max-width: 599.98px) {
  .course__title {
    padding-left: 0;
  }
}
.course__text {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #364153;
  line-height: 1.7;
  margin-bottom: 28px;
  padding-left: 28px;
}
@media (max-width: 599.98px) {
  .course__text {
    padding-left: 0;
    margin-bottom: 12px;
  }
}
.course__tool {
  padding: 20px 27px;
  background: #F3F4F6;
  border-radius: 10px;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0A0A0A;
}
@media (max-width: 599.98px) {
  .course__tool {
    line-height: 1.85;
    padding: 12px 6.27vw;
  }
}

@keyframes course-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn--trial {
  display: flex;
  width: 100%;
  max-width: 499px;
  margin: 28px auto 0;
  font-size: 20px;
  letter-spacing: -0.007em;
  justify-content: center;
  position: relative;
  padding: 22px 50px;
}
@media (max-width: 599.98px) {
  .btn--trial {
    position: absolute;
    bottom: 32px;
    width: 70vw;
    font-size: 4.65vw;
    padding: 3.22vw;
  }
  .btn--trial:hover {
    transform: none !important;
  }
}
.btn--trial > .btn__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  font-size: 34px;
}

.cert {
  position: absolute;
  right: 52px;
}
.cert--01 {
  top: 40px;
  right: 50px;
}
@media (max-width: 599.98px) {
  .cert--01 .cert--01 {
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.cert--02 {
  top: 20px;
}
@media (max-width: 599.98px) {
  .cert--02 {
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 85px;
  }
}
.cert--04 {
  top: 22px;
}
@media (max-width: 959.98px) {
  .cert {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 599.98px) {
  .chips {
    max-width: 100% !important;
  }
}

.support {
  color: #FFFFFF;
  padding: 16px 0 80px;
  position: relative;
  background: #E1E5EA;
  overflow: hidden;
}
.support::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(87.71deg, rgba(24, 55, 251, 0.6) 0%, rgba(0, 255, 161, 0.6) 97%), url("../assets/img/support-bg.jpg");
  background-size: cover;
  background-position: center top;
  opacity: 0.5;
  pointer-events: none;
}
.support > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 599.98px) {
  .support {
    padding-bottom: 36px;
    padding-top: 34px;
    position: relative;
    background: #E1E5EA;
    overflow: hidden;
  }
  .support::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(87.71deg, rgba(24, 55, 251, 0.6) 0%, rgba(0, 255, 161, 0.6) 97%), url("../assets/img/support-bg-sp.jpg");
    background-size: cover;
    background-position: center top;
    opacity: 0.5;
    pointer-events: none;
  }
  .support > .container {
    position: relative;
    z-index: 1;
  }
}
.support__container {
  max-width: 1238px;
}
.support__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 560px));
  gap: 58px;
  max-width: 1178px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 959.98px) {
  .support__cards {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
    margin-top: 6.74vw;
    width: 95%;
  }
}
@media (max-width: 599.98px) {
  .support__cards {
    gap: 6.51vw;
  }
}
.support__head {
  margin-bottom: 54px;
  letter-spacing: 0;
  margin-top: 8px;
  margin-left: -17px;
}
@media (max-width: 599.98px) {
  .support__head {
    margin-top: -8px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.support-card {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 0 42px 26px;
  width: 100%;
}
@media (max-width: 599.98px) {
  .support-card {
    padding: 0 15px 20px;
  }
}
.support-card picture {
  display: block;
}
.support-card__badge {
  background: #3B4AA8;
  color: #FFFFFF;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 1.8vw, 24px);
  padding: 12px 32px;
  border-radius: 9999px;
  margin-bottom: 20px;
  width: 100%;
  margin-inline: -45px;
  width: calc(100% + 90px);
  border-radius: 14px 14px 0 0;
  line-height: 1.5;
}
@media (max-width: 599.98px) {
  .support-card__badge {
    width: calc(100% + 30px);
    margin-inline: -15px;
  }
}
.support-card__img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  margin-inline: auto;
  margin-top: 18px;
}
@media (max-width: 599.98px) {
  .support-card__img {
    margin-bottom: 4.65vw;
  }
}
.support-card__text {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-size: 16px;
  color: #364153;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.019em;
  width: 96%;
  margin: auto;
}
@media (max-width: 599.98px) {
  .support-card__text {
    font-size: 14px;
    width: 100%;
    line-height: 1.7;
  }
}

.guidelines {
  background: #FEFEFE;
  padding-top: 87px;
  padding-bottom: 74px;
}
@media (max-width: 599.98px) {
  .guidelines {
    padding-top: 50px;
    padding-bottom: 15vw;
  }
}
.guidelines__inner {
  max-width: 900px;
  margin-inline: auto;
}
.guidelines__head {
  margin-bottom: 58px;
}
@media (max-width: 599.98px) {
  .guidelines__head {
    margin-bottom: 3.25vw;
  }
}
@media (max-width: 599.98px) {
  .guidelines .section-head__label {
    margin-bottom: 5.58vw;
  }
}

.deadline {
  background: #FFFFFF;
  padding: 28px 24px 24px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
  padding: 28px 24px 24px;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 10px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(120deg, #FFBC71 0%, #FF8700 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media (max-width: 599.98px) {
  .deadline {
    width: 96%;
    margin: auto;
    margin-bottom: 6.5vw;
    padding: 28px 24px 20px;
  }
}
.deadline__title {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.2vw, 24px);
  color: #0A0A0A;
  line-height: 1.125;
  margin-bottom: 10px;
}
@media (max-width: 599.98px) {
  .deadline__title {
    line-height: 1.3;
    margin-bottom: 4.18vw;
  }
}
.deadline__note {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #364153;
  line-height: 1.42;
}

.spec {
  background: #FFFFFF;
  border: 2px solid #D1D5DC;
  border-radius: 14px;
  padding: 38px 72px 55px;
}
@media (max-width: 599.98px) {
  .spec {
    padding: 8px 6.51vw 11.62vw 26px;
    width: 96%;
    margin: auto;
  }
}
.spec__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  padding: 29px 0 12px 16px;
  border-bottom: 1px solid #99A1AF;
}
@media (max-width: 599.98px) {
  .spec__row {
    padding: 18px 0 12px 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.spec__row:last-child {
  border-bottom: none;
}
.spec__row--01 {
  padding: 25px 0 10px 16px;
}
@media (max-width: 599.98px) {
  .spec__row--01 {
    padding: 19px 0 14px 0;
  }
}
.spec__row--03 {
  padding: 38px 0 14px 16px;
}
@media (max-width: 599.98px) {
  .spec__row--03 {
    padding: 19px 0 16px 0;
  }
}
.spec__row--04 {
  padding: 38px 0 0 16px;
}
@media (max-width: 599.98px) {
  .spec__row--04 {
    padding: 19px 0 14px 0;
  }
}
.spec__label {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #101828;
  line-height: 1.5;
}
.spec__value {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #4A5565;
  line-height: 1.7;
}
@media (max-width: 599.98px) {
  .spec__value {
    line-height: 1.42;
  }
}
.spec__price {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: -10px;
}
@media (max-width: 599.98px) {
  .spec__price {
    margin-bottom: 5vw;
  }
}
.spec__price strong {
  font-weight: 700;
  font-size: clamp(22px, 1.25vw, 24px);
  margin-right: 4px;
}
.spec__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 599.98px) {
  .spec__list {
    margin-top: 5px;
    gap: 10px;
  }
}
.spec__note {
  margin-top: 12px;
  font-size: 10px;
  color: #4A5565;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 599.98px) {
  .spec__note {
    margin-top: 20px;
  }
}

.privilege {
  margin-top: 4px;
  background: #EAEDFF;
  border-radius: 10px;
  padding: 11px;
  max-width: 509px;
  width: 100%;
}
@media (max-width: 599.98px) {
  .privilege {
    padding: 11px 11px 2px;
  }
}
.privilege__head {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #3A6FD8;
}
.privilege__body {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-size: 14px;
  color: #0A0A0A;
  line-height: 1.42;
}
.privilege__body strong {
  color: #FF1B58;
  font-weight: 700;
}
.privilege__price {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-size: 16px;
  color: #364153;
}
.privilege__price strong {
  font-size: 20px;
  color: #FF1B58;
  font-weight: 700;
}
.privilege__price--del {
  text-decoration: line-through;
  font-weight: bold;
}
@media (max-width: 599.98px) {
  .privilege__price--del {
    font-size: 14px;
  }
}

.session {
  color: #FFFFFF;
  padding: 28px 0;
  position: relative;
  background: #E1E5EA;
  overflow: hidden;
}
.session::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(87.71deg, rgba(24, 55, 251, 0.6) 0%, rgba(0, 255, 161, 0.6) 97%), url("../assets/img/session-bg.jpg");
  background-size: cover;
  background-position: center top;
  opacity: 0.56;
  pointer-events: none;
}
.session > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 599.98px) {
  .session {
    position: relative;
    background: #E1E5EA;
    overflow: hidden;
  }
  .session::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(87.71deg, rgba(24, 55, 251, 0.6) 0%, rgba(0, 255, 161, 0.6) 97%), url("../assets/img/session-bg-sp.jpg");
    background-size: cover;
    background-position: center top;
    opacity: 0.56;
    pointer-events: none;
  }
  .session > .container {
    position: relative;
    z-index: 1;
  }
  .session {
    padding-bottom: 18.25vw;
  }
}
.session__head {
  margin-bottom: 24px;
}
@media (max-width: 599.98px) {
  .session__head {
    margin-bottom: 17px;
  }
}
.session__lead {
  text-align: center;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  line-height: 1.5;
  margin-bottom: 52px;
  color: #0A0A0A;
}
@media (max-width: 599.98px) {
  .session__lead {
    line-height: 1.7;
    margin-bottom: 6.5vw;
  }
}
.session__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1024px;
  margin-inline: auto;
}
@media (max-width: 959.98px) {
  .session__cards {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}
@media (max-width: 599.98px) {
  .session__cards {
    gap: 10px;
    width: 95%;
  }
}
@media (max-width: 599.98px) {
  .session .section-head__label {
    margin-bottom: 1.95vw;
  }
}

.session-card {
  background: #F9FAFB;
  padding: 33px 33px 43px;
  color: #0A0A0A;
}
@media (max-width: 599.98px) {
  .session-card {
    padding: 6.97vw 6.04vw 6.97vw 4.65vw;
  }
}
.session-card {
  position: relative;
  border: 2px solid transparent;
  border-radius: 14px;
  background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(135deg, #1837FB 0%, #00FFA1 97%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.session-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 6px;
  margin-bottom: 25px;
  border-bottom: 2px solid #E1E5EA;
}
@media (max-width: 599.98px) {
  .session-card__head {
    gap: 12px;
    margin-bottom: 18px;
  }
}
.session-card__when {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0A0A0A;
}
.session-card__info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 599.98px) {
  .session-card__info {
    gap: 27px;
  }
}
.session-card__info > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.session-card__info dt {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #6A7282;
}
@media (max-width: 599.98px) {
  .session-card__info dt {
    line-height: 1.25;
    margin-bottom: 4px;
  }
}
.session-card__info dd {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 1.7;
}
@media (max-width: 599.98px) {
  .session-card__info dd {
    line-height: 1.5;
    font-size: 3.72vw;
  }
}
.session-card__info .session-card__date {
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 20px);
}
@media (max-width: 599.98px) {
  .session-card__date {
    letter-spacing: -0.025em;
    font-size: 4.18vw !important;
  }
}
.session-card__mt {
  margin-top: -8px;
}

@media (max-width: 599.98px) {
  .section-head--invert {
    margin-bottom: 3.95vw;
  }
}

.footer-visual {
  height: clamp(578px, 37.65vw, 723px);
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.65) 100%), url("../assets/img/footer-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 599.98px) {
  .footer-visual {
    background-image: linear-gradient(180deg, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.65) 100%), url("../assets/img/footer-bg-sp.jpg");
    height: 578px;
  }
}

.l-footer {
  background: #3B4AA8;
  color: #FFFFFF;
  padding: 56px 24px 82px;
  text-align: center;
}
@media (max-width: 599.98px) {
  .l-footer {
    padding: 48px 24px 120px;
  }
}
.l-footer__inner {
  max-width: 800px;
  margin-inline: auto;
}
.l-footer__logo {
  width: 105px;
  height: auto;
  margin: 0 auto 20px;
}
@media (max-width: 599.98px) {
  .l-footer__logo {
    margin: 0 auto 25px;
  }
}
.l-footer__name {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 599.98px) {
  .l-footer__name {
    margin-bottom: 15px;
    font-size: 5.58vw;
  }
}
.l-footer__org {
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
@media (max-width: 599.98px) {
  .l-footer__org {
    margin-bottom: 10.2vw;
  }
}
.l-footer__contact {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 599.98px) {
  .l-footer__contact {
    display: flex;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer__contact li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 15px;
  color: #FFFFFF;
}
.l-footer__contact li:first-child {
  color: #FFFFFF;
}
.l-footer__contact .material-symbols-rounded {
  font-size: 20px;
}
.l-footer__contact a:hover {
  opacity: 0.8;
}
.l-footer__contact a[href^="mailto:"] {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.l-footer__copy {
  font-family: "Inter", "LINE Seed JP", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
.l-footer__tel {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 599.98px) {
  .l-footer__tel {
    pointer-events: auto;
  }
}/*# sourceMappingURL=style.css.map */