/* ============================================================
   T-BOX Theme v2 — 信頼 × クール・先進的 × ウォーミー
   デザイン原則：
   - 角丸なし（border-radius: 0）／片側ボーダー装飾なし
   - 全周ボーダー＋ハードなオフセット影（印刷物・製図の質感）
   - 小さいアイコン＋文章の組み合わせは使わない（数字とタイポで語る）
   ============================================================ */

:root {
  --navy: #0e1d33;
  --navy-2: #14284a;
  --navy-3: #1b3560;
  --blue: #2e6bf6;
  --blue-dark: #1f4fd0;
  --cyan: #3ec9f0;
  --amber: #f5a34b;
  --coral: #ff8a5c;
  --cream: #faf7f1;
  --white: #ffffff;
  --ink: #22304a;
  --muted: #5f6f88;
  --line: #d9d5cb;
  --bd: 1.5px solid var(--navy);
  --shadow-hard: 8px 8px 0 rgba(14, 29, 51, 0.12);
  --shadow-hard-hover: 12px 12px 0 rgba(14, 29, 51, 0.18);
  --shadow-amber: 8px 8px 0 rgba(245, 163, 75, 0.35);
  --font-jp: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-en: "Outfit", "Zen Kaku Gothic New", sans-serif;
  --header-h: 72px;
  --tn-h: 58px; /* タッチナビ高さ */
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }

body {
  font-family: var(--font-jp);
  color: var(--ink);
  background: var(--white);
  line-height: 1.9;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: var(--tn-h); /* タッチナビ分 */
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: normal; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }

.pc { display: inline; }
.sp { display: none; }
@media (max-width: 767px) {
  .pc { display: none; }
  .sp { display: inline; }
}

/* ── ボタン ─────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-jp);
  font-weight: 700;
  border: var(--bd);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  padding: 12px 28px;
  font-size: 15px;
  line-height: 1.4;
  background: var(--white);
  color: var(--navy);
}
.btn-l { padding: 16px 40px; font-size: 16px; }
.btn-s { padding: 8px 18px; font-size: 13.5px; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--blue);
  border-color: var(--navy);
  color: #fff;
  box-shadow: 5px 5px 0 var(--navy);
}
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--navy); }
.btn-primary:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--navy); }

.btn-outline { background: transparent; box-shadow: 5px 5px 0 rgba(14, 29, 51, 0.14); }
.btn-outline:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 rgba(14, 29, 51, 0.18); }

.btn-ghost { border-color: #fff; color: #fff; background: transparent; box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.22); }
.btn-ghost:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.3); }

.cta-free {
  background: var(--amber);
  color: var(--navy);
  font-size: 10.5px;
  font-weight: 900;
  padding: 2px 7px;
  margin-left: 2px;
  border: 1px solid var(--navy);
}

/* ── ヘッダー ───────────────────────────── */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: var(--bd);
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 21px;
  border: var(--bd);
  box-shadow: 3px 3px 0 var(--amber);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name { font-family: var(--font-en); font-weight: 800; font-size: 19px; color: var(--navy); letter-spacing: 0.04em; }
.brand-sub { font-size: 10.5px; color: var(--muted); font-weight: 500; }

.global-nav ul { display: flex; align-items: center; gap: 26px; }
.global-nav a:not(.btn) {
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  position: relative;
  padding: 6px 2px;
  background-image: linear-gradient(var(--amber), var(--amber));
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 100%;
  transition: background-size 0.25s ease;
}
.global-nav a:not(.btn):hover { background-size: 100% 38%; }

.nav-toggle { display: none; }

@media (max-width: 960px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px; height: 44px;
    background: none;
    border: 0;
    cursor: pointer;
    z-index: 110;
    align-items: center;
  }
  .nav-toggle span {
    display: block;
    width: 22px; height: 2px;
    background: var(--navy);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .global-nav {
    position: fixed;
    inset: 0;
    background: rgba(250, 247, 241, 0.98);
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .global-nav.is-open { opacity: 1; pointer-events: auto; }
  .global-nav ul { flex-direction: column; gap: 22px; text-align: center; }
  .global-nav a:not(.btn) { font-size: 18px; }
}

/* ── HERO スライダー ────────────────────── */
.hero-slider {
  position: relative;
  height: calc(88vh - var(--tn-h));
  min-height: 520px;
  margin-top: var(--header-h);
  border-bottom: var(--bd);
  overflow: hidden;
}
.slides, .slide { position: absolute; inset: 0; }
.slide {
  opacity: 0;
  transition: opacity 0.9s ease;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.slide.is-active { opacity: 1; pointer-events: auto; }
.slide-bg { position: absolute; inset: 0; }

/* slide A: ネイビー×方眼＋アンバーの帯 */
.slide-a { background: var(--navy); color: #fff; }
.slide-a .slide-bg {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
}
.slide-a .slide-bg::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 6%;
  width: 130px;
  height: 150%;
  background: repeating-linear-gradient(0deg, var(--amber) 0 10px, transparent 10px 22px);
  opacity: 0.55;
  transform: rotate(18deg);
}

/* slide B: 濃紺→青のハーフトーンドット */
.slide-b { background: linear-gradient(120deg, var(--navy-2), var(--navy-3)); color: #fff; }
.slide-b .slide-bg {
  background-image: radial-gradient(rgba(62, 201, 240, 0.35) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  mask-image: linear-gradient(105deg, transparent 42%, #000 78%);
  -webkit-mask-image: linear-gradient(105deg, transparent 42%, #000 78%);
}

/* slide C: クリーム地×ネイビー文字（エディトリアル） */
.slide-c { background: var(--cream); color: var(--navy); }
.slide-c .slide-bg::before {
  content: "MAGIC";
  position: absolute;
  right: -0.06em;
  bottom: -0.18em;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(120px, 24vw, 340px);
  letter-spacing: 0.02em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(14, 29, 51, 0.18);
}
.slide-c .slide-lead { color: var(--ink); }

.slide-inner { position: relative; max-width: 1140px; margin: 0 auto; padding: 0 24px; width: 100%; }
.slide-eyebrow {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.24em;
  padding: 6px 14px;
  border: 1.5px solid currentColor;
  margin-bottom: 30px;
  opacity: 0.9;
}
.slide-title {
  font-size: clamp(38px, 6.6vw, 72px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.slide-lead {
  font-size: clamp(14.5px, 1.8vw, 17px);
  line-height: 2.1;
  max-width: 640px;
  opacity: 0.88;
}

.slider-ctrl {
  position: absolute;
  left: 24px;
  bottom: 28px;
  display: flex;
  gap: 10px;
  z-index: 5;
}
.slider-dot {
  width: 26px; height: 8px;
  border: 1.5px solid var(--navy);
  background: var(--white);
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease;
}
.slide-a.is-active ~ * .slider-dot, /* noop fallback */
.hero-slider.on-dark .slider-dot { border-color: #fff; background: transparent; }
.hero-slider.on-dark .slider-dot.is-active { background: var(--amber); border-color: var(--amber); }
.slider-dot.is-active { background: var(--navy); }

.hero-scroll {
  position: absolute;
  right: 26px;
  bottom: 0;
  z-index: 5;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--muted);
  writing-mode: vertical-rl;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-slider.on-dark .hero-scroll { color: rgba(255, 255, 255, 0.7); }
.hero-scroll-line {
  width: 1.5px;
  height: 56px;
  background: currentColor;
  display: inline-block;
  animation: scrollLine 2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollLine { 0% { transform: scaleY(0); } 55% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* ── セクション共通 ─────────────────────── */
.section { padding: 104px 0; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--navy); color: #fff; }

.section-head { margin-bottom: 54px; }
.section-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--navy);
  margin-bottom: 18px;
}
.section-dark .section-title { color: #fff; }
.title-num {
  font-family: var(--font-en);
  font-size: 1.6em;
  color: var(--blue);
  padding: 0 6px;
}
.section-lead { color: var(--muted); max-width: 640px; }
.section-dark .section-lead { color: rgba(255, 255, 255, 0.72); }

.block-title {
  font-size: clamp(21px, 3vw, 27px);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.block-title::after {
  content: "";
  flex: 1;
  height: 4px;
  background: repeating-linear-gradient(90deg, var(--navy) 0 12px, transparent 12px 20px);
  opacity: 0.25;
}

/* ── マンダラ（3×3） ────────────────────── */
.mandala-section { padding-top: 96px; }
.mandala {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--navy);        /* セル間の罫線 */
  border: var(--bd);
  box-shadow: 14px 14px 0 rgba(14, 29, 51, 0.1);
  max-width: 960px;
  margin: 0 auto;
}
.cell {
  --stroke: var(--navy);
  aspect-ratio: 1 / 1;
  background: var(--white);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 26px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease, color 0.25s ease;
}
.cell-grow { background: #f2f7fd; }        /* 伸ばす＝薄ブルー */
.cell-entertain { background: var(--cream); } /* 魅せる＝クリーム */
.cell-no {
  position: absolute;
  top: 14px;
  left: 20px;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.3px var(--stroke);
  opacity: 0.45;
  transition: opacity 0.25s ease;
}
.cell-title {
  font-weight: 800;
  font-size: clamp(14px, 1.7vw, 19.5px);
  line-height: 1.5;
  margin-bottom: 6px;
}
.cell-en {
  font-family: var(--font-en);
  font-size: clamp(8.5px, 0.9vw, 10.5px);
  font-weight: 600;
  letter-spacing: 0.14em;
  opacity: 0.55;
}
.cell-more {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 2px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cell:hover { background: var(--navy); color: #fff; --stroke: var(--cyan); }
.cell:hover .cell-no { opacity: 0.9; }
.cell:hover .cell-more { opacity: 1; transform: none; }

/* 中央セル＝主力サービス */
.cell.is-center { background: var(--navy); color: #fff; }
.cell.is-center::after {
  content: "MAIN SERVICE";
  position: absolute;
  top: 50%;
  right: -34px;
  transform: rotate(90deg);
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--amber);
}
.cell.is-center { --stroke: var(--amber); }
.cell.is-center .cell-no { opacity: 0.9; }
.cell.is-center:hover { background: var(--blue); }

/* サブ展開ありセルの目印 */
.cell-sub-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  background: var(--amber);
  color: var(--navy);
  border: 1px solid var(--navy);
  padding: 3px 8px;
  transition: opacity 0.2s ease;
}
.cell.has-sub:hover .cell-sub-badge { opacity: 0; }
.cell.has-sub .cell-more { right: 20px; }

/* ── サブマンダラ（ゲーム風バースト展開） ── */
.subgrid-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 24px;
}
.subgrid-overlay[hidden] { display: none; }
.subgrid-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 38, 0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.subgrid-overlay.is-open .subgrid-backdrop { opacity: 1; }

.subgrid-panel {
  position: relative;
  max-width: 860px;
  width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  transform-origin: var(--burst-x, 50%) var(--burst-y, 50%);
}
.subgrid-overlay.is-open .subgrid-panel { animation: panelBurst 0.45s cubic-bezier(0.2, 1.4, 0.4, 1) both; }
@keyframes panelBurst {
  from { transform: scale(0.1); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.subgrid-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  color: #fff;
  margin-bottom: 18px;
  padding-right: 56px;
  position: relative;
}
.subgrid-en {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--cyan);
}
.subgrid-title { font-size: clamp(20px, 3vw, 27px); font-weight: 900; }
.subgrid-title span {
  font-size: 0.55em;
  font-weight: 700;
  color: var(--amber);
  margin-left: 14px;
}
.subgrid-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background 0.2s ease;
}
.subgrid-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
}
.subgrid-close span:nth-child(1) { transform: translate(-50%, -50%) rotate(45deg); }
.subgrid-close span:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg); }
.subgrid-close:hover { background: rgba(255, 255, 255, 0.15); }

.subgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(62, 201, 240, 0.5); /* セル間の光る罫線 */
  border: 1.5px solid var(--cyan);
  box-shadow: 0 0 44px rgba(62, 201, 240, 0.25), 14px 14px 0 rgba(0, 0, 0, 0.3);
}
.subcell {
  aspect-ratio: 1 / 1;
  background: var(--white);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 16px;
  position: relative;
  opacity: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.subgrid-overlay.is-open .subcell {
  animation: tilePop 0.4s cubic-bezier(0.2, 1.6, 0.4, 1) both;
  animation-delay: calc(0.12s + var(--i) * 0.05s);
}
@keyframes tilePop {
  from { transform: scale(0.15) rotate(-8deg); opacity: 0; }
  70%  { transform: scale(1.07) rotate(1deg); opacity: 1; }
  to   { transform: scale(1) rotate(0); opacity: 1; }
}
.subcell-no {
  position: absolute;
  top: 10px;
  left: 13px;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 19px;
  color: transparent;
  -webkit-text-stroke: 1px var(--blue);
  opacity: 0.7;
}
.subcell-title { font-weight: 800; font-size: clamp(12.5px, 1.4vw, 15.5px); line-height: 1.45; margin-bottom: 4px; }
.subcell-en {
  font-family: var(--font-en);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.subcell:hover { background: var(--navy); color: #fff; }
.subcell:hover .subcell-en { color: var(--cyan); }

.subcell-all { background: var(--amber); justify-content: center; text-align: left; grid-column: span 2; aspect-ratio: auto; }
.subcell-all .subcell-title { font-size: clamp(13px, 1.5vw, 16px); }
.subcell-all .subcell-arrow { font-size: 26px; font-weight: 700; margin-top: 8px; }
.subcell-all:hover { background: var(--navy); }

body.subgrid-lock { overflow: hidden; }

@media (max-width: 700px) {
  .subgrid { grid-template-columns: repeat(2, 1fr); }
  .subgrid-title span { display: block; margin: 4px 0 0; }
  .cell-sub-badge { top: auto; bottom: 10px; right: 10px; font-size: 8.5px; padding: 2px 6px; }
}

/* Web制作 つくれるものタイプ一覧（カテゴリページ） */
.type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.type-card {
  display: block;
  border: var(--bd);
  background: var(--white);
  box-shadow: var(--shadow-hard);
  padding: 24px 26px;
  scroll-margin-top: calc(var(--header-h) + 24px);
  color: var(--ink);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
a.type-card:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow-hard-hover); }
.type-more {
  display: inline-block;
  margin-top: 12px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--blue);
  border-bottom: 1.5px solid var(--blue);
  padding-bottom: 1px;
}

/* タイプ詳細ページ */
.svc-hero-no-type { font-size: clamp(40px, 6vw, 68px); }
.type-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.type-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: var(--bd);
  background: var(--white);
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 18px;
  box-shadow: 4px 4px 0 rgba(14, 29, 51, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.type-nav-item:hover { background: var(--navy); color: #fff; transform: translate(-2px, -2px); box-shadow: 6px 6px 0 rgba(14, 29, 51, 0.18); }
.type-nav-no { font-family: var(--font-en); font-size: 11px; font-weight: 800; color: var(--amber); letter-spacing: 0.08em; }
.type-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.type-no {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 21px;
  color: transparent;
  -webkit-text-stroke: 1.1px var(--blue);
}
.type-en { font-family: var(--font-en); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; color: var(--amber); }
.type-card h3 { font-size: 17.5px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.type-card p { font-size: 13.8px; color: var(--muted); }
@media (max-width: 640px) {
  .type-grid { grid-template-columns: 1fr; }
}

.mandala-legend {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.legend {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.legend::before {
  content: "";
  width: 16px; height: 16px;
  border: var(--bd);
}
.legend-create::before { background: var(--white); }
.legend-grow::before { background: #f2f7fd; }
.legend-entertain::before { background: var(--cream); }

/* ── 会社ダイジェスト ───────────────────── */
.about-strip { border-top: var(--bd); }
.about-strip-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: start;
}
.about-strip-text { color: rgba(255, 255, 255, 0.82); margin-bottom: 34px; }
.fact-list { border: 1.5px solid rgba(255, 255, 255, 0.35); }
.fact-list > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 16px 20px;
}
.fact-list > div + div { border-top: 1.5px solid rgba(255, 255, 255, 0.18); }
.fact-list dt { font-weight: 700; color: var(--cyan); font-size: 13.5px; letter-spacing: 0.06em; }
.fact-list dd { font-size: 14.5px; color: #fff; }

/* ── サービスカテゴリーページ ─────────────── */
.svc-hero {
  margin-top: var(--header-h);
  padding: 54px 0 60px;
  background: var(--navy);
  color: #fff;
  border-bottom: var(--bd);
  position: relative;
  overflow: hidden;
}
.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
}
.svc-hero-entertain::before {
  background-image: radial-gradient(rgba(245, 163, 75, 0.3) 1.5px, transparent 1.5px);
  background-size: 20px 20px;
}
.svc-hero-grow::before {
  background-image: repeating-linear-gradient(135deg, rgba(62, 201, 240, 0.12) 0 2px, transparent 2px 18px);
}
.svc-hero .container { position: relative; }

.breadcrumb {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 500;
}
.breadcrumb a { color: rgba(255, 255, 255, 0.85); }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb em { color: var(--amber); }

.svc-hero-head { display: flex; align-items: center; gap: 28px; margin-bottom: 26px; }
.svc-hero-no {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.6px var(--amber);
  flex: none;
}
.svc-hero-group {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cyan);
  margin-bottom: 8px;
}
.svc-hero-title {
  font-size: clamp(25px, 4.4vw, 42px);
  font-weight: 900;
  line-height: 1.4;
}
.svc-hero-title-sub {
  display: block;
  font-size: 0.52em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 6px;
}
.svc-hero-catch {
  display: inline-block;
  font-size: clamp(15px, 2vw, 18.5px);
  font-weight: 700;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.06);
}

.svc-body { font-size: 16px; line-height: 2.25; }

/* こんな会社に */
.fit-list { max-width: 820px; }
.fit-list li {
  background: var(--white);
  border: var(--bd);
  box-shadow: var(--shadow-hard);
  padding: 20px 24px 20px 62px;
  font-weight: 700;
  font-size: 15.5px;
  position: relative;
  margin-bottom: 18px;
}
.fit-list li::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 16px;
  border-right: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  margin-top: -2px;
}

/* 提供内容 */
.point-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.point-card {
  border: var(--bd);
  background: var(--white);
  padding: 30px 26px;
  box-shadow: var(--shadow-hard);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.point-card:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow-hard-hover); }
.point-no {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.3px var(--blue);
  display: block;
  margin-bottom: 14px;
}
.point-card h3 { font-size: 17.5px; font-weight: 800; color: var(--navy); line-height: 1.6; margin-bottom: 10px; }
.point-card p { font-size: 13.8px; color: var(--muted); }

/* 実績・声への誘導／実績リスト */
.case-lead-section { padding-top: 0; }
.case-lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: var(--bd);
  background: var(--navy);
  color: #fff;
  padding: 34px 40px;
  box-shadow: var(--shadow-amber);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.case-lead:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 rgba(245, 163, 75, 0.45); }
.case-lead-en { font-family: var(--font-en); font-size: 11.5px; letter-spacing: 0.24em; color: var(--amber); font-weight: 700; margin-bottom: 8px; }
.case-lead-title { font-size: clamp(18px, 2.6vw, 24px); font-weight: 900; }
.case-lead-sub { font-size: 13px; color: rgba(255, 255, 255, 0.7); margin-top: 6px; }
.case-lead-arrow { font-size: 38px; font-weight: 700; flex: none; }

.works-list { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.work-item {
  border: var(--bd);
  background: var(--white);
  box-shadow: var(--shadow-hard);
  padding: 30px 30px 26px;
}
.work-no {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  background: var(--navy);
  color: var(--amber);
  padding: 4px 12px;
  margin-bottom: 16px;
}
.work-item h3 { font-size: 18px; font-weight: 800; color: var(--navy); line-height: 1.6; margin-bottom: 10px; }
.work-item p { font-size: 14px; color: var(--muted); }
.works-note { margin-top: 26px; font-size: 12.5px; color: var(--muted); }

.voice-placeholder {
  border: 1.5px dashed var(--muted);
  background: var(--white);
  padding: 44px 32px;
  text-align: center;
  color: var(--muted);
  font-size: 14.5px;
}

/* ── CTAバンド ─────────────────────────── */
.cta-band {
  background: var(--navy);
  color: #fff;
  padding: 96px 24px;
  text-align: center;
  border-top: var(--bd);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(245, 163, 75, 0.22) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  mask-image: linear-gradient(100deg, transparent 55%, #000 90%);
  -webkit-mask-image: linear-gradient(100deg, transparent 55%, #000 90%);
}
.cta-band-inner { position: relative; }
.cta-catch {
  font-size: clamp(24px, 3.6vw, 34px);
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 18px;
}
.cta-lead { color: rgba(255, 255, 255, 0.78); font-size: 15px; margin-bottom: 38px; }
.cta-actions { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* ── 下層ページ共通 ─────────────────────── */
.page-hero {
  margin-top: var(--header-h);
  padding: 64px 0 56px;
  background: var(--navy);
  color: #fff;
  border-bottom: var(--bd);
}
.page-hero .section-en { color: var(--cyan); margin-bottom: 8px; font-family: var(--font-en); font-weight: 700; font-size: 13px; letter-spacing: 0.22em; }
.page-title { font-size: clamp(28px, 4.5vw, 42px); font-weight: 900; letter-spacing: 0.02em; }
.page-title-badge {
  display: inline-block;
  vertical-align: middle;
  background: var(--amber);
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  padding: 4px 14px;
  border: 1.5px solid #fff;
  margin-left: 14px;
}
.post-date { font-family: var(--font-en); color: rgba(255,255,255,0.65); font-size: 13.5px; }

.entry-content h2 { font-size: 24px; font-weight: 800; color: var(--navy); margin: 44px 0 16px; }
.entry-content h3 { font-size: 19px; font-weight: 700; color: var(--navy); margin: 32px 0 12px; }
.entry-content p { margin-bottom: 1.4em; }
.entry-content ul { list-style: disc; padding-left: 1.4em; margin-bottom: 1.4em; }
.entry-content ol { list-style: decimal; padding-left: 1.4em; margin-bottom: 1.4em; }
.entry-content a { text-decoration: underline; }

/* 会社概要 */
.company-message { font-size: 16.5px; line-height: 2.2; margin-bottom: 48px; }
.about-table { border: var(--bd); }
.about-table > div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 20px 22px;
}
.about-table > div + div { border-top: 1.5px solid var(--line); }
.about-table dt { font-weight: 700; color: var(--navy); font-size: 14.5px; }
.about-table dd { font-size: 14.5px; }
.about-more { margin-top: 34px; }

/* お知らせ */
.post-list { border-top: var(--bd); }
.post-list-item a {
  display: flex;
  gap: 26px;
  align-items: baseline;
  padding: 20px 8px;
  border-bottom: 1.5px solid var(--line);
  color: var(--ink);
  transition: background 0.2s ease;
}
.post-list-item a:hover { background: var(--cream); }
.post-list-item time { font-family: var(--font-en); color: var(--muted); font-size: 13.5px; flex: none; }
.post-list-title { font-weight: 600; }

/* ── フォーム ───────────────────────────── */
.form-layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: start;
}

.doc-preview { display: flex; gap: 18px; align-items: center; margin-bottom: 26px; }
.doc-cover {
  width: 120px;
  aspect-ratio: 210 / 297;
  background: var(--navy);
  border: var(--bd);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  box-shadow: 10px 10px 0 rgba(14, 29, 51, 0.16);
  flex: none;
}
.doc-cover-mark {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  background: var(--blue);
  border: 1px solid #fff;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 15px;
}
.doc-cover-title { font-family: var(--font-en); font-weight: 700; font-size: 13px; line-height: 1.4; letter-spacing: 0.06em; }
.doc-meta h2 { font-size: 19px; font-weight: 800; color: var(--navy); line-height: 1.5; }
.doc-meta p { font-size: 13px; color: var(--muted); }

.doc-points { margin-bottom: 22px; border: var(--bd); background: var(--white); }
.doc-points li {
  position: relative;
  padding: 12px 16px 12px 44px;
  font-size: 14px;
  font-weight: 600;
}
.doc-points li + li { border-top: 1.5px solid var(--line); }
.doc-points li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 13px;
  border-right: 2.5px solid var(--blue);
  border-bottom: 2.5px solid var(--blue);
  margin-top: -2px;
}
.doc-note { font-size: 13px; color: var(--muted); line-height: 1.9; }
.doc-note strong { color: var(--ink); }

.form-main {
  background: var(--white);
  border: var(--bd);
  box-shadow: var(--shadow-hard);
  padding: 44px 40px;
}

.tbox-form .field { margin-bottom: 24px; }
.tbox-form label, .tbox-form .field-label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 8px;
}
.req {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  padding: 1.5px 7px;
  margin-left: 7px;
  vertical-align: 2px;
}
.tbox-form input[type="text"],
.tbox-form input[type="email"],
.tbox-form input[type="tel"],
.tbox-form textarea {
  width: 100%;
  font-family: var(--font-jp);
  font-size: 15px;
  padding: 13px 16px;
  border: 1.5px solid var(--muted);
  background: var(--cream);
  color: var(--ink);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.tbox-form input:focus, .tbox-form textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 3px 3px 0 rgba(46, 107, 246, 0.25);
}

.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600 !important;
  background: var(--cream);
  border: 1.5px solid var(--line);
  padding: 10px 13px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  margin-bottom: 0 !important;
}
.check:hover { border-color: var(--blue); }
.check input { accent-color: var(--blue); width: 17px; height: 17px; flex: none; }
.check:has(input:checked) { border-color: var(--blue); background: #fff; box-shadow: 3px 3px 0 rgba(46, 107, 246, 0.2); }

.form-privacy { font-size: 12.5px; color: var(--muted); margin: 6px 0 22px; }
.form-alert {
  background: #fdecec;
  color: #c0392b;
  border: 1.5px solid #c0392b;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}
.hp-field { position: absolute !important; left: -9999px !important; }

/* サンクス */
.thanks-section { padding-top: calc(var(--header-h) + 110px); }
.thanks-box { text-align: center; }
.thanks-mark {
  width: 76px; height: 76px;
  margin: 0 auto 28px;
  background: var(--blue);
  border: var(--bd);
  box-shadow: 6px 6px 0 var(--navy);
  display: grid;
  place-items: center;
  position: relative;
}
.thanks-mark::after {
  content: "";
  width: 16px; height: 30px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
  margin-top: -6px;
}
.thanks-box h1, .thanks-box h2 { font-size: clamp(22px, 3.4vw, 30px); font-weight: 900; color: var(--navy); margin-bottom: 18px; }
.thanks-box p { color: var(--muted); margin-bottom: 34px; }
.thanks-actions { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; }
.thanks-inline { background: var(--cream); border: var(--bd); padding: 56px 32px; }
.thanks-inline p { margin-bottom: 0; }

/* ── フッター ───────────────────────────── */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, 0.75); padding: 72px 24px 0; }
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  gap: 56px;
  padding-bottom: 56px;
}
.footer-logo { font-family: var(--font-en); font-weight: 800; font-size: 26px; color: #fff; letter-spacing: 0.04em; }
.footer-logo span { display: block; font-family: var(--font-jp); font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.55); letter-spacing: 0.08em; }
.footer-addr { font-size: 13px; margin-top: 18px; line-height: 2; }
.footer-addr a { color: var(--cyan); }

.footer-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.footer-nav-title { font-size: 13px; font-weight: 800; color: var(--amber); letter-spacing: 0.06em; margin-bottom: 14px; }
.footer-nav li { margin-bottom: 9px; }
.footer-nav a { color: rgba(255, 255, 255, 0.65); font-size: 13px; transition: color 0.2s ease; }
.footer-nav a:hover { color: var(--cyan); }

.copyright {
  text-align: center;
  font-family: var(--font-en);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1.5px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
  max-width: 1140px;
  margin: 0 auto;
}

/* ── タッチナビ（フッター固定・開閉式） ───── */
.touch-navi {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: flex;
  align-items: stretch;
  background: var(--white);
  border-top: var(--bd);
  height: var(--tn-h);
  transition: transform 0.3s ease;
}
.touch-navi.is-closed { transform: translateY(calc(100% - 0px)); }
.tn-toggle {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  background: var(--navy);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-family: var(--font-jp);
  font-size: 13px;
  font-weight: 700;
}
.tn-badge {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  background: var(--amber);
  color: var(--navy);
  padding: 3px 8px;
}
.tn-chev {
  width: 9px; height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.3s ease;
}
.touch-navi.is-closed .tn-chev { transform: rotate(-135deg) translateY(-2px); }

/* 閉じてもトグルだけ見える */
.touch-navi.is-closed .tn-toggle {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 40px;
  border: var(--bd);
  border-bottom: 0;
}

.tn-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.tn-list {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  padding: 0 10px;
  scrollbar-width: none;
}
.tn-list::-webkit-scrollbar { display: none; }
.tn-list a {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  padding: 8px 14px;
  border: 1.5px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.tn-list a:hover { border-color: var(--navy); background: var(--cream); }
.tn-cta {
  flex: none;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 0 22px;
  border-left: var(--bd);
}
.tn-cta span {
  background: var(--amber);
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
  padding: 2px 6px;
}
.tn-cta:hover { background: var(--blue-dark); color: #fff; }

/* ── 会社概要ページ追加ブロック ─────────── */
.mission-box {
  border: var(--bd);
  background: var(--navy);
  color: #fff;
  padding: 46px 44px;
  box-shadow: var(--shadow-amber);
  position: relative;
  overflow: hidden;
}
.mission-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
}
.mission-copy {
  position: relative;
  font-size: clamp(24px, 3.6vw, 34px);
  font-weight: 900;
  margin-bottom: 20px;
}
.mission-text { position: relative; color: rgba(255, 255, 255, 0.85); font-size: 15px; line-height: 2.2; }

.ceo-box {
  border: var(--bd);
  background: var(--white);
  box-shadow: var(--shadow-hard);
  padding: 40px 44px;
}
.ceo-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1.5px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.ceo-name { font-size: 26px; font-weight: 900; color: var(--navy); }
.ceo-name span {
  display: block;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--amber);
  margin-top: 4px;
}
.ceo-role {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  border: 1.5px solid var(--navy);
  padding: 5px 16px;
}
.ceo-text { font-size: 15px; line-height: 2.15; }
@media (max-width: 640px) {
  .mission-box, .ceo-box { padding: 28px 22px; }
}

/* ── お客様の声ページ ───────────────────── */
.voice-page { margin-top: var(--header-h); }

.voice-hero {
  background: var(--navy);
  color: #fff;
  border-bottom: var(--bd);
  position: relative;
  overflow: hidden;
}
.voice-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
}
.voice-hero-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}
.voice-hero-photo {
  border: var(--bd);
  box-shadow: 12px 12px 0 var(--amber);
}
.voice-hero-photo img { display: block; width: 100%; height: auto; }
.voice-hero-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--cyan);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 6px 14px;
  margin-bottom: 22px;
}
.voice-hero-catch {
  font-size: clamp(28px, 4.6vw, 46px);
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 22px;
}
.voice-hero-catch em { color: var(--amber); }
.voice-hero-profile { font-size: 14px; color: rgba(255, 255, 255, 0.85); line-height: 2; }
.voice-hero-profile strong { font-size: 17px; color: #fff; }

.voice-summary {
  font-size: 15.5px;
  line-height: 2.1;
  max-width: 820px;
}
.voice-summary strong { background: linear-gradient(transparent 62%, rgba(245, 163, 75, 0.45) 62%); }

/* 縦型ショート動画：スマホ風フレーム＋横に説明 */
.voice-video-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 56px;
  align-items: center;
  max-width: 920px;
}
.voice-video-vframe {
  position: relative;
  aspect-ratio: 9 / 16;
  border: var(--bd);
  box-shadow: 10px 10px 0 var(--amber);
  background: var(--navy);
  overflow: hidden;
}
.voice-video-vframe iframe, .voice-video-vframe video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.voice-video-en {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--blue);
  margin-bottom: 12px;
}
.voice-video-side h2 { font-size: clamp(20px, 3vw, 26px); font-weight: 900; color: var(--navy); margin-bottom: 16px; }
.voice-video-side p { font-size: 14.5px; line-height: 2.05; }
.voice-video-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; }
@media (max-width: 760px) {
  .voice-video-wrap { grid-template-columns: 1fr; gap: 28px; }
  .voice-video-vframe { max-width: 300px; margin: 0 auto; }
}

.voice-sec-head { display: flex; align-items: center; gap: 16px; margin-bottom: 34px; }
.voice-sec-no {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--blue);
  flex: none;
}
.voice-sec-head h2 { font-size: clamp(21px, 3vw, 27px); font-weight: 900; color: var(--navy); }

.voice-item { margin-bottom: 36px; }
.voice-item h3 {
  font-size: 17.5px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}
.voice-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 6px;
  background: var(--amber);
}
.voice-item p { font-size: 14.5px; color: var(--ink); margin-bottom: 12px; }

.voice-quote {
  border: var(--bd);
  background: var(--white);
  box-shadow: var(--shadow-hard);
  padding: 22px 26px 22px 56px;
  position: relative;
  font-size: 14.5px;
  line-height: 2.05;
}
.voice-quote::before {
  content: "“";
  position: absolute;
  left: 18px;
  top: 6px;
  font-family: Georgia, serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--amber);
}

.voice-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 44px;
  align-items: start;
}
.voice-side-photo {
  border: var(--bd);
  box-shadow: var(--shadow-hard);
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.voice-side-photo img { display: block; width: 100%; height: auto; }
.voice-side-photo figcaption { font-size: 12px; color: var(--muted); padding: 10px 14px; border-top: 1.5px solid var(--line); background: var(--white); }

.voice-decisive {
  background: var(--navy);
  color: #fff;
  border: var(--bd);
  box-shadow: 12px 12px 0 rgba(245, 163, 75, 0.45);
  padding: 54px 48px;
  position: relative;
  overflow: hidden;
}
.voice-decisive::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(245, 163, 75, 0.2) 1.5px, transparent 1.5px);
  background-size: 22px 22px;
  mask-image: linear-gradient(115deg, transparent 55%, #000 90%);
  -webkit-mask-image: linear-gradient(115deg, transparent 55%, #000 90%);
}
.voice-decisive > * { position: relative; }
.voice-decisive-label { font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: 0.24em; color: var(--cyan); margin-bottom: 20px; }
.voice-decisive p { font-size: 15.5px; line-height: 2.2; color: rgba(255, 255, 255, 0.88); margin-bottom: 16px; }
.voice-decisive .voice-decisive-punch {
  font-size: clamp(22px, 3.4vw, 32px);
  font-weight: 900;
  color: #fff;
  line-height: 1.6;
  margin: 10px 0 0;
}
.voice-decisive .voice-decisive-punch em { color: var(--amber); }
.voice-decisive-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: center;
}
.voice-decisive-photo { border: 1.5px solid rgba(255,255,255,0.5); }
.voice-decisive-photo img { display: block; width: 100%; height: auto; }

@media (max-width: 860px) {
  .voice-hero-inner { grid-template-columns: 1fr; gap: 30px; padding: 44px 24px; }
  .voice-grid { grid-template-columns: 1fr; }
  .voice-side-photo { position: static; max-width: 420px; }
  .voice-decisive-grid { grid-template-columns: 1fr; }
  .voice-decisive { padding: 34px 24px; }
  .voice-decisive-photo { max-width: 340px; }
}

/* ── リビール ───────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ── レスポンシブ ───────────────────────── */
@media (max-width: 960px) {
  .point-grid { grid-template-columns: 1fr 1fr; }
  .works-list { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-strip-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .point-grid, .check-grid { grid-template-columns: 1fr; }
  .about-table > div { grid-template-columns: 1fr; gap: 4px; padding: 16px; }
  .form-main { padding: 32px 22px; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .hero-slider { height: auto; min-height: 0; padding: 0; }
  .slide { position: relative; inset: auto; display: none; padding: 72px 0 88px; }
  .slide.is-active { display: flex; }
  .slides { position: relative; }
  .svc-hero-head { gap: 18px; }
  .case-lead { padding: 26px 22px; }
  .cell { padding: 14px 14px; }
  .cell-no { top: 8px; left: 12px; }
  .cell-more { display: none; }
  .cell.is-center::after { display: none; }
  .tn-toggle-text { display: none; }
}
