:root {
  --navy: #071939;
  --navy-2: #0b2852;
  --green: #009b45;
  --green-dark: #006c38;
  --blue: #0c77de;
  --cyan: #34c7db;
  --ink: #17213a;
  --muted: #5f6d80;
  --line: #dce7ef;
  --pale: #f3fbff;
  --white: #fff;
  --shadow: 0 18px 50px rgba(12, 52, 83, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.3em; }
h1, h2, h3 { margin: 0; color: var(--navy); font-weight: 800; line-height: 1.35; letter-spacing: .01em; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.3rem; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.section { padding: 110px 0; }
.section-heading { margin-bottom: 56px; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); }
.section-kicker { margin: 0 0 15px; color: var(--green); font-size: .9rem; font-weight: 800; letter-spacing: .12em; }
.section-kicker.light { color: #7decb1; }
.lead { margin-top: 28px; color: #4d5d6c; font-size: 1.05rem; }
.heading-nowrap { display: inline-block; white-space: nowrap; }
.sp-only { display: none; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  height: 76px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 5px 24px rgba(7, 25, 57, .1);
  backdrop-filter: blur(10px);
}
.header-inner { width: min(1240px, calc(100% - 40px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; margin-right: auto; padding: 5px 8px; border-radius: 10px; background: #fff; }
.brand img { width: 255px; height: auto; }
.global-nav { display: flex; align-items: center; gap: 27px; color: var(--navy); font-size: .87rem; font-weight: 700; }
.global-nav a { transition: color .2s; }
.global-nav a:hover { color: #68e4a3; }
.mobile-menu { display: none; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 13px 30px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.3;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 9px 22px; color: #fff; background: var(--green); font-size: .88rem; }
.button-primary { color: #fff; background: linear-gradient(135deg, #00a04c, #0073d7); box-shadow: 0 12px 28px rgba(0, 126, 126, .24); }
.button-apply { color: #fff; background: linear-gradient(135deg, #f28a27, #d84b32); box-shadow: 0 12px 28px rgba(202, 76, 38, .25); }
.button-wide { width: 100%; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #f4fbff; isolation: isolate; }
.hero-background { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .92; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 36%, rgba(255,255,255,.32) 66%, rgba(242,251,255,.05) 100%); }
.hero-inner { width: min(1120px, calc(100% - 48px)); min-height: 720px; margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr); align-items: center; gap: 0; padding: 68px 0 72px; }
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; padding: 8px 18px; border-radius: 999px; color: #fff; background: linear-gradient(90deg, var(--green), var(--blue)); font-size: .9rem; font-weight: 800; letter-spacing: .04em; box-shadow: 0 8px 22px rgba(0, 126, 129, .18); }
.hero-copy h1 { font-size: clamp(2.65rem, 4.2vw, 4.5rem); line-height: 1.32; letter-spacing: -.025em; }
.hero-copy h1 em { color: var(--green); font-style: normal; }
.hero-copy h1 span { display: inline-block; margin-top: .05em; color: var(--navy); }
.hero-copy h1 .hero-service-line { font-size: .9em; white-space: nowrap; }
.hero-copy h1 strong { display: inline-block; margin-top: .05em; color: var(--blue); font-weight: 900; }
.hero-description { margin: 24px 0 0; color: #33465d; font-size: 1.05rem; font-weight: 700; }
.hero-actions { position: relative; z-index: 2; display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.text-link { color: var(--navy); font-weight: 800; border-bottom: 1px solid #9ac9e8; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; color: #44596c; font-size: .8rem; font-weight: 700; }
.hero-points span::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }
.hero-product { position: relative; z-index: 1; min-height: 570px; margin-left: -15px; }
.hero-chat-card { position: absolute; z-index: 2; top: 18px; left: 50px; width: min(390px, 84%); padding: 17px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,255,255,.93); box-shadow: 0 28px 65px rgba(7, 41, 72, .24); backdrop-filter: blur(8px); transform: rotate(.5deg); }
.hero-chat-card > img { width: 100%; border-radius: 16px; }
.hero-chat-label { position: absolute; z-index: 2; top: -17px; left: 24px; padding: 7px 16px; border-radius: 999px; color: #fff; background: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .04em; box-shadow: 0 8px 20px rgba(7,25,57,.18); }
.hero-chat-label span { color: #45dd91; }
.hero-character { position: absolute; z-index: 3; bottom: -55px; left: -28px; width: 220px; border-radius: 50%; mix-blend-mode: multiply; }

.benefit-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1080px; margin: 0 auto; padding: 28px 44px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); transform: translateY(28px); }
.benefit-strip > div { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 72px; padding: 0 24px; border-right: 1px solid var(--line); }
.benefit-strip > div:last-child { border: 0; }
.benefit-strip p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.benefit-strip strong { color: var(--navy); font-size: 1rem; }
.benefit-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--green), var(--blue)); font-size: .82rem; font-weight: 900; }

.problem-section { padding-top: 145px; background: radial-gradient(circle at 15% 20%, #e9fff4 0, transparent 28%), #fff; }
.problem-heading .heading-nowrap { font-size: .68em; }
.problem-intro { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 64px; }
.content-image { position: relative; margin: 0; }
.content-image img { width: 100%; aspect-ratio: 3 / 2; border-radius: 24px; object-fit: cover; box-shadow: var(--shadow); }
.content-image::before { content: ""; position: absolute; z-index: -1; inset: -16px 28px 34px -16px; border-radius: 28px; background: linear-gradient(135deg, #d7f8e7, #d9efff); }
.content-image figcaption { width: calc(100% - 34px); margin: -25px auto 0; position: relative; padding: 13px 18px; border-radius: 13px; color: var(--navy); background: rgba(255,255,255,.96); box-shadow: 0 10px 25px rgba(9, 47, 78, .12); font-size: .78rem; font-weight: 800; text-align: center; }
.marker { padding: 0 .08em; background: linear-gradient(transparent 68%, #b9f3cf 0); }
.question-cloud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.question-card { padding: 22px 24px; border: 1px solid #dcebe4; border-radius: 14px; background: #fff; box-shadow: 0 10px 25px rgba(17, 78, 54, .07); color: #243448; font-weight: 700; }
.question-card span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-right: 9px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 900; }
.interruption-note { display: flex; align-items: center; gap: 32px; max-width: 810px; margin-top: 54px; padding: 30px 36px; border-radius: 18px; background: var(--pale); }
.interruption-note p { margin: 0; }
.note-number { flex: 0 0 100px; color: var(--blue); font-size: 2.2rem; font-weight: 900; text-align: center; }

.loss-section { color: #dce9f8; background: var(--navy); }
.loss-section h2 { color: #fff; }
.loss-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 42px; margin: 50px 0 0; padding: 0; list-style: none; }
.loss-flow li { position: relative; padding: 28px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); font-weight: 700; text-align: center; line-height: 1.6; }
.loss-flow li:not(:last-child)::after { content: "›"; position: absolute; top: 50%; right: -31px; color: #4fdc98; font-size: 2rem; transform: translateY(-50%); }
.loss-flow span { display: block; margin-bottom: 8px; color: #65e1a1; font-size: .75rem; letter-spacing: .1em; }
.relief-card { display: grid; grid-template-columns: .92fr 1fr; align-items: center; gap: 48px; overflow: hidden; margin-top: 74px; padding: 24px 48px 24px 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; color: #dce9f8; background: rgba(255,255,255,.075); }
.relief-card img { width: 100%; aspect-ratio: 3 / 2; border-radius: 18px; object-fit: cover; }
.relief-card h3 { margin-bottom: 17px; color: #fff; font-size: clamp(1.45rem, 2.5vw, 2.05rem); }
.relief-card p:last-child { margin: 0; color: #c4d3e5; font-size: .92rem; }

.solution-section { background: linear-gradient(180deg, #f6fcff, #fff); }
.solution-grid { display: grid; grid-template-columns: 1.02fr .8fr; align-items: center; gap: 90px; }
.gradient-text { color: transparent; background: linear-gradient(90deg, var(--green), var(--blue)); background-clip: text; -webkit-background-clip: text; }
.solution-heading-first { display: inline-block; font-size: .72em; white-space: nowrap; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #35475a; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.chat-showcase { position: relative; max-width: 430px; margin: auto; padding: 22px; border-radius: 30px; background: #fff; box-shadow: 0 25px 70px rgba(9, 42, 78, .18); }
.chat-showcase::before { content: ""; position: absolute; z-index: -1; inset: -20px 40px 40px -20px; border-radius: 36px; background: linear-gradient(135deg, #b6f6d2, #c4e7ff); }
.floating-label { position: absolute; z-index: 2; top: -18px; left: 50%; padding: 7px 20px; border-radius: 999px; color: white; background: var(--navy); font-size: .78rem; font-weight: 800; white-space: nowrap; transform: translateX(-50%); }

.behavior-section { background: #edf7ff; }
.behavior-grid { display: grid; grid-template-columns: .75fr 1.15fr; align-items: center; gap: 90px; }
.behavior-grid h2 { margin-bottom: 28px; }
.button-demo { padding: 44px; border: 1px solid #dce7f0; border-radius: 24px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.button-demo p { margin: 0; }
.button-demo small { display: block; margin-top: 10px; color: #8190a0; font-size: .7rem; }
.generic-ai-button { display: flex; align-items: center; width: min(310px, 100%); min-height: 70px; margin: 20px auto 0; padding: 8px 15px 8px 9px; border: 1px solid #d6e1ea; border-radius: 999px; color: #283b57; background: #fff; box-shadow: 0 12px 28px rgba(18, 57, 91, .15); text-align: left; }
.generic-ai-icon { flex: 0 0 52px; height: 52px; overflow: hidden; border-radius: 50%; background: #f1f8ff; }
.generic-ai-icon img { width: 76px; max-width: none; height: 76px; margin: -12px 0 0 -12px; object-fit: cover; }
.generic-ai-label { margin-left: 12px; font-size: 1.05rem; font-weight: 800; }
.generic-ai-chevron { margin-left: auto; color: #63819e; font-size: 1.7rem; line-height: 1; }
.demo-arrow { color: #77a2bc; font-size: 2rem; }
.demo-result { color: var(--muted); }
.demo-result strong { color: var(--navy); font-size: 1.45rem; }

.features-section { background: #fff; }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.feature-card { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 40px rgba(13, 51, 77, .09); }
.feature-card:nth-child(even) .feature-card-visual { order: 2; }
.feature-card:nth-child(even) .feature-card-copy { order: 1; }
.feature-card-visual { min-height: 330px; overflow: hidden; background: linear-gradient(135deg, #eefaf5, #edf7fc); }
.feature-card-visual img { width: 100%; height: 100%; object-fit: cover; }
.feature-card-copy { align-self: center; padding: 48px 52px; }
.feature-number { display: inline-block; margin-bottom: 18px; color: var(--green); font-size: 1.1rem; font-weight: 900; letter-spacing: .1em; }
.feature-card h3 { margin-bottom: 15px; font-size: 1.5rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.plan-section { color: #e5eef8; background: linear-gradient(120deg, #061735, #073969); }
.plan-heading { max-width: 850px; margin: 0 auto 54px; }
.plan-heading h2 { color: #fff; }
.plan-heading > p:last-child { margin: 20px 0 0; color: #c8d7e8; }
.pricing-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; align-items: stretch; }
.price-card { color: var(--ink); background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.2); }
.price-card h3 { color: var(--navy); }
.price-card-main { position: relative; display: flex; flex-direction: column; padding: 50px 48px 44px; border: 3px solid #64dea0; border-radius: 28px; }
.main-plan-badge { position: absolute; top: -17px; left: 50%; padding: 7px 24px; border-radius: 999px; color: #fff; background: linear-gradient(90deg, var(--green), var(--blue)); font-size: .78rem; font-weight: 900; letter-spacing: .04em; white-space: nowrap; transform: translateX(-50%); box-shadow: 0 10px 25px rgba(0, 121, 113, .25); }
.plan-icon { position: relative; display: inline-grid; place-items: center; width: 54px; height: 54px; margin-bottom: 16px; overflow: hidden; border: 1px solid #ccebdd; border-radius: 17px; color: var(--green); background: linear-gradient(145deg, #f3fff9, #e1f6ec); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 20px rgba(0, 121, 113, .1); }
.plan-icon i, .plan-icon i::before, .plan-icon i::after { position: absolute; display: block; content: ""; box-sizing: border-box; }
.plan-icon-chat i { width: 29px; height: 22px; border: 3px solid currentColor; border-radius: 7px; }
.plan-icon-chat i::before { top: 7px; left: 5px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; box-shadow: 6px 0 currentColor, 12px 0 currentColor; }
.plan-icon-chat i::after { bottom: -7px; left: 3px; width: 8px; height: 8px; border-bottom: 3px solid currentColor; border-left: 3px solid currentColor; background: #eaf9f1; transform: skewY(-35deg); }
.plan-icon-recruit i { top: 11px; left: 19px; width: 12px; height: 12px; border-radius: 50%; background: currentColor; box-shadow: 15px 4px 0 -2px #4e9ed0; }
.plan-icon-recruit i::before { top: 15px; left: -7px; width: 26px; height: 17px; border: 3px solid currentColor; border-bottom: 0; border-radius: 14px 14px 3px 3px; }
.plan-icon-recruit i::after { top: 19px; left: 16px; width: 17px; height: 13px; border: 3px solid #4e9ed0; border-bottom: 0; border-radius: 11px 11px 2px 2px; }
.plan-icon-sites i { top: 14px; left: 13px; width: 28px; height: 23px; border: 3px solid currentColor; border-radius: 5px; background: #f3fff9; box-shadow: 5px 5px 0 -1px #9edcc0; }
.plan-icon-sites i::before { top: 5px; left: 0; width: 100%; border-top: 3px solid currentColor; }
.plan-icon-sites i::after { top: -1px; left: 4px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; box-shadow: 5px 0 currentColor; }
.plan-type { margin: 0 0 7px; color: var(--green); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.price-card-main h3 { font-size: clamp(1.65rem, 2.6vw, 2.25rem); }
.plan-description { margin: 18px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.8; }
.main-price { display: flex; align-items: baseline; margin-top: 26px; color: var(--navy); line-height: 1; }
.main-price > span { margin-right: 12px; color: var(--green); font-size: .88rem; font-weight: 900; }
.main-price strong { font-size: clamp(3.5rem, 6vw, 5.1rem); letter-spacing: -.055em; }
.main-price b { margin-left: 8px; font-size: 1.15rem; }
.main-price small { margin-left: 5px; color: var(--muted); font-size: .72rem; }
.tax-excluded-price { margin: 8px 0 0; padding-right: 5px; color: var(--muted); font-size: .72rem; font-weight: 700; text-align: right; }
.initial-fee, .sub-initial-fee { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 17px; border-radius: 12px; background: #f1f7fa; }
.initial-fee { margin-top: 20px; }
.initial-fee span, .sub-initial-fee span { color: var(--muted); font-size: .78rem; }
.initial-fee strong, .sub-initial-fee strong { color: var(--navy); font-size: .92rem; }
.fee-price { display: grid; gap: 4px; text-align: right; }
.fee-price small { color: var(--muted); font-size: .66rem; font-weight: 700; }
.plan-features { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; }
.plan-features li { position: relative; padding-left: 27px; color: #42576a; font-size: .86rem; }
.plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.price-card-main .button { margin-top: auto; }
.sub-plan-list { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.price-card-sub { display: flex; flex-direction: column; padding: 29px 30px 25px; border: 1px solid #dce8ef; border-radius: 22px; }
.sub-plan-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.sub-plan-header h3 { font-size: 1.45rem; white-space: nowrap; }
.sub-price { flex: 0 0 auto; display: grid; grid-template-columns: auto auto; align-items: baseline; color: var(--navy); text-align: right; line-height: 1; }
.sub-price span { grid-column: 1 / -1; margin-bottom: 5px; color: var(--green); font-size: .68rem; font-weight: 900; }
.sub-price strong { font-size: 2rem; letter-spacing: -.04em; }
.sub-price b { margin-left: 4px; font-size: .78rem; }
.sub-price small { grid-column: 1 / -1; margin-top: 7px; color: var(--muted); font-size: .66rem; font-weight: 700; }
.sub-initial-fee { margin-top: 15px; padding: 10px 13px; }
.site-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 16px; color: #637789; font-size: .68rem; font-weight: 800; }
.site-tags span { padding: 5px 9px; border-radius: 999px; background: #ecf7f1; }
.site-tags b { color: var(--green); }
.price-card-sub .button { min-height: 50px; margin-top: auto; padding: 11px 22px; }

.profile-section { padding: 100px 0; background: #f4f9fc; }
.profile-heading { max-width: 820px; margin-inline: auto; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.person-card { overflow: hidden; border: 1px solid #dce8ef; border-radius: 26px; background: #fff; box-shadow: 0 15px 42px rgba(11, 50, 77, .09); }
.person-header { display: grid; grid-template-columns: 142px 1fr; align-items: center; gap: 24px; padding: 30px; background: linear-gradient(135deg, #ecfaf3, #eef7ff); }
.person-header > img { width: 142px; height: 142px; border: 5px solid #fff; border-radius: 50%; background: #dff2f5; box-shadow: 0 10px 25px rgba(8, 48, 76, .12); object-fit: cover; object-position: center; }
.person-role { margin: 0 0 10px; color: #426176; font-size: .74rem; font-weight: 700; line-height: 1.55; }
.person-header h3 { font-size: 1.65rem; }
.person-header h3 small { display: block; margin-top: 4px; color: #708195; font-size: .67rem; font-weight: 700; }
.person-specialty { display: inline-block; margin-top: 12px; padding: 5px 11px; border-radius: 999px; color: #087144; background: rgba(255,255,255,.9); font-size: .68rem; font-weight: 800; }
.person-bio { padding: 28px 30px 12px; color: #526477; font-size: .88rem; }
.person-bio p { margin-bottom: 1em; }
.person-evidence { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 30px 24px; }
.person-evidence figure { display: flex; flex-direction: column; margin: 0; overflow: hidden; border: 1px solid #e3ebf0; border-radius: 13px; background: #f8fbfc; }
.person-evidence img { width: 100%; background: #fff; object-fit: contain; }
.person-evidence figcaption { padding: 8px 10px; color: #647689; background: #f4f8fa; font-size: .68rem; font-weight: 800; text-align: center; }
.evidence-books { grid-column: 1 / -1; }
.evidence-books img { min-height: 104px; max-height: 140px; padding: 8px; }
.evidence-media img { height: 134px; padding: 0; object-fit: cover; }
.evidence-seminar img { height: 150px; object-fit: cover; }
.works-details { margin: 0 30px 30px; border-color: #deeaef; background: #fbfdfe; }
.works-details summary { padding: 15px 44px 15px 17px; font-size: .78rem; }
.works-details p { margin: 0; padding: 0 18px 18px; color: #617385; font-size: .79rem; line-height: 1.75; }
.works-list { display: grid; gap: 8px; margin: 0; padding: 0 18px 18px 38px; color: #617385; font-size: .79rem; line-height: 1.7; }
.works-list li::marker { color: var(--green); }
.works-list strong { margin-right: 6px; color: var(--navy); font-size: .72rem; }

.consultation-section { background: #effaf5; }
.consultation-card { position: relative; display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; overflow: hidden; min-height: 470px; padding: 70px 80px; border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.consultation-card::before { content: ""; position: absolute; inset: auto -100px -180px auto; width: 500px; height: 500px; border-radius: 50%; background: linear-gradient(135deg, #d8ffe7, #d8edff); }
.consultation-copy { position: relative; z-index: 2; }
.consultation-copy > p:not(.section-kicker, .micro-copy) { max-width: 620px; margin: 22px 0 28px; color: var(--muted); }
.micro-copy { margin: 10px 0 0; color: #748293; font-size: .78rem; }
.consultation-character { position: absolute; right: 10px; bottom: -110px; width: 430px; }
.consultation-character img { border-radius: 50%; mix-blend-mode: multiply; }

.question-examples { background: #fff; }
.example-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { position: relative; padding: 20px 52px 20px 22px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; top: 50%; right: 20px; color: var(--green); font-size: 1.4rem; transform: translateY(-50%); }
details[open] summary::after { content: "−"; }
.example-grid ul { margin: 0; padding: 0 24px 22px 44px; color: var(--muted); font-size: .9rem; }
.example-grid li + li { margin-top: 5px; }

.flow-section { background: var(--pale); }
.setup-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.setup-flow li { min-height: 220px; padding: 30px; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(13, 51, 77, .07); }
.setup-flow li > span { color: var(--green); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }
.setup-flow h3 { margin: 18px 0 10px; }
.setup-flow p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq-container { max-width: 900px; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { box-shadow: 0 8px 24px rgba(13, 51, 77, .05); }
.faq-list summary { padding: 24px 62px 24px 28px; }
.faq-list summary span, .faq-list p span { margin-right: 14px; color: var(--green); font-size: 1.15rem; font-weight: 900; }
.faq-list p { display: flex; margin: 0; padding: 0 28px 26px; color: var(--muted); }
.faq-list p span { color: var(--blue); }

.mobile-menu > summary::after { content: none; }
.mobile-menu > summary::-webkit-details-marker { display: none; }

.final-cta { padding: 90px 0; color: #e5eef8; background: linear-gradient(135deg, #008844, #006d70 50%, #075bb0); }
.final-cta-inner { display: grid; grid-template-columns: 1.1fr .7fr; align-items: center; gap: 80px; }
.final-cta h2 { color: #fff; }
.final-cta-title .heading-nowrap { font-size: .68em; }
.final-cta-inner > div:first-child > p:last-child { margin: 25px 0 0; }
.final-actions { display: grid; gap: 13px; }
.button-white { color: var(--green-dark); background: #fff; box-shadow: 0 12px 30px rgba(0, 40, 40, .15); }
.button-outline { color: #fff; border: 2px solid rgba(255,255,255,.7); }
.final-actions small { text-align: center; opacity: .75; }
.company-section { padding: 72px 0; background: #fff; }
.company-inner { display: grid; grid-template-columns: .45fr 1.55fr; align-items: start; gap: 70px; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-inner h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.company-data { margin: 0; border-top: 1px solid var(--line); }
.company-data > div { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 20px 4px; border-bottom: 1px solid var(--line); }
.company-data dt { color: #506477; font-size: .82rem; font-weight: 800; }
.company-data dd { margin: 0; color: var(--ink); font-size: .9rem; }
.company-data a { color: var(--blue); font-weight: 800; }
.company-data small { color: var(--muted); }
.youtube-section { padding: 0 0 74px; background: #fff; }
.youtube-banner { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; overflow: hidden; min-height: 170px; padding: 30px 46px; border-radius: 26px; color: #fff; background: linear-gradient(120deg, #9f0d18, #d9232e 52%, #7d0a14); box-shadow: 0 22px 50px rgba(130, 12, 22, .25); }
.youtube-banner::after { content: ""; position: absolute; width: 340px; height: 340px; top: -210px; right: 10%; border: 50px solid rgba(255,255,255,.08); border-radius: 50%; }
.youtube-play { position: relative; z-index: 1; display: grid; place-items: center; width: 82px; height: 82px; border-radius: 24px; background: #fff; box-shadow: 0 12px 25px rgba(80,0,6,.2); }
.youtube-play i { width: 0; height: 0; margin-left: 6px; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 21px solid #d9232e; }
.youtube-copy { position: relative; z-index: 1; display: grid; gap: 5px; }
.youtube-copy small { font-size: .76rem; font-weight: 800; letter-spacing: .08em; opacity: .85; }
.youtube-copy strong { color: #fff; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.35; }
.youtube-action { position: relative; z-index: 1; padding: 12px 20px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; font-size: .82rem; font-weight: 800; white-space: nowrap; }
.site-footer { padding: 48px 0 34px; color: #b7c5d7; background: #04122c; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.footer-inner img { width: 250px; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 24px; font-size: .82rem; }
.footer-inner p { grid-column: 1 / -1; margin: 12px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .global-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr .82fr; gap: 0; }
  .hero-copy h1 { font-size: clamp(2.5rem, 5.2vw, 3.7rem); }
  .hero-product { margin-left: -10px; }
  .hero-chat-card { left: 18px; right: auto; width: 92%; }
  .hero-character { left: -12px; width: 200px; }
  .benefit-strip { width: calc(100% - 40px); padding-inline: 20px; }
  .benefit-strip > div { padding-inline: 12px; }
  .loss-flow { grid-template-columns: 1fr; gap: 12px; max-width: 640px; margin-inline: auto; }
  .loss-flow li:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -31px; transform: translateX(50%); }
  .solution-grid, .behavior-grid { gap: 55px; }
  .pricing-layout { grid-template-columns: 1fr; }
  .sub-plan-list { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .consultation-card { padding: 60px 50px; }
  .consultation-character { right: -50px; width: 380px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 76px; font-size: 15px; }
  .container { width: min(100% - 32px, 640px); }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  h2 { font-size: 1.9rem; }
  .sp-only { display: block; }
  .site-header { height: 64px; }
  .header-inner { width: calc(100% - 28px); gap: 10px; }
  .brand img { width: 205px; }
  .header-inner > .button { display: none; }
  .mobile-menu { display: block; position: relative; margin-left: auto; border: 0; border-radius: 0; background: transparent; }
  .mobile-menu > summary { display: flex; align-items: center; gap: 8px; padding: 7px 8px; color: var(--navy); background: transparent; font-size: .7rem; font-weight: 800; line-height: 1; }
  .menu-bars { display: grid; gap: 4px; width: 23px; }
  .menu-bars i { display: block; width: 100%; height: 2px; border-radius: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
  .mobile-menu[open] .menu-bars i:first-child { transform: translateY(6px) rotate(45deg); }
  .mobile-menu[open] .menu-bars i:nth-child(2) { opacity: 0; }
  .mobile-menu[open] .menu-bars i:last-child { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu-panel { position: fixed; z-index: 40; top: 64px; right: 0; left: 0; display: grid; gap: 0; max-height: calc(100vh - 64px); overflow-y: auto; padding: 12px 20px 22px; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 18px 35px rgba(7,25,57,.16); backdrop-filter: blur(12px); }
  .mobile-menu-panel > a:not(.button) { padding: 14px 7px; border-bottom: 1px solid #e9f0f4; color: var(--navy); font-size: .94rem; font-weight: 800; }
  .mobile-menu-panel .button { min-height: 52px; margin-top: 16px; }
  .hero { min-height: 0; }
  .hero-background { height: 54%; top: auto; bottom: 0; object-position: 67% center; opacity: .8; }
  .hero::after { background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.97) 45%, rgba(241,250,255,.55) 72%, rgba(241,250,255,.28) 100%); }
  .hero-inner { width: min(100% - 32px, 640px); min-height: 0; display: block; padding: 48px 0 62px; }
  .hero-copy { max-width: none; }
  .hero-eyebrow { margin-bottom: 18px; font-size: .75rem; }
  .hero-copy h1 { font-size: clamp(2.2rem, 10vw, 3.35rem); line-height: 1.32; }
  .hero-copy h1 .hero-service-line { font-size: .77em; }
  .hero-description { font-size: .96rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 14px; width: 100%; margin: 26px 0 0; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-points { display: grid; grid-template-columns: 1fr; margin-top: 18px; }
  .hero-product { min-height: 500px; margin-top: 48px; }
  .hero-product { margin-left: 0; }
  .hero-chat-card { top: 20px; right: 50%; left: auto; width: min(365px, 88%); padding: 13px; border-radius: 22px; transform: translateX(50%); }
  .hero-character { bottom: -60px; left: -38px; width: 180px; }
  .benefit-strip { grid-template-columns: 1fr; margin-top: 0; transform: none; }
  .benefit-strip > div { justify-content: flex-start; padding: 18px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-section { padding-top: 76px; }
  .problem-intro { grid-template-columns: 1fr; gap: 42px; }
  .content-image { width: calc(100% - 8px); margin-inline: auto; }
  .question-cloud { grid-template-columns: 1fr; margin-top: 36px; }
  .interruption-note { align-items: flex-start; gap: 16px; margin-top: 35px; padding: 24px 20px; }
  .note-number { flex-basis: 74px; font-size: 1.5rem; }
  .relief-card { grid-template-columns: 1fr; gap: 28px; margin-top: 54px; padding: 18px 18px 28px; }
  .solution-grid, .behavior-grid, .consultation-card, .final-cta-inner { grid-template-columns: 1fr; gap: 48px; }
  .solution-heading-first { font-size: .79em; }
  .solution-grid > div:first-child { order: 1; }
  .chat-showcase { order: 2; width: calc(100% - 24px); }
  .check-list { grid-template-columns: 1fr; }
  .behavior-grid { gap: 40px; }
  .button-demo { padding: 34px 20px; }
  .feature-grid, .example-grid, .setup-flow { grid-template-columns: 1fr; }
  .feature-card { grid-template-columns: 1fr; min-height: 0; }
  .feature-card:nth-child(even) .feature-card-visual { order: 0; }
  .feature-card:nth-child(even) .feature-card-copy { order: 1; }
  .feature-card-visual { min-height: 220px; aspect-ratio: 3 / 2; }
  .feature-card-copy { padding: 29px 25px 32px; }
  .plan-heading { margin-bottom: 44px; }
  .pricing-layout { grid-template-columns: 1fr; }
  .price-card-main { padding: 44px 24px 30px; }
  .main-price strong { font-size: 3.45rem; }
  .main-price > span { margin-right: 8px; }
  .sub-plan-list { grid-template-columns: 1fr; grid-template-rows: auto; }
  .price-card-sub { padding: 26px 22px 23px; }
  .sub-plan-header { display: block; }
  .sub-price { justify-content: start; margin-top: 18px; text-align: left; }
  .sub-plan-header h3 { white-space: normal; }
  .profile-section { padding: 70px 0; }
  .profile-grid { grid-template-columns: 1fr; }
  .person-header { grid-template-columns: 105px 1fr; gap: 17px; padding: 22px 18px; }
  .person-header > img { width: 105px; height: 105px; }
  .person-header h3 { font-size: 1.35rem; }
  .person-role { font-size: .66rem; }
  .person-specialty { margin-top: 8px; white-space: normal; }
  .person-bio { padding: 24px 20px 10px; }
  .person-evidence { grid-template-columns: 1fr 1fr; padding: 0 20px 20px; }
  .evidence-books { grid-column: 1 / -1; }
  .evidence-books img { height: auto; min-height: 90px; max-height: 160px; }
  .evidence-media img { height: auto; aspect-ratio: 315 / 182; }
  .evidence-seminar img { height: 125px; }
  .works-details { margin: 0 20px 24px; }
  .consultation-card { display: block; min-height: 680px; padding: 44px 28px; border-radius: 24px; }
  .consultation-character { right: 50%; bottom: -80px; width: 340px; transform: translateX(50%); }
  .setup-flow li { min-height: 0; }
  .final-cta { padding: 74px 0; }
  .final-cta-inner { gap: 38px; }
  .company-section { padding: 55px 0; }
  .company-inner { grid-template-columns: 1fr; gap: 22px; padding: 30px 0; }
  .company-data > div { grid-template-columns: 1fr; gap: 8px; padding: 18px 2px; }
  .youtube-section { padding-bottom: 54px; }
  .youtube-banner { grid-template-columns: auto 1fr; gap: 18px; min-height: 0; padding: 26px 20px; border-radius: 21px; }
  .youtube-play { width: 62px; height: 62px; border-radius: 18px; }
  .youtube-play i { border-top-width: 10px; border-bottom-width: 10px; border-left-width: 17px; }
  .youtube-copy strong { font-size: 1.35rem; }
  .youtube-action { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { gap: 12px 20px; }
  .footer-inner p { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 50; right: 0; bottom: 0; left: 0; display: block; padding: 9px 14px; border-top: 1px solid #dbe6ed; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
  .mobile-cta .button { width: 100%; min-height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
