:root {
  --navy: #0b2440;
  --navy-2: #153d62;
  --gold: #a67c2e;
  --cream: #f6f7f9;
  --text: #172435;
  --muted: #647180;
  --line: #dce2e8;
  --white: #fff;
  --accent: #0e527f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "Hiragino Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
.site-header { height: 76px; padding: 0 max(34px, calc((100vw - 1180px)/2)); display: flex; align-items: center; gap: 40px; border-bottom: 1px solid rgba(11,36,64,.1); background: rgba(255,255,255,.96); position: relative; z-index: 5; }
.brand img { width: 164px; display: block; }
.site-header nav { margin-left: auto; display: flex; gap: 30px; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.header-cta { background: var(--navy); color: #fff; padding: 14px 23px; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.hero { overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 640px; max-width: 1280px; margin: auto; display: grid; grid-template-columns: 54% 46%; }
.hero-copy { padding: 78px 54px 58px; align-self: center; }
.design-tag { display: inline-flex; gap: 12px; align-items: center; color: var(--navy); border: 1px solid rgba(11,36,64,.18); padding: 8px 12px; font-size: 10px; letter-spacing: .1em; font-weight: 700; margin-bottom: 26px; background: rgba(255,255,255,.6); }
.design-tag span { color: var(--gold); }
.eyebrow { color: var(--gold); font-size: 11px; letter-spacing: .18em; font-weight: 800; }
.business-name { margin-top: 11px; color: var(--navy-2); font-size: 14px; font-weight: 700; }
.hero-headline { margin-top: 21px; color: var(--navy); font-size: clamp(38px, 4.15vw, 62px); line-height: 1.33; letter-spacing: -.035em; font-weight: 750; }
.hero-headline .lead-accent { color: var(--gold); font-style: normal; position: relative; }
.hero-headline .lead-accent::after { content: ''; position: absolute; right: 0; bottom: -.08em; left: 0; height: 2px; background: currentColor; opacity: .48; }
.hero-headline .sales-before { color: #a85f3a; }
.hero-headline .sales-after { color: #0d7475; }
.hero-headline .lead-ai { color: var(--navy); }
.hero-headline .lead-ai::after { display: none; }
.hero-headline .company-before { color: #a85f3a; }
.hero-headline .company-after { color: #0d7475; }
.hero-sub { margin-top: 25px; max-width: 590px; font-size: 15px; line-height: 2; color: #4e5f6f; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; }
.primary-btn, .contact-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; color: white; background: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .035em; box-shadow: 0 11px 30px rgba(11,36,64,.15); }
.text-link { font-size: 12px; font-weight: 700; color: var(--navy); }
.text-link span { color: var(--gold); margin-left: 7px; }
.target-badge { margin-top: 24px; font-size: 11px; color: var(--muted); }
.target-badge::before { content: '●'; color: var(--gold); font-size: 7px; margin-right: 7px; vertical-align: 2px; }
.hero-visual { min-height: 640px; position: relative; display: grid; place-items: center; padding: 34px 34px 58px; background: var(--navy); color: white; }
.photo-frame { position: relative; width: 100%; height: 548px; overflow: hidden; background: #071a2c; box-shadow: 0 24px 55px rgba(0,0,0,.28); }
.photo-frame::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 56% center; transform: scale(1.015); }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,22,38,.08) 20%, rgba(5,22,38,.18) 54%, rgba(5,22,38,.9) 100%); }
.photo-kicker { position: absolute; top: 24px; left: 24px; padding: 9px 11px; border-left: 2px solid var(--gold); background: rgba(8,29,48,.72); backdrop-filter: blur(7px); color: rgba(255,255,255,.82); font-size: 9px; letter-spacing: .17em; }
.photo-core { position: absolute; left: 24px; bottom: 103px; display: grid; gap: 7px; padding-left: 14px; border-left: 2px solid var(--gold); }
.photo-core small { color: #d9b96e; font-size: 8px; letter-spacing: .2em; }
.photo-core strong { font-size: 19px; letter-spacing: .02em; }
.photo-labels { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.photo-labels span { min-height: 49px; display: grid; place-content: center; gap: 4px; text-align: center; background: rgba(255,255,255,.91); color: var(--navy); backdrop-filter: blur(6px); font-size: 9px; font-weight: 750; }
.photo-labels b { color: var(--gold); font-size: 7px; letter-spacing: .12em; }
.visual-frame { position: relative; width: min(430px, 100%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; }
.visual-frame::before, .visual-frame::after { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(166,124,46,.65); border-radius: 50%; }
.visual-frame::after { inset: 29%; border-style: dashed; border-color: rgba(255,255,255,.28); }
.visual-frame > p { position: absolute; top: -31px; font-size: 10px; letter-spacing: .19em; color: rgba(255,255,255,.65); }
.core { position: relative; z-index: 2; width: 158px; height: 158px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: white; color: var(--navy); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.core small { color: var(--gold); font-size: 9px; letter-spacing: .2em; }
.core strong { margin-top: 9px; white-space: pre-line; line-height: 1.5; font-size: 16px; }
.orbit-label { position: absolute; z-index: 3; min-width: 104px; padding: 10px 13px; text-align: center; background: rgba(255,255,255,.94); color: var(--navy); box-shadow: 0 8px 24px rgba(0,0,0,.18); font-size: 11px; font-weight: 700; }
.label-1 { top: 12%; left: -4%; }.label-2 { top: 12%; right: -4%; }.label-3 { bottom: 12%; left: -4%; }.label-4 { bottom: 12%; right: -4%; }
.visual-caption { position: absolute; right: 25px; bottom: 10px; left: 25px; margin: 0; padding: 10px 12px; text-align: center; color: #fff; background: rgba(5,24,42,.78); border-top: 1px solid rgba(217,185,110,.55); font-size: 16px; line-height: 1.55; letter-spacing: .035em; font-weight: 800; text-shadow: 0 1px 8px rgba(0,0,0,.5); backdrop-filter: blur(6px); }
.hero-strip { max-width: 1280px; margin: auto; min-height: 94px; display: grid; grid-template-columns: repeat(3, 1fr); background: white; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.hero-strip span { display: flex; align-items: center; padding: 20px 28px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 700; color: var(--navy); }
.hero-strip span:last-child { border-right: 0; }
.hero-strip b { color: var(--gold); font-size: 10px; margin-right: 13px; }
.section { max-width: 1180px; margin: auto; padding: 110px 40px; }
.section-head { display: grid; grid-template-columns: 130px 1fr 1fr; gap: 34px; align-items: end; margin-bottom: 55px; }
.section-head > p, .pricing > div > p, .contact > p { color: var(--gold); font-size: 10px; letter-spacing: .2em; font-weight: 800; align-self: start; padding-top: 11px; }
.section-head h2 { color: var(--navy); font-size: 35px; line-height: 1.48; letter-spacing: -.02em; }
.section-head > span { color: var(--muted); font-size: 14px; line-height: 1.9; }
.issues { padding-top: 126px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.problem-card { padding: 32px 30px 37px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card:first-child { border-left: 1px solid var(--line); }
.problem-card span, .service-card span { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.problem-card h3 { margin-top: 20px; color: var(--navy); font-size: 21px; }
.problem-card p { margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.approach { max-width: none; background: var(--cream); padding-right: max(40px, calc((100vw - 1100px)/2)); padding-left: max(40px, calc((100vw - 1100px)/2)); }
.approach-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: stretch; }
.step-list { display: grid; gap: 10px; }
.step-card { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 21px 22px; background: white; border-left: 3px solid var(--gold); }
.step-card b { font-size: 10px; color: var(--gold); padding-top: 4px; }
.step-card h3 { font-size: 16px; color: var(--navy); }
.step-card p { margin-top: 6px; font-size: 12px; color: var(--muted); line-height: 1.6; }
.framework-card { padding: 42px 40px; background: var(--navy); color: white; display: flex; flex-direction: column; justify-content: center; }
.framework-card > p { font-size: 10px; letter-spacing: .2em; color: #d8b978; }
.framework-flow { display: grid; grid-template-columns: 1fr 20px 1.2fr 20px 1fr; align-items: center; margin: 42px 0; }
.framework-flow span, .framework-flow strong { min-height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); font-size: 12px; text-align: center; }
.framework-flow strong { background: var(--gold); border-color: var(--gold); }
.framework-flow i { height: 1px; background: rgba(255,255,255,.5); }
.framework-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.framework-card li { font-size: 12px; color: rgba(255,255,255,.8); }
.framework-card li::before { content: '✓'; margin-right: 10px; color: #d8b978; }
.track-record { max-width: none; padding-right: max(40px, calc((100vw - 1100px)/2)); padding-left: max(40px, calc((100vw - 1100px)/2)); background: #fff; }
.track-intro { max-width: 1100px; margin: auto; display: grid; grid-template-columns: 130px .95fr 1.05fr; gap: 34px; align-items: start; }
.track-intro > p { padding-top: 10px; color: var(--gold); font-size: 10px; letter-spacing: .2em; font-weight: 800; }
.track-intro h2 { color: var(--navy); font-size: 35px; line-height: 1.48; letter-spacing: -.02em; }
.track-intro > span { color: var(--muted); font-size: 14px; line-height: 2; }
.track-metrics { max-width: 1100px; margin: 55px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.track-metrics article { min-height: 202px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; background: linear-gradient(155deg,#fff 0 74%,#f5f7f9 74%); }
.track-metrics article::before { content: ''; position: absolute; top: -1px; left: 27px; width: 42px; height: 3px; background: var(--gold); }
.track-metrics strong { display: block; color: var(--navy); font-size: 28px; letter-spacing: -.035em; }
.track-metrics h3 { margin-top: 15px; color: var(--gold); font-size: 12px; line-height: 1.5; }
.track-metrics p { margin-top: 11px; color: var(--muted); font-size: 11px; line-height: 1.75; }
.track-note { max-width: 1100px; margin: 18px auto 0; color: #7a8692; font-size: 10px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { min-height: 220px; padding: 29px 26px; border: 1px solid var(--line); position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; right: -35px; bottom: -35px; width: 90px; height: 90px; border: 1px solid rgba(166,124,46,.25); transform: rotate(45deg); }
.service-card h3 { margin-top: 28px; font-size: 16px; color: var(--navy); line-height: 1.5; }
.service-card p { margin-top: 14px; font-size: 12px; color: var(--muted); line-height: 1.75; }
.pricing { max-width: 1100px; margin-bottom: 110px; padding: 56px; background: var(--navy); color: white; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.pricing > div > p { padding: 0; color: #d8b978; }
.pricing h2 { margin-top: 16px; font-size: 28px; }
.pricing span { display: block; margin-top: 12px; max-width: 650px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.8; }
.outline-btn { flex: 0 0 auto; padding: 16px 20px; border: 1px solid rgba(255,255,255,.55); font-size: 11px; font-weight: 700; }
.contact { max-width: none; min-height: 440px; text-align: center; background: #eef1f4; display: grid; place-items: center; align-content: center; }
.contact > p { padding: 0; }
.contact h2 { margin-top: 24px; font-size: 38px; color: var(--navy); line-height: 1.5; }
.contact > span { margin-top: 17px; font-size: 13px; color: var(--muted); }
.contact-btn { margin-top: 34px; min-width: 270px; justify-content: space-between; }
footer { min-height: 190px; padding: 52px max(40px, calc((100vw - 1100px)/2)); background: var(--navy); color: white; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; }
footer img { width: 160px; filter: brightness(0) invert(1); }
footer p { margin-top: 16px; font-size: 9px; letter-spacing: .2em; color: rgba(255,255,255,.55); }
footer small { align-self: end; color: rgba(255,255,255,.45); }
.business-social { display: flex; gap: 7px; align-items: center; }
.business-social a,.business-social span { min-width: 31px; height: 31px; padding: 0 7px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); font-size: 8px; }
.business-social span { border-style: dashed; color: rgba(255,255,255,.34); cursor: default; }
.business-social svg { width: 17px; height: 17px; display: block; }
.business-social a:hover { border-color: #d8b978; color: #d8b978; }

/* 選定01 v3：匿名化した導入事例 */
.cases { max-width: none; padding-right: max(40px, calc((100vw - 1100px)/2)); padding-left: max(40px, calc((100vw - 1100px)/2)); background: #f5f7f9; }
.case-head { max-width: 1100px; margin-right: auto; margin-left: auto; }
.case-list { max-width: 1100px; margin: auto; display: grid; gap: 36px; }
.case-study { min-height: 470px; display: grid; grid-template-columns: .78fr 1.22fr; background: #fff; border: 1px solid #dde3e9; box-shadow: 0 22px 58px rgba(11,36,64,.08); overflow: hidden; }
.case-study.case-reverse { grid-template-columns: 1.22fr .78fr; }
.case-study.case-reverse .case-copy { order: 2; }
.case-study.case-reverse .case-visual { order: 1; }
.case-copy { padding: 54px 46px; align-self: center; }
.case-type { display: inline-flex; padding: 8px 10px; color: var(--navy); background: #f3ead6; font-size: 9px; letter-spacing: .08em; font-weight: 800; }
.case-index { display: block; margin-top: 31px; color: var(--gold); font-size: 9px; letter-spacing: .2em; font-weight: 800; }
.case-copy h3 { margin-top: 11px; color: var(--navy); font-size: 27px; letter-spacing: -.02em; }
.case-summary { margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.case-result { margin-top: 22px; padding: 16px 17px; display: grid; grid-template-columns: auto 22px auto; grid-template-rows: auto auto; align-items: center; gap: 3px 7px; color: var(--navy); background: #f4f6f8; border-left: 3px solid var(--gold); }
.case-result span { font-size: 13px; font-weight: 700; }
.case-result b { color: var(--gold); text-align: center; }
.case-result strong { color: var(--navy); font-size: 20px; }
.case-result small { grid-column: 1 / -1; color: #74818e; font-size: 8px; letter-spacing: .08em; }
.case-copy ul { margin: 25px 0 0; padding: 22px 0 0; list-style: none; border-top: 1px solid var(--line); display: grid; gap: 11px; }
.case-copy li { color: #435568; font-size: 11px; }
.case-copy li::before { content: '✓'; margin-right: 9px; color: var(--gold); font-weight: 800; }
.case-visual { min-width: 0; padding: 48px; display: grid; place-items: center; background: linear-gradient(135deg,#0b2440,#173f62); position: relative; overflow: hidden; }
.case-visual::before { content: ''; position: absolute; width: 420px; height: 420px; right: -210px; top: -230px; border: 1px solid rgba(217,185,110,.22); border-radius: 50%; box-shadow: 0 0 0 48px rgba(217,185,110,.025),0 0 0 96px rgba(217,185,110,.018); }
.case-note { max-width: 1100px; margin: 24px auto 0; color: #7a8692; font-size: 10px; line-height: 1.7; }

.lab-section { max-width: none; padding-right: max(40px, calc((100vw - 1100px)/2)); padding-left: max(40px, calc((100vw - 1100px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; color: #fff; background: linear-gradient(135deg,#0b2440,#123c60); }
.lab-copy > p { padding: 0; color: #d8b978; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.lab-copy h2 { margin-top: 20px; font-size: 34px; line-height: 1.5; }
.lab-copy > span { display: block; margin-top: 18px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.9; }
.lab-copy > a { margin-top: 28px; min-width: 220px; padding: 15px 18px; display: inline-flex; justify-content: space-between; gap: 20px; border: 1px solid rgba(216,185,120,.62); color: #fff; font-size: 11px; font-weight: 800; }
.lab-copy > a:hover { color: #0b2440; background: #d8b978; }
.lab-topics { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; align-self: center; }
.lab-topics article { min-height: 210px; padding: 25px 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); }
.lab-topics span { color: #d8b978; font-size: 8px; letter-spacing: .16em; }
.lab-topics h3 { margin-top: 30px; font-size: 16px; line-height: 1.6; }
.lab-topics p { margin-top: 22px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.7; }

.app-window { position: relative; z-index: 1; width: 100%; max-width: 630px; min-height: 330px; padding: 20px; color: #182b3d; background: #f7f9fb; border: 1px solid rgba(255,255,255,.5); box-shadow: 0 28px 64px rgba(0,0,0,.28); }
.app-top { min-height: 43px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; background: #fff; border-bottom: 1px solid #dfe5ea; }
.app-top b { color: var(--navy); font-size: 11px; letter-spacing: .02em; }
.app-top span { padding: 5px 8px; color: #8d6b29; background: #f3ead6; font-size: 8px; font-weight: 800; }
.metric-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin: 14px 0; }
.metric-row span { min-height: 49px; padding: 8px; display: grid; place-items: center; color: #365169; background: white; border: 1px solid #e0e6eb; font-size: 8px; font-weight: 700; text-align: center; }
.table-ui { background: #fff; border: 1px solid #e0e6eb; }
.table-ui > div { min-height: 39px; padding: 0 12px; display: grid; grid-template-columns: 1.5fr .55fr .8fr .65fr; align-items: center; border-bottom: 1px solid #edf0f3; font-size: 8px; }
.table-ui > div:last-child { border-bottom: 0; }
.table-ui > div:first-child { color: #657486; background: #f1f4f7; }
.table-ui i { justify-self: start; padding: 4px 7px; color: #856420; background: #f5ecd8; font-style: normal; }
.ui-actions { margin-top: 14px; display: flex; justify-content: flex-end; gap: 7px; }
.ui-actions span,.ui-actions b { padding: 9px 12px; font-size: 8px; background: #fff; border: 1px solid #dce2e8; }
.ui-actions b { color: #fff; background: var(--navy); border-color: var(--navy); }

.search-ui { margin: 16px 0; padding: 11px 12px; color: #718090; background: #fff; border: 1px solid #dfe5ea; font-size: 8px; display: flex; justify-content: space-between; align-items: center; }
.search-ui b { padding: 6px 10px; color: white; background: var(--navy); }
.kanban-ui { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.kanban-ui section { min-height: 177px; padding: 14px; display: flex; flex-direction: column; background: #fff; border-top: 3px solid var(--gold); box-shadow: 0 5px 17px rgba(22,44,63,.06); }
.kanban-ui small { color: var(--gold); font-size: 8px; letter-spacing: .1em; }
.kanban-ui strong { margin-top: 35px; color: var(--navy); font-size: 11px; }
.kanban-ui span { margin-top: auto; padding-top: 11px; color: #72808d; border-top: 1px solid #e4e8ec; font-size: 8px; }

.org-ui { text-align: center; background: #f4f7f9; }
.org-node { width: 145px; margin: 13px auto 0; padding: 11px; color: white; background: var(--navy); }
.org-node small { display: block; color: #d9b96e; font-size: 7px; letter-spacing: .14em; }
.org-node b { display: block; margin-top: 4px; font-size: 12px; }
.org-node.coo { background: #a67c2e; }
.org-ui > i { display: block; width: 1px; height: 16px; margin: auto; background: #aeb9c2; }
.org-line { width: 75%; height: 14px; margin: 0 auto; border-top: 1px solid #b8c2ca; border-right: 1px solid #b8c2ca; border-left: 1px solid #b8c2ca; }
.org-team { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.org-team span { min-height: 50px; padding: 8px 5px; display: grid; place-items: center; color: #304a61; background: #fff; border: 1px solid #dce2e8; font-size: 8px; font-weight: 700; }
.approval-ui { margin-top: 13px; padding: 10px; color: #5d6975; background: #e8edf1; font-size: 8px; }
.approval-ui b { margin: 0 10px; color: var(--gold); }

.source-card { width: 52%; margin: 23px auto 0; padding: 18px; color: white; background: var(--navy); text-align: center; }
.source-card small,.source-card span { display: block; }
.source-card small { color: #d9b96e; font-size: 7px; letter-spacing: .15em; }
.source-card b { display: block; margin: 6px 0; font-size: 12px; }
.source-card span { color: rgba(255,255,255,.65); font-size: 7px; }
.flow-arrow { color: var(--gold); text-align: center; line-height: 35px; }
.channel-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.channel-row section { min-height: 103px; padding: 12px; display: flex; flex-direction: column; background: #fff; border: 1px solid #dfe5ea; text-align: left; }
.channel-row small { color: var(--gold); font-size: 7px; letter-spacing: .1em; }
.channel-row b { margin-top: 9px; color: var(--navy); font-size: 10px; }
.channel-row span { margin-top: auto; color: #74818e; font-size: 7px; }

.status-live { color: #2f7257!important; background: #dff0e7!important; }
.mail-flow { margin: 28px 0 19px; display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; align-items: center; }
.mail-flow span { min-height: 51px; display: grid; place-items: center; color: var(--navy); background: #fff; border: 1px solid #dce2e8; font-size: 9px; font-weight: 700; }
.mail-flow b { color: var(--gold); text-align: center; }
.log-ui { background: #fff; border: 1px solid #dfe5ea; }
.log-ui div { min-height: 43px; padding: 0 13px; display: grid; grid-template-columns: 14px 1fr auto; gap: 8px; align-items: center; border-bottom: 1px solid #edf0f3; font-size: 8px; }
.log-ui div:last-child { border-bottom: 0; }
.log-ui i { width: 7px; height: 7px; background: #4b936f; border-radius: 50%; }
.log-ui i.wait { background: #d2a649; }
.log-ui span { color: #75828d; }

.split-tools { min-height: 240px; display: grid; grid-template-columns: 1fr 40px 1fr; align-items: center; }
.split-tools section { min-height: 190px; padding: 18px; display: flex; flex-direction: column; background: #fff; border-top: 3px solid var(--gold); box-shadow: 0 9px 25px rgba(16,39,58,.08); }
.split-tools small { color: var(--gold); font-size: 7px; letter-spacing: .16em; }
.split-tools b { margin: 8px 0 15px; color: var(--navy); font-size: 12px; }
.split-tools span { margin-top: 7px; padding-top: 7px; color: #6f7d8a; border-top: 1px solid #edf0f3; font-size: 8px; }
.link-pulse { width: 27px; height: 27px; margin: auto; display: grid; place-items: center; color: white; background: var(--gold); border-radius: 50%; font-weight: 800; }

.corvia-flow { margin-top: 18px; display: grid; grid-template-columns: 1fr 18px 1fr 18px 1fr; align-items: center; }
.corvia-flow section { min-height: 91px; padding: 13px 8px; display: flex; flex-direction: column; text-align: center; background: #fff; border-top: 3px solid var(--gold); }
.corvia-flow small { color: var(--gold); font-size: 7px; letter-spacing: .12em; }
.corvia-flow b { margin-top: 8px; color: var(--navy); font-size: 10px; }
.corvia-flow span { margin-top: auto; color: #75818d; font-size: 7px; }
.corvia-flow i { color: var(--gold); font-style: normal; font-weight: 800; text-align: center; }
.human-gate { margin-top: 12px; min-height: 69px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy); border-left: 3px solid var(--gold); }
.human-gate small { display: block; color: #d9b96e; font-size: 7px; letter-spacing: .16em; }
.human-gate b { display: block; margin-top: 5px; font-size: 10px; }
.human-gate > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: #fff; border-radius: 50%; font-size: 8px; font-weight: 800; }
.corvia-bottom { margin-top: 10px; display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.corvia-bottom span { padding: 9px 5px; color: #536575; background: #e9edf1; font-size: 7px; font-weight: 700; text-align: center; }

/* 02: データ・仕組み型 */
html[data-design="02"] { --gold: #30a5c8; --accent: #17648d; --cream: #f2f7fa; }
html[data-design="02"] body { background-image: linear-gradient(rgba(23,100,141,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,100,141,.035) 1px, transparent 1px); background-size: 32px 32px; }
html[data-design="02"] .site-header { background: rgba(248,252,254,.97); }
html[data-design="02"] .hero { background: linear-gradient(135deg, #f8fbfd 0%, #eaf4f8 100%); }
html[data-design="02"] .hero-copy { padding-top: 67px; }
html[data-design="02"] .hero-visual { background: #0b2942; }
html[data-design="02"] .photo-frame { border: 1px solid rgba(48,165,200,.6); box-shadow: 0 0 0 9px rgba(48,165,200,.06), 0 24px 55px rgba(0,0,0,.3); }
html[data-design="02"] .photo-frame::before { content: ''; position: absolute; z-index: 2; inset: 0; background-image: linear-gradient(rgba(48,165,200,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(48,165,200,.12) 1px,transparent 1px); background-size: 42px 42px; pointer-events: none; }
html[data-design="02"] .photo-frame img { filter: saturate(.83) contrast(1.05); }
html[data-design="02"] .photo-shade { z-index: 1; background: linear-gradient(120deg,rgba(3,25,42,.63),rgba(3,25,42,.05) 62%,rgba(3,25,42,.76)); }
html[data-design="02"] .photo-kicker, html[data-design="02"] .photo-core, html[data-design="02"] .photo-labels { z-index: 3; }
html[data-design="02"] .photo-labels span { background: rgba(6,39,61,.82); color: white; border: 1px solid rgba(48,165,200,.42); }
html[data-design="02"] .photo-labels b { color: #6fd0e8; }
html[data-design="02"] .visual-frame { border-radius: 12px; aspect-ratio: .94; border-color: rgba(48,165,200,.35); background: repeating-linear-gradient(0deg, transparent, transparent 34px, rgba(48,165,200,.08) 35px), repeating-linear-gradient(90deg, transparent, transparent 34px, rgba(48,165,200,.08) 35px); }
html[data-design="02"] .visual-frame::before { inset: 12%; border-radius: 6px; transform: rotate(0); border-color: rgba(48,165,200,.45); }
html[data-design="02"] .visual-frame::after { inset: 28%; border-radius: 4px; border-color: rgba(255,255,255,.24); }
html[data-design="02"] .core { border-radius: 7px; background: #0f3b5b; color: white; border: 1px solid rgba(48,165,200,.65); }
html[data-design="02"] .core small { color: #72cbe4; }
html[data-design="02"] .orbit-label { border-radius: 4px; background: #fff; color: #123b56; }
html[data-design="02"] .problem-card, html[data-design="02"] .service-card { background: rgba(255,255,255,.86); }
html[data-design="02"] .problem-card { border-top: 3px solid #30a5c8; }
html[data-design="02"] .framework-card { background: #0b2942; }
html[data-design="02"] .framework-flow strong { background: #187ea5; border-color: #30a5c8; }
html[data-design="02"] .pricing { background: linear-gradient(110deg, #0b2942, #154c6c); }

/* 03: 人と変革型 */
html[data-design="03"] { --gold: #bc7d46; --navy: #17334b; --cream: #f8f5f1; }
html[data-design="03"] .hero { background: #f7f2ec; }
html[data-design="03"] .hero-grid { grid-template-columns: 50% 50%; }
html[data-design="03"] .hero-copy { padding-left: 70px; }
html[data-design="03"] .hero-visual { background: #e8ddd0; color: var(--navy); }
html[data-design="03"] .photo-frame { width: 92%; height: 535px; border-radius: 240px 240px 18px 18px; box-shadow: 0 24px 50px rgba(76,51,33,.22); }
html[data-design="03"] .photo-frame img { filter: saturate(.78) sepia(.08); object-position: 60% center; }
html[data-design="03"] .photo-shade { background: linear-gradient(180deg,rgba(50,35,24,.02) 38%,rgba(25,39,49,.82) 100%); }
html[data-design="03"] .photo-kicker { top: 76px; left: 28px; background: rgba(248,242,234,.88); color: #17334b; border-color: #bc7d46; }
html[data-design="03"] .photo-core { bottom: 28px; }
html[data-design="03"] .photo-labels { display: none; }
html[data-design="03"] .people-visual { position: relative; width: min(470px, 100%); height: 430px; border-radius: 180px 180px 26px 26px; overflow: hidden; background: linear-gradient(155deg, #f9f5ef 0 48%, #d6c5b4 48% 100%); box-shadow: inset 0 0 0 1px rgba(23,51,75,.12); }
html[data-design="03"] .meeting-table { position: absolute; left: 12%; right: 12%; bottom: 65px; height: 90px; background: #17334b; border-radius: 50%; transform: perspective(300px) rotateX(59deg); }
html[data-design="03"] .meeting-table span { position: absolute; width: 42px; height: 52px; border-radius: 6px; background: #f9f5ef; border: 4px solid #bc7d46; }
html[data-design="03"] .meeting-table span:nth-child(1) { left: 23%; top: 17px; } html[data-design="03"] .meeting-table span:nth-child(2) { left: 46%; top: 6px; } html[data-design="03"] .meeting-table span:nth-child(3) { right: 17%; top: 22px; }
html[data-design="03"] .person { position: absolute; z-index: 2; width: 82px; height: 145px; }
html[data-design="03"] .person i { display: block; width: 50px; height: 50px; margin: auto; border-radius: 50%; background: #b77945; border: 5px solid #f7eadc; }
html[data-design="03"] .person b { display: block; height: 92px; border-radius: 32px 32px 6px 6px; background: #214b6b; }
html[data-design="03"] .p1 { left: 17%; bottom: 118px; } html[data-design="03"] .p2 { left: 42%; bottom: 168px; transform: scale(1.08); } html[data-design="03"] .p3 { right: 15%; bottom: 112px; }
html[data-design="03"] .p2 b { background: #bc7d46; } html[data-design="03"] .p3 b { background: #5b6d78; }
html[data-design="03"] .change-arrow { position: absolute; left: 10%; right: 10%; top: 36px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #17334b; }
html[data-design="03"] .change-arrow small { font-size: 10px; font-weight: 700; padding: 8px 11px; background: rgba(255,255,255,.78); }
html[data-design="03"] .change-arrow strong { color: #bc7d46; font-size: 24px; }
html[data-design="03"] .visual-caption { color: rgba(23,51,75,.65); }
html[data-design="03"] .hero-strip { margin-top: -1px; border: 0; }
html[data-design="03"] .problem-card { border: 0; margin-right: 13px; background: #f8f5f1; border-radius: 3px; }
html[data-design="03"] .problem-grid { border: 0; }
html[data-design="03"] .problem-card:first-child { border-left: 0; }
html[data-design="03"] .approach { background: #17334b; color: white; }
html[data-design="03"] .approach .section-head h2 { color: white; }
html[data-design="03"] .approach .section-head > span { color: rgba(255,255,255,.65); }
html[data-design="03"] .step-card { border-left: 0; border-radius: 3px; }
html[data-design="03"] .framework-card { background: #f0e6db; color: #17334b; }
html[data-design="03"] .framework-flow span { border-color: rgba(23,51,75,.25); }
html[data-design="03"] .framework-card li { color: #486071; }
html[data-design="03"] .framework-flow i { background: rgba(23,51,75,.3); }
html[data-design="03"] .pricing { background: #f0e6db; color: #17334b; }
html[data-design="03"] .pricing span { color: #5e6a73; }
html[data-design="03"] .outline-btn { border-color: rgba(23,51,75,.45); }
html[data-design="03"] .contact { background: #17334b; color: white; }
html[data-design="03"] .contact h2 { color: white; }
html[data-design="03"] .contact > span { color: rgba(255,255,255,.65); }
html[data-design="03"] .contact-btn { background: #bc7d46; }

@media (max-width: 760px) {
  .site-header { height: 64px; padding: 0 18px; gap: 12px; }
  .brand img { width: 125px; }
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; padding: 11px 14px; }
  .hero-grid, html[data-design="03"] .hero-grid { display: block; min-height: 0; }
  .hero-copy, html[data-design="03"] .hero-copy { padding: 52px 22px 42px; }
  .design-tag { margin-bottom: 21px; }
  .hero-headline { font-size: 37px; line-height: 1.42; }
  .hero-sub { font-size: 14px; line-height: 1.85; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .primary-btn { width: 100%; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 430px; padding: 22px 18px 52px; }
  .photo-frame { height: 355px; }
  .photo-kicker { top: 17px; left: 17px; max-width: 78%; font-size: 7px; }
  .photo-core { left: 17px; bottom: 84px; }
  .photo-core strong { font-size: 16px; }
  .photo-labels { right: 10px; bottom: 10px; left: 10px; grid-template-columns: repeat(2,1fr); }
  .photo-labels span { min-height: 38px; }
  .visual-caption { right: 18px; bottom: 8px; left: 18px; padding: 9px 8px; font-size: 15px; line-height: 1.48; }
  html[data-design="03"] .photo-frame { width: 94%; height: 365px; border-radius: 180px 180px 15px 15px; }
  html[data-design="03"] .photo-kicker { top: 55px; }
  html[data-design="03"] .photo-core { bottom: 23px; }
  .visual-frame { width: 320px; max-width: 100%; }
  .orbit-label { min-width: 85px; padding: 8px; font-size: 9px; }
  html[data-design="03"] .people-visual { height: 350px; }
  .hero-strip { display: block; padding: 9px 20px; }
  .hero-strip span { min-height: 58px; padding: 12px 7px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-strip span:last-child { border-bottom: 0; }
  .section { padding: 80px 22px; }
  .section-head { display: block; margin-bottom: 36px; }
  .section-head > p { margin-bottom: 17px; }
  .section-head h2 { font-size: 29px; }
  .section-head > span { display: block; margin-top: 17px; }
  .problem-grid, .service-grid { grid-template-columns: 1fr; gap: 10px; border: 0; }
  .problem-card, .problem-card:first-child { border: 1px solid var(--line); }
  html[data-design="03"] .problem-card { margin: 0; }
  .approach { padding-right: 22px; padding-left: 22px; }
  .approach-layout { grid-template-columns: 1fr; gap: 25px; }
  .framework-card { padding: 35px 22px; }
  .track-record { padding-right: 22px; padding-left: 22px; }
  .track-intro { display: block; }
  .track-intro > p { margin-bottom: 17px; }
  .track-intro h2 { font-size: 29px; }
  .track-intro > span { display: block; margin-top: 17px; }
  .track-metrics { grid-template-columns: repeat(2,1fr); margin-top: 38px; }
  .track-metrics article { min-height: 176px; padding: 29px 20px; }
  .track-metrics strong { font-size: 23px; }
  .service-card { min-height: 170px; }
  .pricing { margin: 0 16px 70px; padding: 36px 25px; align-items: stretch; flex-direction: column; }
  .pricing h2 { font-size: 22px; line-height: 1.5; }
  .outline-btn { text-align: center; }
  .contact { min-height: 470px; }
  .contact h2 { font-size: 30px; }
  .contact > span { max-width: 300px; line-height: 1.8; }
  footer { padding: 44px 22px; grid-template-columns: 1fr; }
  footer small { margin-top: 10px; }
  .business-social { margin-top: 24px; }
}

@media (max-width: 760px) {
  .lab-section { padding-right: 22px; padding-left: 22px; grid-template-columns: 1fr; gap: 34px; }
  .lab-copy h2 { font-size: 29px; }
  .lab-topics { grid-template-columns: 1fr; }
  .lab-topics article { min-height: 150px; }
  .cases { padding-right: 17px; padding-left: 17px; }
  .case-study,.case-study.case-reverse { min-height: 0; grid-template-columns: 1fr; }
  .case-study.case-reverse .case-copy,.case-study.case-reverse .case-visual { order: initial; }
  .case-copy { padding: 36px 25px; }
  .case-copy h3 { font-size: 23px; }
  .case-visual { min-height: 360px; padding: 24px 14px; }
  .app-window { min-height: 292px; padding: 12px; }
  .metric-row { grid-template-columns: repeat(2,1fr); }
  .kanban-ui { gap: 5px; }
  .kanban-ui section { min-height: 160px; padding: 10px 7px; }
  .kanban-ui strong { margin-top: 25px; font-size: 9px; }
  .org-team { gap: 3px; }
  .org-team span { padding: 6px 3px; font-size: 7px; }
  .channel-row { gap: 4px; }
  .channel-row section { padding: 9px 7px; }
  .split-tools { grid-template-columns: 1fr 28px 1fr; }
  .split-tools section { padding: 13px 10px; }
  .corvia-flow section { padding-right: 4px; padding-left: 4px; }
  .corvia-flow b { font-size: 8px; }
  .human-gate { padding: 11px; }
  .case-note { padding: 0 4px; }
}
