@charset "UTF-8";
/*==================================================
  モバイルファースト共通設定
==================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.getting-started,
.return-g {
  /*==================================================
    ヒーロー
  ==================================================*/
  /*==================================================
    About
  ==================================================*/
  /*==================================================
    Commitment
  ==================================================*/
  /*==================================================
    Venn 図
  ==================================================*/
  /*==================================================
    オリジナルブランド
  ==================================================*/
  /* 詳しく見るボタン共通スタイル */
  /* ホバー時に反転 */
  /* Brand アイテム内でボタンを下揃えにする */
  /* 説明文部分を伸ばす */
  /* ボタンは要素下部に */
  /* ブランド小見出し */
  /* ドット区切り線 */
  /* .brand-item 全体の余白調整 */
  /* レスポンシブは既存の .brand-grid に準拠 */
  /*==================================================
    ６つのポイント
  ==================================================*/
  /*==================================================
    会員登録
  ==================================================*/
  /* ベースのボタンスタイル（既存の .btn を流用） */
  /* 上部マイクロコピー */
  /* 下部メインコピー */
  /* ホバー時の反転など、既存のホバー効果も有効化 */
  /*==================================================
    最後のCTA
  ==================================================*/
  /* ─────────────────────────────────────
     最後のCTAセクション
  ───────────────────────────────────── */
  /* CTAボタン */
  /*==================================================
    レスポンシブ
  ==================================================*/
  /* 既存の @media (min-width: 900px) { … } の中に追記してください */
  /* 900px 以上（PCビュー）では改行をなくす */
  /* ─────────────────────────────────────
     ポイント間にモバイルで破線を入れる
  ───────────────────────────────────── */
  /* モバイル（全体）: 最後の要素を除くすべてに */
  /* タブレット以上では破線を外す */
}
.getting-started body,
.return-g body {
  color: #333;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro", "Meiryo", sans-serif;
  font-weight: 400;
}
.getting-started img,
.return-g img {
  display: block;
  max-width: 100%;
  height: auto;
}
.getting-started .container,
.return-g .container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 10px 20px;
}
.getting-started p,
.return-g p {
  margin-top: 1rem;
  font-size: 15px;
  line-height: 2;
}
.getting-started .hero img,
.return-g .hero img {
  width: 100%;
  height: auto;
}
.getting-started .about h2,
.return-g .about h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: start;
}
.getting-started .commitment h2,
.return-g .commitment h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: start;
  line-height: 1.8;
}
.getting-started .commitment h3,
.return-g .commitment h3 {
  font-size: 15px;
  text-align: start;
  font-weight: 600;
  margin-top: 20px;
}
.getting-started .commitment p,
.return-g .commitment p {
  margin-bottom: 0.75rem;
}
.getting-started .commitment blockquote,
.return-g .commitment blockquote {
  font-style: italic;
  color: #555;
  padding-left: 1rem;
  border-left: 4px solid #003865;
  margin-bottom: 1rem;
}
.getting-started .venn img,
.return-g .venn img {
  margin: 0 auto;
}
.getting-started .venn p + p,
.return-g .venn p + p {
  margin-top: 0.75rem;
}
.getting-started .brands h2,
.return-g .brands h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: start;
}
.getting-started .brand-grid,
.return-g .brand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 20px 0;
}
.getting-started .brand-item,
.return-g .brand-item {
  text-align: center;
  margin-bottom: 10px;
}
.getting-started .brand-item h3,
.return-g .brand-item h3 {
  font-size: 18px;
  margin: 1rem 0 0.5rem;
  text-align: start;
}
.getting-started .brand-item p,
.return-g .brand-item p {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: start;
  margin-top: 0px;
}
.getting-started .btn-small,
.return-g .btn-small {
  display: inline-block;
  background-color: #003865; /* 紺色背景 */
  color: #fff; /* 白文字 */
  border: 1px solid #003865; /* 枠線も紺色 */
  border-radius: 8px; /* 角丸 */
  padding: 0.75rem 3rem;
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 15px;
  font-weight: 400;
}
.getting-started .btn-small:hover,
.getting-started .btn-small:focus,
.return-g .btn-small:hover,
.return-g .btn-small:focus {
  background-color: #fff; /* 白背景 */
  color: #003865; /* 紺文字 */
  /* 枠線はそのまま紺色 */
}
.getting-started .brand-item,
.return-g .brand-item {
  display: flex;
  flex-direction: column;
}
.getting-started .brand-item p,
.return-g .brand-item p {
  /* 複数の <p> がある場合は、最後の <p> だけマージン調整でもOK */
  flex: 1 0 auto;
}
.getting-started .brand-item .btn-small,
.return-g .brand-item .btn-small {
  margin-top: auto;
  align-self: center; /* 左寄せなら start、中央寄せなら center */
}
.getting-started .brand-label,
.return-g .brand-label {
  font-size: 13px; /* 小さめのサイズ */
  color: #003865; /* 控えめなグレー */
  margin-bottom: 0.5rem;
  text-align: left; /* 必要なら center に */
}
.getting-started .brand-separator,
.return-g .brand-separator {
  border: none;
  border-top: 1px dashed #003865;
  margin: 0 0 1rem;
}
.getting-started .brand-item,
.return-g .brand-item {
  padding-top: 1rem;
}
@media (min-width: 600px) {
  .getting-started .brand-grid,
  .return-g .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .getting-started .brand-grid,
  .return-g .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.getting-started .points h2,
.return-g .points h2 {
  font-size: 20px;
  font-weight: 600;
  text-align: start;
}
.getting-started .points p,
.return-g .points p {
  font-size: 15px;
  text-align: start;
}
.getting-started .points-grid,
.return-g .points-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 40px 0 20px 0;
}
.getting-started .point-item,
.return-g .point-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  align-items: center;
  margin-bottom: 40px;
}
.getting-started .point-icon,
.return-g .point-icon {
  width: 140px;
  flex-shrink: 0;
}
.getting-started .point-content,
.return-g .point-content {
  flex: 1;
}
.getting-started .point-title,
.return-g .point-title {
  font-size: 15px;
  margin-bottom: 0.25rem;
}
.getting-started .point-desc,
.return-g .point-desc {
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.getting-started .membership,
.return-g .membership {
  text-align: center;
}
.getting-started .section-title,
.return-g .section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: start;
}
.getting-started .membership-banner img,
.return-g .membership-banner img {
  margin-bottom: 1rem;
}
.getting-started .membership-intro,
.return-g .membership-intro {
  font-size: 15px;
  margin-bottom: 1rem;
  text-align: start;
  margin: 20px 0;
}
.getting-started .membership-info,
.return-g .membership-info {
  background-color: #e5f1f8;
  padding: 1rem;
  padding: 30px 20px;
  border-radius: 4px;
}
.getting-started .membership-info ul,
.return-g .membership-info ul {
  list-style: none;
}
.getting-started .membership-info li,
.return-g .membership-info li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.75rem;
  text-align: left;
  font-size: 15px;
}
.getting-started .membership-info li::before,
.return-g .membership-info li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #003865;
}
.getting-started .btn.membership-btn,
.return-g .btn.membership-btn {
  display: inline-block;
  background-color: #003865;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  text-align: center;
  margin-top: 20px;
  background-color: #003865;
  color: #fff;
  border: 1px solid #003865;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.getting-started .btn.membership-btn .microcopy,
.return-g .btn.membership-btn .microcopy {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
}
.getting-started .btn.membership-btn .maincopy,
.return-g .btn.membership-btn .maincopy {
  display: block;
  font-size: 18px; /* ボタン内の標準文字サイズ */
  font-weight: bold;
}
.getting-started .btn.membership-btn:hover,
.getting-started .btn.membership-btn:focus,
.return-g .btn.membership-btn:hover,
.return-g .btn.membership-btn:focus {
  background-color: #fff;
  color: #003865 !important;
  opacity: 1;
}
.getting-started .final-cta,
.return-g .final-cta {
  text-align: center;
  margin-bottom: 2rem;
}
.getting-started .final-cta-banner,
.return-g .final-cta-banner {
  display: inline-block;
}
.getting-started .final-cta,
.return-g .final-cta {
  text-align: start;
  margin-top: 20px;
}
.getting-started .final-cta-title,
.return-g .final-cta-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.getting-started .final-cta p,
.return-g .final-cta p {
  font-size: 15px;
  margin-bottom: 1rem;
  text-align: start;
}
.getting-started .btn-wrap,
.return-g .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.getting-started .final-btn,
.return-g .final-btn {
  display: inline-block;
  background-color: #003865;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-size: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #003865;
  margin: 0 auto;
}
.getting-started .final-btn:hover,
.getting-started .final-btn:focus,
.return-g .final-btn:hover,
.return-g .final-btn:focus {
  background-color: #fff;
  color: #003865;
  border: 1px solid #003865;
}
@media (min-width: 600px) {
  .getting-started,
  .return-g {
    /* ブランド：2カラム */
    /* ポイント：2カラム */
  }
  .getting-started .brand-grid,
  .return-g .brand-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .getting-started .points-grid,
  .return-g .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .getting-started .about h2,
  .getting-started .commitment h2,
  .getting-started .points h2,
  .getting-started .brands h2,
  .getting-started .section-title,
  .return-g .about h2,
  .return-g .commitment h2,
  .return-g .points h2,
  .return-g .brands h2,
  .return-g .section-title {
    font-size: 1.75rem;
  }
  .getting-started .brand-item h3,
  .return-g .brand-item h3 {
    font-size: 1.35rem;
  }
}
@media (min-width: 900px) {
  .getting-started,
  .return-g {
    /* ブランド：3カラム */
    /* ポイント：3カラム */
  }
  .getting-started .brand-grid,
  .return-g .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .getting-started .points-grid,
  .return-g .points-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .getting-started body,
  .return-g body {
    font-size: 1.05rem;
  }
  .getting-started .about h2,
  .getting-started .commitment h2,
  .getting-started .points h2,
  .getting-started .brands h2,
  .getting-started .section-title,
  .getting-started .final-cta,
  .return-g .about h2,
  .return-g .commitment h2,
  .return-g .points h2,
  .return-g .brands h2,
  .return-g .section-title,
  .return-g .final-cta {
    font-size: 30px;
  }
  .getting-started .about p,
  .getting-started .commitment p,
  .getting-started .points p,
  .getting-started .brands p,
  .getting-started p,
  .return-g .about p,
  .return-g .commitment p,
  .return-g .points p,
  .return-g .brands p,
  .return-g p {
    font-size: 16px;
  }
}
@media (min-width: 900px) {
  .getting-started,
  .return-g {
    /* ブランド・ポイントのカラム切り替えはそのまま */
    /* ここから下が追加部分 */
  }
  .getting-started .brand-grid,
  .return-g .brand-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .getting-started .points-grid,
  .return-g .points-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .getting-started .point-item,
  .return-g .point-item {
    /* 横並び → 縦並びに */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0; /* お好みで間隔調整 */
  }
  .getting-started .point-icon,
  .return-g .point-icon {
    /* アイコンとテキストの間隔をとる */
    margin-bottom: 1rem;
    /* 必要ならサイズも微調整 */
    width: 180px;
  }
  .getting-started .point-content,
  .return-g .point-content {
    /* 中央寄せ解除している場合はリセット */
    margin: 0;
  }
}
.getting-started .mobile-br,
.return-g .mobile-br {
  display: block; /* 改行 */
}
@media (min-width: 900px) {
  .getting-started .mobile-br,
  .return-g .mobile-br {
    display: none;
  }
}
@media (min-width: 900px) {
  .getting-started,
  .return-g {
    /* 各行でアイテムの高さをそろえる */
    /* point-item を縦積み flex コンテナに */
    /* テキスト＋ボタンをまとめたコンテナを伸ばす */
    /* ボタンを下に寄せ、横方向は中央に */
  }
  .getting-started .points-grid,
  .return-g .points-grid {
    align-items: stretch;
  }
  .getting-started .point-item,
  .return-g .point-item {
    display: flex;
    flex-direction: column;
  }
  .getting-started .point-content,
  .return-g .point-content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .getting-started .point-content .btn-small,
  .return-g .point-content .btn-small {
    margin-top: auto;
    align-self: center;
  }
}
.getting-started .points-grid .point-item:not(:last-child),
.return-g .points-grid .point-item:not(:last-child) {
  border-bottom: 1px dashed #003865; /* 破線 */
  padding-bottom: 25px;
  margin-bottom: 0;
}
.getting-started .points-grid .point-item:first-child,
.return-g .points-grid .point-item:first-child {
  border-top: 1px dashed #003865; /* 破線 */
  padding-top: 25px;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .getting-started .points-grid .point-item:not(:last-child),
  .return-g .points-grid .point-item:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .getting-started .points-grid .point-item:first-child,
  .return-g .points-grid .point-item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}/*# sourceMappingURL=getting-started.css.map */