<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-----------------------
共通
-----------------------*/
html {
  color: #333;
  letter-spacing: 0.05em;
  font-size: 62.5%;
  font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-family: ヒラギノ角ゴ W3 JIS2004;
  font-feature-settings: "palt" 1;
}

body {
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.8rem; /* IE8以下とAndroid4.3以下用*/
  font-size: calc(1.6rem + (1vw - 0.768rem) * 0.463); /* 16px~18pxで可変*/
  line-height: 1.65;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 16px;
  background-image: url("../../images/factoring-lp/marker.svg");
  background-position: bottom;
  background-size: 25%;
  background-repeat: no-repeat;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 44px; /* IE8以下とAndroid4.3以下用*/
  font-size: calc(3rem + (1vw - 0.768rem) * 3.2407); /* 30px~44pxで可変*/
  font-family: ヒラギノ角ゴ W7 JIS2004;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px; /* IE8以下とAndroid4.3以下用*/
  font-size: calc(2.5rem + (1vw - 0.768rem) * 1.1574); /* 25px~30pxで可変*/
  font-family: ヒラギノ角ゴ W7 JIS2004;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px; /* IE8以下とAndroid4.3以下用*/
  font-size: calc(2.1rem + (1vw - 0.768rem) * 0.6944); /* 21px~24pxで可変*/
  font-family: ヒラギノ角ゴ W7 JIS2004;
  line-height: 1.2;
}

h5 {
  font-size: 24px; /* IE8以下とAndroid4.3以下用*/
  font-size: calc(1.9rem + (1vw - 0.768rem) * 0.6944); /* 19px~22pxで可変*/
  font-family: ヒラギノ角ゴ W6 JIS2004;
  line-height: 1.2;
}

b {
  font-family: ヒラギノ角ゴ W6 JIS2004;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*-----------------------
FirstView
-----------------------*/
.fv__wrapper {
  width: 100%;
  background: no-repeat url("../../images/factoring-lp/fv_bg.webp") center;
  background-size: cover;
}
.fv__wrapper .header {
  width: 100%;
}
.fv__wrapper .header .header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 8px;
  max-width: 1200px;
  width: 98%;
}
.fv__wrapper .fv {
  margin: 0 auto;
  max-width: 1200px;
}
.fv__wrapper .fv h1 {
  margin: 0;
}
.fv__wrapper .fv h1 img {
  width: 99%;
}

.cv {
  margin: -179px auto 0 auto;
  margin-right: 64px;
  padding-bottom: 71px;
  width: 67.66666%;
}

.btn {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 5px;
  background: transparent;
  text-align: center;
  /*ボタンの形状*/
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn .btn:hover {
  border-color: transparent;
}
.btn span {
  position: relative;
  z-index: 20; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 22px 24px 76px;
  padding-left: 80px;
  height: 10px;
  border-radius: 5px;
  background: #ff5900;
  color: #fff;
  font-size: 26px;
  font-size: calc(2.6rem + (1vw - 0.768rem) * 3.2407);
  font-family: ヒラギノ角ゴ W6 JIS2004;
  transition: all 0.3s ease;
}
.btn span img {
  position: absolute;
  top: 50%;
  left: 26%;
  transform: translateY(-50%) translateX(-50%);
}

/*== 下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushdown:before {
  /*絶対配置で影の位置を決める*/
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #b84c12;
  content: "";
}

/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
  background-color: #ff5900;
  color: #fff;
  transform: translateY(8px);
}

/*-----------------------
1秒診断　診断結果　初期非表示
-----------------------*/
#result-ok {
  display: none;
}

#result-ng {
  display: none;
}

/*-----------------------
1秒診断
-----------------------*/
/*buttonの標準CSSすべて削除*/
.simulation button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 1em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.simulation {
  width: 100%;
  background: repeating-linear-gradient(-45deg, #c3dcff, #c3dcff 2px, #dfedff 2px, #dfedff 9px);
  background-color: #dfedff;
}
.simulation .sapplement-lp5 {
  letter-spacing: 0.05em;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ W2 JIS2004";
  position: relative;
  bottom: -30px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.simulation .sapplement-lp5 td:nth-child(even) {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .simulation .sapplement-lp5 {
    letter-spacing: 0.05em;
    font-size: 0.81em;
    font-family: "ヒラギノ角ゴ W2 JIS2004";
    position: relative;
    bottom: -5.9vw;
    max-width: 108vw;
    width: 100%;
    margin: 0 auto;
    padding-left: 1vw;
  }
  .simulation .sapplement-lp5 td:nth-child(even) {
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 530px) and (max-width: 768px) {
  .simulation .sapplement-lp5 {
    letter-spacing: 0.05em;
    font-size: 0.8em;
    font-family: "ヒラギノ角ゴ W2 JIS2004";
    position: relative;
    bottom: -2.9vw;
    max-width: 108vw;
    padding-left: 2vw;
  }
  .simulation .sapplement-lp5 td:nth-child(even) {
    padding-left: 2.0833333333vw;
  }
}
.simulation .simulation__wrapper {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}
.simulation .simulation__wrapper .simulation__wrapper-inner {
  padding-top: 80px;
  height: 606px;
  background: url(../../images/factoring-lp/bg_clip.svg) no-repeat center;
  background-size: auto 606px;
  /*-----------------------
  1秒診断結果OKNG
  -----------------------*/
}
.simulation .simulation__wrapper .simulation__wrapper-inner h2 {
  padding-top: 100px;
  padding-top: 72px;
  background-image: none;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 32px;
  width: 500px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 24px;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item:nth-child(odd) {
  width: 30%;
  color: #005cbb;
  text-align: right;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item:nth-child(even) {
  width: 60%;
  color: #333;
  text-align: left;
  font-family: ヒラギノ角ゴ W3 JIS2004;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item p,
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item label {
  font-size: 1.2222em;
  line-height: 1;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item p small,
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item label small {
  font-size: 0.7619em;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item .radio-label {
  display: block;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item input[type=radio] {
  display: none;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item .radio-text:before {
  display: inline-block;
  margin-right: 6px;
  padding: 2px;
  width: 11px;
  height: 11px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  background-clip: content-box;
  content: "";
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item input[type=radio]:not(:checked) + .radio-text:before {
  border-color: #efefef;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item input[type=radio]:checked + .radio-text:before {
  border-color: #efefef;
  background-color: #00bab4;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item .flex__radio {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item .flex__imputbox {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item .flex__imputbox .item__imputbox {
  align-self: end;
  flex-basis: 40%;
  white-space: nowrap;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item .flex__imputbox .item__imputbox input[type=tel] {
  padding: 0 8px;
  width: 230px;
  height: 46px;
  border: solid 4px #efefef;
  border-radius: 4px;
  font-size: 1.222em;
  font-family: ヒラギノ角ゴ W3 JIS2004;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .flex .item .flex__imputbox .item__imputbox input[type=tel]:focus {
  outline: 0;
  border: solid 4px #00bab4;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner {
  margin: 0 auto;
  padding-top: 72px;
  max-width: 500px;
  text-align: center;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .btn__after {
  text-align: left;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .answer {
  font-size: 1.6667em;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .answer.top {
  margin-bottom: 48px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  line-height: 1.2;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .answer.top span {
  color: #f4680a;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .answer.middle {
  text-align: left;
  font-size: 1em;
  font-family: "ヒラギノ角ゴ W3 JIS2004";
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .btn__wrapper {
  display: flex;
  width: 100%;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 0;
  -moz-column-gap: 11px;
  column-gap: 11px;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex.top {
  margin-top: 56px;
  width: 85%;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex.bottom {
  margin-bottom: 16px;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex .item:nth-child(1) {
  width: 50%;
  color: #f4680a;
  text-align: center;
  font-family: "ヒラギノ角ゴ W3 JIS2004";
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex .item:nth-child(1) small {
  color: #333;
  font-size: 0.72222em;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex .item .btn__wrapper.orange .btn-sim span {
  background: #ff5900;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex .item .btn__wrapper.orange .pushdown:before {
  background-color: #b84c12;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex .item .btn__wrapper .btn-sim span {
  padding: 22px;
  width: 200px;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim.ng .sim__inner .flex {
  justify-content: center;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim.ng .sim__inner .answer.top span {
  color: #00bab4;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim.ng .sim__inner .answer.middle {
  padding-bottom: 40px;
}
.simulation .simulation__wrapper .simulation__wrapper-inner .sim.ng .sim__inner .answer.middle .b {
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.simulation .simulation__wrapper .sapplement {
  margin-top: -30px;
  padding-bottom: 64px;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  font-family: "ヒラギノ角ゴ W2 JIS2004";
}
.simulation .simulation__wrapper .sapplement td:nth-child(even) {
  padding-left: 1em;
}

/* ボタン設定 */
.btn__wrapper {
  margin: 0 auto;
  width: 260px;
  cursor: pointer;
  /*hoverをした後のボタンの形状*/
  /*ボタンの中のテキスト*/
  /*== 下に押し込まれる（立体が平面に） */
  /*影の設定*/
  /*hoverの際にY軸に4pxずらす*/
}
.btn__wrapper .btn-sim {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  background: transparent;
  text-align: center;
  /*ボタンの形状*/
  text-decoration: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}
.btn__wrapper .btn-sim:hover {
  border-color: transparent;
}
.btn__wrapper .btn-sim span {
  position: relative;
  z-index: 20; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 22px 80px;
  border-radius: 5px;
  background: #00bab4;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  transition: all 0.3s ease;
}
.btn__wrapper .pushdown:before {
  /*絶対配置で影の位置を決める*/
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #077e79;
  content: "";
}
.btn__wrapper .pushdown:hover span {
  background-color: #00bab4;
  color: #fff;
  transform: translateY(8px);
}

/*-----------------------
ファクタリングとは？
-----------------------*/
.products {
  padding: 80px 0 0 0;
  width: 100%;
  background: #fff;
}
.products .products__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.products .products__wrapper h4 {
  color: #005cbb;
  text-align: center;
}
.products .products__wrapper small {
  letter-spacing: 0.05em;
  font-size: 0.5em;
  font-family: ヒラギノ角ゴ W6 JIS2004;
}
.products .products__wrapper .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 56px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.products .products__wrapper .flex .item {
  width: 50%;
}
.products .products__wrapper .flex .pic-border img {
  width: calc(100% - 12px);
  border: 6px solid #005cbb;
  border-radius: 5px;
  background-color: #005cbb;
}
.products .products__wrapper .float {
  position: relative;
  bottom: -9px;
  z-index: 11;
  margin-top: -190px;
  text-align: center;
}
.products .products__wrapper .float img {
  width: 30%;
}

/*-----------------------
選ばれる 6つのポイント
-----------------------*/
.feature {
  padding: 80px 0 120px 0;
  width: 100%;
  background: repeating-linear-gradient(-45deg, #005cbb, #005cbb 2px, #2669bf 2px, #2669bf 9px);
  background-color: #2669bf;
}
.feature h2 {
  color: #fff;
}
.feature .feature__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.feature .feature__wrapper .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 16px;
}
.feature .feature__wrapper .flex .item {
  flex-basis: 32%;
  height: 250px;
  border-radius: 10px;
  background-color: #fff;
}
.feature .feature__wrapper .flex .item .ttl {
  margin: 6px 6px 0 6px;
  padding: 18px 0 12px;
  border-radius: 5px 5px 0 0;
  background-color: #dfedff;
}
.feature .feature__wrapper .flex .item .ttl .ttl__flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.feature .feature__wrapper .flex .item .ttl .ttl__flex .img__icon-device {
  display: block;
  max-width: 92px;
}
.feature .feature__wrapper .flex .item h3 {
  margin-bottom: 0;
  color: #005cbb;
  text-align: left;
  line-height: 1;
}
.feature .feature__wrapper .flex .item p {
  padding: 24px 16px;
}

/*-----------------------
他社様との比較
-----------------------*/
.comparison {
  padding: 80px 0 120px 0;
  width: 100%;
  background-color: #dfedff;
}
.comparison .comparison__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.comparison .cmt {
  margin-top: 24px;
  margin-left: 8px;
}
.comparison .cmt p {
  padding-left: 0.8em;
  text-indent: -0.8em;
  font-size: 0.8em;
}
.comparison .flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.comparison .flex div[class*=item__] {
  padding: 4px;
}
.comparison .flex .item__left,
.comparison .flex .item__right {
  flex-basis: 33%;
  border-radius: 5px;
  background-color: #dfe8ef;
}
.comparison .flex .item__left {
  margin-right: -10px;
}
.comparison .flex .item__right {
  margin-left: -10px;
}
.comparison .flex .inner-radius {
  padding: 24px;
  height: 352px;
  border-radius: 5px;
  background-color: #fff;
}
.comparison .flex .inner-radius.green {
  padding-top: 30px;
  background-color: #00bab4;
}
.comparison .flex small {
  font-size: 0.8em;
}
.comparison .flex .item__middle {
  z-index: 10;
  flex-basis: 33%;
  height: 430px;
  border-radius: 5px;
  border-radius: 10px;
  background-color: #00bab4;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.522);
  color: white;
}
.comparison .flex .flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.comparison .flex .flex .flex-item__left {
  flex-basis: 50%;
  text-align: right;
}
.comparison .flex .flex .flex-item__right {
  flex-basis: 50%;
  text-align: center;
}
.comparison .flex .flex .item:first-child {
  flex-basis: 50%;
}
.comparison .flex .two-lines {
  padding: 12px 0;
}
.comparison .flex ul {
  padding: 24px 0;
  text-align: center;
}
.comparison .flex ul:not(:last-child, :first-child) {
  border-bottom: solid 2px #dfe8ef;
}
.comparison .flex ul:first-child {
  padding: 12px;
}
.comparison .flex li {
  list-style: none;
  line-height: 1.2;
}
.comparison .flex .ttl {
  text-align: center;
}
.comparison .flex span {
  color: #005cbb;
}

/*-----------------------
ご利用の3ステップ
-----------------------*/
.steps {
  padding: 80px 0 120px 0;
  width: 100%;
}
.steps .steps__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.steps .steps__wrapper h2 {
  margin-bottom: 80px;
}
.steps .steps__wrapper .flex {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}
.steps .steps__wrapper .flex .number {
  z-index: 10;
  margin: auto;
  margin-top: -40px;
  width: 62px;
  height: 62px;
  border: solid 4px #005cbb;
  border-radius: 90px;
  background-color: #fff;
}
.steps .steps__wrapper .flex .number.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .steps__wrapper .flex .item {
  align-items: center;
  flex-basis: 30%;
  border-radius: 10px;
  background-color: #005cbb;
}
.steps .steps__wrapper .flex .item h3 {
  margin-top: 8px;
  color: #fff;
}
.steps .steps__wrapper .flex .item .txt {
  margin: 4px;
  padding: 24px;
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
.steps .steps__wrapper .flex .item .txt p {
  text-align: left;
}
.steps .steps__wrapper .flex .triangle {
  margin-top: 170px;
}

/*-----------------------
お客様の声
-----------------------*/
.feedback {
  padding: 80px 0 120px 0;
  width: 100%;
  background-color: #dfedff;
}
.feedback .feedback__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.feedback .feedback__wrapper .flex {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.feedback .feedback__wrapper .flex .item {
  flex-basis: 33%;
  padding: 6px;
  border-radius: 5px;
  background-color: #fff;
}
.feedback .feedback__wrapper .flex .item img {
  max-width: 100%;
}
.feedback .feedback__wrapper .flex .item .inner {
  padding: 14px;
}
.feedback .feedback__wrapper .flex .item .inner h5 {
  padding-bottom: 8px;
  color: #005cbb;
}
.feedback .feedback__wrapper .flex .item div[class*=type] {
  margin-bottom: 12px;
  padding: 5px 12px 4px 12px;
  border-radius: 3px;
  background-color: #005cbb;
  font-size: 0.889em;
  font-family: ヒラギノ角ゴ W2 JIS2004;
}
.feedback .feedback__wrapper .flex .item div[class*=type] p {
  color: #fff;
}
.feedback .feedback__wrapper .flex .item .type1 {
  width: 11em;
}
.feedback .feedback__wrapper .flex .item .type2 {
  width: 16em;
}
.feedback .feedback__wrapper .flex .item .type3 {
  width: 11em;
}

/*-----------------------
よくあるご質問
-----------------------*/
.faq {
  padding: 80px 0 120px 0;
  width: 100%;
  background-color: #fff;
}
.faq .faq__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.faq .faq__wrapper .faq-list dt {
  display: flex;
  padding: 1.2em 72px 1.2em 24px;
  border-radius: 10px;
  background-color: #dfedff;
  background-image: url("../../images/factoring-lp/ico-accordion-close.svg");
  background-position: right 22px center;
  background-size: 27px;
  background-repeat: no-repeat;
  line-height: 20px;
  cursor: pointer;
}
.faq .faq__wrapper .faq-list dt:not(:first-child) {
  margin-top: 20px;
}
.faq .faq__wrapper .faq-list dt:before {
  margin-right: 23px;
  color: #00549d;
  content: "Q";
  font-size: 2.2rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.faq .faq__wrapper .faq-list dt.closed {
  background-image: url("../../images/factoring-lp/ico-accordion-open.svg");
}
.faq .faq__wrapper .faq-list dd {
  display: flex;
  padding: 24px;
}
.faq .faq__wrapper .faq-list dd:before {
  margin-right: 23px;
  color: #c2182d;
  content: "A";
  font-size: 2.2rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.faq .faq__wrapper .faq-list dd p {
  margin-bottom: 0;
}
.faq .faq__wrapper .faq-list dd .p:not(:last-child) {
  margin-bottom: 3.23rem;
}
.faq .faq__wrapper .faq-list dd.closed {
  display: none;
}

/*-----------------------
問い合わせ
-----------------------*/
.contact {
  margin-bottom: -8px;
  padding: 80px 0 0 0;
  width: 100%;
  background-color: #fff;
}
.contact .contact__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.contact .contact__wrapper .flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.contact .contact__wrapper .flex .item {
  flex-basis: 33%;
  margin-bottom: -1px;
  border-radius: 5px;
}
.contact .contact__wrapper .flex .item:nth-child(1) img {
  max-width: 100%;
}
.contact .contact__wrapper .flex .item:nth-child(3) {
  padding: 60px 0;
  background-color: #dfedff;
  text-align: center;
}
.contact .contact__wrapper .flex .item:nth-child(3) a {
  font-size: 1.333em;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.contact .contact__wrapper .flex .item:nth-child(3) p {
  padding: 8px 0;
}
.contact .contact__wrapper .flex .triangle {
  padding-top: 160px;
  width: 0;
  height: 0;
  border-width: 0 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent #dfedff transparent;
  content: "";
}

section.lp4__contact {
  padding: 0;
}

/*-----------------------
フッター青
-----------------------*/
.footer {
  width: 100%;
  background-color: #005cbb;
  color: #fff;
}
.footer .footer__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.footer .footer__wrapper .flex {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 40px 0;
  padding-right: 110px;
  font-size: 0.722222em;
  font-family: "ヒラギノ角ゴ W1 JIS2004";
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.footer .footer__wrapper .flex .item:nth-child(1) {
  text-align: right;
}
.footer .footer__wrapper .flex img {
  width: 90%;
}

/*-----------------------
フッターbadge
-----------------------*/
.badge-container {
  padding: 16px;
  padding-bottom: 0;
}
.badge-container .badge-flex {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .badge-container .badge-flex .pc_only {
    display: none;
  }
}
.badge-container .badge-flex img {
  width: 80px;
  margin-right: 16px;
}
.badge-container .badge-flex a {
  color: #333;
}

/*-----------------------
フッター白
-----------------------*/
.copyright {
  width: 100%;
  color: #005cbb;
}
.copyright .copyright__wrapper {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1200px;
  width: 98%;
  text-align: center;
  font-size: 0.722222em;
  font-family: "ヒラギノ角ゴ W1 JIS2004";
}

/*-----------------------
追従ボタン
-----------------------*/
.follow {
  display: none;
  width: 100%;
  background-color: #005cbb;
  color: #005cbb;
}
.follow .follow__wrapper {
  margin: 0 auto;
  padding: 12px 0 18px 0;
  max-width: 1200px;
  width: 98%;
}
.follow .follow__wrapper .flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.follow .follow__wrapper .flex .item {
  width: 100%;
  text-align: center;
}
.follow .follow__wrapper .flex .item:nth-child(2) {
  padding-top: 8px;
}
.follow .follow__wrapper .flex .btn__wrapper {
  width: 100%;
}
.follow .follow__wrapper .flex .btn__wrapper .btn-sim span {
  padding: 15px 134px;
  background-color: #fff;
  color: #ff5900;
  font-size: 1.33333em;
}
.follow .follow__wrapper .flex .btn__wrapper .pushdown:before {
  background-color: #b84c12;
}
.follow .follow__wrapper .flex .btn__wrapper .btn-sim_l span {
  padding: 15px 134px;
  background-color: #ff5900;
  color: #fff;
  font-size: 1.33333em;
}
.follow .follow__wrapper .flex .btn__wrapper .pushdown_l:before {
  background-color: #b84c12;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  display: block;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(117px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  display: none;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 10;
    transform: translateY(0);
  }
  to {
    opacity: 10;
    transform: translateY(117px);
  }
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  bottom: 110px;
  z-index: 200;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(117px);
}

@media screen and (min-width: 1200px) {
  /*-----------------------
    1200px以上 文字サイズ上限
    -----------------------*/
  body {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 4.4rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.4rem;
  }
  h5 {
    font-size: 2.2rem;
  }
  .btn span {
    font-size: 4rem;
  }
  .steps .steps__wrapper .flex .item .txt {
    height: 270px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  /*-----------------------
    769-1366px　PC　tab
    -----------------------*/
  .fv__wrapper .fv h1 img {
    margin: 0 auto;
    width: 80%;
  }
  .cv {
    margin: -172px auto 0 auto;
    margin-right: 164px;
    width: 55%;
  }
  .btn span {
    padding: 15px 24px 76px;
  }
  .btn span img {
    left: 18%;
    width: 17%;
  }
  .follow .follow__wrapper {
    padding: 3px 0 9px 0;
  }
  .follow .follow__wrapper .flex .btn__wrapper .btn-sim span {
    padding: 15px 4.5em;
  }
  .follow .follow__wrapper.lp4__follow__wrapper {
    padding: 6px 0 12px 0;
  }
  .steps .steps__wrapper .flex .item .txt {
    height: 270px;
  }
  .contact .contact__wrapper .flex .item:nth-child(3) {
    padding: 24px 0;
  }
  /*　FVボタン位置微調整　*/
}
@media screen and (min-width: 769px) and (max-width: 1366px) and (min-width: 769px) and (max-width: 1140px) {
  .cv {
    margin: -140px auto 0 auto;
    margin-right: 14%;
    padding-bottom: 49px;
  }
  .btn span {
    padding: 15px 24px 66px;
  }
  .btn span img {
    left: 18%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) and (min-width: 769px) and (max-width: 1140px) and (min-width: 769px) and (max-width: 940px) {
  .cv {
    margin: -112px auto 0 auto;
    margin-right: 14%;
    padding-bottom: 32px;
  }
  .btn span {
    padding: 15px 24px 55px;
  }
}
@media screen and (min-width: 528px) and (max-width: 768px) {
  .steps .steps__wrapper .flex .item .txt {
    padding: 18vw;
  }
}
@media screen and (max-width: 768px) {
  /*-----------------------
    768px以下 SP
    -----------------------*/
  body {
    margin: 0 auto;
    max-width: 768px;
    font-size: 1.6rem;
  }
  body img {
    width: 100%;
  }
  h2 {
    background-size: 50%;
    font-size: 3rem;
  }
  h3 {
    margin-bottom: 16px;
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2.1rem;
  }
  h5 {
    font-size: 1.9rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-----------------------
    FirstView@768
    -----------------------*/
  .fv__wrapper {
    margin: 0 auto;
  }
  .fv__wrapper .header__wrapper {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 95%;
  }
  .fv__wrapper .header__wrapper .logo {
    width: 55%;
  }
  .fv__wrapper .header__wrapper .tel {
    margin-right: 8px;
    width: 43%;
  }
  .fv__wrapper .fv {
    width: 95%;
  }
  .fv__wrapper .fv img {
    width: 100%;
  }
  .cv {
    margin: -135px auto 0 auto;
    padding-bottom: 47px;
    width: 100%;
  }
  .cv .btn span {
    padding: 35px;
    font-size: 2.6rem;
  }
  .cv .btn span img {
    left: 50%;
    width: 50%;
  }
  /*-----------------------
    1秒診断@768
    -----------------------*/
  .simulation .simulation__wrapper {
    width: 95%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner {
    padding-top: 40px;
    background: url(../../images/factoring-lp/bg_clip@sp.svg) no-repeat center;
    /*-----------------------
    1秒診断結果OKNG@768
    -----------------------*/
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before h2 {
    margin: 0 auto;
    padding-top: 100px;
    max-width: 310px;
    width: 85%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .flex {
    margin: 24px auto;
    width: 85%;
    font-size: 0.7778em;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .flex .item .flex__imputbox .item__imputbox input[type=tel] {
    width: 130px;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .flex .item .flex__radio {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .flex .item:nth-child(even) {
    width: 50%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .flex .item:nth-child(3) {
    width: 35%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .flex .item:nth-child(4) {
    width: 50%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .btn__wrapper {
    padding-left: 20px;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim__before .btn__wrapper .btn-sim span {
    padding: 20px 80px;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner {
    padding-top: 100px;
    width: 306px;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex {
    flex-wrap: nowrap;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex .item .btn__wrapper .btn-sim span {
    padding: 22px 18px;
    width: 108px;
    font-size: 0.88889em;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex.top {
    justify-content: center;
    width: 100%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex.top .item {
    width: 50%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex.bottom {
    justify-content: center;
    width: 100%;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .flex.bottom .item {
    width: 46%;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .answer {
    font-size: 1em;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .answer.top {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1.2em;
  }
  .simulation .simulation__wrapper .simulation__wrapper-inner .sim .sim__inner .btn__after {
    font-size: 0.8125em;
  }
  /*-----------------------
    ファクタリングとは？@768
    -----------------------*/
  .products {
    padding-top: 40px;
  }
  .products .products__wrapper {
    width: 95%;
  }
  .products .products__wrapper h3 {
    text-align: center;
  }
  .products .products__wrapper .float {
    bottom: -7px;
    margin-top: -100px;
  }
  .products .products__wrapper .float img {
    width: 70%;
  }
  .products .products__wrapper .flex {
    flex-wrap: wrap;
    margin-bottom: 24px;
    row-gap: 24px;
  }
  .products .products__wrapper .flex .item {
    width: 100%;
  }
  .products .products__wrapper .flex .pic-border img {
    width: calc(100% - 8px);
    border: 4px solid #005cbb;
  }
  /*-----------------------
    選ばれる 6つのポイント@768
    -----------------------*/
  .feature {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .feature .feature__wrapper {
    width: 95%;
  }
  .feature .feature__wrapper .flex {
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 16px;
  }
  .feature .feature__wrapper .flex .item {
    flex-basis: 100%;
    height: auto;
  }
  .feature .feature__wrapper .flex .item .ttl .ttl__flex {
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .feature .feature__wrapper .flex .icon img {
    width: 70%;
  }
  /*-----------------------
    他社様との比較@768
    -----------------------*/
  .comparison {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .comparison .comparison__wrapper {
    width: 95%;
  }
  .comparison .cmt {
    margin-top: 16px;
    margin-left: 8px;
  }
  .comparison .flex {
    flex-wrap: wrap;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 16px;
  }
  .comparison .flex div[class*=item__] {
    flex-basis: 100%;
  }
  .comparison .flex .ttl img {
    height: 16px;
  }
  .comparison .flex .item__left {
    margin-right: 0;
  }
  .comparison .flex .item__right {
    margin-left: 0;
  }
  .comparison .flex .item__middle {
    height: auto;
  }
  .comparison .flex .inner-radius {
    height: auto;
  }
  .comparison .flex ul {
    padding: 14px 0;
  }
  .comparison .flex ul:nth-child(3) {
    padding: 8px 0;
  }
  .comparison .flex .flex {
    flex-wrap: nowrap;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .comparison .flex .flex .flex-item__right {
    text-align: left;
  }
  /*-----------------------
    ご利用の3ステップ@768
    -----------------------*/
  .steps {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .steps h2 {
    margin-bottom: 68px;
  }
  .steps h3 {
    padding-bottom: 10px;
  }
  .steps .steps__wrapper {
    width: 95%;
  }
  .steps .steps__wrapper .flex {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .steps .steps__wrapper .flex .number {
    margin-top: -30px;
    width: 50px;
    height: 50px;
  }
  .steps .steps__wrapper .flex .number img {
    width: 30%;
  }
  .steps .steps__wrapper .flex .triangle {
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: 20px;
    transform: rotate(90deg);
  }
  .steps .steps__wrapper .flex .triangle img {
    width: 8%;
  }
  .steps .steps__wrapper .item {
    flex-basis: 100%;
  }
  .steps .steps__wrapper img {
    width: 50%;
  }
  /*-----------------------
    お客様の声@768
    -----------------------*/
  .feedback {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .feedback .feedback__wrapper {
    width: 95%;
  }
  .feedback .feedback__wrapper .flex {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .feedback .feedback__wrapper .flex .item {
    padding-bottom: 4px;
  }
  /*-----------------------
    よくあるご質問@768
    -----------------------*/
  .faq {
    padding-top: 40px;
    padding-bottom: 110px;
  }
  .faq .faq__wrapper {
    width: 95%;
  }
  .faq .faq__wrapper .faq-list dt {
    padding: 15px 45px 15px 16px;
    border-radius: 10px;
    background-position: right 14px center;
    background-size: 21px;
  }
  .faq .faq__wrapper .faq-list dt:not(:first-child) {
    margin-top: 14px;
  }
  .faq .faq__wrapper .faq-list dt:before {
    margin-right: 10px;
    font-size: 2rem;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  }
  .faq .faq__wrapper .faq-list dd {
    padding: 10px 16px 10px 16px;
  }
  .faq .faq__wrapper .faq-list dd:before {
    margin-right: 10px;
    font-size: 2rem;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
  }
  /*-----------------------
    問い合わせ@768
    -----------------------*/
  .contact {
    position: relative;
    padding-bottom: 0;
  }
  .contact .contact__wrapper {
    width: 95%;
  }
  .contact .contact__wrapper .flex {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    row-gap: 24px;
    row-gap: 0;
  }
  .contact .contact__wrapper .flex .item {
    margin-bottom: -8px;
    width: 100%;
  }
  .contact .contact__wrapper .flex .item:nth-child(1) {
    max-width: 70%;
    text-align: center;
  }
  .contact .contact__wrapper .flex .item:nth-child(3) {
    padding: 40px 0;
  }
  .contact .contact__wrapper .flex .triangle {
    margin-right: 160px;
    padding-top: 0;
    width: 0;
    height: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: transparent #dfedff transparent transparent;
  }
  /*-----------------------
    フッター青@768
    -----------------------*/
  .footer .footer__wrapper {
    width: 95%;
  }
  .footer .footer__wrapper .flex {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-right: 0;
    row-gap: 0;
  }
  .footer .footer__wrapper .flex .item:nth-child(1) {
    padding-bottom: 24px;
    text-align: center;
  }
  .footer .footer__wrapper .flex img {
    width: 80%;
  }
  /*-----------------------
    追従ボタン@768
    -----------------------*/
  .follow .follow__wrapper {
    padding: 6px 0 12px 0;
    width: 95%;
  }
  .follow .follow__wrapper .flex {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .follow .follow__wrapper .flex .btn__wrapper .btn-sim span {
    padding: 18px 25px;
    font-size: 1em;
  }
  .follow .follow__wrapper .flex .item:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 530px) and (max-width: 768px) {
  .simulation .simulation__wrapper .simulation__wrapper-inner {
    background: url(../../images/factoring-lp/bg_clip.svg) no-repeat center;
    background-size: auto;
  }
  .simulation .simulation__wrapper .sapplement {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) and (max-width: 768px) {
  .cv {
    margin: -185px auto 0 auto;
  }
  .cv .btn span {
    padding: 60px;
  }
}
/* ヘッダー社名変更のお知らせ追加 START */
.header__info {
  margin: 0;
  background-color: #fff;
  color: #333;
}

.header__info &gt; .inner {
  margin: 0 auto;
  padding: 8px;
  max-width: 960px;
}

.header__info &gt; .inner p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 120%;
}

@media screen and (max-width: 768px) {
  .header__info &gt; .inner p {
    font-size: 11px;
  }
}
/* ヘッダー社名変更のお知らせ追加 END */
/* LIFEキャンペーンページへの遷移リンク追加 START */
/*-----------------------
キャンペーン
-----------------------*/
.campaign {
  padding: 80px 0 120px 0;
  width: 100%;
  background: repeating-linear-gradient(-45deg, #005cbb, #005cbb 2px, #2669bf 2px, #2669bf 9px);
  background-color: #2669bf;
}
.campaign h2 {
  color: #fff;
}
.campaign .campaign__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.campaign .item &gt; a &gt; img {
  width: 100%;
}

/*-----------------------
  キャンペーン@768
  -----------------------*/
@media screen and (max-width: 768px) {
  .campaign {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .campaign .campaign__wrapper {
    width: 95%;
  }
  .campaign h2 {
    margin: 20px;
  }
}
/* LIFEキャンペーンページへの遷移リンク追加 END *//*# sourceMappingURL=style.css.map */</pre></body></html>