@charset "UTF-8";
/*メディアクエリ*/
/*
//Tablet表示のVW変換関数
$tbBreakPoint: 1000;
@function pxTbToVw($pxValue) {
	@return (($pxValue / $tbBreakPoint) * 100) + vw;
}
*/
* {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

html, body, input, textarea, select {
  font-size: 26px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  html, body, input, textarea, select {
    font-size: 3.4666666667vw;
  }
}

body {
  margin: 0;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #4d4d4d;
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

/********************************
	flexbox 基本class
	wrapやjustify-contentの指定は個別のcss classで追記する
********************************/
*.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .wrapper .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  .wrapper .pc_only {
    display: none !important;
  }
}

#container {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  background-image: url(../images/fv_fix_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 750px) {
  #container {
    display: none;
    background: unset;
  }
}

/* 左側固定BOX */
.left_fix_box {
  position: absolute;
  width: 432px;
  right: calc(50% + 375px + 2%);
  top: 270px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 1500px) {
  .left_fix_box {
    display: none;
  }
}
.left_fix_box .left_fix_qrcode {
  width: 116px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.15));
}
.left_fix_box .left_fix_btn {
  width: 432px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}

/* 右側固定アイコン*/
.right_fix_box {
  position: absolute;
  width: 375px;
  left: calc(50% + 375px + 2%);
  top: 286px;
}
@media screen and (max-width: 1500px) {
  .right_fix_box {
    display: none;
  }
}
.right_fix_box .right_fix_menu_list li {
  margin-bottom: 20px;
}
.right_fix_box .right_fix_menu_list li a.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 375px;
  height: 60px;
}
.right_fix_box .right_fix_menu_list li a.menu_list .icon {
  width: 60px;
}
.right_fix_box .right_fix_menu_list li a.menu_list .right_fix_menu_text {
  width: 270px;
  margin-left: 6px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0850b7;
}
.right_fix_box .right_fix_menu_list li a.menu_list .right_fix_menu_arrow {
  width: 20px;
}
.right_fix_box .to_top {
  display: block;
  width: 96px;
  margin-top: 65px;
}

.main_contents {
  position: relative;
  width: 750px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 30px rgba(112, 112, 112, 0.6));
          filter: drop-shadow(0 0 30px rgba(112, 112, 112, 0.6));
}
@media screen and (max-width: 750px) {
  .main_contents {
    width: 100%;
    -webkit-filter: none;
            filter: none;
  }
}

/**-----------------------------
  header
-----------------------------**/
header {
  padding: 0 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 130px;
  width: 750px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 750px) {
  header {
    padding: 0 2.9333333333vw;
    height: 17.3333333333vw;
    width: 100%;
  }
}
header .head_logo {
  width: 256px;
  padding-top: 28px;
}
@media screen and (max-width: 750px) {
  header .head_logo {
    width: 34.1333333333vw;
    padding-top: 3.7333333333vw;
  }
}
header .head_text_wrap {
  padding-top: 22px;
  width: 268px;
}
@media screen and (max-width: 750px) {
  header .head_text_wrap {
    padding-top: 2.9333333333vw;
    width: 35.7333333333vw;
  }
}
header .head_text_wrap .head_text1 {
  width: 100%;
  height: 35px;
  border-top: 2px #ceac59 solid;
  border-bottom: 2px #ceac59 solid;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #ceac59;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  header .head_text_wrap .head_text1 {
    width: 100%;
    height: 4.6666666667vw;
    border-top: 0.2666666667vw #ceac59 solid;
    border-bottom: 0.2666666667vw #ceac59 solid;
    line-height: 4vw;
    font-size: 3.2vw;
  }
}
header .head_text_wrap .head_num_wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .head_text_wrap .head_num_wrap .num {
  font-size: 60px;
  font-weight: 700;
  color: #ceac59;
}
@media screen and (max-width: 750px) {
  header .head_text_wrap .head_num_wrap .num {
    font-size: 8vw;
  }
}
header .head_text_wrap .head_num_wrap .num_text {
  font-size: 30px;
  font-weight: 700;
  color: #ceac59;
}
@media screen and (max-width: 750px) {
  header .head_text_wrap .head_num_wrap .num_text {
    font-size: 4vw;
  }
}

/**-----------------------------
  FV
-----------------------------**/
#fv {
  position: relative;
  height: 1520px;
  background: url(../images/fv_bg.jpg) center top no-repeat;
  background-size: 750px 1520px;
  padding-top: 135px;
}
@media screen and (max-width: 750px) {
  #fv {
    height: 202.6666666667vw;
    background-size: 100vw 202.6666666667vw;
    padding-top: 18vw;
  }
}
#fv .text1 {
  font-size: 90px;
  font-weight: 900;
  color: #0850b7;
  text-align: center;
}
#fv .text1 span.s1 {
  font-size: 70px;
  color: #122b49;
}
@media screen and (max-width: 750px) {
  #fv .text1 {
    font-size: 12vw;
  }
  #fv .text1 span.s1 {
    font-size: 9.3333333333vw;
  }
}
#fv .text2 {
  margin-top: 60px;
  font-size: 90px;
  font-weight: 900;
  color: #0850b7;
  text-align: center;
}
#fv .text2 span.dot_text {
  padding-top: 0.1em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1em 0.4em;
  background-image: radial-gradient(0.07em 0.07em at center center, #ff8812, #ff8812 100%, transparent, transparent);
}
@media screen and (max-width: 750px) {
  #fv .text2 {
    margin-top: 8vw;
    font-size: 12vw;
  }
  #fv .text2 span.dot_text {
    background-position: top left 0.2666666667vw;
    background-size: 1em 0.4em;
  }
}
#fv .text3 {
  font-size: 36px;
  font-weight: 900;
  color: #122b49;
  margin: 40px 0 0 288px;
}
@media screen and (max-width: 750px) {
  #fv .text3 {
    font-size: 4.8vw;
    margin: 5.3333333333vw 0 0 38.4vw;
  }
}
#fv .cv_btn_upper_text {
  margin: 775px auto 18px;
  width: 534px;
}
@media screen and (max-width: 750px) {
  #fv .cv_btn_upper_text {
    margin: 103.3333333333vw auto 2.4vw;
    width: 71.2vw;
  }
}
#fv .cv_btn {
  display: block;
  margin: 0 auto;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #fv .cv_btn {
    width: 86.9333333333vw;
  }
}

/**------------------------------------------
  sec02:自社ローンはやばい！？実際にこんな後悔をしている人がいます
------------------------------------------**/
#sec02 {
  position: relative;
  background: url(../images/sec02_bg.jpg) center top no-repeat;
  background-color: #e0e0e0;
  height: auto;
  padding-bottom: 110px;
}
@media screen and (max-width: 750px) {
  #sec02 {
    height: auto;
    background-size: 100vw 280vw;
    padding-bottom: 14.6666666667vw;
  }
}
#sec02 .img01 {
  width: 639px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec02 .img01 {
    width: 85.2vw;
  }
}
#sec02 .sec02_list {
  margin: 38px auto 0;
  width: 670px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list {
    margin: 5.0666666667vw auto 0;
    width: 89.3333333333vw;
  }
}
#sec02 .sec02_list li {
  width: 670px;
  border: 4px #ffffff solid;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-filter: drop-shadow(15px 15px 15px rgba(128, 128, 128, 0.3));
          filter: drop-shadow(15px 15px 15px rgba(128, 128, 128, 0.3));
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li {
    width: 89.3333333333vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
#sec02 .sec02_list li .list_caption {
  padding: 16px 0 32px 28px;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .list_caption {
    padding: 2.1333333333vw 0 4.2666666667vw 3.7333333333vw;
    min-height: 26.6666666667vw;
  }
}
#sec02 .sec02_list li .list_caption .caption_text {
  width: 551px;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .list_caption .caption_text {
    width: 73.4666666667vw;
  }
}
#sec02 .sec02_list li .list_caption::after {
  position: absolute;
  content: "";
  background: url(../images/sec02_list_arrow.png) center top no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .list_caption::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
  }
}
#sec02 .sec02_list li .list_caption.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#sec02 .sec02_list li .detail_box {
  margin: 0 30px;
  border-top: 4px #122b49 dotted;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .detail_box {
    margin: 0 4vw;
    border-top: 0.5333333333vw #122b49 dotted;
  }
}
#sec02 .sec02_list li .detail_box .detail_text {
  width: 600px;
  margin: 34px auto 60px;
  font-size: 26px;
  color: #122b49;
  letter-spacing: 0.04em;
  line-height: 2.11;
}
#sec02 .sec02_list li .detail_box .detail_text strong {
  font-size: 28px;
  font-weight: 700;
  color: #d62d41;
}
@media screen and (max-width: 750px) {
  #sec02 .sec02_list li .detail_box .detail_text {
    width: 80vw;
    margin: 2.6666666667vw auto 8vw;
    font-size: 3.4666666667vw;
  }
  #sec02 .sec02_list li .detail_box .detail_text strong {
    font-size: 3.7333333333vw;
  }
}
#sec02 .cv_btn_upper_text {
  margin: 58px auto 18px;
  width: 534px;
}
@media screen and (max-width: 750px) {
  #sec02 .cv_btn_upper_text {
    margin: 7.7333333333vw auto 2.4vw;
    width: 71.2vw;
  }
}
#sec02 .cv_btn {
  display: block;
  margin: 0 auto;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #sec02 .cv_btn {
    width: 86.9333333333vw;
  }
}

/**--------------------------------------------------
  sec03:自社ローンより安心＆お得な方法を知りたくないですか？
--------------------------------------------------**/
#sec03 {
  position: relative;
  background-color: #0850b7;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #sec03 {
    padding-bottom: 13.3333333333vw;
  }
}
#sec03 .cv_btn_upper_text {
  margin: 0 auto 18px;
  width: 534px;
}
@media screen and (max-width: 750px) {
  #sec03 .cv_btn_upper_text {
    margin: 0 auto 2.4vw;
    width: 71.2vw;
  }
}
#sec03 .cv_btn {
  display: block;
  margin: 0 auto;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #sec03 .cv_btn {
    width: 86.9333333333vw;
  }
}

/**------------------------------------------
  sec04:Re : START（リスタート）ローンと自社ローンを徹底比較
------------------------------------------**/
#sec04 {
  position: relative;
  background: url(../images/check_pattern_bg.png) left top repeat;
  background-size: 48px 48px;
  height: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #sec04 {
    background-size: 6.4vw 6.4vw;
    padding-bottom: 13.3333333333vw;
  }
}
#sec04 .cv_btn_upper_text {
  margin: 0 auto 18px;
  width: 534px;
}
@media screen and (max-width: 750px) {
  #sec04 .cv_btn_upper_text {
    margin: 0 auto 2.4vw;
    width: 71.2vw;
  }
}
#sec04 .cv_btn {
  display: block;
  margin: 0 auto;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #sec04 .cv_btn {
    width: 86.9333333333vw;
  }
}

/**------------------------------------------
  sec05:こんな方に特におすすめ！
------------------------------------------**/
/**------------------------------------------
  sec06:STAFFコメント
------------------------------------------**/
#sec06 {
  position: relative;
  height: auto;
  background-color: #e4f7ff;
  padding-top: 84px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #sec06 {
    padding-top: 11.2vw;
    padding-bottom: 9.3333333333vw;
  }
}
#sec06 .sec06_staff_list {
  width: 670px;
  margin: 0 auto;
}
#sec06 .sec06_staff_list li {
  width: 100%;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(128, 128, 128, 0.3));
          filter: drop-shadow(10px 10px 10px rgba(128, 128, 128, 0.3));
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_staff_list {
    width: 89.3333333333vw;
  }
  #sec06 .sec06_staff_list li {
    margin-bottom: 8vw;
  }
}
#sec06 .sec06_btn {
  display: block;
  margin: 70px auto 0;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #sec06 .sec06_btn {
    margin: 9.3333333333vw auto 0;
    width: 86.9333333333vw;
  }
}

/**------------------------------------------
  sec07:HUBRIDEの利用者からも喜びの声続々
------------------------------------------**/
#sec07 {
  position: relative;
  height: auto;
  background-color: #ffffff;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  #sec07 {
    padding-bottom: 12vw;
  }
}
#sec07 .sec07_user_list {
  width: 670px;
  margin: 0 auto;
}
#sec07 .sec07_user_list li {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_user_list {
    width: 89.3333333333vw;
  }
  #sec07 .sec07_user_list li {
    margin-bottom: 5.3333333333vw;
  }
}
#sec07 .cv_btn_upper_text {
  margin: 90px auto 18px;
  width: 534px;
}
@media screen and (max-width: 750px) {
  #sec07 .cv_btn_upper_text {
    margin: 12vw auto 2.4vw;
    width: 71.2vw;
  }
}
#sec07 .sec07_btn {
  display: block;
  margin: 0 auto;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #sec07 .sec07_btn {
    width: 86.9333333333vw;
  }
}

/**------------------------------------------
  sec08:費用例 PRICE
------------------------------------------**/
#sec08 {
  position: relative;
  height: auto;
  background-color: #0850b7;
  padding-top: 96px;
  padding-bottom: 52px;
}
@media screen and (max-width: 750px) {
  #sec08 {
    padding-top: 12.8vw;
    padding-bottom: 6.9333333333vw;
  }
}
#sec08 .sec08_title {
  margin: 0 auto;
  width: 305px;
}
@media screen and (max-width: 750px) {
  #sec08 .sec08_title {
    width: 40.6666666667vw;
  }
}
#sec08 .sec08_price_list {
  width: 660px;
  margin: 60px auto 0;
}
#sec08 .sec08_price_list li {
  width: 100%;
  margin-bottom: 50px;
  -webkit-filter: drop-shadow(15px 15px 15px rgba(128, 128, 128, 0.3));
          filter: drop-shadow(15px 15px 15px rgba(128, 128, 128, 0.3));
}
@media screen and (max-width: 750px) {
  #sec08 .sec08_price_list {
    width: 88vw;
    margin: 8vw auto 0;
  }
  #sec08 .sec08_price_list li {
    margin-bottom: 6.6666666667vw;
  }
}
#sec08 .cv_btn_upper_text {
  margin: 140px auto 18px;
  width: 534px;
}
@media screen and (max-width: 750px) {
  #sec08 .cv_btn_upper_text {
    margin: 0 auto 2.4vw;
    width: 71.2vw;
  }
}
#sec08 .cv_btn {
  display: block;
  margin: 0 auto;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #sec08 .cv_btn {
    width: 86.9333333333vw;
  }
}

/**------------------------------------------
  sec09:納車までの流れFLOW
------------------------------------------**/
#sec09 {
  position: relative;
  height: auto;
  background: url(../images/sec09_bg.jpg) center top no-repeat;
  background-size: 750px 800px;
  background-color: #e1f1ff;
  padding-top: 97px;
}
@media screen and (max-width: 750px) {
  #sec09 {
    background-size: 100vw 106.6666666667vw;
    padding-top: 12.9333333333vw;
  }
}
#sec09 .sec09_title {
  margin: 0 auto 62px;
  width: 299px;
}
@media screen and (max-width: 750px) {
  #sec09 .sec09_title {
    margin: 0 auto 8.2666666667vw;
    width: 39.8666666667vw;
  }
}

/**--------------------------------------------------
  sec10:よくある質問Q&A
--------------------------------------------------**/
#sec10 {
  position: relative;
  background: url(../images/check_pattern_bg.png) left top repeat;
  background-size: 48px 48px;
  height: auto;
  padding-top: 96px;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  #sec10 {
    background-size: 6.4vw 6.4vw;
    padding-top: 12.8vw;
    padding-bottom: 12vw;
  }
}
#sec10 .sec10_title {
  width: 204px;
  margin: 0 auto 68px;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_title {
    width: 27.2vw;
    margin: 0 auto 9.0666666667vw;
  }
}
#sec10 .qa_list_caption {
  width: 470px;
  margin: 120px auto 60px;
}
#sec10 .qa_list_caption.cp1 {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  #sec10 .qa_list_caption {
    width: 62.6666666667vw;
    margin: 16vw auto 8vw;
  }
}
#sec10 .sec10_qa_list {
  margin: 0 auto;
  width: 690px;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list {
    width: 92vw;
  }
}
#sec10 .sec10_qa_list li {
  width: 690px;
  border-radius: 16px;
  border: #0850b7 3px solid;
  background-color: #ffffff;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li {
    width: 92vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#sec10 .sec10_qa_list li .q_box {
  width: 690px;
  padding: 36px 32px 36px 146px;
  position: relative;
  min-height: 176px;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .q_box {
    width: 92vw;
    padding: 4.8vw 4.2666666667vw 4.8vw 19.4666666667vw;
    min-height: 23.4666666667vw;
  }
}
#sec10 .sec10_qa_list li .q_box .q_text {
  font-size: 32px;
  font-weight: 700;
  color: #0850b7;
  line-height: 1.625;
  width: 450px;
  min-height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .q_box .q_text {
    font-size: 4.2666666667vw;
    width: 60vw;
    min-height: 13.8666666667vw;
  }
}
#sec10 .sec10_qa_list li .q_box::before {
  position: absolute;
  content: "";
  background: url(../images/sec10_q_icon.png) center top no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  left: 42px;
  top: 50px;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .q_box::before {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    left: 5.6vw;
    top: 6.6666666667vw;
  }
}
#sec10 .sec10_qa_list li .q_box::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/sec10_list_arrow.png) center top no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .q_box::after {
    width: 8vw;
    height: 8vw;
    right: 4.2666666667vw;
  }
}
#sec10 .sec10_qa_list li .q_box.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#sec10 .sec10_qa_list li .a_box {
  position: relative;
  padding: 30px 32px 36px 146px;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .a_box {
    padding: 4vw 4.2666666667vw 4.8vw 19.4666666667vw;
  }
}
#sec10 .sec10_qa_list li .a_box .a_text {
  width: 490px;
  font-size: 26px;
  color: #122b49;
  line-height: 1.84;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .a_box .a_text {
    width: 65.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#sec10 .sec10_qa_list li .a_box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/sec10_a_icon.png) center top no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  left: 42px;
  top: 40px;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .a_box::before {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    left: 5.6vw;
    top: 5.3333333333vw;
  }
}
#sec10 .sec10_qa_list li .a_box::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #0850b7;
  width: 610px;
  height: 3px;
  left: 42px;
  top: 0;
}
@media screen and (max-width: 750px) {
  #sec10 .sec10_qa_list li .a_box::after {
    width: 81.3333333333vw;
    height: 0.4vw;
    left: 5.6vw;
    top: 0;
  }
}

/**------------------------------------------
  sec11:仮審査のお申込みFORM
------------------------------------------**/
#sec11 {
  position: relative;
  height: auto;
  background-color: #0850b7;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #sec11 {
    padding-bottom: 13.3333333333vw;
  }
}
#sec11 .form_list {
  width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec11 .form_list {
    width: 88vw;
  }
}
#sec11 .form_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  #sec11 .form_list dt {
    height: 6.6666666667vw;
    margin-bottom: 2.4vw;
  }
}
#sec11 .form_list dt .label {
  width: 90px;
  height: 50px;
  background-color: #ff8812;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  #sec11 .form_list dt .label {
    width: 12vw;
    height: 6.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}
#sec11 .form_list dt .caption {
  margin-left: 28px;
  height: 50px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
}
@media screen and (max-width: 750px) {
  #sec11 .form_list dt .caption {
    margin-left: 3.7333333333vw;
    height: 6.6666666667vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 6.6666666667vw;
  }
}
#sec11 .form_list dd {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  #sec11 .form_list dd {
    margin-bottom: 9.3333333333vw;
  }
}
#sec11 .form_list dd input[type=text], #sec11 .form_list dd input[type=name], #sec11 .form_list dd input[type=tel], #sec11 .form_list dd input[type=email], #sec11 .form_list dd select {
  outline: none;
  border: 0;
  border-radius: 15px;
  width: 100%;
  height: 100px;
  padding: 0 20px;
  font-size: 28px;
}
#sec11 .form_list dd input[type=text]::-webkit-input-placeholder, #sec11 .form_list dd input[type=name]::-webkit-input-placeholder, #sec11 .form_list dd input[type=tel]::-webkit-input-placeholder, #sec11 .form_list dd input[type=email]::-webkit-input-placeholder, #sec11 .form_list dd select::-webkit-input-placeholder {
  color: #cccccc;
}
#sec11 .form_list dd input[type=text]::-moz-placeholder, #sec11 .form_list dd input[type=name]::-moz-placeholder, #sec11 .form_list dd input[type=tel]::-moz-placeholder, #sec11 .form_list dd input[type=email]::-moz-placeholder, #sec11 .form_list dd select::-moz-placeholder {
  color: #cccccc;
}
#sec11 .form_list dd input[type=text]:-ms-input-placeholder, #sec11 .form_list dd input[type=name]:-ms-input-placeholder, #sec11 .form_list dd input[type=tel]:-ms-input-placeholder, #sec11 .form_list dd input[type=email]:-ms-input-placeholder, #sec11 .form_list dd select:-ms-input-placeholder {
  color: #cccccc;
}
#sec11 .form_list dd input[type=text]::-ms-input-placeholder, #sec11 .form_list dd input[type=name]::-ms-input-placeholder, #sec11 .form_list dd input[type=tel]::-ms-input-placeholder, #sec11 .form_list dd input[type=email]::-ms-input-placeholder, #sec11 .form_list dd select::-ms-input-placeholder {
  color: #cccccc;
}
#sec11 .form_list dd input[type=text]::placeholder, #sec11 .form_list dd input[type=name]::placeholder, #sec11 .form_list dd input[type=tel]::placeholder, #sec11 .form_list dd input[type=email]::placeholder, #sec11 .form_list dd select::placeholder {
  color: #cccccc;
}
@media screen and (max-width: 750px) {
  #sec11 .form_list dd input[type=text], #sec11 .form_list dd input[type=name], #sec11 .form_list dd input[type=tel], #sec11 .form_list dd input[type=email], #sec11 .form_list dd select {
    border: 0;
    border-radius: 2vw;
    width: 100%;
    height: 13.3333333333vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#sec11 .form_list dd select {
  width: 540px;
  padding: 0 0 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #sec11 .form_list dd select {
    width: 72vw;
    padding: 0 0 0 2vw;
  }
}
#sec11 .text1 {
  margin: 35px auto 40px;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.84;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec11 .text1 {
    margin: 4.6666666667vw auto 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
#sec11 .text1 a {
  text-decoration: underline;
  color: #ffffff;
}
#sec11 .form_btn {
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999em;
  display: block;
}
@media (any-hover: hover) {
  #sec11 .form_btn:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#sec11 #btn_send {
  background: url(../images/form_submit_btn.png) no-repeat center 0/100%;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
  width: 652px;
  height: 134px;
  margin-inline: auto;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec11 #btn_send {
    width: 86.9333333333vw;
    height: 17.8666666667vw;
  }
}

/**------------------------------------------
  sec12:運営会社OTHER
------------------------------------------**/
#sec12 {
  position: relative;
  height: auto;
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  #sec12 {
    padding-top: 13.3333333333vw;
    padding-bottom: 4.6666666667vw;
  }
}
#sec12 .sec12_title {
  width: 364px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_title {
    width: 48.5333333333vw;
    margin: 0 auto 8.5333333333vw;
  }
}
#sec12 .sec12_list {
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_list {
    width: 90.6666666667vw;
    margin: 0 auto;
  }
}
#sec12 .sec12_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
  border-bottom: 1px #122b49 solid;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_list li {
    padding: 2.9333333333vw 0;
  }
}
#sec12 .sec12_list li .sec12_list_caption {
  width: 305px;
  padding-left: 38px;
  font-size: 26px;
  font-weight: 700;
  color: #122b49;
  letter-spacing: 0.04em;
  line-height: 1.53;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_list li .sec12_list_caption {
    width: 40.6666666667vw;
    padding-left: 5.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
#sec12 .sec12_list li .sec12_list_text {
  font-size: 26px;
  color: #122b49;
  letter-spacing: 0.04em;
  line-height: 1.53;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_list li .sec12_list_text {
    font-size: 3.4666666667vw;
  }
}
#sec12 .sec12_list li .sec12_list_text a {
  font-size: 26px;
  color: #122b49;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_list li .sec12_list_text a {
    font-size: 3.4666666667vw;
  }
}
#sec12 .sec12_list li:nth-of-type(1), #sec12 .sec12_list li:nth-of-type(2) {
  border-bottom: 3px #122b49 solid;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_list li:nth-of-type(1), #sec12 .sec12_list li:nth-of-type(2) {
    border-bottom: 0.4vw #122b49 solid;
  }
}
#sec12 .sec12_under_link_list {
  margin: 75px auto 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_under_link_list {
    margin: 10vw auto 0;
  }
}
#sec12 .sec12_under_link_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  border-right: 1px #122b49 solid;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_under_link_list li {
    height: 12vw;
  }
}
#sec12 .sec12_under_link_list li > a {
  display: block;
  font-size: 26px;
  color: #122b49;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_under_link_list li > a {
    font-size: 3.4666666667vw;
  }
}
#sec12 .sec12_under_link_list li.link1 {
  width: 200px;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_under_link_list li.link1 {
    width: 26.6666666667vw;
  }
}
#sec12 .sec12_under_link_list li.link2 {
  width: 240px;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_under_link_list li.link2 {
    width: 32vw;
  }
}
#sec12 .sec12_under_link_list li.link3 {
  width: 310px;
  border-right: 0;
}
@media screen and (max-width: 750px) {
  #sec12 .sec12_under_link_list li.link3 {
    width: 41.3333333333vw;
  }
}

/**--------------------------------------------------
  footer
--------------------------------------------------**/
footer {
  background-color: #ffffff;
}
footer .footer2 {
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer2 .footer_logo {
  width: 256px;
}
@media screen and (max-width: 750px) {
  footer .footer2 {
    width: 100%;
    height: 26.6666666667vw;
  }
  footer .footer2 .footer_logo {
    width: 34.1333333333vw;
  }
}

/**--------------------------------------------------
  送信完了画面（thanks.html）
--------------------------------------------------**/
#thanks_page {
  position: relative;
  background-color: #0850b7;
  padding-top: 78px;
  padding-bottom: 75px;
}
@media screen and (max-width: 750px) {
  #thanks_page {
    padding-top: 10.4vw;
    padding-bottom: 10vw;
  }
}
#thanks_page .thanks_title {
  width: 449px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 750px) {
  #thanks_page .thanks_title {
    width: 59.8666666667vw;
    margin: 0 auto 8.2666666667vw;
  }
}
#thanks_page .img1 {
  width: 660px;
  margin: 0 auto 78px;
}
@media screen and (max-width: 750px) {
  #thanks_page .img1 {
    width: 88vw;
    margin: 0 auto 10.4vw;
  }
}
#thanks_page .to_home_btn {
  display: block;
  margin: 0 auto;
  width: 652px;
  -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 750px) {
  #thanks_page .to_home_btn {
    width: 86.9333333333vw;
  }
}

/* フローティングエリア */
@media screen and (min-width: 751px) {
  .floating_area_wrap {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .floating_area_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
  }
  .floating_area_wrap.visible {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 751px) {
  .floating_area {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .floating_area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 21.3333333333vw;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .floating_area .floating_btn {
    display: block;
    width: 43.7333333333vw;
    margin: 0 auto;
    -webkit-filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
  }
}/*# sourceMappingURL=style.css.map */