@charset "UTF-8";
/* reset.css - 2025 モダンバージョン */
/* ===========================
   ボックスサイズを全体に適用
============================= */
*, *::before, *::after {
  box-sizing: border-box;
}

/* ===========================
   マージン・パディングをゼロ
============================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* ===========================
   HTML5 display
============================= */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* ===========================
   リストのスタイルをリセット
============================= */
ol, ul {
  list-style: none;
}

/* ===========================
   引用タグのデフォルトをリセット
============================= */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

/* ===========================
   テーブル
============================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===========================
   フォーム要素
============================= */
button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* ===========================
   画像
============================= */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: 100%;
}

/* ===========================
   強調タグ
============================= */
strong {
  font-weight: bold;
}

/* ===========================
   リンク
============================= */
a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   _color.scss
   カラートークン定義
========================================================= */
/* 基本カラー */
/* FAQや共通UIで使用される階調カラー */
/* =========================================================
   _tokens.scss
   共通トークン・タイポ・mixin定義
========================================================= */
/* -------- フォントウェイト -------- */
/* -------- ブレークポイント -------- */
/* -------- letter-spacing 計算関数 -------- */
/* InDesign tracking値(1000分率) → letter-spacing(em) */
/* -------- タイポ系 mixin -------- */
/* Large / Small 切替タイプ */
body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5625;
  letter-spacing: 0.02em;
  min-width: auto;
}

a {
  vertical-align: baseline;
}

img {
  width: 100%;
  height: auto;
}

.pc_br {
  display: block;
}
@media (max-width: 743.98px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 743.98px) {
  .sp_br {
    display: block;
  }
}

.wrapper {
  position: relative;
}

.header {
  z-index: 9999;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 0 15px;
}
@media (max-width: 743.98px) {
  .header {
    padding: 0;
  }
}
.header .common__inner {
  padding-top: 19px;
  padding-bottom: 18px;
}
@media (max-width: 743.98px) {
  .header .common__inner {
    padding: 10px;
  }
}
.header .common__btn a {
  padding: 4px 18px;
  margin-top: 0;
  border-radius: 5px;
  border-width: 1px;
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 743.98px) {
  .header .common__btn a {
    font-size: 12px;
  }
}
.header .common__btn.border-blue a {
  background-color: #fff;
  color: #2864f0;
}
.header .common__btn.border-blue a:hover {
  background-color: #2864f0;
  color: #fff;
}
.header .common__btn.is-download {
  margin-right: 20px;
}
.header .common__btn.is-download a {
  color: #2864f0;
  background: #fff;
}
.header .common__btn.is-download a:hover {
  background: #f2f6fe !important;
  border-color: #2864f0 !important;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 743.98px) {
  .header__row {
    align-items: center;
    justify-content: space-between;
  }
}
.header__lyt {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 743.98px) {
  .header__lyt {
    margin-top: 10px;
    width: 75%;
    gap: 8px;
    justify-content: flex-end;
  }
}
@media (max-width: 743.98px) {
  .header__logo {
    width: 22%;
  }
}
.header__logo img {
  width: 175px;
  height: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 743.98px) {
  .header__logo img {
    width: 125px;
    height: auto;
  }
}

.g-footer_information_link li a img {
  width: revert-layer;
}

.step {
  padding: 50px 0;
  background: #fff;
}
@media (max-width: 743.98px) {
  .step {
    padding: 30px 0;
  }
}
.step__title {
  font-size: clamp(1.75rem, 0.412rem + 2.78vw, 2.5rem);
  font-weight: 700;
  color: #323232;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 743.98px) {
  .step__title {
    font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
    line-height: 1.75;
  }
}
.step__title span {
  color: #2864f0;
}
.step__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 900.98px) {
  .step__inner {
    padding: 0 16px;
  }
}
.step__inner h3 {
  font-size: clamp(1.375rem, 0.708rem + 1.39vw, 1.75rem);
  text-align: center;
  color: #2864f0;
}
@media (max-width: 743.98px) {
  .step__inner h3 {
    font-size: clamp(1.125rem, 0.735rem + 1.33vw, 1.375rem);
  }
}
.step__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  .step__list {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0;
  }
}
.step__item {
  border: 1.5px solid #aac8ff;
  border-radius: 10px;
  background: #fff;
  overflow: visible;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  transition: box-shadow 0.3s ease;
  /* ▶ PC時（STEP間の矢印） */
  /* ▼ SP時（下向き矢印） */
}
@media (max-width: 743.98px) {
  .step__item {
    padding-bottom: 0;
  }
}
.step__item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #aac8ff;
  z-index: 2;
}
@media (max-width: 768px) {
  .step__item:not(:last-child)::after {
    display: none;
  }
}
.step__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  border-top: 14px solid #aac8ff;
  z-index: 2;
  display: none;
}
@media (max-width: 768px) {
  .step__item:not(:last-child)::before {
    display: block;
  }
}
.step__head {
  background: #aac8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-weight: 700;
  font-size: 16px;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 743.98px) {
  .step__head {
    padding: 12px 10px;
    justify-content: center;
    gap: 15px;
  }
}
.step__num {
  background: #fff;
  color: #1e63f3;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 15px;
}
.step__head-text {
  color: #323232;
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 743.98px) {
  .step__head-text {
    font-weight: 700;
  }
}
.step__flex {
  display: block;
}
@media (max-width: 743.98px) {
  .step__flex {
    display: grid;
    align-items: center;
    grid-template-columns: auto;
    gap: 10px;
    padding: 20px;
    justify-content: center;
  }
}
.step__img {
  margin: 40px auto 20px;
}
@media (max-width: 743.98px) {
  .step__img {
    margin: 7px 0;
  }
}
.step__img img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 743.98px) {
  .step__img img {
    max-width: 130px;
  }
}
.step__text {
  color: #323232;
  font-size: 17px;
  line-height: 1.8;
  padding: 0 10px;
  font-weight: 400;
}
@media (max-width: 743.98px) {
  .step__text {
    font-size: 18px;
    padding: 0;
    color: #2864f0;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
  }
}

.howto {
  padding: 50px 0;
  /* ===== ボード全体 ===== */
  /* ===== 上段レイアウト（PC: カード2 + イラスト1 / SP: 縦並び） ===== */
  /* カード並び（PCで横に2枚） */
  /* ===== カード ===== */
  /* ===== イラスト ===== */
  /* ===== 下部：矢印＋期限 ===== */
  /* ▼ 下向き三角（中央） */
}
@media (max-width: 743.98px) {
  .howto {
    padding: 30px 0;
  }
}
.howto__title {
  font-size: clamp(1.75rem, 0.412rem + 2.78vw, 2.5rem);
  font-weight: 700;
  color: #323232;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 743.98px) {
  .howto__title {
    font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  }
}
.howto__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 900.98px) {
  .howto__inner {
    padding: 0 16px;
  }
}
.howto__inner .caption {
  color: #595959;
}
@media (max-width: 743.98px) {
  .howto__inner .caption {
    font-size: 12px;
  }
}
.howto__lede {
  color: #323232;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 auto 50px;
}
@media (max-width: 743.98px) {
  .howto__lede {
    font-size: 14px;
  }
}
.howto__board {
  background: #eef5ff; /* セクション内の淡いブルー */
  border-radius: 24px;
  padding: 28px;
  max-width: 1100px;
  margin: 0 auto 40px;
}
@media (max-width: 743.98px) {
  .howto__board {
    padding: 18px 14px 26px;
    border-radius: 18px;
  }
}
.howto__grid {
  display: grid;
  grid-template-columns: 3fr 1fr; /* PC */
  gap: 28px;
}
@media (max-width: 900.98px) {
  .howto__grid {
    grid-template-columns: auto;
  }
}
@media (max-width: 743.98px) {
  .howto__grid {
    grid-template-columns: 1fr; /* SP */
    gap: 20px;
  }
}
.howto__cards {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 28px;
}
@media (max-width: 743.98px) {
  .howto__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.howto__card {
  background: #fff;
  border: 2px solid #1e63f3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(30, 99, 243, 0.08);
  /* 内側の余白は本文側 */
}
.howto__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #2864f0; /* $primary と同系 */
  color: #fff;
  padding: 14px 18px;
}
@media (max-width: 743.98px) {
  .howto__head {
    padding: 12px 14px;
  }
}
.howto__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2864f0;
  font-weight: 800;
  border-radius: 8px;
  min-width: 56px;
  height: 32px;
  font-size: 18px;
}
.howto__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 743.98px) {
  .howto__heading {
    font-size: 18px;
  }
}
.howto__list {
  padding: 18px 22px 22px;
  margin: 0;
  list-style: none;
  text-align: left;
}
.howto__list li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(16px, 0.9rem + 0.2vw, 18px);
  line-height: 1.9;
  color: #323232;
}
@media (max-width: 743.98px) {
  .howto__list li {
    font-size: clamp(0.813rem, 0.52rem + 1vw, 1rem);
  }
}
.howto__list li + li {
  margin-top: 10px;
}
@media (max-width: 743.98px) {
  .howto__list li + li {
    margin-top: 5px;
  }
}
.howto__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2864f0;
  transform: translateY(-50%);
}
@media (max-width: 743.98px) {
  .howto__list {
    padding: 14px 16px 18px;
  }
}
.howto__illus {
  display: flex;
  align-items: center;
  justify-content: center;
}
.howto__illus img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}
@media (max-width: 743.98px) {
  .howto__illus img {
    max-width: 230px;
  }
}
.howto__bottom {
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 743.98px) {
  .howto__bottom {
    margin-top: 20px;
  }
}
.howto__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 18px solid #2864f0;
  border-bottom: 0;
  margin-bottom: 16px;
}
@media (max-width: 743.98px) {
  .howto__arrow {
    border-right-width: 24px;
    border-left-width: 24px;
    border-top-width: 16px;
  }
}
.howto__deadline {
  font-weight: 500;
  font-size: clamp(20px, 1.05rem + 0.9vw, 28px);
  color: #2864f0;
}
@media (max-width: 743.98px) {
  .howto__deadline {
    font-size: clamp(1.125rem, 0.54rem + 2vw, 1.5rem);
  }
}
.howto__subcatch {
  font-size: clamp(1.625rem, 0.956rem + 1.39vw, 2rem);
  color: #323232;
}
.howto__subcatch span {
  color: #2864f0;
}
@media (max-width: 743.98px) {
  .howto__subcatch {
    display: none;
  }
}

.feature {
  padding: 50px 0;
}
@media (max-width: 743.98px) {
  .feature {
    padding: 30px 0;
  }
}
.feature__title {
  font-size: clamp(1.75rem, 0.412rem + 2.78vw, 2.5rem);
  font-weight: 700;
  color: #323232;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 743.98px) {
  .feature__title {
    font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  }
}
.feature__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 900.98px) {
  .feature__inner {
    padding: 0 16px;
  }
}
.feature__inner .caption {
  color: #595959;
}
@media (max-width: 743.98px) {
  .feature__inner .caption {
    font-size: 12px;
  }
}
.feature__lede {
  color: #323232;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 auto 50px;
}
@media (max-width: 743.98px) {
  .feature__lede {
    font-size: 14px;
    margin: 0 auto 25px;
  }
}
.feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1020px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .feature__list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
}
.feature__item {
  border: 2px solid #1e63f3;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding: 0 20px 20px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 743.98px) {
  .feature__item {
    padding: 0 20px 5px;
  }
}
.feature__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.feature__head {
  background: #1e63f3;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border-radius: 8px 8px 0 0;
  gap: 8px;
  margin: 0 -20px 24px;
}
@media (max-width: 743.98px) {
  .feature__head {
    justify-content: center;
    padding: 12px 20px;
    margin: 0 -20px 10px;
  }
}
.feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1e63f3;
  font-weight: 700;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
}
.feature__head-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.feature__img {
  margin-bottom: 10px;
}
.feature__img img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 743.98px) {
  .feature__img img {
    width: 80%;
  }
}
.feature__title-sub {
  font-weight: 700;
  font-size: 18px;
  color: #323232;
  margin-bottom: 12px;
  line-height: 1.6;
}
@media (max-width: 743.98px) {
  .feature__title-sub {
    color: #2864f0;
  }
}
.feature__text {
  color: #323232;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 743.98px) {
  .feature__text {
    display: none;
  }
}

.faq {
  padding: 50px 0;
}
@media (max-width: 743.98px) {
  .faq {
    padding: 30px 0;
  }
}
.faq__title {
  font-size: clamp(1.75rem, 0.412rem + 2.78vw, 2.5rem);
  font-weight: 700;
  color: #323232;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 743.98px) {
  .faq__title {
    font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  }
}
.faq__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 900.98px) {
  .faq__inner {
    padding: 0 16px;
  }
}
.faq__inner .caption {
  color: #595959;
  padding-top: 40px;
}
@media (max-width: 743.98px) {
  .faq__inner .caption {
    font-size: 12px;
    padding-top: 20px;
  }
}
.faq__list {
  list-style: none;
  margin: 20px 0 12px;
  padding: 0;
}
.faq__list--sub {
  margin: 10px 0;
}
.faq__list--sub li {
  padding-left: 10px;
  list-style: disc;
}
.faq__item {
  border-radius: 12px;
  border: 1px solid rgba(102, 112, 133, 0.25);
  background: #fff;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.faq__item + .faq__item {
  margin-top: 12px;
}
.faq__item.is-open {
  border-color: rgba(40, 100, 240, 0.35);
}
.faq__item.is-open .faq__button {
  background: rgba(40, 100, 240, 0.04);
}
.faq__item.is-open .faq__icon::before,
.faq__item.is-open .faq__icon::after {
  background-color: #2864f0;
}
.faq__item.is-open .faq__icon::after {
  opacity: 0;
}
.faq__q {
  margin: 0;
}
.faq__button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  padding: 22px 24px;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0em;
  color: #323232;
}
@media (max-width: 743.98px) {
  .faq__button {
    padding: 12px 14px;
  }
}
@media (max-width: 768px) {
  .faq__button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0em;
    color: #323232;
  }
}
.faq__button:focus-visible {
  outline: 2px solid rgba(40, 100, 240, 0.6);
  outline-offset: 2px;
  border-radius: 10px;
}
.faq__q-text {
  padding-right: 16px;
}
.faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #323232;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}
.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__panel {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease;
  border-top: 1px solid rgba(102, 112, 133, 0.15);
}
.faq__panel[hidden] {
  display: block;
}
.faq__a {
  padding: 18px 24px 24px;
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #323232;
}
@media (max-width: 743.98px) {
  .faq__a {
    padding: 10px 14px 14px;
  }
}
.faq__a p {
  margin: 0;
}

.voices {
  text-align: center;
  padding: 50px 0;
  background: #fff;
}
@media (max-width: 743.98px) {
  .voices {
    padding: 30px 0;
  }
}
.voices__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 743.98px) {
  .voices__inner {
    padding: 0 16px;
  }
}
.voices__eyebrow {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
  color: #323232;
}
.voices__title {
  font-size: clamp(1.75rem, 0.412rem + 2.78vw, 2.5rem);
  font-weight: 700;
  color: #323232;
  margin-bottom: 32px;
}
@media (max-width: 743.98px) {
  .voices__title {
    font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
  }
}
.voices__slider {
  position: relative;
  overflow: hidden;
}
.voices .swiper-slide {
  box-sizing: border-box;
}
.voices__card {
  background: #fff;
  text-align: left;
  overflow: hidden;
  height: 100%;
}
.voices__card-title {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 24px;
  transition: all 0.2s;
}
.voices__card-text {
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  font-weight: 400;
}
.voices__card-author {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  color: #6e6b6b;
}
.voices__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.voices__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.voices__pagination {
  margin-top: 24px !important;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.voices__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.voices__pagination .swiper-pagination-bullet-active {
  background: #2864f0;
}
.voices__cta {
  margin-top: 48px;
}
.voices__cta .voices__button {
  display: inline-block;
  background-color: #2864f0;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s;
}
.voices__cta .voices__button:hover {
  opacity: 0.8;
}

.support {
  padding: 64px 0;
  background: #fff;
  text-align: center;
  /* 2カラム */
  /* 左側 */
  /* 右側 */
  /* セクション末尾リンク */
}
@media (max-width: 743.98px) {
  .support {
    padding: 30px 0;
  }
}
.support__inner {
  max-width: 1020px; /* 要件 */
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 743.98px) {
  .support__inner {
    padding: 0 16px;
  }
}
.support__title {
  font-weight: 700;
  color: #323232;
  line-height: 1.3;
  font-size: clamp(1.75rem, 1.05rem + 2.2vw, 2.5rem);
  margin: 0 0 20px;
}
@media (max-width: 743.98px) {
  .support__title {
    font-size: clamp(1.375rem, 1.107rem + 1.34vw, 1.75rem);
    line-height: 1.75;
  }
}
.support__title br {
  display: none;
}
@media (max-width: 743.98px) {
  .support__title br {
    display: block;
  }
}
.support__lede {
  color: #667085;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 auto 50px;
}
.support__br { /* 小画面のみ改行 */ }
@media (max-width: 743.98px) {
  .support__br {
    display: none;
  }
}
.support__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 743.98px) {
  .support__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
}
.support__badge {
  display: inline-block;
  padding: 0 15px;
}
.support__badge img {
  display: block;
  width: auto;
}
@media (max-width: 743.98px) {
  .support__badge {
    margin: 0 auto 14px;
  }
}
.support__people {
  margin: 0 0 16px;
}
.support__people img {
  width: 100%;
  height: auto;
  display: block;
}
.support__right {
  text-align: center;
}
.support__catch {
  font-size: clamp(1.25rem, 0.804rem + 0.93vw, 1.5rem);
  line-height: 1.5;
  color: #323232;
  margin: 0 0 14px;
  font-weight: 600;
}
.support__desc {
  color: #323232;
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 0.804rem + 0.93vw, 1.5rem);
  font-weight: 600;
}
.support__desc .support__em {
  color: #2864f0;
}
@media (max-width: 743.98px) {
  .support__desc {
    text-align: center;
  }
}
.support__free {
  font-size: clamp(1.25rem, 0.804rem + 0.93vw, 1.5rem);
  margin: 10px 0 14px;
  font-weight: 600;
}
.support__free .support__link {
  color: #2864f0;
}
@media (max-width: 743.98px) {
  .support__free {
    text-align: center;
  }
}
.support__note {
  font-size: 12px;
  text-align: left;
  position: relative;
  padding-left: 15px;
  max-width: 85%;
  margin: 0 auto 20px;
}
@media (max-width: 743.98px) {
  .support__note {
    text-align: left;
    max-width: 95%;
  }
}
.support__note::before {
  position: absolute;
  content: "※";
  left: 0;
}
.support__more {
  margin-top: 26px;
  text-align: center;
}
.support__more-link {
  display: inline-block;
  color: #2864f0;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 14px;
}
.support__more-link:hover {
  opacity: 0.85;
}

.cta__area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 80%;
  margin: 50px auto;
  gap: 30px;
}
@media (max-width: 743.98px) {
  .cta__area {
    max-width: 90%;
    margin: 30px auto;
    gap: 30px;
    flex-direction: column;
  }
}
.cta__box {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 743.98px) {
  .cta__box {
    width: 100%;
  }
}
.cta__box span {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
.cta__box span::before {
  width: 20px;
  height: 36px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: -10px;
  background-image: url(../images/cta-line__left.png);
}
.cta__box span::after {
  width: 20px;
  height: 36px;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: -10px;
  background-image: url(../images/cta-line__right.png);
}
.cta__box .btn {
  color: white;
  background-color: #2864f0;
  border: 1px solid #2864f0;
  border-radius: 8px;
  padding: 12px 0;
  margin-top: 7px;
  text-align: center;
  transition: all 0.2s;
  font-weight: 700;
}
.cta__box .btn:hover {
  background-color: #1e4cb7;
  border-color: #1e4cb7;
  text-decoration: none;
}
.cta__box .btn__white {
  background-color: white;
  color: #2864f0;
}
.cta__box .btn__white:hover {
  background-color: #ebf3ff;
  border-color: #1e4cb7;
  color: #1e4cb7;
  text-decoration: none;
}
.cta__text {
  color: #2864f0;
}
.cta__text a {
  text-decoration: underline;
}
.cta__text a:hover {
  text-decoration: none;
}

.modal__signup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .modal__signup {
    padding: 16px;
  }
}
.modal__signup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modal__signup__inner {
  padding: 40px 80px;
  border-radius: 16px;
  background-color: #fff;
  max-width: 568px;
  width: 100%;
  max-height: 100svh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .modal__signup__inner {
    padding: 48px 10px 32px;
  }
}
.modal__signup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .modal__signup__close {
    top: 8px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #individual_sign_up_container_root {
    width: 86vw;
  }
}
.su_floating_container {
  width: 472px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(70, 67, 67, 0.2509803922);
  border-radius: 16px;
  text-align: left;
  padding: 16px 32px;
  max-width: 95%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .su_floating_container {
    width: 95%;
    padding: 16px 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .su_floating_inner {
    width: 100%;
    margin: auto;
  }
}
.su-form-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .su-form-wrapper {
    max-width: 408px;
    margin: 0 auto;
  }
}
.su-form-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.su-form-title-inner {
  text-align: center !important;
  font-weight: 700;
  color: #323232;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

.su-form-title-inner span {
  color: #2864f0;
}

.floatingSendStatusMessage {
  color: #2864f0;
  padding: 4px 10px;
  font-size: 12px;
  margin-top: 4px;
  border-radius: 0 0 4px 4px;
}

.floatingEmailInput_wrapper {
  position: relative;
}

.floatingEmailInput_mail_icon {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 22px;
  left: 12px;
  padding-right: 7px;
  border-right: 1px solid #ccc;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floatingEmailInput_mail_icon_svg {
  margin-top: -4px;
}

.floatingEmailInput_label {
  position: absolute;
  top: 30px;
  left: 56px;
  color: #8c8989;
  transition-property: top, font-size;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 2px 5px 6px;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}

.su-email-form:not(:-moz-placeholder) + .floatingEmailInput_label {
  top: 5px;
  font-size: 12px;
  -moz-transition-property: top, font-size, background-color;
  transition-property: top, font-size, background-color;
  background-color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.su-email-form:focus + .floatingEmailInput_label, .su-email-form:not(:placeholder-shown) + .floatingEmailInput_label {
  top: 5px;
  font-size: 12px;
  transition-property: top, font-size, background-color;
  background-color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.su-email-form {
  width: 100%;
  height: 48px;
  padding: 10px 16px 10px 50px !important;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  line-height: normal;
  font-size: 16px;
  margin-top: 16px;
}

.su-email-form:focus {
  border-color: #2864f0;
}

.floatingEmailSubmitBtn {
  cursor: pointer;
  border-radius: 8px;
  margin: 8px auto 0;
  display: block;
  background-color: #2864f0;
  color: #fff;
  border: 2px solid #2864f0;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 1em;
  text-align: center;
  transition: all 0.2s;
  width: 100%;
}

.floatingEmailSubmitBtn:hover {
  background-color: #245ad6;
  border-color: #245ad6;
}

.sso-dsu-hero-area-separate {
  width: 80px;
  height: 1px;
  background-color: #ccc;
}

.sso-dsu-hero-area-separate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #595959;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center;
}

.floatingSignUpBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .floatingSignUpBox {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.floatingSignUpLink {
  width: 194px;
  height: 50px;
  text-decoration: none;
  line-height: 1.3;
}

.floatingSignUpLink_wrap {
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 8px;
  text-align: center;
  border: solid 1px #ccc;
  font-size: 16px;
  font-weight: 700;
  color: #2864f0;
}

@media screen and (max-width: 767px) {
  .floatingSignUpLink_wrap {
    padding: 8px;
  }
}
.floatingSignUpLink_wrap .google_logo, .floatingSignUpLink_wrap .microsoft_logo {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floatingSignUpLink_wrap span {
  font-size: 16px;
}

.floatingSignUpLink_wrap span br {
  display: none;
}

.floatingSignUpLink:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.floatingSignUpLink:hover span {
  color: #245ad6;
  text-decoration: underline !important;
}

.floatingSignUpLink_inner {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.others-su {
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .others-su {
    margin-top: 32px;
  }
}
.others-su a {
  font-size: 14px;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  color: #1e46aa;
}

.others-su a:hover {
  text-decoration: none;
}

.others-su a:before {
  content: ">";
  position: absolute;
  top: 3px;
  right: -12px;
}

.sign_up_notice {
  text-align: left;
  line-height: 1.6;
}

.sign_up_notice p {
  color: #595959;
  margin-top: 24px;
}

.sign_up_notice a {
  color: #2864f0;
  text-decoration: underline;
  font-size: 12px;
}

.sign_up_notice a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .su_floating_container {
    margin: auto;
  }
  #registerForm > div > .launch-dsu-sso {
    width: unset;
  }
  #registerForm p a {
    color: #2864f0;
  }
  .floatingEmailInput_label {
    top: 31px;
    margin-bottom: unset;
    pointer-events: none;
  }
  .floatingGoogleSignUpLink_wrap {
    padding: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .floatingSignUpLink_wrap span br {
    display: block;
  }
}
.accounting-smb__signup__body .su_floating_container {
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  padding: 0px !important;
}

/* ===== Main Visual layout only ===== */
.mv {
  background: #eef5ff;
  padding: 56px 0;
  /* 右カラムの外側サイズだけを調整（内側は一切触らない） */
}
.mv__ranking-sp {
  display: none;
}
@media (max-width: 743.98px) {
  .mv__ranking-sp {
    display: block;
    margin-top: 25px;
  }
}
.mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 900.98px) {
  .mv__inner {
    padding: 0 16px;
  }
}
.mv__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; /* 左やや広め */
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .mv__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.mv__media img {
  width: 100%;
  height: auto;
  display: block;
}
.mv__media img.pc-main {
  display: block;
}
@media (max-width: 768px) {
  .mv__media img.pc-main {
    display: none;
  }
}
.mv__media img.sp-main {
  display: none;
}
@media (max-width: 768px) {
  .mv__media img.sp-main {
    display: block;
  }
}
.mv__panel {
  max-width: 568px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .mv__panel {
    margin: 0 auto;
    max-width: 100%;
  }
}

/* ===== ここから下は“そのまま”貼付：モーダルの SCSS（変更禁止） ===== */
/* ご提示の modal の SCSS を丸ごと貼ってください（下記はそのままコピペ）。 */
.modal__signup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .modal__signup {
    padding: 16px;
  }
}
.modal__signup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modal__signup__inner {
  padding: 40px 80px;
  border-radius: 16px;
  background-color: #fff;
  max-width: 568px;
  width: 100%;
  max-height: 100svh;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .modal__signup__inner {
    padding: 48px 10px 32px;
  }
}
.modal__signup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .modal__signup__close {
    top: 8px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #individual_sign_up_container_root {
    width: 86vw;
  }
  .mv__panel #individual_sign_up_container_root {
    width: 92vw;
  }
}
.su_floating_container {
  width: 472px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(70, 67, 67, 0.2509803922);
  border-radius: 16px;
  text-align: left;
  padding: 16px 32px;
  max-width: 95%;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .su_floating_container {
    width: 95%;
    padding: 16px 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .su_floating_inner {
    width: 100%;
    margin: auto;
    padding: 48px 10px 32px;
  }
}
.su-form-wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .su-form-wrapper {
    max-width: 408px;
    margin: 0 auto;
    padding: 32px 0;
  }
}
.su-form-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.su-form-title-inner {
  text-align: center !important;
  font-weight: 700;
  color: #323232;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
}

.su-form-title-inner span {
  color: #2864f0;
}

.floatingSendStatusMessage {
  color: #2864f0;
  padding: 4px 10px;
  font-size: 12px;
  margin-top: 4px;
  border-radius: 0 0 4px 4px;
}

.floatingEmailInput_wrapper {
  position: relative;
}

.floatingEmailInput_mail_icon {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 22px;
  left: 12px;
  padding-right: 7px;
  border-right: 1px solid #ccc;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floatingEmailInput_mail_icon_svg {
  margin-top: -4px;
}

.floatingEmailInput_label {
  position: absolute;
  top: 30px;
  left: 56px;
  color: #8c8989;
  transition-property: top, font-size;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  padding: 2px 5px 6px;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}

.su-email-form:not(:-moz-placeholder) + .floatingEmailInput_label {
  top: 5px;
  font-size: 12px;
  -moz-transition-property: top, font-size, background-color;
  transition-property: top, font-size, background-color;
  background-color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.su-email-form:focus + .floatingEmailInput_label,
.su-email-form:not(:placeholder-shown) + .floatingEmailInput_label {
  top: 5px;
  font-size: 12px;
  transition-property: top, font-size, background-color;
  background-color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.su-email-form {
  width: 100%;
  height: 48px;
  padding: 10px 16px 10px 50px !important;
  margin-bottom: 8px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  line-height: normal;
  font-size: 16px;
  margin-top: 16px;
}

.su-email-form:focus {
  border-color: #2864f0;
}

.floatingEmailSubmitBtn {
  cursor: pointer;
  border-radius: 8px;
  margin: 8px auto 0;
  display: block;
  background-color: #2864f0;
  color: #fff;
  border: 2px solid #2864f0;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 1em;
  text-align: center;
  transition: all 0.2s;
  width: 100%;
}

.floatingEmailSubmitBtn:hover {
  background-color: #245ad6;
  border-color: #245ad6;
}

.sso-dsu-hero-area-separate {
  width: 80px;
  height: 1px;
  background-color: #ccc;
}

.sso-dsu-hero-area-separate-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #323232;
  margin-bottom: 8px;
  margin-top: 8px;
  text-align: center;
}

.floatingSignUpBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .floatingSignUpBox {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.floatingSignUpLink {
  width: 194px;
  height: 50px;
  text-decoration: none;
  line-height: 1.3;
}

.floatingSignUpLink_wrap {
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 8px;
  text-align: center;
  border: solid 1px #ccc;
  font-size: 16px;
  font-weight: 700;
  color: #2864f0;
}

@media screen and (max-width: 767px) {
  .floatingSignUpLink_wrap {
    padding: 8px;
  }
}
.floatingSignUpLink_wrap .google_logo, .floatingSignUpLink_wrap .microsoft_logo {
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floatingSignUpLink_wrap span {
  font-size: 16px;
}

.floatingSignUpLink_wrap span br {
  display: none;
}

.floatingSignUpLink:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.floatingSignUpLink:hover span {
  color: #245ad6;
  text-decoration: underline !important;
}

.floatingSignUpLink_inner {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.others-su {
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .others-su {
    margin-top: 32px;
  }
}
.others-su a {
  font-size: 14px;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  color: #1e46aa;
}

.others-su a:before {
  content: ">";
  position: absolute;
  top: 3px;
  right: -12px;
}

.sign_up_notice {
  text-align: left;
  line-height: 1.6;
}

.sign_up_notice p {
  color: #323232;
  margin-top: 24px;
}

.sign_up_notice a {
  color: #2864f0;
  text-decoration: underline;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .su_floating_container {
    margin: auto;
  }
  #registerForm > div > .launch-dsu-sso {
    width: unset;
  }
  #registerForm p a {
    color: #2864f0;
  }
  .floatingEmailInput_label {
    top: 31px;
    margin-bottom: unset;
    pointer-events: none;
  }
  .floatingGoogleSignUpLink_wrap {
    padding: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .floatingSignUpLink_wrap span br {
    display: block;
  }
}
/* モーダル内と同様の調整（右カラムでも同じ見た目にするため） */
.accounting-smb__signup__body .su_floating_container {
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  padding: 0px !important;
}

.pre-wrap {
  white-space: pre-wrap;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 21px solid #2864f0;
  border-bottom: 0;
  margin: 30px auto 15px;
}

.c-btn {
  border-radius: 5px;
  border-width: 1px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0;
  padding: 4px 20px;
}
.c-btn:last-child {
  margin-left: 20px;
}
@media (max-width: 743.98px) {
  .c-btn:last-child {
    margin-left: 0;
  }
}

.fix-btn {
  display: none;
}
@media (max-width: 743.98px) {
  .fix-btn {
    display: block;
  }
}

.box_btn {
  position: fixed;
  z-index: 100;
  bottom: -100px;
  right: 0;
  left: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, bottom 0.3s ease;
  display: block;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  visibility: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.box_btn.show {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.box_btn.show .cta__box .btn {
  padding: 7.5px 0;
}

@media (max-width: 743.98px) {
  .btn-bottom .cta__box {
    max-width: 85%;
    margin: 0 auto;
  }
}

.g-headerBtn .c-btn:first-child {
  margin-right: 0;
}

.step__img {
  position: relative;
  overflow: hidden;
}

.step__img video {
  width: 209px;
  height: 209px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin: 0 auto;
}

/* アイコンボタン（個別）の共通見た目 */
.step__video-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.25s ease, transform 0.1s ease;
  /* 初期は表示（SP想定）。PCは後段のメディアクエリで制御 */
  opacity: 1;
}

.step__video-icon:active {
  transform: scale(0.96);
}

.step__video-icon .icon {
  display: none;
  fill: #fff;
}

/* PC（769px以上）：ホバー時のみフェードイン表示 */
@media (min-width: 769px) {
  .step__video-icon {
    opacity: 0;
  }
  .step__img:hover .step__video-icon {
    opacity: 1;
  }
}
/* SP（768px以下）：常時表示（非表示化しない） */
@media (max-width: 768px) {
  .step__video-icon {
    opacity: 1;
  }
}
/* 全体トグル（文言ボタン：停止専用） */
.step__all-toggle {
  display: inline-block;
  margin-top: 36px;
  padding: 10px 18px;
  border: none;
  border-radius: 10px;
  background: #2864f0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease, filter 0.2s ease;
}

.step__all-toggle:hover {
  opacity: 0.9;
}

.step__all-toggle.is-disabled {
  filter: saturate(0.6) brightness(0.95);
  cursor: not-allowed;
}

/* アクセシビリティ用 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

.floatingEmailSubmitBtn {
  min-height: 48px;
}/*# sourceMappingURL=style.css.map */