@charset "utf-8";
/* ===== COLOR VARS ===== */
:root {
  --twmu-navy:    #001b47;
  --twmu-navy-mid:#0a2d5c;
  --twmu-purple:  #9a7aa8;
  --twmu-purple-d:#7d5f8c;
  --blue:       #2750a1;
  --blue-dark:  #1a3a7a;
  --blue-deep:  #0d2557;
  --blue-mid:   #3a6bc4;
  --blue-light: #e8eef8;
  --blue-pale:  #f2f6fc;
  --accent:     #0097d4;
  --accent2:    #00c4e8;
  --white:      #ffffff;
  --gray-bg:    #f7f9fc;
  --gray-line:  #dde4ef;
  --text:       #1a2a3a;
  --text-sub:   #5a6a7a;
  /* アクセシビリティ: 可読テキスト最小（PC 16px / スマホ 14px） */
  --fs-text-pc: 16px;
  --fs-text-mobile-min: 14px;
  --font-heading-rounded: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}

html.font-large { font-size: 17px; }
html.font-xlarge { font-size: 18px; }
body.bg-cream { background: #faf8f4; }
body.bg-softgray { background: #eef1f5; }

/* 見出し・タイトルのみ丸文字を適用（本文は body 指定のまま） */
.section-title,
.section-eyebrow,
.twmu-mega-title,
.twmu-drawer-title,
.twmu-drawer-important-title,
.twmu-hero-copy-main,
.twmu-hero-copy-sub,
.sj-card-title-ja,
.sj-card-title-en,
.news-pickup-card-title,
.center-title,
.recruit-banner-panel .section-title,
.footer-ref-link-heading-link,
.hotline-dialog-title {
  font-family: var(--font-heading-rounded);
}

/* ===== UTILITY ===== */
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.section-eyebrow {
  display: block;
  font-family: var(--font-heading-rounded);
  font-size: 16px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-heading-rounded);
  font-size: 30px; font-weight: 600; color: var(--blue-dark);
  line-height: 1.4; margin-bottom: 14px;
}
.section-lead {
  font-size: 16px; color: var(--text-sub); line-height: 1.9;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: all .2s;
}
.btn-outline {
  border: 2px solid var(--blue);
  color: var(--blue);
  background: #fff;
}
.btn-outline:hover { background: var(--blue); color: #fff; }

/* ===== HEADER（東京女子医科大学病院トップを参考） ===== */
.twmu-header {
  background: #fff;
  border-bottom: 1px solid #e5e8ed;
  position: sticky;
  top: 0;
  z-index: 500;
  box-shadow: 0 1px 0 rgba(0, 27, 71, .04);
}
.twmu-header-inner {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 8px clamp(14px, 4.5vw, 48px) 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: nowrap;
  min-width: 0;
}
.twmu-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.twmu-logo img {
  height: auto;
  width: auto;
  max-height: 72px;
  object-fit: contain;
}
.twmu-header-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}
.twmu-header-main-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  min-width: 0;
  width: 100%;
}
.twmu-subnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px 0;
  row-gap: 4px;
  min-width: 0;
}
.twmu-subnav-div {
  flex-shrink: 0;
  width: 1px;
  height: 26px;
  margin: 0 3px;
  background: #d8dde4;
}
.twmu-subnav-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 2px 8px 4px;
  text-decoration: none;
  color: #4a5568;
  border-radius: 4px;
  transition: color .15s, background .15s;
  box-sizing: border-box;
}
.twmu-subnav-pill:hover {
  color: var(--twmu-navy);
  background: #f3f5f9;
}
.twmu-subnav-pill-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .92;
}
.twmu-subnav-pill-icon--pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234a5568' stroke-width='1.75'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 10-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}
.twmu-subnav-pill:hover .twmu-subnav-pill-icon--pin {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23001b47' stroke-width='1.75'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 10-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}
/* 折りたたみ地図（線幅・トーンはピン／言語と統一） */
.twmu-subnav-pill-icon--map {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234a5568' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 13L9 7'/%3E%3C/svg%3E");
}
.twmu-subnav-pill:hover .twmu-subnav-pill-icon--map {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23001b47' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 13L9 7'/%3E%3C/svg%3E");
}
.twmu-subnav-pill-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.15;
  white-space: nowrap;
}
.twmu-subnav-link {
  display: inline-flex;
  align-items: center;
  align-self: center;
  font-size: 13px;
  font-weight: 500;
  color: #5a6578;
  letter-spacing: .03em;
  padding: 2px 8px;
  border-radius: 4px;
  text-decoration: none;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.twmu-subnav-link:hover {
  color: var(--twmu-navy);
  background: #f3f5f9;
}
button.twmu-subnav-link--hotline {
  color: #bf1830;
  font-weight: 600;
  background:transparent;
  border:none;
}
.twmu-subnav-link--hotline::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url("./icon_hotline_box.svg") center / contain no-repeat;
  vertical-align: -2px;
}
.twmu-subnav-link--hotline:hover {
  color: #991426;
  background: #fdeef1;
}
.twmu-subnav .twmu-lang {
  flex-shrink: 0;
}
/* Language：アクセスと同様・アイコン上・テキスト下で横幅を抑える */
.twmu-subnav .twmu-lang-trigger {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  padding: 2px 8px 4px;
  border-radius: 4px;
  font-size: 16px;
}
.twmu-subnav .twmu-lang-trigger .twmu-util-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.15;
}
.twmu-subnav .twmu-lang-trigger .twmu-util-icon {
  width: 17px;
  height: 17px;
}
.twmu-subnav .twmu-lang-menu {
  left: auto;
  right: 0;
  transform: none;
}
.twmu-header-main-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 14px;
  flex-wrap: nowrap;
  min-width: 0;
  width: 100%;
}
.twmu-gnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px 4px;
  flex-wrap: nowrap;
  min-width: 0;
  flex-shrink: 1;
}
.twmu-gnav > a,
.twmu-gnav-trigger {
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #2d3748;
  letter-spacing: .04em;
  border-radius: 2px;
  transition: color .15s, background .15s;
}
.twmu-gnav > a:hover {
  color: var(--twmu-navy);
  background: #f7f8fa;
}
.twmu-gnav-item {
  position: relative;
  flex-shrink: 0;
}
.twmu-gnav-item--mega:hover > .twmu-gnav-trigger,
.twmu-gnav-item--mega:focus-within > .twmu-gnav-trigger {
  color: #d63384;
  background: transparent;
}
.twmu-gnav-trigger:hover {
  color: #d63384;
  background: transparent;
}
.twmu-mega {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 10px;
  margin-top: 0;
  z-index: 600;
  width: max-content;
  max-width: min(720px, calc(100vw - 48px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}
.twmu-gnav-item--mega:hover .twmu-mega,
.twmu-gnav-item--mega:focus-within .twmu-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.twmu-mega-inner {
  display: flex;
  align-items: stretch;
  gap: 28px;
  padding: 28px 32px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, .12), 0 2px 8px rgba(15, 23, 42, .06);
  border: 1px solid #e8ecf2;
}
.twmu-mega-visual {
  flex: 0 0 auto;
  width: min(280px, 34vw);
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  align-self: stretch;
}
.twmu-mega-visual img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}
.twmu-mega-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}
.twmu-mega-title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  letter-spacing: .06em;
}
.twmu-mega-rule {
  height: 1px;
  margin: 0 0 16px;
  background: #d8dee8;
  border: 0;
}
.twmu-mega-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twmu-mega-list li {
  margin: 0;
  padding: 0;
}
.twmu-mega-list a {
  display: block;
  padding: 10px 0 10px 2px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .02em;
  color: #374151;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s;
}
.twmu-mega-list a:hover {
  color: #d63384;
  background: transparent;
}
.twmu-header-tools {
  display: flex;
  align-items: center;
  gap: 6px 10px;
  flex-wrap: nowrap;
  min-width: 0;
  justify-content: flex-end;
  flex-shrink: 0;
}
.twmu-mobile-quick-links {
  display: none;
  align-items: center;
  gap: 8px;
}
.twmu-mobile-quick {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 36px;
  text-decoration: none;
  color: #1f2937;
}
.twmu-mobile-quick-icon {
  width: 17px;
  height: 17px;
}
.twmu-mobile-quick-label {
  font-size: 13px;
  line-height: 1;
  letter-spacing: .01em;
}
.twmu-util {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 52px;
  color: #4a5568;
  font-size: 16px;
  letter-spacing: .02em;
  transition: color .15s;
}
.twmu-util:hover { color: var(--twmu-navy); }
.twmu-util-icon {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .85;
}
.twmu-util-icon--pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23001b47' stroke-width='2'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 10-14 0c0 6.5 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}
.twmu-util-icon--globe {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23001b47' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15 15 0 000 20M12 2a15 15 0 010 20'/%3E%3C/svg%3E");
}
.twmu-util-label { line-height: 1.2; text-align: center; }

/* Language ドロップダウン（参考: 大学病院系ヘッダーの言語メニュー） */
.twmu-lang {
  position: relative;
  flex-shrink: 0;
}
.twmu-lang-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 52px;
  padding: 6px 10px 8px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  color: #4a5568;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  letter-spacing: .02em;
  border-radius: 999px;
  transition: background .18s, color .15s;
}
.twmu-lang-trigger:hover {
  background-color: rgba(39, 80, 161, 0.22);
  color: var(--twmu-navy);
}
.twmu-lang-trigger:focus-visible {
  outline: 2px solid rgba(39, 80, 161, 0.55);
  outline-offset: 2px;
}
.twmu-lang-trigger:focus:not(:focus-visible) {
  outline: none;
}
.twmu-lang.is-open .twmu-lang-trigger {
  background-color: rgba(39, 80, 161, 0.22);
  color: var(--twmu-navy);
}
.twmu-lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 14px 0;
  list-style: none;
  min-width: 176px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(0, 27, 71, .16);
  z-index: 600;
}
.twmu-lang-menu[hidden] {
  display: none !important;
}
.twmu-lang-menu li {
  margin: 0;
}
.twmu-lang-menu a {
  display: block;
  padding: 12px 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #2d3748;
  text-decoration: none;
  letter-spacing: .03em;
  transition: background .12s;
}
.twmu-lang-menu a:hover {
  background: #f3f5f8;
}

/* 代表電話（東京女子医科大学病院ヘッダー「お問い合わせ」相当・白背景） */
.twmu-rep-tel {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
}
.twmu-rep-tel-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .95;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a202c' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'/%3E%3C/svg%3E");
}
.twmu-rep-tel-body {
  min-width: 0;
}
.twmu-rep-tel-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 10px;
}
.twmu-rep-tel-num {
  font-family: 'Inter', sans-serif;
  font-size: clamp(17px, 1.85vw, 21px);
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.15;
  color: #1a202c;
  text-decoration: none;
}
.twmu-rep-tel-num:hover {
  color: var(--twmu-navy);
}
.twmu-rep-tel-badge {
  font-size: 12px;
  font-weight: 600;
  color: #2750a1;
  letter-spacing: .04em;
  white-space: nowrap;
}
.twmu-rep-tel-hours {
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .02em;
  color: #1a202c;
}

/* ブランドブルー・白三本線（角丸はロゴの角丸四角に合わせる） */
.twmu-menu-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #2750a1;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  padding: 0;
  transition: background .2s, opacity .15s;
  position: relative;
  z-index: 1301;
}
.twmu-menu-toggle:hover { background: #1a3a7a; }
.twmu-menu-toggle:focus-visible {
  outline: 2px solid var(--blue-mid, #3a6bc4);
  outline-offset: 2px;
}
.twmu-menu-toggle-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  flex-shrink: 0;
}
.twmu-menu-toggle[aria-expanded="true"] .twmu-menu-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.twmu-menu-toggle[aria-expanded="true"] .twmu-menu-toggle-bar:nth-child(2) {
  opacity: 0;
}
.twmu-menu-toggle[aria-expanded="true"] .twmu-menu-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.twmu-menu-toggle-bar {
  transition: transform .2s ease, opacity .2s ease;
}

.twmu-drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(2px);
  overflow-y: auto;
  padding: 20px clamp(16px, 4.5vw, 48px) 28px;
  box-sizing: border-box;
  border-top: 1px solid #e5e8ed;
}
.twmu-drawer-inner {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
}
.twmu-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: #0a2e75;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.twmu-drawer-mobile-tools {
  display: none;
  margin: 0 56px 16px 0;
  align-items: center;
  gap: 8px;
}
button.twmu-drawer-hotline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 6px;
  border: 1px solid #d99bb7;
  background: #fff;
  color: #b24c8a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1;
}
.twmu-drawer-hotline-btn:hover {
  background: #fff7fb;
}
.twmu-drawer-hotline-icon {
  width: 14px;
  height: 14px;
  margin-top: 0;
  opacity: .85;
}
a.twmu-drawer-call-btn {
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 6px;
  background: #0a2e75;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.twmu-drawer-call-text {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.twmu-drawer-call-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: .02em;
}
.twmu-drawer-call-sub {
  font-size: 11px;
  font-weight: 500;
  opacity: .9;
}
.twmu-drawer-call-icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'/%3E%3C/svg%3E");
}
.twmu-drawer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.9fr);
  gap: 40px 72px;
}
.twmu-drawer-section--info {
  border-left: 1px solid #d9dde4;
  padding-left: 40px;
}
.twmu-drawer-language {
  display: none;
  margin: 0 0 14px;
}
.twmu-drawer-language label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #4b5567;
  white-space: nowrap;
}
.twmu-drawer-language-icon {
  width: 18px;
  height: 18px;
  opacity: .9;
}
.twmu-drawer-language select {
  height: 40px;
  border: 1px solid #d4dae4;
  border-radius: 6px;
  background: #fff;
  padding: 0 12px;
  font-size: 14px;
  color: #243046;
  flex: 1;
  min-width: 0;
}
.twmu-drawer-language {
  display: none;
  align-items: center;
  gap: 10px;
}
.twmu-drawer-title {
  margin: 0 0 18px;
  font-size: clamp(32px, 2.7vw, 42px);
  line-height: 1.1;
  font-weight: 400;
  color: #1f2b40;
  letter-spacing: .02em;
}
.twmu-drawer-content-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
}
.twmu-drawer-content-links a,
.twmu-drawer-info-links a {
  min-height: 52px;
  padding: 14px 2px;
  border-bottom: 1px solid #e4e8ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.35;
}
.twmu-drawer-content-links a i,
.twmu-drawer-info-links a i {
  font-style: normal;
  color: #8f98a8;
  font-size: 19px;
  margin-left: 12px;
}
.twmu-drawer-content-links a:hover,
.twmu-drawer-info-links a:hover {
  color: #2750a1;
}
.twmu-drawer-acc {
  border-bottom: 1px solid #e4e8ee;
}
.twmu-drawer-acc summary {
  min-height: 52px;
  padding: 14px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  cursor: pointer;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.35;
}
.twmu-drawer-acc summary::-webkit-details-marker {
  display: none;
}
.twmu-drawer-acc-icons {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #b76097;
  flex-shrink: 0;
  margin-left: 12px;
}
.twmu-drawer-acc-icons i,
.twmu-drawer-acc-icons b {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.twmu-drawer-acc-icons b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 14px;
  border-left: 1px solid #d3d8e0;
  transition: transform .18s ease, color .18s ease;
}
.twmu-drawer-acc[open] .twmu-drawer-acc-icons b {
  transform: rotate(45deg);
  color: #8a4d73;
}
.twmu-drawer-acc-sub {
  margin: 0 0 10px;
  padding: 0 0 0 8px;
  list-style: none;
}
.twmu-drawer-acc-sub li + li {
  margin-top: 6px;
}
.twmu-drawer-acc-sub a {
  min-height: 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #566176;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.twmu-drawer-acc-sub a::before {
  content: '-';
}
.twmu-drawer-link-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.twmu-drawer-info-links .twmu-subnav-pill-icon {
  width: 18px;
  height: 18px;
}
.twmu-drawer-search-label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #263041;
}
.twmu-drawer-search input {
  width: 100%;
  height: 44px;
  border: 1px solid #d9dee7;
  border-radius: 0;
  padding: 0 14px;
  font-size: 14px;
}
.twmu-drawer-important {
  margin-top: 18px;
  padding: 16px 16px 14px;
  border-radius: 6px;
  background: #f8f2f3;
  display:block; 
}
.twmu-drawer-important-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}
.twmu-drawer-important-title {
  margin: 0;
  color: #c13a37;
  font-size: 18px;
  font-weight: 700;
}
.twmu-drawer-important-more {
  font-size: 14px;
  color: #3b4252;
  text-underline-offset: 2px;
}
.twmu-drawer-important-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e8d7da;
}
.twmu-drawer-important-list li {
  border-bottom: 1px solid #e8d7da;
}
.twmu-drawer-important-list a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 2px;
  color: #2f3747;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
}
.twmu-drawer-important-list a::after {
  content: '›';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #9fa6b2;
  transition: transform .18s ease, color .18s ease;
}
.twmu-drawer-important-list a:hover {
  color: #1f3f7c;
}
.twmu-drawer-important-list a:hover::after {
  transform: translate(2px, -50%);
  color: #2750a1;
}
.twmu-drawer-info-links {
  margin-top: 16px;
}
.twmu-drawer-footer-links {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #dce2ea;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.twmu-drawer-footer-links a {
  color: #263041;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 14px;
}
.twmu-drawer-footer-links a + a {
  border-left: 1px solid #bfc7d4;
  margin-left: 14px;
  padding-left: 14px;
}
body.twmu-menu-open {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body.twmu-menu-open .twmu-menu-toggle {
    opacity: 0;
    pointer-events: none;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== HERO / メインビジュアル ===== */
.twmu-hero {
  position: relative;
  min-height: clamp(480px, 78vh, 780px);
  background: #0a1628;
  overflow: hidden;
}

/* image/01～07 フェードクロス */
.twmu-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a1628;
}
.twmu-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 1.35s ease-in-out;
  pointer-events: none;
}
.twmu-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}
.twmu-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  will-change: transform, opacity;
}
.twmu-hero-slide.is-active img {
  animation: twmu-hero-ken 7.5s ease-out forwards;
}
@media (prefers-reduced-motion: reduce) {
  .twmu-hero-slide.is-active img {
    animation: none;
  }
  .twmu-hero-slide {
    transition: opacity 0.55s ease;
  }
}
@keyframes twmu-hero-ken {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}

/* 写真全体にブランドブルーのフィルター（#2750a1 系・市民総合医療センター風の流れ） */
.twmu-hero-colorwash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(58, 140, 222, 0.00) 0%,
    rgba(58, 140, 222, 0.02) 38%,
    rgba(58, 140, 222, 0.08) 66%,
    rgba(58, 140, 222, 0.18) 100%
  );
  pointer-events: none;
}

/* 下方向は外来帯（白）へつなぐため、下端で白へフェード */
.twmu-hero-gradient {
  position: absolute;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(126, 195, 255, 0.00) 0%,
    rgba(92, 172, 244, 0.05) 36%,
    rgba(54, 139, 224, 0.24) 58%,
    rgba(69, 156, 235, 0.24) 72%,
    rgba(255, 255, 255, 0.55) 88%,
    rgba(255, 255, 255, 0.95) 100%
  );
  pointer-events: none;
  left:0;
  bottom:0;
  width:100%;
  height:45%;
  opacity:0.8;
}
.twmu-hero-gradient::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(30, 97, 186, 0.00) 42%,
    rgba(24, 84, 170, 0.30) 62%,
    rgba(18, 66, 143, 0.50) 80%,
    rgba(14, 52, 118, 0.66) 100%
  );
  pointer-events: none;
}
/* キャッチコピー（白・左下） */
.twmu-hero-copy {
  position: absolute;
  left: clamp(24px, 5vw, 56px);
  bottom: clamp(8px, 4.6vh, 64px);
  z-index: 10;
  max-width: min(820px, 94vw);
  pointer-events: none;
  color: #fff;
  text-align: left;
  isolation: isolate;
}
.twmu-hero-copy::before {
  content: '';
  position: absolute;
  left: clamp(-170px, -14vw, -96px);
  bottom: clamp(-18px, -1.8vw, -8px);
  width: clamp(170px, 22vw, 260px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(125, 202, 255, 0.28) 0%,
      rgba(92, 175, 243, 0.22) 28%,
      rgba(60, 145, 226, 0.14) 52%,
      rgba(39, 115, 203, 0.07) 72%,
      rgba(27, 82, 165, 0.03) 86%,
      rgba(22, 63, 131, 0.00) 100%
    );
  filter: blur(7px);
  z-index: -1;
}
.twmu-hero-copy::after {
  content: '';
  position: absolute;
  left: clamp(74px, 9.2vw, 150px);
  bottom: clamp(6px, 1vw, 16px);
  width: clamp(92px, 12vw, 140px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(125, 202, 255, 0.24) 0%,
      rgba(92, 175, 243, 0.16) 44%,
      rgba(39, 115, 203, 0.06) 74%,
      rgba(22, 63, 131, 0.00) 100%
    );
  filter: blur(6px);
  z-index: -1;
}
.twmu-hero-copy-main {
  font-family: var(--font-heading-rounded);
  font-size: clamp(24px, 3.6vw, 55px);
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.45;
  margin: 0 0 4px;
  text-shadow:
    0 4px 32px rgba(10, 33, 84, .82),
    0 1px 10px rgba(20, 76, 165, .72);
}
.twmu-hero-copy-main .twmu-hero-copy-line {
  display: block;
}
/* 意図した2行になるよう、各行の途中改行を防ぐ */
.twmu-hero-copy-main .twmu-hero-copy-line--1,
.twmu-hero-copy-main .twmu-hero-copy-line--2 {
  white-space: nowrap;
}
.twmu-hero-copy-sub {
  font-family: var(--font-heading-rounded);
  font-size: clamp(15px, 1.55vw, 30px);
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.9;
  white-space: nowrap;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow:
    0 4px 26px rgba(10, 33, 84, .76),
    0 1px 8px rgba(20, 76, 165, .66);
}
.twmu-hero-copy-sub::after {
  content: '';
  position: absolute;
  left: clamp(18px, 2.6vw, 46px);
  top: clamp(16px, 2.1vw, 30px);
  width: clamp(76px, 9vw, 112px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(125, 202, 255, 0.20) 0%,
      rgba(92, 175, 243, 0.12) 46%,
      rgba(39, 115, 203, 0.04) 76%,
      rgba(22, 63, 131, 0.00) 100%
    );
  filter: blur(6.4px);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .twmu-hero-copy {
    max-width: min(92vw, 820px);
  }
}

/* メインビジュアル右下・お知らせティッカー（桜十字病院風・横幅固定） */
.twmu-hero-cards {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 6;
  pointer-events: none;
  width: 560px;
  max-width: 100%;
  box-sizing: border-box;
}
.twmu-hero-cards .sj-news-ticker {
  pointer-events: auto;
}

.twmu-hero-access-badge {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #2750a1;
  box-shadow: 0 8px 24px rgba(7, 25, 59, .28);
  color: #2750a1;
  text-decoration: none;
  white-space: nowrap;
}

.twmu-hero-access-badge-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(23%) sepia(74%) saturate(1762%) hue-rotate(202deg) brightness(92%) contrast(91%);
}

.twmu-hero-access-badge-text {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
}
.twmu-hero-access-badge--header {
  margin: 0 8px 0 0;
  padding: 7px 12px;
  gap: 6px;
  box-shadow: none;
  border: 1px solid #2750a1;
}
.twmu-hero-access-badge--header .twmu-hero-access-badge-icon {
  width: 15px;
  height: 15px;
}
.twmu-hero-access-badge--header .twmu-hero-access-badge-text {
  font-size: 13px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.sj-news-ticker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 24px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 10px 18px 11px 20px;
  /* 不透明にしてヒーローの青グラデが透けないようにする */
  background: #fff;
  border-radius: 10px 0 0 0;
  border: 1px solid #d5dae2;
  border-bottom: none;
  box-shadow:
    0 -4px 24px rgba(15, 23, 42, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.sj-news-ticker-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex-shrink: 0;
  padding-right: 18px;
  border-right: 1px solid #dde2ea;
  min-width: 72px;
}

.sj-news-ticker-year {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: .04em;
  line-height: 1.2;
}

.sj-news-ticker-rule {
  display: block;
  width: 44px;
  height: 1px;
  background: #b8c2ce;
}

.sj-news-ticker-md {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  letter-spacing: .02em;
  line-height: 1.15;
}

.sj-news-ticker-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  color: #111827;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .02em;
  transition: transform .28s ease, opacity .28s ease;
}
.sj-news-ticker-link.is-out {
  transform: translateY(-10px);
  opacity: 0;
}
.sj-news-ticker-link.is-in {
  transform: translateY(10px);
  opacity: 0;
}

.sj-news-ticker-cat {
  flex-shrink: 0;
  display: inline-block;
  padding: 2px 8px 3px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  color: #fff;
  background: #c62828;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.sj-news-ticker-cat[hidden] {
  display: none !important;
}

.sj-news-ticker-link:hover .sj-news-ticker-text {
  text-decoration: underline;
  color: #030712;
}

.sj-news-ticker-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #111827;
  font-weight: 500;
}

.sj-news-ticker-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 2px 4px 2px 10px;
}

.sj-news-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 2px;
  transition: opacity .15s;
}

.sj-news-nav-btn:hover {
  opacity: .72;
}

.sj-news-nav-btn:focus-visible {
  outline: 2px solid var(--twmu-navy);
  outline-offset: 2px;
}

.sj-news-nav-chev {
  display: block;
  width: 14px;
  height: 10px;
  position: relative;
  flex-shrink: 0;
}

.sj-news-nav-chev--up::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 6px solid #6b7280;
}

.sj-news-nav-chev--down::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 6px solid #6b7280;
}

.sj-news-nav-rule {
  display: block;
  width: 16px;
  height: 1px;
  background: #c5cad3;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .twmu-gnav { display: none; }
  .twmu-subnav { display: none; }
  .twmu-header-inner {
    padding: 8px 12px;
    gap: 8px;
    justify-content: space-between;
  }
  .twmu-logo {
    margin-right: auto;
  }
  .twmu-logo img {
    width: auto;
    max-height: 64px;
  }
  .twmu-header-main {
    flex: 0 0 auto;
    margin-left: auto;
  }
  .twmu-header-main-inner {
    width: auto;
  }
  .twmu-header-main-bottom {
    gap: 8px;
  }
  .twmu-mobile-quick-links {
    display: inline-flex;
  }
  .twmu-rep-tel {
    display: none;
  }
  .twmu-mobile-quick .twmu-subnav-pill-icon--pin {
    opacity: .95;
  }
  .twmu-mobile-quick .twmu-rep-tel-icon {
    width: 17px;
    height: 17px;
    margin-top: 0;
  }
  .twmu-mobile-quick-label {
    font-size: 12px;
  }
  .twmu-menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  .twmu-menu-toggle-bar {
    width: 17px;
  }
  .twmu-rep-tel-icon {
    width: 18px;
    height: 18px;
    margin-top: 0;
  }
  .twmu-rep-tel-num {
    font-size: clamp(16px, 3.9vw, 18px);
  }
  .twmu-rep-tel-badge {
    font-size: 12px;
  }
  .twmu-rep-tel-hours {
    font-size: 11px;
  }
  .twmu-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .twmu-hero-slides {
    position: relative;
    flex: 0 0 auto;
    height: min(52vw, 340px);
    min-height: 260px;
    width: 100%;
  }
  .twmu-hero-copy {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 10px;
    max-width: none;
  }
  .twmu-hero-copy-main {
    font-size: clamp(24px, 6vw, 34px);
    margin-bottom: 4px;
  }
  .twmu-hero-copy-sub {
    font-size: clamp(12px, 3.08vw, 20px);
    letter-spacing: .05em;
    line-height: 1.75;
  }
  .twmu-hero-cards {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: none;
    width: 100%;
    margin-top: -20px;
    padding: 0;
    pointer-events: auto;
    z-index: 6;
  }
  .twmu-hero-access-badge {
    margin: 0 0 8px auto;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 14px 14px 0 0;
  }
  .twmu-hero-access-badge--header {
    margin: 0 6px 0 0;
    padding: 5px 9px;
    border-radius: 999px;
  }
  .twmu-hero-access-badge-icon {
    width: 20px;
    height: 20px;
  }
  .twmu-hero-access-badge--header .twmu-hero-access-badge-icon {
    width: 13px;
    height: 13px;
  }
  .twmu-hero-access-badge-text {
    font-size: clamp(14px, 3.9vw, 18px);
  }
  .twmu-hero-access-badge--header .twmu-hero-access-badge-text {
    font-size: 12px;
  }
  .sj-news-ticker {
    min-width: 0;
    width: 100%;
    max-width: none;
    border-radius: 12px 12px 0 0;
    gap: 10px 14px;
    padding: 10px 14px 11px 16px;
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
  }
  .sj-news-ticker-date {
    min-width: 64px;
    padding-right: 16px;
  }
  .sj-news-ticker-md {
    font-size: 15px;
  }
  .sj-news-ticker-link {
    font-size: 16px;
  }
  .twmu-drawer {
    padding: 12px 16px 24px;
  }
  .twmu-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 8px;
    right: 12px;
    z-index: 1302;
  }
  .twmu-drawer-mobile-tools {
    display: flex;
  }
  .twmu-drawer-grid {
    display: block;
  }
  .twmu-drawer-language {
    display: flex;
    align-items: center;
  }
  .twmu-drawer-section--info {
    margin-top: 28px;
    border-left: 0;
    padding-left: 0;
  }
  .twmu-drawer-title {
    font-size: 42px;
    margin-bottom: 14px;
  }
  .twmu-drawer-content-links {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .twmu-drawer-content-links a,
  .twmu-drawer-info-links a {
    min-height: 56px;
    padding: 16px 2px;
    font-size: 17px;
  }
  .twmu-drawer-acc summary {
    min-height: 56px;
    padding: 16px 2px;
    font-size: 17px;
  }
  .twmu-drawer-search-label {
    font-size: 16px;
  }
  .twmu-drawer-search input {
    height: 58px;
    font-size: 15px;
  }
  .twmu-drawer-important-title {
    font-size: 24px;
  }
  .twmu-drawer-important-more {
    font-size: 14px;
  }
  .twmu-drawer-important-list a {
    font-size: 15px;
  }
  .twmu-drawer-footer-links a {
    font-size: 14px;
  }
  .twmu-drawer-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .twmu-drawer-footer-links a + a {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  .twmu-drawer-mobile-tools {
    margin-right: 48px;
    margin-bottom: 12px;
  }
  a.twmu-drawer-hotline-btn {
    min-height: 38px;
    font-size: 12px;
    padding: 8px 12px;
    gap: 5px;
  }
  .twmu-drawer-hotline-icon { width: 13px; height: 13px; }
  a.twmu-drawer-call-btn {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12px;
    gap: 5px;
  }
  .twmu-drawer-call-text {
    gap: 4px;
  }
  .twmu-drawer-call-sub {
    font-size: 10px;
  }
  .twmu-drawer-call-icon {
    width: 16px;
    height: 16px;
  }
  .twmu-drawer-title {
    font-size: 38px;
  }
  .twmu-drawer-language label {
    font-size: 12px;
  }
  .twmu-drawer-language select {
    height: 36px;
    font-size: 13px;
  }
  .twmu-drawer-content-links a,
  .twmu-drawer-info-links a {
    min-height: 48px;
    padding: 12px 2px;
    font-size: 15px;
  }
  .twmu-drawer-acc summary {
    min-height: 48px;
    padding: 12px 2px;
    font-size: 15px;
  }
  .twmu-drawer-acc-icons {
    gap: 12px;
  }
  .twmu-drawer-acc-icons i,
  .twmu-drawer-acc-icons b {
    font-size: 18px;
  }
  .twmu-drawer-search-label {
    font-size: 14px;
  }
  .twmu-drawer-search input {
    height: 48px;
    font-size: 14px;
  }
  .twmu-drawer-important-title {
    font-size: 20px;
  }
  .twmu-drawer-important-more,
  .twmu-drawer-important-list a,
  .twmu-drawer-footer-links a {
    font-size: 13px;
  }
  .twmu-header-inner {
    padding: 7px 10px;
  }
  .twmu-logo img {
    width: auto;
    max-height: 58px;
    display: block;
    margin-left: 0;
  }
  .twmu-mobile-quick-links {
    gap: 6px;
  }
  .twmu-mobile-quick {
    min-width: 34px;
  }
  .twmu-mobile-quick-icon {
    width: 16px;
    height: 16px;
  }
  .twmu-mobile-quick-label {
    font-size: 11px;
  }
  .twmu-menu-toggle {
    width: 40px;
    height: 40px;
  }
  .twmu-menu-toggle-bar {
    width: 16px;
  }
}
@media (min-width: 1025px) {
  .twmu-drawer[hidden] { display: none !important; }
  .twmu-drawer-close { display: none; }
  .twmu-drawer-grid { padding-top: 46px; }
  .twmu-header-inner {
    flex-wrap: nowrap;
    align-items: center;
  }
  .twmu-header-main {
    flex-direction: column;
    align-items: flex-end;
  }
  .twmu-header-tools {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .twmu-logo img {
    width: auto;
    max-height: 64px;
  }
  .twmu-header-inner {
    padding: 6px clamp(14px, 4.5vw, 40px) 8px;
  }
  .twmu-gnav > a,
  .twmu-gnav-trigger {
    padding: 5px 8px;
    font-size: 14px;
    letter-spacing: .03em;
  }
  .twmu-header-main-bottom {
    gap: 6px 12px;
  }
  .twmu-subnav-div {
    height: 22px;
    margin: 0 2px;
  }
  .twmu-subnav-pill-icon {
    width: 15px;
    height: 15px;
  }
  .twmu-subnav-pill-label {
    font-size: 10px;
  }
  .twmu-subnav-link {
    padding: 2px 6px;
    font-size: 12px;
  }
  .twmu-subnav .twmu-lang-trigger .twmu-util-label {
    font-size: 10px;
  }
  .twmu-subnav .twmu-lang-trigger .twmu-util-icon {
    width: 15px;
    height: 15px;
  }
  .twmu-header-tools {
    gap: 5px 8px;
  }
  .twmu-rep-tel {
    gap: 6px;
  }
  .twmu-rep-tel-icon {
    width: 19px;
    height: 19px;
  }
  .twmu-rep-tel-num {
    font-size: clamp(16px, 1.7vw, 19px);
  }
  .twmu-rep-tel-badge {
    font-size: 11px;
  }
  .twmu-rep-tel-hours {
    font-size: 10px;
    margin-top: 2px;
  }
  .twmu-menu-toggle {
    width: 38px;
    height: 38px;
  }
  .twmu-menu-toggle-bar {
    width: 16px;
  }
}

/* ===== 外来受付のご案内（メイン下＆フッター共通カード） ===== */
.outpatient-reception {
  background: #fff;
  padding: 50px 0;
  border: none;
}
.outpatient-reception-inner {
  max-width: 1160px;
}
.outpatient-board-head {
  margin-bottom: 22px;
}
.outpatient-board {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, .95fr);
  gap: 14px;
  align-items: start;
}
.outpatient-stack {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  align-content: start;
}
.outpatient-stack .outpatient-card {
  min-height: 0;
}
.outpatient-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #e9f3fa;
  border: 1px solid #cfdfec;
  border-radius: 6px;
  overflow: hidden;
}
.outpatient-card-hd {
  margin: 0;
  padding: 10px 14px;
  background: #a7c8e7;
  color: #1f2b40;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03em;
  text-align: center;
}
.outpatient-card-body {
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}
.outpatient-card-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #2b3448;
}
.outpatient-time-list {
  margin: 0;
  display: grid;
  gap: 8px;
}
.outpatient-time-item {
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 4px;
  padding: 9px 11px;
}
.outpatient-time-item dt {
  font-size: 14px;
  font-weight: 700;
  color: #4d5b72;
  margin-bottom: 2px;
}
.outpatient-time-item dd {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  color: #1f2b40;
}
.outpatient-card .outpatient-time-item dd {
  font-size: 24px;
}
.outpatient-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #2d384d;
}
.outpatient-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #44536c;
}
.opr-note-accent {
  color: #21428f;
  font-weight: 700;
}
.outpatient-hotline {
  background: #fff;
  border: 1px solid #f0c3cb;
  border-radius: 4px;
  padding: 10px 12px;
}
.outpatient-hotline-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #9b3242;
}
a.outpatient-hotline-tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  font-family: 'Inter', sans-serif;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.1;
  color: #1f2b40;
  text-decoration:none;
}
.outpatient-hotline-tel::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .92;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a202c' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'/%3E%3C/svg%3E");
}
.outpatient-hotline-sub {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #525c70;
}
a.outpatient-btn {
  margin: auto 14px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #1f4696;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  text-decoration: none;
  transition: background .15s;
}
.outpatient-btn:hover {
  background: #173775;
}
.outpatient-btn::after {
  content: '›';
  margin-left: 8px;
  font-size: 18px;
  line-height: 1;
}

/* メインビジュアル下は余白を詰めて情報密度を上げる */
.outpatient-reception {
  padding: 34px 0 36px;
}
.outpatient-reception .outpatient-board-head {
  margin-top: 20px;
  margin-bottom: 14px;
}
.outpatient-reception .outpatient-board {
  gap: 10px;
}
.outpatient-reception .outpatient-card {
  background: #eaf3f8;
  border-color: #d5e2ec;
  border-radius: 8px;
}
.outpatient-reception .outpatient-stack {
  gap: 8px;
}
.outpatient-reception .outpatient-card-hd {
  padding: 9px 12px;
  font-size: 16px;
  letter-spacing: .02em;
}
.outpatient-reception .outpatient-card-body {
  padding: 10px 12px 9px;
  gap: 8px;
}
.outpatient-reception .outpatient-time-list {
  gap: 6px;
}
.outpatient-reception .outpatient-time-item {
  padding: 7px 9px;
}
.outpatient-reception .outpatient-time-item dt {
  font-size: 12px;
}
.outpatient-reception .outpatient-card .outpatient-time-item dd {
  font-size: 18px;
}
.outpatient-reception .outpatient-card-lead,
.outpatient-reception .outpatient-text,
.outpatient-reception .outpatient-hotline-sub {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.outpatient-reception .outpatient-stack .outpatient-card-hd {
  padding: 7px 11px;
  font-size: 15px;
}
.outpatient-reception .outpatient-stack .outpatient-card-body {
  padding: 8px 11px 8px;
  gap: 6px;
}
.outpatient-reception .outpatient-stack .outpatient-btn {
  margin: 8px 10px 10px;
}
.outpatient-reception .outpatient-hotline-tel {
  font-size: 27px;
}
.outpatient-reception .outpatient-btn {
  margin: 10px 11px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 22px);
  min-height: 38px;
  padding: 7px 34px;
  font-size: 14px;
  letter-spacing: .02em;
  text-align: center;
}
.outpatient-reception .outpatient-btn::after {
  position: absolute;
  right: 12px;
  margin-left: 0;
  font-size: 17px;
}
.outpatient-reception a.outpatient-contact-tel {
  font-size: 27px;
  text-decoration:none;
}
.outpatient-reception .outpatient-time-item,
.outpatient-reception .outpatient-contact,
.outpatient-reception .outpatient-hotline {
  border: 0;
  background: #fff;
}
.outpatient-reception .outpatient-time-item,
.outpatient-reception .outpatient-time-item dt,
.outpatient-reception .outpatient-time-item dd,
.outpatient-reception .outpatient-contact,
.outpatient-reception .outpatient-contact-label,
.outpatient-reception .outpatient-hotline,
.outpatient-reception .outpatient-hotline-label {
  text-align: center;
}
.outpatient-reception .outpatient-contact-tel,
.outpatient-reception .outpatient-hotline-tel {
  justify-content: center;
}
.outpatient-reception .outpatient-time-item dd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.outpatient-reception .outpatient-time-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 14px;
  border-radius: 5px;
  background: #e8edf3;
  color: #4c596d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35;
}
.outpatient-reception .outpatient-time-value {
  display: block;
}
.outpatient-reception .outpatient-closure-box {
  margin: 0;
  padding: 9px 10px;
  border-radius: 5px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.outpatient-reception .outpatient-closure-date {
  font-size: 18px;
  font-weight: 700;
  color: #1f2b40;
}
.outpatient-contact {
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 4px;
  padding: 9px 10px;
}
.outpatient-contact-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #4d5b72;
}
.outpatient-contact-tel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #1f2b40;
}
.outpatient-contact-tel::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .92;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a202c' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'/%3E%3C/svg%3E");
}
@media (max-width: 760px) {
  .outpatient-reception {
    padding: 28px 0 30px;
  }
  .outpatient-reception .outpatient-contact-tel,
  .outpatient-reception .outpatient-hotline-tel {
    font-size: 24px;
  }
  .outpatient-contact-tel::before,
  .outpatient-hotline-tel::before {
    width: 16px;
    height: 16px;
  }
}

/* フッター内も同レイアウト。幅に合わせて少しコンパクト化 */
.footer-outpatient .outpatient-board {
  margin-top: 14px;
  gap: 12px;
}
.footer-outpatient .outpatient-stack {
  gap: 12px;
}
.footer-outpatient .outpatient-card-hd {
  font-size: 16px;
}
.footer-outpatient .outpatient-card-body {
  padding: 12px 12px 10px;
  gap: 8px;
}
.footer-outpatient .outpatient-time-item dd {
  font-size: 19px;
}
.footer-outpatient .outpatient-hotline-tel {
  font-size: 28px;
}
.footer-outpatient .outpatient-btn {
  min-height: 40px;
  margin: auto 12px 12px;
  font-size: 15px;
}

@media (max-width: 1100px) {
  .outpatient-board {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .outpatient-stack {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .outpatient-reception {
    padding: 44px 0;
  }
  .outpatient-stack {
    grid-template-columns: 1fr;
  }
  .outpatient-card-hd {
    font-size: 17px;
  }
  .outpatient-card .outpatient-time-item dd {
    font-size: 21px;
  }
  .outpatient-hotline-tel {
    font-size: 28px;
  }
}

/* お知らせセクション */
.sj-home-quick {
  margin-top: -18px;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.78) 20%,
      rgba(255, 255, 255, 0.48) 44%,
      rgba(255, 255, 255, 0.18) 72%,
      rgba(255, 255, 255, 0.06) 92%
    ),
    linear-gradient(
      180deg,
      rgba(210, 231, 252, 0.84) 0%,
      rgba(154, 198, 244, 0.82) 22%,
      rgba(88, 151, 226, 0.84) 56%,
      rgba(39, 80, 161, 0.90) 100%
    ),
    url("../top/main_menu_bg.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
  background-position: center center, center center, center center;
  padding: 46px 0 72px;
}
.sj-home-quick-inner {
  max-width: 1160px;
}
.sj-home-quick .section-header-row.sj-home-quick-head {
  margin-bottom: 36px;
}
.sj-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
  align-items: stretch;
}
a.sj-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 32px rgba(39, 80, 161, .14);
  transition: transform .2s, box-shadow .2s;
}
.sj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(39, 80, 161, .22);
}
.sj-card-photo {
  position: relative;
  height: 132px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}
.sj-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sj-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -10px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 14px 15px;
  min-height: 0;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
}
.sj-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #ff6b35;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 6px 10px;
  border-radius: 0 12px 0 10px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
.sj-card-lineicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin: 8px auto 10px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
.sj-card-lineicon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
}
.sj-card-lineicon--slight img {
  max-width: 42px;
  max-height: 42px;
}
.sj-card-lineicon--lg img {
  max-width: 46px;
  max-height: 46px;
}
.sj-card-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  min-height: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.sj-card-title-ja {
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 3px;
}
.sj-card-title-en {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.28;
  color: #a8a8a8;
  margin-bottom: 0;
}
.sj-card-desc {
  width: 100%;
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-sub);
  margin: 0;
  text-align: left;
  align-self: stretch;
  min-height: calc(1.65em * 3);
}
.sj-card-go {
  flex-shrink: 0;
  margin-top: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  position: relative;
}
.sj-card-go::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translate(-55%, -60%) rotate(-45deg);
}
.sj-widebtns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
a.sj-widebtn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 26px rgba(39, 80, 161, .12);
  transition: transform .2s, box-shadow .2s;
}
.sj-widebtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(39, 80, 161, .2);
}
.sj-widebtn-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.sj-widebtn-icon img {
  display: block;
  width: 40px;
  height: 40px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sj-widebtn-icon--careers img {
  width: 42px;
  height: 42px;
}
.sj-widebtn-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sj-widebtn-ja {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: .02em;
}
.sj-widebtn-en {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.28;
  color: #a8a8a8;
  text-transform: uppercase;
}
.sj-widebtn-go {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fafafa;
  position: relative;
}
.sj-widebtn-go::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translate(-58%, -58%) rotate(-45deg);
}
@media (max-width: 1100px) {
  .sj-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .sj-home-quick {
    padding: 20px 0 52px;
  }
  .sj-card-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .sj-widebtns {
    grid-template-columns: 1fr;
  }
}

/* ===== NEWS（新着情報・桜十字病院トップ寄せ） ===== */
.news-section {
  padding: 72px 0 88px;
  background: #f3f8ff;
}
.news-section .section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 28px;
}
.news-pickup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 22px;
  align-items: start;
}
.news-pickup-card {
  border: 1px solid rgba(165, 200, 228, 0.65);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 28px rgba(40, 95, 145, 0.07);
}
/* カテゴリ見出し（休診のお知らせなど）はグレー帯 */
.news-pickup-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 16px;
  background: linear-gradient(180deg, #f6f7fa 0%, #eef1f6 100%);
  border-bottom: 1px solid #dde2ea;
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
.news-pickup-card-head:hover {
  background: linear-gradient(180deg, #eef1f6 0%, #e4e9f1 100%);
}
.news-pickup-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: .88;
}
.news-pickup-icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}
.news-pickup-icon--sm {
  width: 24px;
  height: 24px;
}
.news-pickup-icon--sm img {
  width: 22px;
  height: 22px;
}
.news-pickup-card-title {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  color: #252830;
  letter-spacing: .02em;
}
.news-pickup-card-go {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border: 1px solid #b8c0cc;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.news-pickup-card-go::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 2px solid #4b5563;
  border-bottom: 2px solid #4b5563;
  transform: translate(-62%, -58%) rotate(-45deg);
}
.news-pickup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-pickup-row {
  border-top: 1px solid #e5e7eb;
}
.news-pickup-row:first-child {
  border-top: none;
}
.news-pickup-row-link {
  display: flex;
  align-items: stretch;
  min-height: 72px;
  text-decoration: none;
  color: inherit;
  transition: background .12s;
}
.news-pickup-row-link:hover {
  background: #f9fafb;
}
.news-pickup-row-link:hover .news-pickup-txt {
  color: #030712;
  text-decoration: underline;
}
.news-pickup-date {
  flex: 0 0 26%;
  max-width: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 8px;
  background: #fff;
  border-right: 1px solid #e5e7eb;
  box-sizing: border-box;
}
.news-pickup-y {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: .02em;
  line-height: 1;
}
.news-pickup-md {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  letter-spacing: .04em;
  line-height: 1.15;
}
.news-pickup-txt {
  flex: 1;
  min-width: 0;
  padding: 14px 14px 14px 16px;
  font-size: 16px;
  line-height: 1.55;
  color: #1a1d21;
  font-weight: 500;
  background: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .news-pickup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .news-section {
    padding: 52px 0 64px;
  }
  .news-section .section-title {
    font-size: clamp(22px, 5.5vw, 30px);
  }
  .news-pickup-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .news-pickup-date {
    flex-basis: 88px;
    max-width: none;
  }
}

/* ===== CENTERS ===== */
.centers { padding: 88px 0; background: #fff; }
.centers-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.center-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--gray-line);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
}
.center-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(39,80,161,.13); }
.center-card-head {
  padding: 36px 24px 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.center-card-head::before {
  content: ''; position: absolute; top: -44px; right: -44px;
  width: 148px; height: 148px; border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.center-card-head::after {
  content: ''; position: absolute; bottom: -22px; right: 18px;
  width: 88px; height: 88px; border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.center-icon-wrap.center-icon-wrap--pulse {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin: 0 auto 22px;
}
.center-icon-wrap--pulse .center-icon-ring {
  display: none;
}
.center-icon-wrap--pulse .center-icon {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.center-card-head > .center-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  line-height: 0;
}
.center-icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@keyframes center-icon-ring-pulse {
  0% { transform: scale(1); opacity: .85; }
  100% { transform: scale(1.38); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .center-icon-wrap--pulse .center-icon-ring {
    animation: none;
    opacity: 0;
  }
}
.center-title { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 3px; line-height: 1.3; }
.center-en { font-family: 'Inter', sans-serif; font-size: 16px; color: rgba(255,255,255,.65); letter-spacing: .1em; text-transform: uppercase; }
.center-card-body {
  padding: 20px 24px 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.center-desc { font-size: 16px; color: var(--text-sub); line-height: 1.75; margin-bottom: 0; }
.center-desc--emergency { margin-bottom: 10px; }
.center-hotline {
  margin: 2px 0 14px;
  padding: 11px 12px 12px;
  background: linear-gradient(180deg, #fff8f8 0%, #ffecec 100%);
  border: 1px solid #e8b8bf;
  border-radius: 6px;
  box-shadow: 0 1px 8px rgba(220, 53, 69, .10);
  text-align: center;
}
.center-hotline-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #842029;
  letter-spacing: .04em;
  margin-bottom: 6px;
}
.center-hotline-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  font-size: 13px;
  font-weight: 700;
  background: #dc3545;
  color: #fff;
  border-radius: 4px;
  vertical-align: middle;
}
a.center-hotline-num {
  font-family: 'Inter', sans-serif;
  font-size: clamp(22px, 3.1vw, 28px);
  font-weight: 700;
  color: #b02a37;
  letter-spacing: .03em;
  line-height: 1.15;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.center-hotline-num::before {
  content: '';
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .96;
  background-image: url("../top/icon_hotline_box.svg");
}
.center-hotline-num:hover {
  color: #8f222d;
  text-decoration: underline;
}
.center-hotline-note {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #c41e3a;
  line-height: 1.45;
}
.center-link {
  font-size: 14px; font-weight: 700; color: var(--blue);
  display: inline-flex; align-items: center; gap: 6px;
  align-self: flex-end;
  margin-top: auto;
  padding-top: 14px;
  transition: gap .15s;
}
.center-link:hover { gap: 10px; }
.center-link::after { content: '→'; }
.center-open-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #b25a11 0%, #dd7d1f 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 6px 12px;
  border-radius: 6px;
}

/* center card color themes */
.cc-blue    { background: linear-gradient(135deg, #0d2557 0%, #2750a1 100%); }
.cc-teal    { background: linear-gradient(135deg, #0d4a6a 0%, #0097d4 100%); }
.cc-green   { background: linear-gradient(135deg, #0d4a2a 0%, #1a8a4a 100%); }
.cc-purple  { background: linear-gradient(135deg, #2a0d5a 0%, #6a3ac4 100%); }
.cc-orange  { background: linear-gradient(135deg, #5a2a0a 0%, #c46a20 100%); }
.cc-cyan    { background: linear-gradient(135deg, #005a8a 0%, #0097d4 100%); }
.cc-indigo  { background: linear-gradient(135deg, #15224a 0%, #2f4b8c 100%); }

/* ===== DEPARTMENTS ===== */
.departments { padding: 88px 0; background: #f3f8ff; }
.departments .section-header-row.departments-head {
  margin-bottom: 52px;
}
.dept-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
}
a.dept-item {
  background: #fff; border-radius: 8px; padding: 18px 10px;
  text-align: center; border: 1px solid var(--gray-line);
  font-size: 16px; font-weight: 500; color: var(--text);
  cursor: pointer; transition: all .2s; line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 122px;
  text-decoration:none;
}
.dept-item:hover {
  background: var(--blue); color: #fff;
  border-color: var(--blue); transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(39,80,161,.18);
}
.dept-icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
.dept-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
/* 糖尿病内分泌内科（3番目）のみ少し小さめに調整 */
.dept-grid .dept-item:nth-child(3) .dept-icon img {
  width: 88%;
  height: 88%;
}
/* 整形外科（8番目）のみ気持ち小さめに調整 */
.dept-grid .dept-item:nth-child(8) .dept-icon img {
  width: 94%;
  height: 94%;
}
/* 形成外科（9番目）のみ気持ち大きめに調整 */
.dept-grid .dept-item:nth-child(9) .dept-icon img {
  transform: scale(1.04);
  transform-origin: center;
}
/* 歯科口腔外科（12番目）のみ気持ち小さめに調整 */
.dept-grid .dept-item:nth-child(12) .dept-icon img {
  width: 94%;
  height: 94%;
}
/* 指定の診療科のみ少し大きめに調整 */
.dept-grid .dept-item:nth-child(10) .dept-icon img,
.dept-grid .dept-item:nth-child(13) .dept-icon img,
.dept-grid .dept-item:nth-child(15) .dept-icon img,
.dept-grid .dept-item:nth-child(17) .dept-icon img,
.dept-grid .dept-item:nth-child(18) .dept-icon img {
  transform: scale(1.08);
  transform-origin: center;
}
/* 放射線科（16番目）のみさらに気持ち大きめに調整 */
.dept-grid .dept-item:nth-child(16) .dept-icon img {
  transform: scale(1.12);
  transform-origin: center;
}
/* 麻酔科（19番目）のみ気持ち小さめに調整 */
.dept-grid .dept-item:nth-child(19) .dept-icon img {
  width: 94%;
  height: 94%;
}
.dept-item:hover .dept-icon img {
  filter: brightness(0) invert(1);
}
.dept-main {
  display: block;
}
.dept-main--compact {
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.dept-small { font-size: 12px; color: var(--text-sub); display: block; margin-top: 3px; line-height: 1.35; }
.dept-item:hover .dept-small { color: rgba(255,255,255,.7); }
.dept-cta { text-align: center; margin-top: 40px; }
@media (max-width: 1100px) {
  .centers {
    padding: 76px 0;
  }
  .centers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .center-card-head {
    padding: 26px 20px 18px;
  }
  .center-card-body {
    padding: 18px 20px;
  }
  .center-desc {
    font-size: 15px;
  }
  .departments {
    padding: 76px 0;
  }
  .dept-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .centers .section-header-row {
    margin-bottom: 28px;
  }
  .centers-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .center-title {
    font-size: 18px;
  }
  .center-en {
    font-size: 14px;
    letter-spacing: .06em;
  }
  .center-hotline-num {
    font-size: clamp(20px, 6.2vw, 24px);
    letter-spacing: .02em;
  }
  .center-hotline-num::before {
    width: 14px;
    height: 14px;
  }
  .center-hotline-label,
  .center-hotline-note {
    font-size: 13px;
  }
  .departments .section-header-row.departments-head {
    margin-bottom: 30px;
  }
  .dept-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .dept-item {
    min-height: 94px;
    padding: 14px 8px;
    font-size: 14px;
    line-height: 1.35;
  }
  .dept-main--compact {
    font-size: 13px;
    letter-spacing: -0.02em;
  }
  .dept-icon {
    margin-bottom: 11px;
    width: 32px;
    height: 32px;
  }
  .dept-icon img {
    width: 100%;
    height: 100%;
  }
  .dept-small {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.35;
  }
  .dept-main--compact {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
  .dept-cta {
    margin-top: 24px;
  }
}
@media (max-width: 420px) {
  .centers {
    padding: 64px 0;
  }
  .center-card-head {
    padding: 22px 16px 16px;
  }
  .center-card-body {
    padding: 16px;
  }
  .center-link,
  .center-desc {
    font-size: 14px;
  }
  .center-open-badge {
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.4;
    padding: 4px 10px;
  }
  .departments {
    padding: 64px 0;
  }
}
@media (max-width: 360px) {
  .dept-item {
    min-height: 88px;
    font-size: 13px;
    padding: 12px 6px;
  }
  .dept-icon {
    width: 30px;
    height: 30px;
  }
  .dept-icon img {
    width: 100%;
    height: 100%;
  }
  .dept-small {
    font-size: 11px;
  }
}

/* ===== RECRUIT BANNER ===== */
.recruit-banner {
  padding: 112px 0 96px;
  background: #fff;
}
.recruit-banner .container {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 32px;
}
.recruit-banner-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 400px);
  gap: 0;
  align-items: stretch;
}
.recruit-banner-visual {
  border-radius: 10px;
  overflow: hidden;
  min-height: 220px;
  max-height: 560px;
}
.recruit-banner-visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 560px;
  object-fit: cover;
  object-position: 36% center;
  display: block;
}
.recruit-banner-panel {
  align-self: center;
  margin-left: -92px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  padding: 44px 40px 48px;
  box-shadow: 0 16px 48px rgba(18, 42, 96, 0.12);
}
.recruit-banner-panel .section-title {
  margin-bottom: 16px;
}
.recruit-banner-lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
}
.recruit-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  padding: 16px 28px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 20px rgba(39, 80, 161, 0.28);
}
.recruit-banner-btn:hover {
  background: #1f4288;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(39, 80, 161, 0.32);
}
@media (max-width: 960px) {
  .recruit-banner-inner {
    grid-template-columns: 1fr;
  }
  .recruit-banner-visual {
    border-radius: 10px 10px 0 0;
    min-height: 200px;
  }
  .recruit-banner-panel {
    margin-left: 0;
    margin-top: -40px;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 560px) {
  .recruit-banner { padding-bottom: 72px; }
  .recruit-banner .container { padding-right: 0; }
  .recruit-banner-panel { padding: 28px 22px 32px; }
}

/* ===== GROUP MAP（共通ブロック・common/group-map 参照） ===== */
section.group-map {
  padding-bottom: 96px;
}
.group-map-header {
  text-align: center;
  margin-bottom: 52px;
}
@media (max-width: 760px) {
  .group-map-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  section.group-map {
    padding-bottom: 72px;
  }
}

/* ===== FOOTER（添付画像の構図寄せ） ===== */
.footer-ref {
  background: transparent;
  color: #2f3f56;
}
.footer-ref-main {
  position: relative;
  padding: 0 0 18px;
}
.footer-ref-main::before {
  content: '';
  position: absolute;
  top: 74px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f5fcff 38%,
    #e6f6ff 100%
  );
}
.footer-ref-inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
}
.footer-ref-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.footer-ref-card {
  background: #fff;
  border: 1px solid #d1dbe8;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(35, 54, 96, .08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer-ref-card-hd {
  margin: 0;
  padding: 10px 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #273a5b;
  background: #b9d5ee;
}
.footer-ref-map {
  padding: 12px;
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}
.footer-ref-map iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 3px;
}
.footer-ref-card-body {
  padding: 14px 18px 12px;
}
.footer-ref-copy {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bfcfe5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #1e2f48;
}
.footer-ref-block {
  padding: 4px 0 12px;
}
.footer-ref-block:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}
.footer-ref-timebox {
  padding: 14px 12px;
  background: #e9f0f8;
  border: 1px solid #d1dfef;
  border-radius: 2px;
  text-align: center;
}
.footer-ref-time-main {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1f2b40;
  letter-spacing: .01em;
}
.footer-ref-times {
  margin: 0;
}
.footer-ref-times > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px solid #e2e8f0;
}
.footer-ref-times dt,
.footer-ref-times dd {
  margin: 0;
  font-size: 16px;
}
.footer-ref-times dd {
  font-weight: 700;
  color: #1f2b40;
}
.footer-ref-note {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.45;
  color: #2f405a;
}
.footer-ref-note--center {
  text-align: center;
  font-weight: 700;
}
.footer-ref-tels {
  margin-top: 0;
  display: grid;
  gap: 10px;
}
.footer-ref-tel-box {
  background: #fff;
  border: 1px solid #ccd8e7;
  border-radius: 2px;
  padding: 10px 12px;
}
.footer-ref-tel-box span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #2f3f57;
}
.footer-ref-tel-box a {
  display: inline-block;
  margin-top: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #202f48;
  line-height: 1.1;
}
.footer-ref-tel-box--reservation a {
  font-size: 36px;
  color: #1f2d46;
}
.footer-ref-tel-box--emergency {
  background: #f8fafd;
}
.footer-ref-tel-box--emergency span {
  color: #5d6c83;
  font-weight: 600;
}
.footer-ref-tel-box--emergency a {
  font-size: 28px;
  color: #4e5f79;
  font-weight: 600;
}
a.footer-ref-btn {
  margin: auto 12px 12px;
  min-height: 46px;
  padding: 0 38px;
  border-radius: 999px;
  background: #234b98;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.footer-ref-btn::after {
  content: '›';
  position: absolute;
  right: 14px;
  font-size: 20px;
}

/* フッター内の「外来受付のご案内」は上部セクション寄りの意匠へ */
.footer-ref-card--outpatient {
  background: #fff;
  border-color: #cfdfec;
}
.footer-ref-card--outpatient .footer-ref-card-hd {
  background: #a7c8e7;
  color: #1f2b40;
  font-size: 18px;
}
.footer-ref-card--outpatient .footer-ref-card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-ref-card--outpatient .footer-ref-block {
  padding: 0;
  background: #fff;
  border: 1px solid #dbe4ee;
  border-radius: 5px;
  overflow: hidden;
}
.footer-ref-card--outpatient .footer-ref-copy {
  margin: 0;
  padding: 7px 10px;
  border-bottom: 1px solid #dbe4ee;
  background: #f3f8fc;
  color: #4d5b72;
  font-size: 13px;
  letter-spacing: .01em;
}
.footer-ref-card--outpatient .footer-ref-timebox {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 10px;
}
.footer-ref-card--outpatient .footer-ref-time-main {
  font-size: 22px;
  letter-spacing: .02em;
}
.footer-ref-card--outpatient .footer-ref-note {
  margin: 0;
  padding: 9px 10px 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #2d384d;
  text-align: center;
}
.footer-ref-card--outpatient .footer-ref-note--center {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  color: #1f2b40;
}
.footer-ref-card--outpatient .footer-ref-tels {
  gap: 8px;
}
.footer-ref-card--outpatient .footer-ref-tel-box {
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
  background: transparent;
  text-align: center;
}
.footer-ref-card--outpatient .footer-ref-tel-box + .footer-ref-tel-box {
  border-top: 1px solid #e0e8f1;
}
.footer-ref-card--outpatient .footer-ref-tel-box span {
  font-size: 13px;
  color: #4d5b72;
  text-align: center;
}
.footer-ref-card--outpatient .footer-ref-tel-box a {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 30px;
  color: #1f2b40;
}
.footer-ref-card--outpatient .footer-ref-tel-box a::before {
  content: '';
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .92;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a202c' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z'/%3E%3C/svg%3E");
}
.footer-ref-card--outpatient .footer-ref-tel-box--emergency {
  background: transparent;
}
.footer-ref-card--outpatient .footer-ref-tel-box--emergency a {
  font-size: 27px;
  font-weight: 700;
  color: #1f2b40;
}
.footer-ref-card--outpatient .footer-ref-btn {
  margin: 10px 11px 11px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 16px;
  letter-spacing: .01em;
}
.footer-ref-card--outpatient .footer-ref-btn::after {
  margin-left: auto;
  font-size: 17px;
}

.footer-ref-links {
  margin: 28px 0 0;
  padding-top: 16px;
  padding-bottom:16px;
  border-top: 1px solid #cfd8e2;
  border-bottom:1px solid #cfd8e2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 28px;
}
.footer-ref-link-group {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfd8e2;
}
.footer-ref-link-group:last-child {
  margin-bottom: 0;
}
/* 「入院・面会」グループのみ下線を外す */
.footer-ref-link-col:first-child .footer-ref-link-group:nth-child(2) {
  border-bottom: none;
}
.footer-ref-link-group h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #2f3f57;
}
.footer-ref-link-heading-link {
  margin-bottom: 0;
}
.footer-ref-link-heading-link a {
  color: inherit;
  text-decoration: none;
}
.footer-ref-link-heading-link a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.footer-ref-link-heading-link--multiline a {
  line-height: 1.45;
}
.footer-ref-link-group a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #4b5a71;
  margin-bottom: 2px;
}

.footer-ref-logos {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #cfd8e2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.footer-ref-brand-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 24px;
  width: 100%;
}
.footer-ref-logo-main {
  width: min(260px, 52vw);
  height: auto;
  flex-shrink: 0;
  display: block;
}
.footer-ref-banners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-left: auto;
}
.footer-ref-cert {
  display: block;
  flex-shrink: 0;
  height: 60px;
  width: auto;
  max-height: 60px;
  object-fit: contain;
}
.footer-ref-cert--quality {
  width: 60px;
}
.footer-ref-cert--mammography {
  height: 90px;
  max-height: 90px;
  max-width: min(130px, 40vw);
}
.footer-ref-org-address {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5f6d81;
}
.footer-ref-banner {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transition: opacity .15s;
}
.footer-ref-banner:hover {
  opacity: .88;
}
.footer-ref-banner img {
  display: block;
  width: auto;
  height: auto;
  max-height: 62px;
  max-width: min(360px, 48vw);
}

.footer-ref-bottom {
  background: #234b98;
  padding: 10px 0;
}
.footer-ref-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
  flex-wrap: wrap;
}
.footer-ref-bottom-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-ref-bottom-links a,
.footer-ref-bottom .copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, .92);
}

@media (max-width: 900px) {
  .footer-ref-main {
    padding-top: 0;
  }
  .footer-ref-main::before {
    top: 54px;
  }
  .footer-ref-time-main {
    font-size: 19px;
  }
  .footer-ref-tel-box--reservation a {
    font-size: 30px;
  }
  .footer-ref-tel-box--emergency a {
    font-size: 24px;
  }
  .footer-ref-top {
    display:block;
  }
  .footer-ref-card--outpatient { margin-top:18px; }
  .footer-ref-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-ref-brand-row {
    gap: 16px 20px;
  }
  .footer-ref-banner img {
    max-width: min(320px, 88vw);
  }
}
@media (max-width: 560px) {
  .footer-ref-time-main {
    font-size: 18px;
  }
  .footer-ref-tel-box--reservation a {
    font-size: 26px;
  }
  .footer-ref-tel-box--emergency a {
    font-size: 22px;
  }
  .footer-ref-links {
    grid-template-columns: 1fr;
  }
  .footer-ref-brand-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .footer-ref-banners {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    padding-bottom:50px;
  }
  .footer-ref-bottom-inner { flex-flow:column-reverse; }
  .footer-ref-bottom-links a { font-size:13px; }
}

/* 救急ホットライン確認ダイアログ */
.hotline-dialog-panel {
  width: min(92vw, 430px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
  padding: 20px 20px 16px;
}
.hotline-dialog-title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2b40;
  line-height: 1.4;
  text-align:center;
}
.hotline-dialog-tel { font-size:35px; font-weight:bold; text-align:center; color:#991426; }
.hotline-dialog-tel a { color:#991426; }
body.pc .hotline-dialog-tel a:hover { text-decoration:underline; }

.hotline-dialog-text {
  margin: 10px 0 0;
  font-size: 15px;
  color: #334155;
  line-height: 1.6;
  text-align:center;
}
.hotline-dialog-actions {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.hotline-dialog-btn {
  min-width: 88px;
  min-height: 38px;
  border-radius: 6px;
  border: 1px solid #cdd5df;
  background: #fff;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.hotline-dialog-btn--ok {
  background: #1f4696;
  border-color: #1f4696;
  color: #fff;
}
.hotline-dialog-btn--ok:hover {
  background: #173775;
}

/* ===== SCROLL TOP ===== */
.scroll-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 300;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; box-shadow: 0 4px 20px rgba(39,80,161,.35);
  cursor: pointer; transition: background .2s, transform .15s;
}
.scroll-top:hover { background: var(--blue-dark); transform: translateY(-2px); }
