/*
Theme Name: 山岡正士行政書士事務所 LP
Theme URI: https://www.yamaokalaw.com
Author: 山岡正士行政書士事務所
Description: 山岡正士行政書士事務所の問い合わせ獲得型ランディングページ専用テーマ
Version: 1.5.1
Text Domain: yamaoka-law-lp
*/

:root {
  --navy: #12345b;
  --blue: #185ea8;
  --blue-light: #eaf4ff;
  --orange: #e86f19;
  --orange-dark: #c9540b;
  --ink: #1f2937;
  --muted: #5b6573;
  --line: #dce4ec;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.yl-wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.yl-section { padding: 82px 0; }
.yl-section--soft { background: var(--soft); }
.yl-section--blue { color: #fff; background: linear-gradient(135deg, #12345b, #185ea8); }
.yl-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.yl-section--blue .yl-kicker { color: #a9d3ff; }
.yl-title {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.35;
  letter-spacing: .02em;
}
.yl-section--blue .yl-title { color: #fff; }
.yl-lead { max-width: 760px; margin: 0 auto 42px; color: var(--muted); text-align: center; }
.yl-center { text-align: center; }

.yl-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 3px 18px rgba(18,52,91,.06);
}
.yl-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.yl-brand { margin-right: auto; text-decoration: none; }
.yl-brand strong { display: block; color: var(--navy); font-size: 1.12rem; line-height: 1.3; }
.yl-brand small { display: block; color: var(--muted); font-size: .72rem; }
.yl-nav { display: flex; gap: 20px; align-items: center; }
.yl-nav a { color: #344255; font-size: .88rem; font-weight: 700; text-decoration: none; }
.yl-nav a:hover { color: var(--blue); }
.yl-header__tel { color: var(--navy); font-size: 1.08rem; font-weight: 900; text-decoration: none; white-space: nowrap; }
.yl-header__mail {
  padding: 11px 17px;
  color: #fff;
  background: var(--orange);
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.yl-header__mail:hover { background: var(--orange-dark); }

.yl-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(111,186,255,.2), transparent 35%),
    linear-gradient(125deg, #eef7ff 0%, #fff 58%, #fff6ef 100%);
}
.yl-hero::after {
  position: absolute; right: -90px; bottom: -170px;
  width: 380px; height: 380px; content: "";
  border: 70px solid rgba(232,111,25,.08); border-radius: 50%;
}
.yl-hero__inner {
  position: relative; z-index: 1;
  min-height: 650px;
  display: grid; grid-template-columns: 1.18fr .82fr; gap: 60px; align-items: center;
  padding: 70px 0;
}
.yl-badge {
  display: inline-flex; margin: 0 0 18px; padding: 6px 13px;
  color: var(--blue); background: var(--blue-light); border: 1px solid #c4e0fb;
  border-radius: 999px; font-size: .82rem; font-weight: 800;
}
.yl-hero h1 {
  margin: 0 0 22px; color: var(--navy);
  font-size: clamp(2.15rem, 4.2vw, 3.05rem); line-height: 1.32; letter-spacing: .01em;
}
.yl-hero h1 em { color: var(--orange); font-style: normal; }
.yl-hero__copy { max-width: 650px; margin: 0 0 28px; color: #445268; font-size: 1.08rem; }
.yl-checks { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0 0 30px; padding: 0; list-style: none; }
.yl-checks li { color: var(--navy); font-size: .92rem; font-weight: 800; }
.yl-checks li::before { margin-right: 7px; color: var(--orange); content: "✓"; }
.yl-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.yl-btn {
  display: inline-flex; min-height: 54px; padding: 12px 24px;
  align-items: center; justify-content: center;
  border-radius: 9px; font-weight: 900; text-decoration: none;
  box-shadow: 0 8px 18px rgba(18,52,91,.12);
}
.yl-btn--orange { color: #fff; background: var(--orange); }
.yl-btn--orange:hover { background: var(--orange-dark); }
.yl-btn--blue { color: #fff; background: var(--blue); }
.yl-btn--outline { color: var(--blue); background: #fff; border: 2px solid var(--blue); }
.yl-note { margin: 11px 0 0; color: var(--muted); font-size: .78rem; }
.yl-portrait { position: relative; align-self: end; }
.yl-portrait::before {
  position: absolute; inset: 12% -8% -4% 14%; z-index: -1; content: "";
  background: var(--navy); border-radius: 48% 48% 18px 18px;
}
.yl-portrait img {
  display: block; width: min(100%, 470px); margin: auto;
  border-radius: 12px 12px 0 0; filter: drop-shadow(0 20px 25px rgba(18,52,91,.16));
}
.yl-portrait__label {
  position: absolute; right: -8px; bottom: 24px; padding: 13px 18px;
  color: #fff; background: rgba(18,52,91,.94); border-left: 5px solid var(--orange);
  border-radius: 6px; font-weight: 800; line-height: 1.45;
}

.yl-strip { background: var(--navy); color: #fff; }
.yl-strip__inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.yl-strip__item { padding: 22px 16px; border-right: 1px solid rgba(255,255,255,.18); }
.yl-strip__item:last-child { border: 0; }
.yl-strip strong { display: block; color: #fff; font-size: 1.04rem; }
.yl-strip span { color: #c8d8e8; font-size: .78rem; }

.yl-grid { display: grid; gap: 22px; }
.yl-grid--3 { grid-template-columns: repeat(3, 1fr); }
.yl-grid--2 { grid-template-columns: repeat(2, 1fr); }
.yl-card {
  padding: 28px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 10px 28px rgba(18,52,91,.06);
}
.yl-card__icon {
  display: grid; width: 46px; height: 46px; margin-bottom: 14px;
  place-items: center; color: #fff; background: var(--blue); border-radius: 10px;
  font-weight: 900;
}
.yl-card h3 { margin: 0 0 9px; color: var(--navy); font-size: 1.2rem; }
.yl-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.yl-card__link {
  display: flex; width: 100%; min-height: 50px; margin-top: 20px; padding: 11px 16px;
  align-items: center; justify-content: center; color: #fff; background: var(--orange);
  border-radius: 8px; box-shadow: 0 8px 18px rgba(232,111,25,.2);
  font-size: .9rem; font-weight: 900; text-align: center; text-decoration: none;
}
.yl-card__link:hover { color: #fff; background: var(--orange-dark); transform: translateY(-1px); }
.yl-card--special {
  position: relative;
  background: linear-gradient(180deg, #fffaf6 0%, #fff 34%);
  border: 2px solid #f1b07b;
  box-shadow: 0 13px 30px rgba(232,111,25,.12);
}
.yl-special-badge {
  position: absolute; top: 17px; right: 17px;
  padding: 4px 10px; color: var(--orange-dark); background: #fff0e4;
  border: 1px solid #f2c49f; border-radius: 999px;
  font-size: .7rem; font-weight: 900;
}

.yl-concerns {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px;
  max-width: 900px; margin: 38px auto 0;
}
.yl-concern {
  position: relative; padding: 18px 18px 18px 49px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 8px 20px rgba(18,52,91,.04);
}
.yl-concern::before {
  position: absolute; left: 17px; top: 18px; display: grid;
  width: 23px; height: 23px; place-items: center; content: "✓";
  color: #fff; background: var(--orange); border-radius: 50%; font-size: .78rem; font-weight: 900;
}

.yl-strength { align-items: stretch; }
.yl-strength .yl-card { border-top: 5px solid var(--blue); }
.yl-strength__no { color: #c8d9ea; font-size: 2.2rem; font-weight: 900; line-height: 1; }

.yl-profile { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: center; }
.yl-profile img { border-radius: 14px; box-shadow: 0 18px 40px rgba(18,52,91,.15); }
.yl-profile h3 { margin: 0; color: var(--navy); font-size: 1.65rem; }
.yl-profile__sub { margin: 0 0 22px; color: var(--blue); font-weight: 800; }
.yl-profile p { color: #475569; }

.yl-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.yl-step {
  position: relative; padding: 28px 20px 23px; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
}
.yl-step::before {
  counter-increment: steps; content: counter(steps);
  display: grid; width: 38px; height: 38px; margin: -48px auto 14px;
  place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900;
}
.yl-step h3 { margin: 0 0 7px; color: var(--navy); font-size: 1rem; }
.yl-step p { margin: 0; color: var(--muted); font-size: .82rem; }

.yl-price-nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0 0 28px; }
.yl-price-nav a {
  padding: 7px 12px; color: var(--blue); background: var(--blue-light);
  border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none;
}
.yl-price details {
  margin-bottom: 12px; overflow: hidden; background: #fff;
  border: 1px solid var(--line); border-radius: 11px;
}
.yl-price summary {
  padding: 18px 22px; color: var(--navy); background: #f9fbfd;
  cursor: pointer; font-size: 1.05rem; font-weight: 900;
}
.yl-price__body { padding: 8px 22px 24px; }
.yl-table-wrap { overflow-x: auto; }
.yl-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.yl-table th, .yl-table td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); }
.yl-table th { color: var(--navy); background: var(--blue-light); }
.yl-price h4 { margin: 20px 0 6px; color: var(--navy); }
.yl-price ul { margin-top: 6px; }
.yl-price__notes { color: var(--muted); font-size: .8rem; }

.yl-access { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: stretch; }
.yl-access__info { padding: 30px; color: #fff; background: var(--navy); border-radius: 14px; }
.yl-access__info h3 { margin-top: 0; font-size: 1.4rem; }
.yl-access__info a { color: #fff; }
.yl-map { width: 100%; min-height: 390px; border: 0; border-radius: 14px; }

.yl-cta { padding: 70px 0; text-align: center; color: #fff; background: linear-gradient(135deg, #e86f19, #c9540b); }
.yl-cta h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.yl-cta p { margin: 0 0 24px; }
.yl-cta .yl-btn--outline { border-color: #fff; color: #fff; background: transparent; }

.yl-footer { padding: 42px 0 90px; color: #bccadd; background: #0b213b; text-align: center; }
.yl-footer strong { display: block; margin-bottom: 8px; color: #fff; font-size: 1.1rem; }
.yl-footer p { margin: 5px 0; font-size: .8rem; }
.yl-mobile-cta { display: none; }

/* 農地転用LP */
.nl-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(87,155,88,.18), transparent 32%),
    linear-gradient(130deg, #f3faf2 0%, #fff 55%, #fff8ed 100%);
}
.nl-hero__inner {
  min-height: 630px; display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 54px; align-items: center; padding: 72px 0;
}
.nl-eyebrow {
  display: inline-flex; margin-bottom: 17px; padding: 6px 13px;
  color: #28652f; background: #e3f4e4; border: 1px solid #b9dfbc;
  border-radius: 999px; font-size: .8rem; font-weight: 900;
}
.nl-hero h1 {
  margin: 0 0 20px; color: var(--navy);
  font-size: clamp(2.35rem, 4.4vw, 3.75rem); line-height: 1.25;
}
.nl-hero h1 em { display: block; color: #2f7b39; font-style: normal; }
.nl-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.nl-hero__panel {
  position: relative; padding: 38px; color: #fff;
  background: linear-gradient(145deg, #1e5d32, #327b3e);
  border-radius: 22px; box-shadow: 0 24px 50px rgba(27,87,47,.22);
}
.nl-hero__panel::after {
  position: absolute; right: -25px; bottom: -25px; width: 120px; height: 120px;
  content: ""; border: 24px solid rgba(255,255,255,.08); border-radius: 50%;
}
.nl-hero__panel h2 { margin: 0 0 15px; font-size: 1.45rem; line-height: 1.45; }
.nl-hero__panel ul { margin: 0; padding-left: 1.3em; }
.nl-hero__panel li { margin: 9px 0; }
.nl-alert {
  padding: 22px 25px; color: #68410b; background: #fff6df;
  border: 1px solid #f3d28d; border-left: 6px solid #e39b19; border-radius: 10px;
}
.nl-alert strong { color: #8b5100; }
.nl-use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.nl-use {
  padding: 26px 20px; background: #fff; border: 1px solid var(--line);
  border-radius: 13px; text-align: center; box-shadow: 0 9px 25px rgba(18,52,91,.05);
}
.nl-use__icon {
  display: grid; width: 52px; height: 52px; margin: 0 auto 14px; place-items: center;
  color: #fff; background: #397d43; border-radius: 50%; font-size: 1.35rem;
}
.nl-use h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.05rem; }
.nl-use p { margin: 0; color: var(--muted); font-size: .83rem; }
.nl-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.nl-compare--three { grid-template-columns: repeat(3, 1fr); }
.nl-law-card {
  padding: 30px; background: #fff; border: 1px solid var(--line);
  border-top: 6px solid #397d43; border-radius: 13px;
}
.nl-law-card--five { border-top-color: var(--orange); }
.nl-law-card--three { border-top-color: var(--blue); }
.nl-law-card__no { color: #397d43; font-size: 2.6rem; font-weight: 900; line-height: 1; }
.nl-law-card--five .nl-law-card__no { color: var(--orange); }
.nl-law-card--three .nl-law-card__no { color: var(--blue); }
.nl-law-card h3 { margin: 10px 0; color: var(--navy); font-size: 1.3rem; }
.nl-law-card p { color: var(--muted); }
.nl-example { padding: 12px 15px; color: var(--navy); background: var(--soft); border-radius: 8px; font-size: .88rem; font-weight: 800; }
.nl-point-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nl-point {
  padding: 30px; color: #fff; background: linear-gradient(145deg, #12345b, #1d5791);
  border-radius: 14px;
}
.nl-point__no { color: #92c4f2; font-size: 2.1rem; font-weight: 900; line-height: 1; }
.nl-point h3 { margin: 13px 0 8px; font-size: 1.15rem; }
.nl-point p { margin: 0; color: #d9e8f5; font-size: .88rem; }
.nl-process { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; counter-reset: nlstep; }
.nl-process__item {
  position: relative; padding: 48px 13px 20px; background: #fff;
  border: 1px solid var(--line); border-radius: 11px; text-align: center;
}
.nl-process__item::before {
  position: absolute; top: -18px; left: calc(50% - 18px);
  display: grid; width: 36px; height: 36px; place-items: center;
  counter-increment: nlstep; content: counter(nlstep); color: #fff;
  background: #397d43; border-radius: 50%; font-weight: 900;
}
.nl-process__item h3 { margin: 0 0 6px; color: var(--navy); font-size: .9rem; }
.nl-process__item p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.65; }
.nl-price-box {
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
  margin-bottom: 12px; padding: 22px 25px; background: #fff;
  border: 1px solid var(--line); border-radius: 11px;
}
.nl-price-box h3 { margin: 0; color: var(--navy); font-size: 1.06rem; }
.nl-price-box strong { color: var(--orange); font-size: 1.35rem; white-space: nowrap; }
.nl-faq details { margin-bottom: 11px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.nl-faq summary { padding: 17px 20px; color: var(--navy); cursor: pointer; font-weight: 900; }
.nl-faq p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.nl-links {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px;
}
.nl-links a {
  padding: 8px 13px; color: #28652f; background: #e8f5e9;
  border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none;
}

.nl-hero-choice {
  display: block; margin-top: 12px; padding: 15px 17px; color: #fff;
  border: 1px solid rgba(255,255,255,.28); border-radius: 10px; text-decoration: none;
}
.nl-hero-choice strong, .nl-hero-choice span { display: block; }
.nl-hero-choice strong { font-size: 1.08rem; }
.nl-hero-choice span { color: rgba(255,255,255,.8); font-size: .82rem; }
.nl-hero-choice--three { background: rgba(24,94,168,.36); }
.nl-hero-choice--conversion { background: rgba(232,111,25,.26); }
.nl-route-section { padding-top: 58px; }
.nl-route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.nl-route {
  display: block; padding: 30px; color: var(--navy); background: #fff;
  border: 2px solid var(--line); border-radius: 16px; box-shadow: 0 12px 28px rgba(18,52,91,.08);
  text-decoration: none;
}
.nl-route--three { border-top: 7px solid var(--blue); }
.nl-route--conversion { border-top: 7px solid var(--orange); }
.nl-route__tag { display: inline-block; padding: 4px 10px; color: #fff; background: var(--blue); border-radius: 999px; font-size: .75rem; font-weight: 900; }
.nl-route--conversion .nl-route__tag { background: var(--orange); }
.nl-route strong { display: block; margin-top: 13px; font-size: 1.45rem; }
.nl-route p { margin: 5px 0 14px; color: var(--muted); }
.nl-route__link { color: var(--blue); font-weight: 900; }
.nl-route--conversion .nl-route__link { color: var(--orange-dark); }
.nl-separation-note { margin-top: 25px; padding: 17px 20px; color: #68450d; background: #fff8e8; border: 1px solid #f2d49c; border-radius: 10px; }
.nl-chapter { scroll-margin-top: 80px; padding: 43px 0; color: #fff; }
.nl-chapter--three { background: linear-gradient(135deg, #12345b, #185ea8); }
.nl-chapter--conversion { background: linear-gradient(135deg, #8f3e08, #e86f19); }
.nl-chapter--noushin { background: linear-gradient(135deg, #275b32, #4f8b51); }
.nl-chapter--noushin .nl-chapter__number { font-size: 2.2rem; }
.nl-chapter__heading { display: flex; gap: 25px; align-items: center; }
.nl-chapter__number { color: rgba(255,255,255,.24); font-size: 4.4rem; font-weight: 900; line-height: 1; }
.nl-chapter .yl-kicker { margin: 0; color: rgba(255,255,255,.7); }
.nl-chapter h2 { margin: 0; color: #fff; font-size: clamp(1.8rem,4vw,2.6rem); line-height: 1.3; }
.nl-chapter p { margin: 5px 0 0; }
.nl-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.nl-example-list { padding: 25px; background: var(--soft); border: 1px solid var(--line); border-radius: 13px; }
.nl-example-list strong { color: var(--navy); font-size: 1.1rem; }
.nl-example-list ul { margin-bottom: 0; }
.nl-alert--blue { margin-top: 26px; color: #12345b; background: #eaf4ff; border-color: #b9dafa; }
.nl-alert--blue strong { color: #12345b; }
.nl-process--five { grid-template-columns: repeat(5, 1fr); }
.nl-price-single { max-width: 680px; margin: 36px auto 0; padding: 22px 25px; background: #f2f7fc; border: 1px solid #bfd7ee; border-radius: 13px; }
.nl-price-single > div { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.nl-price-single span { color: var(--navy); font-weight: 900; }
.nl-price-single strong { color: var(--blue); font-size: 1.5rem; }
.nl-price-single p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }
.nl-space-top { margin-top: 34px; }
.nl-update-note { max-width: 850px; margin: 30px auto 0; padding: 16px 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; text-align: center; }
.nl-noushin-order { padding: 25px; background: #f1f8f1; border: 1px solid #bfd7c1; border-radius: 14px; }
.nl-noushin-order > strong { display: block; margin-bottom: 14px; color: #275b32; font-size: 1.08rem; }
.nl-noushin-order ol { margin: 0; padding: 0; list-style: none; }
.nl-noushin-order li { display: flex; gap: 13px; align-items: center; padding: 11px 0; border-bottom: 1px solid #d4e5d5; }
.nl-noushin-order li:last-child { border-bottom: 0; }
.nl-noushin-order li > span { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; color: #fff; background: #397d43; border-radius: 50%; font-weight: 900; }
.nl-noushin-order b, .nl-noushin-order small { display: block; }
.nl-noushin-order b { color: var(--navy); }
.nl-noushin-order small { color: var(--muted); }
.nl-noushin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nl-noushin-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-top: 5px solid #4f8b51; border-radius: 13px; box-shadow: 0 8px 22px rgba(18,52,91,.05); }
.nl-noushin-grid span { color: #8bb58e; font-size: 1.75rem; font-weight: 900; }
.nl-noushin-grid h3 { margin: 7px 0; color: var(--navy); font-size: 1.08rem; }
.nl-noushin-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.nl-warning-box { max-width: 850px; margin: 36px auto 0; padding: 22px 25px; color: #68450d; background: #fff8e8; border: 1px solid #f2d49c; border-radius: 12px; }
.nl-warning-box h3 { margin: 0 0 5px; color: #8b5100; }
.nl-warning-box p { margin: 0; }
.nl-price-single--noushin { background: #f1f8f1; border-color: #bfd7c1; }
.nl-price-single--noushin strong { color: #397d43; }

/* 産業廃棄物収集運搬許可LP */
.sp-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 25%, rgba(33,102,128,.16), transparent 32%),
    linear-gradient(130deg, #eff9fb 0%, #fff 56%, #fff7ed 100%);
}
.sp-hero__inner { min-height: 630px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.sp-eyebrow { display: inline-flex; margin-bottom: 17px; padding: 6px 13px; color: #145b72; background: #e1f3f7; border: 1px solid #b6dce5; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.sp-hero h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.35rem,4.4vw,3.7rem); line-height: 1.25; }
.sp-hero h1 em { display: block; color: #15748f; font-style: normal; }
.sp-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.sp-hero__panel { padding: 38px; color: #fff; background: linear-gradient(145deg,#0e455b,#176d85); border-radius: 22px; box-shadow: 0 24px 50px rgba(14,69,91,.22); }
.sp-hero__panel > span { display: inline-block; padding: 4px 10px; color: #0e455b; background: #dff5fa; border-radius: 999px; font-size: .73rem; font-weight: 900; }
.sp-hero__panel h2 { margin: 15px 0; font-size: 1.55rem; line-height: 1.45; }
.sp-hero__panel ul { margin: 0; padding-left: 1.3em; }
.sp-hero__panel li { margin: 9px 0; }
.sp-strip { color: #fff; background: #0d3448; }
.sp-strip__inner { display: grid; grid-template-columns: repeat(4,1fr); }
.sp-strip__inner div { padding: 22px 14px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.sp-strip__inner div:last-child { border-right: 0; }
.sp-strip strong, .sp-strip span { display: block; }
.sp-strip strong { font-size: 1.02rem; }
.sp-strip span { color: #bad5df; font-size: .75rem; }
.sp-need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sp-need { padding: 30px; background: #fff; border: 1px solid var(--line); border-top: 6px solid #e86f19; border-radius: 14px; box-shadow: 0 10px 28px rgba(18,52,91,.06); }
.sp-need--no { border-top-color: #27815b; }
.sp-need > span { display: inline-block; padding: 4px 10px; color: #fff; background: #e86f19; border-radius: 999px; font-size: .75rem; font-weight: 900; }
.sp-need--no > span { background: #27815b; }
.sp-need h3 { margin: 14px 0 8px; color: var(--navy); }
.sp-need p { margin: 0; color: var(--muted); }
.sp-notice { margin-top: 24px; padding: 20px 23px; color: #68410b; background: #fff6df; border: 1px solid #f3d28d; border-left: 6px solid #e39b19; border-radius: 10px; }
.sp-notice strong { display: block; color: #8b5100; }
.sp-route-example { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; max-width: 760px; margin: 36px auto 18px; }
.sp-pref { padding: 28px; background: #fff; border: 2px solid #a9ced9; border-radius: 14px; text-align: center; box-shadow: 0 10px 25px rgba(14,69,91,.07); }
.sp-pref b, .sp-pref span { display: block; }
.sp-pref b { color: #0e566d; font-size: 1.5rem; }
.sp-pref span { color: var(--muted); font-size: .84rem; }
.sp-arrow { display: flex; gap: 5px; align-items: center; color: #e86f19; font-weight: 900; white-space: nowrap; }
.sp-arrow b { font-size: 1.4rem; line-height: 1; }
.sp-route-answer { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.sp-point-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.sp-point-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.sp-point-grid article > div { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: #15748f; border-radius: 10px; font-weight: 900; }
.sp-point-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.sp-point-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.sp-requirements { max-width: 920px; margin: auto; }
.sp-requirements article { display: grid; grid-template-columns: 72px 1fr; gap: 22px; margin-bottom: 15px; padding: 24px 27px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.sp-requirements span { color: #a8cad5; font-size: 2rem; font-weight: 900; }
.sp-requirements h3 { margin: 0 0 4px; color: var(--navy); }
.sp-requirements p { margin: 0; color: var(--muted); font-size: .88rem; }
.sp-dark { padding: 82px 0; color: #fff; background: linear-gradient(135deg,#0b2d40,#135c72); }
.sp-dark .yl-kicker { color: #8ed4e6; }
.sp-dark .yl-title { color: #fff; }
.sp-risk-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sp-risk-grid article { padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; }
.sp-risk-grid b { color: #fff; font-size: 1.08rem; }
.sp-risk-grid p { margin: 8px 0 0; color: #c8e0e8; font-size: .85rem; }
.sp-support-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.sp-support-grid article { padding: 25px 21px; background: #fff; border: 1px solid var(--line); border-radius: 13px; text-align: center; }
.sp-support-grid span { display: grid; width: 52px; height: 52px; margin: 0 auto 13px; place-items: center; color: #fff; background: #15748f; border-radius: 50%; font-weight: 900; }
.sp-support-grid h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.05rem; }
.sp-support-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.sp-price-section { background: #eef8fa; }
.sp-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 22px; }
.sp-price-grid article { padding: 28px; background: #fff; border: 1px solid #bedce4; border-top: 6px solid #15748f; border-radius: 13px; text-align: center; }
.sp-price-grid span, .sp-price-grid strong, .sp-price-grid p { display: block; }
.sp-price-grid span { color: var(--navy); font-weight: 900; }
.sp-price-grid strong { margin: 8px 0 3px; color: #e86f19; font-size: 1.55rem; }
.sp-price-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.sp-links a { color: #145b72; background: #e1f3f7; }

/* 補助金申請支援LP */
.hj-hero { overflow: hidden; background: radial-gradient(circle at 86% 22%,rgba(80,70,180,.15),transparent 33%),linear-gradient(130deg,#f4f2ff 0%,#fff 57%,#fff7ed 100%); }
.hj-hero__inner { min-height: 630px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.hj-eyebrow { display: inline-flex; margin-bottom: 17px; padding: 6px 13px; color: #5145a6; background: #ece9ff; border: 1px solid #d3cdfc; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.hj-hero h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.35rem,4.4vw,3.65rem); line-height: 1.28; }
.hj-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.hj-hero__panel { padding: 38px; color: #fff; background: linear-gradient(145deg,#3f347f,#6556b4); border-radius: 22px; box-shadow: 0 24px 50px rgba(63,52,127,.24); }
.hj-hero__panel > span { display: inline-block; padding: 4px 10px; color: #3f347f; background: #efedff; border-radius: 999px; font-size: .73rem; font-weight: 900; }
.hj-hero__panel h2 { margin: 15px 0; font-size: 1.5rem; line-height: 1.48; }
.hj-hero__panel ul { margin: 0; padding-left: 1.3em; }
.hj-hero__panel li { margin: 9px 0; }
.hj-facts { color: #fff; background: #302868; }
.hj-facts__inner { display: grid; grid-template-columns: repeat(3,1fr); }
.hj-facts__inner div { padding: 21px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.hj-facts__inner div:last-child { border-right: 0; }
.hj-facts strong,.hj-facts span { display: block; }
.hj-facts strong { font-size: 1.02rem; }
.hj-facts span { color: #d8d3f7; font-size: .74rem; }
.hj-purpose-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hj-purpose-grid article { padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 9px 25px rgba(18,52,91,.05); }
.hj-purpose-grid article > div { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: #6556b4; border-radius: 11px; font-weight: 900; }
.hj-purpose-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.hj-purpose-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.hj-program-note { margin: 28px 0 0; padding: 18px 21px; color: #514778; background: #f1efff; border: 1px solid #d9d4f8; border-radius: 11px; font-size: .84rem; }
.hj-check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.hj-check-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-top: 5px solid #6556b4; border-radius: 13px; }
.hj-check-grid span { color: #b2a9e5; font-size: 1.85rem; font-weight: 900; }
.hj-check-grid h3 { margin: 6px 0; color: var(--navy); }
.hj-check-grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.hj-warning { padding: 82px 0; color: #fff; background: linear-gradient(135deg,#241e57,#52469e); }
.hj-warning .yl-kicker { color: #c7c0ff; }
.hj-warning .yl-title { color: #fff; }
.hj-warning-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.hj-warning-grid article { padding: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 13px; }
.hj-warning-grid strong { color: #fff; font-size: 1.08rem; }
.hj-warning-grid p { margin: 7px 0 0; color: #ddd9f6; font-size: .86rem; }
.hj-support { max-width: 940px; margin: auto; }
.hj-support article { display: grid; grid-template-columns: 75px 1fr; gap: 22px; margin-bottom: 15px; padding: 24px 27px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.hj-support span { display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: #6556b4; border-radius: 50%; font-size: .78rem; font-weight: 900; }
.hj-support h3 { margin: 0 0 4px; color: var(--navy); }
.hj-support p { margin: 0; color: var(--muted); font-size: .87rem; }
.hj-flow { display: grid; grid-template-columns: repeat(6,1fr); gap: 13px; }
.hj-flow article { padding: 21px 13px; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-align: center; }
.hj-flow span { display: grid; width: 36px; height: 36px; margin: 0 auto 10px; place-items: center; color: #fff; background: #6556b4; border-radius: 50%; font-weight: 900; }
.hj-flow h3 { margin: 0 0 6px; color: var(--navy); font-size: .92rem; }
.hj-flow p { margin: 0; color: var(--muted); font-size: .73rem; }
.hj-price { background: #f2f0ff; }
.hj-price__box { max-width: 760px; margin: auto; padding: 29px; background: #fff; border: 1px solid #d5cff7; border-radius: 14px; box-shadow: 0 10px 26px rgba(63,52,127,.08); }
.hj-price__box > div { display: flex; gap: 25px; align-items: center; justify-content: space-between; }
.hj-price__box span { color: var(--navy); font-weight: 800; }
.hj-price__box strong { color: #6556b4; font-size: 1.55rem; white-space: nowrap; }
.hj-price__box p { margin: 8px 0 0; color: var(--muted); font-size: .84rem; }
.hj-price .yl-price__notes { max-width: 760px; margin: 14px auto 0; }
.hj-links a { color: #5145a6; background: #ece9ff; }

/* 運送事業許可・車庫証明LP */
.us-hero { background: radial-gradient(circle at 86% 22%,rgba(232,111,25,.14),transparent 32%),linear-gradient(130deg,#eef6ff 0%,#fff 58%,#fff5eb 100%); }
.us-hero__inner { min-height: 625px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.us-eyebrow { display: inline-flex; margin-bottom: 17px; padding: 6px 13px; color: #14528d; background: #e6f2ff; border: 1px solid #c4ddf7; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.us-hero h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.35rem,4.4vw,3.65rem); line-height: 1.28; }
.us-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.us-hero__panel { padding: 35px; color: #fff; background: linear-gradient(145deg,#12345b,#1d65a2); border-radius: 22px; box-shadow: 0 24px 50px rgba(18,52,91,.22); }
.us-hero__panel h2 { margin: 0 0 15px; font-size: 1.4rem; }
.us-hero__panel a { display: block; margin-top: 12px; padding: 16px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.23); border-radius: 10px; text-decoration: none; }
.us-hero__panel strong,.us-hero__panel span { display: block; }
.us-hero__panel span { color: #d6e5f2; font-size: .8rem; }
.us-select { background: #0c2b4a; }
.us-select__inner { display: grid; grid-template-columns: 1fr 1fr; }
.us-select a { display: flex; gap: 16px; align-items: center; justify-content: center; padding: 22px; color: #fff; border-right: 1px solid rgba(255,255,255,.15); text-decoration: none; }
.us-select a:last-child { border-right: 0; }
.us-select a > span { color: #7fb4e4; font-size: 1.8rem; font-weight: 900; }
.us-select strong,.us-select small { display: block; }
.us-select small { color: #b9cde0; }
.us-chapter { scroll-margin-top: 75px; padding: 43px 0; color: #fff; }
.us-chapter--transport { background: linear-gradient(135deg,#12345b,#1d65a2); }
.us-chapter--garage { background: linear-gradient(135deg,#9a430c,#e86f19); }
.us-chapter__inner { display: flex; gap: 24px; align-items: center; }
.us-chapter__inner > span { color: rgba(255,255,255,.25); font-size: 4rem; font-weight: 900; line-height: 1; }
.us-chapter p { margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.us-chapter h2 { margin: 0; font-size: 2.4rem; }
.us-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.us-type-grid article { padding: 30px; background: #fff; border: 1px solid var(--line); border-top: 6px solid #1d65a2; border-radius: 14px; box-shadow: 0 10px 25px rgba(18,52,91,.06); }
.us-type-grid article > div { display: grid; width: 50px; height: 50px; place-items: center; color: #fff; background: #1d65a2; border-radius: 11px; font-weight: 900; }
.us-type-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.us-type-grid p { color: var(--muted); font-size: .88rem; }
.us-type-grid article > span { display: block; padding: 9px 12px; color: #14528d; background: #e9f4ff; border-radius: 8px; font-size: .78rem; font-weight: 800; }
.us-notice,.us-label-note { margin-top: 25px; padding: 20px 23px; color: #68410b; background: #fff6df; border: 1px solid #f3d28d; border-left: 6px solid #e39b19; border-radius: 10px; }
.us-notice strong,.us-label-note strong { display: block; color: #8b5100; }
.us-require-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.us-require-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.us-require-grid span { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: #1d65a2; border-radius: 50%; font-weight: 900; }
.us-require-grid h3 { margin: 10px 0 5px; color: var(--navy); }
.us-require-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.us-exam-note { margin: 25px 0 0; padding: 18px 21px; color: #164c7a; background: #e9f4ff; border: 1px solid #c7ddf1; border-radius: 10px; }
.us-dark { padding: 82px 0; color: #fff; background: linear-gradient(135deg,#0b2743,#174f7e); }
.us-dark .yl-kicker { color: #99c7ed; }
.us-dark .yl-title { color: #fff; }
.us-risk-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.us-risk-grid article { padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; }
.us-risk-grid strong { color: #fff; }
.us-risk-grid p { margin: 7px 0 0; color: #d2e2ef; font-size: .85rem; }
.us-flow { display: grid; grid-template-columns: repeat(6,1fr); gap: 13px; }
.us-flow article { padding: 21px 13px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.us-flow span { display: grid; width: 36px; height: 36px; margin: 0 auto 10px; place-items: center; color: #fff; background: #1d65a2; border-radius: 50%; font-weight: 900; }
.us-flow h3 { margin: 0 0 5px; color: var(--navy); font-size: .9rem; }
.us-flow p { margin: 0; color: var(--muted); font-size: .72rem; }
.us-transport-price { background: #edf6ff; }
.us-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.us-price-grid article { padding: 28px; text-align: center; background: #fff; border: 1px solid #bfd7ee; border-top: 6px solid #1d65a2; border-radius: 13px; }
.us-price-grid span,.us-price-grid strong,.us-price-grid p { display: block; }
.us-price-grid span { color: var(--navy); font-weight: 900; }
.us-price-grid strong { margin: 8px 0 3px; color: #e86f19; font-size: 1.55rem; }
.us-price-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.us-garage-clients { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.us-garage-clients article,.us-doc-grid article { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.us-garage-clients article > div,.us-doc-grid span { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: #e86f19; border-radius: 11px; font-size: .78rem; font-weight: 900; }
.us-garage-clients h3,.us-doc-grid h3 { margin: 12px 0 6px; color: var(--navy); }
.us-garage-clients p,.us-doc-grid p { margin: 0; color: var(--muted); font-size: .85rem; }
.us-doc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.us-garage-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.us-garage-flow article { padding: 24px 18px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.us-garage-flow span { display: grid; width: 36px; height: 36px; margin: 0 auto 10px; place-items: center; color: #fff; background: #e86f19; border-radius: 50%; font-weight: 900; }
.us-garage-flow h3 { margin: 0 0 6px; color: var(--navy); }
.us-garage-flow p { margin: 0; color: var(--muted); font-size: .8rem; }
.us-garage-price { max-width: 760px; margin: 32px auto 0; padding: 25px; background: #fff7ed; border: 1px solid #f2cda8; border-radius: 13px; }
.us-garage-price > div { display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.us-garage-price span { color: var(--navy); font-weight: 900; }
.us-garage-price strong { color: #e86f19; font-size: 1.5rem; }
.us-garage-price p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }
.us-links a { color: #14528d; background: #e6f2ff; }

@media (max-width: 960px) {
  .yl-nav { display: none; }
  .yl-header__tel { display: none; }
  .yl-hero__inner { grid-template-columns: 1fr .66fr; gap: 25px; }
  .yl-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .yl-steps { grid-template-columns: repeat(2, 1fr); gap: 36px 18px; }
  .nl-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .nl-use-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-noushin-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-process--five { grid-template-columns: repeat(3, 1fr); }
  .nl-process { grid-template-columns: repeat(3, 1fr); gap: 34px 14px; }
  .sp-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .sp-point-grid, .sp-risk-grid, .sp-price-grid { grid-template-columns: repeat(2,1fr); }
  .sp-support-grid { grid-template-columns: repeat(2,1fr); }
  .hj-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .hj-purpose-grid { grid-template-columns: repeat(2,1fr); }
  .hj-flow { grid-template-columns: repeat(3,1fr); gap: 18px; }
  .us-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .us-require-grid { grid-template-columns: repeat(2,1fr); }
  .us-flow { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 700px) {
  .yl-wrap { width: min(calc(100% - 28px), var(--max)); }
  .yl-section { padding: 62px 0; }
  .yl-header__inner { min-height: 60px; gap: 8px; }
  .yl-brand strong { font-size: .82rem; white-space: nowrap; }
  .yl-brand small { display: none; }
  .yl-header__mail { padding: 8px 10px; border-radius: 7px; font-size: .68rem; }
  .yl-hero__inner { min-height: auto; grid-template-columns: 1fr; padding: 36px 0 0; text-align: center; }
  .yl-badge { margin-bottom: 14px; padding: 5px 10px; font-size: .7rem; }
  .yl-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(1.72rem, 7.7vw, 2rem);
    line-height: 1.38;
    letter-spacing: -.035em;
  }
  .yl-hero__copy { margin-bottom: 20px; font-size: .88rem; line-height: 1.85; text-align: left; }
  .yl-checks { display: grid; gap: 5px; justify-content: start; margin-bottom: 18px; text-align: left; }
  .yl-checks li { font-size: .82rem; }
  .yl-hero .yl-actions, .yl-hero .yl-note { display: none; }
  .yl-portrait { width: 72%; margin: 8px auto 0; }
  .yl-portrait__label { right: -12%; font-size: .78rem; }
  .yl-strip__inner { grid-template-columns: 1fr; }
  .yl-strip__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .yl-grid--3, .yl-grid--2, .yl-concerns, .yl-profile, .yl-access { grid-template-columns: 1fr; }
  .yl-card__link { min-height: 52px; margin-top: 18px; font-size: .84rem; }
  .yl-special-badge { top: 16px; right: 16px; font-size: .66rem; }
  .yl-profile { gap: 28px; }
  .yl-profile img { width: 76%; margin: auto; }
  .yl-steps { grid-template-columns: 1fr; gap: 38px; }
  .yl-table { min-width: 620px; }
  .yl-map { min-height: 330px; width: 100%; }
  .yl-mobile-cta {
    position: fixed; z-index: 70; right: 0; bottom: 0; left: 0;
    display: grid; grid-template-columns: 1fr 1fr;
    box-shadow: 0 -5px 20px rgba(0,0,0,.15);
  }
  .yl-mobile-cta a { padding: 11px 8px; color: #fff; font-size: .78rem; font-weight: 900; text-align: center; text-decoration: none; }
  .yl-mobile-cta a:first-child { background: var(--blue); }
  .yl-mobile-cta a:last-child { background: var(--orange); }
  .nl-page .yl-section, .sp-page .yl-section { padding: 50px 0; }
  .nl-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .nl-eyebrow { max-width: 100%; margin-bottom: 11px; padding: 5px 10px; font-size: .64rem; line-height: 1.5; }
  .nl-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem, 7.4vw, 1.95rem); line-height: 1.38; letter-spacing: -.025em; }
  .nl-hero h1 em { display: inline; }
  .nl-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .nl-hero .yl-actions, .nl-hero .yl-note { display: none; }
  .nl-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .nl-hero__panel h2 { margin-bottom: 10px; font-size: 1.05rem; }
  .nl-hero-choice { padding: 12px 14px; }
  .nl-hero-choice strong { font-size: .96rem; }
  .nl-hero-choice span { font-size: .74rem; }
  .nl-use-grid, .nl-compare, .nl-compare--three, .nl-point-grid, .nl-route-grid, .nl-intro-grid, .nl-noushin-grid { grid-template-columns: 1fr; }
  .nl-process { grid-template-columns: repeat(2, 1fr); gap: 34px 12px; }
  .nl-process--five { grid-template-columns: repeat(2, 1fr); }
  .nl-price-box { grid-template-columns: 1fr; gap: 6px; }
  .nl-price-box strong { font-size: 1.2rem; }
  .nl-chapter__heading { gap: 15px; }
  .nl-chapter__number { font-size: 3.2rem; }
  .nl-chapter h2 { font-size: 1.55rem; }
  .nl-route { padding: 23px; }
  .nl-price-single > div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .sp-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .sp-eyebrow { max-width: 100%; margin-bottom: 11px; padding: 5px 10px; font-size: .64rem; line-height: 1.5; }
  .sp-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem,7.4vw,1.95rem); line-height: 1.38; letter-spacing: -.025em; }
  .sp-hero h1 em { display: inline; }
  .sp-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .sp-hero .yl-actions, .sp-hero .yl-note { display: none; }
  .sp-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .sp-hero__panel h2 { margin: 12px 0 10px; font-size: 1.08rem; }
  .sp-hero__panel li { margin: 6px 0; font-size: .83rem; }
  .sp-strip__inner { grid-template-columns: repeat(2,1fr); }
  .sp-strip__inner div { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .sp-strip strong { font-size: .88rem; }
  .sp-strip span { font-size: .66rem; }
  .sp-need-grid, .sp-point-grid, .sp-risk-grid, .sp-support-grid, .sp-price-grid { grid-template-columns: 1fr; }
  .sp-permit-area { padding: 42px 0 46px !important; }
  .sp-permit-area .yl-kicker { margin-bottom: 5px; font-size: .72rem; }
  .sp-permit-area .yl-title { margin-bottom: 24px; font-size: 1.45rem; line-height: 1.55; }
  .sp-route-example { grid-template-columns: 1fr; gap: 8px; margin: 0 auto 20px; }
  .sp-pref { padding: 18px 15px; border-width: 1px; border-radius: 11px; box-shadow: 0 6px 16px rgba(14,69,91,.06); }
  .sp-pref b { font-size: 1.22rem; }
  .sp-pref span { font-size: .76rem; }
  .sp-arrow { min-height: 44px; flex-direction: column; gap: 0; justify-content: center; font-size: .72rem; line-height: 1.1; text-align: center; }
  .sp-arrow b { font-size: 1.55rem; transform: rotate(90deg); }
  .sp-route-answer { margin: 0 auto 28px; font-size: .84rem; line-height: 1.85; text-align: left; }
  .sp-requirements article { grid-template-columns: 1fr; gap: 5px; padding: 22px; }
  .sp-requirements span { font-size: 1.55rem; }
  .sp-dark { padding: 50px 0; }
  .sp-need, .sp-point-grid article, .sp-risk-grid article, .sp-support-grid article, .sp-price-grid article { padding: 22px; }
  .yl-mobile-cta a { min-height: 56px; display: grid; place-items: center; padding: 8px; }
  .hj-page .yl-section { padding: 50px 0; }
  .hj-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .hj-eyebrow { margin-bottom: 11px; padding: 5px 10px; font-size: .65rem; }
  .hj-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem,7.4vw,1.95rem); line-height: 1.42; letter-spacing: -.025em; }
  .hj-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .hj-hero .yl-actions,.hj-hero .yl-note { display: none; }
  .hj-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .hj-hero__panel h2 { margin: 12px 0 10px; font-size: 1.08rem; }
  .hj-hero__panel li { margin: 6px 0; font-size: .83rem; }
  .hj-facts__inner,.hj-purpose-grid,.hj-check-grid,.hj-warning-grid,.hj-flow { grid-template-columns: 1fr; }
  .hj-facts__inner div { padding: 14px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hj-purpose-grid article,.hj-check-grid article,.hj-warning-grid article { padding: 22px; }
  .hj-warning { padding: 50px 0; }
  .hj-support article { grid-template-columns: 55px 1fr; gap: 13px; padding: 20px; align-items: start; }
  .hj-support span { width: 48px; height: 48px; font-size: .67rem; }
  .hj-flow { gap: 10px; }
  .hj-flow article { display: grid; grid-template-columns: 42px 1fr; gap: 3px 10px; text-align: left; }
  .hj-flow span { grid-row: 1 / 3; margin: 0; }
  .hj-price__box { padding: 22px; }
  .hj-price__box > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hj-price__box strong { font-size: 1.35rem; }
  .us-page .yl-section { padding: 50px 0; }
  .us-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .us-eyebrow { margin-bottom: 11px; padding: 5px 10px; font-size: .65rem; }
  .us-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem,7.4vw,1.95rem); line-height: 1.42; letter-spacing: -.025em; }
  .us-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .us-hero .yl-actions { display: none; }
  .us-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .us-hero__panel h2 { font-size: 1.08rem; }
  .us-hero__panel a { padding: 12px 14px; }
  .us-select__inner,.us-type-grid,.us-require-grid,.us-risk-grid,.us-flow,.us-price-grid,.us-garage-clients,.us-doc-grid,.us-garage-flow { grid-template-columns: 1fr; }
  .us-select a { justify-content: flex-start; padding: 15px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .us-select a > span { font-size: 1.35rem; }
  .us-chapter { padding: 30px 0; }
  .us-chapter__inner { gap: 14px; }
  .us-chapter__inner > span { font-size: 2.8rem; }
  .us-chapter h2 { font-size: 1.65rem; }
  .us-type-grid article,.us-require-grid article,.us-risk-grid article,.us-garage-clients article,.us-doc-grid article { padding: 22px; }
  .us-dark { padding: 50px 0; }
  .us-flow,.us-garage-flow { gap: 10px; }
  .us-flow article,.us-garage-flow article { display: grid; grid-template-columns: 42px 1fr; gap: 3px 10px; text-align: left; padding: 18px; }
  .us-flow span,.us-garage-flow span { grid-row: 1 / 3; margin: 0; }
  .us-garage-price > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .us-faq-section { padding-bottom: 28px !important; }
  .us-faq-section .nl-links { gap: 8px; margin-top: 22px; }
  .us-faq-section .nl-links a { padding: 7px 11px; font-size: .7rem; }
  .us-page .yl-cta { padding: 34px 0 38px; }
  .us-page .yl-cta h2 {
    margin-bottom: 8px;
    font-size: clamp(1.2rem, 6vw, 1.38rem);
    line-height: 1.45;
    letter-spacing: -.035em;
    white-space: nowrap;
  }
  .us-page .yl-cta p {
    max-width: 330px;
    margin: 0 auto;
    font-size: .82rem;
    line-height: 1.75;
    text-align: left;
  }
  .us-page .yl-cta .yl-actions { display: none; }
}
