:root {
  --color-base: #fff;
  --color-surface: #f4faff;
  --color-ink: #071a3d;
  --color-muted: #4d6078;
  --color-blue: #079be5;
  --color-blue-deep: #006fca;
  --color-blue-soft: #e8f7ff;
  --color-orange: #dc6200;
  --color-orange-deep: #c84f00;
  --color-border: #dbeaf4;
  --shadow-sm: 0 8px 24px rgba(18, 89, 134, .09);
  --shadow-lg: 0 22px 70px rgba(18, 89, 134, .14);
  --container: 1160px;
  --font-ja: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

  /* ===== 文字サイズ共通ルール（2026-09-02 荒川さんMTG）=====
     サイズはこの10段階以外を使わない。本文16px／注釈13pxが下限。 */
  --fs-note: .8125rem;                          /* 13px 注釈・最小ラベル */
  --fs-xs: .875rem;                             /* 14px 補足・キャプション */
  --fs-body: 1rem;                              /* 16px 本文 */
  --fs-lead: 1.125rem;                          /* 18px リード文 */
  --fs-title: clamp(1.25rem, 2.2vw, 1.375rem);  /* 20-22px 小見出し */
  --fs-heading: clamp(1.5rem, 3.2vw, 1.75rem);  /* 24-28px カード見出し */
  --fs-sub: clamp(1.75rem, 4.2vw, 2.75rem);     /* 28-44px サブ見出し */
  --fs-section: clamp(2rem, 5.4vw, 3.9rem);     /* 32-62px セクション見出し */
  --fs-stat: clamp(2.4rem, 7.6vw, 4.2rem);      /* 数字強調 */
  --fs-stat-lg: clamp(3rem, 11vw, 6rem);        /* 巨大数字 */
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-base);
  font-family: var(--font-ja);
  font-size: var(--fs-body);
  line-height: 1.8;
  line-break: strict;
  word-break: auto-phrase;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #ffbd54; outline-offset: 4px; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; border-radius: 6px; color: #fff; background: var(--color-blue-deep); }
.skip-link:focus { transform: translateY(0); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header {
  position: relative;
  z-index: 50;
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: clamp(20px, 3vw, 52px);
  padding-left: clamp(24px, 3vw, 48px);
  border-bottom: 1px solid #e6edf2;
  background: rgba(255, 255, 255, .97);
}
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand-logo { width: clamp(190px, 16vw, 230px); height: auto; }
.global-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 40px); font-size: var(--fs-xs); font-weight: 600; white-space: nowrap; }
.global-nav a { position: relative; padding-block: 23px; }
.global-nav a::after { content: ""; position: absolute; right: 0; bottom: 15px; left: 0; height: 2px; transform: scaleX(0); background: var(--color-blue); transition: transform .24s ease; }
.global-nav a:hover::after { transform: scaleX(1); }
.header-cta { align-self: stretch; min-width: 230px; display: flex; align-items: center; justify-content: center; gap: 11px; padding-inline: 20px 24px; color: #fff; background: linear-gradient(135deg, var(--color-blue), #008bd5); font-weight: 700; }
.header-cta img { width: 46px; height: 46px; flex: 0 0 auto; object-fit: contain; }
.header-cta span { line-height: 1; }
.menu-button { display: none; }

.hero-desktop { position: relative; width: 100%; height: clamp(480px, 39.6vw, 720px); overflow: hidden; container-type: inline-size; background: #edf6fa; isolation: isolate; }
.hero-desktop > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-desktop::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, transparent 0 29%, rgba(255,255,255,.2) 38%, rgba(255,255,255,.3) 62%, transparent 72%); }
.hero-warmth { position: absolute; inset: 0 50% 0 0; z-index: -2; pointer-events: none; background: linear-gradient(90deg, rgba(255, 149, 24, .14), rgba(255, 149, 24, .02)); mix-blend-mode: multiply; clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%); }
.hero-recruit-label, .hero-ai-label { position: absolute; top: 20%; min-width: 9%; min-height: 42px; display: grid; place-items: center; padding: 8px 20px; color: #fff; box-shadow: 0 5px 16px rgba(4,47,83,.16); font-size: clamp(.78rem, 1.1cqw, 1.22rem); font-weight: 800; line-height: 1; white-space: nowrap; }
.hero-recruit-label { left: 0; background: var(--color-orange); }
.hero-ai-label { right: 0; background: var(--color-blue); }
.hero-message { position: absolute; top: 43%; left: 50%; width: min(58%, 970px); transform: translate(-50%, -50%); color: var(--color-ink); text-align: center; text-shadow: 0 1px 10px rgba(255,255,255,.85); }
.hero-message p { margin-bottom: 10px; color: var(--color-blue-deep); font-size: clamp(.66rem, .78cqw, .9rem); font-weight: 900; letter-spacing: .13em; }
.hero-message h1 { margin: 0; font-size: clamp(1.75rem, 3.15cqw, 3.45rem); line-height: 1.42; letter-spacing: -.045em; }
.hero-message small { display: block; margin-top: 12px; font-size: clamp(.76rem, 1.05cqw, 1.08rem); font-weight: 600; }
.hero-actions { position: absolute; bottom: 8%; left: 50%; width: min(52%, 900px); display: grid; grid-template-columns: 1fr 1fr; gap: 8%; transform: translateX(-50%); }
.hero-actions a { position: relative; min-height: clamp(50px, 4.6cqw, 68px); display: flex; align-items: center; justify-content: center; border: 2px solid #fff; border-radius: 999px; font-size: clamp(.78rem, 1.05cqw, 1.12rem); font-weight: 800; box-shadow: 0 9px 26px rgba(7,51,87,.18); }
.hero-actions a.recruit { color: #fff; background: linear-gradient(100deg, var(--color-orange), #f27a16); }
.hero-actions a.ai { color: var(--color-blue-deep); border-color: var(--color-blue); background: rgba(255,255,255,.96); }
.hero-actions span { position: absolute; right: 4%; width: clamp(30px, 3cqw, 42px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--color-orange); background: #fff; font-size: 1.55em; line-height: 1; }
.hero-actions .ai span { color: #fff; background: var(--color-blue-deep); }
.hero-mobile { display: none; }

.quick-nav { position: relative; z-index: 5; width: min(calc(100% - 80px), 1220px); min-height: 102px; margin: -30px auto 0; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .97); box-shadow: 0 16px 36px rgba(30, 57, 77, .14); }
.quick-nav a { min-width: 0; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 14px; padding-inline: 16px; border-right: 1px solid #d7dde1; font-size: clamp(.76rem, 1vw, .95rem); font-weight: 600; line-height: 1.55; transition: color .2s ease, background .2s ease; }
.quick-nav a:last-child { border-right: 0; }
.quick-nav a:hover { color: var(--color-blue-deep); background: var(--color-blue-soft); }
.quick-nav svg { flex: 0 0 auto; width: 42px; height: 42px; fill: none; stroke: var(--color-blue-deep); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.proof-band { width: min(calc(100% - 48px), 1300px); min-height: 114px; margin: 48px auto 0; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; padding: 22px 40px; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); background: linear-gradient(90deg, #fff, #f6fbff, #fff); }
.proof-copy { display: grid; gap: 2px; font-size: 1rem; font-weight: 600; }
.proof-copy strong { color: var(--color-blue-deep); font-size: clamp(1rem, 1.6vw, 1.35rem); }
.proof-copy small { margin-top: 8px; color: var(--color-muted); font-size: .68rem; font-weight: 500; }
.proof-band > * { min-width: 0; }
.proof-copy span, .proof-copy strong, .proof-copy small { overflow-wrap: anywhere; }
.proof-stats { min-width: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2px, .8vw, 12px); }
.proof-stats > div {
  position: relative;
  min-width: 0;
  min-height: 156px;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  padding: 25px 8px 18px;
  isolation: isolate;
  container-type: inline-size;
  text-align: center;
}
.proof-laurel { position: absolute; top: 50%; left: 50%; z-index: -1; width: min(92cqi, 148px); height: auto; max-width: none; transform: translate(-50%, -50%); pointer-events: none; }
.proof-stats dt { position: relative; z-index: 1; align-self: end; margin-bottom: 2px; color: #436579; font-size: .68rem; font-weight: 800; line-height: 1.35; white-space: nowrap; }
.proof-stats dd {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  color: var(--color-blue-deep);
  font-weight: 700;
  white-space: nowrap;
}
.proof-stats dd::before,
.proof-stats dd::after { content: none; }
.proof-stats dd span { display: block; font-size: .58rem; letter-spacing: 0; line-height: 1; }
.proof-stats b { display: block; font-size: clamp(1.58rem, 2.1vw, 2rem); font-variant-numeric: tabular-nums; letter-spacing: -.055em; line-height: 1; }
.proof-stats > div:first-child b { font-size: clamp(1.48rem, 1.95vw, 1.86rem); }

.section { padding-block: clamp(80px, 8vw, 120px); }
.section-soft { background: linear-gradient(145deg, #f7fbff, #eef8ff); }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { text-align: center; }
.section-heading p, .section-en { margin-bottom: 8px; color: #287fae; font-size: var(--fs-sub); font-weight: 800; letter-spacing: .06em; }
.section-heading h2 { position: relative; width: fit-content; margin: 0 auto; padding-bottom: 18px; font-size: var(--fs-sub); line-height: 1.45; }
.section-heading h2::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 52px; height: 3px; transform: translateX(-50%); background: var(--color-blue); }
.section-heading h2 span { color: var(--color-blue); }
.section-heading h2 .nb { color: inherit; }
.nb { display: inline-block; white-space: nowrap; word-break: keep-all; }
.br-sp { display: none; }

.issue-panel { padding: 46px 48px 52px; border: 1px solid #e2f0fa; border-radius: 18px; background: rgba(255, 255, 255, .72); box-shadow: inset 0 1px #fff, var(--shadow-sm); }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.issue-grid article { min-width: 0; min-height: 250px; padding: 28px 24px; border: 1px solid #edf0f2; border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.issue-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.issue-grid svg { width: 60px; height: 60px; margin: 0 auto 20px; fill: none; stroke: var(--color-blue); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.issue-grid h3 { margin-bottom: 14px; font-size: 1.05rem; }
.issue-grid p { margin: 0; color: var(--color-muted); font-size: .83rem; line-height: 1.8; }

.concept { position: relative; overflow: hidden; }
.concept::after { content: ""; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: linear-gradient(145deg, rgba(7, 155, 229, .06), transparent 70%); clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%); pointer-events: none; }
.concept-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.concept-copy h2 { margin-bottom: 24px; font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.52; }
.concept-copy h2 span { color: var(--color-blue); font-size: 1.15em; }
.concept-copy > p:not(.section-en) { max-width: 560px; margin-bottom: 10px; color: var(--color-muted); font-size: .98rem; }
.workflow-visual { position: relative; min-height: 430px; overflow: hidden; border-radius: 18px; background: #e8f5fc; box-shadow: var(--shadow-lg); }
.workflow-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 28%, rgba(235,247,255,.1) 40%, rgba(235,247,255,.92) 69%, rgba(235,247,255,.98)); pointer-events: none; }
.workflow-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.workflow-visual ol { position: absolute; z-index: 1; top: 50%; right: 24px; width: min(45%, 285px); margin: 0; padding: 0; display: grid; gap: 22px; list-style: none; transform: translateY(-50%); }
.workflow-visual li { position: relative; min-height: 78px; display: flex; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.88); border-radius: 12px; background: rgba(255,255,255,.96); color: var(--color-blue-deep); font-size: .84rem; font-weight: 700; box-shadow: 0 12px 30px rgba(22,91,137,.14); }
.workflow-visual li:not(:last-child)::after { content: "↓"; position: absolute; bottom: -25px; left: 50%; color: var(--color-blue); font-size: 1.25rem; }
.workflow-visual li svg { flex: 0 0 auto; width: 38px; height: 38px; fill: none; stroke: var(--color-blue); stroke-width: 1.6; }

.usecase-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.usecase-grid article { position: relative; grid-column: span 3; min-width: 0; min-height: 290px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; align-items: start; padding: 28px 24px; overflow: hidden; border: 1px solid #e5eff5; border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.usecase-grid article:nth-child(n+5) { grid-column: span 4; }
.usecase-grid article > b { position: absolute; top: 20px; left: 22px; color: var(--color-blue); font-size: 1.8rem; line-height: 1; font-variant-numeric: tabular-nums; }
.usecase-grid h3 { grid-column: 1 / -1; margin: 46px 0 20px; font-size: 1rem; line-height: 1.55; }
.usecase-grid svg { grid-column: 1 / -1; width: 54px; height: 54px; margin-bottom: 20px; fill: none; stroke: var(--color-blue); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.usecase-grid p { grid-column: 1 / -1; align-self: end; margin: 0; color: var(--color-muted); font-size: .78rem; line-height: 1.75; }

.comparison { background: #fff; }
.comparison-grid { position: relative; display: grid; grid-template-columns: 1fr 64px 1fr; align-items: stretch; overflow: hidden; border: 1px solid #e1ebf2; border-radius: 20px; background: url("assets/before-after-team-v2.webp") center / cover no-repeat; box-shadow: var(--shadow-lg); }
.comparison-grid article { position: relative; min-height: 500px; padding: 34px 34px 30px; overflow: hidden; }
.comparison-grid article > span, .comparison-grid h3, .comparison-grid ul { position: relative; z-index: 2; }
.comparison-grid article > span { display: inline-flex; margin-bottom: 16px; padding: 5px 18px; border-radius: 999px; color: #fff; font-size: .75rem; font-weight: 700; }
.comparison-grid h3 { max-width: 68%; margin-bottom: 24px; font-size: clamp(1.3rem, 2vw, 1.75rem); }
.comparison-grid ul { max-width: 64%; margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.comparison-grid li { position: relative; padding-left: 25px; color: #42546a; font-size: .88rem; font-weight: 600; }
.comparison-grid li::before { content: "✓"; position: absolute; left: 0; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: .65rem; }
.before-card { background: linear-gradient(90deg, rgba(248,248,248,.99) 0%, rgba(245,245,245,.95) 43%, rgba(238,238,238,.56) 64%, rgba(238,238,238,.04) 92%); }
.before-card > span { background: #626b74; }
.before-card li::before { background: #9aa1a7; }
.after-card { background: linear-gradient(90deg, rgba(244,251,255,.99) 0%, rgba(238,248,255,.95) 43%, rgba(228,245,255,.5) 64%, rgba(228,245,255,.03) 92%); }
.after-card > span { background: var(--color-blue-deep); }
.after-card h3, .after-card h3 b { color: var(--color-blue-deep); }
.after-card li::before { background: var(--color-blue); }
.comparison-arrow { position: relative; z-index: 3; display: grid; place-items: center; color: var(--color-blue); background: linear-gradient(90deg, transparent, rgba(255,255,255,.82), transparent); }
.comparison-arrow svg { width: 46px; height: 46px; padding: 7px; border-radius: 50%; fill: #fff; stroke: currentColor; stroke-width: 2; filter: drop-shadow(0 4px 10px rgba(0,74,133,.18)); }

.proof-section { position: relative; overflow: hidden; background: #f3f9fd; }
.proof-section::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(7,155,229,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,155,229,.045) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.proof-section .container { position: relative; }
.proof-heading { margin-bottom: 44px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 88px); align-items: end; }
.proof-heading .section-en { margin-bottom: 6px; }
.proof-heading h2 { margin: 0; font-size: clamp(1.9rem, 3.6vw, 3.2rem); line-height: 1.4; letter-spacing: -.035em; }
.proof-heading > p { max-width: 580px; margin: 0; color: var(--color-muted); font-size: .98rem; }
.proof-kpi-grid { margin-bottom: 24px; display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 16px; }
.proof-kpi { min-width: 0; min-height: 206px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border: 1px solid #dceaf3; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.proof-kpi > span { margin-bottom: 10px; color: var(--color-blue-deep); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.proof-kpi > strong { color: var(--color-ink); font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.1; font-variant-numeric: tabular-nums; }
.proof-kpi > strong b { color: var(--color-blue-deep); font-size: clamp(2.7rem, 5vw, 4.5rem); letter-spacing: -.07em; }
.proof-kpi-measure { white-space: nowrap; }
.proof-kpi-unit { display: inline-block; margin-left: .28em; font-size: .86em; font-weight: 800; letter-spacing: 0; vertical-align: .12em; }
.proof-kpi > p { margin: 10px 0 0; color: var(--color-muted); font-size: .78rem; font-weight: 700; }
.proof-kpi.is-evaluation { color: #fff; border-color: transparent; background: linear-gradient(145deg, #071a3d, #07558b); box-shadow: 0 18px 42px rgba(7,26,61,.18); }
.proof-kpi.is-evaluation > span { color: #8edfff; }
.proof-kpi.is-evaluation > strong { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.25rem); }
.proof-kpi.is-evaluation > strong b { margin-left: 7px; color: #79ddff; font-size: clamp(3.2rem, 5.8vw, 5.1rem); }
.proof-kpi.is-evaluation > p { color: #d7e9f7; font-weight: 500; line-height: 1.75; }
.proof-kpi.is-evaluation em { color: #fff; font-style: normal; font-weight: 800; }
.proof-kpi.is-hours > strong { font-size: clamp(1rem, 1.6vw, 1.35rem); }
.proof-kpi.is-hours > strong b { margin-inline: 2px; }

.proof-automation { margin-bottom: 24px; display: grid; grid-template-columns: minmax(270px, .8fr) minmax(0, 1.5fr); gap: clamp(28px, 5vw, 64px); align-items: center; padding: clamp(28px, 4.5vw, 52px); border: 1px solid #dceaf3; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.proof-automation-copy > span { display: block; margin-bottom: 10px; color: var(--color-blue-deep); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.proof-automation-copy h3 { margin-bottom: 14px; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.5; }
.proof-automation-copy > p { margin-bottom: 18px; color: var(--color-muted); font-size: .83rem; }
.proof-automation-copy ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.proof-automation-copy li { padding: 7px 12px; border-radius: 999px; color: var(--color-blue-deep); background: #edf8ff; font-size: .7rem; font-weight: 800; }
.proof-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; list-style: none; }
.proof-flow li { position: relative; min-width: 0; min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 16px; border-radius: 14px; background: #f5fbff; text-align: center; }
.proof-flow li:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -21px; width: 14px; height: 14px; border-top: 2px solid var(--color-blue); border-right: 2px solid var(--color-blue); transform: translateY(-50%) rotate(45deg); }
.proof-flow li > span { position: absolute; top: 14px; left: 16px; color: var(--color-blue); font-size: .72rem; font-weight: 900; }
.proof-flow svg { width: 56px; height: 56px; margin-bottom: 14px; fill: none; stroke: var(--color-blue); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.proof-flow strong { margin-bottom: 7px; color: var(--color-ink); font-size: .95rem; }
.proof-flow small { color: var(--color-muted); font-size: .7rem; line-height: 1.65; }

.proof-results { margin-bottom: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.proof-results > article { min-width: 0; padding: 24px; border: 1px solid #dceaf3; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.proof-results header > div { margin-bottom: 8px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.proof-results header span { color: var(--color-ink); font-size: var(--fs-xs); font-weight: 800; }
.proof-results header strong { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--color-blue-deep); font-size: var(--fs-note); }
.proof-results header strong b { font-size: var(--fs-body); font-variant-numeric: tabular-nums; }
.proof-results header p { margin: 0 0 20px; color: var(--color-blue-deep); font-size: var(--fs-lead); font-weight: 900; font-variant-numeric: tabular-nums; }
.proof-bars { display: grid; gap: 9px; }
.proof-bars > div { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr) 36px; gap: 8px; align-items: center; }
.proof-bars span { color: var(--color-muted); font-size: .58rem; font-weight: 800; }
.proof-bars i { width: 100%; height: 10px; display: block; border-radius: 999px; background: #b8c5cf; }
.proof-bars b { color: var(--color-muted); font-size: .62rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.proof-bars .is-after i { width: max(var(--after-width), 10px); background: linear-gradient(90deg, var(--color-blue-deep), #22b8f2); }
.proof-bars .is-after b { color: var(--color-blue-deep); }
.proof-footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 26px 30px; border-radius: 16px; color: #fff; background: #071a3d; }
.proof-footer p { max-width: 750px; margin: 0; color: #dcecf7; font-size: .84rem; }
.proof-footer a { flex: 0 0 auto; min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: #fff; font-size: .76rem; font-weight: 800; }
.proof-footer a:hover { background: rgba(255,255,255,.1); }
.proof-footer svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

.flow { background: linear-gradient(#fff, #f8fcff); }
.flow-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; counter-reset: flow; }
.flow-list li { position: relative; min-width: 0; padding-inline: 24px; text-align: center; }
.flow-list li:not(:last-child)::after { content: "›"; position: absolute; top: 77px; right: -10px; color: var(--color-blue); font-size: var(--fs-sub); font-weight: 400; }
.flow-list > li > b { position: absolute; top: 0; left: calc(50% - 68px); z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--color-blue-deep); font-size: var(--fs-xs); font-variant-numeric: tabular-nums; }
.flow-icon { width: 140px; height: 140px; margin: 8px auto 24px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #fff 60%, #edf8ff); box-shadow: inset 0 0 0 1px #e9f4fa; }
.flow-icon svg { width: 64px; height: 64px; fill: none; stroke: var(--color-blue); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.flow-list h3 { margin-bottom: 12px; color: var(--color-blue); font-size: var(--fs-lead); }
.flow-list p { margin: 0; color: var(--color-muted); font-size: var(--fs-xs); }

.final-cta { min-height: 285px; display: grid; grid-template-columns: minmax(250px, .72fr) minmax(430px, 1.35fr) minmax(240px, .8fr); align-items: center; gap: 28px; padding: 36px max(30px, calc((100vw - 1260px) / 2)); overflow: hidden; color: #fff; background: linear-gradient(110deg, #006fd0, #08a6ee); }
.cta-visual { position: relative; align-self: stretch; min-height: 220px; overflow: hidden; border: 1px solid rgba(255,255,255,.45); border-radius: 12px; background: rgba(255,255,255,.16); box-shadow: 0 18px 36px rgba(0,74,133,.16); }
.cta-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.consultation-seal {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 112px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #111;
  background: radial-gradient(circle at 35% 26%, #fff82a 0 18%, #ffe700 54%, #ffd500 100%);
  box-shadow: 0 9px 22px rgba(7,26,61,.22), inset 0 1px rgba(255,255,255,.55);
  line-height: 1;
  text-align: center;
  isolation: isolate;
}
.consultation-seal::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: 18px;
  z-index: -1;
  width: 28px;
  height: 23px;
  background: #ffdc00;
  clip-path: polygon(0 0, 100% 68%, 0 100%);
  transform: rotate(8deg);
}
.consultation-seal > span:not(.seal-time) { margin-bottom: 8px; font-size: .78rem; font-weight: 900; letter-spacing: .02em; }
.consultation-seal .seal-time { display: flex; align-items: baseline; justify-content: center; }
.consultation-seal .seal-time b { font-size: 2.45rem; font-weight: 900; letter-spacing: -.08em; }
.consultation-seal .seal-time i { margin-left: 4px; font-size: 1rem; font-style: normal; font-weight: 900; }
.cta-main { text-align: center; }
.cta-main p { margin-bottom: 3px; font-size: var(--fs-body); }
.cta-main h2 { margin-bottom: 18px; font-size: var(--fs-sub); }
.cta-main > a { width: min(100%, 470px); min-height: 78px; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; gap: 26px; border: 3px solid #fff; border-radius: 15px; color: var(--color-blue-deep); background: #fff; box-shadow: 0 10px 28px rgba(0,60,120,.2); font-size: var(--fs-sub); font-weight: 800; }
.cta-main > a svg { width: 30px; height: 30px; fill: none; stroke: var(--color-blue); stroke-width: 2; }
.cta-main small { font-size: var(--fs-xs); }
.final-cta ul { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.final-cta li { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 8px 18px; border-radius: 999px; color: var(--color-blue-deep); background: #fff; font-size: var(--fs-xs); font-weight: 700; }
.final-cta li svg { width: 24px; height: 24px; fill: none; stroke: var(--color-blue); stroke-width: 1.7; }

.site-footer { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 32px; padding: 34px max(24px, calc((100vw - 1160px)/2)); border-top: 1px solid var(--color-border); color: var(--color-muted); background: #fff; font-size: var(--fs-xs); }
.site-footer p { margin: 0; }
.footer-brand { color: var(--color-blue-deep); }
.site-footer > a:not(.brand) { min-height: 36px; display: inline-flex; align-items: center; padding-inline: 8px; }
.footer-brand .brand-logo { width: 180px; }
.diagnosis-float { position: fixed; right: 24px; bottom: 24px; z-index: 90; width: 330px; min-height: 82px; display: grid; grid-template-columns: 48px 1fr 30px; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; color: #fff; background: linear-gradient(105deg, #063463, #008fd8); box-shadow: 0 18px 46px rgba(3,35,74,.3); opacity: 0; pointer-events: none; transform: translateY(18px); transition: opacity .25s ease, transform .25s ease, box-shadow .2s ease; }
.diagnosis-float.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.diagnosis-float:hover { box-shadow: 0 22px 52px rgba(3,35,74,.4); transform: translateY(-3px); }
.diagnosis-float > svg { width: 46px; height: 46px; padding: 8px; border-radius: 50%; fill: none; stroke: #fff; stroke-width: 1.7; background: rgba(255,255,255,.12); }
.diagnosis-float span { min-width: 0; display: grid; gap: 2px; }
.diagnosis-float small { color: #bfeaff; font-size: var(--fs-note); font-weight: 700; }
.diagnosis-float strong { font-size: var(--fs-body); white-space: nowrap; }
.diagnosis-float > b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--color-blue-deep); background: #fff; }
.mobile-fixed-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .global-nav { position: fixed; inset: 72px 0 auto; display: none; padding: 24px; background: #fff; box-shadow: var(--shadow-lg); }
  .global-nav.is-open { display: grid; gap: 0; }
  .global-nav a { padding: 14px 8px; border-bottom: 1px solid var(--color-border); }
  .header-cta { display: none; }
  .menu-button { width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span:not(.sr-only) { width: 26px; height: 2px; display: block; background: var(--color-ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .quick-nav { width: calc(100% - 48px); margin-top: -18px; }
  .quick-nav a { flex-direction: column; gap: 4px; padding-block: 14px; text-align: center; }
  .quick-nav svg { width: 34px; height: 34px; }
  .proof-band { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .proof-heading { grid-template-columns: 1fr; gap: 18px; }
  .proof-heading > p { max-width: 720px; }
  .proof-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-automation { grid-template-columns: 1fr; }
  .usecase-grid { grid-template-columns: repeat(2, 1fr); }
  .usecase-grid article, .usecase-grid article:nth-child(n+5) { grid-column: auto; margin: 0; }
  .final-cta { grid-template-columns: 1fr 1.7fr; }
  .final-cta ul { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .site-footer { grid-template-columns: 1fr auto; }
}

@media (max-width: 768px) {
  body { padding-bottom: 64px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { position: sticky; top: 0; min-height: 64px; }
  .brand-logo { width: 176px; }
  .global-nav { inset-block-start: 64px; }
  .hero-desktop { display: none; }
  .hero-mobile { display: block; overflow: hidden; background: linear-gradient(150deg, #fff 0 52%, #eef9ff 100%); }
  .hero-mobile-copy { padding: 30px 22px 20px; text-align: center; }
  .hero-kicker { margin-bottom: 10px; color: var(--color-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
  .hero-mobile h2 { margin-bottom: 12px; font-size: clamp(1.82rem, 8vw, 2.5rem); line-height: 1.38; letter-spacing: -.03em; }
  .hero-mobile h2 span { color: var(--color-blue); }
  .hero-mobile-copy > p:last-child { margin: 0 auto; color: var(--color-muted); font-size: .9rem; }
  .mobile-service-panels { display: grid; grid-template-columns: 1fr 1fr; }
  .mobile-service { position: relative; min-height: 270px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px 15px; overflow: hidden; color: #fff; isolation: isolate; }
  .mobile-service::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: url("assets/hero-split-clean-v2.webp"); background-repeat: no-repeat; background-size: auto 100%; }
  .mobile-service::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(transparent 28%, rgba(6,23,45,.74)); }
  .mobile-service.recruitment::before { background-position: 3% center; filter: saturate(.9) sepia(.12); }
  .mobile-service.ai::before { background-position: 100% center; }
  .mobile-service.recruitment { border-top: 5px solid var(--color-orange); }
  .mobile-service.ai { border-top: 5px solid var(--color-blue); }
  .mobile-service strong { display: block; margin-bottom: 3px; font-size: 1.15rem; }
  .mobile-service span { display: block; font-size: .72rem; }
  .mobile-service a { min-height: 44px; margin-top: 12px; display: grid; place-items: center; border-radius: 999px; background: var(--color-orange); font-size: .82rem; font-weight: 800; }
  .mobile-service.ai a { background: var(--color-blue); }
  .quick-nav { width: calc(100% - 24px); min-height: auto; margin-top: 12px; grid-template-columns: repeat(5, minmax(115px, 1fr)); overflow-x: auto; border-radius: 16px; scroll-snap-type: x proximity; box-shadow: var(--shadow-sm); }
  .quick-nav a { min-height: 108px; scroll-snap-align: start; border-right: 1px solid var(--color-border); font-size: .72rem; }
  .proof-band { width: calc(100% - 32px); margin-top: 36px; padding: 28px 18px; }
  .proof-stats > div { min-height: 156px; }
  .section { padding-block: 72px; }
  .issue-panel { padding: 34px 18px; }
  .issue-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .issue-grid article { min-height: 230px; padding: 24px 16px; }
  .issue-grid svg { width: 50px; height: 50px; }
  .concept-grid { grid-template-columns: 1fr; }
  .workflow-visual { min-height: 430px; }
  .workflow-visual ol { width: min(46%, 300px); }
  .usecase-grid { gap: 12px; }
  .usecase-grid article { min-height: 280px; padding: 25px 18px; }
  .comparison-grid { grid-template-columns: 1fr; gap: 12px; overflow: visible; border: 0; background: none; box-shadow: none; }
  .comparison-grid article { border: 1px solid #e1ebf2; border-radius: 18px; background-image: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 45%, rgba(255,255,255,.46) 68%, rgba(255,255,255,.04) 94%), url("assets/before-after-team-v2.webp"); background-repeat: no-repeat; background-size: auto, 200% auto; box-shadow: var(--shadow-sm); }
  .comparison-grid .before-card { background-position: center, left bottom; }
  .comparison-grid .after-card { background-position: center, right bottom; }
  .comparison-grid h3 { max-width: 62%; }
  .comparison-grid ul { max-width: 60%; }
  .comparison-arrow { transform: rotate(90deg); height: 38px; background: none; }
  .proof-kpi { min-height: 180px; }
  .proof-results { grid-template-columns: 1fr; }
  .proof-footer { align-items: flex-start; flex-direction: column; }
  .flow-list { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .flow-list li:nth-child(2)::after { display: none; }
  .final-cta { grid-template-columns: 1fr; padding: 48px 20px; }
  .cta-visual { width: min(100%, 560px); min-height: 280px; margin: 0 auto 8px; display: block; }
  .final-cta ul { grid-column: auto; grid-template-columns: 1fr; width: min(100%, 420px); margin: 0 auto; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding-block: 40px; text-align: center; }
  .site-footer > * { margin-inline: auto; }
  .diagnosis-float { display: none; }
  .mobile-fixed-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 100; height: 64px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -4px 20px rgba(5,29,54,.16); }
  .mobile-fixed-cta a { display: grid; place-items: center; color: #fff; font-size: var(--fs-body); font-weight: 800; }
  .mobile-fixed-cta .recruit { background: var(--color-orange); }
  .mobile-fixed-cta .ai { background: var(--color-blue); }
}

@media (max-width: 520px) {
  .br-sp { display: inline; }
  .issue-grid, .usecase-grid { grid-template-columns: 1fr; }
  .issue-grid article { min-height: auto; }
  .usecase-grid article { min-height: 260px; }
  .concept-copy h2 { font-size: 1.75rem; }
  .workflow-visual { min-height: 570px; }
  .workflow-visual::after { background: linear-gradient(180deg, transparent 30%, rgba(235,247,255,.78) 50%, rgba(235,247,255,.98) 67%); }
  .workflow-visual > img { height: 54%; object-position: 37% center; }
  .workflow-visual ol { top: auto; right: 16px; bottom: 18px; left: 16px; width: auto; gap: 18px; transform: none; }
  .workflow-visual li { min-height: 72px; }
  .comparison-grid article { min-height: 520px; padding: 30px 22px; background-image: linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 51%, rgba(255,255,255,.2) 78%, rgba(255,255,255,.02) 100%), url("assets/before-after-team-v2.webp"); }
  .comparison-grid h3, .comparison-grid ul { max-width: 100%; }
  .proof-heading { margin-bottom: 32px; }
  .proof-heading h2 { font-size: 1.8rem; }
  .proof-kpi-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .proof-kpi { min-height: 158px; padding: 18px 14px; }
  .proof-kpi.is-evaluation, .proof-kpi.is-hours { grid-column: 1 / -1; }
  .proof-kpi.is-evaluation { min-height: 200px; }
  .proof-kpi > strong b { font-size: 2.65rem; }
  .proof-kpi.is-evaluation > strong b { font-size: 3.8rem; }
  .proof-automation { padding: 24px 18px; }
  .proof-automation-copy h3 br { display: none; }
  .proof-flow { grid-template-columns: 1fr; gap: 30px; }
  .proof-flow li { min-height: 160px; }
  .proof-flow li:not(:last-child)::after { top: auto; right: 50%; bottom: -22px; transform: translateX(50%) rotate(135deg); }
  .proof-results > article { padding: 20px 18px; }
  .proof-results header > div { display: grid; }
  .proof-results header strong { width: fit-content; }
  .proof-footer { padding: 24px 20px; }
  .proof-footer a { width: 100%; justify-content: center; }
  .proof-stats { gap: 0; }
  .proof-stats > div { min-height: 122px; padding: 18px 2px 13px; }
  .proof-laurel { width: min(96cqi, 112px); }
  .proof-stats dt { margin-bottom: 3px; font-size: .62rem; line-height: 1.4; }
  .proof-stats dd { gap: 3px; }
  .proof-stats b { font-size: 1.24rem; letter-spacing: -.035em; line-height: 1.08; }
  .proof-stats > div:first-child b { font-size: 1.16rem; }
  .proof-stats dd span { font-size: .54rem; line-height: 1.05; }
  .cta-visual { min-height: 230px; }
  .consultation-seal { right: 12px; bottom: 12px; width: 100px; }
  .consultation-seal > span:not(.seal-time) { margin-bottom: 7px; font-size: .7rem; }
  .consultation-seal .seal-time b { font-size: 2.15rem; }
  .consultation-seal .seal-time i { font-size: .9rem; }
  .flow-list { grid-template-columns: 1fr; gap: 44px; }
  .flow-list li:not(:last-child)::after { top: auto; right: 50%; bottom: -42px; transform: rotate(90deg) translateY(-50%); }
  .flow-icon { width: 124px; height: 124px; }
  .flow-list > li > b { left: calc(50% - 62px); }
  .proof-band { padding-inline: 10px; }
  .proof-stats dt { letter-spacing: -.025em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 2026-08-17 CONCEPT：SPでは写真をセクション背景へ回し、コピーと重ねて間延びを解消 */
@media (max-width: 768px) {
  .concept {
    isolation: isolate;
    padding-block: 64px 56px;
    background: #eef8fd;
  }
  .concept::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.97) 22%, rgba(255,255,255,.82) 50%, rgba(238,248,253,.44) 72%, rgba(238,248,253,.9) 100%),
      url("assets/concept-ai-workflow-v2.webp");
    background-repeat: no-repeat;
    background-position: center, 38% 74%;
    background-size: 100% 100%, auto 72%;
    pointer-events: none;
  }
  .concept::after { display: none; }
  .concept-grid { display: block; }
  .concept-copy {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin-inline: auto;
    padding: 0 4px 20px;
  }
  .workflow-visual {
    min-height: 0;
    margin-top: 6px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .workflow-visual::after,
  .workflow-visual > img { display: none; }
  .workflow-visual ol {
    position: relative;
    inset: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    transform: none;
  }
  .workflow-visual li {
    min-height: 112px;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 14px 10px;
    border-color: rgba(255,255,255,.94);
    background: rgba(255,255,255,.86);
    backdrop-filter: blur(10px);
    text-align: center;
    box-shadow: 0 12px 28px rgba(20,78,118,.14);
  }
  .workflow-visual li:not(:last-child)::after { display: none; }
  .workflow-visual li svg { width: 34px; height: 34px; }
}

@media (max-width: 520px) {
  .concept { padding-block: 52px 44px; }
  .concept::before {
    background-image:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.97) 18%, rgba(255,255,255,.84) 47%, rgba(238,248,253,.38) 68%, rgba(238,248,253,.9) 100%),
      url("assets/concept-ai-workflow-v2.webp");
    background-position: center, 36% 70%;
    background-size: 100% 100%, auto 68%;
  }
  .concept-copy { padding: 0 2px 18px; }
  .concept-copy h2 { margin-bottom: 18px; }
  .concept-copy > p:not(.section-en) { margin-bottom: 8px; font-size: .93rem; line-height: 1.82; }
  .workflow-visual { margin-top: 0; }
  .workflow-visual ol { grid-template-columns: 1fr; gap: 10px; }
  .workflow-visual li {
    min-height: 64px;
    justify-content: flex-start;
    flex-direction: row;
    gap: 12px;
    padding: 11px 16px;
    text-align: left;
  }
  .workflow-visual li svg { width: 32px; height: 32px; }
}


/* AI診断・料金・FAQ（18万円プラン追加範囲） */
.diagnosis-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(145deg, #061a3b, #073e70 70%, #006fca);
  background-size: 42px 42px, 42px 42px, auto;
}
.diagnosis-section::before {
  content: "";
  position: absolute;
  top: -280px;
  right: -220px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018);
  pointer-events: none;
}
.diagnosis-intro {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: 48px;
}
.diagnosis-intro .section-en { color: #7dd5ff; font-size: var(--fs-title); }
.diagnosis-intro h2 { margin: 0; font-size: var(--fs-section); line-height: 1.35; letter-spacing: -.035em; }
.diagnosis-intro h2 span { color: #66d0ff; }
.diagnosis-intro > div:last-child > p { max-width: 560px; margin-bottom: 22px; color: #d7e9f7; font-size: var(--fs-body); }
.diagnosis-intro ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.diagnosis-intro li { padding: 7px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); font-size: var(--fs-xs); font-weight: 700; }
.diagnosis-shell {
  position: relative;
  width: min(100%, 980px);
  min-height: 550px;
  margin-inline: auto;
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 24px;
  color: var(--color-ink);
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 10, 34, .35);
}
.diagnosis-progress { margin-bottom: 42px; }
.diagnosis-progress > div:first-child { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 10px; color: var(--color-blue-deep); font-size: var(--fs-xs); font-weight: 800; }
.progress-track { height: 8px; overflow: hidden; border-radius: 999px; background: #e5eef4; }
.progress-track span { width: 16.67%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--color-blue-deep), #18b9ef); transition: width .3s ease; }
.diagnosis-stage { max-width: 810px; margin-inline: auto; }
.diagnosis-step-label { margin-bottom: 7px; color: var(--color-blue-deep); font-size: var(--fs-xs); font-weight: 900; letter-spacing: .12em; }
.diagnosis-stage h3 { margin-bottom: 9px; font-size: var(--fs-sub); line-height: 1.45; }
.diagnosis-hint { margin-bottom: 24px; color: var(--color-muted); font-size: var(--fs-xs); }
.diagnosis-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.diagnosis-option {
  position: relative;
  min-width: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  border: 1px solid #d7e4ed;
  border-radius: 12px;
  color: var(--color-ink);
  background: #fff;
  font: inherit;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.diagnosis-option::before {
  content: attr(data-index);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #bfd5e4;
  border-radius: 50%;
  color: var(--color-blue-deep);
  background: #f5fbff;
  font-size: var(--fs-xs);
  font-variant-numeric: tabular-nums;
}
.diagnosis-option:hover { transform: translateY(-2px); border-color: #80c9ed; box-shadow: var(--shadow-sm); }
.diagnosis-option[aria-pressed="true"] { border-color: var(--color-blue-deep); color: var(--color-blue-deep); background: #eef9ff; box-shadow: inset 0 0 0 1px var(--color-blue-deep); }
.diagnosis-option[aria-pressed="true"]::before { color: #fff; border-color: var(--color-blue-deep); background: var(--color-blue-deep); }
.diagnosis-actions { margin-top: 32px; display: grid; grid-template-columns: 140px minmax(220px, 380px); justify-content: end; gap: 12px; }
.diagnosis-actions button {
  min-height: 58px;
  border-radius: 999px;
  font: inherit;
  font-size: var(--fs-body);
  font-weight: 800;
  cursor: pointer;
}
.diagnosis-back { border: 1px solid #cbd9e2; color: var(--color-muted); background: #fff; }
.diagnosis-next { display: flex; align-items: center; justify-content: center; gap: 20px; border: 0; color: #fff; background: linear-gradient(100deg, var(--color-blue-deep), var(--color-blue)); box-shadow: 0 12px 28px rgba(0,111,202,.22); }
.diagnosis-next svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; }
.diagnosis-actions button:disabled { opacity: .38; cursor: not-allowed; box-shadow: none; }
.diagnosis-result { display: grid; grid-template-columns: 290px 1fr; gap: clamp(32px, 6vw, 72px); align-items: center; }
.diagnosis-result[hidden] { display: none; }
.result-score { position: relative; min-height: 290px; display: grid; place-content: center; overflow: hidden; border-radius: 20px; color: #fff; background: linear-gradient(145deg, #06214a, #0072c9); text-align: center; }
.result-score > span { position: relative; z-index: 2; margin-bottom: -10px; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; }
.result-score > strong { position: relative; z-index: 2; font-size: var(--fs-stat); line-height: 1; font-variant-numeric: tabular-nums; }
.result-score > strong small { font-size: var(--fs-lead); }
.score-ring { position: absolute; inset: 30px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#5bd3ff var(--score, 0%), rgba(255,255,255,.12) 0); transform: rotate(-90deg); }
.score-ring::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: #063263; }
.result-copy > p:first-child { margin-bottom: 6px; color: var(--color-blue-deep); font-size: var(--fs-xs); font-weight: 900; letter-spacing: .08em; }
.result-copy h3 { margin-bottom: 15px; font-size: var(--fs-sub); line-height: 1.4; }
.result-copy > p:nth-of-type(2) { margin-bottom: 22px; color: var(--color-muted); }
.result-recommendation { padding: 18px 20px; border-left: 4px solid var(--color-blue); background: #f1f9ff; }
.result-recommendation span, .result-focus span { display: block; color: var(--color-muted); font-size: .72rem; font-weight: 700; }
.result-recommendation strong { display: block; margin-top: 3px; color: var(--color-blue-deep); font-size: var(--fs-body); }
.result-focus { margin: 14px 0 22px; display: flex; align-items: center; gap: 14px; }
.result-focus span { display: inline-block; }
.result-focus b { padding: 5px 12px; border-radius: 999px; color: var(--color-blue-deep); background: #e5f6ff; font-size: .8rem; }
.result-cta { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 18px; border-radius: 999px; color: #fff; background: linear-gradient(100deg, var(--color-blue-deep), var(--color-blue)); font-weight: 800; box-shadow: 0 12px 28px rgba(0,111,202,.2); }
.result-cta svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; }
.result-copy > small { display: block; margin-top: 9px; color: var(--color-muted); font-size: var(--fs-note); text-align: center; }
.diagnosis-restart { margin: 16px auto 0; display: block; border: 0; border-bottom: 1px solid currentColor; color: var(--color-muted); background: transparent; font: inherit; font-size: var(--fs-xs); cursor: pointer; }

.plan-section { background: #fff; }
.plan-lead { max-width: 620px; margin: -16px auto 42px; color: var(--color-muted); text-align: center; }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.plan-grid article { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 34px 30px 30px; border: 1px solid var(--color-border); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.plan-grid article.is-featured { border: 2px solid var(--color-blue-deep); background: linear-gradient(180deg, #f4fbff, #fff); transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.plan-grid article > span { margin-bottom: 12px; color: var(--color-blue-deep); font-size: var(--fs-xs); font-weight: 900; letter-spacing: .1em; }
.plan-grid h3 { min-height: 58px; margin-bottom: 10px; font-size: var(--fs-title); }
.plan-price { min-height: 58px; margin-bottom: 22px; color: var(--color-blue-deep); }
.plan-price b { font-size: var(--fs-sub); }
.plan-grid ul { margin: 0 0 28px; padding: 0; display: grid; gap: 10px; list-style: none; color: var(--color-muted); font-size: var(--fs-xs); }
.plan-grid li { position: relative; padding-left: 23px; }
.plan-grid li::before { content: "✓"; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--color-blue-deep); font-size: var(--fs-note); }
.plan-grid article > a { min-height: 50px; margin-top: auto; display: grid; place-items: center; border: 1px solid var(--color-blue-deep); border-radius: 999px; color: var(--color-blue-deep); font-size: var(--fs-xs); font-weight: 800; }
.plan-grid article.is-featured > a { color: #fff; background: var(--color-blue-deep); }
.plan-note { margin: 24px 0 0; color: var(--color-muted); font-size: var(--fs-xs); text-align: center; }

.faq-section { border-top: 1px solid var(--color-border); background: #f5faff; }
.faq-layout { display: grid; grid-template-columns: 320px 1fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.faq-layout > header { position: sticky; top: 30px; }
.faq-layout > header h2 { margin-bottom: 20px; font-size: var(--fs-sub); line-height: 1.45; }
.faq-layout > header > p:last-child { color: var(--color-muted); font-size: var(--fs-body); }
.faq-list { border-top: 1px solid #c9dbe7; }
.faq-list details { border-bottom: 1px solid #c9dbe7; background: transparent; }
.faq-list summary { min-height: 76px; display: grid; grid-template-columns: 40px 1fr 28px; align-items: center; gap: 12px; padding: 18px 8px; font-size: var(--fs-body); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--color-blue-deep); font-size: var(--fs-title); }
.faq-list summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #a9c7d9; border-radius: 50%; color: var(--color-blue-deep); font-size: var(--fs-lead); transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details > div { padding: 0 48px 22px 60px; color: var(--color-muted); }
.faq-list details p { margin: 0; font-size: var(--fs-body); }

@media (max-width: 1100px) {
  .diagnosis-intro { gap: 48px; }
  .plan-grid article { padding-inline: 22px; }
  .faq-layout { grid-template-columns: 260px 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .diagnosis-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .diagnosis-intro h2 { font-size: var(--fs-sub); }
  .diagnosis-shell { min-height: 0; padding: 28px 20px; border-radius: 18px; }
  .diagnosis-options { grid-template-columns: 1fr; }
  .diagnosis-actions { grid-template-columns: 105px 1fr; }
  .diagnosis-result { grid-template-columns: 1fr; }
  .result-score { width: min(100%, 330px); min-height: 250px; margin-inline: auto; }
  .score-ring { inset: 24px 64px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-grid article.is-featured { transform: none; }
  .plan-grid h3 { min-height: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-layout > header { position: static; }
  .faq-layout > header h2 br { display: none; }
}

@media (max-width: 520px) {
  .diagnosis-section { padding-block: 64px; }
  .diagnosis-intro h2 { font-size: var(--fs-heading); }
  .diagnosis-intro ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .diagnosis-intro li { padding-inline: 8px; text-align: center; }
  .diagnosis-progress { margin-bottom: 30px; }
  .diagnosis-stage h3 { font-size: var(--fs-heading); }
  .diagnosis-option { min-height: 68px; padding: 11px 13px; }
  .diagnosis-actions { grid-template-columns: 88px 1fr; }
  .diagnosis-actions button { min-height: 52px; font-size: var(--fs-xs); }
  .result-score { min-height: 230px; }
  .result-score > strong { font-size: var(--fs-section); }
  .score-ring { inset: 22px 52px; }
  .result-cta { padding-inline: 15px; font-size: var(--fs-xs); text-align: center; }
  .plan-grid article { padding: 28px 22px 24px; }
  .faq-list summary { grid-template-columns: 32px 1fr 26px; gap: 7px; padding-block: 16px; font-size: var(--fs-xs); }
  .faq-list details > div { padding: 0 34px 20px 39px; }
}


/* 2026-07-13 LP新ファーストビュー：支給AI顧問案の構造をHTMLで再構成 */
.hero-ai {
  position: relative;
  min-height: clamp(610px, 48vw, 740px);
  overflow: hidden;
  isolation: isolate;
  background: #f7fbfe;
}
.hero-ai-photo { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-ai::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 34%, rgba(255,255,255,.92) 47%, rgba(255,255,255,.38) 63%, rgba(255,255,255,.03) 100%); pointer-events: none; }
.hero-ai::before { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 28%; background: linear-gradient(0deg, rgba(240,249,255,.52), transparent); pointer-events: none; }
.hero-ai-inner { position: relative; width: min(calc(100% - 64px), 1240px); min-height: inherit; margin-inline: auto; display: flex; align-items: center; }
.hero-ai-copy { position: relative; z-index: 2; width: min(57%, 650px); padding-block: 54px; }
.hero-ai-kicker { margin-bottom: 14px; color: var(--color-blue-deep); font-size: .76rem; font-weight: 900; letter-spacing: .16em; }
.hero-ai h1 { margin-bottom: 18px; font-size: var(--fs-section); line-height: 1.36; letter-spacing: -.04em; }
.hero-ai h1 span { color: var(--color-blue); font-size: 1.12em; }
.hero-ai-lead { margin-bottom: 21px; color: #1676b5; font-size: var(--fs-lead); font-weight: 800; }
.hero-ai-benefits { margin: 0 0 28px; padding: 0; display: grid; gap: 9px; list-style: none; color: #263c57; font-size: clamp(.82rem, 1vw, .95rem); font-weight: 600; }
.hero-ai-benefits li { position: relative; padding-left: 28px; }
.hero-ai-benefits li::before { content: "✓"; position: absolute; top: .18em; left: 0; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--color-blue); font-size: .68rem; font-weight: 900; }
.hero-ai-cta { width: min(100%, 290px); min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 28px; border-radius: 10px; color: #fff; background: linear-gradient(105deg, var(--color-blue-deep), #10b6f1); font-size: var(--fs-body); font-weight: 800; box-shadow: 0 14px 30px rgba(0,111,202,.24); }
.hero-ai-cta svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
.hero-ai-ui { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-task-card, .hero-chat-card { position: absolute; border: 1px solid rgba(255,255,255,.9); background: rgba(255,255,255,.9); box-shadow: 0 18px 42px rgba(22,72,110,.18); backdrop-filter: blur(8px); }
.hero-task-card { top: 56%; right: 29%; width: 195px; padding: 17px; display: grid; gap: 7px; border-radius: 14px; background: rgba(255,255,255,.88); }
.hero-task-card strong { margin-bottom: 3px; color: var(--color-ink); font-size: var(--fs-xs); }
.hero-task-card span { position: relative; padding-left: 24px; color: #49637a; font-size: var(--fs-note); font-weight: 700; }
.hero-task-card span::before { content: "✓"; position: absolute; left: 0; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 4px; color: #fff; background: var(--color-blue); font-size: var(--fs-note); }
.hero-chat-card { top: 49%; right: 0; width: 225px; min-height: 84px; display: flex; align-items: center; gap: 12px; padding: 15px; border-radius: 14px; }
.hero-chat-card svg { flex: 0 0 auto; width: 38px; height: 38px; fill: none; stroke: var(--color-blue); stroke-width: 1.7; }
.hero-chat-card b, .hero-chat-card small { display: block; }
.hero-chat-card b { color: var(--color-blue-deep); font-size: var(--fs-note); }
.hero-chat-card small { margin-top: 3px; color: var(--color-muted); font-size: var(--fs-note); line-height: 1.5; }
.hero-ai + .proof-band { width: 100%; max-width: none; margin-top: 0; padding-inline: max(40px, calc((100% - 1240px) / 2)); }
.hero-ai + .proof-band + .quick-nav { margin-top: 36px; margin-bottom: 48px; }

@media (max-width: 1100px) {
  .hero-ai { min-height: 650px; }
  .hero-ai-inner { width: min(calc(100% - 48px), 980px); }
  .hero-ai-copy { width: 62%; }
  .hero-ai-ui { display: none; }
}
@media (max-width: 768px) {
  .hero-ai { min-height: clamp(680px, 178vw, 748px); padding-bottom: 0; background: #dceef7; }
  .hero-ai-photo { inset: 0; height: 116%; object-position: 84% center; transform: translateY(4%); }
  .hero-ai::after { background: linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 38%, rgba(7,26,61,.28) 57%, rgba(7,26,61,.88) 100%); }
  .hero-ai::before { height: 28%; background: linear-gradient(0deg, rgba(3,41,74,.36), transparent); }
  .hero-ai-inner { width: min(calc(100% - 36px), 620px); min-height: inherit; display: flex; align-items: flex-start; }
  .hero-ai-copy { position: absolute; inset: auto 0 26px; width: min(100%, 340px); margin: 0; padding: 0; color: #fff; text-shadow: 0 2px 16px rgba(3,24,49,.72); }
  .hero-ai-kicker { margin-bottom: 13px; color: #fff; font-size: .64rem; letter-spacing: .1em; }
  .hero-ai h1 { max-width: 340px; margin-bottom: 15px; color: #fff; font-size: var(--fs-sub); line-height: 1.4; }
  .hero-ai .hero-ai-copy h1 span { color: #fff; }
  .hero-ai-lead { max-width: 300px; margin-bottom: 16px; color: #fff; font-size: var(--fs-xs); line-height: 1.72; }
  .hero-ai-benefits { display: none; }
  .hero-ai-cta { width: min(100%, 280px); max-width: none; min-height: 56px; text-shadow: none; white-space: nowrap; }
  .hero-ai + .proof-band { width: 100%; margin-top: 0; padding: 24px 12px; border-top: 0; }
  .hero-ai + .proof-band + .quick-nav { margin-top: 22px; margin-bottom: 34px; }
}
@media (max-width: 390px) {
  .hero-ai { min-height: 690px; }
  .hero-ai-copy { padding-top: 28px; }
}

.hero-ai h1 span { color: var(--color-blue-deep); }


/* AI業務改善タイプ診断：二軸結果 */
.diagnosis-shell { width: min(100%, 1080px); }
.diagnosis-result { grid-template-columns: 300px minmax(0, 1fr); gap: clamp(30px, 5vw, 64px); align-items: start; }
.result-balance { min-height: 0; display: block; padding: 30px 26px; overflow: visible; text-align: left; }
.result-balance > p { margin-bottom: 26px; color: #8edfff; font-size: var(--fs-xs); font-weight: 900; letter-spacing: .1em; }
.axis-meter + .axis-meter { margin-top: 25px; }
.axis-meter > div:first-child { margin-bottom: 8px; display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.axis-meter span { color: #fff; font-size: var(--fs-xs); font-weight: 800; }
.axis-meter b { color: #8edfff; font-size: var(--fs-xs); }
.axis-track { height: 10px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.16); }
.axis-track i { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#73ddff,#fff); transition: width .45s ease; }
.axis-meter small { display: block; margin-top: 7px; color: #c8e5f6; font-size: var(--fs-note); }
.balance-note { display: block; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: #c8e5f6; font-size: var(--fs-note); line-height: 1.7; }
.result-copy h2, .result-copy h3 { margin-bottom: 14px; font-size: var(--fs-sub); line-height: 1.4; }
.result-copy > p:nth-of-type(2) { margin-bottom: 18px; }
.result-risk { margin-bottom: 12px; padding: 15px 18px; border: 1px solid #f1d7bd; border-left: 4px solid var(--color-orange); background: #fff8f1; }
.result-risk span, .result-plan > span { display: block; margin-bottom: 4px; color: var(--color-orange-deep); font-size: .7rem; font-weight: 800; }
.result-risk p { margin: 0; color: #5c493b; font-size: .82rem; line-height: 1.7; }
.result-recommendation { margin-bottom: 12px; }
.result-plan { margin-bottom: 22px; padding: 18px 20px; border: 1px solid #cfe7f5; border-radius: 10px; background: #f7fcff; }
.result-plan > span { margin-bottom: 9px; color: var(--color-blue-deep); }
.result-plan ol { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; counter-reset: action; }
.result-plan li { position: relative; min-height: 28px; padding-left: 36px; color: #324e64; font-size: var(--fs-xs); line-height: 1.65; counter-increment: action; }
.result-plan li::before { content: counter(action); position: absolute; top: 0; left: 0; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--color-blue-deep); font-size: var(--fs-note); font-weight: 800; }
.result-focus { margin: 12px 0; }
.result-cta { padding-inline: 22px; text-align: center; }

@media (max-width: 768px) {
 .diagnosis-result { grid-template-columns: 1fr; }
 .result-balance { width: 100%; min-height: 0; padding: 25px 22px; }
 .result-copy h2, .result-copy h3 { font-size: var(--fs-heading); }
}
@media (max-width: 520px) {
 .result-risk, .result-recommendation, .result-plan { padding: 14px 15px; }
 .result-plan li { font-size: var(--fs-xs); }
 .result-cta { min-height: 68px; line-height: 1.5; }
}

/* AI活用度診断 v3：15問・3分野・3段階 */
.diagnosis-section-label { margin: 0 0 7px; color: var(--color-blue-deep); font-size: var(--fs-xs); font-weight: 900; letter-spacing: .08em; }
.diagnosis-step-label { margin-top: 0; }
.diagnosis-stage { scroll-margin-top: 104px; }
.result-balance { padding: 28px 25px 30px; }
.result-overall { margin: -6px 0 25px; padding: 0 0 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.result-overall > span { display: block; color: #dff4ff; font-size: var(--fs-xs); font-weight: 800; }
.result-overall > strong { display: block; margin: 3px 0 8px; color: #fff; font-size: var(--fs-section); line-height: 1; letter-spacing: -.04em; }
.result-overall > small { display: block; color: #c8e5f6; font-size: var(--fs-note); line-height: 1.65; }
.axis-meter + .axis-meter { margin-top: 21px; }
.axis-meter small em { color: #fff; font-style: normal; font-weight: 800; }
.result-weakness,
.result-opportunities,
.result-examples,
.result-recommendation { margin-bottom: 14px; padding: 17px 19px; border-radius: 10px; }
.result-weakness { display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #b9e4f7; background: #edf9ff; }
.result-weakness span,
.result-opportunities > span,
.result-examples > span,
.result-recommendation > span { display: block; color: var(--color-blue-deep); font-size: var(--fs-note); font-weight: 900; letter-spacing: .03em; }
.result-weakness strong { color: #064f83; font-size: var(--fs-body); text-align: right; }
.result-opportunities { border: 1px solid #f0d8bd; border-left: 4px solid var(--color-orange); background: #fff9f2; }
.result-opportunities > span { color: var(--color-orange-deep); }
.result-opportunities ul { margin: 9px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.result-opportunities li { position: relative; padding-left: 21px; color: #5b4939; font-size: var(--fs-xs); line-height: 1.65; }
.result-opportunities li::before { content: ""; position: absolute; top: .7em; left: 1px; width: 8px; height: 8px; border: 2px solid var(--color-orange); border-radius: 50%; }
.result-examples { border: 1px solid #d3e9f5; background: #f8fcff; }
.result-examples > div { margin-top: 10px; display: grid; gap: 8px; }
.result-examples article { padding: 12px 14px; border: 1px solid #dcecf4; border-radius: 8px; background: #fff; }
.result-examples strong { display: block; margin-bottom: 3px; color: #173c58; font-size: var(--fs-xs); }
.result-examples p { margin: 0; color: #4b6478; font-size: var(--fs-xs); line-height: 1.65; }
.result-recommendation { border: 1px solid #b9e2f4; background: #edf9ff; }
.result-recommendation strong { display: block; margin-top: 6px; color: #173c58; font-size: var(--fs-xs); line-height: 1.7; }
.result-plan { margin-top: 0; }
.result-cta { width: 100%; min-height: 62px; justify-content: center; }
.diagnosis-float { width: 296px; min-height: 76px; grid-template-columns: 42px 1fr 28px; gap: 10px; padding: 11px 13px; overflow: hidden; border-radius: 14px; background: linear-gradient(105deg,#052c57,#007fca); box-shadow: 0 16px 40px rgba(3,35,74,.32); }
.diagnosis-float::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: #69d4ff; }
.diagnosis-float > svg { width: 40px; height: 40px; padding: 8px; }
.diagnosis-float small { color: #d5f3ff; font-size: var(--fs-note); letter-spacing: .03em; }
.diagnosis-float strong { font-size: var(--fs-body); letter-spacing: .01em; }
.diagnosis-float > b { width: 27px; height: 27px; }
.diagnosis-float:focus-visible { outline: 3px solid #ffb45e; outline-offset: 3px; }

@media (max-width: 768px) {
  .result-overall > strong { font-size: var(--fs-sub); }
  .result-weakness { align-items: flex-start; flex-direction: column; }
  .result-weakness strong { text-align: left; }
}
@media (max-width: 520px) {
  .diagnosis-section-label { font-size: var(--fs-note); }
  .result-opportunities,
  .result-examples,
  .result-weakness,
  .result-recommendation { padding: 14px 15px; }
  .result-opportunities li,
  .result-examples strong { font-size: var(--fs-xs); }
  .result-examples p { font-size: var(--fs-note); }
}

/* AI活用度診断 v3：コントラスト補正 */
.result-opportunities > span,
.intent-grid strong { color: #b44100; }
.flow-overview > i,
.result-content-flow > i { color: #2e5f7b; }
.diagnosis-result:focus { outline: none; }


/* 2026-08-17 LPストーリー再設計：AI業務改善を主役に、診断・相談へ一本道化 */
:root {
  --color-cta: #ffb000;
  --color-cta-deep: #ffb000;
  --color-cta-bright: #f39a00;
  --color-proof: #061a3b;
  --color-proof-soft: #0a315b;
}

body { line-break: strict; word-break: auto-phrase; }
h1, h2, h3 { text-wrap: balance; }
p, li { text-wrap: pretty; }
main > section[id] { scroll-margin-top: 80px; }

.site-header { border-bottom: 1px solid rgba(7, 26, 61, .07); box-shadow: 0 8px 28px rgba(7, 26, 61, .05); }
.header-cta,
.hero-ai-cta,
.result-cta,
.plan-grid article > a,
.cta-main > a,
.diagnosis-next,
.diagnosis-float {
  color: #fff;
  background: linear-gradient(115deg, var(--color-cta-deep), var(--color-cta));
  box-shadow: 0 14px 30px rgba(135, 56, 0, .22);
}
.header-cta:hover,
.hero-ai-cta:hover,
.result-cta:hover,
.plan-grid article > a:hover,
.cta-main > a:hover,
.diagnosis-next:hover { filter: brightness(1.08); transform: translateY(-2px); }
.hero-ai-cta svg,
.result-cta svg,
.cta-main > a svg { stroke: currentColor; }

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .issue-story-grid article { min-height: 0; }
  .usecase-groups section { padding-inline: 22px; }
  .proof-team-effect { grid-template-columns: 1fr 28px 1fr; }
  .proof-team-effect > p { grid-column: 1 / -1; padding: 18px 0 0; border-top: 1px solid rgba(139, 218, 251, .24); border-left: 0; }
}

@media (max-width: 768px) {
  /* 上部コピー／中央写真／下部サブコピー＋CTAの3領域 */
  .hero-ai { min-height: 690px; background: #eaf5fb; }
  .hero-ai-photo { inset: 112px 0 124px; width: 100%; height: calc(100% - 236px); object-fit: cover; object-position: 82% 50%; transform: none; }
  .hero-ai::after { z-index: 1; background: linear-gradient(180deg, #f7fbfe 0 23%, rgba(247,251,254,.12) 34%, rgba(7,26,61,.04) 63%, rgba(7,26,61,.96) 82% 100%); }
  .hero-ai::before { display: none; }
  .hero-ai-inner { width: 100%; min-height: 690px; }
  .hero-ai-copy { position: absolute; inset: 0; width: 100%; max-width: none; display: flex; flex-direction: column; justify-content: space-between; padding: 24px 22px 22px; color: var(--color-ink); text-shadow: none; }
  .hero-ai-message { max-width: 345px; }
  .hero-ai-kicker { margin-bottom: 8px; color: #176e9d; font-size: .58rem; letter-spacing: .1em; }
  .hero-ai h1 { max-width: 345px; margin: 0; color: var(--color-ink); font-size: var(--fs-sub); line-height: 1.22; }
  .hero-ai .hero-ai-copy h1 span { color: var(--color-blue-deep); }
  .hero-ai-conversion { width: min(100%, 350px); color: #fff; }
  .hero-ai-lead { margin-bottom: 12px; color: #fff; font-size: var(--fs-xs); line-height: 1.65; }
  .hero-ai-actions { width: 100%; }
  .hero-ai-cta { min-height: 60px; padding: 8px 14px; }
  .hero-ai-actions strong { font-size: var(--fs-body); }
  .hero-ai-note { margin-top: 6px; color: #d9edf7; font-size: var(--fs-note); }

  .issue-story-grid h3 { min-height: 0; }
  .usecase-panels > article { padding: 28px 22px; }
  .usecase-panels header { grid-template-columns: 58px minmax(0, 1fr); gap: 16px; margin-bottom: 24px; }
  .usecase-panels header svg { width: 52px; height: 52px; padding: 11px; }
  .usecase-panels header h3 { font-size: var(--fs-title); }
  .usecase-panels header p { font-size: var(--fs-xs); }
  .usecase-groups { grid-template-columns: 1fr; }
  .usecase-groups section { padding: 20px 4px; }
  .usecase-groups section + section { border-top: 1px solid #dbe8f1; border-left: 0; }

  .proof-results-unified { grid-template-columns: 1fr; gap: 14px; }
  .proof-results-unified > article { min-height: 0; padding: 26px 22px; }
  .proof-results-unified > article > span,
  .proof-results-unified > article > strong { min-height: 0; }
  .proof-before-after { max-width: 430px; }
  .proof-team-effect { grid-template-columns: 1fr 22px 1fr; padding: 24px 20px; }
  .proof-team-effect strong { font-size: 1.35rem; }

  .diagnosis-start > ul { grid-template-columns: 1fr; gap: 8px; }
  .diagnosis-start li { min-height: 52px; }
  .mobile-fixed-cta { grid-template-columns: 1fr; }
  .mobile-fixed-cta a,
  .mobile-fixed-cta .diagnose { color: var(--color-cta-text); background: var(--color-cta); }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .hero-ai { min-height: 670px; }
  .hero-ai-inner { min-height: 670px; }
  .hero-ai-copy { padding-inline: 18px; }
  .hero-ai-photo { inset-block: 108px 122px; height: calc(100% - 230px); object-position: 82% 50%; }
  .issue-story-grid article { padding: 28px 22px 24px; }
  .issue-change { padding: 19px 17px; }
  .usecase-panels > article { padding: 25px 19px; }
  .usecase-panels header { grid-template-columns: 52px minmax(0, 1fr); gap: 13px; }
  .usecase-panels header svg { width: 48px; height: 48px; }
  .usecase-panels header span { font-size: var(--fs-note); letter-spacing: .08em; overflow-wrap: anywhere; }
  .section-cta > a,
  .diagnosis-start > button { width: 100%; min-width: 0; font-size: var(--fs-body); }
  .proof-foundation { align-items: flex-start; flex-direction: column; gap: 6px; }
  .proof-foundation i { display: none; }
  .proof-before-after { grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr); }
  .proof-before-after b { font-size: var(--fs-title); }
  .proof-before-after em { font-size: var(--fs-heading); }
  .proof-team-effect { grid-template-columns: 1fr; gap: 10px; }
  .proof-team-effect > i { transform: rotate(90deg); }
  .proof-team-effect > p { grid-column: auto; }
  .diagnosis-start { padding: 26px 18px; }
  .diagnosis-start > p { font-size: var(--fs-body); }
  .diagnosis-start li { padding-left: 44px; font-size: var(--fs-xs); }
  .diagnosis-start li::before { left: 13px; }
  .cta-main > a { font-size: var(--fs-body); }
}

/* 2026-08-22 事例03 — 枠やカードを使わない専用AI一覧 */
.operation-story-company-ai {
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.operation-story-company-ai .operation-story-copy {
  padding-left: clamp(20px, 3vw, 44px);
}

.operation-story-company-ai .operation-story-title h3 {
  font-size: var(--fs-heading);
  line-height: 1.45;
}

.operation-story-company-ai .company-ai-visual {
  padding: clamp(28px, 3.8vw, 48px) clamp(18px, 3vw, 40px) 26px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .34), rgba(230, 246, 255, .74));
}

.operation-story-company-ai .company-ai-office {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.operation-story-company-ai .company-ai-office > header {
  min-height: 0;
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  color: var(--color-ink);
}

.operation-story-company-ai .company-ai-office > header b {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  font-size: var(--fs-body);
}

.operation-story-company-ai .company-ai-office > header em {
  margin: 0;
  color: var(--color-blue-deep);
  font-size: var(--fs-stat-lg);
  font-variant-numeric: tabular-nums;
  line-height: .82;
  letter-spacing: -.07em;
}

.operation-story-company-ai .company-ai-office > header span {
  color: var(--color-ink);
  font-size: var(--fs-heading);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.operation-story-company-ai .company-ai-office ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.operation-story-company-ai .company-ai-office li {
  min-height: 160px;
  gap: 10px;
  padding: 26px 18px;
  border-radius: 0;
  color: var(--color-blue-deep);
  background: transparent;
}

.operation-story-company-ai .company-ai-office li:nth-child(3n + 2),
.operation-story-company-ai .company-ai-office li:nth-child(3n + 3) {
  border-left: 1px solid rgba(0, 111, 202, .2);
}

.operation-story-company-ai .company-ai-office li:nth-child(n + 4) {
  border-top: 1px solid rgba(0, 111, 202, .2);
}

.operation-story-company-ai .company-ai-office li svg {
  width: 44px;
  height: 44px;
}

.operation-story-company-ai .company-ai-office li b {
  color: var(--color-ink);
  font-size: var(--fs-body);
  line-height: 1.4;
}

.operation-story-company-ai .company-ai-office li small {
  color: #4c6479;
  font-size: var(--fs-xs);
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .operation-story-company-ai { gap: 32px; }
  .operation-story-company-ai .operation-story-copy { padding-inline: 20px; }
}

@media (max-width: 768px) {
  .operation-story-company-ai {
    gap: 24px;
    padding-block: 28px;
  }

  .operation-story-company-ai .operation-story-title h3 {
    font-size: var(--fs-title);
    line-height: 1.42;
  }

  .operation-story-company-ai .company-ai-visual {
    padding: 28px 8px 8px;
  }

  .operation-story-company-ai .company-ai-office > header {
    margin-bottom: 24px;
  }

  .operation-story-company-ai .company-ai-office > header em {
    font-size: var(--fs-stat);
  }

  .operation-story-company-ai .company-ai-office > header span {
    font-size: var(--fs-title);
  }

  .operation-story-company-ai .company-ai-office ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operation-story-company-ai .company-ai-office li {
    min-height: 168px;
    padding: 24px 10px;
    border: 0;
  }

  .operation-story-company-ai .company-ai-office li:nth-child(even) {
    border-left: 1px solid rgba(0, 111, 202, .2);
  }

  .operation-story-company-ai .company-ai-office li:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 111, 202, .2);
  }

  .operation-story-company-ai .company-ai-office li svg {
    width: 40px;
    height: 40px;
  }

  .operation-story-company-ai .company-ai-office li b {
    font-size: var(--fs-body);
  }

  .operation-story-company-ai .company-ai-office li small {
    font-size: var(--fs-xs);
  }
}

@media (max-width: 520px) {
  .operation-story-company-ai .operation-story-copy { padding-inline: 16px; }
  .operation-story-company-ai .company-ai-office > header b { gap: 9px; }
  .operation-story-company-ai .company-ai-office li { min-height: 158px; padding-inline: 7px; }
  .operation-story-company-ai .company-ai-office li b { font-size: var(--fs-xs); }
  .operation-story-company-ai .company-ai-office li small { font-size: var(--fs-note); }
}

/* 2026-08-22 ヘッダー無料面談CTA：時計付きピル＋右矢印 */
.site-header > .header-cta {
  min-width: 320px;
  gap: 12px;
  padding-inline: 18px 20px;
  font-size: var(--fs-body);
}
.header-cta .header-cta-badge {
  width: auto;
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding-inline: 12px 13px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 1px rgba(255, 255, 255, .14);
  font-size: var(--fs-xs);
  line-height: 1;
  white-space: nowrap;
}
.header-cta .header-cta-badge b { font-weight: 700; }
.header-cta-clock,
.header-cta-arrow {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-cta-clock { width: 18px; height: 18px; }
.header-cta-label {
  flex: 1 1 auto;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.header-cta-arrow {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  transition: transform .2s ease;
}
.header-cta:hover .header-cta-arrow { transform: translateX(3px); }

@media (max-width: 1180px) and (min-width: 1101px) {
  .site-header { gap: 18px; }
  .global-nav { gap: 18px; }
  .site-header > .header-cta {
    min-width: 286px;
    gap: 9px;
    padding-inline: 13px 15px;
    font-size: var(--fs-xs);
  }
  .header-cta .header-cta-badge {
    height: 34px;
    gap: 5px;
    padding-inline: 9px 10px;
    font-size: var(--fs-note);
  }
  .header-cta-clock { width: 16px; height: 16px; }
  .header-cta-arrow { width: 17px; height: 17px; }
}

@media (max-width: 1100px) {
  .header-cta { display: none; }
}

/* 2026-08-20 採用支援の現場知見を、AI実運用の証拠後に差別化として提示 */
.hero-ai-lead { margin-bottom: 12px; }
.hero-ai-authority {
  max-width: 590px;
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 3px solid var(--color-cta);
  color: #173e5f;
  font-size: var(--fs-xs);
  font-weight: 800;
  line-height: 1.72;
}

.credibility-section {
  padding-block: 104px;
  background: #fff;
}
.credibility-heading {
  max-width: 1100px;
  padding-left: 0;
}
.credibility-heading h2 {
  max-width: 1080px;
  font-size: var(--fs-sub);
  line-height: 1.46;
}
.credibility-main {
  min-height: 410px;
  margin-top: 34px;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 36px;
}
.credibility-visual {
  height: 390px;
  margin: 0;
  clip-path: none;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, #f2faff);
}
.credibility-visual::after { display: none; }
.credibility-visual img { object-position: 50% center; }
.credibility-story { padding: 0; }
.credibility-lead { margin-bottom: 22px; font-size: var(--fs-body); }
.credibility-lead strong { font-size: var(--fs-lead); }
.credibility-story li {
  min-height: 78px;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  padding: 11px 0;
}
.credibility-story li span { grid-row: 1 / 3; }
.credibility-story li b { align-self: end; font-size: var(--fs-body); }
.credibility-story li small {
  align-self: start;
  margin-top: 2px;
  color: #52677b;
  font-size: var(--fs-xs);
  line-height: 1.55;
}
.credibility-role-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.credibility-role-grid article {
  padding: 28px 30px;
  border: 1px solid #d9e8f2;
  border-radius: 16px;
  background: #fff;
}
.credibility-role-grid article:last-child { background: #f2faff; }
.credibility-role-grid p {
  margin: 0 0 5px;
  color: var(--color-blue-deep);
  font-size: var(--fs-note);
  font-weight: 900;
  letter-spacing: .14em;
}
.credibility-role-grid h3 { margin: 0 0 14px; color: var(--color-ink); font-size: var(--fs-title); }
.credibility-role-grid ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}
.credibility-role-grid li {
  position: relative;
  padding-left: 18px;
  color: #3c566c;
  font-size: var(--fs-xs);
  font-weight: 700;
  line-height: 1.55;
}
.credibility-role-grid li::before {
  content: "";
  position: absolute;
  top: .63em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-blue);
}
.credibility-stance {
  margin: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  border: 1px solid #cfe1ec;
  border-left: 4px solid var(--color-blue-deep);
  color: #425b6f;
  background: #fff;
}
.credibility-stance strong { color: var(--color-ink); font-size: var(--fs-lead); }
.credibility-stance span { font-size: var(--fs-xs); }
.credibility-proof {
  margin: 34px 0 0;
  padding: 24px 28px 20px;
  border-block: 1px solid #b9cfdd;
  text-align: center;
}
.credibility-proof p { margin: 0; }
.credibility-proof p > span {
  display: block;
  margin-bottom: 4px;
  color: #526779;
  font-size: var(--fs-xs);
  font-weight: 800;
}
.credibility-proof strong {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  color: var(--color-blue-deep);
  font-size: var(--fs-body);
  line-height: 1;
}
.credibility-proof strong b { font-size: var(--fs-section); letter-spacing: -.06em; }
.credibility-proof > small { display: block; margin-top: 8px; color: #6a7e8e; font-size: var(--fs-note); }
.credibility-action { margin-top: 28px; }
.credibility-action > a { min-width: min(100%, 520px); }

@media (max-width: 768px) {
  .hero-ai-lead { margin-bottom: 7px; }
  .hero-ai-authority {
    max-width: 330px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left-width: 2px;
    color: #fff;
    font-size: var(--fs-note);
    line-height: 1.55;
  }
  .credibility-section { padding-block: 78px; }
  .credibility-heading h2 { font-size: var(--fs-sub); line-height: 1.52; }
  .credibility-main { min-height: 0; margin-top: 24px; display: flex; flex-direction: column; gap: 0; }
  .credibility-visual { order: 1; height: 270px; margin: 20px 0 18px; border-radius: 14px; }
  .credibility-story { order: 2; padding-bottom: 0; }
  .credibility-lead { font-size: var(--fs-xs); }
  .credibility-lead strong { font-size: var(--fs-body); }
  .credibility-story li { min-height: 69px; grid-template-columns: 38px minmax(0, 1fr); }
  .credibility-story li b { font-size: var(--fs-body); }
  .credibility-story li small { font-size: var(--fs-note); }
  .credibility-role-grid { margin-top: 26px; grid-template-columns: 1fr; gap: 12px; }
  .credibility-role-grid article { padding: 23px 20px; }
  .credibility-role-grid ul { grid-template-columns: 1fr; gap: 7px; }
  .credibility-role-grid li { font-size: var(--fs-xs); }
  .credibility-stance { align-items: flex-start; flex-direction: column; gap: 4px; padding: 20px; }
  .credibility-stance strong { font-size: var(--fs-body); }
  .credibility-stance span { font-size: var(--fs-xs); }
  .credibility-proof { margin-top: 24px; padding-inline: 14px; }
  .credibility-proof strong b { font-size: var(--fs-sub); }
  .credibility-action > a { min-width: 0; }
}

@media (max-width: 520px) {
  .hero-ai-authority { font-size: var(--fs-note); }
  .credibility-heading h2 { font-size: var(--fs-heading); }
  .credibility-visual { height: 238px; }
  .credibility-proof strong b { font-size: var(--fs-sub); }
  .credibility-action > a { padding-inline: 16px; font-size: .85rem; }
}

/* Comparison blueprint — Before / support / After as one visual story */
.comparison {
  padding-block: 104px 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 46%, rgba(213, 239, 255, .5), transparent 34%),
    #fff;
}
.comparison-container {
  width: min(calc(100% - 48px), 1320px);
  max-width: 1320px;
}
.comparison .comparison-heading {
  max-width: 920px;
  margin: 0 auto 26px;
}
.comparison .comparison-kicker {
  margin: 0 0 12px;
  color: var(--color-blue-deep);
  font-size: var(--fs-lead);
  font-weight: 800;
  letter-spacing: .06em;
}
.comparison .comparison-heading h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--fs-section);
  line-height: 1.28;
  letter-spacing: .015em;
}
.comparison .comparison-heading h2 span { color: inherit; }
.comparison .comparison-heading::after {
  display: none;
}
.comparison-blueprint {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  display: grid;
  grid-template-columns: 290px minmax(500px, 1fr) 290px;
  gap: 22px;
  align-items: center;
}
.comparison-blueprint::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: auto 7% 26px;
  height: 74px;
  border-radius: 50%;
  background: rgba(18, 91, 158, .13);
  filter: blur(32px);
}
.comparison-blueprint-art {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 8px;
  width: 96%;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}
.comparison-side {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-width: 0;
  margin-block: 34px 28px;
  padding: 30px 20px;
  border: 1px solid rgba(69, 156, 255, .1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(238, 247, 255, .96) 0%, rgba(245, 250, 255, .58) 34%, rgba(255, 255, 255, .08) 72%);
}
.comparison-side span {
  min-width: 104px;
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  padding-inline: 20px;
  border-radius: 999px;
  color: #fff;
  background: #061d48;
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: .12em;
}
.comparison-side strong {
  display: block;
  margin-top: 22px;
  color: var(--color-ink);
  font-size: var(--fs-title);
  line-height: 1.65;
  letter-spacing: .02em;
}
.comparison-side.is-after { text-align: right; }
.comparison-side.is-after span { background: linear-gradient(135deg, #077ff1, #004dcc); }
.comparison-side.is-after strong { color: #006ad4; }
.comparison-support-board {
  position: relative;
  z-index: 3;
  min-width: 0;
  padding: 52px 24px 24px;
  border: 1.5px solid #1287f5;
  border-radius: 24px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 28px 70px rgba(2, 63, 126, .14);
  backdrop-filter: blur(4px);
  transform: translateY(-78px);
}
.comparison-support-board::before,
.comparison-support-board::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 64px;
  height: 26px;
  background: linear-gradient(90deg, #7ec9ff 0%, #087ff2 52%, #0051d5 100%);
  clip-path: polygon(0 31%, 64% 31%, 64% 0, 100% 50%, 64% 100%, 64% 69%, 0 69%);
  filter: drop-shadow(0 7px 8px rgba(0, 102, 222, .22));
  transform: translateY(-50%);
  pointer-events: none;
}
.comparison-support-board::before { left: -54px; }
.comparison-support-board::after { right: -54px; }
.comparison-support-badge {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: min(78%, 450px);
  margin: 0;
  padding: 12px 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(120deg, #087ff2, #004bd2);
  box-shadow: 0 12px 28px rgba(0, 96, 220, .2);
  font-size: var(--fs-lead);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .025em;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.comparison-support-board ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comparison-support-board li {
  position: relative;
  min-width: 0;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 46px 14px 20px;
  border: 1.5px solid #58a5ff;
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  text-align: center;
}
.comparison-support-board li > b {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0789f7, #0054d1);
  box-shadow: 0 7px 16px rgba(0, 104, 226, .2);
  font-size: var(--fs-xs);
  font-weight: 800;
}
.comparison-support-board li > svg {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  fill: none;
  stroke: #0879ed;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
}
.comparison-support-board li > strong {
  color: var(--color-ink);
  font-size: var(--fs-lead);
  line-height: 1.45;
}
.comparison-support-board li > span {
  margin-top: 8px;
  color: #36506f;
  font-size: var(--fs-xs);
  line-height: 1.65;
}
.comparison-support-board li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  width: 28px;
  height: 18px;
  border: 0;
  background: linear-gradient(90deg, #78c5ff, #0678ed);
  clip-path: polygon(0 34%, 62% 34%, 62% 0, 100% 50%, 62% 100%, 62% 66%, 0 66%);
  filter: drop-shadow(0 4px 5px rgba(0, 104, 226, .18));
  transform: translateY(-50%);
}
.comparison-commitment {
  position: relative;
  z-index: 4;
  width: min(100% - 80px, 720px);
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -48px auto 0;
  padding: 16px 44px 16px 96px;
  border: 1.5px solid #1688f6;
  border-radius: 999px;
  color: var(--color-ink);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 46px rgba(4, 70, 137, .12);
  text-align: center;
}
.comparison-commitment::before,
.comparison-commitment::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 250px;
  border-top: 2px dotted #5db5ff;
}
.comparison-commitment::before { right: 100%; }
.comparison-commitment::after { left: 100%; }
.comparison-commitment svg {
  position: absolute;
  left: -7px;
  width: 76px;
  height: 76px;
  padding: 17px;
  border: 4px solid #fff;
  border-radius: 50%;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  background: linear-gradient(145deg, #0b8df7, #002a82);
  box-shadow: 0 9px 22px rgba(0, 83, 183, .24), 0 0 0 1.5px #178af6;
}
.comparison-commitment strong {
  font-size: var(--fs-lead);
  line-height: 1.55;
  letter-spacing: .02em;
}

@media (max-width: 1120px) and (min-width: 901px) {
  .comparison-blueprint {
    min-height: 570px;
    grid-template-columns: 205px minmax(470px, 1fr) 205px;
    gap: 14px;
  }
  .comparison-side { padding-inline: 18px; }
  .comparison-support-board { padding-inline: 20px; }
  .comparison-support-board ol { gap: 22px; }
  .comparison-support-board li { padding-inline: 10px; }
  .comparison-support-board li + li::before { left: -21px; width: 20px; }
}

@media (max-width: 900px) {
  .comparison { padding-block: 86px 96px; }
  .comparison-container { width: min(calc(100% - 40px), 680px); }
  .comparison .comparison-heading { margin-bottom: 38px; }
  .comparison .comparison-heading h2 { font-size: var(--fs-sub); }
  .comparison-blueprint {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .comparison-blueprint::after,
  .comparison-blueprint-art { display: none; }
  .comparison-side {
    min-height: 360px;
    margin: 0;
    padding: 26px 24px;
    border-color: #dcecff;
    background-color: #f5faff;
    background-image:
      linear-gradient(180deg, rgba(243, 249, 255, .98) 0%, rgba(247, 251, 255, .82) 30%, rgba(255, 255, 255, .06) 72%),
      url("assets/workload-reduced-flow-v4.webp");
    background-repeat: no-repeat;
    box-shadow: 0 18px 44px rgba(9, 65, 120, .08);
  }
  .comparison-side.is-before {
    order: 1;
    background-position: center, left bottom;
    background-size: auto, 165% auto;
  }
  .comparison-side.is-after {
    order: 3;
    background-position: center, right bottom;
    background-size: auto, 190% auto;
    text-align: left;
  }
  .comparison-support-board {
    order: 2;
    padding: 58px 22px 22px;
    transform: none;
  }
  .comparison-support-board::before,
  .comparison-support-board::after {
    top: auto;
    left: 50%;
    right: auto;
    width: 24px;
    height: 40px;
    background: linear-gradient(180deg, #7ec9ff 0%, #087ff2 52%, #0051d5 100%);
    clip-path: polygon(31% 0, 69% 0, 69% 64%, 100% 64%, 50% 100%, 0 64%, 31% 64%);
    transform: translateX(-50%);
  }
  .comparison-support-board::before {
    top: -38px;
    height: 40px;
  }
  .comparison-support-board::after { bottom: -40px; }
  .comparison-support-badge { top: 26px; }
  .comparison-support-board ol { grid-template-columns: 1fr; gap: 28px; }
  .comparison-support-board li {
    min-height: 116px;
    display: grid;
    grid-template-columns: 44px 68px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    padding: 18px;
    text-align: left;
  }
  .comparison-support-board li > b {
    position: static;
    grid-row: 1 / 3;
    grid-column: 1;
  }
  .comparison-support-board li > svg {
    grid-row: 1 / 3;
    grid-column: 2;
    width: 58px;
    height: 58px;
    margin: 0;
  }
  .comparison-support-board li > strong { grid-row: 1; grid-column: 3; }
  .comparison-support-board li > span { grid-row: 2; grid-column: 3; margin-top: 2px; }
  .comparison-support-board li + li::before {
    top: -19px;
    left: 50%;
    width: 18px;
    height: 24px;
    background: linear-gradient(180deg, #7ec9ff, #087ff2);
    clip-path: polygon(31% 0, 69% 0, 69% 62%, 100% 62%, 50% 100%, 0 62%, 31% 62%);
    transform: translateX(-50%);
  }
  .comparison-commitment {
    width: min(100% - 16px, 620px);
    margin-top: 30px;
  }
  .comparison-commitment::before,
  .comparison-commitment::after { display: none; }
}

@media (max-width: 520px) {
  .comparison { padding-block: 74px 82px; }
  .comparison-container { width: min(calc(100% - 28px), 680px); }
  .comparison .comparison-heading { margin-bottom: 30px; }
  .comparison .comparison-kicker { margin-bottom: 9px; font-size: var(--fs-xs); }
  .comparison .comparison-heading h2 { font-size: var(--fs-sub); line-height: 1.34; }
  .comparison .comparison-heading::after { width: 52px; height: 4px; margin-top: 16px; }
  .comparison-blueprint { gap: 24px; }
  .comparison-side {
    min-height: 328px;
    padding: 22px 20px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url("assets/workload-reduced-flow-v4.webp");
  }
  .comparison-side.is-before {
    background-position: left 25%;
    background-size: 285% auto;
  }
  .comparison-side.is-after {
    min-height: 344px;
    background-position: right 25%;
    background-size: 300% auto;
  }
  .comparison-side span { min-width: 92px; min-height: 30px; font-size: var(--fs-note); }
  .comparison-side strong { margin-top: 16px; font-size: var(--fs-lead); line-height: 1.55; }
  .comparison-support-board { padding: 52px 12px 14px; border-radius: 20px; }
  .comparison-support-badge {
    min-width: min(88%, 330px);
    padding: 10px 16px;
    font-size: var(--fs-xs);
  }
  .comparison-support-board ol { gap: 24px; }
  .comparison-support-board li {
    min-height: 106px;
    grid-template-columns: 38px 52px minmax(0, 1fr);
    column-gap: 10px;
    padding: 15px 12px;
    border-radius: 14px;
  }
  .comparison-support-board li > b { width: 34px; height: 34px; font-size: var(--fs-xs); }
  .comparison-support-board li > svg { width: 48px; height: 48px; }
  .comparison-support-board li > strong { font-size: var(--fs-body); }
  .comparison-support-board li > span { font-size: var(--fs-note); line-height: 1.55; }
  .comparison-commitment {
    min-height: 72px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
    padding: 15px 14px 15px 68px;
    border-radius: 18px;
    text-align: left;
  }
  .comparison-commitment svg { left: 8px; width: 50px; height: 50px; padding: 11px; border-width: 3px; }
  .comparison-commitment strong { font-size: var(--fs-xs); line-height: 1.6; }
}

/* 2026-08-20 SP改行修正 — Safariでもコピー幅とメール工程の配置列を固定 */
@media (max-width: 768px) {
  .comparison-commitment-copy {
    min-width: 0;
    flex: 1 1 auto;
  }

  .mail-operation-flow > .is-auto-complete > span {
    grid-row: 1 / 3;
    grid-column: 1;
  }

  .mail-operation-flow > .is-auto-complete > svg {
    grid-row: 1 / 3;
    grid-column: 2;
  }

  .mail-operation-flow > .is-auto-complete > b {
    width: 100%;
    min-width: 0;
    grid-row: 1;
    grid-column: 3;
    align-self: end;
  }

  .mail-operation-flow > .is-auto-complete > small {
    width: 100%;
    min-width: 0;
    grid-row: 2;
    grid-column: 3;
    align-self: start;
  }
}

/* 2026-08-20 比較図：アントレプレナーの支援工程を画像へ統合 */
.comparison-story {
  position: relative;
  width: min(100%, 1160px);
  margin-inline: auto;
}
.comparison-story .comparison-scene { width: 100%; }
.comparison-support-flow {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 80px), 1060px);
  margin: -86px auto 0;
  display: grid;
  grid-template-columns: minmax(245px, .95fr) minmax(0, 2.8fr);
  overflow: hidden;
  border: 1px solid rgba(118, 215, 255, .28);
  border-radius: 18px;
  color: #fff;
  background: #071a3d;
  box-shadow: 0 24px 58px rgba(7, 26, 61, .25);
}
.comparison-support-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 28px;
  background: #006fca;
}
.comparison-support-title small {
  margin-bottom: 7px;
  color: #f0fbff;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.comparison-support-title strong {
  font-size: 1.04rem;
  line-height: 1.5;
}
.comparison-support-flow ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}
.comparison-support-flow li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 23px 20px;
}
.comparison-support-flow li + li { border-left: 1px solid rgba(134, 217, 255, .2); }
.comparison-support-flow li + li::before {
  content: "›";
  position: absolute;
  left: -7px;
  top: 50%;
  z-index: 1;
  width: 14px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #74d7ff;
  background: #071a3d;
  font-size: 1.25rem;
  transform: translateY(-50%);
}
.comparison-support-flow svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #66d1ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.comparison-support-flow li span { min-width: 0; display: grid; gap: 2px; }
.comparison-support-flow li small {
  color: #78dcff;
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.comparison-support-flow li strong { font-size: .84rem; line-height: 1.45; }
.comparison-support-flow li em {
  color: #bdd4e4;
  font-size: .64rem;
  font-style: normal;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .comparison-support-flow {
    width: min(calc(100% - 40px), 720px);
    grid-template-columns: 1fr;
  }
  .comparison-support-title { align-items: center; padding: 18px 24px; text-align: center; }
  .comparison-support-title small { margin-bottom: 3px; }
}

@media (max-width: 768px) {
  .comparison-story { display: grid; gap: 38px; }
  .comparison-story .comparison-scene-mobile { display: contents; }
  .comparison-story .comparison-scene-mobile section:first-child { order: 1; }
  .comparison-story .comparison-scene-mobile section:last-child { order: 3; }
  .comparison-support-flow {
    order: 2;
    width: 100%;
    margin-top: 0;
  }
  .comparison-support-flow li { padding: 20px 15px; }
}

@media (max-width: 520px) {
  .comparison-heading h2 { font-size: var(--fs-sub); }
  .comparison-support-flow ol { grid-template-columns: 1fr; }
  .comparison-support-flow li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 17px 20px;
  }
  .comparison-support-flow li + li { border-top: 1px solid rgba(134, 217, 255, .2); border-left: 0; }
  .comparison-support-flow li + li::before {
    content: "↓";
    left: 50%;
    top: -9px;
    width: 24px;
    height: 18px;
    transform: translateX(-50%);
  }
  .comparison-support-flow li strong { font-size: .9rem; }
  .comparison-support-flow li em { font-size: .67rem; }
}

/* 2026-08-20 自社実践・成果・導入方針・対応可能業務の一体再構成 */
.comparison-heading {
  width: min(100%, 920px);
  margin-inline: auto;
}
.comparison-heading h2 span { color: var(--color-blue-deep); }
.comparison-lead {
  width: min(100%, 760px);
  margin: 22px auto 0 !important;
  color: #4d657a !important;
  font-size: var(--fs-body) !important;
  font-weight: 500 !important;
  line-height: 1.95;
  letter-spacing: 0 !important;
}

.operations-heading {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: center;
}
.operations-heading h2 {
  font-size: var(--fs-section);
  line-height: 1.38;
}
.operations-heading > p { line-height: 2.05; }
.operations-proofline { margin-bottom: 38px; }

.practice-results {
  position: relative;
  margin-top: 88px;
  padding: clamp(38px, 5vw, 62px);
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: #071a3d;
  box-shadow: 0 30px 80px rgba(7, 26, 61, .2);
}
.practice-results::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .4;
  background-image:
    linear-gradient(rgba(104, 211, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 211, 255, .07) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.practice-results > * { position: relative; }
.practice-results-heading {
  width: min(100%, 840px);
  margin: 0 auto 38px;
  text-align: center;
}
.practice-results-heading > p {
  margin: 0 0 10px;
  color: #79d9ff;
  font-size: var(--fs-note);
  font-weight: 900;
  letter-spacing: .13em;
}
.practice-results-heading h3 {
  margin: 0;
  color: #fff;
  font-size: var(--fs-sub);
  line-height: 1.45;
  letter-spacing: -.035em;
}
.practice-results .proof-results-unified { margin-bottom: 26px; }
.practice-results .proof-evaluation { margin-bottom: 0; }

.practice-principles {
  margin-top: 88px;
}
.practice-principles > header {
  width: min(100%, 760px);
  margin: 0 auto 36px;
  text-align: center;
}
.practice-principles > header > p {
  margin: 0 0 8px;
  color: #1978a9;
  font-size: var(--fs-note);
  font-weight: 900;
  letter-spacing: .13em;
}
.practice-principles > header h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--fs-sub);
  line-height: 1.45;
  letter-spacing: -.035em;
}
.practice-principles > ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfe2ee;
  border-bottom: 1px solid #cfe2ee;
  list-style: none;
}
.practice-principles > ol > li {
  min-width: 0;
  padding: 32px clamp(22px, 3vw, 38px) 36px;
}
.practice-principles > ol > li + li { border-left: 1px solid #cfe2ee; }
.practice-principles li > span {
  display: block;
  margin-bottom: 18px;
  color: var(--color-blue-deep);
  font-size: var(--fs-xs);
  font-weight: 900;
  letter-spacing: .1em;
}
.practice-principles h4 {
  margin: 0 0 17px;
  color: var(--color-ink);
  font-size: var(--fs-title);
  line-height: 1.65;
  letter-spacing: -.015em;
}
.practice-principles li > p {
  margin: 0;
  color: #50697d;
  font-size: var(--fs-xs);
  line-height: 1.9;
}

.what-ai-can-do {
  position: relative;
  padding-block: 112px;
  background: #f4faff;
}
.capability-heading {
  width: min(100%, 900px);
  margin-inline: auto;
}
.capability-heading h2 span { color: var(--color-blue-deep); }
.capability-lead {
  width: min(100%, 720px);
  margin: 22px auto 0 !important;
  color: #4d657a !important;
  font-size: var(--fs-body) !important;
  font-weight: 500 !important;
  line-height: 1.95;
  letter-spacing: 0 !important;
}
.capability-panels > article { box-shadow: 0 18px 48px rgba(7, 65, 102, .07); }

@media (max-width: 1100px) {
  .operations-heading { grid-template-columns: 1fr; gap: 24px; }
  .operations-heading > p { max-width: 780px; }
  .practice-results { padding-inline: 36px; }
  .practice-principles > ol > li { padding-inline: 24px; }
}

@media (max-width: 768px) {
  .comparison .section-heading { margin-bottom: 34px; }
  .comparison-heading h2 { font-size: var(--fs-sub); }
  .comparison-lead { margin-top: 17px !important; font-size: var(--fs-xs) !important; line-height: 1.85; }
  .operations-heading h2 { font-size: var(--fs-sub); }
  .operations-heading > p { font-size: var(--fs-body); line-height: 1.9; }
  .practice-results { margin-top: 64px; padding: 34px 24px; border-radius: 22px; }
  .practice-results-heading { margin-bottom: 28px; text-align: left; }
  .practice-results-heading h3 { font-size: var(--fs-sub); }
  .practice-results .proof-evaluation { flex-wrap: wrap; gap: 7px 12px; text-align: center; }
  .practice-principles { margin-top: 64px; }
  .practice-principles > header { margin-bottom: 26px; text-align: left; }
  .practice-principles > ol { grid-template-columns: 1fr; }
  .practice-principles > ol > li { padding: 25px 4px 28px; }
  .practice-principles > ol > li + li { border-top: 1px solid #cfe2ee; border-left: 0; }
  .practice-principles li > span { margin-bottom: 12px; }
  .practice-principles h4 { margin-bottom: 11px; font-size: var(--fs-lead); }
  .practice-principles li > p { font-size: var(--fs-xs); line-height: 1.82; }
  .what-ai-can-do { padding-block: 82px; }
  .capability-lead { margin-top: 17px !important; font-size: var(--fs-xs) !important; line-height: 1.85; }
}

@media (max-width: 520px) {
  .operations-proofline { gap: 14px; padding: 20px 18px; }
  .operations-proofline strong b { font-size: var(--fs-sub); }
  .operations-proofline strong { font-size: var(--fs-body); }
  .practice-results { margin-inline: -4px; padding: 30px 18px; border-radius: 18px; }
  .practice-results-heading > p { font-size: var(--fs-note); }
  .practice-results .proof-evaluation { padding-inline: 14px; }
  .practice-results .proof-evaluation strong { width: 100%; }
  .capability-heading h2 { font-size: var(--fs-sub); }
}

/* 2026-08-20 ISSUE A案: オフィスの一場面から自社課題へ接続する */
#service { padding-block: 104px; }
.issue-heading { max-width: 900px; margin-right: auto; margin-left: auto; }
.issue-heading .issue-lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--color-muted);
  font-size: var(--fs-lead);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
}
.issue-scene {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid #d6e6f0;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: var(--color-ink);
  box-shadow: 0 18px 48px rgba(7, 65, 102, .1);
}
.issue-scene::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 42% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(7, 26, 61, .62));
  pointer-events: none;
}
.issue-scene > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7.7;
  object-fit: cover;
  object-position: center 58%;
}
.issue-scene-pins {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.issue-scene-pins > span {
  min-width: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 10px;
  color: #fff;
  background: rgba(7, 26, 61, .82);
}
.issue-scene-pins b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  font-size: var(--fs-note);
  letter-spacing: .05em;
}
.issue-scene-pins strong {
  min-width: 0;
  font-size: var(--fs-body);
  line-height: 1.55;
  text-wrap: balance;
}
.issue-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #d6e6f0;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 65, 102, .1);
}
.issue-stories article {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  border-left: 1px solid #d6e6f0;
  background: #fff;
}
.issue-stories article:last-child { border-right: 1px solid #d6e6f0; }
.issue-stories small {
  color: var(--color-blue-deep);
  font-size: var(--fs-note);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .1em;
}
.issue-stories h3 {
  margin: 9px 0 14px;
  color: var(--color-ink);
  font-size: var(--fs-title);
  line-height: 1.55;
  text-wrap: balance;
}
.issue-stories .issue-current {
  margin: 0;
  color: #526a7d;
  font-size: var(--fs-xs);
  line-height: 1.85;
}
@media (max-width: 768px) {
  #service { padding-block: 72px; }
  .issue-heading .issue-lead { margin-top: 17px; font-size: var(--fs-body); }
  .issue-scene { border-radius: 16px 16px 0 0; }
  .issue-scene > img { aspect-ratio: 16 / 9; object-position: center; }
  .issue-scene-pins { right: 12px; bottom: 12px; left: 12px; gap: 8px; }
  .issue-scene-pins > span { min-height: 52px; grid-template-columns: 26px minmax(0, 1fr); gap: 7px; padding: 8px; }
  .issue-scene-pins b { width: 26px; height: 26px; font-size: var(--fs-note); }
  .issue-scene-pins strong { font-size: var(--fs-note); }
  .issue-stories { grid-template-columns: 1fr; }
  .issue-stories article { min-height: 0; padding: 28px 26px; border-right: 1px solid #d6e6f0; border-bottom: 1px solid #d6e6f0; }
  .issue-stories article:last-child { border-bottom: 0; }
  .issue-stories h3 { font-size: var(--fs-title); }
  .issue-stories .issue-current { font-size: var(--fs-xs); }
}

@media (max-width: 520px) {
  .issue-heading { margin-bottom: 32px; }
  .issue-heading .issue-lead { max-width: 30em; line-height: 1.75; }
  .issue-scene { border-radius: 14px 14px 0 0; }
  .issue-scene::after { inset: 38% 0 0; }
  .issue-scene-pins { right: 7px; bottom: 7px; left: 7px; gap: 5px; }
  .issue-scene-pins > span {
    min-height: 62px;
    grid-template-columns: 1fr;
    gap: 4px;
    justify-items: center;
    padding: 7px 4px;
    text-align: center;
  }
  .issue-scene-pins b { width: 23px; height: 23px; font-size: var(--fs-note); }
  .issue-scene-pins strong { font-size: var(--fs-note); line-height: 1.45; }
  .issue-stories article { padding: 25px 21px; }
  .issue-stories h3 { margin-bottom: 10px; font-size: var(--fs-lead); }
  .issue-stories .issue-current { font-size: var(--fs-xs); }
}

/* 2026-08-20 ルーティン・専用AI事例 — 図解だけで伝える */
.routine-auto-board {
  padding: 18px;
  border: 1px solid #cfe5f1;
  border-radius: 16px;
  background: #f8fcff;
}

.routine-auto-board > header {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  color: #fff;
  background: #071a3d;
}

.routine-auto-board > header svg { width: 38px; height: 38px; flex: 0 0 auto; color: #79d9ff; }
.routine-auto-board > header b { font-size: .88rem; line-height: 1.5; }
.routine-auto-board ul { margin: 12px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.routine-auto-board li {
  min-width: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid #d7e9f3;
  border-radius: 10px;
  background: #fff;
}

.routine-auto-board time {
  padding: 6px 8px;
  border-radius: 999px;
  color: #fff;
  background: #006ca6;
  font-size: .65rem;
  font-weight: 900;
  text-align: center;
}

.routine-auto-board li > span { min-width: 0; display: flex; align-items: center; gap: 9px; color: #087ab8; }
.routine-auto-board li > span svg { width: 27px; height: 27px; flex: 0 0 auto; }
.routine-auto-board li > span b { color: #173f5c; font-size: .76rem; line-height: 1.35; }
.routine-auto-board em { display: flex; align-items: center; gap: 6px; color: #0879b6; font-size: .65rem; font-style: normal; font-weight: 900; white-space: nowrap; }
.routine-auto-board em i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #006ca6; font-size: .68rem; font-style: normal; }

.company-ai-visual { padding-bottom: 24px; }
.company-ai-office {
  padding: 18px;
  border-radius: 16px;
  background: #071a3d;
  box-shadow: 0 14px 34px rgba(7, 26, 61, .14);
}

.company-ai-office > header {
  min-height: 68px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  color: #fff;
}

.company-ai-office > header > svg { width: 43px; height: 43px; color: #79d9ff; }
.company-ai-office > header small,
.company-ai-office > header b { display: block; }
.company-ai-office > header small { color: #a9e4fa; font-size: var(--fs-note); font-weight: 900; letter-spacing: .08em; }
.company-ai-office > header b { margin-top: 2px; font-size: var(--fs-xs); line-height: 1.3; }
.company-ai-office > header em { margin-right: 4px; color: #83dcff; font-size: var(--fs-heading); font-style: normal; line-height: 1; }
.company-ai-office > header > i { display: flex; align-items: center; gap: 6px; color: #b9e9fb; font-size: var(--fs-note); font-style: normal; font-weight: 900; white-space: nowrap; }
.company-ai-office > header > i span { width: 9px; height: 9px; border-radius: 50%; background: #63d7ff; box-shadow: 0 0 0 5px rgba(99, 215, 255, .12); }
.company-ai-office ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; list-style: none; }
.company-ai-office li {
  min-width: 0;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 8px;
  border-radius: 10px;
  color: #078fd3;
  background: #fff;
  text-align: center;
}

.company-ai-office li svg { width: 34px; height: 34px; }
.company-ai-office li b { color: #173f5c; font-size: var(--fs-note); line-height: 1.4; }
.company-ai-office li small { color: #526f84; font-size: var(--fs-note); line-height: 1.45; }

@media (min-width: 1101px) {
  .operation-story.operation-story-routine.is-reversed {
    grid-template-columns: minmax(0, 1.9fr) minmax(210px, .5fr);
    gap: clamp(24px, 2.5vw, 36px);
  }

  .operation-story-company-ai {
    grid-template-columns: minmax(210px, .5fr) minmax(0, 1.9fr);
    gap: clamp(24px, 2.5vw, 36px);
  }
}

@media (max-width: 520px) {
  .routine-auto-board { padding: 12px; }
  .routine-auto-board > header { min-height: 68px; gap: 11px; padding: 12px 14px; }
  .routine-auto-board > header svg { width: 34px; height: 34px; }
  .routine-auto-board > header b { font-size: .76rem; }
  .routine-auto-board li { grid-template-columns: 48px minmax(0, 1fr) auto; gap: 7px; padding: 9px 8px; }
  .routine-auto-board time { padding-inline: 5px; font-size: .59rem; }
  .routine-auto-board li > span { gap: 6px; }
  .routine-auto-board li > span svg { width: 24px; height: 24px; }
  .routine-auto-board li > span b { font-size: .68rem; }
  .routine-auto-board em { gap: 4px; font-size: .58rem; }
  .routine-auto-board em i { width: 20px; height: 20px; }
  .company-ai-office { padding: 13px; }
  .company-ai-office > header { grid-template-columns: 40px minmax(0, 1fr); gap: 8px 10px; }
  .company-ai-office > header > svg { width: 38px; height: 38px; }
  .company-ai-office > header b { font-size: var(--fs-xs); }
  .company-ai-office > header em { font-size: var(--fs-heading); }
  .company-ai-office > header > i { grid-column: 2; margin-top: -7px; }
  .company-ai-office ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .company-ai-office li { min-height: 124px; padding-inline: 7px; }
  .company-ai-office li svg { width: 31px; height: 31px; }
  .company-ai-office li b { font-size: var(--fs-note); }
  .company-ai-office li small { font-size: var(--fs-note); }
}

@media (max-width: 360px) {
  .routine-auto-board li { grid-template-columns: 48px minmax(0, 1fr) 24px; }
  .routine-auto-board em { font-size: 0; }
  .routine-auto-board em i { width: 24px; height: 24px; font-size: .68rem; }
}

/* 2026-08-20 メール事例 — コピーを図解へ集約 */
@media (min-width: 1101px) {
  .operation-story-mail {
    grid-template-columns: minmax(210px, .5fr) minmax(0, 1.9fr);
    gap: clamp(24px, 2.5vw, 36px);
  }
}

/* 2026-08-20 自社AI実践例 — 3テーマ大型図解 */
.operations-stories {
  display: grid;
  gap: 28px;
}

.operation-story {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, .5fr) minmax(0, 1.9fr);
  gap: clamp(24px, 2.5vw, 36px);
  align-items: center;
  padding: clamp(32px, 3.1vw, 44px);
  border: 1px solid #d5e7f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(21, 74, 112, .08);
}

.operation-story-routine {
  border-color: #c9e3f2;
  background: #f2f9fd;
}

.operation-story.is-reversed {
  grid-template-columns: minmax(0, 1.9fr) minmax(210px, .5fr);
}

.operation-story.is-reversed .operation-story-copy { order: 2; }
.operation-story.is-reversed .operation-visual { order: 1; }
.operation-story-copy,
.operation-visual { min-width: 0; }

.operation-story-number {
  margin: 0 0 14px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #1675a8;
  font-size: var(--fs-xs);
  font-weight: 900;
  letter-spacing: .08em;
}
.operation-story-number b { color: var(--color-blue-deep); font-size: var(--fs-body); letter-spacing: .04em; }

.operation-story-title {
  display: block;
}

.operation-story-title h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--fs-heading);
  line-height: 1.42;
  letter-spacing: -.035em;
}

.operation-story-title h3 span { color: var(--color-blue-deep); }
.operation-story-title h3 .keep-ink { color: inherit; white-space: nowrap; }

.operation-story-lead {
  margin: 24px 0 0;
  color: #425f75;
  font-size: .94rem;
  line-height: 1.95;
}

.operation-story-conclusion {
  margin: 26px 0 0;
  padding: 18px 0 18px 20px;
  border-left: 3px solid #079be5;
}

.operation-story-conclusion strong,
.operation-story-conclusion span { display: block; }
.operation-story-conclusion strong { color: #123c5a; font-size: .96rem; line-height: 1.7; }
.operation-story-conclusion span { margin-top: 5px; color: #526c80; font-size: .78rem; line-height: 1.8; }

.operation-visual {
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid #d8e8f2;
  border-radius: 20px;
  background: #f8fcff;
}

.operation-visual svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mail-operation-flow {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: .82fr .95fr 1.6fr 1.08fr .85fr;
  gap: 12px;
  list-style: none;
}

.mail-operation-flow > li {
  position: relative;
  min-width: 0;
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 28px 12px 18px;
  border: 1px solid #d6e7f1;
  border-radius: 14px;
  color: #087ab8;
  background: #fff;
  text-align: center;
}

.mail-operation-flow > li:not(:last-child)::after {
  content: "›";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -11px;
  width: 10px;
  color: #4db6e4;
  font-size: var(--fs-title);
  line-height: 1;
  transform: translateY(-50%);
}

.mail-operation-flow > li > span {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #315e76;
  font-size: var(--fs-note);
  font-weight: 900;
  letter-spacing: .08em;
}

.mail-operation-flow > li > svg { width: 42px; height: 42px; }
.mail-operation-flow > li > b { color: #173f5c; font-size: var(--fs-xs); line-height: 1.55; }
.mail-operation-flow > li > small { color: #526f84; font-size: var(--fs-note); line-height: 1.55; }
.mail-operation-flow > .is-processing { justify-content: flex-start; padding-inline: 10px; }
.mail-operation-flow > .is-processing > b { min-height: 42px; display: grid; place-items: center; }

.mail-operation-flow .is-processing ul {
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  list-style: none;
}

.mail-operation-flow .is-processing li {
  min-width: 0;
  min-height: 56px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  padding: 7px;
  border-radius: 8px;
  color: #236c93;
  background: #edf7fc;
  font-size: var(--fs-note);
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

.mail-operation-flow .is-processing li svg { width: 22px; height: 22px; }

.mail-operation-flow > .is-human-gate {
  border: 2px solid #ffb000;
  color: #a35d00;
  background: #fff9ea;
  box-shadow: 0 10px 26px rgba(255, 176, 0, .12);
}

.mail-operation-flow > .is-human-gate > b { color: #704200; }
.mail-operation-flow > .is-human-gate > small { color: #8d611d; }

.routine-operation-visual { background: #fff; }
.routine-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.routine-timeline::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 9%;
  left: 9%;
  height: 2px;
  background: #9ed8f1;
}

.routine-timeline li {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 15px 10px 18px;
  border: 1px solid #d9e8f1;
  border-radius: 14px;
  background: #f8fcff;
  text-align: center;
}

.routine-timeline time {
  min-width: 58px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: #006ca6;
  font-size: var(--fs-note);
  font-weight: 900;
}

.routine-timeline svg { width: 42px; height: 42px; margin-top: 10px; color: #078fd3; }
.routine-timeline b { color: #173f5c; font-size: var(--fs-xs); line-height: 1.5; }
.routine-timeline small { color: #526f84; font-size: var(--fs-note); line-height: 1.55; }

.routine-monitor {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  color: #164560;
  background: #e8f6fc;
}

.routine-monitor > span {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.routine-monitor svg { width: 28px; height: 28px; color: #078fd3; flex: 0 0 auto; }
.routine-monitor b { font-size: var(--fs-note); line-height: 1.45; }
.routine-monitor > i { color: #086a9c; font-style: normal; }
.routine-monitor .is-alert { color: #704200; }
.routine-monitor .is-alert svg { color: #c57600; }

.company-ai-visual { padding-bottom: 22px; }
.company-ai-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "sales admin document"
    ". core ."
    "property hr management";
  gap: 13px;
}

.company-ai-map::before,
.company-ai-map::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #a9d9ef;
}

.company-ai-map::before { top: 22%; bottom: 22%; left: 50%; width: 2px; transform: translateX(-50%); }
.company-ai-map::after { top: 50%; right: 14%; left: 14%; height: 2px; transform: translateY(-50%); }

.company-ai-role,
.company-ai-core {
  position: relative;
  z-index: 1;
  min-width: 0;
  border-radius: 13px;
  text-align: center;
}

.company-ai-role {
  min-height: 98px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 8px;
  align-content: center;
  align-items: center;
  padding: 14px 11px;
  border: 1px solid #d4e7f2;
  background: #fff;
}

.company-ai-role svg { grid-row: 1 / 3; width: 32px; height: 32px; color: #078fd3; }
.company-ai-role b { color: #173f5c; font-size: .76rem; line-height: 1.45; text-align: left; }
.company-ai-role small { color: #526f84; font-size: .64rem; line-height: 1.45; text-align: left; }
.role-sales { grid-area: sales; }
.role-admin { grid-area: admin; }
.role-document { grid-area: document; }
.role-property { grid-area: property; }
.role-hr { grid-area: hr; }
.role-management { grid-area: management; }

.company-ai-core {
  grid-area: core;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  border: 2px solid #079be5;
  color: #fff;
  background: linear-gradient(145deg, #071a3d, #0a4a80);
  box-shadow: 0 14px 32px rgba(7, 26, 61, .18);
}

.company-ai-core > span { color: #83dcff; font-size: 2.5rem; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.company-ai-core > small { margin-top: 2px; color: #b9e9fb; font-size: .62rem; font-weight: 800; }
.company-ai-core > b { margin-top: 10px; font-size: .72rem; line-height: 1.55; }

.company-ai-human {
  margin: 14px auto 0;
  width: min(100%, 440px);
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #ffb000;
  border-radius: 11px;
  color: #704200;
  background: #fff9ea;
}

.company-ai-human > svg { width: 36px; height: 36px; color: #b56a00; }
.company-ai-human small,
.company-ai-human b { display: block; }
.company-ai-human small { font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.company-ai-human b { margin-top: 2px; font-size: .74rem; line-height: 1.45; }

.systems-connect {
  margin-top: 28px;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 2.3fr);
  gap: 20px 28px;
  align-items: center;
  padding: 24px 26px 18px;
}

.systems-connect-copy h3 { margin-bottom: 7px; font-size: 1.28rem; }
.systems-connect-copy > p:last-child { font-size: .68rem; }
.systems-grid { grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 7px; }
.systems-grid li { min-height: 68px; padding: 8px 5px; border-radius: 9px; }
.systems-grid img { width: 29px; height: 29px; }
.systems-grid svg { width: 29px; height: 29px; }
.systems-grid span { font-size: .52rem; }
.systems-disclaimer { margin-top: -7px; }

.operations-safeguards { padding: 38px 34px 30px; }
.operations-safeguards > header { margin-bottom: 24px; }
.operations-safeguards .operations-principles { margin-top: 0; }
.operations-safeguards .operations-principles li { min-height: 76px; }
.operations-safeguards .operations-principles b { font-size: .72rem; }

@media (max-width: 1100px) {
  .operation-story,
  .operation-story.is-reversed { grid-template-columns: 1fr; }
  .operation-story.is-reversed .operation-story-copy { order: 1; }
  .operation-story.is-reversed .operation-visual { order: 2; }
  .operation-story-copy { max-width: 780px; }
  .systems-connect { grid-template-columns: 1fr; }
  .systems-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .operations-stories { gap: 20px; }
  .operation-story { gap: 24px; padding: 28px 18px; border-radius: 18px; }
  .operation-story-title h3 { font-size: var(--fs-title); }
  .operation-story-lead { margin-top: 18px; font-size: .86rem; }
  .operation-story-conclusion { margin-top: 20px; padding-block: 14px; padding-left: 16px; }
  .operation-visual { padding: 20px 16px; border-radius: 16px; }
  .mail-operation-flow { grid-template-columns: 1fr; gap: 8px; }
  .mail-operation-flow > li { min-height: 88px; display: grid; grid-template-columns: 36px 42px minmax(0, 1fr); grid-template-rows: auto auto; gap: 2px 12px; justify-items: start; padding: 16px 15px; text-align: left; }
  .mail-operation-flow > li > span { position: static; grid-row: 1 / 3; align-self: center; }
  .mail-operation-flow > li > svg { grid-row: 1 / 3; width: 38px; height: 38px; }
  .mail-operation-flow > li > b { align-self: end; font-size: var(--fs-xs); }
  .mail-operation-flow > li > small { align-self: start; font-size: var(--fs-note); }
  .mail-operation-flow > li:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: -13px; left: 50%; width: 16px; height: 18px; display: grid; place-items: center; background: #f8fcff; transform: translateX(-50%); }
  .mail-operation-flow > .is-processing { display: block; padding: 17px 14px; }
  .mail-operation-flow > .is-processing > span { display: block; margin-bottom: 4px; }
  .mail-operation-flow > .is-processing > b { min-height: 0; display: block; margin-bottom: 10px; }
  .mail-operation-flow .is-processing ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mail-operation-flow > .is-human-gate { grid-template-columns: 36px 42px minmax(0, 1fr); }
  .routine-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .routine-timeline::before { display: none; }
  .routine-timeline li { min-height: 170px; }
  .routine-monitor { grid-template-columns: 1fr; }
  .routine-monitor > i { transform: rotate(90deg); justify-self: center; }
  .company-ai-map { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "core core" "sales admin" "document property" "hr management"; }
  .company-ai-map::before,
  .company-ai-map::after { display: none; }
  .company-ai-core { min-height: 140px; }
  .systems-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .systems-disclaimer { margin-top: 0; }
  .operations-safeguards { padding: 30px 20px 24px; }
}

@media (max-width: 520px) {
  .operation-story { padding: 24px 14px; }
  .operation-story-number { font-size: var(--fs-note); letter-spacing: .07em; }
  .operation-story-number b { font-size: var(--fs-xs); }
  .operation-story-title h3 { font-size: var(--fs-title); line-height: 1.48; }
  .operation-story-lead { font-size: .8rem; line-height: 1.85; }
  .operation-story-conclusion strong { font-size: .83rem; }
  .operation-story-conclusion span { font-size: .7rem; }
  .operation-visual { padding: 15px 10px; }
  .mail-operation-flow .is-processing ul { grid-template-columns: 1fr; }
  .mail-operation-flow .is-processing li { min-height: 48px; }
  .routine-timeline { grid-template-columns: 1fr; }
  .routine-timeline li { min-height: 142px; }
  .routine-monitor > span { justify-content: flex-start; }
  .company-ai-map { grid-template-columns: 1fr; grid-template-areas: "core" "sales" "admin" "document" "property" "hr" "management"; }
  .company-ai-role { min-height: 82px; }
  .company-ai-core { min-height: 136px; }
  .company-ai-human { grid-template-columns: 34px minmax(0, 1fr); padding-inline: 13px; }
  .company-ai-human > svg { width: 31px; height: 31px; }
  .systems-connect { padding-inline: 18px; }
  .systems-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .operations-safeguards .operations-principles b { font-size: .68rem; }
}

/* 2026-08-20 FB反映 — 自動で進む価値と専用AIの成果物を主役化 */
.mail-auto-message {
  margin: 0 0 14px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 15px 18px;
  border-radius: 12px;
  color: #fff;
  background: #071a3d;
}

.mail-auto-message > svg { width: 40px; height: 40px; color: #79d9ff; }
.mail-auto-message small,
.mail-auto-message b { display: block; }
.mail-auto-message small { color: #a9e4fa; font-size: var(--fs-note); font-weight: 800; letter-spacing: .06em; }
.mail-auto-message b { margin-top: 2px; font-size: var(--fs-body); line-height: 1.5; }

.mail-operation-flow { grid-template-columns: .72fr .8fr 2.05fr 1.12fr; }

.mail-operation-flow > .is-processing {
  border: 2px solid #079be5;
  background: #eaf7fd;
  box-shadow: 0 12px 30px rgba(7, 155, 229, .14);
}

.mail-operation-flow > .is-processing > b {
  color: #064d82;
  font-size: var(--fs-body);
}

.mail-operation-flow .is-processing li {
  border: 1px solid #cfe7f3;
  color: #126a98;
  background: #fff;
}

.mail-operation-flow > .is-auto-complete {
  border: 1px solid #d6e7f1;
  color: #0879b6;
  background: #fff;
  box-shadow: none;
}

.mail-operation-flow > .is-auto-complete > b { color: #173f5c; }
.mail-operation-flow > .is-auto-complete > small { color: #526f84; }

.mail-operation-note {
  margin: 12px 2px 0;
  color: #536f84;
  font-size: .61rem;
  line-height: 1.65;
  text-align: right;
}

.company-ai-workflow > i {
  min-height: 22px;
  display: grid;
  place-items: center;
  color: #086a9c;
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
}

.company-ai-source,
.company-ai-results {
  padding: 15px 17px;
  border: 1px solid #cfe5f1;
  border-radius: 12px;
  background: #fff;
}

.company-ai-source header,
.company-ai-results header,
.company-ai-engine > header {
  display: flex;
  align-items: center;
  gap: 9px;
}

.company-ai-source header > span,
.company-ai-results header > span,
.company-ai-engine > header > span {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #006ca6;
  font-size: .58rem;
  font-weight: 900;
}

.company-ai-source header > b,
.company-ai-results header > b { color: #173f5c; font-size: .78rem; }

.company-ai-source ul,
.company-ai-results ul,
.company-ai-engine ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-ai-source ul {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.company-ai-source li {
  min-width: 0;
  padding: 9px 7px;
  border-radius: 8px;
  color: #315c76;
  background: #eef8fd;
  font-size: .64rem;
  font-weight: 800;
  text-align: center;
}

.company-ai-engine {
  padding: 18px;
  border-radius: 14px;
  background: #071a3d;
  box-shadow: 0 14px 34px rgba(7, 26, 61, .14);
}

.company-ai-engine > header { margin-bottom: 14px; color: #fff; }
.company-ai-engine > header > span { color: #071a3d; background: #83dcff; }
.company-ai-engine > header > b { font-size: .82rem; }
.company-ai-engine > header em { margin-right: 3px; color: #83dcff; font-size: 1.7rem; font-style: normal; line-height: 1; }

.company-ai-engine > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.company-ai-engine li {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 11px;
  border-radius: 9px;
  color: #078fd3;
  background: #fff;
}

.company-ai-engine li > svg { width: 31px; height: 31px; }
.company-ai-engine li b,
.company-ai-engine li small { display: block; }
.company-ai-engine li b { color: #173f5c; font-size: .68rem; line-height: 1.4; }
.company-ai-engine li small { margin-top: 2px; color: #526f84; font-size: .6rem; line-height: 1.45; }

.company-ai-results ul {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.company-ai-results li {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px;
  border-radius: 8px;
  color: #176e98;
  background: #eaf7fd;
  font-size: .63rem;
  font-weight: 900;
  text-align: center;
}

.company-ai-results li svg { width: 24px; height: 24px; flex: 0 0 auto; }

@media (max-width: 768px) {
  .mail-auto-message { grid-template-columns: 38px minmax(0, 1fr); padding: 14px; }
  .mail-auto-message > svg { width: 35px; height: 35px; }
  .mail-auto-message b { font-size: var(--fs-xs); }
  .mail-operation-flow { grid-template-columns: 1fr; }
  .mail-operation-flow > .is-compact > b { grid-row: 1 / 3; align-self: center; }
  .mail-operation-note { text-align: left; }
  .company-ai-engine > ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .mail-auto-message { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 13px; }
  .mail-auto-message > svg { width: 31px; height: 31px; }
  .mail-auto-message small { font-size: var(--fs-note); }
  .mail-auto-message b { font-size: var(--fs-xs); }
  .mail-operation-note { font-size: .58rem; }
  .company-ai-source,
  .company-ai-results { padding: 14px 12px; }
  .company-ai-source ul,
  .company-ai-results ul { grid-template-columns: 1fr; }
  .company-ai-engine { padding: 15px 12px; }
  .company-ai-engine > header > b { font-size: .75rem; }
  .company-ai-engine > header em { font-size: 1.45rem; }
  .company-ai-engine > ul { grid-template-columns: 1fr; }
  .company-ai-engine li { min-height: 66px; }
  .company-ai-engine li b { font-size: .72rem; }
  .company-ai-engine li small { font-size: .63rem; }
  .company-ai-results li { justify-content: flex-start; padding-inline: 14px; }
}

/* 固定ヘッダーは、診断CTAの共通アンバー指定より後で青に確定する */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
}
.header-cta {
  min-width: 290px;
  color: #fff;
  background: linear-gradient(135deg, #006fca, #079be5);
  box-shadow: inset 1px 0 rgba(255,255,255,.16);
}
.header-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #005aa9, #007fc4);
  filter: none;
  transform: none;
}
.header-cta-badge {
  color: #fff;
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.16);
}

@media (max-width: 1100px) {
  .site-header { min-height: var(--header-height-mobile); }
  .global-nav { inset: var(--header-height-mobile) 0 auto; max-height: calc(100dvh - var(--header-height-mobile)); overflow-y: auto; }
}

/* 2026-08-19 自社AI実運用・固定ヘッダー強化 */
:root {
  --header-height: 72px;
  --header-height-mobile: 64px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
}

main > section[id] { scroll-margin-top: calc(var(--header-height) + 16px); }

.header-cta {
  min-width: 290px;
  color: #fff;
  background: linear-gradient(135deg, #006fca, #079be5);
  box-shadow: inset 1px 0 rgba(255,255,255,.16);
}
.header-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #005aa9, #007fc4);
  filter: none;
  transform: none;
}
.header-cta-badge {
  width: 42px;
  height: 42px;
  color: #fff;
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.16);
}

.hero-ai-conversion { width: min(100%, 510px); }
.hero-ai-lead { max-width: 510px; }

.operations-section {
  position: relative;
  overflow: hidden;
  padding-block: 120px;
  background: linear-gradient(180deg, #fff 0%, #f4faff 58%, #fff 100%);
}
.operations-section::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -230px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(7,155,229,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(7,155,229,.025), 0 0 0 180px rgba(7,155,229,.018);
  pointer-events: none;
}
.operations-layout { position: relative; }
.operations-heading {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(40px, 7vw, 92px);
  align-items: end;
}
.operations-heading .section-en { margin-bottom: 8px; }
.operations-heading h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: var(--fs-section);
  line-height: 1.28;
  letter-spacing: -.045em;
}
.operations-heading h2 span { color: var(--color-blue-deep); }
.operations-heading > p {
  margin: 0;
  color: #4c6479;
  font-size: var(--fs-body);
  line-height: 2;
}

.operations-proofline {
  position: relative;
  box-sizing: border-box;
  min-height: 232px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding: 44px 48px 30px;
  color: var(--color-ink);
}
.operations-proofline p {
  min-width: 0;
  margin: 0;
  text-align: center;
}
.operations-proofline > .operations-proofline-kicker {
  position: absolute;
  top: 14px;
  left: 50%;
  display: block;
  color: var(--color-ink);
  font-size: var(--fs-xs);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .08em;
  transform: translateX(-50%);
  white-space: nowrap;
}
.operations-proofline strong {
  display: grid;
  justify-items: center;
  gap: 14px;
  line-height: 1.15;
}
.operations-proofline strong b {
  color: var(--color-blue-deep);
  font-size: var(--fs-stat-lg);
  font-variant-numeric: tabular-nums;
  line-height: .8;
  letter-spacing: -.07em;
}
.operations-proofline strong span {
  color: var(--color-ink);
  font-size: var(--fs-title);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}
.operations-proofline i {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  color: var(--color-ink);
  font-size: var(--fs-sub);
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
.operations-proofline i::before,
.operations-proofline i::after {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(0, 111, 202, .42);
}
.operations-proofline > span {
  position: absolute;
  right: 18px;
  bottom: 4px;
  color: #4c6479;
  font-size: var(--fs-xs);
  font-weight: 700;
  white-space: nowrap;
}

.operations-panels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.operations-panels > article {
  min-width: 0;
  padding: 30px 26px 24px;
  border: 1px solid #d7e8f3;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 55px rgba(21,74,112,.08);
}
.operations-panels > article > header {
  min-height: 66px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}
.operations-panels > article > header > svg {
  width: 56px;
  height: 56px;
  padding: 13px;
  border-radius: 14px;
  color: var(--color-blue-deep);
  background: #eaf7fe;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.operations-panels header span { display: block; margin-bottom: 3px; color: #237da9; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.operations-panels h3 { margin: 0; color: var(--color-ink); font-size: 1.25rem; }
.operations-panels ul { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.operations-panels li { min-width: 0; display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 11px; align-items: center; padding-block: 14px; border-top: 1px solid #e3edf4; }
.operations-panels li > svg {
  width: 35px;
  height: 35px;
  padding: 7px;
  border-radius: 9px;
  color: #087fc3;
  background: #f0f9fe;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.operations-panels li span { min-width: 0; }
.operations-panels li b { display: block; color: #183c5a; font-size: .78rem; line-height: 1.55; }
.operations-panels li small { display: block; margin-top: 2px; color: #62798c; font-size: .65rem; line-height: 1.55; }
.operations-panel-lead { margin: -4px 0 9px; color: #526b7e; font-size: .72rem; line-height: 1.75; }
.operations-panel-lead strong { color: var(--color-blue-deep); }
.operations-ai-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px !important; }
.operations-ai-list li { grid-template-columns: 31px minmax(0, 1fr); gap: 8px; padding-block: 12px; }
.operations-ai-list li > svg { width: 31px; height: 31px; padding: 6px; }
.operations-ai-list li b { font-size: .72rem; }

.systems-connect {
  margin-top: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.8fr);
  gap: 28px 42px;
  border: 1px solid #cfe4f1;
  border-radius: 20px;
  background: #edf8fe;
}
.systems-connect-copy { align-self: center; }
.systems-connect-copy > p:first-child { margin: 0 0 7px; color: #1675a8; font-size: .6rem; font-weight: 900; letter-spacing: .13em; }
.systems-connect-copy h3 { margin: 0 0 12px; color: var(--color-ink); font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: 1.42; letter-spacing: -.035em; }
.systems-connect-copy h3 span { color: var(--color-blue-deep); }
.systems-connect-copy > p:last-child { margin: 0; color: #506a7f; font-size: .74rem; line-height: 1.85; }
.systems-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; list-style: none; }
.systems-grid li {
  min-width: 0;
  min-height: 98px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 6px;
  border: 1px solid #d8e7f0;
  border-radius: 12px;
  color: #0a76ae;
  background: #fff;
}
.systems-grid img { width: 40px; height: 40px; object-fit: contain; }
.systems-grid svg { width: 38px; height: 38px; padding: 3px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.systems-grid span { color: #324f66; font-size: .64rem; font-weight: 800; line-height: 1.35; text-align: center; }
.systems-disclaimer { grid-column: 1 / -1; margin-top: -12px; color: #4f687b; font-size: .66rem; line-height: 1.6; text-align: right; }

.operations-flow {
  margin-top: 28px;
  padding: 42px 34px 34px;
  border: 1px solid #cee4f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(21,74,112,.08);
}
.operations-flow > header { margin-bottom: 30px; display: grid; grid-template-columns: 1fr .9fr; gap: 54px; align-items: end; }
.operations-flow > header > div > p { margin: 0 0 7px; color: #1675a8; font-size: .6rem; font-weight: 900; letter-spacing: .13em; }
.operations-flow h3 { margin: 0; color: var(--color-ink); font-size: clamp(1.65rem, 2.75vw, 2.5rem); line-height: 1.35; letter-spacing: -.035em; }
.operations-flow h3 span { color: var(--color-blue-deep); }
.operations-flow > header > p { margin: 0; color: #526b7e; font-size: .82rem; line-height: 1.9; }
.operations-flow > header > p strong { color: #9a5700; background: linear-gradient(transparent 62%, rgba(255,176,0,.3) 0); }
.operations-flow > ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 9px; list-style: none; }
.operations-flow > ol > li {
  position: relative;
  min-width: 0;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 14px 7px;
  border: 1px solid #dbeaf3;
  border-radius: 12px;
  color: #0a78b6;
  background: #f7fbfe;
}
.operations-flow > ol > li:not(:last-child)::after { content: "›"; position: absolute; right: -9px; z-index: 2; top: 50%; width: 10px; color: #69bfe8; font-size: 1.2rem; line-height: 1; transform: translateY(-50%); }
.operations-flow > ol span { position: absolute; top: 8px; left: 9px; color: #3f718a; font-size: .62rem; font-weight: 900; }
.operations-flow > ol svg { width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.operations-flow > ol b { color: #1d405a; font-size: .78rem; }
.operations-flow > ol small { margin-top: -4px; color: #8e5709; font-size: .51rem; font-weight: 900; }
.operations-flow > ol .is-approval { color: #a45d00; border: 2px solid #ffb000; background: #fff8e8; box-shadow: 0 9px 24px rgba(255,176,0,.14); }
.operations-flow > ol .is-approval b { color: #724200; }
.operations-flow > ol .is-approval span { color: #754700; }
.operations-principles { margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; list-style: none; }
.operations-principles li { min-width: 0; min-height: 64px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: center; padding: 12px 14px; border-radius: 10px; background: #071a3d; }
.operations-principles span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(126,216,255,.35); border-radius: 50%; color: #80dcff; font-size: .53rem; font-weight: 900; }
.operations-principles b { color: #fff; font-size: .66rem; line-height: 1.55; }

.proof-date { display: block; margin-bottom: 8px; color: #81dcff; font-size: .68rem; font-weight: 900; letter-spacing: .1em; }

@media (max-width: 1100px) {
  .site-header { min-height: var(--header-height-mobile); }
  main > section[id] { scroll-margin-top: calc(var(--header-height-mobile) + 14px); }
  .global-nav { inset: var(--header-height-mobile) 0 auto; max-height: calc(100dvh - var(--header-height-mobile)); overflow-y: auto; }
  .operations-section { padding-block: 92px; }
  .operations-heading { grid-template-columns: 1fr; gap: 22px; }
  .operations-heading > p { max-width: 700px; }
  .operations-proofline {
    min-height: 208px;
    grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
    padding: 42px 20px 28px;
  }
  .operations-proofline strong b { font-size: var(--fs-stat-lg); }
  .operations-proofline i { gap: 11px; font-size: var(--fs-sub); }
  .operations-proofline i::before,
  .operations-proofline i::after { height: 25px; }
  .operations-panels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .operations-panels > article:last-child { grid-column: 1 / -1; }
  .operations-ai-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .systems-connect { grid-template-columns: 1fr; }
  .systems-connect-copy { max-width: 720px; }
  .operations-flow > ol { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 14px; }
  .operations-flow > ol > li:nth-child(4)::after { display: none; }
  .operations-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .operations-section { padding-block: 78px; }
  .operations-heading { margin-bottom: 28px; }
  .operations-heading h2 { font-size: var(--fs-sub); }
  .operations-heading > p { font-size: var(--fs-xs); line-height: 1.85; }
  .operations-proofline {
    min-height: 176px;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
    gap: 0;
    padding: 40px 4px 28px;
  }
  .operations-proofline p { justify-items: center; }
  .operations-proofline i {
    width: auto;
    height: auto;
    gap: 8px;
    color: var(--color-ink);
    background: transparent;
    font-size: var(--fs-heading);
  }
  .operations-proofline i::before,
  .operations-proofline i::after { height: 18px; }
  .operations-proofline strong { gap: 9px; }
  .operations-proofline strong b { font-size: var(--fs-stat); }
  .operations-proofline strong span { font-size: var(--fs-body); }
  .operations-proofline > span { right: 4px; bottom: 4px; }
  .operations-panels { grid-template-columns: 1fr; }
  .operations-panels > article:last-child { grid-column: auto; }
  .operations-ai-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .systems-connect { padding: 26px 20px; }
  .systems-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .systems-disclaimer { text-align: left; }
  .operations-flow { padding: 30px 20px 24px; }
  .operations-flow > header { grid-template-columns: 1fr; gap: 18px; }
  .operations-flow > ol { grid-template-columns: 1fr; gap: 8px; }
  .operations-flow > ol > li { min-height: 72px; flex-direction: row; justify-content: flex-start; gap: 14px; padding: 14px 18px 14px 50px; }
  .operations-flow > ol > li:not(:last-child)::after { content: "↓"; right: auto; top: auto; bottom: -12px; left: 50%; width: 14px; height: 16px; display: grid; place-items: center; background: #fff; transform: translateX(-50%); }
  .operations-flow > ol span { top: 50%; left: 15px; transform: translateY(-50%); }
  .operations-flow > ol svg { width: 34px; height: 34px; }
  .operations-flow > ol b { font-size: .85rem; }
  .operations-flow > ol small { margin: 0 0 0 auto; }
  .operations-principles { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .operations-section { padding-block: 68px; }
  .operations-heading h2 { font-size: var(--fs-sub); line-height: 1.4; }
  .operations-proofline { min-height: 164px; }
  .operations-proofline > .operations-proofline-kicker { top: 11px; font-size: var(--fs-xs); }
  .operations-proofline strong b { font-size: var(--fs-stat); }
  .operations-proofline strong span { white-space: normal; }
  .operations-proofline > span { font-size: var(--fs-note); }
  .operations-panels > article { padding: 25px 19px 20px; }
  .operations-panels > article > header { grid-template-columns: 50px minmax(0, 1fr); gap: 12px; }
  .operations-panels > article > header > svg { width: 50px; height: 50px; padding: 12px; }
  .operations-panels h3 { font-size: 1.1rem; }
  .operations-panels li { grid-template-columns: 33px minmax(0, 1fr); }
  .operations-panels li b { font-size: .74rem; }
  .operations-ai-list { grid-template-columns: 1fr; }
  .systems-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .systems-grid li { min-height: 92px; }
  .operations-flow h3 { font-size: 1.55rem; }
  .operations-principles b { font-size: .63rem; }
}

/* HERO — 写真を背景へ溶かし、コピーと一体化 */
.hero-ai { min-height: clamp(530px, 42vw, 620px); background: linear-gradient(135deg, #fff 0%, #f7fbfe 64%, #edf7fc 100%); }
.hero-ai::after { z-index: -1; background: radial-gradient(circle at 72% 30%, rgba(7, 155, 229, .12), transparent 28%); }
.hero-ai::before { height: 34%; background: linear-gradient(0deg, rgba(228, 244, 252, .72), transparent); }
.hero-ai-photo {
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(54vw, 800px);
  height: 100%;
  border-radius: 0;
  object-position: 72% center;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.3) 11%, #000 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.3) 11%, #000 30%, #000 100%);
}
.hero-ai-inner { z-index: 1; width: min(calc(100% - 64px), 1240px); }
.hero-ai-copy { width: min(59%, 680px); padding-block: 46px; }
.hero-ai h1 { max-width: 720px; margin-bottom: 20px; font-size: var(--fs-section); line-height: 1.24; }
.hero-ai h1 span { color: var(--color-blue-deep); }
.hero-ai-lead { margin-bottom: 28px; color: #28445e; font-size: var(--fs-title); line-height: 1.85; }
.hero-ai-actions { width: min(100%, 620px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hero-ai-cta,
.hero-sub-cta { min-width: 0; min-height: 72px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 11px 18px; border-radius: 12px; text-align: center; }
.hero-ai-cta { width: auto; }
.hero-sub-cta { border: 2px solid var(--color-cta); color: var(--color-cta-deep); background: rgba(255,255,255,.78); box-shadow: 0 12px 26px rgba(7, 51, 86, .08); }
.hero-ai-actions small { font-size: var(--fs-note); font-weight: 700; line-height: 1.2; letter-spacing: .03em; }
.hero-ai-actions strong { font-size: var(--fs-body); font-weight: 900; line-height: 1.4; }
.hero-ai-cta small { color: #ffe8cf; }
.hero-sub-cta small { color: #76533d; }
.hero-sub-cta:hover { color: #fff; background: var(--color-cta); transform: translateY(-2px); }
.hero-sub-cta:hover small { color: #ffe8cf; }
.hero-ai-note { margin: 12px 0 0; color: #61768a; font-size: var(--fs-note); font-weight: 600; }
.hero-ai-benefits,
.hero-ai-ui { display: none; }

/* ISSUE — 弱めの入口 */
#service { padding-block: 88px; }
.issue-panel { padding: 0; border: 0; background: transparent; box-shadow: none; }
.issue-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.issue-grid article { min-height: 258px; padding: 34px 30px; border: 0; box-shadow: 0 16px 46px rgba(7, 65, 102, .08); text-align: left; }
.issue-grid article svg { margin: 0 0 28px; }
.issue-grid article h3 { margin-bottom: 14px; }

/* BEFORE / AFTER — 考え方を大きく単純化 */
.comparison { padding-block: 116px; background: #fff; }
.comparison .section-heading { margin-bottom: 48px; }
.comparison .section-heading h2 { font-size: var(--fs-section); }
.comparison-grid { grid-template-columns: 1fr 84px 1fr; overflow: visible; border: 0; border-radius: 0; background: none; box-shadow: none; }
.comparison-grid article { min-height: 460px; display: flex; flex-direction: column; padding: 48px; border-radius: 22px; background-image: none; box-shadow: 0 22px 54px rgba(7, 40, 70, .1); }
.comparison-grid article > span { align-self: flex-start; margin-bottom: 28px; padding: 7px 18px; letter-spacing: .1em; }
.comparison-grid h3 { max-width: none; margin-bottom: 34px; font-size: clamp(1.65rem, 2.8vw, 2.65rem); line-height: 1.4; }
.comparison-grid ul { max-width: none; display: flex; flex-wrap: wrap; gap: 10px; }
.comparison-grid li { padding: 10px 16px; border-radius: 999px; font-size: .92rem; }
.comparison-grid li::before { display: none; }
.comparison-grid .before-card { border: 1px solid #dbe2e8; background: linear-gradient(145deg, #f7f9fa, #e8edf1); }
.before-card li { color: #485766; background: rgba(255,255,255,.8); }
.comparison-grid .after-card { color: #fff; background: linear-gradient(145deg, #062755, #087bb8); }
.comparison-grid .after-card > span { color: #08325c; background: #9ae4ff; }
.after-card h3,
.after-card h3 b { color: #fff; }
.after-card li { color: #fff; background: rgba(255,255,255,.12); }
.comparison-arrow { color: var(--color-blue-deep); background: transparent; }
.comparison-arrow svg { width: 54px; height: 54px; padding: 0; border-radius: 0; fill: none; background: transparent; filter: none; }
.workload-visual { width: 100%; margin-top: auto; padding-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; border-top: 1px solid rgba(47, 67, 84, .18); }
.workload-group { min-width: 0; }
.workload-group + .workload-group { padding-left: 30px; border-left: 1px solid rgba(47, 67, 84, .14); }
.workload-group small { display: block; margin-bottom: 17px; color: #526272; font-size: .76rem; font-weight: 800; letter-spacing: .06em; }
.icon-field { min-height: 94px; display: grid; align-content: center; justify-content: start; gap: 7px; }
.icon-field svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.people-many,
.tasks-many { grid-template-columns: repeat(3, 35px); }
.people-few { grid-template-columns: repeat(2, 35px); }
.tasks-few { grid-template-columns: repeat(3, 35px); }
.before-card .icon-field { color: #5f6d79; }
.before-card .task-field { color: #71808d; }
.after-card .workload-visual { border-top-color: rgba(255,255,255,.28); }
.after-card .workload-group + .workload-group { border-left-color: rgba(255,255,255,.24); }
.after-card .workload-group small { color: #dff5ff; }
.after-card .people-field { color: #fff; }
.after-card .task-field { color: #8fe3ff; }

/* USE CASE — 7個の羅列を4カテゴリーへ */
#case { padding-block: 96px; }
.usecase-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.usecase-category-grid article { position: relative; min-height: 210px; display: grid; grid-template-columns: 76px 1fr; grid-template-rows: auto auto 1fr; column-gap: 24px; padding: 30px; overflow: hidden; border: 1px solid #dbeaf4; border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(7, 65, 102, .06); }
.usecase-category-grid article::after { content: ""; position: absolute; right: -50px; bottom: -70px; z-index: 0; width: 180px; height: 180px; border: 28px solid #eef8fd; border-radius: 50%; pointer-events: none; }
.usecase-category-grid article > * { position: relative; z-index: 1; }
.usecase-category-grid span { grid-column: 2; color: #276f97; font-size: var(--fs-note); font-weight: 900; letter-spacing: .12em; }
.usecase-category-grid svg { grid-row: 1 / 4; width: 64px; height: 64px; padding: 13px; border-radius: 16px; fill: none; stroke: var(--color-blue-deep); stroke-width: 1.6; background: #edf9ff; }
.usecase-category-grid h3 { grid-column: 2; margin: 4px 0 15px; color: var(--color-ink); font-size: var(--fs-title); }
.usecase-category-grid p { grid-column: 2; margin: 0; color: #52677b; font-size: var(--fs-body); line-height: 1.8; }

/* 採用支援で培った現場理解を、人物ビジュアルと実績で一続きに見せる */
.credibility-section { position: relative; overflow: hidden; padding-block: 96px; background: #fff; }
.credibility-layout { position: relative; }
.credibility-heading { padding-left: 48px; }
.credibility-heading .section-en { margin: 0 0 8px; color: var(--color-blue-deep); font-size: var(--fs-xs); font-weight: 900; letter-spacing: .16em; }
.credibility-kicker { margin: 0 0 7px; color: var(--color-ink); font-size: var(--fs-body); font-weight: 800; letter-spacing: .02em; }
.credibility-heading h2 { margin: 0; color: var(--color-ink); font-size: var(--fs-section); font-weight: 800; line-height: 1.42; letter-spacing: -.04em; }
.credibility-heading h2 span { color: var(--color-blue-deep); }
.credibility-main { min-height: 390px; margin-top: 12px; display: grid; grid-template-columns: 51% 49%; align-items: center; }
.credibility-visual { position: relative; height: 370px; margin: 10px 28px 10px 0; overflow: hidden; clip-path: polygon(0 0, 94% 0, 100% 100%, 0 100%); background: #fff; }
.credibility-visual::after { content: ""; display: none; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 -5px 0 rgba(0, 111, 202, .72); }
.credibility-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 49% center; }
.credibility-story { min-width: 0; padding: 22px 8px 18px 28px; }
.credibility-lead { margin: 0 0 20px; color: #425b6f; font-size: var(--fs-body); line-height: 1.85; }
.credibility-lead strong { color: var(--color-ink); font-size: var(--fs-lead); }
.credibility-story ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cbe2ee; }
.credibility-story li { min-height: 61px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; border-bottom: 1px solid #cbe2ee; color: var(--color-ink); font-size: var(--fs-body); }
.credibility-story li span { color: var(--color-blue-deep); font-size: var(--fs-note); font-weight: 900; letter-spacing: .08em; }
.credibility-story li b { font-weight: 800; }
.credibility-stats { position: relative; margin: 4px 44px 0; padding: 32px 42px 19px; border-right: 3px solid var(--color-ink); border-left: 3px solid var(--color-ink); }
.credibility-stats::before, .credibility-stats::after { content: ""; position: absolute; top: 0; width: 82px; height: 3px; background: var(--color-ink); }
.credibility-stats::before { left: 0; }
.credibility-stats::after { right: 0; }
.credibility-stats > p { position: absolute; top: -17px; left: 50%; margin: 0; padding: 0 22px; transform: translateX(-50%); background: #fff; color: var(--color-ink); font-size: 1.06rem; font-weight: 900; white-space: nowrap; }
.credibility-stats dl { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.credibility-stats dl div { display: grid; justify-items: center; border-right: 1px solid #cbe2ee; }
.credibility-stats dl div:last-child { border-right: 0; }
.credibility-stats dt { margin-bottom: 3px; color: var(--color-ink); font-size: .74rem; font-weight: 800; }
.credibility-stats dd { margin: 0; display: flex; align-items: flex-end; gap: 8px; color: var(--color-blue-deep); line-height: 1; }
.credibility-stats dd b { font-size: clamp(3.5rem, 5vw, 4rem); font-weight: 800; letter-spacing: -.07em; font-variant-numeric: tabular-nums; }
.credibility-stats dd small { padding-bottom: 8px; color: var(--color-ink); font-size: .8rem; font-weight: 800; }
.credibility-note { display: block; margin-top: 9px; color: #526779; font-size: .52rem; text-align: center; }

/* PROOF — ページ中盤を濃紺に切り替え、数字を主役に */
.proof-section { padding-block: 120px; color: #fff; background: var(--color-proof); }
.proof-section::before { opacity: .42; background-image: linear-gradient(rgba(104, 211, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(104, 211, 255, .07) 1px, transparent 1px); }
.proof-heading { margin-bottom: 52px; }
.proof-heading .section-en { color: #75d6ff; }
.proof-heading h2 { color: #fff; font-size: clamp(2.3rem, 4.6vw, 4rem); line-height: 1.3; }
.proof-heading > p { color: #c5dbea; font-size: 1rem; line-height: 1.9; }
.proof-kpi-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 22px; }
.proof-kpi { min-height: 250px; align-items: center; padding: 32px 24px; border-color: rgba(139, 218, 251, .18); background: linear-gradient(155deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 22px 50px rgba(0,0,0,.16); text-align: center; }
.proof-kpi > strong,
.proof-kpi.is-hours > strong { color: #fff; font-size: 1.4rem; }
.proof-kpi > strong b,
.proof-kpi.is-hours > strong b { color: #83dcff; font-size: clamp(5rem, 8vw, 7.6rem); line-height: .9; letter-spacing: -.08em; }
.proof-kpi-unit,
.proof-kpi.is-hours > strong span { margin-left: .32em; color: #fff; font-size: 1rem; font-weight: 900; vertical-align: .18em; }
.proof-kpi > p { margin-top: 22px; color: #d5e9f5; font-size: .9rem; }
.proof-evaluation { margin: 0 0 24px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 22px; border: 1px solid rgba(139,218,251,.18); border-radius: 12px; background: rgba(7, 66, 105, .48); }
.proof-evaluation span { color: #79d9ff; font-size: var(--fs-note); font-weight: 900; letter-spacing: .08em; }
.proof-evaluation strong { color: #fff; font-size: var(--fs-body); }
.proof-evaluation em { color: #c8dfed; font-size: var(--fs-xs); font-style: normal; }
.proof-automation { margin-bottom: 0; border-color: rgba(139,218,251,.18); background: rgba(255,255,255,.07); box-shadow: inset 0 1px rgba(255,255,255,.1); }
.proof-automation-copy > span { color: #79d9ff; }
.proof-automation-copy h3 { color: #fff; }
.proof-automation-copy > p { color: #c5dbea; }
.proof-automation-copy li { color: #d7ecf7; background: rgba(104,211,255,.1); }
.proof-flow li { border-color: rgba(139,218,251,.2); background: #f7fafc; }
.proof-section .proof-flow li > span { color: var(--color-blue-deep); }
.proof-section .proof-flow strong { color: #071a3d; }
.proof-section .proof-flow small { color: #465c70; }

/* TIME BACK — LP最大の数値見せ場 */
.time-proof-section { padding-block: 122px; background: linear-gradient(180deg, #fff 0%, #f2faff 100%); }
.time-proof-heading { margin-bottom: 54px; text-align: center; }
.time-proof-heading > p { margin: 0 0 10px; color: #287fae; font-size: .78rem; font-weight: 900; letter-spacing: .18em; }
.time-proof-heading h2 { margin: 0; color: var(--color-ink); font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.25; }
.time-proof-heading h2 span { color: var(--color-blue-deep); font-size: 1.25em; }
.time-proof-section .proof-results { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; border-block: 1px solid #cddce6; }
.time-proof-section .proof-results > article { min-height: 292px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 44px 34px; border: 0; border-radius: 0; background: transparent; box-shadow: none; text-align: left; }
.time-proof-section .proof-results > article + article { border-left: 1px solid #d8e4eb; }
.time-proof-section .proof-results > article > span { color: #354f66; font-size: .82rem; font-weight: 800; letter-spacing: .025em; }
.time-proof-section .proof-results strong { margin: 28px 0 24px; display: grid; grid-template-columns: auto 30px auto; align-items: center; justify-content: start; gap: 8px; width: auto; }
.time-proof-section .proof-results strong b,
.time-proof-section .proof-results strong em { font-style: normal; font-weight: 900; font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; }
.time-proof-section .proof-results strong b { color: #6b7d8d; font-size: clamp(1.75rem, 3.25vw, 3rem); text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: #aab7c2; }
.time-proof-section .proof-results strong i { color: #54738a; font-size: 1.35rem; font-style: normal; text-align: center; }
.time-proof-section .proof-results strong em { color: var(--color-blue-deep); font-size: clamp(2.45rem, 4.5vw, 4.25rem); letter-spacing: -.06em; }
.time-proof-section .proof-results > article > small { max-width: 25ch; padding: 0; border-radius: 0; color: #456176; background: transparent; font-size: .72rem; font-weight: 700; line-height: 1.7; }

/* 診断を中盤の第一ゴールとして強調 */
.diagnosis-section { padding-block: 124px; }
.diagnosis-intro { margin-bottom: 48px; }
.diagnosis-intro h2 { font-size: var(--fs-stat); line-height: 1.25; }
.diagnosis-intro h2 span { color: #8ee1ff; }
.diagnosis-next:not(:disabled) { color: #fff; }
.diagnosis-float { border: 1px solid rgba(255,255,255,.3); }
.diagnosis-float::before { display: none; }
.diagnosis-float small { color: #ffe7c2; }
.diagnosis-float > b { color: var(--color-cta-deep); }
.diagnosis-float .diagnosis-float-mark {
  width: 42px;
  height: 48px;
  min-width: 42px;
  display: grid;
  grid-template-rows: 25px 1fr;
  place-items: center;
  gap: 0;
  padding: 5px 4px 4px;
  border-radius: 10px;
  color: var(--color-cta-deep);
  background: #fff;
  box-shadow: 0 5px 14px rgba(81, 31, 0, .18);
}
.diagnosis-float .diagnosis-float-mark b {
  font-size: var(--fs-title);
  line-height: 1;
}
.diagnosis-float .diagnosis-float-mark small {
  color: var(--color-cta-deep);
  font-size: var(--fs-note);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

/* 2026-08-17 BEFORE / AFTER：仕事の山が小さくなる図解 */
.comparison-scene {
  position: relative;
  width: min(100%, 1160px);
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f3faff 100%);
}
.comparison-scene > img {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  height: auto;
}
.comparison-scene-label {
  display: grid;
  gap: 8px;
}
.comparison-scene-label small {
  color: #526779;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.comparison-scene-label strong {
  color: var(--color-ink);
  font-size: clamp(1.18rem, 1.9vw, 1.65rem);
  line-height: 1.5;
}
.comparison-scene-label.is-after small,
.comparison-scene-label.is-after strong {
  color: var(--color-blue-deep);
}
.comparison-scene-desktop .comparison-scene-label {
  position: static;
  padding: 0 3% 18px;
}
.comparison-scene-desktop { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-scene-desktop .comparison-scene-label.is-after { text-align: right; }
.comparison-scene-mobile { display: none; }

@media (max-width: 768px) {
  .comparison-scene-desktop { display: none; }
  .comparison-scene-mobile { display: grid; gap: 38px; }
  .comparison-scene-mobile section { min-width: 0; }
  .comparison-scene-mobile .comparison-scene-label { margin-bottom: 12px; }
  .comparison-scene-mobile .comparison-scene-label strong { font-size: 1.28rem; }
  .comparison-scene-crop { position: relative; height: 320px; overflow: hidden; background: linear-gradient(180deg, #fff, #f3faff); }
  .comparison-scene-crop img { position: absolute; max-width: none; height: auto; }
  .comparison-scene-crop.is-before img { top: -6px; left: 0; width: 620px; }
  .comparison-scene-crop.is-after { height: 360px; }
  .comparison-scene-crop.is-after img { top: -130px; right: 0; width: 1000px; }
}

@media (max-width: 420px) {
  .comparison-scene-crop { height: 300px; }
  .comparison-scene-crop.is-before img { width: 590px; }
  .comparison-scene-crop.is-after { height: 350px; }
  .comparison-scene-crop.is-after img { top: -125px; width: 980px; }
}

/* 中・弱セクションの温度差 */
.flow { padding-block: 92px; background: #fff; }
.flow-list li { box-shadow: none; }
.flow-list h3 { color: var(--color-blue-deep); }
.plan-section { padding-block: 96px; background: #f3f9fd; }
.plan-grid article > a { border-color: transparent; }
.plan-grid article.is-featured > a { color: #fff; background: linear-gradient(115deg, var(--color-cta-deep), var(--color-cta)); }
.faq-section { padding-block: 72px; background: #fff; }
.faq-list details { box-shadow: none; }

/* 最終CTA — 経営課題で締める */
.final-cta { min-height: 460px; grid-template-columns: minmax(280px, .78fr) minmax(480px, 1.35fr) minmax(230px, .7fr); padding-block: 64px; background: linear-gradient(125deg, #04152f, #073e70); }
.cta-main > p:first-child { color: #8ee1ff; letter-spacing: .12em; }
.cta-main h2 { font-size: var(--fs-section); line-height: 1.35; }
.cta-description { max-width: 620px; margin: 0 auto 26px; color: #d8eaf5; font-size: var(--fs-body); line-height: 1.8; }
.cta-main > a { min-height: 76px; border: 0; color: #fff; }
.final-cta li { color: #e9f6fd; background: rgba(255,255,255,.1); }
.final-cta li svg { stroke: #8ee1ff; }
.consultation-seal { border-color: #fff2cd; color: #502500; background: #ffc84f; }
.site-footer { min-height: 120px; }
.footer-links { display: flex; align-items: center; gap: 12px; }
.footer-links a { min-height: 36px; display: inline-flex; align-items: center; padding-inline: 8px; color: inherit; }
.footer-links a:hover { color: var(--color-blue-deep); }

@media (max-width: 1100px) {
  .hero-ai-photo { right: 0; width: 52vw; }
  .hero-ai-copy { width: 58%; }
  .comparison-grid article { padding: 38px 32px; }
  .proof-kpi > strong b,
  .proof-kpi.is-hours > strong b { font-size: 5.4rem; }
  .final-cta { grid-template-columns: minmax(220px, .65fr) 1.35fr; }
  .final-cta ul { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .hero-ai { min-height: clamp(660px, 174vw, 735px); }
  .hero-ai-photo { inset: 0; width: 100%; height: 116%; border-radius: 0; object-position: 84% center; transform: translateY(4%); box-shadow: none; -webkit-mask-image: none; mask-image: none; }
  .hero-ai::after { z-index: 1; background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 34%, rgba(7,26,61,.3) 55%, rgba(7,26,61,.94) 100%); }
  .hero-ai-inner { z-index: 2; }
  .hero-ai-copy { inset: auto 0 24px; width: min(100%, 350px); }
  .hero-ai h1 { max-width: 350px; margin-bottom: 13px; color: #fff; font-size: var(--fs-sub); line-height: 1.32; }
  .hero-ai .hero-ai-copy h1 span { color: #fff; }
  .hero-ai-lead { margin-bottom: 16px; color: #fff; font-size: var(--fs-xs); line-height: 1.7; }
  .hero-ai-actions { width: min(100%, 330px); grid-template-columns: 1fr; gap: 8px; }
  .hero-ai-cta,
  .hero-sub-cta { width: 100%; min-height: 58px; padding-block: 8px; }
  .hero-sub-cta { color: #fff; border-color: rgba(255,196,92,.82); background: rgba(7,26,61,.42); box-shadow: none; backdrop-filter: blur(8px); }
  .hero-sub-cta small { color: #ffe6b8; }
  .hero-ai-note { margin-top: 6px; color: #d9edf7; font-size: var(--fs-note); }

  #service,
  #case,
  .flow,
  .plan-section { padding-block: 72px; }
  .comparison,
  .credibility-section,
  .proof-section,
  .time-proof-section,
  .diagnosis-section { padding-block: 82px; }
  .faq-section { padding-block: 56px; }

  .issue-grid { grid-template-columns: 1fr; }
  .issue-grid article { min-height: auto; }
  .comparison-grid { grid-template-columns: 1fr; gap: 14px; }
  .comparison-grid article { min-height: 430px; padding: 34px 26px; }
  .comparison-grid h3 { margin-bottom: 26px; }
  .comparison-arrow { height: 54px; transform: rotate(90deg); }
  .comparison-arrow svg { width: 48px; height: 48px; }
  .usecase-category-grid { grid-template-columns: 1fr; }
  .credibility-section { padding-block: 72px; }
  .credibility-heading { padding-left: 0; }
  .credibility-heading .section-en { margin-bottom: 7px; font-size: var(--fs-note); }
  .credibility-kicker { font-size: var(--fs-xs); }
  .credibility-heading h2 { font-size: var(--fs-sub); line-height: 1.52; }
  .credibility-main { min-height: 0; margin-top: 10px; display: flex; flex-direction: column; }
  .credibility-visual { order: 1; width: 100%; height: 270px; margin: 22px 0 18px; clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%); }
  .credibility-visual::after { display: block; }
  .credibility-visual img { object-position: 45% center; }
  .credibility-story { order: 2; width: 100%; padding: 4px 2px 22px; text-align: left; }
  .credibility-lead { margin-bottom: 18px; font-size: var(--fs-xs); }
  .credibility-lead strong { font-size: var(--fs-body); }
  .credibility-story li { min-height: 50px; font-size: var(--fs-xs); }
  .credibility-stats { margin: 0; padding: 34px 12px 16px; }
  .credibility-stats > p { top: -13px; padding-inline: 12px; font-size: .75rem; }
  .credibility-stats dt { font-size: .5rem; }
  .credibility-stats dd { display: block; text-align: center; }
  .credibility-stats dd b { font-size: 2.2rem; }
  .credibility-stats dd small { display: block; padding: 2px 0 0; font-size: .5rem; }
  .proof-heading { grid-template-columns: 1fr; gap: 18px; }
  .proof-kpi-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .proof-kpi { min-height: 178px; padding: 24px 8px; }
  .proof-kpi > strong b,
  .proof-kpi.is-hours > strong b { font-size: clamp(2.7rem, 14vw, 4.25rem); }
  .proof-kpi-unit,
  .proof-kpi.is-hours > strong span { margin-left: .18em; font-size: .72rem; }
  .proof-kpi > p { margin-top: 15px; font-size: .68rem; line-height: 1.45; }
  .proof-evaluation { align-items: flex-start; flex-direction: column; gap: 4px; }
  .proof-automation { padding: 26px 20px; }
  .time-proof-heading { margin-bottom: 38px; }
  .time-proof-section .proof-results { grid-template-columns: 1fr; }
  .time-proof-section .proof-results > article { min-height: 220px; padding: 36px 10px; }
  .time-proof-section .proof-results > article + article { border-left: 0; border-top: 1px solid #d8e4eb; }
  .diagnosis-intro h2 { font-size: var(--fs-sub); }
  .final-cta { grid-template-columns: 1fr; padding-block: 48px; }
  .cta-main { order: -1; }
  .cta-visual { min-height: 250px; }
  .final-cta ul { grid-column: auto; grid-template-columns: 1fr; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .mobile-fixed-cta { grid-template-columns: 1fr 1fr; }
  .mobile-fixed-cta a { color: #fff; background: linear-gradient(115deg, var(--color-cta-deep), var(--color-cta)); }
  .mobile-fixed-cta .consult { border-left: 1px solid rgba(255,255,255,.35); background: linear-gradient(115deg, #9a4100, #c65a00); }
}

@media (max-width: 520px) {
  .hero-ai { min-height: 690px; }
  .hero-ai-copy { inset-inline: 0; bottom: 20px; padding-top: 0; }
  .hero-ai h1 { font-size: var(--fs-sub); }
  .section-heading h2 { font-size: var(--fs-heading); }
  .issue-grid article { padding: 28px 24px; }
  .comparison .section-heading h2 { font-size: var(--fs-heading); }
  .comparison-grid article { padding: 30px 22px; }
  .comparison-grid h3 { font-size: 1.55rem; }
  .comparison-grid ul { display: grid; grid-template-columns: repeat(2, 1fr); }
  .comparison-grid li { text-align: center; }
  .workload-visual { gap: 18px; padding-top: 24px; }
  .workload-group + .workload-group { padding-left: 18px; }
  .icon-field { min-height: 84px; gap: 5px; }
  .icon-field svg { width: 30px; height: 30px; }
  .people-many,
  .tasks-many { grid-template-columns: repeat(3, 30px); }
  .people-few { grid-template-columns: repeat(2, 30px); }
  .tasks-few { grid-template-columns: repeat(3, 30px); }
  .usecase-category-grid article { min-height: 190px; grid-template-columns: 58px 1fr; column-gap: 16px; padding: 24px 20px; }
  .usecase-category-grid svg { width: 52px; height: 52px; padding: 11px; }
  .usecase-category-grid p { font-size: var(--fs-xs); }
  .credibility-heading h2 { font-size: var(--fs-heading); }
  .credibility-visual { height: 250px; }
  .credibility-story li { grid-template-columns: 38px minmax(0, 1fr); }
  .credibility-stats dd b { font-size: 2.05rem; }
  .proof-heading h2 { font-size: 2.15rem; }
  .proof-kpi { min-width: 0; min-height: 156px; }
  .proof-kpi > strong b,
  .proof-kpi.is-hours > strong b { font-size: clamp(2.4rem, 13vw, 3.35rem); }
  .proof-kpi-unit,
  .proof-kpi.is-hours > strong span { display: block; margin: 8px 0 0; font-size: .62rem; vertical-align: baseline; }
  .proof-kpi > p { min-height: 2.9em; font-size: .6rem; }
  .proof-evaluation { padding: 14px 16px; }
  .proof-automation-copy h3 { font-size: 1.42rem; }
  .time-proof-heading h2 { font-size: 2.35rem; }
  .time-proof-section .proof-results > article { min-height: 210px; }
  .time-proof-section .proof-results strong { grid-template-columns: auto 26px auto; gap: 6px; }
  .time-proof-section .proof-results strong b { font-size: 2rem; }
  .time-proof-section .proof-results strong em { font-size: 3.4rem; }
  .diagnosis-intro h2 { font-size: var(--fs-sub); }
  .diagnosis-intro ul { grid-template-columns: 1fr; }
  .cta-main h2 { font-size: var(--fs-heading); }
  .cta-description { font-size: var(--fs-xs); }
  .cta-main > a { min-height: 68px; padding-inline: 14px; font-size: var(--fs-lead); }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 12px; text-align: center; }
}

/* 2026-08-17 最終CTA：写真を濃紺背景へ溶かし、相談時間は編集的なキャプションで表示 */
.final-cta .cta-visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}
.final-cta .cta-visual > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 76%, rgba(0,0,0,.86) 84%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 76%, rgba(0,0,0,.86) 84%, transparent 100%);
}
.final-cta .cta-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4,21,47,.12) 0%, transparent 8%, transparent 68%, #04152f 100%),
    linear-gradient(180deg, rgba(4,21,47,.34) 0%, transparent 9%, transparent 76%, #04152f 100%);
  pointer-events: none;
}
.consultation-meta {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 14px;
  padding: 8px 0 8px 15px;
  border-left: 2px solid #ffc84f;
  color: #fff;
  line-height: 1;
}
.consultation-meta > span {
  color: #d8eaf5;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
}
.consultation-meta > strong {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -.04em;
}
.consultation-meta > strong small {
  margin-left: 4px;
  color: #d8eaf5;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .final-cta .cta-visual {
    width: min(100%, 560px);
    min-height: 270px;
    margin: 0 auto;
  }
  .final-cta .cta-visual > img {
    object-position: center 52%;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 82%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 6%, #000 82%, transparent 100%);
  }
  .final-cta .cta-visual::before {
    background: linear-gradient(180deg, rgba(4,21,47,.48) 0%, transparent 9%, transparent 76%, #04152f 100%);
  }
  .consultation-meta {
    left: 20px;
    bottom: 18px;
  }
}

@media (max-width: 520px) {
  .final-cta .cta-visual { min-height: 250px; }
  .consultation-meta { left: 14px; bottom: 14px; gap: 10px; padding-left: 12px; }
  .consultation-meta > span { font-size: .62rem; }
  .consultation-meta > strong { font-size: 1.72rem; }
  .consultation-meta > strong small { font-size: .66rem; }
}

/* 2026-08-19 情報設計・CV導線再構成 */
:root {
  --color-cta: #ffb000;
  --color-cta-hover: #f39a00;
  --color-cta-text: #071a3d;
}

.header-cta,
.hero-ai-cta,
.result-cta,
.cta-main > a,
.diagnosis-next:not(:disabled),
.diagnosis-float,
.section-cta > a,
.diagnosis-start > button {
  color: var(--color-cta-text);
  background: var(--color-cta);
  box-shadow: 0 14px 30px rgba(181, 103, 0, .2);
}
.header-cta:hover,
.hero-ai-cta:hover,
.result-cta:hover,
.cta-main > a:hover,
.diagnosis-next:not(:disabled):hover,
.section-cta > a:hover,
.diagnosis-start > button:hover {
  color: var(--color-cta-text);
  background: var(--color-cta-hover);
  filter: none;
  transform: translateY(-2px);
}
.header-cta { min-width: 270px; gap: 12px; font-size: var(--fs-xs); }
.header-cta-badge { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(7, 26, 61, .22); border-radius: 50%; color: var(--color-cta-text); background: rgba(255, 255, 255, .38); font-size: var(--fs-note); line-height: 1; }

/* HERO: PCは写真構図を維持し、CTAだけ一本化 */
.hero-ai-actions { width: min(100%, 340px); grid-template-columns: minmax(0, 1fr); }
.hero-ai-cta { min-height: 72px; }
.hero-ai-cta small { color: #624100; }
.hero-ai-conversion { min-width: 0; }

/* 課題を「具体例→変化→効果」まで一枚で読ませる */
.issue-story-grid article { min-height: 590px; display: flex; flex-direction: column; padding: 34px 30px 30px; }
.issue-story-grid .issue-label { margin: -18px 0 8px; color: #27769f; font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.issue-story-grid h3 { min-height: 3.15em; margin-bottom: 18px; font-size: 1.35rem; line-height: 1.55; }
.issue-story-grid ul { margin: 0 0 26px; padding: 0; display: grid; gap: 10px; list-style: none; }
.issue-story-grid li { position: relative; padding-left: 20px; color: #415970; font-size: .82rem; line-height: 1.75; }
.issue-story-grid li::before { content: ""; position: absolute; top: .72em; left: 0; width: 7px; height: 7px; border: 2px solid var(--color-blue); border-radius: 50%; }
.issue-change { margin-top: auto; padding: 22px 20px; border-top: 3px solid #8edcff; border-radius: 0 0 12px 12px; background: #eff9ff; }
.issue-change span { display: block; margin-bottom: 9px; color: var(--color-blue-deep); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.issue-change p { margin-bottom: 12px; color: #36536a; font-size: .78rem; line-height: 1.75; }
.issue-change strong { display: block; color: var(--color-ink); font-size: .8rem; line-height: 1.7; }

/* USE CASE: 3つの大型パネル内で用途を分類 */
.usecase-panels { grid-template-columns: 1fr; gap: 26px; }
.usecase-panels > article { min-height: 0; display: block; padding: 38px; overflow: hidden; border: 1px solid #d7e8f3; border-radius: 18px; background: #fff; }
.usecase-panels > article::after { right: -80px; bottom: -105px; width: 250px; height: 250px; opacity: .8; }
.usecase-panels header { position: relative; z-index: 1; display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 22px; align-items: start; margin-bottom: 30px; }
.usecase-panels header svg { grid-row: auto; grid-column: auto; width: 64px; height: 64px; margin: 0; padding: 13px; }
.usecase-panels header span { display: block; margin-bottom: 2px; }
.usecase-panels header h3 { margin: 0 0 7px; font-size: var(--fs-heading); }
.usecase-panels header p { margin: 0; color: #52677b; font-size: var(--fs-xs); line-height: 1.75; }
.usecase-groups { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid #dbe8f1; border-bottom: 1px solid #dbe8f1; }
.usecase-groups section { min-width: 0; padding: 26px 28px 24px; }
.usecase-groups section + section { border-left: 1px solid #dbe8f1; }
.usecase-groups h4 { margin: 0 0 16px; color: var(--color-blue-deep); font-size: var(--fs-xs); letter-spacing: .06em; }
.usecase-groups ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.usecase-groups li { position: relative; padding-left: 18px; color: #314a61; font-size: var(--fs-xs); line-height: 1.7; }
.usecase-groups li::before { content: "✓"; position: absolute; left: 0; color: var(--color-blue); font-size: var(--fs-xs); font-weight: 900; }

.section-cta { margin-top: 38px; display: grid; justify-items: center; gap: 8px; text-align: center; }
.section-cta > a,
.diagnosis-start > button { min-width: min(100%, 360px); min-height: 64px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border: 0; border-radius: 12px; font: inherit; font-size: var(--fs-body); font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.section-cta > small { color: #526779; font-size: var(--fs-note); }

/* PROOFと時間実績を一つのまとまりに統合 */
.proof-foundation { margin: 0 0 24px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 18px; padding: 18px 24px; border: 1px solid rgba(139, 218, 251, .2); border-radius: 12px; color: #fff; background: rgba(255, 255, 255, .07); }
.proof-foundation span { color: #79d9ff; font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.proof-foundation strong { font-size: 1rem; }
.proof-foundation i { color: #79d9ff; font-style: normal; }
.proof-results-unified { margin-bottom: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.proof-results-unified > article { min-height: 370px; display: flex; flex-direction: column; padding: 30px 26px; border-color: rgba(139, 218, 251, .2); background: #fff; box-shadow: 0 20px 46px rgba(0, 0, 0, .18); }
.proof-results-unified > article > span { min-height: 2.9em; color: var(--color-ink); font-size: var(--fs-body); font-weight: 900; line-height: 1.45; }
.proof-before-after { margin: 22px 0; display: grid; grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr); grid-template-rows: auto auto; align-items: end; column-gap: 7px; }
.proof-before-after small { color: #526779; font-size: var(--fs-note); font-weight: 900; letter-spacing: .09em; }
.proof-before-after small:nth-of-type(2) { grid-column: 3; grid-row: 1; color: var(--color-blue-deep); }
.proof-before-after b,
.proof-before-after em { grid-row: 2; font-style: normal; font-weight: 900; font-variant-numeric: tabular-nums; white-space: nowrap; }
.proof-before-after b { color: #718391; font-size: var(--fs-heading); text-decoration: line-through; text-decoration-thickness: 2px; }
.proof-before-after i { grid-column: 2; grid-row: 2; align-self: center; color: #55738a; font-style: normal; text-align: center; }
.proof-before-after em { color: var(--color-blue-deep); font-size: var(--fs-sub); letter-spacing: -.045em; }
.proof-results-unified > article > strong { min-height: 3em; margin-bottom: 13px; color: #064d82; font-size: var(--fs-body); line-height: 1.5; }
.proof-results-unified > article > p { margin: auto 0 0; padding-top: 16px; border-top: 1px solid #dbe8f1; color: #52677b; font-size: var(--fs-xs); line-height: 1.7; }
.proof-team-effect { margin-top: 24px; display: grid; grid-template-columns: 180px 34px 210px minmax(0, 1fr); align-items: center; gap: 16px; padding: 26px 30px; border: 1px solid rgba(139, 218, 251, .2); border-radius: 16px; background: rgba(255, 255, 255, .07); }
.proof-team-effect > div { display: grid; gap: 2px; }
.proof-team-effect span { color: #9ddfff; font-size: .65rem; font-weight: 900; }
.proof-team-effect strong { color: #fff; font-size: 1.7rem; font-variant-numeric: tabular-nums; }
.proof-team-effect small { color: #bfd6e6; font-size: .66rem; }
.proof-team-effect > i { color: #79d9ff; font-size: 1.4rem; font-style: normal; }
.proof-team-effect > p { margin: 0; padding-left: 26px; border-left: 1px solid rgba(139, 218, 251, .24); color: #d6e8f4; font-size: .8rem; line-height: 1.8; }
.proof-team-effect b { color: #fff; }

/* 診断の前に自分ごと化する案内画面を置く */
.diagnosis-start { width: min(100%, 980px); margin-inline: auto; padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(255, 255, 255, .55); border-radius: 24px; color: var(--color-ink); background: #fff; box-shadow: 0 35px 90px rgba(0, 10, 34, .35); }
.diagnosis-start > p { margin-bottom: 24px; color: var(--color-blue-deep); font-size: var(--fs-lead); font-weight: 900; text-align: center; }
.diagnosis-start > ul { margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; }
.diagnosis-start li { position: relative; min-height: 58px; display: flex; align-items: center; padding: 12px 16px 12px 48px; border: 1px solid #dceaf3; border-radius: 11px; color: #324d64; background: #f7fbfe; font-size: var(--fs-xs); font-weight: 700; }
.diagnosis-start li::before { content: "✓"; position: absolute; left: 16px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--color-blue-deep); font-size: var(--fs-note); }
.diagnosis-start > button { width: min(100%, 380px); margin: 0 auto 10px; display: flex; }
.diagnosis-start > small { display: block; color: #60758a; font-size: var(--fs-note); text-align: center; }
.diagnosis-shell[hidden],
.diagnosis-start[hidden] { display: none !important; }

/* 2026-08-19 診断案内をPCだけ縦方向に圧縮 */
@media (min-width: 1101px) {
  .diagnosis-section { padding-block: 72px; }
  .diagnosis-intro {
    grid-template-columns: 1.05fr .95fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 28px;
  }
  .diagnosis-intro h2 {
    font-size: var(--fs-section);
    line-height: 1.18;
  }
  .diagnosis-intro > div:last-child > p { margin-bottom: 16px; }
  .diagnosis-start { padding: 28px 36px; }
  .diagnosis-start > p { margin-bottom: 16px; }
  .diagnosis-start > ul {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px 12px;
    margin-bottom: 20px;
  }
  .diagnosis-start li {
    grid-column: span 3;
    min-height: 46px;
    padding-block: 9px;
  }
  .diagnosis-start li:nth-last-child(-n + 3) { grid-column: span 4; }
  .diagnosis-start > button { min-height: 56px; }
}

.plan-grid article { display: flex; flex-direction: column; }
.plan-grid article > ul { margin-bottom: 0; }
.plan-main-cta { margin-top: 30px; }

.diagnosis-float { border-color: rgba(7, 26, 61, .18); }
.diagnosis-float small { color: #624100; }
.diagnosis-float > b { color: var(--color-cta-text); background: rgba(255, 255, 255, .55); }
.diagnosis-float .diagnosis-float-mark { color: var(--color-cta-text); border-color: rgba(7, 26, 61, .18); background: rgba(255, 255, 255, .46); }
.diagnosis-float .diagnosis-float-mark b,
.diagnosis-float .diagnosis-float-mark small { color: var(--color-cta-text); }
.cta-main > a { border: 0; color: var(--color-cta-text); }
.cta-main > a svg { stroke: currentColor; }

/* 上の共通再構成ルールより後で、端末別の最終値を確定する */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-height);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
}
.header-cta {
  min-width: 290px;
  color: #fff;
  background: linear-gradient(135deg, #006fca 0 82%, #079be5 100%);
  box-shadow: inset 1px 0 rgba(255,255,255,.16);
}
.header-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #005aa9, #007fc4);
  filter: none;
  transform: none;
}
.header-cta-badge {
  color: #fff;
  border-color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.16);
}

@media (max-width: 1100px) {
  .header-cta { display: none; }
  .site-header { min-height: var(--header-height-mobile); }
  .global-nav { inset: var(--header-height-mobile) 0 auto; max-height: calc(100dvh - var(--header-height-mobile)); overflow-y: auto; }
  .issue-story-grid article { min-height: 0; }
  .usecase-groups section { padding-inline: 22px; }
  .proof-team-effect { grid-template-columns: 1fr 28px 1fr; }
  .proof-team-effect > p { grid-column: 1 / -1; padding: 18px 0 0; border-top: 1px solid rgba(139, 218, 251, .24); border-left: 0; }
}

@media (max-width: 768px) {
  .hero-ai { min-height: 690px; background: #eaf5fb; }
  .hero-ai-photo { inset: 112px 0 124px; width: 100%; height: calc(100% - 236px); object-fit: cover; object-position: 82% 50%; transform: none; }
  .hero-ai::after { z-index: 1; background: linear-gradient(180deg, #f7fbfe 0 23%, rgba(247,251,254,.12) 34%, rgba(7,26,61,.04) 63%, rgba(7,26,61,.96) 82% 100%); }
  .hero-ai::before { display: none; }
  .hero-ai-inner { width: 100%; min-height: 690px; }
  .hero-ai-copy { position: absolute; inset: 0; width: 100%; max-width: none; display: flex; flex-direction: column; justify-content: space-between; padding: 24px 22px 22px; color: var(--color-ink); text-shadow: none; }
  .hero-ai-message { max-width: 345px; }
  .hero-ai-kicker { margin-bottom: 8px; color: #176e9d; font-size: .58rem; letter-spacing: .1em; }
  .hero-ai h1 { max-width: 345px; margin: 0; color: var(--color-ink); font-size: var(--fs-sub); line-height: 1.22; }
  .hero-ai .hero-ai-copy h1 span { color: var(--color-blue-deep); }
  .hero-ai-conversion { width: min(100%, 350px); color: #fff; }
  .hero-ai-lead { margin-bottom: 12px; color: #fff; font-size: var(--fs-xs); line-height: 1.65; }
  .hero-ai-actions { width: 100%; }
  .hero-ai-cta { min-height: 60px; padding: 8px 14px; }
  .hero-ai-actions strong { font-size: var(--fs-body); }
  .hero-ai-note { margin-top: 6px; color: #d9edf7; font-size: var(--fs-note); }
  .issue-story-grid h3 { min-height: 0; }
  .usecase-panels > article { padding: 28px 22px; }
  .usecase-panels header { grid-template-columns: 58px minmax(0, 1fr); gap: 16px; margin-bottom: 24px; }
  .usecase-panels header svg { width: 52px; height: 52px; padding: 11px; }
  .usecase-panels header h3 { font-size: var(--fs-title); }
  .usecase-panels header p { font-size: var(--fs-xs); }
  .usecase-groups { grid-template-columns: 1fr; }
  .usecase-groups section { padding: 20px 4px; }
  .usecase-groups section + section { border-top: 1px solid #dbe8f1; border-left: 0; }
  .proof-results-unified { grid-template-columns: 1fr; gap: 14px; }
  .proof-results-unified > article { min-height: 0; padding: 26px 22px; }
  .proof-results-unified > article > span,
  .proof-results-unified > article > strong { min-height: 0; }
  .proof-before-after { max-width: 430px; }
  .proof-team-effect { grid-template-columns: 1fr 22px 1fr; padding: 24px 20px; }
  .proof-team-effect strong { font-size: 1.35rem; }
  .diagnosis-start > ul { grid-template-columns: 1fr; gap: 8px; }
  .diagnosis-start li { min-height: 52px; }
  .mobile-fixed-cta { grid-template-columns: 1fr; }
  .mobile-fixed-cta a,
  .mobile-fixed-cta .diagnose { color: var(--color-cta-text); background: var(--color-cta); }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .hero-ai { min-height: 670px; }
  .hero-ai-inner { min-height: 670px; }
  .hero-ai-copy { padding-inline: 18px; }
  .hero-ai-photo { inset-block: 108px 122px; height: calc(100% - 230px); object-position: 82% 50%; }
  .issue-story-grid article { padding: 28px 22px 24px; }
  .issue-change { padding: 19px 17px; }
  .usecase-panels > article { padding: 25px 19px; }
  .usecase-panels header { grid-template-columns: 52px minmax(0, 1fr); gap: 13px; }
  .usecase-panels header svg { width: 48px; height: 48px; }
  .usecase-panels header span { font-size: var(--fs-note); letter-spacing: .08em; overflow-wrap: anywhere; }
  .section-cta > a,
  .diagnosis-start > button { width: 100%; min-width: 0; font-size: var(--fs-body); }
  .proof-foundation { align-items: flex-start; flex-direction: column; gap: 6px; }
  .proof-foundation i { display: none; }
  .proof-before-after { grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr); }
  .proof-before-after b { font-size: var(--fs-title); }
  .proof-before-after em { font-size: var(--fs-heading); }
  .proof-team-effect { grid-template-columns: 1fr; gap: 10px; }
  .proof-team-effect > i { transform: rotate(90deg); }
  .proof-team-effect > p { grid-column: auto; }
  .diagnosis-start { padding: 26px 18px; }
  .diagnosis-start > p { font-size: var(--fs-body); }
  .diagnosis-start li { padding-left: 44px; font-size: var(--fs-xs); }
  .diagnosis-start li::before { left: 13px; }
  .cta-main > a { font-size: var(--fs-body); }
}


/* ===== 診断結果メール送信 ===== */
.diagnosis-result.is-email-gated {
  width: min(100%, 720px);
  margin-inline: auto;
  display: block;
}
.diagnosis-result.is-email-gated[hidden] { display: none; }
.diagnosis-result.is-email-gated .result-score { display: none; }
.diagnosis-result.is-email-gated .result-copy > :not(.result-email-panel):not(.diagnosis-restart) { display: none; }
.diagnosis-result.is-email-gated .result-email-panel { margin: 0 0 1.25rem; }
.diagnosis-result.is-email-gated .diagnosis-restart { margin-top: 1rem; }
.result-email-panel {
  margin: 2rem 0 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: var(--color-surface);
}
.result-email-panel h3 {
  margin: 0 0 .5rem;
  color: var(--color-ink);
  font-size: var(--fs-title);
}
.result-email-panel > p {
  margin: 0 0 1.25rem;
  color: var(--color-muted);
  font-size: var(--fs-body);
  line-height: 1.75;
}
.result-email-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.result-email-fields label {
  display: grid;
  gap: .45rem;
  color: var(--color-ink);
  font-weight: 700;
}
.result-email-fields label.is-wide { grid-column: 1 / -1; }
.result-email-fields input {
  width: 100%;
  min-height: 48px;
  padding: .75rem .9rem;
  border: 1px solid #b9cfdd;
  border-radius: 10px;
  background: #fff;
  color: var(--color-ink);
  font: inherit;
}
.result-email-fields input:focus {
  outline: 3px solid rgba(7, 155, 229, .2);
  border-color: var(--color-blue);
}
.result-email-consent {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  margin: 1rem 0;
  color: var(--color-muted);
  font-size: var(--fs-xs);
  line-height: 1.65;
}
.result-email-consent input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .2rem;
  flex: 0 0 auto;
}
.result-email-form button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--color-blue-deep);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.result-email-form button:disabled {
  cursor: wait;
  opacity: .65;
}
.result-email-status {
  min-height: 1.6em;
  margin: .75rem 0 0;
  font-size: var(--fs-xs);
  font-weight: 700;
}
.result-email-status.is-success { color: #087a45; }
.result-email-status.is-error { color: #b42318; }
.result-email-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .result-email-fields { grid-template-columns: 1fr; }
  .result-email-fields label.is-wide { grid-column: auto; }
}
