/* =========================================================
   ひかり訪問看護 — わたしたちについてページスタイル
   ========================================================= */

/* ─── Arkhe コンテナ無効化 ─── */
.page-template-page-about .l-content__body,
.page-about .l-content__body {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

/* ─── 代表挨拶 ─── */
.ab-greeting {
  padding: clamp(64px, 9vw, 120px) var(--gutter);
  background: var(--paper);
}
.ab-greeting__body {
  max-width: 720px;
  margin: 0 auto;
}
.ab-greeting__lead {
  font-family: var(--serif); font-size: clamp(18px, 2vw, 22px);
  font-weight: 500; letter-spacing: .04em; line-height: 1.6;
  color: var(--green-900); margin: 0 0 36px;
  border-left: 3px solid var(--brown-400); padding-left: 20px;
}
.ab-greeting__body p {
  font-size: 15px; line-height: 2.1; color: var(--ink-2);
  letter-spacing: .04em; margin: 0 0 1.4em;
}
.ab-greeting__sign {
  margin-top: 40px; padding-top: 24px;
  border-top: 1px solid var(--line-2);
  display: flex; flex-direction: column; gap: 6px;
  align-items: flex-end;
}
.ab-greeting__sign-title {
  font-size: 11px; letter-spacing: .14em; color: var(--ink-3);
}
.ab-greeting__sign-name {
  font-family: var(--serif); font-size: 20px; font-weight: 500;
  letter-spacing: .1em; color: var(--green-900);
}

/* ─── ステーション概要 ─── */
.ab-overview {
  padding: clamp(64px, 9vw, 120px) var(--gutter);
  background: var(--cream);
}
.ab-overview__table {
  width: 100%; max-width: 720px;
  border-collapse: separate; border-spacing: 0;
  border: 1px solid rgba(139,111,71,.15); border-radius: 10px; overflow: hidden;
}
.ab-overview__table th,
.ab-overview__table td {
  padding: 16px 24px; text-align: left;
  font-size: 14px; letter-spacing: .04em;
  border-bottom: 1px solid var(--line-2);
  vertical-align: top; line-height: 1.9;
}
.ab-overview__table th {
  background: var(--paper); font-family: var(--serif);
  font-weight: 500; color: var(--green-900);
  width: 200px; white-space: nowrap;
}
.ab-overview__table td { color: var(--ink-2) }
.ab-overview__table tr:last-child th,
.ab-overview__table tr:last-child td { border-bottom: none }

/* ─── 加算要件 ─── */
.ab-dx {
  padding: clamp(64px, 9vw, 120px) var(--gutter);
  background: var(--paper);
}
.ab-dx__block {
  max-width: 720px;
  margin: 0 auto clamp(48px, 7vw, 72px);
  padding-bottom: clamp(48px, 7vw, 72px);
  border-bottom: 1px solid var(--line-2);
}
.ab-dx__block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ab-dx__title {
  font-family: var(--serif); font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 500; letter-spacing: .06em; color: var(--green-900);
  margin: 0 0 20px;
  padding-left: 14px;
  border-left: 3px solid var(--green-700);
}
.ab-dx__intro {
  font-size: 14px; line-height: 2; color: var(--ink-2);
  letter-spacing: .04em; margin: 0 0 28px;
}
.ab-dx__dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  border: 1px solid rgba(139,111,71,.15); border-radius: 8px; overflow: hidden;
}
.ab-dx__dl dt,
.ab-dx__dl dd {
  padding: 14px 20px;
  font-size: 13px; line-height: 1.9;
  letter-spacing: .04em;
  border-bottom: 1px solid var(--line-2);
  margin: 0;
}
.ab-dx__dl dt {
  background: var(--cream); font-family: var(--serif);
  font-weight: 500; color: var(--green-900);
  white-space: nowrap;
}
.ab-dx__dl dd { color: var(--ink-2) }
.ab-dx__dl dt:last-of-type,
.ab-dx__dl dd:last-of-type { border-bottom: none }

.ab-dx__partners { margin-top: 24px }
.ab-dx__partners-label {
  font-size: 11px; letter-spacing: .14em; color: var(--ink-3);
  margin: 0 0 10px;
}
.ab-dx__partners-list {
  list-style: none; padding: 0; margin: 0;
  border: 1px solid rgba(139,111,71,.15); border-radius: 8px; overflow: hidden;
}
.ab-dx__partners-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  font-size: 14px; color: var(--ink-2); line-height: 1.7;
  border-bottom: 1px solid var(--line-2);
  letter-spacing: .04em;
}
.ab-dx__partners-list li:last-child { border-bottom: none }
.ab-dx__partners-list li::before {
  content: '';
  display: inline-block; flex-shrink: 0;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brown-400);
}

/* ─── レスポンシブ ─── */
@media (max-width: 600px) {
  .ab-overview__table th   { width: 120px; white-space: normal }
  .ab-dx__dl               { grid-template-columns: 80px 1fr }
}
