/* =================================================
   SALUTE Co., Ltd. - Main Stylesheet
   ================================================= */

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #1A1A1A;
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

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

/* ---------- Layout ---------- */
.section-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  height: 72px;
  display: flex;
  align-items: center;
}

.header-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo-img {
  height: 52px;
  aspect-ratio: 266 / 181;
  width: auto;
  display: block;
  background-image: var(--salute-logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-list {
  display: flex;
  gap: 36px;
  align-items: center;
}

.nav-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #172A88;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.nav-link:hover {
  opacity: 0.7;
}

.header-cta {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.mobile-nav-toggle {
  display: none;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border-radius: 4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: all 0.2s;
  cursor: pointer;
  white-space: nowrap;
}

.btn-outline {
  border: 1.5px solid #172A88;
  color: #172A88;
  background: transparent;
}

.btn-outline:hover {
  background: #172A88;
  color: #fff;
}

.btn-primary {
  background: #172A88;
  color: #fff;
  border: 1.5px solid #172A88;
}

.btn-primary:hover {
  background: #0e1f6b;
  border-color: #0e1f6b;
}

.btn-large {
  padding: 14px 48px;
  font-size: 15px;
}

/* ---------- FV Hero Split ---------- */
.fv-hero {
  margin-top: 72px; /* header height */
  width: 100%;
}

.fv-split {
  display: flex;
  width: 100%;
  height: 480px;
}

.fv-panel {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.fv-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fv-overlay {
  position: absolute;
  bottom: 20px;
  left: 24px;
}

.fv-label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.35);
  padding: 5px 12px;
  border-radius: 2px;
}

/* ---------- FV Copy ---------- */
.fv-copy {
  background: #fff;
  padding: 56px 0 64px;
}

.fv-copy-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

.fv-h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #172A88;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
  margin-bottom: 12px;
}

.fv-en-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.fv-ja-desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0.03em;
}

/* ---------- Section Common ---------- */
.section-header {
  margin-bottom: 56px;
}

.section-en-title {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #172A88;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 6px;
}

.section-ja-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.08em;
}

/* ---------- Our Strengths ---------- */
.strengths-section {
  padding: 96px 0 104px;
  background: #fff;
}

.strengths-header {
  margin-bottom: 60px;
}

.strengths-en-title {
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #172A88;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.strengths-ja-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888888;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.strengths-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 1.8;
  max-width: 700px;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.strength-card {
  /* individual card */
}

.strength-num {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #172A88;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #172A88;
}

.strength-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 16px;
  line-height: 1.4;
}

.strength-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #555555;
  line-height: 1.85;
}

/* ---------- Business ---------- */
.business-section {
  padding: 96px 0 104px;
  background: #F8F8FA;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.business-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.business-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.business-img-wrap {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.business-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.business-card:hover .business-img {
  transform: scale(1.03);
}

.business-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(23,42,136,0.7), transparent);
  padding: 24px 20px 16px;
}

.business-category {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.business-body {
  padding: 24px 28px 28px;
}

.business-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.business-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.business-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #172A88;
  transition: opacity 0.2s;
}

.business-link:hover {
  opacity: 0.7;
}

/* ---------- Recruit ---------- */
.recruit-section {
  padding: 96px 0 104px;
  background: #fff;
}

.recruit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.recruit-card {
  display: flex;
  gap: 24px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.recruit-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.recruit-img-wrap {
  width: 160px;
  flex-shrink: 0;
  overflow: hidden;
}

.recruit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-body {
  padding: 24px 24px 24px 0;
}

.recruit-dept {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #172A88;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.recruit-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.recruit-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
}

.recruit-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #172A88;
  transition: opacity 0.2s;
}

.recruit-link:hover {
  opacity: 0.7;
}

/* ---------- News ---------- */
.news-section {
  padding: 96px 0 104px;
  background: #F8F8FA;
}

.news-list {
  border-top: 1px solid #E0E0E0;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
}

.news-date {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  width: 90px;
}

.news-tag {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #172A88;
  border: 1px solid #172A88;
  padding: 2px 10px;
  border-radius: 2px;
  flex-shrink: 0;
  min-width: 56px;
  text-align: center;
  letter-spacing: 0.05em;
}

.news-title-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  transition: color 0.2s;
}

.news-title-link:hover {
  color: #172A88;
}

/* ---------- Philosophy ---------- */
.philosophy-section {
  padding: 96px 0 104px;
  background: #fff;
}

.philosophy-content {
  max-width: 720px;
}

.philosophy-quote {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #172A88;
  line-height: 1.5;
  margin-bottom: 28px;
  border-left: 4px solid #172A88;
  padding-left: 20px;
}

.philosophy-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.9;
}

/* ---------- About ---------- */
.about-section {
  padding: 96px 0 104px;
  background: #F8F8FA;
}

.about-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 720px;
}

.about-table th,
.about-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #E0E0E0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  text-align: left;
}

.about-table th {
  width: 200px;
  font-weight: 600;
  color: #172A88;
  background: transparent;
}

.about-table td {
  color: #333;
}

.about-table tr:first-child th,
.about-table tr:first-child td {
  border-top: 1px solid #E0E0E0;
}

/* ---------- Contact ---------- */
.contact-section {
  padding: 96px 0;
  background: #172A88;
  text-align: center;
}

.contact-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.contact-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
}

.contact-section .btn-primary {
  background: #fff;
  color: #172A88;
  border-color: #fff;
}

.contact-section .btn-primary:hover {
  background: #e8ecf5;
  border-color: #e8ecf5;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #0D1A5B;
  color: #fff;
  padding: 56px 0 0;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.footer-logo-area {
  flex-shrink: 0;
}

.footer-logo {
  height: 52px;
  aspect-ratio: 269 / 176;
  width: auto;
  display: block;
  background-image: var(--salute-logo-white);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  margin-bottom: 12px;
}

.footer-tagline {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.05em;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: flex-end;
}

.footer-nav-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  transition: color 0.2s;
  letter-spacing: 0.04em;
}

.footer-nav-link:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 40px;
  max-width: 1120px;
  margin: 0 auto;
}

.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .strengths-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .fv-h1 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .mobile-nav-toggle__bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #172A88;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  body.nav-open .mobile-nav-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.nav-open .mobile-nav-toggle__bar:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .mobile-nav-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header-nav {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    padding: 24px 20px 40px;
    overflow-y: auto;
  }

  body.nav-open .header-nav {
    display: block;
  }

  .header-nav .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .header-nav .nav-list li {
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
  }

  .header-nav .nav-link {
    display: block;
    padding: 16px 0;
    font-size: 15px;
  }

  .header-cta {
    display: none;
  }

  body.nav-open .header-inner {
    position: relative;
    z-index: 100;
  }

  .fv-split {
    flex-direction: column;
    height: auto;
  }

  .fv-panel {
    height: 240px;
  }

  .fv-copy {
    padding: 40px 0 48px;
  }

  .fv-h1 {
    font-size: 26px;
    white-space: normal;
  }

  .fv-copy-inner,
  .section-inner {
    padding: 0 20px;
  }

  .strengths-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .business-grid,
  .recruit-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    padding: 0 20px 40px;
  }

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

  .footer-bottom {
    padding: 16px 20px;
  }

  .section-en-title,
  .strengths-en-title {
    font-size: 28px;
  }
}


/* =================================================
   下層ページ共通 — harmony-terrace.html 用追記
   TOPのスタイルを一切変更せず末尾に追加
   ================================================= */

/* 下層ページ全体: fixed headerの分をpush */
.subpage-body {
  padding-top: 72px;
}

/* ---------- ページヒーロー ---------- */
.page-hero {
  position: relative;
  height: 420px;
  background-image: url('../images/harmony-hero.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(23,42,136,0.35) 0%, rgba(23,42,136,0.65) 100%);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 56px;
}

.page-hero__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.page-hero__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.page-hero__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .page-hero { height: 300px; }
  .page-hero__title { font-size: 32px; }
  .page-hero__inner { padding: 0 20px 40px; }
}

/* ---------- パンくずリスト ---------- */
.breadcrumb {
  background: #F8F8FA;
  border-bottom: 1px solid #E8E8E8;
}

.breadcrumb__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb__item {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.04em;
}

.breadcrumb__item a {
  color: #172A88;
  transition: opacity 0.2s;
}

.breadcrumb__item a:hover { opacity: 0.7; }

.breadcrumb__sep {
  font-size: 11px;
  color: #ccc;
}

@media (max-width: 768px) {
  .breadcrumb__inner { padding: 10px 20px; }
}

/* ---------- 下層セクション共通 ---------- */
.sub-section {
  padding: 96px 0 104px;
  background: #fff;
}

.sub-section--gray {
  background: #F8F8FA;
}

/* ---------- 代表メッセージ ---------- */
.message-block {
  max-width: 760px;
  position: relative;
}

.message-block__deco {
  position: absolute;
  top: -20px;
  left: -16px;
  font-family: Georgia, serif;
  font-size: 160px;
  line-height: 1;
  color: #172A88;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
}

.message-block__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.95;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.message-block__text:last-of-type {
  margin-bottom: 0;
}

.message-block__sig {
  margin-top: 40px;
  margin-left: auto;
  width: fit-content;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #172A88;
  letter-spacing: 0.05em;
}

/* ---------- 暮らしのサポート ---------- */
.support-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}

.support-intro__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.support-intro__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #172A88;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.support-intro__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.5;
  margin-bottom: 18px;
}

.support-intro__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
}

.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.support-card {
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 36px 28px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.support-card:hover {
  box-shadow: 0 8px 32px rgba(23,42,136,0.10);
  transform: translateY(-3px);
}

.support-card__icon {
  width: 44px;
  height: 44px;
  color: #172A88;
  margin-bottom: 18px;
}

.support-card__label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #172A88;
  display: block;
  margin-bottom: 8px;
}

.support-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 16px;
}

.support-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.support-card__list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  color: #333;
  line-height: 1.7;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.support-card__list li::before {
  content: '―';
  color: #172A88;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 1024px) {
  .support-intro { grid-template-columns: 1fr; gap: 40px; }
  .support-cards { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .support-cards { grid-template-columns: 1fr; }
}

/* ---------- 施設情報 ---------- */
.facility-equip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 72px;
}

.facility-equip-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #E8E8E8;
  font-size: 14px;
  background: #fff;
}

.facility-equip-item:nth-child(odd) {
  border-right: 1px solid #E8E8E8;
}

.facility-equip-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.facility-equip-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  gap: 10px;
}

.facility-equip-name::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #172A88;
  border-radius: 50%;
  flex-shrink: 0;
}

.facility-equip-value {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #888;
}

/* ギャラリー */
.facility-gallery {
  margin-bottom: 72px;
}

.facility-gallery__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 28px;
}

.facility-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.facility-gallery__item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.facility-gallery__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.3s;
}

.facility-gallery__item:hover img {
  transform: scale(1.04);
}

.facility-gallery__caption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 8px;
}

.facility-gallery__dots {
  display: none;
}

/* アクセス */
.facility-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.facility-access__heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 24px;
}

.facility-access__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #333;
}

.facility-access__icon {
  width: 18px;
  height: 18px;
  color: #172A88;
  flex-shrink: 0;
  margin-top: 2px;
}

.facility-access__subhead {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin: 24px 0 12px;
  display: block;
}

.facility-access__station {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #333;
}

.facility-access__station:first-of-type {
  border-top: 1px solid #E8E8E8;
}

.facility-access__badge {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 2px;
  background: #172A88;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.facility-access__env {
  margin-top: 20px;
}

.facility-access__env-item {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.facility-access__env-item::before {
  content: '・';
  color: #172A88;
}

@media (max-width: 1024px) {
  .facility-access { grid-template-columns: 1fr; }
  .facility-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .facility-equip-grid { grid-template-columns: 1fr; }
  .facility-equip-item:nth-child(odd) { border-right: none; }
  .facility-equip-item:nth-last-child(-n+2) { border-bottom: 1px solid #E8E8E8; }
  .facility-equip-item:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
  .facility-gallery__grid {
    display: flex;
    grid-template-columns: unset;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    gap: 12px;
    margin-inline: -20px;
    padding-inline: 10vw;
    scroll-padding-inline: 10vw;
    scrollbar-width: none;
  }

  .facility-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .facility-gallery__item {
    flex: 0 0 80vw;
    max-width: 320px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .facility-gallery__item:hover img {
    transform: none;
  }

  .facility-gallery__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
  }

  .facility-gallery__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #a6adb9;
    cursor: pointer;
    transition: width 0.2s ease-out, background-color 0.2s ease-out;
  }

  .facility-gallery__dot.is-active {
    width: 24px;
    background: #1c2b3e;
  }

  .facility-gallery__dot:focus-visible {
    outline: 2px solid #172A88;
    outline-offset: 2px;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: reduce) {
  .facility-gallery__grid {
    scroll-behavior: auto;
  }

  .facility-gallery__dot {
    transition: none;
  }
}

/* ライトボックス */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.lightbox.is-open {
  display: flex;
}

.lightbox__img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 4px;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.8);
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.lightbox__close:hover {
  color: #fff;
}

/* ---------- 入居フロー タイムライン ---------- */
.movein-timeline {
  max-width: 720px;
  margin: 0 auto 96px;
  position: relative;
}

.movein-timeline::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: #E8E8E8;
}

.movein-step {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
  position: relative;
}

.movein-step:last-child {
  margin-bottom: 0;
}

.movein-step__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #172A88;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 2px;
}

.movein-step__body {
  flex: 1;
  padding-bottom: 40px;
  border-bottom: 1px solid #E8E8E8;
}

.movein-step:last-child .movein-step__body {
  border-bottom: none;
  padding-bottom: 0;
}

.movein-step__label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #172A88;
  display: block;
  margin-bottom: 6px;
}

.movein-step__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.movein-step__badge {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 2px;
  background: #172A88;
  color: #fff;
  letter-spacing: 0.04em;
}

.movein-step__badge--light {
  background: #E8EDF8;
  color: #172A88;
}

.movein-step p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  color: #555;
  line-height: 1.85;
}

/* ---------- 料金テーブル ---------- */
.fee-block {
  margin-bottom: 96px;
}

.fee-block__heading {
  margin-bottom: 36px;
}

.fee-block__en {
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #172A88;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 6px;
}

.fee-block__ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.08em;
}

.fee-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}

.fee-table th,
.fee-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #E8E8E8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  text-align: left;
}

.fee-table thead th {
  background: #172A88;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.fee-table tbody tr:last-child td {
  border-bottom: none;
  font-weight: 700;
  color: #172A88;
  background: #F0F3FF;
}

.fee-table td:last-child {
  text-align: right;
  font-family: 'Inter', sans-serif;
  vertical-align: top;
}

.fee-table__row--stacked td:last-child {
  padding-top: 16px;
}

.fee-table__label {
  display: block;
}

.fee-table__detail {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  font-weight: 400;
}

.fee-table__detail--note {
  margin-top: 4px;
  color: #888;
}

.fee-note {
  max-width: 600px;
  background: #FFFBF0;
  border: 1px solid #E8D88A;
  border-radius: 4px;
  padding: 20px 24px;
}

.fee-note__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #6B5500;
  margin-bottom: 10px;
}

.fee-note__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fee-note__list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #6B5500;
  line-height: 1.7;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.fee-note__list li::before {
  content: '・';
}

/* ---------- 7つの宣言 ---------- */
.promises-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.promise-item {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: box-shadow 0.2s;
  background: #fff;
}

.promise-item:hover {
  box-shadow: 0 4px 16px rgba(23,42,136,0.08);
}

.promise-item__icon {
  width: 28px;
  height: 28px;
  color: #172A88;
}

.promise-item__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .promises-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- CTAバナー（下層ページ用）---------- */
.sub-cta {
  padding: 96px 0;
  background: #172A88;
  text-align: center;
}

.sub-cta__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.sub-cta__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 36px;
  line-height: 1.8;
}

.sub-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.sub-cta .btn-white {
  background: #fff;
  color: #172A88;
  border: 1.5px solid #fff;
}

.sub-cta .btn-white:hover {
  background: #e8ecf5;
  border-color: #e8ecf5;
}

.sub-cta .btn-white-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.6);
}

.sub-cta .btn-white-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
}

@media (max-width: 768px) {
  .sub-cta__title { font-size: 26px; }
  .sub-cta__text { font-size: 14px; }
}


/* =================================================
   DXコンサルティングページ — dx-consulting.html 用
   ================================================= */

/* ページヒーロー DX用背景 */
.page-hero--dx {
  background-image: url('../images/dx_desk_noir.jpg');
}

/* ---------- 事業概要 ---------- */
.dx-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.dx-overview__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #172A88;
  line-height: 1.6;
  margin-bottom: 28px;
  letter-spacing: 0.01em;
}

.dx-overview__body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.95;
  margin-bottom: 18px;
}

.dx-overview__body:last-child { margin-bottom: 0; }

.dx-overview__img-wrap {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

.dx-overview__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .dx-overview { gap: 48px; }
}

@media (max-width: 768px) {
  .dx-overview {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dx-overview__lead { font-size: 18px; }
  .dx-overview__img-wrap { order: -1; }
}

/* ---------- サービスカード ---------- */
.dx-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.dx-service-card {
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 40px 36px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.dx-service-card:hover {
  box-shadow: 0 6px 28px rgba(23,42,136,0.09);
  transform: translateY(-3px);
}

.dx-service-card__icon {
  color: #172A88;
  margin-bottom: 20px;
}

.dx-service-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 14px;
}

.dx-service-card__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 20px;
}

.dx-service-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dx-service-card__list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #555;
  padding-left: 1.4em;
  position: relative;
  line-height: 1.6;
}

.dx-service-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #172A88;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .dx-service-grid { grid-template-columns: 1fr; }
}

/* ---------- 選ばれる理由 ---------- */
.dx-reasons {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
}

.dx-reason-item {
  display: flex;
  gap: 40px;
  padding: 40px 48px;
  border-bottom: 1px solid #E8E8E8;
  align-items: flex-start;
  transition: background 0.15s;
}

.dx-reason-item:last-child { border-bottom: none; }

.dx-reason-item:hover { background: #F8F8FA; }

.dx-reason-item__num {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #172A88;
  opacity: 0.35;
  flex-shrink: 0;
  width: 56px;
  line-height: 1;
  padding-top: 4px;
}

.dx-reason-item__body {
  flex: 1;
  min-width: 0;
}

.dx-reason-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.dx-reason-item__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  text-wrap: pretty;
}

@media (max-width: 768px) {
  .dx-reason-item {
    flex-direction: column;
    gap: 12px;
    padding: 28px 24px;
  }
  .dx-reason-item__num { font-size: 22px; }
}

/* ---------- 導入の流れ ---------- */
.dx-flow {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.dx-flow::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 46px;
  bottom: 46px;
  width: 2px;
  background: #E8E8E8;
}

.dx-flow-step {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.dx-flow-step:last-child { margin-bottom: 0; }

.dx-flow-step__num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #172A88;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.02em;
}

.dx-flow-step__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
  padding-top: 10px;
}

.dx-flow-step__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .dx-flow::before { left: 19px; }
  .dx-flow-step { gap: 24px; }
  .dx-flow-step__num { width: 40px; height: 40px; font-size: 12px; }
  .dx-flow-step__title { padding-top: 6px; }
}

/* ---------- FAQ アコーディオン ---------- */
.dx-faq-list {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
}

.dx-faq-item {
  border-bottom: 1px solid #E8E8E8;
}

.dx-faq-item:last-child { border-bottom: none; }

.dx-faq-item__q {
  width: 100%;
  background: #fff;
  border: none;
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1A1A1A;
  transition: background 0.15s;
}

.dx-faq-item__q:hover { background: #F8F8FA; }

.dx-faq-item__icon {
  flex-shrink: 0;
  color: #172A88;
  transition: transform 0.25s;
}

.dx-faq-item.is-open .dx-faq-item__icon {
  transform: rotate(180deg);
}

.dx-faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 28px;
}

.dx-faq-item.is-open .dx-faq-item__a {
  max-height: 300px;
  padding: 0 28px 24px;
}

.dx-faq-item__a p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  padding-left: 16px;
  border-left: 3px solid #E8E8E8;
}

@media (max-width: 768px) {
  .dx-faq-item__q { padding: 20px 20px; font-size: 14px; }
  .dx-faq-item__a { padding: 0 20px; }
  .dx-faq-item.is-open .dx-faq-item__a { padding: 0 20px 20px; }
}


/* =================================================
   障害福祉事業ページ — welfare.html 用
   ================================================= */

.page-hero--welfare {
  background-image: url('../images/S__29155387.jpg');
}

/* 施設カード */
.welfare-facility-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
}

.welfare-facility-card__img-wrap {
  position: relative;
  overflow: hidden;
}

.welfare-facility-card__img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.welfare-facility-card__badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(23,42,136,0.82);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
}

.welfare-facility-card__body {
  padding: 48px 48px 48px 0;
}

.welfare-facility-card__category {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #172A88;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.welfare-facility-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.welfare-facility-card__catch {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #172A88;
  font-weight: 500;
  margin-bottom: 20px;
}

.welfare-facility-card__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 12px;
}

.welfare-facility-card__text:last-of-type {
  margin-bottom: 28px;
}

.welfare-facility-card__specs {
  border-top: 1px solid #E8E8E8;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.welfare-facility-card__spec-row {
  display: flex;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 1px solid #F0F0F0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
}

.welfare-facility-card__spec-row dt {
  width: 80px;
  flex-shrink: 0;
  font-weight: 600;
  color: #172A88;
}

.welfare-facility-card__spec-row dd {
  color: #555;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .welfare-facility-card { gap: 40px; }
  .welfare-facility-card__body { padding: 40px 40px 40px 0; }
}

@media (max-width: 768px) {
  .welfare-facility-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .welfare-facility-card__body { padding: 28px 24px; }
  .welfare-facility-card__img { min-height: 240px; }
}

/* サポートグリッド（welfare・recruit共用） */
.welfare-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.welfare-support-item {
  padding: 36px 28px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.welfare-support-item:hover {
  box-shadow: 0 4px 20px rgba(23,42,136,0.08);
  transform: translateY(-3px);
}

.welfare-support-item__icon {
  color: #172A88;
  margin-bottom: 18px;
}

.welfare-support-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.welfare-support-item__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  color: #555;
  line-height: 1.85;
}

@media (max-width: 1024px) {
  .welfare-support-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .welfare-support-grid { grid-template-columns: 1fr; }
}


/* =================================================
   採用情報ページ — recruit.html 用
   ================================================= */

.page-hero--recruit {
  background-image: url('../images/dx_desk_noir.jpg');
}

.recruit-jobs {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.recruit-job-card {
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
}

.recruit-job-card__header {
  background: #172A88;
  padding: 32px 40px;
}

.recruit-job-card__dept {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.recruit-job-card__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.recruit-job-card__catch {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}

.recruit-job-card__body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
}

.recruit-job-card__img-wrap {
  overflow: hidden;
}

.recruit-job-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recruit-job-card__specs {
  padding: 36px 40px;
}

.recruit-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.recruit-spec-table th,
.recruit-spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #F0F0F0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

.recruit-spec-table th {
  width: 140px;
  font-weight: 600;
  color: #172A88;
  white-space: nowrap;
}

.recruit-spec-table td { color: #444; }

.recruit-spec-table tr:last-child th,
.recruit-spec-table tr:last-child td { border-bottom: none; }

@media (max-width: 1024px) {
  .recruit-job-card__body { grid-template-columns: 220px 1fr; }
}

@media (max-width: 768px) {
  .recruit-job-card__body { grid-template-columns: 1fr; }
  .recruit-job-card__img-wrap { height: 220px; }
  .recruit-job-card__header { padding: 24px 24px; }
  .recruit-job-card__specs { padding: 24px 24px; }
  .recruit-spec-table th { width: 100px; white-space: normal; }
}


/* =================================================
   お知らせページ — news.html 用
   ================================================= */

.page-hero--news {
  background-image: url('../images/dx_desk_noir.jpg');
  background-position: center 30%;
}

/* カテゴリフィルター */
.news-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.news-filter__btn {
  background: #fff;
  border: 1.5px solid #E8E8E8;
  border-radius: 4px;
  padding: 8px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  cursor: pointer;
  transition: all 0.2s;
}

.news-filter__btn:hover,
.news-filter__btn.is-active {
  background: #172A88;
  border-color: #172A88;
  color: #fff;
}

/* ニュース一覧 */
.news-page-list {
  border-top: 1px solid #E0E0E0;
}

.news-page-item {
  border-bottom: 1px solid #E0E0E0;
}

.news-page-item__link {
  display: block;
  padding: 32px 0;
  transition: background 0.15s;
}

.news-page-item__link:hover {
  background: #F8F8FA;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 -12px;
  border-radius: 4px;
}

.news-page-item__date {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 10px;
}

.news-page-item .news-tag {
  margin-bottom: 12px;
  display: inline-block;
}

.news-page-item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 10px;
  line-height: 1.5;
}

.news-page-item__excerpt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  color: #666;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .news-page-item__link { padding: 24px 0; }
  .news-page-item__title { font-size: 15px; }
}


/* =================================================
   お問い合わせページ — contact.html 用
   ================================================= */

.page-hero--contact {
  background-image: url('../images/harmony-hero.jpg');
}

/* 種別カード */
.contact-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}

.contact-type-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 24px;
  border: 1.5px solid #E8E8E8;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.contact-type-card:hover {
  border-color: #172A88;
  box-shadow: 0 4px 20px rgba(23,42,136,0.1);
  transform: translateY(-2px);
}

.contact-type-card__icon {
  color: #172A88;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-type-card__label {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #172A88;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.contact-type-card__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

/* 直接連絡先 */
.contact-direct {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 32px 40px;
  background: #F8F8FA;
  border-radius: 6px;
  margin-bottom: 0;
}

.contact-direct__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-direct__icon {
  font-size: 28px;
  flex-shrink: 0;
}

.contact-direct__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

.contact-direct__val {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #172A88;
  letter-spacing: 0.03em;
  display: block;
}

.contact-direct__note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

/* フォーム */
.contact-form-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__row--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-form__row--half > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-form__required {
  font-size: 11px;
  color: #fff;
  background: #D43232;
  padding: 2px 7px;
  border-radius: 2px;
  font-weight: 600;
}

.contact-form__optional {
  font-size: 11px;
  color: #888;
  background: #E8E8E8;
  padding: 2px 7px;
  border-radius: 2px;
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea {
  width: 100%;
  border: 1.5px solid #E8E8E8;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #1A1A1A;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #172A88;
  box-shadow: 0 0 0 3px rgba(23,42,136,0.12);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 180px;
  line-height: 1.7;
}

.contact-form__row--privacy {
  flex-direction: row;
  align-items: center;
}

.contact-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.contact-form__checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #172A88;
}

.contact-form__link {
  color: #172A88;
  text-decoration: underline;
}

.contact-form__actions {
  text-align: center;
}

.contact-form__submit {
  min-width: 240px;
}

/* 送信完了 */
.contact-thanks {
  text-align: center;
  padding: 64px 0;
}

.contact-thanks__icon {
  font-size: 56px;
  margin-bottom: 20px;
}

.contact-thanks__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #172A88;
  margin-bottom: 16px;
}

.contact-thanks__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .contact-types { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 768px) {
  .contact-direct { grid-template-columns: 1fr; padding: 24px; }
  .contact-form__row--half { grid-template-columns: 1fr; }
  .contact-direct__val { font-size: 18px; }
}


/* =================================================
   会社概要ページ — about.html 用
   ================================================= */

.page-hero--about {
  background-image: url('../images/dx_desk_noir.jpg');
  background-position: center 40%;
}

/* アクセス */
.about-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.about-access__list {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  overflow: hidden;
}

.about-access__row {
  display: flex;
  gap: 24px;
  padding: 20px 24px;
  border-bottom: 1px solid #E8E8E8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.about-access__row:last-child { border-bottom: none; }

.about-access__row dt {
  width: 80px;
  flex-shrink: 0;
  font-weight: 600;
  color: #172A88;
}

.about-access__row dd {
  color: #444;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .about-access { gap: 40px; }
}

@media (max-width: 768px) {
  .about-access {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}


/* =================================================
   プライバシーポリシーページ — privacy.html 用
   ================================================= */

.privacy-doc {
  max-width: 760px;
}

.privacy-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.95;
  margin-bottom: 56px;
  padding: 24px 28px;
  background: #F8F8FA;
  border-left: 4px solid #172A88;
  border-radius: 0 4px 4px 0;
}

.privacy-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
}

.privacy-section:last-of-type {
  border-bottom: none;
}

.privacy-section__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #172A88;
  margin-bottom: 14px;
}

.privacy-section__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 12px;
}

.privacy-section__list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.privacy-section__list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  padding-left: 1.4em;
  position: relative;
}

.privacy-section__list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #172A88;
}

.privacy-contact {
  margin-top: 16px;
  padding: 20px 24px;
  background: #F8F8FA;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.privacy-contact p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
}

.privacy-contact a {
  color: #172A88;
  text-decoration: underline;
}

.privacy-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #888;
  margin-top: 48px;
  text-align: right;
}

/* ---------- WordPress additions ---------- */
.news-single-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #888;
}

.news-single-content {
  max-width: 760px;
}

.nav-list,
.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .header-cta {
    margin-left: 0;
  }
}

/* =================================================
   404ページ
   ================================================= */

.page-hero--404 {
  background-image: url('../images/dx_desk_noir.jpg');
  background-position: center 40%;
}

.error-404 {
  padding: 96px 0 104px;
}

.error-404__content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.error-404__code {
  font-family: 'Inter', sans-serif;
  font-size: clamp(72px, 14vw, 120px);
  font-weight: 700;
  color: rgba(23, 42, 136, 0.12);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 -24px;
  user-select: none;
}

.error-404__header {
  margin-bottom: 24px;
}

.error-404__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.error-404__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  margin: 40px 0 0;
  padding-top: 32px;
  border-top: 1px solid #E8E8E8;
}

.error-404__nav-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #172A88;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}

.error-404__nav-link:hover {
  opacity: 0.7;
}

.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .error-404 {
    padding: 72px 0 88px;
  }

  .error-404__nav {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .error-404__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .error-404__actions .btn {
    width: 100%;
    justify-content: center;
  }
}
