/* ============================================================
   page.css — 下層ページ用
   訪問看護ステーション シーガル
   ============================================================ */
/* ==============================
   共通：下層ページヒーロー
============================== */
.sp-br { display: none; }

@media (max-width: 768px) {
  .sp-br { display: inline; }
}
.page-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);
  padding: 48px 40px 64px;
  text-align: center;
  overflow: hidden;
}
.page-hero-bg-text {
  position: absolute;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 8px;
  font-family: var(--font-serif);
  pointer-events: none;
}
.page-hero-eyebrow {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.page-hero h1 {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
.page-hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
/* ==============================
   共通：セクション見出し
============================== */
.sec-label {
  text-align: center;
  font-size: 11px;
  letter-spacing: 5px;
  color: #5A8FAA;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sec-title {
  font-family: var(--font-serif);
  text-align: center;
  font-size: 26px;
  color: var(--navy);
  margin-bottom: 12px;
}
.sec-deco {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
/* ==============================
   企業理念ページ（philosophy.html）
============================== */
.hero {
  position: relative;
  height: 800px;
  overflow: hidden;
  background: #0a3a5c;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/philosophy/hero-bg-pc.png') top center / cover no-repeat;
}
@media (max-width: 768px) {
  .hero-bg {
    background: url('../images/philosophy/hero-bg-sp.png') center center/ cover no-repeat;
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 58, 92, 0.82) 38%, rgba(10, 58, 92, 0.08) 100%);
}
.hero-bg-text {
  position: absolute;
  bottom: -10px;
  left: 5%;
  font-family: var(--font-caveat);
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.04);
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-label {
  font-family: var(--font-caveat);
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3.5vw, 2.6rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.65;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}
.hero-title-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  margin-top: 10px;
}
.hero-title-line span {
  font-family: var(--font-serif);
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  font-weight: 300;
  color: rgba(168, 216, 240, 0.9);
  letter-spacing: 0.15em;
}
.hero-title-line::before {
  content: '';
  display: block;
  width: 36px;
  height: 1.5px;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-badges {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  width: 100%;
  height: auto;
  border-radius: 50%;
  gap: 18px;
  padding: 26px;
  text-align: center;
  transition: background 0.25s;
  flex-wrap: nowrap;
}
.hero-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(8px);
  gap: 5px;
  padding: 40px 18px;
  text-align: center;
  transition: background 0.25s;
}
.hero-badge:hover {
  background: rgba(255, 255, 255, 0.2);
}
.hero-badge img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.hero-badge span {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.hero-badge span .badge-highlight {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  color: #F5C49A;
  letter-spacing: 0.05em;
}
.hero-badge:nth-child(1) {
  border: 2.5px solid rgba(232, 147, 74, 0.85);
  outline: 1px solid rgba(232, 147, 74, 0.35);
  outline-offset: 4px;
  background: rgba(232, 147, 74, 0.15);
}
.hero-badge:nth-child(2) {
  border: 2.5px solid rgba(168, 216, 240, 0.85);
  outline: 1px solid rgba(168, 216, 240, 0.35);
  outline-offset: 4px;
  background: rgba(168, 216, 240, 0.15);
}
.hero-badge:nth-child(3) {
  border: 2.5px solid rgba(130, 180, 140, 0.85);
  outline: 1px solid rgba(130, 180, 140, 0.35);
  outline-offset: 4px;
  background: rgba(130, 180, 140, 0.15);
}
.section-label {
  font-family: var(--font-caveat);
  font-size: 1rem;
  color: var(--navy-mid);
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 8px;
}
/* philosophy.html専用（.mv-section・.value-wrap内で使用） */
.mv-section .section-title, .value-wrap .section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 400;
  text-align: center;
  color: var(--navy-mid);
  margin-bottom: 48px;
  position: relative;
  letter-spacing: 0.06em;
}
.mv-section .section-title::after, .value-wrap .section-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: var(--accent);
  margin: 14px auto 0;
  border-radius: 2px;
}
.mv-section {
  background: var(--bg);
  padding: 80px 0 0;
}
.mv-section-header {
  text-align: center;
  padding: 0 5% 56px;
}
.mv-block {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 420px;
  margin-bottom: 48px;
}
.mv-block-photo {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
  background: #c8dce8;
  min-height: 380px;
}
.mv-block-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mv-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #7aaabf;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.mv-block-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48%;
  background: var(--white);
  padding: 48px 52px;
  box-shadow: -8px 0 40px rgba(42, 100, 150, 0.1), 0 8px 32px rgba(42, 100, 150, 0.08);
  z-index: 2;
  border-radius: 2px 0 0 2px;
}
.mv-block.vision {
  flex-direction: row-reverse;
}
.mv-block.vision .mv-block-photo {
  background: #d4e8d8;
}
.mv-block.vision .mv-block-text {
  right: auto;
  left: 0;
  border-radius: 0 2px 2px 0;
  background: var(--bg);
  box-shadow: 8px 0 40px rgba(42, 100, 150, 0.1), 0 8px 32px rgba(42, 100, 150, 0.08);
}
.mv-block-en {
  font-family: var(--font-caveat);
  font-size: 0.82rem;
  color: var(--navy-mid);
  letter-spacing: 0.25em;
  margin-bottom: 14px;
  opacity: 0.65;
}
.mv-block.vision .mv-block-en {
  color: var(--accent);
  opacity: 0.8;
}
.mv-block-divider {
  width: 32px;
  height: 2px;
  background: var(--navy-mid);
  margin-bottom: 22px;
  border-radius: 1px;
}
.mv-block.vision .mv-block-divider {
  background: var(--accent);
}
.mv-block-main {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 400;
  color: var(--navy-mid);
  line-height: 1.9;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.mv-block.vision .mv-block-main {
  color: #1a5a3a;
}
.mv-block-sub {
  font-size: 0.83rem;
  color: var(--text-mid);
  line-height: 2;
  border-top: 1px solid rgba(42, 100, 150, 0.1);
  padding-top: 18px;
}
.value-wrap {
  background: var(--white);
  padding: 80px 5% 100px;
}

.value-title-line {
  display: block;     
  margin-top: -6px; 
  margin-bottom: 2px;
}
.value-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.value-card {
  display: flex;
  align-items: stretch;
  border-radius: 14px;
  padding: 0;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(42, 100, 150, 0.1), 0 1px 6px rgba(42, 100, 150, 0.06);
  border: 1px solid rgba(42, 100, 150, 0.13);
  min-height: 100px;
}
.value-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  flex-shrink: 0;
  background: #2A6B9C;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  min-height: 100px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.value-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 80px 24px 28px;
  flex: 1;
}
.value-card.visible {
  opacity: 1;
  transform: translateX(0);
}
.value-card:nth-child(1) {
  background: linear-gradient(135deg, #F0F7FC 0%, #F8FBFE 100%);
}
.value-card:nth-child(2) {
  background: linear-gradient(135deg, #EDF5FB 0%, #F5FAFE 100%);
}
.value-card:nth-child(3) {
  background: linear-gradient(135deg, #EAF3FA 0%, #F2F9FD 100%);
}
.value-card:nth-child(4) {
  background: linear-gradient(135deg, #E7F1F9 0%, #F0F7FC 100%);
}
.value-card:nth-child(5) {
  background: linear-gradient(135deg, #E4EFF8 0%, #EEF6FB 100%);
}
.value-deco {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  pointer-events: none;
  color: var(--navy-mid);
}
.value-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(42, 100, 150, 0.16);
}
.value-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.value-body {
  flex: 1;
}
.value-title {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--navy-mid);
  margin-bottom: 2px;
  letter-spacing: 0.04em;
}
.value-text {
  font-size: 0.82rem;
  color: #4a6a80;
  line-height: 1.8;
padding: 0 65px 0 0;
}
.message-wrap {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.message-bg {
  position: absolute;
  inset: 0;
  background: url('../images/philosophy/philo-concept.png') center top / cover no-repeat;
  filter: brightness(0.45);
}
.message-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.message-label {
  font-family: var(--font-caveat);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.message-label::before, .message-label::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.message-title {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
.message-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 2;
  margin-bottom: 8px;
  max-width: 560px;
}
.message-highlight {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 400;
  color: #fff;
  margin: 32px 0 48px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.message-highlight em {
  font-style: normal;
  color: #F5C49A;
}
.message-tags {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.message-tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: 2.5px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  gap: 3px;
  padding: 24px;
  text-align: center;
}
.message-tag img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.message-tag span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.message-tags .message-tag:nth-child(1) {
  border: 2.5px solid rgba(232, 147, 74, 0.85);
  outline: 1px solid rgba(232, 147, 74, 0.35);
  outline-offset: 4px;
  background: rgba(232, 147, 74, 0.15);
}
.message-tags .message-tag:nth-child(2) {
  border: 2.5px solid rgba(168, 216, 240, 0.85);
  outline: 1px solid rgba(168, 216, 240, 0.35);
  outline-offset: 4px;
  background: rgba(168, 216, 240, 0.15);
}
.message-tags .message-tag:nth-child(3) {
  border: 2.5px solid rgba(130, 180, 140, 0.85);
  outline: 1px solid rgba(130, 180, 140, 0.35);
  outline-offset: 4px;
  background: rgba(130, 180, 140, 0.15);
}
.cta-wrap {
  background: var(--white);
  padding: 64px 5%;
  text-align: center;
}
.cta-label {
  font-family: var(--font-caveat);
  font-size: 1rem;
  color: var(--navy-mid);
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}
.cta-text {
  font-size: 0.88rem;
  color: var(--text-mid);
  margin-bottom: 32px;
}
.cta-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 16px 52px;
  border-radius: 40px;
  letter-spacing: 0.05em;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(232, 133, 90, 0.3);
}
.cta-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .message-highlight {
    font-size: 1.2rem;
  }
  .message-tag {
    width: 90px;
    height: 90px;
    padding: 16px;
  }
  .message-tag img {
    width: 60%;
    height: 60%;
  }
  .message-tag span {
    font-size: 0.56rem;
  }
  .message-text br {
    display: none;
  }
  .message-bg {
    background: url(../images/philosophy/philo-concept.png) right top / cover no-repeat;
  }
}
/* ==============================
   お問い合わせページ（contact.html）
============================== */
.section-form {
  padding: 72px 40px 80px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.form-card {
  background: var(--white);
  border-radius: 20px;
  padding: 48px;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: 0 6px 32px rgba(26, 74, 110, 0.09);
}
.radio-group {
  display: flex;
  gap: 14px;
  margin-bottom: 36px;
}
.radio-item {
  flex: 1;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.radio-item:hover {
  border-color: var(--navy-mid);
}
.radio-item.active {
  border-color: var(--navy-mid);
  background: var(--navy-pale);
}
.radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--navy-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.radio-circle::after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--navy-mid);
  display: none;
}
.radio-item.active .radio-circle::after {
  display: block;
}
.radio-label {
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
}
.hp-field {
  display: none;
  visibility: hidden;
}
.form-table {
  width: 100%;
  border-collapse: collapse;
}
.form-table tr {
  border-bottom: 1px solid #EEF4F8;
}
.form-table tr:last-child {
  border-bottom: none;
}
.form-table td {
  padding: 20px 0;
  vertical-align: top;
}
.form-table td:first-child {
  width: 160px;
  font-size: 13px;
  color: var(--text-mid);
  padding-top: 22px;
}
.badge-req {
  display: inline-block;
  background: #FFF0E8;
  color: var(--accent);
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
  font-weight: 700;
}
.badge-opt {
  display: inline-block;
  background: #EEF4F8;
  color: var(--text-mid);
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
}
.form-input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--navy);
  font-family: var(--font-sans);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #FAFCFE;
}
.form-input::placeholder {
  color: #A8C4D4;
}
.form-input:focus {
  border-color: var(--navy-mid);
  box-shadow: 0 0 0 3px rgba(42, 107, 156, 0.1);
}
textarea.form-input {
  resize: vertical;
  min-height: 140px;
  line-height: 1.8;
}
.submit-btn {
  display: block;
  width: 100%;
  background: var(--navy);
  color: var(--white);
  border: none;
  border-radius: 32px;
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-sans);
  cursor: pointer;
  margin-top: 36px;
  letter-spacing: 2px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(26, 74, 110, 0.3);
}
.submit-btn:hover {
  background: var(--navy-dark);
  box-shadow: 0 6px 20px rgba(26, 74, 110, 0.45);
  transform: translateY(-1px);
}
.submit-btn:active {
  transform: translateY(0);
}
.form-privacy {
  text-align: center;
  font-size: 12px;
  color: var(--text-mid);
  margin-top: 20px;
  line-height: 1.8;
}
.form-privacy a {
  color: var(--navy-mid);
  text-decoration: underline;
}
.thanks-msg {
  display: none;
  text-align: center;
  padding: 64px 24px;
  max-width: 720px;
  margin: 0 auto;
}
.thanks-icon {
  font-size: 56px;
  margin-bottom: 20px;
}
.thanks-msg h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 16px;
}
.thanks-msg p {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 2;
}
.section-line {
  padding: 72px 40px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.line-eyebrow {
  font-size: 11px;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.line-title {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.6;
}
.line-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 36px;
  line-height: 2;
}
.line-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--line-green);
  color: var(--white);
  border-radius: 32px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-sans);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(6, 199, 85, 0.4);
  text-decoration: none;
}
.line-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(6, 199, 85, 0.55);
}
.line-btn svg {
  width: 26px;
  height: 26px;
}
.line-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 24px;
  line-height: 2;
}
.line-note a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.line-note a:hover {
  color: var(--white);
}
/* =====================
   ご利用までの流れ
===================== */
.section-flow {
  padding: 72px 40px 80px;
  background: var(--white);
}
.flow-steps {
  list-style: none;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  padding: 8px 28px;
}
.flow-step {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.flow-num-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 38px;
}
.flow-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy-mid);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 20px;
}
.flow-connector {
  width: 1px;
  flex: 1;
  background: var(--border);
  margin-top: 4px;
}
.flow-step-body {
  padding: 20px 0;
  flex: 1;
}
.flow-step-ttl {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  line-height: 1.5;
}
.flow-step-desc {
  font-size: 12.5px;
  color: var(--text-mid);
  line-height: 1.75;
}
/* ==============================
   スタッフの声ページ（voice.html）
============================== */
/* ── ヒーロー ── */
.staff-hero {
  background-image: url('../images/staff/staff-hero.jpg');
  background-size: cover;
  background-position: center 30%;
  padding: 72px 48px 64px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
}
.staff-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(30, 85, 128, 0.78) 0%, rgba(30, 85, 128, 0.38) 55%, rgba(30, 85, 128, 0.0) 100%);
}
.staff-hero-bgw {
  position: absolute;
  bottom: -10px;
  left: 2%;
  font-family: var(--font-caveat);
  font-size: 96px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.035);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.06em;
  z-index: 0;
}
.staff-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 60%;
}
.staff-hero-en {
  font-family: var(--font-caveat);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.22em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.staff-hero-en::before {
  content: '';
  width: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
  display: inline-block;
}
.staff-hero-h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.85;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
.staff-hero-sub {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 2;
}
/* ── リードブロック ── */
.staff-lead {
  background: var(--bg);
  padding: 72px 40px 64px;
  text-align: center;
}
.staff-lead-inner {
  max-width: 680px;
  margin: 0 auto;
}
.staff-lead-en {
  font-family: var(--font-caveat);
  font-size: 15px;
  color: #5A8FAA;
  letter-spacing: 0.22em;
  margin-bottom: 14px;
}
.staff-lead-title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 22px;
}
.staff-lead-body {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 2.5;
}
/* ── インタビューセクション ── */
.staff-interviews {
  background: var(--white);
  padding: 80px 0 96px;
}
.staff-iv-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
/* ── インタビューカード ── */
.iv-card {
  display: flex;
  align-items: flex-start;
}
.iv-card.reverse {
  flex-direction: row-reverse;
}
/* 左カラム（写真＋引用＋Profile） */
.iv-left {
  width: 27%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  top: -18px;
}
/* 写真 */
.iv-photo {
  width: 100%;
  aspect-ratio: 260 / 340;
  overflow: visible;
  position: relative;
}
.iv-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.iv-photo-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.iv-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
/* 引用＋Profile（写真の下） */
.iv-photo-below {
  margin-top: 0;
  padding-right: 8px;
}
.iv-card.reverse .iv-photo-below {
  padding-right: 0;
  padding-left: 8px;
}
/* テキストボックス */
.iv-box {
  flex: 1;
  margin-left: -4%;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 32px 50px 28px;
  position: relative;
  z-index: 1;
}
.iv-card.reverse .iv-box {
  margin-left: 0;
  margin-right: -4%;
}
/* Interviewラベル */
.iv-label-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.iv-label-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.iv-label {
  font-family: var(--font-caveat);
  font-size: 20px;
  color: #5A8FAA;
  padding: 0 16px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
/* キャッチコピー */
.iv-catch {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.65;
  margin-bottom: 14px;
}
/* リード文 */
.iv-lead {
  font-size: 0.82rem;
  color: var(--text);
  line-height: 2.1;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--navy-pale);
}
/* Q&A */
.iv-q {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy-mid);
  margin-bottom: 5px;
  margin-top: 14px;
}
.iv-q:first-of-type {
  margin-top: 0;
}
.iv-a {
  font-size: 0.82rem;
  color: var(--text);
  line-height: 1.95;
  padding-left: 12px;
}
/* 引用 */
.iv-quote {
  position: relative;
  bottom: -28px;
  left: -8px;
  right: -8px;
  background: rgba(255, 255, 255, 0.83);
  padding: 14px 18px 12px;
  border-top: 1.5px solid #5A8FAA;
  border-bottom: 1.5px solid #5A8FAA;
  text-align: center;
  z-index: 3;
  margin: -60px -8px 0;
}
.iv-quote-text {
  font-family: var(--font-serif);
  font-size: 0.72rem;
  color: var(--navy);
  line-height: 2;
  font-style: italic;
}
/* Profileボックス */
.iv-profile {
  margin-top: 52px;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 14px 16px;
  background: #FAFCFE;
}
.iv-profile-label-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.iv-profile-label-line {
  flex: 1;
  height: 1px;
  background: var(--border);
}
.iv-profile-label {
  font-family: var(--font-caveat);
  font-size: 15px;
  color: #5A8FAA;
  padding: 0 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.iv-profile-name {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.iv-profile-item {
  font-size: 0.72rem;
  color: var(--text-mid);
  line-height: 1.9;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 2px;
}
.iv-profile-item::before {
  content: '✓';
  color: #5A8FAA;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
/* ── 採用CTAセクション ── */
.staff-cta {
  background: var(--bg);
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.staff-cta-grid {
  display: none;
}
/* 左右写真エリア */
.staff-cta-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32%;
}
.staff-cta-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32%;
}
/* 写真ボックス共通 */
.staff-cta-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
  background: #B8D8E8;
  box-shadow: 0 4px 16px rgba(26, 74, 110, 0.12);
}
.staff-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* 左2枚の位置・角度 */
.p-l1 {
  width: 74%;
  height: 50%;
  top: 2%;
  left: 4%;
  transform: rotate(-4deg);
  z-index: 1;
}
.p-l2 {
  width: 66%;
  height: 48%;
  bottom: 2%;
  left: 18%;
  transform: rotate(3deg);
  z-index: 2;
}
/* 右2枚の位置・角度 */
.p-r1 {
  width: 66%;
  height: 48%;
  top: 2%;
  right: 18%;
  transform: rotate(4deg);
  z-index: 2;
}
.p-r2 {
  width: 74%;
  height: 50%;
  bottom: 2%;
  right: 4%;
  transform: rotate(-3deg);
  z-index: 1;
}
/* フェード */
.staff-cta-fade-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38%;
  background: linear-gradient(to right, rgba(242, 247, 250, 0.05) 0%, rgba(242, 247, 250, 0.4) 100%);
  pointer-events: none;
  z-index: 3;
}
.staff-cta-fade-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  background: linear-gradient(to left, rgba(242, 247, 250, 0.05) 0%, rgba(242, 247, 250, 0.4) 100%);
  pointer-events: none;
  z-index: 3;
}
/* 中央コンテンツ */
.staff-cta-center {
  position: relative;
  z-index: 4;
  width: 100%;
  text-align: center;
  padding: 56px 34%;
}
.staff-cta-en {
  font-family: var(--font-caveat);
  font-size: 14px;
  letter-spacing: 0.22em;
  color: #5A8FAA;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.staff-cta-en::before, .staff-cta-en::after {
  content: '';
  width: 18px;
  height: 1px;
  background: #5A8FAA;
  opacity: 0.6;
}
.staff-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.9;
  margin-bottom: 12px;
}
.staff-cta-body {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 2.2;
  margin-bottom: 28px;
}
.staff-cta-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.staff-cta-btn-line {
  display: inline-flex;
  align-items: center;
}
.staff-cta-or {
  font-size: 0.78rem;
  color: var(--text-mid);
}
.staff-cta-btn-form {
  display: inline-block;
  border: 1.5px solid var(--navy-mid);
  color: var(--navy-mid);
  border-radius: 28px;
  padding: 11px 24px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: var(--font-sans);
  transition: background 0.2s, color 0.2s;
}
.staff-cta-btn-form:hover {
  background: var(--navy-mid);
  color: var(--white);
}
/* ── レスポンシブ（768px以下） ── */
/* ※ 既存の .staff-cta-inner / .staff-cta-text / .staff-cta-photo のレスポンシブは削除してOK */
@media (max-width: 768px) {
  .staff-cta {
    min-height: auto;
    display: block;
    position: relative;
  }
  .staff-cta-left, .staff-cta-right, .staff-cta-fade-left, .staff-cta-fade-right {
    display: none;
  }
  .staff-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
  }
  .staff-cta-grid-photo {
    height: 120px;
    overflow: hidden;
  }
  .staff-cta-grid-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
  }
  .staff-cta-center {
    position: static;
    padding: 32px 24px 40px;
    background: var(--bg);
  }
}
/* ── レスポンシブ ── */
@media (max-width: 768px) {
  .staff-hero {
    padding: 48px 24px 44px;
  }
  .staff-hero-inner {
    max-width: 100%;
  }
  .staff-lead {
    padding: 48px 24px 40px;
  }
  /* voice.html インタビューカード */
  .staff-iv-wrap {
    padding: 0 20px;
    gap: 56px;
  }
  .iv-card, .iv-card.reverse {
    flex-direction: column;
    align-items: stretch;
  }
  .iv-left {
    width: 100%;
    top: 0;
  }
  .iv-photo {
    aspect-ratio: 4 / 3;
  }
  .iv-quote {
    margin: -36px 0 0;
    left: 0;
    right: 0;
  }
  .iv-box, .iv-card.reverse .iv-box {
    margin-left: 0;
    margin-right: 0;
    padding: 28px 20px;
  }
  .iv-profile {
    margin-top: 60px;
  }
  .iv-photo {
    aspect-ratio: 5 / 4;
  }
  .iv-photo-inner img {
    object-position: center 30%;
  }
}
/* ==============================
   採用情報ページ（recruit.html）
============================== */
/* テール変数 */ :root {
  --teal: #4A9BA8;
  --teal-light: #6DB8C4;
  --teal-pale: #E0F3F5;
  --navy-soft: #2E6E9E;
  --navy-hero: #1E5580;
}
/* ── ヒーロー ── */
.recruit-hero {
  background-image: url('../images/common/recruit-banner.png');
  background-size: cover;
  background-position: center top;
  padding: 72px 48px 64px;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
}
.recruit-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  /* オーバーレイ薄め */
  background: linear-gradient(to right, rgba(30, 85, 128, 0.75) 0%, rgba(30, 85, 128, 0.35) 50%, rgba(30, 85, 128, 0.0) 100%);
}
.recruit-hero-photo {
  display: none;
}
.recruit-hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.recruit-hero-bgw {
  position: absolute;
  bottom: -10px;
  left: 27%;
  font-family: var(--font-caveat);
  font-size: 96px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.19);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.06em;
  z-index: 0;
}
.recruit-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
	  max-width: 1200px;
  margin: 0 auto;
}
.recruit-hero-en {
  font-family: var(--font-caveat);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.22em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruit-hero-en::before {
  content: '';
  width: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
  display: inline-block;
}
.recruit-hero-h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.85;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
.recruit-hero-h1 strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 700;
  color: #F5C49A;
}
.recruit-hero-sub {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 2;
  margin-bottom: 24px;
}
.recruit-line-badge {
  background: rgba(6, 199, 85, 0.15);
  border: 1.5px solid rgba(6, 199, 85, 0.38);
  border-radius: 12px;
  padding: 18px 24px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.recruit-line-badge-sub img {
  margin: 10% auto;
  width: 85%;
  height: auto;
}
.recruit-line-badge-ttl {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  margin: 0 auto;
}
/* ── 2分岐CTA ── */
.recruit-split-wrap {
  background: #E4EFF8;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.recruit-split-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
  max-width: 420px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.recruit-split-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26, 74, 110, 0.13);
}
.recruit-split-head {
  display: flex;
  flex-direction: row;
  min-height: 180px;
}
.recruit-split-head-navy {
  background: linear-gradient(135deg, #1E5580 0%, #2A6B9C 100%);
}
.recruit-split-head-teal {
  background: linear-gradient(135deg, #3A8A96 0%, #4A9BA8 100%);
}
.recruit-split-head-text {
  padding: 18px 16px;
  flex: 1;
  position: relative;
  z-index: 1;
}
.recruit-split-bgw {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-family: var(--font-caveat);
  font-size: 46px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  pointer-events: none;
}
.recruit-split-photo {
  width: 160px;
  min-height: 180px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.recruit-split-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
}
.recruit-split-en {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 4px;
}
.recruit-split-ttl {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.65;
}
.recruit-split-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.recruit-split-desc {
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.85;
}
.recruit-split-btn-row {
  display: flex;
  justify-content: flex-end;
}
.recruit-split-btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--navy-soft);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 20px;
  transition: opacity 0.2s;
}
.recruit-split-btn-teal {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--teal);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 20px;
  transition: opacity 0.2s;
}
.recruit-split-btn-navy:hover, .recruit-split-btn-teal:hover {
  opacity: 0.85;
}
/* ── セクションバナーヘッダー ── */
.recruit-sec-banner {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  padding: 36px 48px;
	padding-left: max(48px, calc((100vw - 1200px) / 2));
}
.recruit-sec-banner-navy {
  background: linear-gradient(130deg, #1E5580 0%, #2E6E9E 60%, #3A8FC0 100%);
}
.recruit-sec-banner-teal {
  background: linear-gradient(130deg, #3A8A96 0%, #4A9BA8 60%, var(--teal-light) 100%);
}
.recruit-sec-banner-photo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38%;
  background-size: cover;
  background-position: center top;
}
.recruit-sec-banner-photo-fade {
  position: absolute;
  inset: 0;
  /* オーバーレイ薄め */
  background: linear-gradient(to right, var(--fade-from) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
}
.recruit-sec-banner-inner {
  position: relative;
  z-index: 1;
  max-width: 60%;
}
.recruit-sec-banner-cat {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 3px 12px;
  border-radius: 2px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
}
.recruit-sec-banner-en {
  font-family: var(--font-caveat);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.recruit-sec-banner-ttl {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.recruit-sec-banner-ttl::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.45);
  margin-top: 8px;
  border-radius: 1px;
}
/* 研修セクションのサブテキスト（バナー内・白文字） */
.recruit-training-sub {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 2;
  margin-top: 10px;
}
/* ── セクション本文エリア ── */
.recruit-sec-body {
  padding: 80px 66px;
}

/* 背景色は画面幅いっぱいに保ったまま、中身だけ最大幅で中央寄せ */
.recruit-sec-body > * {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.recruit-sec-body-pale { background: var(--bg); }
.recruit-sec-body-white { background: var(--white); }
/* ── セクション内小タイトル（1.5remに） ── */
.recruit-row-ttl {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.recruit-row-ttl-center {
  align-items: center;
  text-align: center;
}
.recruit-row-ttl-teal {
  color: var(--teal);
}
.recruit-row-bar {
  width: 70px;
  height: 2px;
  background: var(--accent);
  border-radius: 1px;
}
.recruit-row-bar-teal {
  background: var(--accent);
}
/* ── この仕事の魅力 ── */
.recruit-charm {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  margin-bottom: 32px;
}
.recruit-charm-4 {
  grid-template-columns: repeat(4, 1fr);
  border-color: rgba(74, 155, 168, 0.25);
}
.recruit-charm-item {
  padding: 28px 12px;
  text-align: center;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.recruit-charm-item:last-child {
  border-right: none;
}
.recruit-charm-4 .recruit-charm-item {
  border-right-color: rgba(74, 155, 168, 0.18);
}
.recruit-charm-item i {
  color: var(--navy-mid);
}
.recruit-charm-item-teal i {
  color: var(--teal);
}
.recruit-charm-ttl {
  font-family: var(--font-serif);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.55;
}
.recruit-charm-ttl-teal {
  color: var(--teal);
}
/* ── 業務内容ブロック（背景白） ── */
.recruit-job-block {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  margin: 38px auto;
}
.recruit-job-block-teal {
  border-color: rgba(74, 155, 168, 0.25);
}
.recruit-job-bhead {
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #EEF5FB;
}
.recruit-job-bhead-teal {
  background: var(--teal-pale);
}
.recruit-job-bicon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: var(--navy-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.recruit-job-bicon-teal {
  background: var(--teal);
}
.recruit-job-bttl {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}
.recruit-job-bttl-teal {
  color: var(--teal);
}
.recruit-job-bbody {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 10px;
  background: #fff;
}
.recruit-job-item {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.9;
  padding-left: 14px;
  position: relative;
}
.recruit-job-item::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--navy-mid);
}
.recruit-feature-row {
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  background: #fff;
}
.recruit-chip {
  font-size: 0.82rem;
  background: #EEF5FB;
  color: var(--navy-mid);
  border: 1px solid var(--border);
  padding: 5px 13px;
  border-radius: 20px;
  font-weight: 700;
}
/* ── タイムライン（カード化） ── */
.recruit-tl {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}
.recruit-tl::before {
  display: none;
}
.recruit-tl-row {
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
  align-items: center;
  position: relative;
  background: var(--white);
  border-radius: 12px;
  padding: 18px 22px 18px 0;
  box-shadow: 0 2px 12px rgba(26, 74, 110, 0.07);
  border: 1px solid var(--border);
}
.recruit-tl-row:last-child {
  margin-bottom: 0;
}
.recruit-tl-time {
  font-family: var(--font-caveat);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  width: 52px;
  flex-shrink: 0;
  text-align: right;
  padding-left: 16px;
}
.recruit-tl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--navy-mid);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.recruit-tl-dot-a {
  background: var(--accent);
  border-color: var(--accent);
}
.recruit-tl-ttl {
  font-family: var(--font-serif);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}
.recruit-tl-ttl-a {
  color: var(--accent);
}
.recruit-tl-desc {
  font-size: 0.76rem;
  color: var(--text-mid);
  line-height: 1.75;
}
/* ── タイムライン v2（写真交じり縦ライン） ── */
.recruit-tl2 {
  max-width: 560px;
  margin: 0 auto 36px;
  position: relative;
}
.recruit-tl2-row {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  position: relative;
}
.recruit-tl2-row-last .recruit-tl2-left {
  padding-bottom: 0;
}
.recruit-tl2-left {
  width: 72px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}
.recruit-tl2-time {
  font-family: var(--font-caveat);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
  padding-top: 4px;
  letter-spacing: 0.5px;
}
.recruit-tl2-time-accent {
  color: var(--accent);
}
.recruit-tl2-line {
  width: 1px;
  flex: 1;
  min-height: 20px;
  background: rgba(26, 74, 110, 0.18);
  margin-top: 8px;
}
.recruit-tl2-line-accent {
  background: rgba(42, 157, 143, 0.35);
}
.recruit-tl2-right {
  flex: 1;
  padding: 0 0 24px 12px;
}
.recruit-tl2-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.recruit-tl2-card-photo {
  display: flex;
  align-items: stretch;
}
.recruit-tl2-photo {
  width: 120px;
  flex-shrink: 0;
  overflow: hidden;
}
.recruit-tl2-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recruit-tl2-body {
  padding: 14px 16px;
  flex: 1;
}
.recruit-tl2-ttl {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.recruit-tl2-ttl-accent {
  color: var(--accent);
}
.recruit-tl2-desc {
  font-size: 0.76rem;
  color: var(--text-mid);
  line-height: 1.75;
}
.recruit-tl2-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}
.recruit-tl2-chip {
  font-size: 0.68rem;
  padding: 2px 9px;
  border-radius: 20px;
  background: rgba(26, 74, 110, 0.05);
  color: var(--navy);
  font-weight: 600;
  border: 1px solid rgba(26, 74, 110, 0.25);
}
@media (max-width: 768px) {
  .recruit-tl2-photo {
    width: 88px;
  }
  .recruit-tl2-left {
    width: 58px;
  }
  .recruit-tl2-time {
    font-size: 0.88rem;
  }
}
/* ── テーブル（背景白） ── */
.recruit-tbl {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  margin: 38px auto;
}
.recruit-tbl-teal {
  border-color: rgba(74, 155, 168, 0.25);
}
.recruit-tbl-head {
  background: var(--navy-soft);
  color: #fff;
  font-family: var(--font-serif);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  padding: 10px 18px;
}
.recruit-tbl-head-teal {
  background: var(--teal);
}
.recruit-tbl-row {
  display: flex;
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.recruit-tbl-row-teal {
  border-bottom-color: rgba(74, 155, 168, 0.18);
}
.recruit-tbl-row:last-child {
  border-bottom: none;
}
.recruit-tbl-dt {
  width: 120px;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--navy);
  padding: 12px 16px;
  background: #EEF5FB;
  line-height: 1.6;
}
.recruit-tbl-dt-teal {
  color: var(--teal);
  background: #E8F7F8;
}
.recruit-tbl-dd {
  flex: 1;
  font-size: 0.76rem;
  color: var(--text);
  padding: 12px 16px;
  line-height: 1.85;
  background: #fff;
}
.recruit-type-g {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: baseline;
}
.recruit-type-l {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--navy-mid);
  white-space: nowrap;
}
.recruit-type-l-teal {
  color: var(--teal);
}
.recruit-type-v {
  font-size: 0.76rem;
  color: var(--text);
}
/* ── 入職後の流れ（タイムライン風カード） ── */
.recruit-step-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
  position: relative;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.recruit-step-row::before {
  display: none;
}
.recruit-step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(26, 74, 110, 0.06);
  position: relative;
  z-index: 1;
}
.recruit-step-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy-soft);
  color: #fff;
  font-family: var(--font-caveat);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  margin: 0;
}
.recruit-step-num-lbl {
  font-size: 0.5rem;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--navy-mid);
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-family: var(--font-sans);
}
.recruit-step-body {
  flex: 1;
}
.recruit-step-ttl {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  text-align: left;
}
.recruit-step-desc {
  font-size: 0.76rem;
  color: var(--text-mid);
  line-height: 1.75;
  text-align: left;
}
/* ── 研修内容カード（枠線あり・白背景） ── */
.recruit-tr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 10px;
}
.recruit-tr-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
}
.recruit-tr-card i {
  color: var(--navy-mid);
}
.recruit-tr-ttl {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 10px 0 5px;
}
.recruit-tr-desc {
  font-size: 0.7rem;
  color: var(--text-mid);
  line-height: 1.78;
}
/* ── サポート体制（枠線あり・白背景） ── */
.recruit-sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 38px auto;
}
.recruit-sp-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
}
.recruit-sp-card i {
  color: var(--navy-mid);
}
.recruit-sp-ttl {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 8px 0 4px;
}
.recruit-sp-desc {
  font-size: 0.7rem;
  color: var(--text-mid);
  line-height: 1.78;
}
/* ── スケジュールタイトルセンター ── */
#nurse .recruit-tl + * .recruit-row-ttl, .recruit-tl-row-ttl-center {
  align-items: center;
  text-align: center;
}
/* ── 研修セクション タイトルセンター ── */
#training .recruit-row-ttl {
  margin:28px auto;
}
#training .recruit-row-bar {
  margin: 0;
}
/* ── FAQ（ネイビー背景） ── */
.recruit-faq-wrap {
  background: var(--navy-soft);
  padding: 52px 48px;
}
.recruit-faq-head {
  text-align: center;
  margin-bottom: 32px;
}
.recruit-faq-en {
  font-family: var(--font-caveat);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.25em;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.recruit-faq-en::before, .recruit-faq-en::after {
  content: '';
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  display: inline-block;
}
.recruit-faq-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
}
.recruit-faq-list {
  max-width: 640px;
  margin: 0 auto;
}
.recruit-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
}
.recruit-faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.recruit-faq-item:last-child {
  border-bottom: none;
}
.recruit-faq-q {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.recruit-faq-qb {
  font-family: var(--font-caveat);
  font-size: 1.15rem;
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.2;
}
.recruit-faq-qt {
  font-family: var(--font-serif);
  font-size: 0.82rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.65;
}
.recruit-faq-a {
  display: flex;
  gap: 10px;
}
.recruit-faq-ab {
  font-family: var(--font-caveat);
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.38);
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.2;
}
.recruit-faq-at {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.95;
}
/* ── 見学会CTA ── */
.recruit-cta {
  background: var(--bg);
  position: relative;
  overflow: hidden;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.recruit-cta-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32%;
}
.recruit-cta-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32%;
}
.recruit-cta-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
  background: #B8D8E8;
  box-shadow: 0 4px 16px rgba(26, 74, 110, 0.12);
}
.recruit-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.rc-l1 {
  width: 74%;
  height: 50%;
  top: 2%;
  left: 4%;
  transform: rotate(-4deg);
  z-index: 1;
}
.rc-l2 {
  width: 66%;
  height: 48%;
  bottom: 2%;
  left: 18%;
  transform: rotate(3deg);
  z-index: 2;
}
.rc-r1 {
  width: 66%;
  height: 48%;
  top: 2%;
  right: 18%;
  transform: rotate(4deg);
  z-index: 2;
}
.rc-r2 {
  width: 74%;
  height: 50%;
  bottom: 2%;
  right: 4%;
  transform: rotate(-3deg);
  z-index: 1;
}
.recruit-cta-fade-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 38%;
  background: linear-gradient(to right, rgba(242, 247, 250, 0.05) 0%, rgba(242, 247, 250, 0.4) 100%);
  pointer-events: none;
  z-index: 3;
}
.recruit-cta-fade-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
  background: linear-gradient(to left, rgba(242, 247, 250, 0.05) 0%, rgba(242, 247, 250, 0.4) 100%);
  pointer-events: none;
  z-index: 3;
}
.recruit-cta-center {
  position: relative;
  z-index: 4;
  width: 100%;
  text-align: center;
  padding: 56px 34%;
}
.recruit-cta-en {
  font-family: var(--font-caveat);
  font-size: 14px;
  letter-spacing: 0.22em;
  color: #5A8FAA;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.recruit-cta-en::before, .recruit-cta-en::after {
  content: '';
  width: 18px;
  height: 1px;
  background: #5A8FAA;
  opacity: 0.6;
}
.recruit-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.9;
  margin-bottom: 12px;
  white-space: nowrap;
}
.recruit-cta-body {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 2.2;
  margin-bottom: 24px;
}
/* ── CTAバッジ（丸型・3色） ── */
.recruit-cta-badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 12% auto;
}
.recruit-cta-badge {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 16px;
}
.rc-badge-orange {
  background: rgba(232, 147, 74, 0.15);
  border: 2.5px solid rgba(232, 147, 74, 0.85);
  outline: 1px solid rgba(232, 147, 74, 0.35);
  outline-offset: 4px;
}
.rc-badge-blue {
  background: rgba(168, 216, 240, 0.18);
  border: 2.5px solid rgba(90, 160, 210, 0.85);
  outline: 1px solid rgba(90, 160, 210, 0.35);
  outline-offset: 4px;
}
.rc-badge-green {
  background: rgba(130, 180, 140, 0.15);
  border: 2.5px solid rgba(100, 160, 110, 0.85);
  outline: 1px solid rgba(100, 160, 110, 0.35);
  outline-offset: 4px;
}
.recruit-cta-badge-num {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.rc-badge-orange .recruit-cta-badge-num {
  color: #c46a1a;
}
.rc-badge-blue .recruit-cta-badge-num {
  color: #1a6b9a;
}
.rc-badge-green .recruit-cta-badge-num {
  color: #2a6b3a;
}
.recruit-cta-badge-lbl {
  font-size: 0.65rem;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .recruit-cta-badge {
    width: 96px;
    height: 96px;
  }
  .recruit-cta-badge-num {
    font-size: 1.1rem;
  }
}
.recruit-cta-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.recruit-cta-btn-line {
  display: inline-flex;
  align-items: center;
}
.recruit-cta-btn-line img {
  width: 200px;
  height: auto;
}
.recruit-cta-or {
  font-size: 0.78rem;
  color: var(--text-mid);
}
.recruit-cta-btn-form {
  display: inline-block;
  border: 1.5px solid var(--navy-mid);
  color: var(--navy-mid);
  border-radius: 28px;
  padding: 11px 24px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: var(--font-sans);
  transition: background 0.2s, color 0.2s;
}
.recruit-cta-btn-form:hover {
  background: var(--navy-mid);
  color: var(--white);
}
.recruit-cta-note {
  font-size: 0.7rem;
  color: var(--text-mid);
  line-height: 2;
}
@media (max-width: 768px) {
  .recruit-cta {
    min-height: auto;
  }
  .recruit-cta-left, .recruit-cta-right, .recruit-cta-fade-left, .recruit-cta-fade-right {
    display: none;
  }
  .recruit-cta-center {
    padding: 48px 24px;
  }
}
.recruit-line-badge {
  padding: 10px 18px;
}
.recruit-line-badge-ttl {
  font-size: 1rem;
}
.recruit-line-badge-sub img {
  width: 70%;
  margin: 7% auto;
}
/* ── LINE CTAカード ── */
.recruit-line-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  padding: 24px 10%;
  margin: 18px auto;
}
.recruit-line-cta-navy {
  border-top: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
}
.recruit-line-cta-teal {
  border-top: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
}
.recruit-line-cta-body {
  flex: 1;
}
.recruit-line-cta-ttl {
  font-family: var(--font-serif);
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.recruit-line-cta-ttl-navy {
  color: var(--navy);
}
.recruit-line-cta-ttl-teal {
  color: var(--teal);
}
.recruit-line-cta-desc {
  font-size: 0.76rem;
  color: var(--text-mid);
  line-height: 1.7;
}
.recruit-line-cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.recruit-line-cta-note {
  font-size: 0.68rem;
  color: var(--text-mid);
  white-space: nowrap;
}
@media (max-width: 600px) {
  .recruit-line-cta {
    flex-wrap: wrap;
    gap: 14px;
    padding: 20px;
  }
  .recruit-line-cta-btn {
    width: 100%;
    align-items: center;
  }
}
.recruit-lead-text {
  text-align: center;
}
/* ==============================
   recruit.html レスポンシブ
============================== */
@media (max-width: 900px) {
  .recruit-sec-body {
    padding: 100px 66px;
  }
  .recruit-sec-banner {
    padding: 28px 32px;
  }
  .recruit-split-wrap {
    padding: 28px 20px;
  }
  .recruit-cta {
    padding: 56px 32px 52px;
  }
  .recruit-faq-wrap {
    padding: 44px 28px;
  }
}
@media (max-width: 768px) {
  .recruit-hero {
    padding: 56px 24px 48px;
    min-height: 280px;
    background-position: 70% top;
  }
  .recruit-hero-inner {
    max-width: 100%;
  }
  .recruit-hero-h1 {
    font-size: 1.4rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  }
  .recruit-hero-h1 strong {
    font-size: 1.6rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
  }
  .recruit-hero::before {
    background: linear-gradient(to right, rgba(30, 85, 128, 0.82) 0%, rgba(30, 85, 128, 0.5) 55%, rgba(30, 85, 128, 0.1) 100%);
  }
  .recruit-hero-sub {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	  color: rgba(255, 255, 255, 0.88);
  }
  .recruit-split-head {
    display: flex;
    flex-direction: column-reverse;
  }
  .recruit-split-photo {
    width: 100%;
    height: 180px;
    flex-shrink: 0;
    background-position: center top;
  }
  .recruit-split-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 16px;
  }
  .recruit-split-card {
    width: calc(50% - 6px);
    max-width: none;
  }
  .recruit-split-btn-row {
    justify-content: center;
  }
	.recruit-split-ttl {
  font-size: 0.8rem;
}
  .recruit-sec-banner-photo-fade {
    display: none;
  }
  .recruit-sec-banner {
    padding: 24px 20px;
    min-height: auto;
  }
  .recruit-sec-banner-photo {
    width: 35%;
  }
  .recruit-sec-banner-inner {
    max-width: 100%;
  }
  .recruit-sec-banner-ttl {
    font-size: 1.2rem;
  }
  .recruit-sec-body {
    padding: 32px 20px;
  }
  /* この仕事の魅力 タグ化 */
  .recruit-charm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: none;
    background: transparent;
    margin-bottom: 32px;
  }
  .recruit-charm-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .recruit-charm-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 24px;
    border: none;
    background: linear-gradient(135deg, #1A4A6E, #3A8FC0);
    box-shadow: 0 3px 12px rgba(26, 74, 110, 0.4);
  }
  .recruit-charm-item svg {
    stroke: #fff;
    flex-shrink: 0;
	  width:16px;
	  height: 16px;
  }
  .recruit-charm-ttl {
    color: #fff;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .recruit-charm-ttl br {
    display: none;
  }
  .recruit-charm-4 .recruit-charm-item {
    background: linear-gradient(135deg, #2A7A86, #5ABAC8);
    box-shadow: 0 3px 12px rgba(42, 122, 134, 0.4);
  }
  .recruit-job-bbody {
    grid-template-columns: 1fr;
  }
  .recruit-tbl-dt {
    width: 90px;
  }
  .recruit-tr-grid {
    grid-template-columns: 1fr 1fr;
  }
  .recruit-cta {
    padding: 52px 20px 48px;
  }
  .recruit-cta-h2 {
    font-size: 1.3rem;
  }
  .recruit-cta-h2 strong {
    font-size: 1.5rem;
  }
  .recruit-cta-badges {
    gap: 10px;
  }
  .recruit-cta-badge {
    min-width: 90px;
    padding: 12px 14px;
  }
  .recruit-faq-wrap {
    padding: 36px 20px;
  }
  .recruit-tl {
    max-width: 100%;
  }
#training .recruit-sec-banner {
  flex-direction: column;
  padding: 0;
}
#training .recruit-sec-banner-photo {
  width: 100%;
  height: 160px;
  position: relative;
  background-position: center 30%;
}
#training .recruit-sec-banner-inner {
  padding: 24px 20px;
}
  .recruit-step-row {
    max-width: 100%;
  }
	#training .recruit-sec-banner-inner {
  padding: 24px 20px 24px 0; 
		transform: translateX(-42px);
}
}
/* ==============================
   レスポンシブ（共通）
============================== */
@media (max-width: 900px) {
  .mv-block {
    flex-direction: column;
    min-height: auto;
    margin-bottom: 32px;
  }
  .mv-block.vision {
    flex-direction: column;
  }
  .mv-block-photo {
    flex: none;
    width: 100%;
    min-height: 280px;
  }
  .mv-block-text {
    position: static;
    transform: none;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(42, 100, 150, 0.08);
    padding: 36px 28px;
  }
  .mv-block.vision .mv-block-text {
    background: var(--bg);
  }
}
@media (max-width: 768px) {
  .page-hero {
    padding: 56px 20px 80px;
  }
  .page-hero h1 {
    font-size: 22px;
  }
  .page-hero-bg-text {
    font-size: 60px;
  }
  .hero {
    height: 520px;
  }
  .hero-badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 0;
  }
  .hero-badge {
    width: 72%;
    max-width: 260px;
    height: auto;
    border-radius: 12px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 14px;
    gap: 12px;
  }
  .hero-badge img {
    width: 28px;
    height: 28px;
  }
  .hero-badge span {
    font-size: 0.75rem;
    text-align: left;
  }
  .hero-badge span .badge-highlight {
    display: inline;
    font-size: 1em;
  }
  .value-card {
    padding: 0;
  }
  .value-num {
    width: 60px;
    min-height: auto;
  }
  .value-inner {
    padding: 14px 18px;
  }
  .value-title {
    font-size: 1.2rem;
  }
	.value-deco{
		top:28%;
	}
	.value-icon{
		width:30px;
		height:30px;
	}
	.value-text {
		padding:0;
	}
  .section-form {
    padding: 56px 20px;
  }
  .form-card {
    padding: 28px 20px;
  }
  .radio-group {
    flex-direction: column;
  }
  .form-table td:first-child {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 4px;
  }
  .form-table td {
    display: block;
    padding: 8px 0;
  }
  .form-table tr {
    border-bottom: none;
    margin-bottom: 16px;
    display: block;
  }
  .section-line {
    padding: 56px 20px;
  }
  .line-btn {
    padding: 14px 28px;
    font-size: 15px;
  }
  .section-flow {
    padding: 56px 20px;
  }
  .mv-block-photo {
    min-height: 200px;
    height: 100px;
  }
}
/* ==============================
   contact.html ヒーロー追記
============================== */
.contact-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);
  padding: 48px 40px 64px;
  text-align: center;
  overflow: hidden;
}
.contact-hero .hero-bg-text {
  position: absolute;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 8px;
  font-family: var(--font-serif);
  pointer-events: none;
}
.contact-hero .hero-eyebrow {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact-hero h1 {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
.contact-hero .hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
@media (max-width: 768px) {
  .contact-hero {
    padding: 56px 20px 80px;
  }
  .contact-hero h1 {
    font-size: 22px;
  }
  .contact-hero .hero-bg-text {
    font-size: 60px;
  }
}
/* ==============================
   プライバシーポリシーページ（privacy.html）
============================== */
/* =====================
   HERO
===================== */
.privacy-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%);
  padding: 48px 40px 72px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}
.privacy-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.85;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
.hero-bg-text {
  position: absolute;
  font-size: 120px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 8px;
  font-family: 'Noto Serif JP', serif;
  pointer-events: none;
}
.hero-eyebrow {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px;
}
.hero-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.hero-wave svg {
  display: block;
  margin-bottom: -1px;
}

/* =====================
   LEAD TEXT
===================== */
.section-lead {
  background: var(--navy-pale);
  padding: 36px 40px;
  text-align: center;
  font-size: 14px;
  color: var(--text);
  line-height: 2;
  border-bottom: 1px solid var(--border);
}
/* =====================
   POLICY BODY
===================== */
.section-policy {
  max-width: 860px;
  margin: 0 auto;
  padding: 56px 40px 80px;
}
.pp-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0 24px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 0.5px solid var(--border);
}
.pp-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* 左カラム：番号 */
.pp-num-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pp-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pp-big-num {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.pp-num-line {
  flex: 1;
  width: 1px;
  background: var(--border);
  margin-top: 10px;
}
/* 右カラム：コンテンツ */
.pp-content {
  padding-top: 10px;
}
.pp-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 12px;
}
.pp-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.9;
}
/* タグリスト（取得情報） */
.pp-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.pp-tag {
  background: var(--navy-pale);
  border: 0.5px solid #B5D4F0;
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 12px;
  color: var(--navy);
}
/* 利用目的グリッド */
.pp-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.pp-purpose-card {
  background: var(--navy-pale);
  border: 0.5px solid #B5D4F0;
  border-radius: 8px;
  padding: 14px;
}
.pp-purpose-label {
  font-size: 11px;
  color: var(--navy-light);
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 10px;
}
.pp-purpose-items {
  font-size: 12.5px;
  color: var(--text);
  line-height: 1.85;
  list-style: none;
}
.pp-purpose-items li {
  padding-left: 12px;
  position: relative;
}
.pp-purpose-items li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--navy-light);
  font-size: 16px;
  line-height: 1.4;
}
/* 箇条書きリスト（第三者提供） */
.pp-dot-list {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pp-dot-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text);
}
.pp-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--navy-light);
  margin-top: 8px;
  flex-shrink: 0;
}
/* お問い合わせ窓口ボックス */
.pp-contact-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 16px;
}
.pp-contact-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
.pp-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.85);
}
.pp-contact-row:last-child {
  margin-bottom: 0;
}
.pp-contact-icon {
  font-size: 15px;
  color: #7EC8E3;
  margin-top: 2px;
  flex-shrink: 0;
}
/* 制定日 */
.pp-enacted {
  text-align: center;
  padding-top: 40px;
  font-size: 12px;
  color: var(--text-mid);
  letter-spacing: 2px;
  border-top: 0.5px solid var(--border);
}
/* =====================
   RESPONSIVE
===================== */
@media (max-width: 768px) {
  .site-header {
    padding: 12px 20px;
  }
  .site-nav {
    display: none;
  }
  .hero {
    padding: 40px 20px 64px;
  }
  .hero h1 {
    font-size: 22px;
  }
  .hero-bg-text {
    font-size: 60px;
  }
  .section-lead {
    padding: 28px 20px;
  }
  .section-policy {
    padding: 40px 20px 60px;
  }
  .pp-item {
    grid-template-columns: 56px 1fr;
    gap: 0 16px;
  }
  .pp-purpose-grid {
    grid-template-columns: 1fr;
  }
  .site-footer {
    padding: 40px 20px 24px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 20px;
  }
}