/* ============================================================
   KUDO TAX OFFICE — Modern Redesign (Light)
   白背景 × チャコール × グレーの読みやすいモノトーン
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:      #FFFFFF;
  --bg-2:    #F7F7F5;
  --bg-3:    #EFEFEC;
  --ink:     #1B1B1E;
  --mut:     #595960;
  --faint:   #9B9BA1;
  --lime:    #1B1B1E; /* accent: charcoal */
  --lime-d:  #333338;
  --violet:  #6E6E76; /* sub accent: gray */
  --line:    rgba(0,0,0,0.12);
  --line-2:  rgba(0,0,0,0.07);
  --max:     1200px;
  --r:       16px;
  --r-lg:    24px;
  --ease:    0.3s cubic-bezier(.4,0,.2,1);
  --en:      'Space Grotesk', sans-serif;
  --jp:      'Noto Sans JP', sans-serif;
  --serif:   'Shippori Mincho', serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--jp);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--lime); color: var(--bg); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* 背景グリッド線 */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }

/* ============ NAV ============ */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: rgba(255,255,255,0.78); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-2);
}
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 32px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { font-family: var(--en); font-weight: 700; font-size: 18px; letter-spacing: 0.02em; }
.logo sup { color: var(--lime); font-size: 10px; }
.logo small { display: block; font-family: var(--jp); font-weight: 400; font-size: 9.5px; color: var(--faint); letter-spacing: 0.22em; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-size: 13px; color: var(--mut); transition: color var(--ease);
  font-weight: 500; letter-spacing: 0.03em;
}
.nav-links a:hover { color: var(--lime); }
.nav-cta {
  background: var(--lime); color: var(--bg) !important;
  font-weight: 700; padding: 10px 22px; border-radius: 999px;
  font-size: 13px !important; transition: var(--ease);
}
.nav-cta:hover { background: #3A3A40; transform: translateY(-1px); }
.nav-line {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #06C755; color: #fff; transition: var(--ease);
}
.nav-line:hover { transform: translateY(-1px); filter: brightness(1.1); }
.nav-line svg { width: 18px; height: 18px; }

.burger { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; padding: 6px; }
.burger span { width: 26px; height: 2px; background: var(--ink); transition: var(--ease); display: block; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-nav {
  display: none; position: fixed; top: 72px; left: 0; right: 0; z-index: 899;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); padding: 16px 32px 32px;
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block; padding: 15px 0; font-size: 16px; font-weight: 500;
  border-bottom: 1px solid var(--line-2);
  font-family: var(--en);
}
.mobile-nav a span { color: var(--faint); font-size: 11px; margin-right: 14px; }

/* ============ HERO ============ */
.hero {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  position: relative; padding: 140px 0 40px; overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; right: -20%; top: 10%;
  width: 60vw; height: 60vw; max-width: 800px; max-height: 800px;
  background: radial-gradient(circle, rgba(0,0,0,0.045) 0%, transparent 65%);
  pointer-events: none;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--en); font-size: 12px; letter-spacing: 0.25em;
  color: var(--lime); margin-bottom: 28px; text-transform: uppercase;
}
.hero-tag::before { content: ''; width: 40px; height: 1px; background: var(--lime); }
.hero h1 {
  font-size: clamp(40px, 8.5vw, 104px);
  font-weight: 900; line-height: 1.12; letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.hero h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(27,27,30,0.7);
}
.hero h1 .lime { color: var(--lime); }
.hero-en {
  font-family: var(--en); font-weight: 700;
  font-size: clamp(14px, 2vw, 20px); color: var(--faint);
  letter-spacing: 0.12em; margin-bottom: 36px;
}
.hero-lead { max-width: 560px; color: var(--mut); font-size: 15.5px; margin-bottom: 44px; }
.hero-lead strong { color: var(--ink); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--jp); font-weight: 700; font-size: 14.5px;
  padding: 17px 34px; border-radius: 999px; cursor: pointer;
  transition: var(--ease); border: 1px solid transparent; line-height: 1;
}
.btn-lime { background: var(--lime); color: var(--bg); }
.btn-lime:hover { background: #3A3A40; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,0.18); }
.btn-ghost { border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--lime); color: var(--lime); }
.btn .arr { font-family: var(--en); transition: transform var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.hero-note { width: 100%; font-size: 12.5px; color: var(--faint); margin-top: 6px; }
.hero-note em { font-style: normal; color: var(--lime); }

.hero-scroll {
  position: absolute; bottom: 36px; left: 32px;
  font-family: var(--en); font-size: 10px; letter-spacing: 0.3em;
  color: var(--faint); writing-mode: vertical-rl;
  display: flex; align-items: center; gap: 12px;
}
.hero-scroll::after { content: ''; width: 1px; height: 48px; background: linear-gradient(var(--faint), transparent); }

/* ============ MARQUEE ============ */
.marquee {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 18px 0; overflow: hidden; white-space: nowrap;
  background: var(--bg-2);
}
.marquee-track { display: inline-flex; gap: 56px; animation: scroll 28s linear infinite; padding-right: 56px; }
.marquee span {
  font-family: var(--en); font-weight: 700; font-size: 15px;
  letter-spacing: 0.08em; color: var(--mut); display: inline-flex; align-items: center; gap: 56px;
}
.marquee b { color: var(--lime); font-weight: 700; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ============ SECTIONS ============ */
section { padding: 130px 0; position: relative; }
.sec-head { margin-bottom: 72px; }
.sec-num {
  font-family: var(--en); font-size: 13px; color: var(--lime);
  letter-spacing: 0.2em; display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
}
.sec-num::after { content: ''; flex: 0 0 56px; height: 1px; background: var(--line); }
.sec-title {
  font-size: clamp(30px, 4.6vw, 52px); font-weight: 900;
  line-height: 1.25; letter-spacing: -0.01em;
}
.sec-title .lime { color: var(--lime); }
.sec-lead { max-width: 620px; color: var(--mut); font-size: 15px; margin-top: 22px; }
.sec-lead a { color: var(--lime); border-bottom: 1px solid currentColor; }

/* ============ STATS ============ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.stat { padding: 36px 28px; border-right: 1px solid var(--line); background: var(--bg-2); }
.stat:last-child { border-right: none; }
.stat-v { font-family: var(--en); font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: var(--lime); line-height: 1.1; }
.stat-v small { font-size: 0.45em; color: var(--mut); font-family: var(--jp); font-weight: 500; margin-left: 4px; }
.stat-k { font-size: 12.5px; color: var(--mut); margin-top: 8px; }

/* ============ BENTO (services) ============ */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cell {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 36px 32px;
  position: relative; overflow: hidden; transition: var(--ease);
}
.cell:hover { border-color: rgba(0,0,0,0.4); transform: translateY(-4px); }
.cell-idx {
  font-family: var(--en); font-size: 12px; color: var(--faint);
  letter-spacing: 0.15em; margin-bottom: 22px; display: block;
}
.cell h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; line-height: 1.5; }
.cell p { font-size: 13.5px; color: var(--mut); }
.cell-note { display: block; margin-top: 18px; font-size: 12px; color: var(--lime); }
.cell--wide { grid-column: span 2; }
.cell--lime { background: var(--lime); border-color: var(--lime); color: var(--bg); }
.cell--lime h3, .cell--lime p { color: var(--bg); }
.cell--lime .cell-idx { color: rgba(255,255,255,0.55); }
.cell--lime:hover { background: #000000; }
.cell-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 20px;
  font-weight: 700; font-size: 14px; color: var(--bg);
}

/* ============ ADVISORY ============ */
.adv { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.adv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.adv-card {
  border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 34px 32px; background: var(--bg); transition: var(--ease);
}
.adv-card:hover { border-color: rgba(0,0,0,0.35); }
.adv-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; display: flex; gap: 12px; align-items: baseline; }
.adv-card h3 b { font-family: var(--en); color: var(--violet); font-size: 13px; }
.adv-card p { font-size: 13.5px; color: var(--mut); }
.adv-timing { margin-top: 56px; border: 1px dashed rgba(0,0,0,0.3); border-radius: var(--r-lg); padding: 34px 36px; }
.adv-timing h3 { font-size: 14px; color: var(--lime); font-weight: 700; letter-spacing: 0.06em; margin-bottom: 18px; }
.adv-timing ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.adv-timing li { font-size: 14px; color: var(--ink); padding-left: 24px; position: relative; }
.adv-timing li::before { content: '→'; position: absolute; left: 0; color: var(--lime); font-family: var(--en); }
.adv-foot { margin-top: 56px; text-align: center; }
.adv-price { font-family: var(--en); font-size: clamp(20px, 3vw, 30px); font-weight: 700; margin-bottom: 6px; }
.adv-price span { font-family: var(--jp); font-size: 0.6em; color: var(--mut); font-weight: 500; }
.adv-price b { color: var(--lime); }
.adv-foot-note { font-size: 13px; color: var(--mut); margin-bottom: 30px; }
.adv-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ============ FLOW ============ */
.flow { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.step { padding: 40px 30px; border-right: 1px solid var(--line); background: var(--bg-2); position: relative; }
.step:last-child { border-right: none; }
.step::before {
  counter-increment: step; content: '0' counter(step);
  font-family: var(--en); font-size: 44px; font-weight: 700;
  color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,0.35);
  display: block; line-height: 1; margin-bottom: 22px;
}
.step h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 10px; line-height: 1.5; }
.step p { font-size: 12.5px; color: var(--mut); }
.step-time { display: inline-block; margin-top: 16px; font-family: var(--en); font-size: 11px; color: var(--lime); letter-spacing: 0.08em; border: 1px solid rgba(0,0,0,0.25); border-radius: 999px; padding: 4px 12px; }

/* ============ FAQ ============ */
.faq-list { max-width: 800px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 22px; text-align: left;
  padding: 26px 8px; color: var(--ink); font-family: var(--jp);
  font-size: 15.5px; font-weight: 700; line-height: 1.6; transition: color var(--ease);
}
.faq-q:hover { color: var(--lime); }
.faq-q .qn { font-family: var(--en); color: var(--faint); font-size: 13px; flex: 0 0 32px; }
.faq-q .qm { margin-left: auto; font-family: var(--en); font-size: 22px; color: var(--lime); transition: transform var(--ease); flex-shrink: 0; }
.faq-item.open .qm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 8px 0 62px; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 28px; }
.faq-a p { font-size: 14px; color: var(--mut); }
.faq-a a { color: var(--lime); border-bottom: 1px solid currentColor; }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 64px; align-items: start; }
.big-say {
  font-size: clamp(28px, 4vw, 44px); font-weight: 900; line-height: 1.4; margin-bottom: 30px;
}
.big-say .lime { color: var(--lime); }
.assure { display: flex; flex-direction: column; gap: 13px; margin-bottom: 36px; }
.assure li { font-size: 14px; color: var(--mut); padding-left: 26px; position: relative; }
.assure li::before { content: '✓'; position: absolute; left: 0; color: var(--lime); font-weight: 700; }
.assure strong { color: var(--ink); }
.channel-line {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid #06C755; border-radius: 999px; padding: 13px 26px;
  font-weight: 700; font-size: 14px; color: #058A44; background: rgba(6,199,85,0.10);
  transition: var(--ease);
}
.channel-line:hover { background: #06C755; color: #fff; }
.channel-line svg { width: 20px; height: 20px; }

.form-box {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 42px 40px;
}
.form-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-head h3 { font-size: 16px; font-weight: 700; }
.form-time { font-family: var(--en); font-size: 11px; letter-spacing: 0.1em; color: var(--lime); border: 1px solid rgba(0,0,0,0.25); border-radius: 999px; padding: 5px 14px; }
.fg { margin-bottom: 22px; }
.fl { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 9px; }
.fl .req { font-family: var(--en); font-size: 10px; color: var(--lime); margin-left: 8px; letter-spacing: 0.1em; }
.fl .opt { font-family: var(--en); font-size: 10px; color: var(--faint); margin-left: 8px; letter-spacing: 0.1em; }
.fi, .fa {
  width: 100%; background: var(--bg); border: 1px solid var(--line);
  border-radius: 12px; padding: 14px 18px; color: var(--ink);
  font-family: var(--jp); font-size: 15px; outline: none; transition: border-color var(--ease);
}
.fi:focus, .fa:focus { border-color: var(--lime); }
.fa { min-height: 110px; resize: vertical; }
.fh { font-size: 12px; color: var(--faint); margin-top: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip label {
  display: inline-block; padding: 10px 16px; font-size: 13px; cursor: pointer;
  border: 1px solid var(--line); border-radius: 999px; color: var(--mut); transition: var(--ease);
}
.chip label:hover { border-color: var(--lime); color: var(--lime); }
.chip input:checked + label { background: var(--lime); color: var(--bg); border-color: var(--lime); font-weight: 700; }
.form-btn {
  width: 100%; padding: 18px; border: none; border-radius: 999px;
  background: var(--lime); color: var(--bg); font-family: var(--jp);
  font-weight: 700; font-size: 15.5px; cursor: pointer; transition: var(--ease);
}
.form-btn:hover { background: #3A3A40; }
.form-btn:disabled { background: var(--faint); cursor: not-allowed; }
.form-sub { text-align: center; font-size: 11.5px; color: var(--faint); margin-top: 12px; }
.form-success { display: none; margin-top: 16px; padding: 16px 18px; border: 1px solid rgba(5,138,68,0.45); border-radius: 12px; font-size: 13.5px; color: #058A44; }
.form-error { display: none; margin-top: 16px; padding: 14px 18px; border: 1px solid rgba(178,49,38,0.4); border-radius: 12px; font-size: 13.5px; color: #B23126; }

/* ============ PAGE HERO（下層） ============ */
.page-hero { padding: 170px 0 80px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::after {
  content: attr(data-en);
  position: absolute; right: -8px; bottom: -28px;
  font-family: var(--en); font-weight: 700;
  font-size: clamp(70px, 14vw, 190px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,0.08);
  letter-spacing: -0.02em; pointer-events: none; white-space: nowrap;
}
.page-hero h1 { font-size: clamp(34px, 5.5vw, 64px); font-weight: 900; letter-spacing: -0.01em; }
.page-hero .sec-lead { margin-top: 16px; }

/* ============ PROFILE ============ */
.prof-grid { display: grid; grid-template-columns: 300px 1fr; gap: 72px; align-items: start; }
.prof-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px 30px; position: sticky; top: 100px; }
.prof-card .avatar {
  width: 96px; height: 96px; border-radius: 50%;
  background: linear-gradient(135deg, var(--violet), var(--lime));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--en); font-weight: 700; font-size: 30px; color: var(--bg);
  margin-bottom: 22px;
}
.prof-card h2 { font-size: 21px; font-weight: 900; }
.prof-card .en-name { font-family: var(--en); font-size: 12px; color: var(--faint); letter-spacing: 0.14em; margin-bottom: 20px; }
.prof-row { padding: 14px 0; border-top: 1px solid var(--line-2); }
.prof-row dt { font-family: var(--en); font-size: 10.5px; letter-spacing: 0.18em; color: var(--lime); margin-bottom: 4px; }
.prof-row dd { font-size: 13.5px; color: var(--mut); }
.prof-text p { color: var(--mut); font-size: 15px; margin-bottom: 1.4em; }
.prof-text p strong { color: var(--ink); }
.greet-quote {
  font-family: var(--serif); font-size: clamp(20px, 2.6vw, 28px); line-height: 2;
  color: var(--ink); margin-bottom: 40px; font-weight: 600;
}
.greet-quote .lime { color: var(--lime); }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.tags span { font-size: 12.5px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; color: var(--mut); }

/* ============ PRICING ============ */
.price-group { margin-bottom: 80px; }
.price-group-title { font-family: var(--en); font-size: 13px; letter-spacing: 0.2em; color: var(--lime); margin-bottom: 28px; display: flex; align-items: center; gap: 16px; }
.price-group-title::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-grid--2 { grid-template-columns: repeat(2, 1fr); }
.pcard { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; transition: var(--ease); display: flex; flex-direction: column; }
.pcard:hover { transform: translateY(-4px); }
.pcard--hot { border-color: var(--lime); position: relative; }
.pcard--hot::before {
  content: 'RECOMMENDED'; position: absolute; top: -11px; left: 28px;
  font-family: var(--en); font-size: 10px; letter-spacing: 0.18em;
  background: var(--lime); color: var(--bg); font-weight: 700;
  padding: 4px 12px; border-radius: 999px;
}
.pcard h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.pcard .for { font-size: 12px; color: var(--faint); margin-bottom: 22px; }
.pcard .amount { font-family: var(--en); font-size: 30px; font-weight: 700; line-height: 1.2; color: var(--lime); }
.pcard .amount small { font-family: var(--jp); font-size: 12.5px; color: var(--mut); font-weight: 500; }
.pcard .amount-sub { font-size: 12px; color: var(--mut); margin-top: 4px; }
.pcard ul { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.pcard li { font-size: 13px; color: var(--mut); padding-left: 18px; position: relative; }
.pcard li::before { content: '＋'; position: absolute; left: 0; color: var(--lime); font-size: 11px; }
.pcard .remark { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line-2); font-size: 11.5px; color: var(--faint); }

/* ============ CTA BOX ============ */
.cta-box {
  border-radius: var(--r-lg); padding: 70px 48px; text-align: center;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0,0,0,0.05), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(0,0,0,0.03), transparent 55%),
    var(--bg-2);
  border: 1px solid var(--line);
}
.cta-box h2 { font-size: clamp(24px, 3.6vw, 40px); font-weight: 900; margin-bottom: 14px; }
.cta-box h2 .lime { color: var(--lime); }
.cta-box p { color: var(--mut); font-size: 14.5px; margin-bottom: 36px; }
.cta-box .adv-actions { margin: 0; }

/* ============ BLOG ============ */
.note-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 32px 36px; margin-bottom: 48px;
}
.note-banner-l { display: flex; align-items: center; gap: 18px; }
.note-ic {
  width: 48px; height: 48px; border-radius: 12px; background: #41C9B4;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: Georgia, serif; font-weight: 700; font-size: 24px; flex-shrink: 0;
}
.note-banner-l p:first-of-type { font-weight: 700; font-size: 15.5px; }
.note-banner-l p:last-of-type { font-size: 13px; color: var(--mut); }
.btn-note { background: #41C9B4; color: #fff; }
.btn-note:hover { background: #2fb8a2; transform: translateY(-2px); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bcard {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 28px; transition: var(--ease); display: block;
}
.bcard:hover { border-color: rgba(65,201,180,0.6); transform: translateY(-4px); }
.bcard .bmeta { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.bcard .btag { font-size: 11px; color: var(--lime); border: 1px solid rgba(0,0,0,0.25); padding: 3px 10px; border-radius: 999px; }
.bcard .bdate { font-family: var(--en); font-size: 11px; color: var(--faint); }
.bcard h3 { font-size: 15.5px; font-weight: 700; line-height: 1.6; margin-bottom: 10px; }
.bcard p { font-size: 13px; color: var(--mut); }
.bcard .read { display: inline-block; margin-top: 18px; font-size: 12px; color: #41C9B4; font-weight: 700; }

/* ============ PRIVACY ============ */
.legal { max-width: 760px; }
.legal-sec { margin-bottom: 44px; }
.legal-sec h2 { font-size: 17px; font-weight: 700; margin-bottom: 12px; padding-left: 16px; border-left: 3px solid var(--lime); }
.legal-sec p, .legal-sec ul { font-size: 14px; color: var(--mut); }
.legal-sec ul { padding-left: 1.2em; list-style: disc; }
.legal-date { font-size: 12px; color: var(--faint); }

/* ============ FOOTER ============ */
footer { border-top: 1px solid var(--line); padding: 80px 0 36px; background: var(--bg-2); overflow: hidden; }
.foot-mark {
  font-family: var(--en); font-weight: 700;
  font-size: clamp(44px, 9vw, 120px); line-height: 1; letter-spacing: -0.03em;
  color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,0.12);
  margin-bottom: 48px; white-space: nowrap;
}
.foot-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 44px; border-bottom: 1px solid var(--line-2); margin-bottom: 28px; }
.foot-brand p:first-child { font-weight: 700; font-size: 16px; }
.foot-brand .en { font-family: var(--en); font-size: 11px; color: var(--faint); letter-spacing: 0.16em; }
.foot-reg { margin-top: 14px; font-size: 12px; color: var(--mut); line-height: 1.9; }
.foot-reg b { color: var(--lime); font-weight: 500; }
.foot-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 44px; }
.foot-nav a { font-size: 13px; color: var(--mut); transition: color var(--ease); }
.foot-nav a:hover { color: var(--lime); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.foot-copy { font-family: var(--en); font-size: 11px; color: var(--faint); }
.foot-disc { font-size: 11px; color: var(--faint); max-width: 480px; }

/* ============ MOBILE固定CTA ============ */
.m-cta { display: none; position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 800; gap: 8px; }
.m-cta a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 10px; border-radius: 999px; font-weight: 700; font-size: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}
.m-cta-form { background: var(--lime); color: var(--bg); }
.m-cta-line { background: #06C755; color: #fff; flex: 0 0 110px; }
.m-cta svg { width: 18px; height: 18px; }

/* ============ ANIMATION ============ */
.fade { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade.in { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .cell--wide { grid-column: span 2; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: none; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .adv-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .prof-grid { grid-template-columns: 1fr; gap: 48px; }
  .prof-card { position: static; max-width: 380px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  section { padding: 88px 0; }
  .wrap { padding: 0 22px; }
  .nav-links { display: none; }
  .burger { display: flex; }
  .hero { padding-top: 120px; }
  .hero-scroll { display: none; }
  .bento, .price-grid, .price-grid--2, .blog-grid, .flow, .stats { grid-template-columns: 1fr; }
  .cell--wide { grid-column: span 1; }
  .stat, .step { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child, .step:last-child { border-bottom: none; }
  .adv-timing ul { grid-template-columns: 1fr; }
  .hero-actions, .adv-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .adv-actions .btn { justify-content: center; }
  .form-box { padding: 30px 24px; }
  .m-cta { display: flex; }
  body { padding-bottom: 76px; }
  .page-hero { padding: 130px 0 64px; }
}
