@charset "UTF-8";
/*--------------------
　ルート設定
--------------------*/
html {
  font-feature-settings: "palt" 1;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-family: "Roboto", "新ゴ R", 游ゴシック, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #333;
}

/*--------------------
　可変フォント設定
--------------------*/
.headline2 {
  font-size: clamp(32px, 32px + (44 - 32) * (100vw - 768px) / (1280 - 768), 44px);
  line-height: 1.2;
  font-family: "Roboto", "新ゴ DB";
  word-break: keep-all;
  overflow-wrap: break-word;
  font-variation-settings: "wght" 700;
}

.headline2sub {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 768px) / (1280 - 768), 20px);
  line-height: 1;
  font-family: "Roboto";
  font-weight: 700;
  font-variation-settings: "wght" 700;
  background: linear-gradient(to right, #1B67D8 0%, #1B67D8 50%, #1ED350 50%, #1ED350 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headline3 {
  font-size: clamp(28px, 28px + (32 - 28) * (100vw - 768px) / (1280 - 768), 32px);
  line-height: 1.3;
  font-family: "Roboto", "新ゴ M";
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.headline3:after {
  content: " ";
  display: block;
  width: 44px;
  height: 4px;
  background: linear-gradient(to right, #1B67D8 0%, #1B67D8 50%, #1ED350 50%, #1ED350 100%);
  margin-top: 8px;
}

.headline4 {
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 768px) / (1280 - 768), 24px);
  line-height: 1.3;
  font-family: "Roboto", "新ゴ M";
  font-variation-settings: "wght" 600;
}

p {
  font-size: clamp(16px, 16px + (19 - 16) * (100vw - 768px) / (1280 - 768), 19px);
  line-height: 1.6;
  font-family: "Roboto", sans-serif, "新ゴ R";
}

.sup {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 768px) / (1280 - 768), 16px);
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  font-family: "Roboto", "新ゴ L";
}

.sup2 {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 768px) / (1280 - 768), 16px);
  line-height: 1.6;
  padding-left: 2em;
  text-indent: -2em;
  font-family: "Roboto", "新ゴ L";
}

.foot {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 768px) / (1280 - 768), 16px);
  line-height: 1.6;
  padding-left: 2em;
  text-indent: -2em;
  font-family: "Roboto", "新ゴ L";
}

sup {
  vertical-align: top;
  font-size: 0.5em;
}

/*--------------------
　レスポンシブレイアウト設定@pc
--------------------*/
.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin-inline: auto;
}

.screen--widefull {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.screen--widefit {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.screen--widefitright {
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: calc(50vw - 50%);
}

.screen--widefitleft {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 0;
}

.screen--wideright {
  margin-right: calc(50% - 50vw);
}

.screen--wideleft {
  padding: 20px;
  margin-left: calc(50% - 50vw);
}

/*--------------------
.u- ユーティリティ（ページ内共通クラス）
--------------------*/
.u-pc {
  display: block;
}

.u-pc768 {
  display: block;
}

.u-sp {
  display: none;
}

.u-sp768 {
  display: none;
}

.u-font-roboto {
  font-family: "Roboto" !important;
}

.u-bold {
  font-family: "新ゴ DB";
  font-weight: 600;
  font-variation-settings: "wght" 700;
}

.u-radius-topright {
  border-top-right-radius: 42px;
}

.u-radius-topleft {
  border-top-left-radius: 42px;
}

.u-radius-bottomright {
  border-bottom-right-radius: 42px;
}

.u-radius-bottomleft {
  border-bottom-left-radius: 42px;
}

.u-no-wrap {
  white-space: nowrap;
}

/*--------------------
　JS関連
--------------------*/
.js-float {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  justify-content: center;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.1);
}
.js-float.show {
  display: flex;
}

.js-content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.fade-box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*--------------------
　追従ボタン float_button.js　スタイル関連
--------------------*/
button {
  all: unset;
  cursor: pointer;
  display: inline-block;
}

.button {
  font-size: 22px;
  font-family: "新ゴ DB";
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  width: 284px;
  height: 68px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease, filter 0.3s ease;
}

.diagnosis {
  background-color: #1B67D8;
}
.diagnosis:hover {
  filter: brightness(70%);
}

.cv {
  background-color: #1ED350;
}
.cv:hover {
  filter: brightness(70%);
}

.cv__container {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.cv__tel {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-variation-settings: "wegh" 600;
}
.cv__tel__speech {
  font-family: "Roboto", "新ゴ M";
  font-weight: 600;
}
.cv__tel__speech::before, .cv__tel__speech::after {
  content: "";
  display: inline-block;
  background-image: url(../images/contact_diagonal_line.svg);
  width: 16px;
  height: 20px;
}
.cv__tel__speech::after {
  transform: scaleX(-1);
}

/*--------------------
　.header セクション ｜ヘッダー
--------------------*/
.header {
  position: relative;
  margin-bottom: -60px;
  z-index: 300;
}
.header__container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.header__tel {
  color: #FFF;
  text-align: right;
  font-size: 32px;
  font-weight: 600;
  font-variation-settings: "wegh" 600;
}

/*--------------------
　.kv セクション ｜キービジュアル
--------------------*/
.kv {
  margin-bottom: 60px;
}
.kv__main {
  position: relative;
  width: 100%;
  height: 577px;
  background: transparent;
  padding-top: 60px;
}
.kv__main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 69.2%;
  height: 100%;
  background-color: #1B67D8;
  border-bottom-left-radius: 64px;
}
.kv__main__copy {
  position: absolute;
  top: 85px;
  z-index: 200;
}
.kv__main__image {
  position: relative;
  text-align: right;
  z-index: 100;
}
.kv__main__button {
  display: flex;
  gap: 16px;
  padding-top: 8px;
}

/*--------------------
　.about セクション ｜オンラインファクタリングサービスとは？
--------------------*/
.about {
  padding-top: 24px;
  position: relative;
}
.about__wrapper {
  background-color: #E9F2FF;
  border-radius: 0px 64px 0px 0px;
  width: 90%;
}
.about__container {
  padding: 91px 0 60px 0;
  position: relative;
  margin-bottom: 120px;
}
.about__title {
  position: absolute;
  width: 100%;
  top: -36px;
}
.about__title .font-height-wide {
  line-height: 4.8;
}
.about__content {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about__content__A, .about__content__B {
  width: 48%;
}
.about__list {
  font-size: clamp(16px, 16px + (19 - 16) * (100vw - 768px) / (1280 - 768), 19px);
  line-height: 1.6;
  font-family: "Roboto", "新ゴ R";
  padding-top: 24px;
}
.about__list li:not(:last-child) {
  padding-bottom: 12px;
}
.about__list.dot li:before {
  content: "";
  background-image: url(../images/about_check.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 3px;
  left: 0;
}
.about__list.num {
  list-style: decimal;
  padding-left: 1.5em;
}
.about__list.num span {
  font-family: "Roboto", "新ゴ M";
  font-variation-settings: "wght" 600;
}
.about__accordion {
  margin-top: 32px;
  width: 90%;
  text-align: center;
}
.about__accordion.is-open .about__accordion__title span::after {
  transform: rotate(45deg);
}
.about__accordion__title {
  position: relative;
  font-size: clamp(16px, 16px + (24 - 16) * (100vw - 768px) / (1280 - 768), 24px);
  font-family: "Roboto", "新ゴ R";
  list-style: none;
  text-align: center;
}
.about__accordion__title span {
  cursor: pointer;
}
.about__accordion__title span::before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 49.5%;
  transform: translateX(-50%);
  width: 38%;
  height: 3px;
  background-color: #1B67D8;
}
.about__accordion__title span::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/about_button_open_close.svg);
  background-size: cover;
  vertical-align: sub;
  margin-left: 8px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.about__accordion__content {
  width: 100%;
  margin-top: 48px;
}
.about__accordion__content picture {
  display: block;
  margin: 0 auto;
  width: 50%;
}
.about__accordion__content img {
  border: 2px solid #1B67D8;
  width: 100%;
  height: auto;
}
.about__illust {
  position: absolute;
  top: 100px;
  right: -5%;
}

/*--------------------
　.steps セクション ｜たった3ステップで資金調達
--------------------*/
.steps__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  gap: 3.3%;
  margin: 104px 0 120px;
}
.steps__card {
  border-radius: 64px 0px 0px 0px;
  border: 3px solid #1ED350;
  padding: 4.75% 3.16%;
  width: 26.7333%;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: column;
}
.steps__card .headline3::after {
  content: none;
}
.steps__card:nth-child(3) {
  margin: -24px 0 24px 0;
}
.steps__card:nth-child(5) {
  margin: -48px 0 48px 0;
}
.steps__card__num {
  color: #1B67D8;
  text-align: center;
  font-family: "Roboto";
  font-variation-settings: "wegh" 700;
  font-weight: 700;
  line-height: 24px;
  font-size: clamp(34px, 34px + (54 - 34) * (100vw - 768px) / (1280 - 768), 54px);
}
.steps__card__num span {
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-variation-settings: "wegh" 700;
  font-weight: 700;
  font-size: clamp(12.5px, 12.5px + (23 - 12.5) * (100vw - 768px) / (1280 - 768), 23px);
}
.steps__card__text {
  font-size: clamp(16px, 16px + (19 - 16) * (100vw - 768px) / (1280 - 768), 19px);
  line-height: 1.6;
  font-family: "Roboto", "新ゴ R";
}

/*--------------------
　.reason セクション ｜オンラインファクタリングサービスが選ばれる5つの理由
--------------------*/
.reason__wrapper {
  border-radius: 0px 64px 0px 0px;
  background: #E9F2FF;
  margin-bottom: 120px;
  margin-top: 56px;
}
.reason__container {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  width: calc(100% - 48px);
  justify-content: center;
  gap: 12px;
}
.reason__card {
  width: 27.5%;
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  gap: 16px;
}
.reason__card .headline3::after {
  content: none;
}
.reason__card:not(:nth-child(4), :nth-child(5)) {
  margin-bottom: 12px;
}
.reason__card__text {
  height: 88px;
  text-align: center;
}

/*--------------------
　.comp セクション ｜他社様との比較
--------------------*/
.comp {
  padding-bottom: 120px;
}
.comp__table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 8px;
  font-size: clamp(14px, 14px + (22 - 14) * (100vw - 768px) / (1280 - 768), 22px);
  line-height: 1.3;
  width: 100%;
  text-align: center;
  font-family: "新ゴ R";
  font-weight: 400;
  font-variation-settings: "wght" 500;
}
.comp__table__companies {
  font-family: "新ゴ M";
  font-weight: 600;
}
.comp__table .blank {
  padding: 32px 5vw;
}
.comp__table .me {
  border-radius: 64px 0px 0px 0px;
  background: #1B67D8;
  color: #fff;
  padding: 20px 8px;
  position: relative;
  border: solid 3px #1B67D8;
  overflow: hidden;
  width: 20%;
}
.comp__table .me .stars img:nth-child(2) {
  margin-bottom: 4px;
}
.comp__table .line {
  border-right: solid 3px #1B67D8;
  border-left: solid 3px #1B67D8;
  height: 120%;
}
.comp__table .line.last {
  border-bottom: solid 3px #1B67D8;
}
.comp__table .space th,
.comp__table .space td {
  background-color: #fff;
  padding: 8px 0;
}
.comp__table__title {
  padding: 32px 20px;
  border-top-left-radius: 32px;
  background-color: #1ED350;
  color: #fff;
}
.comp__table tr {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.comp__table tr th {
  font-family: "Roboto", "新ゴ M";
}
.comp__table tr td {
  background: #F0FCF3;
  padding: 32px 20px;
  font-family: "新ゴ R";
}
.comp .sup {
  padding-top: 24px;
}

/*--------------------
　.voice セクション ｜お客様の声
--------------------*/
.voice {
  margin-bottom: 127px;
}
.voice__wrapper {
  margin: 128px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.voice .item02 {
  margin-left: 3.3%;
}
.voice .item03 {
  margin-left: 6.6%;
}
.voice__item {
  display: flex;
  gap: 3%;
}
.voice__item__wrapper {
  border-radius: 64px 0px 0px 0px;
  border-top: 4px solid #1ED350;
  border-left: 4px solid #1ED350;
  background: rgba(30, 211, 80, 0.2);
}
.voice__item__content {
  padding: 32px 13% 32px 56px;
}
.voice__item__content:nth-child(2) {
  padding: 32px 14% 32px 56px;
}
.voice__item__amount {
  color: #1ED350;
  font-family: "Roboto", "新ゴ M";
  font-size: clamp(25px, 25px + (40 - 25) * (100vw - 768px) / (1280 - 768), 40px);
  line-height: normal;
  font-variation-settings: "wegh" 900;
  margin-top: -110px;
}
.voice__item__amount span {
  font-family: "Roboto";
  font-weight: 600;
  font-size: clamp(65px, 65px + (80 - 65) * (100vw - 768px) / (1280 - 768), 80px);
  letter-spacing: -3px;
}
.voice__item__title {
  display: flex;
  padding: 6px 16px 6px 0;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-direction: row;
}
.voice__item__title span {
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 768px) / (1280 - 768), 16px);
  padding: 6px 16px;
  border-radius: 3px;
  background: #FFF;
}

/*--------------------
　.faq セクション ｜よくあるご質問
--------------------*/
.faq {
  padding-top: 24px;
}
.faq__wrapper {
  background-color: #E9F2FF;
  border-radius: 0px 64px 0px 0px;
  width: 90%;
}
.faq__container {
  padding: 91px 0 36px 0;
  position: relative;
}
.faq__title {
  position: absolute;
  top: -16px;
  width: 100%;
}
.faq__title .font-height-wide {
  line-height: 4.8;
}
.faq__question {
  font-size: clamp(20px, 20px + (24 - 20) * (100vw - 768px) / (1280 - 768), 24px);
  line-height: 1.3;
  font-family: "新ゴ M";
  font-weight: 600;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq__question::before {
  content: "Q";
  width: 32px;
  height: 32px;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 768px) / (1280 - 768), 20px);
  font-family: "Roboto";
  font-weight: 700;
  color: #fff;
  background-color: #1ED350;
  border-radius: 30px 30px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq__answer {
  font-size: clamp(16px, 16px + (19 - 16) * (100vw - 768px) / (1280 - 768), 19px);
  line-height: 1.6;
  font-family: "新ゴ R";
  padding-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.faq__answer::before {
  content: "A";
  width: 32px;
  height: 32px;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 768px) / (1280 - 768), 20px);
  font-family: "Roboto";
  font-weight: 700;
  color: #fff;
  background-color: #1B67D8;
  border-radius: 30px 30px 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq__illust {
  position: absolute;
  bottom: -49px;
  right: 0;
}

/*--------------------
　.contact セクション ｜お問い合わせ
--------------------*/
.contact {
  background-color: #FFD34D;
  margin-top: 168px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.contact__container {
  padding: 60px 0;
  text-align: center;
}
.contact__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
}
.contact__title .headline3 {
  font-size: clamp(24px, 24px + (32 - 24) * (100vw - 768px) / (1280 - 768), 32px);
}
.contact__title .headline3::after {
  content: none;
}
.contact__title--horizontal {
  transform: scaleX(-1);
  display: inline-block;
}
.contact__content {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.contact__content__left {
  font-size: 40px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact__content__left p {
  font-family: "新ゴ R" !important;
}
.contact__content__left a {
  color: #333;
  font-weight: 600;
  font-variation-settings: "wegh" 600;
}
.contact__content__right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__illust {
  position: absolute;
  bottom: -108px;
}

/*--------------------
　.footer セクション ｜フッター
--------------------*/
.footer__container {
  margin-top: 240px;
}
.footer__content {
  padding: 60px 0 0 80px;
  background-color: #fff;
  border-radius: 64px 0px 0px 0px;
  border-top: 3px solid #1ED350;
  border-left: 3px solid #1ED350;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 768px) / (1280 - 768), 14px);
  line-height: 1.6;
}
.footer__list {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 5px;
}
.footer__list__title {
  display: flex;
  flex-direction: row;
  font-family: "新ゴ R";
}
.footer__list__text {
  margin: 0;
  font-family: "新ゴ L";
}
.footer__copyright {
  margin-top: 32px;
  padding: 16px 0 16px 80px;
  border-radius: 32px 0px 0px 0px;
  background: #1B67D8;
}
.footer__copyright__text {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  font-family: "新ゴ L";
  font-weight: 300;
}

.modal {
  display: none;
  /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  margin: 0 auto;
}
.modal__wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
.modal__content {
  background-image: url(../images/sim_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 856.5/614.5;
  margin: 0 auto;
  padding: 2%;
  max-width: 856.5px;
  position: relative;
  height: auto;
  max-height: 614px;
  width: 94%;
  background-size: contain;
}

.sim__before {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.sim__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.sim__form__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-self: center;
  gap: 24px;
}
.sim__form__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.sim__form__item .title {
  font-size: 22px;
  padding-right: 48px;
  padding-bottom: 12px;
  text-align: right;
  line-height: 1;
}
.sim__form__item .title.second {
  padding-right: 27px;
}
.sim__form__item input {
  font-family: "Roboto" !important;
  -webkit-font-smoothing: antialiased;
}
.sim__form__item .text {
  font-size: 18px;
  padding-left: 16px;
}
.sim__form__item .textform {
  width: 202px;
  height: 24px;
  border: 3px solid #efefef;
  aspect-ratio: 1/1;
  border-radius: 5px;
  padding: 12px;
  font-size: 21px;
}
.sim__form__radio-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 5px;
}
.sim__form__radio-wrapper .radio {
  border: none;
  display: flex;
  gap: 8px;
  flex-direction: row;
}
.sim__form__radio-wrapper .radio label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  max-width: 200px;
  margin-bottom: 0.4em;
  padding: 12px 22px;
  border: 3px solid #efefef;
  border-radius: 5px;
  background-color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.sim__form__radio-wrapper .radio label:has(:checked) {
  background-color: rgba(29, 211, 80, 0.3764705882);
}
.sim__form__radio-wrapper .radio label::before, .sim__form__radio-wrapper .radio label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}
.sim__form__radio-wrapper .radio label::before {
  width: 14px;
  height: 14px;
  background-color: #EFEFEF;
}
.sim__form__radio-wrapper .radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: calc(10px + 0.9em);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #1dd350;
}
.sim__form__radio-wrapper .radio label input {
  display: none;
}

.title__inner {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.sim-start {
  background-color: #1B67D8;
}
.sim-start:hover {
  filter: brightness(70%);
}

.close {
  position: absolute;
  top: -18px;
  right: -26px;
  cursor: pointer;
}

#result-ok,
#result-ng {
  display: none;
  width: 100%;
  height: 100%;
}

.result__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.result__wrapper .sim__form {
  align-items: center;
  gap: 40px;
}
.result__wrapper .sim__form__button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.result__wrapper .sim__form .marker {
  background: linear-gradient(#FFD34D 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 2px;
}
.result__wrapper .sim__form__list {
  font-size: 19px;
  line-height: 1.6;
  list-style: disc;
}
.result__wrapper .headline3 {
  text-align: center;
}
.result__wrapper .headline3::after {
  content: none;
}

/*--------------------
　レスポンシブレイアウト設定@tablet
--------------------*/
@media screen and (max-width: 1366px) {
  .kv__main__image {
    width: 98%;
  }
  .kv__main__button {
    gap: 8px;
  }
  .comp .blank {
    padding: 32px 1vw;
  }
  .voice__item__amount {
    margin-top: -107px;
  }
  .voice__item__amount span {
    vertical-align: -2px;
  }
}
@media screen and (max-width: 1280px) {
  .comp .blank {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .kv__main::before {
    height: 94.2%;
  }
  .kv__main__image img {
    width: 550px;
  }
  .kv__main__copy img {
    width: 450px;
  }
  .kv__main__button .button {
    width: 240px;
  }
  .reason__card {
    width: 25.5%;
  }
}
@media screen and (max-width: 1050px) {
  .kv__main::before {
    height: 90.6%;
  }
  .kv__main__image img {
    width: 500px;
  }
  .kv__main__copy img {
    width: 400px;
    height: auto;
  }
  .kv__main__button .button {
    width: 210px;
    font-size: 20px;
  }
  .reason__card {
    padding: 32px 24px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
  .container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 960px) {
  .container {
    padding: 0 4%;
  }
  .sup2 {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  /*--------------------
  .u- ユーティリティ（ページ内共通クラス）
  --------------------*/
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .header {
    margin-bottom: 0;
  }
  .header__container {
    justify-content: center;
    padding: 8px 0 13px 0;
  }
  .kvsp__main__copy {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .kvsp__main__copy img {
    height: 575px;
    width: 100%;
    margin-left: -1px;
  }
  .kvsp__container {
    position: relative;
    background-color: #1B67D8;
    margin-left: 4%;
    padding-right: 4%;
    border-radius: 0 0 0 32px;
    text-align: center;
    height: 585px;
    z-index: -100;
  }
  .kvsp__content {
    margin: 0 auto;
  }
  .kvsp__content__tel {
    position: absolute;
    top: 80px;
    right: 21vw;
    color: #FFF;
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    z-index: 100;
    font-weight: 600;
    font-variation-settings: "wegh" 600;
  }
  .kvsp__button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 16px;
  }
  .about__wrapper {
    width: 100%;
  }
  .about__list li:not(:last-child) {
    padding-bottom: 4px;
  }
  .reason__container {
    align-items: flex-start;
  }
  .reason__card {
    width: 42%;
  }
  .reason__card:nth-child(1) {
    border-radius: 42px 0 0 0;
  }
  .reason__card:nth-child(2) {
    border-radius: 0 42px 0 0;
  }
  .reason__card:nth-child(3), .reason__card:nth-child(4) {
    border-radius: 0;
  }
  .reason__card:nth-child(5) {
    border-radius: 0;
  }
  .comp .blank {
    display: none;
  }
  .comp .me {
    border-radius: 32px 0 0 0;
    width: 25%;
  }
  .comp .stars > img {
    height: 8%;
  }
  .voice__item__amount {
    margin-top: -96px;
  }
  .voice__item__content {
    padding: 32px 0 32px 56px;
  }
  .faq__wrapper {
    width: 100%;
  }
  .faq__container {
    padding-right: 16px;
  }
  .faq__question::before, .faq__answer::before {
    width: 28px;
    height: 28px;
  }
  .contact__illust {
    display: none;
  }
}
/*--------------------
　レスポンシブレイアウト設定@sp
--------------------*/
@media screen and (max-width: 768px) {
  .js-float {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding: 0;
  }
  .u-pc768 {
    display: none;
  }
  .u-sp768 {
    display: block;
  }
  .u-font-14-sp768 {
    font-size: 14px;
    font-family: "新ゴ R";
  }
  .header {
    height: 48px;
  }
  .header__container img {
    height: 35px;
  }
  .kvsp__main__copy {
    left: -15px;
    top: 55px;
  }
  .kvsp__container {
    height: 582px;
  }
  .kvsp__content__tel {
    top: 70px;
    right: 4%;
  }
  .kvsp__button .button {
    width: 40%;
    min-width: 47%;
    height: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
  .about__container {
    margin-bottom: 120px;
  }
  .about__content {
    flex-direction: column;
    gap: 24px;
  }
  .about__content__A, .about__content__B {
    width: 100%;
  }
  .about__accordion {
    margin-top: 0;
  }
  .about__accordion__title span::before {
    width: 70%;
  }
  .about__accordion__title span::after {
    width: 28px;
    height: 28px;
    vertical-align: middle;
  }
  .about__accordion__content {
    flex-direction: column;
    gap: 16px;
    text-align: left;
  }
  .about__accordion__content picture {
    width: 98%;
  }
  .steps__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    margin: 32px auto 120px;
    max-width: 358px;
    width: 82%;
    align-items: center;
  }
  .steps__card {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 27px;
    border: 2px solid #1ED350;
    width: 100%;
    border-radius: 32px 0 0 0;
    gap: 0;
  }
  .steps__card__num {
    line-height: 0.5em;
    text-align: justify;
  }
  .steps__card__num span {
    margin-left: -5px;
    margin-bottom: -3px;
  }
  .steps__card:nth-child(3), .steps__card:nth-child(5) {
    margin: 0;
  }
  .steps__card li:nth-child(1) {
    width: 8%;
  }
  .steps__card li:nth-child(2) {
    width: 85%;
  }
  .steps__card li:nth-child(3) {
    order: 4;
  }
  .steps__card li:nth-child(3) img {
    width: 88px;
    height: auto;
  }
  .steps__card li:nth-child(4) {
    width: 58%;
  }
  .reason__wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    border-radius: 0;
  }
  .reason__container {
    max-width: 358px;
    width: 82%;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    gap: 16px;
    padding: 40px 0;
  }
  .reason__card {
    padding: 24px 16px;
    width: 100%;
    border-radius: 32px 0 0 0 !important;
  }
  .reason__card:not(:nth-child(4), :nth-child(5)) {
    margin-bottom: 0;
  }
  .reason__card__text {
    height: auto;
  }
  .cv__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 12px;
    width: 100%;
  }
  .cv__container .button {
    width: 40%;
    min-width: 47%;
    height: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
  .comp .wrapper {
    margin-right: 0;
  }
  .comp__container {
    position: relative;
  }
  .comp__table__title {
    padding: 12px 8px 12px 12px;
  }
  .comp__table__spflex {
    border-radius: 16px 0px 0px 0px;
    width: 100%;
  }
  .comp__table .me {
    padding: 4px 8px;
    border-radius: 16px 0px 0px 0px;
  }
  .comp__table .me .stars img {
    height: 30px;
  }
  .comp__table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }
  .comp__table tr th:not(:first-child),
  .comp__table tr td:not(:first-child) {
    flex: 1;
  }
  .comp__table tr td {
    padding: 16px 8px;
  }
  .comp__table .space {
    height: 3px;
  }
  .comp__table .space th {
    display: none;
  }
  .comp__table .space td {
    padding: 0;
  }
  .comp__table .space td:last-child {
    flex: 0;
  }
  .comp__table .line,
  .comp__table .line.last {
    border: none;
  }
  .comp__spframe {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: solid 3px #1B67D8;
    border-radius: 32px 0 0 0;
  }
  .voice {
    margin-bottom: 100px;
  }
  .voice__item {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }
  .voice__item__image img {
    margin-bottom: -4px;
    width: 126px;
    height: auto;
  }
  .voice__item__wrapper {
    border-radius: 32px 0 0 0;
    border-top-width: 2px;
    border-left-width: 2px;
  }
  .voice__item__content {
    padding: 24px 0 24px 24px;
  }
  .voice__item__amount {
    margin-top: -85px;
  }
  .voice__item__title {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 8px 0;
    gap: 8px;
  }
  .voice__wrapper {
    gap: 8px;
    margin: 16px 0 120px;
  }
  .voice .item02,
  .voice .item03 {
    margin-left: 0;
  }
  .faq__title {
    top: -12px;
  }
  .contact__container {
    padding: 60px 0 152px;
  }
  .contact__title {
    align-items: flex-end;
    gap: 8px;
  }
  .contact__title img {
    height: 72px;
    width: 42px;
  }
  .contact__content {
    margin-top: 32px;
    flex-direction: column;
    gap: 32px;
  }
  .contact__content__left {
    width: 100%;
  }
  .contact__content .headline4 {
    background-color: #fff;
    border-radius: 24px;
    padding: 4px 0;
  }
  .contact__content__right {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .contact__content__right .button {
    width: 40%;
    min-width: 47%;
    height: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
  .contact__illust {
    display: block;
    bottom: -78px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 160px;
    height: 211px;
  }
  .footer {
    margin-top: -120px;
    padding: 0;
  }
  .footer__content {
    padding: 40px 4% 0 4%;
    border-radius: 32px 0px 0px 0px;
  }
  .footer__copyright {
    margin-top: 40px;
    padding: 16px;
    border-radius: 16px 0px 0px 0px;
    font-family: "新ゴ L";
    font-weight: 200;
  }
  .footer__copyright__text {
    font-family: "新ゴ L";
  }
  .modal__content {
    background-image: url(../images/sim_bg@sp.svg);
    height: 100%;
    width: 94%;
    aspect-ratio: 357/550.5;
  }
  .modal__content .close {
    top: 15px;
    right: 0px;
    left: 335px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
  .modal__content .sim__before h2 {
    text-align: center;
  }
  .modal__content .sim__before h2 img {
    width: 70%;
    min-width: 141px;
    height: auto;
    min-height: 81px;
  }
  .modal__content .sim__form {
    width: 345px;
  }
  .modal__content .sim__form__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal__content .sim__form__item:nth-child(2) {
    margin-left: 0;
  }
  .modal__content .sim__form__item .textform {
    font-size: 18px;
  }
  .modal__content .sim__form__item .title__inner {
    display: flex;
    align-items: baseline;
  }
  .modal__content .sim__form__item .title__inner .text {
    padding-left: 8px;
  }
  .modal__content .sim__form__radio-wrapper .radio label {
    padding: 12px 38px;
    font-size: 18px;
  }
  .modal__content .sim__form__radio-wrapper .radio label:has(:checked)::after {
    left: calc(16px + 1.6em);
  }
  .modal__content .button {
    width: 171px;
    height: 60px;
    font-size: 14px;
    text-align: center;
  }
  .result__wrapper {
    padding: 0 92px;
  }
  .result__wrapper p,
  .result__wrapper .sim__form__list {
    font-size: 16px;
  }
  .result__wrapper .sim__form__list {
    margin-left: 16px;
  }
  .result__wrapper .headline3 {
    font-size: 20px;
  }
  .result__wrapper .sim__form__button {
    gap: 8px;
  }
  .button {
    flex-direction: column;
  }
}
@media screen and (max-width: 490px) {
  .kvsp__content__tel {
    right: 4%;
    font-size: 18px;
  }
  .comp .stars > img {
    margin-left: -4px;
    margin-right: -4px;
    height: 20px;
  }
  .comp .me .stars > img {
    height: 20px;
  }
}
@media screen and (max-width: 390px) {
  .modal__content .close {
    top: 35px;
    left: 300px;
  }
  .about__accordion__title span::before {
    left: 49%;
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  .kvsp__main__copy {
    left: -10px;
    right: 10px;
  }
  .kvsp__container {
    height: 571px;
  }
  .about__title {
    top: -60px;
  }
}/*# sourceMappingURL=style.css.map */