:root {
  --navy: #061e50;
  --navy-2: #082e79;
  --blue: #0a48b3;
  --blue-bright: #1764d8;
  --orange: #ff6400;
  --orange-2: #ff8a00;
  --gold: #e8ba3d;
  --gold-light: #ffe29a;
  --ink: #071f50;
  --text: #263b60;
  --muted: #61708a;
  --line: #dbe4f0;
  --bg: #f3f7fc;
  --white: #fff;
  --shadow: 0 18px 50px rgba(4, 31, 78, .13);
  --shadow-strong: 0 24px 60px rgba(2, 24, 68, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--text); font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; background: #fff; font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input { font: inherit; }
[id] { scroll-margin-top: 92px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-light { background: var(--bg); }
.pc-only { display: initial; }
.sp-only { display: none; }

.site-header { height: 76px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 42px; position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(7,31,80,.1); background: rgba(255,255,255,.97); backdrop-filter: blur(14px); box-shadow: 0 5px 22px rgba(3,29,75,.06); }
.site-header nav { margin-left: auto; display: flex; align-items: center; gap: 31px; color: var(--ink); font-size: 14px; font-weight: 800; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: linear-gradient(90deg,var(--gold),var(--orange)); transform: scaleX(0); transition: .25s; }
.site-header nav a:hover::after { transform: scaleX(1); }
.header-cta { min-width: 145px; height: 50px; padding: 0 17px; display: grid; grid-template-columns: 21px 1fr; column-gap: 9px; align-content: center; color: #fff; background: linear-gradient(100deg,var(--orange),var(--orange-2)); box-shadow: 0 10px 24px rgba(255,100,0,.25); font-weight: 900; line-height: 1.15; }
.header-cta svg { grid-row: 1 / 3; align-self: center; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-cta span { font-size: 14px; }
.header-cta small { margin-top: 3px; font-size: 12px; font-weight: 700; opacity: .9; }

.hero { --hero-shift: 0px; min-height: 680px; position: relative; isolation: isolate; overflow: hidden; background: #dff2ff url("assets/hero-trades-v3.png") center calc(50% + var(--hero-shift)) / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 30%,rgba(255,255,255,.82) 39%,rgba(255,255,255,.32) 50%,rgba(255,255,255,.03) 62%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; z-index: 2; background: linear-gradient(90deg,var(--navy),var(--blue-bright) 58%,var(--gold)); }
.hero-sky-glow { width: 520px; height: 520px; position: absolute; left: -190px; top: -260px; z-index: -1; border-radius: 50%; background: rgba(255,255,255,.82); filter: blur(20px); }
.hero-grid { min-height: 680px; padding-block: 64px 78px; display: grid; grid-template-columns: minmax(0,720px) 1fr; gap: 36px; align-items: center; }
.hero-copy { max-width: 700px; position: relative; z-index: 2; }
.industry-label { width: fit-content; margin: 0 0 18px; padding: 9px 16px; display: flex; align-items: center; gap: 10px; color: var(--blue); border: 1px solid rgba(10,72,179,.25); border-radius: 999px; background: rgba(255,255,255,.86); box-shadow: 0 8px 24px rgba(4,43,101,.08); font-size: 14px; font-weight: 900; letter-spacing: .1em; line-height: 1; }
.industry-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(232,186,61,.18); }
.industry-label.is-white { color: var(--navy); border-color: #fff; background: #fff; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(58px,5.7vw,82px); line-height: 1.08; letter-spacing: -.065em; font-weight: 900; }
.hero h1 span,.hero h1 em,.hero h1 > strong { display: block; }
.hero h1 span { font-size: .58em; letter-spacing: -.035em; }
.hero h1 em { margin-top: 7px; color: var(--navy); font-size: .78em; font-style: normal; letter-spacing: -.05em; }
.hero h1 em b { position: relative; color: #0a48b3; }
.hero h1 em b::after { content: ""; height: 8px; position: absolute; right: 0; bottom: 3px; left: 0; z-index: -1; border-radius: 8px; background: rgba(255,211,70,.62); }
.hero h1 > strong { margin-top: 2px; color: #0a48b3; font-size: 1em; text-shadow: 0 7px 26px rgba(10,72,179,.12); }
.hero-lead { margin: 23px 0 27px; color: #18375f; font-size: 19px; font-weight: 700; line-height: 1.75; }
.hero-lead b { color: var(--blue); font-weight: 900; }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.hero-cta { width: 390px; min-height: 72px; flex: 0 0 auto; border-radius: 8px; font-size: 18px; box-shadow: 0 17px 36px rgba(255,100,0,.3); }
.hero-actions > p { margin: 0; display: flex; align-items: center; gap: 6px; color: #395370; font-size: 13px; font-weight: 800; line-height: 1.5; }
.hero-actions > p svg { width: 19px; height: 19px; flex: 0 0 auto; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 1.8; }
.hero-scroll { position: absolute; left: 50%; bottom: 24px; z-index: 3; display: flex; align-items: center; gap: 9px; transform: translateX(-50%); color: rgba(6,30,80,.64); font-size: 10px; font-weight: 900; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero-scroll i { width: 1px; height: 34px; overflow: hidden; background: rgba(6,30,80,.22); }
.hero-scroll i::after { content: ""; width: 1px; height: 16px; display: block; background: var(--blue); animation: scrollLine 1.8s ease-in-out infinite; }

.consult-card { --tilt-x: 0deg; --tilt-y: 0deg; padding: 34px 25px 24px; position: relative; color: var(--navy); text-align: center; border: 8px solid var(--navy); border-radius: 11px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-strong); transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform .25s ease,box-shadow .25s ease; }
.consult-card:hover { box-shadow: 0 30px 75px rgba(2,24,68,.32); }
.consult-card::before { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid #dce4ef; border-radius: 4px; }
.consult-ribbon { min-width: 176px; padding: 7px 20px; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); color: #fff; background: linear-gradient(90deg,#a97912,#e8ba3d,#a97912); clip-path: polygon(7% 0,93% 0,100% 50%,93% 100%,7% 100%,0 50%); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.consult-ribbon strong { margin-left: 3px; font-size: 16px; }
.consult-seal { width: 56px; height: 56px; margin: 3px auto 9px; position: relative; z-index: 1; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg,#1764d8,#082e79); box-shadow: 0 8px 19px rgba(7,48,122,.24); }
.consult-seal svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.consult-kicker { margin: 0; color: var(--blue-bright); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.consult-card h2 { margin: 3px 0 9px; position: relative; font-size: 22px; line-height: 1.5; }
.consult-lead { margin: 0 0 16px; position: relative; color: #4c5e7c; font-size: 13px; line-height: 1.7; }
.consult-lead strong { color: var(--orange); font-size: 16px; }
.consult-benefits { margin-bottom: 16px; position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.consult-benefits span { padding: 8px 2px; border: 1px solid #dce5f1; border-radius: 4px; background: #f5f8fc; color: #3a5074; font-size: 10px; font-weight: 800; }
.consult-benefits b { display: block; margin-bottom: 3px; color: var(--blue); font-size: 10px; }
.cta-button { min-height: 58px; padding: 0 11px 0 18px; position: relative; z-index: 1; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: 11px; color: #fff; border-radius: 5px; background: linear-gradient(100deg,var(--orange),var(--orange-2)); box-shadow: 0 11px 24px rgba(255,100,0,.28); font-size: 16px; font-weight: 900; line-height: 1.25; transition: .22s; }
.cta-button::before { content: ""; width: 42px; height: 180%; position: absolute; top: -40%; left: -28%; transform: skewX(-24deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.68),transparent); animation: ctaShine 4.2s ease-in-out infinite; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(255,100,0,.36); filter: saturate(1.08); }
.cta-button > svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cta-button > span { flex: 1; }
.cta-button > span small { display: block; margin-bottom: 2px; font-size: 12px; font-weight: 700; opacity: .92; }
.cta-button i { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--orange); border-radius: 50%; background: #fff; }
.cta-button i svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.cta-button:hover i svg { transform: translateX(2px); }
.consult-note { margin: 12px 0 0; position: relative; display: flex; align-items: center; justify-content: center; gap: 5px; color: #66768f; font-size: 10px; font-weight: 700; }
.consult-note svg { width: 15px; height: 15px; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 1.8; }

.proof-strip { padding: 32px 0 48px; position: relative; z-index: 5; background: linear-gradient(180deg,#edf4fd,#f7f9fc); }
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.proof-grid article { min-height: 172px; padding: 25px 24px 22px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #dbe5f1; border-radius: 14px; background: #fff; box-shadow: 0 14px 34px rgba(4,31,78,.1); text-align: center; }
.proof-grid article::before { content: ""; height: 4px; position: absolute; inset: 0 24px auto; border-radius: 0 0 4px 4px; background: linear-gradient(90deg,var(--blue),#5e9bf0); }
.proof-grid article:nth-child(2)::before { background: linear-gradient(90deg,#c68d0e,var(--gold)); }
.proof-grid small { min-height: 29px; padding: 3px 13px; display: inline-flex; align-items: center; justify-content: center; color: #36547e; border-radius: 999px; background: #edf4ff; font-size: 14px; font-weight: 900; letter-spacing: .06em; }
.proof-grid strong { min-height: 59px; margin: 5px 0 2px; display: flex; align-items: baseline; justify-content: center; gap: 4px; color: var(--navy); line-height: 1; white-space: nowrap; }
.proof-grid strong b { color: var(--blue); font-size: 46px; letter-spacing: -.04em; }
.proof-grid strong em { font-size: 17px; font-style: normal; font-weight: 900; }
.proof-grid strong i { width: 34px; height: 34px; margin-inline: 6px; display: inline-grid; place-items: center; align-self: center; color: #9a6a00; border-radius: 50%; background: #fff0bd; font-size: 20px; font-style: normal; }
.proof-grid span { display: block; color: #5d6f8b; font-size: 15px; font-weight: 700; }

.section-title { margin-bottom: 31px; text-align: center; }
.section-title > span,.eyebrow { display: block; margin-bottom: 6px; color: var(--blue-bright); font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.section-title h2 { margin: 0; color: var(--navy); font-size: clamp(28px,3vw,38px); line-height: 1.4; letter-spacing: .02em; }
.section-title p { margin: 9px 0 0; color: #52627d; font-size: 16px; font-weight: 600; }
.decorated-title h2 { display: flex; align-items: center; justify-content: center; gap: 18px; }
.decorated-title h2::before,.decorated-title h2::after { content: ""; width: 72px; height: 2px; background: linear-gradient(90deg,transparent,#a97e18); }
.decorated-title h2::after { transform: scaleX(-1); }

.problems { padding: 65px 0 70px; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 21px; }
.problem-card { min-height: 236px; padding: 28px 25px 24px; position: relative; border: 1px solid #dfe7f1; border-top: 4px solid var(--blue); border-radius: 8px; text-align: center; background: #fff; box-shadow: 0 12px 32px rgba(6,35,83,.09); transition: .25s; }
.problem-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-no { position: absolute; top: 14px; right: 16px; color: #ccd7e7; font-family: Georgia,serif; font-size: 18px; font-weight: 700; }
.problem-icon { width: 64px; height: 64px; margin: 0 auto 11px; display: grid; place-items: center; color: var(--blue); border-radius: 50%; background: linear-gradient(145deg,#eef4ff,#dfeaff); box-shadow: inset 0 0 0 1px #cfddf3; }
.problem-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.problem-card h3 { margin: 0 0 13px; color: var(--navy); font-size: 18px; line-height: 1.5; }
.problem-card p { max-width: 270px; margin: auto; color: #405474; font-size: 15px; font-weight: 700; line-height: 1.75; }

.solution-bridge { color: #fff; background: linear-gradient(100deg,#071c4a,#0d48ae); }
.bridge-inner { min-height: 145px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.bridge-badge { width: 116px; height: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); border: 4px double #fff1bd; border-radius: 50%; background: radial-gradient(circle,#ffe8a1,#d8a729); box-shadow: 0 0 0 6px rgba(255,255,255,.1); text-align: center; }
.bridge-badge svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bridge-badge span { margin-top: 3px; font-size: 11px; font-weight: 800; }
.bridge-badge strong { font-size: 15px; }
.bridge-inner > div:nth-child(2) p { margin: 0; font-size: 22px; font-weight: 800; }
.bridge-inner > div:nth-child(2) p strong { color: #ffdb57; }
.bridge-inner > div:nth-child(2) > span { color: #d0dcf3; font-size: 15px; font-weight: 600; }
.text-cta { min-height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.6); border-radius: 4px; font-size: 15px; font-weight: 900; transition: .2s; }
.text-cta:hover { color: var(--navy); background: #fff; }
.text-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.service { position: relative; color: #fff; overflow: hidden; background: linear-gradient(120deg,#031743 0%,#06388f 58%,#0b56bf 100%); }
.service::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.service-inner { padding-block: 62px 48px; position: relative; }
.service-main { min-height: 410px; display: grid; grid-template-columns: 42% 58%; align-items: center; gap: 48px; }
.service-copy { align-self: center; position: relative; z-index: 2; }
.service-copy .eyebrow { margin-top: 12px; color: #98bcff; }
.service-copy h2 { margin: 0; color: #fff; font-size: 43px; line-height: 1.3; }
.service-lead { margin: 7px 0 18px; font-size: 18px; font-weight: 700; line-height: 1.7; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { margin: 8px 0; display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; }
.check-list li b { color: #ffe06e; }
.check-list svg { width: 23px; height: 23px; flex: 0 0 auto; color: #ffda4e; fill: none; stroke: currentColor; stroke-width: 2.1; }
.service-visual { height: 410px; min-width: 0; margin: 0; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.36); border-radius: 18px; background: #d8e8f4; box-shadow: 0 24px 55px rgba(1,17,50,.32); }
.service-visual::before { content: ""; width: 118px; height: 7px; position: absolute; top: 0; left: 0; z-index: 2; background: linear-gradient(90deg,var(--gold),#ffe49a); }
.service-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(0deg,rgba(3,26,76,.78),transparent); pointer-events: none; }
.service-visual img { width: 100%; height: 100%; position: static; object-fit: cover; object-position: center; }
.service-visual figcaption { padding: 10px 16px; position: absolute; left: 18px; bottom: 16px; z-index: 2; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 7px; background: rgba(2,25,72,.74); backdrop-filter: blur(7px); font-size: 15px; font-weight: 800; }
.service-visual figcaption svg { width: 17px; height: 17px; color: #ffda4e; fill: none; stroke: currentColor; stroke-width: 1.6; }
.role-cards { margin-top: 24px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.role-cards article { padding: 15px 18px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.29); border-radius: 7px; background: rgba(1,18,58,.5); backdrop-filter: blur(9px); }
.role-cards article > span { width: 47px; height: 47px; flex: 0 0 auto; display: grid; place-items: center; color: #ffda4e; border-radius: 50%; background: rgba(255,255,255,.11); }
.role-cards article svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.role-cards article small { display: block; color: #9fc1ff; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.role-cards article strong { display: block; margin-top: 2px; font-size: 16px; }
.role-cards article p { margin: 3px 0 0; color: #dbe5f8; font-size: 14px; font-weight: 600; }

.support { padding: 68px 0 72px; }
.support-value { width: fit-content; margin: -8px auto 30px; padding: 11px 22px; display: flex; align-items: baseline; justify-content: center; gap: 8px; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: linear-gradient(100deg,#041b4b,#0b4eb6); box-shadow: 0 12px 28px rgba(6,39,97,.2); }
.support-value span,.support-value i { font-size: 14px; font-style: normal; font-weight: 900; }
.support-value strong { color: #ffdf63; font-size: 28px; line-height: 1; }
.support-value b { font-size: 16px; }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.support-grid article { min-height: 388px; position: relative; overflow: hidden; border: 1px solid #dfe7f2; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(6,35,83,.1); }
.support-photo { height: 184px; margin: 0; position: relative; overflow: hidden; background: #dce7f5; }
.support-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 -30px 36px rgba(3,28,76,.14); }
.support-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.22,.8,.28,1); }
.support-photo-icon { width: 46px; height: 46px; position: absolute; left: 17px; bottom: 14px; z-index: 2; display: grid; place-items: center; color: #fff; border: 2px solid rgba(255,255,255,.85); border-radius: 12px; background: rgba(6,50,125,.9); box-shadow: 0 8px 20px rgba(2,22,61,.25); backdrop-filter: blur(6px); }
.support-photo-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.support-grid article:hover .support-photo img { transform: scale(1.035); }
.support-content { min-height: 203px; padding: 21px 23px 23px; position: relative; }
.support-content > small { width: 34px; height: 34px; position: absolute; top: -18px; right: 20px; display: grid; place-items: center; color: #fff; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 7px 15px rgba(6,47,119,.2); font-size: 12px; font-weight: 900; }
.support-grid h3 { margin: 0 0 8px; color: var(--navy); font-size: 20px; }
.support-grid p { margin: 0; position: relative; z-index: 1; color: #4c5d78; font-size: 15px; font-weight: 600; line-height: 1.75; }
.support-grid article { transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.support-grid article:hover { transform: translateY(-6px); border-color: #b6cae6; box-shadow: 0 20px 40px rgba(6,35,83,.14); }
.support-detail { display: block; margin-top: 10px; position: relative; z-index: 1; color: var(--blue); font-size: 14px; line-height: 1.6; }
.support-grid article.support-lp { border: 2px solid #d7a92c; background: linear-gradient(145deg,#fffdf5,#fff8dc); box-shadow: 0 16px 38px rgba(144,99,0,.15); }
.support-lp .support-photo-icon { color: var(--navy); border-color: rgba(255,255,255,.9); background: rgba(255,214,80,.93); }
.support-lp .support-content > small { color: var(--navy); background: linear-gradient(145deg,#ffe180,#c9971a); }
.support-lp .support-detail { width: fit-content; padding: 5px 9px; color: #705000; border: 1px solid #ead17b; border-radius: 4px; background: #fff1b8; }
.mid-cta { padding: 34px 0 22px; color: #fff; background: linear-gradient(105deg,#071b48,#0c49ae); border-top: 3px solid var(--gold); }
.mid-cta-inner { display: grid; grid-template-columns: 1fr 390px; gap: 40px; align-items: center; }
.mid-cta-inner > div > span { color: #c3d5f5; font-size: 14px; font-weight: 700; }
.mid-cta-inner h2 { margin: 3px 0 0; font-size: 25px; line-height: 1.45; }
.cta-wide { min-height: 65px; }
.cta-trust { margin-top: 20px; padding: 11px 20px; display: flex; justify-content: center; gap: 32px; border-top: 1px solid rgba(255,255,255,.15); color: #dce6f8; font-size: 13px; font-weight: 700; }
.cta-trust span { display: flex; align-items: center; gap: 5px; }
.cta-trust svg { width: 15px; height: 15px; color: #ffdc63; fill: none; stroke: currentColor; stroke-width: 1.8; }

.flow { padding: 68px 0 74px; }
.flow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px 20px; }
.flow-grid article { min-height: 205px; padding: 36px 22px 23px; position: relative; text-align: center; border: 1px solid #e2e8f1; border-radius: 9px; background: #fff; box-shadow: 0 10px 26px rgba(5,37,89,.08); }
.flow-grid article:not(:last-child)::after { display: none; }
.flow-grid article > b { width: 38px; height: 38px; position: absolute; top: -16px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; color: #fff; border: 3px solid var(--bg); border-radius: 50%; background: linear-gradient(145deg,#155bd0,#072e7a); font-size: 13px; }
.flow-icon { height: 67px; display: grid; place-items: center; color: var(--blue); }
.flow-icon svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.flow-grid h3 { margin: 8px 0 5px; color: var(--navy); font-size: 18px; line-height: 1.5; }
.flow-grid p { margin: 0; color: #566681; font-size: 15px; font-weight: 600; line-height: 1.65; }

.results { position: relative; color: #fff; background: #041b4c url("assets/case-study.png") center / cover no-repeat; }
.results::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(2,20,61,.98),rgba(6,49,130,.91) 62%,rgba(2,19,56,.28)); }
.results-inner { padding-block: 59px 64px; position: relative; }
.section-title.is-white { margin-bottom: 28px; }
.section-title.is-white > span { color: #9fc1ff; }
.section-title.is-white h2 { color: #fff; }
.section-title.is-white p { color: #cad8f2; }
.results-layout { width: 100%; display: grid; grid-template-columns: 1.04fr .96fr; gap: 24px; align-items: stretch; }
.case-box,.results-message { min-height: 340px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; background: linear-gradient(145deg,rgba(3,24,72,.86),rgba(7,54,139,.65)); box-shadow: 0 20px 48px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.case-box { padding: 0 28px 25px; overflow: hidden; }
.case-head { margin: 0 -28px 19px; padding: 14px 23px; display: flex; align-items: center; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(1,17,52,.35); }
.case-label { padding: 6px 12px; color: var(--navy); border-radius: 3px; background: linear-gradient(90deg,#ffe8a5,#d6a529); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.case-company { margin: 0; font-size: 16px; font-weight: 800; }
.case-transition { margin-bottom: 18px; display: grid; grid-template-columns: 1fr 48px 1fr; align-items: center; gap: 10px; }
.case-transition > div { padding: 12px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; background: rgba(255,255,255,.06); text-align: center; }
.case-transition small { display: block; color: #c3d0e8; font-size: 12px; font-weight: 700; }
.case-transition strong { font-size: 15px; }
.case-transition strong b { color: #ffdb57; font-size: 22px; }
.case-transition > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: linear-gradient(145deg,#ffe59a,#cf9a20); box-shadow: 0 6px 16px rgba(0,0,0,.18); }
.case-transition > span svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.case-numbers { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 13px; }
.case-numbers span { text-align: center; }
.case-numbers span > small { display: block; color: #c8d5ec; font-size: 13px; font-weight: 700; }
.case-numbers strong { display: block; color: #ffdb57; line-height: 1.05; }
.case-numbers strong b { font-size: 48px; }
.case-numbers strong em { margin-left: 3px; font-size: 15px; font-style: normal; }
.case-numbers .case-cost b { font-size: 40px; }
.case-numbers > i { width: 1px; height: 55px; background: rgba(255,255,255,.22); }
.results-message { padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; }
.achievement-label { width: fit-content; padding: 6px 12px; display: block; color: var(--navy); border-radius: 2px; background: linear-gradient(90deg,#ffe7a1,#d5a327); font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.results-message h3 { margin: 9px 0 8px; font-size: 25px; line-height: 1.5; }
.results-message h3 strong { color: #ffdb57; }
.results-message > p { margin: 0 0 18px; color: #dce5f6; font-size: 15px; font-weight: 600; line-height: 1.75; }
.result-strengths { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.result-strengths article { min-width: 0; padding: 10px 8px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: rgba(255,255,255,.07); }
.result-strengths svg { width: 23px; height: 23px; flex: 0 0 auto; color: #ffdb57; fill: none; stroke: currentColor; stroke-width: 1.6; }
.result-strengths small { display: block; color: #becde7; font-size: 11px; font-weight: 700; }
.result-strengths b { display: block; overflow: hidden; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; }
.results-cta { margin-top: 18px; padding: 13px 14px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--navy); border-radius: 4px; background: linear-gradient(90deg,#ffe7a1,#e1af32); font-size: 15px; font-weight: 900; transition: .2s; }
.results-cta:hover { transform: translateY(-2px); filter: brightness(1.05); }
.results-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.pricing { padding: 68px 0 72px; background: #f5f8fc; }
.pricing-grid { display: grid; grid-template-columns: 430px 1fr; gap: 31px; }
.price-card { padding: 0 30px 25px; overflow: hidden; border: 1px solid #dbe4ef; border-radius: 8px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.price-ribbon { margin: 0 -30px 19px; padding: 10px; color: #fff; background: linear-gradient(90deg,#072b70,#0c55c4,#072b70); font-size: 15px; font-weight: 900; }
.price-from { margin: 0; color: #50617e; font-size: 15px; font-weight: 800; }
.price-main { margin: -4px 0 1px; color: var(--navy); line-height: 1; }
.price-main strong { font-size: 68px; }
.price-main span { margin-left: 5px; font-size: 19px; font-weight: 900; }
.price-ad { margin: 7px 0 15px; color: var(--navy); font-size: 16px; font-weight: 800; }
.price-scope { margin: 0 0 16px; padding: 11px 15px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; border-radius: 6px; background: linear-gradient(100deg,#062662,#0b52ba); box-shadow: 0 10px 22px rgba(7,48,122,.17); }
.price-scope strong { color: #ffe071; font-size: 14px; }
.price-scope span { font-size: 15px; font-weight: 900; }
.price-scope span b { margin-right: 2px; font-size: 26px; line-height: 1; }
.price-card ul { list-style: none; margin: 0; padding: 14px 17px; display: grid; gap: 7px; text-align: left; border-top: 1px solid #e0e7f0; border-bottom: 1px solid #e0e7f0; color: #405474; font-size: 15px; font-weight: 700; }
.price-card li { display: flex; align-items: center; gap: 7px; }
.price-card li svg { width: 18px; height: 18px; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 2; }
.price-card > small { display: block; margin-top: 10px; color: #6d7b91; font-size: 13px; }
.price-cta { min-height: 100%; padding: 27px 45px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #d8e2ef; border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(6,35,83,.08); text-align: center; }
.price-cta::before,.price-cta::after { content: ""; width: 160px; height: 160px; position: absolute; border-radius: 50%; background: #edf4ff; }
.price-cta::before { left: -90px; top: -80px; }
.price-cta::after { right: -90px; bottom: -80px; }
.price-seal { width: 83px; height: 83px; position: absolute; top: 18px; right: 20px; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); border: 3px double #fff2bb; border-radius: 50%; background: linear-gradient(145deg,#ffe7a2,#d3a126); box-shadow: 0 8px 20px rgba(124,86,0,.17); line-height: 1.05; }
.price-seal span,.price-seal small { font-size: 9px; font-weight: 800; }
.price-seal strong { font-size: 20px; }
.price-cta .eyebrow { position: relative; z-index: 1; }
.price-cta h2 { margin: 0; position: relative; z-index: 1; color: var(--navy); font-size: 27px; line-height: 1.5; }
.price-cta > p:not(.eyebrow) { margin: 7px 0 18px; position: relative; z-index: 1; color: #5c6b83; font-size: 15px; font-weight: 700; }
.cta-large { width: min(100%,500px); min-height: 68px; font-size: 19px; }
.price-safety { margin-top: 13px; display: flex; gap: 8px; position: relative; z-index: 1; }
.price-safety span { padding: 5px 11px; color: #51617b; border: 1px solid #d9e2ed; border-radius: 20px; background: #f7f9fc; font-size: 12px; font-weight: 800; }

.final-cta { padding: 62px 0 66px; position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg,#04163e,#0b49af); text-align: center; }
.final-cta::before,.final-cta::after { content: ""; width: 360px; height: 360px; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018); }
.final-cta::before { left: -190px; top: -170px; }
.final-cta::after { right: -190px; bottom: -210px; }
.final-cta-inner { position: relative; z-index: 1; }
.final-kicker { padding: 5px 15px; display: inline-block; color: var(--navy); border-radius: 20px; background: linear-gradient(90deg,#ffe7a1,#d5a429); font-size: 13px; font-weight: 900; }
.final-cta h2 { margin: 10px 0 5px; font-size: 34px; line-height: 1.45; }
.final-cta > .container > p { margin: 0 0 20px; color: #d7e1f4; font-size: 16px; font-weight: 600; }
.cta-final { width: min(100%,540px); min-height: 72px; margin: auto; font-size: 20px; }
.direct-contact { width: min(100%,680px); margin: 18px auto 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.direct-contact a { min-height: 70px; padding: 11px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(255,255,255,.09); backdrop-filter: blur(6px); transition: background .2s,transform .2s,border-color .2s; }
.direct-contact a:hover { border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.16); transform: translateY(-2px); }
.direct-contact small { color: #bcd0f1; font-size: 12px; font-weight: 700; }
.direct-contact strong { margin-top: 2px; color: #fff; font-size: 18px; line-height: 1.3; overflow-wrap: anywhere; }
.final-note { margin-top: 13px; display: flex; align-items: center; justify-content: center; gap: 6px; color: #cedaf1; font-size: 13px; }
.final-note svg { width: 16px; height: 16px; color: #ffdb57; fill: none; stroke: currentColor; stroke-width: 1.8; }

footer { padding: 40px 0 20px; color: #fff; background: #020e29; }
.footer-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 45px; }
.footer-info { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.18); }
.footer-info:first-child { padding-left: 0; border-left: 0; }
.footer-info h3 { margin: 0 0 8px; font-size: 16px; }
.footer-info p,.footer-info a { display: block; margin: 0; color: #c5d0e5; font-size: 14px; }
.footer-bottom { margin-top: 28px; padding-top: 15px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); color: #9aabc9; font-size: 12px; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }
.toast { padding: 15px 20px; position: fixed; right: 24px; bottom: 24px; z-index: 100; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; background: #082e79; box-shadow: var(--shadow); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(15px); transition: .3s; }
.toast.show { opacity: 1; transform: translateY(0); }
.scroll-progress { height: 3px; position: fixed; inset: 0 0 auto; z-index: 120; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg,var(--gold),var(--orange)); box-shadow: 0 0 10px rgba(255,112,0,.5); pointer-events: none; }

.hero-copy > * { opacity: 0; animation: heroRise .72s cubic-bezier(.22,.8,.28,1) forwards; }
.hero-copy > *:nth-child(1) { animation-delay: .08s; }
.hero-copy > *:nth-child(2) { animation-delay: .18s; }
.hero-copy > *:nth-child(3) { animation-delay: .28s; }
.hero-copy > *:nth-child(4) { animation-delay: .4s; }
.hero-copy > *:nth-child(5) { animation-delay: .53s; }
.hero-copy > *:nth-child(6) { animation-delay: .65s; }
.consult-card { opacity: 0; animation: cardFade .85s .42s ease forwards; }

.motion-ready .reveal-target { opacity: 0; transform: translateY(34px); transition: opacity .78s cubic-bezier(.22,.8,.28,1),transform .78s cubic-bezier(.22,.8,.28,1); transition-delay: var(--reveal-delay,0ms); }
.motion-ready .reveal-target.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroBreath {
  from { background-size: auto 108%; }
  to { background-size: auto 113%; }
}
@keyframes beamSweep {
  0%,18% { opacity: 0; transform: translateX(-34vw) skewX(-18deg); }
  45% { opacity: .8; }
  70%,100% { opacity: 0; transform: translateX(60vw) skewX(-18deg); }
}
@keyframes medalFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes ctaShine {
  0%,64% { left: -28%; opacity: 0; }
  72% { opacity: 1; }
  88%,100% { left: 120%; opacity: 0; }
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollLine {
  0% { transform: translateY(-18px); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translateY(36px); opacity: 0; }
}
@keyframes cardFade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1060px) {
  .site-header nav { display: none; }
  .site-header .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: minmax(0,1fr) 290px; gap: 20px; }
  .hero h1 { font-size: 55px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .service-main { gap: 30px; }
  .bridge-inner { grid-template-columns: auto 1fr; }
  .bridge-inner .text-cta { display: none; }
  .results-layout { width: 100%; }
}

@media (max-width: 820px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  [id] { scroll-margin-top: 20px; }
  .site-header { display: none; }
  .hero { min-height: 790px; background-size: auto 56%; background-position: 66% bottom; }
  .hero::before { background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 49%,rgba(255,255,255,.75) 63%,rgba(255,255,255,.03) 80%); }
  .hero-grid { min-height: 790px; padding-block: 42px 310px; display: block; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(48px,9vw,64px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: row; }
  .hero-scroll { display: none; }
  .proof-strip { padding: 28px 0 38px; }
  .proof-grid { grid-template-columns: 1fr; gap: 13px; }
  .proof-grid article { min-height: 150px; padding: 23px 24px 20px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: auto; }
  .bridge-inner { padding-block: 20px; grid-template-columns: 100px 1fr; gap: 20px; }
  .bridge-badge { width: 95px; height: 95px; }
  .bridge-inner > div:nth-child(2) p { font-size: 19px; }
  .service-main { min-height: 0; display: block; }
  .service-copy { max-width: 500px; }
  .service-visual { height: 340px; margin: 25px 0 0; }
  .service-visual figcaption { right: auto; width: auto; transform: none; }
  .support-grid { grid-template-columns: repeat(2,1fr); }
  .mid-cta-inner { grid-template-columns: 1fr; gap: 17px; text-align: center; }
  .cta-wide { width: min(100%,480px); margin: auto; }
  .flow-grid { grid-template-columns: repeat(2,1fr); gap: 30px 16px; }
  .results-layout { width: 100%; grid-template-columns: 1fr; }
  .results::before { background: rgba(3,28,78,.88); }
  .results-message { text-align: left; }
  .result-strengths b { white-space: normal; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { width: min(100%,520px); margin: auto; }
  .price-cta { padding-block: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .text-cta,.results-cta,.direct-contact a { min-height: 48px; }
  .mobile-cta { min-height: 68px; height: auto; padding: 8px 16px calc(8px + env(safe-area-inset-bottom)); position: fixed; inset: auto 0 0; z-index: 90; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: linear-gradient(100deg,var(--orange),var(--orange-2)); box-shadow: 0 -8px 24px rgba(3,22,61,.2); font-size: 16px; font-weight: 900; line-height: 1.15; }
  .mobile-cta > svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .mobile-cta span small { display: block; font-size: 11px; font-weight: 700; }
  .mobile-cta i { width: 27px; height: 27px; display: grid; place-items: center; color: var(--orange); border-radius: 50%; background: #fff; }
  .mobile-cta i svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
  .toast { right: 14px; bottom: calc(84px + env(safe-area-inset-bottom)); left: 14px; text-align: center; }
}

@media (max-width: 700px) {
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: 0; }
  .support-photo { height: clamp(215px,56vw,285px); }
  .support-content { min-height: 0; }
  .role-cards,.flow-grid,.footer-grid { grid-template-columns: 1fr; }
  .flow-grid { gap: 30px; }
  .footer-grid { gap: 25px; }
  .footer-info { padding: 20px 0 0 !important; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 540px) {
  .container { width: min(100% - 28px,1180px); }
  .pc-only { display: none; }
  .sp-only { display: initial; }
  .industry-label { margin-bottom: 14px; padding: 8px 13px; font-size: 13px; }
  .hero { min-height: 720px; background-size: auto 45%; background-position: 65% bottom; }
  .hero::before { background: linear-gradient(180deg,#fff 0%,rgba(255,255,255,.99) 59%,rgba(255,255,255,.7) 72%,rgba(255,255,255,.03) 87%); }
  .hero-grid { min-height: 720px; padding-block: 34px 250px; }
  .hero h1 { font-size: clamp(40px,11.8vw,54px); line-height: 1.07; }
  .hero h1 span { font-size: .57em; }
  .hero h1 em { font-size: .74em; }
  .hero h1 em b::after { height: 6px; bottom: 1px; }
  .hero-lead { margin: 18px 0 21px; font-size: 16px; line-height: 1.7; }
  .hero-actions { display: block; }
  .hero-cta { width: 100%; min-height: 68px; font-size: 16px; }
  .hero-actions > p { margin-top: 10px; justify-content: center; font-size: 13px; }
  .cta-button { min-height: 61px; font-size: 15px; }
  .section-title { margin-bottom: 25px; }
  .section-title > span,.eyebrow { font-size: 12px; }
  .section-title h2 { font-size: 29px; line-height: 1.35; }
  .section-title p { font-size: 15px; line-height: 1.7; }
  .decorated-title h2 { gap: 8px; }
  .decorated-title h2::before,.decorated-title h2::after { width: 24px; }
  .problems,.support,.flow,.pricing { padding-block: 49px 54px; }
  .proof-grid { gap: 12px; }
  .proof-grid article { min-height: 146px; padding: 22px 18px 19px; gap: 0; border-radius: 12px; }
  .proof-grid strong { min-height: 54px; margin-block: 4px 1px; }
  .proof-grid strong b { font-size: 42px; }
  .proof-grid strong em { font-size: 16px; }
  .proof-grid strong i { width: 32px; height: 32px; margin-inline: 5px; font-size: 19px; }
  .problem-card { padding: 24px 19px 21px; }
  .bridge-inner { padding-block: 24px; grid-template-columns: 1fr; gap: 13px; text-align: center; }
  .bridge-badge { width: fit-content; height: auto; margin: auto; padding: 8px 16px; flex-direction: row; gap: 7px; border-width: 2px; border-radius: 999px; }
  .bridge-badge svg { width: 22px; height: 22px; }
  .bridge-badge span { margin: 0; font-size: 12px; }
  .bridge-badge strong { font-size: 14px; }
  .bridge-inner > div:nth-child(2) p { font-size: 18px; line-height: 1.55; }
  .bridge-inner > div:nth-child(2) > span { display: block; margin-top: 5px; font-size: 14px; line-height: 1.7; }
  .service-inner { padding-block: 39px 32px; }
  .service-copy h2 { font-size: 33px; }
  .service-lead { font-size: 15px; }
  .check-list li { font-size: 15px; }
  .service-visual { height: 265px; margin: 23px 0 0; border-radius: 13px; }
  .service-visual figcaption { right: 12px; bottom: 12px; left: 12px; justify-content: center; padding: 8px 10px; font-size: 13px; text-align: center; }
  .role-cards { grid-template-columns: 1fr; }
  .role-cards article p { font-size: 14px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-value { width: 100%; padding: 8px 12px; flex-wrap: wrap; row-gap: 2px; border-radius: 12px; }
  .support-value strong { font-size: 26px; }
  .support-value b { width: 100%; text-align: center; }
  .support-grid article { min-height: 0; }
  .support-photo { height: clamp(195px,56vw,235px); }
  .support-photo-icon { width: 42px; height: 42px; left: 14px; bottom: 12px; }
  .support-photo-icon svg { width: 23px; height: 23px; }
  .support-content { min-height: 0; padding: 20px 18px 22px; }
  .support-grid h3 { font-size: 19px; }
  .support-grid p { font-size: 15px; line-height: 1.75; }
  .mid-cta { padding-top: 27px; }
  .mid-cta-inner h2 { font-size: 21px; }
  .cta-trust { gap: 12px; padding-inline: 5px; font-size: 12px; }
  .flow-grid { grid-template-columns: 1fr; gap: 30px; }
  .flow-grid article { min-height: 178px; padding: 31px 16px 19px; }
  .flow-grid h3 { font-size: 18px; }
  .flow-grid p { font-size: 15px; }
  .results-inner { padding-block: 47px 52px; }
  .case-box { padding-inline: 16px; }
  .case-head { margin-inline: -16px; padding-inline: 15px; }
  .case-transition { grid-template-columns: 1fr 38px 1fr; gap: 6px; }
  .case-transition > div { padding-inline: 5px; }
  .case-transition > span { width: 34px; height: 34px; }
  .case-numbers { gap: 7px; }
  .case-numbers strong b { font-size: 38px; }
  .case-numbers .case-cost b { font-size: 34px; }
  .case-numbers strong em { font-size: 12px; }
  .results-message { padding: 23px 18px; }
  .results-message h3 { font-size: 21px; }
  .result-strengths { grid-template-columns: 1fr; }
  .result-strengths b { font-size: 14px; }
  .price-card { padding-inline: 20px; }
  .price-ribbon { margin-inline: -20px; }
  .price-main strong { font-size: 59px; }
  .price-cta { padding: 39px 15px 30px; }
  .price-seal { width: 66px; height: 66px; top: 12px; right: 11px; }
  .price-seal strong { font-size: 17px; }
  .price-cta h2 { font-size: 22px; }
  .price-safety { gap: 4px; }
  .price-safety span { padding-inline: 8px; font-size: 11px; }
  .final-cta { padding-block: 49px 53px; }
  .final-cta h2 { font-size: 26px; }
  .final-cta > .container > p { font-size: 15px; }
  .cta-final { font-size: 17px; }
  .direct-contact { grid-template-columns: 1fr; gap: 8px; }
  .direct-contact a { min-height: 64px; }
  .direct-contact strong { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-info { padding: 20px 0 0 !important; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .footer-bottom { display: block; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 24px,1180px); }
  .hero { min-height: 700px; background-size: auto 43%; background-position: 64% bottom; }
  .hero-grid { min-height: 700px; padding-block: 28px 235px; }
  .industry-label { font-size: 12px; }
  .hero h1 { font-size: clamp(37px,11.5vw,44px); }
  .hero h1 > strong { white-space: nowrap; }
  .hero-lead { font-size: 15px; }
  .hero-cta { min-height: 64px; padding-inline: 13px; font-size: 15px; }
  .hero-actions > p { font-size: 12px; }
  .section-title h2 { font-size: 27px; }
  .case-transition { grid-template-columns: 1fr; gap: 8px; }
  .case-transition > span { margin: auto; transform: rotate(90deg); }
  .case-numbers { grid-template-columns: 1fr; gap: 8px; }
  .case-numbers span { padding-block: 4px; }
  .case-numbers > i { width: 100%; height: 1px; }
  .case-numbers strong b { font-size: 44px; }
  .case-numbers .case-cost b { font-size: 38px; }
  .price-main strong { font-size: 54px; }
  .price-safety,.cta-trust { flex-wrap: wrap; justify-content: center; }
  .final-note { align-items: flex-start; text-align: left; }
  .mobile-cta { padding-inline: 12px; gap: 8px; font-size: 14px; }
  .mobile-cta > svg { width: 21px; height: 21px; }
  .mobile-cta i { width: 25px; height: 25px; }
}

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

/* HPへの戻り導線（フッター内リンク） */
.footer-info p a, .footer-bottom p a { text-decoration: underline; text-underline-offset: 3px; }
.footer-info p a:hover, .footer-bottom p a:hover { color: #fff; }

/* ── お客様の声 ── */
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.voice-card { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 30px 26px 24px; border: 1px solid #dfe7f1; border-top: 4px solid var(--gold); border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(6,35,83,.09); transition: .25s; }
.voice-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.voice-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--bg); }
.voice-mark svg { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.7; }
.voice-text { margin: 0; flex: 1; color: #405474; font-size: 15px; font-weight: 700; line-height: 1.8; }
.voice-meta { display: flex; flex-direction: column; gap: 2px; padding-top: 14px; border-top: 1px dashed var(--line); }
.voice-meta strong { color: var(--navy); font-size: 14.5px; }
.voice-meta span { color: var(--muted); font-size: 12.5px; }
@media (max-width: 900px) { .voice-grid { grid-template-columns: 1fr; } }