.staff-page * { box-sizing: border-box; margin: 0; padding: 0; }

.staff-page {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  background: #fff;
  color: #222;
  line-height: 1.9;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

.staff-page .section-heading {
  text-align: center;
  padding: 80px 20px 60px;
}

.staff-page .section-heading h2 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #222;
  margin-bottom: 8px;
}

.staff-page .section-heading .en {
  font-size: 13px;
  color: #ea5500;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.staff-page .staff-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
}

.staff-page .staff-row {
  display: flex;
  gap: 60px;
  padding: 50px 0;
  align-items: flex-start;
}

.staff-page .staff-photo {
  flex-shrink: 0;
  width: 360px;
}

.staff-page .staff-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.staff-page .staff-info {
  flex: 1;
  padding-top: 10px;
}

.staff-page .staff-role {
  display: inline-block;
  background: #ea5500;
  color: #fff;
  padding: 6px 22px;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}

.staff-page .staff-role.nurse {
  background: #fdf1eb;
  color: #ea5500;
}

.staff-page .staff-name {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.staff-page .staff-kana {
  font-size: 13px;
  color: #999;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

.staff-page .staff-school {
  font-size: 13px;
  color: #888;
  margin-bottom: 28px;
}

.staff-page .staff-text p {
  font-size: 15px;
  line-height: 2.0;
  color: #333;
  margin-bottom: 1em;
}

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

@media (max-width: 800px) {
.staff-page .section-heading { padding: 50px 20px 30px; }

.staff-page .section-heading h2 { font-size: 28px; }

.staff-page .staff-list { padding: 0 20px 60px; }

.staff-page .staff-row {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }

.staff-page .staff-photo { width: 100%; max-width: 360px; margin: 0 auto; }

.staff-page .staff-info { padding-top: 0; }

.staff-page .staff-name { font-size: 26px; }

}
