@charset "UTF-8";
/*スマホ優先*/
/*
/+-------------------------------------------------------------------+
| 基本
*/
:root {
  font-size: 18px;
  line-height: 1.8;
  --red-color: #e40000;
  --yellowl-color: #fbff00;
  --dyellow-color: #ffd900;
  --black-color: #000;
  --gray-color: #7b7b7b;
  --blue-color: #2000db;
  --orange-color: #ff5500;
  --form-border: #000;
  --accent: #ffcaca;
  --radius: 8px;
  box-sizing: border-box;
  scroll-padding: 20px;
}

/* フォントファミリーの設定 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", "Meiryo", "Noto Sans CJK JP", sans-serif;
  font-weight: 600;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* 改行指定 不要な場合は削除 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

img {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 1128px) {
  img {
    width: auto;
    max-width: 100%;
  }
}

a,
button {
  cursor: pointer;
}

a[href^="tel:"] {
  text-decoration: none;
  color: var(--black-color);
}

.mb_s {
  margin-bottom: 15px;
}

.mb_m {
  margin-bottom: 30px;
}
@media screen and (min-width: 1128px) {
  .mb_m .mb_m {
    margin-bottom: 50px;
  }
}

.mb_b {
  margin-bottom: 60px;
}
@media screen and (min-width: 1128px) {
  .mb_b {
    margin-bottom: 80px;
  }
}

.mb_bb {
  margin-bottom: 80px;
}
@media screen and (min-width: 1128px) {
  .mb_bb {
    margin-bottom: 100px;
  }
}

.mb_sb {
  margin-bottom: 80px;
}
@media screen and (min-width: 1128px) {
  .mb_sb .mb_b {
    margin-bottom: 100px;
  }
}

.pd_sp {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .pd_sp {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.pd_sp_small {
  padding-left: 8px;
  padding-right: 8px;
}

.ta_c {
  text-align: center;
}

.fs_big {
  font-size: 140%;
}

.fs_small {
  font-size: 60%;
}

.fc_red {
  color: var(--red-color);
}

.bold {
  font-weight: bold;
}

.pc_only {
  display: none !important;
}
@media screen and (min-width: 1128px) {
  .pc_only {
    display: block !important;
  }
}

.pctab_only {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pctab_only {
    display: block !important;
  }
}

.sp_only {
  display: block !important;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 1128px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (min-width: 1128px) {
  .sptab_only {
    display: none;
  }
}

ul {
  margin-left: 0;
  padding-left: 0;
}
ul li {
  list-style: none;
}

.ta_c {
  text-align: center;
  margin-inline: auto;
}

@media screen and (min-width: 1128px) {
  img.maximg2 {
    height: auto;
    max-width: 2000px;
    width: 95dvw;
  }
}

img.maximg {
  height: auto;
  max-width: 100%;
}

.txt_normal {
  word-break: normal;
  overflow-wrap: normal;
}

/*
/+-------------------------------------------------------------------+
| その他ページ共通
*/
header {
  background: url(../img/sp/top_bg.webp), linear-gradient(250deg, #52b2df 24.65%, #175291 76.63%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 80px 8px 0 8px;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  header {
    background: url(../img/sp/top_tab_bg.webp), linear-gradient(250deg, #52b2df 24.65%, #175291 76.63%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1128px) {
  header {
    margin-bottom: 20px;
    background: url(../img/top_img_bg.webp), linear-gradient(250deg, #52b2df 24.65%, #175291 76.63%);
    background-repeat: no-repeat;
    background-position: calc(50% + 60px) center, center center;
    background-size: auto 100%;
    position: relative;
    padding: 70px 10px 60px 10px;
  }
}
header h1.logo {
  padding: 16px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
header h1.logo img {
  width: 80dvw;
  max-width: 427px;
  margin: inherit;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  header h1.logo img {
    width: 400px;
  }
}
header h1.logo p {
  font-size: clamp(16px, 3.5dvw, 20px);
  color: #fff;
}
header .top_img_txt {
  padding: 30px 8px;
}
@media screen and (min-width: 1128px) {
  header .top_img_txt {
    width: 1128px;
    margin-inline: auto;
  }
  header .top_img_txt img {
    margin-left: inherit;
    margin-right: inherit;
  }
}

.top_kangen {
  margin-bottom: 30px;
  margin-top: 0px;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .top_kangen {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1128px) {
  .top_kangen {
    margin-bottom: 60px;
  }
}

/* トップのフォーム */
.top_form_wrap {
  margin: 0 auto;
  max-width: 600px;
  padding: 16px 16px 32px;
}
@media screen and (min-width: 1128px) {
  .top_form_wrap {
    max-width: 432px;
    position: absolute;
    right: calc(50% - 552px);
    bottom: 30px;
    padding: 0;
  }
}
.top_form_wrap .top_form_wrap_t {
  position: relative;
  display: flex;
  font-size: clamp(15px, 2vw, 18px);
  background-color: var(--red-color);
  color: #fff;
  line-height: 1.2;
  padding: 16px 8px 16px 32dvw;
}
.top_form_wrap .top_form_wrap_t img {
  width: 30dvw;
  max-width: 163px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .top_form_wrap .top_form_wrap_t {
    padding: 16px 16px 16px 173px;
  }
}
@media screen and (min-width: 1128px) {
  .top_form_wrap .top_form_wrap_t {
    padding: 16px 16px 16px 173px;
  }
}
.top_form_wrap .top_form_radio-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 16px;
}
@media screen and (min-width: 1128px) {
  .top_form_wrap .top_form_radio-list {
    padding: 32px 15px;
  }
}
.top_form_wrap .top_form_card {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--form-border);
  border-radius: 10px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.04s ease;
}
@media screen and (min-width: 1128px) {
  .top_form_wrap .top_form_card {
    width: 316px;
    margin-inline: auto;
    padding: 10px;
  }
}
.top_form_wrap .top_form_cardd:hover {
  transform: translateY(-1px);
}
.top_form_wrap .top_form_card:focus-visible {
  outline: 3px solid var(--red-color);
  outline-offset: 2px;
}
.top_form_wrap .top_form_card:active {
  transform: translateY(0) scale(0.998);
}
.top_form_wrap .main {
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(14px, 5vw, 20px);
  white-space: nowrap;
  display: block;
  margin-right: 5px;
}
@media screen and (min-width: 1128px) {
  .top_form_wrap .main {
    font-size: 20px;
  }
}
.top_form_wrap .badge {
  font-weight: 800;
  font-size: clamp(13px, 1vw, 20px);
  color: #fff;
  background: var(--red-color);
  padding: 0.45em 0.8em;
  border-radius: 10px;
  white-space: nowrap;
  display: block;
}
@media screen and (min-width: 1128px) {
  .top_form_wrap .badge {
    font-size: 15px;
  }
}

/* スピード診断 */
.m_form_top {
  background: var(--yellowl-color);
  /* border: 5px solid var(--red-color); ←削除 */
  width: 87dvw;
  max-width: 600px;
  margin: 16px auto 0 auto;
  padding: 8px 16px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  /* 線アニメ用のカスタムプロパティ */
  --stroke-color: var(--red-color);
  --stroke: 5px;
  --inset: 0px;
}

.stroke .border {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

/* 横線 */
.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% - var(--inset) * 2);
  left: var(--inset);
}

.stroke .border.top {
  top: var(--inset);
  border-top: var(--stroke) solid var(--stroke-color);
}

.stroke .border.bottom {
  bottom: var(--inset);
  border-bottom: var(--stroke) solid var(--stroke-color);
}

/* 縦線 */
.stroke .border.right,
.stroke .border.left {
  height: calc(100% - var(--inset) * 2);
  top: var(--inset);
}

.stroke .border.right {
  right: var(--inset);
  border-right: var(--stroke) solid var(--stroke-color);
}

.stroke .border.left {
  left: var(--inset);
  border-left: var(--stroke) solid var(--stroke-color);
}

/* 再生トリガー */
.stroke.is-animated .border {
  opacity: 1;
}

.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - var(--inset) * 2);
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - var(--inset) * 2);
    opacity: 1;
  }
}
.m_form_wrap {
  background: url(../img/pattern.png) repeat;
  padding: 32px 16px 32px 16px;
  position: relative;
  /* 1) 法人ですか？ */
  /* キーボード操作用の見た目（任意） */
  /* 2) 金額 */
  /* 3) 期限（ラジオをボタン風に） */
  /* チェック時の見た目 */
  /* キーボードフォーカスの見た目（任意） */
  /* 入力自体は見えないように（tabは当たる） */
  /* 送信ボタン */
  /* 必須の不備が1つでもあればグレーのまま */
  /* 必須が全部OKなら緑に */
  /* OK状態のときだけ矢印をスライドさせる等の演出 */
}
@media screen and (min-width: 1128px) {
  .m_form_wrap {
    margin-bottom: 60px;
  }
}
.m_form_wrap .m_form_wrapin {
  max-width: 1128px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10dvw 16px 32px;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .m_form_wrapin {
    padding: 80px 32px 32px;
  }
}
.m_form_wrap .mf_cards {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .mf_cards {
    grid-template-columns: 27% 27% 1fr;
  }
}
.m_form_wrap .mf_card {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .mf_card {
    grid-template-columns: 1fr;
  }
}
.m_form_wrap .mf_card > legend {
  margin: 0;
  padding: 10px;
  line-height: 1.3;
  background: #444;
  color: #fff;
  font-weight: 900;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .mf_card > legend {
    height: 110px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    font-size: 25px;
  }
}
.m_form_wrap .mf_card .note {
  display: block;
  font-weight: 500;
  font-size: clamp(12px, 1.4vw, 14px);
  opacity: 0.9;
  margin-top: 0;
}
.m_form_wrap .mf_card__body {
  padding: 16px 8px;
  background: #e5e3e3;
  height: 100%;
  display: grid;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .mf_card__body {
    min-height: 160px;
    align-content: center;
    justify-content: center;
    padding: 8px;
  }
}
.m_form_wrap .check {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.m_form_wrap .check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; /* 見えないけどフォーカスは当たる */
}
.m_form_wrap .check .box {
  width: 48px;
  height: 48px;
  background: var(--accent);
  border: 1px solid var(--form-border);
  border-radius: 6px;
  display: inline-block;
  position: relative;
}
.m_form_wrap .check input:checked + .box::after {
  content: "";
  position: absolute;
  inset: 10% 12%; /* 余白の調整 */
  background: var(--red-color);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path d="M6.3 13.4L0.9 8l1.4-1.4 4.0 4.0L15.7 1.2l1.4 1.4z" fill="black"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 14"><path d="M6.3 13.4L0.9 8l1.4-1.4 4.0 4.0L15.7 1.2l1.4 1.4z" fill="black"/></svg>') center/contain no-repeat;
}
.m_form_wrap .check input:focus-visible + .box {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}
.m_form_wrap .check .label-yes {
  font-weight: 900;
  font-size: clamp(20px, 3.2vw, 28px);
  letter-spacing: 0.02em;
}
.m_form_wrap .amount-row {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 70% 1fr;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .amount-row {
    grid-template-columns: 200px 1fr;
  }
}
.m_form_wrap .amount-input {
  background: var(--accent);
  border: 1px solid var(--form-border);
  border-radius: 6px;
  padding: 16px 8px;
  font-size: clamp(18px, 2.2vw, 24px);
  width: min(460px, 100%);
  outline: none;
}
.m_form_wrap .amount-input:focus {
  box-shadow: 0 0 0 3px rgba(43, 124, 255, 0.15);
}
.m_form_wrap .unit {
  font-weight: 900;
  font-size: 16px;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .unit {
    font-size: 20px;
  }
}
.m_form_wrap .help {
  border: 1px solid var(--yellowl-color);
  color: var(--yellowl-color);
  place-items: center;
  line-height: 1;
  font-size: 14px;
  background: transparent;
  display: inline-block;
  border-radius: 3px;
  max-width: 150px;
  margin-inline: auto;
  margin-top: 4px;
  padding: 5px 3px;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .help {
    font-size: 16px;
    max-width: 200px;
  }
}
.m_form_wrap .choice-grid {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .choice-grid {
    grid-template-columns: 200px 200px;
    font-size: 20px;
  }
}
.m_form_wrap .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.m_form_wrap .choice {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--form-border);
  border-radius: 8px;
  background: #fff;
  padding: 8px;
  text-align: center;
  font-weight: 900;
  font-size: clamp(16px, 2.1vw, 22px);
  cursor: pointer;
  transition: transform 0.03s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .choice {
    padding: 12px 8px;
  }
}
.m_form_wrap .choice:has(> input[type=radio]:checked) {
  box-shadow: 0 0 0 4px rgba(43, 124, 255, 0.15) inset;
  border-color: #9aa6ff;
  background-color: var(--blue-color);
  color: #fff;
}
.m_form_wrap .choice:has(> input[type=radio]:focus-visible) {
  outline: 3px solid var(--focus, #6aa8ff);
  outline-offset: 3px;
}
.m_form_wrap .choice > input[type=radio] {
  position: absolute;
  opacity: 0;
  inset: 0; /* ラベル全体でクリック可 */
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.m_form_wrap .form-actions {
  max-width: 1200px;
  margin: 26px auto 0;
  display: flex;
  justify-content: flex-end;
}
.m_form_wrap .btn-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #959595;
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  font-size: clamp(28px, 4.5vw, 32px);
  width: 80dvw;
  max-width: 432px;
  margin-inline: auto;
  transition: background-color 0.2s ease, filter 0.2s ease, transform 0.2s ease;
  cursor: not-allowed;
  box-shadow: 3px 5px 0 0 rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .btn-submit {
    letter-spacing: 2px;
  }
}
.m_form_wrap .btn-submit:hover {
  filter: brightness(1.05);
}
.m_form_wrap .btn-submit:focus-visible {
  outline: 3px solid var(--orange-color);
  outline-offset: 3px;
}
.m_form_wrap .btn-submit::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  line-height: 1;
  background: url(../img/arrow.png) no-repeat center;
  width: 18px;
  height: 23px;
  background-size: contain;
  transform: translateX(0);
}
@media screen and (min-width: 1128px) {
  .m_form_wrap .btn-submit::after {
    width: 25px;
  }
}
.m_form_wrap form:has(:required:invalid) .btn-submit {
  background: #959595;
  cursor: not-allowed;
}
.m_form_wrap form:not(:has(:required:invalid)) .btn-submit {
  background: rgba(1, 190, 67, 0.9411764706);
  cursor: pointer;
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-12px);
  }
}
.m_form_wrap form:not(:has(:required:invalid)) .btn-submit:hover::after {
  transform: translateX(6px);
}

.m_form_btm_pc {
  display: grid;
  grid-template-columns: 149px 1fr;
  width: 1128px;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 80px;
}
.m_form_btm_pc .m_form_btm_pc_tel {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}
.m_form_btm_pc .m_form_btm_pc_telno {
  font-size: 86px;
  line-height: 1;
  margin-left: 10px;
}
.m_form_btm_pc .m_form_btm_pc_telno::before {
  content: "";
  display: inline-block;
  background: url(../img/form_tel_0.png) no-repeat center;
  width: 71px;
  height: 71px;
  margin-right: 6px;
}
.m_form_btm_pc .m_form_btm_pc_btn {
  display: grid;
  grid-template-columns: 454px 454px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.m_form_btm_pc .m_form_btm_pc_btn li {
  width: 353px;
}
.m_form_btm_pc .m_form_btm_pc_mail a,
.m_form_btm_pc .m_form_btm_pc_line a {
  background: #ff5500;
  width: 454px;
  display: block;
  height: 110px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
}
.m_form_btm_pc .m_form_btm_pc_line a {
  background: #06c755;
}

.m_form_btm_sp {
  margin-top: 16px;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.m_form_btm_sp .m_form_btm_sp_tel {
  display: block;
  background: var(--red-color);
  border-radius: var(--radius);
  padding: 12px 8px;
  text-align: center;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.m_form_btm_sp .m_form_btm_sp_tel .m_form_btm_sp_telno {
  font-size: 12px;
  color: #fff;
  display: flex;
  margin-top: 6px;
  justify-content: center;
}
.m_form_btm_sp .m_form_btm_sp_tel .m_form_btm_sp_telno::before {
  content: "";
  display: inline-block;
  background: url(../img/sp/form_tel_0.png) no-repeat center;
  width: 16dvw;
  max-width: 71px;
  aspect-ratio: 1/1;
  margin-right: 2dvw;
  vertical-align: middle;
  background-size: contain;
}
.m_form_btm_sp .m_form_btm_sp_tel .m_form_btm_sp_telno .oswald {
  font-size: clamp(14px, 11dvw, 80px);
  color: var(--yellowl-color);
  line-height: 1;
}
.m_form_btm_sp .m_form_btm_sp_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 16px;
}
.m_form_btm_sp .m_form_btm_sp_btn li {
  width: 100%;
}
.m_form_btm_sp .m_form_btm_sp_mail a,
.m_form_btm_sp .m_form_btm_sp_line a {
  background: #f50;
  border-radius: var(--radius);
  padding: 18px 6px;
  display: block;
}
.m_form_btm_sp .m_form_btm_sp_line a {
  background: #06c755;
}

/* ファクタープランとは */
main {
  overflow-x: hidden;
  overflow-y: hidden;
}

.factor_hayai {
  background: linear-gradient(90deg, var(--blue, #2000db) 0%, #000 100%);
  padding: 16px;
  height: 30dvw;
  margin-top: 3dvw;
  margin-bottom: 32px;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .factor_hayai {
    margin-top: 20px;
    height: 200px;
  }
}
@media screen and (min-width: 1128px) {
  .factor_hayai {
    height: auto;
    margin-top: 0;
    padding: 20px;
  }
}
.factor_hayai img {
  position: relative;
  top: -10dvw;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .factor_hayai img {
    top: -50px;
  }
}
@media screen and (min-width: 1128px) {
  .factor_hayai img {
    position: inherit;
    top: 0;
  }
}

.factor_yasui {
  background: linear-gradient(90deg, var(--red, #e40000) 0%, #000 100%);
  height: 30dvw;
  margin-top: 3dvw;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .factor_yasui {
    height: 200px;
  }
}
@media screen and (min-width: 1128px) {
  .factor_yasui {
    height: auto;
    margin-top: 0;
    padding: 10px;
  }
}
.factor_yasui img {
  position: absolute;
  bottom: 0;
  height: 31dvw;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .factor_yasui img {
    height: 200px;
    position: inherit;
    transform: none;
  }
}
@media screen and (min-width: 1128px) {
  .factor_yasui img {
    position: inherit;
    top: 0;
    height: auto;
    transform: none;
  }
}

/* 支持される理由 */
.siji_s_wrap {
  /* 調整用カスタムプロパティ */
  --gap: 16px;
  --marquee-duration: 30s; /* SP横スクロール速度 */
  --marquee-duration-pc: 24s; /* PC縦スクロール速度 */
  background: var(--blue-color);
  padding: 16px 0;
  /* 見出し画像（右側のコピー） */
  /* ===== 無限スクロール帯 ===== */
  /* スクロールさせる実体（クローン2本を束ねる） */
  /* 1本分のリスト */
}
@media screen and (min-width: 1128px) {
  .siji_s_wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 24px;
    padding: 0;
    justify-content: center;
  }
}
.siji_s_wrap .siji_copy {
  display: block;
  max-width: min(720px, 100%);
  margin: 16px auto 32px;
}
@media screen and (min-width: 1128px) {
  .siji_s_wrap .siji_copy {
    margin: 0;
  }
  .siji_s_wrap .siji_copy img {
    padding: 64px 0;
  }
}
.siji_s_wrap .siji_scroller {
  position: relative;
  overflow: hidden;
  /* SPは左右フェード 
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);*/
}
@media screen and (min-width: 1128px) {
  .siji_s_wrap .siji_scroller {
    width: min(720px, 48vw);
    max-height: 780px; /* デザインに合わせて調整 */
    /* PCは上下フェード 
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);*/
  }
}
.siji_s_wrap .siji_track {
  display: flex;
  gap: 16px;
  width: -moz-max-content;
  width: max-content; /* 横方向は内容幅ぶん */
  animation: marquee-x var(--marquee-duration) linear infinite;
}
@media screen and (min-width: 1128px) {
  .siji_s_wrap .siji_track {
    flex-direction: column;
    width: auto; /* 縦方向は幅自動 */
    animation: marquee-y-down var(--marquee-duration-pc) linear infinite;
  }
}
.siji_s_wrap .siji_list {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1128px) {
  .siji_s_wrap .siji_list {
    flex-direction: column; /* PCは縦積み */
    margin-bottom: 0;
  }
}
.siji_s_wrap .siji_list > li {
  flex: 0 0 auto;
}
@media screen and (min-width: 1128px) {
  .siji_s_wrap .siji_list > li {
    width: 100%;
  }
}
.siji_s_wrap .siji_list picture,
.siji_s_wrap .siji_list img {
  display: block;
  height: auto;
  max-width: 100%; /* SP横並びで伸び過ぎない */
  border-radius: 12px;
  width: 70dvw;
}
@media screen and (min-width: 1128px) {
  .siji_s_wrap .siji_list picture,
  .siji_s_wrap .siji_list img {
    width: 100%; /* PC縦1列では幅を揃える */
  }
}

/* ===== アニメーション ===== */
/* SP：左方向へ（2本中の半分＝50%だけ動かすと継ぎ目ゼロ） */
@keyframes marquee-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* PC：上→下に流れて見える */
@keyframes marquee-y-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
/* 動きが苦手な人への配慮 */
@media (prefers-reduced-motion: reduce) {
  .siji_track {
    animation: none !important;
  }
}
.shivering {
  animation: shivering 2s linear infinite;
}

/* shivering */
@keyframes shivering {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-13deg);
  }
  20% {
    transform: rotateZ(8deg);
  }
  25% {
    transform: rotateZ(-8deg);
  }
  30% {
    transform: rotateZ(4deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
/* 支持される理由２ */
.siji_n_wrap {
  background: #005dde;
  padding: 64px 16px;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .siji_n_wrap {
    padding: 87px 0;
  }
}
.siji_n_wrap .siji_n_up {
  margin-bottom: 32px;
}
@media screen and (min-width: 1128px) {
  .siji_n_wrap .siji_n_up {
    display: grid;
    grid-template-columns: 450px 1fr;
    justify-content: center;
    width: min(1128px, 100%);
    margin-inline: auto;
    margin-bottom: 64px;
  }
}

/* 支持される理由２ 画像 */
.flip {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /* 調整用 */
  --dur: 12s;
  --ease: ease-in-out;
  --tilt: 3deg;
}

.flip_list {
  /* ←これで親高さが潰れません（子を同じセルに重ねる） */
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flip_list > li {
  grid-area: 1/1; /* 全スライドを重ねる */
  opacity: 0;
  transform: perspective(1200px) rotateY(-1deg) scale(1.012);
  will-change: opacity, transform;
  /* 変数が未設定でも動くフォールバック値を付ける */
  animation: flipFade var(--dur, 12s) var(--ease, ease-in-out) infinite;
  animation-delay: calc(var(--i, 0) * var(--dur, 12s) / var(--n, 1));
}

.flip_list picture,
.flip_list img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  margin-inline: auto;
  margin-bottom: 32px;
}

/* アニメの中身 */
@keyframes flipFade {
  0% {
    opacity: 0;
    transform: perspective(1200px) rotateY(-var(--tilt)) scale(1.012);
  }
  6% {
    opacity: 1;
    transform: perspective(1200px) rotateY(0) scale(1);
  }
  6%, 28% {
    opacity: 1;
    transform: perspective(1200px) rotateY(0) scale(1);
  }
  34% {
    opacity: 0;
    transform: perspective(1200px) rotateY(var(--tilt)) scale(1.012);
  }
  34.001%, 100% {
    opacity: 0;
  }
}
/* モーション弱め設定の人向け（静止） */
@media (prefers-reduced-motion: reduce) {
  .flip_list > li {
    animation: none !important;
    opacity: 0;
  }
  .flip_list > li:first-child {
    opacity: 1;
  }
}
/*　例 */
.rei_t {
  background: var(--black-color);
  padding: 0 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 1128px) {
  .rei_t {
    padding: 16px 0 0 0;
  }
}

.rei_t2 {
  background-color: #436fcf;
  color: #fff;
  text-align: center;
  font-size: clamp(26px, 6dvw, 37px);
  line-height: 1.2;
  padding: 16px 8px;
}
@media screen and (min-width: 1128px) {
  .rei_t2 {
    padding: 32px 0;
  }
}
.rei_t2 span {
  display: block;
  font-size: 80%;
}
@media screen and (min-width: 1128px) {
  .rei_t2 span {
    display: inline-block;
    margin-left: 15px;
  }
}

.rei_hsan {
  background: #d2d1e2;
  padding: 16px 16px 32px 16px;
}
@media screen and (min-width: 1128px) {
  .rei_hsan {
    display: grid;
    grid-template-columns: 200px 696px;
    padding: 32px 32px 48px 32px;
    justify-content: center;
    gap: 32px;
  }
}
.rei_hsan img {
  width: 70dvw;
  max-width: 180px;
}
.rei_hsan dl {
  background: #fff;
  padding: 16px;
}
@media screen and (min-width: 1128px) {
  .rei_hsan dl {
    display: grid;
    grid-template-columns: 250px 1fr;
    padding: 16px 32px;
  }
}
.rei_hsan dl dt {
  font-size: 20px;
  margin-bottom: 8px;
  padding-top: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 1128px) {
  .rei_hsan dl dt {
    border-bottom: 1px solid var(--black-color);
    padding-top: 16px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1128px) and (min-width: 1128px) {
  .rei_hsan dl dt:last-of-type {
    border: none;
  }
}
.rei_hsan dl dd {
  border-bottom: 1px solid var(--black-color);
  padding-bottom: 16px;
  color: var(--gray-color);
}
.rei_hsan dl dd:last-child {
  border: none;
}
@media screen and (min-width: 1128px) {
  .rei_hsan dl dd {
    padding: 16px 0 16px 16px;
  }
}

/* ファクタリングとは */
.toha_list {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1128px) {
  .toha_list {
    max-width: 1128px;
  }
}
.toha_list li:first-child {
  margin-bottom: 32px;
}
@media screen and (min-width: 1128px) {
  .toha_list li {
    display: grid;
    grid-template-columns: 435px 552px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 1128px) {
  .toha_list img {
    margin-inline: inherit;
  }
}

/* わからないこと */
.wakara_t {
  background: var(--black-color);
  padding: 32px;
}

@media screen and (min-width: 1128px) {
  .wakara_in {
    margin-top: -40px;
  }
}

/* リピート吹き出し */
.repeat_hukidasi {
  background: var(--Linear, linear-gradient(180deg, #f50 0%, #f00 100%));
  padding: 16px;
}

/*　他社 */
.hoka_t {
  background: var(--black-color);
  padding: 16px;
}

.hoka_t2 {
  background: var(--blue-color);
  padding: 16px;
}

/* 声 */
.voice_wrap {
  background: #eaeaea;
  padding: 32px 0;
}
@media screen and (min-width: 1128px) {
  .voice_wrap {
    padding: 64px 0;
  }
}

.voice_list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
  padding: 0;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 15dvw;
}
.voice_list li {
  flex: 0 0 70dvw;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  max-width: 480px;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
.voice_list li img {
  display: block;
  width: 100%;
  height: auto;
}
.voice_list .voice_who {
  padding: 10px 0;
}
.voice_list .voice_list_yen {
  position: relative;
  top: 40px;
}
.voice_list .voice_list_yen img {
  width: 30dvw;
  max-width: 146px;
  height: auto;
}
.voice_list .voice_b {
  background-color: var(--black-color);
  padding: 10px;
  color: #fff;
}
.voice_list .voice_b span {
  color: var(--dyellow-color);
  font-size: 90%;
}
.voice_list .voice_a {
  background-color: var(--red-color);
  padding: 0 10px 10px;
  color: #fff;
  margin-bottom: 16px;
}
.voice_list .voice_a span {
  color: var(--dyellow-color);
  font-size: 90%;
}
.voice_list .voice_a_in {
  margin-top: -20px;
}
.voice_list .voice_txt {
  font-size: 16px;
  line-height: 160%;
  word-break: normal;
  overflow-wrap: normal;
}

@media screen and (min-width:600px) and (max-width:1127px) {
  .voice_list {
    --gap: 24px;
    --pad: 16px;
    --visible: 3.15;
    gap: var(--gap);
    padding-inline: var(--pad);
    scroll-padding-inline: var(--pad);
  }
  .voice_list li {
    flex: 0 0 calc((100% - 2 * var(--pad) - (var(--visible) - 1) * var(--gap)) / var(--visible));
    max-width: none;
    scroll-snap-align: center;
  }
}
@media screen and (min-width: 1128px) {
  .voice_list {
    --gap: 24px;
    --pad: 24px;
    --visible: 4.1;
    gap: var(--gap);
    padding-inline: var(--pad);
    scroll-padding-inline: var(--pad);
  }
  .voice_list li {
    flex: 0 0 calc((100% - 2 * var(--pad) - (var(--visible) - 1) * var(--gap)) / var(--visible));
    max-width: none;
    font-size: 23px;
    scroll-snap-align: center;
  }
}
/* ワイズについて */
.about_com h3.oswald {
  color: #adadad;
  font-size: 10dvw;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width: 1128px) {
  .about_com h3.oswald {
    font-size: 46px;
  }
}
.about_com h2 {
  font-size: 7dvw;
  line-height: 1;
}
@media screen and (min-width: 1128px) {
  .about_com h2 {
    font-size: 29px;
  }
}
.about_com p {
  font-size: 17px;
  line-height: 200%;
}
.about_com .name {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}
.about_com .name img {
  width: 150px;
  margin-right: inherit;
  margin-left: inherit;
  margin-top: 20px;
}
@media screen and (min-width: 1128px) {
  .about_com .name img {
    width: 196px;
  }
}

.about_mes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  max-width: 1128px;
  margin-inline: auto;
}
@media screen and (min-width: 1128px) {
  .about_mes {
    display: grid;
    grid-template-columns: 538px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.triangle_black,
.triangle_orange {
  width: 40px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: var(--black-color);
  margin-inline: auto;
  margin-top: -2px;
}

.triangle_orange {
  background: #ff0001;
  width: 60px;
  position: relative;
  z-index: 4;
}

/*ポップアップ*/
/* オーバーレイ（共通） */
.popup-overlay[aria-hidden=true] {
  display: none;
}

.popup-overlay[aria-hidden=false] {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* カード */
.popup-card {
  background: #fff;
  color: #111;
  border-radius: 12px;
  width: min(90vw, 420px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.popup-title {
  margin: 0;
  padding: 16px 20px;
  font-size: 25px;
  font-weight: 700;
  background: #000;
  color: #fff;
  text-align: center;
}

.popup-body {
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.popup-actions {
  padding: 12px 20px 20px;
  display: flex;
  justify-content: center;
}

.btn-primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 18px;
  font-weight: 700;
  color: #fff;
  background: #007bff;
}

.btn-primary:focus-visible {
  outline: 3px solid #58a7ff;
  outline-offset: 2px;
}

/* 上下左右アニメーション */
:root {
  --reveal-duration: 1s;
  --reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --reveal-distance: 50px; /* 既定の移動距離 */
}

/* 初期状態（共通） */
[data-reveal] {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition: transform var(--reveal-duration) var(--reveal-ease), opacity var(--reveal-duration) var(--reveal-ease);
  transition-delay: var(--delay, 0s);
  will-change: transform, opacity;
}

/* 方向ごとの初期差分 */
[data-reveal=up] {
  transform: translateY(var(--reveal-distance));
}

[data-reveal=down] {
  transform: translateY(calc(-1 * var(--reveal-distance)));
}

[data-reveal=left] {
  transform: translateX(var(--reveal-distance));
}

[data-reveal=right] {
  transform: translateX(calc(-1 * var(--reveal-distance)));
}

[data-reveal=fade] {
  transform: none;
}

/* 表示状態 */
[data-reveal].is-inview {
  opacity: 1;
  transform: none;
}

/* アニメ控えめ派には即表示 */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    transition: none;
  }
  [data-reveal].is-inview {
    opacity: 1;
    transform: none;
  }
}
.zoomFade {
  animation: zoomFade 2s ease-in-out infinite;
}

/* zoomFade */
@keyframes zoomFade {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
footer {
  background: var(--black-color);
  color: #fff;
  padding: 80px 16px;
  margin-top: 80px;
}
footer .footer_logo img {
  max-width: 300px;
}
@media screen and (min-width: 1128px) {
  footer .footer_logo img {
    max-width: 500px;
  }
}
footer .footer_wrap {
  max-width: 550px;
  margin-inline: auto;
}
footer dl {
  font-size: 16px;
}
@media screen and (min-width: 1128px) {
  footer dl {
    display: grid;
    -moz-column-gap: 16px;
         column-gap: 16px;
    grid-template-columns: 100px 1fr;
  }
}
footer dl dt {
  font-size: 120%;
}
footer dl dd {
  margin-bottom: 16px;
}

.copy {
  background-color: #444;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/*
/+-------------------------------------------------------------------+
| フォローするボタン
*/
.f_pc {
  background-color: var(--black-color);
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #fff;
  z-index: 10;
}

.f_pc_txt {
  margin-right: 10px;
}

.f_pc_wrap {
  max-width: 1128px;
  margin-inline: auto;
  display: flex;
  padding: 8px;
  align-items: center;
}

.f_pc_tel {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  line-height: 1;
}
.f_pc_tel .oswald {
  font-size: 52px;
}

.f_pc_teltime {
  font-size: 15px;
  text-align: center;
}

.f_pc_mailline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-left: 20px;
}

.f_pc_mail a,
.f_pc_line a {
  background: #ff0004;
  border-radius: var(--radius);
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 145px;
}

.f_pc_line a {
  background: #009c31;
}

/*
/+-------------------------------------------------------------------+
| フォローSP
*/
.f_sp {
  position: fixed;
  bottom: 4px;
  width: 98dvw;
  left: 1dvw;
  z-index: 10;
}
@media screen and (min-width:600px) and (max-width:1127px) {
  .f_sp {
    width: 400px;
    bottom: 0;
    right: calc(50% - 200px);
    border: 1px solid #fff;
    border-radius: 5px;
  }
}

.f_sp_txt {
  background: var(--dyellow-color);
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
}

.f_sp_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: var(--black-color);
  padding: 10px 0;
  border-radius: 0px 0px 5px 5px;
}
.f_sp_list li a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #fff;
}
.f_sp_list li a img {
  max-width: 100px;
}
.f_sp_list li:last-child a {
  border: none;
}

/*
POPUP
*/
:root {
  --overlay: rgba(0, 0, 0, 0.5);
  --card-bg: #fff;
  --card-radius: 16px;
  --card-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

body.modal-open {
  overflow: hidden;
}

.popup_wrap {
  background: #fff;
  position: relative;
  padding: 8px;
  max-width: 500px;
}
@media screen and (min-width: 1128px) {
  .popup_wrap {
    padding: 20px;
  }
}

.popup_hukidasi {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.popup_hukidasi img {
  max-width: inherit;
  width: 70dvw;
}
@media screen and (min-width: 1128px) {
  .popup_hukidasi img {
    width: inherit;
  }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: var(--overlay);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}

.popup-overlay[aria-hidden=false] {
  display: flex;
}

.popup-card {
  background: var(--card-bg);
  width: min(680px, 100%);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.popup-overlay[aria-hidden=false] .popup-card {
  transform: translateY(0);
  opacity: 1;
}

/*
.popup-head {
    padding: 18px 20px;
    background: #f6f8ff;
    border-bottom: 1px solid #e8ecff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.popup-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
}
.popup-body {
    padding: 20px;
    line-height: 1.7;
    color: #333;
}
    */
.popup-actions {
  display: flex;
  gap: 10px;
  padding: 0 20px 20px;
  flex-wrap: wrap;
}
.popup-actions a {
  min-width: 60%;
}

.popup-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 999px;
  flex: 1 1 auto;
  min-width: 0;
  text-decoration: none;
  text-align: center;
}

.btn-primary {
  background: var(--blue-color);
  color: #fff;
}

.btn-ghost {
  background: #f3f3f3;
  color: #333;
  font-size: 80%;
}

.popup-close-x {
  margin-left: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 6px 8px;
  color: var(--black-color);
  position: absolute;
  right: -20px;
  top: -20px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid black;
}

/*
/+-------------------------------------------------------------------+
| たまにスクロールしない問題
*/
/* ふだんは何もしない */
html,
body {
  overflow: auto;
  position: static;
}

/* モーダル表示中だけスクロール停止 */
.modal-open {
  overflow: hidden;
  touch-action: none;
}

/* オーバーレイ：表示/非表示を属性で切替（デバッグ用pointer-eventsは使わない） */
.popup-overlay[aria-hidden=true] {
  display: none;
}

.popup-overlay[aria-hidden=false] {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* 100vh罠の回避：まずは svh/dvh を優先し、未対応のみ --vh にフォールバック */
.hero,
.full-viewport {
  min-height: 100svh;
  height: auto;
}

@supports (height: 100dvh) {
  .hero,
  .full-viewport {
    min-height: 100dvh;
  }
}
/* --vh フォールバックを併用したいとき（古いWebKit対策） */
.has-vh-fallback .hero,
.has-vh-fallback .full-viewport {
  min-height: calc(var(--vh, 1svh) * 100);
}/*# sourceMappingURL=style.css.map */