@charset "UTF-8";
/* ==========================================================
   貯まるワークとは（ABOUT）PC / pixel coding base: 1280px comp
   content_inner: 1060px / section box: 1200px
========================================================== */

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  background: #F4F4F4;
  min-width: 1280px;
  -webkit-font-smoothing: antialiased;
}
img { vertical-align: bottom; max-width: 100%; height: auto; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
table { border-collapse: collapse; }

.en, .banner-card__main, .steps__num, .cta__min, .site-footer__copy, .pagetop, .banner-card__more, .career-grid__title--en {
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}

h2 {background:none !important;border:none !important;}
.cta__min {line-height:100% !important;}
.cta__login {text-align:center !important;text-decoration:none !important;margin-top:20px !important;}
.pagetop {text-align:center !important;text-decoration:none !important;}

.content-inner { width: 1060px; margin: 0 auto; }
.content-inner2 { width: 1260px; margin: 0 auto; }
.text-green { color: #8FC43E; font-weight: 700; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0;
}

/* ---------- header ---------- */
.site-header { background: #000; height: 50px; display: flex; align-items: center; }
.site-header__logo a {
  color: #fff; font-weight: 700; font-size: 18px; letter-spacing: .05em;
}

/* ---------- breadcrumb ---------- */
.breadcrumb { padding: 18px 0 0; }
.breadcrumb__list { display: flex; align-items: center; font-size: 12px; font-weight: 700; }
.breadcrumb__list li + li::before { content: "＞"; margin: 0 8px; font-size: 10px; font-weight: 400; }
.breadcrumb__list a { text-decoration: none; }
.breadcrumb__list a:hover { text-decoration: underline; }

/* ---------- hero ---------- */
.hero { padding: 24px 0 0 0;margin-top:30px; }
.hero__img img { width: 1600px; }

/* ---------- anchor nav ---------- */
.anchor-nav { position: relative;padding: 0 0 40px; margin-top:-20px;z-index:9999 !important;}
.anchor-nav--bottom { padding: 80px 0 40px; }
.anchor-nav__band {
  width: 1200px; margin: 0 auto;
  background: #8FC43E; border-radius: 20px;
  padding: 60px 0;
}
.anchor-nav__list {
  display: flex; justify-content: center; gap: 24px;
}
.anchor-nav__list > li { width: 203px; }
.anchor-nav__btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
  height: 110px; background: #E9F8D1; border-radius: 14px;
  transition: opacity .2s;
}
.anchor-nav__btn:hover { opacity: .8; }
.anchor-nav__label {
  display: flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 700; line-height: 1.25;
}
.anchor-nav__label img { width: 40px; height: 40px; }
.anchor-nav__arrow {
  display: block; width: 14px; height: 14px;
  border-left: 3px solid #222; border-bottom: 3px solid #222;
}
.anchor-nav__arrow--down { transform: rotate(-45deg) translateY(-4px); }
.anchor-nav__arrow--up { transform: rotate(135deg) translateY(-4px); }

/* ---------- carousel ---------- */
.carousel { position: relative; width: 1060px; margin: 0 auto; padding: 26px 0 4px; }
.carousel__viewport { overflow: hidden; width: 860px; margin: 0 auto; padding-top: 26px; }
.carousel__track {
  display: flex; gap: 36px;
  transition: transform .4s ease;
}
.carousel__item { flex: 0 0 188px; }
.banner-card {
  position: relative; display: block;
  background: #fff; border: 1px solid #C8C8C8; border-radius: 10px;
  padding: 14px 12px 30px; text-align: center;
  transition: box-shadow .2s;
}
.banner-card:hover { box-shadow: 0 2px 10px rgba(0,0,0,.15); }
.banner-card__icon {
  position: absolute; top: -26px; left: 50%; transform: translateX(-50%);
  width: 82px; height: 52px;
}
.banner-card__icon img { width: 82px; height: 52px; border:none !important;}
.banner-card__sub {
  display: block; font-size: 11px; font-weight: 500; line-height: 1.45;
  margin: 14px 0 4px;
}
.banner-card__main {
  display: inline-block; font-size: 19px; font-weight: 700; color: #6FA82E;
  border-bottom: 2px solid #6FA82E; line-height: 1.3; letter-spacing: .01em;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
}
.banner-card__more {
  position: absolute; right: 10px; bottom: 8px;
  font-size: 11px; color: #555;
}
.banner-card__more::after {
  content: ""; display: inline-block; width: 6px; height: 6px;
  border-top: 2px solid #fe4800; border-right: 2px solid #fe4800;
  transform: rotate(45deg); margin-left: 5px; vertical-align: 1px;
}
.carousel__arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 34px; height: 60px; background: transparent; border: none; cursor: pointer;
}
.carousel__arrow::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 22px; height: 22px;
  border-top: 3px solid #333; border-right: 3px solid #333;
}
.carousel__arrow--prev { left: 30px; }
.carousel__arrow--prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.carousel__arrow--next { right: 30px; }
.carousel__arrow--next::before { transform: translate(-70%, -50%) rotate(45deg); }
.carousel__arrow:hover::before { border-color: #8FC43E; }
.carousel__dots { display: flex; justify-content: center; gap: 14px; padding: 26px 0 0; }
.carousel__dot {
  width: 11px; height: 11px; border-radius: 50%;
  background: #C9C9C9; border: none; cursor: pointer; padding: 0;
}
.carousel__dot.is-active { background: #4B4B4B; }

/* ---------- section common ---------- */
.section { padding: 44px 0; }
.section__box {
  position: relative;
  width: 1200px; margin: 120px auto 0 auto;
  background: #fff; border: 2px solid #8FC43E; border-radius: 24px;
  padding: 66px 0 72px;
}

/* ---------- たまりす（各セクション上辺に乗せる） ---------- */
.section__mascot {
  position: absolute;
  z-index: 2;
  height: auto;          /* 幅は width 属性 / 個別指定で。高さは自動 */
  pointer-events: none;  /* 下のリンク等の操作を邪魔しない */
}
/* 位置は上辺をまたぐように。left / right・top を各セクションで微調整 */
#sokkyu .section__mascot { top: -112px; left: 176px; }
#idou   .section__mascot { top: -116px; right: 150px; }
#career .section__mascot { top: -118px; left: 176px; }
#point  .section__mascot { top: -110px; right: 140px; }
.section__inner { width: 818px; margin: 0 auto; }
.section__head { margin-bottom: 22px; }
.section__title {
  display: flex; align-items: center; gap: 14px;
  font-size: 27px; font-weight: 700; letter-spacing: .06em;
}
.section__title-icon { width: 52px; height: 52px; }
.section__lead {
  font-size: 17px; font-weight: 500; letter-spacing: .02em;
  padding-left: 42px; margin-bottom: 26px;
}
.section__lead-row { position: relative; }
.section__fig { text-align: right; }
.section__fig--con1 { position: absolute; right: -34px; top: -66px; }
.section__fig--con1 img { width: 380px; }
.section__fig--con2 { float: right; margin: -50px -40px 10px 20px; }
.section__fig--con2 img { width: 440px; }
.section__fig--con3 { position: absolute; right: 30px; top: -76px; }
.section__fig--con3 img { width: 224px; }
.section__fig--con4 { position: absolute; right: -20px; top: -60px; }
.section__fig--con4 img { width: 392px; }

/* どんなサービス? / どうやって使うの? の見出しは画像(how01/how02.png)に変更 */
.block__badge { display: block; }

/* どんなサービス? block */
.block { margin: 40px 0 0; }
.block--has-fig::after { content: ""; display: block; clear: both; }
.block__text { margin-top: 14px; padding-left: 42px; font-size: 15.5px; }

/* どうやって使うの? box */
.howto { position: relative; margin-top: 56px; }
.howto__badge { position: absolute; top: -17px; left: 0; z-index: 1; }
.howto__box {
  background: #FBFFF2; border: 1px solid #B9D88E;
  padding: 44px 42px 30px; margin-top: 50px;
}
.howto__text { font-size: 16px; font-weight: 500; }
.howto__note { font-size: 13px; margin-top: 6px; color: #333; }

/* steps */
.steps { padding: 24px 0 30px 26px; }
.steps__item {
  display: flex; align-items: baseline; gap: 26px;
  position: relative;
}
.steps__item + .steps__item { margin-top: 58px; }
.steps__item + .steps__item::before {
  content: "▼"; color: #8FC43E; font-size: 15px;
  position: absolute; top: -42px; left: 205px;
}
.steps__num {
  flex: 0 0 auto;
  font-size: 36px; font-weight: 500; color: #8FC43E; line-height: 1;
  letter-spacing: .02em;
}
.steps__body { font-size: 15.5px; font-weight: 500; }

/* steps detail（ポイントプログラム用 3カラム） */
.steps--detail .steps__item { align-items: baseline; }
.steps--detail .steps__item + .steps__item::before { left: 130px; }
.steps--detail .steps__label {
  flex: 0 0 178px; font-size: 15.5px; font-weight: 700;
}
.steps--detail .steps__desc { flex: 1 1 auto; font-size: 15px; }

/* ---------- career grid ---------- */
.career-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  width: 985px; margin: 88px 0 0 -84px;
  border: 1px solid #8FC43E;
}
.career-grid__cell {
  background: #fff; padding: 44px 48px 48px; text-align: center;
}
.career-grid__cell:nth-child(2) { border-left: 1px solid #8FC43E; }
.career-grid__cell:nth-child(3) { border-top: 1px solid #8FC43E; }
.career-grid__cell:nth-child(4) { border-top: 1px solid #8FC43E; border-left: 1px solid #8FC43E; }
.career-grid__cell--green { background: #EFF7E2; }
.career-grid__title {
  font-size: 30px; font-weight: 700; letter-spacing: .05em;
  display: inline-flex; align-items: center; gap: 8px;
}
.career-grid__title::before {
  content: ""; width: 22px; height: 22px; border-radius: 50%;
  background: #8FC43E; flex: 0 0 auto;
}
.career-grid__title--en { font-weight: 600; letter-spacing: .12em; }
.career-grid__copy {
  color: #8FC43E; font-size: 15px; font-weight: 700;
  margin: 8px 0 22px; letter-spacing: .03em;
}
.career-grid__fig { margin-bottom: 24px; }
.career-grid__fig img { width: 330px; }
.career-grid__text { font-size: 14px; text-align: left; line-height: 1.9; }
.career-grid__note { font-size: 12px; text-align: left; margin-top: 8px; color: #333; line-height: 1.8; }

/* ---------- rank ---------- */
.rank { margin-top: 44px; margin-bottom: 35px;}
.rank__title {
  display: flex; align-items: center; gap: 12px;
  font-size: 19px; font-weight: 700; margin-bottom: 14px;
}
.rank__title .text-green { font-size: 19px; }
.rank__q {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: #BFBFBF; color: #fff; font-size: 22px; font-weight: 700;
  flex: 0 0 auto;
}
.rank__list li {
  position: relative; padding-left: 22px;
  font-size: 15.5px; font-weight: 500; margin-bottom: 4px;
}
.rank__list li::before {
  content: ""; position: absolute; left: 0; top: 10px;
  width: 11px; height: 11px; border-radius: 50%; background: #8FC43E;
}
.rank-table {
  width: 700px; margin: 40px auto 0;
  font-size: 15px; table-layout: fixed;
}
.rank-table th, .rank-table td {
  border: 1px dotted #999;
  padding: 14px 6px; text-align: center; font-weight: 700;
}
.rank-table thead th { background: #fff; font-size: 14.5px; }
.rank-table tbody th { color: #fff; letter-spacing: .06em; }
.rank-table tbody td { color: #222; }
.rank-table__row--black th { background: #000; }
.rank-table__row--black td { background: #ddd; }
.rank-table__row--platinum th { background: #C1B781; }
.rank-table__row--platinum td { background: #ded7b3; }
.rank-table__row--gold th { background: #D0B740; }
.rank-table__row--gold td { background: #E9DCA7; }
.rank-table__row--silver th { background: #BEBDC2; }
.rank-table__row--silver td { background: #D3D3D3; }
.rank-table__row--bronze th { background: #9A7E4F; }
.rank-table__row--bronze td { background: #D0BFA5; }
.rank-table__row--green th { background: #80CE44; }
.rank-table__row--green td { background: #B6E293; }

/* ---------- character ---------- */
.character { padding: 60px 0 20px; }
.character__inner { width: 1200px; margin: 0 auto; }
.character__inner img { width: 1200px; }

/* ---------- CTA ---------- */
.cta__item2 {text-align: center;}
.cta ,.fix_cta {gap: 20px; padding: 60px 0 90px; text-align: center; display: flex;
  flex-wrap: wrap; justify-content: center;}
.fix_cta {z-index:9999;gap: 20px; padding: 10px; text-align: center; display: flex;
  flex-wrap: wrap; justify-content: center;}
.cta__btn {
  box-sizing: border-box;
  position: relative;
  display: inline-flex; align-items: center;
  width: 372px; height: 86px;
  background: #8FC43E; border-radius: 999px;
  padding-left: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  transition: opacity .2s;
}
.cta__btn2 {
  box-sizing: border-box;
  position: relative;
  display: inline-flex; align-items: center;
  width: 372px; height: 86px;
  background: #fe4800; border-radius: 999px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  transition: opacity .2s;
}
.cta__btn3 {
  margin:0 auto;
  text-align:center;
  position: relative;
  display: inline-flex; align-items: center;
  width: 372px; height: 76px;
  max-width: 100%;
  box-sizing: border-box;
  background: #8FC43E; border-radius: 999px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  transition: opacity .2s;
}
.cta__btn:hover { opacity: .85; }
.cta__circle {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 72px; height: 72px; background: #fff; border-radius: 50%;
  flex: 0 0 auto; line-height: 1;
}
.cta__free { color: #6FA82E; font-size: 13px; font-weight: 700; }
.cta__min { color: #222; font-size: 34px; font-weight: 600; margin-top: 2px; }
.cta__min-unit { font-family: "Noto Sans JP", sans-serif; font-size: 17px; font-weight: 700; }
.cta__texts { flex: 1 1 auto; color: #fff; text-align: center; line-height: 1.2; }
.cta__sub { display: block; white-space: nowrap; font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.cta__sub2 { display: block; white-space: nowrap; font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.cta__main { display: block; font-size: 20px; font-weight: 700; letter-spacing: .02em; }
.cta__main2 { display: block; font-size: 20px; font-weight: 700; letter-spacing: .02em; }
.cta__main-small { font-size: 14px; }
.cta__main-small2 { font-size: 17px; }
.cta__gt { font-size: 15px; margin-left: 10px; }
.cta__login { margin-top: 22px; font-size: 13px; font-weight: 500; }
.cta__login a { text-decoration: underline; text-underline-offset: 4px; }
.cta__login a:hover { text-decoration: none; }

.fix_cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(120%);   /* 画面外に退避 */
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  background: #fff;
  box-shadow: 0 -4px 16px rgba(0,0,0,.12);
  /* 追従バーとしてコンパクト化推奨（padding圧縮・横並びなど） */
}
.fix_cta.is-visible {
  transform: translateY(0);
}

.pagetop { margin-top: 46px; }
.pagetop a {
  font-size: 17px; font-weight: 600; letter-spacing: .04em;
  text-decoration: underline; text-underline-offset: 5px;
}
.pagetop a:hover { text-decoration: none; }

.js-carousel-track {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- footer ---------- */
.site-footer { background: #000; color: #fff; }
.site-footer__inner {
  width: 1060px; margin: 0 auto;
  padding: 100px 0 160px; text-align: center;
}
.site-footer__logo { margin-bottom: 20px; }
.site-footer__copy { font-size: 13px; letter-spacing: .03em; }

/* =========================================================
   SP（スマートフォン）レスポンシブ  ※ @media max-width:767px
   PC版に上書き。数値は SP カンプ(260722)基準の実装値。
   FV/キャラクター画像の出し分けは <picture> 側の責務（本CSS対象外）。
========================================================= */
@media (max-width: 767px) {

  /* ---------- 基本 ---------- */
  html, body { overflow-x: hidden; }
  body { min-width: 0; font-size: 14px; line-height: 1.75; }
  .content-inner  { width: auto; margin: 0; padding: 0 16px; }
  .content-inner2 { width: auto; margin: 0; padding: 0 16px; }

  /* ---------- ヘッダー / パンくず ---------- */
  .site-header { height: 44px; }
  .site-header__logo a { font-size: 16px; }
  .breadcrumb { padding: 12px 0 0; }

  /* ---------- FV（SP専用画像へ差し替え予定：全幅化のみ） ---------- */
  .hero { padding: 0;margin-top:50px; }
  .hero .content-inner2 { padding: 0; }   /* 左右マージンなし＝画像を画面幅100%に */
  .hero__img img { width: 100%; }

  /* ---------- アンカーナビ：2列×2行 ---------- */
  .anchor-nav { padding: 0 16px 28px; }              /* 左右ガター（margin-topの重ねは基底のまま） */
  .anchor-nav--bottom { padding: 40px 16px 24px; }
  .anchor-nav__band { width: auto; border-radius: 16px; padding: 22px 14px; }
  .anchor-nav__list { flex-wrap: wrap; gap: 12px; }
  .anchor-nav__list > li { width: calc(50% - 6px); }  /* ← 2カラム */
  .anchor-nav__btn { height: 76px; border-radius: 12px; gap: 6px; }
  .anchor-nav__label { font-size: 15px; gap: 6px; line-height: 1.2; }
  .anchor-nav__label img { width: 30px; height: 30px; }

  /* ---------- カルーセル ---------- */
  /* ---------- カルーセル（SP） ----------
     ※ カード幅(188px)と gap(36px) は既存JSのスライド量に合わせて変更しない。
        変えると「送るたびに2枚表示が崩れる」ため。可視領域はビューポート全幅で最大化し、
        矢印はカードに重ねて最前面に置くことで、可視幅を削らず左矢印の潜り込みも解消する。 */
  .carousel { width: auto; margin: 0; padding: 18px 0 6px; }
  .carousel__viewport { width: 100%; margin: 0; }   /* 可視領域を全幅に */
  .carousel__track { padding-left: 20px; }           /* 起点の左スペース。gapはbaseの36pxのまま＝JS送り量と一致（ズレ防止） */
  /* カード自体を左右に+9pxずつ広げて隣との“見た目の間隔”を半分(36→18)に。
     item幅(188)・gap(36)は変えないので送り量ピッチ224pxは不変＝進めてもズレない */
  .banner-card { width: calc(100% + 18px); margin-left: -9px; }
  /* 矢印：最前面・カードに重ねる。半透明の丸下地で視認性確保 */
  .carousel__arrow {
    z-index: 10;
    width: 32px; height: 32px;
    background: rgba(255,255,255,.72);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
  }
  .carousel__arrow::before { width: 14px; height: 14px; border-width: 2px; }
  .carousel__arrow--prev { top:194px;left: 10px; }
  .carousel__arrow--next { top:194px;right: 10px; }

  /* ---------- セクション共通 ---------- */
  .section { padding: 24px 0; }
  .section__box { width: auto; margin: 110px 16px 0; border-radius: 18px; padding: 40px 0 40px; }
  .section__inner { width: auto; margin: 0; padding: 0 16px; }
  .section__head { margin-bottom: 16px; }
  .section__title { font-size: 20px; gap: 10px; }
  .section__title-icon { width: 40px; height: 40px; }
  .section__lead { font-size: 14px; padding-left: 0; margin-bottom: 18px; }
  .section__lead-row { position: static; }

  /* 装飾イラスト：PCの絶対/float配置を解除し、フロー内・中央・縮小 */
  .section__fig,
  .section__fig--con1, .section__fig--con2,
  .section__fig--con3, .section__fig--con4 {
    position: static; float: none;
    right: auto; top: auto;
    margin: 14px auto; text-align: center;
  }
  .section__fig--con1 img { width: min(78%, 300px); }
  .section__fig--con2 img { width: min(96%, 360px); }
  .section__fig--con3 img { width: 150px; }
  .section__fig--con4 img { width: min(80%, 300px); }

  /* どんなサービス? / どうやって使うの? / steps */
  .block__text { padding-left: 0; font-size: 14px; }
  .howto { margin-top: 40px; }
  .howto__box { padding: 30px 16px 22px; }
  .howto__text { font-size: 15px; }
  .steps { padding: 16px 0 20px 4px; }
  .steps__item { gap: 14px; }
  .steps__num { font-size: 28px; }
  .steps__body { font-size: 14px; }
  .steps__item + .steps__item::before { left: 14px; top: -34px; }
  /* steps--detail（ポイント用3カラム）→ 折り返し縦積み */
  .steps--detail .steps__item { flex-wrap: wrap; }
  .steps--detail .steps__item + .steps__item::before { left: 14px; }
  .steps--detail .steps__label { flex: 0 0 auto; }
  .steps--detail .steps__desc { flex: 1 1 100%; padding-left: 42px; margin-top: 4px; }

  /* ---------- キャリアグリッド：1カラム縦積み ---------- */
  .career-grid { grid-template-columns: 1fr; width: auto; margin: 32px 0 0; }
  .career-grid__cell { padding: 30px 18px 32px; }
  .career-grid__cell:nth-child(2) { border-left: 0; border-top: 1px solid #8FC43E; }
  .career-grid__cell:nth-child(4) { border-left: 0; }
  .career-grid__title { font-size: 22px; }
  .career-grid__title--en { font-size: 24px; }
  .career-grid__fig img { width: min(80%, 280px); }
  .career-grid__text { font-size: 13.5px; }
  .career-grid__note { font-size: 11.5px; }

  /* 3つめ：緑をやめて通常セル（1・4）と同じ背景に戻す */
  .career-grid__cell:nth-child(3) {
    background: #fff; /* ← 通常セルの背景色に合わせる */
  }
  /* 4つめ：緑にする */
  .career-grid__cell:nth-child(4) {
    background: #EFF7E2; /* ← --green と同じ色に */
  }

  /* ---------- 会員ランク表 ---------- */
  .rank { margin-top: 32px; }
  .rank__title { font-size: 16px; }
  .rank__title .text-green { font-size: 16px; }
  .rank__q { width: 32px; height: 32px; font-size: 18px; }
  .rank__list li { font-size: 14px; }
  .rank-table { width: 100%; margin-top: 28px; font-size: 12px; }
  .rank-table th, .rank-table td { padding: 6px 3px; }
  .rank-table thead th { font-size: 11.5px; }

  /* ---------- たまりす：SPは4体とも左寄せ・縮小 ---------- */
  #sokkyu .section__mascot { width: 74px;  height: auto; top: -80px; left: 14px; right: auto; }
  #idou   .section__mascot { width: 78px;  height: auto; top: -77px; left: 14px; right: auto; }
  #career .section__mascot { width: 80px;  height: auto; top: -80px; left: 14px; right: auto; }
  #point  .section__mascot { width: 110px; height: auto; top: -70px; left: 14px; right: auto; }

  /* ---------- キャラクター紹介 ---------- */
  .character { padding: 32px 0 12px; }
  .character__inner { width: auto; }
  .character__inner img { width: 100%; }

  /* ---------- CTA ---------- */
  .cta {gap: 0; padding: 36px 0 56px; }
  .cta__btn { width: calc(100% - 32px); max-width: 340px; height: 76px; }
  .cta__btn2 { width: calc(100% - 32px); max-width: 340px; height: 76px; }
  .cta__btn3 { width: calc(100% - 32px); max-width: 340px; height: 76px; }
  .cta__circle { width: 62px; height: 62px; }
  .cta__min { font-size: 28px; }
  .cta__main { font-size: 17px; }
  .cta__main2 { font-size: 20px; }
  .cta__login { font-size: 12px; }
  .pagetop a { font-size: 15px; }

  .fix_cta {gap: 0; padding: 10px; }
  .fix_cta .cta__btn , .fix_cta .cta__btn2{width:100%;height: 50px !important;}
  .fix_cta .cta__item , .fix_cta .cta__item2 {width:100%;padding:10px !important;}

  /* ---------- フッター ---------- */
  .site-footer__inner { width: auto; padding: 56px 16px 90px; }
}