/* =====================================================
   BUPPAN — 64bit ネオンアーケード スタイル
   ===================================================== */
:root {
  --bg: #070b16;
  --bg2: #0a0f20;
  --panel: #0c1226;
  --line: #22345f;
  --text: #eaf0ff;
  --muted: #8ea3c8;
  --cyan: #22d3ee;
  --lime: #c6f542;
  --pink: #ff2d95;
  --amber: #ffb300;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", -apple-system, sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }

/* ドット文字（英字・数字・ラベル用） */
.eyebrow, .btn, .nav a, .logo__text, .score__label, .score__meta, .tag,
.steps__no, .stat__num, .stat__big, .card__no, .marquee, .footer, .contact__note {
  font-family: "Share Tech Mono", monospace;
  letter-spacing: 0.02em;
}

/* 共通の箱 */
.container { width: min(1160px, 92%); margin-inline: auto; }
.section { padding-block: 70px; }

/* ===== 見出し ===== */
.eyebrow { font-size: 11px; color: var(--acc, var(--cyan)); text-shadow: 0 0 10px var(--acc-glow, rgba(34,211,238,.6)); margin: 0 0 16px; }
.sec-head { margin-bottom: 34px; }
.sec-title { font-size: clamp(24px, 3.4vw, 38px); font-weight: 800; letter-spacing: 0.02em; margin: 0; }

/* ===== ボタン ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; font-size: 12px; cursor: pointer;
  border: 2px solid transparent; position: relative;
  transition: transform .08s, box-shadow .2s, background .2s;
  image-rendering: pixelated;
}
.btn span { font-size: 10px; }
.btn:active { transform: translate(1px, 1px); }
.btn--sm { padding: 11px 16px; font-size: 10px; }
.btn--lg { padding: 17px 26px; font-size: 12px; }
.btn--wide { width: 100%; justify-content: center; }
.btn--primary {
  background: var(--lime); color: #0b1400;
  box-shadow: 4px 4px 0 #5a7a00, 0 0 20px rgba(198,245,66,.5);
}
.btn--primary:hover { box-shadow: 2px 2px 0 #5a7a00, 0 0 30px rgba(198,245,66,.85); transform: translate(2px,2px); }
.btn--outline {
  background: transparent; color: var(--cyan); border-color: var(--cyan);
  box-shadow: 4px 4px 0 #0b4a55, 0 0 16px rgba(34,211,238,.25);
}
.btn--outline:hover { background: rgba(34,211,238,.1); box-shadow: 2px 2px 0 #0b4a55, 0 0 26px rgba(34,211,238,.5); transform: translate(2px,2px); }

/* ===== ヘッダー ===== */
.header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7,11,22,.82); backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--line);
}
.header__inner { display: flex; align-items: center; gap: 22px; height: 66px; }
.logo { display: flex; align-items: center; gap: 12px; color: var(--text); }
.logo__mark { color: var(--cyan); filter: drop-shadow(0 0 6px rgba(34,211,238,.7)); }
.logo__text { font-size: 15px; letter-spacing: 0.12em; }
.nav { display: flex; gap: 18px; margin-left: auto; }
.nav a { font-family: "Share Tech Mono", monospace; font-size: 9px; color: var(--muted); transition: color .2s, text-shadow .2s; }
.nav a:hover { color: var(--cyan); text-shadow: 0 0 10px rgba(34,211,238,.8); }
.nav__cta { display: none; } /* デスクトップは非表示（CONTACTボタンで代替）。モバイルメニューでのみ表示 */
.contact-btn { flex-shrink: 0; }
.menu-toggle { display: none; margin-left: auto; background: none; border: none; color: var(--text); font-family: "Share Tech Mono", monospace; font-size: 10px; cursor: pointer; align-items: center; gap: 8px; }
.menu-toggle span { font-size: 20px; }

/* ===== FV ===== */
.hero { position: relative; overflow: hidden; min-height: 90vh; display: flex; flex-direction: column; justify-content: flex-start; padding: 46px 0 40px; }
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; image-rendering: pixelated; z-index: 1; }
/* 静止画FV（ドット絵ネオン夜景） */
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; z-index: 0; }
.hero__scrim { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(7,11,22,.92) 0%, rgba(7,11,22,.55) 42%, rgba(7,11,22,.15) 70%, transparent 100%); }
.hero__inner { position: relative; z-index: 3; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.hero__title {
  font-size: clamp(38px, 6.4vw, 80px); line-height: 1.14; font-weight: 800; margin: 0;
  text-shadow: 0 0 26px rgba(34,211,238,.4), 4px 4px 0 rgba(255,45,149,.28);
}
.hero__title span { color: var(--cyan); text-shadow: 0 0 30px rgba(34,211,238,.8); }
.hero__lead { color: #cdd9f2; margin: 26px 0 34px; font-size: 16px; }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__scroll { position: relative; z-index: 3; text-align: center; margin-top: 34px; font-family: "Share Tech Mono", monospace; font-size: 9px; color: var(--muted); animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

/* グリッチ見出し */
.glitch { position: relative; }
.glitch::before {
  content: attr(data-text); position: absolute; left: 0; top: 0; color: var(--pink);
  clip-path: inset(0 0 55% 0); opacity: .0; transform: translateX(-2px);
  animation: glitch 3.2s steps(2) infinite;
}
@keyframes glitch { 0%,92%,100% { opacity: 0; transform: translateX(0); } 93% { opacity: .8; transform: translate(-3px,-1px); } 96% { opacity: .8; transform: translate(3px,1px); } }

/* GROWTH SCORE パネル */
.score {
  flex-shrink: 0; width: 292px; padding: 20px; background: rgba(8,13,28,.78);
  border: 2px solid var(--line); box-shadow: 6px 6px 0 rgba(0,0,0,.5), 0 0 34px rgba(34,211,238,.12);
}
.score__top { display: flex; justify-content: space-between; align-items: center; }
.score__label { font-size: 9px; color: var(--muted); }
.score__dot { width: 8px; height: 8px; background: var(--lime); box-shadow: 0 0 10px var(--lime); animation: blink 1.1s steps(2) infinite; }
@keyframes blink { 50% { opacity: .25; } }
.score__value { font-family: "Share Tech Mono", monospace; font-size: 40px; color: var(--cyan); text-shadow: 0 0 18px rgba(34,211,238,.8); margin: 12px 0 10px; }
.score__bars { display: flex; gap: 4px; align-items: flex-end; height: 30px; }
.score__bars i { flex: 1; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); animation: eq 1s ease-in-out infinite; }
.score__bars i:nth-child(odd) { animation-delay: .2s; }
.score__bars i:nth-child(3n) { animation-delay: .45s; background: var(--lime); box-shadow: 0 0 8px var(--lime); }
@keyframes eq { 0%,100% { height: 30%; } 50% { height: 100%; } }
.score__meta { display: grid; grid-template-columns: 1fr auto; gap: 6px 10px; margin-top: 16px; font-size: 8px; color: var(--muted); }
.score__meta .ok { color: var(--lime); text-align: right; }

/* ===== マーキー ===== */
.marquee { border-block: 2px solid var(--line); background: var(--bg2); overflow: hidden; padding: 12px 0; }
.marquee__track { display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; font-size: 12px; color: var(--muted); animation: scroll-x 52s linear infinite; will-change: transform; }
.marquee__track b { color: var(--pink); }
.marquee__track span { font-family: "Hiragino Kaku Gothic ProN", sans-serif; font-weight: 700; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ===== WHO WE ARE ===== */
.who { display: grid; grid-template-columns: 1.1fr 1fr; gap: 34px; align-items: start; }
.lead-lg { font-size: 22px; font-weight: 800; line-height: 1.5; margin: 0 0 18px; }
.lead-lg::before { content: "▚ "; color: var(--lime); }
.who__lead p { color: #cdd9f2; }
.who__lead strong { color: var(--lime); }
.who__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.who__points li { display: flex; gap: 14px; background: var(--panel); border: 2px solid var(--line); padding: 16px 18px; box-shadow: 4px 4px 0 rgba(0,0,0,.4); }
.who__ico { color: var(--cyan); }
.who__points b { display: block; color: var(--text); margin-bottom: 2px; }
.who__points div { color: var(--muted); font-size: 14px; }

/* ===== カード共通（グリッド） ===== */
.grid { display: grid; gap: 18px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--panel); border: 2px solid var(--line); padding: 22px;
  box-shadow: 5px 5px 0 rgba(0,0,0,.45); transition: transform .15s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-5px); }
.card__no { font-family: "Share Tech Mono", monospace; font-size: 22px; margin-bottom: 14px; }
.card h3 { font-size: 19px; margin: 0 0 8px; }
.card p { color: var(--muted); font-size: 14px; min-height: 62px; margin: 0 0 14px; }
.tag { font-size: 8px; padding: 5px 8px; border: 1px solid currentColor; }
.card--cyan { border-color: rgba(34,211,238,.55); } .card--cyan:hover { box-shadow: 5px 5px 0 rgba(34,211,238,.35); } .card--cyan .card__no, .card--cyan .tag { color: var(--cyan); }
.card--pink { border-color: rgba(255,45,149,.55); } .card--pink:hover { box-shadow: 5px 5px 0 rgba(255,45,149,.35); } .card--pink .card__no, .card--pink .tag { color: var(--pink); }
.card--lime { border-color: rgba(198,245,66,.55); } .card--lime:hover { box-shadow: 5px 5px 0 rgba(198,245,66,.35); } .card--lime .card__no, .card--lime .tag { color: var(--lime); }
.card--amber { border-color: rgba(255,179,0,.55); } .card--amber:hover { box-shadow: 5px 5px 0 rgba(255,179,0,.35); } .card--amber .card__no, .card--amber .tag { color: var(--amber); }

/* ===== RESULTS / WHY 数字 ===== */
.stats .stat { background: var(--panel); border: 2px solid var(--line); padding: 26px 20px; text-align: center; box-shadow: 5px 5px 0 rgba(0,0,0,.45); }
.stat__num { display: block; font-size: 40px; color: var(--lime); text-shadow: 0 0 16px rgba(198,245,66,.5); }
.stat__label { display: block; color: var(--muted); font-size: 13px; margin-top: 12px; }
.stat--big { text-align: left; }
.stat__big { display: block; font-size: 40px; color: var(--lime); text-shadow: 0 0 16px rgba(198,245,66,.5); line-height: 1.15; }
.stat__big small { font-size: 20px; }
.stat__big.txt { color: var(--cyan); font-size: 26px; text-shadow: 0 0 14px rgba(34,211,238,.5); }
.stat__big em { color: var(--pink); font-style: normal; }

/* ===== PROCESS ===== */
.steps { list-style: none; margin: 0; padding: 28px; display: flex; gap: 12px; background: var(--panel); border: 2px solid var(--line); box-shadow: 6px 6px 0 rgba(0,0,0,.45); }
.steps li { flex: 1; text-align: center; position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.steps li:not(:last-child)::after { content: "▶"; position: absolute; right: -10px; top: 46px; color: var(--cyan); font-size: 12px; }
.steps__no { font-size: 12px; color: var(--muted); }
.steps__ico { font-size: 26px; }
.steps b { font-size: 15px; }
.steps small { color: var(--muted); font-size: 12px; }

/* ===== MESSAGE ===== */
.message { background: var(--panel); border: 2px solid rgba(255,45,149,.45); padding: 40px; box-shadow: 6px 6px 0 rgba(0,0,0,.45), 0 0 40px rgba(255,45,149,.08); }
.message__big { font-size: clamp(26px, 4vw, 44px); font-weight: 800; line-height: 1.35; margin: 0 0 22px; }
.message__big::before { content: "❝ "; color: var(--pink); }
.message__body { color: #cdd9f2; margin: 0 0 20px; }
.message__sign { font-family: "Share Tech Mono", monospace; font-size: 11px; color: var(--cyan); margin: 0; }

/* ===== FAQ ===== */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq details { background: var(--panel); border: 2px solid var(--line); padding: 0 22px; box-shadow: 4px 4px 0 rgba(0,0,0,.4); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: "Share Tech Mono", monospace; color: var(--cyan); font-size: 14px; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin: 0 0 18px; font-size: 14px; }

/* ===== CONTACT ===== */
.panel { background: var(--panel); border: 2px solid var(--line); box-shadow: 6px 6px 0 rgba(0,0,0,.45); }
.contact { padding: 40px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 34px; align-items: center; }
.contact__head .sec-title { font-size: clamp(22px, 3vw, 32px); }
.contact__sub { color: var(--muted); margin-top: 12px; }
.contact__form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact__form input, .contact__form textarea {
  background: #060b18; border: 2px solid var(--line); padding: 14px; color: var(--text);
  font-size: 14px; font-family: inherit;
}
.contact__form input:focus, .contact__form textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 2px rgba(34,211,238,.25); }
.contact__form textarea { grid-column: 1 / -1; resize: vertical; }
.contact__form .btn--wide { grid-column: 1 / -1; }
.contact__note { grid-column: 1 / -1; margin: 0; text-align: center; color: var(--lime); font-size: 10px; min-height: 14px; }

/* ===== フッター ===== */
.footer { border-top: 2px solid var(--line); padding: 26px 0; margin-top: 30px; background: var(--bg2); }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 9px; color: var(--muted); }
.footer .logo__text { color: var(--text); font-size: 13px; }

/* ===== スクロール演出 ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ===== CRT / スキャンライン ===== */
/* ===== 起動演出（BOOTムービー） ===== */
.boot { position: fixed; inset: 0; z-index: 1000; background: #05070f; display: flex; align-items: center; justify-content: center; overflow: hidden; animation: bootFail .1s linear 5s forwards; }
.boot::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(0,0,0,.28) 0 1px, transparent 1px 3px); }
.boot.is-done { opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s; }
@keyframes bootFail { to { opacity: 0; visibility: hidden; } }
.boot__inner { position: relative; z-index: 1; width: min(520px, 86%); font-family: "Share Tech Mono", monospace; }
.boot__logo { font-size: clamp(22px, 5vw, 30px); color: var(--cyan); text-shadow: 0 0 18px rgba(34,211,238,.85); letter-spacing: .14em; margin-bottom: 22px; }
.boot__log { font-size: 10px; line-height: 2; color: var(--lime); min-height: 92px; margin: 0; white-space: pre-wrap; text-shadow: 0 0 8px rgba(198,245,66,.5); }
.boot__bar { height: 12px; border: 2px solid var(--line); margin-top: 18px; }
.boot__bar i { display: block; height: 100%; width: 0; background: var(--lime); box-shadow: 0 0 14px var(--lime); transition: width .25s linear; }

/* ===== シネマティックFV（カメラの動き＋光のドリフト） ===== */
/* FVのカメラ演出（ken burns）は無効化：上下の動きなし */
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; display: none; image-rendering: pixelated; }
.hero__fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; image-rendering: pixelated; }
.hero__cine { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(55% 45% at 28% 22%, rgba(34,211,238,.12), transparent 62%); animation: heroCine 16s ease-in-out infinite alternate; }
@keyframes heroCine { from { opacity: .6; } to { opacity: 1; } }

.crt { position: fixed; inset: 0; z-index: 900; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(0,0,0,.14) 0 1px, transparent 1px 3px); mix-blend-mode: multiply; opacity: .5; }
.vignette { position: fixed; inset: 0; z-index: 901; pointer-events: none; box-shadow: inset 0 0 180px rgba(0,0,0,.7); }

.sp { display: none; }

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .who { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav, .contact-btn { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav.is-open { display: flex; flex-direction: column; gap: 0; position: absolute; top: 66px; left: 0; right: 0; background: var(--bg); border-top: 2px solid var(--cyan); border-bottom: 2px solid var(--line); padding: 6px 0 10px; box-shadow: 0 22px 40px rgba(0,0,0,.75); }
  .nav.is-open a { padding: 17px 24px; font-size: 12px; letter-spacing: .08em; border-bottom: 1px solid var(--line); }
  .nav.is-open a:active { background: rgba(34,211,238,.08); }
  /* メニュー内のお問い合わせを強調ボタン化 */
  .nav .nav__cta { display: none; }
  .nav.is-open .nav__cta { display: block; margin: 12px 20px 4px; padding: 15px 24px; text-align: center; color: #07101e !important; background: var(--lime); border-bottom: none; border-radius: 8px; font-weight: 700; box-shadow: 0 0 20px rgba(198,245,66,.4); }
  /* FV：上＝文字（暗背景）／下＝夜景バンドに分離 */
  .hero { min-height: 90vh; padding-top: 38px; }
  /* 静止画FV：文字は上部の暗いスクリムで可読性確保 */
  .hero__scrim { background: linear-gradient(180deg, rgba(7,11,22,.94) 0%, rgba(7,11,22,.8) 26%, rgba(7,11,22,.35) 50%, rgba(7,11,22,.15) 68%, rgba(7,11,22,.35) 100%); }
  /* SPでは花火・流れ星・UFO等の演出は非表示（負荷軽減） */
  .hero__fx { display: none; }
  .hero__inner { flex-direction: column; align-items: stretch; gap: 22px; }
  .hero__title { text-shadow: 0 2px 12px rgba(7,11,22,.95), 0 0 26px rgba(34,211,238,.4); }
  .hero__lead { text-shadow: 0 2px 10px rgba(7,11,22,.95); }
  /* GROWTH SCORE をコンパクトなチップに */
  .score { width: auto; align-self: flex-start; padding: 12px 16px; background: rgba(8,13,28,.92); box-shadow: 4px 4px 0 rgba(0,0,0,.5); }
  .score__value { font-size: 24px; margin: 6px 0 0; }
  .score__bars, .score__meta { display: none; }
  .steps { flex-direction: column; gap: 20px; }
  .steps li:not(:last-child)::after { content: "▼"; right: auto; top: auto; bottom: -16px; }
  .sp { display: inline; }
  /* FVのCTAは縦積み・全幅でタップしやすく */
  .hero__cta { flex-direction: column; gap: 12px; }
  .hero__cta .btn { width: 100%; justify-content: center; }
}
@media (max-width: 520px) {
  .grid-4 { grid-template-columns: 1fr; }
  .contact__form { grid-template-columns: 1fr; }
  /* 支援領域カードを圧縮 */
  .card { padding: 17px 18px; }
  .card p { min-height: 0; margin-bottom: 12px; }
  .card__no { margin-bottom: 10px; }
}

/* 動きを減らす設定を尊重 */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* =====================================================
   セクションの変化（バンド・番号・アクセント・レイアウト）
   ===================================================== */
[data-accent="cyan"]  { --acc: #22d3ee; --acc-glow: rgba(34,211,238,.5); }
[data-accent="pink"]  { --acc: #ff2d95; --acc-glow: rgba(255,45,149,.5); }
[data-accent="lime"]  { --acc: #c6f542; --acc-glow: rgba(198,245,66,.5); }
[data-accent="amber"] { --acc: #ffb300; --acc-glow: rgba(255,179,0,.5); }

.section { position: relative; overflow: hidden; }
.section > .container { position: relative; z-index: 1; }

/* 背景のバリエーション */
.section--band { background: var(--bg2); padding-block: 84px; }
.section--grid::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 40%, transparent 100%);
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 40%, transparent 100%);
}
.section--arcade { background: radial-gradient(120% 90% at 50% 0%, #0b1330, #05070f); padding-block: 96px; }
.section--glow { background: radial-gradient(90% 120% at 50% 0%, rgba(255,45,149,.14), transparent 60%), var(--bg); padding-block: 96px; }

/* 巨大なゴースト番号 */
.ghost {
  position: absolute; top: -.16em; right: 3%; z-index: 0; pointer-events: none;
  font-family: "Share Tech Mono", monospace; font-size: clamp(90px, 17vw, 210px);
  line-height: 1; color: var(--acc); opacity: .08;
}
.ghost--center { left: 50%; right: auto; transform: translateX(-50%); }

/* 見出しの中央寄せ・説明文 */
.sec-head--center { text-align: center; }
.sec-desc { color: var(--muted); margin: 12px 0 0; }
.sec-head--center .sec-desc { max-width: 560px; margin-inline: auto; }

/* セクション区切り（流れるネオンの点線） */
.divider {
  height: 6px; margin: 0; border: none;
  background-image: repeating-linear-gradient(90deg, var(--acc) 0 12px, transparent 12px 24px);
  box-shadow: 0 0 14px var(--acc-glow); opacity: .6; animation: dash 1.2s linear infinite;
}
@keyframes dash { to { background-position: 24px 0; } }

/* 01 WHO：ターミナル風カード */
.terminal { border: 2px solid var(--line); background: #060b18; box-shadow: 6px 6px 0 rgba(0,0,0,.45); }
.terminal__bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; background: #0c1226; border-bottom: 2px solid var(--line); font-family: "Share Tech Mono", monospace; font-size: 8px; color: var(--muted); }
.terminal__bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); }
.terminal__bar i:nth-child(2) { background: var(--amber); }
.terminal__bar i:nth-child(3) { background: var(--lime); }
.terminal__bar span { margin-left: 8px; }
.terminal .lead-lg { margin: 20px 22px 12px; }
.terminal > p:last-child { margin: 0 22px 22px; color: #cdd9f2; }

/* 03 RESULTS：グリッドフロア＋スコアボード */
.gridfloor {
  position: absolute; left: -20%; right: -20%; bottom: 0; height: 46%; z-index: 0; pointer-events: none;
  background-image: linear-gradient(var(--acc) 2px, transparent 2px), linear-gradient(90deg, var(--acc) 2px, transparent 2px);
  background-size: 100% 34px, 46px 100%;
  transform: perspective(320px) rotateX(64deg); transform-origin: bottom; opacity: .16;
  -webkit-mask-image: linear-gradient(to top, #000, transparent);
  mask-image: linear-gradient(to top, #000, transparent);
  animation: floor 3.6s linear infinite;
}
@keyframes floor { to { background-position: 0 34px, 0 0; } }
.scoreboard {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--acc); background: rgba(6,10,20,.72);
  box-shadow: 0 0 34px var(--acc-glow), 6px 6px 0 rgba(0,0,0,.5);
}
.scoreboard__cell { padding: 36px 18px; text-align: center; border-right: 2px solid rgba(255,255,255,.08); }
.scoreboard__cell:last-child { border-right: none; }
.scoreboard .stat__num { font-size: clamp(30px, 5vw, 54px); color: var(--acc); text-shadow: 0 0 18px var(--acc-glow); }

/* 04 PROCESS：走る光のライン */
.steps::before {
  content: ""; position: absolute; left: 40px; right: 40px; top: 50%; height: 2px; z-index: 0;
  background: linear-gradient(90deg, transparent, var(--acc), transparent); background-size: 38% 100%;
  background-repeat: no-repeat; opacity: .55; animation: run 2.6s linear infinite;
}
@keyframes run { 0% { background-position: -40% 0; } 100% { background-position: 140% 0; } }
.steps li { position: relative; z-index: 1; }

/* 05 WHY：オフセット2カラム */
.why-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center; }
.why-aside .btn { margin-top: 20px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* 06 MESSAGE：中央 */
.message-wrap { max-width: 820px; margin-inline: auto; text-align: center; }
.message-wrap .message__big::before { content: "❝ "; color: var(--acc); }
.message-wrap .message__sign { color: var(--acc); }

/* 幅狭コンテナ */
.container--narrow { width: min(760px, 92%); }

/* 08 CONTACT：発光フレーム */
.contact--framed { border-color: var(--acc); box-shadow: 0 0 44px var(--acc-glow), 8px 8px 0 rgba(0,0,0,.5); }

@media (max-width: 900px) {
  .why-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .scoreboard { grid-template-columns: 1fr 1fr; }
  .scoreboard__cell:nth-child(2) { border-right: none; }
  .scoreboard__cell:nth-child(1), .scoreboard__cell:nth-child(2) { border-bottom: 2px solid rgba(255,255,255,.08); }
  .steps::before { display: none; }
  .ghost { font-size: 90px; }
}
@media (max-width: 520px) {
  .scoreboard { grid-template-columns: 1fr 1fr; }
  .scoreboard__cell { padding: 24px 10px; }
  .scoreboard .stat__num { font-size: clamp(26px, 8vw, 40px); }
  .why-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   ラインアイコン（絵文字置き換え）
   ===================================================== */
.ic {
  display: inline-block; vertical-align: middle; width: 26px; height: 26px;
  fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 5px currentColor);
}
.ic--sm { width: 18px; height: 18px; }
/* PROCESS の各ステップ：アクセント色（アンバー）で発光 */
.steps__ico { color: var(--acc); line-height: 0; }
.steps__ico .ic { width: 30px; height: 30px; }
/* サービスカードのアイコン（色は card--* のアクセントを継承） */
.card__no { line-height: 0; }
.card__no .ic { width: 30px; height: 30px; }
/* WHO のチェック */
.who__ico .ic { position: relative; top: 1px; }

/* =====================================================
   追加コンテンツ（実例・WORKS・VOICE・CASE）
   ===================================================== */
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.work__metric small { font-size: 15px; }
/* WORKS：課題・施策・結果の開閉 */
.work__more { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; }
.work__more summary { cursor: pointer; list-style: none; font-size: 12px; color: var(--acc); font-weight: 700; }
.work__more summary::-webkit-details-marker { display: none; }
.work__more summary::before { content: "＋ "; }
.work__more[open] summary::before { content: "－ "; }
.work__more p { font-size: 12.5px; color: var(--muted); margin: 9px 0 0; line-height: 1.75; }
.work__more p b { color: var(--text); }
@media (max-width: 820px) { .grid-2 { grid-template-columns: 1fr; } }

/* サービスカードの実例リスト */
.card__ex { list-style: none; margin: 2px 0 14px; padding: 12px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.card__ex li { font-size: 12px; color: var(--muted); display: flex; gap: 7px; }
.card__ex li::before { content: "▸"; }
.card--cyan .card__ex li::before { color: var(--cyan); }
.card--pink .card__ex li::before { color: var(--pink); }
.card--lime .card__ex li::before { color: var(--lime); }
.card--amber .card__ex li::before { color: var(--amber); }

/* WORKS（支援実績） */
.work { background: var(--panel); border: 2px solid var(--line); box-shadow: 5px 5px 0 rgba(0,0,0,.45); display: flex; flex-direction: column; transition: transform .15s, box-shadow .2s; }
.work:hover { transform: translateY(-5px); box-shadow: 5px 5px 0 var(--acc-glow); }
.work__thumb { padding: 20px; background: #0a1226; border-bottom: 2px solid var(--acc); }
.work__cat { font-family: "Share Tech Mono", monospace; font-size: 8px; letter-spacing: .08em; color: var(--acc); }
.work__metric { font-family: "Share Tech Mono", monospace; font-size: 26px; color: var(--acc); text-shadow: 0 0 14px var(--acc-glow); margin-top: 14px; }
.work__metric span { font-size: 13px; color: var(--muted); display: block; margin-top: 8px; font-family: "Hiragino Kaku Gothic ProN", sans-serif; letter-spacing: 0; }
.work__body { padding: 16px 18px; }
.work__body h3 { font-size: 16px; margin: 0 0 8px; }
.work__body p { color: var(--muted); font-size: 13px; margin: 0; }

/* VOICE（お客様の声） */
.voice { background: var(--panel); border: 2px solid var(--line); box-shadow: 5px 5px 0 rgba(0,0,0,.45); padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.voice__stars { color: var(--amber); letter-spacing: 3px; font-size: 13px; text-shadow: 0 0 10px rgba(255,179,0,.4); }
.voice__quote { font-size: 14px; line-height: 1.85; color: #dbe4f7; margin: 0; flex: 1; }
.voice__quote::before { content: "❝ "; color: var(--acc); font-weight: 800; }
.voice__who { display: flex; align-items: center; gap: 12px; }
.voice__avatar { width: 52px; height: 52px; flex-shrink: 0; border: 2px solid var(--acc); border-radius: 50%; overflow: hidden; background: var(--bg2); box-shadow: 0 0 12px var(--acc-glow); display: flex; align-items: center; justify-content: center; }
.avatar { width: 100%; height: 100%; display: block; }
.avatar .av-bg { fill: var(--acc); opacity: .16; }
.avatar .av-line { fill: none; stroke: var(--acc); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.avatar .av-solid { fill: var(--acc); }
/* ピクセルアバター */
.voice__avatar .pixav { width: 100%; height: 100%; display: block; image-rendering: pixelated; }

/* アクセシビリティ：スクリーンリーダー用の隠しラベル */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
/* ハニーポット（botよけ）：人には見せず、display:none は避けてbotに埋めさせる */
.hp { position: absolute; inset-inline-start: -9999px; inline-size: 1px; block-size: 1px; overflow: hidden; }
/* キーボード操作時のフォーカス可視化 */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 2px;
}
/* 実績・声のイメージ注記 */
.sample-note { display: block; font-size: 11px; color: var(--muted); opacity: .85; margin-top: 6px; }

/* ヒーローのタグライン・キッカー（日本語なのでゴシックで少し大きめに） */
.eyebrow--tagline { font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .04em; }

/* セクション・スポットイラスト */
.illus { display: block; width: 94px; height: 62px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; color: var(--acc); filter: drop-shadow(0 0 6px var(--acc-glow)); margin: 0 0 16px; }
.sec-head--center .illus, .message-wrap .illus { margin-left: auto; margin-right: auto; }
/* ピクセル・スポット絵 */
.spot-illus { display: block; width: 120px; height: auto; image-rendering: pixelated; margin: 0 0 16px; filter: drop-shadow(0 0 8px var(--acc-glow)); }
.sec-head--center .spot-illus, .message-wrap .spot-illus { margin-left: auto; margin-right: auto; }
@media (max-width: 520px) { .spot-illus { width: 100px; } }

/* 用語メモ（かんたん解説）— マーケ用語をその場で補足 */
.glossary { margin-top: 28px; border: 1px solid var(--line); border-left: 3px solid var(--acc); background: rgba(12,18,38,.55); padding: 16px 20px; }
.glossary__label { font-family: "Share Tech Mono", monospace; font-size: 9px; color: var(--acc); letter-spacing: .06em; margin: 0 0 12px; }
/* 用語メモ：プルダウン（最初だけopen） */
details.glossary > summary { cursor: pointer; list-style: none; display: flex; align-items: center; margin: 0; }
details.glossary > summary::-webkit-details-marker { display: none; }
details.glossary > summary::after { content: "＋ ひらく"; margin-left: auto; color: var(--acc); font-family: "Share Tech Mono", monospace; font-size: 9px; opacity: .85; }
details.glossary[open] > summary { margin-bottom: 12px; }
details.glossary[open] > summary::after { content: "− とじる"; }
details.glossary > summary:hover::after { opacity: 1; text-shadow: 0 0 8px var(--acc-glow, rgba(34,211,238,.6)); }
.glossary dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
.glossary__item { font-size: 12.5px; line-height: 1.65; }
.glossary__item dt { display: inline; font-weight: 700; color: var(--text); }
.glossary__item dt::after { content: "："; color: var(--muted); }
.glossary__item dd { display: inline; margin: 0; color: var(--muted); }
@media (max-width: 700px) { .glossary dl { grid-template-columns: 1fr; } }

/* =====================================================
   LP強化（課題提起・CTA・フォーム・会社概要）
   ===================================================== */
/* 課題提起 */
.pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pain { display: flex; gap: 14px; align-items: flex-start; background: var(--panel); border: 2px solid var(--line); border-left: 4px solid var(--pink); padding: 18px 20px; box-shadow: 4px 4px 0 rgba(0,0,0,.4); }
.pain .ic { color: var(--pink); flex-shrink: 0; margin-top: 1px; }
.pain p { margin: 0; font-size: 14.5px; }
.pain-bridge { text-align: center; margin: 30px auto 0; max-width: 720px; font-size: 17px; line-height: 1.7; color: #dbe4f7; }
.pain-bridge strong { color: var(--lime); }

/* CTAバンド */
.ctaband { background: radial-gradient(90% 150% at 50% 0%, rgba(198,245,66,.12), transparent 62%), var(--bg2); border-block: 2px solid var(--line); }
.ctaband__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 36px 0; flex-wrap: wrap; }
.ctaband__copy h3 { font-size: clamp(20px, 3vw, 28px); font-weight: 800; margin: 0 0 6px; }
.ctaband__copy p { margin: 0; color: var(--muted); font-size: 14px; }
.ctaband__btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* フローティングCTA */
.fab { position: fixed; right: 20px; bottom: 20px; z-index: 60; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .3s, transform .3s; }
.fab.is-show { opacity: 1; visibility: visible; transform: none; }

/* フォーム強化 */
.contact__reassure { grid-column: 1 / -1; display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 2px; }
.contact__reassure span { font-size: 12px; color: var(--lime); display: inline-flex; align-items: center; gap: 6px; }
.contact__reassure .ic { color: var(--lime); }
.contact__form select { grid-column: 1 / -1; background: #060b18; border: 2px solid var(--line); padding: 14px; color: var(--text); font-size: 14px; font-family: inherit; }
.contact__form select:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 2px rgba(34,211,238,.25); }
.consent { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--muted); }
.consent input { width: 18px; height: 18px; accent-color: var(--lime); margin-top: 1px; flex-shrink: 0; }
.consent a { color: var(--cyan); text-decoration: underline; }

/* リッチフッター / 会社概要 */
.footer { padding: 44px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 34px; align-items: start; margin-bottom: 26px; }
.footer__brand .logo__text { font-size: 18px; }
.footer__brand p { color: var(--muted); font-size: 13px; margin: 12px 0 0; }
.company { margin: 0; }
.company__row { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.company__row dt { width: 84px; flex-shrink: 0; color: var(--muted); font-size: 12px; }
.company__row dd { margin: 0; }
.policy { margin-top: 14px; }
.policy summary { cursor: pointer; color: var(--cyan); font-size: 13px; list-style: none; }
.policy summary::-webkit-details-marker { display: none; }
.policy summary::before { content: "＋ "; }
.policy[open] summary::before { content: "－ "; }
.policy p { font-size: 12px; color: var(--muted); line-height: 1.8; margin: 10px 0 0; }
.footer__bottom { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 9px; color: var(--muted); }

@media (max-width: 820px) {
  .pain-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .fab { right: 0; left: 0; bottom: 0; padding: 10px 14px; background: rgba(7,11,22,.9); border-top: 2px solid var(--line); backdrop-filter: blur(6px); }
  .fab .btn { width: 100%; justify-content: center; }
  .ctaband__inner { flex-direction: column; align-items: flex-start; }
}
.voice__meta b { display: block; font-size: 13px; }
.voice__meta span { font-size: 12px; color: var(--muted); }

/* PROCESS：具体ケース */
.case { margin-top: 26px; background: var(--panel); border: 2px solid var(--line); border-left: 4px solid var(--acc); box-shadow: 5px 5px 0 rgba(0,0,0,.45); padding: 26px; }
.case__label { font-family: "Share Tech Mono", monospace; font-size: 9px; color: var(--acc); letter-spacing: .1em; }
.case__title { font-size: 18px; font-weight: 800; margin: 10px 0 18px; }
.case__title small { display: block; font-size: 13px; color: var(--muted); font-weight: 400; margin-top: 4px; }
.case__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.case__list li { display: flex; gap: 14px; font-size: 13.5px; color: #cdd9f2; }
.case__no { font-family: "Share Tech Mono", monospace; font-size: 11px; color: var(--acc); flex-shrink: 0; padding-top: 2px; width: 22px; }
.case__list b { color: var(--text); }

@media (max-width: 820px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .grid-3 { grid-template-columns: 1fr; } }

/* ===== 課題セクション：悩む人ドット絵 ===== */
.pain-illus { display: block; width: clamp(96px, 16vw, 132px); height: auto; margin: 0 auto 16px; image-rendering: pixelated; filter: drop-shadow(0 0 10px rgba(255,45,149,.35)); }

/* ===== 成長診断（紙芝居コンソール） ===== */
.diag { position: relative; max-width: 720px; margin: 6px auto 0; padding: 26px clamp(18px, 4vw, 34px) 30px; background: linear-gradient(180deg, rgba(12,18,38,.92), rgba(7,11,22,.96)); border: 2px solid var(--acc); border-radius: 14px; box-shadow: 0 0 30px var(--acc-glow), 0 22px 50px rgba(0,0,0,.5); overflow: hidden; min-height: 440px; display: flex; flex-direction: column; }
.diag__scan { position: absolute; inset: 0; pointer-events: none; z-index: 2; background: repeating-linear-gradient(0deg, rgba(0,0,0,.16) 0 1px, transparent 1px 3px); opacity: .5; }
.diag__bar { position: relative; z-index: 1; height: 6px; border-radius: 3px; background: rgba(255,255,255,.08); overflow: hidden; margin-bottom: 22px; }
.diag__bar i { display: block; height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, var(--acc), #eaf0ff); box-shadow: 0 0 10px var(--acc-glow); transition: width .45s cubic-bezier(.2,.8,.2,1); }
.diag__stage { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.diag__ns { text-align: center; color: var(--muted); }

.diag-slide { animation: diagIn .38s ease both; }
@keyframes diagIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.diag__meta { font-family: "Share Tech Mono", monospace; font-size: 10px; letter-spacing: .06em; color: var(--acc); margin-bottom: 12px; }
.diag__q { font-size: clamp(18px, 2.5vw, 23px); font-weight: 800; line-height: 1.55; color: var(--text); margin: 0 0 20px; }
.diag__opts { display: grid; gap: 10px; }
.diag-opt { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 10px; padding: 13px 15px; color: var(--text); font-size: 15px; line-height: 1.5; cursor: pointer; transition: border-color .18s, background .18s, transform .18s, box-shadow .18s; }
.diag-opt:hover, .diag-opt:focus-visible { border-color: var(--acc); background: rgba(34,211,238,.08); transform: translateX(3px); box-shadow: 0 0 16px var(--acc-glow); outline: none; }
.diag-opt__key { flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: var(--acc); color: #07101e; font-family: "Share Tech Mono", monospace; font-size: 10px; }

/* イントロ／結果 */
.diag__center { text-align: center; }
.diag__lead { font-size: clamp(16px, 2.2vw, 19px); font-weight: 700; line-height: 1.7; color: var(--text); margin: 0 auto 8px; max-width: 34em; }
.diag__sub { font-size: 13px; color: var(--muted); margin: 0 auto 22px; }
.diag__badges { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 24px; }
.diag__chip { font-size: 12px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }
.diag__btn { display: inline-flex; align-items: center; gap: 10px; font-family: "Share Tech Mono", monospace; font-size: 12px; letter-spacing: .04em; padding: 15px 26px; border: 0; border-radius: 10px; background: var(--acc); color: #07101e; cursor: pointer; box-shadow: 0 0 22px var(--acc-glow); transition: transform .15s, filter .15s; text-decoration: none; }
.diag__btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.diag__btn--ghost { background: transparent; color: var(--muted); box-shadow: none; border: 1px solid var(--line); font-family: inherit; font-size: 13px; letter-spacing: 0; padding: 11px 18px; }
.diag__btn--ghost:hover { color: var(--text); border-color: var(--acc); }

.diag-res__eyebrow { font-family: "Share Tech Mono", monospace; font-size: 10px; color: var(--acc); margin-bottom: 14px; }
.diag-res__score { font-family: "Share Tech Mono", monospace; font-size: clamp(34px, 8vw, 52px); color: var(--text); line-height: 1; text-shadow: 0 0 18px var(--acc-glow); }
.diag-res__score small { font-size: .34em; color: var(--muted); margin-left: 6px; letter-spacing: 0; }
.diag-res__meter { max-width: 320px; height: 8px; border-radius: 4px; background: rgba(255,255,255,.08); overflow: hidden; margin: 16px auto 20px; }
.diag-res__meter i { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--acc), #eaf0ff); box-shadow: 0 0 12px var(--acc-glow); }
.diag-res__badge { display: inline-block; font-weight: 800; font-size: 13px; letter-spacing: .04em; color: #07101e; background: var(--acc); border-radius: 999px; padding: 6px 16px; margin-bottom: 14px; }
.diag-res__title { font-size: clamp(20px, 3vw, 26px); font-weight: 800; color: var(--text); margin: 0 0 12px; line-height: 1.4; }
.diag-res__desc { font-size: 15px; line-height: 1.8; color: var(--muted); max-width: 36em; margin: 0 auto 26px; }
.diag-res__desc b { color: var(--text); }
.diag-res__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: center; }

@media (max-width: 520px) {
  .diag { min-height: 460px; padding: 22px 16px 26px; }
  .diag-opt { font-size: 14px; padding: 12px 13px; }
}

/* ===== 支援実績カード：ピクトグラム＋文字の抑揚 ===== */
.work__thumb { position: relative; }
.work__ico { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; color: var(--acc); opacity: .92; }
.work__cat { font-size: 9px; }
.work__metric { font-size: clamp(36px, 6.4vw, 46px); font-weight: 700; line-height: 1; margin-top: 12px; padding-right: 48px; }
.work__metric small { font-size: 16px; font-weight: 400; margin-left: 5px; opacity: .85; }
.work__metric span { font-size: 13px; color: #c2cfec; line-height: 1.7; margin-top: 12px; padding-top: 11px; border-top: 1px dashed var(--line); }
.work__body h3 { font-size: 18px; line-height: 1.45; }
.work__body p { font-size: 13px; line-height: 1.7; }
@media (max-width: 520px) { .work__metric { font-size: 38px; padding-right: 44px; } .work__ico { width: 36px; height: 36px; } }

/* ===== 公式ロゴ（ヘッダー/フッター） ===== */
.logo__img { height: 30px; width: auto; display: block; filter: drop-shadow(0 0 8px rgba(255,255,255,.18)); }
.footer__brand .logo__img { height: 40px; }
@media (max-width: 520px) { .logo__img { height: 26px; } }

/* ===== 図・グラフ（インラインSVG・ネオン配色） ===== */
.figure { margin: 34px auto 0; max-width: 920px; background: rgba(12,18,38,.72); border: 1px solid var(--line); border-radius: 12px; padding: 24px 26px 20px; }
.figure svg { display: block; width: 100%; height: auto; }
.figure__cap { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-align: center; line-height: 1.7; }
.figure__cap b { color: var(--acc); }
.figure__ttl { font-family: "Share Tech Mono", monospace; font-size: 11px; letter-spacing: .08em; color: var(--acc); margin-bottom: 14px; }

/* 一気通貫フロー */
.flowfig { margin: 30px auto 0; max-width: 980px; }
.flowfig svg { display: block; width: 100%; height: auto; }

/* WORKSカード内ミニグラフ */
.work__chart { margin: 14px 0 2px; padding-top: 13px; border-top: 1px dashed var(--line); }
.work__chart svg { display: block; width: 100%; height: auto; }
.work__chart .cap { font-size: 10.5px; color: var(--muted); margin-top: 7px; letter-spacing: .02em; }

@media (max-width: 520px) {
  .figure { padding: 18px 16px 16px; }
}
