
 { background:#fff } 
/* ---------- Noto Sans JP (local) ---------- */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Shared section title style (About + Index + others) */

.page-section-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}

section > h2.page-section-title {
  text-align: center;
  width: 100%;
}
#instructors > h2.page-section-title {
  text-align: center;
}


/* ===== Shared View More Button ===== */
.view-more {
  text-align: center;
  margin-top: 20px;
}

.view-more-link {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #000;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  transition: all 0.3s ease;
}

.view-more-link:hover {
  background: #000;
  color: #fff;
}
