:root {
  --navy: #20325f;
  --navy-deep: #152344;
  --corporate-color: #8a0021;
  --menu-gradient: linear-gradient(90deg, #AC505C 0%, #92202F 100%);
  --blue: #187fc4;
  --blue-accent: #589cd5;
  --blue-pale: #f3f8fb;
  --line: #c1d6ea;
  --text: #1d2947;
  --muted: #69758d;
  --white: #fff;
  --heading: #243553;
  --body-copy: #33415c;
  --link-muted: #425b7d;
  --border: #dce6ee;
  --border-strong: #cbddeb;
  --border-interactive: #9fc9e7;
  --surface-subtle: #f6f9fb;
  --surface-accent: #eef5fa;
  --training-text: #50473f;
  --training-accent: #a86412;
  --training-surface: #fffcee;
  --training-section-bg: #fff;
  --training-border: #efddbb;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-pill: 999px;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --font-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* SHD fellowship program */
.shd-fellowship {
  --shd-navy: #173a5f;
  --shd-navy-deep: #102b47;
  --shd-teal: #2f8784;
  --shd-gold: #b77a13;
  --shd-pale-blue: #edf4f9;
  --shd-pale-teal: #edf7f6;
  --shd-pale-gold: #fbf5e9;
  min-width: 0;
}

.shd-fellowship__hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 0 26px;
  padding: 56px 52px 52px;
  border-bottom: 4px solid var(--shd-gold);
  background: linear-gradient(120deg, var(--shd-navy-deep) 0%, var(--shd-navy) 58%, var(--shd-teal) 100%);
  color: var(--white);
}

.shd-fellowship__hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 7%;
  width: 150px;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255, 255, 255, .07), 0 0 0 56px rgba(255, 255, 255, .05);
  transform: translateY(-50%);
}

.article-body .shd-fellowship__hero h2 {
  max-width: 720px;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.35;
  letter-spacing: .01em;
}

.article-body .shd-fellowship__hero p {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-weight: 500;
}

.article-body .shd-fellowship__hero .shd-fellowship__eyebrow {
  margin-bottom: 14px;
  color: #d9bd7f;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.shd-fellowship__lead {
  margin: 0 0 58px;
  padding: 26px 30px;
  border-left: 4px solid var(--shd-navy);
  background: #f4f7fa;
}

.shd-fellowship__lead > p {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}

.shd-fellowship__lead dl {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0;
}

.shd-fellowship__lead dt {
  flex: 0 0 auto;
  padding: 3px 10px;
  background: var(--shd-navy);
  color: var(--white) !important;
  font-size: 12px;
  font-weight: 700;
}

.shd-fellowship__lead dd {
  margin: 0;
  color: var(--body-copy);
  font-weight: 700;
}

.shd-fellowship__section {
  margin: 0 0 78px;
}

.shd-fellowship__section:last-child {
  margin-bottom: 0;
}

.shd-fellowship__section-heading {
  margin: 0 0 28px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--border);
}

.shd-fellowship__section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--shd-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.article-body .shd-fellowship__section-heading h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--shd-navy-deep);
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1.45;
}

.shd-fellowship__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.shd-fellowship__highlights article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 26px 22px 24px;
  border-top: 3px solid var(--shd-navy);
  background: #f4f7fa;
}

.shd-fellowship__highlights article > span {
  position: absolute;
  top: 10px;
  right: 14px;
  color: rgba(23, 58, 95, .1);
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 700;
}

.article-body .shd-fellowship__highlights h3 {
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  color: var(--shd-navy);
  font-size: 15px;
}

.shd-fellowship__highlights strong {
  display: block;
  margin-bottom: 8px;
  color: var(--shd-navy-deep);
  font-family: var(--font-serif);
  font-size: 20px;
}

.shd-fellowship__highlights p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.shd-fellowship__course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 48px;
}

.shd-fellowship__course-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 330px;
  padding: 28px 24px;
  border-top: 8px solid currentColor;
  background: var(--shd-pale-blue);
  color: var(--shd-navy);
}

.shd-fellowship__course-card--b {
  background: var(--shd-pale-teal);
  color: var(--shd-teal);
}

.shd-fellowship__course-card--c {
  background: var(--shd-pale-gold);
  color: var(--shd-gold);
}

.shd-fellowship__course-card > p:first-child {
  margin: 0 0 10px;
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.article-body .shd-fellowship__course-card h3 {
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  color: currentColor;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
}

.shd-fellowship__course-card > p:not(:first-child) {
  margin: 0 0 22px;
  color: var(--body-copy);
  font-size: 14px;
  line-height: 1.8;
}

.shd-fellowship__course-card strong {
  display: block;
  margin-top: auto;
  color: currentColor;
  font-size: 13px;
  line-height: 1.7;
}

.article-body .shd-fellowship__subheading {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 2px solid var(--shd-navy);
  background: transparent;
  color: var(--shd-navy-deep);
  font-family: var(--font-serif);
  font-size: 24px;
}

.shd-fellowship__track-list {
  display: grid;
  gap: 24px;
}

.shd-fellowship__track {
  border: 1px solid var(--border);
  background: var(--white);
}

.shd-fellowship__track > header {
  padding: 24px 26px;
  background: var(--shd-navy);
  color: var(--white);
}

.shd-fellowship__track--b > header {
  background: var(--shd-teal);
}

.shd-fellowship__track--c > header {
  background: var(--shd-gold);
}

.shd-fellowship__track > header > p:first-child {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.article-body .shd-fellowship__track > header h3 {
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 24px;
}

.shd-fellowship__track > header > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.7;
}

.shd-fellowship__track > header small {
  color: rgba(255, 255, 255, .75);
}

.article-body .shd-fellowship__track ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
  padding: 20px 26px;
  list-style: none;
}

.shd-fellowship__track li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--body-copy);
  font-size: 14px;
  line-height: 1.7;
}

.shd-fellowship__track li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--shd-navy);
}

.shd-fellowship__track--b li::before {
  background: var(--shd-teal);
}

.shd-fellowship__track--c li::before {
  background: var(--shd-gold);
}

.article-body .shd-fellowship__phases {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.shd-fellowship__phase {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  margin: 0;
  border: 1px solid var(--border);
  background: #f7f9fb;
}

.shd-fellowship__phase-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 22px 14px;
  background: var(--shd-navy);
  color: var(--white);
  text-align: center;
}

.shd-fellowship__phase--b .shd-fellowship__phase-number {
  background: var(--shd-teal);
}

.shd-fellowship__phase--c .shd-fellowship__phase-number {
  background: var(--shd-gold);
}

.shd-fellowship__phase-number span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.shd-fellowship__phase-number strong {
  margin: 2px 0;
  font-family: var(--font-serif);
  font-size: 44px;
  line-height: 1.2;
}

.shd-fellowship__phase-number small {
  color: rgba(255, 255, 255, .82);
  font-weight: 500;
}

.shd-fellowship__phase > div:last-child {
  min-width: 0;
  padding: 28px 30px;
}

.article-body .shd-fellowship__phase h3 {
  margin: 0 0 12px;
  padding: 0;
  background: transparent;
  color: var(--shd-navy-deep);
  font-family: var(--font-serif);
  font-size: 22px;
}

.shd-fellowship__phase p {
  margin: 0;
}

.article-body .shd-fellowship__phase ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.shd-fellowship__phase li {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--muted);
  font-size: 12px;
}

.shd-fellowship__message {
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
}

.shd-fellowship__message > header {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 20px 26px;
  background: var(--shd-navy-deep);
  color: var(--white);
}

.shd-fellowship__message--b > header {
  background: var(--shd-teal);
}

.shd-fellowship__message--c > header {
  background: var(--shd-gold);
}

.shd-fellowship__message > header img {
  display: block;
  width: 132px;
  height: 156px;
  border: 5px solid rgba(255, 255, 255, .18);
  background: var(--white);
  object-fit: cover;
  object-position: center top;
}

.shd-fellowship__message > header p {
  margin: 0;
  color: rgba(255, 255, 255, .83);
  font-size: 13px;
  line-height: 1.7;
}

.shd-fellowship__message > header p:first-child {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
}

.article-body .shd-fellowship__message > header h3 {
  margin: 0 0 6px;
  padding: 0;
  background: transparent;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 25px;
}

.shd-fellowship__message > div {
  padding: 28px 30px 30px;
}

.shd-fellowship__message > div p:last-child {
  margin-bottom: 0;
}

.shd-fellowship__director-messages {
  display: grid;
  gap: 26px;
}

.shd-fellowship__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.shd-fellowship__metrics > div {
  min-width: 0;
  padding: 26px 14px 22px;
  border-top: 3px solid var(--shd-navy);
  background: #f4f7fa;
  text-align: center;
}

.shd-fellowship__metrics > div:nth-child(2) {
  border-top-color: var(--blue);
}

.shd-fellowship__metrics > div:nth-child(3) {
  border-top-color: var(--shd-teal);
}

.shd-fellowship__metrics > div:nth-child(4) {
  border-top-color: var(--shd-gold);
}

.shd-fellowship__metrics strong {
  display: block;
  margin-bottom: 10px;
  color: var(--shd-navy-deep);
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1.2;
}

.shd-fellowship__metrics strong small {
  color: inherit;
  font-size: 15px;
}

.shd-fellowship__metrics span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.article-body .shd-fellowship__note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.shd-fellowship__contact {
  margin-top: 24px;
  padding: 28px 30px;
  border-left: 4px solid var(--shd-navy);
  background: #f4f7fa;
}

.shd-fellowship__contact p {
  margin: 0 0 14px;
}

.article-body .shd-fellowship__contact .shd-fellowship__contact-label {
  margin-bottom: 10px;
  color: var(--shd-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.shd-fellowship__contact-mails {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.shd-fellowship__contact-mails a {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .shd-fellowship__course-grid {
    grid-template-columns: 1fr;
  }

  .shd-fellowship__course-card {
    min-height: 0;
  }

  .shd-fellowship__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .shd-fellowship__hero {
    padding: 48px 34px 44px;
  }

  .shd-fellowship__highlights {
    grid-template-columns: 1fr;
  }

  .article-body .shd-fellowship__track ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .shd-fellowship__hero {
    margin-right: -20px;
    margin-left: -20px;
    padding: 38px 24px 36px;
  }

  .shd-fellowship__hero::after {
    right: -42px;
    width: 110px;
  }

  .article-body .shd-fellowship__hero h2 {
    font-size: 31px;
  }

  .shd-fellowship__lead {
    padding: 22px 20px;
  }

  .shd-fellowship__lead > p {
    font-size: 17px;
  }

  .shd-fellowship__lead dl {
    display: grid;
    gap: 8px;
  }

  .shd-fellowship__lead dt {
    width: fit-content;
  }

  .shd-fellowship__section {
    margin-bottom: 62px;
  }

  .article-body .shd-fellowship__section-heading h2 {
    font-size: 26px;
  }

  .shd-fellowship__course-card,
  .shd-fellowship__track > header,
  .article-body .shd-fellowship__track ul {
    padding-right: 20px;
    padding-left: 20px;
  }

  .shd-fellowship__phase {
    grid-template-columns: 1fr;
  }

  .shd-fellowship__phase-number {
    min-height: 0;
    padding: 16px;
  }

  .shd-fellowship__phase-number strong {
    font-size: 34px;
  }

  .shd-fellowship__phase > div:last-child {
    padding: 24px 20px;
  }

  .shd-fellowship__message > header {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  .shd-fellowship__message > header img {
    width: 92px;
    height: 112px;
    border-width: 3px;
  }

  .article-body .shd-fellowship__message > header h3 {
    font-size: 21px;
  }

  .shd-fellowship__message > div {
    padding: 24px 20px 26px;
  }

  .shd-fellowship__metrics {
    grid-template-columns: 1fr;
  }

  .shd-fellowship__contact {
    padding: 24px 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-sans);
  line-height: 1.8;
  letter-spacing: 0;
}

body.menu-open,
body.staff-dialog-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button {
  font-family: inherit;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: var(--white);
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
}

.loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-animation {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: var(--navy);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading-mark {
  width: min(58vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  color: var(--white);
}

.loading-mark::before,
.loading-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18);
}

.loading-mark::before {
  inset: 8%;
}

.loading-mark::after {
  inset: 19%;
  border-style: dashed;
  animation: loading-rotate 18s linear infinite;
}

.loading-mark__crest {
  width: 108px;
  height: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.loading-mark__crest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.loading-mark__name {
  position: absolute;
  bottom: 21%;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

@keyframes loading-rotate {
  to {
    transform: rotate(360deg);
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: rgba(255, 255, 255, .94);
  transition: box-shadow .4s ease, background .4s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 1px 0 rgba(20, 35, 70, .08);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  padding-left: 40px;
  color: var(--corporate-color);
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-logo {
  width: clamp(260px, 31vw, 430px);
  max-width: 100%;
  height: auto;
}

.site-nav {
  min-height: 80px;
  padding: 0 42px 0 52px;
  background: var(--menu-gradient);
  display: flex;
  align-items: stretch;
  gap: 0;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.nav-item {
  position: relative;
}

.nav-link,
.nav-parent {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.nav-parent::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
  transition: transform .25s ease;
}

.nav-item.is-open .nav-parent::after,
.nav-item:hover .nav-parent::after,
.nav-item:focus-within .nav-parent::after {
  transform: translateY(1px) rotate(225deg);
}

.nav-link::before,
.nav-parent::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 5px;
/*  background: var(--blue-accent);*/
  background: #ccc;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.nav-link:hover::before,
.nav-link:focus-visible::before,
.nav-parent:hover::before,
.nav-parent:focus-visible::before,
.nav-item.is-open .nav-parent::before,
.nav-item:focus-within .nav-parent::before {
  transform: scaleX(1);
}

.nav-link:focus-visible,
.nav-parent:focus-visible,
.submenu a:focus-visible {
  outline: 2px solid rgba(88, 156, 213, .8);
  outline-offset: -4px;
}

.submenu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  margin: 0;
  padding: 12px 0;
  background: rgba(255, 255, 255, .98);
/*  border-top: 5px solid var(--blue-accent);*/
  border-top: 5px solid #ccc;
  box-shadow: 0 22px 45px rgba(20, 35, 70, .18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.nav-item:hover .submenu,
.nav-item:focus-within .submenu,
.nav-item.is-open .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.submenu a {
  display: block;
  padding: 12px 22px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.55;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.submenu a:hover,
.submenu a:focus-visible {
/*  background: var(--surface-accent);
  color: var(--blue);*/
  background: #eee;
/*  color: var(--blue);*/
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 80px;
  overflow: hidden;
}

.hero-frame {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 80px);
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: -760px;
  top: auto;
  bottom: clamp(20px, 5vh, 48px);
  width: min(680px, calc(100% - 120px));
  min-height: 0;
  border-radius: 15px;
  padding: 30px 46px 22px;
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--navy);
  box-shadow: none;
  opacity: 0;
  transform: none;
}

body.is-ready .hero-copy {
  animation: hero-panel 2s .5s forwards ease;
}

.hero-copy h1 {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.34;
}

.hero-copy__ja {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
}

.hero-copy__en {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 12px;
  line-height: 1.7;
}

body.is-ready .hero-copy h1,
body.is-ready .hero-copy p {
  opacity: 0;
  animation: hero-text 2.5s 1.05s forwards ease;
}

.hero-media {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  opacity: 0;
}

body.is-ready .hero-media {
  animation: hero-media 1.6s .45s forwards ease;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--navy-deep);
  background-image: url("../../images/hero-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.1);
  transform-origin: center;
  transition: opacity 2s ease;
  will-change: opacity, transform;
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
}

body.is-ready .hero-slide.is-active {
  animation: hero-slide-zoom 8s ease-out forwards;
}

.hero-slide.is-leaving {
  opacity: 1;
  z-index: 1;
}

.hero-slide--2 {
  background-image: url("../../images/hero-2.jpg");
}

.hero-slide--3 {
  background-image: url("../../images/hero-3.jpg");
}

@keyframes hero-panel {
  0% {
    left: -760px;
    opacity: 0;
  }
  100% {
    left: 56px;
    opacity: 1;
  }
}

@keyframes hero-text {
  to {
    opacity: 1;
  }
}

@keyframes hero-media {
  to {
    opacity: 1;
  }
}

@keyframes hero-slide-zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.section-pad {
  padding: 120px 0;
}

.section-inner {
  width: min(calc(100% - 80px), 1280px);
  margin: 0 auto;
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 82px;
  font-weight: 500;
  line-height: 1;
}

.section-heading p {
  margin: 0;
  color: var(--blue);
  font-size: 20px;
  font-weight: 500;
}

.section-heading--muted h2 {
  color: #9ca0bb;
}

.section-heading--muted p {
  color: var(--navy);
}

.section-heading--center {
  text-align: center;
}

.text-split span {
  opacity: 0;
}

.text-split.appear span {
  animation: text-letter 1.5s ease-out forwards;
}

@keyframes text-letter {
  to {
    opacity: 1;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(80px);
}

.reveal.active {
  animation: reveal-up 1.6s ease forwards;
}

.reveal-group .reveal:nth-child(2).active {
  animation-delay: .18s;
}

.reveal-group .reveal:nth-child(3).active {
  animation-delay: .36s;
}

.reveal-group .reveal:nth-child(4).active {
  animation-delay: .54s;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.information {
  background:
    linear-gradient(180deg, rgba(238, 247, 253, .58), rgba(255, 255, 255, 0) 62%),
    var(--white);
}

.info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.info-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 34px 42px 24px;
  background: var(--white);
  box-shadow: none;
}

.info-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), #78aed3);
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  display: grid;
  grid-template-columns: 132px 64px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  line-height: 1.8;
}

.news-list li:last-child {
  border-bottom: 0;
}

.news-list time {
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 18px;
}

.news-list span {
  color: var(--heading);
}

.news-list .news-label {
  align-self: start;
  justify-self: start;
  min-width: 62px;
  margin-top: 2px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #1684c4;
  color: var(--white);
  font-size: 80%;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.news-list .news-label--new {
  visibility: hidden;
}

.news-list .news-label--current {
  visibility: visible;
  background: #ac505c;
}

.news-list__item--featured time {
  color: var(--blue);
}

.news-list li.news-list__item--featured-end {
  margin-bottom: 24px;
  border-bottom-color: var(--blue);
  border-bottom-width: 2px;
}

.news-list em {
  display: inline-block;
  color: var(--blue);
  font-size: 110%;
  font-style: normal;
  font-weight: 500;
}

.news-item-text {
  display: block;
  color: var(--heading);
  font-size: 110%;
  font-weight: 500;
}

.news-item-text a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-item-text a:hover {
  text-decoration-thickness: 2px;
}

.news-item-text a:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.news-item-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--blue);
  cursor: pointer;
  list-style: none;
}

.news-item-accordion summary::-webkit-details-marker {
  display: none;
}

.news-item-accordion summary em {
  display: block;
  margin: 0;
}

.news-item-accordion summary::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
  transition: transform .2s ease;
}

.news-item-accordion[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.news-item-accordion summary:hover em,
.news-item-accordion summary:focus-visible em {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-item-accordion summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
}

.news-item-accordion__body {
  padding-top: 14px;
  color: var(--heading);
}

.news-item-accordion__body p {
  margin: 0;
}

.news-item-accordion__body p + p {
  margin-top: 8px;
}

.news-item-accordion__body a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-item-accordion__body a:hover {
  text-decoration-thickness: 2px;
}

.news-item-accordion__body a:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

.news-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.news-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.about {
  background: var(--blue-pale);
  padding-top: 70px;
}

.about-feature {
  width: 100%;
  min-height: 390px;
  border-radius: 15px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.84) 46%, rgba(255,255,255,.1) 72%),
    url("../../images/top-greeting.png?v=20260613b") right center / cover no-repeat;
  box-shadow: none;
  display: flex;
  align-items: center;
  margin-bottom: 54px;
  overflow: hidden;
}

.about-feature__text {
  width: min(54%, 600px);
  padding: 58px 64px;
}

.about-feature h3 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 34px;
  font-weight: 500;
}

.about-feature p {
  margin: 0 0 28px;
  color: var(--body-copy);
  font-size: 16px;
}

.arrow-link {
  display: inline-block;
  color: var(--navy);
  font-weight: 700;
  padding-right: 54px;
  position: relative;
}

.arrow-link::before,
.arrow-link::after {
  content: "";
  position: absolute;
  top: 50%;
  background: var(--navy);
}

.arrow-link::before {
  right: 0;
  width: 38px;
  height: 2px;
}

.arrow-link::after {
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--navy);
  border-right: 2px solid var(--navy);
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.link-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.link-tile {
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  color: var(--navy);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.link-tile:hover,
.link-tile:focus-visible {
  color: var(--blue);
  border-color: var(--border-interactive);
  transform: translateY(-4px);
}

.link-tile small {
  display: block;
  margin-top: 14px;
  padding-bottom: 22px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.link-tile small::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 92px;
  height: 2px;
  background: var(--blue-accent);
  transform: translateX(-50%);
}

.link-tile__icon {
  width: 68px;
  height: 68px;
  color: var(--blue-accent);
  margin-bottom: 24px;
}

.link-tile__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.medical {
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.9)),
    radial-gradient(circle at 22% 8%, rgba(199,232,250,.7), transparent 34%),
    linear-gradient(135deg, var(--surface-accent), var(--white));
}

.medical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.medical-card {
  min-height: 240px;
  padding: 36px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 45px rgba(32, 50, 95, .1);
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
}

.medical-card h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 27px;
  line-height: 1.4;
  font-weight: 700;
}

.medical-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.card-action {
  align-self: end;
  justify-self: end;
  width: 56px;
  height: 56px;
  margin-top: 28px;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.training {
  background: var(--training-section-bg);
}

.training-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.training-copy > p {
  margin: 0 0 32px;
  color: var(--training-text);
}

.training .section-heading h2,
.training .section-heading p {
  color: var(--training-text);
}

.outline-button {
  display: inline-flex;
  min-width: 210px;
  min-height: 48px;
  border: 2px solid var(--navy);
  border-radius: var(--radius-pill);
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
}

.outline-button:hover,
.outline-button:focus-visible {
  background: var(--navy);
  color: var(--white);
}

.training .outline-button {
  border-color: var(--training-accent);
  color: var(--training-accent);
}

.training .outline-button:hover,
.training .outline-button:focus-visible {
  background: var(--training-accent);
  color: var(--white);
}

.training-list {
  display: grid;
  gap: 22px;
}

.training-row {
  min-height: 118px;
  border-radius: var(--radius-md);
  background: var(--training-surface);
  border-left: 8px solid var(--training-accent);
  padding: 24px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--training-text);
  box-shadow: 0 14px 32px rgba(126, 88, 41, .10);
}

.training-row span {
  font-size: 24px;
  font-weight: 700;
}

.training-row small {
  color: #8a6d4d;
  font-size: 14px;
}

.alumni {
  padding: 125px 0;
/*  background: var(--blue-pale);*/
  background: #fafafa;
}

.alumni-inner {
  width: min(calc(100% - 80px), 1000px);
  margin: 0 auto;
  border: 3px solid #555b62;
  border-radius: var(--radius-pill);
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 58px;
  color: #454a50;
  background: var(--white);
}

.alumni h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.alumni p {
  margin: 0;
  color: #5d6268;
  flex: 1;
}

.alumni a {
  font-weight: 700;
  padding-right: 54px;
  position: relative;
}

.alumni a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 38px;
  height: 2px;
  background: #555b62;
}

.alumni a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #555b62;
  border-right: 2px solid #555b62;
  transform: translateY(-50%) rotate(45deg);
}

.related-links {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--surface-subtle) 100%);
}

.related-links .section-heading h2,
.related-links .section-heading p {
  color: #6b7076;
}

.related-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.related-card {
  min-height: 300px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--related-bg) center / cover no-repeat var(--blue-pale);
  box-shadow: 0 16px 36px rgba(32, 50, 95, .08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.related-card::before {
  display: none;
}

.related-card__header {
  min-height: 86px;
  margin: 0;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .52);
  border-radius: 0;
  background: rgba(255, 255, 255, .68);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.related-card__header img {
  width: 100%;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.related-card__links {
  list-style: none;
  margin: 0;
  padding: 0 18px 18px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-start;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.related-card__links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: var(--radius-pill);
  padding: 8px 14px;
  color: var(--white);
  background: rgba(21, 35, 68, .5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.related-card__links a::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.related-card__links a:hover,
.related-card__links a:focus-visible {
  background: rgba(255, 255, 255, .82);
  color: var(--navy);
}

.page-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 8000;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
/*  background: var(--navy);*/
  background: #888;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  cursor: pointer;
}

.page-top.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-footer {
  background: var(--menu-gradient);
  color: var(--white);
  padding: 56px 0;
}

.footer-inner {
  width: min(calc(100% - 80px), 1280px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-title {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
}

.footer-inner p {
  margin: 0;
}

.footer-contact {
  margin-top: 18px;
  font-family: var(--font-serif);
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.footer-links a {
  border-bottom: 1px solid rgba(255,255,255,.65);
  font-size: 14px;
}

.footer-copyright {
  width: min(calc(100% - 80px), 1280px);
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .02em;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .brand {
    padding-left: 24px;
  }

  .site-nav {
    padding: 0 22px;
  }

  .nav-link,
  .nav-parent {
    padding: 0 11px;
    font-size: 15px;
  }

  .hero-copy {
    width: min(620px, calc(100% - 88px));
    min-height: 0;
    padding: 30px 40px 22px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  @keyframes hero-panel {
    0% {
      left: -700px;
      opacity: 0;
    }
    100% {
      left: 44px;
      opacity: 1;
    }
  }

  .section-heading h2 {
    font-size: 70px;
  }

  .training-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .training-list {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 70px;
  }

  .brand {
    font-size: 22px;
    padding-left: 18px;
  }

  .brand-logo {
    width: clamp(220px, 44vw, 340px);
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    border: 0;
    background: var(--menu-gradient);
    color: var(--white);
    display: block;
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    left: 18px;
    width: 34px;
    height: 3px;
    border-radius: 10px;
    background: var(--white);
    transition: transform .25s ease, opacity .25s ease, top .25s ease;
  }

  .menu-toggle span:nth-child(1) { top: 22px; }
  .menu-toggle span:nth-child(2) { top: 34px; }
  .menu-toggle span:nth-child(3) { top: 46px; }

  .menu-toggle.is-active span:nth-child(1) {
    top: 28px;
    transform: rotate(45deg);
  }

  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-active span:nth-child(3) {
    top: 28px;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    right: 0;
    top: 70px;
    bottom: 0;
    width: min(100%, 400px);
    min-height: 0;
    background: var(--menu-gradient);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    box-shadow: -20px 20px 50px rgba(32,50,95,.16);
    overflow: auto;
  }

  .site-nav.is-active {
    display: flex;
  }

  .site-nav__list {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .nav-link,
  .nav-parent {
    width: 100%;
    min-height: auto;
    color: var(--white);
    padding: 22px 26px;
    font-size: 18px;
    justify-content: space-between;
    text-align: left;
  }

  .nav-link::before,
  .nav-parent::before {
    display: none;
  }

  .submenu {
    position: static;
    min-width: 0;
    display: none;
    padding: 0;
    border-top: 0;
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .nav-item.is-open .submenu {
    display: block;
  }

  .submenu a {
    padding: 14px 32px 14px 42px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: var(--white);
    white-space: normal;
  }

  .submenu a:hover,
  .submenu a:focus-visible {
    background: rgba(255, 255, 255, .14);
  }

  .hero {
    min-height: 100vh;
    padding-top: 70px;
  }

  .hero-frame {
    min-height: max(650px, calc(100vh - 70px));
  }

  .hero-media {
    width: 100%;
    min-height: max(650px, calc(100vh - 70px));
  }

  .hero-copy {
    top: auto;
    left: 50%;
    bottom: 24px;
    width: min(calc(100% - 64px), 620px);
    min-height: 0;
    transform: translateX(-50%);
    padding: 28px 36px 22px;
  }

  body.is-ready .hero-copy {
    animation: hero-panel-tablet 2s .5s forwards ease;
  }

  @keyframes hero-panel-tablet {
    0% {
      opacity: 0;
      transform: translate(-50%, 24px);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }

  .hero-copy h1 {
    font-size: 32px;
  }

  .section-inner,
  .footer-inner {
    width: calc(100% - 60px);
  }

  .info-grid,
  .medical-grid,
  .training-layout {
    grid-template-columns: 1fr;
  }

  .link-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-feature {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 50%, rgba(255,255,255,.12) 100%),
      url("../../images/top-greeting.png?v=20260613b") right center / cover no-repeat;
    align-items: flex-start;
    padding-bottom: 250px;
  }

  .about-feature__text {
    width: 100%;
    padding: 42px;
  }

  .alumni-inner {
    width: calc(100% - 60px);
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px;
  }

  .related-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .loading-mark {
    width: min(78vw, 360px);
  }

  .loading-mark__crest {
    width: 82px;
    height: 82px;
    font-size: 21px;
  }

  .loading-mark__name {
    bottom: 18%;
    font-size: 15px;
  }

  .header-inner {
    min-height: 60px;
  }

  .brand {
    max-width: calc(100% - 70px);
    padding-left: 14px;
    font-size: 19px;
  }

  .brand-logo {
    width: min(270px, calc(100vw - 92px));
  }

  .menu-toggle {
    width: 60px;
    height: 60px;
  }

  .menu-toggle span {
    left: 15px;
    width: 30px;
  }

  .menu-toggle span:nth-child(1) { top: 17px; }
  .menu-toggle span:nth-child(2) { top: 29px; }
  .menu-toggle span:nth-child(3) { top: 41px; }

  .site-nav {
    top: 60px;
  }

  .hero {
    min-height: 100vh;
    padding-top: 60px;
  }

  .hero-frame,
  .hero-media {
    min-height: max(520px, calc(100vh - 60px));
  }

  .hero-copy {
    bottom: 18px;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 22px 18px 18px;
    border-radius: 14px;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .hero-copy__ja {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .hero-copy__en {
    font-size: 10px;
  }

  .section-pad {
    padding: 76px 0;
  }

  .section-inner,
  .footer-inner {
    width: calc(100% - 40px);
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .info-grid,
  .link-tiles,
  .medical-grid {
    gap: 18px;
  }

  .info-grid,
  .link-tiles {
    grid-template-columns: 1fr;
  }

  .news-list li {
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 6px;
    padding: 18px 0;
  }

  .news-list .news-label {
    grid-column: 2;
    grid-row: 1;
    margin-top: 3px;
  }

  .news-item-text,
  .news-item-accordion {
    grid-column: 1 / -1;
  }

  .news-list em {
    display: table;
    margin: 6px 0 0;
  }

  .news-item-text {
    margin-top: 6px;
  }

  .news-gallery {
    grid-template-columns: 1fr;
  }

  .about {
    padding-top: 54px;
  }

  .about-feature {
    min-height: 0;
    padding-bottom: 190px;
  }

  .about-feature__text {
    padding: 30px 24px;
  }

  .about-feature h3 {
    font-size: 27px;
  }

  .link-tile {
    min-height: 190px;
  }

  .medical-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .medical-card h3 {
    font-size: 22px;
  }

  .training-layout {
    gap: 34px;
  }

  .training-row {
    min-height: 96px;
    padding: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .training-row span {
    font-size: 20px;
  }

  .alumni {
    padding: 76px 0;
  }

  .alumni-inner {
    width: calc(100% - 40px);
    padding: 28px 24px;
  }

  .related-links__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .related-card {
    min-height: 260px;
  }

  .related-card__header {
    min-height: 74px;
    margin: 0;
    padding: 14px 16px;
  }

  .related-card__header img {
    height: 42px;
  }

  .related-card__links {
    padding: 0 14px 14px;
  }

  .related-card__links a {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .loading {
    display: none;
  }

  .hero-media,
  .reveal,
  .text-split span {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-copy {
    left: 56px;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-copy h1,
  .hero-copy p {
    opacity: 1 !important;
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .hero-copy {
    left: 50%;
    transform: translateX(-50%) !important;
  }
}

.sub-page .loading {
  display: none;
}

.lower-hero {
  padding: 150px 0 82px;
  background:
    linear-gradient(90deg, rgba(199, 232, 250, .76), rgba(255, 255, 255, .96)),
    url("../../images/hero-staff.jpg?v=20260613b") center 30% / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.lower-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .64);
}

.training-page .lower-hero {
  background:
    linear-gradient(90deg, rgba(255, 252, 238, .76), rgba(255, 252, 238, .90)),
/*    linear-gradient(90deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .96)),*/
    url("../../images/hero-staff.jpg?v=20260613b") center 30% / cover no-repeat;
/*  background-blend-mode: color;*/
}

.training-page .lower-hero::after {
  background: rgba(255, 250, 238, .56);
}

.training-page .lower-hero h1,
.training-page .breadcrumb,
.training-page .breadcrumb a,
.training-page .breadcrumb span::before {
  color: var(--training-text);
}

.alumni-theme .lower-hero {
  background:
    linear-gradient(90deg, rgba(205, 209, 213, .76), rgba(248, 249, 250, .90)),
    url("../../images/alumni/group-photo-20260606.jpg?v=20260613b") center 27% / cover no-repeat;
/*  background-blend-mode: color;*/
}

.alumni-theme .lower-hero::after {
  background: rgba(250, 250, 250, .58);
}

.alumni-theme .lower-hero h1,
.alumni-theme .breadcrumb,
.alumni-theme .breadcrumb a,
.alumni-theme .breadcrumb span::before {
  color: #3f4449;
}

.lower-hero .section-inner {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--navy);
  font-weight: 700;
}

.breadcrumb span::before {
  content: "/";
  margin-right: 12px;
  color: #8aa7c1;
}

.lower-hero h1 {
  max-width: 900px;
  margin: 0 auto 20px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 52px;
  line-height: 1.25;
  font-weight: 600;
	text-align:center;
  overflow-wrap: anywhere;
}

.lower-content {
  background: var(--white);
}

.lower-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.local-nav {
  position: sticky;
  top: 112px;
  border-top: 5px solid var(--blue);
  background: var(--blue-pale);
  padding: 22px 22px 26px;
}

.local-nav p {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.local-nav a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-size: 14px;
  line-height: 1.55;
}

.local-nav-submenu a {
  padding: 9px 0 9px 12px;
  color: var(--link-muted);
  font-size: 13px;
}

.local-nav-submenu--nested {
  padding: 6px 0 0 12px;
}

.local-nav-submenu--nested a {
  padding-left: 14px;
}

.local-nav-heading {
  display: block;
  padding: 8px 0 4px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.local-nav a:hover,
.local-nav a:focus-visible {
  color: var(--blue);
}

.content-panel {
  min-width: 0;
  border-top: 1px solid var(--border);
  padding-top: 34px;
}

.article-body h2 {
  margin: 48px 0 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-size: 27px;
  line-height: 1.45;
  letter-spacing: .01em;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin: 30px 0 12px;
  color: var(--heading);
  font-size: 19px;
  line-height: 1.55;
}

.article-body p {
  margin: 0 0 1.4em;
  color: var(--body-copy);
  font-size: 16px;
  line-height: 2;
}

.article-body ul,
.article-body ol {
  margin: 0 0 28px;
  padding-left: 1.4em;
}

.article-body li {
  margin: 0 0 9px;
  color: var(--body-copy);
}

.contact-mail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45em;
  height: 1.45em;
  margin-right: .45em;
  color: currentColor;
  vertical-align: -.32em;
}

.contact-mail-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.video-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 42px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-md);
  background: #071f3d;
  box-shadow: none;
}

.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.message-entry {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin: 0 0 44px;
  padding: 34px 0;
  border: 1px solid var(--border);
  border-width: 1px 0;
  background: var(--white);
  box-shadow: none;
}

.message-entry:last-child {
  margin-bottom: 0;
}

.message-entry + .message-entry {
  margin-top: -1px;
}

.message-entry__photo {
  margin: 0;
}

@media (min-width: 901px) {
  .message-entry__photo {
    position: sticky;
    top: 104px;
  }
}

.message-entry__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.article-body .message-entry__name {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.article-body .message-entry__department {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 4px 12px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-pill);
  color: #355c79;
  background: rgba(245, 250, 253, .92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.article-body .message-entry h2 {
  margin: 0 0 22px;
}

.message-entry__text p:last-child {
  margin-bottom: 0;
}

.content-panel--flush {
  border-top: 0;
  padding-top: 0;
}

.greeting-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 42px;
  align-items: stretch;
  margin: 0 0 52px;
  border: 1px solid var(--border);
  border-width: 1px 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.greeting-intro__copy {
  min-width: 0;
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.greeting-intro__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 5px 12px;
  border-left: 4px solid var(--blue);
  border-radius: 2px;
  background: var(--surface-subtle);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.article-body .greeting-intro__theme {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.greeting-intro__lead {
  max-width: 650px;
  margin: 0;
  color: var(--link-muted);
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.greeting-profile {
  margin: 0;
  min-width: 0;
  background: var(--navy);
  color: var(--white);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.greeting-profile img {
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  object-position: center top;
}

.greeting-profile figcaption {
  padding: 22px 24px 24px;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
}

.greeting-profile span {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.6;
}

.greeting-profile strong {
  display: block;
  color: var(--white);
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}

.page-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.page-card,
.staff-card,
.link-list a,
.medical-link-card {
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.page-card {
  display: block;
  min-height: 178px;
  padding: 30px;
  border-left: 3px solid var(--blue);
  border-radius: var(--radius-sm);
}

.page-card:hover,
.page-card:focus-visible,
.link-list a:hover,
.link-list a:focus-visible,
.medical-link-card:hover,
.medical-link-card:focus-visible {
  border-color: var(--border-interactive);
  box-shadow: none;
  transform: translateY(-2px);
}

.training-page .page-card {
  border-left: 3px solid var(--training-accent);
}

.training-page .page-card:hover,
.training-page .page-card:focus-visible,
.training-page .link-list a:hover,
.training-page .link-list a:focus-visible,
.training-page .medical-link-card:hover,
.training-page .medical-link-card:focus-visible {
  border-color: var(--training-border);
}

.page-card h2 {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  font-size: 23px;
}

.page-card p,
.medical-link-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.medical-intro {
  position: relative;
  overflow: visible;
  margin: 0 0 58px;
  border: 1px solid var(--border);
  border-width: 1px 0 0;
  padding: 38px 0 42px;
  background: transparent;
  box-shadow: none;
}

.article-body .medical-intro__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 5px 13px;
  border-left: 4px solid var(--blue);
  border-radius: 2px;
  background: var(--surface-subtle);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.article-body .medical-intro h2,
.article-body .medical-section__heading h2 {
  padding: 0;
  border: 0;
}

.article-body .medical-intro h2 {
  max-width: 780px;
  margin: 0 0 30px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.45;
}

.article-body .medical-intro__byline {
  margin: 0 0 30px;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

.medical-intro__body,
.medical-content-card-grid {
  display: grid;
  gap: 18px;
}

.medical-intro__body p {
  margin: 0;
}

.medical-section,
.staff-group {
  margin: 0 0 58px;
}

.medical-section:last-child,
.staff-group:last-child {
  margin-bottom: 0;
}

.medical-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.medical-section__heading p {
  order: 2;
  margin: 0;
  color: #8a9ab3;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.6;
}

.article-body .medical-section__heading h2 {
  order: 1;
  margin: 0;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.45;
}

.medical-content-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.medical-content-card {
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: none;
  padding: 28px 30px 30px;
}

.medical-content-card span {
  display: block;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.medical-content-card p {
  margin: 0;
}

.article-body .medical-content-card h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.55;
}

.medical-content-card p + p {
  margin-top: 12px;
}

.medical-content-photo {
  min-height: 240px;
  margin: 0;
}

.medical-content-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.medical-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.medical-link-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: var(--radius-sm);
  padding: 26px 26px 58px;
}

.medical-link-card::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 42px;
  height: 2px;
  background: var(--blue);
  transition: width .2s ease;
}

.medical-link-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(45deg);
}

.medical-link-card:hover::before,
.medical-link-card:focus-visible::before {
  width: 58px;
}

.medical-link-card__image {
  margin: 0 0 18px;
  overflow: hidden;
  aspect-ratio: 512 / 300;
  border-radius: var(--radius-md);
  background: #e8f1f8;
}

.medical-link-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medical-link-card span {
  display: block;
  min-height: 38px;
  margin: 0 0 16px;
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.45;
}

.article-body .medical-link-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 23px;
  line-height: 1.4;
}

.staff-directory__loading {
  margin: 0;
  color: var(--muted);
}

.staff-group > h2 {
  margin: 0 0 24px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
  margin: 0;
}

.staff-card {
  min-height: 0;
  border-radius: var(--radius-md);
  padding: 20px 18px;
  color: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
  align-self: start;
  text-align: left;
  appearance: none;
  transition-duration: .25s;
}

.staff-card:hover,
.staff-card:focus-visible {
  border-color: var(--blue);
  transform: translateY(-2px);
}

.staff-card:focus-visible {
  outline: 3px solid rgba(24, 127, 196, .28);
  outline-offset: 3px;
}

.staff-card__info {
  display: block;
}

.staff-card__name-en {
  display: block;
  margin: 0 0 2px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.4;
}

.staff-card small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.staff-card strong {
  display: block;
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.45;
}

.staff-card__position {
  display: block;
  margin: 0 0 1px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  white-space: pre-line;
}

.staff-dialog {
  width: min(940px, calc(100% - 40px));
  max-height: calc(100dvh - 48px);
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--text);
}

.staff-dialog::backdrop {
  background: rgba(11, 22, 47, .66);
  backdrop-filter: blur(2px);
}

.staff-dialog__panel {
  position: relative;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 30px 80px rgba(9, 18, 42, .28);
  overflow: hidden;
}

.staff-dialog__scroll {
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  column-gap: 38px;
  align-items: start;
  padding: 46px;
}

.staff-dialog__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  cursor: pointer;
}

.staff-dialog__close::before,
.staff-dialog__close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  width: 20px;
  height: 2px;
  background: var(--white);
}

.staff-dialog__close::before {
  transform: rotate(45deg);
}

.staff-dialog__close::after {
  transform: rotate(-45deg);
}

.staff-dialog__meta {
  grid-column: 2;
  margin: 0 60px 28px 0;
  display: block;
}

.staff-dialog__meta div {
  padding: 0;
}

.staff-dialog__meta div + div {
  margin-top: 12px;
}

.staff-dialog__meta dt {
  margin: 0 0 2px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.staff-dialog__meta dd {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.28;
}

.staff-dialog__meta .staff-dialog__position dd {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  white-space: pre-line;
}

.staff-dialog__meta .staff-dialog__specialty-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-pill);
  background: var(--surface-subtle);
}

.staff-dialog__meta .staff-dialog__specialty-chip dt {
  margin: 0;
  color: #54728a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.3;
  white-space: nowrap;
}

.staff-dialog__meta .staff-dialog__specialty-chip dd {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.staff-dialog__photo {
  grid-column: 1;
  grid-row: 1 / span 5;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--blue-pale);
  aspect-ratio: 40 / 47;
}

.staff-dialog__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.12);
  transform-origin: center top;
}

.staff-dialog__section {
  grid-column: 2;
  margin: 0 0 30px;
}

.staff-dialog__section h2 {
  margin: 0 0 14px;
  padding-left: 14px;
  border-left: 5px solid var(--blue);
  color: var(--navy);
  font-size: 22px;
  line-height: 1.45;
}

.staff-dialog__section ul {
  margin-bottom: 0;
}

.staff-dialog__section .timeline-list li {
  margin: 0;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.65;
}

.staff-dialog__section p:last-child {
  margin-bottom: 0;
}

.staff-dialog__section--detail {
  margin-top: -12px;
}

.staff-dialog__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  border-radius: var(--radius-pill);
  background: var(--blue);
  color: var(--white);
  font-weight: 500;
  padding: 8px 16px;
  text-decoration: none;
	font-size:90%;
}

.staff-dialog__detail:hover {
	opacity:0.6;
}

.staff-dialog__back {
  grid-column: 2;
  justify-self: start;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-pill);
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  font-weight: 700;
  padding: 11px 22px;
}

.article-body :is(.timeline-list, .training-check-list, .training-chip-list, .training-data-list) {
  list-style: none;
  padding-left: 0;
}

.training-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 30px 0 48px;
}

.training-photo-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.timeline-list li {
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}

.table-scroll {
  overflow-x: auto;
  margin: 0 0 32px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.content-table td {
  border: 1px solid var(--border);
  padding: 14px 16px;
  color: var(--body-copy);
  vertical-align: top;
}

.content-table td:first-child {
  width: 32%;
  background: var(--surface-subtle);
  color: var(--navy);
  font-weight: 700;
}

.training-article {
  min-width: 0;
  border-top-color: var(--border);
}

.article-body .training-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 22px;
  padding: 6px 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--surface-subtle);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.training-section {
  position: relative;
  min-width: 0;
  margin: 0 0 50px;
  padding: 34px 0 8px;
  border: 1px solid var(--border);
  border-width: 1px 0 0;
  background: transparent;
}

.training-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 3px;
  background: var(--blue);
}

.training-section:last-child {
  margin-bottom: 0;
}
.article-body.training-article > section {
	margin-bottom:50px;
}
.article-body.training-article h2 {
/*.article-body .training-section h2 {*/
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.article-body .training-section h2 span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  min-width: 34px;
  padding: 3px 10px;
  border-radius: 2px;
  background: var(--surface-accent);
  color: var(--blue);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 700;
}

.article-body .training-section h3 {
  position: relative;
  margin: 32px 0 14px;
  padding: 0 0 0 18px;
  background: transparent;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.article-body .training-section h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: var(--radius-pill);
  background: var(--blue);
  transform: translateY(-50%);
}

.article-body .training-check-list {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--border);
}

.training-check-list li {
  position: relative;
  margin: 0;
  padding: 16px 0 16px 34px;
  border: 1px solid var(--border);
  border-width: 0 0 1px;
  background: var(--white);
  overflow-wrap: anywhere;
}

.training-check-list li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 4px;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--blue);
  border-bottom: 3px solid var(--blue);
  transform: rotate(-45deg);
}

.article-body .training-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.training-chip-list li {
  margin: 0;
  padding: 10px 16px;
  border: 1px solid var(--border-strong);
  border-radius: 2px;
  background: var(--surface-subtle);
  color: var(--navy);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.training-step-list {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  border-top: 1px solid var(--border);
}

.training-step-list p {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  overflow-wrap: anywhere;
}

.training-step-list strong {
  color: var(--navy);
}

.training-program-table,
.training-career-table {
  border-collapse: collapse;
  border-spacing: 0;
}

.training-program-table {
  min-width: 760px;
}

.training-career-table {
  min-width: 820px;
}

.training-program-table :is(th, td),
.training-career-table :is(th, td) {
  border: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--body-copy);
  vertical-align: top;
}

.training-program-table :is(th, td) {
  padding: 16px 18px;
}

.training-career-table :is(th, td) {
  padding: 15px 16px;
  line-height: 1.75;
}

.training-program-table thead th,
.training-career-table thead th {
  background: var(--heading);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.training-program-table thead th {
  text-align: center;
}

.training-career-table thead th {
  text-align: left;
}

.training-program-table tbody th,
.training-career-table tbody th {
  border-left: 1px solid var(--border);
  background: var(--surface-subtle);
  color: var(--navy);
  font-weight: 700;
}

.training-program-table tbody th {
  width: 18%;
  text-align: left;
}

.training-program-table tbody td,
.training-career-table tbody td {
  background: var(--white);
}

.training-program-table tbody td {
  line-height: 1.8;
}

.training-career-table tbody th {
  width: 15%;
  white-space: nowrap;
}

.training-career-table tbody td {
  overflow-wrap: anywhere;
}

.article-body .training-data-list {
  display: grid;
  gap: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--border);
}

.training-data-list li {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0;
  padding: 16px 0;
  border: 1px solid var(--border);
  border-width: 0 0 1px;
  background: var(--white);
  overflow-wrap: anywhere;
}

.training-data-list span {
  color: var(--blue);
  font-weight: 700;
}

.medical-figure {
  margin: 0 0 36px;
}

.medical-figure img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 560px;
  margin-right: auto;
  margin-left: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--white);
}

.medical-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 34px;
}

.medical-figure-grid--bottom {
  margin-top: 42px;
  margin-bottom: 0;
}

.medical-figure-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.medical-figure-grid .medical-figure {
  margin: 0;
}

.medical-figure-grid .medical-figure img {
  display: block;
  max-height: 400px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: none;
}

.medical-figure--wide img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
}

.medical-figure figcaption {
  margin-top: 10px;
  color: #52647f;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.medical-video-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin: 46px 0 0;
}

.medical-video {
  width: 92%;
  max-width: 760px;
  margin: 0;
}

.medical-video video {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #000;
  box-shadow: 0 14px 34px rgba(31, 78, 121, .1);
}

.medical-group-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  margin: 58px 0 0;
}

.medical-group-photo {
  margin: 0;
}

.medical-group-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.medical-group-photo:first-child img {
  object-position: center 60%;
}

@media (max-width: 640px) {
  .medical-group-photo-grid {
    grid-template-columns: 1fr;
  }
}

.link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.link-list a {
  min-height: 84px;
  border-left: 3px solid var(--blue);
  border-radius: var(--radius-sm);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  color: var(--navy);
  font-weight: 700;
}

.article-body h2.training-field-heading {
  --field-accent: #a70d2c;
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: end;
  gap: 24px;
  overflow: visible;
  margin: 76px 0 30px;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.article-body h2.training-field-heading:first-child {
  margin-top: 0;
}

.article-body h2.training-field-heading::before {
  position: absolute;
  inset: auto auto -2px 0;
  width: 82px;
  height: 4px;
  background: var(--field-accent);
  content: "";
}

.article-body h2.training-field-heading--cardiology {
  --field-accent: #a70d2c;
}

.article-body h2.training-field-heading--nephrology {
  --field-accent: #3f83c5;
}

.article-body h2.training-field-heading--diabetes {
  --field-accent: #287e69;
}

.article-body .training-field-heading__number {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: color-mix(in srgb, var(--field-accent) 55%, white);
  font-family: var(--font-sans);
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: .9;
  box-shadow: none;
}

.training-field-heading__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.article-body .training-field-heading__en {
  color: var(--field-accent);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.article-body .training-field-heading__title {
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .02em;
}

.training-feature-links {
  gap: 18px;
}

.link-list .training-feature-link {
  --feature-color: #3f83c5;
  gap: 16px;
  min-height: 96px;
  border-color: #e1e5e9;
/*  border-color: var(--feature-color);*/
  border-left: 1px solid #e1e5e9;
  border-left: 4px solid var(--feature-color);
  border-radius: 12px;
  padding: 18px 22px;
  background: var(--white);
  color: #24324a;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 6px 18px rgba(27, 46, 74, .07);
}

.link-list .training-feature-link:hover,
.link-list .training-feature-link:focus-visible {
  border-color: var(--feature-color);
  background: var(--white);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--feature-color) 17%, transparent);
}

.link-list .training-feature-link--program {
  --feature-color: #3f83c5;
}

.link-list .training-feature-link--voices {
  --feature-color: #287e69;
}

.link-list .training-feature-link--career {
  --feature-color: #aa1736;
}

.link-list .training-feature-link--fellowship {
  --feature-color: #405394;
}

.training-feature-link__icon {
  display: inline-flex;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: color-mix(in srgb, var(--feature-color) 10%, white);
  color: var(--feature-color);
  font-size: 27px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.training-program-photo {
  margin: 36px 0 0;
}

.training-program-photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.training-students-content {
  border-top: 0;
  padding-top: 0;
}

.training-students-photo {
  margin: 0;
}

.training-students-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center bottom;
  border: 0;
  border-radius: var(--radius-md);
}

.article-body .training-students-photo + h2.training-field-heading {
  margin-top: 46px;
}

.local-nav [aria-current="page"] {
  color: var(--blue);
  font-weight: 700;
}

.training-page .local-nav {
  border-top-color: var(--training-accent);
  background: var(--training-surface);
}

.training-page .local-nav p,
.training-page .local-nav a:hover,
.training-page .local-nav a:focus-visible,
.training-page .local-nav [aria-current="page"] {
  color: var(--training-accent);
}

.training-page .local-nav a {
  border-bottom-color: var(--training-border);
  color: var(--training-text);
}

/*.training-page .local-nav-submenu a {
  color: #71573a;
}*/

.training-page .local-nav-heading {
  color: var(--training-text);
}

.training-page .content-panel {
  color: var(--training-text);
}

body.training-page .content-panel.article-body :is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, figcaption, address),
body.training-page .content-panel.article-body tbody :is(th, td),
.training-page .training-field-heading__title,
.training-page .training-feature-link {
  color: var(--training-text);
}

.alumni-theme .local-nav {
  border-top-color: #555b62;
  background: #f4f5f6;
}

.alumni-theme .local-nav p,
.alumni-theme .local-nav a:hover,
.alumni-theme .local-nav a:focus-visible,
.alumni-theme .local-nav [aria-current="page"] {
  color: #454a50;
}

.alumni-theme .local-nav a {
  border-bottom-color: #d9dde0;
}

.alumni-theme .local-nav-submenu a {
  color: #5d6268;
}

.alumni-theme .local-nav-heading {
  color: #34383d;
}

.medical-section--prose {
  margin-bottom: 48px;
}

.medical-section--prose:last-child {
  margin-bottom: 0;
}

.article-body .medical-section--prose > h2 {
  margin-top: 0;
}

.heading-note {
  font-weight: 400;
}

.contact-block {
  margin: 0 0 28px;
  padding-left: 1.4em;
}

.article-body .contact-block p {
  margin: 0;
}

.status-panel {
  display: flex;
  min-height: 30vh;
  align-items: center;
  justify-content: center;
  font-size: 250%;
}

.staff-dialog__term--hidden {
  display: none;
}

.staff-dialog__position-value {
  color: var(--blue);
}

.article-body .alumni-page__lead {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .02em;
}

.alumni-page__portrait {
  width: min(220px, 54vw);
  margin: 34px 0 0 auto;
}

.alumni-page__portrait img,
.alumni-page__group-photo img {
  display: block;
  width: 100%;
  border-radius: var(--radius-md);
}

.alumni-page__signature {
  margin: 14px 0 30px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.alumni-page__group-photo {
  margin: 58px 0 0;
}

/* Subpage responsive layout */
@media (max-width: 900px) {
  .lower-hero {
    padding: 118px 0 64px;
  }

  .lower-hero h1 {
    font-size: 40px;
  }

  .lower-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .local-nav {
    position: static;
  }

  .greeting-intro {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .greeting-intro__copy {
    padding: 34px 30px 32px;
  }

  .article-body .greeting-intro__theme {
    font-size: 34px;
  }

  .greeting-profile {
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .greeting-profile img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .greeting-profile figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-card-grid,
  .medical-link-grid,
  .medical-content-card-grid--two,
  .medical-figure-grid,
  .link-list {
    grid-template-columns: 1fr;
  }

  .medical-intro {
    margin-bottom: 46px;
    padding: 34px 30px 36px;
  }

  .medical-section__heading {
    display: block;
  }

  .medical-section__heading p {
    margin-top: 4px;
  }

  .message-entry {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .message-entry__photo img {
    max-width: 260px;
  }

  .training-section {
    padding: 26px 24px 30px;
  }

  .training-data-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .staff-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .staff-dialog {
    width: calc(100% - 28px);
    max-height: calc(100dvh - 28px);
  }

  .staff-dialog__scroll {
    max-height: calc(100dvh - 28px);
    display: block;
    padding: 34px 24px 28px;
  }

  .staff-dialog__close {
    top: 12px;
    right: 12px;
  }

  .staff-dialog__meta {
    margin: 0 50px 22px 0;
  }

  .staff-dialog__photo {
    width: min(280px, 100%);
    margin: 0 0 28px;
  }

  .staff-dialog__back {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .training-photo-grid {
    gap: 10px;
    margin: 24px 0 40px;
  }

  .lower-hero {
    padding: 98px 0 52px;
  }

  .lower-hero h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .article-body h2.training-field-heading {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    margin: 60px 0 26px;
    padding: 0 0 18px;
  }

  .article-body h2.training-field-heading:first-child {
    margin-top: 0;
  }

  .article-body .training-field-heading__number {
    width: auto;
    height: auto;
    font-size: 38px;
  }

  .article-body h2.training-field-heading::before {
    width: 58px;
  }

  .article-body .training-field-heading__en {
    font-size: 10px;
    letter-spacing: .1em;
  }

  .article-body .training-field-heading__title {
    font-size: 25px;
    overflow-wrap: anywhere;
  }

  .page-card {
    min-height: 0;
    padding: 24px;
  }

  .medical-intro {
    padding: 30px 22px 32px;
  }

  .article-body .medical-intro__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .article-body .medical-intro h2,
  .article-body .medical-section__heading h2,
  .article-body .medical-content-card h3 {
    font-size: 27px;
    line-height: 1.48;
    overflow-wrap: anywhere;
  }

  .medical-intro__body p,
  .medical-link-card p,
  .medical-content-card p {
    overflow-wrap: anywhere;
  }

  .medical-link-card {
    min-height: 0;
    padding: 24px 22px 56px;
  }

  .medical-link-card span {
    min-height: 0;
  }

  .medical-content-card {
    padding: 24px 22px;
  }

  .training-section {
    padding: 24px 20px 28px;
  }

  .article-body .training-section h2 {
    align-items: flex-start;
    font-size: 24px;
    line-height: 1.5;
  }

  .article-body .training-section h2 span {
    width: 34px;
    height: 34px;
    margin-top: 2px;
    font-size: 13px;
  }

  .article-body .training-section h3 {
    padding: 10px 13px 10px 34px;
    font-size: 17px;
  }

  .article-body .training-section h3::before {
    left: 14px;
  }

  .training-check-list li {
    padding: 13px 14px 13px 42px;
  }

  .training-check-list li::before {
    left: 17px;
  }

  .training-chip-list li,
  .training-step-list p,
  .training-data-list li {
    padding: 14px;
  }

  .greeting-intro {
    margin-bottom: 40px;
  }

  .greeting-intro__copy {
    padding: 28px 22px 30px;
  }

  .greeting-intro__label {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .article-body .greeting-intro__theme {
    font-size: 27px;
    line-height: 1.48;
  }

  .greeting-intro__lead {
    font-size: 15px;
  }

  .greeting-profile {
    grid-template-columns: 1fr;
  }

  .greeting-profile img {
    width: 100%;
    max-height: 460px;
  }

  .greeting-profile figcaption {
    padding: 20px 22px 22px;
  }

  .greeting-profile strong {
    font-size: 20px;
  }

  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .staff-card strong {
    font-size: 16px;
  }

  .staff-card small {
    font-size: 12px;
  }

  .staff-dialog__meta {
    margin-right: 42px;
  }

  .staff-dialog__meta dd {
    font-size: 29px;
  }

  .footer-copyright {
    width: calc(100% - 40px);
    font-size: 10px;
  }
}

/* Keep the fellowship palette above the shared training-page text theme. */
body.training-page .content-panel.article-body .shd-fellowship__hero h2,
body.training-page .content-panel.article-body .shd-fellowship__hero > p:not(.shd-fellowship__eyebrow),
body.training-page .content-panel.article-body .shd-fellowship__track > header :is(h3, p),
body.training-page .content-panel.article-body .shd-fellowship__message > header :is(h3, p) {
  color: var(--white);
}

body.training-page .content-panel.article-body .shd-fellowship__hero .shd-fellowship__eyebrow {
  color: #d9bd7f;
}

body.training-page .content-panel.article-body .shd-fellowship__section-heading h2,
body.training-page .content-panel.article-body .shd-fellowship__highlights h3,
body.training-page .content-panel.article-body .shd-fellowship__phase h3,
body.training-page .content-panel.article-body .shd-fellowship__subheading {
  color: var(--shd-navy-deep);
}

body.training-page .content-panel.article-body .shd-fellowship__lead > p,
body.training-page .content-panel.article-body .shd-fellowship__highlights strong {
  color: var(--shd-navy);
}

body.training-page .content-panel.article-body .shd-fellowship__lead dd,
body.training-page .content-panel.article-body .shd-fellowship__course-card > p:not(:first-child),
body.training-page .content-panel.article-body .shd-fellowship__track li,
body.training-page .content-panel.article-body .shd-fellowship__phase p,
body.training-page .content-panel.article-body .shd-fellowship__message > div p,
body.training-page .content-panel.article-body .shd-fellowship__contact p:not(.shd-fellowship__contact-label) {
  color: var(--body-copy);
}

body.training-page .content-panel.article-body .shd-fellowship__highlights p,
body.training-page .content-panel.article-body .shd-fellowship__phase li,
body.training-page .content-panel.article-body .shd-fellowship__metrics span,
body.training-page .content-panel.article-body .shd-fellowship__note {
  color: var(--muted);
}

body.training-page .content-panel.article-body .shd-fellowship__course-card h3,
body.training-page .content-panel.article-body .shd-fellowship__course-card > p:first-child,
body.training-page .content-panel.article-body .shd-fellowship__course-card strong {
  color: currentColor;
}

body.training-page .content-panel.article-body .shd-fellowship__contact .shd-fellowship__contact-label {
  color: var(--shd-teal);
}
