/* タイポグラフィ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5em;
  color: var(--text-color);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--text-color);
  position: relative;
  display: inline-block;
}

.section-subtitle {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 5px;
  color: var(--text-color);
}

.section-description {
  font-size: 1.1rem;
  color: var(--light-text);
  max-width: 700px;
  margin: 0;
  width: 100%;
}

/* リード文スタイル */
.lead-text {
  font-size: 28px;
  color: var(--text-color);
  font-weight: bold;
  line-height: normal;
}

/* 見出し */
.heading {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #000000;
}
