@charset "utf-8";

/* ===================================================================
   A-3 イノベーションコース LP デザイン

   PC: コンテンツ1200 / 左右余白120（min(1200px, 100% - 240px)）
   ブレークポイント: 960px / 520px（A-2と同じ）
   クラス名はA-3のFLOCSS準拠のまま（l- / c- / p-）
=================================================================== */

:root {
  --color-white: #ffffff;
  --color-ivory: #f8f5ef;
  --color-ivory-deep: #eee6d8;
  --color-navy: #001a3d;
  --color-navy-2: #061b3a;
  --color-ink: #152238;
  --color-muted: #5b6370;
  --color-line: #d8c8a9;
  --color-gold: #c8952d;
  --color-gold-dark: #d9a51f;
  --color-gold-bright: #e2bd63;
  --color-gold-light: #f0d58a;
  --color-cta-gold-top: #f0d36e;
  --color-cta-gold-mid: #dfb13c;
  --color-cta-gold-bottom: #c78e1d;

  --font-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-sans: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --fs-body: 16px;
  --fs-label: 13px;
  --fs-lead: 17px;
  --fs-section-title: 40px;
  --fs-fv-title: 58px;
  --fs-fv-sub: 24px;

  --space-section: 104px;
  --space-section-sm: 72px;
  --space-head: 56px;

  --white: var(--color-white);
  --gray-50: var(--color-ivory);
  --gray-100: #f1eee8;
  --gray-300: var(--color-line);
  --gray-500: var(--color-muted);
  --gray-700: #33405a;
  --gray-900: var(--color-navy);
  /* ワイヤー由来プレースホルダの警告色 */
  --alert-red: #d00000;

  --container: 1200px;
  --header-h: 82px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--white);
  font-family: var(--font-serif);
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; }

.u-sp-only { display: none; }

/* -------------------------------------------------------------
   レイアウト
------------------------------------------------------------- */
.l-inner {
  width: min(var(--container), calc(100% - 240px));
  margin: 0 auto;
}

.l-section {
  padding: var(--space-section) 0;
  background: var(--white);
  scroll-margin-top: var(--header-h);
}

.l-section--light { background: var(--gray-50); }

/* -------------------------------------------------------------
   セクション見出し
------------------------------------------------------------- */
.c-sec-head {
  position: relative;
  max-width: 920px;
  margin: 0 auto var(--space-head);
  overflow: hidden;
  text-align: center;
}

.c-sec-head__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 -18px;
  color: var(--color-gold);
  font-family: var(--font-serif);
  font-size: 120px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.08em;
  opacity: 0.1;
  white-space: nowrap;
}

.c-sec-head__label::before,
.c-sec-head__label::after {
  content: "";
  width: 48px;
  height: 1px;
  background: rgba(200, 149, 45, 0.32);
}

.c-sec-head__title {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: calc(100% - 176px);
  margin: 0 auto;
  color: var(--color-navy);
  font-family: var(--font-serif);
  font-size: var(--fs-section-title);
  font-weight: 700;
  line-height: 1.35;
}

.c-sec-head__title::before,
.c-sec-head__title::after {
  position: absolute;
  top: 50%;
  width: 72px;
  height: 4px;
  background: var(--color-gold-dark);
  clip-path: polygon(0 50%, 12% 15%, 88% 15%, 100% 50%, 88% 85%, 12% 85%);
  content: "";
  transform: translateY(-50%);
}

.c-sec-head__title::before { right: calc(100% + 24px); }
.c-sec-head__title::after { left: calc(100% + 24px); }

.c-sec-head__lead {
  margin: 18px 0 0;
  color: var(--color-muted);
  font-size: var(--fs-lead);
  line-height: 1.9;
}

/* -------------------------------------------------------------
   ボタン
------------------------------------------------------------- */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid var(--color-gold);
  border-radius: 2px;
  background: var(--color-navy);
  color: var(--color-gold-light);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.c-btn:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-navy);
}

.c-btn--ghost {
  background: var(--white);
  color: var(--color-navy);
}

.c-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  min-height: 72px;
  padding: 0 28px;
  margin-top: 28px;
  border: 1px solid var(--color-gold);
  border-radius: 2px;
  background: linear-gradient(180deg, var(--color-navy) 0%, var(--color-navy-2) 100%);
  box-shadow: inset 0 0 0 2px rgba(240, 213, 138, 0.28), 0 12px 28px rgba(0, 26, 61, 0.18);
  color: var(--color-gold-light);
  font-family: var(--font-sans);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.c-cta__btn:hover {
  box-shadow: inset 0 0 0 2px rgba(240, 213, 138, 0.42), 0 16px 34px rgba(0, 26, 61, 0.24);
  transform: translateY(-1px);
}

.c-cta__title {
  margin: 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: var(--fs-section-title);
  font-weight: 700;
  line-height: 1.35;
}

.c-cta__lead {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--fs-lead);
  font-weight: 700;
  line-height: 1.8;
}

/* CTAエリア（A-2の .curriculum-cta-area / .outcome-cta-area と同じ）
   背景は --gray-900。ボタンは白抜きにして反転させる。 */
.c-ctaArea {
  display: grid;
  justify-items: center;
  gap: 24px;
  margin-top: 32px;
  padding: 32px;
  border-radius: 8px;
  background: var(--gray-900);
  color: var(--white);
  text-align: center;
}

.c-ctaArea .c-cta__btn {
  position: relative;
  width: 390px;
  min-height: 78px;
  padding-right: 68px;
  padding-left: 68px;
  background: linear-gradient(180deg, var(--color-cta-gold-top) 0%, var(--color-cta-gold-mid) 48%, var(--color-cta-gold-bottom) 100%);
  color: var(--white);
  font-size: 21px;
  text-shadow: 0 1px 2px rgba(84, 51, 0, 0.3);
}

.c-cta__btnIcon {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-50%);
}

.c-ctaArea .c-cta__lead {
  display: grid;
  gap: 10px;
}

.c-cta__leadMain {
  color: var(--color-gold-light);
  font-size: 24px;
}

.c-cta__leadSub {
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 400;
}

/* -------------------------------------------------------------
   共通パーツ
------------------------------------------------------------- */
.c-note {
  margin: 16px 0 0;
  color: var(--gray-500);
  font-size: 12px;
  line-height: 1.7;
}

/* 掲載可否が未確定のブロック */
.is-provisional {
  border-top: 1px dashed var(--gray-300);
  border-bottom: 1px dashed var(--gray-300);
}

/* 画像プレースホルダ（A-2は薄いグレー地に赤文字） */
.c-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gray-100);
  color: var(--alert-red);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* -------------------------------------------------------------
   ヘッダー
------------------------------------------------------------- */
.l-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgb(253 252 252);
}

.l-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--header-h);
  padding: 0 32px;
  gap: 28px;
}

.l-header__logo {
  display: inline-flex;
  align-items: center;
  width: 238px;
  flex-shrink: 0;
  white-space: nowrap;
}

.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header__nav {
  display: flex;
  gap: 22px;
  margin-left: auto;
  color: #000000;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
}

.l-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 30px 0;
}

.l-header__externalIcon {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--color-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.l-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 100%;
  height: 1px;
  background: var(--color-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.l-header__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.l-header__btn { flex-shrink: 0; }

.l-header__btn {
  background: linear-gradient(180deg, var(--color-cta-gold-top) 0%, var(--color-cta-gold-mid) 48%, var(--color-cta-gold-bottom) 100%);
  color: var(--white);
  text-shadow: 0 1px 2px rgba(84, 51, 0, 0.3);
}

.l-header__btn:hover {
  background: linear-gradient(180deg, #f5df8c 0%, #e7bb4e 50%, #ce9726 100%);
  color: var(--white);
}

.l-header__toggle { display: none; }

/* -------------------------------------------------------------
   ファーストビュー
------------------------------------------------------------- */
.p-fv {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f8f8f7;
  scroll-margin-top: var(--header-h);
}

.p-fv__inner {
  display: flex;
  max-width: none;
  width: 100%;
  justify-content: center;
}

.p-fv__media {
  position: relative;
  width: min(100%, calc(1000px * 1586 / 992));
  max-height: 1000px;
}

.p-fv__picture {
  display: block;
  width: 100%;
}

.p-fv__image {
  width: 100%;
  max-width: none;
  max-height: 1000px;
  height: auto;
  object-fit: contain;
}

.p-fv__ctaHit {
  position: absolute;
  top: 79.7%;
  left: 5.35%;
  width: 35.6%;
  height: 11.4%;
  cursor: pointer;
}

.p-fv__ctaHit:focus-visible {
  outline: 3px solid var(--color-gold);
  outline-offset: 3px;
}

/* -------------------------------------------------------------
   紹介動画
------------------------------------------------------------- */
.p-youtube {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: linear-gradient(135deg, #f7f2e8 0%, #eee5d5 52%, #f5efe4 100%);
}

.p-youtube::before,
.p-youtube::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.p-youtube::before {
  inset: 0;
  background:
    linear-gradient(158deg, transparent 0 62%, rgba(200, 149, 45, 0.18) 62.1%, transparent 62.35%),
    linear-gradient(162deg, transparent 0 68%, rgba(200, 149, 45, 0.12) 68.1%, transparent 68.35%);
}

.p-youtube::after {
  right: -180px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(200, 149, 45, 0.22);
  border-radius: 50%;
}

.p-youtube__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.p-youtube__frame {
  position: relative;
  width: min(800px, 100%);
  aspect-ratio: 16 / 9;
  padding: 6px;
  border: 1px solid rgba(217, 165, 31, 0.82);
  background: var(--color-navy);
  box-shadow:
    0 0 0 4px rgba(217, 165, 31, 0.09),
    0 18px 42px rgba(0, 26, 61, 0.14);
}

.p-youtube__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-fv__course {
  margin: 0 0 18px;
  color: var(--color-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.p-fv__courseBreak { display: none; }

.p-fv__title {
  margin: 0;
  color: var(--color-navy);
  font-size: var(--fs-fv-title);
  font-weight: 700;
  line-height: 1.32;
}

.p-fv__title span {
  color: var(--color-gold);
}

.p-fv__sub {
  margin: 0 0 18px;
  color: var(--color-navy);
  font-size: var(--fs-fv-sub);
  font-weight: 700;
  line-height: 1.65;
}

.p-fv__overview {
  max-width: 590px;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--color-gold);
  color: var(--color-ink);
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 2;
}

.p-fv .c-cta { margin-top: 30px; }

.p-fv__persons {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 94px;
}

.p-fv__notice {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 146px;
  height: 146px;
  margin: 0;
  border: 2px solid var(--color-gold);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #fff6ce 0%, var(--color-gold-light) 45%, var(--color-gold) 100%);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.48), 0 12px 28px rgba(120, 82, 18, 0.18);
  color: var(--color-navy);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.p-fv__personCard {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.p-fv__person {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  width: 100%;
  padding: 0;
}

.p-fv__photo {
  width: 100%;
  aspect-ratio: 0.78 / 1;
  margin-bottom: 12px;
  overflow: hidden;
  border-left: 1px solid rgba(200, 149, 45, 0.28);
  border-right: 1px solid rgba(200, 149, 45, 0.28);
  background: var(--white);
}

.p-fv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.p-fv__personCard:first-of-type .p-fv__photo img {
  object-position: 50% 10%;
}

.p-fv__person p {
  margin: 0;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.p-fv__person .p-fv__personName {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  color: var(--color-navy);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
}

.p-fv__person .p-fv__personName::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 0;
  width: 64%;
  height: 1px;
  background: var(--color-gold);
}

/* -------------------------------------------------------------
   紹介動画（非表示中）
------------------------------------------------------------- */
.p-movie__frame {
  height: 480px;
  border: 1px solid var(--gray-300);
}

/* -------------------------------------------------------------
   講師・監修体制（A-2の .faculty-grid / .faculty-card）
------------------------------------------------------------- */
.p-lecturer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}

.p-lecturer__card {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  min-height: 360px;
  height: 100%;
  padding: 24px;
  border: 0;
  border-radius: 8px;
  background: var(--white);
}

.p-lecturer__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: var(--gray-100);
  overflow: hidden;
}

.p-lecturer__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.p-lecturer__card:nth-child(3) .p-lecturer__photo img {
  object-position: 50% 14%;
  transform: scale(1.24);
}

.p-lecturer__card:nth-child(4) .p-lecturer__photo img {
  object-position: 50% 16%;
  transform: scale(2.05);
  transform-origin: 50% 24%;
}

.p-lecturer__body {
  display: grid;
  align-content: start;
  gap: 12px;
}

.p-lecturer__name {
  margin: 0;
  color: var(--gray-900);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.p-lecturer__role {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--gray-700);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.p-lecturer__role p { margin: 0; }

.p-lecturer__profile {
  margin: 0;
  color: var(--gray-700);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

/* -------------------------------------------------------------
   カリキュラム（A-2の .curriculum-table）
------------------------------------------------------------- */
.p-curriculum__semester {
  display: grid;
  gap: 16px;
}

.p-curriculum__semester + .p-curriculum__semester { margin-top: 56px; }

.p-curriculum__semesterTitle {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.p-curriculum__semesterTitle span {
  color: var(--color-gold);
}

.p-curriculum__scroll { overflow-x: auto; }

.p-curriculum__table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  background: var(--white);
  table-layout: fixed;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
}

.p-curriculum__table th,
.p-curriculum__table td {
  padding: 14px 16px;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
  border-right: 0;
  border-left: 0;
  text-align: left;
  vertical-align: middle;
}

.p-curriculum__table td {
  padding: 18px 18px;
}

.p-curriculum__table th {
  background: var(--gray-900);
  color: var(--white);
  font-weight: 700;
}

.p-curriculum__table td {
  font-weight: 500;
}

.p-curriculum__table td:first-child {
  color: var(--color-gold);
  font-weight: 600;
}

.p-curriculum__table tbody tr:last-child td {
  border-bottom: 0;
}

.p-curriculum__table th:nth-child(1),
.p-curriculum__table td:nth-child(1) { width: 17%; }

.p-curriculum__table th:nth-child(2),
.p-curriculum__table td:nth-child(2) { width: 38%; }

.p-curriculum__table th:nth-child(3),
.p-curriculum__table td:nth-child(3) { width: 15%; }

.p-curriculum__table th:nth-child(4),
.p-curriculum__table td:nth-child(4) { width: 30%; }

/* -------------------------------------------------------------
   研修の特徴（A-2の .feature-grid.six / .feature-card）
------------------------------------------------------------- */
.p-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.p-feature__card {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 240px;
  padding: 42px 28px 36px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(0, 26, 61, 0.045);
  text-align: center;
}

.p-feature__card::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 112px;
  height: 1px;
  background: var(--color-gold);
  content: "";
  transform: translateX(-50%);
}

.p-feature__card::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid var(--color-gold);
  background: var(--white);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.p-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 28px;
  color: var(--color-gold);
}

.p-feature__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-feature__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--gray-900);
  color: var(--white);
  font-size: 20px;
  line-height: 1;
}

.p-feature__title {
  margin: 0 0 18px;
  color: var(--color-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.p-feature__text {
  margin: 0;
  color: #000000;
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.9;
}

/* -------------------------------------------------------------
   得られる成果（A-2の .outcome-grid / .outcome-card）
------------------------------------------------------------- */
.p-result {
  position: relative;
}

.p-result::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, rgba(200, 149, 45, 0.2), var(--color-gold));
  content: "";
}

.p-result__heading span {
  display: block;
}

.p-result__headingLead {
  font-size: 0.84em;
}

.p-result__headingAccent {
  color: var(--color-gold);
}

.p-result__heading::before,
.p-result__heading::after {
  display: none;
}

.p-result__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.p-result__card {
  padding: 32px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: var(--white);
}

.p-result__colTitle {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-result__list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: var(--gray-700);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}

.p-result__list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.p-result__check {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  fill: none;
  stroke: var(--color-gold);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-result .c-ctaArea { margin-top: 56px; }

/* -------------------------------------------------------------
   受講者の声（A-2の .student-voice-carousel）
------------------------------------------------------------- */
.p-voice__carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 16px;
  align-items: center;
}

.p-voice__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.p-voice__card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  gap: 24px;
  min-height: 320px;
  padding: 32px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(0, 26, 61, 0.07);
  scroll-snap-align: start;
}

.p-voice__card::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--color-gold-dark) 18%, var(--color-gold-dark) 82%, transparent);
  content: "";
}

.p-voice__no {
  margin: 0;
  color: var(--color-gold);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}

.p-voice__navBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-navy);
  border-radius: 50%;
  background: var(--color-navy);
  color: var(--white);
  cursor: pointer;
}

.p-voice__navBtn svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-voice__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.p-voice__text {
  margin: 0;
  color: var(--gray-700);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.p-voice__person {
  align-self: end;
  margin: 0;
  color: var(--gray-700);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

/* -------------------------------------------------------------
   受講生アンケート結果（A-2の .survey-*）
------------------------------------------------------------- */
.p-survey {
  margin-top: 80px;
  color: var(--gray-900);
}

.p-survey .c-sec-head { margin-bottom: 48px; }

.p-survey .c-sec-head__title {
  max-width: 100%;
  color: var(--color-gold);
  font-size: 32px;
}

.p-survey .c-sec-head__title::before,
.p-survey .c-sec-head__title::after {
  display: none;
}

.p-survey .c-sec-head__lead {
  color: var(--gray-700);
  font-weight: 700;
}

.p-survey__note { font-size: 15px; }

.p-survey__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.p-survey__card {
  display: grid;
  align-self: stretch;
  align-content: start;
  gap: 24px;
  padding: 32px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(0, 26, 61, 0.07);
  color: var(--gray-900);
}

.p-survey__head {
  display: grid;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 4px solid var(--gray-300);
}

.p-survey__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.p-survey__theme {
  margin: 0;
  color: var(--gray-700);
  font-weight: 700;
}

.p-survey__panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  align-items: start;
  padding: 20px 24px;
  background: var(--color-navy);
  color: var(--white);
}

.p-survey__score {
  display: grid;
  align-content: start;
  gap: 0;
}

.p-survey__scoreLabel {
  margin: 0;
  padding: 0;
  background: var(--color-navy);
  color: var(--color-gold-bright);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.p-survey__scoreValue {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.p-survey__scoreValue span {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.p-survey__meta {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.p-survey__meta > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
}

.p-survey__meta dt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  background: var(--color-navy);
  color: var(--color-gold-bright);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.p-survey__meta dd {
  align-self: start;
  margin: 0;
  color: var(--white);
  font-family: var(--font-sans);
  font-weight: 700;
  line-height: 1.5;
}

.p-survey__speakerDetail {
  display: inline-block;
  margin-top: 2px;
  color: #adb5c2;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.p-survey__comments {
  display: grid;
  gap: 16px;
}

.p-survey__comments p {
  margin: 0;
  padding: 24px;
  border-left: 6px solid var(--gray-300);
  background: var(--gray-50);
  color: #000000;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.p-survey__more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.p-survey__more .c-btn {
  min-height: 64px;
  padding: 0 32px;
  background: var(--color-cta-gold-mid);
  color: var(--white);
  font-size: 17px;
}

.p-survey__more .c-btn:hover {
  background: var(--color-cta-gold-bottom);
  color: var(--white);
}

.p-survey__moreBtn {
  gap: 12px;
}

.p-survey__moreBtn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* -------------------------------------------------------------
   申込から受講までの流れ（A-2の .flow-list）
------------------------------------------------------------- */
.p-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}

.p-flow__list li {
  position: relative;
  display: grid;
  align-content: start;
  gap: 28px;
  counter-increment: flow;
  min-height: 420px;
  padding: 48px 32px;
  border: 0;
  border-radius: 8px;
  background: var(--gray-50);
  text-align: center;
  font-weight: 700;
}

.p-flow__list li::before {
  content: counter(flow, decimal-leading-zero);
  display: block;
  color: var(--color-gold);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.p-flow__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  z-index: 1;
  width: 24px;
  height: 3px;
  background: linear-gradient(90deg, rgba(226, 189, 99, 0.18), #e2bd63 50%, rgba(226, 189, 99, 0.18));
  clip-path: polygon(0 50%, 14% 20%, 86% 20%, 100% 50%, 86% 80%, 14% 80%);
  transform: translateY(-50%);
}

.p-flow__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.p-flow__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(226, 189, 99, 0.16);
  color: var(--color-gold);
}

.p-flow__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-flow__text {
  margin: 0;
  color: var(--gray-700);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* -------------------------------------------------------------
   よくある質問（A-2の .faq-list）
------------------------------------------------------------- */
.p-faq__list {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

.p-faq__item {
  padding: 24px;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  background: var(--white);
}

.p-faq__q {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.p-faq__q::-webkit-details-marker { display: none; }

.p-faq__q::marker { content: ""; }

.p-faq__q::before {
  color: var(--color-gold);
  content: "Q.";
  font-family: var(--font-serif);
  font-weight: 700;
}

.p-faq__q::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-gold);
  border-radius: 50%;
  color: var(--color-gold);
  content: "+";
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.p-faq__item[open] > .p-faq__q::after { content: "−"; }

.p-faq__a {
  margin: 16px 0 0;
  color: var(--gray-700);
  font-family: var(--font-sans);
}

/* -------------------------------------------------------------
   講座概要（A-2の .info-list）
------------------------------------------------------------- */
.p-campaign {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 960px;
  gap: 28px;
  margin: 0 auto 48px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  background: var(--gray-50);
}

.p-campaign::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.82) 0 1px, transparent 1px 34px);
  content: "";
  pointer-events: none;
}

.p-campaign__banner,
.p-campaign__conditions,
.p-campaign__note {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.p-campaign__banner {
  width: 100%;
}

.p-campaign__conditions {
  display: grid;
  gap: 8px;
  color: #000000;
  font-family: var(--font-sans);
  font-weight: 400;
}

.p-campaign__conditions strong { font-weight: 400; }

.p-campaign__conditions li {
  position: relative;
  padding-left: 1.5em;
}

.p-campaign__conditions li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-gold);
  content: "●";
}

.p-campaign__note {
  color: #000000;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.p-outline__tableWrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
}

.p-outline__table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.p-outline__table th,
.p-outline__table td {
  padding: 24px;
  border-bottom: 1px solid var(--gray-300);
  text-align: left;
  vertical-align: middle;
}

.p-outline__table th {
  width: 240px;
  border-right: 1px solid var(--gray-300);
  background: var(--gray-100);
  color: #000000;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
}

.p-outline__table td {
  min-height: 72px;
  color: #000000;
  font-family: var(--font-sans);
  font-weight: 500;
}

.p-outline__table tr:last-child th,
.p-outline__table tr:last-child td { border-bottom: 0; }

.p-outline__note {
  max-width: 960px;
  margin: 24px auto 0;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/* -------------------------------------------------------------
   クロージングCTA
------------------------------------------------------------- */
.p-closing {
  padding: 80px 0 32px;
  background: var(--gray-50);
  color: var(--white);
}

.p-closing__inner {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 80px 40px;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--color-navy);
  background-image:
    linear-gradient(126deg, transparent 0 14%, rgba(226, 189, 99, 0.18) 14.08%, transparent 14.18%),
    linear-gradient(126deg, transparent 0 18%, rgba(226, 189, 99, 0.08) 18.08%, transparent 18.16%),
    linear-gradient(126deg, transparent 0 82%, rgba(226, 189, 99, 0.12) 82.08%, transparent 82.18%),
    linear-gradient(126deg, transparent 0 87%, rgba(255, 255, 255, 0.05) 87.08%, transparent 87.16%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 42%);
  text-align: center;
  isolation: isolate;
}

.p-closing__inner::before,
.p-closing__inner::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.p-closing__inner::before {
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.035);
  content: "ENTRY";
  font-family: var(--font-serif);
  font-size: clamp(112px, 14vw, 200px);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-47%, -50%);
}

.p-closing__inner::after {
  top: -80px;
  right: -150px;
  width: 460px;
  height: 240px;
  background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(226, 189, 99, 0.13) 22px 23px, transparent 23px 38px);
  content: "";
  transform: rotate(-8deg);
}

.p-closing__inner > * {
  position: relative;
  z-index: 1;
}

.p-closing__label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  color: var(--color-gold-light);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-closing__label::before,
.p-closing__label::after {
  width: 72px;
  height: 1px;
  background: rgba(240, 213, 138, 0.48);
  content: "";
}

.p-closing__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.p-closing__lead {
  max-width: 680px;
  margin: 28px 0 0;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
}

.p-closing .c-cta__btn {
  position: relative;
  width: 460px;
  min-height: 82px;
  margin-top: 32px;
  padding-right: 68px;
  padding-left: 68px;
  background: linear-gradient(180deg, var(--color-cta-gold-top) 0%, var(--color-cta-gold-mid) 48%, var(--color-cta-gold-bottom) 100%);
  color: var(--white);
  font-size: 19px;
  text-shadow: 0 1px 2px rgba(84, 51, 0, 0.3);
}

.p-siteFooter {
  display: grid;
  justify-items: center;
  gap: 36px;
  padding: 0 20px 48px;
  background: var(--gray-50);
  color: var(--color-navy);
  font-family: var(--font-sans);
}

.p-siteFooter__corp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--color-gold);
  border-radius: 2px;
  color: var(--color-gold);
  font-size: 14px;
  font-weight: 700;
}

.p-siteFooter__corp svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-siteFooter__copyright {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

/* -------------------------------------------------------------
   確認事項（ワイヤー専用。デザイン工程では削除する）
   A-2の .confirmation-section と同じく赤文字で表示する。
------------------------------------------------------------- */
.p-confirm {
  background: var(--white);
  color: var(--alert-red);
}

.p-confirm .c-sec-head__title { color: var(--alert-red); }

.p-confirm__list {
  display: grid;
  gap: 16px;
  margin: 48px 0 0;
  padding-left: 1.2em;
  list-style: disc;
  color: var(--alert-red);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

/* -------------------------------------------------------------
   SP追従CTA（A-3独自。A-2にはない）
------------------------------------------------------------- */
.p-fixedCta { display: none; }

/* ===================================================================
   960px 以下（A-2と同じブレークポイント）
=================================================================== */
@media (max-width: 960px) {
  .l-inner { width: calc(100% - 40px); }

  .p-fv__inner { width: 100%; }

  .l-section,
  .p-fv { padding: var(--space-section-sm) 0; }

  .l-header__inner {
    width: 100%;
    min-height: auto;
    padding: 14px 32px;
    gap: 16px;
  }

  .l-header__nav {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 20px 16px;
    background: var(--white);
    border-bottom: 1px solid var(--color-line);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

  .l-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .l-header__nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(200, 149, 45, 0.25);
  }

  .l-header__nav a::after { display: none; }

  .l-header__inner { position: relative; }

  .l-header__btn { display: none; }

  .l-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    border: 1px solid var(--color-gold);
    border-radius: 2px;
    background: var(--white);
    cursor: pointer;
  }

  .l-header__toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--color-navy);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .l-header__toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .l-header__toggle.is-open span:nth-child(2) { opacity: 0; }
  .l-header__toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .c-sec-head__title,
  .c-cta__title,
  .p-closing__title { font-size: 34px; }

  .p-fv__title { font-size: 43px; }

  .p-closing { padding: 64px 0; }

  .p-closing__inner { padding: 64px 32px; }

  .p-siteFooter { padding-bottom: 96px; }

  /* 1カラム化（A-2と同じ対象） */
  .p-fv__inner,
  .p-lecturer__list,
  .p-feature__list,
  .p-result__cols,
  .p-survey__list,
  .p-flow__list { grid-template-columns: 1fr; }

  .p-fv__persons {
    grid-template-columns: 1fr 1fr;
    max-width: 660px;
    margin: 0 auto;
    padding-top: 76px;
  }

  .p-fv__notice {
    width: 122px;
    height: 122px;
    font-size: 21px;
  }

  .p-fv__personCard { min-height: 0; }

  .p-lecturer__card {
    grid-template-columns: 250px 1fr;
    min-height: auto;
  }

  .p-curriculum__table {
    min-width: 820px;
    font-size: 15px;
  }

  .p-curriculum__table th { padding: 12px 14px; }

  .p-curriculum__table td { padding: 16px 14px; }

  .p-voice__carousel {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
  }

  .p-voice__track { grid-auto-columns: 100%; }

  .p-voice__navBtn {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .p-outline__table th { width: 240px; }

  .p-flow__list li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -24px;
    left: 50%;
    width: 3px;
    height: 24px;
    border: 0;
    background: linear-gradient(180deg, rgba(226, 189, 99, 0.18), #e2bd63 50%, rgba(226, 189, 99, 0.18));
    clip-path: polygon(50% 0, 80% 14%, 80% 86%, 50% 100%, 20% 86%, 20% 14%);
    transform: translateX(-50%);
  }

  /* 追従CTA */
  .p-fixedCta {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 20px;
    background: var(--white);
    border-top: 1px solid var(--gray-300);
    z-index: 10;
  }

  .p-fixedCta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border: 1px solid var(--color-cta-gold-bottom);
    border-radius: 2px;
    background: linear-gradient(180deg, var(--color-cta-gold-top) 0%, var(--color-cta-gold-mid) 48%, var(--color-cta-gold-bottom) 100%);
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(84, 51, 0, 0.3);
  }

  /* フッターが無いため、追従CTAの分の余白は最後のセクションで確保する */
  .p-confirm { padding-bottom: 128px; }
}

/* ===================================================================
   520px 以下（A-2と同じブレークポイント）
=================================================================== */
@media (max-width: 520px) {
  .c-sec-head { margin-bottom: 32px; }

  .c-sec-head__title { max-width: calc(100% - 72px); }

  .c-sec-head__title::before,
  .c-sec-head__title::after { width: 28px; }

  .c-sec-head__title::before { right: calc(100% + 12px); }
  .c-sec-head__title::after { left: calc(100% + 12px); }

  .c-sec-head__title,
  .c-cta__title,
  .p-closing__title { font-size: 30px; }

  .p-closing__lead { font-size: 16px; }

  .p-survey .c-sec-head__title { font-size: 26px; }

  .c-cta__btn {
    width: 100%;
    min-height: 64px;
    font-size: 17px;
  }

  .c-ctaArea .c-cta__btn {
    width: 100%;
    padding-right: 56px;
    padding-left: 56px;
  }

  .c-cta__btnIcon { right: 18px; }

  .p-result::before { height: 48px; }

  .p-fv {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-fv__course {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .p-fv__courseBreak { display: block; }

  .p-fv__title {
    font-size: 34px;
    line-height: 1.35;
  }

  .p-fv__sub {
    font-size: 18px;
    line-height: 1.7;
  }

  .p-fv__overview {
    margin-top: 22px;
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.9;
  }

  .p-fv__persons { grid-template-columns: 1fr; }

  .p-fv__personCard { min-height: 0; }

  .p-fv__person .p-fv__personName { font-size: 28px; }

  .p-fv__photo {
    width: min(260px, 100%);
    aspect-ratio: 0.82 / 1;
  }

  .p-fv__notice {
    top: -10px;
    right: 8px;
    width: 104px;
    height: 104px;
    font-size: 18px;
  }

  .p-lecturer__card {
    grid-template-columns: 1fr;
    min-height: 580px;
  }

  .p-lecturer__photo {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
  }

  .p-lecturer__body { text-align: center; }

  .p-voice__card,
  .p-survey__card,
  .p-result__card,
  .c-ctaArea { padding: 24px; }

  .c-ctaArea {
    padding-right: 16px;
    padding-left: 16px;
  }

  .p-survey { margin-top: 64px; }

  .p-survey .c-sec-head { margin-bottom: 40px; }

  .p-survey__panel,
  .p-survey__meta > div { grid-template-columns: 1fr; }

  .p-survey__panel {
    gap: 12px;
    padding: 18px;
  }

  .p-survey__meta {
    padding-left: 0;
    padding-top: 12px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .p-survey__meta > div { gap: 4px; }

  .p-survey__scoreValue { font-size: 40px; }

  .p-survey__more .c-btn {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }

  .p-campaign {
    gap: 20px;
    margin-bottom: 32px;
    padding: 20px;
  }

  .p-campaign__conditions { font-size: 14px; }

  .p-closing {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .p-closing__inner {
    width: calc(100% - 40px);
    padding: 56px 20px;
  }

  .p-closing__label {
    gap: 12px;
    font-size: 16px;
  }

  .p-closing__label::before,
  .p-closing__label::after { width: 40px; }

  .p-closing .c-cta__btn {
    width: 100%;
    padding-right: 56px;
    padding-left: 56px;
  }

  .p-flow__list li {
    min-height: auto;
    gap: 32px;
    padding: 40px 24px;
  }

  /* 講座概要: 項目名と内容を縦積みにする */
  .p-outline__table,
  .p-outline__table tbody,
  .p-outline__table tr,
  .p-outline__table th,
  .p-outline__table td { display: block; width: 100%; }

  .p-outline__table th {
    border-right: 0;
    border-bottom: 1px solid var(--gray-300);
  }
}

/* ===================================================================
   768px 以下（スマートフォン最適化）
=================================================================== */
@media (max-width: 768px) {
  :root { --header-h: 64px; }

  .u-sp-only { display: inline; }

  .p-fv__media,
  .p-fv__image {
    width: 100%;
    max-height: none;
  }

  .p-fv__ctaHit {
    top: 87.75%;
    left: 9.3%;
    width: 81.4%;
    height: 9.1%;
  }

  .l-header__inner {
    width: 100%;
    height: 64px;
    min-height: 64px;
    gap: 12px;
    padding: 0 12px;
  }

  .l-header__logo { width: 190px; }

  .l-header__toggle {
    width: 40px;
    height: 40px;
  }

  .l-header__nav { padding-right: 12px; padding-left: 12px; }

  .c-sec-head__label {
    justify-content: center;
    gap: 10px;
    margin-bottom: -12px;
    font-size: clamp(64px, 18vw, 78px);
    letter-spacing: 0.04em;
  }

  .c-sec-head__label::before,
  .c-sec-head__label::after { width: 24px; }

  .p-lecturer__list {
    grid-auto-rows: auto;
    gap: 16px;
  }

  .p-lecturer__card {
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-areas:
      "photo name"
      "photo role"
      "profile profile";
    gap: 10px 16px;
    min-height: 0;
    height: auto;
    padding: 16px;
  }

  .p-lecturer__photo {
    grid-area: photo;
    width: 116px;
    height: 116px;
    margin: 0;
    aspect-ratio: 1 / 1;
  }

  .p-lecturer__body {
    display: contents;
    text-align: left;
  }

  .p-lecturer__name {
    grid-area: name;
    align-self: end;
    font-size: 21px;
    text-align: left;
  }

  .p-lecturer__role {
    grid-area: role;
    align-self: start;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .p-lecturer__profile {
    grid-area: profile;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.75;
    text-align: left;
  }

  .p-feature__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }

  .p-feature__card {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    padding: 28px 22px 24px;
  }

  .p-feature__text {
    font-size: 14px;
    line-height: 1.72;
  }

  .p-feature__title {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .p-curriculum__scroll { overflow: visible; }

  .p-curriculum__table,
  .p-curriculum__table tbody,
  .p-curriculum__table tr,
  .p-curriculum__table td {
    display: block;
    width: 100%;
  }

  .p-curriculum__table {
    min-width: 0;
    background: transparent;
    font-size: 13px;
  }

  .p-curriculum__table thead { display: none; }

  .p-curriculum__table tbody {
    display: grid;
    gap: 12px;
  }

  .p-curriculum__table tr {
    padding: 8px 14px;
    border: 1px solid var(--gray-300);
    border-radius: 6px;
    background: var(--white);
  }

  .p-curriculum__table td,
  .p-curriculum__table tbody tr:last-child td {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid var(--gray-300);
    line-height: 1.55;
  }

  .p-curriculum__table td:last-child,
  .p-curriculum__table tbody tr:last-child td:last-child { border-bottom: 0; }

  .p-curriculum__table td:nth-child(1),
  .p-curriculum__table td:nth-child(2),
  .p-curriculum__table td:nth-child(3),
  .p-curriculum__table td:nth-child(4) { width: 100%; }

  .p-curriculum__table td::before {
    color: var(--color-navy);
    font-weight: 700;
  }

  .p-curriculum__table td:nth-child(1)::before { content: "時期"; }
  .p-curriculum__table td:nth-child(2)::before { content: "テーマ"; }
  .p-curriculum__table td:nth-child(3)::before { content: "講師"; }
  .p-curriculum__table td:nth-child(4)::before { content: "会社名・役職"; }

  .p-curriculum__semesterTitle { font-size: 18px; }

  .p-voice__carousel {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 4px;
    width: 100%;
    max-width: 508px;
    margin-inline: auto;
  }

  .p-voice__track { align-items: stretch; }

  .p-voice__navBtn {
    width: 30px;
    height: 30px;
  }

  .p-voice__navBtn svg {
    width: 17px;
    height: 17px;
  }

  .p-voice__card {
    grid-template-rows: auto auto auto 1fr;
    gap: 18px;
    width: 100%;
    max-width: 440px;
    min-height: 0;
    height: 100%;
    padding: 22px;
  }

  .p-voice__title {
    font-size: 20px;
    line-height: 1.5;
  }

  .p-voice__text {
    font-size: 15px;
    line-height: 1.75;
  }

  .p-voice__person {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
  }

  .p-survey__card { padding: 20px; }

  .p-survey .c-sec-head__title { font-size: 22px; }

  .p-survey__title { font-size: 18px; }

  .p-survey__theme { font-size: 13px; }

  .p-survey__panel {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 12px;
    padding: 14px;
  }

  .p-survey__scoreLabel { font-size: 12px; }

  .p-survey__scoreValue { font-size: 30px; }

  .p-survey__scoreValue span { font-size: 13px; }

  .p-survey__meta {
    gap: 6px;
    padding-top: 0;
    padding-left: 12px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
  }

  .p-survey__meta > div {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px;
  }

  .p-survey__meta dt,
  .p-survey__meta dd { font-size: 12px; }

  .p-survey__speakerDetail {
    font-size: 10px;
    line-height: 1.3;
  }

  .p-flow__list li {
    gap: 16px;
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    min-height: 0;
    padding: 24px 20px;
  }

  .p-flow__list li::before { font-size: 34px; }

  .p-flow__title {
    min-height: 0;
    font-size: 18px;
  }

  .p-flow__icon {
    width: 72px;
    height: 72px;
  }

  .p-flow__icon svg {
    width: 34px;
    height: 34px;
  }

  .p-flow__text {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  .p-faq__q {
    gap: 9px;
    font-size: 15px;
    line-height: 1.55;
  }

  .p-faq__q::before { font-size: 19px; }

  .p-faq__q::after {
    width: 24px;
    height: 24px;
  }

  .p-faq__a {
    font-size: 14px;
    line-height: 1.75;
  }

  .p-outline__table th,
  .p-outline__table td {
    min-height: 0;
    padding: 0.8em 1em;
  }

  .p-outline__table td {
    font-size: 14px;
    line-height: 1.65;
  }

  #faq .c-sec-head__title,
  #outline .c-sec-head__title { font-size: 26px; }

  .c-ctaArea .c-cta__leadMain { font-size: 18px; }

  .c-ctaArea .c-cta__leadSub { font-size: 12px; }

  .c-ctaArea .c-cta__btn {
    min-height: 64px;
    height: 64px;
    font-size: 16px;
  }

  .p-result__list { font-size: 14px; }

  .p-result__colTitle { font-size: 20px; }

  .p-result__heading { max-width: 100%; }

  .p-result__headingAccent {
    font-size: clamp(20px, 5.4vw, 26px);
    white-space: nowrap;
  }

  .p-closing__inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .p-closing__title {
    font-size: clamp(21px, 5.8vw, 27px);
    letter-spacing: 0.035em;
    line-height: 1.5;
  }

  .p-closing .c-cta__btn {
    min-height: 64px;
    height: 64px;
    font-size: 16px;
  }
}
