:root {
  --ink: #14213b;
  --muted: #60768c;
  --blue: #1479d4;
  --blue-deep: #174f8f;
  --cyan: #c9f1ff;
  --sky: #edf8fc;
  --white: #ffffff;
  --pink: #dc4c91;
  --yellow: #ffe36b;
  --green: #24b86b;
  --surface: rgba(255, 255, 255, 0.86);
  --line: rgba(20, 33, 59, 0.1);
  --shadow: 0 18px 46px rgba(17, 79, 143, 0.12);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.75;
  background:
    linear-gradient(135deg, rgba(232, 248, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(225deg, rgba(220, 76, 145, 0.06) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 38%, #f4fbff 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 54px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  font-weight: 800;
  line-height: 1;
  background: var(--blue);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 118, 216, 0.24);
}

.brand-small,
.brand-name {
  display: block;
}

.brand-small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.brand-name {
  color: var(--blue-deep);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex: 1;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 0;
  color: #37536e;
}

.header-actions {
  display: flex;
  gap: 10px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue-deep);
}

.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.link-button:hover {
  transform: translateY(-1px);
}

.link-button.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 32px rgba(8, 118, 216, 0.28);
}

.link-button.ghost {
  color: var(--blue-deep);
  background: var(--sky);
  border-color: rgba(8, 118, 216, 0.14);
}

.link-button.light {
  color: var(--blue-deep);
  background: var(--white);
  border-color: rgba(8, 118, 216, 0.18);
}

.link-button.line {
  color: var(--white);
  background: var(--green);
}

.link-button.large {
  min-height: 52px;
  padding: 14px 24px;
  font-size: 16px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(500px, 0.96fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  padding: clamp(30px, 4.2vh, 46px) clamp(34px, 4.8vw, 88px) 34px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(247, 253, 255, 0.98) 0%, rgba(232, 246, 254, 0.96) 100%),
    repeating-linear-gradient(90deg, rgba(20, 121, 212, 0.05) 0 1px, transparent 1px 84px);
}

.hero::before {
  position: absolute;
  right: 3vw;
  bottom: 72px;
  width: min(360px, 22vw);
  height: 170px;
  content: "";
  border-right: 2px dashed rgba(20, 121, 212, 0.28);
  border-bottom: 2px dashed rgba(20, 121, 212, 0.28);
  border-radius: 0 0 82px 0;
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0.9) 100%);
}

.hero-content {
  width: min(840px, 100%);
  margin-left: 0;
}

.hero-stage {
  position: relative;
  align-self: center;
  min-height: 0;
  aspect-ratio: 1.08 / 1;
  width: min(100%, 760px);
  justify-self: end;
  transform: translate3d(calc(var(--hero-x, 0) * -8px), calc(var(--hero-y, 0) * -8px), 0);
  transition: transform 0.25s ease-out;
}

.hero-stage::before {
  position: absolute;
  inset: 26px -14px -18px 30px;
  content: "";
  background: rgba(216, 241, 253, 0.78);
  border: 1px solid rgba(20, 121, 212, 0.12);
  border-radius: 38px 38px 38px 108px;
}

.hero-frame {
  position: absolute;
  inset: 0 0 30px 0;
  overflow: hidden;
  background: #eef9ff;
  border: 14px solid #dff1fb;
  border-radius: 42px 42px 42px 112px;
  box-shadow: 0 32px 90px rgba(16, 79, 143, 0.18);
}

.hero-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(100deg, transparent 0 38%, rgba(255, 255, 255, 0.5) 46%, transparent 56%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: frameShine 7s ease-in-out infinite;
}

.hero-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
}

.frame-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 66px;
  padding: 0 34px 0 44px;
  color: #5a9ed2;
  background: #dff1fb;
  border-bottom-left-radius: 38px;
  font-size: 14px;
  font-weight: 700;
}

.frame-toolbar a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.frame-toolbar a:hover {
  color: var(--blue);
}

.hero-companion {
  position: absolute;
  right: clamp(-34px, -1.9vw, -14px);
  bottom: -2px;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 4px;
  width: clamp(108px, 7.5vw, 150px);
  animation: floatMascot 4.2s ease-in-out infinite;
}

.hero-companion img {
  width: 100%;
  filter: drop-shadow(0 18px 22px rgba(17, 79, 143, 0.2));
}

.hero-companion span {
  display: none;
}

.hero-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 15px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 121, 212, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(17, 79, 143, 0.15);
  font-size: 13px;
  font-weight: 700;
}

.chip-skill {
  display: none;
}

.chip-online {
  top: -12px;
  right: -4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: clamp(152px, 10.8vw, 184px);
  height: clamp(152px, 10.8vw, 184px);
  padding: 0;
  color: var(--white);
  text-align: center;
  background: #24518c;
  border: 8px solid rgba(216, 241, 253, 0.98);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(17, 79, 143, 0.2);
  line-height: 1.1;
}

.chip-online span,
.chip-online strong {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.chip-online span {
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 800;
  line-height: 1.05;
}

.chip-online strong {
  margin-top: 0;
  font-size: clamp(36px, 2.85vw, 52px);
  letter-spacing: 0.04em;
  line-height: 0.98;
}

@keyframes frameShine {
  0%,
  100% {
    transform: translateX(-38%);
    opacity: 0.2;
  }
  45% {
    transform: translateX(34%);
    opacity: 0.55;
  }
}

@keyframes floatMascot {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.eyebrow::before {
  display: block;
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  color: var(--blue-deep);
  font-size: 60px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}

h1 span {
  display: block;
}

.hero-title {
  max-width: 920px;
  color: var(--blue-deep);
  line-height: 1;
}

.hero-title-row {
  display: flex;
  align-items: flex-end;
  gap: clamp(8px, 1.2vw, 18px);
  margin: clamp(10px, 1.8vh, 20px) 0 clamp(-92px, -5.2vw, -64px) -6px;
}

.hero-ai-image {
  width: clamp(380px, 34vw, 650px);
  max-width: 84%;
  filter: drop-shadow(0 18px 32px rgba(20, 121, 212, 0.1));
}

.hero-title-de {
  margin-bottom: clamp(36px, 3.5vw, 64px);
  color: var(--blue-deep);
  font-size: clamp(52px, 5vw, 92px);
  font-weight: 800;
  line-height: 0.92;
}

.hero-title-main {
  position: relative;
  z-index: 1;
  color: var(--blue-deep);
  font-size: clamp(46px, 4.7vw, 88px);
  font-weight: 800;
  line-height: 1.08;
  white-space: nowrap;
  text-shadow:
    0 2px 0 rgba(248, 253, 255, 0.86),
    0 -2px 0 rgba(248, 253, 255, 0.74),
    2px 0 0 rgba(248, 253, 255, 0.78),
    -2px 0 0 rgba(248, 253, 255, 0.78),
    0 12px 28px rgba(17, 79, 143, 0.1);
  -webkit-text-stroke: clamp(1px, 0.15vw, 2px) rgba(248, 253, 255, 0.62);
  paint-order: stroke fill;
}

.hero-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #23415f;
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.section-actions.compact {
  margin-top: 24px;
}

.section-actions.heading-action {
  margin-top: 20px;
}

.section-actions.section-end {
  justify-content: center;
  margin-top: 32px;
}

.section-actions.section-end .link-button.light {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  border-color: rgba(20, 121, 212, 0.7);
  box-shadow: 0 16px 34px rgba(8, 118, 216, 0.24);
}

.split > .section-actions.section-end {
  grid-column: 1 / -1;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin: 30px 0 0;
}

.hero-facts div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 118, 216, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 73, 133, 0.08);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.hero-facts dd {
  margin: 2px 0 0;
  color: var(--blue-deep);
  font-weight: 700;
}

.section.intro-movie {
  padding-top: 48px;
  padding-bottom: 34px;
}

.movie-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: min(100%, 940px);
  margin: 0 auto;
  background: #e9f7ff;
  border: 12px solid #dff1fb;
  border-radius: 30px;
  box-shadow: 0 26px 70px rgba(17, 79, 143, 0.16);
}

.movie-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
}

.movie-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-heading {
  max-width: 880px;
  margin-bottom: 40px;
}

.section-heading h2,
.split-copy h2,
.visual-copy h2,
.access-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--blue-deep);
  font-size: 42px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.section-heading h2 span,
.split-copy h2 span,
.visual-copy h2 span,
.contact-copy h2 span {
  display: block;
}

.section-heading h2 span + span,
.split-copy h2 span + span,
.visual-copy h2 span + span,
.contact-copy h2 span + span {
  margin-left: 0;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.visual-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
}

.worry-grid,
.strength-grid,
.course-grid,
.place-grid {
  display: grid;
  gap: 20px;
}

.worry-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.worry-grid article,
.strength-grid article,
.course-grid article,
.faq-list details,
.contact-form,
.map-card,
.place-card,
.place-photo {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.worry-grid article {
  position: relative;
  min-height: 235px;
  padding: 30px;
  overflow: hidden;
}

.worry-grid article::after {
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 112px;
  height: 112px;
  content: "";
  background: repeating-linear-gradient(135deg, rgba(20, 121, 212, 0.12) 0 2px, transparent 2px 10px);
  opacity: 0.7;
  transform: rotate(12deg);
}

.worry-grid h3,
.strength-grid h3,
.course-grid h3,
.flow-list h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.worry-grid p,
.strength-grid p,
.course-grid p,
.flow-list p,
.faq-list p {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.line-icon {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 8px;
  color: var(--blue);
  background: linear-gradient(135deg, #f0fbff, #ffffff);
  border: 1px solid rgba(20, 121, 212, 0.13);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(20, 121, 212, 0.12);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.accent-icon {
  color: var(--pink);
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 64px;
}

.split-copy h2 {
  font-size: 36px;
}

.feature-panel {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(230, 248, 255, 0.95));
  border: 1px solid rgba(20, 121, 212, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(17, 79, 143, 0.16);
}

.feature-panel img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 6px;
}

.highlight-band {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100% - 1160px) / 2));
  background:
    linear-gradient(135deg, rgba(229, 247, 255, 0.96), rgba(255, 255, 255, 0.98)),
    var(--sky);
  border-block: 1px solid rgba(8, 118, 216, 0.12);
}

.highlight-band::before {
  position: absolute;
  top: 46px;
  right: max(18px, calc((100% - 1160px) / 2));
  width: 300px;
  height: 110px;
  content: "";
  border-top: 2px dashed rgba(20, 121, 212, 0.2);
  border-right: 2px dashed rgba(20, 121, 212, 0.2);
  border-radius: 0 58px 0 0;
}

.strength-grid {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.strength-grid article,
.course-grid article {
  padding: 30px;
}

.strength-grid article {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.strength-grid article::after,
.course-card::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 82px;
  height: 82px;
  content: "";
  background: repeating-linear-gradient(135deg, rgba(20, 121, 212, 0.1) 0 2px, transparent 2px 11px);
  opacity: 0.7;
  z-index: 0;
}

.strength-grid article > * {
  position: relative;
  z-index: 1;
}

.strength-grid .strength-illust,
.strength-grid .strength-mascot {
  z-index: 0;
}

.strength-grid article:first-child {
  grid-row: 1 / 3;
  display: grid;
  align-content: end;
  min-height: 460px;
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(20, 121, 212, 0.94), rgba(28, 153, 196, 0.82)),
    url("assets/creative-studio.jpg") center / cover;
  border: 0;
}

.strength-card {
  isolation: isolate;
}

.strength-illust {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 0;
  width: min(44%, 220px);
  filter: drop-shadow(0 18px 24px rgba(4, 39, 72, 0.18));
}

.strength-mascot {
  position: absolute;
  right: 18px;
  bottom: -6px;
  width: 112px;
  opacity: 0.18;
  filter: drop-shadow(0 16px 22px rgba(17, 79, 143, 0.16));
}

.strength-card:nth-child(2) .strength-mascot {
  bottom: 8px;
  width: 96px;
  opacity: 0.22;
}

.strength-grid article:first-child span {
  width: fit-content;
  color: var(--blue-deep);
  background: var(--white);
}

.strength-grid article:first-child h3,
.strength-grid article:first-child p {
  color: var(--white);
}

.strength-grid article:first-child h3 {
  max-width: 360px;
  font-size: 30px;
}

.strength-grid article:first-child p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.88);
}

.strength-grid span,
.flow-list span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 34px;
  padding: 0 10px;
  color: var(--blue-deep);
  background: var(--yellow);
  border-radius: 999px;
  font-weight: 700;
}

.work-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
  align-items: stretch;
}

.work-layout::before {
  position: absolute;
  top: -34px;
  left: 24%;
  width: 46%;
  height: 74px;
  content: "";
  border-top: 2px dashed rgba(20, 121, 212, 0.2);
  border-radius: 70% 70% 0 0;
  pointer-events: none;
}

.work-feature {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 520px;
  padding: 34px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(20, 121, 212, 0.94), rgba(44, 179, 184, 0.86)),
    url("assets/creative-studio.jpg") center / cover;
  border-radius: 8px;
  box-shadow: 0 24px 72px rgba(17, 79, 143, 0.18);
}

.work-feature::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 20%, rgba(8, 34, 66, 0.48) 100%),
    radial-gradient(circle at 82% 22%, rgba(255, 227, 107, 0.18), transparent 28%);
}

.work-feature-label {
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 1;
  margin: 0;
  padding: 5px 12px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.work-feature-visual {
  position: absolute;
  top: 58px;
  right: 24px;
  z-index: 1;
  width: min(48%, 190px);
  transform: rotate(4deg);
}

.work-feature-visual img {
  width: 100%;
  filter: drop-shadow(0 18px 22px rgba(4, 39, 72, 0.28));
}

.work-feature h3,
.work-feature > p:not(.work-feature-label) {
  position: relative;
  z-index: 1;
}

.work-feature h3 {
  max-width: 320px;
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.34;
}

.work-feature > p:not(.work-feature-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.course-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.course-grid article {
  position: relative;
  min-height: 248px;
  padding-top: 104px;
  overflow: hidden;
  border-top: 0;
}

.course-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(201, 241, 255, 0.46), transparent 48%);
  pointer-events: none;
  z-index: 0;
}

.course-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(17, 79, 143, 0.14);
}

.course-card::after {
  right: 18px;
  bottom: 18px;
  width: 78px;
  height: 58px;
  background:
    radial-gradient(circle at 12px 12px, rgba(20, 121, 212, 0.16) 0 3px, transparent 4px),
    radial-gradient(circle at 42px 24px, rgba(220, 76, 145, 0.14) 0 3px, transparent 4px),
    radial-gradient(circle at 62px 44px, rgba(255, 207, 67, 0.5) 0 4px, transparent 5px);
  border: 1px dashed rgba(20, 121, 212, 0.2);
  border-radius: 999px;
  transform: rotate(-10deg);
}

.course-visual {
  position: absolute;
  top: 22px;
  left: 26px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--blue-deep);
  background: #eef9ff;
  border: 1px solid rgba(20, 121, 212, 0.16);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(17, 79, 143, 0.12);
}

.course-visual svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.course-card.web .course-visual {
  color: #0b7285;
  background: #e8fbff;
}

.course-card.design .course-visual {
  color: var(--pink);
  background: #fff1f7;
}

.course-card.movie .course-visual {
  color: #0f8f61;
  background: #eafff4;
}

.course-card.data .course-visual {
  color: #8065d8;
  background: #f3f0ff;
}

.course-card.career .course-visual {
  color: #c87800;
  background: #fff7de;
}

.course-card h3,
.course-card p {
  position: relative;
  z-index: 1;
}

.visual-section {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  overflow: hidden;
  margin: 38px 0;
  isolation: isolate;
}

.visual-section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(0deg, rgba(10, 25, 51, 0.76), rgba(10, 25, 51, 0.08) 58%);
}

.visual-section img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-copy {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto clamp(38px, 7vw, 78px);
  color: var(--white);
  text-align: center;
}

.visual-copy .section-actions {
  justify-content: center;
}

.visual-copy h2,
.visual-copy p,
.visual-copy .eyebrow {
  color: var(--white);
}

.visual-copy .eyebrow::before,
.contact-copy .eyebrow::before {
  background: rgba(255, 255, 255, 0.82);
}

.schedule-section {
  padding-top: 92px;
}

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.schedule-guide {
  position: sticky;
  top: 104px;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 28px 22px;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef9ff 100%);
  border: 1px solid rgba(20, 121, 212, 0.13);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.schedule-guide img {
  width: min(190px, 78%);
  filter: drop-shadow(0 16px 22px rgba(17, 79, 143, 0.15));
}

.schedule-guide p {
  margin: 0;
  color: var(--blue-deep);
  font-weight: 700;
  text-align: center;
}

.schedule-tabs {
  display: flex;
  gap: 8px;
  width: fit-content;
  padding: 6px;
  margin-bottom: 24px;
  background: var(--sky);
  border: 1px solid rgba(8, 118, 216, 0.12);
  border-radius: 999px;
}

.tab {
  min-width: 150px;
  min-height: 44px;
  color: var(--blue-deep);
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.tab.active {
  color: var(--white);
  background: var(--blue);
}

.schedule {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 16px;
}

.schedule[hidden] {
  display: none;
}

.schedule div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 138px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid rgba(20, 121, 212, 0.7);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(17, 79, 143, 0.08);
}

.schedule div::after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  content: attr(data-step);
  color: var(--blue);
  background: #fff7de;
  border: 1px solid rgba(255, 207, 67, 0.5);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.schedule time {
  display: inline-flex;
  width: fit-content;
  padding: 2px 10px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  background: #eef9ff;
  border-radius: 999px;
}

.schedule p {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 24px 0 0;
  margin: 0;
  list-style: none;
}

.flow-list::before {
  position: absolute;
  top: 42px;
  left: 8%;
  right: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(20, 121, 212, 0), rgba(20, 121, 212, 0.34), rgba(20, 121, 212, 0));
}

.flow-list li {
  position: relative;
  min-height: 250px;
  padding: 28px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.flow-list li:nth-child(even) {
  margin-top: 42px;
}

.flow-list li::before {
  position: absolute;
  top: -9px;
  left: 28px;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--white);
  border: 4px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(20, 121, 212, 0.2);
}

.gallery-section {
  padding-top: 20px;
}

.place-grid {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  align-items: stretch;
}

.place-photo {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
}

.place-photo img {
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center top;
}

.place-photo figcaption {
  padding: 12px 16px;
  color: var(--blue-deep);
  font-weight: 700;
}

.place-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 320px;
  padding: 30px;
  overflow: hidden;
}

.place-card h3 {
  margin: 0 0 12px;
  color: var(--blue-deep);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.place-card p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.place-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.place-card li {
  position: relative;
  padding-left: 18px;
  color: #37536e;
  font-weight: 600;
}

.place-card li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--blue);
  border-radius: 50%;
  transform: translateY(-50%);
}

.place-card.accent {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 121, 212, 0.88), rgba(36, 184, 107, 0.72)),
    url("assets/creative-studio.jpg") center / cover;
  border: 0;
}

.place-card.accent h3,
.place-card.accent p,
.place-card.accent .eyebrow,
.place-card.accent li {
  color: var(--white);
}

.place-card.accent li::before {
  background: var(--yellow);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 22px;
}

.faq-list summary {
  padding: 22px 0;
  color: var(--blue-deep);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.faq-list p {
  padding: 0 0 22px;
}

.access-section {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 28px;
}

.info-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.info-list dt {
  color: var(--muted);
  font-weight: 700;
}

.info-list dd {
  margin: 0;
  font-weight: 600;
}

.info-list a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.map-card {
  position: relative;
  display: grid;
  align-content: end;
  isolation: isolate;
  overflow: hidden;
  min-height: 420px;
  padding: 30px;
  color: var(--blue-deep);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(227, 246, 255, 0.16)),
    url("assets/access-main-character.png") center 42% / cover no-repeat,
    #e9f7ff;
}

.map-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, transparent 36%, rgba(255, 255, 255, 0.9) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 40%);
}

.map-card p {
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  margin: 0 0 12px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 121, 212, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(17, 79, 143, 0.12);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.28;
  word-break: keep-all;
}

.map-card a {
  justify-self: start;
  padding: 12px 18px;
  color: var(--white);
  background: var(--blue);
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(8, 118, 216, 0.24);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 104px max(18px, calc((100% - 1160px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(12, 90, 169, 0.95), rgba(7, 151, 204, 0.94)),
    var(--blue);
}

.contact-copy h2,
.contact-copy p,
.contact-copy .eyebrow {
  color: var(--white);
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(4, 36, 73, 0.22);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f7fcff;
  border: 1px solid rgba(16, 35, 61, 0.18);
  border-radius: 8px;
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 30px clamp(18px, 5vw, 70px);
  background: #071b31;
  color: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact {
  padding: 10px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-weight: 700;
}

.subpage-main {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7fcff 0%, #ffffff 42%, #eef9ff 100%);
}

.sub-hero {
  position: relative;
  min-height: 520px;
  padding: 72px clamp(18px, 5vw, 70px) 64px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(237, 248, 252, 0.94), rgba(255, 255, 255, 0.98)),
    repeating-linear-gradient(90deg, rgba(20, 121, 212, 0.045) 0 1px, transparent 1px 92px);
}

.sub-hero::before {
  position: absolute;
  right: 6vw;
  bottom: 40px;
  width: 340px;
  height: 160px;
  content: "";
  border-right: 2px dashed rgba(20, 121, 212, 0.24);
  border-bottom: 2px dashed rgba(20, 121, 212, 0.24);
  border-radius: 0 0 96px 0;
}

.sub-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.sub-hero-inner > * {
  min-width: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--blue);
}

.sub-hero h1 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
  word-break: normal;
}

.sub-hero h1 span,
.page-heading h2 span,
.subpage-cta h2 span {
  display: block;
}

.sub-hero-lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: #23415f;
  font-size: 18px;
  font-weight: 600;
}

.sub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sub-visual {
  position: relative;
  display: block;
  min-height: auto;
}

.sub-visual.solo {
  display: block;
}

.sub-visual-panel {
  position: relative;
  height: clamp(330px, 28vw, 430px);
  overflow: hidden;
  background: #e5f6ff;
  border: 12px solid #dff1fb;
  border-radius: 42px 42px 42px 118px;
  box-shadow: 0 28px 82px rgba(17, 79, 143, 0.16);
}

.sub-visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-character {
  position: absolute;
  right: clamp(12px, 2.2vw, 28px);
  bottom: clamp(12px, 2vw, 26px);
  width: clamp(96px, 12vw, 154px);
  max-width: 154px;
  z-index: 2;
  filter: drop-shadow(0 18px 22px rgba(17, 79, 143, 0.2));
  animation: floatCharacter 5.8s ease-in-out infinite;
  pointer-events: none;
}

.sub-character.large {
  width: clamp(108px, 14vw, 174px);
  max-width: 174px;
}

.sub-orbit {
  position: absolute;
  left: 18px;
  top: 0;
  padding: 8px 14px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.88);
  border: 1px dashed rgba(20, 121, 212, 0.24);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(17, 79, 143, 0.12);
  font-size: 13px;
  font-weight: 700;
}

.page-section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 92px 0;
}

.page-section.soft-band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100% - 1160px) / 2));
  background: linear-gradient(135deg, rgba(229, 247, 255, 0.95), rgba(255, 255, 255, 0.98));
  border-block: 1px solid rgba(8, 118, 216, 0.1);
}

.page-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.page-heading h2 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
}

.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-card,
.profile-card,
.program-detail-card,
.step-detail,
.support-card,
.faq-page details,
.mini-note {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-card {
  min-height: 245px;
  padding: 28px;
}

.page-card::after,
.program-detail-card::after,
.support-card::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 72px;
  height: 54px;
  content: "";
  background:
    radial-gradient(circle at 12px 12px, rgba(20, 121, 212, 0.14) 0 3px, transparent 4px),
    radial-gradient(circle at 38px 24px, rgba(220, 76, 145, 0.12) 0 3px, transparent 4px),
    radial-gradient(circle at 58px 42px, rgba(255, 207, 67, 0.5) 0 4px, transparent 5px);
  border: 1px dashed rgba(20, 121, 212, 0.2);
  border-radius: 999px;
  transform: rotate(-8deg);
}

.page-card > *,
.program-detail-card > *,
.support-card > * {
  position: relative;
  z-index: 1;
}

.page-card h3,
.profile-card h3,
.program-detail-card h3,
.step-detail h3,
.support-card h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.38;
}

.page-card p,
.profile-card p,
.program-detail-card p,
.step-detail p,
.support-card p,
.mini-note p {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.page-card .line-icon {
  margin-bottom: 6px;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.profile-card.image-card {
  display: grid;
  align-content: end;
  min-height: 520px;
  padding: 34px;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(20, 121, 212, 0.88), rgba(36, 184, 107, 0.58)),
    url("assets/creative-studio.jpg") center / cover;
}

.profile-card.image-card h3,
.profile-card.image-card p {
  color: var(--white);
}

.profile-card.image-card img {
  position: absolute;
  top: 22px;
  right: 22px;
  width: min(38%, 170px);
  filter: drop-shadow(0 16px 22px rgba(17, 79, 143, 0.18));
}

.profile-stack {
  display: grid;
  gap: 16px;
}

.profile-card.text-card {
  padding: 28px;
}

.program-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.program-detail-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  min-height: 220px;
  padding: 28px;
}

.program-detail-card .course-visual {
  position: relative;
  top: auto;
  left: auto;
}

.program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.program-tags span {
  padding: 5px 10px;
  color: var(--blue-deep);
  background: #eef9ff;
  border: 1px solid rgba(20, 121, 212, 0.14);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.step-detail-list {
  display: grid;
  gap: 16px;
  counter-reset: step;
}

.step-detail {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 22px;
  padding: 26px;
  counter-increment: step;
}

.step-detail::before {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  content: counter(step, decimal-leading-zero);
  color: var(--blue-deep);
  background: var(--yellow);
  border-radius: 50%;
  font-weight: 800;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.support-card {
  min-height: 250px;
  padding: 30px;
}

.support-card.featured {
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(20, 121, 212, 0.94), rgba(28, 153, 196, 0.82)),
    url("assets/anime-team.jpg") center / cover;
  border: 0;
}

.support-card.featured h3,
.support-card.featured p {
  color: var(--white);
}

.support-card img {
  position: absolute;
  right: 18px;
  bottom: -12px;
  width: 120px;
  opacity: 0.2;
}

.support-card.featured img {
  opacity: 0.9;
  width: 150px;
}

.faq-page {
  display: grid;
  gap: 14px;
}

.faq-page details {
  padding: 0 24px;
}

.faq-page summary {
  padding: 22px 0;
  color: var(--blue-deep);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.faq-page p {
  padding: 0 0 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

.mini-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.mini-note img {
  width: 108px;
}

.mini-note h2 {
  margin: 0 0 10px;
  color: var(--blue-deep);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  font-weight: 700;
}

.subpage-cta {
  position: relative;
  overflow: hidden;
  padding: 76px max(18px, calc((100% - 1160px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(12, 90, 169, 0.95), rgba(7, 151, 204, 0.94)),
    var(--blue);
}

.subpage-cta h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.22;
}

.subpage-cta p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
}

.subpage-cta .contact-buttons {
  margin-top: 28px;
}

@media (max-width: 1020px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav,
  .header-actions {
    display: none;
    width: 100%;
  }

  .site-header.open .site-nav,
  .site-header.open .header-actions {
    display: flex;
  }

  .site-header.open .site-nav {
    order: 5;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .site-header.open .site-nav a {
    padding: 14px 0;
    border-top: 1px solid var(--line);
  }

  .site-header.open .header-actions {
    order: 6;
    flex-wrap: wrap;
  }

  .hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    padding: 58px 0 48px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, rgba(255, 255, 255, 0.92) 100%);
  }

  .hero-stage {
    width: min(720px, calc(100% - 36px));
    min-height: auto;
    aspect-ratio: 16 / 10;
    margin: 32px auto 0;
  }

  .hero-stage::before {
    inset: 18px 0 0 18px;
  }

  .hero-frame {
    inset: 0 16px 18px 0;
  }

  .hero-companion {
    bottom: 6px;
  }

  .hero-companion {
    width: 112px;
  }

  .hero-chip {
    display: none;
  }

  .hero-content {
    position: relative;
    z-index: 1;
    margin-inline: auto;
  }

  .hero-title {
    max-width: min(680px, 100%);
  }

  .hero-title-row {
    margin-top: 8px;
  }

  .hero-ai-image {
    width: clamp(300px, 58vw, 500px);
  }

  .hero-title-de {
    margin-bottom: clamp(24px, 5vw, 42px);
    font-size: clamp(44px, 8vw, 72px);
  }

  .hero-title-main {
    font-size: clamp(42px, 8vw, 70px);
  }

  .worry-grid,
  .strength-grid,
  .course-grid,
  .schedule,
  .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strength-grid {
    grid-template-rows: none;
  }

  .strength-grid article:first-child {
    grid-row: auto;
    min-height: 320px;
  }

  .flow-list::before {
    display: none;
  }

  .flow-list li:nth-child(even) {
    margin-top: 0;
  }

  .split,
  .work-layout,
  .schedule-layout,
  .access-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .schedule-guide {
    position: relative;
    top: auto;
    grid-template-columns: auto 1fr;
    justify-items: start;
    text-align: left;
  }

  .schedule-guide img {
    width: 118px;
  }

  .schedule-guide p {
    text-align: left;
  }

  .work-feature {
    min-height: 360px;
  }

  .place-grid {
    grid-template-columns: 1fr;
  }

  .sub-hero-inner,
  .profile-layout,
  .schedule-layout {
    grid-template-columns: 1fr;
  }

  .sub-hero {
    padding: 58px 18px 58px;
  }

  .sub-visual {
    min-height: auto;
  }

  .page-card-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-name {
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
  }

  .section-heading h2,
  .split-copy h2,
  .visual-copy h2,
  .access-copy h2,
  .contact-copy h2 {
    font-size: 31px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.8;
  }

  .section {
    padding: 68px 0;
  }

  .intro-movie {
    padding-top: 32px;
    padding-bottom: 22px;
  }

  .movie-card {
    border-width: 8px;
    border-radius: 22px;
  }

  .section,
  .page-section {
    width: min(100% - 32px, 1160px);
  }

  .highlight-band {
    width: 100%;
    padding-inline: 32px;
  }

  .section-actions.section-end {
    margin-top: 28px;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    min-height: min(620px, calc(100svh - 68px));
    padding: 24px 16px 24px;
    background: #e7f7ff;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    transform: none;
  }

  .hero-stage {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    transform: none;
  }

  .hero-frame {
    inset: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .hero-stage::before {
    display: none;
  }

  .hero-frame::after {
    display: none;
  }

  .hero-frame video {
    object-position: center top;
    transform: none;
  }

  .hero::before {
    display: none;
  }

  .hero::after {
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(232, 248, 255, 0.08) 0%, rgba(232, 248, 255, 0.34) 24%, rgba(232, 248, 255, 0.78) 48%, rgba(246, 252, 255, 0.96) 80%, rgba(255, 255, 255, 1) 100%),
      linear-gradient(90deg, rgba(232, 248, 255, 0.92) 0%, rgba(232, 248, 255, 0.48) 50%, rgba(232, 248, 255, 0.1) 100%);
  }

  .hero .eyebrow,
  .hero h1,
  .hero-lead {
    text-shadow: 0 2px 18px rgba(255, 255, 255, 0.88);
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-title-row {
    gap: 6px;
    margin: 4px 0 -8px -2px;
  }

  .hero-ai-image {
    width: min(72vw, 300px);
    max-width: 78%;
  }

  .hero-title-de {
    margin-bottom: 23px;
    font-size: clamp(38px, 11vw, 48px);
  }

  .hero-title-main {
    font-size: clamp(35px, 10.2vw, 46px);
    line-height: 1.08;
    white-space: normal;
  }

  .frame-toolbar {
    display: none;
  }

  .hero-companion {
    display: none;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 17px;
    line-height: 1.72;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .section-actions {
    margin-top: 20px;
  }

  .section-actions .link-button {
    width: 100%;
  }

  .hero-facts,
  .worry-grid,
  .strength-grid,
  .course-grid,
  .schedule,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .contact-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .link-button.large,
  .link-button {
    width: 100%;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }

  .hero-facts div {
    padding: 10px;
  }

  .hero-facts dt {
    font-size: 10px;
  }

  .hero-facts dd {
    font-size: 13px;
  }

  .split {
    gap: 32px;
  }

  .strength-grid {
    gap: 18px;
  }

  .strength-grid article {
    min-height: auto;
    padding: 30px 24px;
  }

  .strength-grid article:first-child {
    min-height: 360px;
  }

  .work-layout::before {
    display: none;
  }

  .work-feature {
    min-height: 390px;
    align-content: end;
    padding: 22px;
    background:
      linear-gradient(180deg, rgba(9, 42, 84, 0.08) 0%, rgba(13, 78, 139, 0.44) 44%, rgba(8, 34, 66, 0.94) 100%),
      url("assets/anime-program-studio.jpg") center / cover;
  }

  .work-feature::before {
    background:
      linear-gradient(180deg, transparent 10%, rgba(8, 34, 66, 0.14) 44%, rgba(8, 34, 66, 0.48) 100%),
      radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.16), transparent 28%);
  }

  .work-feature-visual {
    display: none;
  }

  .strength-illust,
  .strength-mascot,
  .sub-character,
  .profile-card.image-card img,
  .support-card img {
    display: none;
  }

  .work-feature h3 {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.34;
    text-wrap: balance;
  }

  .work-feature > p:not(.work-feature-label) {
    font-size: 15px;
    line-height: 1.75;
  }

  .work-feature-label {
    top: 18px;
    left: 18px;
    padding: 7px 13px;
    font-size: 13px;
  }

  .course-grid article {
    min-height: auto;
    padding: 78px 20px 22px;
  }

  .course-card::after {
    display: none;
  }

  .visual-section {
    min-height: 520px;
    margin: 12px 0 0;
  }

  .visual-section img {
    object-position: center top;
  }

  .visual-section::after {
    background:
      linear-gradient(180deg, rgba(7, 17, 38, 0.1) 0%, rgba(7, 17, 38, 0.42) 42%, rgba(7, 17, 38, 0.86) 100%);
  }

  .visual-copy {
    width: calc(100% - 32px);
    margin-bottom: 30px;
    text-align: left;
  }

  .visual-copy .eyebrow {
    justify-content: flex-start;
  }

  .visual-copy h2 {
    font-size: 29px;
    line-height: 1.3;
  }

  .visual-copy p {
    font-size: 15px;
    line-height: 1.85;
  }

  .schedule-tabs {
    width: 100%;
  }

  .schedule-guide {
    position: relative;
    top: auto;
    grid-template-columns: 72px 1fr;
    justify-items: start;
    align-items: center;
    gap: 14px;
    min-height: auto;
    padding: 14px;
  }

  .schedule-guide img {
    width: 72px;
  }

  .schedule-guide p {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
  }

  .tab {
    flex: 1;
    min-width: 0;
  }

  .schedule div {
    min-height: auto;
  }

  .flow-list li {
    min-height: auto;
  }

  .info-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-form {
    padding: 20px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sub-hero {
    min-height: auto;
    padding: 42px 14px 44px;
  }

  .sub-hero::before {
    right: -20px;
    bottom: 20px;
    width: 160px;
    height: 120px;
  }

  .sub-hero-inner {
    gap: 28px;
  }

  .sub-hero h1 {
    font-size: 34px;
  }

  .sub-hero-lead {
    font-size: 16px;
  }

  .sub-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .sub-visual {
    display: block;
    min-height: auto;
  }

  .sub-visual-panel {
    height: 250px;
    inset: auto;
    border-width: 9px;
    border-radius: 28px 28px 28px 72px;
  }

  .sub-orbit {
    left: 10px;
  }

  .page-section {
    padding: 72px 0;
  }

  .page-section.soft-band {
    padding-inline: 18px;
  }

  .page-card-grid,
  .program-detail-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .page-card {
    min-height: auto;
    padding: 22px;
  }

  .profile-card.image-card {
    min-height: 360px;
    padding: 24px;
  }

  .program-detail-card,
  .step-detail,
  .mini-note {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .mini-note {
    grid-template-columns: 82px 1fr;
    align-items: center;
  }

  .mini-note img {
    width: 82px;
  }

  .mini-note h2 {
    font-size: 25px;
    line-height: 1.25;
  }

  .support-card {
    min-height: auto;
    padding: 24px;
  }

  .support-card.featured {
    min-height: 330px;
    display: grid;
    align-content: end;
    background:
      linear-gradient(180deg, rgba(8, 34, 66, 0.08) 0%, rgba(8, 34, 66, 0.72) 100%),
      url("assets/anime-team.jpg") center / cover;
  }

  .step-detail::before {
    width: 48px;
    height: 48px;
  }

  .subpage-cta {
    padding: 64px 18px;
  }
}
