:root {
  --gp-accent: #ff3b56;       /* coral red (primary) */
  --gp-accent-2: #ff9957;     /* warm orange (mid) */
  --gp-accent-3: #091E3A;     /* deep navy */
  --gp-blue: #ff3b56;
  --gp-bg: #ffffff;
  --gp-bg-soft: #F9F9F9;
  --gp-ink: #1c1c1c;
  --gp-ink-2: #373737;
  --gp-ink-3: #727272;
  --gp-line: #E1E1E6;
  --gp-line-soft: #F5F5F5;
  --gp-darkblue: #091E3A;
  --gp-grad: linear-gradient(to bottom, #ffefa5 0%, #ff9957 50%, #ff3b56 100%);
  --gp-grad-v: linear-gradient(to bottom, #ffefa5 0%, #ff9957 50%, #ff3b56 100%);
  --gp-grad-strong: linear-gradient(to bottom, #ff9957 0%, #ff3b56 100%);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { overflow-x: clip; }
body { overflow-x: clip; }
body {
  background: var(--gp-bg);
  color: var(--gp-ink);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 500;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; padding: 0; }
svg { display: block; max-width: 100%; }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 56px; }
.meta { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.24em; color: var(--gp-ink-3); font-weight: 500; }
.h2 { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 52px; font-weight: 700; line-height: 1.35; letter-spacing: -0.005em; word-break: keep-all; overflow-wrap: anywhere; }
.accent {
  background: var(--gp-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

/* Hero logo row (replaces header) */
.hero-logo-row {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 32px; margin-bottom: 64px;
}
.hero-logo { display: inline-block; line-height: 0; }
.hero-logo img { height: 44px; width: auto; display: block; }

/* Section base */
section { border-bottom: 1px solid var(--gp-line); }
.sect-head {
  position: relative;
  margin-bottom: 44px;
  min-height: 200px;
}
/* Watermark: huge faint number + label behind */
.sect-head > div:first-child {
  position: absolute;
  top: -30px; left: -8px;
  display: flex; align-items: baseline; gap: 28px;
  pointer-events: none; user-select: none;
  z-index: 0;
  white-space: nowrap;
}
.sect-head > div:first-child > .meta:first-child {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 280px; font-weight: 900;
  letter-spacing: -0.06em; line-height: 0.85;
  color: rgba(255, 59, 86, 0.08);
}
.sect-head > div:first-child > .sect-num {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 64px; font-weight: 900;
  letter-spacing: 0.04em; line-height: 0.9;
  color: rgba(255, 59, 86, 0.08);
  margin: 0;
}
/* Title block sits in front of the watermark */
.sect-head > div:nth-child(2) {
  position: relative;
  z-index: 1;
  padding-top: 110px;
}
/* Dark sections — lighter watermark on dark bg */
.ai-section .sect-head > div:first-child > .meta:first-child,
.ai-section .sect-head > div:first-child > .sect-num,
.numbers .sect-head > div:first-child > .meta:first-child,
.numbers .sect-head > div:first-child > .sect-num {
  color: rgba(255,255,255,0.07);
}

/* Hero */
.hero { padding: 0 0 100px; position: relative; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-bg svg { width: 100%; height: 100%; display: block; }
.hero > .wrap { position: relative; z-index: 1; }
.hero-meta-row { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 60px; }
.status-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  border: 1px solid var(--gp-line); background: #fff;
}
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }
.status-text { font-size: 11px; font-weight: 600; color: var(--gp-ink-2); }

.hero-grid { display: block; }
.hero-tag {
  display: inline-block; padding: 8px 16px;
  background: var(--gp-grad-strong); color: #fff; border-radius: 4px;
  font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.18em; font-weight: 700;
  margin-bottom: 28px;
  box-shadow: 0 6px 16px -6px rgba(255, 59, 86,0.55);
}
.hero-target-tags {
  display: inline-flex; align-items: center;
  gap: 10px; flex-wrap: wrap;
  margin-bottom: 24px;
}
.hero-target-label {
  font-family: Inter, sans-serif;
  font-size: 11px; font-weight: 800; letter-spacing: 0.22em;
  color: var(--gp-accent);
}
.hero-target-tag {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 13px; font-weight: 700;
  color: var(--gp-darkblue);
  padding: 6px 14px;
  background: rgba(255, 59, 86, 0.08);
  border: 1px solid rgba(255, 59, 86, 0.22);
  border-radius: 999px;
  white-space: nowrap;
}
.hero-pain {
  font-size: 24px; font-weight: 700;
  line-height: 1.7; letter-spacing: 0.02em;
  color: var(--gp-ink-2);
  margin: 0 0 28px;
  padding-left: 20px;
  border-left: 4px solid var(--gp-accent);
}
.hero-h1 {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 52px; font-weight: 900;
  line-height: 1.4; letter-spacing: -0.01em;
  color: var(--gp-ink);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.hero-lead { margin-top: 36px; font-size: 17px; line-height: 2.0; color: var(--gp-ink-2); font-weight: 400; max-width: 580px; }
.hero-sub {
  margin: 28px 0 0;
  display: inline-block;
  font-size: 22px; font-weight: 800;
  line-height: 1.6; letter-spacing: 0.02em;
  color: var(--gp-darkblue);
  padding: 10px 0 12px;
  border-top: 2px solid var(--gp-accent);
  border-bottom: 2px solid var(--gp-accent);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.hero-caption {
  margin: 32px 0 0;
  font-size: 17px; font-weight: 500;
  line-height: 2.0; letter-spacing: 0.02em;
  color: var(--gp-ink-2);
  max-width: 720px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
/* better natural wrapping for headings (avoid orphans/short last line) */
.hero-h1, .hero-sub, .h2, .ai-title, .midcta-h, .finalcta-h,
.approach-row-h3, .case-title, .faq-q-text, .approach-tagline-text,
.process-step-jp, .ai-chip-title {
  text-wrap: balance;
}
/* paragraphs: prettier wrapping (modern browsers) */
.hero-caption, .ai-lead, .midcta-lead, .finalcta-lead,
.approach-row-desc, .process-step-desc, .case-desc, .faq-a,
.hero-pain {
  text-wrap: pretty;
}

/* mobile: hide manual breaks where they cause awkward wrapping */
@media (max-width: 720px) {
  .hero-caption br,
  .worries .sect-head p br,
  .domains .sect-head p br,
  .ai-lead br,
  .midcta-h br,
  .midcta-lead br,
  .finalcta-h br,
  .ai-title br,
  .approach-tagline-text br { display: none; }
}
/* Hero trust strip (key metrics) */
.hero-trust {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 0;
  padding: 28px 0;
  border-top: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
  max-width: 720px;
}
.hero-trust-item {
  display: flex; flex-direction: column;
  position: relative;
}
.hero-trust-item:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -12px; top: 8px; bottom: 8px;
  width: 1px;
  background: var(--gp-line);
}
.hero-trust-num {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 6px;
}
.hero-trust-big {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 56px; font-weight: 900;
  line-height: 1; letter-spacing: -0.04em;
  color: var(--gp-darkblue);
}
.hero-trust-unit {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 17px; font-weight: 800;
  color: var(--gp-ink);
}
.hero-trust-label {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gp-ink-3);
}

.hero-ctas { display: flex; gap: 16px; margin-top: 40px; flex-wrap: wrap; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 24px 40px;
  background: var(--gp-grad-strong); color: #fff !important;
  font-size: 17px; font-weight: 800; letter-spacing: 0.04em; border-radius: 999px;
  box-shadow: 0 12px 32px -8px rgba(255, 59, 86,0.6);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -8px rgba(255, 59, 86,0.7); }
.btn-primary .arrow {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.22); color: #fff;
  display: grid; place-items: center; font-size: 14px;
}
.btn-ghost {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 24px 36px;
  background: #fff; color: var(--gp-ink) !important;
  font-size: 16px; font-weight: 700; letter-spacing: 0.04em; border-radius: 999px;
  border: 1px solid var(--gp-line);
  box-shadow: 0 2px 8px rgba(28,28,28,0.04);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--gp-accent); }

/* Hero number panel */
.num-panel {
  background: var(--gp-darkblue); color: #fff;
  padding: 56px 40px; position: relative;
  aspect-ratio: 4 / 5;
  display: flex; flex-direction: column; justify-content: space-between;
  border-radius: 8px; overflow: hidden;
}
.num-panel::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255, 59, 86,0.35) 0%, rgba(255, 153, 87,0.15) 50%, transparent 100%);
  pointer-events: none;
}
.num-panel-bg { position: absolute; inset: 0; opacity: 0.16; }
.num-meta-en { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.24em; color: rgba(255,255,255,0.6); font-weight: 500; }
.num-label { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.16em; color: var(--gp-accent); font-weight: 600; margin-bottom: 12px; }
.num-big { display: flex; align-items: baseline; }
.num-big-n { font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 156px; font-weight: 900; line-height: 0.9; letter-spacing: -0.04em; }
.num-big-u { font-size: 32px; font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; margin-left: 6px; font-weight: 700; }
.num-sub-row { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.18); display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.num-sub-l { font-size: 11px; color: rgba(255,255,255,0.55); font-family: Inter, sans-serif; letter-spacing: 0.14em; }
.num-sub-v { font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 28px; font-weight: 800; margin-top: 4px; }
.num-sub-v small { font-size: 14px; font-family: Inter, sans-serif; font-weight: 600; }

/* Strengths strip */
.strengths {
  margin-top: 80px; padding: 24px 0;
  border-top: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
  display: flex; align-items: center; gap: 24px;
  font-family: Inter, sans-serif; font-size: 12px; font-weight: 500;
  color: var(--gp-ink-2); letter-spacing: 0.06em;
  overflow: hidden; white-space: nowrap;
}
.strengths-label { flex-shrink: 0; font-size: 11px; color: var(--gp-ink-3); letter-spacing: 0.18em; font-weight: 600; }
.strengths-sep { color: var(--gp-line); }

/* Logo bar */
.logobar { padding: 64px 0; }
.logobar-head { display: flex; align-items: center; gap: 56px; margin-bottom: 32px; }
.logobar-en { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.24em; color: var(--gp-ink-3); font-weight: 600; }
.logobar-line { flex: 1; height: 1px; background: var(--gp-line); }
.logobar-sub { font-size: 11px; color: var(--gp-ink-3); font-family: Inter, sans-serif; letter-spacing: 0.16em; }
.logobar-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.logobar-cell { padding: 28px 0; text-align: center; }
.logobar-cell:not(:last-child) { border-right: 1px solid var(--gp-line-soft); }
.logobar-name { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 20px; font-weight: 700; color: var(--gp-ink); letter-spacing: 0; }
.logobar-cat { margin-top: 6px; font-size: 10px; color: var(--gp-ink-3); font-family: Inter, sans-serif; letter-spacing: 0.18em; }

/* Trusted By */
.trusted {
  padding: 28px 0 32px;
  background: #fff;
}
.trusted-head {
  display: flex; align-items: baseline; gap: 20px;
  margin-bottom: 14px;
}
.trusted-en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.26em;
  color: var(--gp-ink-3);
}
.trusted-jp {
  font-size: 12px; font-weight: 700;
  color: var(--gp-ink-2);
  letter-spacing: 0.04em;
}
.trusted-grid {
  display: grid; grid-template-columns: repeat(8, 1fr);
  border: 1px solid var(--gp-line);
  border-radius: 6px;
  overflow: hidden;
}
.trusted-logo {
  height: 72px;
  padding: 12px 16px;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  border-right: 1px solid var(--gp-line);
}
.trusted-logo:last-child { border-right: none; }
.trusted-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.trusted-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 12px; letter-spacing: 0.18em;
  color: var(--gp-line);
  font-weight: 800;
}

/* Worries */
.worries { padding: 96px 0; }
.worries-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gp-line); }
.worry { padding: 40px 32px; display: flex; align-items: flex-start; gap: 18px; }
.worry:not(:nth-child(3n)) { border-right: 1px solid var(--gp-line-soft); }
.worry:nth-child(-n+3) { border-bottom: 1px solid var(--gp-line-soft); }
.worry-hash { font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 22px; font-weight: 800; background: var(--gp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; line-height: 1.4; flex-shrink: 0; }
.worry-text { font-size: 17px; font-weight: 600; line-height: 1.75; color: var(--gp-ink); }
.worries-cta-row { margin-top: 56px; text-align: center; }
.worries-cta {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 24px 40px; background: var(--gp-grad-strong); color: #fff !important;
  font-size: 17px; font-weight: 800; letter-spacing: 0.04em; border-radius: 999px;
  box-shadow: 0 12px 32px -8px rgba(255, 59, 86,0.6);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.worries-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -8px rgba(255, 59, 86,0.75); }
.worries-cta-arrow { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.22); display: grid; place-items: center; font-size: 14px; }

/* Approach */
.approach {
  padding: 96px 0; background: #fff;
  position: relative; overflow: hidden;
}
.approach::before {
  content: ''; position: absolute;
  top: 20%; left: -10%;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(255, 153, 87,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.approach::after {
  content: ''; position: absolute;
  bottom: 8%; right: -10%;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(255, 59, 86,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.approach > .wrap { position: relative; z-index: 1; }

.approach-rows {
  display: flex; flex-direction: column; gap: 20px;
  position: relative;
}
.approach-row {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 1.4fr;
  gap: 32px;
  align-items: center;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid var(--gp-line);
  border-radius: 16px;
  box-shadow: 0 8px 32px -12px rgba(255, 59, 86,0.10);
  position: relative; overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.approach-row::before {
  content: ''; position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 4px;
  background: var(--gp-grad);
}
.approach-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px -16px rgba(255, 59, 86,0.22);
  border-color: rgba(255, 59, 86,0.3);
}
.approach-row-text {
  display: flex; flex-direction: column; gap: 12px;
}
.approach-row-h3 {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 20px; font-weight: 800;
  line-height: 1.45; letter-spacing: 0;
  margin: 0;
  color: var(--gp-ink);
}
.approach-row-desc {
  font-size: 14px; font-weight: 500;
  line-height: 1.75; letter-spacing: 0.02em;
  color: var(--gp-ink-2);
  margin: 0;
}
.approach-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 8px;
}
.approach-list li {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--gp-ink);
  padding: 12px 10px;
  background: var(--gp-bg-soft);
  border: 1px solid transparent;
  border-radius: 8px;
  line-height: 1.4;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.approach-list li:hover {
  background: #fff;
  border-color: var(--gp-line);
  transform: translateY(-2px);
}
.approach-icon {
  flex-shrink: 0;
  width: 18px; height: 18px;
  color: var(--gp-accent-2);
}
.approach-connector {
  display: flex;
  justify-content: center;
  height: 44px;
  margin: 4px 0;
}
.approach-connector svg { width: 44px; height: 44px; display: block; }
.approach-tagline {
  position: relative;
  padding: 24px 32px;
  background: #fff;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), var(--gp-grad);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: var(--gp-ink);
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  border-radius: 14px;
  box-shadow: 0 16px 36px -16px rgba(255, 59, 86,0.28);
  display: flex; align-items: center; gap: 22px;
  overflow: hidden;
}
.approach-tagline > * { position: relative; z-index: 1; }
.approach-tagline-icon {
  width: 44px; height: 44px;
  background: var(--gp-grad-strong);
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 8px 20px -6px rgba(255, 59, 86,0.5);
  flex-shrink: 0;
}
.approach-tagline-icon svg { width: 22px; height: 22px; }
.approach-tagline-body {
  display: flex; align-items: baseline; gap: 16px;
  flex-wrap: wrap;
}
.approach-tagline-label {
  font-family: Inter, sans-serif;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.28em;
  background: var(--gp-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.approach-tagline-text {
  font-size: 20px; font-weight: 800; line-height: 1.6;
  letter-spacing: 0;
  color: var(--gp-ink);
}

/* AI Powered */
.ai-section {
  padding: 96px 0;
  background: var(--gp-darkblue); color: #fff;
  position: relative; overflow: hidden;
  border-bottom: none;
}
.ai-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 25% 30%, rgba(255, 153, 87,0.32) 0%, transparent 55%),
              radial-gradient(circle at 80% 70%, rgba(255, 59, 86,0.28) 0%, transparent 55%);
  pointer-events: none;
}
.ai-section > .wrap { position: relative; z-index: 1; }
.ai-section .meta { color: rgba(255,255,255,0.55); }
.ai-tag {
  display: inline-block; padding: 8px 18px;
  background: var(--gp-grad-strong); color: #fff;
  font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.2em; font-weight: 700;
  border-radius: 999px;
  margin-bottom: 28px;
  box-shadow: 0 8px 20px -6px rgba(255, 59, 86,0.6);
}
.ai-title {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 60px; font-weight: 900;
  line-height: 1.4; letter-spacing: -0.005em;
  margin: 0 0 32px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.ai-lead {
  font-size: 18px; line-height: 2.0;
  color: rgba(255,255,255,0.88);
  margin: 0 0 56px;
  max-width: 780px;
}
.ai-lead strong {
  font-weight: 800;
  color: #fff;
}
/* Override gradient text in AI section for legibility on dark bg */
.ai-section .accent {
  background: none;
  -webkit-background-clip: initial; background-clip: initial;
  color: #fff; -webkit-text-fill-color: #fff;
  border-bottom: 3px solid var(--gp-accent-2);
  padding-bottom: 2px;
}
.ai-chips {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.ai-chip {
  padding: 32px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.ai-chip:hover { transform: translateY(-3px); border-color: rgba(255, 153, 87,0.5); }
.ai-chip-icon {
  width: 36px; height: 36px;
  color: var(--gp-accent-2);
  margin-bottom: 16px;
}
.ai-chip-label {
  font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.22em;
  color: var(--gp-accent-2);
  font-weight: 800; margin-bottom: 14px;
}
.ai-chip-title {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 19px; font-weight: 800; color: #fff;
  line-height: 1.5;
}

/* Domains */
.domains { padding: 96px 0; }
.domains-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--gp-line); border-left: 1px solid var(--gp-line);
}
.domain {
  padding: 36px 24px;
  border-right: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
  background: #fff;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 160px;
  transition: background 0.2s;
  cursor: pointer;
}
.domain:hover { background: #f4f3ee; }
.domain-label { font-size: 15px; font-weight: 700; color: var(--gp-ink); line-height: 1.4; }
.domain-num { margin-top: auto; font-family: Inter, sans-serif; font-size: 10px; letter-spacing: 0.18em; color: var(--gp-ink-3); font-weight: 500; }

/* Process */
.process { padding: 96px 0; background: #fff; }
.process-flow { position: relative; }
.process-line { position: absolute; top: 28px; left: 28px; right: 28px; height: 1px; background: var(--gp-line); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; position: relative; }
.process-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: #fff; color: var(--gp-ink);
  border: 1px solid var(--gp-line);
  display: grid; place-items: center;
  font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 18px; font-weight: 800;
  position: relative; z-index: 1; margin-bottom: 20px;
}
.process-step:first-child .process-step-num { background: var(--gp-grad-strong); color: #fff; border: none; box-shadow: 0 6px 18px -4px rgba(255, 59, 86,0.55); }
.process-step-en { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.16em; color: var(--gp-accent); font-weight: 600; margin-bottom: 6px; }
.process-step-jp { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 19px; font-weight: 800; margin: 0 0 14px; letter-spacing: 0; }
.process-step-desc { font-size: 14px; line-height: 1.9; color: var(--gp-ink-2); }
.process-method {
  margin-top: 80px; padding: 32px 40px;
  background: var(--gp-bg); border: 1px solid var(--gp-line);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.process-method-en { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.24em; color: var(--gp-ink-3); font-weight: 600; margin-bottom: 8px; }
.process-method-h { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 20px; font-weight: 700; color: var(--gp-ink); }
.process-method-sub { margin-top: 8px; font-size: 13px; color: var(--gp-ink-2); }

/* Team */
.team { padding: 96px 0; }
.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--gp-line); border-left: 1px solid var(--gp-line);
}
.team-cell {
  padding: 32px 24px;
  border-right: 1px solid var(--gp-line);
  border-bottom: 1px solid var(--gp-line);
  background: #fff;
  min-height: 200px;
}
.team-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gp-bg-soft);
  display: grid; place-items: center;
  font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 14px; font-weight: 800;
  color: var(--gp-ink);
  margin-bottom: 20px;
  border: 1px solid var(--gp-line);
}
.team-en { font-family: Inter, sans-serif; font-size: 10px; letter-spacing: 0.16em; color: var(--gp-accent); font-weight: 600; margin-bottom: 6px; }
.team-jp { font-size: 14px; font-weight: 700; margin: 0 0 12px; line-height: 1.5; }
.team-desc { font-size: 12px; line-height: 1.85; color: var(--gp-ink-2); }

/* Mid CTA */
.midcta { padding: 96px 0; background: var(--gp-darkblue); color: #fff; position: relative; overflow: hidden; }
.midcta::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255, 59, 86,0.45) 0%, rgba(255, 153, 87,0.25) 100%);
  pointer-events: none; z-index: 0;
}
.midcta-bg { position: absolute; inset: 0; opacity: 0.18; }
.midcta-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; align-items: center; }
.midcta-eyebrow { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.24em; color: var(--gp-accent); font-weight: 600; margin-bottom: 24px; }
.midcta-h { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 56px; font-weight: 800; line-height: 1.35; letter-spacing: -0.005em; word-break: keep-all; overflow-wrap: anywhere; }
.midcta-lead { margin-top: 28px; font-size: 17px; line-height: 1.95; color: rgba(255,255,255,0.85); max-width: 640px; }
.midcta-ctas { display: flex; flex-direction: column; gap: 14px; }
.midcta-btn-primary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 32px; background: var(--gp-grad-strong); color: #fff !important;
  font-size: 16px; font-weight: 700; border-radius: 8px;
  box-shadow: 0 10px 30px -8px rgba(255, 59, 86,0.6);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.midcta-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -8px rgba(255, 59, 86,0.75); }
.midcta-btn-ghost {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 32px; background: transparent; color: #fff !important;
  font-size: 15px; font-weight: 600; border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.3);
}
.midcta-btn-ghost:hover { background: rgba(255,255,255,0.05); }
.midcta-note { margin-top: 8px; font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; }

/* Cases */
.cases { padding: 96px 0; background: #fff; }
.case-row {
  display: grid; grid-template-columns: 56px 280px 1fr;
  gap: 36px;
  padding: 40px 0;
  border-top: 1px solid var(--gp-line);
  align-items: flex-start;
}
.case-row:last-of-type { border-bottom: 1px solid var(--gp-line); }
.case-n { font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 28px; color: var(--gp-ink-3); font-weight: 700; line-height: 1; padding-top: 6px; }
.case-visual {
  width: 280px;
  border: 1px solid var(--gp-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.case-visual svg { width: 100%; height: auto; display: block; }
.case-content { max-width: 720px; }
.case-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.case-tag {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 11px; letter-spacing: 0.06em;
  color: var(--gp-accent); font-weight: 700;
  padding: 6px 12px; background: rgba(255, 59, 86,0.06); border-radius: 999px;
  border: 1px solid rgba(255, 59, 86,0.18);
}
.case-company {
  font-size: 13px; font-weight: 700;
  color: var(--gp-ink-3);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.case-title {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 24px; font-weight: 800;
  margin: 0 0 24px;
  line-height: 1.5; letter-spacing: 0;
  color: var(--gp-ink);
}
.case-detail {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--gp-line-soft);
}
.case-detail-block {}
.case-detail-label {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--gp-accent);
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid var(--gp-accent);
}
.case-desc { font-size: 14px; line-height: 1.9; color: var(--gp-ink-2); margin: 0; }
.case-readmore {
  margin-top: 24px; display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-family: Inter, sans-serif; font-weight: 600;
  letter-spacing: 0.06em; color: var(--gp-ink) !important;
  border-bottom: 1px solid var(--gp-ink); padding-bottom: 4px;
}
.case-stat { padding-bottom: 18px; border-bottom: 1px solid var(--gp-line-soft); margin-bottom: 18px; }
.case-stat-v { font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 30px; font-weight: 800; background: var(--gp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; letter-spacing: -0.01em; line-height: 1; }
.case-stat-k { margin-top: 8px; font-size: 11px; color: var(--gp-ink-3); font-family: Inter, sans-serif; letter-spacing: 0.12em; }
.cases-more { margin-top: 56px; text-align: center; }
.cases-more-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 32px; background: #fff;
  border: 1px solid var(--gp-ink);
  color: var(--gp-ink) !important; font-size: 13px; font-weight: 600;
  border-radius: 999px;
  transition: transform 0.18s ease;
}
.cases-more-btn:hover { transform: translateY(-2px); }

/* Voices */
.voices { padding: 96px 0; }
.voices-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gp-line); margin-bottom: 0; }
.voice-card {
  padding: 40px 32px;
  background: #fff;
  min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.voice-card:not(:last-child) { border-right: 1px solid var(--gp-line); }
.voice-card:first-child { padding-left: 0; }
.voice-quote-mark { font-family: "Inter", serif; font-size: 64px; background: var(--gp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; line-height: 0.5; margin-bottom: 20px; font-weight: 700; }
.voice-quote { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 17px; line-height: 1.95; color: var(--gp-ink); font-weight: 500; }
.voice-meta { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--gp-line); display: flex; align-items: center; gap: 14px; }
.voice-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gp-bg); border: 1px solid var(--gp-line); display: grid; place-items: center; font-size: 14px; }
.voice-who { font-size: 14px; font-weight: 700; }
.voice-industry { margin-top: 2px; font-size: 12px; color: var(--gp-ink-3); font-family: Inter, sans-serif; letter-spacing: 0.16em; }

.interviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.interview { background: #fff; padding: 40px; border: 1px solid var(--gp-line); display: grid; grid-template-columns: 90px 1fr; gap: 28px; }
.interview-photo { width: 80px; height: 80px; border-radius: 4px; background: var(--gp-bg); border: 1px solid var(--gp-line); display: grid; place-items: center; font-size: 24px; }
.interview-en { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.16em; color: var(--gp-accent); font-weight: 600; margin-bottom: 8px; }
.interview-title { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 22px; font-weight: 800; margin: 0 0 16px; line-height: 1.55; }
.interview-body { font-size: 15px; line-height: 1.95; color: var(--gp-ink-2); margin: 0 0 18px; }
.interview-who { padding-top: 14px; border-top: 1px solid var(--gp-line-soft); font-size: 12px; color: var(--gp-ink-3); font-family: Inter, sans-serif; letter-spacing: 0.12em; }

/* Numbers */
.numbers { padding: 96px 0; background: var(--gp-darkblue); color: #fff; position: relative; overflow: hidden; }
.numbers::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 59, 86,0.35) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(255, 153, 87,0.25) 0%, transparent 50%);
  pointer-events: none;
}
.numbers > .wrap { position: relative; z-index: 1; }
.numbers-head { display: flex; justify-content: space-between; margin-bottom: 100px; }
.numbers-head-meta { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.24em; color: rgba(255,255,255,0.5); font-weight: 500; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,0.18); }
.number-cell { padding: 48px 32px 0; }
.number-cell:first-child { padding-left: 0; }
.number-cell:last-child { padding-right: 0; }
.number-cell:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.18); }
.number-big { display: flex; align-items: baseline; }
.number-big-n { font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 116px; font-weight: 900; letter-spacing: -0.03em; line-height: 1; color: #fff; }
.number-big-u { font-family: Inter, sans-serif; font-size: 28px; background: var(--gp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; margin-left: 6px; font-weight: 700; }
.number-l { margin-top: 24px; font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.18em; color: rgba(255,255,255,0.7); font-weight: 600; }
.number-s { margin-top: 6px; font-size: 12px; color: rgba(255,255,255,0.55); }

/* FAQ */
.faq { padding: 96px 0; }
.faq-list { border-top: 1px solid var(--gp-line); }
.faq-item { border-bottom: 1px solid var(--gp-line); }
.faq-q-btn {
  width: 100%; text-align: left;
  padding: 32px 0;
  display: grid; grid-template-columns: 60px 1fr 40px;
  gap: 24px; align-items: center;
}
.faq-q-num { font-family: Inter, sans-serif; font-size: 12px; letter-spacing: 0.16em; color: var(--gp-ink-3); font-weight: 500; }
.faq-q-text { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 20px; font-weight: 700; color: var(--gp-ink); line-height: 1.5; }
.faq-q-mark { font-size: 22px; color: var(--gp-accent); font-weight: 700; transition: transform 0.25s; display: inline-block; text-align: right; }
.faq-item.open .faq-q-mark { transform: rotate(45deg); }
.faq-a { padding: 0 0 36px 84px; font-size: 16px; color: var(--gp-ink-2); line-height: 1.95; max-width: 820px; display: none; }
.faq-item.open .faq-a { display: block; }

/* Final CTA */
.finalcta { padding: 100px 0; background: var(--gp-bg); }
.finalcta-meta { margin-bottom: 48px; }
.finalcta-grid { display: grid; grid-template-columns: 1fr; gap: 64px; }
.finalcta-h { font-family: "Noto Sans JP", "Hiragino Sans", sans-serif; font-size: 84px; font-weight: 900; line-height: 1.25; letter-spacing: -0.01em; color: var(--gp-ink); margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
.finalcta-lead { font-size: 16px; line-height: 1.95; color: var(--gp-ink-2); max-width: 640px; margin-bottom: 40px; }
.finalcta-form-slot {
  margin: 0 auto 32px;
  max-width: 720px;
  min-height: 80px;
}
.finalcta-ctas { display: flex; flex-direction: column; gap: 12px; }
.finalcta-btn-primary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 32px; background: var(--gp-grad-strong); color: #fff !important;
  font-size: 15px; font-weight: 700; border-radius: 999px;
  box-shadow: 0 10px 28px -8px rgba(255, 59, 86,0.6);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.finalcta-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -8px rgba(255, 59, 86,0.75); }
.finalcta-btn-arrow { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.22); display: grid; place-items: center; font-size: 14px; }
.finalcta-btn-ghost {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 32px; background: #fff; color: var(--gp-ink) !important;
  font-size: 14px; font-weight: 700; border-radius: 999px;
  border: 1px solid var(--gp-line);
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.finalcta-btn-ghost:hover { border-color: var(--gp-accent); transform: translateY(-2px); }
.finalcta-tel { margin-top: 28px; font-size: 14px; color: var(--gp-ink-3); line-height: 1.85; }

/* Footer */
footer { padding: 60px 0 40px; background: var(--gp-bg); border-bottom: none; }
.footer-row { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 32px; border-bottom: 1px solid var(--gp-line); margin-bottom: 24px; }
.footer-logo { font-family: "Inter", "Noto Sans JP", sans-serif; font-size: 56px; font-weight: 800; letter-spacing: -0.02em; background: var(--gp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.footer-en { font-family: Inter, sans-serif; font-size: 11px; letter-spacing: 0.24em; color: var(--gp-ink-3); }
.footer-bottom { display: flex; justify-content: space-between; font-size: 11px; color: var(--gp-ink-3); font-family: Inter, sans-serif; letter-spacing: 0.06em; }

/* Sticky CTA */
.sticky {
  position: sticky; bottom: 0; left: 0; right: 0; z-index: 40;
  background: rgba(5, 28, 44, 0.96);
  backdrop-filter: blur(10px);
  color: #fff; padding: 18px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 -8px 24px -8px rgba(0,0,0,0.18);
}
.sticky-text { font-size: 17px; font-weight: 800; letter-spacing: 0.02em; }
.sticky-sub { font-size: 13px; color: rgba(255,255,255,0.78); font-weight: 500; margin-top: 4px; letter-spacing: 0.04em; }
.sticky-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 32px; background: var(--gp-grad-strong); color: #fff !important;
  font-size: 16px; font-weight: 800; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 8px 22px -4px rgba(255, 59, 86,0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.sticky-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -4px rgba(255, 59, 86,0.85); }
.sticky-btn::before {
  content: ''; flex-shrink: 0;
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.25);
  animation: sticky-pulse 1.8s ease-in-out infinite;
}
@keyframes sticky-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
  50%      { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}

/* Responsive */
@media (max-width: 960px) {
  .wrap { padding: 0 24px; }
  .midcta-grid, .finalcta-grid { grid-template-columns: 1fr; gap: 40px; }
  .sect-head { margin-bottom: 40px; min-height: 130px; }
  .sect-head > div:first-child { top: -10px; gap: 14px; }
  .sect-head > div:first-child > .meta:first-child { font-size: 130px; }
  .sect-head > div:first-child > .sect-num { font-size: 28px; }
  .sect-head > div:nth-child(2) { padding-top: 70px; }
  .hero-h1 { font-size: 24px; line-height: 1.5; }
  .hero-pain { font-size: 16px; padding-left: 14px; }
  .hero-sub { font-size: 16px; margin-top: 20px; padding: 8px 0 10px; }
  .hero-caption { font-size: 14px; line-height: 1.85; }
  .hero-target-tag { font-size: 11px; padding: 4px 10px; }
  .hero-target-tags { gap: 6px; margin-bottom: 16px; }
  .hero-trust { grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px 0; max-width: 100%; }
  .hero-trust-item:not(:first-child)::before { left: -5px; }
  .hero-trust-num { gap: 2px; }
  .hero-trust-big { font-size: 28px; letter-spacing: -0.03em; }
  .hero-trust-unit { font-size: 11px; }
  .hero-trust-label { font-size: 10px; letter-spacing: 0; }
  .h2 { font-size: 28px; line-height: 1.45; }
  .midcta-h { font-size: 28px; line-height: 1.45; }
  .finalcta-h { font-size: 32px; line-height: 1.4; }
  .num-big-n { font-size: 96px; }
  .number-big-n { font-size: 72px; }
  .hero-logo img { height: 36px; }
  .hero-logo-row { padding-top: 24px; margin-bottom: 40px; }
  .sticky { flex-direction: column; align-items: stretch; padding: 14px 16px 16px; gap: 10px; }
  .sticky-textwrap { text-align: center; }
  .sticky-text { font-size: 14px; }
  .sticky-sub { font-size: 11px; margin-top: 3px; }
  .sticky-btn { width: 100%; justify-content: center; padding: 16px 20px; font-size: 15px; }
  .domains-grid { grid-template-columns: repeat(2, 1fr); }
  .ai-title { font-size: 28px; line-height: 1.45; }
  .ai-lead { font-size: 15px; line-height: 1.85; }
  .ai-chips { grid-template-columns: 1fr; }
  .ai-chip { padding: 24px 20px; }
  .ai-chip-title { font-size: 18px; }
  .approach-grid { grid-template-columns: 1fr; gap: 20px; }
  .approach-card { padding: 36px 28px; }
  .approach-card-title { font-size: 22px; }
  .approach-row { grid-template-columns: 1fr; gap: 18px; padding: 22px 20px; }
  .approach-row-num { font-size: 48px; }
  .approach-row-h3 { font-size: 18px; line-height: 1.5; }
  .approach-row-desc { font-size: 13px; }
  .approach-list { flex-wrap: wrap; gap: 8px; }
  .approach-list li {
    flex: 1 1 calc(50% - 4px);
    font-size: 13px;
    padding: 12px 12px;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-height: 1.45;
  }
  .approach-connector { height: 36px; margin: 2px 0; }
  .approach-connector svg { width: 32px; height: 36px; }
  .approach-tagline { padding: 18px 20px; gap: 14px; }
  .approach-tagline-text { font-size: 16px; }
  .approach-tagline-icon { width: 36px; height: 36px; }
  .approach-tagline-icon svg { width: 18px; height: 18px; }
  .approach-tagline-body { gap: 8px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-line { display: none; }
  .worries-grid, .voices-cards, .interviews, .logobar-grid { grid-template-columns: 1fr; }
  .trusted { padding: 20px 0 24px; }
  .trusted-grid { grid-template-columns: repeat(4, 1fr); }
  .trusted-logo {
    height: 60px; padding: 10px 12px;
    border-right: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
  }
  .trusted-logo:nth-child(4n) { border-right: none; }
  .trusted-logo:nth-last-child(-n+4) { border-bottom: none; }
  .case-row { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
  .case-visual { width: 100%; max-width: 320px; margin: 0 auto; }
  .case-detail { grid-template-columns: 1fr; gap: 16px; }
  .case-title { font-size: 19px; line-height: 1.5; word-break: keep-all; overflow-wrap: anywhere; }
  .case-desc { font-size: 14px; }
  .worry { padding: 24px 18px; }
  .worry-text { font-size: 15px; line-height: 1.7; }
  .voice-card { padding: 28px 22px; min-height: 0; }
  .voice-quote { font-size: 15px; line-height: 1.85; }
  .voice-who { font-size: 13px; }
  .faq-q-btn { grid-template-columns: 40px 1fr 28px; gap: 14px; padding: 22px 0; }
  .faq-q-text { font-size: 16px; line-height: 1.5; word-break: keep-all; overflow-wrap: anywhere; }
  .faq-q-num { font-size: 11px; }
  .faq-q-mark { font-size: 18px; }
  .faq-a { padding: 0 0 24px 54px; font-size: 14px; line-height: 1.85; }
  .domain-label { font-size: 13px; }
  .process-step-jp { font-size: 17px; }
  .process-step-desc { font-size: 13px; }
  .process-step-num { width: 48px; height: 48px; font-size: 16px; }
  .midcta-lead { font-size: 14px; }
  .finalcta-lead { font-size: 14px; }
  body { line-height: 1.65; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
}
