:root {
  color-scheme: light;
  --ink: #4b535b;
  --ink-strong: #404850;
  --muted: #6e7881;
  --line: #d9e8ec;
  --paper: #f7fbfc;
  --surface: #ffffff;
  --soft: #eef8fb;
  --green: #0786d5;
  --green-dark: #006aa8;
  --blue: #0786d5;
  --coral: #db6b57;
  --gold: #f7aa00;
  --lavender: #4ab8ac;
  --shadow: 0 18px 46px rgba(72, 80, 88, 0.12);
  --shadow-soft: 0 10px 28px rgba(72, 80, 88, 0.08);
}

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  font-family: inherit;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

[hidden] {
  display: none !important;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 10px clamp(18px, 5vw, 72px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  height: clamp(48px, 4.6vw, 62px);
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  width: clamp(190px, 18vw, 252px);
}

.brand__mark {
  align-items: center;
  background: var(--green);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.brand__text {
  font-size: 1rem;
  font-weight: 900;
}

.brand__logo {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.22);
  width: 100%;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(10px, 2vw, 22px);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--green);
}

.site-nav__cta {
  background: var(--green-dark);
  border-radius: 8px;
  color: #fff !important;
  padding: 8px 12px;
}

.home-hero {
  align-content: center;
  background: var(--paper);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(420px, 780px) minmax(240px, 1fr);
  isolation: isolate;
  min-height: clamp(360px, 48vh, 500px);
  overflow: hidden;
  padding: clamp(30px, 4.6vw, 58px) clamp(18px, 5vw, 72px) clamp(76px, 8vw, 108px);
  position: relative;
}

.home-hero::before {
  background:
    url("/assets/home-hero-care.png") 62% center / cover no-repeat;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.home-hero::after {
  background:
    linear-gradient(90deg, rgba(246, 247, 244, 0.99) 0%, rgba(246, 247, 244, 0.95) 35%, rgba(246, 247, 244, 0.62) 58%, rgba(246, 247, 244, 0.18) 80%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(246, 247, 244, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.home-hero > * {
  position: relative;
  z-index: 2;
}

.home-hero__content {
  align-self: center;
  grid-column: 1 / -1;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.eyebrow {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.home-hero h1,
.listing-hero h1,
.register-copy h1 {
  color: var(--ink-strong);
  line-height: 1.02;
  margin: 0;
}

.home-hero h1 {
  font-size: clamp(2.15rem, 4.65vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  max-width: 900px;
}

.home-hero h1 span {
  display: block;
}

.home-hero h1 strong {
  color: #0786d5;
  font-weight: 800;
}

.home-hero__keyword {
  color: var(--ink-strong);
  display: inline-block !important;
  margin-right: 0.08em;
  padding: 0 0.03em 0.04em;
  position: relative;
}

.home-hero__keyword::after {
  background: rgba(74, 184, 172, 0.5);
  border-radius: 999px;
  bottom: -0.02em;
  content: "";
  height: 0.12em;
  left: 0.02em;
  position: absolute;
  right: 0.02em;
  z-index: -1;
}

.listing-hero h1,
.register-copy h1 {
  font-size: clamp(2.4rem, 6vw, 5.1rem);
}

.home-hero__content > p:not(.eyebrow),
.listing-hero > p:not(.eyebrow),
.register-copy > p:not(.eyebrow) {
  color: #3d4a52;
  font-size: clamp(1rem, 2vw, 1.22rem);
  margin: 18px 0 0;
  max-width: 690px;
}

.job-card__side span,
.apply-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.search-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  margin-top: 26px;
  overflow: hidden;
}

.home-hero .search-panel {
  max-width: 1160px;
}

.home-search-dock {
  margin-top: clamp(-76px, -6vw, -54px);
  padding: 0 clamp(18px, 5vw, 72px);
  position: relative;
  z-index: 5;
}

.home-search-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0 auto;
  max-width: 1180px;
  min-width: 0;
  overflow: visible;
  padding: 18px;
  position: relative;
}

.home-search-badge {
  align-items: center;
  background: #2fb6cf;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 6px;
  left: 18px;
  line-height: 1;
  margin: 0;
  padding: 11px 16px;
  position: absolute;
  top: -34px;
}

.home-search-badge::after {
  border-color: #2fb6cf transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -9px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.home-search-badge strong {
  color: #ffe27d;
  font-size: 1.28rem;
}

.home-search-card .search-panel {
  box-shadow: none;
  margin-top: 0;
  max-width: none;
}

@media (min-width: 821px) {
  .home-hero {
    padding-bottom: clamp(92px, 8.6vw, 132px);
  }

  .home-hero::before {
    background:
      url("/assets/home-hero-care.png") right 3vw center / min(58vw, 960px) auto no-repeat;
  }

  .home-search-dock {
    margin-top: clamp(-44px, -3vw, -30px);
  }
}

.search-panel--compact {
  box-shadow: var(--shadow-soft);
  max-width: 980px;
}

.search-panel label {
  border-right: 1px solid var(--line);
  display: grid;
  gap: 6px;
  padding: 14px 16px;
}

.search-panel span,
.filter-panel label span,
.lead-form label span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

select,
input {
  background: #fbfcfa;
  border: 1px solid #d7e2dc;
  border-radius: 8px;
  color: var(--ink-strong);
  min-height: 46px;
  padding: 9px 12px;
  width: 100%;
}

select:focus,
input:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(47, 143, 114, 0.28);
  outline-offset: 2px;
}

.search-panel button,
.button {
  align-items: center;
  background: var(--green);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.search-panel button {
  border-radius: 0;
  min-width: 132px;
  padding: 0 26px;
}

.button:hover,
.search-panel button:hover {
  background: var(--green-dark);
}

.button:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.button--secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink-strong);
}

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

.button--ghost {
  background: #f4f8f5;
  border: 1px solid var(--line);
  color: var(--green-dark);
}

.button--ghost:hover {
  background: #e4f1eb;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.quick-links {
  align-items: center;
  background: #f8faf8;
  border-radius: 0 0 8px 8px;
  display: flex;
  gap: 14px;
  margin-top: 10px;
  padding: 12px 14px;
}

.quick-links__label {
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  padding-right: 14px;
  white-space: nowrap;
}

.quick-links__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.quick-links a,
.tag,
.filter-chip-group button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-strong);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 8px 12px;
  text-decoration: none;
}

.quick-links a:hover,
.tag:hover {
  border-color: rgba(47, 143, 114, 0.5);
  color: var(--green-dark);
}

.section-block {
  padding: clamp(40px, 6vw, 76px) clamp(18px, 5vw, 72px);
}

.section-block--soft {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.section-block--compact {
  padding-top: clamp(28px, 5vw, 52px);
}

.section-heading {
  margin-bottom: 22px;
  max-width: 820px;
}

.section-heading h2,
.listing-hero h1,
.job-detail h2,
.static-page h2,
.register-copy h1 {
  color: var(--ink-strong);
}

.section-heading h2,
.job-detail h2,
.static-page h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.18;
  margin: 0;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  margin: 8px 0 0;
}

.job-list {
  display: grid;
  gap: 16px;
}

.job-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.28fr);
  padding: clamp(16px, 2.8vw, 24px);
}

.job-card__main {
  min-width: 0;
}

.job-card__topline {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.job-card h3 {
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.28;
  margin: 8px 0 4px;
}

.job-card h3 a {
  text-decoration: none;
}

.job-card h3 a:hover {
  color: var(--green-dark);
}

.job-card p {
  color: #44515a;
  margin: 8px 0 0;
}

.job-card__facility {
  color: var(--muted) !important;
  font-size: 0.92rem;
  font-weight: 800;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.job-card__side,
.apply-card {
  background: #f7faf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
}

.job-card__side strong,
.apply-card strong {
  color: var(--green-dark);
  font-size: 1.05rem;
  line-height: 1.35;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.directory-hero {
  background:
    linear-gradient(120deg, rgba(243, 250, 249, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 84% 24%, rgba(69, 184, 173, 0.16), transparent 34%);
  border-bottom: 1px solid var(--line);
  padding: clamp(24px, 4vw, 46px) clamp(18px, 5vw, 72px);
}

.directory-hero__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.directory-hero h1 {
  color: var(--ink-strong);
  font-size: clamp(1.75rem, 4vw, 3.35rem);
  line-height: 1.18;
  margin: 0;
}

.directory-hero__inner > p:not(.eyebrow) {
  color: #4d5a62;
  font-size: clamp(0.98rem, 1.8vw, 1.18rem);
  margin: 14px 0 0;
  max-width: 720px;
}

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

.directory-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 16px;
  text-decoration: none;
}

.directory-card:hover {
  border-color: rgba(47, 143, 114, 0.48);
  transform: translateY(-1px);
}

.directory-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.directory-card strong {
  font-size: 1.05rem;
}

.directory-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

.directory-hub-section {
  padding-bottom: clamp(16px, 2vw, 28px);
  padding-top: clamp(16px, 2vw, 28px);
}

.directory-hub-section--related {
  padding-top: 0;
}

.home-support-cta--directory {
  padding-top: 0;
}

.directory-location-panel {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
}

.directory-choice-panel h2 {
  margin-bottom: 18px;
  text-align: center;
}

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

.directory-choice-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  display: grid;
  gap: 7px;
  min-height: 130px;
  padding: 16px;
  position: relative;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.directory-choice-card::after {
  border-color: var(--blue);
  border-style: solid;
  border-width: 0 3px 3px 0;
  content: "";
  height: 8px;
  position: absolute;
  right: 16px;
  top: 22px;
  transform: rotate(-45deg);
  width: 8px;
}

.directory-choice-card:hover {
  border-color: rgba(7, 134, 213, 0.38);
  transform: translateY(-1px);
}

.directory-choice-card span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.directory-choice-card strong {
  color: var(--ink-strong);
  font-size: 1.06rem;
  line-height: 1.45;
  padding-right: 24px;
}

.directory-choice-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
  margin: 0;
}

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

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

.tag-directory section {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.tag-directory h3,
.filter-chip-group h3 {
  font-size: 1rem;
  margin: 0 0 12px;
}

.tag-directory div,
.filter-chip-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-section,
.home-support-cta {
  padding: clamp(18px, 2.2vw, 30px) clamp(18px, 5vw, 72px);
}

.home-section > *,
.home-support-cta__panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.home-support-cta--first {
  padding-top: clamp(16px, 2vw, 24px);
}

.home-support-cta__panel {
  background: linear-gradient(135deg, #0786d5 0%, #0a78c2 58%, #45b8ad 100%);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 16px;
  justify-items: center;
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 26px) clamp(18px, 5vw, 42px);
  position: relative;
  text-align: center;
}

.home-support-cta__panel h2 {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 3.35rem);
  line-height: 1.18;
  margin: 0;
}

.home-support-cta__panel h2 span {
  color: #fff799;
}

.home-mobile-break {
  display: none;
}

.home-support-cta__bubble {
  background: #45b8ad;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(1.05rem, 2.4vw, 1.7rem);
  font-weight: 900;
  line-height: 1.25;
  margin: 0;
  max-width: 660px;
  padding: 14px 28px;
  position: relative;
  width: 100%;
}

.home-support-cta__bubble::after {
  border-color: #45b8ad transparent transparent;
  border-style: solid;
  border-width: 14px 18px 0;
  bottom: -13px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.home-support-cta__actions {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
  width: 100%;
}

.home-support-cta__actions a {
  align-items: center;
  background: #eef8ff;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  box-shadow: 0 6px 0 rgba(40, 44, 96, 0.28);
  color: #4c4f5b;
  display: flex;
  font-size: clamp(0.98rem, 1.8vw, 1.2rem);
  font-weight: 900;
  gap: 14px;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  text-decoration: none;
}

.home-support-cta__actions a span {
  border: 3px solid #0786d5;
  display: inline-block;
  height: 22px;
  position: relative;
  width: 22px;
}

.home-support-cta__actions a span::after {
  border-bottom: 3px solid #0786d5;
  border-right: 3px solid #0786d5;
  content: "";
  height: 12px;
  left: 6px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 7px;
}

.home-support-cta--listing {
  padding: 18px 0 0;
}

.home-support-cta--listing .home-support-cta__panel {
  max-width: none;
}

.home-section-title {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
}

.home-section-title h2,
.home-section > h2,
.home-detail-panel h2,
.home-service-copy h2,
.home-bordered-panel h2,
.home-section--useful h2,
.home-section--site-links h2 {
  color: #444850;
  font-size: clamp(1.65rem, 3.6vw, 2.7rem);
  line-height: 1.18;
  margin: 0;
}

.home-title-icon {
  align-items: center;
  background: #0786d5;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 58px;
  justify-content: center;
  position: relative;
  width: 58px;
}

.home-title-icon::before,
.home-title-icon::after {
  content: "";
  position: absolute;
}

.home-title-icon--search::before {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.home-title-icon--search::after {
  background: #fff;
  height: 4px;
  right: 14px;
  top: 36px;
  transform: rotate(45deg);
  width: 18px;
}

.home-title-icon--flow::before {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.home-title-icon--flow::after {
  background: #fff;
  border-radius: 999px;
  height: 18px;
  top: 16px;
  width: 4px;
}

.home-title-icon--faq::before {
  border: 4px solid #fff;
  border-radius: 4px;
  height: 24px;
  width: 30px;
}

.home-title-icon--faq::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 0 8px;
  bottom: 16px;
  left: 21px;
}

.home-area-panel,
.home-new-job-panel,
.home-detail-panel,
.home-bordered-panel,
.home-section--useful,
.home-section--site-links {
  background: #f3faf9;
  border-radius: 8px;
}

.home-area-panel {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  padding: clamp(16px, 2.4vw, 24px);
}

.home-prefecture-block,
.home-popular-area-block {
  min-width: 0;
}

.home-prefecture-block h3,
.home-popular-area-block h3 {
  align-items: center;
  color: #4c4f5b;
  display: flex;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  gap: 10px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.home-prefecture-block h3 span,
.home-popular-area-block h3 span {
  background: #e8f7f5;
  border-radius: 50%;
  display: inline-block;
  height: 26px;
  position: relative;
  width: 26px;
}

.home-prefecture-block h3 span::before,
.home-popular-area-block h3 span::before {
  border: 3px solid #0786d5;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 6px;
  position: absolute;
  top: 4px;
  width: 9px;
}

.home-prefecture-block h3 span::after,
.home-popular-area-block h3 span::after {
  border-color: #0786d5 transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0;
  content: "";
  left: 7px;
  position: absolute;
  top: 13px;
}

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

.home-prefecture-block .home-region-tabs {
  background: #dff3f8;
  border: 1px solid #c6e7f2;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  gap: 4px;
  margin-bottom: 0;
  padding: 4px;
}

.home-region-tabs--wide {
  gap: 4px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-region-tabs a,
.home-region-tabs button {
  align-items: center;
  background: #eaf7ff;
  border: 1px solid #d2ecf8;
  color: #0876bd;
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.home-prefecture-block .home-region-tabs button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(7, 134, 213, 0.16);
  min-height: 42px;
  padding: 8px 10px;
  position: relative;
}

.home-region-tabs a:first-child,
.home-region-tabs button:first-child {
  border-radius: 8px 0 0 8px;
}

.home-region-tabs a:last-child,
.home-region-tabs button:last-child {
  border-radius: 0 8px 8px 0;
}

.home-prefecture-block .home-region-tabs button:first-child,
.home-prefecture-block .home-region-tabs button:last-child {
  border-radius: 8px;
}

.home-region-tabs a.is-active,
.home-region-tabs a:hover,
.home-region-tabs button.is-active,
.home-region-tabs button:hover {
  background: #0786d5;
  color: #fff;
}

.home-prefecture-block .home-region-tabs button.is-active {
  box-shadow:
    inset 0 -4px 0 #45b8ad,
    0 6px 14px rgba(7, 134, 213, 0.22);
}

.home-region-panels {
  background:
    linear-gradient(180deg, rgba(223, 243, 248, 0.92) 0%, rgba(245, 253, 255, 0.96) 62%);
  border: 1px solid #c6e7f2;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 4px 0 rgba(7, 134, 213, 0.08);
  padding: 12px;
}

.home-prefecture-pills,
.home-city-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-region-panels .home-prefecture-pills[hidden] {
  display: none;
}

.home-prefecture-pills a,
.home-prefecture-pills button,
.home-city-pills a {
  background: #fff;
  border: 1px solid #dcecf1;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(72, 80, 88, 0.12);
  color: #0876bd;
  cursor: pointer;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.2;
  min-width: 0;
  padding: 11px 18px;
  text-align: center;
  text-decoration: none;
}

.home-prefecture-pills a.is-active,
.home-prefecture-pills button.is-active,
.home-prefecture-pills a:hover,
.home-prefecture-pills button:hover,
.home-city-pills a:hover {
  background: #0786d5;
  color: #fff;
}

.home-map-links {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246, 244, 251, 0.22), rgba(246, 244, 251, 0.86)),
    linear-gradient(135deg, transparent 18%, rgba(69, 184, 173, 0.34) 18% 34%, transparent 34%),
    linear-gradient(45deg, transparent 46%, rgba(7, 134, 213, 0.22) 46% 58%, transparent 58%);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
  min-height: 200px;
  padding: 24px;
}

.home-map-links a {
  background: #fff;
  border: 1px solid #dcecf1;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: #0876bd;
  font-weight: 900;
  padding: 9px 14px;
  text-decoration: none;
}

.home-new-job-panel,
.home-detail-panel,
.home-bordered-panel,
.home-section--useful,
.home-section--site-links {
  padding: clamp(16px, 2.4vw, 24px);
}

.home-section--new-jobs > h2,
.home-section--useful > h2,
.home-section--site-links > h2,
.home-detail-panel h2 {
  margin-bottom: 18px;
  text-align: center;
}

.page-home .home-section--new-jobs > h2,
.page-home .home-section--useful > h2,
.page-home .home-section--site-links > h2 {
  max-width: none;
  width: 100%;
}

.home-new-job-selector {
  display: grid;
  gap: 0;
  margin-bottom: 0;
}

.home-new-region-scroll,
.home-new-prefecture-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-color: rgba(72, 80, 88, 0.36) transparent;
  scrollbar-width: thin;
}

.home-new-region-scroll::-webkit-scrollbar,
.home-new-prefecture-scroll::-webkit-scrollbar {
  height: 6px;
}

.home-new-region-scroll::-webkit-scrollbar-thumb,
.home-new-prefecture-scroll::-webkit-scrollbar-thumb {
  background: rgba(72, 80, 88, 0.32);
  border-radius: 999px;
}

.home-new-region-track {
  border-bottom: 5px solid rgba(72, 80, 88, 0.26);
  display: flex;
  gap: 4px;
  min-width: max-content;
}

.home-new-region-track button {
  background: #eaf7ff;
  border: 1px solid #d2ecf8;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #0876bd;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 900;
  min-width: 92px;
  min-height: 62px;
  padding: 12px 16px;
}

.home-new-region-track button.is-active,
.home-new-region-track button:hover {
  background: #0786d5;
  box-shadow: inset 0 -4px 0 #45b8ad;
  color: #fff;
}

@media (min-width: 821px) {
  .home-prefecture-block .home-prefecture-pills {
    display: grid;
    gap: 10px 8px;
    grid-template-columns: repeat(auto-fill, 86px);
    justify-content: start;
  }

  .home-prefecture-block .home-prefecture-pills a {
    font-size: 0.94rem;
    min-width: 0;
    padding: 10px 6px;
    white-space: nowrap;
    width: 86px;
  }

  .home-new-region-scroll {
    overflow-x: visible;
  }

  .home-new-region-track {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-width: 0;
    width: 100%;
  }

  .home-new-region-track button {
    min-width: 0;
    width: 100%;
  }
}

.home-new-prefecture-scroll {
  border-bottom: 5px solid rgba(72, 80, 88, 0.18);
  padding: 16px 0 8px;
}

.home-new-prefecture-pills {
  flex-wrap: nowrap;
  min-width: max-content;
  scroll-snap-type: x proximity;
}

.home-new-prefecture-pills[hidden] {
  display: none;
}

.home-new-prefecture-pills a,
.home-new-prefecture-pills button {
  flex: 0 0 auto;
  min-width: 86px;
  scroll-snap-align: start;
  text-align: center;
}

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

.home-new-job-grid[hidden] {
  display: none;
}

.home-new-job-card {
  background: #fff;
  border: 1px solid #dcecf1;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 20px;
}

.home-new-job-card h3 {
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0;
}

.home-new-job-card h3 a {
  text-decoration: none;
}

.home-new-job-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.home-new-job-card dl div {
  display: grid;
  gap: 8px;
  grid-template-columns: 42px minmax(0, 1fr);
}

.home-new-job-card dt {
  color: #626b73;
  font-weight: 900;
}

.home-new-job-card dd {
  color: #4c4f5b;
  margin: 0;
}

.home-new-job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.home-new-job-card__tags span {
  border: 1px solid #f2ad12;
  border-radius: 4px;
  color: #9a6c00;
  font-size: 0.82rem;
  font-weight: 900;
  padding: 3px 8px;
}

.home-new-job-card > p {
  align-self: end;
  color: #626b73;
  font-size: 0.86rem;
  font-weight: 800;
  margin: 0;
  text-align: right;
}

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

.home-detail-grid a {
  align-items: center;
  background: #fff;
  border: 1px solid #dcecf1;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: #0876bd;
  display: flex;
  font-size: 1.1rem;
  font-weight: 900;
  justify-content: center;
  min-height: 64px;
  padding: 14px 18px;
  text-decoration: none;
}

.home-detail-grid a span {
  border-right: 3px solid #0786d5;
  border-top: 3px solid #0786d5;
  height: 11px;
  margin-left: 16px;
  transform: rotate(45deg);
  width: 11px;
}

.home-service-copy {
  text-align: center;
}

.home-service-copy > p:first-child {
  color: #4c4f5b;
  font-size: 1.15rem;
  font-weight: 900;
  margin: 0 0 4px;
}

.home-service-copy h2 {
  color: #0786d5;
  margin-bottom: 16px;
}

.home-service-logo-title {
  align-items: center;
  display: flex;
  gap: clamp(8px, 1.4vw, 14px);
  justify-content: center;
  min-height: clamp(50px, 7vw, 82px);
}

.home-service-logo-title__logo {
  display: inline-flex;
  height: clamp(48px, 7vw, 80px);
  overflow: hidden;
  width: clamp(170px, 28vw, 300px);
}

.home-service-logo-title__logo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  width: 100%;
}

.home-service-logo-title span:last-child {
  color: #4c4f5b;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1;
  transform: translateY(clamp(2px, 0.35vw, 4px));
  white-space: nowrap;
}

.home-service-copy > p:last-child {
  color: #4c4f5b;
  font-size: clamp(1rem, 2vw, 1.24rem);
  font-weight: 800;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 820px;
}

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

.home-service-grid article {
  background: linear-gradient(180deg, #fff 0%, #f7fcfc 100%);
  border: 1px solid #dcecf1;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(29, 135, 170, 0.08);
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: 22px 18px 20px;
  position: relative;
}

.home-service-grid article::before {
  background: linear-gradient(180deg, rgba(29, 169, 223, 0.16), rgba(75, 183, 174, 0.13));
  border-radius: 999px;
  content: "";
  height: 86px;
  position: absolute;
  right: -34px;
  top: -34px;
  width: 86px;
}

.home-service-point {
  align-items: center;
  background: #e8f8f6;
  border: 1px solid #bfe7e3;
  border-radius: 999px;
  color: #0786d5;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 7px 11px;
  position: relative;
  width: fit-content;
}

.home-service-grid h3 {
  color: #4c4f5b;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  position: relative;
}

.home-service-grid p {
  color: #4c4f5b;
  line-height: 1.75;
  margin: 0;
  position: relative;
}

.home-bordered-panel {
  background: #fff;
  border: 2px solid #dcecf1;
  text-align: center;
}

.home-bordered-panel > p,
.home-section-lead {
  color: #4c4f5b;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  line-height: 1.72;
  margin: 12px auto 20px;
  max-width: 840px;
  text-align: center;
}

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

.home-benefit-grid article,
.home-flow-grid article {
  background: #f3faf9;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 132px;
  padding: 20px 14px;
  text-align: center;
}

.home-benefit-grid span,
.home-flow-grid span {
  align-items: center;
  background: #0786d5;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.home-benefit-grid strong,
.home-flow-grid strong {
  color: #4c4f5b;
  font-size: 1rem;
  line-height: 1.45;
}

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

.home-flow-grid article {
  min-height: 148px;
  position: relative;
}

.home-flow-grid article:nth-child(1) {
  background: #f4fbfa;
}

.home-flow-grid article:nth-child(2) {
  background: #eef8f7;
}

.home-flow-grid article:nth-child(3) {
  background: #e8f6f4;
}

.home-flow-grid article:nth-child(4) {
  background: #e1f3f1;
}

.home-flow-grid article:nth-child(5) {
  background: #daf0ee;
}

.home-flow-grid article:nth-child(6) {
  background: #d3eeeb;
}

.home-flow-grid article:nth-child(7) {
  background: #ccebe8;
}

.home-flow-grid article:nth-child(8) {
  background: #c5e8e4;
}

.home-flow-grid article:not(:nth-child(4n))::after {
  border-right: 4px solid #0786d5;
  border-top: 4px solid #0786d5;
  content: "";
  height: 14px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
}

.home-center-button {
  align-items: center;
  background: #0786d5;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 900;
  justify-content: center;
  margin: 26px auto 0;
  max-width: 420px;
  min-height: 52px;
  padding: 12px 18px;
  text-decoration: none;
}

.home-faq-list {
  display: grid;
  gap: 16px;
}

.home-faq-list article {
  background: #f3faf9;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 24px);
}

.home-faq-list h3,
.home-faq-list p {
  align-items: start;
  color: #4c4f5b;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr);
  margin: 0;
}

.home-faq-list h3 {
  font-size: 1.08rem;
}

.home-faq-list p {
  font-weight: 700;
}

.home-faq-list span {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.home-faq-list h3 span {
  background: #f7aa00;
}

.home-faq-list p span {
  background: #0786d5;
}

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

.home-article-card {
  min-width: 0;
}

.home-article-card a {
  background: #fff;
  border: 1px solid #dcecf1;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(29, 135, 170, 0.08);
  color: #18323d;
  display: grid;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

.home-article-card__visual {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 252, 238, 0.94) 0 18px, transparent 19px),
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.32) 0 58px, transparent 59px),
    linear-gradient(160deg, #ffe8d9 0%, #ffb09a 56%, #6e767a 57%, #dff0e8 74%);
  display: flex;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.home-article-card--2 .home-article-card__visual {
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 252, 238, 0.94) 0 18px, transparent 19px),
    radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.28) 0 58px, transparent 59px),
    linear-gradient(160deg, #ffe3d1 0%, #ffb29d 56%, #66767b 57%, #dff2e8 74%);
}

.home-article-card--3 .home-article-card__visual {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 252, 238, 0.95) 0 18px, transparent 19px),
    radial-gradient(circle at 76% 70%, rgba(255, 255, 255, 0.3) 0 58px, transparent 59px),
    linear-gradient(160deg, #fff4cf 0%, #ffe3a3 54%, #a4c58a 55%, #f6fff4 74%);
}

.home-article-card--4 .home-article-card__visual {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.68) 0 14px, transparent 15px),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.24) 0 24px, transparent 25px),
    linear-gradient(160deg, #d8fbff 0%, #78d5df 55%, #425a71 56%, #e4f8f7 74%);
}

.home-article-card__visual::after {
  background: rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  content: "";
  height: 84px;
  position: absolute;
  right: 22px;
  top: 44px;
  width: 84px;
}

.home-article-card__visual span {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: #18323d;
  display: inline-flex;
  font-weight: 900;
  padding: 8px 15px;
  position: relative;
  z-index: 1;
}

.home-article-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.home-article-card__meta {
  color: #6b7b83;
  font-weight: 900;
  line-height: 1.55;
}

.home-article-card strong {
  color: #18323d;
  display: -webkit-box;
  font-size: 1.12rem;
  line-height: 1.48;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-article-card__excerpt {
  color: #6b7b83;
  display: -webkit-box;
  font-weight: 700;
  line-height: 1.65;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-useful-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 920px;
}

.home-useful-grid a {
  align-items: center;
  background: linear-gradient(180deg, #fff 0%, #f7fcfc 100%);
  border: 1px solid #dcecf1;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(29, 135, 170, 0.08);
  color: #0876bd;
  display: grid;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
  min-height: 82px;
  padding: 16px 48px 16px 18px;
  position: relative;
  text-decoration: none;
}

.home-useful-grid a strong {
  border-right: 3px solid #0786d5;
  border-top: 3px solid #0786d5;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
}

.guide-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 252, 252, 0.9) 54%, rgba(226, 246, 246, 0.92) 100%),
    linear-gradient(135deg, rgba(7, 134, 213, 0.1), rgba(69, 184, 173, 0.12));
  border-bottom: 1px solid #dcecf1;
  padding: clamp(26px, 5vw, 56px) clamp(18px, 5vw, 72px);
}

.guide-hero .breadcrumb,
.guide-hero__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.guide-hero__inner {
  padding-top: clamp(18px, 3vw, 34px);
}

.guide-hero h1 {
  color: #3f4c55;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 0;
  line-height: 1.15;
  margin: 6px 0 16px;
}

.guide-hero__inner > p:not(.eyebrow) {
  color: #4c4f5b;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.85;
  margin: 0;
  max-width: 780px;
}

.guide-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.guide-hero__actions .button {
  min-width: 190px;
}

.guide-content-section {
  padding-top: clamp(30px, 5vw, 58px);
}

.guide-info-panel {
  background: #f3faf9;
  border-radius: 8px;
  display: grid;
  gap: 24px;
  padding: clamp(22px, 4vw, 34px);
}

.guide-info-panel > div:first-child {
  margin-inline: auto;
  max-width: 820px;
  text-align: center;
}

.guide-info-panel h2 {
  color: #444850;
  font-size: clamp(1.65rem, 3.6vw, 2.7rem);
  line-height: 1.18;
  margin: 0 0 14px;
}

.guide-info-panel p {
  color: #4c4f5b;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

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

.guide-card-grid article {
  background: linear-gradient(180deg, #fff 0%, #f7fcfc 100%);
  border: 1px solid #dcecf1;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(29, 135, 170, 0.08);
  display: grid;
  gap: 12px;
  padding: 22px 18px;
}

.guide-card-grid span {
  align-items: center;
  background: #0786d5;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 50px;
}

.guide-card-grid h3 {
  color: #4c4f5b;
  font-size: 1.08rem;
  line-height: 1.45;
  margin: 0;
}

.guide-card-grid p {
  color: #4c4f5b;
  line-height: 1.75;
  margin: 0;
}

.page-guide-retention .guide-card-grid article {
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
}

.page-guide-retention .guide-card-grid h3 {
  align-self: center;
}

.page-guide-retention .guide-card-grid p {
  grid-column: 1 / -1;
}

.page-guide-private-jobs .guide-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 1080px;
  width: 100%;
}

@media (max-width: 1040px) {
  .page-guide-private-jobs .guide-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (max-width: 820px) {
  .page-guide-private-jobs .guide-card-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

.guide-article-body {
  display: grid;
  gap: 22px;
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(30px, 5vw, 58px) clamp(18px, 5vw, 32px);
}

.guide-article-body > section {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: clamp(18px, 3vw, 26px);
}

.guide-article-body h2 {
  color: #444850;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.3;
  margin: 0 0 12px;
}

.guide-article-body p {
  color: #3f4c55;
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}

.guide-article-body p + p {
  margin-top: 12px;
}

.guide-article-summary span {
  background: #e8f8f6;
  border: 1px solid #bfe7e3;
  border-radius: 999px;
  color: #0786d5;
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 12px;
  padding: 7px 12px;
}

.guide-related-articles .home-article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: clamp(30px, 5vw, 58px) clamp(18px, 5vw, 72px);
}

.breadcrumb {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a::after {
  color: #a1aba4;
  content: "/";
  margin-left: 8px;
}

.breadcrumb strong {
  color: var(--ink);
}

.listing-layout {
  align-items: start;
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  padding: clamp(26px, 5vw, 56px) clamp(18px, 5vw, 72px);
}

.filter-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
  padding: 16px;
  position: sticky;
  top: 82px;
}

.medley-layout {
  align-items: start;
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  padding: clamp(24px, 4.5vw, 48px) clamp(18px, 5vw, 72px);
}

.listing-results {
  min-width: 0;
}

.mobile-filter-details {
  display: none;
}

.mobile-filter-system {
  display: none;
}

body.is-modal-open {
  overflow: hidden;
}

.mobile-filter-modal[hidden] {
  display: none;
}

.prefecture-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  max-width: 100vw;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px) clamp(18px, 5vw, 72px);
}

.prefecture-hero h1 {
  color: #3f4c55;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  line-height: 1.2;
  margin: 0;
  overflow-wrap: anywhere;
}

.prefecture-hero h1 span {
  display: block;
}

.prefecture-hero > p:not(.eyebrow) {
  color: #3d4a52;
  max-width: 820px;
}

.prefecture-hero__seo {
  margin-top: 10px;
  max-width: 980px;
}

.prefecture-hero__seo summary {
  align-items: start;
  color: #3f4c55;
  cursor: pointer;
  display: grid;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  line-height: 1.7;
  list-style: none;
  margin: 0;
}

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

.prefecture-hero__seo summary:focus:not(:focus-visible) {
  outline: none;
}

.prefecture-hero__seo summary:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(7, 134, 213, 0.28);
  outline-offset: 2px;
}

.prefecture-hero__seo-text {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.prefecture-hero__seo[open] .prefecture-hero__seo-text {
  display: block;
  overflow: visible;
}

.prefecture-hero__seo-toggle {
  color: #0786d5;
  display: inline-flex;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.prefecture-hero__seo-toggle-less {
  display: none;
}

.prefecture-hero__seo[open] .prefecture-hero__seo-toggle-more {
  display: none;
}

.prefecture-hero__seo[open] .prefecture-hero__seo-toggle-less {
  display: inline;
}

.medley-filter {
  top: 82px;
}

.filter-panel__head,
.result-bar {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.filter-panel h2 {
  font-size: 1.08rem;
  margin: 0;
}

.filter-panel__head button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 900;
  padding: 7px 10px;
}

.filter-panel label,
.lead-form label {
  display: grid;
  gap: 6px;
}

.filter-chip-group {
  border-top: 1px solid var(--line);
  padding-top: 0;
}

.filter-chip-group > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  font-weight: 900;
  justify-content: space-between;
  list-style: none;
  padding: 12px 0;
}

.filter-chip-group > summary::-webkit-details-marker,
.filter-chip-more > summary::-webkit-details-marker {
  display: none;
}

.filter-chip-group > summary::after {
  color: #0786d5;
  content: "＋";
  font-size: 0.88rem;
}

.filter-chip-group[open] > summary::after {
  content: "－";
}

.filter-chip-group__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-chip-group__empty {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 4px;
}

.filter-chip-group button {
  background: #fff;
  border: 1px solid #cfe3e9;
  border-radius: 999px;
  color: #3f4c55;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
  padding: 5px 8px;
}

.filter-chip-group button[aria-pressed="true"] {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.filter-chip-more {
  margin-top: 8px;
}

.filter-chip-more > summary {
  color: #0786d5;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  list-style: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  width: fit-content;
}

.filter-chip-more > summary::after {
  content: "を表示";
}

.filter-submit {
  background: var(--green);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.filter-submit:hover {
  background: var(--green-dark);
}

.new-job-alert-cta {
  align-items: center;
  background: #fff;
  border: 1px solid #e87aa1;
  border-radius: 8px;
  color: #dd668e;
  display: none;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 32px;
  padding: 5px 10px;
  text-decoration: none;
}

.new-job-alert-cta span {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 7px;
  margin-left: 10px;
  transform: rotate(45deg);
  width: 7px;
}

.result-bar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.result-bar strong {
  color: var(--green-dark);
  font-size: 1.4rem;
}

.medley-result-head {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 16px;
  padding: clamp(16px, 2.8vw, 22px);
}

.medley-result-head h2,
.medley-guide h2,
.related-condition-panel h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.2;
  margin: 0;
}

.medley-result-head p:not(.eyebrow),
.medley-guide p {
  color: var(--muted);
  margin: 8px 0 0;
}

.medley-guide,
.related-condition-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 16px;
  padding: clamp(16px, 2.8vw, 22px);
}

.prefecture-search-card {
  background: #f8faf8;
  border-bottom: 1px solid var(--line);
  padding: clamp(20px, 4vw, 34px) clamp(18px, 5vw, 72px);
}

.prefecture-search-card__head {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto 16px;
  max-width: 1180px;
}

.prefecture-search-card__head h2 {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.25;
  margin: 0;
}

.prefecture-search-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.prefecture-search-tabs {
  background: var(--surface);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

.prefecture-search-tabs a {
  align-items: center;
  border-bottom: 3px solid transparent;
  border-right: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 0.9rem;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
}

.prefecture-search-tabs a:last-child {
  border-right: 0;
}

.prefecture-search-tabs a:hover {
  background: #f4f8f5;
  border-bottom-color: var(--green);
  color: var(--green-dark);
}

.prefecture-search-groups {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: 1180px;
}

.prefecture-search-groups section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 180px minmax(0, 1fr);
  padding: 16px;
}

.prefecture-search-groups section:first-child {
  border-top: 0;
}

.prefecture-search-groups h3 {
  font-size: 1rem;
  margin: 0;
}

.prefecture-search-groups div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.condition-link {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-strong);
  font-size: 0.88rem;
  font-weight: 900;
  padding: 7px 11px;
  text-decoration: none;
}

.condition-link:hover {
  background: var(--soft);
  color: var(--green-dark);
}

.condition-empty {
  color: var(--muted);
  margin: 0;
}

.job-list-controls {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.job-list-controls__count {
  color: #3f4c55;
  font-size: 0.86rem;
  font-weight: 900;
  justify-self: end;
  margin: 0;
  white-space: nowrap;
}

.job-list-controls__count strong {
  color: #0786d5;
  font-size: 1.04rem;
}

.job-list-toolbar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 10px;
}

.sort-buttons {
  background: #f4f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.sort-buttons button {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  flex: 1 1 0;
  font-weight: 900;
  min-height: 42px;
  padding: 9px 12px;
  white-space: nowrap;
}

.sort-buttons button:last-child {
  border-right: 0;
}

.sort-buttons button[aria-pressed="true"] {
  background: var(--green);
  color: #fff;
}

.salary-summary-panel,
.member-cta-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
  margin-top: 16px;
  padding: clamp(16px, 2.8vw, 22px);
}

.salary-summary-panel h2,
.member-cta-panel h2 {
  font-size: clamp(1.24rem, 2.2vw, 1.68rem);
  line-height: 1.3;
  margin: 0;
}

.salary-summary-panel p,
.member-cta-panel p {
  color: var(--muted);
  margin: 8px 0 0;
}

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

.salary-summary-list div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
}

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

.salary-summary-list dt {
  background: #f4f8f5;
  color: var(--muted);
  font-weight: 900;
  padding: 12px;
}

.salary-summary-list dd {
  color: var(--green-dark);
  font-weight: 900;
  margin: 0;
  padding: 12px;
}

.member-cta-panel {
  align-items: center;
  background: linear-gradient(135deg, #0786d5 0%, #0a78c2 56%, #45b8ad 100%);
  color: #fff;
  gap: 18px;
  justify-items: center;
  overflow: hidden;
  text-align: center;
}

.member-cta-panel__copy {
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: 760px;
}

.member-cta-panel h2 {
  color: #fff;
  font-size: clamp(1.45rem, 3.2vw, 2.6rem);
  line-height: 1.22;
  margin: 0;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.member-cta-panel h2 span {
  color: #fff799;
}

.member-cta-panel p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.member-cta-panel__bubble {
  background: #45b8ad;
  border-radius: 999px;
  color: #fff !important;
  font-size: clamp(0.94rem, 2vw, 1.24rem);
  font-weight: 900;
  line-height: 1.35;
  max-width: 640px;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}

.member-cta-panel__bubble::after {
  border-color: #45b8ad transparent transparent;
  border-style: solid;
  border-width: 12px 15px 0;
  bottom: -11px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.member-cta-panel__actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 680px;
  width: 100%;
}

.member-cta-panel__actions a {
  align-items: center;
  background: #eef8ff;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  box-shadow: 0 5px 0 rgba(40, 44, 96, 0.24);
  color: #4c4f5b;
  display: flex;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  min-height: 52px;
  padding: 12px 14px;
  text-decoration: none;
}

.member-cta-panel__actions a span {
  border: 2px solid #0786d5;
  display: inline-block;
  flex: 0 0 auto;
  height: 20px;
  position: relative;
  width: 20px;
}

.member-cta-panel__actions a span::after {
  border-bottom: 2px solid #0786d5;
  border-right: 2px solid #0786d5;
  content: "";
  height: 11px;
  left: 6px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 6px;
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 18px 0 2px;
}

.pagination span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 8px 12px;
}

.pagination span[aria-current="page"] {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.medley-job-list {
  display: grid;
  gap: 16px;
}

.medley-job-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: clamp(16px, 2.8vw, 22px);
  position: relative;
}

.medley-job-card__head {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-right: 76px;
}

.medley-job-card__head p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  margin: 0 0 6px;
}

.medley-job-card h3 {
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  line-height: 1.32;
  margin: 0;
}

.medley-job-card h3 a {
  color: var(--ink-strong);
  text-decoration: none;
}

.medley-job-card h3 a:hover {
  color: var(--green-dark);
}

.job-summary-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  margin: 0;
  overflow: hidden;
}

.job-summary-table div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
}

.job-summary-table div + div {
  border-top: 1px solid var(--line);
}

.job-summary-table dt {
  background: #f4f8f5;
  color: var(--muted);
  font-weight: 900;
  padding: 10px 12px;
}

.job-summary-table dd {
  margin: 0;
  padding: 10px 12px;
}

.job-summary-table strong {
  color: var(--green-dark);
}

.medley-job-card__description {
  color: #3f4c55;
  margin: 0;
}

.medley-job-card__qualification-accordion {
  display: grid;
  justify-self: stretch;
  text-align: right;
  width: 100%;
}

.medley-job-card__qualification-accordion summary {
  color: #0786d5;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  justify-self: end;
  line-height: 1.3;
  list-style: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.medley-job-card__qualification-accordion summary::-webkit-details-marker {
  display: none;
}

.medley-job-card__qualification-accordion summary::after {
  content: "＋";
  font-size: 0.78rem;
  margin-left: 6px;
}

.medley-job-card__qualification-accordion[open] summary::after {
  content: "－";
}

.medley-job-card__qualification-body {
  background: #f7fcfd;
  border: 1px solid #d8edf4;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-top: 10px;
  min-width: 0;
  text-align: left;
  padding: 10px;
  width: 100%;
}

.medley-job-card__qualification-body p {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.tag-row--qualification .tag {
  border-color: #b8e2e0;
  color: #078078;
}

.job-new-ribbon {
  align-items: center;
  background: #e8779d;
  color: #fff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 30px;
  min-width: 72px;
  padding: 8px 13px 8px 18px;
  pointer-events: none;
}

.medley-job-card > .job-new-ribbon {
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 10px 50%, 0 0);
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 1;
}

.medley-job-card__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.86fr) 54px;
  justify-self: end;
  width: min(100%, 620px);
}

.medley-favorite-button {
  background: #fff;
  border: 1px solid #dcecf1;
  color: #0786d5;
  font-size: 1.3rem;
  min-width: 0;
  padding: 0;
}

.medley-favorite-button:hover,
.medley-favorite-button.is-active {
  background: #fff9e8;
  border-color: #f7aa00;
  color: #f7aa00;
}

.medley-layout--favorites {
  grid-template-columns: minmax(0, 980px);
  justify-content: center;
}

.listing-results--favorites {
  min-width: 0;
}

.favorites-hero-lead {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  margin: 8px 0 0;
}

.favorites-empty-message {
  margin-top: 16px;
}

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

.related-condition-grid section {
  background: #f8faf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.related-condition-grid h3 {
  font-size: 1rem;
  margin: 0 0 10px;
}

.related-condition-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.related-condition-grid--search {
  align-items: start;
  gap: 12px;
}

.related-condition-grid--search .related-condition-card {
  background: linear-gradient(180deg, #f8fcfd 0%, #f1faf8 100%);
  border-color: #cfe6ef;
  box-shadow: 0 10px 24px rgba(7, 134, 213, 0.06);
  display: grid;
  gap: 10px;
  padding: 14px;
}

.related-condition-grid--search h3 {
  color: #0786d5;
  font-size: 0.98rem;
  line-height: 1.35;
  margin: 0;
}

.related-condition-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.related-condition-tag {
  border-color: #c9e4ed;
  color: #40545f;
  font-size: 0.72rem;
  line-height: 1.25;
  padding: 5px 8px;
}

.related-condition-card__groups {
  display: grid;
  gap: 10px;
}

.related-condition-card__group {
  display: grid;
  gap: 6px;
}

.related-condition-card__group p {
  color: #667782;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

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

.empty-message {
  background: #fff;
  border: 1px dashed #becbc4;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
  margin: 16px 0 0;
  padding: 18px;
}

.job-detail__hero {
  background:
    linear-gradient(180deg, rgba(238, 248, 251, 0.95), rgba(247, 251, 252, 0.72));
  border-bottom: 1px solid var(--line);
  padding: clamp(18px, 3.4vw, 38px) clamp(14px, 5vw, 72px) clamp(24px, 4vw, 46px);
}

.job-detail__overview {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  margin: 18px auto 0;
  max-width: 1280px;
}

.job-detail__lead-card,
.job-detail__support-card,
.job-detail-panel,
.job-detail-cta {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.job-detail__lead-card {
  padding: clamp(16px, 2.8vw, 28px);
}

.job-detail__meta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.job-detail__meta-row > span:first-child,
.job-detail-section-heading span,
.job-detail__support-card > span,
.job-detail-cta span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.job-detail__new-label {
  background: #e979a2;
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 12px;
}

.job-detail__facility {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.job-detail h1 {
  color: var(--ink-strong);
  font-size: clamp(1.62rem, 3.2vw, 2.58rem);
  letter-spacing: 0;
  line-height: 1.32;
  margin: 0;
}

.job-detail__catch {
  color: #4d5860;
  font-weight: 800;
  margin: 12px 0 0;
}

.job-detail__summary-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  margin-top: 20px;
}

.job-detail__photo {
  border-radius: 8px;
  margin: 0;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.job-detail__photo img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
}

.job-detail__photo figcaption {
  background: rgba(64, 72, 80, 0.72);
  bottom: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 5px 10px;
  position: absolute;
  right: 0;
}

.job-detail__keyfacts,
.job-detail-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  margin: 0;
  overflow: hidden;
}

.job-detail__keyfacts > div,
.job-detail-table > div {
  display: grid;
  grid-template-columns: minmax(112px, 0.28fr) minmax(0, 1fr);
}

.job-detail__keyfacts > div + div,
.job-detail-table > div + div {
  border-top: 1px solid var(--line);
}

.job-detail__keyfacts dt,
.job-detail-table dt {
  background: #f3f8f9;
  color: var(--muted);
  font-weight: 900;
  padding: 12px 14px;
}

.job-detail__keyfacts dd,
.job-detail-table dd {
  margin: 0;
  padding: 12px 14px;
}

.job-detail__keyfacts strong,
.job-detail-table strong {
  color: var(--blue);
}

.job-detail__tags .tag-row {
  margin-top: 16px;
}

.job-detail__updated {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  margin: 12px 0 0;
  text-align: right;
}

.job-detail__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 54px;
  margin-top: 18px;
}

.job-detail__support-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  position: sticky;
  top: 96px;
}

.job-detail__support-card strong {
  color: var(--ink-strong);
  font-size: 1.2rem;
  line-height: 1.45;
}

.job-detail__support-card p {
  color: #4d5860;
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0;
}

.job-detail__support-card nav {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding-top: 12px;
}

.job-detail__support-card nav a {
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.job-detail__body,
.article-body {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(24px, 4vw, 48px) clamp(14px, 5vw, 32px);
}

.article-body > section,
.cta-band {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: clamp(18px, 3vw, 26px);
}

.job-detail-panel {
  padding: clamp(16px, 2.8vw, 26px);
}

.job-detail-section-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.job-detail-section-heading::before {
  background: var(--blue);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.2);
  content: "";
  flex: 0 0 auto;
  height: 38px;
  width: 38px;
}

.job-detail-section-heading h2 {
  font-size: clamp(1.28rem, 2.4vw, 1.75rem);
}

.job-detail__body h2,
.article-body h2 {
  margin: 0;
}

.job-detail__body p,
.article-body p {
  color: #3f4c55;
}

.job-detail-note {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0 0 14px;
}

.job-detail-list,
.job-detail-point-list,
.job-detail-process,
.check-list {
  margin: 12px 0 0;
  padding-left: 1.2rem;
}

.job-detail-list li,
.job-detail-point-list li,
.job-detail-process li,
.check-list li {
  margin: 6px 0;
}

.job-detail-table .tag-row {
  align-items: flex-start;
  margin-top: 0;
}

.job-detail-table .tag {
  align-items: center;
  align-self: start;
  box-shadow: none;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  line-height: 1.35;
  max-width: 100%;
  min-height: 40px;
  overflow-wrap: normal;
  padding: 7px 12px;
  white-space: nowrap;
  width: auto;
}

.job-detail-table p {
  margin: 0;
}

.medley-job-list--related {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.medley-job-list--related .medley-job-card {
  box-shadow: none;
  min-width: 0;
}

.medley-job-list--related .job-summary-table div {
  grid-template-columns: 82px minmax(0, 1fr);
}

.medley-job-list--related .medley-job-card__actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
  width: 100%;
}

.medley-job-list--related .button {
  font-size: 0.86rem;
  min-height: 46px;
  padding: 9px 10px;
}

.job-detail-cta {
  align-items: center;
  background: linear-gradient(135deg, #0786d5 0%, #4ab8ac 100%);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto);
  padding: clamp(20px, 3vw, 30px);
}

.job-detail-cta span,
.job-detail-cta h2,
.job-detail-cta p {
  color: #fff;
}

.job-detail-cta h2 {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.35;
  margin: 4px 0 0;
}

.job-detail-cta p {
  font-weight: 800;
  margin: 8px 0 0;
}

.job-detail-cta .button {
  background: #fff;
  color: var(--ink-strong);
}

.job-detail-editor-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 220px minmax(0, 1fr);
}

.job-detail-editor-card__logo {
  align-items: center;
  background: #f8fbfc;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 120px;
  padding: 18px;
}

.job-detail-editor-card__logo img {
  max-height: 70px;
  max-width: 100%;
}

.job-detail-editor-card h3 {
  color: var(--ink-strong);
  margin: 0 0 8px;
}

.job-detail-sticky-cta {
  display: none;
}

.detail-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.detail-list div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  padding: 12px 0;
}

.detail-list div:first-child {
  border-top: 0;
}

.detail-list dt {
  color: var(--muted);
  font-weight: 900;
}

.detail-list dd {
  margin: 0;
}

.cta-band {
  align-items: center;
  background: #183029;
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.cta-band .button {
  background: #fff;
  color: var(--ink);
}

.register-layout {
  display: grid;
  gap: clamp(24px, 4vw, 52px);
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  padding: clamp(32px, 6vw, 78px) clamp(18px, 5vw, 72px);
}

.register-copy {
  align-self: start;
  max-width: 760px;
}

.lead-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 26px);
}

.form-note {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}

.form-status {
  background: #edf7ef;
  border: 1px solid #b9d9c5;
  border-radius: 8px;
  color: var(--green-dark);
  font-weight: 900;
  margin: 0;
  padding: 12px;
}

.register-stage {
  background: #f7faf6;
}

.register-hero {
  background:
    linear-gradient(90deg, rgba(247, 250, 246, 0.96) 0%, rgba(247, 250, 246, 0.82) 52%, rgba(255, 255, 255, 0.28) 100%),
    #f7faf6;
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  min-height: 520px;
  overflow: hidden;
  padding: clamp(32px, 6vw, 74px) clamp(18px, 5vw, 72px) clamp(26px, 5vw, 58px);
}

.register-hero__copy {
  align-self: center;
  max-width: 820px;
  min-width: 0;
}

.register-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 16px;
}

.register-hero__badges span {
  background: #f2bd43;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  min-width: 0;
  padding: 11px 15px;
  text-align: center;
  white-space: normal;
}

.register-hero h1 {
  font-size: clamp(2.35rem, 5.2vw, 4.8rem);
  line-height: 1.08;
  margin: 0;
  max-width: 820px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.register-hero h1 span {
  display: inline;
}

.register-hero__copy > p:not(.eyebrow) {
  color: #3d4a52;
  font-size: clamp(1rem, 1.65vw, 1.2rem);
  margin: 18px 0 0;
  max-width: 720px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.register-hero__proof {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.register-hero__proof strong,
.register-hero__proof span {
  border-radius: 999px;
  font-weight: 900;
  padding: 9px 18px;
}

.register-hero__proof strong {
  background: #fff;
  border: 2px solid #f2bd43;
  color: #ba7a07;
}

.register-hero__proof span {
  background: #e6f4ef;
  color: var(--green-dark);
}

.register-hero__visual {
  align-self: end;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.register-hero__visual img {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: 62% center;
  width: 100%;
}

.register-hero__visual figcaption {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(220, 228, 223, 0.86);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: var(--shadow-soft);
  color: var(--ink-strong);
  display: grid;
  gap: 2px;
  left: 18px;
  padding: 12px 14px;
  position: absolute;
}

.register-hero__visual figcaption span {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.register-hero__visual figcaption strong {
  font-size: 1rem;
}

.step-lead {
  background: #eef6f1;
  padding: clamp(28px, 5vw, 54px) clamp(14px, 5vw, 72px);
}

.step-lead__updated {
  align-items: center;
  background: #fff;
  border: 1px solid #f2bd43;
  border-radius: 999px;
  color: var(--ink-strong);
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 0 auto 16px;
  max-width: 300px;
  padding: 8px 16px;
}

.step-lead__updated span {
  color: #ba7a07;
  font-size: 0.78rem;
  font-weight: 900;
}

.lead-form--step {
  border-color: #dce9df;
  gap: 0;
  margin: 0 auto;
  max-width: 880px;
  overflow: hidden;
  padding: 0;
}

.step-progress {
  background: #f6fbf8;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 18px 18px 12px;
}

.step-progress__item {
  align-items: center;
  color: var(--muted);
  display: grid;
  gap: 7px;
  justify-items: center;
  position: relative;
  text-align: center;
}

.step-progress__item::before {
  background: #d9e5de;
  content: "";
  height: 3px;
  left: calc(-50% + 22px);
  position: absolute;
  right: calc(50% + 22px);
  top: 18px;
}

.step-progress__item:first-child::before {
  content: none;
}

.step-progress__item span {
  align-items: center;
  background: #d9e5de;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
  z-index: 1;
}

.step-progress__item strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.step-progress__item[aria-current="step"] span,
.step-progress__item.is-complete span,
.step-progress__item.is-complete::before {
  background: var(--green);
}

.step-progress__item[aria-current="step"] {
  color: var(--green-dark);
}

.step-form-card {
  border: 0;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: clamp(18px, 3vw, 30px);
}

.step-form-card legend {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.4vw, 1.72rem);
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}

.step-form-card legend span {
  background: #dc6954;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  margin-right: 10px;
  padding: 3px 8px;
  vertical-align: middle;
}

.step-form-card > p {
  color: var(--muted);
  margin: -8px 0 0;
}

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

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

.choice-grid--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.choice-card {
  cursor: pointer;
  min-width: 0;
  position: relative;
}

.choice-card input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.choice-card__label {
  align-items: center;
  background: #fff;
  border: 2px solid #dbe7e1;
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 0.96rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.35;
  min-height: 74px;
  padding: 11px 10px;
  text-align: center;
}

.choice-card:hover .choice-card__label,
.choice-card:focus-within .choice-card__label {
  border-color: var(--green);
}

.choice-card:has(input:checked) .choice-card__label {
  background: #e9f7f1;
  border-color: var(--green);
  box-shadow: inset 0 0 0 1px var(--green);
  color: var(--green-dark);
}

.choice-card--compact .choice-card__label {
  min-height: 54px;
}

.has-error .choice-card__label,
.is-invalid {
  border-color: #dc6954 !important;
}

.step-subfield {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.step-subfield h2 {
  font-size: 1rem;
  margin: 0;
}

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

.form-grid label {
  display: grid;
  gap: 7px;
}

.step-error {
  background: #fff2ef;
  border: 1px solid #f0b1a7;
  border-radius: 8px;
  color: #a43d2f !important;
  font-weight: 900;
  margin: 0 !important;
  padding: 10px 12px;
}

.step-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-top: 4px;
}

.step-button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  min-height: 52px;
  padding: 12px 22px;
}

.step-button--next,
.step-button--submit {
  background: #1fa9df;
  box-shadow: 0 4px 0 #167da5;
  color: #fff;
  min-width: 270px;
}

.step-button--prev {
  background: #e5e9e6;
  box-shadow: 0 4px 0 #c1c8c4;
  color: #425047;
}

.register-support-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(28px, 5vw, 56px) clamp(18px, 5vw, 72px);
}

.register-support-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 20px;
}

.register-support-grid strong {
  color: var(--green-dark);
  font-size: 1.08rem;
}

.register-support-grid p {
  color: var(--muted);
  margin: 0;
}

.page-register .register-stage {
  background: #eef8fa;
}

.page-register .register-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 252, 253, 0.92) 52%, rgba(228, 247, 248, 0.72) 100%),
    #eef8fa;
  border-bottom: 1px solid #dcecf1;
}

.page-register .register-hero__badges span {
  background: #fff7d7;
  border: 1px solid #f2bd43;
  color: #9b7100;
}

.page-register .register-hero h1 {
  color: #444850;
  letter-spacing: 0;
}

.page-register .register-hero h1 span:first-child {
  color: #0786d5;
}

.page-register .register-hero__proof strong {
  border-color: #0786d5;
  color: #0786d5;
}

.page-register .register-hero__proof span {
  background: #e6f8f7;
  color: #087d75;
}

.page-register .register-hero__visual {
  border: 1px solid #dcecf1;
}

.page-register .register-hero__visual figcaption span {
  color: #0786d5;
}

.page-register .step-lead {
  background: #eef8fa;
}

.page-register .step-lead__updated {
  border-color: #b8e2e0;
  color: #444850;
}

.page-register .step-lead__updated span {
  color: #0786d5;
}

.register-job-context {
  margin: 0 auto 16px;
  max-width: 880px;
}

.register-job-context__card {
  background: #fff;
  border: 1px solid #bfe4ee;
  border-left: 6px solid #0786d5;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(7, 134, 213, 0.08);
  display: grid;
  gap: 8px;
  padding: 16px 18px;
}

.register-job-context__card > span {
  color: #0786d5;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.register-job-context__card h2 {
  color: #444850;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.45;
  margin: 0;
}

.register-job-context__card p {
  color: #6b7b83;
  font-weight: 800;
  margin: 0;
}

.register-job-context__card dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
}

.register-job-context__card dl div {
  background: #f2fbfd;
  border: 1px solid #dcecf1;
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  padding: 6px 10px;
}

.register-job-context__card dt,
.register-job-context__card dd {
  font-size: 0.78rem;
  font-weight: 900;
  margin: 0;
}

.register-job-context__card dt {
  color: #6b7b83;
}

.register-job-context__card dd {
  color: #0786d5;
}

.page-register .lead-form--step {
  border-color: #bfe4ee;
  box-shadow: 0 16px 36px rgba(7, 134, 213, 0.1);
}

.page-register .step-progress {
  background: linear-gradient(180deg, #f7fcfc 0%, #edf8fb 100%);
}

.page-register .step-progress__item span,
.page-register .step-progress__item.is-complete span,
.page-register .step-progress__item.is-complete::before {
  background: #0786d5;
}

.page-register .step-progress__item[aria-current="step"] {
  color: #0786d5;
}

.page-register .step-progress__item[aria-current="step"] span {
  background: #45b8ad;
}

.page-register .step-form-card legend {
  color: #444850;
}

.page-register .step-form-card legend span,
.page-register .step-subfield h2 span {
  background: #e979a2;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  margin-right: 10px;
  padding: 3px 8px;
  vertical-align: middle;
}

.step-form-card__sub {
  display: inline;
  font-size: 0.9em;
}

.page-register .choice-card__label {
  border-color: #cfe7ee;
  color: #444850;
}

.page-register .choice-card:hover .choice-card__label,
.page-register .choice-card:focus-within .choice-card__label {
  border-color: #0786d5;
}

.page-register .choice-card:has(input:checked) .choice-card__label {
  background: #e9f8fb;
  border-color: #0786d5;
  box-shadow: inset 0 0 0 1px #0786d5;
  color: #0786d5;
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.page-register .step-button--next,
.page-register .step-button--submit {
  background: #0786d5;
  box-shadow: 0 4px 0 #066aa8;
}

.page-register .step-button--submit {
  min-width: min(100%, 360px);
}

.page-register .step-button--submit span {
  display: block;
  font-size: 0.72rem;
  line-height: 1.3;
  opacity: 0.94;
}

.page-register .step-button--prev {
  background: #e9f8fb;
  box-shadow: 0 4px 0 #c5e4ed;
  color: #0786d5;
}

.page-register .register-support-grid article {
  border-color: #dcecf1;
}

.page-register .register-support-grid strong {
  color: #0786d5;
}

.page-register .register-lp {
  background:
    linear-gradient(180deg, #f7fcfd 0%, #eef8fa 42%, #f7fcfd 100%);
  color: #444850;
  overflow-x: hidden;
}

.page-register .register-lp-hero {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  padding: clamp(24px, 5vw, 52px) clamp(16px, 4vw, 28px) clamp(18px, 3vw, 30px);
}

.page-register .register-lp-hero__copy {
  align-items: center;
  display: grid;
  gap: 16px;
  min-width: 0;
  text-align: center;
}

.page-register .register-lp-hero__copy .breadcrumb {
  justify-content: center;
  margin: 0 0 2px;
}

.page-register .register-lp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
}

.page-register .register-lp-badges span {
  background: #fff7dc;
  border: 1px solid #f2bd43;
  border-radius: 999px;
  color: #986d00;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  padding: 8px 12px;
}

.page-register .register-lp-hero h1 {
  color: #0786d5;
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  max-width: 860px;
  word-break: keep-all;
}

.page-register .register-lp-hero h1 span {
  display: block;
}

.page-register .register-lp-hero__copy > p:not(.eyebrow) {
  color: #4b5961;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 800;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 720px;
}

.page-register .register-lp-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.page-register .register-lp-proof strong,
.page-register .register-lp-proof span {
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  line-height: 1;
  padding: 10px 16px;
}

.page-register .register-lp-proof strong {
  background: #0786d5;
  color: #fff;
}

.page-register .register-lp-proof span {
  background: #e3f8f6;
  border: 1px solid #96d8d1;
  color: #087d75;
}

.page-register .register-lp-hero__visual {
  align-self: stretch;
  background: #fff;
  border: 1px solid #d5edf4;
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(7, 134, 213, 0.1);
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.page-register .register-lp-hero__visual img {
  display: block;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: 66% center;
  width: 100%;
}

.page-register .register-lp-hero__visual::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.04));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.page-register .register-lp-hero__visual figcaption {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d5edf4;
  border-radius: 10px;
  bottom: 16px;
  box-shadow: 0 12px 24px rgba(42, 72, 88, 0.12);
  color: #444850;
  display: grid;
  gap: 2px;
  left: 16px;
  padding: 11px 13px;
  position: absolute;
}

.page-register .register-lp-hero__visual figcaption span {
  color: #0786d5;
  font-size: 0.78rem;
  font-weight: 900;
}

.page-register .register-lp-hero__visual figcaption strong {
  font-size: 0.96rem;
}

.page-register .register-lp-form {
  background: #fff;
  border: 1px solid #bfe4ee;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(7, 134, 213, 0.12);
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding: 0;
}

.page-register .register-lp-form__head {
  align-items: center;
  background: linear-gradient(135deg, #0786d5 0%, #43b8ad 100%);
  color: #fff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: clamp(18px, 3vw, 26px) clamp(18px, 4vw, 34px);
}

.page-register .register-lp-form__head .eyebrow {
  color: #d9fbff;
  margin: 0 0 4px;
}

.page-register .register-lp-form__head h2 {
  color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.35;
  margin: 0;
}

.page-register .register-lp-form__head .step-lead__updated {
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  color: #444850;
  flex: 0 0 auto;
  margin: 0;
  max-width: none;
}

.page-register .register-lp-form__head .step-lead__updated span {
  color: #0786d5;
}

.page-register .register-lp-form .register-job-context {
  margin: 18px clamp(14px, 3vw, 28px) 0;
  max-width: none;
}

.page-register .register-lp-form .lead-form--step {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  max-width: none;
  width: 100%;
}

.page-register .lead-form--step .step-progress {
  background: #f4fbfd;
  border-bottom: 1px solid #dcecf1;
  padding: 20px clamp(12px, 3vw, 30px) 14px;
}

.page-register .step-form-card {
  gap: 16px;
  min-inline-size: 0;
  padding: clamp(20px, 4vw, 34px);
}

.page-register .step-form-card legend {
  color: #444850;
  font-size: clamp(1.28rem, 2.2vw, 1.72rem);
  line-height: 1.45;
}

.page-register .step-form-card > p {
  color: #6b7b83;
  font-size: 0.92rem;
  font-weight: 800;
  margin: -6px 0 0;
}

.page-register .choice-grid {
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-register .choice-grid--two {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-register .choice-grid--compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-register .choice-card__label {
  background: #fff;
  border-color: #cfe7ee;
  border-radius: 10px;
  color: #444850;
  font-size: 0.92rem;
  min-height: 64px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 10px 8px;
  word-break: normal;
}

.page-register .choice-card--compact .choice-card__label {
  min-height: 50px;
}

.page-register .form-grid label span {
  color: #4b5961;
  font-size: 0.88rem;
  font-weight: 900;
}

.page-register .form-grid input,
.page-register .form-grid select {
  border: 1px solid #cfe7ee;
  border-radius: 10px;
  color: #444850;
  font-size: 1rem;
  font-weight: 800;
  min-height: 54px;
  padding: 12px 14px;
}

.page-register .step-actions {
  border-top: 1px solid #edf4f6;
  margin-top: 4px;
  padding-top: 18px;
}

.page-register .step-button {
  border-radius: 10px;
  min-height: 54px;
}

.page-register .step-button--next,
.page-register .step-button--submit {
  min-width: min(100%, 320px);
}

.page-register .step-progress__item span {
  background: #d9e5de;
}

.page-register .step-progress__item.is-complete span,
.page-register .step-progress__item.is-complete::before,
.page-register .step-progress__item[aria-current="step"] span {
  background: #0786d5;
}

.page-register .register-support-grid {
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(28px, 5vw, 52px) clamp(16px, 4vw, 28px);
}

.static-page .listing-hero {
  border-bottom: 0;
}

.not-found {
  min-height: 58vh;
}

.site-footer {
  background: #3f4c55;
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 30px clamp(18px, 5vw, 72px);
}

.site-footer__brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  min-height: 52px;
  text-decoration: none;
}

.site-footer__brand img {
  display: block;
  flex: 0 0 auto;
  height: 48px;
  width: 54px;
}

.site-footer__brand span {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  margin: 10px 0 0;
  max-width: 680px;
}

.site-footer nav {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  justify-content: flex-end;
  max-width: 560px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .register-hero,
  .register-layout,
  .job-detail__overview,
  .job-detail__summary-grid,
  .cta-band,
  .job-detail-cta,
  .prefecture-search-card__head,
  .member-cta-panel {
    grid-template-columns: 1fr;
  }

  .job-detail__support-card {
    position: static;
  }

  .job-detail-editor-card {
    grid-template-columns: 1fr;
  }

  .prefecture-search-card__actions {
    justify-content: flex-start;
  }

  .register-hero {
    min-height: auto;
  }

  .register-hero__visual {
    min-height: 280px;
  }

  .register-hero__visual img {
    min-height: 280px;
  }

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

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

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

  .guide-card-grid,
  .guide-related-articles .home-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tag-directory {
    grid-template-columns: 1fr;
  }

  .related-condition-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .medley-job-list--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    position: static;
  }

  .brand {
    height: 52px;
    width: 212px;
  }

  .site-nav {
    overflow-x: auto;
    padding-bottom: 2px;
    width: 100%;
  }

  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 74px;
  }

  .home-search-dock {
    margin-top: -46px;
    padding-inline: 14px;
  }

  .home-search-card {
    padding: 12px;
  }

  .home-search-badge {
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 9px 12px;
  }

  .quick-links {
    align-items: stretch;
    flex-direction: column;
  }

  .quick-links__label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 8px;
  }

  .quick-links__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    width: 100%;
  }

  .quick-links a {
    align-items: center;
    display: inline-flex;
    font-size: 0.78rem;
    justify-content: center;
    max-width: 100%;
    min-height: 42px;
    min-width: 0;
    overflow-wrap: normal;
    padding: 9px 7px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
  }

  .search-panel {
    grid-template-columns: 1fr;
  }

  .search-panel label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-panel button {
    border-radius: 0;
    min-height: 54px;
  }

  .home-support-cta__actions,
  .home-area-panel,
  .home-new-job-grid,
  .home-service-grid,
  .home-benefit-grid,
  .home-flow-grid,
  .guide-card-grid {
    grid-template-columns: 1fr;
  }

  .home-region-tabs--wide,
  .home-useful-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-flow-grid article:not(:nth-child(4n))::after {
    content: none;
  }

  .listing-layout {
    grid-template-columns: 1fr;
  }

  .medley-layout {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .job-detail__hero {
    padding: 14px 12px 20px;
  }

  .job-detail__overview {
    gap: 12px;
    margin-top: 10px;
  }

  .job-detail__lead-card,
  .job-detail-panel,
  .job-detail-cta {
    padding: 14px;
  }

  .job-detail h1 {
    font-size: 1.45rem;
    line-height: 1.4;
  }

  .job-detail__catch {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .job-detail__photo {
    min-height: 190px;
  }

  .job-detail__keyfacts > div {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .job-detail-table > div {
    grid-template-columns: 1fr;
  }

  .job-detail-table dt {
    padding: 9px 12px;
  }

  .job-detail-table dd {
    padding: 12px;
  }

  .job-detail-table .tag {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .job-detail__updated {
    font-size: 0.82rem;
  }

  .job-detail__actions {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
  }

  .job-detail__actions .button {
    font-size: 0.84rem;
    min-height: 50px;
    padding: 9px 8px;
  }

  .job-detail__support-card {
    display: none;
  }

  .job-detail__body {
    gap: 14px;
    padding: 16px 12px 96px;
  }

  .job-detail-section-heading {
    gap: 10px;
    margin-bottom: 12px;
  }

  .job-detail-section-heading::before {
    height: 34px;
    width: 34px;
  }

  .job-detail-section-heading h2 {
    font-size: 1.2rem;
    line-height: 1.35;
  }

  .job-detail-cta {
    text-align: left;
  }

  .job-detail-cta .button {
    width: 100%;
  }

  .job-detail-editor-card__logo {
    min-height: 92px;
  }

  .job-detail-sticky-cta {
    background: rgba(247, 251, 252, 0.94);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    left: 0;
    padding: 8px;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .job-detail-sticky-cta .button {
    font-size: 0.86rem;
    min-height: 48px;
    padding: 10px 8px;
  }

  .medley-job-list--related {
    grid-template-columns: 1fr;
  }

  .desktop-filter-slot {
    display: none;
  }

  .filter-panel {
    max-height: none;
    overflow: visible;
    position: static;
  }

  .mobile-filter-details {
    background: #fff;
    border: 1px solid #dcecf1;
    border-radius: 8px;
    box-shadow: var(--shadow-soft);
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .mobile-filter-details summary {
    align-items: center;
    background: #0786d5;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 900;
    justify-content: center;
    list-style: none;
    min-height: 48px;
    padding: 12px 14px;
    text-align: center;
  }

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

  .mobile-filter-details summary span {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    height: 8px;
    margin-left: 12px;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.2s ease;
    width: 8px;
  }

  .mobile-filter-details[open] summary span {
    transform: translateY(2px) rotate(225deg);
  }

  .mobile-filter-details .filter-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .mobile-filter-system {
    display: block;
    margin-bottom: 10px;
  }

  .mobile-filter-summary {
    background: #f4fbfd;
    border: 1px solid #d8edf4;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 12px;
  }

  .mobile-filter-summary__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-width: 0;
  }

  .mobile-filter-summary__head h2 {
    color: #3f4c55;
    font-size: 0.9rem;
    line-height: 1.2;
    margin: 0;
  }

  .mobile-filter-summary__head p {
    align-items: baseline;
    color: var(--muted);
    display: flex;
    font-size: 0.8rem;
    font-weight: 900;
    gap: 3px;
    justify-content: flex-end;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
  }

  .mobile-filter-summary__head strong {
    color: #0786d5;
    font-size: 1.12rem;
    line-height: 1;
  }

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

  .mobile-filter-grid button {
    align-items: center;
    background: #fff;
    border: 1px solid #cfe7ef;
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(7, 134, 213, 0.06);
    color: #0876bd;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-weight: 900;
    gap: 2px;
    justify-content: center;
    min-height: 58px;
    min-width: 0;
    padding: 8px 6px;
    text-align: center;
  }

  .mobile-filter-grid button strong {
    display: block;
    font-size: 0.78rem;
    line-height: 1.25;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-filter-grid button span {
    color: var(--muted);
    display: block;
    font-size: 0.64rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-filter-main-choice,
  .mobile-filter-expand,
  .mobile-filter-expanded button {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font-weight: 900;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .mobile-filter-main-choice {
    background: #fff;
    border: 1px solid #d8edf4;
    box-shadow: 0 7px 18px rgba(7, 134, 213, 0.08);
    color: #0876bd;
    flex-direction: column;
    gap: 2px;
    min-height: 58px;
    padding: 10px 12px;
  }

  .mobile-filter-main-choice > span {
    font-size: 1.03rem;
    line-height: 1.25;
  }

  .mobile-filter-main-choice small,
  .mobile-filter-expanded button span {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.25;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-filter-expand {
    background: #0786d5;
    border: 1px solid #0786d5;
    color: #fff;
    gap: 8px;
    min-height: 44px;
    padding: 9px 12px;
  }

  .mobile-filter-expand > span:last-child {
    font-size: 0.92rem;
    line-height: 1;
  }

  .mobile-filter-expand[aria-expanded="true"] > span:last-child {
    transform: rotate(180deg);
  }

  .mobile-filter-expanded {
    display: grid;
    gap: 8px;
  }

  .mobile-filter-expanded button {
    background: #fff;
    border: 1px solid #cfe7ef;
    color: #0876bd;
    gap: 6px;
    min-height: 46px;
    padding: 9px 10px;
  }

  .mobile-filter-expanded button strong {
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .mobile-filter-modal {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 80;
  }

  .mobile-filter-modal__shade {
    background: rgba(31, 39, 47, 0.48);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .mobile-filter-modal__sheet {
    background: #fff;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 42px rgba(31, 39, 47, 0.18);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    left: 50%;
    max-height: calc(100vh - 46px);
    max-width: 430px;
    overflow: hidden;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }

  .mobile-filter-modal__head {
    align-items: center;
    border-bottom: 1px solid #e1edf1;
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 62px;
    padding: 12px 14px 12px 20px;
  }

  .mobile-filter-modal__head h2 {
    color: #404850;
    font-size: 1.12rem;
    line-height: 1.35;
    margin: 0;
    text-align: center;
  }

  .mobile-filter-modal__head button {
    align-items: center;
    background: #fff;
    border: 2px solid #f7aa00;
    border-radius: 7px;
    color: #0786d5;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.7rem;
    font-weight: 500;
    height: 38px;
    justify-content: center;
    line-height: 1;
    width: 38px;
  }

  .mobile-filter-modal__body {
    overflow-y: auto;
    padding: 18px 14px 72px;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-condition-nav {
    background: #fff;
    border: 1px solid #d8edf4;
    border-radius: 8px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 14px;
    padding: 6px;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .mobile-condition-nav button {
    background: #f4fbfd;
    border: 1px solid #cfe7ef;
    border-radius: 7px;
    color: #0876bd;
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.2;
    min-height: 34px;
    padding: 5px 3px;
  }

  .mobile-condition-nav button.is-active {
    background: #0786d5;
    border-color: #0786d5;
    color: #fff;
  }

  [data-mobile-condition-section] {
    scroll-margin-top: 74px;
  }

  [data-mobile-condition-section].is-current .mobile-filter-option-group {
    border-color: #9fd5e4;
    box-shadow: 0 0 0 2px rgba(7, 134, 213, 0.08);
  }

  .mobile-filter-modal__foot {
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e1edf1;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  }

  .mobile-filter-modal__foot button {
    background: #0786d5;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    min-height: 44px;
    width: 100%;
  }

  .mobile-filter-option-group,
  .mobile-prefecture-group {
    border: 1px solid #dfe8ec;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .mobile-filter-option-group h3,
  .mobile-prefecture-group h3 {
    background: #f6fbfd;
    color: #0876bd;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
    padding: 13px 16px;
  }

  .mobile-filter-option-group h3 span {
    color: #0876bd;
    font-size: 0.9rem;
  }

  .mobile-filter-option,
  .mobile-prefecture-group a {
    align-items: center;
    background: #fff;
    border: 0;
    border-top: 1px solid #e2e9ec;
    color: #0786d5;
    cursor: pointer;
    display: flex;
    font-size: 0.96rem;
    font-weight: 800;
    justify-content: space-between;
    line-height: 1.4;
    min-height: 52px;
    padding: 12px 16px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  .mobile-filter-option:disabled,
  .mobile-prefecture-group a.is-current {
    color: #aeb6bb;
    cursor: default;
  }

  .mobile-filter-option[aria-pressed="true"] {
    background: #eef8fb;
    color: #006aa8;
  }

  .mobile-filter-checkbox {
    border: 2px solid #7d91cb;
    border-radius: 3px;
    flex: 0 0 auto;
    height: 20px;
    margin-left: 12px;
    position: relative;
    width: 20px;
  }

  .mobile-filter-option[aria-pressed="true"] .mobile-filter-checkbox::after {
    border-bottom: 3px solid #0786d5;
    border-right: 3px solid #0786d5;
    content: "";
    height: 12px;
    left: 5px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 6px;
  }

  .mobile-filter-option:disabled .mobile-filter-checkbox {
    border-color: #cbd2d6;
  }

  .new-job-alert-cta {
    display: flex;
  }

  .medley-result-head,
  .medley-job-card__head,
  .prefecture-search-groups section {
    grid-template-columns: 1fr;
  }

  .new-job-alert-cta {
    font-size: 0.78rem;
    min-height: 30px;
    padding: 4px 10px;
  }

  .medley-job-card {
    gap: 10px;
    padding: 14px;
  }

  .medley-job-card__head {
    gap: 6px;
    padding-right: 58px;
  }

  .medley-job-card__head p {
    font-size: 0.76rem;
    margin-bottom: 3px;
  }

  .medley-job-card h3 {
    font-size: 1.02rem;
    line-height: 1.42;
  }

  .job-summary-table div {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .job-summary-table dt,
  .job-summary-table dd {
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 7px 8px;
  }

  .medley-job-card__description {
    display: -webkit-box;
    font-size: 0.82rem;
    line-height: 1.65;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .medley-job-card .tag-row {
    gap: 6px;
    margin-top: 2px;
  }

  .medley-job-card .tag {
    font-size: 0.7rem;
    line-height: 1.25;
    padding: 5px 8px;
  }

  .medley-job-card__actions {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
    justify-self: stretch;
    width: 100%;
  }

  .medley-job-card__actions .button {
    font-size: 0.82rem;
    line-height: 1.25;
    min-height: 44px;
    padding: 10px 8px;
    white-space: normal;
  }

  .medley-job-card__actions .medley-favorite-button {
    font-size: 1.18rem;
    padding: 0;
  }

  .medley-result-head .button,
  .prefecture-search-card__actions .button,
  .member-cta-panel .button {
    width: 100%;
  }

  .member-cta-panel {
    gap: 14px;
    padding: 20px 14px;
  }

  .member-cta-panel h2 {
    font-size: clamp(1.12rem, 5.1vw, 1.3rem);
    line-height: 1.28;
    white-space: nowrap;
  }

  .member-cta-panel__bubble {
    font-size: 0.88rem;
    padding: 10px 12px;
  }

  .member-cta-panel__copy > p:not(.member-cta-panel__bubble) {
    font-size: 0.86rem;
    line-height: 1.7;
  }

  .member-cta-panel__actions {
    gap: 10px;
  }

  .member-cta-panel__actions a {
    font-size: 0.84rem;
    gap: 8px;
    min-height: 52px;
    padding: 10px 8px;
  }

  .prefecture-search-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prefecture-search-tabs a:nth-child(2) {
    border-right: 0;
  }

  .job-list-controls {
    margin-bottom: 10px;
  }

  .job-list-controls__count {
    display: none;
  }

  .job-list-toolbar {
    margin-bottom: 0;
  }

  .sort-buttons {
    width: 100%;
  }

  .sort-buttons button {
    flex: 1 1 0;
    font-size: 0.74rem;
    min-height: 34px;
    padding: 7px 8px;
  }

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

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

  .directory-location-panel,
  .directory-related-grid {
    grid-template-columns: 1fr;
  }

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

  .site-footer__brand {
    min-height: 46px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .guide-hero__actions .button {
    flex: 1 1 190px;
  }

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

  .choice-grid--compact,
  .register-support-grid {
    grid-template-columns: 1fr;
  }

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

  .mobile-bottom-cta {
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    bottom: 0;
    box-shadow: 0 -10px 28px rgba(72, 80, 88, 0.12);
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    max-width: 100vw;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    width: 100vw;
    z-index: 30;
  }

  .prefecture-hero h1 {
    font-size: clamp(1.42rem, 6.4vw, 1.85rem);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand {
    height: 50px;
    width: 198px;
  }

  .site-nav {
    gap: 8px;
  }

  .site-nav a {
    font-size: 0.78rem;
  }

  .site-nav__cta {
    padding: 6px 9px;
  }

  .listing-hero h1,
  .register-copy h1 {
    font-size: 2.2rem;
  }

  .page-home main {
    margin: 0;
    max-width: none;
    overflow: hidden;
    width: 100%;
  }

  .page-home .home-hero,
  .page-home .home-search-dock,
  .page-home .home-section,
  .page-home .home-support-cta,
  .page-home .section-block {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
  }

  .page-home .home-section,
  .page-home .home-support-cta {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .directory-hero {
    padding: 20px 14px;
  }

  .directory-hero h1 {
    font-size: 1.62rem;
    line-height: 1.32;
  }

  .directory-hero__inner > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 10px;
  }

  .directory-hub-section {
    padding: 16px 14px;
  }

  .directory-choice-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .directory-choice-card {
    min-height: 0;
    padding: 14px;
  }

  .directory-choice-card strong {
    font-size: 0.96rem;
  }

  .directory-choice-card p {
    font-size: 0.82rem;
    line-height: 1.65;
  }

  .guide-hero {
    padding: 22px 14px 28px;
  }

  .guide-hero__inner {
    padding-top: 16px;
  }

  .guide-hero h1 {
    font-size: 1.9rem;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .guide-hero__inner > p:not(.eyebrow) {
    font-size: 0.94rem;
    line-height: 1.8;
  }

  .guide-hero__actions {
    display: grid;
    gap: 10px;
  }

  .guide-hero__actions .button {
    min-width: 0;
    width: 100%;
  }

  .page-guide .home-section,
  .page-guide .home-support-cta {
    padding-left: 14px;
    padding-right: 14px;
  }

  .guide-info-panel {
    gap: 18px;
    padding: 16px 12px;
  }

  .guide-info-panel h2 {
    font-size: 1.24rem;
    line-height: 1.35;
  }

  .guide-info-panel p,
  .guide-card-grid p,
  .guide-article-body p {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .guide-card-grid {
    gap: 10px;
  }

  .guide-card-grid article {
    gap: 8px;
    padding: 14px;
  }

  .guide-card-grid h3 {
    font-size: 0.98rem;
  }

  .guide-article-body {
    gap: 16px;
    padding: 24px 14px;
  }

  .guide-article-body > section {
    padding: 16px 14px;
  }

  .guide-article-body h2 {
    font-size: 1.22rem;
  }

  .page-home .home-search-dock {
    max-width: none;
  }

  .page-home .home-search-card {
    max-width: 100%;
    width: 100%;
  }

  .page-home .home-search-badge {
    left: auto;
    margin: 0 0 10px;
    max-width: 100%;
    position: relative;
    top: auto;
    width: fit-content;
  }

  .home-support-cta__panel {
    border-radius: 8px;
    gap: 12px;
    padding: 16px 14px;
  }

  .home-support-cta__panel h2 {
    font-size: 1.52rem;
    line-height: 1.3;
    width: 100%;
  }

  .home-mobile-break {
    display: block;
  }

  .home-support-cta__bubble {
    border-radius: 999px;
    font-size: 0.88rem;
    padding: 12px 10px;
    white-space: nowrap;
  }

  .home-support-cta__actions {
    gap: 10px;
  }

  .home-support-cta__actions a {
    font-size: 0.92rem;
    gap: 10px;
    justify-content: center;
    min-height: 58px;
    padding-inline: 14px;
    white-space: nowrap;
    word-break: keep-all;
  }

  .home-support-cta__actions a span {
    border-width: 2px;
    flex: 0 0 auto;
    height: 20px;
    width: 20px;
  }

  .home-section-title {
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .home-title-icon {
    height: 46px;
    width: 46px;
  }

  .home-title-icon--search::before {
    height: 16px;
    width: 16px;
  }

  .home-title-icon--search::after {
    right: 10px;
    top: 29px;
    width: 14px;
  }

  .home-title-icon--flow::before {
    height: 22px;
    width: 22px;
  }

  .home-title-icon--flow::after {
    height: 14px;
    top: 14px;
    width: 3px;
  }

  .home-title-icon--faq::before {
    border-width: 3px;
    height: 18px;
    width: 24px;
  }

  .home-title-icon--faq::after {
    border-width: 5px 0 0 7px;
    bottom: 13px;
    left: 17px;
  }

  .home-section-title h2,
  .home-section > h2,
  .home-detail-panel h2,
  .home-service-copy h2,
  .home-bordered-panel h2,
  .home-section--useful h2,
  .home-section--site-links h2 {
    font-size: 1.32rem;
    line-height: 1.35;
  }

  .home-section > h2,
  .home-detail-panel h2,
  .home-section--useful h2,
  .home-section--site-links h2 {
    font-size: 1.24rem;
  }

  .home-area-panel,
  .home-new-job-panel,
  .home-detail-panel,
  .home-bordered-panel,
  .home-section--useful,
  .home-section--site-links {
    padding: 12px 10px;
  }

  .home-region-tabs,
  .home-region-tabs--wide,
  .home-detail-grid {
    grid-template-columns: 1fr;
  }

  .home-detail-grid {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-prefecture-block .home-region-tabs {
    border-radius: 8px 8px 0 0;
    gap: 4px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 0;
    padding: 4px;
  }

  .home-region-tabs a,
  .home-region-tabs button,
  .home-region-tabs a:first-child,
  .home-region-tabs a:last-child,
  .home-region-tabs button:first-child,
  .home-region-tabs button:last-child {
    border-radius: 8px;
  }

  .home-prefecture-block h3,
  .home-popular-area-block h3 {
    font-size: 0.86rem;
    gap: 8px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .home-prefecture-block h3 span,
  .home-popular-area-block h3 span {
    height: 22px;
    width: 22px;
  }

  .home-prefecture-block h3 span::before,
  .home-popular-area-block h3 span::before {
    border-width: 2px;
    height: 8px;
    left: 6px;
    top: 4px;
    width: 8px;
  }

  .home-prefecture-block h3 span::after,
  .home-popular-area-block h3 span::after {
    border-width: 8px 5px 0;
    left: 6px;
    top: 12px;
  }

  .home-region-tabs {
    gap: 8px;
    margin-bottom: 12px;
  }

  .home-region-tabs a,
  .home-region-tabs button {
    font-size: 0.86rem;
    line-height: 1.25;
    min-height: 42px;
    padding: 8px 6px;
  }

  .home-prefecture-block .home-region-tabs button {
    min-height: 36px;
    padding: 6px 5px;
  }

  .home-map-links {
    min-height: 0;
    padding: 16px;
  }

  .home-prefecture-pills,
  .home-city-pills {
    gap: 8px;
  }

  .home-prefecture-block .home-prefecture-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-region-panels {
    border-radius: 0 0 8px 8px;
    padding: 10px;
  }

  .home-region-panels .home-prefecture-pills[hidden] {
    display: none;
  }

  .home-popular-area-block .home-city-pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-prefecture-pills a,
  .home-city-pills a {
    flex: 1 1 calc(50% - 10px);
    font-size: 0.84rem;
    line-height: 1.25;
    min-height: 40px;
    padding: 8px 10px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
  }

  .home-popular-area-block .home-city-pills a {
    font-size: 0.76rem;
    min-height: 38px;
    padding: 8px 5px;
  }

  .home-prefecture-block .home-prefecture-pills a {
    font-size: 0.78rem;
    min-height: 38px;
    padding: 8px 5px;
  }

  .home-new-region-track button {
    flex-basis: auto;
    font-size: 0.86rem;
    min-width: 84px;
    min-height: 52px;
    padding: 9px 12px;
  }

  .home-new-prefecture-scroll {
    padding: 12px 0 8px;
  }

  .home-new-prefecture-pills {
    gap: 8px;
  }

  .home-new-prefecture-pills a,
  .home-new-prefecture-pills button {
    font-size: 0.8rem;
    min-height: 38px;
    min-width: 76px;
    padding: 8px 10px;
  }

  .home-new-job-card {
    gap: 10px;
    min-height: 0;
    padding: 14px;
  }

  .home-new-job-card h3 {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .home-new-job-card dl {
    gap: 6px;
  }

  .home-new-job-card dl div {
    gap: 6px;
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .home-new-job-card dt,
  .home-new-job-card dd {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .home-new-job-card__tags {
    gap: 6px;
  }

  .home-new-job-card__tags span {
    font-size: 0.72rem;
    line-height: 1.25;
    padding: 3px 6px;
  }

  .home-new-job-card > p {
    font-size: 0.78rem;
  }

  .home-detail-grid a {
    gap: 4px;
    flex-wrap: nowrap;
    font-size: clamp(0.68rem, 2.45vw, 0.78rem);
    justify-content: center;
    line-height: 1.25;
    min-height: 46px;
    min-width: 0;
    overflow: hidden;
    padding: 10px 3px;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
  }

  .home-detail-grid a span {
    border-width: 2px;
    flex: 0 0 auto;
    height: 7px;
    margin-left: 0;
    width: 7px;
  }

  .home-service-copy > p:first-child {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }

  .home-service-copy > p:last-child,
  .home-bordered-panel > p,
  .home-section-lead {
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 8px auto 14px;
    text-align: left;
  }

  .home-service-grid {
    gap: 12px;
    margin-top: 18px;
  }

  .home-service-grid article {
    gap: 9px;
    padding: 15px 14px;
  }

  .home-service-grid article::before {
    height: 70px;
    right: -32px;
    top: -32px;
    width: 70px;
  }

  .home-service-point {
    font-size: 0.66rem;
    padding: 6px 9px;
  }

  .home-service-grid h3 {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .home-service-grid p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .home-article-grid {
    gap: 12px;
  }

  .home-article-card__visual {
    padding: 12px;
  }

  .home-article-card__visual span {
    font-size: 0.78rem;
    padding: 7px 11px;
  }

  .home-article-card__visual::after {
    height: 58px;
    right: 12px;
    top: 36px;
    width: 58px;
  }

  .home-article-card__body {
    gap: 7px;
    padding: 12px;
  }

  .home-article-card__meta {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .home-article-card strong {
    font-size: 0.92rem;
    line-height: 1.48;
    -webkit-line-clamp: 3;
  }

  .home-article-card__excerpt {
    font-size: 0.82rem;
    line-height: 1.65;
    -webkit-line-clamp: 3;
  }

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

  .home-benefit-grid article,
  .home-flow-grid article {
    gap: 7px;
    min-height: 0;
    padding: 12px 6px;
  }

  .home-flow-grid article {
    min-height: 94px;
  }

  .home-benefit-grid span,
  .home-flow-grid span {
    font-size: 0.82rem;
    height: 36px;
    width: 36px;
  }

  .home-benefit-grid strong,
  .home-flow-grid strong {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .home-benefit-grid strong {
    font-size: 0.8rem;
  }

  .home-flow-grid strong {
    font-size: 0.78rem;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .home-faq-list {
    gap: 12px;
  }

  .home-faq-list article {
    gap: 10px;
    padding: 14px;
  }

  .home-faq-list h3,
  .home-faq-list p {
    gap: 10px;
    grid-template-columns: 30px minmax(0, 1fr);
    line-height: 1.65;
  }

  .home-faq-list h3 {
    font-size: 0.94rem;
  }

  .home-faq-list p {
    font-size: 0.9rem;
  }

  .home-faq-list span {
    font-size: 0.82rem;
    height: 28px;
    width: 28px;
  }

  .home-useful-grid a {
    font-size: 0.74rem;
    line-height: 1.45;
    min-height: 70px;
    padding: 11px 26px 11px 8px;
    word-break: keep-all;
  }

  .home-useful-grid a strong {
    border-width: 2px;
    height: 8px;
    right: 13px;
    width: 8px;
  }

  .home-center-button {
    font-size: 0.92rem;
    margin-top: 18px;
    min-height: 48px;
    padding: 12px 16px;
  }

  .site-footer {
    gap: 16px;
    overflow: hidden;
    padding: 24px 14px 28px;
  }

  .site-footer > div,
  .site-footer nav {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .site-footer__brand {
    gap: 8px;
    max-width: 100%;
    min-height: 42px;
  }

  .site-footer__brand img {
    height: 38px;
    width: 42px;
  }

  .site-footer__brand span {
    font-size: 1.35rem;
    white-space: nowrap;
  }

  .site-footer p {
    font-size: 0.82rem;
    line-height: 1.7;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

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

  .site-footer a {
    font-size: 0.78rem;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .home-hero__content,
  .home-hero h1,
  .home-hero__content > p:not(.eyebrow) {
    max-width: 100%;
  }

  .home-hero h1,
  .home-hero__content > p:not(.eyebrow) {
    overflow-wrap: anywhere;
  }

  .register-stage {
    max-width: 390px;
    overflow: hidden;
    width: min(100%, 390px);
  }

  .page-register .register-stage {
    max-width: none;
    width: 100%;
  }

  .register-hero {
    display: block;
    gap: 20px;
    max-width: 100vw;
    overflow: hidden;
    padding: 24px 14px 22px;
    width: 100%;
  }

  .register-hero__copy,
  .register-hero__copy > p:not(.eyebrow),
  .register-hero h1 {
    max-width: min(calc(100vw - 28px), 360px);
    width: min(calc(100vw - 28px), 360px);
  }

  .page-register .register-hero__copy,
  .page-register .register-hero__copy > p:not(.eyebrow),
  .page-register .register-hero h1 {
    max-width: none;
    width: 100%;
  }

  .register-hero h1 {
    font-size: 1.95rem;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .page-register .register-hero h1 {
    font-size: 1.75rem;
    line-height: 1.28;
    word-break: keep-all;
  }

  .register-hero h1 span {
    display: block;
  }

  .register-hero__copy > p:not(.eyebrow) {
    word-break: break-all;
  }

  .page-register .register-hero__copy > p:not(.eyebrow) {
    word-break: keep-all;
  }

  .register-hero__badges {
    display: grid;
    grid-template-columns: 1fr;
    width: min(calc(100vw - 28px), 360px);
  }

  .page-register .register-hero__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .register-hero__badges span {
    font-size: 0.86rem;
    justify-content: center;
    padding-inline: 8px;
    width: 100%;
  }

  .register-hero__proof {
    align-items: stretch;
    flex-direction: column;
  }

  .register-hero__proof strong,
  .register-hero__proof span {
    text-align: center;
  }

  .register-hero__visual,
  .register-hero__visual img {
    min-height: 230px;
  }

  .register-hero__visual {
    margin-top: 20px;
    width: min(calc(100vw - 28px), 360px);
  }

  .page-register .register-hero__visual {
    width: 100%;
  }

  .register-hero__visual figcaption {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .step-lead {
    max-width: 390px;
    padding-inline: 10px;
    width: 100%;
  }

  .page-register .step-lead {
    max-width: none;
    padding: 18px 10px 24px;
  }

  .prefecture-search-card {
    padding: 18px 10px;
  }

  .page-prefecture-jobs main {
    margin: 0;
    max-width: none;
    overflow: hidden;
    width: 100%;
  }

  .page-prefecture-jobs .prefecture-hero,
  .page-prefecture-jobs .medley-layout {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
  }

  .page-prefecture-jobs .prefecture-hero {
    padding-bottom: 18px;
    padding-top: 20px;
  }

  .page-prefecture-jobs .medley-layout {
    padding-top: 18px;
  }

  .prefecture-hero h1 {
    font-size: 1.34rem;
    line-height: 1.34;
    max-width: 100%;
    word-break: keep-all;
  }

  .prefecture-hero__seo {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: 8px;
    padding: 0;
  }

  .prefecture-hero__seo summary {
    font-size: 0.74rem;
    font-weight: 700;
    gap: 6px;
    line-height: 1.55;
  }

  .prefecture-hero__seo-text {
    -webkit-line-clamp: 1;
  }

  .prefecture-search-tabs {
    grid-template-columns: 1fr;
  }

  .prefecture-search-tabs a,
  .prefecture-search-tabs a:nth-child(2) {
    border-right: 0;
  }

  .prefecture-search-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sort-buttons {
    display: flex;
    grid-template-columns: none;
  }

  .sort-buttons button {
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .sort-buttons button:last-child {
    border-right: 0;
  }

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

  .mobile-bottom-cta .button {
    font-size: 0.78rem;
    line-height: 1.2;
    max-width: 100%;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    white-space: normal;
  }

  .mobile-bottom-cta {
    left: 0;
    max-width: none;
    right: 0;
    width: 100%;
  }

  .step-lead__updated,
  .lead-form--step,
  .register-support-grid {
    max-width: 100%;
    width: 100%;
  }

  .step-progress {
    padding: 14px 8px 10px;
  }

  .step-progress__item::before {
    left: calc(-50% + 18px);
    right: calc(50% + 18px);
    top: 15px;
  }

  .step-progress__item span {
    font-size: 0.78rem;
    height: 30px;
    width: 30px;
  }

  .step-progress__item strong {
    font-size: 0.62rem;
  }

  .step-form-card {
    padding: 16px 12px 18px;
  }

  .step-form-card legend {
    font-size: 1.22rem;
  }

  .page-register .register-job-context__card {
    padding: 14px 12px;
  }

  .page-register .register-job-context__card dl {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-register .register-job-context__card dl div {
    border-radius: 8px;
  }

  .choice-grid,
  .choice-grid--two,
  .choice-grid--compact {
    gap: 9px;
    grid-template-columns: 1fr;
  }

  .choice-card__label {
    min-height: 58px;
  }

  .step-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .step-button {
    width: 100%;
  }

  .home-hero h1 {
    font-size: 1.95rem;
  }

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

  .result-bar {
    align-items: stretch;
    flex-direction: column;
  }

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

  .job-summary-table div {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .button,
  .button--secondary {
    font-size: 0.92rem;
    width: 100%;
  }

}

@media (max-width: 980px) {
  .page-register .register-lp-hero {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .page-register .register-lp-hero__visual {
    min-height: 240px;
  }

  .page-register .register-lp-hero__visual img {
    min-height: 240px;
  }

  .page-register .register-lp-form {
    margin-left: 14px;
    margin-right: 14px;
  }

  .page-register .register-support-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .page-register .register-lp-hero {
    gap: 14px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 12px 14px;
    width: min(100%, 390px);
    max-width: 390px;
    box-sizing: border-box;
  }

  .page-register .register-lp,
  .page-register .register-lp-hero__copy,
  .page-register .register-lp-badges,
  .page-register .register-lp-proof {
    max-width: 100vw;
    min-width: 0;
    width: 100%;
  }

  .page-register .register-lp-hero__copy,
  .page-register .register-lp-badges,
  .page-register .register-lp-proof,
  .page-register .register-lp-hero h1,
  .page-register .register-lp-hero__copy > p:not(.eyebrow) {
    max-width: 366px;
    width: min(100%, 366px);
  }

  .page-register .register-lp-hero__copy {
    gap: 12px;
  }

  .page-register .register-lp-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-register .register-lp-badges span {
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    min-height: 34px;
    min-width: 0;
    overflow-wrap: anywhere;
    padding: 8px 7px;
    text-align: center;
    white-space: normal;
  }

  .page-register .register-lp-hero h1 {
    font-size: 1.9rem;
    line-height: 1.2;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .page-register .register-lp-hero h1 span {
    display: block;
  }

  .page-register .register-lp-hero__copy > p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .page-register .register-lp-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-register .register-lp-proof strong,
  .page-register .register-lp-proof span {
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.3;
    min-width: 0;
    overflow-wrap: anywhere;
    padding-inline: 8px;
    text-align: center;
    white-space: normal;
  }

  .page-register .register-lp-hero__visual {
    min-height: 180px;
  }

  .page-register .register-lp-hero__visual img {
    min-height: 180px;
  }

  .page-register .register-lp-form {
    border-radius: 12px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 370px;
    width: min(calc(100% - 20px), 370px);
  }

  .page-register .register-lp-form__head {
    align-items: stretch;
    display: grid;
    gap: 12px;
    padding: 16px 14px;
  }

  .page-register .register-lp-form__head h2 {
    font-size: 1.36rem;
  }

  .page-register .register-lp-form__head .step-lead__updated {
    justify-content: center;
    width: 100%;
  }

  .page-register .lead-form--step .step-progress {
    padding: 14px 8px 10px;
  }

  .page-register .step-progress__item strong {
    font-size: 0.54rem;
  }

  .page-register .step-form-card {
    box-sizing: border-box;
    max-width: 100%;
    min-inline-size: 0;
    padding: 18px 12px 20px;
    width: 100%;
  }

  .page-register .step-form-card legend {
    font-size: 1.2rem;
  }

  .page-register .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .page-register .choice-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-register .choice-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-register .choice-card__label {
    font-size: 0.78rem;
    line-height: 1.32;
    min-height: 56px;
    overflow-wrap: anywhere;
    padding: 8px 5px;
    word-break: normal;
  }

  .page-register .form-grid {
    grid-template-columns: 1fr;
  }

  .page-register .register-support-grid {
    padding: 22px 10px 30px;
  }
}
