/* Buyer-ready lecture page */
:root {
  --ink: #172525;
  --ink-soft: #3d4b4a;
  --cream: #f7f0e3;
  --paper: #fffdf8;
  --orange: #ff6b35;
  --orange-dark: #c13f16;
  --yellow: #f3cf4d;
  --blue: #78c8d5;
  --mint: #cce1d4;
  --line: #d9d0c1;
  --white: #fff;
  --shadow: 0 24px 70px rgba(23, 37, 37, .12);
  --radius: 26px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
p, h1, h2, h3, h4, figure, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
button, a { -webkit-tap-highlight-color: transparent; }

.wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section { padding: 112px 0; }
.section[id] { scroll-margin-top: 88px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.section-kicker,
.eyebrow,
.card-label,
.program-type {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-kicker { margin-bottom: 18px; color: var(--orange-dark); }

.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading h2,
.promise h2,
.anti-success h2,
.profile-copy h2,
.activity-video h2,
.faq-heading h2,
.final-cta h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.02em;
}
.section-heading > p:last-child { max-width: 680px; margin-top: 20px; color: var(--ink-soft); }

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
  align-items: end;
  gap: 56px;
  max-width: none;
}
.split-heading > p:last-child { margin: 0 0 5px; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 14px 22px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 0 rgba(23, 37, 37, .12); }
.button-primary { color: var(--white); background: var(--ink); }
.button-quiet { background: transparent; }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(23, 37, 37, .12);
  background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(14px);
}
.header-inner {
  display: flex;
  min-height: 76px;
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  line-height: 1.2;
  text-decoration: none;
}
.brand-dot {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 5px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
}
.brand strong { display: block; font-size: 16px; }
.brand small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--orange-dark); }
.header-cta {
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 82px;
  background: var(--cream);
}
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb-one { width: 410px; height: 410px; right: -180px; top: -170px; background: var(--yellow); opacity: .75; }
.hero-orb-two { width: 240px; height: 240px; left: -135px; bottom: -95px; border: 58px solid var(--blue); opacity: .48; }
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
  align-items: center;
  gap: clamp(50px, 7vw, 94px);
}
.eyebrow {
  display: inline-block;
  margin-bottom: 25px;
  padding: 7px 12px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
}
.hero h1 {
  max-width: 760px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(43px, 5.9vw, 76px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.045em;
}
.hero h1 em {
  color: var(--orange-dark);
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-decoration-thickness: .17em;
  text-underline-offset: -.05em;
  text-decoration-skip-ink: none;
}
.hero-lead { max-width: 690px; margin-top: 30px; font-size: 18px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin-top: 13px; color: var(--ink-soft); font-size: 13px; }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  border-top: 1px solid rgba(23, 37, 37, .25);
  border-bottom: 1px solid rgba(23, 37, 37, .25);
}
.hero-facts div { padding: 16px 17px 15px 0; }
.hero-facts div + div { padding-left: 17px; border-left: 1px solid rgba(23, 37, 37, .25); }
.hero-facts dt { font-family: "Yu Mincho", serif; font-size: 24px; font-weight: 700; line-height: 1.2; }
.hero-facts dd { margin-top: 5px; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.fact-source { margin-top: 9px; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }

.hero-visual { position: relative; max-width: 510px; justify-self: end; }
.hero-photo-frame {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 3px solid var(--ink);
  border-radius: 180px 180px 28px 28px;
  background: var(--yellow);
  box-shadow: 18px 19px 0 var(--ink);
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.hero-visual figcaption {
  position: absolute;
  right: -18px;
  bottom: 23px;
  display: grid;
  min-width: 280px;
  padding: 15px 18px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 7px 7px 0 var(--orange);
  transform: rotate(-2deg);
}
.hero-visual figcaption strong { font-size: 17px; }
.hero-visual figcaption span { color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.visual-sticker {
  position: absolute;
  top: 16px;
  left: -38px;
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transform: rotate(-10deg);
}

.promise { padding: 76px 0; color: var(--white); background: var(--ink); }
.promise .section-kicker { color: var(--yellow); }
.promise-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 76px; }
.promise h2 { font-size: clamp(32px, 4vw, 48px); }
.promise-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.promise-items article { padding-top: 13px; border-top: 1px solid rgba(255, 255, 255, .35); }
.promise-items span { color: var(--yellow); font-size: 12px; font-weight: 900; }
.promise-items h3 { margin-top: 21px; font-size: 18px; line-height: 1.5; }
.promise-items p { margin-top: 10px; color: rgba(255, 255, 255, .72); font-size: 13px; line-height: 1.8; }

.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card {
  position: relative;
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 34px 30px 28px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 7px 7px 0 var(--ink);
}
.audience-local { background: #ffd6c4; }
.audience-school { background: #fff0a9; transform: translateY(22px); }
.audience-company { background: #cfeef2; }
.audience-card::after {
  position: absolute;
  top: 27px;
  right: 26px;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  content: "";
  background: rgba(255,255,255,.6);
}
.audience-card .card-label { padding-right: 48px; color: var(--ink-soft); }
.audience-card h3 { margin-top: 37px; font-family: "Yu Mincho", serif; font-size: 27px; line-height: 1.45; }
.audience-card > p:not(.card-label) { margin-top: 22px; color: var(--ink-soft); font-size: 14px; }
.audience-card > a { margin-top: auto; padding-top: 28px; font-size: 13px; font-weight: 800; text-decoration: none; }

.programs-section { background: #eee5d7; }
.program-list { display: grid; gap: 24px; }
.program-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1.03fr) minmax(350px, .9fr);
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
}
.program-orange { --program-color: var(--orange); }
.program-yellow { --program-color: var(--yellow); }
.program-blue { --program-color: var(--blue); }
.program-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 36px;
  background: var(--program-color);
  font-family: "Arial Black", sans-serif;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.program-main { padding: 42px 42px 44px; border-right: 1px solid var(--line); }
.program-type { color: var(--orange-dark); }
.program-main h3 { margin-top: 19px; font-family: "Yu Mincho", serif; font-size: clamp(29px, 3vw, 43px); line-height: 1.32; }
.program-intro { margin-top: 22px; color: var(--ink-soft); font-size: 15px; }
.program-detail { display: flex; flex-direction: column; padding: 42px 38px 38px; }
.program-detail h4 { font-size: 13px; letter-spacing: .12em; }
.program-detail ul { display: grid; gap: 11px; margin-top: 18px; list-style: none; }
.program-detail li { position: relative; padding-left: 20px; font-size: 14px; }
.program-detail li::before { position: absolute; top: .72em; left: 0; width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--program-color); }
.recommended { margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; font-size: 13px; font-weight: 800; }

.anti-success { padding: 108px 0; color: var(--white); background: var(--orange-dark); }
.anti-success .section-kicker { color: var(--yellow); }
.anti-grid { display: grid; grid-template-columns: .58fr 1.42fr; align-items: center; gap: 80px; }
.anti-mark {
  font-family: "Arial Black", sans-serif;
  font-size: clamp(70px, 10vw, 142px);
  font-weight: 900;
  line-height: .72;
  letter-spacing: -.08em;
  opacity: .22;
  transform: rotate(-5deg);
}
.anti-success h2 { max-width: 850px; font-size: clamp(36px, 5vw, 61px); }
.anti-success h2 + p { margin-top: 31px; }
.anti-success p:not(.section-kicker):not(.anti-mark) { max-width: 850px; color: rgba(255,255,255,.85); font-size: 17px; line-height: 2; }
.anti-success p + p { margin-top: 17px; }
.anti-success strong { color: var(--white); text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: .15em; text-underline-offset: .15em; }

.records-section { background: var(--paper); }
.records-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.record-card {
  display: flex;
  min-height: 354px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.featured-record { color: var(--white); background: var(--ink); transform: translateY(-16px); }
.record-topline { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 11px; font-weight: 800; }
.record-topline span { padding: 5px 9px; border: 1px solid currentColor; border-radius: 999px; }
.record-topline time { opacity: .7; }
.record-card h3 { margin-top: 31px; font-family: "Yu Mincho", serif; font-size: 25px; line-height: 1.5; }
.record-card p { margin-top: 17px; color: var(--ink-soft); font-size: 14px; }
.featured-record p { color: rgba(255,255,255,.74); }
.record-card > a { margin-top: auto; padding-top: 26px; font-size: 13px; font-weight: 800; }
.records-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 52px;
  padding: 28px 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.records-footer p { display: grid; }
.records-footer p span { margin-top: 4px; color: var(--ink-soft); font-size: 12px; }

.profile-section { background: #f0e8da; }
.profile-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(50px, 8vw, 100px); }
.profile-visual { position: relative; }
.profile-visual::before { position: absolute; inset: -18px 18px 18px -18px; border: 2px solid var(--ink); border-radius: var(--radius); content: ""; background: var(--yellow); }
.profile-visual img { position: relative; width: 100%; aspect-ratio: 4/3; border: 2px solid var(--ink); border-radius: var(--radius); object-fit: cover; box-shadow: 10px 10px 0 var(--ink); }
.profile-visual figcaption { position: relative; margin-top: 17px; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.profile-copy h2 small { display: block; margin-top: 7px; color: var(--ink-soft); font-family: inherit; font-size: 14px; letter-spacing: .08em; }
.profile-role { margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-weight: 800; }
.profile-copy > p:not(.section-kicker):not(.profile-role) { margin-top: 20px; color: var(--ink-soft); }
.profile-links { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 23px; }

.activity-video { padding: 82px 0; background: var(--blue); }
.video-inner { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 70px; }
.activity-video .section-kicker { color: var(--ink); }
.activity-video h2 { font-size: clamp(34px, 4.5vw, 53px); }
.activity-video h2 + p { max-width: 570px; margin-top: 20px; }
.video-caution { margin-top: 9px; font-size: 11px; font-weight: 700; }
.video-link {
  display: flex;
  min-height: 156px;
  align-items: center;
  gap: 23px;
  padding: 27px;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 9px 9px 0 var(--ink);
  text-decoration: none;
  transition: transform .18s ease;
}
.video-link:hover { transform: translateY(-3px); }
.play-icon { display: grid; width: 63px; height: 63px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 21px; }
.video-link > span:last-child { display: grid; }
.video-link strong { font-size: 18px; }
.video-link small { margin-top: 7px; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }

.organizer-section { color: var(--white); background: var(--ink); }
.organizer-section .section-kicker { color: var(--yellow); }
.organizer-section .split-heading > p:last-child { color: rgba(255,255,255,.72); }
.organizer-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 22px; }
.conditions-card,
.inquiry-card { padding: 35px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); }
.conditions-card { background: rgba(255,255,255,.05); }
.inquiry-card { color: var(--ink); background: var(--yellow); }
.conditions-card h3,
.inquiry-card h3,
.process > h3 { font-size: 22px; }
.conditions-card dl { margin-top: 25px; }
.conditions-card dl div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.18); }
.conditions-card dt { color: var(--yellow); font-size: 12px; font-weight: 800; }
.conditions-card dd { color: rgba(255,255,255,.76); font-size: 13px; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 18px; margin-top: 23px; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: 13px; font-weight: 700; }
.check-list li::before { position: absolute; left: 0; content: "\2713"; font-weight: 900; }
.document-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 29px;
  padding: 19px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--white);
  text-decoration: none;
}
.document-card-link > span:first-child { display: grid; }
.document-card-link small { margin-top: 3px; color: var(--ink-soft); font-size: 10px; }
.contact-card-link { margin-top: 25px; background: var(--paper); }
.contact-card-link + .document-card-link { margin-top: 10px; }
.process { margin-top: 60px; padding-top: 39px; border-top: 1px solid rgba(255,255,255,.24); }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 25px; list-style: none; background: rgba(255,255,255,.18); }
.process li { min-height: 170px; padding: 22px; background: var(--ink); }
.process li > span { color: var(--yellow); font-size: 11px; font-weight: 900; }
.process li strong { display: block; margin-top: 17px; font-size: 17px; }
.process li p { margin-top: 8px; color: rgba(255,255,255,.63); font-size: 12px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; }
.faq-heading { position: sticky; top: 116px; align-self: start; }
.faq-heading p:last-child { margin-top: 19px; color: var(--ink-soft); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 48px 27px 0; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 24px; right: 4px; content: "\ff0b"; color: var(--orange-dark); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { padding: 0 48px 27px 0; color: var(--ink-soft); font-size: 14px; }

.final-cta { padding: 98px 0; color: var(--white); background: var(--orange-dark); }
.final-cta .section-kicker { color: var(--yellow); }
.final-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.final-cta h2 { font-size: clamp(36px, 5vw, 60px); }
.final-cta h2 + p { max-width: 650px; margin-top: 23px; color: rgba(255,255,255,.8); }
.final-cta-action { display: grid; justify-items: start; }
.final-cta-action > span { margin-top: 12px; font-size: 11px; opacity: .75; }
.final-cta-action > a:last-child { margin-top: 22px; font-size: 13px; font-weight: 800; }
.contact-options { display: flex; flex-wrap: wrap; gap: 8px 17px; margin-top: 18px; }
.contact-options a { font-size: 12px; font-weight: 800; }

.site-footer { padding: 35px 0; color: rgba(255,255,255,.68); background: #0f1919; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-inner > div { display: grid; }
.footer-inner strong { color: var(--white); font-size: 14px; }
.footer-inner span { margin-top: 3px; font-size: 10px; }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner nav a { font-size: 11px; font-weight: 700; text-decoration: none; }
.footer-inner small { font-size: 10px; }

a:focus-visible,
summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

@media (max-width: 1050px) {
  .site-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr minmax(330px, .72fr); gap: 50px; }
  .promise-grid { grid-template-columns: 1fr; gap: 42px; }
  .program-card { grid-template-columns: 72px 1fr; }
  .program-main { border-right: 0; }
  .program-detail { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .anti-grid { grid-template-columns: .45fr 1.55fr; gap: 50px; }
}

@media (max-width: 820px) {
  .section { padding: 84px 0; }
  .split-heading,
  .hero-grid,
  .profile-grid,
  .video-inner,
  .organizer-grid,
  .faq-grid,
  .final-cta-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 24px; }
  .hero { padding-top: 68px; }
  .hero-copy { max-width: 690px; }
  .hero-visual { width: min(500px, 92%); margin-inline: auto; justify-self: center; }
  .promise-items,
  .audience-grid,
  .records-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 280px; }
  .audience-school,
  .featured-record { transform: none; }
  .anti-grid { grid-template-columns: 1fr; gap: 32px; }
  .anti-mark { font-size: 78px; line-height: .75; }
  .records-footer { align-items: flex-start; flex-direction: column; }
  .profile-visual { width: min(640px, calc(100% - 18px)); margin-left: 18px; }
  .process ol { grid-template-columns: repeat(2, 1fr); }
  .faq-heading { position: static; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .header-inner { width: calc(100% - 24px); min-height: 68px; gap: 12px; }
  .brand small { display: none; }
  .brand strong { font-size: 14px; }
  .header-cta { padding: 9px 12px; font-size: 11px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 37px; }
  .section-heading h2,
  .promise h2,
  .anti-success h2,
  .profile-copy h2,
  .activity-video h2,
  .faq-heading h2,
  .final-cta h2 { font-size: 34px; }
  .hero { padding: 51px 0 62px; }
  .hero h1 { font-size: clamp(36px, 11vw, 48px); line-height: 1.28; }
  .hero-lead { margin-top: 23px; font-size: 16px; line-height: 1.9; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-facts dt { font-size: 18px; }
  .hero-facts dd { font-size: 9px; line-height: 1.4; }
  .hero-facts div { padding: 13px 8px 13px 0; }
  .hero-facts div + div { padding-left: 8px; }
  .hero-visual { width: calc(100% - 20px); }
  .hero-photo-frame { box-shadow: 10px 12px 0 var(--ink); }
  .hero-visual figcaption { right: 4px; bottom: 16px; min-width: 0; max-width: calc(100% - 12px); }
  .visual-sticker { top: 5px; left: -8px; width: 74px; height: 74px; font-size: 13px; }
  .promise { padding: 57px 0; }
  .promise-items { gap: 26px; }
  .audience-card { min-height: 320px; padding: 28px 24px 23px; }
  .audience-card h3 { font-size: 24px; }
  .program-card { grid-template-columns: 50px 1fr; box-shadow: 6px 6px 0 var(--ink); }
  .program-number { padding-top: 25px; font-size: 21px; }
  .program-main,
  .program-detail { padding: 30px 24px; }
  .program-main h3 { font-size: 29px; }
  .anti-success { padding: 72px 0; }
  .record-card { min-height: 320px; padding: 25px; }
  .records-footer { padding-inline: 0; }
  .records-footer .button { width: 100%; }
  .profile-links { display: grid; gap: 0; }
  .video-link { min-height: 0; padding: 22px; }
  .play-icon { width: 52px; height: 52px; }
  .conditions-card,
  .inquiry-card { padding: 26px 22px; }
  .conditions-card dl div { grid-template-columns: 1fr; gap: 4px; }
  .check-list { grid-template-columns: 1fr; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 135px; }
  .final-cta-action .button { width: 100%; }
  .footer-inner nav { flex-wrap: wrap; gap: 10px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
