.norishiro-diagnosis {
  --norishiro-ink: #22252b;
  --norishiro-muted: #686d76;
  --norishiro-primary: #2062cd;
  --norishiro-primary-dark: #174a94;
  --norishiro-cream: #f2f4f7;
  --norishiro-blue: #2062cd;
  --norishiro-blue-muted: #8fa8c9;
  --norishiro-blue-tint: #edf2f8;
  --norishiro-surface: #f6f7f9;
  --norishiro-navy: #181b21;
  --norishiro-paper: #f4f4f2;
  --norishiro-border: #d9dce1;
  --norishiro-error: #a32020;
  width: 100%;
  margin: 0 auto 2rem;
  color: var(--norishiro-ink);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  line-height: 1.7;
}

.norishiro-diagnosis,
.norishiro-diagnosis * {
  box-sizing: border-box;
}

.norishiro-diagnosis [hidden] {
  display: none;
}

.norishiro-diagnosis__story-inner {
  width: min(calc(100% - 48px), 1120px);
  margin-right: auto;
  margin-left: auto;
}

.norishiro-diagnosis__story-hero {
  position: relative;
  padding: clamp(4rem, 9vw, 7.5rem) 0;
  overflow: hidden;
  color: #fff;
  background: var(--norishiro-navy);
}

.norishiro-diagnosis__story-hero::before {
  position: absolute;
  right: -8%;
  bottom: -42%;
  width: min(56vw, 760px);
  aspect-ratio: 1;
  border: clamp(42px, 8vw, 100px) solid rgba(32, 98, 205, 0.16);
  border-radius: 50%;
  content: "";
}

.norishiro-diagnosis__story-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.norishiro-diagnosis__story-copy {
  min-width: 0;
}

.norishiro-diagnosis__brand-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin: 0 0 2.2rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.norishiro-diagnosis__brand-line span:first-child,
.norishiro-diagnosis__brand-line span:last-child {
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.norishiro-diagnosis__brand-line span:last-child {
  color: var(--norishiro-blue);
  border-color: var(--norishiro-blue);
}

.norishiro-diagnosis__section-code {
  margin: 0 0 0.85rem;
  color: var(--norishiro-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.norishiro-diagnosis__story-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5.4vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.norishiro-diagnosis__story-title > span {
  display: block;
  white-space: nowrap;
}

.norishiro-diagnosis__story-title strong {
  display: block;
  color: var(--norishiro-blue-muted);
  font-weight: inherit;
}

.norishiro-diagnosis__story-hero .norishiro-diagnosis__section-code {
  color: var(--norishiro-blue-muted);
}

.norishiro-diagnosis__story-tagline {
  margin: 1.5rem 0 0;
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.norishiro-diagnosis__story-lead {
  max-width: 44rem;
  margin: 1.15rem 0 0;
  color: #d9d9d9;
  font-size: 1rem;
}

.norishiro-diagnosis__start {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-width: min(100%, 330px);
  min-height: 58px;
  margin-top: 2rem;
  padding: 0.9rem 1.2rem;
  color: #fff;
  border: 2px solid var(--norishiro-blue);
  border-radius: 0;
  background: var(--norishiro-blue);
  box-shadow: none;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.norishiro-diagnosis__start:hover,
.norishiro-diagnosis__start:focus-visible {
  color: #fff;
  border-color: var(--norishiro-primary-dark);
  background: var(--norishiro-primary-dark);
  transform: translateY(-2px);
}

.norishiro-diagnosis__start-note {
  margin: 0.65rem 0 0;
  color: #aeadad;
  font-size: 0.76rem;
}

.norishiro-diagnosis__story-visual {
  position: relative;
  display: flex;
  min-height: 390px;
  padding: 2rem;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(145deg, rgba(32, 98, 205, 0.24), transparent 52%),
    #111;
}

.norishiro-diagnosis__story-visual::after {
  position: absolute;
  right: -35%;
  bottom: -46%;
  width: 112%;
  aspect-ratio: 1;
  border: 1px solid rgba(67, 122, 212, 0.75);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(32, 98, 205, 0.12), 0 0 0 84px rgba(32, 98, 205, 0.07);
  content: "";
}

.norishiro-diagnosis__story-visual-label,
.norishiro-diagnosis__story-visual-mark,
.norishiro-diagnosis__story-route {
  position: relative;
  z-index: 1;
}

.norishiro-diagnosis__story-visual-label {
  margin: 0;
  color: var(--norishiro-blue-muted);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.norishiro-diagnosis__story-route {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.7rem;
  align-items: center;
  margin: auto 0;
}

.norishiro-diagnosis__story-route span {
  padding: 0.85rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  font-size: 0.9rem;
  font-weight: 700;
}

.norishiro-diagnosis__story-route span:last-child {
  grid-column: 1 / -1;
  color: #fff;
  border-color: var(--norishiro-primary);
  background: var(--norishiro-primary);
}

.norishiro-diagnosis__story-route b {
  color: var(--norishiro-blue);
  font-size: 1.5rem;
}

.norishiro-diagnosis__story-visual-mark {
  margin: 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
}

.norishiro-diagnosis__why,
.norishiro-diagnosis__proof,
.norishiro-diagnosis__examples,
.norishiro-diagnosis__fleet,
.norishiro-diagnosis__flow-story,
.norishiro-diagnosis__local-story,
.norishiro-diagnosis__story-cta {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.norishiro-diagnosis__why-grid,
.norishiro-diagnosis__local-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 6.5rem);
}

.norishiro-diagnosis__section-number {
  margin: 0;
  color: var(--norishiro-blue);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.norishiro-diagnosis__section-number span {
  display: block;
  margin-top: 0.65rem;
  color: var(--norishiro-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.norishiro-diagnosis__why h2,
.norishiro-diagnosis__why h3,
.norishiro-diagnosis__story-heading h2,
.norishiro-diagnosis__story-heading h3,
.norishiro-diagnosis__local-story h2,
.norishiro-diagnosis__local-story h3,
.norishiro-diagnosis__story-cta h2,
.norishiro-diagnosis__story-cta h3 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  letter-spacing: -0.045em;
  line-height: 1.28;
}

.norishiro-diagnosis__why-grid > div > p,
.norishiro-diagnosis__local-grid > div > p {
  max-width: 48rem;
  margin: 1.4rem 0 0;
  color: var(--norishiro-muted);
  font-size: 1rem;
}

.norishiro-diagnosis__proof {
  color: var(--norishiro-ink);
  background: var(--norishiro-surface);
}

.norishiro-diagnosis__proof-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: stretch;
}

.norishiro-diagnosis__proof-stat {
  display: flex;
  min-height: 360px;
  padding: clamp(1.6rem, 4vw, 2.7rem);
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: var(--norishiro-navy);
}

.norishiro-diagnosis__proof-stat .norishiro-diagnosis__section-code {
  color: var(--norishiro-blue-muted);
}

.norishiro-diagnosis__proof-number {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  margin: auto 0;
  line-height: 0.8;
}

.norishiro-diagnosis__proof-number strong {
  color: var(--norishiro-primary);
  font-size: clamp(7rem, 15vw, 11rem);
  font-weight: 700;
  letter-spacing: -0.09em;
}

.norishiro-diagnosis__proof-number span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.norishiro-diagnosis__proof-region {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.88rem;
  font-weight: 700;
}

.norishiro-diagnosis__proof-copy {
  display: flex;
  min-width: 0;
  padding: 0.5rem 0;
  flex-direction: column;
  justify-content: center;
}

.norishiro-diagnosis__proof-copy .norishiro-diagnosis__section-code {
  color: var(--norishiro-primary);
}

.norishiro-diagnosis__proof-copy h2,
.norishiro-diagnosis__proof-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  letter-spacing: -0.045em;
  line-height: 1.28;
}

.norishiro-diagnosis__proof-copy h3 > span,
.norishiro-diagnosis__story-cta-copy > span {
  display: block;
}

.norishiro-diagnosis__proof-copy > p:not(.norishiro-diagnosis__section-code):not(.norishiro-diagnosis__proof-note) {
  max-width: 49rem;
  margin: 1.25rem 0 0;
  font-size: 1rem;
}

.norishiro-diagnosis__proof-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 1.8rem 0 0;
  padding: 1px;
  list-style: none;
  background: var(--norishiro-border);
}

.norishiro-diagnosis__proof-facts li {
  display: flex;
  min-width: 0;
  padding: 0.85rem 0.9rem;
  flex-direction: column;
  background: #fff;
}

.norishiro-diagnosis__proof-facts strong {
  font-size: 1.05rem;
}

.norishiro-diagnosis__proof-facts span {
  margin-top: 0.15rem;
  font-size: 0.72rem;
}

.norishiro-diagnosis__proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.norishiro-diagnosis__proof-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0.7rem 1rem;
  color: #fff;
  border: 2px solid var(--norishiro-ink);
  background: var(--norishiro-ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.norishiro-diagnosis__proof-link--secondary {
  color: var(--norishiro-ink);
  background: transparent;
}

.norishiro-diagnosis__proof-link:hover,
.norishiro-diagnosis__proof-link:focus-visible {
  color: var(--norishiro-ink);
  background: #fff;
  transform: translateY(-2px);
}

.norishiro-diagnosis__proof-note {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  line-height: 1.65;
}

.norishiro-diagnosis__examples {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
  background: #fff;
}

.norishiro-diagnosis__examples-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
}

.norishiro-diagnosis__examples-heading h2,
.norishiro-diagnosis__examples-heading h3 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  letter-spacing: -0.045em;
  line-height: 1.28;
}

.norishiro-diagnosis__examples-heading > p {
  margin: 0;
  color: var(--norishiro-muted);
  font-size: 1rem;
  line-height: 1.9;
}

.norishiro-diagnosis__examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(2.4rem, 6vw, 4rem) 0 0;
  padding: 0;
  list-style: none;
}

.norishiro-diagnosis__example-card {
  position: relative;
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  overflow: hidden;
  border: 1px solid var(--norishiro-border);
  background: var(--norishiro-paper);
}

.norishiro-diagnosis__example-card::after {
  position: absolute;
  right: -38px;
  bottom: -56px;
  width: 140px;
  height: 140px;
  border: 22px solid rgba(32, 98, 205, 0.08);
  border-radius: 50%;
  content: "";
}

.norishiro-diagnosis__example-card-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.norishiro-diagnosis__example-card-head > div:first-child {
  min-width: 0;
}

.norishiro-diagnosis__example-vehicle-type {
  display: flex;
  width: clamp(78px, 7vw, 108px);
  min-width: 0;
  align-items: center;
  flex-direction: column;
}

.norishiro-diagnosis__example-vehicle-type svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 6px 9px rgba(24, 61, 117, 0.12));
}

.norishiro-diagnosis__vehicle-blob {
  fill: var(--norishiro-blue-tint);
}

.norishiro-diagnosis__vehicle-body {
  fill: #2062cd;
  stroke: #242326;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.norishiro-diagnosis__vehicle-window {
  fill: #f8fafc;
  stroke: #242326;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.norishiro-diagnosis__vehicle-detail {
  fill: none;
  stroke: #242326;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.norishiro-diagnosis__vehicle-wheel {
  fill: #242326;
  stroke: #242326;
  stroke-width: 2;
}

.norishiro-diagnosis__vehicle-hub,
.norishiro-diagnosis__vehicle-light {
  fill: var(--norishiro-blue-muted);
  stroke: #242326;
  stroke-width: 1.8;
}

.norishiro-diagnosis__example-vehicle-type > span {
  display: inline-flex;
  min-height: 24px;
  margin-top: 0.35rem;
  padding: 3px 8px;
  align-items: center;
  justify-content: center;
  color: #174b8f;
  border: 1px solid rgba(32, 98, 205, 0.32);
  border-radius: 999px;
  background: var(--norishiro-blue-tint);
  box-shadow: 0 2px 0 rgba(32, 98, 205, 0.12);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.norishiro-diagnosis__example-maker,
.norishiro-diagnosis__example-spec,
.norishiro-diagnosis__example-label,
.norishiro-diagnosis__example-amount {
  position: relative;
  z-index: 1;
  margin: 0;
}

.norishiro-diagnosis__example-maker {
  color: var(--norishiro-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.norishiro-diagnosis__example-card h4 {
  position: relative;
  z-index: 1;
  margin: 0.2rem 0 0;
  font-size: 1.35rem;
  line-height: 1.4;
}

.norishiro-diagnosis__example-spec {
  margin-top: 0.5rem;
  color: var(--norishiro-muted);
  font-size: 0.88rem;
}

.norishiro-diagnosis__example-label {
  margin-top: 1.6rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.norishiro-diagnosis__example-amount {
  color: var(--norishiro-ink);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.25;
}

.norishiro-diagnosis__examples-note {
  margin: 1rem 0 0;
  color: var(--norishiro-muted);
  font-size: 0.76rem;
  line-height: 1.7;
}

.norishiro-diagnosis__fleet {
  color: #fff;
  background: var(--norishiro-navy);
}

.norishiro-diagnosis__fleet-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
}

.norishiro-diagnosis__fleet-heading .norishiro-diagnosis__section-code {
  color: var(--norishiro-blue-muted);
}

.norishiro-diagnosis__fleet-heading h2,
.norishiro-diagnosis__fleet-heading h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  letter-spacing: -0.045em;
  line-height: 1.28;
}

.norishiro-diagnosis__fleet-heading > p {
  margin: 0;
  color: #c9c9c9;
  font-size: 1rem;
  line-height: 1.9;
}

.norishiro-diagnosis__fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(2.4rem, 6vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
}

.norishiro-diagnosis__fleet-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #3f3f42;
  background: #272729;
}

.norishiro-diagnosis__fleet-card figure {
  margin: 0;
}

.norishiro-diagnosis__fleet-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #3a3a3d;
}

.norishiro-diagnosis__fleet-card figcaption {
  display: flex;
  min-height: 82px;
  padding: 1rem 1.05rem;
  flex-direction: column;
  justify-content: center;
}

.norishiro-diagnosis__fleet-card strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.norishiro-diagnosis__fleet-card span {
  position: relative;
  margin-top: 0.35rem;
  padding-left: 0.9rem;
  color: #bdbdbf;
  font-size: 0.74rem;
  line-height: 1.5;
}

.norishiro-diagnosis__fleet-card span::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--norishiro-blue);
  content: "";
}

.norishiro-diagnosis__fleet-note {
  margin: 1rem 0 0;
  color: #8e8e91;
  font-size: 0.72rem;
  line-height: 1.7;
}

.norishiro-diagnosis__flow-story {
  background: var(--norishiro-paper);
}

.norishiro-diagnosis__story-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 6.5rem);
  align-items: end;
}

.norishiro-diagnosis__story-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(2.8rem, 6vw, 5rem) 0 0;
  padding: 0;
  list-style: none;
  background: #bdb9b1;
}

.norishiro-diagnosis__story-steps li {
  min-width: 0;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-top: 5px solid var(--norishiro-ink);
  background: #fff;
}

.norishiro-diagnosis__story-steps li > span {
  color: var(--norishiro-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.norishiro-diagnosis__step-visual {
  position: relative;
  display: grid;
  min-height: 132px;
  margin: -0.45rem -0.45rem 1.45rem;
  overflow: hidden;
  place-items: center;
  border: 1px solid #e3dfd7;
  background:
    linear-gradient(145deg, rgba(32, 98, 205, 0.08), transparent 58%),
    #f7f5f1;
}

.norishiro-diagnosis__step-visual::before {
  position: absolute;
  top: -52px;
  right: -42px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(32, 98, 205, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(32, 98, 205, 0.035);
  content: "";
}

.norishiro-diagnosis__step-visual svg {
  position: relative;
  z-index: 1;
  width: min(48%, 142px);
  height: auto;
}

.norishiro-diagnosis__icon-line,
.norishiro-diagnosis__icon-accent {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.norishiro-diagnosis__buying-illustration {
  overflow: visible;
  filter: drop-shadow(0 7px 10px rgba(36, 35, 38, 0.12));
}

.norishiro-diagnosis__buying-blob {
  fill: var(--norishiro-blue-tint);
}

.norishiro-diagnosis__buying-car {
  fill: #2062cd;
  stroke: #242326;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.norishiro-diagnosis__buying-window {
  fill: #f8fafc;
  stroke: #242326;
  stroke-linejoin: round;
  stroke-width: 2;
}

.norishiro-diagnosis__buying-detail,
.norishiro-diagnosis__buying-arrow {
  fill: none;
  stroke: #242326;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.norishiro-diagnosis__buying-wheel {
  fill: #242326;
}

.norishiro-diagnosis__buying-hub {
  fill: var(--norishiro-blue-muted);
}

.norishiro-diagnosis__buying-coin {
  fill: var(--norishiro-blue-muted);
  stroke: #242326;
  stroke-width: 2.6;
}

.norishiro-diagnosis__buying-yen {
  fill: #242326;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.norishiro-diagnosis__buying-spark {
  fill: #2062cd;
  stroke: #242326;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.norishiro-diagnosis__icon-line {
  stroke: var(--norishiro-ink);
  stroke-width: 2.7;
}

.norishiro-diagnosis__icon-accent {
  stroke: var(--norishiro-blue);
  stroke-width: 3.2;
}

.norishiro-diagnosis__icon-dash {
  stroke-dasharray: 4 7;
}

.norishiro-diagnosis__story-steps h3,
.norishiro-diagnosis__story-steps h4 {
  margin: 0.85rem 0 0.75rem;
  font-size: 1.2rem;
  line-height: 1.45;
}

.norishiro-diagnosis__story-steps p {
  margin: 0;
  color: var(--norishiro-muted);
  font-size: 0.9rem;
}

.norishiro-diagnosis__local-story {
  padding: clamp(2.8rem, 5vw, 4.2rem) 0;
  color: #fff;
  background: var(--norishiro-blue);
}

.norishiro-diagnosis__local-story .norishiro-diagnosis__section-code,
.norishiro-diagnosis__local-grid > div > p {
  color: #fff;
}

.norishiro-diagnosis__local-grid > div > p {
  max-width: 62rem;
  text-wrap: pretty;
}

.norishiro-diagnosis__local-grid {
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  align-items: center;
}

.norishiro-diagnosis__local-photo {
  position: relative;
  height: clamp(280px, 31vw, 390px);
  margin: 0;
  overflow: hidden;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: #255db3;
  box-shadow: 0 22px 48px rgba(20, 66, 138, 0.22);
}

.norishiro-diagnosis__local-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(20, 20, 20, 0.8) 100%);
  content: "";
}

.norishiro-diagnosis__local-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.norishiro-diagnosis__local-photo .norishiro-diagnosis__section-code {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  margin: 0;
  color: #fff;
  opacity: 1;
}

.norishiro-diagnosis__local-photo figcaption strong {
  display: block;
  margin-top: 0.45rem;
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.norishiro-diagnosis__local-story .norishiro-diagnosis__section-code {
  margin: 0;
  opacity: 0.82;
}

.norishiro-diagnosis__local-story h3 {
  font-size: clamp(1.8rem, 3.6vw, 3rem);
}

.norishiro-diagnosis__story-cta {
  color: #fff;
  background: var(--norishiro-navy);
}

.norishiro-diagnosis__story-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
}

.norishiro-diagnosis__story-cta h2,
.norishiro-diagnosis__story-cta h3 {
  color: #fff;
}

.norishiro-diagnosis__story-cta .norishiro-diagnosis__section-code {
  color: var(--norishiro-blue-muted);
}

.norishiro-diagnosis__story-cta-card > div:first-child > p:last-child {
  max-width: 48rem;
  margin: 1.2rem 0 0;
  color: #c9c9c9;
}

.norishiro-diagnosis__story-cta-action p {
  margin: 0.65rem 0 0;
  color: #aeadad;
  font-size: 0.76rem;
}

.norishiro-diagnosis__start--light {
  width: 100%;
  margin-top: 0;
  color: #fff;
  border-color: var(--norishiro-primary);
  background: var(--norishiro-primary);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

.norishiro-diagnosis__story-disclaimer {
  width: min(calc(100% - 48px), 1120px);
  margin: 2rem auto 0;
  color: #989898;
  font-size: 0.74rem;
}

.norishiro-diagnosis__tool {
  width: min(calc(100% - 40px), 860px);
  margin: clamp(3rem, 8vw, 6rem) auto;
  overflow: hidden;
  border: 1px solid var(--norishiro-border);
  background: #fff;
  box-shadow: 0 20px 52px rgba(35, 35, 35, 0.12);
  scroll-margin-top: 1.5rem;
}

.norishiro-diagnosis__header {
  padding: clamp(1.5rem, 5vw, 3rem);
  color: #fff;
  border-top: 6px solid var(--norishiro-blue);
  background: var(--norishiro-navy);
}

.norishiro-diagnosis__eyebrow,
.norishiro-diagnosis__lead,
.norishiro-diagnosis__privacy {
  margin: 0;
}

.norishiro-diagnosis__eyebrow {
  margin-bottom: 0.45rem;
  color: var(--norishiro-blue-muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.norishiro-diagnosis__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 6vw, 2.5rem);
  line-height: 1.3;
}

.norishiro-diagnosis__lead {
  margin-top: 0.75rem;
  max-width: 42rem;
}

.norishiro-diagnosis__privacy {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  font-size: 0.83rem;
}

.norishiro-diagnosis__form,
.norishiro-diagnosis__result {
  padding: clamp(1.25rem, 5vw, 3rem);
}

.norishiro-diagnosis__question {
  min-width: 0;
  margin: 0 0 1.25rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid var(--norishiro-border);
  border-radius: 4px;
  background: #fff;
}

.norishiro-diagnosis__question[aria-invalid="true"] {
  border-color: var(--norishiro-error);
  box-shadow: 0 0 0 2px rgba(163, 32, 32, 0.12);
}

.norishiro-diagnosis__label {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  width: 100%;
  margin: 0 0 0.8rem;
  padding: 0;
  color: var(--norishiro-ink);
  font-size: 1.05rem;
  font-weight: 700;
}

.norishiro-diagnosis__number {
  display: inline-grid;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: #fff;
  border-radius: 2px;
  background: var(--norishiro-primary);
  font-size: 0.95rem;
}

.norishiro-diagnosis__required {
  margin-left: auto;
  padding: 0.1rem 0.45rem;
  color: #fff;
  border-radius: 4px;
  background: var(--norishiro-blue);
  font-size: 0.7rem;
  font-weight: 700;
}

.norishiro-diagnosis select,
.norishiro-diagnosis input[type="text"],
.norishiro-diagnosis input[type="tel"],
.norishiro-diagnosis input[type="email"],
.norishiro-diagnosis textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0.7rem 0.85rem;
  color: var(--norishiro-ink);
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #fff;
  font: inherit;
}

.norishiro-diagnosis textarea {
  resize: vertical;
}

.norishiro-diagnosis select[aria-invalid="true"],
.norishiro-diagnosis input[aria-invalid="true"] {
  border-color: var(--norishiro-error);
}

.norishiro-diagnosis__lead-fields {
  margin: 2rem 0 1.25rem;
  padding: clamp(1.1rem, 4vw, 1.8rem);
  border: 2px solid var(--norishiro-ink);
  background: var(--norishiro-paper);
}

.norishiro-diagnosis__lead-fields-heading .norishiro-diagnosis__section-code {
  margin-bottom: 0.35rem;
}

.norishiro-diagnosis__lead-fields-heading h3 {
  margin: 0;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.4;
}

.norishiro-diagnosis__lead-fields-heading > p:last-child {
  margin: 0.55rem 0 0;
  color: var(--norishiro-muted);
}

.norishiro-diagnosis__lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}

.norishiro-diagnosis__lead-grid > label {
  display: block;
  min-width: 0;
  color: var(--norishiro-ink);
  font-weight: 700;
}

.norishiro-diagnosis__lead-grid input,
.norishiro-diagnosis__lead-grid select {
  margin-top: 0.35rem;
}

.norishiro-diagnosis__lead-notes {
  display: block;
  margin-top: 1rem;
  color: var(--norishiro-ink);
  font-weight: 700;
}

.norishiro-diagnosis__lead-notes textarea {
  min-height: 112px;
  margin-top: 0.35rem;
}

.norishiro-diagnosis__lead-grid .norishiro-diagnosis__required,
.norishiro-diagnosis__optional {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.08rem 0.36rem;
  border-radius: 3px;
  font-size: 0.68rem;
  line-height: 1.4;
  vertical-align: 0.12em;
}

.norishiro-diagnosis__lead-grid .norishiro-diagnosis__required {
  color: #fff;
  background: var(--norishiro-blue);
}

.norishiro-diagnosis__optional {
  color: var(--norishiro-muted);
  border: 1px solid var(--norishiro-border);
  background: #fff;
}

.norishiro-diagnosis__consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-top: 1.25rem;
  padding: 0.9rem;
  border: 1px solid var(--norishiro-border);
  background: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.7;
}

.norishiro-diagnosis__consent[aria-invalid="true"] {
  border-color: var(--norishiro-error);
  box-shadow: 0 0 0 2px rgba(163, 32, 32, 0.12);
}

.norishiro-diagnosis__consent input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.2rem 0 0;
  flex: 0 0 1.25rem;
  accent-color: var(--norishiro-blue);
}

.norishiro-diagnosis__consent a {
  color: #174b8f;
  text-decoration: underline;
}

.norishiro-diagnosis__lead-privacy,
.norishiro-diagnosis__submit-note {
  margin: 0.65rem 0 0;
  color: var(--norishiro-muted);
  font-size: 0.78rem;
  line-height: 1.7;
}

.norishiro-diagnosis__submit-note {
  text-align: center;
}

.norishiro-diagnosis__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.norishiro-diagnosis__help {
  margin: 0.45rem 0 0.65rem;
  color: var(--norishiro-muted);
  font-size: 0.86rem;
}

.norishiro-diagnosis__question > label:not(.norishiro-diagnosis__label) {
  display: block;
  margin: 0.75rem 0 0.35rem;
  font-weight: 700;
}

.norishiro-diagnosis select:disabled {
  color: #6b6b6b;
  border-color: var(--norishiro-border);
  background: #f1f1ef;
  cursor: not-allowed;
}

.norishiro-diagnosis__conditional {
  margin-top: 0.8rem;
  padding: 0.9rem;
  border-radius: 8px;
  background: var(--norishiro-cream);
}

.norishiro-diagnosis__conditional label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.norishiro-diagnosis__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.norishiro-diagnosis__choices--stacked {
  grid-template-columns: 1fr;
}

.norishiro-diagnosis__subquestion {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.norishiro-diagnosis__subquestion[aria-invalid="true"] {
  border-radius: 6px;
  outline: 2px solid var(--norishiro-error);
  outline-offset: 4px;
}

.norishiro-diagnosis__subquestion + .norishiro-diagnosis__subquestion {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--norishiro-border);
}

.norishiro-diagnosis__sublegend {
  margin-bottom: 0.55rem;
  color: var(--norishiro-ink);
  font-weight: 700;
}

.norishiro-diagnosis__choice {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  min-height: 50px;
  margin: 0;
  padding: 0.72rem;
  border: 1px solid var(--norishiro-border);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

.norishiro-diagnosis__choice:hover {
  border-color: var(--norishiro-primary);
  background: #f5f8ff;
}

.norishiro-diagnosis__choice:has(input:checked) {
  border-color: var(--norishiro-primary);
  background: var(--norishiro-blue-tint);
  box-shadow: inset 0 0 0 1px var(--norishiro-primary);
}

.norishiro-diagnosis__choice input {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.15rem 0 0;
  accent-color: var(--norishiro-primary);
}

.norishiro-diagnosis :focus-visible {
  outline: 3px solid #174b8f;
  outline-offset: 3px;
}

.norishiro-diagnosis__submit,
.norishiro-diagnosis__copy,
.norishiro-diagnosis__restart {
  min-height: 48px;
  border-radius: 4px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.norishiro-diagnosis__submit {
  width: 100%;
  padding: 0.85rem 1.25rem;
  color: #fff;
  border: 2px solid var(--norishiro-blue);
  background: var(--norishiro-blue);
  font-size: 1.1rem;
}

.norishiro-diagnosis__submit:hover {
  border-color: #174b8f;
  background: #174b8f;
}

.norishiro-diagnosis__submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.norishiro-diagnosis__errors,
.norishiro-diagnosis__noscript {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #721515;
  border: 2px solid #c44848;
  border-radius: 8px;
  background: #fff3f3;
}

.norishiro-diagnosis__errors ul {
  margin: 0.4rem 0 0 1.25rem;
}

.norishiro-diagnosis__result {
  background: var(--norishiro-cream);
}

.norishiro-diagnosis__lead-success {
  margin-bottom: 1.4rem;
  padding: 1rem 1.1rem;
  color: #17381d;
  border: 2px solid #4d925b;
  background: #eff9f1;
}

.norishiro-diagnosis__lead-success strong,
.norishiro-diagnosis__lead-success span {
  display: block;
}

.norishiro-diagnosis__lead-success span {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}

.norishiro-diagnosis__result-kicker {
  margin: 0;
  color: var(--norishiro-primary);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.norishiro-diagnosis__result-title {
  margin: 0.3rem 0 0.8rem;
  color: var(--norishiro-ink);
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  line-height: 1.4;
}

.norishiro-diagnosis__result-message {
  font-size: 1.04rem;
  font-weight: 600;
}

.norishiro-diagnosis__reason {
  margin: 1rem 0;
  padding: 1rem;
  border-left: 4px solid var(--norishiro-primary);
  background: #fff;
}

.norishiro-diagnosis__reason h4,
.norishiro-diagnosis__contact h4 {
  margin: 0 0 0.4rem;
  color: var(--norishiro-ink);
}

.norishiro-diagnosis__reason ul {
  margin: 0;
  padding-left: 1.2rem;
}

.norishiro-diagnosis__disclaimer {
  color: var(--norishiro-muted);
  font-size: 0.84rem;
}

.norishiro-diagnosis__contact {
  margin-top: 1.4rem;
  padding: clamp(1rem, 4vw, 1.5rem);
  border-radius: 12px;
  background: #fff;
}

.norishiro-diagnosis__contact p {
  margin: 0 0 0.8rem;
}

.norishiro-diagnosis__contact-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.norishiro-diagnosis__contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.65rem 0.8rem;
  color: #fff;
  border: 2px solid var(--norishiro-primary);
  border-radius: 4px;
  background: var(--norishiro-primary);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.norishiro-diagnosis__contact-button:hover,
.norishiro-diagnosis__contact-button:focus {
  color: #fff;
  border-color: var(--norishiro-primary-dark);
  background: var(--norishiro-primary-dark);
  text-decoration: none;
}

.norishiro-diagnosis__contact-button--line {
  color: #fff;
  border-color: var(--norishiro-ink);
  background: var(--norishiro-ink);
}

.norishiro-diagnosis__contact-unset {
  margin-top: 1rem;
  padding: 0.85rem;
  border: 1px dashed var(--norishiro-border);
  border-radius: 8px;
}

.norishiro-diagnosis__handoff {
  margin-top: 1.25rem;
  padding: 0.9rem;
  border: 1px solid var(--norishiro-border);
  border-radius: 8px;
  background: #fff;
}

.norishiro-diagnosis__handoff summary {
  font-weight: 700;
  cursor: pointer;
}

.norishiro-diagnosis__handoff textarea {
  margin-top: 0.8rem;
  font-size: 0.86rem;
}

.norishiro-diagnosis__copy,
.norishiro-diagnosis__restart {
  margin-top: 0.75rem;
  padding: 0.6rem 1rem;
  color: var(--norishiro-ink);
  border: 1px solid var(--norishiro-ink);
  background: #fff;
}

.norishiro-diagnosis__restart {
  display: block;
  margin-top: 1.2rem;
}

.norishiro-diagnosis__copy-status {
  display: inline-block;
  margin-left: 0.5rem;
  color: var(--norishiro-muted);
  font-size: 0.84rem;
}

.norishiro-diagnosis__faq {
  padding: clamp(4.5rem, 9vw, 7rem) 0;
  background: var(--norishiro-paper);
}

.norishiro-diagnosis__faq-heading {
  margin-bottom: clamp(1.8rem, 5vw, 3rem);
}

.norishiro-diagnosis__faq-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.norishiro-diagnosis__faq-list {
  border-top: 1px solid #a9a59d;
}

.norishiro-diagnosis__faq-list details {
  border-bottom: 1px solid #a9a59d;
  background: transparent;
}

.norishiro-diagnosis__faq-list summary {
  position: relative;
  padding: 1.25rem 3.2rem 1.25rem 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.norishiro-diagnosis__faq-list summary::-webkit-details-marker {
  display: none;
}

.norishiro-diagnosis__faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--norishiro-blue);
  content: "+";
  transform: translateY(-50%);
}

.norishiro-diagnosis__faq-list details[open] summary::after {
  content: "−";
}

.norishiro-diagnosis__faq-list details > p {
  max-width: 56rem;
  margin: -0.25rem 0 1.4rem;
  padding: 0 3.2rem 0 0;
  color: var(--norishiro-muted);
  line-height: 1.9;
}

.norishiro-diagnosis__faq-list a {
  color: #174b8f;
  text-decoration: underline;
}

.norishiro-diagnosis__sticky {
  display: none;
}

.norishiro-diagnosis .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 901px) {
  .norishiro-diagnosis {
    font-size: 16px;
  }

  .norishiro-diagnosis__story-hero {
    /* The desktop header overlays roughly 120px of page content. */
    padding-top: 152px;
    padding-bottom: 88px;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start {
    position: relative;
    z-index: 2;
    width: min(100%, 380px);
    min-height: 68px;
    margin-top: 32px;
    padding: 12px 12px 12px 20px;
    color: #fff;
    border-color: var(--norishiro-primary);
    background: var(--norishiro-primary);
    box-shadow:
      0 0 0 5px rgba(67, 122, 212, 0.12),
      0 16px 34px rgba(0, 0, 0, 0.38);
    font-size: 18px;
    letter-spacing: 0.01em;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start > span {
    display: inline-grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    color: var(--norishiro-primary);
    border-radius: 50%;
    background: #fff;
    font-size: 23px;
    line-height: 1;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start:hover,
  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start:focus-visible {
    color: #fff;
    border-color: var(--norishiro-primary-dark);
    background: var(--norishiro-primary-dark);
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start-note {
    width: min(100%, 380px);
    color: #d2d2d2;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__story-visual {
    border-color: rgba(255, 255, 255, 0.2);
    background:
      linear-gradient(145deg, rgba(32, 98, 205, 0.14), transparent 52%),
      #141414;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__story-visual-label {
    color: rgba(67, 122, 212, 0.78);
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__story-route span:last-child {
    border-color: #2062cd;
    background: #2062cd;
  }

  .norishiro-diagnosis__tool {
    scroll-margin-top: 144px;
  }

  /* Use an explicit desktop type scale. The active theme reduces the root rem
     size, so rem-based text otherwise renders noticeably smaller than /itaku/. */
  .norishiro-diagnosis__brand-line,
  .norishiro-diagnosis__section-code {
    font-size: 13px;
  }

  .norishiro-diagnosis__story-title {
    font-size: clamp(50px, 4vw, 64px);
  }

  .norishiro-diagnosis__story-tagline {
    font-size: 22px;
    line-height: 1.55;
  }

  .norishiro-diagnosis__story-lead,
  .norishiro-diagnosis__why-grid > div > p,
  .norishiro-diagnosis__local-grid > div > p,
  .norishiro-diagnosis__proof-copy > p:not(.norishiro-diagnosis__section-code):not(.norishiro-diagnosis__proof-note),
  .norishiro-diagnosis__fleet-heading > p,
  .norishiro-diagnosis__story-cta-card > div:first-child > p:last-child {
    font-size: 16px;
    line-height: 1.95;
  }

  .norishiro-diagnosis__story-visual-label {
    font-size: 12px;
  }

  .norishiro-diagnosis__story-route span {
    font-size: 15px;
  }

  .norishiro-diagnosis__story-route b {
    font-size: 24px;
  }

  .norishiro-diagnosis__story-visual-mark {
    font-size: 36px;
  }

  .norishiro-diagnosis__section-number {
    font-size: clamp(58px, 5vw, 80px);
  }

  .norishiro-diagnosis__section-number span {
    font-size: 12px;
  }

  .norishiro-diagnosis__why h2,
  .norishiro-diagnosis__why h3,
  .norishiro-diagnosis__proof-copy h2,
  .norishiro-diagnosis__proof-copy h3,
  .norishiro-diagnosis__fleet-heading h2,
  .norishiro-diagnosis__fleet-heading h3,
  .norishiro-diagnosis__story-heading h2,
  .norishiro-diagnosis__story-heading h3,
  .norishiro-diagnosis__local-story h2,
  .norishiro-diagnosis__local-story h3,
  .norishiro-diagnosis__story-cta h2,
  .norishiro-diagnosis__story-cta h3 {
    font-size: clamp(36px, 3.3vw, 52px);
    line-height: 1.4;
  }

  .norishiro-diagnosis__proof-copy h3 {
    font-size: clamp(38px, 2.9vw, 46px);
    line-height: 1.35;
  }

  .norishiro-diagnosis__story-cta-action .norishiro-diagnosis__start {
    min-height: 76px;
    padding: 18px 24px;
    font-size: 20px;
  }

  .norishiro-diagnosis__local-story h3,
  .norishiro-diagnosis__story-cta h3 > span {
    white-space: nowrap;
  }

  .norishiro-diagnosis__faq-list summary {
    font-size: 19px;
  }

  .norishiro-diagnosis__proof-number strong {
    font-size: 140px;
  }

  .norishiro-diagnosis__proof-number span {
    font-size: 19px;
  }

  .norishiro-diagnosis__proof-region {
    font-size: 14px;
  }

  .norishiro-diagnosis__proof-facts strong {
    font-size: 17px;
  }

  .norishiro-diagnosis__proof-facts span,
  .norishiro-diagnosis__proof-note {
    font-size: 13px;
  }

  .norishiro-diagnosis__proof-link {
    font-size: 16px;
  }

  .norishiro-diagnosis__fleet-card strong {
    font-size: 16px;
  }

  .norishiro-diagnosis__fleet-card span,
  .norishiro-diagnosis__fleet-note {
    font-size: 13px;
  }

  .norishiro-diagnosis__story-steps li > span {
    font-size: 12px;
  }

  .norishiro-diagnosis__story-steps h3,
  .norishiro-diagnosis__story-steps h4 {
    font-size: 22px;
  }

  .norishiro-diagnosis__story-steps p {
    font-size: 15px;
    line-height: 1.9;
  }

  .norishiro-diagnosis__story-cta-action p,
  .norishiro-diagnosis__story-disclaimer {
    font-size: 13px;
    line-height: 1.8;
  }

  .norishiro-diagnosis__eyebrow {
    font-size: 14px;
  }

  .norishiro-diagnosis__title {
    font-size: 36px;
  }

  .norishiro-diagnosis__lead {
    font-size: 16px;
  }

  .norishiro-diagnosis__privacy {
    font-size: 14px;
  }

  .norishiro-diagnosis__label {
    font-size: 18px;
  }

  .norishiro-diagnosis__number {
    font-size: 15px;
  }

  .norishiro-diagnosis__required {
    font-size: 12px;
  }

  .norishiro-diagnosis select,
  .norishiro-diagnosis input[type="text"],
  .norishiro-diagnosis textarea,
  .norishiro-diagnosis__choice,
  .norishiro-diagnosis__sublegend,
  .norishiro-diagnosis__question > label:not(.norishiro-diagnosis__label) {
    font-size: 16px;
  }

  .norishiro-diagnosis__help {
    font-size: 14px;
    line-height: 1.7;
  }

  .norishiro-diagnosis__submit {
    font-size: 18px;
  }

  .norishiro-diagnosis__result-title {
    font-size: 32px;
  }

  .norishiro-diagnosis__result-message {
    font-size: 17px;
  }

  .norishiro-diagnosis__reason,
  .norishiro-diagnosis__contact,
  .norishiro-diagnosis__contact-button,
  .norishiro-diagnosis__contact-unset,
  .norishiro-diagnosis__handoff {
    font-size: 15px;
  }

  .norishiro-diagnosis__disclaimer,
  .norishiro-diagnosis__handoff textarea,
  .norishiro-diagnosis__copy-status {
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .norishiro-diagnosis__story-inner {
    width: min(calc(100% - 80px), 1180px);
  }

  .norishiro-diagnosis__story-hero {
    padding-top: 144px;
    padding-bottom: 96px;
    background: linear-gradient(135deg, #1b1b1d 0%, #1b1b1d 58%, #202022 100%);
  }

  .norishiro-diagnosis__story-hero::before {
    top: 50%;
    right: -90px;
    bottom: auto;
    width: 520px;
    border: 1px solid rgba(32, 98, 205, 0.17);
    border-radius: 50%;
    box-shadow:
      0 0 0 72px rgba(32, 98, 205, 0.035),
      0 0 0 144px rgba(32, 98, 205, 0.018);
    transform: translateY(-50%);
  }

  .norishiro-diagnosis__story-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
    gap: clamp(72px, 7vw, 112px);
  }

  .norishiro-diagnosis__story-copy {
    max-width: 570px;
  }

  .norishiro-diagnosis__brand-line {
    margin-bottom: 28px;
  }

  .norishiro-diagnosis__section-code {
    margin-bottom: 16px;
  }

  .norishiro-diagnosis__story-title {
    letter-spacing: -0.035em;
    line-height: 1.1;
  }

  .norishiro-diagnosis__story-tagline {
    margin-top: 26px;
  }

  .norishiro-diagnosis__story-lead {
    max-width: 540px;
    margin-top: 20px;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start {
    width: min(100%, 370px);
    min-height: 70px;
    margin-top: 34px;
    color: #fff;
    border-color: var(--norishiro-primary);
    background: var(--norishiro-primary);
    box-shadow:
      0 0 0 5px rgba(67, 122, 212, 0.12),
      0 18px 42px rgba(0, 0, 0, 0.34);
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start:hover,
  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start:focus-visible {
    color: #fff;
    border-color: var(--norishiro-primary-dark);
    background: var(--norishiro-primary-dark);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.38);
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start-note {
    width: min(100%, 370px);
    margin-top: 13px;
    padding-left: 2px;
    color: #aaa9a7;
    font-weight: 500;
    text-align: left;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__story-visual {
    width: 100%;
    max-width: 440px;
    min-height: 400px;
    padding: 30px;
    justify-self: end;
    border-color: rgba(255, 255, 255, 0.2);
    background:
      linear-gradient(145deg, rgba(32, 98, 205, 0.1), transparent 50%),
      #141416;
    box-shadow: 0 30px 72px rgba(0, 0, 0, 0.34);
    transform: translateY(12px);
  }

  .norishiro-diagnosis__story-visual::after {
    border-color: rgba(67, 122, 212, 0.48);
    box-shadow:
      0 0 0 52px rgba(32, 98, 205, 0.075),
      0 0 0 104px rgba(32, 98, 205, 0.035);
  }

  .norishiro-diagnosis__story-route {
    gap: 12px;
  }

  .norishiro-diagnosis__story-route span {
    padding: 15px 16px;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__story-route span:last-child {
    border-color: #2062cd;
    background: #2062cd;
  }
}

@media (max-width: 900px) {
  .norishiro-diagnosis__story-hero-grid,
  .norishiro-diagnosis__proof-grid,
  .norishiro-diagnosis__examples-heading,
  .norishiro-diagnosis__fleet-heading,
  .norishiro-diagnosis__story-cta-card {
    grid-template-columns: 1fr;
  }

  .norishiro-diagnosis__local-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .norishiro-diagnosis__story-visual {
    min-height: 300px;
  }

  .norishiro-diagnosis__proof-stat {
    min-height: 300px;
  }

  .norishiro-diagnosis__story-steps {
    grid-template-columns: 1fr;
  }

  .norishiro-diagnosis__fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .norishiro-diagnosis__examples-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .norishiro-diagnosis {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1rem;
    border-radius: 0;
    font-size: 16px;
    overflow-x: hidden;
  }

  .norishiro-diagnosis__story-inner,
  .norishiro-diagnosis__story-disclaimer {
    width: min(calc(100% - 36px), 1120px);
  }

  .norishiro-diagnosis__why,
  .norishiro-diagnosis__proof,
  .norishiro-diagnosis__examples,
  .norishiro-diagnosis__fleet,
  .norishiro-diagnosis__flow-story,
  .norishiro-diagnosis__local-story,
  .norishiro-diagnosis__story-cta {
    padding: 3.5rem 0;
  }

  .norishiro-diagnosis__local-story {
    padding: 44px 0;
  }

  .norishiro-diagnosis__story-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .norishiro-diagnosis__story-hero-grid {
    gap: 2rem;
  }

  .norishiro-diagnosis__brand-line {
    gap: 0.45rem;
    margin-bottom: 1.5rem;
    font-size: 0.76rem;
  }

  .norishiro-diagnosis__section-code {
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
  }

  .norishiro-diagnosis__story-title {
    font-size: clamp(2.1rem, 8.9vw, 2.35rem);
    line-height: 1.12;
    text-wrap: balance;
  }

  .norishiro-diagnosis__story-title > span {
    white-space: normal;
  }

  .norishiro-diagnosis__story-tagline {
    margin-top: 1.15rem;
    font-size: 1.1rem;
    line-height: 1.55;
  }

  .norishiro-diagnosis__story-lead,
  .norishiro-diagnosis__why-grid > div > p,
  .norishiro-diagnosis__local-grid > div > p,
  .norishiro-diagnosis__proof-copy > p:not(.norishiro-diagnosis__section-code):not(.norishiro-diagnosis__proof-note),
  .norishiro-diagnosis__fleet-heading > p,
  .norishiro-diagnosis__story-cta-card > div:first-child > p:last-child {
    font-size: 1.0625rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  .norishiro-diagnosis__start {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    margin-top: 1.6rem;
    padding: 0.8rem 1rem;
    font-size: 1.05rem;
  }

  .norishiro-diagnosis__start-note {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .norishiro-diagnosis__story-visual {
    min-height: 230px;
    padding: 1.15rem;
  }

  .norishiro-diagnosis__story-route {
    gap: 0.5rem;
  }

  .norishiro-diagnosis__story-route span {
    padding: 0.72rem;
    font-size: 0.9rem;
  }

  .norishiro-diagnosis__story-visual-mark {
    font-size: 1.8rem;
  }

  .norishiro-diagnosis__why-grid,
  .norishiro-diagnosis__local-grid,
  .norishiro-diagnosis__story-heading {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .norishiro-diagnosis__local-photo {
    width: 100%;
    height: 280px;
  }

  .norishiro-diagnosis__local-photo img {
    object-position: 50% 52%;
  }

  .norishiro-diagnosis__examples-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .norishiro-diagnosis__example-card {
    padding: 18px 15px;
  }

  .norishiro-diagnosis__example-card-head {
    gap: 8px;
  }

  .norishiro-diagnosis__example-vehicle-type {
    width: 58px;
  }

  .norishiro-diagnosis__example-vehicle-type > span {
    min-height: 20px;
    padding: 2px 5px;
    font-size: 10px;
  }

  .norishiro-diagnosis__example-card h4 {
    font-size: 18px;
  }

  .norishiro-diagnosis__example-spec {
    font-size: 12px;
  }

  .norishiro-diagnosis__example-amount {
    font-size: 25px;
  }

  .norishiro-diagnosis__lead-grid {
    grid-template-columns: 1fr;
  }

  .norishiro-diagnosis__lead-fields {
    padding: 18px;
  }

  .norishiro-diagnosis__faq-list summary {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .norishiro-diagnosis__faq-list details > p {
    padding-right: 0;
    font-size: 14px;
  }

  .norishiro-diagnosis__sticky:not([hidden]) {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: flex;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #3d3d40;
    background: rgba(24, 27, 33, 0.97);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.24);
  }

  .norishiro-diagnosis__sticky button,
  .norishiro-diagnosis__sticky a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--norishiro-primary);
    border-radius: 3px;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  .norishiro-diagnosis__sticky button {
    flex: 1 1 auto;
    color: #fff;
    background: var(--norishiro-primary);
  }

  .norishiro-diagnosis__sticky a {
    flex: 0 0 36%;
    color: #fff;
    border-color: #fff;
    background: transparent;
  }

  .norishiro-diagnosis__section-number {
    font-size: 2.65rem;
  }

  .norishiro-diagnosis__section-number span {
    margin-top: 0.45rem;
    font-size: 0.7rem;
  }

  .norishiro-diagnosis__why h2,
  .norishiro-diagnosis__why h3,
  .norishiro-diagnosis__proof-copy h2,
  .norishiro-diagnosis__proof-copy h3,
  .norishiro-diagnosis__fleet-heading h2,
  .norishiro-diagnosis__fleet-heading h3,
  .norishiro-diagnosis__story-heading h2,
  .norishiro-diagnosis__story-heading h3,
  .norishiro-diagnosis__local-story h2,
  .norishiro-diagnosis__local-story h3,
  .norishiro-diagnosis__story-cta h2,
  .norishiro-diagnosis__story-cta h3 {
    font-size: clamp(1.75rem, 7.7vw, 2.05rem);
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .norishiro-diagnosis__why-grid > div > p,
  .norishiro-diagnosis__local-grid > div > p {
    margin-top: 1rem;
  }

  .norishiro-diagnosis__proof-grid {
    gap: 1.75rem;
  }

  .norishiro-diagnosis__proof-stat {
    min-height: 205px;
    padding: 1.35rem;
  }

  .norishiro-diagnosis__proof-number strong {
    font-size: 5.6rem;
  }

  .norishiro-diagnosis__proof-number span {
    font-size: 1rem;
  }

  .norishiro-diagnosis__proof-region {
    font-size: 0.9rem;
  }

  .norishiro-diagnosis__story-steps li {
    border-top-width: 4px;
    padding: 1.2rem;
  }

  .norishiro-diagnosis__step-visual {
    min-height: 120px;
    margin: -0.2rem -0.2rem 1.2rem;
  }

  .norishiro-diagnosis__story-steps {
    margin-top: 2rem;
  }

  .norishiro-diagnosis__story-steps h3,
  .norishiro-diagnosis__story-steps h4 {
    margin-top: 1.1rem;
    margin-bottom: 0.55rem;
    font-size: 1.18rem;
  }

  .norishiro-diagnosis__story-steps p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .norishiro-diagnosis__proof-facts {
    grid-template-columns: 1fr;
    margin-top: 1.35rem;
  }

  .norishiro-diagnosis__proof-links {
    gap: 0.55rem;
    margin-top: 1.1rem;
    flex-direction: column;
  }

  .norishiro-diagnosis__proof-link {
    width: 100%;
    font-size: 1rem;
  }

  .norishiro-diagnosis__proof-facts span {
    font-size: 0.8rem;
  }

  .norishiro-diagnosis__fleet-grid {
    gap: 8px;
    margin-top: 2rem;
  }

  .norishiro-diagnosis__fleet-card figcaption {
    min-height: 88px;
    padding: 0.8rem;
  }

  .norishiro-diagnosis__fleet-card strong {
    font-size: 0.95rem;
    overflow-wrap: anywhere;
  }

  .norishiro-diagnosis__fleet-card span {
    margin-top: 0.25rem;
    padding-left: 0.72rem;
    font-size: 0.73rem;
  }

  .norishiro-diagnosis__fleet-card span::before {
    width: 5px;
    height: 5px;
  }

  .norishiro-diagnosis__fleet-note,
  .norishiro-diagnosis__proof-note,
  .norishiro-diagnosis__story-disclaimer {
    font-size: 0.78rem;
    line-height: 1.65;
  }

  .norishiro-diagnosis__story-cta-card {
    gap: 1.5rem;
  }

  .norishiro-diagnosis__story-disclaimer {
    margin-top: 1.25rem;
  }

  .norishiro-diagnosis__tool {
    width: min(calc(100% - 32px), 860px);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .norishiro-diagnosis__header,
  .norishiro-diagnosis__form,
  .norishiro-diagnosis__result {
    padding: 1.2rem;
  }

  .norishiro-diagnosis__question {
    padding: 1rem;
  }

  .norishiro-diagnosis__choices,
  .norishiro-diagnosis__contact-buttons {
    grid-template-columns: 1fr;
  }

  .norishiro-diagnosis__label {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .norishiro-diagnosis__required {
    margin-left: 0;
  }

  .norishiro-diagnosis__privacy {
    align-items: flex-start;
    border-radius: 8px;
    font-size: 0.9rem;
  }

  .norishiro-diagnosis__eyebrow {
    font-size: 0.95rem;
  }

  .norishiro-diagnosis__lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  .norishiro-diagnosis__help {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .norishiro-diagnosis__required {
    font-size: 0.75rem;
  }

  /* Match the mobile type scale used by the ケイズモビリティ consignment page.
     Pixel values are intentional because the active theme changes the root
     rem scale on small screens. */
  .norishiro-diagnosis__story-inner,
  .norishiro-diagnosis__story-disclaimer {
    width: min(calc(100% - 32px), 1120px);
  }

  .norishiro-diagnosis__why,
  .norishiro-diagnosis__proof,
  .norishiro-diagnosis__fleet,
  .norishiro-diagnosis__flow-story,
  .norishiro-diagnosis__local-story,
  .norishiro-diagnosis__story-cta {
    padding: 76px 0;
  }

  .norishiro-diagnosis__story-hero {
    /* The site header overlays the first 80px on mobile. Keep the opening
       content visibly below it, with a further 32px of breathing room. */
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .norishiro-diagnosis__story-hero-grid {
    gap: 48px;
  }

  .norishiro-diagnosis__brand-line {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .norishiro-diagnosis__section-code {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .norishiro-diagnosis__story-title {
    font-size: clamp(32px, 8.8vw, 36px);
  }

  .norishiro-diagnosis__story-tagline {
    margin-top: 18px;
    font-size: 17px;
  }

  .norishiro-diagnosis__story-lead,
  .norishiro-diagnosis__why-grid > div > p,
  .norishiro-diagnosis__local-grid > div > p,
  .norishiro-diagnosis__proof-copy > p:not(.norishiro-diagnosis__section-code):not(.norishiro-diagnosis__proof-note),
  .norishiro-diagnosis__fleet-heading > p,
  .norishiro-diagnosis__story-cta-card > div:first-child > p:last-child {
    font-size: 15px;
    line-height: 1.95;
  }

  .norishiro-diagnosis__start {
    min-height: 58px;
    margin-top: 26px;
    padding: 14px 20px;
    font-size: 16px;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start {
    position: relative;
    z-index: 2;
    min-height: 72px;
    margin-top: 34px;
    padding: 14px 14px 14px 22px;
    color: #fff;
    border-color: var(--norishiro-primary);
    background: var(--norishiro-primary);
    box-shadow:
      0 0 0 5px rgba(67, 122, 212, 0.14),
      0 16px 34px rgba(0, 0, 0, 0.42);
    font-size: 18px;
    letter-spacing: 0.01em;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start > span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    color: var(--norishiro-primary);
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    line-height: 1;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start:hover,
  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start:focus-visible {
    color: #fff;
    border-color: var(--norishiro-primary-dark);
    background: var(--norishiro-primary-dark);
  }

  .norishiro-diagnosis__start-note {
    margin-top: 10px;
    font-size: 12.5px;
  }

  .norishiro-diagnosis__story-hero .norishiro-diagnosis__start-note {
    color: #d2d2d2;
    font-weight: 600;
    text-align: center;
  }

  .norishiro-diagnosis__story-visual {
    min-height: 260px;
    padding: 20px;
    border-color: rgba(255, 255, 255, 0.2);
    background:
      linear-gradient(145deg, rgba(32, 98, 205, 0.14), transparent 52%),
      #141414;
  }

  .norishiro-diagnosis__story-visual-label {
    color: rgba(67, 122, 212, 0.78);
    font-size: 11px;
  }

  .norishiro-diagnosis__story-route span:last-child {
    border-color: #2062cd;
    background: #2062cd;
  }

  .norishiro-diagnosis__tool {
    scroll-margin-top: 104px;
  }

  .norishiro-diagnosis__story-route span {
    padding: 12px;
    font-size: 14px;
  }

  .norishiro-diagnosis__story-route b {
    font-size: 24px;
  }

  .norishiro-diagnosis__story-visual-mark {
    font-size: 28px;
  }

  .norishiro-diagnosis__section-number {
    font-size: 44px;
  }

  .norishiro-diagnosis__section-number span {
    margin-top: 7px;
    font-size: 11px;
  }

  .norishiro-diagnosis__why h2,
  .norishiro-diagnosis__why h3,
  .norishiro-diagnosis__proof-copy h2,
  .norishiro-diagnosis__proof-copy h3,
  .norishiro-diagnosis__fleet-heading h2,
  .norishiro-diagnosis__fleet-heading h3,
  .norishiro-diagnosis__story-heading h2,
  .norishiro-diagnosis__story-heading h3,
  .norishiro-diagnosis__local-story h2,
  .norishiro-diagnosis__local-story h3,
  .norishiro-diagnosis__story-cta h2,
  .norishiro-diagnosis__story-cta h3 {
    font-size: clamp(25px, 6.8vw, 30px);
    line-height: 1.5;
  }

  .norishiro-diagnosis__proof-number strong {
    font-size: 88px;
  }

  .norishiro-diagnosis__proof-number span {
    font-size: 16px;
  }

  .norishiro-diagnosis__proof-region {
    font-size: 13px;
  }

  .norishiro-diagnosis__proof-facts strong {
    font-size: 17px;
  }

  .norishiro-diagnosis__proof-facts span {
    font-size: 12px;
  }

  .norishiro-diagnosis__proof-link {
    min-height: 52px;
    padding: 12px 16px;
    font-size: 15px;
  }

  .norishiro-diagnosis__story-steps li {
    padding: 24px 20px;
  }

  .norishiro-diagnosis__story-steps li > span {
    font-size: 12px;
  }

  .norishiro-diagnosis__story-steps h3,
  .norishiro-diagnosis__story-steps h4 {
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 20px;
  }

  .norishiro-diagnosis__story-steps p {
    font-size: 14px;
    line-height: 1.9;
  }

  .norishiro-diagnosis__fleet-card figcaption {
    min-height: 92px;
    padding: 14px;
  }

  .norishiro-diagnosis__fleet-card strong {
    font-size: 15px;
  }

  .norishiro-diagnosis__fleet-card span {
    margin-top: 5px;
    padding-left: 13px;
    font-size: 11.5px;
  }

  .norishiro-diagnosis__fleet-note,
  .norishiro-diagnosis__proof-note,
  .norishiro-diagnosis__story-disclaimer,
  .norishiro-diagnosis__story-cta-action p {
    font-size: 12px;
    line-height: 1.8;
  }

  .norishiro-diagnosis__tool {
    width: min(calc(100% - 32px), 860px);
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .norishiro-diagnosis__header,
  .norishiro-diagnosis__form,
  .norishiro-diagnosis__result {
    padding: 22px 20px;
  }

  .norishiro-diagnosis__title {
    font-size: 28px;
  }

  .norishiro-diagnosis__eyebrow {
    font-size: 13px;
  }

  .norishiro-diagnosis__lead {
    font-size: 15px;
  }

  .norishiro-diagnosis__privacy {
    font-size: 13px;
  }

  .norishiro-diagnosis__question {
    padding: 18px;
  }

  .norishiro-diagnosis__label {
    font-size: 17px;
  }

  .norishiro-diagnosis__number {
    font-size: 15px;
  }

  .norishiro-diagnosis__required {
    font-size: 11px;
  }

  .norishiro-diagnosis__help {
    font-size: 14px;
  }

  .norishiro-diagnosis select,
  .norishiro-diagnosis input[type="text"],
  .norishiro-diagnosis input[type="tel"],
  .norishiro-diagnosis input[type="email"],
  .norishiro-diagnosis textarea,
  .norishiro-diagnosis__choice {
    font-size: 16px;
  }

  .norishiro-diagnosis__submit {
    font-size: 17px;
  }

  .norishiro-diagnosis__result-title {
    font-size: 28px;
  }

  .norishiro-diagnosis__result-message {
    font-size: 16px;
  }

  .norishiro-diagnosis__disclaimer {
    font-size: 13px;
  }
}

@media (max-width: 370px) {
  .norishiro-diagnosis__story-inner,
  .norishiro-diagnosis__story-disclaimer {
    width: min(calc(100% - 28px), 1120px);
  }

  .norishiro-diagnosis__story-title {
    font-size: 30px;
  }

  .norishiro-diagnosis__why h2,
  .norishiro-diagnosis__why h3,
  .norishiro-diagnosis__proof-copy h2,
  .norishiro-diagnosis__proof-copy h3,
  .norishiro-diagnosis__fleet-heading h2,
  .norishiro-diagnosis__fleet-heading h3,
  .norishiro-diagnosis__story-heading h2,
  .norishiro-diagnosis__story-heading h3,
  .norishiro-diagnosis__local-story h2,
  .norishiro-diagnosis__local-story h3,
  .norishiro-diagnosis__story-cta h2,
  .norishiro-diagnosis__story-cta h3 {
    font-size: 24px;
  }

  .norishiro-diagnosis__fleet-grid {
    grid-template-columns: 1fr;
  }

  .norishiro-diagnosis__examples-grid {
    grid-template-columns: 1fr;
  }

  .norishiro-diagnosis__fleet-card img {
    aspect-ratio: 4 / 3;
  }
}

/* Keep the brand blue concentrated on actions instead of filling large surfaces. */
.norishiro-diagnosis__story-hero .norishiro-diagnosis__start {
  color: #fff;
  border-color: var(--norishiro-primary);
  background: var(--norishiro-primary);
}

.norishiro-diagnosis__story-hero .norishiro-diagnosis__start > span {
  color: var(--norishiro-primary);
  background: #fff;
}

.norishiro-diagnosis__story-hero .norishiro-diagnosis__start:hover,
.norishiro-diagnosis__story-hero .norishiro-diagnosis__start:focus-visible {
  color: #fff;
  border-color: var(--norishiro-primary-dark);
  background: var(--norishiro-primary-dark);
}

.norishiro-diagnosis__story-hero .norishiro-diagnosis__story-route span:last-child {
  color: #fff;
  border-color: var(--norishiro-primary);
  background: var(--norishiro-primary);
}

.norishiro-diagnosis__sticky button,
.norishiro-diagnosis__sticky a {
  border-color: var(--norishiro-primary);
}

.norishiro-diagnosis__sticky button {
  color: #fff;
  background: var(--norishiro-primary);
}

@media (prefers-reduced-motion: reduce) {
  .norishiro-diagnosis *,
  .norishiro-diagnosis *::before,
  .norishiro-diagnosis *::after {
    scroll-behavior: auto;
    transition: none;
  }
}

@media (forced-colors: active) {
  .norishiro-diagnosis__number,
  .norishiro-diagnosis__submit,
  .norishiro-diagnosis__contact-button {
    border: 2px solid ButtonText;
  }
}
