/*
Theme Name: seekHUB Corporate
Theme URI: https://seekhub.jp/
Description: seekHUB. LLC コーポレートサイトテーマ。神戸のWEB制作・広告運用・採用支援会社。近未来HUDデザイン。
Author: seekHUB. LLC
Version: 1.0.0
*/

/* ========== tokens ========== */
:root {
  --shb-bg: #0e1614;
  --shb-bg2: #14201b;
  --shb-panel: #1a2822;
  --shb-line: #2a3e34;
  --shb-ink: #ecf2ee;
  --shb-mute: #a3b6ac;
  --shb-green: #3dd996;
  --shb-green-dim: #1d7a55;
  --shb-deep: #123c2c;
  --shb-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shb-dur: 0.9s;
  --shb-font-en: 'Michroma', sans-serif;
  --shb-font-mono: 'Share Tech Mono', monospace;
  --shb-font-ja: 'Zen Kaku Gothic New', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.shb-body {
  background:
    radial-gradient(1200px 700px at 82% -8%, rgba(61, 217, 150, 0.10), transparent 60%),
    radial-gradient(900px 600px at -10% 40%, rgba(29, 122, 85, 0.14), transparent 55%),
    var(--shb-bg);
  color: var(--shb-ink);
  font-family: var(--shb-font-ja);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--shb-green); text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--shb-green); outline-offset: 3px; }
em { font-style: normal; }

/* noise + gridlines overlays */
.shb-noise {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}
.shb-gridlines {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.28;
  background-image:
    linear-gradient(rgba(61, 217, 150, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 217, 150, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(closest-side at 50% 30%, #000 30%, transparent 100%);
}

/* cursor glow */
.shb-cursor {
  position: fixed; z-index: 2; width: 340px; height: 340px; border-radius: 50%;
  pointer-events: none; left: 0; top: 0; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(61, 217, 150, 0.07), transparent 65%);
  transition: opacity 0.4s;
  opacity: 0;
}
body.shb-cursor-on .shb-cursor { opacity: 1; }

main { position: relative; z-index: 3; }

/* ========== header ========== */
.shb-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(14, 22, 20, 0.97), rgba(14, 22, 20, 0.88));
  border-bottom: 1px solid var(--shb-line);
  transition: transform 0.5s var(--shb-ease);
}
.shb-header.is-hidden { transform: translateY(-100%); }
.shb-header__brand { display: flex; align-items: center; gap: 12px; }
.shb-header__mark img { display: block; width: 40px; height: auto; animation: shb-spin-slow 26s linear infinite; }
.shb-header__word { width: 132px; height: auto; }
.shb-nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 30px); }
.shb-nav a { display: flex; flex-direction: column; line-height: 1.25; color: var(--shb-ink); position: relative; }
.shb-nav__en { font-family: var(--shb-font-en); font-size: 11px; letter-spacing: 0.14em; }
.shb-nav__ja { font-size: 10px; color: var(--shb-mute); }
.shb-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0;
  background: var(--shb-green); transition: width 0.45s var(--shb-ease);
}
.shb-nav a:hover::after { width: 100%; }
.shb-nav__cta { border: 1px solid var(--shb-green-dim); padding: 7px 14px; }
.shb-nav__cta .shb-nav__en { color: var(--shb-green); }
.shb-burger { display: none; }

/* ========== hero ========== */
.shb-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  padding: 120px clamp(18px, 5vw, 72px) 60px;
  position: relative;
}
.shb-hero__orbit {
  position: relative; aspect-ratio: 1; max-width: 560px; width: 100%;
  justify-self: center;
  order: 2;
}
.shb-hero__ring { position: absolute; inset: 0; color: var(--shb-green-dim); }
.shb-hero__ring--outer { animation: shb-spin-slow 44s linear infinite; opacity: 0.75; }
.shb-hero__ring--mid { animation: shb-spin-rev 30s linear infinite; color: var(--shb-green); opacity: 0.5; }
.shb-hero__ring--dots { animation: shb-spin-slow 70s linear infinite; opacity: 0.6; }
.shb-hero__mark {
  position: absolute; left: 50%; top: 50%; width: 52%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 34px rgba(61, 217, 150, 0.3));
  animation: shb-hover-float 7s ease-in-out infinite;
}
.shb-hero__scanline {
  position: absolute; left: 8%; right: 8%; height: 2px; top: 0;
  background: linear-gradient(90deg, transparent, rgba(61, 217, 150, 0.75), transparent);
  animation: shb-scan 5.5s var(--shb-ease) infinite;
  box-shadow: 0 0 18px rgba(61, 217, 150, 0.5);
}
.shb-hero__copy { order: 1; }
.shb-hero__boot {
  font-family: var(--shb-font-mono); font-size: 12px; color: var(--shb-green);
  border-left: 2px solid var(--shb-green); padding-left: 10px; margin-bottom: 26px;
  min-height: 1.4em; white-space: nowrap; overflow: hidden;
}
.shb-hero__h1 { font-weight: 700; }
.shb-hero__h1 .shb-glitch {
  display: block; font-size: clamp(30px, 4.6vw, 58px); line-height: 1.25; letter-spacing: 0.08em;
}
.shb-hero__sub {
  display: block; margin-top: 18px; font-size: clamp(12px, 1.3vw, 15px);
  color: var(--shb-mute); font-weight: 500; letter-spacing: 0.1em;
}
.shb-hero__lead { margin-top: 26px; max-width: 34em; color: var(--shb-ink); font-size: 15px; }
.shb-hero__actions { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }

/* glitch effect */
.shb-glitch { position: relative; display: inline-block; }
.shb-glitch::before, .shb-glitch::after {
  content: attr(data-text); position: absolute; inset: 0; opacity: 0;
  clip-path: inset(20% 0 40% 0);
}
.shb-glitch:hover::before, .shb-page-top .shb-hero__h1 .shb-glitch::before {
  animation: shb-glitch-a 3.6s steps(2, end) infinite; color: var(--shb-green); opacity: 0.8;
}
.shb-glitch:hover::after, .shb-page-top .shb-hero__h1 .shb-glitch::after {
  animation: shb-glitch-b 4.2s steps(2, end) infinite; color: #7de0ff; opacity: 0.5;
}

/* buttons */
.shb-btn {
  font-family: var(--shb-font-ja); font-weight: 700; font-size: 14px; letter-spacing: 0.1em;
  padding: 14px 30px; position: relative; display: inline-block;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: transform 0.4s var(--shb-ease), box-shadow 0.4s var(--shb-ease), background 0.4s;
}
.shb-btn--solid { background: var(--shb-green); color: #06231a; }
.shb-btn--solid:hover { transform: translateY(-3px); box-shadow: 0 10px 34px rgba(61, 217, 150, 0.35); }
.shb-btn--ghost { border: 1px solid var(--shb-green-dim); color: var(--shb-green); background: rgba(61, 217, 150, 0.05); }
.shb-btn--ghost:hover { background: rgba(61, 217, 150, 0.14); transform: translateY(-3px); }

/* ticker */
.shb-ticker { overflow: hidden; border-block: 1px solid var(--shb-line); background: var(--shb-bg2); }
.shb-ticker__track {
  display: flex; gap: 56px; white-space: nowrap; width: max-content;
  padding: 12px 0; animation: shb-marquee 28s linear infinite;
  font-family: var(--shb-font-mono); font-size: 12px; color: var(--shb-mute); letter-spacing: 0.14em;
}
.shb-ticker__track span::before { content: "◆"; color: var(--shb-green-dim); margin-right: 14px; font-size: 8px; vertical-align: 2px; }

/* ========== sections ========== */
.shb-section { padding: clamp(70px, 10vw, 130px) clamp(18px, 5vw, 72px); max-width: 1240px; margin-inline: auto; }
.shb-section__head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.shb-section__head h2, .shb-section h2 {
  font-size: clamp(24px, 3vw, 38px); line-height: 1.3; letter-spacing: 0.07em; font-weight: 700;
}
.shb-section__desc { margin-top: 20px; color: var(--shb-mute); font-size: 15px; }
.shb-eyebrow {
  font-family: var(--shb-font-en); font-size: 12px; letter-spacing: 0.22em;
  color: var(--shb-green); margin-bottom: 16px; display: flex; align-items: center; gap: 12px;
}
.shb-eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--shb-green); }
.shb-eyebrow__ja { font-family: var(--shb-font-ja); font-size: 11px; color: var(--shb-mute); letter-spacing: 0.1em; }

/* reveal animation */
.shb-reveal { opacity: 0; transform: translateY(34px); transition: opacity var(--shb-dur) var(--shb-ease), transform var(--shb-dur) var(--shb-ease); }
.shb-reveal.is-in { opacity: 1; transform: none; }

/* arrow link */
.shb-arrowlink { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14px; margin-top: 8px; }
.shb-arrowlink::after { content: "→"; transition: transform 0.35s var(--shb-ease); }
.shb-arrowlink:hover::after { transform: translateX(7px); }

/* dashboard */
.shb-dash__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--shb-line); border: 1px solid var(--shb-line); }
.shb-dash__cell { background: var(--shb-panel); padding: clamp(24px, 3vw, 42px); position: relative; overflow: hidden; }
.shb-dash__cell::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--shb-green), transparent); transform: scaleX(0); transform-origin: left;
  transition: transform 1.1s var(--shb-ease) 0.25s;
}
.shb-dash__cell.is-in::before { transform: scaleX(1); }
.shb-dash__cell--wide { grid-column: span 3; display: grid; grid-template-columns: auto 1fr; gap: 8px 40px; align-items: center; }
.shb-dash__cell--wide h3 { grid-column: 2; }
.shb-dash__cell--wide p:last-child { grid-column: 2; }
.shb-dash__cell--wide .shb-dash__num { grid-row: span 2; }
.shb-dash__num {
  font-family: var(--shb-font-en); font-size: clamp(44px, 5.6vw, 76px); color: var(--shb-green);
  line-height: 1.1; margin-bottom: 10px; text-shadow: 0 0 26px rgba(61, 217, 150, 0.35);
}
.shb-dash__num small { font-size: 0.3em; color: var(--shb-mute); margin-left: 8px; font-family: var(--shb-font-ja); }
.shb-dash__cell h3 { font-size: 17px; margin-bottom: 10px; letter-spacing: 0.08em; }
.shb-dash__cell p { font-size: 13.5px; color: var(--shb-mute); }

/* ratio band — full bleed break */
.shb-ratio { max-width: none; padding-inline: 0; }
.shb-ratio .shb-section__head, .shb-ratio__links { max-width: 1240px; margin-inline: auto; padding-inline: clamp(18px, 5vw, 72px); }
.shb-ratio__band { display: flex; height: clamp(120px, 16vw, 190px); width: 100%; overflow: hidden; }
.shb-ratio__seg { position: relative; display: flex; align-items: flex-end; padding: 18px; min-width: 0; flex-grow: 0; flex-basis: 0%; transition: flex-basis 1.6s var(--shb-ease); }
.shb-ratio__band.is-in .shb-ratio__seg--a { flex-basis: 70%; }
.shb-ratio__band.is-in .shb-ratio__seg--b { flex-basis: 20%; }
.shb-ratio__band.is-in .shb-ratio__seg--c { flex-basis: 10%; }
.shb-ratio__seg--a { background: linear-gradient(135deg, #16543c, #1d7a55); }
.shb-ratio__seg--b { background: linear-gradient(135deg, #10382a, #145c41); }
.shb-ratio__seg--c { background: linear-gradient(135deg, #0e241d, #123c2c); }
.shb-ratio__label { font-size: 13px; color: var(--shb-ink); white-space: nowrap; letter-spacing: 0.08em; }
.shb-ratio__label b { display: block; font-family: var(--shb-font-en); font-size: clamp(20px, 3vw, 34px); color: #eafff4; }
.shb-ratio__links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 6px 28px; margin-top: 34px; }

/* flow */
.shb-flow__line { color: var(--shb-green); margin: 10px 0 26px; }
.shb-flow__svg { width: 100%; height: 90px; display: block; }
.shb-flow__path { stroke-dasharray: 8 6; opacity: 0.5; }
.shb-flow__pulse { filter: drop-shadow(0 0 8px rgba(61, 217, 150, 0.9)); }
.shb-flow__steps { list-style: none; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 20px; }
.shb-flow__steps li { border: 1px solid var(--shb-line); background: var(--shb-panel); padding: 26px 22px; position: relative; transition: border-color 0.4s, transform 0.5s var(--shb-ease); }
.shb-flow__steps li:hover { border-color: var(--shb-green-dim); transform: translateY(-6px); }
.shb-flow__steps li:nth-child(even) { margin-top: 34px; }
.shb-flow__k { font-family: var(--shb-font-en); font-size: 11px; letter-spacing: 0.2em; color: var(--shb-green); }
.shb-flow__steps h3 { font-size: 16px; margin: 10px 0 8px; }
.shb-flow__steps p { font-size: 13px; color: var(--shb-mute); }

.shb-flow__prose { margin-top: 44px; border-left: 2px solid var(--shb-green-dim); padding: 4px 0 4px 26px; max-width: 820px; }
.shb-flow__prose p { font-size: 14.5px; color: var(--shb-mute); }

/* season */
.shb-season__bar { display: flex; gap: 6px; }
.shb-season__m {
  flex: 1; height: 74px; background: var(--shb-panel); border: 1px solid var(--shb-line);
  position: relative; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 8px;
  overflow: hidden;
}
.shb-season__m i { font-style: normal; font-family: var(--shb-font-mono); font-size: 12px; color: var(--shb-mute); z-index: 1; }
.shb-season__m.is-hot::before {
  content: ""; position: absolute; inset: auto 0 0 0; height: 0;
  background: linear-gradient(180deg, rgba(61, 217, 150, 0.55), rgba(61, 217, 150, 0.12));
  transition: height 1.2s var(--shb-ease);
}
.shb-season__bar.is-in .shb-season__m.is-hot::before { height: 100%; }
.shb-season__bar.is-in .shb-season__m.is-hot i { color: #06231a; font-weight: 700; transition: color 0.6s 0.6s; }
.shb-season__legend { margin-top: 18px; font-size: 13px; color: var(--shb-mute); display: flex; align-items: center; gap: 10px; }
.shb-season__dot { width: 12px; height: 12px; background: linear-gradient(180deg, rgba(61,217,150,0.55), rgba(61,217,150,0.12)); display: inline-block; }

/* digest */
.shb-digest__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.shb-digest__text p { color: var(--shb-mute); font-size: 15px; margin: 18px 0 14px; }
.shb-digest__table { border-top: 1px solid var(--shb-line); }
.shb-digest__table > div { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 16px 4px; border-bottom: 1px solid var(--shb-line); font-size: 14px; }
.shb-digest__table dt { color: var(--shb-green); font-family: var(--shb-font-ja); font-weight: 700; }
.shb-digest__table dd { color: var(--shb-ink); }

/* cta panels */
.shb-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.shb-cta__panel { padding: clamp(30px, 4vw, 52px); border: 1px solid var(--shb-line); position: relative; overflow: hidden; }
.shb-cta__panel h2 { font-size: clamp(20px, 2.2vw, 27px); margin-bottom: 14px; }
.shb-cta__panel p { color: var(--shb-mute); font-size: 14px; margin-bottom: 26px; }
.shb-cta__panel--recruit { background: var(--shb-panel); }
.shb-cta__panel--contact { background: linear-gradient(140deg, #10241c, #123c2c); }
.shb-cta__panel::after {
  content: ""; position: absolute; width: 240px; height: 240px; right: -80px; bottom: -80px;
  border: 1px dashed var(--shb-green-dim); border-radius: 50%; opacity: 0.4;
  animation: shb-spin-slow 30s linear infinite;
}

/* ========== page head (lower pages) ========== */
.shb-pagehead { padding: 170px clamp(18px, 5vw, 72px) 30px; max-width: 1240px; margin-inline: auto; }
.shb-pagehead__h1 { font-size: clamp(26px, 3.8vw, 46px); line-height: 1.35; letter-spacing: 0.08em; }
.shb-pagehead__lead { margin-top: 24px; max-width: 44em; color: var(--shb-mute); font-size: 15px; }

/* service index table */
.shb-svc-index__table { border: 1px solid var(--shb-line); }
.shb-svc-index__row { display: grid; grid-template-columns: 1.1fr 1.4fr 1fr; padding: 18px 22px; border-bottom: 1px solid var(--shb-line); color: var(--shb-ink); font-size: 14px; transition: background 0.35s, padding-left 0.35s var(--shb-ease); }
.shb-svc-index__row:last-child { border-bottom: none; }
.shb-svc-index__row--head { font-family: var(--shb-font-mono); color: var(--shb-mute); font-size: 12px; background: var(--shb-bg2); }
a.shb-svc-index__row:hover { background: rgba(61, 217, 150, 0.06); padding-left: 32px; }
a.shb-svc-index__row span:first-child { color: var(--shb-green); font-weight: 700; }

/* big number break */
.shb-bignum { font-family: var(--shb-font-en); font-size: clamp(54px, 8vw, 110px); color: var(--shb-green); line-height: 1; vertical-align: -6px; margin: 0 8px; text-shadow: 0 0 34px rgba(61, 217, 150, 0.4); }

/* process list */
.shb-proc { list-style: none; counter-reset: p; display: grid; gap: 14px; max-width: 860px; }
.shb-proc li { display: grid; grid-template-columns: 70px 1fr; gap: 6px 24px; padding: 22px 24px; background: var(--shb-panel); border-left: 2px solid var(--shb-green-dim); transition: border-color 0.35s, transform 0.5s var(--shb-ease); }
.shb-proc li:hover { border-color: var(--shb-green); transform: translateX(10px); }
.shb-proc li:nth-child(even) { margin-left: 44px; }
.shb-proc__no { font-family: var(--shb-font-en); color: var(--shb-green); font-size: 15px; grid-row: span 2; align-self: center; }
.shb-proc h3 { font-size: 16px; }
.shb-proc p { font-size: 13.5px; color: var(--shb-mute); grid-column: 2; }
.shb-proc--alt li:nth-child(even) { margin-left: 0; margin-right: 44px; }

.shb-svc__cats { margin-top: 46px; border: 1px dashed var(--shb-line); padding: 28px; max-width: 860px; }
.shb-svc__cats-title { font-size: 15px; color: var(--shb-green); margin-bottom: 14px; }
.shb-taglist { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.shb-taglist li { font-size: 13px; border: 1px solid var(--shb-green-dim); color: var(--shb-green); padding: 5px 14px; clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); }
.shb-svc__cats p { font-size: 13.5px; color: var(--shb-mute); }
.shb-svc__note { margin-top: 24px; font-size: 13px; color: var(--shb-mute); }

/* tabs */
.shb-tabs { max-width: 860px; }
.shb-tabs__nav { display: flex; gap: 4px; border-bottom: 1px solid var(--shb-line); }
.shb-tabs__nav button {
  font-family: var(--shb-font-ja); font-weight: 700; font-size: 14px; letter-spacing: 0.1em;
  background: none; border: none; color: var(--shb-mute); padding: 12px 24px; cursor: pointer;
  border-bottom: 2px solid transparent; transition: color 0.3s, border-color 0.3s;
}
.shb-tabs__nav button[aria-selected="true"] { color: var(--shb-green); border-bottom-color: var(--shb-green); }
.shb-tabs__panel { display: none; padding: 26px 4px; }
.shb-tabs__panel.is-active { display: block; animation: shb-fadeup 0.6s var(--shb-ease); }
.shb-tabs__panel h3 { font-size: 16px; margin-bottom: 12px; }
.shb-tabs__panel p { font-size: 14px; color: var(--shb-mute); max-width: 44em; }

/* ATS kanban visual */
.shb-ats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 760px; }
.shb-ats__col { background: var(--shb-panel); border: 1px solid var(--shb-line); padding: 14px; min-height: 150px; }
.shb-ats__tag { font-family: var(--shb-font-mono); font-size: 11px; color: var(--shb-green); display: block; margin-bottom: 12px; }
.shb-ats__col i { display: block; height: 22px; background: var(--shb-line); margin-bottom: 8px; position: relative; overflow: hidden; }
.shb-ats__col i::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(61,217,150,0.25), transparent); transform: translateX(-100%); animation: shb-shimmer 2.8s var(--shb-ease) infinite; }
.shb-ats__col:nth-child(2) i::after { animation-delay: 0.5s; }
.shb-ats__col:nth-child(3) i::after { animation-delay: 1s; }
.shb-ats__col:nth-child(4) i::after { animation-delay: 1.5s; }

.shb-svc--combo { text-align: left; }

/* ========== company ========== */
.shb-creed { padding: 0; }
.shb-creed__panel {
  min-height: 74svh; display: flex; flex-direction: column; justify-content: center;
  padding: 60px clamp(18px, 12vw, 200px); border-top: 1px solid var(--shb-line);
  position: relative; overflow: hidden;
}
.shb-creed__panel:nth-child(2) { background: var(--shb-bg2); }
.shb-creed__panel:nth-child(3) { background: linear-gradient(160deg, var(--shb-bg), #0c1f18); }
.shb-creed__panel::before {
  content: ""; position: absolute; right: -140px; top: 50%; transform: translateY(-50%);
  width: 460px; height: 460px; border: 1px solid var(--shb-line); rotate: 12deg;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  animation: shb-spin-slow 60s linear infinite;
  opacity: 0.6;
}
.shb-creed__no { font-family: var(--shb-font-en); font-size: 12px; letter-spacing: 0.3em; color: var(--shb-green); margin-bottom: 22px; }
.shb-creed__panel h2 { font-size: clamp(30px, 5vw, 62px); letter-spacing: 0.1em; margin-bottom: 24px; }
.shb-creed__panel p { max-width: 36em; color: var(--shb-mute); font-size: 15px; }

.shb-contrast__grid { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: stretch; gap: 0; }
.shb-contrast__col { border: 1px solid var(--shb-line); padding: clamp(24px, 3vw, 40px); background: var(--shb-panel); }
.shb-contrast__col--us { border-color: var(--shb-green-dim); background: linear-gradient(150deg, #10241c, #123425); }
.shb-contrast__col h3 { font-size: 17px; margin-bottom: 20px; }
.shb-contrast__col--them h3 { color: var(--shb-mute); }
.shb-contrast__col--us h3 { color: var(--shb-green); }
.shb-contrast__col ul { list-style: none; display: grid; gap: 14px; margin-bottom: 20px; }
.shb-contrast__col li { font-size: 14px; }
.shb-contrast__col li span { display: block; font-size: 11px; font-family: var(--shb-font-mono); color: var(--shb-mute); letter-spacing: 0.12em; }
.shb-contrast__col p { font-size: 13px; color: var(--shb-mute); }
.shb-contrast__vs { position: relative; }
.shb-contrast__vs span { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, transparent, var(--shb-green), transparent); animation: shb-pulse-line 3s ease-in-out infinite; }

.shb-contrast__foot { margin-top: 30px; font-size: 14px; color: var(--shb-mute); max-width: 46em; border-left: 2px solid var(--shb-green-dim); padding-left: 20px; }

.shb-message__box { max-width: 820px; margin-inline: auto; border: 1px solid var(--shb-line); padding: clamp(30px, 5vw, 60px); background: var(--shb-panel); position: relative; }
.shb-message__box::before { content: "“"; position: absolute; top: -30px; left: 26px; font-family: var(--shb-font-en); font-size: 90px; color: var(--shb-green-dim); }
.shb-message__box blockquote p { font-size: clamp(15px, 1.6vw, 18px); line-height: 2.1; }
.shb-message__box cite { display: block; margin-top: 24px; font-style: normal; font-size: 13px; color: var(--shb-mute); text-align: right; }

.shb-table { width: 100%; border-collapse: collapse; max-width: 860px; }
.shb-table th, .shb-table td { border-bottom: 1px solid var(--shb-line); padding: 20px 14px; text-align: left; font-size: 14.5px; vertical-align: top; }
.shb-table th { width: 160px; color: var(--shb-green); font-family: var(--shb-font-ja); font-weight: 700; white-space: nowrap; }

.shb-access__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 60px); align-items: center; }
.shb-access__map { border: 1px solid var(--shb-line); background: var(--shb-panel); color: var(--shb-green); }
.shb-access__svg { width: 100%; display: block; }
.shb-access__t { font-family: var(--shb-font-ja); font-size: 12px; fill: var(--shb-mute); }
.shb-access__t--strong { fill: var(--shb-green); font-weight: 700; }
.shb-access__pin circle:last-child { animation: shb-ping 2.4s var(--shb-ease) infinite; transform-origin: 252px 132px; }
.shb-access__text p { color: var(--shb-mute); font-size: 14.5px; margin-bottom: 16px; }

/* ========== recruit ========== */
.shb-persona__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.shb-persona__card { border: 1px solid var(--shb-line); background: var(--shb-panel); padding: clamp(24px, 3vw, 40px); position: relative; transition: transform 0.5s var(--shb-ease), border-color 0.4s; }
.shb-persona__card:hover { transform: translateY(-7px); border-color: var(--shb-green-dim); }
.shb-persona__card--wide { grid-column: span 2; background: linear-gradient(150deg, #10241c, #113022); border-color: var(--shb-green-dim); }
.shb-persona__id { font-family: var(--shb-font-en); font-size: 11px; letter-spacing: 0.24em; color: var(--shb-green); }
.shb-persona__card h3 { font-size: clamp(16px, 1.8vw, 20px); margin: 14px 0 12px; }
.shb-persona__card p { font-size: 14px; color: var(--shb-mute); }

.shb-env__points { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.shb-env__points li { border-top: 2px solid var(--shb-green-dim); padding: 20px 4px 0; }
.shb-env__points li:nth-child(2) { margin-top: 26px; }
.shb-env__points h3 { font-size: 15.5px; margin-bottom: 10px; }
.shb-env__points p { font-size: 13.5px; color: var(--shb-mute); }

.shb-env__foot { margin-top: 40px; font-size: 14px; color: var(--shb-mute); max-width: 46em; border-left: 2px solid var(--shb-green-dim); padding-left: 20px; }

.shb-day__line { list-style: none; position: relative; max-width: 720px; padding-left: 34px; }
.shb-day__line::before { content: ""; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(180deg, var(--shb-green), var(--shb-line)); }
.shb-day__line li { position: relative; padding: 0 0 34px; }
.shb-day__node { position: absolute; left: -32px; top: 6px; width: 13px; height: 13px; background: var(--shb-bg); border: 2px solid var(--shb-green); border-radius: 50%; }
.shb-day__line li:hover .shb-day__node { box-shadow: 0 0 14px rgba(61, 217, 150, 0.8); }
.shb-day__line h3 { font-size: 16px; margin-bottom: 8px; }
.shb-day__line p { font-size: 14px; color: var(--shb-mute); }

.shb-apply__box { border: 1px solid var(--shb-green-dim); background: linear-gradient(150deg, #10241c, #123c2c); padding: clamp(30px, 5vw, 60px); max-width: 900px; }
.shb-apply__box h2 { margin-bottom: 16px; }
.shb-apply__box p { color: var(--shb-mute); font-size: 14.5px; margin-bottom: 28px; max-width: 44em; }

/* ========== contact ========== */
.shb-cflow__steps { list-style: none; display: grid; grid-template-columns: 1fr 1.35fr 1fr 1fr; gap: 14px; }
.shb-cflow__steps li { border: 1px solid var(--shb-line); background: var(--shb-panel); padding: 24px 20px; transition: transform 0.5s var(--shb-ease); }
.shb-cflow__steps li:hover { transform: translateY(-5px); }
.shb-cflow__step--em { border-color: var(--shb-green-dim); background: linear-gradient(150deg, #10241c, #113022); }
.shb-cflow__no { font-family: var(--shb-font-en); font-size: 11px; letter-spacing: 0.2em; color: var(--shb-green); }
.shb-cflow__steps h3 { font-size: 15.5px; margin: 10px 0 8px; }
.shb-cflow__steps p { font-size: 13px; color: var(--shb-mute); }
.shb-inline-num { color: var(--shb-green); font-weight: 700; font-size: 1.25em; }

.shb-cats__list { list-style: none; display: grid; gap: 10px; max-width: 860px; }
.shb-cats__list li { display: grid; grid-template-columns: 200px 1fr; gap: 18px; align-items: baseline; border-bottom: 1px solid var(--shb-line); padding: 16px 6px; transition: padding-left 0.4s var(--shb-ease), background 0.3s; }
.shb-cats__list li:hover { padding-left: 20px; background: rgba(61, 217, 150, 0.04); }
.shb-cats__list b { color: var(--shb-green); font-size: 15px; }
.shb-cats__list span { font-size: 13.5px; color: var(--shb-mute); }

.shb-prep__list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 980px; }
.shb-prep__list li { border-top: 2px solid var(--shb-green-dim); padding: 18px 4px 0; }
.shb-prep__list li:nth-child(2) { margin-top: 24px; }
.shb-prep__list h3 { font-size: 15px; margin-bottom: 10px; }
.shb-prep__list p { font-size: 13.5px; color: var(--shb-mute); }
@media (max-width: 960px) { .shb-prep__list { grid-template-columns: 1fr; } .shb-prep__list li:nth-child(2) { margin-top: 0; } }

.shb-form__panel { border: 1px solid var(--shb-line); background: var(--shb-panel); padding: clamp(26px, 4vw, 50px); max-width: 860px; }
.shb-form__setup-title { font-size: 16px; font-weight: 700; color: var(--shb-green); margin-bottom: 14px; }
.shb-form__setup p { font-size: 14px; color: var(--shb-mute); margin-bottom: 12px; }
/* CF7 field styling */
.shb-form__panel input[type="text"], .shb-form__panel input[type="email"], .shb-form__panel input[type="tel"],
.shb-form__panel select, .shb-form__panel textarea {
  width: 100%; background: var(--shb-bg2); border: 1px solid var(--shb-line); color: var(--shb-ink);
  padding: 13px 15px; font-family: var(--shb-font-ja); font-size: 15px; margin: 6px 0 18px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.shb-form__panel input:focus, .shb-form__panel select:focus, .shb-form__panel textarea:focus {
  outline: none; border-color: var(--shb-green); box-shadow: 0 0 0 3px rgba(61, 217, 150, 0.15);
}
.shb-form__panel input[type="submit"] {
  background: var(--shb-green); color: #06231a; border: none; font-weight: 700; font-size: 15px;
  padding: 15px 44px; cursor: pointer; letter-spacing: 0.12em;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  transition: transform 0.35s var(--shb-ease), box-shadow 0.35s;
}
.shb-form__panel input[type="submit"]:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(61, 217, 150, 0.35); }

.shb-cnote__box { border-left: 2px solid var(--shb-green-dim); padding: 6px 0 6px 24px; max-width: 860px; }
.shb-cnote__box p { font-size: 13.5px; color: var(--shb-mute); }

/* ========== footer ========== */
.shb-footer { border-top: 1px solid var(--shb-line); background: var(--shb-bg2); position: relative; overflow: hidden; margin-top: 60px; }
.shb-footer__scan { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--shb-green), transparent); animation: shb-scan-x 6s linear infinite; }
.shb-footer__inner { max-width: 1240px; margin-inline: auto; padding: 70px clamp(18px, 5vw, 72px) 40px; display: grid; grid-template-columns: 1.3fr 0.8fr 1fr; gap: 44px; }
.shb-footer__mark { width: 62px; animation: shb-spin-slow 40s linear infinite; }
.shb-footer__word { width: 160px; display: block; margin: 16px 0; }
.shb-footer__tag { font-size: 13px; color: var(--shb-mute); }
.shb-footer__nav { display: grid; gap: 12px; align-content: start; }
.shb-footer__nav a { color: var(--shb-ink); font-size: 13.5px; transition: color 0.3s, padding-left 0.35s var(--shb-ease); }
.shb-footer__nav a:hover { color: var(--shb-green); padding-left: 8px; }
.shb-footer__addr { font-size: 13px; color: var(--shb-mute); margin-bottom: 14px; }
.shb-footer__note { font-size: 13px; color: var(--shb-mute); }
.shb-footer__copy { text-align: center; padding: 20px; border-top: 1px solid var(--shb-line); font-family: var(--shb-font-mono); font-size: 11px; color: var(--shb-mute); letter-spacing: 0.15em; }


/* ========== hero photo background ========== */
.shb-hero--photo { position: relative; overflow: hidden; }
.shb-hero__bg { position: absolute; inset: 0; z-index: -1; }
.shb-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.5; }
.shb-hero--photo::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(100deg, rgba(14, 22, 20, 0.96) 30%, rgba(14, 22, 20, 0.55) 70%, rgba(14, 22, 20, 0.35));
}
.shb-hero--photo .shb-hero__copy, .shb-hero--photo .shb-hero__orbit { position: relative; z-index: 1; }

/* ========== core (strategy) section ========== */
.shb-core__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.shb-core__text p { color: var(--shb-mute); font-size: 15px; margin: 18px 0 0; }
.shb-core__text .shb-arrowlink { margin-top: 26px; }
.shb-core__photo { position: relative; margin: 0; }
.shb-core__photo img, .shb-data__photo img {
  width: 100%; height: auto; display: block; border: 1px solid var(--shb-line);
  filter: saturate(0.92);
}
.shb-core__photo::after, .shb-data__photo::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(160deg, rgba(61, 217, 150, 0.08), transparent 45%);
  border: 1px solid rgba(61, 217, 150, 0.18);
  transform: translate(14px, 14px); z-index: -1;
}
.shb-core__photo figcaption { font-family: var(--shb-font-mono); font-size: 11px; color: var(--shb-mute); margin-top: 12px; letter-spacing: 0.12em; }

/* ========== hub diagram ========== */
.shb-hub__diagram { position: relative; max-width: 860px; margin: 0 auto 40px; height: 200px; color: var(--shb-green-dim); }
.shb-hub__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.shb-hub__center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1;
  text-align: center; background: var(--shb-panel); border: 1px solid var(--shb-green-dim);
  padding: 18px 34px;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
  box-shadow: 0 0 40px rgba(61, 217, 150, 0.18);
}
.shb-hub__center-en { display: block; font-family: var(--shb-font-en); font-size: 13px; letter-spacing: 0.2em; color: var(--shb-green); }
.shb-hub__center-ja { display: block; font-size: 11px; color: var(--shb-mute); margin-top: 5px; }
.shb-hub__lines-list { list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.shb-hub__lines-list li { grid-column: span 2; }
.shb-hub__lines-list li:nth-child(4) { grid-column: 2 / span 2; }
.shb-hub__lines-list li:nth-child(5) { grid-column: 4 / span 2; }
.shb-hub__lines-list a {
  display: block; height: 100%; border: 1px solid var(--shb-line); background: var(--shb-panel);
  padding: 22px 20px; color: var(--shb-ink); transition: transform 0.5s var(--shb-ease), border-color 0.4s;
}
.shb-hub__lines-list a:hover { transform: translateY(-6px); border-color: var(--shb-green-dim); }
.shb-hub__k { font-family: var(--shb-font-en); font-size: 11px; letter-spacing: 0.2em; color: var(--shb-green); }
.shb-hub__lines-list h3 { font-size: 16px; margin: 10px 0 8px; }
.shb-hub__lines-list p { font-size: 13px; color: var(--shb-mute); }

/* ========== data section ========== */
.shb-data__grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.shb-data__photo { position: relative; margin: 0; }
.shb-data__text > p { color: var(--shb-mute); font-size: 15px; margin-top: 18px; }
.shb-data__nums { display: grid; grid-template-columns: auto auto; gap: 30px; margin-top: 30px; justify-content: start; }
.shb-data__nums > div > p:last-child { font-size: 12.5px; color: var(--shb-mute); max-width: 20em; }

/* ========== bases (locations) ========== */
.shb-bases__hq {
  border: 1px solid var(--shb-green-dim); background: linear-gradient(140deg, #1b2f26, #16342a);
  padding: 24px 28px; margin-bottom: 22px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 24px;
}
.shb-bases__hq-tag { font-family: var(--shb-font-en); font-size: 12px; letter-spacing: 0.22em; color: var(--shb-green); }
.shb-bases__hq-addr { font-size: 15px; }
.shb-bases__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
.shb-bases__area { border: 1px solid var(--shb-line); background: var(--shb-panel); }
.shb-bases__area summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; font-weight: 700; font-size: 15px; letter-spacing: 0.08em;
  transition: background 0.3s;
}
.shb-bases__area summary::-webkit-details-marker { display: none; }
.shb-bases__area summary::after { content: "+"; font-family: var(--shb-font-en); color: var(--shb-green); font-size: 16px; transition: transform 0.4s var(--shb-ease); }
.shb-bases__area[open] summary::after { transform: rotate(45deg); }
.shb-bases__area summary:hover { background: rgba(61, 217, 150, 0.05); }
.shb-bases__count { font-family: var(--shb-font-mono); font-size: 11px; color: var(--shb-mute); margin-left: auto; margin-right: 16px; letter-spacing: 0.12em; }
.shb-bases__area ul { list-style: none; padding: 0 22px 18px; }
.shb-bases__area li { font-size: 13.5px; color: var(--shb-mute); padding: 9px 0; border-top: 1px dashed var(--shb-line); }
.shb-bases__area li b { color: var(--shb-green); font-weight: 700; margin-right: 12px; font-size: 12px; }

/* ========== native contact form ========== */
.shb-form__row { margin-bottom: 4px; }
.shb-form__row label { display: block; font-size: 13.5px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 2px; }
.shb-form__req { display: inline-block; font-size: 10px; color: #ffd9d0; background: rgba(214, 84, 57, 0.35); padding: 2px 8px; margin-left: 8px; vertical-align: 1px; letter-spacing: 0.1em; }
.shb-form__hp { position: absolute; left: -9999px; top: -9999px; }
.shb-form__submit { margin-top: 10px; }
.shb-form__result { border: 1px solid var(--shb-line); padding: 20px 24px; margin-bottom: 28px; }
.shb-form__result--ok { border-color: var(--shb-green-dim); background: rgba(61, 217, 150, 0.07); }
.shb-form__result--ng { border-color: rgba(214, 84, 57, 0.5); background: rgba(214, 84, 57, 0.08); }
.shb-form__result-title { font-weight: 700; margin-bottom: 6px; color: var(--shb-ink); }
.shb-form__result p { font-size: 14px; color: var(--shb-mute); }

/* svc index core row highlight */
.shb-svc-index__row--core { background: linear-gradient(90deg, rgba(61, 217, 150, 0.09), transparent); border-left: 2px solid var(--shb-green); }

@media (max-width: 960px) {
  .shb-core__grid, .shb-data__grid { grid-template-columns: 1fr; }
  .shb-data__photo { order: 2; }
  .shb-hub__lines-list { grid-template-columns: 1fr; }
  .shb-hub__lines-list li, .shb-hub__lines-list li:nth-child(4), .shb-hub__lines-list li:nth-child(5) { grid-column: auto; }
  .shb-hub__diagram { height: 150px; }
  .shb-bases__grid { grid-template-columns: 1fr; }
  .shb-data__nums { grid-template-columns: 1fr; }
}

/* reCAPTCHAバッジ非表示（プラグイン残存時の保険） */
.grecaptcha-badge { visibility: hidden !important; }

/* ========== keyframes ========== */
@keyframes shb-spin-slow { to { transform: rotate(360deg); } }
@keyframes shb-spin-rev { to { transform: rotate(-360deg); } }
@keyframes shb-hover-float { 0%,100% { transform: translate(-50%, -50%); } 50% { transform: translate(-50%, calc(-50% - 14px)); } }
@keyframes shb-scan { 0% { top: 4%; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { top: 94%; opacity: 0; } }
@keyframes shb-scan-x { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@keyframes shb-marquee { to { transform: translateX(-50%); } }
@keyframes shb-glitch-a { 0%,94%,100% { opacity: 0; transform: none; } 95% { opacity: 0.8; transform: translate(-5px, 2px); clip-path: inset(12% 0 58% 0); } 97% { opacity: 0.8; transform: translate(4px, -2px); clip-path: inset(60% 0 8% 0); } }
@keyframes shb-glitch-b { 0%,91%,100% { opacity: 0; transform: none; } 92% { opacity: 0.5; transform: translate(5px, -1px); clip-path: inset(40% 0 30% 0); } 94% { opacity: 0.5; transform: translate(-4px, 2px); clip-path: inset(5% 0 80% 0); } }
@keyframes shb-fadeup { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes shb-shimmer { 0% { transform: translateX(-100%); } 60%,100% { transform: translateX(100%); } }
@keyframes shb-pulse-line { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }
@keyframes shb-ping { 0% { transform: scale(0.4); opacity: 1; } 80%,100% { transform: scale(1.3); opacity: 0; } }

/* ========== responsive ========== */
@media (max-width: 960px) {
  .shb-hero { grid-template-columns: 1fr; padding-top: 110px; min-height: auto; }
  .shb-hero__orbit { max-width: 340px; order: 1; }
  .shb-hero__copy { order: 2; }
  .shb-dash__grid { grid-template-columns: 1fr 1fr; }
  .shb-dash__cell--wide { grid-column: span 2; grid-template-columns: 1fr; }
  .shb-dash__cell--wide .shb-dash__num { grid-row: auto; }
  .shb-dash__cell--wide h3, .shb-dash__cell--wide p:last-child { grid-column: 1; }
  .shb-flow__steps { grid-template-columns: 1fr 1fr; }
  .shb-digest__grid, .shb-cta, .shb-access__grid, .shb-contrast__grid { grid-template-columns: 1fr; }
  .shb-contrast__vs { height: 50px; }
  .shb-contrast__vs span { left: 0; right: 0; top: 50%; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, transparent, var(--shb-green), transparent); }
  .shb-persona__grid { grid-template-columns: 1fr; }
  .shb-persona__card--wide { grid-column: span 1; }
  .shb-env__points { grid-template-columns: 1fr; }
  .shb-env__points li:nth-child(2) { margin-top: 0; }
  .shb-cflow__steps { grid-template-columns: 1fr 1fr; }
  .shb-svc-index__row { grid-template-columns: 1fr; gap: 4px; }
  .shb-svc-index__row--head { display: none; }
  .shb-proc li:nth-child(even) { margin-left: 0; }
  .shb-proc--alt li:nth-child(even) { margin-right: 0; }
  .shb-cats__list li { grid-template-columns: 1fr; gap: 4px; }
  .shb-footer__inner { grid-template-columns: 1fr; gap: 30px; }

  /* mobile nav */
  .shb-burger { display: block; background: none; border: 1px solid var(--shb-line); width: 46px; height: 42px; cursor: pointer; position: relative; z-index: 60; }
  .shb-burger span { display: block; width: 20px; height: 2px; background: var(--shb-green); margin: 4px auto; transition: transform 0.4s var(--shb-ease), opacity 0.3s; }
  .shb-burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .shb-burger.is-open span:nth-child(2) { opacity: 0; }
  .shb-burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .shb-nav {
    position: fixed; inset: 0; z-index: 50; background: #101b17;
    flex-direction: column; justify-content: center; align-items: center; gap: 30px;
    padding: 90px 20px 40px; overflow-y: auto;
    opacity: 0; visibility: hidden; transition: opacity 0.5s var(--shb-ease), visibility 0.5s;
  }
  .shb-nav.is-open { opacity: 1; visibility: visible; }
  .shb-nav a { align-items: center; }
  .shb-nav__en { font-size: 18px; }
  .shb-nav__ja { font-size: 12px; }
}
@media (max-width: 560px) {
  .shb-dash__grid, .shb-flow__steps, .shb-cflow__steps { grid-template-columns: 1fr; }
  .shb-dash__cell--wide { grid-column: span 1; }
  .shb-flow__steps li:nth-child(even) { margin-top: 0; }
  .shb-season__m i { font-size: 10px; }
}

/* menu open: lock page scroll */
body.shb-nav-open { overflow: hidden; }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .shb-reveal { opacity: 1; transform: none; }
  .shb-ratio__band .shb-ratio__seg--a { flex-basis: 70%; }
  .shb-ratio__band .shb-ratio__seg--b { flex-basis: 20%; }
  .shb-ratio__band .shb-ratio__seg--c { flex-basis: 10%; }
  html { scroll-behavior: auto; }
}
