@charset "UTF-8";

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

.text-shadow_white {
  text-shadow: 2px 1px 7px #fff;
}

.triangle-bottom-white::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
}

.border-blue {
  border: solid 3px #144A7A;
}

.border_green {
  border: solid 1px #3AB7AD !important;
}

.border-line {
  border-bottom: dotted 2px #144A7A;
  margin-left: 1rem;
}

.border-bottom-white-1px {
  border-bottom: solid 1px #ffffff;
}

.border-orange-3px {
  border: 3px solid #FC633D;
}

.border-bottom-orange-solid {
  border-bottom: solid 4px #FC633D;
}

.border-gray-1px {
  border: solid 1px #777777;
}

.border-bottom-brown-dotted {
  border-bottom: dotted 2px #C9724A;
}

.border-bottom-orange-dotted {
  border-bottom: dotted 2px #F39700;
}

.border-bottom-brown {
  border-bottom: solid 1px #C9724A;
}

.border-left-black {
  border-left: 5px solid #222222 !important;
}

.width-35px {
  width: 35px;
}

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }

  .height-50px-sm {
    height: 50px;
  }
}

.background-reccomend_bg {
  background: url();
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-reccomend_bg {
    background-image: url();
  }
}


.background-faq_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-faq_bg {
    background-image: url();
  }
}

@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url();
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  @supports (background-image: url()) {
    .background-list_bg {
      background-image: url();
    }
  }
}

.background-articles_bg {
  background: url();
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url()) {
  .background-articles_bg {
    background-image: url();
  }
}

.blue_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #144A7A;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

.green_border::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #3AB7AD;
  margin: 10px auto 0;
  /* 上に少し余白、中央寄せ */
  border-radius: 3px;
  /* 少し丸みを持たせる（不要なら削除） */
}

/*高さ*/
.height-240 {
  height: 240px;
}

.height-290 {
  height: 290px;
}

.height-340 {
  height: 340px;
}

.height-720 {
  height: 720px;
}

.height-230 {
  height: 230px;
}

.height-70 {
  height: 70px;
}

.height-45 {
  height: 45px;
}

.height-30px {
  height: 30px;
}

.height-80px {
  height: 80px;
}

.height-100 {
  height: 100px;
}

.height-120 {
  height: 120px;
}

.border_solid_1 {
  border-top: 1px solid #C1A342;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border_solid_blue_1 {
  border: 1px solid #144A7A;
}

.border_solid_green_1 {
  border: 1px solid #9CDBD6;
}

.pt150 {
  padding-top: 150px;
}

.pt100 {
  padding-top: 100px;
}

.pt50 {
  padding-top: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

/*位置*/
.transform-translate-n50 {
  transform: translate(-50%, -50%);
}

.top-40 {
  top: 40%;
}

.top-87 {
  top: 87%;
}

.top-65 {
  top: 65%;
}

.z-99 {
  z-index: 99 !important;
}

.z-999 {
  z-index: 999 !important;
}

#headingSubsidy {
  text-align: center;
}

/* アコーディオンの矢印を白に */
/* 開いたときも白のままにする */
/* ＋／− アイコン固定位置で装飾 */
.faq-accordion-btn::after {
  content: "+";
  font-size: 1.8rem;
  font-weight: bold;
  color: #009FBB;
  margin-left: auto;
  background-image: none !important;
  /* Bootstrapの矢印削除 */
  transform: none !important;
  transition: color 0.3s ease;
  position: relative;
  top: -7px;
  /* 上下のズレ防止 */
}

/* 開いた時（−に変化） */
.faq-accordion-btn:not(.collapsed)::after {
  content: "−";
  color: #009FBB;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
}

/*※この親のdisplay:flex;を指定する*/
@media screen and (max-width: 768px) {
  .w-sm80 {
    width: 80% !important;
    margin: 0 auto !important;
  }

  .w-sm100 {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .w-sm75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .w-sm60 {
    width: 60% !important;
    margin: 0 auto !important;
  }

  .w-sm30 {
    width: 30% !important;
    margin: 0 auto !important;
  }
}

.height-100 {
  height: 100px;
}

.top-60 {
  top: 60%;
}

.top-90 {
  top: 90%;
}

.bottom-0 {
  bottom: 0%;
}

.banner-close {
  top: -14px;
  left: 333px;
  padding: 4px 10px 6px 10px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

@media screen and (min-width: 768px) {
  .banner-close {
    left: 363px;
  }
}

.nav-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .w-sm-75 {
    width: 75% !important;
    margin: 0 auto !important;
  }

  .f-sm-16 {
    font-size: 16px !important;
  }
}

.overflow-x-auto {
  -webkit-overflow-scrolling: touch;
  /* iOSの慣性スクロール対応 */
  scrollbar-width: none;
  /* Firefoxでスクロールバー非表示 */
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
  /* Chrome/Safariでスクロールバー非表示 */
}

.title-with-circle {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN W4", "Rounded-L M+ 1m", "HGMaruGothicMPRO", "MS PGothic", sans-serif;
}

.title-with-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .title-with-circle::before {
    left: 4%;
  }
}

.divider-dots {
  position: relative;
  text-align: center;
}

.divider-dots::before,
.divider-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.divider-dots::before {
  left: 0;
}


.divider-dots::after {
  right: 0;
}

@media screen and (max-width: 767px) {

  .divider-dots::before,
  .divider-dots::after {
    width: 8px;
    height: 8px;
  }
}

/* 吹き出し用クラス */
.fukidashi-right-light,
.fukidashi-right-gray,
.fukidashi-left-light,
.fukidashi-left-gray {
  position: relative;
  border-radius: 12px;
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before,
.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
}

.fukidashi-left-light::before,
.fukidashi-left-gray::before {
  border-width: 0 25px 20px 0;
  border-color: transparent var(--fukidashi-color) transparent transparent;
}

.fukidashi-left-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-left-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-light::before,
.fukidashi-right-gray::before {
  border-width: 20px 25px 0 0;
  border-color: var(--fukidashi-color) transparent transparent transparent;
}

.fukidashi-right-light {
  --fukidashi-color: #EEEEEE;
  background-color: var(--fukidashi-color);
}

.fukidashi-right-gray {
  --fukidashi-color: #DDDDDD;
  background-color: var(--fukidashi-color);
}

@media screen and (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .left-40 {
    left: 40px;
  }

  /*高さ*/
  .height-40-lg {
    height: 40px !important;
  }

  .height-80-lg {
    height: 80px !important;
  }

  .height-120-lg {
    height: 120px !important;
  }

  .height-180-lg {
    height: 180px !important;
  }

  .height-240-lg {
    height: 240px;
  }

  .height-200-lg {
    height: 200px;
  }

  .height-280-lg {
    height: 280px;
  }

  .height-350-lg {
    height: 350px;
  }

  .height-290-lg {
    height: 290px;
  }

  .height-340-lg {
    height: 340px;
  }

  .width-lg-70pr {
    width: 70%;
  }

  .width-lg-50pr {
    width: 50%;
  }

  .w-lg-100pr {
    width: 100% !important;
  }

  .deco-img01 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img01::after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco01.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    /* クリック操作を邪魔しない */
  }

  .deco-img02 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img02::after {
    content: "";
    position: absolute;
    bottom: 165px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco02.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }

  .deco-img03 {
    position: relative;
    /* 疑似要素の基準にする */
    overflow: hidden;
    /* はみ出し防止（必要なら） */
  }

  .deco-img03::after {
    content: "";
    position: absolute;
    bottom: 0px;
    /* 下からの距離調整 */
    right: 10px;
    /* 右からの距離調整 */
    width: 100px;
    /* 画像サイズ調整 */
    height: 100px;
    background: url("../../../assets/img/s_deco03.png") no-repeat center/contain;
    opacity: 0.8;
    /* 少し透過させたい場合 */
    pointer-events: none;
    z-index: 5;
  }
}



/* ===== section01 styles ===== */
#section01 ,#section08 {
  position: relative;
  background: url("../img/section-01-bg.png") center / cover no-repeat;
}

#section01 .container, #section08 .container {
  position: relative;
  z-index: 1;
}

.form-wrapper {
  max-width: 960px;
  position: relative;
}

.section01-form {
  position: relative;
  padding: 40px 20px 20px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 8px;
}

#section01 .container, #section08 .container {
  background-color: rgba(255, 255, 255, 0.55);
}

@media screen and (max-width: 767px) {
  .section01-form {
    padding: 20px 10px;
  }
}

.form-wrapper {
  max-width: 960px;
  position: relative;
}

/* 右上画像 */
.form-bg {
  position: absolute;
  top: -70px;
  right: 40px;
  transform: translateX(20%);
  z-index: 2;
}


/* 左上ラベル */
.form-label-box {
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #8ed3f4;
  color: #fff;
  padding: 6px 18px;
  font-weight: bold;
  border-radius: 20px;
  z-index: 3;
}

/* フォーム */
.section01-form {
  position: relative;
  padding: 40px 20px 20px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 8px;
  z-index: 1;
}

#section01 .section01-title, #section08 .section01-title {
font-size: clamp(26px, 6vw, 64px);
}



/* ===== section02 ===== */
#section02.section02 {
  background-color: #232b44; /* スクショと同系の濃紺 */
}

#section02 .section02-title {
  font-size: 1.75rem;
  line-height: 1.3;
}

#section02 .section02-subtitle {
  font-size: 1.5rem;
}

#section02 .section02-copy {
  font-size: 1rem;
  line-height: 1.7;
}

#section02 .text-warning {
  color: #ffca28 !important; /* ゴールド系 */
}

@media screen and (max-width: 767px) {
  #section02 .section02-title {
    font-size: 1.5rem;
  }
  #section02 .section02-subtitle {
    font-size: 1.25rem;
  }
}



/* ===== section03 ===== */
#section03.section03 {
  background-color: #f5f5f5;
}

.section03-heading {
  background-color: #232b44;
  font-size: 1.5rem;
  border-radius: 4px;
}

.section03-table {
  background-color: #ffffff;
}

.section03-table th {
  background-color: #9a9a9a;
  color: #ffffff;
  text-align: center;
}

.section03-table td,
.section03-table th {
  vertical-align: middle;
  text-align: center;
}

.section03-more {
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  text-decoration: none;
}

.section03-more:hover {
  background-color: #333333;
}

/* スマホ表示の調整 */
@media screen and (max-width: 767px) {
  .section03-heading {
    font-size: 1.25rem;
  }
  .section03-table th,
  .section03-table td {
    font-size: 0.875rem;
  }
}

/* section04（口コミ） */

.section04 .section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  background-color: #223e5d;
  padding: 10px 20px;
  border-radius: 4px;
}

/* まずは縦並び（デフォルト） */
.section04 .cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section04 .card {
  background-color: #fff;
  padding: 30px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

/* 992px以上で横並び */
@media (min-width: 992px) {
  .section04 .cards {
    flex-direction: row;
    justify-content: space-between;
  }

  .section04 .card {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.section04 .card .testimonial {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  flex-grow: 1;
}

.section04 .card .avatar {
  text-align: center;
  margin-bottom: 10px;
}

.section04 .card .avatar img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.section04 .card .source {
  font-size: 0.8rem;
  color: #777;
  text-align: right;
}




/* section05（万が一〜買取サポート） */
.section05 {
  padding: 0;             /* バナーのみで余白は内部に */
  background-color: #fff;
}

.section05 .banner {
  position: relative;
  background-color: #223e5d; /* 濃紺 */
  color: #fff;
  text-align: center;
  padding: 60px 20px 80px;   /* 下に余白を大きめに取って角の余白を確保 */
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); /* 下部をひし形に */
}

.section05 .banner-text {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.section05 .banner-text .highlight {
  color: #d4a33d; /* 黄金色 */
}




/* section06 */

.section06 .feature {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.section06 .feature:nth-child(even) {
  flex-direction: row-reverse;
}

.section06 .feature .picture img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  object-fit: cover;
}

.section06 .feature .text {
  flex: 1;
}

.section06 .feature .text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #223e5d;
  margin-bottom: 16px;
}

.section06 .feature .text .num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  color: #223e5d;
  margin-right: 8px;
}

.section06 .feature .text p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .section06 .feature {
    flex-direction: column;
  }
  .section06 .feature:nth-child(even) {
    flex-direction: column;
  }
  .section06 .feature .picture img {
    max-width: 100%;
  }
}


/* section07（任意売却・リースバック） */
.section07 .banner {
  position: relative;
  background-color: #d6f0fb;
  border-top: 6px solid #223e5d;
  border-bottom: 6px solid #223e5d;
  padding: 40px 20px;
  text-align: center;
}

.section07 .banner-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
}

.section07 .banner-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.section07 .banner-text {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #223e5d;
  margin: 0;
}

.section07 .banner-text .highlight {
  color: #e63625; /* 赤系強調色 */
  text-decoration: underline;
}

/* スマホ時はアイコンを非表示または縮小 */
@media screen and (max-width: 768px) {
  .section07 .banner-icon {
    display: none;
  }
  .section07 .banner-text {
    font-size: 1.25rem;
  }
}


/* ===============================
   FV CONTENT
================================= */

.fv-inner {
  position: relative;
  height: 100%;
  color: #2c3445;
}


/* コピー */
.fv-copy {
  margin-top: 40px;
}

.fv-sub {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fv-main {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

.fv-store {
  display: inline-block;
  background: rgba(44,52,69,0.85);
  color: #fff;
  padding: 12px 24px;
  font-size: 28px;
  font-weight: 700;
}

/* CTA */
.fv-cta {
  margin-top: 30px;
}

.fv-btn {
  display: inline-block;
  background: #e62712;
  color: #fff;
  padding: 18px 70px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.fv-btn:hover {
  opacity: 0.9;
}

/* CTAを基準にする */
.fv-cta {
  position: relative;
  display: inline-block;
}

/* 指マーク */
.fv-cta::before {
  content: "";
  position: absolute;
  left: -40px;   /* 左位置調整 */
  bottom: -20px; /* 下位置調整 */
  width: 80px;   /* サイズ調整 */
  height: 80px;
  background-image: url("../../assets/img/section-01-03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

/* webp対応 */
@supports (background-image: url("../../assets/img/section-01-03.webp")) {
  .fv-cta::before {
    background-image: url("../../assets/img/section-01-03.webp");
  }
}



/* 右側バッジ画像 */
.fv-badges {
  position: absolute;
  right: 0;
  top: 80px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fv-badges li {
  margin: 0;
}

/* .fv-badges img {
  height: auto;
  display: block;
} */


/* ===============================
   Responsive
================================= */

@media screen and (max-width: 991px) {

  .fv-main {
    font-size: 32px;
  }

  .fv-sub {
    font-size: 20px;
  }

  .fv-store {
    font-size: 20px;
  }

  .fv-badges {
    display: none;
  }
}



/*------------------------------------- */
/* 色
/*------------------------------------- */
.white {
  color: #FFF !important;
}
.black{
  color: #222222 !important;
}
.red {
  color: #C92910 !important;
}
.yellow {
  color: #EEC555 !important;
}
.red {
  color: #DE4341 !important;
}
.blue {
  color: #242E43 !important;
}


/*------------------------------------- */
/* 背景色 */
/*------------------------------------- */
.bg_black {
  background-color: #222222 !important;
}
.bg_white {
  background-color: #FFFFFF !important;
}
.bg_red {
  background-color: #DE4341 !important;
}
.bg_orange {
  background-color: #DD2F14 !important;
}
.bg_blue{
  background-color: #242E43 !important;
}
.bg_light_blue{
  background-color: #58C2E4 !important;
}
.bg_gray {
  background-color: #999999 !important;
}
.bg_light_gray {
  background-color: #EFEFEF !important;
}
.bg_dark_gray {
  background-color: #555555 !important;
}
.bg_beige {
  background-color: #EDECE7 !important;
}

