/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

























































































































/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

























































































































/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

























































































































/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

























































































































/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

























































































































/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

























































































































/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

























































































































/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */


/* =========================================================================
   リリンテグ株式会社 — ホームページ デザインシステム
   3つのデザイン方向を data-theme="a|b|c" で切替
   A: クラシック信頼 / B: モダンDX / C: ミニマル湘南
   ========================================================================= */

:root {
  /* --- ベース (Theme A: 事務所連携トーン / ネイビー×ゴールド) --- */
  --navy:        #16314e;
  --navy-2:      #1e3a5f;
  --accent:      #b1853a;          /* gold (矢内事務所トーン) */
  --accent-soft: #f3ecdd;
  --ink:         #1f2a36;
  --ink-soft:    #4a5666;
  --ink-faint:   #8694a4;
  --line:        #e6e9ee;
  --line-strong: #cfd6de;
  --bg:          #ffffff;
  --bg-alt:      #f4f6f9;
  --bg-deep:     #16314e;

  --font-head: "Noto Serif JP", serif;
  --font-body: "Noto Sans JP", sans-serif;
  --font-mono: "Space Mono", monospace;

  --head-weight: 600;
  --maxw: 1120px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 14px;
  --card-shadow: 0 18px 44px -30px rgba(22, 49, 78, .42);
  --btn-radius: 999px;

  /* density */
  --section-pad: clamp(76px, 9vw, 140px);
  --hero-align: center;
  --hero-justify: center;
}

/* =================== Theme B: モダン DX =================== */
[data-theme="b"] {
  --navy:        #0f2742;
  --navy-2:      #143a66;
  --accent:      #2f7df6;
  --accent-soft: #e6f0fe;
  --ink:         #0f1b2a;
  --ink-soft:    #46566a;
  --ink-faint:   #8092a6;
  --line:        #e4e9f0;
  --line-strong: #c8d2df;
  --bg:          #ffffff;
  --bg-alt:      #f1f5fa;
  --bg-deep:     #0f2742;

  --font-head: "Noto Sans JP", sans-serif;
  --font-body: "Noto Sans JP", sans-serif;
  --head-weight: 800;
  --radius: 10px;
  --btn-radius: 10px;
  --card-shadow: 0 16px 40px -30px rgba(15, 39, 66, .4);
  --hero-align: start;
  --hero-justify: start;
}

/* =================== Theme C: ミニマル湘南 =================== */
[data-theme="c"] {
  --navy:        #28405a;
  --navy-2:      #33506e;
  --accent:      #5a7c92;
  --accent-soft: #eceef0;
  --ink:         #2a2f36;
  --ink-soft:    #5d6772;
  --ink-faint:   #9aa3ad;
  --line:        #e6e3dd;
  --line-strong: #d6d2c9;
  --bg:          #f8f7f3;
  --bg-alt:      #f1efe9;
  --bg-deep:     #28405a;

  --font-head: "Noto Serif JP", serif;
  --font-body: "Noto Sans JP", sans-serif;
  --head-weight: 500;
  --radius: 2px;
  --btn-radius: 2px;
  --card-shadow: none;
  --section-pad: clamp(96px, 11vw, 170px);
  --hero-align: start;
  --hero-justify: start;
}

/* density overrides (tweakable) */
[data-density="compact"] { --section-pad: clamp(56px, 6vw, 96px); }
[data-density="comfy"]   { --section-pad: clamp(96px, 12vw, 184px); }

/* =========================================================================
   RESET / BASE
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.85;
  font-size: 16px;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: var(--head-weight); line-height: 1.4; margin: 0; letter-spacing: .02em; }
p { margin: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-pad); }
.section--alt { background: var(--bg-alt); }
.section--deep { background: var(--bg-deep); color: #fff; }

/* eyebrow / kicker */
.kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
}
.kicker::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--accent);
}
[data-hero-align="center"] .kicker { justify-content: center; }

/* section header */
.sec-head { margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head__title {
  font-size: clamp(26px, 3.4vw, 40px);
  color: var(--navy);
}
.sec-head__title .en {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--ink-faint);
  font-weight: 400;
  margin-top: 14px;
}
.sec-head__lead { margin-top: 20px; color: var(--ink-soft); max-width: 56ch; font-size: 16px; }
[data-theme="a"] .sec-head { text-align: center; }
[data-theme="a"] .sec-head__lead { margin-inline: auto; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px;
  font-size: 15px; font-weight: 700;
  border-radius: var(--btn-radius, var(--radius));
  border: 1px solid transparent;
  transition: transform .18s ease, background .2s, color .2s, box-shadow .2s;
  white-space: nowrap;
}
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 10px 24px -12px color-mix(in oklab, var(--accent) 80%, #000); }
.btn--primary:hover { background: var(--navy); transform: translateY(-2px); }
.btn--ghost { border-color: var(--line-strong); color: var(--navy); background: transparent; }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -16px rgba(0,0,0,.5); }

/* placeholder image */
.ph {
  position: relative;
  background:
    repeating-linear-gradient(45deg, var(--accent-soft) 0 12px, color-mix(in oklab, var(--accent-soft) 70%, #fff) 12px 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid; place-items: center;
  color: var(--accent);
  overflow: hidden;
}
.ph span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  background: rgba(255,255,255,.82);
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--ink-soft);
}

/* reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter);
  transition: background .3s, box-shadow .3s, padding .3s;
}
.site-header.scrolled {
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--line);
  padding-block: 12px;
}
.brand { display: flex; align-items: baseline; gap: 12px; }
.brand__mark {
  font-family: var(--font-head); font-weight: 800; font-size: 21px;
  color: var(--navy); letter-spacing: .04em;
}
.brand__mark .dot { color: var(--accent); }
.brand__sub { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; color: var(--ink-faint); }
.scrolled .brand__mark { color: var(--navy); }

.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }
.nav a { font-size: 14px; font-weight: 500; color: var(--ink-soft); position: relative; transition: color .2s; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--accent); transition: width .25s; }
.nav a:hover { color: var(--navy); }
.nav a:hover::after { width: 100%; }
.nav .nav-cta { padding: 11px 22px; }

/* hero (over dark) header text light */
.site-header.on-dark:not(.scrolled) .brand__mark { color: #fff; }
.site-header.on-dark:not(.scrolled) .nav a { color: rgba(255,255,255,.82); }
.site-header.on-dark:not(.scrolled) .nav a:hover { color: #fff; }
.site-header.on-dark:not(.scrolled) .nav-cta { color: var(--navy); }
.site-header.on-dark:not(.scrolled) .brand__sub { color: rgba(255,255,255,.6); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); transition: .3s; }
.on-dark:not(.scrolled) .nav-toggle span { background: #fff; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
    background: var(--bg); flex-direction: column; align-items: flex-start;
    padding: 96px 32px; gap: 22px; transform: translateX(100%); transition: transform .35s ease;
    box-shadow: -20px 0 60px -30px rgba(0,0,0,.4); z-index: 70;
  }
  .nav.open { transform: none; }
  .nav a { font-size: 17px; color: var(--ink); }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(10,20,30,.4); opacity: 0; pointer-events: none; transition: opacity .3s; z-index: 65; }
  .nav-backdrop.show { opacity: 1; pointer-events: auto; }
}

/* =========================================================================
   HERO
   ========================================================================= */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  background: var(--bg-deep);
  color: #fff;
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg .ph { width: 100%; height: 100%; border: 0; border-radius: 0; opacity: .22; }
.hero__bg .ph span { display: none; }
.hero-slot { display: block; width: 100%; height: 100%; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.hero__bg image-slot { --is-placeholder-bg: #1f3550; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bg-deep) 70%, transparent) 0%, transparent 20%),
    linear-gradient(90deg, color-mix(in srgb, var(--bg-deep) 92%, transparent) 0%, color-mix(in srgb, var(--bg-deep) 84%, transparent) 42%, color-mix(in srgb, var(--bg-deep) 46%, transparent) 72%, color-mix(in srgb, var(--bg-deep) 14%, transparent) 100%);
}
[data-theme="a"] .hero__bg::after { background: linear-gradient(180deg, color-mix(in srgb, var(--bg-deep) 68%, transparent), color-mix(in srgb, var(--bg-deep) 92%, transparent)); }
.hero__inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: var(--maxw); margin: 0 auto; padding: 140px var(--gutter) 100px;
  text-align: var(--hero-align);
  display: grid; justify-items: var(--hero-justify);
}
.hero .kicker { color: color-mix(in srgb, var(--accent) 70%, #fff); }
.hero .kicker::before { background: color-mix(in srgb, var(--accent) 70%, #fff); }
.hero__title {
  font-size: clamp(34px, 5.6vw, 68px);
  line-height: 1.28; color: #fff; letter-spacing: .015em;
  text-wrap: balance;
}
.hero__title em { font-style: normal; color: color-mix(in srgb, var(--accent) 60%, #fff); }

/* 見出しの品（上品版：中字＋字間広め＋行間ゆとり） */
[data-head="refined"] .hero__title { font-weight: 500; letter-spacing: .055em; line-height: 1.46; }
[data-head="refined"] .sec-head__title { font-weight: 600; letter-spacing: .04em; }
[data-head="refined"] .cta h2,
[data-head="refined"] .oneStop__copy h2 { font-weight: 500; letter-spacing: .04em; }
.hero__lead {
  margin-top: 30px; max-width: 50ch;
  font-size: clamp(15px, 1.5vw, 18px); line-height: 2; color: rgba(255,255,255,.82);
}
[data-hero-align="center"] .hero__lead { margin-inline: auto; }
.hero__cta { margin-top: 44px; display: flex; gap: 16px; flex-wrap: wrap; justify-content: var(--hero-justify); }
.hero__scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.6);
  display: grid; justify-items: center; gap: 8px;
}
.hero__scroll .line { width: 1px; height: 40px; background: linear-gradient(rgba(255,255,255,.6), transparent); animation: scrolldn 2s infinite; }
@keyframes scrolldn { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* stat strip under hero */
.hero__stats {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero__stats .stat { padding: 26px var(--gutter); }
.hero__stats .stat + .stat { border-left: 1px solid rgba(255,255,255,.16); }
.hero__stats .num { font-family: var(--font-head); font-size: clamp(24px, 3vw, 34px); color: #fff; font-weight: var(--head-weight); }
.hero__stats .num small { font-size: 14px; opacity: .7; margin-left: 4px; }
.hero__stats .lab { font-size: 12px; color: rgba(255,255,255,.62); letter-spacing: .05em; }

/* =========================================================================
   問題提起 (bridge)
   ========================================================================= */
.bridge { text-align: center; }
.bridge__q { font-family: var(--font-head); font-size: clamp(20px, 2.6vw, 30px); color: var(--navy); line-height: 1.7; }
.bridge__q .hl { background: linear-gradient(transparent 62%, var(--accent-soft) 62%); padding: 0 .15em; }
.bridge__list { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }
.bridge__list li {
  list-style: none; font-size: 14px; color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px; padding: 10px 20px; background: var(--bg);
}
.bridge__list li::before { content: "“"; color: var(--accent); margin-right: 4px; font-weight: 700; }

/* =========================================================================
   SERVICES
   ========================================================================= */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
.svc-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: 16px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  position: relative; overflow: hidden;
  box-shadow: var(--card-shadow);
}
.section--alt .svc-card { background: #fff; }
.svc-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--accent);
  transform: scaleY(0); transform-origin: top; transition: transform .3s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -30px rgba(20,40,70,.4); border-color: transparent; }
.svc-card:hover::before { transform: scaleY(1); }
.svc-card__no { font-family: var(--font-mono); font-size: 12px; color: var(--accent); letter-spacing: .15em; }
.svc-card__icon { width: 46px; height: 46px; color: var(--accent); }
.svc-card h3 { font-size: clamp(18px, 2vw, 23px); color: var(--navy); }
.svc-card p { font-size: 14.5px; color: var(--ink-soft); }
.svc-card__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 8px; }
.svc-card__tags span { font-size: 11.5px; color: var(--ink-soft); background: var(--bg-alt); border-radius: 999px; padding: 5px 12px; }
.section--alt .svc-card__tags span { background: var(--accent-soft); color: var(--accent); }

/* =========================================================================
   REASONS / 強み
   ========================================================================= */
.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); }
.reason {
  display: flex; flex-direction: column; gap: 16px;
}
.reason__no {
  font-family: var(--font-head); font-size: 52px; line-height: 1; color: var(--accent);
  opacity: .35; font-weight: 700;
}
[data-theme="b"] .reason { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); box-shadow: var(--card-shadow); }
.reason__media { aspect-ratio: 4/3; }
.reason h3 { font-size: clamp(18px, 2vw, 22px); color: var(--navy); }
.reason p { font-size: 14.5px; color: var(--ink-soft); }
[data-theme="a"] .reason {
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg); box-shadow: var(--card-shadow);
}
[data-theme="a"] .reason__media { display: none; }
[data-theme="a"] .reason__no {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent);
  display: grid; place-items: center; font-size: 22px; opacity: 1;
}

/* =========================================================================
   ワンストップ連携 band
   ========================================================================= */
.oneStop {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center;
}
.oneStop__copy h2 { font-size: clamp(22px, 2.8vw, 32px); color: #fff; line-height: 1.5; }
.oneStop__copy p { color: rgba(255,255,255,.8); margin-top: 18px; font-size: 15px; }
.oneStop__diagram { display: grid; gap: 14px; }
.oneStop__node {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius);
  padding: 18px 22px; display: flex; align-items: center; gap: 16px;
}
.oneStop__node strong { color: #fff; font-family: var(--font-head); font-size: 17px; display: block; }
.oneStop__node span { color: rgba(255,255,255,.65); font-size: 13px; }
.oneStop__node .tag { margin-left: auto; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; color: color-mix(in oklab, var(--accent) 50%, #fff); border: 1px solid rgba(255,255,255,.25); padding: 4px 10px; border-radius: 999px; }
.oneStop__plus { text-align: center; font-size: 22px; color: color-mix(in oklab, var(--accent) 50%, #fff); }

/* =========================================================================
   FLOW
   ========================================================================= */
.flow { display: grid; gap: 0; }
.flow__step {
  display: grid; grid-template-columns: 120px 1fr; gap: clamp(20px, 4vw, 60px);
  padding: clamp(26px, 3vw, 40px) 0; border-top: 1px solid var(--line);
  align-items: start;
}
.flow__step:last-child { border-bottom: 1px solid var(--line); }
.flow__no { font-family: var(--font-mono); display: flex; flex-direction: column; gap: 6px; }
.flow__no .step { font-size: 11px; letter-spacing: .2em; color: var(--ink-faint); }
.flow__no .big { font-family: var(--font-head); font-size: clamp(34px, 4vw, 56px); color: var(--accent); line-height: 1; font-weight: var(--head-weight); }
.flow__body h3 { font-size: clamp(18px, 2vw, 23px); color: var(--navy); margin-bottom: 10px; }
.flow__body p { font-size: 14.5px; color: var(--ink-soft); max-width: 60ch; }
.flow__body .meta { font-family: var(--font-mono); font-size: 11px; color: var(--ink-faint); margin-top: 12px; letter-spacing: .05em; }

/* =========================================================================
   RESULTS / VOICE
   ========================================================================= */
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); margin-bottom: clamp(40px, 5vw, 64px); }
.metric { text-align: center; padding: 30px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); box-shadow: var(--card-shadow); }
.section--alt .metric { background: #fff; }
.metric .num { font-family: var(--font-head); font-size: clamp(34px, 5vw, 56px); color: var(--navy); font-weight: var(--head-weight); line-height: 1; }
.metric .num small { font-size: 18px; color: var(--accent); }
.metric .lab { font-size: 13px; color: var(--ink-soft); margin-top: 12px; }
.voices { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
.voice {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(26px, 3vw, 36px);
  display: flex; flex-direction: column; gap: 18px;
  box-shadow: var(--card-shadow);
}
.section--alt .voice { background: #fff; }
.voice__quote { font-family: var(--font-head); font-size: clamp(16px, 1.8vw, 19px); color: var(--navy); line-height: 1.8; }
.voice__quote::before { content: "❝"; color: var(--accent); font-size: 28px; display: block; margin-bottom: 6px; }
.voice__who { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.voice__who .av { width: 44px; height: 44px; border-radius: 999px; flex: none; }
.voice__who .name { font-size: 14px; font-weight: 700; color: var(--ink); }
.voice__who .role { font-size: 12px; color: var(--ink-faint); }

/* =========================================================================
   COMPANY
   ========================================================================= */
.company { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.info-table { width: 100%; border-collapse: collapse; }
.info-table th, .info-table td { text-align: left; padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 14.5px; vertical-align: top; }
.info-table th { width: 34%; color: var(--navy); font-weight: 700; font-family: var(--font-head); }
.info-table td { color: var(--ink-soft); }
.company__map { aspect-ratio: 4/3; }
.company__access { margin-top: 18px; font-size: 13px; color: var(--ink-soft); line-height: 1.9; }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq { max-width: 800px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; background: none; border: 0; text-align: left;
  display: flex; align-items: center; gap: 18px; padding: 24px 4px; font-family: var(--font-head);
  font-size: clamp(15px, 1.8vw, 18px); color: var(--navy); font-weight: var(--head-weight);
}
.faq__q .qmark { font-family: var(--font-mono); color: var(--accent); font-size: 14px; flex: none; }
.faq__q .ic { margin-left: auto; flex: none; width: 18px; height: 18px; position: relative; transition: transform .3s; }
.faq__q .ic::before, .faq__q .ic::after { content: ""; position: absolute; background: var(--accent); inset: 0; margin: auto; }
.faq__q .ic::before { width: 100%; height: 2px; }
.faq__q .ic::after { width: 2px; height: 100%; transition: transform .3s; }
.faq__item.open .ic::after { transform: scaleY(0); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 4px 26px; color: var(--ink-soft); font-size: 14.5px; max-width: 68ch; }

/* =========================================================================
   CONTACT / CTA
   ========================================================================= */
.cta { text-align: center; position: relative; overflow: hidden; }
.cta__inner { position: relative; z-index: 2; }
.cta h2 { font-size: clamp(26px, 4vw, 46px); color: #fff; line-height: 1.4; }
.cta p { color: rgba(255,255,255,.82); margin-top: 22px; font-size: 16px; max-width: 52ch; margin-inline: auto; }
.cta__actions { margin-top: 40px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta__contacts { margin-top: 40px; display: flex; gap: 36px; justify-content: center; flex-wrap: wrap; font-size: 14px; color: rgba(255,255,255,.8); }
.cta__contacts a { display: inline-flex; align-items: center; gap: 8px; }
.cta__contacts .lab { font-family: var(--font-mono); font-size: 10px; letter-spacing: .15em; color: color-mix(in oklab, var(--accent) 50%, #fff); display: block; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer { background: var(--bg-deep); color: rgba(255,255,255,.7); padding: clamp(56px, 7vw, 88px) 0 36px; border-top: 1px solid rgba(255,255,255,.08); }
.footer__top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer .brand__mark { color: #fff; }
.footer__cols { display: flex; gap: clamp(40px, 6vw, 80px); flex-wrap: wrap; }
.footer__col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; color: rgba(255,255,255,.5); margin-bottom: 16px; font-weight: 400; }
.footer__col a { display: block; font-size: 13.5px; color: rgba(255,255,255,.78); padding: 5px 0; transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,.5); font-family: var(--font-mono); letter-spacing: .05em; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 860px) {
  .svc-grid, .reason-grid, .voices, .company, .oneStop, .metrics, .hero__stats { grid-template-columns: 1fr; }
  .hero__stats .stat + .stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .flow__step { grid-template-columns: 1fr; gap: 12px; }
  .reason-grid { gap: 36px; }
}
/* ===== Contact Form 7（CTAセクション濃紺背景用）— Claude Code 追記 ===== */
.cta__form{max-width:580px;margin:34px auto 0;text-align:left}
.cta__form .wpcf7{color:#fff}
.cta__form p{margin:0}
.cta__form label{display:block;margin-bottom:18px;font-size:14px;font-weight:600;color:#fff}
.cta__form .req{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:4px;
  background:var(--accent);color:#1c1407;font-size:11px;font-weight:700;letter-spacing:.04em;
  vertical-align:1px}
.cta__form .opt{display:inline-block;margin-left:8px;font-size:11px;font-weight:500;
  color:rgba(255,255,255,.55)}
.cta__form .wpcf7-form-control-wrap{display:block;margin-top:8px}
.cta__form input[type=text],
.cta__form input[type=email],
.cta__form input[type=tel],
.cta__form input[type=url],
.cta__form input[type=number],
.cta__form select,
.cta__form textarea{
  display:block;width:100%;box-sizing:border-box;padding:13px 14px;border-radius:10px;
  border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.06);
  color:#fff;font:inherit;font-size:15px;outline:none;transition:border-color .15s,background .15s}
.cta__form textarea{min-height:130px;resize:vertical}
.cta__form input::placeholder,.cta__form textarea::placeholder{color:rgba(255,255,255,.5)}
.cta__form input:focus,.cta__form select:focus,.cta__form textarea:focus{
  border-color:var(--accent);background:rgba(255,255,255,.1)}
.cta__form .wpcf7-submit{
  display:inline-flex;align-items:center;gap:8px;margin-top:6px;cursor:pointer;
  padding:15px 40px;border:0;border-radius:var(--btn-radius);
  background:var(--accent);color:#1c1407;font-weight:700;font-size:15px;
  transition:transform .15s,filter .15s}
.cta__form .wpcf7-submit:hover{transform:translateY(-1px);filter:brightness(1.05)}
.cta__form .wpcf7-spinner{margin:0 0 0 10px}
.cta__form .wpcf7-not-valid-tip{color:#ffd9a8;font-size:13px;margin-top:5px}
.cta__form .wpcf7-response-output{
  margin:18px 0 0!important;padding:12px 16px;border-radius:10px;
  border:1px solid rgba(255,255,255,.3)!important;color:#fff;font-size:14px}

/* ===== 仮画像・地図の流し込み（Claude Code 追記） ===== */
.reason__media{border-radius:var(--radius);overflow:hidden;background:var(--bg-deep)}
.reason__media img{width:100%;height:100%;object-fit:cover;display:block}
.company__map{border-radius:var(--radius);overflow:hidden;background:var(--bg-alt)}
.company__map iframe{width:100%;height:100%;border:0;display:block}
.voice__who img.av{object-fit:cover}
