/* 職種別ページを採用ページのデザインへ統一する上書きスタイル */
:root {
  --tiffany: #0ABAB5;
  --tiffany-light: #E6F9F8;
  --tiffany-dark: #089490;
  --gray-50: #F7F8F9;
  --gray-100: #EEF0F2;
  --gray-200: #D8DCE0;
  --gray-300: #B0B8C1;
  --gray-600: #6B7684;
  --gray-800: #333D4B;
  --gray-900: #191F28;
  --brand: var(--tiffany);
  --brand-dark: var(--tiffany-dark);
  --brand-soft: var(--tiffany-light);
  --ink: var(--gray-900);
  --body: var(--gray-800);
  --muted: var(--gray-600);
  --line: var(--gray-200);
  --surface: var(--gray-50);
  --orange: #FF6B35;
  --shadow: 0 16px 48px rgba(0, 0, 0, 0.10);
}

body {
  color: var(--gray-800);
  line-height: 1.9;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: min(1080px, calc(100% - 48px));
}

header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 80px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 0;
  z-index: 9000;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(216, 220, 224, 0.72);
}

.header-inner {
  width: min(1300px, calc(100% - 80px));
}

.brand {
  gap: 12px;
  letter-spacing: 1px;
}

.brand img {
  width: 42px;
  height: 42px;
  border: 2px solid var(--gray-200);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.brand small {
  color: var(--tiffany);
  letter-spacing: 1.5px;
}

.nav {
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}

.nav a {
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.nav a:hover {
  color: var(--tiffany);
  background: var(--tiffany-light);
}

.nav .button {
  padding: 10px 22px;
  border-radius: 60px;
  background: linear-gradient(135deg, var(--tiffany) 0%, #2196F3 100%);
  box-shadow: 0 4px 12px rgba(10, 186, 181, 0.24);
}

.nav .button:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--tiffany-dark) 0%, #1976D2 100%);
}

.hero {
  position: relative;
  min-height: 620px;
  margin-top: 80px;
  padding: 84px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0;
  background: #1a2a3a;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('img/recruit-hero.jpg?v=20260727') center center / cover no-repeat;
  filter: saturate(1.12) contrast(1.05) brightness(0.88);
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(8, 40, 50, 0.78) 0%, rgba(8, 40, 50, 0.48) 56%, rgba(10, 186, 181, 0.18) 100%);
  z-index: 1;
}

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

.breadcrumb {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 42px;
}

.breadcrumb a:hover {
  color: #fff;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 3px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 56px;
}

.tag {
  background: linear-gradient(135deg, var(--tiffany) 0%, #2196F3 100%);
  padding: 7px 16px;
}

.hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
}

.lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.salary-card {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.salary-card strong {
  font-size: 25px;
  font-weight: 700;
}

.salary-card .location b {
  color: var(--tiffany-dark);
}

main {
  padding: 96px 0 112px;
}

.content-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 64px;
}

.section {
  padding-bottom: 52px;
  margin-bottom: 52px;
}

.section-label {
  color: var(--tiffany);
  letter-spacing: 3px;
}

.section h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}

.section h3 {
  font-weight: 600;
}

.section li::before {
  background: linear-gradient(135deg, var(--tiffany) 0%, #2196F3 100%);
}

.facts {
  gap: 16px;
}

.fact {
  border: 1px solid rgba(10, 186, 181, 0.15);
  border-radius: 16px;
  padding: 22px;
  background: linear-gradient(145deg, var(--tiffany-light) 0%, #f0f7ff 100%);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.fact dt {
  color: var(--tiffany-dark);
}

.side {
  top: 108px;
}

.apply-card {
  color: #fff;
  border-radius: 24px;
  padding: 30px;
  background: linear-gradient(135deg, var(--tiffany) 0%, #2196F3 100%);
  box-shadow: 0 16px 48px rgba(10, 120, 180, 0.22);
}

.apply-card p {
  color: rgba(255, 255, 255, 0.86);
}

.apply {
  color: var(--tiffany-dark);
  background: #fff;
  border-radius: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.apply:hover {
  color: var(--tiffany-dark);
  background: #f0fafa;
}

.contact {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid rgba(10, 186, 181, 0.18);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, var(--tiffany-light) 100%);
}

.contact a {
  display: block;
  margin: 4px 0;
}

.contact a:hover strong {
  color: #1976D2;
}

.contact strong {
  color: var(--tiffany-dark);
  font-size: 16px;
}

.other {
  padding: 78px 0;
  background: linear-gradient(180deg, var(--tiffany-light) 0%, #f0f7ff 100%);
}

.other-links a {
  min-height: 76px;
  border: 1px solid rgba(10, 186, 181, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}

.other-links a span {
  color: var(--tiffany);
}

.other-links a:hover {
  border-color: var(--tiffany);
  color: var(--tiffany-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10, 186, 181, 0.13);
}

.line-float {
  background: linear-gradient(135deg, var(--tiffany) 0%, #2196F3 100%);
}

footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 60px 0 32px;
  background: linear-gradient(135deg, #0ABAB5 0%, #089490 40%, #2196F3 100%);
}

footer::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #4CAF50 0%, #FFD700 50%, #2196F3 100%);
}

.footer-brand span,
.copyright {
  color: rgba(255, 255, 255, 0.82);
}

.footer-links a:hover {
  color: #FFD700;
}

@media (max-width: 900px) {
  .header-inner {
    width: min(100% - 40px, 1300px);
  }

  .nav a:not(.button) {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 64px 0 72px;
  }

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

  .hero-grid {
    gap: 32px;
  }

  .salary-card {
    max-width: 560px;
  }

  .content-grid {
    gap: 28px;
  }

  .side {
    position: static;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 32px, 1080px);
  }

  header {
    height: 70px;
  }

  .header-inner {
    width: min(100% - 32px, 1300px);
  }

  .brand span {
    font-size: 12px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .nav .button {
    padding: 9px 14px;
    font-size: 12px;
  }

  .hero {
    margin-top: 70px;
    padding: 48px 0 56px;
  }

  .breadcrumb {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .lead {
    font-size: 14px;
  }

  .salary-card {
    padding: 22px;
  }

  main {
    padding: 72px 0 84px;
  }

  .section h2 {
    font-size: 24px;
  }

  .facts,
  .other-links {
    grid-template-columns: 1fr;
  }

  .other {
    padding: 60px 0;
  }
}
