:root {
  --green-900: #1f4a2f;
  --green-800: #285a38;
  --green-700: #2f6b42;
  --green-600: #3d8253;
  --green-500: #5aa070;
  --green-300: #a9cdb4;
  --green-100: #e2efe6;
  --green-50:  #f0f7f2;
  --ink-900: #1c2020;
  --ink-800: #2b2f2f;
  --ink-700: #4a5050;
  --ink-500: #7a8080;
  --ink-300: #c4c8c5;
  --ink-200: #e4e7e4;
  --ink-100: #f3f4f2;
  --bg: #fdfcfa;
  --line: #e4e7e2;
  --shadow-sm: 0 1px 2px rgba(20,40,30,0.04), 0 2px 8px rgba(20,40,30,0.04);
  --shadow-md: 0 8px 24px rgba(20,40,30,0.06), 0 20px 48px rgba(20,40,30,0.05);
  --shadow-lg: 0 16px 40px rgba(20,40,30,0.08), 0 32px 80px rgba(20,40,30,0.06);
  /* 筑紫A丸ゴシック ボールド → 未インストール時は Zen Maru Gothic を強制使用（Google Fonts経由） */
  /* var()チェーンを排除して直接同じスタックを各変数に設定（一部ブラウザの解決問題回避） */
  --font-tsukushi: "筑紫A丸ゴシック B", "筑紫A丸ゴシック", "TsukuARdGothic-B", "TsukuARdGothic-Bold", "A-OTF 筑紫A丸ゴシック Std B", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HiraMaruProN-W4", "Noto Sans JP", sans-serif;
  --font-sans: "筑紫A丸ゴシック B", "筑紫A丸ゴシック", "TsukuARdGothic-B", "TsukuARdGothic-Bold", "A-OTF 筑紫A丸ゴシック Std B", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HiraMaruProN-W4", "Noto Sans JP", sans-serif;
  --font-serif: "筑紫A丸ゴシック B", "筑紫A丸ゴシック", "TsukuARdGothic-B", "TsukuARdGothic-Bold", "A-OTF 筑紫A丸ゴシック Std B", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HiraMaruProN-W4", "Noto Sans JP", sans-serif;
  --font-en: "Cormorant Garamond", "Noto Serif JP", serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}
/* 全要素に強制的に丸ゴシックを適用（var()チェーンが原因でも確実に反映させる） */
body, h1, h2, h3, h4, h5, h6, p, div, span, label, button, input, select, textarea,
.hero-title, .big-jp-title, .work-giant, .interview-giant, .entry-block-num,
.stat-value, .stat-value small, .school-name, .job-name, .feature-num,
.recruit-side h3, .recruit-side p, .mission-head h2, .quote-text {
  font-family: "筑紫A丸ゴシック B", "筑紫A丸ゴシック", "TsukuARdGothic-B", "TsukuARdGothic-Bold", "A-OTF 筑紫A丸ゴシック Std B", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HiraMaruProN-W4", "Noto Sans JP", sans-serif !important;
}

* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink-900);
  font-family: var(--font-tsukushi);
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
img { display: block; max-width: 100%; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 48px; }
@keyframes fadeIn { from {opacity:0;} to {opacity:1;} }

/* ==================== HEADER ==================== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(253, 252, 250, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 80px;
  display: flex;
  align-items: center;
}
.header-inner {
  width: 100%;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.logo-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-shrink: 0;
}
.logo-tag {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--ink-800);
  font-weight: 500;
  margin-left: 2px;
}
.logo-main {
  display: flex;
  align-items: center;
  gap: 6px;
}
.logo-sg {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 600;
  font-style: italic;
  color: var(--green-700);
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.logo-jp {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--green-800);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-left: 2px;
}
.logo-slogan {
  font-family: var(--font-serif);
  font-size: 11px;
  color: var(--ink-700);
  letter-spacing: 0.02em;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid var(--ink-300);
  white-space: nowrap;
}
.nav-main {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.nav-main a {
  padding: 0 24px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-800);
  letter-spacing: 0.04em;
  position: relative;
  white-space: nowrap;
  transition: color 180ms;
}
.nav-main a + a::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 12px;
  background: var(--ink-300);
}
.nav-main a span {
  position: relative;
  padding-bottom: 3px;
}
.nav-main a span::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -2px;
  height: 1.5px;
  background: var(--green-700);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}
.nav-main a:hover { color: var(--green-700); }
.nav-main a:hover span::after { transform: scaleX(1); }
.nav-entry-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  background: var(--green-700);
  color: white !important;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 2px;
  margin-left: 24px;
  transition: all 220ms;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-entry-cta:hover {
  background: #0a3a1d;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(13,74,37,0.3);
}
.nav-entry-arrow {
  display: inline-block;
  transition: transform 220ms;
}
.nav-entry-cta:hover .nav-entry-arrow { transform: translateX(4px); }
.floating-entry-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--green-700);
  color: white !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border-radius: 999px;
  box-shadow: 0 10px 32px rgba(13,74,37,0.36);
  transition: all 240ms;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
body.scrolled .floating-entry-cta {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.floating-entry-cta:hover {
  background: #0a3a1d;
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(13,74,37,0.48);
}
.floating-entry-arrow {
  display: inline-block;
  transition: transform 220ms;
}
.floating-entry-cta:hover .floating-entry-arrow { transform: translateX(4px); }
@media (max-width: 768px) {
  .nav-entry-cta { display: none; }
  .floating-entry-cta { right: 12px; bottom: 12px; padding: 12px 20px; font-size: 12px; }
}

.menu-btn {
  margin-left: 16px;
  width: 96px;
  height: 80px;
  background: var(--green-700);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
  transition: background 180ms;
  flex-shrink: 0;
}
.menu-btn:hover { background: var(--green-800); }
.menu-btn .burger {
  width: 24px;
  height: 10px;
  position: relative;
}
.menu-btn .burger::before,
.menu-btn .burger::after,
.menu-btn .burger span {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1.5px;
  background: white;
}
.menu-btn .burger::before { top: 0; }
.menu-btn .burger::after { bottom: 0; }
.menu-btn .burger span {
  top: 50%;
  transform: translateY(-50%);
}
.menu-overlay {
  position: fixed; inset: 80px 0 0 0;
  background: rgba(253,252,250,0.98);
  backdrop-filter: blur(10px);
  z-index: 99;
  padding: 48px 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  animation: fadeIn 220ms ease;
}
.menu-overlay-eyebrow {
  font-family: var(--font-en);
  color: var(--green-700);
  letter-spacing: 0.3em;
  font-size: 13px;
  margin-bottom: 24px;
}
.menu-overlay-link {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-serif);
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--ink-900);
  transition: padding-left 200ms;
}
.menu-overlay-link:hover { padding-left: 12px; color: var(--green-700); }
.menu-overlay-contact {
  background: var(--green-50);
  padding: 40px;
  align-self: start;
}
.menu-overlay-tel {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 600;
  color: var(--green-800);
  letter-spacing: 0.02em;
}
.menu-overlay-hours {
  font-size: 12px;
  color: var(--ink-700);
  margin-top: 8px;
}

/* ==================== HERO ==================== */
.hero {
  position: relative;
  min-height: 780px;
  height: 100vh;
  max-height: 900px;
  padding-top: 80px;
  overflow: hidden;
  background: #fafaf3;
}
.hero::before { display: none; }
.hero-sg-brush { display: none !important; }

/* === Hero animated background layer === */
.hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg-img {
  position: absolute;
  inset: -5% -15%;
  background:
    url('assets/hero_v5.webp') center right / cover no-repeat,
    #ffffff;
  will-change: transform;
  animation: heroBgShift 24s ease-in-out infinite alternate;
}
@keyframes heroBgShift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-3%, -1%, 0) scale(1.04); }
}
/* Color overlay layer: duplicate of hero image with offset + different timing, creating the "moving lines" parallax */
.hero-bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/hero_v5.webp') center right / cover no-repeat;
  opacity: 0.45;
  mix-blend-mode: multiply;
  transform: translate3d(2%, 1%, 0);
  animation: heroBgOverlay 18s ease-in-out infinite alternate;
}
@keyframes heroBgOverlay {
  0%   { transform: translate3d(2%, 1%, 0) scale(1.02); opacity: 0.45; }
  100% { transform: translate3d(-4%, -2%, 0) scale(1.06); opacity: 0.6; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg-img, .hero-bg-img::after { animation: none; }
}
@keyframes kenBurns {
  0%   { transform: scale(1.0) translate3d(0, 0, 0); }
  100% { transform: scale(1.06) translate3d(-1.5%, -1%, 0); }
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(96deg, rgba(255,255,253,0.85) 0%, rgba(255,255,253,0.5) 30%, rgba(255,255,253,0) 55%),
    radial-gradient(circle at 85% 70%, rgba(13, 74, 37, 0.08) 0%, transparent 50%);
}

/* === Floating particles === */
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.particle {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 180, 110, 0.7) 0%, rgba(212, 180, 110, 0.1) 50%, transparent 100%);
  will-change: transform, opacity;
  filter: blur(0.5px);
}
.particle-1  { width: 6px;  height: 6px;  top: 18%; left: 12%; animation: drift1 14s ease-in-out infinite; }
.particle-2  { width: 4px;  height: 4px;  top: 35%; left: 78%; animation: drift2 18s ease-in-out infinite; animation-delay: -3s; }
.particle-3  { width: 8px;  height: 8px;  top: 55%; left: 22%; animation: drift1 16s ease-in-out infinite; animation-delay: -5s; }
.particle-4  { width: 5px;  height: 5px;  top: 70%; left: 85%; animation: drift3 20s ease-in-out infinite; }
.particle-5  { width: 3px;  height: 3px;  top: 25%; left: 50%; animation: drift2 22s ease-in-out infinite; animation-delay: -7s; }
.particle-6  { width: 7px;  height: 7px;  top: 85%; left: 35%; animation: drift1 19s ease-in-out infinite; animation-delay: -2s; }
.particle-7  { width: 4px;  height: 4px;  top: 12%; left: 70%; animation: drift3 17s ease-in-out infinite; animation-delay: -8s; }
.particle-8  { width: 6px;  height: 6px;  top: 65%; left: 5%;  animation: drift2 21s ease-in-out infinite; animation-delay: -4s; }
.particle-9  { width: 5px;  height: 5px;  top: 45%; left: 92%; animation: drift1 23s ease-in-out infinite; animation-delay: -10s; }
.particle-10 { width: 3px;  height: 3px;  top: 92%; left: 65%; animation: drift3 15s ease-in-out infinite; animation-delay: -6s; }
.particle-11 { width: 4px;  height: 4px;  top: 8%;  left: 38%; animation: drift2 25s ease-in-out infinite; animation-delay: -12s; }
.particle-12 { width: 6px;  height: 6px;  top: 78%; left: 58%; animation: drift1 20s ease-in-out infinite; animation-delay: -9s; }

@keyframes drift1 {
  0%   { transform: translate3d(0, 0, 0) scale(1); opacity: 0.35; }
  50%  { transform: translate3d(40px, -60px, 0) scale(1.2); opacity: 0.8; }
  100% { transform: translate3d(80px, -120px, 0) scale(0.9); opacity: 0.2; }
}
@keyframes drift2 {
  0%   { transform: translate3d(0, 0, 0); opacity: 0.4; }
  50%  { transform: translate3d(-30px, -50px, 0) scale(1.4); opacity: 0.9; }
  100% { transform: translate3d(-60px, -100px, 0) scale(0.8); opacity: 0.15; }
}
@keyframes drift3 {
  0%   { transform: translate3d(0, 0, 0); opacity: 0.3; }
  50%  { transform: translate3d(20px, -40px, 0) scale(1.3); opacity: 0.85; }
  100% { transform: translate3d(-15px, -80px, 0) scale(1); opacity: 0.2; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg-img { animation: none; }
  .particle { display: none; }
}
@media (max-width: 768px) {
  .particle { display: none; }  /* perf optimization for mobile */
  .hero-bg-img { animation: none; }
}

/* ===== PDP-style Hero Animation ===== */
.hero-split i {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0.8em, 0, 0);
  transition: transform 1s cubic-bezier(.19, 1, .22, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
}
.hero-fade-in,
.hero-fade-up {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.9s cubic-bezier(.19, 1, .22, 1), opacity 0.9s cubic-bezier(.19, 1, .22, 1);
}
.hero-fade-up { transform: translate3d(0, 30%, 0); }
.hero-portrait img {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(.19, 1, .22, 1) 0.2s;
}
body.loaded .hero-split i {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body.loaded .hero-fade-in,
body.loaded .hero-fade-up {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
body.loaded .hero-portrait img { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .hero-split i, .hero-fade-in, .hero-fade-up, .hero-portrait img {
    transition: none; transform: none; opacity: 1; visibility: visible;
  }
}

/* === Foreground flying pills (Option A — PDP/Cookpad style) === */
.hero-pills {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.pill {
  position: absolute;
  display: block;
  border-radius: 999px;
  will-change: transform, opacity;
  transform: rotate(-30deg);
  transform-origin: center;
  opacity: 0;
  mix-blend-mode: multiply;
}
/* Color palette — match hero background */
.pill-1, .pill-8  { background: linear-gradient(90deg, #c4e572, #b4d460); }
.pill-2, .pill-9  { background: linear-gradient(90deg, #5fd4d8, #4cc3c7); }
.pill-3, .pill-10 { background: linear-gradient(90deg, #9fe3c5, #82d4b1); }
.pill-4, .pill-11 { background: linear-gradient(90deg, #7dd13c, #5cb52e); }
.pill-5, .pill-12 { background: linear-gradient(90deg, #9ad8e5, #7ec8d8); }
.pill-6, .pill-13 { background: linear-gradient(90deg, #f3e89a, #ddd07c); }
.pill-7, .pill-14 { background: linear-gradient(90deg, #5fd4d8, #c4e572); }

/* Each pill: positioned at lower edge, fly to upper-right (diagonal) */
.pill-1  { width: 180px; height: 8px;  bottom: -10%; left: -10%; animation: flyDiagonal 12s linear infinite; }
.pill-2  { width: 240px; height: 12px; bottom: -10%; left: -5%;  animation: flyDiagonal 14s linear infinite -3s; }
.pill-3  { width: 140px; height: 6px;  bottom: -10%; left: 10%;  animation: flyDiagonal 10s linear infinite -5s; }
.pill-4  { width: 200px; height: 10px; bottom: -10%; left: 25%;  animation: flyDiagonal 13s linear infinite -7s; }
.pill-5  { width: 160px; height: 7px;  bottom: -10%; left: 40%;  animation: flyDiagonal 11s linear infinite -2s; }
.pill-6  { width: 220px; height: 11px; bottom: -10%; left: 55%;  animation: flyDiagonal 15s linear infinite -8s; }
.pill-7  { width: 100px; height: 5px;  bottom: -10%; left: -15%; animation: flyDiagonal 9s  linear infinite -4s; }
.pill-8  { width: 260px; height: 13px; bottom: -10%; left: 15%;  animation: flyDiagonal 16s linear infinite -10s; }
.pill-9  { width: 130px; height: 7px;  bottom: -10%; left: 35%;  animation: flyDiagonal 11s linear infinite -6s; }
.pill-10 { width: 190px; height: 9px;  bottom: -10%; left: 60%;  animation: flyDiagonal 13s linear infinite -1s; }
.pill-11 { width: 110px; height: 6px;  bottom: -10%; left: 5%;   animation: flyDiagonal 10s linear infinite -9s; }
.pill-12 { width: 240px; height: 11px; bottom: -10%; left: 45%;  animation: flyDiagonal 14s linear infinite -11s; }
.pill-13 { width: 160px; height: 8px;  bottom: -10%; left: -8%;  animation: flyDiagonal 12s linear infinite -6.5s; }
.pill-14 { width: 200px; height: 10px; bottom: -10%; left: 30%;  animation: flyDiagonal 13s linear infinite -3.5s; }

@keyframes flyDiagonal {
  0%   { transform: translate3d(0, 0, 0) rotate(-30deg); opacity: 0; }
  10%  { opacity: 0.55; }
  50%  { opacity: 0.7; }
  90%  { opacity: 0.4; }
  100% { transform: translate3d(75vw, -120vh, 0) rotate(-30deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-pills { display: none; }
}
@media (max-width: 768px) {
  .pill-7, .pill-8, .pill-9, .pill-10, .pill-11, .pill-12, .pill-13, .pill-14 { display: none; }
}

.hero-halo {
  position: absolute;
  right: -10%;
  top: -20%;
  width: 80%;
  height: 140%;
  background: radial-gradient(ellipse 60% 55% at center, rgba(226, 239, 230, 0.55) 0%, rgba(226, 239, 230, 0) 70%);
  pointer-events: none;
  z-index: 1;
}
.hero-side-label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: var(--font-en);
  letter-spacing: 0.38em;
  font-size: 11px;
  font-weight: 500;
  color: var(--green-700);
  z-index: 4;
}
.hero-sg-brush {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 56%;
  max-width: 820px;
  height: auto;
  pointer-events: none;
  z-index: 2;
  opacity: 0.12;
  object-fit: contain;
}
.hero-portrait {
  position: absolute;
  right: 6%;
  bottom: 0;
  top: 60px;
  width: 50%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1024px) {
  .hero-portrait { right: 0; width: 50%; }
}
.hero-portrait img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.hero-content {
  position: absolute;
  top: 80px;
  left: 160px;
  z-index: 5;
  padding: 80px 0 0 0;
  width: 48%;
  max-width: 620px;
}
.hero-title {
  font-family: var(--font-serif);
  font-weight: 600;
  margin: 0 0 32px;
  letter-spacing: 0.02em;
  color: var(--ink-900);
  font-size: 54px;
  line-height: 1.4;
}
.hero-line { display: block; }
.hero-kanji {
  position: relative;
  color: var(--green-700);
  display: inline-block;
}
.hero-kanji::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -2px;
  height: 10px;
  background: linear-gradient(100deg, transparent 0%, var(--green-600) 10%, var(--green-700) 40%, var(--green-600) 70%, transparent 100%);
  clip-path: polygon(4% 50%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s cubic-bezier(.19, 1, .22, 1) 0.95s;
}
body.loaded .hero-kanji::after {
  transform: scaleX(1);
}
body.loaded .hero-line:nth-child(2) .hero-kanji::after {
  transition-delay: 1.25s;
}
.hero-lead {
  font-size: 14px;
  line-height: 2.2;
  color: var(--ink-800);
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  font-weight: 400;
}
.hero-cta {
  display: flex;
  gap: 14px;
}

.scroll-hint {
  position: absolute;
  left: 60px;
  bottom: 220px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.scroll-hint span:first-child {
  writing-mode: vertical-rl;
  font-family: var(--font-en);
  letter-spacing: 0.3em;
  font-size: 11px;
  color: var(--ink-700);
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: var(--ink-300);
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: -50%;
  height: 50%;
  background: var(--green-700);
  animation: scrollGo 1.8s ease-in-out infinite;
}
@keyframes scrollGo {
  0% { top: -50%; }
  100% { top: 100%; }
}

.hero-feature-row {
  position: absolute;
  left: 120px;
  right: 48px;
  bottom: 48px;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  max-width: 820px;
  margin-left: auto;
}
.feature-card {
  background: white;
  padding: 28px 24px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 8px 24px rgba(30, 60, 40, 0.08);
  border-right: 1px solid var(--ink-200);
  transition: all 260ms ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 100%; height: 2px;
  background: var(--green-700);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-card:last-child { border-right: 0; }
.feature-card:hover { transform: translateY(-4px); }
.feature-num {
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 600;
  color: var(--green-700);
  line-height: 1;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  padding-top: 2px;
}
.feature-body { flex: 1; min-width: 0; }
.feature-en {
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--green-800);
  line-height: 1;
  margin-bottom: 12px;
}
.feature-jp {
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/* ==================== BUTTONS ==================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  min-width: 200px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: all 200ms ease;
  position: relative;
  border: 1px solid transparent;
  font-family: var(--font-sans);
}
.btn-primary {
  background: var(--green-700);
  color: white;
}
.btn-primary:hover { background: var(--green-800); }
.btn-outline {
  background: white;
  color: var(--green-800);
  border-color: var(--green-700);
}
.btn-outline:hover { background: var(--green-50); }
.btn-arrow {
  width: 28px; height: 1px;
  background: currentColor;
  position: relative;
  display: inline-block;
  transition: width 220ms;
}
.btn-arrow::after {
  content: "";
  position: absolute;
  right: 0; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.btn:hover .btn-arrow { width: 36px; }

/* ==================== SECTION HELPERS ==================== */
.sec-eyebrow {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--green-700);
  font-weight: 500;
}
.sec-eyebrow-num {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.sec-eyebrow-bar { flex: 0 0 28px; height: 1px; background: var(--green-700); }

.big-jp-title {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink-900);
  line-height: 1.35;
}
.big-jp-title .mark {
  position: relative;
  color: var(--green-700);
  display: inline-block;
}
.big-jp-title .mark::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%; bottom: -4px;
  height: 8px;
  background: linear-gradient(100deg, transparent 0%, var(--green-600) 20%, var(--green-700) 60%, transparent 100%);
  clip-path: polygon(3% 50%, 100% 0, 100% 100%, 0 100%);
}

.inline-divider {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-en);
  letter-spacing: 0.3em;
  font-size: 13px;
  color: var(--green-700);
  font-weight: 500;
}
.inline-divider::before,
.inline-divider::after {
  content: "";
  width: 32px; height: 1px;
  background: var(--green-700);
}

/* ==================== SECTION: MISSION (人/想い) ==================== */
.sec-mission {
  padding: 140px 0 160px;
  position: relative;
  background: var(--bg);
  overflow: hidden;
}
.sec-mission::before {
  content: "";
  position: absolute;
  right: -5%;
  top: 80px;
  width: 50%;
  height: 80%;
  background-image:
    radial-gradient(circle at 30% 40%, rgba(120, 170, 140, 0.1) 0%, transparent 60%);
  pointer-events: none;
}
.mission-side-num {
  position: absolute;
  left: 40px;
  top: 140px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-en);
  letter-spacing: 0.3em;
  font-size: 12px;
  color: var(--green-700);
  font-weight: 500;
}
.mission-side-num .num { font-size: 16px; }
.mission-side-num::after {
  content: "";
  width: 1px; height: 60px;
  background: var(--green-700);
}

.mission-head {
  max-width: 760px;
  margin-bottom: 80px;
}
.mission-head .big-jp-title {
  font-size: 46px;
  margin: 0 0 28px;
}
.mission-head .lead {
  font-size: 14px;
  line-height: 2.1;
  color: var(--ink-700);
  letter-spacing: 0.04em;
}

/* ===== Mission photo strip ===== */
.mission-photos {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  margin: 56px 0 64px;
}
.mission-photo {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #e8ebe5;
}
.mission-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}
.mission-photo:hover img { transform: scale(1.04); }
.mission-photo-main {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  overflow: hidden;
  background: #e8ebe5;
}
.mission-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}
.mission-photo-main:hover img { transform: scale(1.04); }
.mission-photo-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.mission-photo-tag {
  align-self: flex-start;
  background: var(--green-700);
  color: white;
  padding: 4px 12px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  border-radius: 2px;
  text-shadow: none;
}
.mission-photo-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.mission-photo-sub {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.mission-photo-sub .mission-photo { aspect-ratio: 16 / 9; }

@media (max-width: 768px) {
  .mission-photos { grid-template-columns: 1fr; gap: 12px; margin: 36px 0 44px; }
  .mission-photo-main { aspect-ratio: 16 / 11; }
  .mission-photo-sub { grid-template-rows: none; grid-template-columns: 1fr 1fr; gap: 12px; }
  .mission-photo-sub .mission-photo { aspect-ratio: 4 / 3; }
  .mission-photo-text { font-size: 12.5px; }
  .mission-photo-caption { left: 16px; bottom: 16px; right: 16px; gap: 6px; }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
  margin-bottom: 72px;
  position: relative;
}
/* 円形をやめてモダンなカードに */
.value-circle {
  min-width: 0;
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f5faf6 100%);
  position: relative;
  padding: 56px 32px 40px;
  text-align: left;
  border: 1px solid rgba(47, 107, 66, 0.1);
  border-radius: 2px;
  transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease;
  overflow: hidden;
  isolation: isolate;
}
/* 上部のグリーンアクセントバー */
.value-circle::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--green-700), var(--green-500));
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.value-circle::after {
  content: "";
  position: absolute;
  right: -40px; bottom: -40px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(47, 107, 66, 0.06) 0%, transparent 70%);
  z-index: -1;
  transition: transform 600ms ease;
}
.value-circle:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(47, 107, 66, 0.12);
  border-color: var(--green-500);
}
.value-circle:hover::before { transform: scaleX(1); }
.value-circle:hover::after { transform: scale(1.3); }
/* 数字バッジ */
.value-circle .value-num {
  position: absolute;
  top: 28px; right: 32px;
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 600;
  color: rgba(47, 107, 66, 0.08);
  line-height: 1;
  letter-spacing: 0;
  z-index: 0;
}
.value-icon {
  width: 36px; height: 36px;
  color: var(--green-700);
  margin-bottom: 24px;
  stroke-width: 1.3;
  position: relative; z-index: 1;
}
.value-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 18px;
  letter-spacing: 0.06em;
  position: relative; z-index: 1;
}
.value-name::after {
  content: "";
  display: block;
  width: 28px; height: 2px;
  background: var(--green-700);
  margin-top: 12px;
  transition: width 400ms ease;
}
.value-circle:hover .value-name::after { width: 56px; }
.value-desc {
  font-size: 13px;
  color: var(--ink-700);
  line-height: 2;
  letter-spacing: 0.02em;
  position: relative; z-index: 1;
}

.quote-card {
  background: white;
  border-left: 3px solid var(--green-700);
  padding: 40px 56px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 32px;
  align-items: start;
  position: relative;
  box-shadow: 0 4px 20px rgba(47, 107, 66, 0.05);
}
.quote-inner {
  min-width: 0;
}
.quote-mark {
  font-family: var(--font-en);
  font-size: 80px;
  font-weight: 600;
  color: var(--green-700);
  line-height: 0.8;
  opacity: 0.6;
}
.quote-text {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--ink-900);
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.quote-text::after {
  content: "”";
  font-family: var(--font-en);
  font-size: 44px;
  color: var(--green-700);
  line-height: 0;
  vertical-align: -20px;
  margin-left: 8px;
  opacity: 0.6;
}
.quote-body {
  font-size: 13.5px;
  line-height: 2;
  color: var(--ink-700);
  max-width: 780px;
}

.mission-ctas {
  margin-top: 56px;
  display: flex;
  gap: 16px;
  justify-content: center;
}

/* ==================== SECTION: WORK ==================== */
.sec-work {
  padding: 120px 0 140px;
  position: relative;
  background: #faf9f5;
  overflow: hidden;
}
.sec-work-bg {
  position: absolute;
  right: -20%;
  top: 20%;
  width: 60%;
  height: 60%;
  pointer-events: none;
  opacity: 0.06;
}
.work-head-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  margin-bottom: 0;
  align-items: start;
}
.work-label-top {
  position: absolute;
  top: 80px;
  left: 48px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-800);
  display: flex;
  align-items: center;
  gap: 14px;
}
.work-label-top::before {
  content: "仕事を知る";
  font-family: var(--font-serif);
  font-weight: 600;
  color: var(--ink-900);
}
.work-label-top::after {
  content: "｜";
  color: var(--ink-300);
  margin: 0 2px;
}
.work-giant {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--ink-900);
  margin: 28px 0 28px;
}
.work-giant .period {
  font-family: var(--font-serif);
  font-size: 40px;
  color: var(--green-700);
  margin-left: 4px;
}
.work-lead {
  font-size: 14px;
  line-height: 2.0;
  color: var(--ink-700);
  letter-spacing: 0.04em;
  max-width: 420px;
}

.work-right-label {
  text-align: center;
  margin-bottom: 28px;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.job-card {
  background: white;
  padding: 0 0 28px;
  border: 1px solid var(--line);
  text-align: center;
  transition: all 240ms ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-500);
}
.job-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 24px;
  background: #eef4f0;
  overflow: hidden;
  position: relative;
}
.job-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 600ms ease;
  display: block;
}
.job-card:hover .job-photo img { transform: scale(1.04); }
.job-icon {
  width: 36px; height: 36px;
  color: var(--green-700);
  margin: 0 auto 8px;
  stroke-width: 1.4;
}
.job-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  padding: 0 20px;
}
.job-desc {
  font-size: 12.5px;
  line-height: 1.95;
  color: var(--ink-700);
  text-align: left;
  letter-spacing: 0.01em;
  padding: 0 24px;
}

.movie-band {
  margin-top: 52px;
  background: #ebf3ed;
  padding: 40px 44px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 44px;
  align-items: center;
}
.movie-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-700);
  color: white;
  padding: 6px 14px 6px 12px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.movie-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--ink-900);
  line-height: 1.55;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.movie-lead {
  font-size: 12.5px;
  color: var(--ink-700);
  line-height: 1.95;
  margin-bottom: 22px;
}
.movie-player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #8aa86f 0%, #a7c281 40%, #cfe0b6 100%);
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
}
.movie-player img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
}
.movie-player::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,30,10,0.45) 100%);
  pointer-events: none;
}
.movie-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 220ms;
  z-index: 2;
}
.movie-player:hover .movie-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.movie-play::after {
  content: "";
  width: 0; height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}
.movie-caption {
  position: absolute;
  left: 18px; bottom: 14px;
  color: white;
  z-index: 2;
}
.movie-caption-eng {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.2em;
  opacity: 0.9;
  margin-bottom: 2px;
}
.movie-caption-jp {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.movie-time {
  position: absolute;
  right: 12px; bottom: 14px;
  color: white;
  font-family: var(--font-mono);
  font-size: 11px;
  background: rgba(0,0,0,0.45);
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 2;
}

.work-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ==================== SECTION: INTERVIEW ==================== */
.sec-interview {
  padding: 140px 0 140px;
  position: relative;
  background: var(--bg);
  overflow: hidden;
}
.interview-bg-brush {
  position: absolute;
  right: -15%;
  top: 10%;
  width: 60%;
  height: 70%;
  opacity: 0.08;
  pointer-events: none;
}
.interview-bg-shodo {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 8%;
  width: 116%;
  max-width: none;
  height: auto;
  opacity: 0.16;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  z-index: 0;
  transform: rotate(-3deg);
}
.sec-interview .container { position: relative; z-index: 1; }
@media (max-width: 1024px) {
  .interview-bg-shodo { width: 130%; left: -15%; opacity: 0.13; }
}
@media (max-width: 640px) {
  .interview-bg-shodo { width: 160%; left: -30%; top: 4%; opacity: 0.11; }
}
.interview-head-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
  margin-bottom: 56px;
  align-items: start;
}
.interview-head-left { padding-left: 56px; position: relative; }
.interview-giant {
  font-family: var(--font-serif);
  font-size: 72px;
  font-weight: 600;
  line-height: 1.05;
  color: var(--ink-900);
  letter-spacing: 0.02em;
  margin: 0 0 8px;
}
.interview-sub {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--ink-800);
  letter-spacing: 0.16em;
  margin-top: 12px;
  padding-left: 80px;
  position: relative;
}
.interview-sub::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 64px;
  height: 1px;
  background: var(--green-700);
}
.interview-head-right h3 {
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin: 0 0 20px;
}
.interview-head-right p {
  font-size: 13px;
  line-height: 2.0;
  color: var(--ink-700);
  margin: 0;
}

.interview-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(0, 0.95fr);
  gap: 16px;
}
.person-card {
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: all 260ms ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.person-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.person-photo {
  aspect-ratio: 1 / 1;
  background: #eef4f0;
  overflow: hidden;
  position: relative;
}
.person-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 600ms ease;
}
.person-card:hover .person-photo img { transform: scale(1.04); }
.person-tag {
  position: absolute;
  left: 0; bottom: 0;
  background: var(--ink-900);
  color: white;
  font-size: 11px;
  padding: 6px 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  z-index: 2;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.person-body {
  padding: 20px 22px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.person-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink-900);
  margin-bottom: 2px;
}
.person-meta {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-500);
  margin-bottom: 14px;
}
.person-quote {
  position: relative;
  padding-left: 12px;
  border-left: 2px solid var(--green-700);
  font-family: var(--font-serif);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}
.person-arrow {
  align-self: flex-end;
  margin-top: auto;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--green-700);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 220ms;
}
.person-card:hover .person-arrow {
  background: var(--green-700);
  color: white;
}

.stats-card {
  background: #f3f7f4;
  border: 1px solid #d8e4dc;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
}
.stats-title {
  font-family: var(--font-serif);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--green-800);
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #bed0c4;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}
.stat-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed #c5d5cb;
}
.stat-row:last-of-type { border-bottom: 0; }
.stat-icon-wrap {
  width: 38px; height: 38px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-700);
  flex-shrink: 0;
}
.stat-icon-wrap svg { width: 20px; height: 20px; }
.stat-label { font-size: 11px; color: var(--ink-800); line-height: 1.35; font-weight: 500; }
.stat-label small { display: block; font-size: 9.5px; color: var(--ink-500); margin-top: 2px; font-weight: 400; letter-spacing: 0;}
.stat-value {
  margin-left: auto;
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 700;
  color: var(--green-800);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-value small {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-700);
  margin-left: 4px;
  letter-spacing: 0;
}
.stats-link {
  text-align: right;
  margin-top: 12px;
  font-size: 11px;
  color: var(--green-800);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.interview-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.interview-more a {
  font-size: 13px;
  color: var(--ink-900);
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ink-900);
}
.interview-more a:hover { color: var(--green-700); border-color: var(--green-700); }

/* ==================== SECTION: RECRUIT ==================== */
.sec-recruit {
  padding: 140px 0 160px;
  position: relative;
  background: linear-gradient(180deg, #faf9f5 0%, #eef4f0 100%);
  overflow: hidden;
}
/* 背景に教室写真をうっすら */
.sec-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('assets/schools/higashisugano.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
/* 大きなSGロゴウォーターマーク */
.sec-recruit::after {
  content: "";
  position: absolute;
  right: -8%; top: 50%;
  transform: translateY(-50%);
  width: 480px; height: 480px;
  background-image: url('assets/sg_logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.sec-recruit > .container { position: relative; z-index: 1; }
.recruit-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}
.recruit-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 32px;
}
.recruit-head .num {
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 500;
  color: var(--green-700);
  letter-spacing: 0.08em;
}
.recruit-head .bar {
  width: 24px; height: 1px; background: var(--green-700);
}
.recruit-head h2 {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: 0.1em;
  margin: 0;
}
.recruit-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid var(--line);
}
.recruit-table tr { border-bottom: 1px solid var(--line); }
.recruit-table tr:last-child { border-bottom: 0; }
.recruit-table th,
.recruit-table td {
  padding: 20px 24px;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.recruit-table th {
  width: 150px;
  font-weight: 600;
  color: var(--green-800);
  font-family: var(--font-serif);
  letter-spacing: 0.08em;
  background: #f4f8f5;
}
.recruit-table td { color: var(--ink-900); }
.recruit-table td small {
  display: block;
  color: var(--ink-700);
  font-size: 11px;
  margin-top: 6px;
}

.welcome-band {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  background: white;
  border: 1px dashed var(--green-500);
}
.welcome-icon {
  width: 44px; height: 44px;
  background: var(--green-700);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.welcome-title {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--green-800);
  margin-bottom: 3px;
  letter-spacing: 0.04em;
}
.welcome-desc {
  font-size: 12px;
  color: var(--ink-700);
  line-height: 1.7;
}

.recruit-side {
  background: white;
  border: 1px solid var(--line);
  padding: 32px 28px;
  position: sticky;
  top: 100px;
}
.recruit-side h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--green-800);
  margin: 0 0 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.recruit-side p {
  font-size: 12.5px;
  color: var(--ink-700);
  line-height: 1.95;
  margin: 0 0 20px;
}
.recruit-side-photo {
  aspect-ratio: 1 / 1;
  background: #eef4f0;
  overflow: hidden;
  margin: 0 -28px 22px;
}
.recruit-side-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.recruit-side-actions { display: flex; flex-direction: column; gap: 10px; }
.recruit-side-actions .btn { width: 100%; min-width: 0; }

/* ==================== SECTION: SCHOOLS ==================== */
.sec-schools {
  background: var(--green-700);
  color: white;
  padding: 54px 0 48px;
  text-align: center;
  position: relative;
}
.schools-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.schools-sub {
  font-family: var(--font-serif);
  letter-spacing: 0.14em;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.schools-sub::before,
.schools-sub::after {
  content: "";
  width: 28px; height: 1px;
  background: currentColor;
}
.schools-carousel {
  background: white;
  position: relative;
  padding: 44px 60px 48px;
}
.schools-track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.school-card {
  cursor: pointer;
  transition: transform 220ms;
}
.school-card:hover { transform: translateY(-3px); }
.school-photo {
  aspect-ratio: 4 / 3;
  background: #e5e8e2;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--line);
}
.school-label {
  text-align: center;
  font-size: 12.5px;
  margin-top: 10px;
  color: var(--ink-900);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.carousel-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  background: white;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-700);
  box-shadow: var(--shadow-sm);
  transition: all 200ms;
  z-index: 2;
}
.carousel-nav:hover { color: var(--green-700); border-color: var(--green-700); }
.carousel-nav.prev { left: 16px; }
.carousel-nav.next { right: 16px; }

/* ==================== SCHOOLS HORIZONTAL SCROLL ==================== */
.schools-grid-wrap {
  background: #fafaf7;
  padding: 56px 0 80px;
  position: relative;
}
.schools-scroll-hint {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--green-700);
  margin-bottom: 16px;
  font-weight: 600;
  padding-right: 8px;
}
.schools-scroll-hint::after {
  content: " →";
  display: inline-block;
  margin-left: 4px;
  animation: hintArrow 1.6s ease-in-out infinite;
}
@keyframes hintArrow {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}
.schools-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px 0 22px;
  scrollbar-width: thin;
  scrollbar-color: var(--green-700) transparent;
  -webkit-overflow-scrolling: touch;
}
.schools-grid::-webkit-scrollbar { height: 8px; }
.schools-grid::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.04);
  border-radius: 4px;
}
.schools-grid::-webkit-scrollbar-thumb {
  background: var(--green-700);
  border-radius: 4px;
}
.school-card-rich {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 240ms ease;
}
.school-card-rich:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  border-color: var(--green-700);
}
.school-photo-rich {
  aspect-ratio: 16 / 10;
  background: #e8ebe5;
  overflow: hidden;
  position: relative;
}
.school-photo-rich img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}
.school-card-rich:hover .school-photo-rich img { transform: scale(1.05); }
.school-area-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 127, 65, 0.92);
  color: white;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 2px;
}
.school-info {
  padding: 18px 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.school-info .school-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.school-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.school-meta-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 12.5px;
  line-height: 1.6;
}
.school-meta-label {
  color: var(--green-700);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  padding-top: 2px;
}
.school-meta-val {
  color: var(--ink-900);
}
.school-meta-val.school-tel {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.schools-note {
  margin-top: 32px;
  padding: 18px 22px;
  background: #fff;
  border-left: 3px solid var(--green-700);
  font-size: 12px;
  line-height: 1.9;
  color: var(--ink-700);
}
.footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--green-300, #86b69a);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
@media (max-width: 640px) {
  .schools-grid-wrap { padding: 40px 0 60px; }
  .school-card-rich { flex: 0 0 280px; }
  .school-info { padding: 16px; }
  .school-info .school-name { font-size: 16px; }
}

/* ==================== ENTRY FORM ==================== */
.sec-entry {
  background: linear-gradient(180deg, #fafaf7 0%, #f3f4f0 100%);
  padding: 96px 0 120px;
  position: relative;
  scroll-margin-top: 80px;
}
.entry-head {
  text-align: center;
  margin-bottom: 56px;
  padding: 0 20px;
}
.entry-head .sec-eyebrow {
  justify-content: center;
  margin-bottom: 18px;
}
.entry-lead {
  font-size: 14px;
  line-height: 2.0;
  color: var(--ink-700);
  margin: 24px auto 0;
  max-width: 580px;
  letter-spacing: 0.04em;
}
.entry-form {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 48px 56px 56px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.04);
}
.entry-block {
  margin-bottom: 44px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.entry-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-block-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: 0.04em;
}
.entry-block-num {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--green-700);
  line-height: 1;
  padding-right: 14px;
  border-right: 2px solid var(--green-700);
}
.entry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}
.entry-field-wide { grid-column: 1 / -1; }
.entry-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.entry-field label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.req {
  background: var(--green-700);
  color: white;
  font-size: 9.5px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 2px;
  letter-spacing: 0.08em;
}
.entry-field input[type="text"],
.entry-field input[type="email"],
.entry-field input[type="tel"],
.entry-field input[type="date"],
.entry-field input:not([type]),
.entry-field select,
.entry-field textarea {
  width: 100%;
  border: 1px solid #cdd1c8;
  background: #fafaf7;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink-900);
  border-radius: 2px;
  transition: border 180ms, background 180ms;
}
.entry-field input:focus,
.entry-field select:focus,
.entry-field textarea:focus {
  outline: none;
  border-color: var(--green-700);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(13, 74, 37, 0.08);
}
.entry-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230d4a25' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.entry-field textarea {
  resize: vertical;
  min-height: 80px;
  line-height: 1.7;
}
.entry-field-help {
  font-size: 11px;
  color: var(--ink-700);
  margin-top: 4px;
  letter-spacing: 0.02em;
}
/* ===== TimeRex-style date/time picker ===== */
.entry-picker-note {
  font-size: 12.5px;
  line-height: 1.8;
  color: var(--ink-700);
  margin: -8px 0 20px;
}
.datepicker {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fafaf7;
  overflow: hidden;
}
.datepicker-dates {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 18px 16px;
  gap: 10px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
  scrollbar-color: #cdd1c8 transparent;
}
.datepicker-dates::-webkit-scrollbar { height: 6px; }
.datepicker-dates::-webkit-scrollbar-track { background: transparent; }
.datepicker-dates::-webkit-scrollbar-thumb { background: #cdd1c8; border-radius: 3px; }
.datepicker-date {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 76px;
  padding: 12px 8px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transition: all 180ms;
  position: relative;
  font-family: inherit;
}
.datepicker-date:hover {
  border-color: var(--green-700);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(13,74,37,0.1);
}
.datepicker-date .dp-mon {
  font-size: 10.5px;
  color: var(--ink-700);
  letter-spacing: 0.08em;
}
.datepicker-date .dp-day {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink-900);
  line-height: 1;
}
.datepicker-date .dp-dow {
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-700);
  letter-spacing: 0.06em;
  margin-top: 2px;
}
.datepicker-date.weekend .dp-day,
.datepicker-date.weekend .dp-dow {
  color: #c44b4b;
}
.datepicker-date.active {
  background: var(--green-700);
  border-color: var(--green-700);
}
.datepicker-date.active .dp-mon,
.datepicker-date.active .dp-day,
.datepicker-date.active .dp-dow { color: white; }
.datepicker-date.has-selected:not(.active) {
  border-color: var(--green-700);
  background: rgba(13, 74, 37, 0.06);
}
.dp-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #c44b4b;
  color: white;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  letter-spacing: 0;
}
.datepicker-times {
  padding: 20px 22px 22px;
  background: #fafaf7;
  border-bottom: 1px solid var(--line);
}
.dp-times-head {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--green-700);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.dp-times-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
}
.dp-time {
  background: #fff;
  border: 1px solid var(--line);
  padding: 11px 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-900);
  border-radius: 2px;
  cursor: pointer;
  font-family: inherit;
  transition: all 160ms;
  letter-spacing: 0.04em;
}
.dp-time:hover {
  border-color: var(--green-700);
  color: var(--green-700);
}
.dp-time.active {
  background: var(--green-700);
  color: white;
  border-color: var(--green-700);
}
.dp-selected {
  padding: 16px 22px 20px;
  background: #fff;
}
.dp-selected-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--green-700);
  margin-bottom: 10px;
}
.dp-selected-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dp-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 6px 7px 14px;
  background: rgba(13, 74, 37, 0.08);
  color: var(--green-700);
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid rgba(13, 74, 37, 0.2);
  letter-spacing: 0.02em;
}
.dp-chip button {
  background: transparent;
  border: none;
  color: var(--green-700);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 160ms;
}
.dp-chip button:hover { background: rgba(13, 74, 37, 0.15); }

/* reCAPTCHA box (placeholder + actual) */
.entry-recaptcha {
  margin-bottom: 22px;
}
.entry-recaptcha-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.entry-recaptcha-brand {
  font-size: 9.5px;
  color: var(--ink-700);
  text-align: right;
  line-height: 1.3;
}
.entry-recaptcha-brand strong {
  color: var(--ink-900);
  font-size: 11px;
}

.entry-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.entry-radio-wrap { gap: 10px; }
.entry-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #cdd1c8;
  background: #fafaf7;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13.5px;
  transition: all 180ms;
}
.entry-radio:hover { border-color: var(--green-700); }
.entry-radio input { accent-color: var(--green-700); margin: 0; }
.entry-radio:has(input:checked) {
  background: var(--green-700);
  color: white;
  border-color: var(--green-700);
}
.entry-radio-card {
  flex: 1 1 calc(50% - 5px);
  min-width: 180px;
  justify-content: flex-start;
  padding: 14px 18px;
  font-weight: 500;
}
.entry-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.entry-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #cdd1c8;
  background: #fafaf7;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  transition: all 180ms;
  user-select: none;
}
.entry-check input { accent-color: var(--green-700); margin: 0; }
.entry-check:hover { border-color: var(--green-700); }
.entry-check:has(input:checked) {
  background: rgba(13, 74, 37, 0.08);
  border-color: var(--green-700);
  color: var(--green-700);
  font-weight: 600;
}
.entry-check-pill {
  min-width: 48px;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
}
.entry-block-final {
  background: #fafaf7;
  margin: 44px -56px -56px;
  padding: 36px 56px 48px;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid var(--line);
}
.entry-agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--ink-900);
  cursor: pointer;
  margin-bottom: 22px;
}
.entry-agree input {
  margin-top: 4px;
  accent-color: var(--green-700);
  flex-shrink: 0;
}
.entry-recaptcha-placeholder { margin-bottom: 22px; }
.entry-recaptcha-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  color: var(--ink-900);
  min-width: 280px;
}
.entry-recaptcha-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  background: white;
  border-radius: 2px;
  font-size: 14px;
  color: transparent;
}
.entry-error {
  padding: 12px 16px;
  background: #fff1f0;
  border: 1px solid #f5a3a0;
  color: #b91c1c;
  font-size: 13px;
  border-radius: 2px;
  margin-bottom: 18px;
}
.entry-submit {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: center;
  background: var(--green-700);
  color: white;
  border: none;
  padding: 20px 36px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 2px;
  cursor: pointer;
  transition: all 220ms;
  font-family: inherit;
}
.entry-submit:hover:not(:disabled) {
  background: #0a3a1d;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(13, 74, 37, 0.32);
}
.entry-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.entry-submit .btn-arrow {
  width: 22px; height: 1px;
  background: white;
  position: relative;
}
.entry-submit .btn-arrow::after {
  content: "";
  position: absolute;
  right: 0; top: -3px;
  width: 8px; height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg);
}
.entry-note {
  font-size: 11.5px;
  color: var(--ink-700);
  line-height: 1.8;
  margin: 22px 0 0;
  text-align: center;
}
/* === Completion state === */
.entry-done {
  max-width: 640px;
  margin: 0 auto;
  background: white;
  padding: 64px 48px 56px;
  border: 1px solid var(--line);
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0,0,0,0.05);
}
.entry-done-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--green-700);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 24px;
}
.entry-done h2 {
  font-size: 26px;
  color: var(--ink-900);
  margin: 0 0 16px;
  letter-spacing: 0.04em;
}
.entry-done p {
  font-size: 13.5px;
  line-height: 2;
  color: var(--ink-700);
  margin: 0 0 28px;
}
.entry-done-tel {
  background: #fafaf7;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 22px 28px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.entry-done-tel-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--green-700);
  font-weight: 700;
}
.entry-done-tel-num {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: 0.06em;
}
.entry-done-tel-hours {
  font-size: 11.5px;
  color: var(--ink-700);
}
@media (max-width: 768px) {
  .sec-entry { padding: 64px 0 80px; }
  .entry-form { padding: 28px 20px 32px; }
  .entry-grid { grid-template-columns: 1fr; gap: 18px; }
  .entry-block-final { margin: 32px -20px -32px; padding: 28px 20px; }
  .entry-radio-card { flex: 1 1 100%; min-width: 0; }
  .entry-done { padding: 48px 24px; }
}

/* ==================== FLOW (応募〜入社まで) ==================== */
.sec-flow {
  background: #fff;
  padding: 96px 0 100px;
  position: relative;
}
.flow-head { text-align: center; margin-bottom: 56px; }
.flow-head .sec-eyebrow { justify-content: center; margin-bottom: 18px; }
.flow-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}
.flow-step {
  background: #fafaf7;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px 22px 26px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 240ms;
}
.flow-step:hover {
  border-color: var(--green-700);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(13,74,37,0.1);
}
.flow-step-num {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--green-700);
  font-weight: 600;
}
.flow-step-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.flow-step-body {
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink-700);
}
.flow-step-final { background: rgba(13, 74, 37, 0.05); border-color: var(--green-700); }
.flow-step-final .flow-step-title { color: var(--green-700); }
.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--green-700);
  font-weight: 300;
}
.flow-casual {
  margin-top: 64px;
  background: linear-gradient(135deg, var(--green-700) 0%, #0a3a1d 100%);
  color: white;
  padding: 56px 48px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.flow-casual::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -50px;
  width: 300px;
  height: 300px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}
.flow-casual-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.flow-casual-eyebrow {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
}
.flow-casual h3 {
  font-size: 26px;
  margin: 0 0 18px;
  letter-spacing: 0.04em;
}
.flow-casual p {
  font-size: 14px;
  line-height: 2;
  margin: 0;
  color: rgba(255,255,255,0.9);
}
.flow-casual .btn-outline {
  background: white;
  border-color: white;
  color: var(--green-700) !important;
}
.flow-casual .btn-outline:hover { background: rgba(255,255,255,0.92); }

@media (max-width: 1024px) {
  .flow-steps { grid-template-columns: 1fr 1fr; }
  .flow-arrow { display: none; }
}
@media (max-width: 640px) {
  .sec-flow { padding: 56px 0 64px; }
  .flow-steps { grid-template-columns: 1fr; gap: 12px; }
  .flow-casual { padding: 36px 24px; }
  .flow-casual h3 { font-size: 20px; }
  .flow-casual p { font-size: 13px; }
}

/* ==================== SG GROUP BUSINESSES ==================== */
.group-biz {
  margin-top: 64px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}
.group-biz-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.group-biz-eyebrow {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: var(--green-700);
  margin-bottom: 14px;
}
.group-biz-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ink-900);
  letter-spacing: 0.02em;
  margin: 0 0 18px;
}
.group-biz-lead {
  font-size: 13.5px;
  line-height: 2;
  color: var(--ink-700);
  margin: 0;
}
.group-biz-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.group-biz-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 22px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: all 240ms ease;
}
.group-biz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(13,74,37,0.1);
  border-color: var(--green-700);
}
.group-biz-logo {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.group-biz-logo img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.group-biz-cat {
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--green-700);
  background: rgba(13,74,37,0.08);
  padding: 4px 10px;
  border-radius: 2px;
}
.group-biz-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: 0.02em;
  margin-top: 4px;
}

/* === ブランド別カラー（枠線・タグ・リンク色） === */
/* 正学館：フォレストグリーン */
.biz-seigaku:hover { border-color: #0d4a25; box-shadow: 0 14px 32px rgba(13,74,37,0.16); }
.biz-seigaku .group-biz-cat { color: #0d4a25; background: rgba(13,74,37,0.08); }
.biz-seigaku .group-biz-link { color: #0d4a25; }
/* Whizz Kids：グリーン系（ロゴに準拠）→アクセントはフレッシュグリーン */
.biz-whizz:hover { border-color: #7ab648; box-shadow: 0 14px 32px rgba(122,182,72,0.2); }
.biz-whizz .group-biz-cat { color: #5e9434; background: rgba(122,182,72,0.14); }
.biz-whizz .group-biz-link { color: #5e9434; }
/* FC市川GUNNERS：ゴールド #b8943f（ロゴ準拠）＋レッドアクセント */
.biz-gunners:hover { border-color: #b8943f; box-shadow: 0 14px 32px rgba(184,148,63,0.22); }
.biz-gunners .group-biz-cat { color: #9a7a2e; background: rgba(184,148,63,0.14); }
.biz-gunners .group-biz-link { color: #9a7a2e; }
/* 市川シティスポーツ：ブルー */
.biz-icsc:hover { border-color: #1a8fc4; box-shadow: 0 14px 32px rgba(26,143,196,0.18); }
.biz-icsc .group-biz-cat { color: #1577a8; background: rgba(26,143,196,0.12); }
.biz-icsc .group-biz-link { color: #1577a8; }
/* GM経営ソリューション：グリーン系 */
.biz-gm:hover { border-color: #4a7c59; box-shadow: 0 14px 32px rgba(74,124,89,0.16); }
.biz-gm .group-biz-cat { color: #3d6349; background: rgba(74,124,89,0.1); }
.biz-gm .group-biz-link { color: #3d6349; }
/* GC CORPORATION：ブラック */
.biz-gc:hover { border-color: #2c2c2c; box-shadow: 0 14px 32px rgba(44,44,44,0.16); }
.biz-gc .group-biz-cat { color: #2c2c2c; background: rgba(44,44,44,0.08); }
.biz-gc .group-biz-link { color: #2c2c2c; }
/* テキストロゴ（GM/GC：公式ロゴ画像が無いブランド用） */
.group-biz-logo-text {
  align-items: center;
}
.biz-text-name {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: 0.02em;
}
.biz-text-gc {
  font-family: var(--font-en);
  font-size: 28px;
  letter-spacing: 0.04em;
}
.biz-text-gc small {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--ink-700);
  margin-left: 4px;
}
.group-biz-link-static {
  color: var(--ink-700) !important;
  cursor: default;
}
.group-biz-desc {
  font-size: 12px;
  line-height: 1.8;
  color: var(--ink-700);
  flex: 1;
}
.group-biz-link {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--green-700);
  letter-spacing: 0.04em;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  transition: transform 200ms;
}
.group-biz-card:hover .group-biz-link { transform: translateX(3px); }
.sp-br { display: none; }
@media (max-width: 1024px) {
  .group-biz-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .group-biz { margin-top: 40px; padding-top: 36px; }
  .group-biz-head { margin-bottom: 28px; }
  .group-biz-title { font-size: 19px; line-height: 1.6; }
  .group-biz-lead { font-size: 12.5px; line-height: 1.9; }
  .group-biz-grid { grid-template-columns: 1fr; gap: 12px; }
  .group-biz-card { padding: 18px 18px 16px; }
  .sp-br { display: block; }
}

/* ==================== STORIES (SmartHR-style slim cards) ==================== */
.sec-stories {
  background: #fafaf7;
  padding: 72px 0 80px;
  position: relative;
}
.stories-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.stories-lead {
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink-700);
  margin: 0;
}
.stories-head-right { padding-bottom: 6px; }
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
}
.story-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: opacity 220ms ease;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: none;
}
.story-card:hover { opacity: 0.85; }
.story-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8ebe5;
  border-radius: 10px;
  border: 1px solid var(--line);
  transition: transform 240ms ease, box-shadow 240ms ease;
}
.story-card:hover .story-thumb {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(13,74,37,0.12);
}
.story-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-tag {
  display: none;  /* tag is now baked into thumbnail */
}
.story-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 4px;
}
.story-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11.5px;
  letter-spacing: 0.06em;
}
.story-date { color: var(--ink-700); font-weight: 600; font-family: var(--font-en); }
.story-source { display: none; }
.story-title {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.65;
  color: var(--ink-900);
  letter-spacing: 0.01em;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.story-excerpt { display: none; }
.story-arrow { display: none; }
@media (max-width: 1024px) {
  .stories-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
}
@media (max-width: 640px) {
  .sec-stories { padding: 48px 0 56px; }
  .stories-head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
  .stories-grid { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
  .story-title { font-size: 12px; }
  .story-meta { font-size: 10.5px; }
}

/* ==================== FAQ ==================== */
.sec-faq {
  background: #fafaf7;
  padding: 96px 0 100px;
}
.faq-head { text-align: center; margin-bottom: 48px; }
.faq-head .sec-eyebrow { justify-content: center; margin-bottom: 18px; }
.faq-lead {
  font-size: 14px;
  line-height: 2;
  color: var(--ink-700);
  margin: 24px auto 0;
  max-width: 580px;
}
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  transition: border 220ms;
}
.faq-item.is-open { border-color: var(--green-700); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 26px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: var(--ink-900);
  transition: background 200ms;
}
.faq-q:hover { background: rgba(13, 74, 37, 0.03); }
.faq-q-mark {
  flex-shrink: 0;
  font-family: var(--font-en);
  color: var(--green-700);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.02em;
  padding-right: 20px;
}
.faq-q-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green-700);
  color: white;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  transition: transform 220ms;
}
.faq-item.is-open .faq-q-icon { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 360ms cubic-bezier(.19, 1, .22, 1);
}
.faq-item.is-open .faq-a { max-height: 400px; }
.faq-a-inner {
  display: flex;
  gap: 16px;
  padding: 0 26px 24px 26px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.faq-a-mark {
  flex-shrink: 0;
  font-family: var(--font-en);
  color: var(--ink-700);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
}
.faq-a p {
  flex: 1;
  margin: 0;
  font-size: 13.5px;
  line-height: 2;
  color: var(--ink-800);
}
@media (max-width: 640px) {
  .sec-faq { padding: 56px 0 72px; }
  .faq-q { padding: 16px 18px; gap: 12px; }
  .faq-q-text { font-size: 13.5px; padding-right: 8px; }
  .faq-q-mark { font-size: 15px; }
  .faq-q-icon { width: 22px; height: 22px; font-size: 14px; }
  .faq-a-inner { padding: 16px 18px 18px; gap: 12px; }
  .faq-a p { font-size: 12.5px; }
}

/* ==================== CONTACT ==================== */
.sec-contact {
  background: #f3f4f0;
  padding: 56px 0 72px;
  position: relative;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact-card {
  background: white;
  padding: 28px 26px 26px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.contact-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.contact-icon-wrap {
  width: 40px; height: 40px;
  background: var(--green-50);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
}
.contact-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-900);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.contact-body {
  font-size: 12px;
  color: var(--ink-700);
  line-height: 1.85;
  margin-bottom: 18px;
  flex: 1;
}
.phone-number {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 700;
  color: var(--green-800);
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.phone-badge {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 600;
  color: var(--green-800);
  border: 1px solid var(--green-700);
  padding: 2px 6px;
  border-radius: 3px;
  letter-spacing: 0.08em;
}
.phone-hours {
  font-size: 11px;
  color: var(--ink-700);
  margin-bottom: 12px;
}

/* ==================== FOOTER ==================== */
.footer {
  background: var(--green-900);
  color: #c3d3c6;
  padding: 64px 0 28px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1fr 1fr;
  gap: 36px;
}
.footer-brand { padding-right: 20px; }
/* === Footer logo with white panel === */
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  padding: 14px 22px;
  border-radius: 4px;
  margin: 0 0 16px;
  max-width: 240px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.footer-logo-img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .footer-logo-wrap { padding: 12px 18px; max-width: 200px; }
  .footer-logo-img { height: 34px; }
}
.footer-brand .slogan {
  font-family: var(--font-serif);
  font-size: 12.5px;
  color: #a6c1ab;
  margin: 0 0 22px;
  letter-spacing: 0.04em;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 34px; height: 34px;
  border: 1px solid #4a7355;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 180ms;
}
.footer-social a:hover {
  background: white;
  color: var(--green-900);
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li {
  font-size: 11.5px;
  line-height: 2.2;
  letter-spacing: 0.02em;
}
.footer-col li::before {
  content: "›";
  margin-right: 8px;
  color: #7ba585;
}
.footer-col a { transition: color 160ms; }
.footer-col a:hover { color: white; }
.footer-bottom {
  max-width: 1240px;
  margin: 40px auto 0;
  padding: 16px 48px 0;
  border-top: 1px solid #3e6849;
  text-align: center;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #8fa894;
}

/* ==================== TWEAKS ==================== */
.tweaks-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
  border: 1px solid var(--line);
  padding: 16px 18px;
  z-index: 1000;
  box-shadow: var(--shadow-lg);
  font-size: 12px;
  width: 250px;
  border-radius: 8px;
  display: none;
}
.tweaks-panel.on { display: block; }
.tweaks-panel h4 {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-family: var(--font-en);
  color: var(--green-700);
  text-transform: uppercase;
}
.tweaks-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 8px;
}
.tweaks-row label { color: var(--ink-700); flex: 1; font-size: 11px; }
.tweaks-row select {
  border: 1px solid var(--line);
  padding: 3px 6px;
  font-size: 11px;
  font-family: inherit;
  background: white;
}
.tweaks-swatch-row { display: flex; gap: 6px; }
.tweaks-swatch-row button {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}
.tweaks-swatch-row button.active { border-color: var(--ink-900); }

/* Title style variants */
body[data-title-style="brush-under"] .hero-kanji::after,
body[data-title-style="brush-under"] .big-jp-title .mark::after {
  background: var(--green-700);
  clip-path: none;
  height: 5px;
  transform: skewX(-10deg);
  border-radius: 2px;
}
body[data-title-style="plain"] .hero-kanji::after,
body[data-title-style="plain"] .big-jp-title .mark::after {
  display: none;
}

/* ============================================================
   レスポンシブ (タブレット・スマホ)
   ============================================================ */
@media (max-width: 1024px) {
  .container { padding: 0 24px; }
  .hero-content { left: 96px; width: 55%; }
  .hero-title { font-size: 42px; }
  .hero-portrait { width: 50%; }
  .hero-feature-row { left: 96px; right: 24px; max-width: 100%; }
}

@media (max-width: 768px) {
  /* 全ての縦書きラベルを非表示 (スマホでは本文と被るため) */
  .hero-side-label,
  .mission-side-num,
  .work-label-top,
  .scroll-hint {
    display: none !important;
  }

  /* ヘッダー */
  .header { height: 64px; }
  .header-inner { padding: 0 8px 0 16px; gap: 8px; }
  .nav-main { display: none !important; }
  .nav-entry-cta { display: none !important; }
  .menu-btn { width: 64px; height: 64px; margin-left: auto; gap: 4px; font-size: 9px; }
  .logo-tag { display: none; }
  .container, .container-narrow, .container-wide { padding: 0 16px; }

  /* HERO */
  .hero { min-height: auto; height: auto; padding: 100px 0 60px; }
  .hero-content {
    position: relative;
    top: auto; left: auto;
    padding: 0 16px;
    width: 100%;
    max-width: 100%;
  }
  .hero-title { font-size: 32px; line-height: 1.4; margin-bottom: 20px; }
  .hero-lead { font-size: 13px; line-height: 1.95; margin-bottom: 28px; }
  .hero-cta { flex-direction: column; gap: 10px; width: 100%; }
  .hero-cta .btn { width: 100%; min-width: 0; }
  .hero-portrait {
    position: relative;
    width: 100%;
    height: 320px;
    top: auto; right: auto;
    margin-top: 24px;
    justify-content: center;
  }
  .hero-portrait img { height: 100%; object-position: center bottom; }
  .hero-sg-brush { display: none; }
  .hero-halo { display: none; }
  .hero-feature-row {
    position: relative;
    left: auto; right: auto; bottom: auto;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 24px 0 0;
  }
  .feature-card { border-right: 0; border-bottom: 1px solid var(--ink-200); }
  .feature-card:last-child { border-bottom: 0; }

  /* MISSION (People) */
  .sec-mission { padding: 60px 0 80px; }
  .mission-head { margin-bottom: 40px; }
  .mission-head .big-jp-title { font-size: 28px !important; }
  .values-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .value-circle { padding: 40px 24px 28px; }
  .quote-card { grid-template-columns: 1fr; padding: 28px 24px; gap: 16px; }
  .quote-mark { font-size: 56px; }
  .quote-text { font-size: 18px; }

  /* WORK STYLE */
  .sec-work { padding: 60px 0 80px; }
  .work-head-grid { grid-template-columns: 1fr; gap: 32px; }
  .work-giant { font-size: 40px !important; }
  .jobs-grid { grid-template-columns: 1fr; gap: 16px; }
  .movie-band { grid-template-columns: 1fr; padding: 24px 20px; gap: 20px; }

  /* INTERVIEW */
  .sec-interview { padding: 60px 0 80px; }
  .interview-head-grid { grid-template-columns: 1fr; gap: 24px; }
  .interview-head-left { padding-left: 0 !important; }
  .interview-giant { font-size: 42px !important; }
  .interview-cards-grid { grid-template-columns: 1fr; gap: 20px; }

  /* RECRUIT */
  .sec-recruit { padding: 60px 0 80px; }
  .sec-recruit::after { display: none; }
  .recruit-grid { grid-template-columns: 1fr; gap: 32px; }
  .recruit-side { position: relative; top: auto; padding: 24px 20px; }
  .recruit-table th, .recruit-table td { display: block; width: 100%; padding: 12px 16px; }
  .recruit-table tr { display: block; border-bottom: 1px solid var(--line); }

  /* SCHOOLS */
  .schools-carousel { padding: 0; }
  .schools-track { grid-template-columns: 1fr 1fr; gap: 12px; }

  /* CONTACT */
  .contact-grid { grid-template-columns: 1fr !important; gap: 16px; }

  /* FOOTER */
  .footer-inner { grid-template-columns: 1fr !important; gap: 32px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 26px; }
  .big-jp-title { font-size: 24px !important; }
  .schools-track { grid-template-columns: 1fr; }
}

/* === Mobile entry form refinement === */
@media (max-width: 768px) {
  .sec-entry { padding: 48px 0 64px; }
  .entry-head { padding: 0 16px; margin-bottom: 32px; }
  .entry-head .big-jp-title { font-size: 28px !important; }
  .entry-lead { font-size: 12.5px; line-height: 1.95; }
  .entry-form { padding: 24px 16px 28px; border-radius: 4px; }
  .entry-block-title { font-size: 15px; margin-bottom: 20px; gap: 10px; }
  .entry-block-num { font-size: 20px; padding-right: 10px; }
  .entry-block { margin-bottom: 32px; padding-bottom: 24px; }
  .entry-field input,
  .entry-field select,
  .entry-field textarea { font-size: 16px; }  /* iOS zoom prevention */
  .entry-block-final { margin: 24px -16px -28px; padding: 24px 16px 28px; }
  .entry-submit { padding: 18px 24px; font-size: 15px; letter-spacing: 0.08em; }

  /* DATE PICKER mobile */
  .datepicker-dates { padding: 14px 10px; gap: 8px; }
  .datepicker-date { width: 64px; padding: 10px 4px 12px; }
  .datepicker-date .dp-day { font-size: 22px; }
  .datepicker-times { padding: 16px 14px 18px; }
  .dp-times-grid { grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)); gap: 6px; }
  .dp-time { padding: 10px 4px; font-size: 12.5px; }
  .dp-selected { padding: 14px 14px 18px; }

  /* SCHOOLS on mobile - tighten */
  .schools-grid-wrap { padding: 36px 0 56px; }
  .schools-scroll-hint { font-size: 10.5px; }

  /* INTERVIEW headings */
  .interview-head-right h3 { font-size: 20px; }
  .interview-head-right p { font-size: 13px; }

  /* MISSION head text */
  .mission-head .lead { font-size: 12.5px !important; }

  /* QUOTE card on mobile */
  .quote-text { font-size: 16px !important; }

  /* WORK section more text */
  .work-lead { font-size: 13px; line-height: 1.9; }
  .work-right-label { margin-bottom: 18px; }
  .movie-title { font-size: 20px; }
  .movie-lead { font-size: 12.5px; }
}

/* 公式ロゴ画像 */
.logo-img {
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .logo-img { height: 34px; }
}

/* ============================================================
   INTERVIEW MODAL（社員インタビュー モーダル）
   ============================================================ */
.person-card {
  /* convert from <a> styling to <button> */
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  color: inherit;
  background: transparent;
  border: 1px solid var(--line);
  width: 100%;
  padding: 0;
}
.person-card:hover {
  border-color: var(--green-700);
}
.iv-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 30, 20, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  animation: ivOverlayIn 240ms cubic-bezier(.19, 1, .22, 1);
}
@keyframes ivOverlayIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.iv-modal {
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  max-width: 820px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
  animation: ivModalIn 360ms cubic-bezier(.19, 1, .22, 1);
}
@keyframes ivModalIn {
  from { opacity: 0; transform: translateY(20px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.iv-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink-900);
  border: none;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 200ms;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.iv-modal-close:hover {
  background: var(--green-700);
  color: white;
  transform: rotate(90deg);
}
.iv-modal-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0;
  background: linear-gradient(135deg, #fafaf3 0%, #e8ebe5 100%);
  border-bottom: 1px solid var(--line);
}
.iv-modal-hero img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  object-position: center 25%;
  flex-shrink: 0;
  display: block;
}
.iv-modal-hero-text {
  flex: 1;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.iv-modal-role {
  display: inline-block;
  align-self: flex-start;
  background: var(--green-700);
  color: white;
  padding: 5px 14px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  border-radius: 2px;
}
.iv-modal-quote {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--ink-900);
  letter-spacing: 0.02em;
}
.iv-modal-body {
  padding: 36px 40px;
  overflow-y: auto;
  flex: 1;
  background: white;
}
.iv-qa {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.iv-qa:first-child { padding-top: 0; }
.iv-qa:last-child { border-bottom: none; padding-bottom: 0; }
.iv-q {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
.iv-q-mark {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green-700);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 14px;
  margin-top: 1px;
}
.iv-q-text {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ink-900);
  letter-spacing: 0.02em;
  padding-top: 3px;
}
.iv-a {
  padding-left: 42px;
}
.iv-a p {
  font-size: 14px;
  line-height: 2.05;
  color: var(--ink-800);
  margin: 0 0 14px;
  letter-spacing: 0.02em;
}
.iv-a p:last-child { margin-bottom: 0; }
.iv-modal-footer {
  padding: 20px 40px;
  border-top: 1px solid var(--line);
  background: #fafaf7;
  display: flex;
  justify-content: center;
}
.iv-modal-footer .btn { min-width: 200px; }

/* Modal mobile */
@media (max-width: 768px) {
  .iv-modal-overlay { padding: 12px; }
  .iv-modal { max-height: 92vh; border-radius: 6px; }
  .iv-modal-hero {
    flex-direction: column;
    align-items: stretch;
  }
  .iv-modal-hero img {
    width: 100%;
    height: 240px;
    object-position: center 25%;
  }
  .iv-modal-hero-text { padding: 22px 22px 24px; gap: 12px; }
  .iv-modal-quote { font-size: 18px; line-height: 1.55; }
  .iv-modal-body { padding: 24px 22px; }
  .iv-qa { padding: 20px 0; }
  .iv-q-text { font-size: 14.5px; }
  .iv-a { padding-left: 0; }
  .iv-a p { font-size: 13px; line-height: 1.95; }
  .iv-modal-footer { padding: 16px 22px; }
  .iv-modal-close { top: 12px; right: 12px; width: 32px; height: 32px; font-size: 20px; }
}

/* ============================================================
   SP OVERHAUL — 全セクション モバイル最適化（最終版）
   ============================================================ */
@media (max-width: 768px) {
  /* === Container 余白統一 === */
  .container { padding: 0 20px !important; }

  /* === HERO 完全リビルド === */
  .hero {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    padding: 80px 0 32px !important;
    background: #ffffff !important;
  }
  .hero-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .hero-bg-img {
    inset: 0 !important;
    background-size: cover !important;
    background-position: center top !important;
    opacity: 0.4;
    animation: none !important;
  }
  .hero-bg-img::after { display: none !important; }
  .hero-particles, .hero-pills { display: none !important; }

  /* Hero内: portrait + text を縦並びにする */
  .hero-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    margin-top: 16px;
    z-index: 3;
  }
  .hero-portrait {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 280px !important;
    margin: 0 auto 20px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    z-index: 2;
  }
  .hero-portrait img {
    height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
  .hero-title {
    font-size: 28px !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
    letter-spacing: 0.02em !important;
  }
  .hero-line { display: block; }
  .hero-lead {
    font-size: 12.5px !important;
    line-height: 1.95 !important;
    margin-bottom: 24px !important;
    color: var(--ink-700) !important;
  }
  .hero-lead br { display: none; }  /* 改行リセットして自然な折返しに */
  .hero-cta {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 8px;
  }
  .hero-cta .btn {
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px 20px !important;
    font-size: 13px !important;
    letter-spacing: 0.1em !important;
  }
  .hero-feature-row {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-top: 28px !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    background: #fafaf7 !important;
    border-radius: 4px;
    overflow: hidden;
  }
  .feature-card {
    padding: 14px 18px !important;
    border-right: none !important;
    border-bottom: 1px solid var(--line) !important;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .feature-card:last-child { border-bottom: none !important; }
  .feature-num {
    font-size: 16px !important;
    color: var(--green-700);
    font-weight: 700;
    min-width: 24px;
  }
  .feature-en {
    font-size: 10.5px !important;
    letter-spacing: 0.16em;
  }
  .feature-jp {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
  .feature-jp br { display: none; }

  /* === SECTION 共通: 上下padding 統一 === */
  .sec-mission, .sec-work, .sec-interview, .sec-recruit,
  .sec-stories, .sec-flow, .sec-faq, .sec-entry, .sec-contact {
    padding: 56px 0 !important;
  }

  /* === Section eyebrow === */
  .sec-eyebrow {
    font-size: 10.5px;
    margin-bottom: 14px;
  }
  .sec-eyebrow-num { font-size: 12px; }

  /* === Big titles 統一 === */
  .big-jp-title, .interview-giant, .work-giant {
    font-size: 28px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.02em !important;
  }
  .mission-head .big-jp-title { font-size: 24px !important; }
  .entry-head .big-jp-title { font-size: 26px !important; }

  /* === MISSION === */
  .mission-head { margin-bottom: 28px; }
  .mission-head .lead { font-size: 12.5px !important; line-height: 2 !important; }
  .mission-photos {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 24px 0 32px !important;
  }
  .mission-photo-main { aspect-ratio: 16 / 10 !important; }
  .mission-photo-sub {
    grid-template-rows: none !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .mission-photo-sub .mission-photo { aspect-ratio: 4 / 3 !important; }
  .mission-photo-caption { left: 14px !important; right: 14px !important; bottom: 14px !important; }
  .mission-photo-text { font-size: 12px !important; }
  .mission-photo-tag { font-size: 9.5px !important; padding: 3px 8px !important; }
  .values-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-bottom: 32px !important;
  }
  .value-circle { padding: 24px 20px !important; }
  .value-num { font-size: 38px !important; }
  .value-name { font-size: 16px !important; }
  .value-desc { font-size: 12.5px !important; line-height: 1.85 !important; }
  .value-desc br { display: none; }
  .quote-card {
    grid-template-columns: 1fr !important;
    padding: 22px 20px !important;
    gap: 12px !important;
  }
  .quote-mark { font-size: 48px !important; line-height: 1 !important; }
  .quote-text { font-size: 16px !important; line-height: 1.6 !important; }
  .quote-text br { display: none; }
  .quote-body { font-size: 12.5px !important; line-height: 1.9 !important; }

  /* === WORK === */
  .work-head-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .work-lead { font-size: 12.5px !important; line-height: 1.9 !important; }
  .work-lead br { display: none; }
  .work-right-label { margin-bottom: 14px; }
  .jobs-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .job-card .job-name { font-size: 16px !important; }
  .job-card .job-desc { font-size: 12.5px !important; line-height: 1.85 !important; }
  .movie-band {
    grid-template-columns: 1fr !important;
    padding: 20px 18px !important;
    gap: 18px !important;
  }
  .movie-title { font-size: 18px !important; line-height: 1.5 !important; }
  .movie-title br { display: none; }
  .movie-lead { font-size: 12px !important; line-height: 1.85 !important; }
  .movie-lead br { display: none; }
  .movie-player img { height: 200px !important; object-fit: cover; }
  .work-more-btn { margin-top: 28px !important; }
  .work-more-btn .btn { min-width: 0 !important; width: 100% !important; }

  /* === INTERVIEW === */
  .interview-head-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-bottom: 32px !important;
  }
  .interview-head-left { padding-left: 0 !important; }
  .interview-sub { font-size: 12px; }
  .interview-head-right h3 { font-size: 18px !important; margin: 0 0 12px !important; }
  .interview-head-right h3 br { display: none; }
  .interview-head-right p { font-size: 12.5px !important; line-height: 1.95 !important; }
  .interview-cards-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .person-card { display: block; }
  .person-photo { aspect-ratio: 1 / 1 !important; }
  .person-quote { font-size: 11.5px !important; line-height: 1.65 !important; }
  .person-quote br { display: none; }
  .person-body { padding: 12px 14px 14px !important; }
  .person-arrow { font-size: 16px !important; }
  .person-tag { font-size: 10px !important; padding: 4px 10px !important; }
  .stats-card {
    grid-column: 1 / -1 !important;
    padding: 22px 20px !important;
  }
  .stats-title { font-size: 14px !important; margin-bottom: 14px !important; }
  .stat-row { padding: 12px 0 !important; gap: 12px !important; }
  .stat-label { font-size: 12.5px !important; }
  .stat-value { font-size: 22px !important; }
  .interview-more {
    margin-top: 28px !important;
    text-align: center;
  }
  .interview-more a { font-size: 12.5px !important; }

  /* === RECRUIT === */
  .sec-recruit::after { display: none !important; }
  .recruit-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .recruit-table { width: 100%; }
  .recruit-table th, .recruit-table td {
    display: block !important;
    width: 100% !important;
    padding: 10px 14px !important;
    font-size: 12.5px !important;
  }
  .recruit-table th { background: #fafaf7; font-weight: 700; }
  .recruit-table tr { display: block; border-bottom: 1px solid var(--line); }
  .recruit-side {
    position: relative !important;
    top: auto !important;
    padding: 22px 20px !important;
  }
  .recruit-side h3 { font-size: 18px !important; }
  .recruit-side h3 br { display: none; }
  .recruit-side p { font-size: 12.5px !important; }
  .recruit-side p br { display: none; }
  .recruit-side-photo img { max-height: 220px; object-fit: cover; }
  .recruit-side-actions .btn { width: 100% !important; }
  .welcome-band {
    padding: 18px !important;
    margin-top: 22px;
  }
  .welcome-title { font-size: 14px !important; }
  .welcome-desc { font-size: 12px !important; line-height: 1.8 !important; }

  /* === STORIES === */
  .sec-stories { padding: 48px 0 56px !important; }
  .stories-head { flex-direction: column !important; gap: 14px !important; margin-bottom: 22px !important; }
  .stories-head .btn-outline { width: 100%; }
  .stories-grid { grid-template-columns: 1fr 1fr !important; gap: 12px 10px !important; }
  .story-title { font-size: 11.5px !important; }
  .story-meta { font-size: 10px !important; }

  /* === FLOW === */
  .sec-flow { padding: 56px 0 !important; }
  .flow-head { margin-bottom: 28px !important; }
  .flow-steps {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .flow-arrow { display: none !important; }
  .flow-step { padding: 16px 18px !important; gap: 6px !important; }
  .flow-step-num { font-size: 11.5px !important; }
  .flow-step-title { font-size: 15px !important; padding-bottom: 8px !important; }
  .flow-step-body { font-size: 12px !important; line-height: 1.75 !important; }
  .flow-casual {
    margin-top: 28px !important;
    padding: 28px 22px !important;
  }
  .flow-casual h3 { font-size: 18px !important; }
  .flow-casual p { font-size: 12.5px !important; line-height: 1.9 !important; }
  .flow-casual p br { display: none; }

  /* === FAQ === */
  .sec-faq { padding: 56px 0 64px !important; }
  .faq-head { margin-bottom: 28px !important; }
  .faq-lead { font-size: 12.5px !important; line-height: 1.9 !important; }
  .faq-q { padding: 14px 16px !important; gap: 10px !important; }
  .faq-q-mark { font-size: 14px !important; }
  .faq-q-text { font-size: 13px !important; padding-right: 4px !important; }
  .faq-q-icon { width: 22px !important; height: 22px !important; font-size: 13px !important; }
  .faq-a-inner { padding: 14px 16px 16px !important; gap: 10px !important; }
  .faq-a p { font-size: 12px !important; line-height: 1.9 !important; }

  /* === ENTRY === */
  .sec-entry { padding: 48px 0 64px !important; }
  .entry-head { padding: 0 !important; margin-bottom: 24px !important; }
  .entry-lead { font-size: 12px !important; line-height: 1.9 !important; }
  .entry-lead br { display: none; }
  .entry-form { padding: 20px 16px 24px !important; }
  .entry-block-title { font-size: 14.5px !important; margin-bottom: 16px !important; gap: 8px; }
  .entry-block-num { font-size: 18px !important; padding-right: 8px !important; }
  .entry-block { margin-bottom: 26px !important; padding-bottom: 22px !important; }
  .entry-field input, .entry-field select, .entry-field textarea {
    font-size: 16px !important;  /* iOSズーム防止 */
    padding: 11px 12px !important;
  }
  .entry-field label { font-size: 12px !important; }
  .entry-field textarea { min-height: 70px !important; }
  .req { font-size: 9px !important; padding: 1px 5px !important; }
  .entry-radio { padding: 8px 12px !important; font-size: 12px !important; }
  .entry-check { padding: 7px 12px !important; font-size: 12px !important; }
  .entry-block-final {
    margin: 20px -16px -24px !important;
    padding: 20px 16px 24px !important;
  }
  .entry-submit {
    padding: 16px 20px !important;
    font-size: 14px !important;
    letter-spacing: 0.08em !important;
  }
  .entry-note { font-size: 10.5px !important; }
  .entry-agree { font-size: 12px !important; }
  /* DatePicker mobile */
  .datepicker-dates { padding: 10px 8px !important; gap: 6px !important; }
  .datepicker-date { width: 56px !important; padding: 8px 4px 10px !important; }
  .datepicker-date .dp-day { font-size: 18px !important; }
  .datepicker-date .dp-mon, .datepicker-date .dp-dow { font-size: 9.5px !important; }
  .datepicker-times { padding: 14px 12px !important; }
  .dp-times-grid { grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)) !important; gap: 5px !important; }
  .dp-time { padding: 8px 4px !important; font-size: 11.5px !important; }
  .dp-selected { padding: 12px 12px 16px !important; }
  .dp-chip { font-size: 11.5px !important; }
  .entry-done { padding: 36px 20px !important; }
  .entry-done h2 { font-size: 18px !important; }
  .entry-done p { font-size: 12px !important; line-height: 1.95 !important; }
  .entry-done-tel-num { font-size: 22px !important; }

  /* === SCHOOLS === */
  .schools-grid-wrap { padding: 32px 0 48px !important; }
  .schools-title { font-size: 22px !important; }
  .schools-sub { font-size: 11.5px !important; }
  .school-card-rich { flex: 0 0 260px !important; }
  .school-info { padding: 14px 16px !important; }
  .school-info .school-name { font-size: 14.5px !important; }
  .school-meta-row { font-size: 11.5px !important; }
  .schools-note { font-size: 11px !important; padding: 14px 16px !important; }

  /* === CONTACT === */
  .sec-contact { padding: 48px 0 56px !important; }
  .contact-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  .contact-card { padding: 22px 20px !important; }
  .contact-title { font-size: 14px !important; }
  .contact-body { font-size: 12px !important; line-height: 1.9 !important; }
  .phone-number { font-size: 22px !important; }
  .phone-hours { font-size: 11.5px !important; }

  /* === FOOTER === */
  .footer { padding: 40px 0 24px !important; }
  .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  .footer-logo-wrap { max-width: 180px !important; padding: 10px 14px !important; }
  .footer-logo-img { height: 28px !important; }
  .footer-brand .slogan { font-size: 12px !important; margin: 10px 0 16px !important; }
  .footer-col-title { font-size: 12px !important; margin-bottom: 10px !important; padding-bottom: 6px !important; }
  .footer-col ul li a { font-size: 12.5px !important; }
  .footer-bottom { font-size: 10.5px !important; padding-top: 20px !important; margin-top: 24px !important; }

  /* === Floating CTA === */
  .floating-entry-cta {
    right: 12px !important;
    bottom: 12px !important;
    padding: 11px 18px !important;
    font-size: 11.5px !important;
  }
}

/* Small phones (iPhone SE等) */
@media (max-width: 380px) {
  .hero-title { font-size: 24px !important; }
  .big-jp-title, .interview-giant, .work-giant { font-size: 24px !important; }
  .interview-cards-grid { grid-template-columns: 1fr !important; }
  .stories-grid { grid-template-columns: 1fr !important; }
}

/* ============================================================
   SP 細かい調整 — ヒーロー / Work / Recruit
   ============================================================ */
@media (max-width: 768px) {
  /* === Hero リビルド: 人物を「浮かせない」構成 === */
  .hero {
    padding: 64px 0 24px !important;
    background: #fafaf3 !important;  /* 背景はクリーム（白すぎない）*/
  }

  /* 背景の斜め線を「主役の背景」として強く出す */
  .hero-bg-img {
    inset: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.85 !important;  /* ← 0.4 から大幅UP。背景が立つ */
    animation: none !important;
  }

  /* 人物エリア: 画面端まで広げて、人物を「画面下端に接地」させる */
  .hero-portrait {
    position: relative !important;
    width: 100% !important;
    height: 320px !important;  /* 高さUP */
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;  /* 右寄せ */
    overflow: visible !important;
    z-index: 3;
  }
  .hero-portrait img {
    height: 105% !important;  /* 少し画面外まで突き抜けさせる */
    width: auto !important;
    max-width: 90% !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    /* 人物の足元にソフトな影をつけてグラウンディング */
    filter: drop-shadow(0 6px 12px rgba(13, 74, 37, 0.18));
    margin-right: -2%;
  }

  /* テキストエリア: 人物の左下に重ねる構成 */
  .hero-content {
    position: relative !important;
    margin-top: -120px !important;  /* ← 人物に重ねるためにネガティブmargin */
    padding: 24px 20px !important;
    background: linear-gradient(180deg, rgba(255,255,253,0) 0%, rgba(255,255,253,0.95) 25%, #fff 100%);
    z-index: 4;
  }
  .hero-title {
    margin-bottom: 16px !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);  /* 重ね合わせ時の可読性 */
  }
  .hero-lead { margin-bottom: 20px !important; }

  /* Hero ボタン: 太字＋見やすく */
  .hero-cta .btn,
  .btn-primary,
  .btn-outline {
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
  }
  .hero-cta .btn-primary {
    padding: 16px 22px !important;
    font-size: 14px !important;
  }
  .hero-cta .btn-outline {
    padding: 14px 22px !important;
    font-size: 13px !important;
  }

  /* Work セクション: 画像をもっとコンパクトに（4:3 → 16:9 横長で薄く） */
  .job-photo {
    aspect-ratio: 16 / 9 !important;
    margin: 0 0 14px !important;
  }
  .job-name { margin-top: 0 !important; }

  /* Recruit セクション: 1:1 維持 + 画像を中に「収める」（contain） */
  .recruit-side-photo {
    aspect-ratio: 1 / 1 !important;
    background: #fafaf7 !important;
    margin: 0 auto 18px !important;
    max-width: 280px !important;  /* 大きすぎないように制限 */
    border-radius: 4px;
    padding: 16px;
    overflow: hidden;
  }
  .recruit-side-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;  /* ← cover → contain で画像を切り取らず全部表示 */
    object-position: center center !important;
    max-height: 100% !important;
  }
}

/* PCも btn 文字を確実に太字に */
.btn span { font-weight: 700; }
