/* 初期 HTML 用（CSP 互換・インライン style なし） */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 99999;
  padding: 0.5rem 1rem;
  background: hsl(38 70% 50%);
  color: hsl(20 10% 8%);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 0.25rem;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  outline: 2px solid hsl(40 60% 70%);
  outline-offset: 2px;
}

/* /recruit — JS オフ時のフォールバック */
.recruit-noscript-fallback {
  max-width: 42rem;
  margin: 2rem auto;
  padding: 0 1.25rem;
  font-family: system-ui, sans-serif;
  line-height: 1.7;
  color: #111;
}
.recruit-noscript-fallback h1 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.recruit-noscript-fallback a {
  color: hsl(38 70% 35%);
}
