.heading-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 46.8px;
  color: var(--azure-12);
}

.heading-2-center {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 46.8px;
  color: var(--azure-12);
  text-align: center;
}

.body-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30.4px;
  color: var(--azure-38);
}

.body-text-center {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30.4px;
  color: var(--azure-38);
  text-align: center;
  max-width: 580px;
  padding-top: 4px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .heading-2 { font-size: 26px; line-height: 38px; }
  .heading-2-center { font-size: 26px; line-height: 38px; }
  .body-text-center { font-size: 14px; }
}
