@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: 700px;
    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%;
}

/* --- section01 styles (added to match design) --- */
#section01 {
  background-color: #fbfbfb;
}
#section01 .text-orange {
  color: #C9724A;
  font-weight: 600;
  letter-spacing: 0.02em;
}
#section01 .blue {
  color: #144A7A;
}
#section01 h2 {
  font-size: 2rem;
}
.point-badge {
  background: #F39700;
  color: #ffffff;
  font-weight: 700;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1.25rem;
}
#section01 .rounded-3 {
  object-fit: cover;
  max-height: 320px;
}
@media screen and (min-width: 992px) {
  #section01 h2 { font-size: 2.6rem; }
  .point-badge { width: 68px; height: 68px; font-size:1.4rem; border-radius:10px; }
}


/* --- section02 banner styles --- */
#section02 .section02-banner {
  background-image: url("../../assets/img/section-02_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border: 1px solid #e6e6e6;
}

@supports (background-image: url("../../assets/img/section-02_bg.webp")) {
  #section02 .section02-banner {
    background-image: url("../../assets/img/section-02_bg.webp");
  }
}

#section02 .section02-inner {
  backdrop-filter: none;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.45);
}

#section02 .emph-box {
  display: inline-block;
  background: #ffffff;
  color: #144A7A;
  padding: 0.25rem 0.7rem;
  border-radius: 4px;
  font-weight: 800;
  margin-right: .4rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

@media screen and (min-width: 992px) {
  #section02 .section02-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  #section02 .section02-inner h3 { font-size: 2rem; }
  #section02 .section02-inner p.fs-2 { font-size: 2.25rem; }
}

/* --- section03 / Remado interview styles --- */
#section03 {
  background-color: #f3fbff;
}
#section03 .remado-badge {
  background:#144A7A;
  color:#fff;
  padding:6px 10px;
  border-radius:4px;
  font-weight:700;
  font-size:0.85rem;
}
#section03 .remado-name {
  color:#0b3a66;
  font-size:1.6rem;
  font-weight:800;
  letter-spacing:0.02em;
}
.remado-hero { gap: 2rem; }
.remado-portrait { width:100%; height:auto; object-fit:cover; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.remado-quote {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.04);
}
.remado-quote-text {
  font-size:1.6rem;
  line-height:1.4;
  color:#1a2230;
  font-weight:600;
  margin-bottom:1.2rem;
}
.remado-quote-by { color:#6b7280; font-size:0.95rem; }

@media screen and (min-width: 992px) {
  .remado-quote-text { font-size:2.2rem; }
  .remado-name { font-size:2rem; }
  .remado-hero { align-items: center; }
}

/* --- section04 quote/banner styles --- */
#section04 {
  background-color: #e9f3fb;
}
.quote-banner {
  max-width: 1100px;
  background: transparent;
}
.quote-banner .decor-line img { height: 10px; object-fit: cover; display:block; }
.quote-inner {  padding: 1.25rem; }
.quote-inner .lead { font-size: 1.2rem; color: #243142; margin-bottom: .8rem; }
.emph-red {
  color: #C72E2E;
  font-weight: 800;
  background: transparent;
  padding: 0 .25rem;
}

@media screen and (min-width: 992px) {
  .quote-inner { padding: 2.5rem 3rem; }
  .quote-inner .lead { font-size: 1.5rem; }
  .quote-inner .h3 { font-size: 1.8rem; }
  .quote-banner .decor-line img { height: 6px; }
}

/* --- section05 reasons grid styles --- */
#section05 { background: #fbfbfb; }
#section05 .reason-card { transition: transform .18s ease, box-shadow .18s ease; }
#section05 .reason-card:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
#section05 .reason-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #C9A24A;
  color: #fff;
  width: 44px;
  height: 44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  font-weight:800;
}
#section05 .reason-card img {  width:100%; object-fit:cover; }
#section05 p.small.text-muted { color: #55616a; }

@media screen and (min-width: 992px) {
  #section05 h2 { font-size: 2rem; }
}


.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;
  }
}

/* ===== Section 06 ===== */
#section06 .section06-bg {
  /* fallback（通常画像） */
  background-image: url("../../assets/img/section-06_bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 12px;
}

/* image-setが使えるブラウザのみ上書き */
@supports (background-image: image-set(url("a.webp") type("image/webp"))) {
  #section06 .section06-bg {
    background-image: image-set(
      url("../../assets/img/section-06_bg.webp") type("image/webp"),
      url("../../assets/img/section-06_bg.png") type("image/png")
    );
  }
}


#section06 .section06-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#section06 .section06-bg .container {
  position: relative;
  z-index: 2;
}

#section06 .section06-cta-box {
  display: block;
  background-color: #ff9966;
  border-radius: 16px;
  padding: 40px 20px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section06 .section06-cta-box:hover {
  background-color: #ff8844;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

#section06 .section06-cta-content {
  width: 100%;
}

#section06 .section06-cta-company {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

#section06 .section06-cta-text {
  font-size: 22px;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767px) {
  #section06 .section06-bg {
    min-height: 300px;
    padding: 20px !important;
  }
  
  #section06 .section06-cta-box {
    padding: 30px 15px;
    min-height: 150px;
  }
  
  #section06 .section06-cta-text {
    font-size: 18px;
  }
}



/* ===== Section 10 ===== */
#section10 .section10-bg {
  /* fallback（通常画像） */
  background-image: url("../../assets/img/section-06_bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 12px;
}

/* image-setが使えるブラウザのみ上書き */
@supports (background-image: image-set(url("a.webp") type("image/webp"))) {
  #section10 .section10-bg {
    background-image: image-set(
      url("../../assets/img/section-06_bg.webp") type("image/webp"),
      url("../../assets/img/section-06_bg.png") type("image/png")
    );
  }
}


#section10 .section10-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#section10 .section10-bg .container {
  position: relative;
  z-index: 2;
}

#section10 .section10-cta-box {
  display: block;
  background-color: #ff9966;
  border-radius: 16px;
  padding: 40px 20px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section10 .section10-cta-box:hover {
  background-color: #ff8844;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

#section10 .section10-cta-content {
  width: 100%;
}

#section10 .section10-cta-company {
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

#section10 .section10-cta-text {
  font-size: 22px;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767px) {
  #section10 .section10-bg {
    min-height: 300px;
    padding: 20px !important;
  }
  
  #section10 .section10-cta-box {
    padding: 30px 15px;
    min-height: 150px;
  }
  
  #section10 .section10-cta-text {
    font-size: 18px;
  }
}


/*------------------------------------- */
/* 色
/*------------------------------------- */
.white {
  color: #FFF !important;
}
.black{
  color: #222222 !important;
}
.red {
  color: #B01A1A !important;
}
.blue {
  color: #00296B !important;
}
.light_gray {
  color: #F5F5F5 !important;
}
.beige {
  color: #BC7E06 !important;
}



/*------------------------------------- */
/* 背景色 */
/*------------------------------------- */
.bg_black {
  background-color: #222222 !important;
}
.bg_white {
  background-color: #FFFFFF !important;
}
.bg_red {
  background-color: #B01A1A !important;
}
.bg_blue {
  background-color: #E6F1F9 !important;
}
.bg_dark_blue {
  background-color: #00296B !important;
}
.bg-gray {
  background-color: #CCCCCC !important;
}
.bg_light_gray {
  background-color: #EFEFEF !important;
}
.bg_dark_gray {
  background-color: #999999 !important;
}


.line-both {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; /* 文字と線の間隔 */
}

.line-both::before,
.line-both::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #BC7E06;
}


/* ===== FVナビ ===== */
.fv-nav {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
}

.fv-nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.fv-nav-inner a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  transition: 0.3s;
  font-size: 13px;
}

.fv-nav-inner a:hover {
  color: #ff8800;
  transform: translateY(-3px);
}



