:root {
  --ink: #102235;
  --muted: #5f6f7d;
  --paper: #f7faf9;
  --cream: #f7f1e7;
  --soft: #eef6f2;
  --line: #d8e2df;
  --green: #126b50;
  --green-dark: #064737;
  --yellow: #c99a3d;
  --blue: #123557;
  --navy: #0b2038;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(10, 32, 56, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  font-family:
    "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui,
    sans-serif;
  line-height: 1.7;
}

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

button,
input,
textarea {
  font: inherit;
  font-size: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  background: rgba(251, 250, 246, 0.9);
  border-bottom: 1px solid rgba(219, 227, 220, 0.75);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(216, 226, 223, 0.85);
  border-radius: 8px;
}

.brand-mark img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand-name,
.brand-sub {
  display: block;
  line-height: 1.2;
}

.brand-name {
  font-size: 15px;
  font-weight: 700;
}

.brand-sub {
  color: var(--muted);
  font-size: 13px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  color: var(--muted);
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a:hover {
  color: var(--navy);
  background: var(--soft);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--green-dark);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 75px);
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--paper), var(--cream));
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 88px;
  content: "";
  background: linear-gradient(180deg, rgba(247, 250, 249, 0), var(--paper));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: clamp(56px, 7vw, 112px) clamp(20px, 5vw, 72px);
}

.hero-visual {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 5vw, 72px) clamp(20px, 5vw, 72px) clamp(48px, 6vw, 86px) 0;
}

.workplace-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 10px solid var(--white);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 32, 56, 0), rgba(11, 32, 56, 0.38)),
    url("./workplace-visit.png") center / cover;
  box-shadow: var(--shadow);
}

.workplace-photo img,
.representative-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workplace-photo img {
  object-position: 50% 50%;
}

.representative-photo img {
  object-position: 55% 28%;
}

.assessment-card {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 3px;
  max-width: 320px;
  padding: 18px;
  color: var(--white);
  background: rgba(6, 71, 55, 0.94);
  border-radius: 8px;
}

.assessment-card strong {
  font-size: 20px;
}

.assessment-card small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.eyebrow,
.panel-label {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(34px, 5.4vw, 70px);
  line-height: 1.14;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.35;
}

.lead {
  max-width: 760px;
  margin-bottom: 28px;
  color: #35433c;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.75;
  font-weight: 600;
}

.local-seo-copy {
  max-width: 760px;
  margin: -10px 0 26px;
  color: #405149;
  font-size: 17px;
  line-height: 1.8;
}

.hero-actions,
.site-footer,
.contact-form button {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

.button-primary {
  color: var(--white);
  background: var(--green-dark);
  box-shadow: 0 12px 24px rgba(6, 71, 55, 0.22);
}

.button-primary:hover {
  background: #0a3d37;
}

.button-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
}

.button-secondary:hover {
  background: var(--white);
}

.hero-points {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(219, 227, 220, 0.88);
  border-radius: 8px;
  background: var(--line);
}

.hero-points div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.84);
}

.hero-points dt {
  color: var(--green);
  font-size: 15px;
  font-weight: 800;
}

.hero-points dd {
  margin: 3px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.section,
.relationship,
.solution,
.contact {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 4vw, 56px);
}

.page-hero {
  padding: clamp(82px, 12vw, 150px) clamp(20px, 4vw, 56px) clamp(56px, 8vw, 96px);
  background:
    linear-gradient(120deg, rgba(247, 241, 231, 0.92), rgba(238, 246, 242, 0.92)),
    var(--paper);
}

.page-hero .section-inner {
  max-width: 980px;
}

.article-hero {
  padding: clamp(72px, 11vw, 134px) clamp(20px, 4vw, 56px) clamp(42px, 7vw, 80px);
  background:
    linear-gradient(120deg, rgba(247, 241, 231, 0.94), rgba(238, 246, 242, 0.94)),
    var(--paper);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-weight: 800;
}

.article-layout {
  padding: clamp(48px, 8vw, 92px) 0;
}

.article-content {
  display: grid;
  gap: 34px;
  max-width: 900px;
  margin: 0 auto;
}

.article-content h2 {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.article-content p,
.article-content li {
  color: #35433c;
  font-size: 18px;
  line-height: 1.9;
}

.article-main-image {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-main-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.article-data-grid article {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.article-number-list {
  display: grid;
  gap: 10px;
  padding: 20px 24px 20px 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.article-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-section {
  display: grid;
  gap: 12px;
}

.faq-section details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-section summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.faq-section p {
  margin: 14px 0 0;
}

.source-note {
  padding: 16px;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: var(--soft);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.section-heading {
  max-width: 830px;
  margin-bottom: 36px;
}

.section-heading-with-action {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading p:not(.eyebrow),
.solution-panel p,
.contact p,
.service-map p,
.issue-grid p,
.service-list p,
.plan-grid p,
.steps p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.relationship {
  background: var(--white);
}

.concerns {
  background: var(--cream);
}

.data-insight {
  background: var(--white);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.stat-grid article,
.news-card,
.article-data-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(10, 32, 56, 0.08);
}

.stat-grid article {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.stat-grid span,
.article-data-grid span {
  color: var(--green);
  font-weight: 900;
}

.stat-grid strong,
.article-data-grid strong {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.stat-grid p,
.article-data-grid p,
.data-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.data-copy {
  display: grid;
  gap: 12px;
  max-width: 960px;
}

.news-section {
  background: var(--soft);
}

.news-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
}

.news-card time {
  color: var(--green);
  font-weight: 900;
}

.news-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.news-card a,
.source-note a {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.concern-grid article {
  position: relative;
  padding: 22px 22px 22px 50px;
  border: 1px solid #eadfce;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 800;
}

.concern-grid article::before {
  position: absolute;
  top: 22px;
  left: 20px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  content: "✓";
  font-size: 12px;
}

.service-map {
  display: grid;
  gap: 14px;
}

.service-map article,
.issue-grid article,
.service-list article,
.plan-grid article,
.steps article,
.flow-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-map article {
  padding: 24px;
}

.service-map span,
.plan-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 800;
}

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

.issue-grid article {
  padding: 24px;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--green-dark);
  background: var(--soft);
  border-radius: 8px;
  font-weight: 800;
}

.solution {
  color: var(--white);
  background: var(--navy);
}

.solution-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.solution-panel p,
.solution .panel-label {
  color: rgba(255, 255, 255, 0.78);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 16px;
  padding: 22px;
  color: var(--ink);
}

.steps span {
  grid-row: span 2;
  color: var(--yellow);
  font-weight: 900;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-list-detailed {
  align-items: stretch;
}

.service-list article {
  overflow: hidden;
  padding: 0 0 24px;
}

.service-list article h3,
.service-list article p {
  padding-right: 24px;
  padding-left: 24px;
}

.service-photo {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 190px;
  margin: 0 0 22px;
  background: var(--soft) center / cover;
}

.service-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.service-list-detailed .service-photo {
  min-height: 230px;
}

.service-list article:nth-child(3) .service-photo img {
  object-position: center top;
}

.service-list article:nth-child(6) .service-photo img {
  object-position: center top;
}

.service-photo-1 {
  background-image: url("./service-work-movement.png");
}

.service-photo-2 {
  background-image: url("./service-body-check.png");
}

.service-photo-3 {
  background-image: url("./service-risk-evaluation.png");
}

.service-photo-4 {
  background-image: url("./service-exercise-guidance.png");
}

.service-photo-5 {
  background-image: url("./service-workplace-improvement.png");
}

.service-photo-6 {
  background-image: url("./service-health-seminar.png");
}

.check-list {
  display: grid;
  gap: 8px;
  padding: 0 24px 0 44px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.representative {
  background: var(--white);
}

.representative-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.representative-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 32, 56, 0.02), rgba(11, 32, 56, 0.5)),
    url("./narita-satoshi-suit.jpg") 54% 30% / cover;
  box-shadow: var(--shadow);
}

.photo-placeholder {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  min-height: 520px;
  align-content: end;
  gap: 4px;
  padding: 26px;
  color: var(--white);
}

.photo-placeholder span {
  width: fit-content;
  padding: 4px 10px;
  background: var(--green);
  border-radius: 999px;
  font-weight: 800;
}

.photo-placeholder strong {
  font-size: 34px;
  line-height: 1.2;
}

.representative-copy p {
  color: var(--muted);
}

.staff-card {
  margin-top: 22px;
  padding: 22px;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: var(--soft);
}

.staff-card h3 {
  color: var(--navy);
  font-size: 24px;
}

.flow {
  background: var(--soft);
}

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

.flow-grid article {
  padding: 24px;
}

.flow-grid span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  font-weight: 900;
}

.audience {
  background: var(--soft);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tag-list li {
  padding: 12px 16px;
  color: var(--green-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.benefits {
  background: var(--white);
}

.compact {
  margin-bottom: 0;
}

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

.benefit-grid div {
  padding: 18px;
  border-left: 5px solid var(--yellow);
  background: var(--paper);
  border-radius: 8px;
  font-weight: 800;
}

.risk-check {
  background: var(--paper);
}

.risk-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  margin-bottom: 28px;
}

.risk-intro p:not(.eyebrow) {
  color: var(--muted);
}

.risk-banner {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.risk-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(23, 32, 28, 0.18);
}

.risk-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.risk-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.risk-overview article {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.risk-overview strong {
  color: var(--navy);
  font-size: 19px;
}

.risk-overview span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.risk-details {
  display: grid;
  gap: 18px;
}

.risk-details summary {
  width: fit-content;
  list-style: none;
}

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

.risk-details[open] summary {
  margin-bottom: 18px;
}

.risk-form {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.risk-form-heading {
  display: grid;
  gap: 6px;
}

.risk-form-heading h3,
.risk-form-heading p {
  margin: 0;
}

.risk-form-heading p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.risk-scale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.risk-scale span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--green-dark);
  background: var(--soft);
  font-size: 16px;
  font-weight: 800;
}

.risk-categories {
  display: grid;
  gap: 18px;
}

.risk-category {
  padding: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
}

.risk-category legend {
  padding: 14px 18px;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: 900;
}

.risk-category small {
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
}

.risk-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
}

.risk-question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  background: var(--white);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

.risk-question.important span::after {
  content: "重要";
  display: inline-flex;
  margin-left: 8px;
  padding: 2px 7px;
  color: var(--green-dark);
  background: var(--soft);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.score-options {
  display: grid;
  grid-template-columns: repeat(3, 52px);
  gap: 6px;
}

.score-options label {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf8;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.low-back-options {
  grid-template-columns: repeat(3, minmax(118px, 1fr));
}

.low-back-options label {
  min-height: 58px;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  line-height: 1.25;
  text-align: center;
}

.low-back-options label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.low-back-hero {
  background:
    linear-gradient(120deg, rgba(247, 241, 231, 0.94), rgba(238, 246, 242, 0.96)),
    var(--paper);
}

.low-back-notice {
  font-size: 16px;
}

.low-back-cta {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(10, 32, 56, 0.08);
}

.low-back-cta p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.score-options input {
  accent-color: var(--green);
}

.risk-result {
  display: block;
  padding: 18px;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  color: var(--green-dark);
  background: var(--soft);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
}

.risk-result h4 {
  margin: 0 0 8px;
  font-size: 24px;
}

.risk-result p,
.risk-result ul {
  margin: 0 0 12px;
}

.risk-result ul {
  padding-left: 20px;
}

.risk-alert {
  padding: 14px;
  margin: 16px 0;
  border: 1px solid #e8cf8c;
  border-radius: 8px;
  color: #57410c;
  background: #fff6d9;
}

.risk-cta {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  background: var(--white);
}

.risk-cta .button {
  width: fit-content;
}

.risk-note {
  padding: 14px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #f8faf8;
  font-size: 15px;
  line-height: 1.75;
}

.cta-band {
  color: var(--white);
  background: var(--navy);
}

.cta-band h2,
.cta-band .eyebrow {
  color: var(--white);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

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

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

.plan-grid article {
  position: relative;
  padding: 24px;
}

.recommended-plan {
  border-color: rgba(18, 107, 80, 0.42) !important;
  box-shadow: 0 18px 44px rgba(18, 107, 80, 0.14);
}

.recommended-plan::before {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 9px;
  color: var(--white);
  background: var(--green);
  border-radius: 999px;
  content: "おすすめ";
  font-size: 12px;
  font-weight: 900;
}

.plan-price {
  display: block;
  margin: 8px 0 14px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
}

.subsidy-preview {
  background: var(--soft);
}

.subsidy-card {
  display: grid;
  gap: 22px;
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid #d9e5d9;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 241, 231, 0.82)),
    var(--white);
  box-shadow: var(--shadow);
}

.subsidy-card p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.subsidy-body {
  display: grid;
  gap: 12px;
}

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

.subsidy-point-grid article {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.subsidy-point-grid h3,
.doc-card h4 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
}

.subsidy-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--white);
  background: var(--green-dark);
  border-radius: 8px;
  font-weight: 900;
}

.subsidy-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.subsidy-summary div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.subsidy-summary dt {
  color: var(--green-dark);
  font-weight: 900;
}

.subsidy-summary dd {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.official-docs {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #d9e5d9;
  border-radius: 8px;
  background: var(--white);
}

.doc-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.doc-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
}

.doc-card img,
.doc-placeholder {
  width: 132px;
  aspect-ratio: 1 / 1.34;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
}

.doc-card img {
  display: block;
  object-fit: cover;
  object-position: top center;
}

.doc-placeholder {
  display: grid;
  place-items: center;
  color: var(--green-dark);
  font-size: 28px;
  font-weight: 900;
}

.doc-card div {
  display: grid;
  gap: 12px;
}

.subsidy-notes {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: rgba(238, 246, 242, 0.82);
}

.subsidy-notes p {
  margin: 0;
  color: #66746d;
  font-size: 15px;
  line-height: 1.7;
}

.subsidy-card .small-note,
.small-note {
  color: #66746d;
  font-size: 15px;
  line-height: 1.7;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 8px 0;
}

.info-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.info-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.contact {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(20, 60, 54, 0.96), rgba(33, 90, 82, 0.9)),
    url("https://images.unsplash.com/photo-1573497491208-6b1acb260507?auto=format&fit=crop&w=1600&q=80") center / cover;
}

.contact .eyebrow,
.contact p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  min-width: 0;
}

.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 16px;
  font-weight: 800;
}

.contact-form span {
  font-size: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f8faf8;
  font-size: 16px;
  line-height: 1.7;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form button {
  min-height: 52px;
  font-size: 17px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 4vw, 56px);
  color: var(--muted);
  background: #0f211d;
}

.site-footer strong,
.site-footer a {
  color: var(--white);
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer span {
  display: block;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 940px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    padding: 0 20px 56px;
  }

  .workplace-photo {
    min-height: 360px;
  }

  .two-column,
  .contact-inner,
  .risk-intro,
  .representative-layout {
    grid-template-columns: 1fr;
  }

  .issue-grid,
  .service-list,
  .concern-grid,
  .stat-grid,
  .article-data-grid,
  .risk-overview,
  .plan-grid,
  .flow-grid,
  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subsidy-point-grid,
  .doc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    right: 16px;
    top: 68px;
    display: none;
    width: min(260px, calc(100vw - 32px));
    padding: 8px;
    align-items: stretch;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-content {
    padding: 48px 20px 32px;
  }

  h1 {
    font-size: clamp(34px, 11vw, 50px);
  }

  h2 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .hero-points,
  .issue-grid,
  .service-list,
  .concern-grid,
  .benefit-grid,
  .stat-grid,
  .article-data-grid,
  .risk-scale,
  .risk-overview,
  .plan-grid,
  .flow-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .subsidy-point-grid,
  .subsidy-summary,
  .doc-card-grid {
    grid-template-columns: 1fr;
  }

  .doc-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .doc-card img,
  .doc-placeholder {
    width: 96px;
  }

  .section-heading-with-action {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-actions {
    justify-content: stretch;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .article-content p,
  .article-content li {
    font-size: 16px;
    line-height: 1.8;
  }

  .article-cta {
    padding: 16px;
  }

  .workplace-photo,
  .representative-photo,
  .photo-placeholder {
    min-height: 320px;
  }

  .assessment-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
  }

  .risk-question {
    grid-template-columns: 1fr;
  }

  .score-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .button {
    width: 100%;
  }

  .risk-details summary,
  .risk-cta .button {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}
