:root {
  --navy: #102b46;
  --navy-2: #173c5e;
  --slate: #455568;
  --muted: #f3f5f7;
  --line: #d7dee5;
  --white: #ffffff;
  --green: #187b53;
  --text: #162333;
  --danger: #af3342;
  --shadow: 0 10px 28px rgba(16, 43, 70, .08);
  --greige: #f4f1ec;
  --greige-deep: #e8e1d7;
  --gold: #cbb17c;
  --gold-soft: #e7d7b7;
  --premium-shadow: 0 18px 48px rgba(9, 28, 46, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); font-family: "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif; line-height: 1.75; background: var(--white); padding-bottom: 62px; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
h1, h2, h3 { color: var(--navy); line-height: 1.38; letter-spacing: .02em; margin: 0 0 .65em; }
h1 { font-size: clamp(2rem, 5.5vw, 3.1rem); }
h2 { font-size: clamp(1.45rem, 4vw, 2rem); }
h3 { font-size: 1.15rem; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 850px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; flex-direction: column; line-height: 1.35; }
.brand-name { font-size: 1.16rem; color: var(--navy); font-weight: 700; letter-spacing: .08em; }
.brand-logo { display: block; width: auto; height: 42px; max-width: 220px; object-fit: contain; object-position: left center; }
.brand-sub { color: var(--slate); font-size: .72rem; }
.global-nav { display: flex; align-items: center; gap: 21px; color: var(--slate); font-size: .93rem; font-weight: 500; }
.global-nav a:hover, .global-nav .active { color: var(--navy); }
.nav-toggle { display: none; background: var(--navy); border: 0; border-radius: 5px; color: white; padding: 8px 13px; }
.hero { background: linear-gradient(120deg, #f5f8fa 0%, #fff 60%); padding: clamp(45px, 8vw, 84px) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(450px, 1fr) 380px; align-items: center; gap: clamp(30px, 6vw, 72px); }
.eyebrow { margin-bottom: 12px; color: #516c85; font-size: .84rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.lead { font-size: clamp(1.05rem, 2vw, 1.18rem); color: #364b5f; max-width: 670px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 20px; }
.actions.center { justify-content: center; }
.btn { display: inline-flex; min-height: 52px; padding: 11px 24px; border-radius: 5px; align-items: center; justify-content: center; font-weight: 700; transition: opacity .2s; }
.btn:hover { opacity: .83; }
.btn-primary { color: white; background: var(--navy); }
.btn-outline { color: var(--navy); border: 1px solid var(--navy); background: white; }
.btn-line { color: white; background: var(--green); }
.btn-light { background: white; color: var(--navy); }
.note, .small { font-size: .87rem; color: #5a697a; }
.consult-card { background: white; padding: 30px; border: 1px solid #e0e5ea; box-shadow: var(--shadow); border-radius: 8px; }
.card-label { color: var(--navy); font-weight: 700; font-size: 1.08rem; border-bottom: 1px solid var(--line); padding-bottom: 13px; }
.check-list { list-style: none; padding: 0; margin: 20px 0; }
.check-list li { padding: 8px 0 8px 27px; position: relative; }
.check-list li::before { position: absolute; left: 0; top: 9px; content: "✓"; color: var(--navy-2); font-weight: 700; }
.section { padding: clamp(48px, 8vw, 78px) 0; }
.section-muted { background: var(--muted); }
.section-navy { background: var(--navy); }
.simple-hero { background: var(--muted); padding: clamp(34px, 6vw, 58px) 0; }
.simple-hero h1 { margin-bottom: 0; }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 37px; }
.three-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { border: 1px solid var(--line); padding: 26px 25px; border-radius: 6px; background: white; }
.feature span { color: #8193a5; font-weight: 700; font-size: .9rem; }
.feature p { color: #4b5e70; margin: 0; }
.profile-grid, .split-content { display: grid; grid-template-columns: 1.25fr .85fr; align-items: center; gap: 55px; }
.profile-card, .area-box { background: white; border: 1px solid var(--line); padding: 28px; border-radius: 6px; }
.initial { font-size: 1.45rem; color: var(--navy); font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 13px; }
.role { color: #506478; font-size: .9rem; margin: 11px 0 21px; }
dl { margin: 0; font-size: .92rem; }
dt { color: #637488; margin-top: 12px; }
dd { margin-left: 0; font-weight: 500; }
.cta-panel { text-align: center; max-width: 780px; }
.cta-panel .btn { margin-top: 12px; }
.contrast h2, .contrast p { color: white; }
.content-page { max-width: 850px; }
.content-page h2 { margin-top: 42px; border-bottom: 1px solid var(--line); padding-bottom: 11px; }
.content-page h2:first-child { margin-top: 0; }
.content-page ul { padding-left: 1.45em; }
.info-table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.info-table th, .info-table td { padding: 14px 15px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.info-table th { width: 29%; color: #536779; font-weight: 500; background: #f7f8fa; }
.faq-list { max-width: 850px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0; }
.faq-list summary { cursor: pointer; color: var(--navy); font-weight: 700; padding: 22px 38px 22px 0; position: relative; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; font-size: 1.35rem; font-weight: 400; top: 17px; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { color: #43566a; padding: 0 0 22px; margin: 0; }
.check-panels { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.check-panel { padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.check-panel ul { padding-left: 1.25em; margin-bottom: 0; }
.complete-card { max-width: 680px; margin: 0 auto; text-align: center; border: 1px solid var(--line); border-radius: 7px; padding: clamp(27px, 6vw, 52px); box-shadow: var(--shadow); }
.lp-hero { text-align: center; background: #f4f7f9; padding: clamp(52px, 9vw, 94px) 0; }
.problem-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 850px; margin: 0 auto; }
.problem-list p { border-left: 3px solid var(--navy); background: var(--muted); padding: 18px 20px; margin: 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; counter-reset: step; gap: 18px; margin: 0; padding: 0; }
.steps li { position: relative; padding: 48px 19px 22px; background: white; border: 1px solid var(--line); }
.steps li::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 13px; left: 19px; color: #8295a8; font-weight: bold; }
.steps span { display: block; margin-top: 12px; color: #506273; font-size: .91rem; }
.site-footer { background: #091c2e; color: #d5dde5; padding: 42px 0 24px; font-size: .9rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; }
.footer-brand { color: white; font-size: 1.06rem; font-weight: 700; }
.footer-links { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 12px 22px; max-width: 330px; }
.copyright { text-align: center; border-top: 1px solid rgba(255,255,255,.14); margin: 29px auto 0; padding-top: 19px; font-size: .8rem; }
.fixed-actions { position: fixed; bottom: 0; left: 0; right: 0; display: flex; z-index: 30; height: 58px; }
.fixed-actions a { flex: 1; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; }
.fixed-line { background: var(--green); }
.fixed-phone { background: var(--navy); }
.premium-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #102b46;
  padding: clamp(54px, 8vw, 96px) 0;
  isolation: isolate;
}
.premium-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.premium-hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 66%;
}
.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(95deg, rgba(8, 25, 42, .88) 0%, rgba(12, 33, 53, .79) 54%, rgba(16, 43, 70, .58) 100%);
}
.premium-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(203, 177, 124, .55);
}
.premium-hero-grid { display: grid; grid-template-columns: minmax(450px, 1fr) 392px; gap: clamp(34px, 6vw, 70px); align-items: center; }
.eyebrow-light { color: var(--gold-soft); }
.hero-copy h1 { color: var(--white); font-size: clamp(2.06rem, 4.65vw, 2.92rem); line-height: 1.5; letter-spacing: .028em; margin-bottom: 22px; text-shadow: 0 2px 20px rgba(0,0,0,.22); }
.copy-line { display: block; word-break: keep-all; overflow-wrap: normal; }
.term { white-space: nowrap; }
.hero-lead { font-size: clamp(1rem, 1.7vw, 1.13rem); line-height: 1.92; color: rgba(255,255,255,.93); border-left: 1px solid var(--gold); padding-left: 20px; text-shadow: 0 1px 10px rgba(0,0,0,.22); }
.hero-lead .copy-line:last-child { word-break: normal; }
.hero-actions { gap: 10px; }
.btn-premium { color: white; border-radius: 999px; background: var(--navy-2); border: 1px solid rgba(203,177,124,.38); padding-inline: 30px; transition: background .2s, transform .2s; }
.btn-premium:hover { opacity: 1; background: #245174; transform: translateY(-1px); }
.btn-ghost { color: white; border-radius: 999px; border: 1px solid rgba(255,255,255,.52); transition: background .2s; }
.btn-ghost:hover { opacity: 1; background: rgba(255,255,255,.09); }
.btn-hero-line, .btn-bottom-line { color: white; border-radius: 999px; background: rgba(24, 123, 83, .9); border: 1px solid rgba(255,255,255,.12); transition: background .2s; }
.btn-hero-line:hover, .btn-bottom-line:hover { opacity: 1; background: #218c61; }
.hero-actions .btn { padding-inline: 22px; white-space: nowrap; }
.hero-actions.hero-actions-solo .btn-hero-line,
.hero-actions.hero-actions-solo .btn-bottom-line { width: 100%; min-height: 60px; font-size: 1.05rem; }
.hero-note { color: rgba(255,255,255,.7); font-size: .84rem; margin: 0; }
.hero-sub-links { margin: 14px 0 0; font-size: .82rem; color: rgba(255,255,255,.75); }
.hero-sub-links a { color: rgba(255,255,255,.86); text-decoration: underline; text-underline-offset: 3px; }
.hero-sub-links a:hover { color: #fff; }
.diagnosis-card {
  background: rgba(255,255,255,.98);
  color: var(--text);
  border-radius: 16px;
  box-shadow: var(--premium-shadow);
  padding: clamp(26px, 4vw, 34px);
  border-top: 3px solid var(--gold);
}
.diagnosis-card h2 { font-size: 1.28rem; margin-bottom: 20px; }
.card-kicker { color: #897451; letter-spacing: .12em; font-size: .75rem; font-weight: 700; margin-bottom: 8px; }
.premium-check-list { list-style: none; margin: 0 0 24px; padding: 0; }
.premium-check-list li { border-top: 1px solid #ece7df; padding: 12px 0 12px 29px; position: relative; font-size: .94rem; }
.premium-check-list li::before { content: ""; position: absolute; left: 4px; top: 20px; height: 7px; width: 7px; border: 1px solid #9e895d; transform: rotate(45deg); }
.text-action { display: block; font-size: .86rem; color: var(--navy); text-align: center; background: var(--greige); border-radius: 999px; padding: 10px 14px; }
.premium-section { background: #fffdfb; }
.premium-heading > p:last-child { color: #637182; max-width: 600px; margin: 0 auto; }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.concern-card {
  min-height: 188px;
  background: var(--white);
  border: 1px solid #ece5da;
  border-radius: 12px;
  padding: 25px 24px 22px;
  box-shadow: 0 8px 28px rgba(16, 43, 70, .045);
}
.problem-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 28px;
  color: #a18452;
  background: #f7f2e9;
  border: 1px solid #ece1cf;
  border-radius: 999px;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.concern-card h3 { margin-top: 12px; margin-bottom: 9px; line-height: 1.62; word-break: keep-all; overflow-wrap: normal; }
.concern-card p { margin: 0; color: #596878; font-size: .91rem; }
.section-greige { background: var(--greige); }
.premium-steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; }
.premium-steps li {
  border-radius: 12px;
  background: white;
  border: 1px solid var(--greige-deep);
  padding: 24px 21px;
  position: relative;
}
.premium-steps li:not(:last-child)::after { content: ""; position: absolute; right: -17px; top: 43px; width: 17px; border-top: 1px solid var(--gold); }
.step-number { display: block; color: #a18452; letter-spacing: .1em; font-weight: 700; font-size: .77rem; margin-bottom: 15px; }
.premium-steps strong { color: var(--navy); display: block; font-size: 1rem; line-height: 1.65; min-height: 54px; word-break: keep-all; overflow-wrap: normal; }
.premium-steps p { color: #596878; margin: 12px 0 0; font-size: .89rem; }
.advisor-layout { display: grid; grid-template-columns: 335px minmax(0, 1fr); gap: clamp(27px, 6vw, 58px); align-items: stretch; max-width: 940px; }
.advisor-photo {
  min-height: 455px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(16,43,70,.08), rgba(16,43,70,.21)),
    url("../images/profile.jpg") center top / cover no-repeat,
    linear-gradient(145deg, #e7dfd3, #c3ccd3);
  background:
    linear-gradient(180deg, rgba(16,43,70,.08), rgba(16,43,70,.21)),
    image-set(url("../images/profile.webp") type("image/webp"), url("../images/profile.jpg") type("image/jpeg")) center top / cover no-repeat,
    linear-gradient(145deg, #e7dfd3, #c3ccd3);
  border: 1px solid #e7dfd4;
}
.advisor-card { background: white; border: 1px solid #eee6dc; border-radius: 14px; padding: clamp(28px, 5vw, 42px); box-shadow: var(--premium-shadow); }
.advisor-card h2 { margin-bottom: 18px; font-size: clamp(1.45rem, 3vw, 1.84rem); line-height: 1.62; }
.advisor-name { color: var(--navy); font-size: 1.3rem; font-weight: 700; border-bottom: 1px solid #e8dfd4; padding-bottom: 18px; margin-bottom: 19px; }
.advisor-name small { display: block; color: #657486; font-size: .82rem; font-weight: 500; margin-top: 5px; }
.advisor-meta { border-top: 1px solid #e8dfd4; display: grid; grid-template-columns: 92px 1fr; gap: 9px 16px; padding-top: 17px; margin-top: 22px; }
.advisor-meta dt { margin-top: 0; color: #7b6a4c; }
.advisor-card > p:not(.eyebrow):not(.advisor-name) { max-width: 44em; line-height: 2; margin-bottom: 17px; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.expertise-card { background: white; border-radius: 12px; padding: clamp(25px, 4vw, 34px); border: 1px solid var(--greige-deep); }
.expertise-card h2 { font-size: clamp(1.3rem, 3vw, 1.56rem); }
.premium-cta .cta-panel { padding-block: 12px; }
.btn-gold { color: var(--navy); background: var(--gold-soft); border-radius: 999px; padding-inline: 34px; transition: background .2s; }
.btn-gold:hover { background: #f0dfba; opacity: 1; }
.premium-footer { background: #0a2034; padding-top: 52px; }
.premium-footer-grid { display: grid; grid-template-columns: 1.2fr .86fr .65fr; gap: clamp(28px, 5vw, 54px); }
.footer-company p { margin-bottom: 15px; }
.footer-heading { color: var(--gold-soft); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.footer-contact .footer-phone { display: block; font-size: 1.45rem; color: white; font-weight: 700; margin-bottom: 5px; }
.footer-line { display: inline-flex; margin-top: 11px; border: 1px solid rgba(203,177,124,.52); padding: 9px 18px; border-radius: 999px; color: white; }
.premium-footer .footer-links { display: flex; flex-direction: column; gap: 8px; max-width: none; }
.premium-footer .footer-links a { color: #d5dde5; }
@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .global-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; gap: 0; background: white; box-shadow: var(--shadow); }
  .global-nav.is-open { display: flex; }
  .global-nav a { width: 100%; padding: 14px 22px; border-bottom: 1px solid var(--line); }
  .hero-grid, .profile-grid, .split-content { display: block; }
  .consult-card, .profile-card, .area-box { margin-top: 28px; }
  .three-cols, .steps { grid-template-columns: repeat(2, 1fr); }
  .premium-hero-grid { display: block; }
  .diagnosis-card { margin-top: 34px; }
  .concern-grid, .premium-steps { grid-template-columns: repeat(2, 1fr); }
  .premium-steps li::after { display: none; }
  .advisor-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 24px; }
  .premium-footer-grid { grid-template-columns: 1fr 1fr; }
  .premium-footer .footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 10px 20px; }
  .premium-footer .footer-links .footer-heading { width: 100%; }
}
@media (max-width: 580px) {
  body { line-height: 1.68; }
  .container { width: min(100% - 32px, 1120px); }
  .brand-logo { height: 36px; max-width: 180px; }
  .hero { padding-top: 37px; }
  .actions .btn { width: 100%; }
  .three-cols, .problem-list, .steps, .check-panels { grid-template-columns: 1fr; }
  .info-table th, .info-table td { display: block; width: 100%; padding: 10px 12px; }
  .info-table td { padding-top: 0; }
  .footer-grid { display: block; }
  .footer-links { margin-top: 26px; }
  .premium-hero { padding-top: 43px; }
  .hero-copy h1 { font-size: clamp(1.65rem, 7.8vw, 1.82rem); line-height: 1.55; letter-spacing: .015em; }
  .hero-lead { font-size: .98rem; line-height: 1.82; padding-left: 15px; }
  .hero-actions { margin-top: 25px; margin-bottom: 17px; }
  .hero-actions .btn { min-height: 50px; padding-inline: 12px; font-size: .92rem; }
  .hero-actions .btn-premium { width: 100%; }
  .hero-actions .btn-hero-line, .hero-actions .btn-ghost { width: calc(50% - 5px); }
  .diagnosis-card { padding: 24px 20px; border-radius: 12px; }
  .concern-grid, .premium-steps, .expertise-grid { grid-template-columns: 1fr; }
  .concern-card { min-height: 0; }
  .advisor-layout { display: block; }
  .advisor-photo { min-height: 300px; background-position: center top; margin-bottom: 18px; }
  .advisor-card { padding: 25px 21px; }
  .advisor-meta { display: block; }
  .advisor-meta dt { margin-top: 13px; }
  .premium-footer-grid { display: block; }
  .footer-contact, .premium-footer .footer-links { margin-top: 32px; }
}
