:root {
  --blue: #075fa8;
  --deep-blue: #073a73;
  --green: #1f925a;
  --gold: #c99422;
  --ink: #172b45;
  --muted: #62748a;
  --line: #dce7f2;
  --soft: #f4f8fc;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(16, 43, 78, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  background: var(--white);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.mobile-only {
  display: none;
}

section[id] {
  scroll-margin-top: 118px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(220, 231, 242, 0.9);
  backdrop-filter: blur(14px);
  animation: headerDrop 0.58s ease both;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 66px;
  height: 60px;
  flex: 0 0 auto;
  object-fit: contain;
}

.lp-icon {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.lp-icon.icon-gold {
  margin: 0 0 16px;
}

.lp-icon.small {
  width: 54px;
  height: 54px;
  margin: 0 0 14px;
}

.brand strong {
  display: block;
  color: var(--deep-blue);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.2;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  max-width: 290px;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 36px;
  flex: 0 0 auto;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 10px 3px 0;
  border: 7px solid var(--blue);
  border-top: 0;
  border-radius: 3px 3px 1px 1px;
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 28px;
  height: 28px;
  border-left: 7px solid var(--blue);
  border-top: 7px solid var(--blue);
  transform: rotate(45deg);
  border-radius: 3px 0 0;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  color: #2e4968;
}

.nav-links a {
  position: relative;
  padding-block: 8px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.header-contact {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px 12px;
  justify-items: end;
  min-width: 0;
}

.tel-label {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.tel {
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.mini-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(31, 146, 90, 0.22);
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.mini-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(242, 249, 255, 0.6) 100%),
    linear-gradient(180deg, #eff8ff 0%, #ffffff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 115px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 44px;
  padding: 78px 0 72px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: #405976;
  font-size: 16px;
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  color: #0f2744;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 4.2vw, 50px);
  font-weight: 800;
  line-height: 1.35;
  word-break: keep-all;
}

.hero h1::first-line {
  color: #172b45;
}

.lead {
  max-width: 560px;
  margin: 24px 0 34px;
  color: #3e5874;
  font-weight: 700;
}

.hero-actions,
.service-content .button {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 30px;
  overflow: hidden;
  border-radius: 6px;
  color: var(--white);
  font-weight: 800;
  line-height: 1.2;
  box-shadow: var(--shadow);
  isolation: isolate;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.button::before,
.mini-cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -58%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  pointer-events: none;
  transform: skewX(-18deg);
  transition: left 0.58s ease;
}

.button::after {
  content: "";
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.button:hover::before,
.mini-cta:hover::before {
  left: 115%;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(16, 43, 78, 0.18);
  filter: brightness(1.03);
}

.button-blue {
  background: linear-gradient(135deg, var(--blue), var(--deep-blue));
}

.button-green {
  background: linear-gradient(135deg, #24a768, var(--green));
}

.button-gold {
  background: linear-gradient(135deg, #d9aa35, #ad7f17);
}

.button-line {
  background: linear-gradient(135deg, #06c755, #12a84c);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(23, 67, 112, 0.2);
  isolation: isolate;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  z-index: 1;
}

.achievement-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  color: var(--deep-blue);
  background: rgba(255, 255, 255, 0.94);
  border: 7px solid rgba(201, 148, 34, 0.75);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 16px 30px rgba(23, 43, 69, 0.16);
}

.achievement-badge strong {
  margin-block: -14px;
  color: var(--gold);
  font-size: 37px;
  line-height: 1;
}

.achievement-badge span {
  font-size: 13px;
  font-weight: 800;
}

.section-band {
  background: linear-gradient(180deg, #ffffff, var(--soft));
}

.section-heading {
  display: grid;
  grid-template-columns: 72px auto 72px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
  text-align: center;
}

.section-heading h2,
.reviews h2,
.faq h2 {
  margin: 0;
  color: #19324f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.35;
}

.section-heading span {
  height: 2px;
  background: #79a7d2;
}

.strengths {
  padding: 58px 0 62px;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 43, 69, 0.08);
}

.strength-grid article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px 18px;
  padding: 34px 30px;
}

.strength-grid article + article {
  border-left: 1px solid var(--line);
}

.strength-grid h3,
.reason-grid h3,
.flow-list h3,
.case-grid h3,
.review-grid h3 {
  margin: 0;
  color: var(--deep-blue);
  font-size: 18px;
  line-height: 1.45;
}

.strength-grid p,
.reason-grid p,
.flow-list p,
.case-grid p,
.review-grid p,
.service-content p,
.faq p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.strength-grid p {
  grid-column: 2;
}

.icon,
.line-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border: 2px solid #8eb6dc;
  border-radius: 50%;
}

.crown {
  border-color: var(--gold);
}

.crown::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 24px;
  height: 16px;
  background: linear-gradient(135deg, transparent 0 18%, var(--gold) 19% 34%, transparent 35% 48%, var(--gold) 49% 64%, transparent 65% 78%, var(--gold) 79%);
}

.person::before,
.team::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 10px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.person::after,
.team::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 27px;
  width: 22px;
  height: 13px;
  border: 2px solid var(--blue);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.hands::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 18px;
  width: 28px;
  height: 14px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  transform: rotate(34deg);
}

.hands::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 18px;
  width: 28px;
  height: 14px;
  border: 2px solid var(--green);
  border-radius: 8px;
  transform: rotate(-34deg);
}

.service-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 64px 0 62px;
}

.service-panel {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(23, 43, 69, 0.08);
}

.service-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.service-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 50%, rgba(255, 255, 255, 0.35) 100%);
}

.service-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 410px;
  min-height: 460px;
  padding: 36px;
}

.panel-label {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 5px 16px;
  border-radius: 4px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.panel-label.blue {
  background: var(--blue);
}

.panel-label.green {
  background: var(--green);
}

.service-content .panel-label {
  margin: 0 0 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.service-content .pasona-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.service-content h2 {
  margin: 0;
  color: #173555;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(27px, 2.4vw, 33px);
  line-height: 1.45;
  word-break: keep-all;
}

.service-content ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
}

.service-content li {
  position: relative;
  padding-left: 28px;
  color: #243d59;
  font-size: 14px;
  font-weight: 700;
}

.service-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue);
}

.service-buy .service-content li::before {
  background: var(--green);
}

.service-content li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.service-content .button {
  margin-top: auto;
  width: min(100%, 360px);
}

.pasona-hero {
  min-height: 690px;
  background: #f5f9fd;
  isolation: isolate;
}

.pasona-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pasona-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pasona-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 35%, rgba(255, 255, 255, 0.4) 62%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #fff 100%);
}

.pasona-hero .hero-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  min-height: 690px;
}

.pasona-hero .hero-copy {
  padding: 28px 0;
}

.pasona-hero h1 {
  max-width: 720px;
}

.hero-note {
  margin: 18px 0 0;
  color: #375573;
  font-size: 13px;
  font-weight: 800;
}

.pasona-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem {
  padding: 62px 0 68px;
}

.problem .pasona-label,
.solution .pasona-label,
.narrow .pasona-label {
  text-align: center;
}

.problem-grid,
.solution-grid,
.target-grid {
  display: grid;
  gap: 18px;
}

.problem-grid {
  grid-template-columns: repeat(3, 1fr);
}

.problem-grid article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 43, 69, 0.06);
}

.problem-grid h3,
.solution-grid h3,
.target-grid strong {
  display: block;
  margin: 0 0 10px;
  color: var(--deep-blue);
  font-size: 20px;
  line-height: 1.5;
}

.problem-grid p,
.solution-grid p,
.target-grid p,
.affinity-inner p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.affinity {
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(7, 95, 168, 0.96), rgba(5, 77, 142, 0.86)),
    url("assets/neighborhood-sales-bg.webp") center / cover;
  color: #fff;
}

.affinity-inner {
  width: min(850px, 100%);
}

.affinity .pasona-label {
  color: #f2cd73;
}

.affinity h2 {
  margin: 0 0 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.45;
}

.affinity-inner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.solution {
  padding: 62px 0 68px;
}

.solution-grid {
  grid-template-columns: repeat(3, 1fr);
}

.solution-grid article {
  min-height: 250px;
  padding: 32px 26px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 43, 69, 0.06);
}

.expertise {
  padding: 66px 0 72px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.expertise .pasona-label {
  text-align: center;
}

.expertise-lead,
.expertise-note {
  width: min(820px, 100%);
  margin: 0 auto;
  color: #425c78;
  font-weight: 800;
  text-align: center;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.expertise-grid article {
  position: relative;
  min-height: 315px;
  padding: 30px 26px 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff, #f9fcff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 43, 69, 0.06);
}

.expertise-grid article::before {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  background: rgba(201, 148, 34, 0.12);
  border-radius: 50%;
}

.expertise-grid span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--deep-blue);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.expertise-grid h3 {
  position: relative;
  margin: 0 0 16px;
  color: var(--deep-blue);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 23px;
  line-height: 1.45;
}

.expertise-grid ul {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.expertise-grid li {
  position: relative;
  padding-left: 24px;
  color: #243d59;
  font-size: 14px;
  font-weight: 800;
}

.expertise-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.expertise-note {
  margin-top: 24px;
  padding: 14px 18px;
  color: #36516f;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
}

.sales-panel {
  background: linear-gradient(135deg, #fff, #f6fafe);
}

.sales-panel::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 90% 12%, rgba(7, 95, 168, 0.12), transparent 36%),
    radial-gradient(circle at 100% 90%, rgba(31, 146, 90, 0.13), transparent 32%);
}

.sales-panel .pasona-label {
  margin-bottom: 6px;
}

.narrow {
  padding: 62px 0 70px;
}

.target-grid {
  grid-template-columns: repeat(4, 1fr);
}

.target-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 43, 69, 0.05);
}

.target-grid strong {
  font-size: 18px;
}

.action-cta .contact-inner > div p {
  color: #f2cd73;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reasons {
  padding: 56px 0 62px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.reason-grid article {
  min-height: 245px;
  padding: 28px 18px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 43, 69, 0.06);
}

.trust-proof {
  padding: 62px 0 68px;
  background: #fff;
}

.trust-proof .pasona-label {
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-grid article {
  min-height: 230px;
  padding: 26px 22px 24px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 43, 69, 0.05);
}

.trust-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--deep-blue);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.trust-grid h3 {
  margin: 0 0 10px;
  color: var(--deep-blue);
  font-size: 18px;
  line-height: 1.45;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.line-icon {
  margin: 0 auto 18px;
  border-color: #8db6dc;
}

.pin::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 8px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--blue);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.pin::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}

.chart::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 27px;
  width: 27px;
  height: 2px;
  background: var(--blue);
  box-shadow: 0 -7px 0 var(--green), 0 -14px 0 var(--gold);
}

.chart::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 13px;
  width: 27px;
  height: 21px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
}

.team::before {
  left: 17px;
}

.team::after {
  left: 11px;
}

.shield::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 20px;
  height: 25px;
  border: 2px solid var(--blue);
  border-radius: 10px 10px 13px 13px;
}

.shield::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 7px;
  height: 10px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(45deg);
}

.heart::before,
.heart::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 12px;
  height: 19px;
  background: transparent;
  border: 2px solid var(--blue);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}

.heart::after {
  left: 18px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.stats {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  isolation: isolate;
}

.stats > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255,255,255,0.9), rgba(255,255,255,0.72), rgba(255,255,255,0.9));
}

.stats-inner {
  padding: 38px 0 42px;
  text-align: center;
}

.stats-inner > p {
  margin: 0 0 20px;
  color: var(--deep-blue);
  font-size: 20px;
  font-weight: 800;
}

.stat-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-list div {
  position: relative;
  display: grid;
  gap: 4px;
}

.stat-list div + div::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10%;
  width: 1px;
  height: 80%;
  background: rgba(201, 148, 34, 0.45);
}

.stat-list span {
  color: #4e6176;
  font-weight: 800;
}

.stat-list strong {
  color: var(--gold);
  font-size: clamp(44px, 6vw, 62px);
  line-height: 1;
}

.stat-list small {
  color: var(--gold);
  font-size: 24px;
}

.flow {
  padding: 62px 0 66px;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  position: relative;
  min-height: 210px;
  padding: 28px 18px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
}

.flow-list span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.case-studies {
  padding: 62px 0 66px;
}

.case-lead {
  width: min(100%, 820px);
  margin: -8px auto 30px;
  color: #314a66;
  text-align: center;
  font-weight: 800;
  line-height: 1.9;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.case-grid article {
  display: flex;
  flex-direction: column;
  min-height: 356px;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 43, 69, 0.05);
}

.case-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.case-head span,
.case-head strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.case-head span {
  color: #fff;
  background: var(--blue);
}

.case-head strong {
  color: var(--deep-blue);
  background: #edf6ff;
  border: 1px solid #bed7ef;
}

.case-grid h3 {
  min-height: 82px;
  margin-bottom: 12px;
  line-height: 1.55;
}

.case-grid p {
  line-height: 1.85;
}

.case-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 20px 0 0;
  list-style: none;
}

.case-grid li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #1f5e8f;
  background: #f7fbff;
  border: 1px solid #cfe2f3;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.case-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 26px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 95, 168, 0.96), rgba(31, 146, 90, 0.86)),
    url("assets/neighborhood-sales-bg.webp") center / cover;
  border-radius: 8px;
}

.case-cta p {
  margin: 0;
  font-weight: 800;
  line-height: 1.8;
}

.case-cta .button {
  min-width: 292px;
  box-shadow: none;
}

.reviews {
  padding: 58px 0 54px;
}

.reviews h2,
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.review-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 8px 18px;
  align-items: start;
  min-height: 318px;
  padding: 26px 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 43, 69, 0.06);
}

.review-grid article::before {
  content: "";
  position: absolute;
  left: -32px;
  top: -42px;
  width: 154px;
  height: 154px;
  background: radial-gradient(circle, rgba(242, 205, 115, 0.3), rgba(222, 238, 252, 0.28) 58%, transparent 68%);
  pointer-events: none;
}

.review-grid article > * {
  position: relative;
  z-index: 1;
}

.review-grid .review-meta {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 2px;
  padding: 3px 10px;
  color: var(--deep-blue);
  background: #edf6ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.review-grid p {
  grid-column: 2;
}

.review-points {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.review-points li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--deep-blue);
  background: #fff;
  border: 1px solid #bed7ef;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.customer-portrait {
  grid-row: 1 / span 3;
  display: grid;
  place-items: end center;
  width: 86px;
  height: 86px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 30%, #ffffff 0 42%, #eaf5ff 43% 100%);
  border: 2px solid #bed7ef;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 6px rgba(255, 255, 255, 0.72),
    0 12px 22px rgba(7, 95, 168, 0.13);
}

.customer-portrait img {
  width: 118%;
  height: 118%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(8px);
  filter: drop-shadow(0 8px 10px rgba(23, 43, 69, 0.12));
  transition: transform 0.26s ease;
}

.review-grid article:hover .customer-portrait img {
  transform: translateY(5px) scale(1.04);
}

.faq {
  padding: 54px 0 62px;
}

.company-info {
  padding: 62px 0 66px;
  background: #fff;
}

.company-grid {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 43, 69, 0.06);
  overflow: hidden;
}

.info-list {
  margin: 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 58px;
  border-bottom: 1px solid var(--line);
}

.info-list div:last-child {
  border-bottom: 0;
}

.info-list dt,
.info-list dd {
  margin: 0;
  padding: 18px 22px;
}

.info-list dt {
  color: var(--deep-blue);
  background: #f3f8fd;
  font-weight: 800;
}

.info-list dd {
  color: #314a66;
  font-weight: 700;
}

.access {
  padding: 60px 0 66px;
}

.access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: stretch;
}

.section-heading.compact {
  justify-content: start;
  margin-bottom: 24px;
}

.access-cards {
  display: grid;
  gap: 14px;
}

.access-cards article,
.map-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 43, 69, 0.05);
}

.access-cards h3 {
  margin: 0 0 6px;
  color: var(--deep-blue);
  font-size: 18px;
}

.access-cards p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.map-links,
.map-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.map-link,
.map-card-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--deep-blue);
  background: #f3f8fd;
  border: 1px solid #bfd9ef;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.map-link:hover,
.map-card-links a:hover {
  background: #fff;
  border-color: #8eb6dc;
  transform: translateY(-2px);
}

.map-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 310px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 95, 168, 0.92), rgba(31, 146, 90, 0.82)),
    url("assets/neighborhood-sales-bg.webp") center / cover;
}

.map-card p {
  margin: 0 0 4px;
  font-weight: 800;
}

.map-card strong {
  display: block;
  margin-bottom: 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  line-height: 1.35;
}

.map-card-links {
  margin: 0 0 20px;
}

.map-card-links a {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.38);
}

.map-card-links a:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.68);
}

.map-card .button {
  width: 100%;
  box-shadow: none;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 43, 69, 0.04);
}

summary {
  position: relative;
  min-height: 60px;
  padding: 16px 54px 16px 22px;
  color: #243d59;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "Q.";
  margin-right: 10px;
  color: var(--blue);
}

summary::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

details[open] summary::after {
  transform: rotate(225deg);
}

details p {
  padding: 0 24px 18px 54px;
}

.line-intake {
  padding: 62px 0 70px;
}

.line-intake .pasona-label {
  text-align: center;
}

.line-intake-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.line-intake-grid article {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 43, 69, 0.07);
}

.line-intake-grid h3 {
  margin: 0 0 10px;
  color: var(--deep-blue);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 2.6vw, 32px);
  line-height: 1.4;
}

.line-intake-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.line-intake-grid ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.line-intake-grid li {
  position: relative;
  padding-left: 26px;
  color: #243d59;
  font-size: 14px;
  font-weight: 800;
}

.line-intake-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  background: var(--green);
  border-radius: 50%;
}

.line-intake-grid li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 4px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.line-intake-grid article:first-child li::before {
  background: var(--blue);
}

.line-template {
  display: grid;
  gap: 4px;
  margin: 0 0 24px;
  padding: 16px 18px;
  background: #f7fbff;
  border: 1px solid #cfe2f3;
  border-radius: 8px;
}

.line-template strong {
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 900;
}

.line-template span {
  color: #3d5774;
  font-size: 13px;
  font-weight: 800;
}

.line-intake-grid .button {
  width: 100%;
  margin-top: auto;
}

.contact-cta {
  position: relative;
  overflow: hidden;
  padding: 42px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 95, 168, 0.96), rgba(5, 77, 142, 0.88)),
    url("assets/neighborhood-sales-bg.webp") center / cover;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
}

.contact-inner p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.contact-inner h2 {
  margin: 0;
  font-size: clamp(20px, 2.8vw, 30px);
  line-height: 1.5;
}

.contact-tel {
  display: grid;
  min-width: 285px;
  padding: 16px 22px;
  color: var(--deep-blue);
  background: #fff;
  border-radius: 8px;
  text-align: center;
}

.contact-tel span {
  color: #66798d;
  font-size: 12px;
  font-weight: 800;
}

.contact-tel strong {
  color: var(--blue);
  font-size: 31px;
  line-height: 1.15;
}

.line-popup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  width: min(360px, calc(100vw - 32px));
  pointer-events: none;
}

.line-popup[hidden] {
  display: none;
}

.line-popup-panel {
  position: relative;
  padding: 22px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(6, 199, 85, 0.28);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(16, 43, 78, 0.22);
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.28s ease,
    transform 0.28s cubic-bezier(0.18, 0.78, 0.2, 1);
  pointer-events: auto;
}

.line-popup-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #06c755, var(--blue));
}

.line-popup.is-visible .line-popup-panel {
  opacity: 1;
  transform: translateY(0);
}

.line-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
  background: #f1f6fb;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.line-popup-close::before,
.line-popup-close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 12px;
  height: 2px;
  background: #45617f;
  border-radius: 999px;
}

.line-popup-close::before {
  transform: rotate(45deg);
}

.line-popup-close::after {
  transform: rotate(-45deg);
}

.line-popup-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 42px 12px 0;
  padding: 0 12px;
  color: #fff;
  background: #06c755;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.line-popup-title {
  margin: 0 0 8px;
  color: var(--deep-blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.line-popup-text {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.line-popup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  color: #fff;
  background: linear-gradient(135deg, #06c755, #12a84c);
  border-radius: 6px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(6, 199, 85, 0.24);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.line-popup-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.mobile-sticky-cta {
  display: none;
}

.policy-main {
  background: #fff;
}

.policy-hero {
  padding: 72px 0 58px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    url("assets/neighborhood-sales-bg.webp") center / cover;
}

.policy-hero h1 {
  margin: 0;
  color: var(--deep-blue);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.3;
}

.policy-hero p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
  color: #334d6a;
  font-weight: 800;
}

.policy-content {
  padding: 54px 0 66px;
}

.policy-layout {
  width: min(920px, calc(100% - 40px));
}

.policy-card {
  padding: 42px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(23, 43, 69, 0.06);
}

.policy-page h1,
.policy-page h2,
.policy-page p,
.policy-page li,
.policy-page dd,
.policy-page a,
.policy-page span {
  overflow-wrap: anywhere;
}

.policy-updated {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

.policy-section + .policy-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.policy-section h2 {
  margin: 0 0 14px;
  color: var(--deep-blue);
  font-size: 21px;
  line-height: 1.45;
}

.policy-section p {
  margin: 0;
  color: #314a66;
  font-weight: 700;
}

.policy-section ul {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.policy-section li {
  position: relative;
  padding-left: 22px;
  color: #314a66;
  font-weight: 700;
}

.policy-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
}

.policy-list {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.policy-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-width: 0;
}

.policy-list div + div {
  border-top: 1px solid var(--line);
}

.policy-list dt,
.policy-list dd {
  margin: 0;
  padding: 15px 18px;
}

.policy-list dt {
  color: var(--deep-blue);
  background: #f3f8fd;
  font-weight: 900;
}

.policy-list dd {
  color: #314a66;
  font-weight: 700;
  min-width: 0;
}

.policy-contact {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 18px;
  background: #f8fbff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #314a66;
  font-weight: 700;
}

.policy-contact strong {
  color: var(--deep-blue);
  font-size: 18px;
}

.policy-contact a {
  color: var(--blue);
  font-weight: 900;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.site-footer {
  padding: 34px 0 42px;
  background: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px 30px;
  align-items: center;
}

.footer-brand {
  grid-row: span 3;
}

.site-footer p,
.site-footer small {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  color: #3b526c;
  font-size: 13px;
  font-weight: 800;
}

.hero-copy > * {
  animation: heroRise 0.78s cubic-bezier(0.18, 0.78, 0.2, 1) both;
}

.hero-copy > *:nth-child(2) {
  animation-delay: 0.08s;
}

.hero-copy > *:nth-child(3) {
  animation-delay: 0.16s;
}

.hero-copy > *:nth-child(4) {
  animation-delay: 0.24s;
}

.hero-copy > *:nth-child(5) {
  animation-delay: 0.32s;
}

.pasona-hero .hero-bg img {
  animation: heroZoom 1.4s ease-out both;
}

.problem-grid article,
.solution-grid article,
.expertise-grid article,
.target-grid article,
.case-grid article,
.reason-grid article,
.trust-grid article,
.line-intake-grid article,
.review-grid article,
.flow-list li,
details,
.access-cards article,
.map-card,
.service-panel {
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    border-color 0.26s ease;
}

.problem-grid article:hover,
.solution-grid article:hover,
.expertise-grid article:hover,
.target-grid article:hover,
.case-grid article:hover,
.reason-grid article:hover,
.trust-grid article:hover,
.line-intake-grid article:hover,
.review-grid article:hover,
.flow-list li:hover,
details:hover,
.access-cards article:hover,
.map-card:hover,
.service-panel:hover {
  border-color: #b8d6ee;
  box-shadow: 0 20px 42px rgba(23, 43, 69, 0.1);
  transform: translateY(-4px);
}

.lp-icon {
  transition: transform 0.26s ease, filter 0.26s ease;
}

.problem-grid article:hover .lp-icon,
.solution-grid article:hover .lp-icon,
.reason-grid article:hover .lp-icon {
  filter: drop-shadow(0 8px 14px rgba(7, 95, 168, 0.14));
  transform: translateY(-3px) scale(1.04);
}

.js .reveal,
.js .reveal-stagger > * {
  opacity: 0;
  transform: translateY(26px);
}

.js .reveal {
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.18, 0.78, 0.2, 1);
}

.js .reveal-stagger > * {
  transition:
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.18, 0.78, 0.2, 1);
}

.js .reveal.is-visible,
.js .reveal-stagger.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal-stagger.is-visible > *:hover,
.js .service-panel.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.js .reveal-stagger.is-visible > *:nth-child(2) {
  transition-delay: 0.08s;
}

.js .reveal-stagger.is-visible > *:nth-child(3) {
  transition-delay: 0.16s;
}

.js .reveal-stagger.is-visible > *:nth-child(4) {
  transition-delay: 0.24s;
}

.js .reveal-stagger.is-visible > *:nth-child(5) {
  transition-delay: 0.32s;
}

.js .reveal-stagger.is-visible > *:nth-child(6) {
  transition-delay: 0.4s;
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .js .reveal,
  .js .reveal-stagger > * {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1020px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 12px;
    white-space: nowrap;
  }

  .hero-grid,
  .service-pair,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 54px;
  }

  .reason-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .flow-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .flow-list li:nth-child(3)::after {
    display: none;
  }

  .contact-tel {
    width: min(100%, 360px);
  }

  .access-grid {
    grid-template-columns: 1fr;
  }

  .pasona-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .pasona-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.74)),
      linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, #fff 100%);
  }

  .problem-grid,
  .solution-grid,
  .expertise-grid,
  .case-grid,
  .trust-grid,
  .target-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  body:not(.policy-page) {
    padding-bottom: 82px;
  }

  h1,
  h2,
  h3,
  p,
  li,
  a {
    overflow-wrap: anywhere;
  }

  .site-header {
    position: static;
  }

  .header-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 16px 0 0;
    gap: 12px;
  }

  .brand strong {
    font-size: 17px;
  }

  .header-contact {
    display: none;
  }

  .tel-label {
    display: none;
  }

  .tel {
    display: none;
  }

  .mini-cta {
    min-height: 36px;
    padding: 0 12px;
    justify-content: center;
  }

  .nav-links {
    font-size: 13px;
  }

  .hero-grid {
    gap: 28px;
    padding: 38px 0 50px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .pasona-hero,
  .pasona-hero .hero-grid {
    min-height: 610px;
  }

  .pasona-hero .hero-bg img {
    object-position: 60% center;
  }

  .hero h1 {
    font-size: clamp(28px, 7.5vw, 34px);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .lead,
  .hero-note {
    max-width: 100%;
    font-size: 14px;
    word-break: break-all;
  }

  .service-content h2 {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .section-heading h2,
  .reviews h2,
  .faq h2 {
    font-size: 24px;
    word-break: keep-all;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .mobile-only {
    display: inline;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
    padding: 0 20px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 330px;
  }

  .achievement-badge {
    width: 124px;
    height: 124px;
    right: 14px;
    bottom: 14px;
    border-width: 5px;
  }

  .achievement-badge strong {
    font-size: 34px;
  }

  .section-heading {
    grid-template-columns: 34px auto 34px;
    gap: 12px;
  }

  .strength-grid,
  .stat-list,
  .review-grid,
  .faq-grid,
  .problem-grid,
  .solution-grid,
  .expertise-grid,
  .case-grid,
  .trust-grid,
  .line-intake-grid,
  .target-grid {
    grid-template-columns: 1fr;
  }

  .info-list div {
    grid-template-columns: 1fr;
  }

  .info-list dt,
  .info-list dd {
    padding: 14px 18px;
  }

  .access {
    padding: 46px 0 52px;
  }

  .expertise {
    padding: 48px 0 54px;
  }

  .expertise-grid article {
    min-height: auto;
    padding: 24px 22px;
  }

  .case-studies {
    padding: 48px 0 54px;
  }

  .case-lead {
    text-align: left;
  }

  .case-grid article {
    min-height: auto;
  }

  .case-grid h3 {
    min-height: 0;
  }

  .case-cta {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .case-cta .button {
    width: 100%;
    min-width: 0;
  }

  .expertise-lead,
  .expertise-note {
    text-align: left;
  }

  .map-links,
  .map-card-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .map-card {
    min-height: 260px;
  }

  .map-card strong {
    font-size: 25px;
  }

  .strength-grid article {
    grid-template-columns: 48px 1fr;
    padding: 26px 22px;
  }

  .strength-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .service-pair {
    padding: 44px 0;
  }

  .service-panel,
  .service-content {
    min-height: 510px;
  }

  .service-content {
    padding: 28px 22px;
  }

  .trust-proof {
    padding: 46px 0 52px;
  }

  .trust-grid article,
  .line-intake-grid article {
    min-height: auto;
    padding: 24px 22px;
  }

  .line-intake {
    padding: 48px 0 54px;
  }

  .line-intake-grid h3 {
    font-size: 24px;
  }

  .service-panel::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.72));
  }

  .reason-grid {
    grid-template-columns: 1fr;
  }

  .reason-grid article {
    min-height: auto;
  }

  .lp-icon.icon-gold,
  .lp-icon.small {
    margin-left: auto;
    margin-right: auto;
  }

  .stat-list {
    gap: 26px;
  }

  .stat-list div + div::before {
    left: 12%;
    right: 12%;
    top: -13px;
    width: auto;
    height: 1px;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    min-height: auto;
  }

  .flow-list li:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -11px;
    transform: translateX(50%) rotate(135deg);
  }

  .review-grid article {
    grid-template-columns: 78px 1fr;
    gap: 8px 14px;
    min-height: 170px;
    padding: 22px;
  }

  .customer-portrait {
    width: 72px;
    height: 72px;
  }

  .contact-inner {
    gap: 18px;
  }

  .contact-tel {
    min-width: 0;
    width: 100%;
  }

  .line-popup {
    right: 12px;
    bottom: 88px;
    width: calc(100vw - 24px);
  }

  .line-popup-panel {
    padding: 16px;
  }

  .line-popup-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .line-popup-close::before,
  .line-popup-close::after {
    left: 9px;
    top: 14px;
    width: 10px;
  }

  .line-popup-badge {
    min-height: 26px;
    margin-bottom: 8px;
  }

  .line-popup-title {
    font-size: 16px;
  }

  .line-popup-text {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.6;
  }

  .line-popup-button {
    min-height: 46px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 45;
    display: grid;
    grid-template-columns: 1fr 104px;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 231, 242, 0.95);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 43, 78, 0.22);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
  }

  .mobile-sticky-line {
    background: linear-gradient(135deg, #06c755, #12a84c);
  }

  .mobile-sticky-phone {
    background: linear-gradient(135deg, var(--blue), var(--deep-blue));
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .policy-hero {
    padding: 48px 0 42px;
  }

  .policy-layout {
    width: min(100% - 28px, 920px);
  }

  .policy-content {
    padding: 42px 0 52px;
  }

  .policy-card {
    padding: 24px 20px;
  }

  .policy-updated {
    text-align: left;
  }

  .policy-list div {
    grid-template-columns: 1fr;
  }

  .policy-list dt,
  .policy-list dd {
    padding: 13px 16px;
  }

  .policy-actions {
    display: grid;
  }

  .footer-brand {
    grid-row: auto;
  }

  .site-footer p,
  .site-footer small,
  .site-footer nav {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .header-inner {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .section-heading.compact {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .section-heading span {
    display: none;
  }

  .header-contact {
    justify-items: stretch;
  }

  .service-content h2 {
    font-size: 29px;
  }

  .contact-tel strong {
    font-size: 28px;
  }
}
