/* Home ページ (pages/home.html) 専用スタイル */

.content-section--home {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #fff;
}

.content-section--home .content-section__body--readable {
  max-width: 780px;
}

.content-section--home .content-section__body figure {
  text-align: center;
}

.content-section--home .content-section__body figure:first-of-type {
  margin-bottom: 2rem;
}

.content-section--home .content-section__body figure:nth-of-type(2) {
  margin-bottom: 2.5rem;
}

/* 冒頭（見出し＋改称注記） */
.content-section--home .content-section__body p:first-of-type {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  line-height: 1.55;
  color: #1a365d;
  border-bottom: 1px solid #e8e4df;
}

/* リード文 */
.content-section--home .content-section__body p:nth-of-type(2) {
  margin-bottom: 2.25rem;
  font-size: 1.0625rem;
  line-height: 1.85;
  color: #2d3748;
}

/* 活動内容（１〜８） */
.content-section--home .content-section__body p:nth-of-type(n + 3) {
  margin-bottom: 1.25rem;
  padding: 1.125rem 1.25rem;
  font-size: 0.96875rem;
  line-height: 1.9;
  color: #333;
  background: #faf9f7;
  border-left: 4px solid #f4e23a;
  border-radius: 0 4px 4px 0;
}

.content-section--home .content-section__body p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .content-section--home {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .content-section--home .content-section__body p:first-of-type {
    font-size: clamp(1.0625rem, 4vw, 1.25rem);
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .content-section--home .content-section__body p:nth-of-type(2) {
    font-size: 0.9375rem;
    line-height: 1.85;
    margin-bottom: 1.75rem;
  }

  .content-section--home .content-section__body p:nth-of-type(n + 3) {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.85;
  }

  .content-section--home .content-section__body figure:first-of-type,
  .content-section--home .content-section__body figure:nth-of-type(2) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 480px) {
  .content-section--home .content-section__body p:nth-of-type(n + 3) {
    padding: 0.875rem;
    font-size: 0.8125rem;
  }
}
