/* ===============================
   WHITE SCREEN（6〜10共通）
=============================== */

.screen.white{
  background: #f9f9f9;
  color: #111;
  padding: 120px 0;
}

/* セクション幅 */
.screen.white .container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* 共通タイトル */
.screen.white h2{
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 24px;
}

/* サブ説明文 */
.screen.white .section-lead{
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #555;
  margin-bottom: 64px;
}
