body {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  color: #1f2937;
  background: #f8fbff;
}

.section {
  padding: 100px 24px;
}

.section-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.section-label {
  margin-bottom: 12px;
  color: #3b82c4;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: 24px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #1f2937;
}

.section-text {
  max-width: 720px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}