/* セクションタイトル */
.section-title {
  text-align: center;
  font-size: 1.8rem;
  background: var(--primary-red);
  color: var(--text-light);
  margin-bottom: var(--spacing-xl);
  position: relative;
  padding-bottom: var(--spacing-md);
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 35px;
  margin-bottom: 16px;
  color: var(--primary-color);
}

.section-header h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--primary-color);
}

.section-pad {
  padding-bottom: 3%;
}

.section-pad-sm {
  padding: 5rem 1rem;
}