@charset "UTF-8";
/* ========================================
   JOIN ページ共通スタイル
   各セクションの番号 (1, 2, 3) に適用 — CSS丸枠 + 数字
======================================== */
.join-section__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 5px solid #000;
  border-radius: 50%;
  font-family: "Lexend Giga", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 14px;
}

@media (max-width: 960px) {
  .join-section__number {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}