@charset "UTF-8";
.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 520px;
  z-index: 0;
  background-image: url(../../assets/img/section_fv-1.png);
}

@supports (background-image: url(../../assets/img/section_fv-1.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/section_fv-1.webp);
  }
}
@media screen and (min-width: 440px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 580px;
    z-index: 0;
    background-image: url(../../assets/img/section_fv-1.png);
  }
  @supports (background-image: url(../../assets/img/section_fv-1.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/section_fv-1.webp);
    }
  }
}
@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height: 638px;
    z-index: 0;
    background-image: url(../../assets/img/section_fv-1.png);
  }
  @supports (background-image: url(../../assets/img/section_fv-1.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/section_fv-1.webp);
    }
  }
}
@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 638px;
    z-index: 0;
    background-image: url(../../assets/img/section_fv-1.png);
  }
  @supports (background-image: url(../../assets/img/section_fv-1.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/section_fv-1.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;
}
.text-shadow_blown {
  text-shadow: 2px 1px 7px #4c4242;
}

.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-darkred-3px {
  border: 3px solid #901521;
}

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

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

.border-olive-beige {
  border: solid 1px #B7B49B;
}

.border-bottom-olivegreen-dotted {
  border-bottom: dotted 2px #B7B49B;
}

.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;
}

.border-left-white {
  border-left: 5px solid #ffffff !important;
}

.border-bottom-gray-dotted {
  border-bottom: dotted 2px #707070;
}

.recommend-dot {
  position: relative;
  display: inline-block; /* 幅＝文字 */
}

.recommend-dot::before {
  content: "";
  position: absolute;
  top: -0.3em; /* 文字の上 */
  left: 50%;
  transform: translateX(-50%);
  width: 0.2em;
  height: 0.2em;
  background: #fff; /* 白丸 */
  border-radius: 50%;
}

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

@media screen and (max-width: 991px) {
  .width-50px-sm {
    width: 50px;
  }
  .height-50px-sm {
    height: 50px;
  }
}
.bg-text_img01 {
  background: url("../../assets/img/r_nov_bg01.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/r_nov_bg01.webp)) {
  .bg-text_img01 {
    background-image: url(../../assets/img/r_nov_bg01.webp);
  }
}
.bg-text_img02 {
  background: url("../../assets/img/r_nov_bg02.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/r_nov_bg02.webp)) {
  .bg-text_img02 {
    background-image: url(../../assets/img/r_nov_bg02.webp);
  }
}
.background-img01 {
  background: url("../../assets/img/r_bg_01.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/r_bg_01.webp)) {
  .background-img01 {
    background-image: url(../../assets/img/r_bg_01.webp);
  }
}
.background-img02 {
  background: url("../../assets/img/r_bg_02.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/r_bg_02.webp)) {
  .background-img02 {
    background-image: url(../../assets/img/r_bg_02.webp);
  }
}
.background-reccomend_bg {
  background: url("../../assets/img/t_reccomend_bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_reccomend_bg.webp)) {
  .background-reccomend_bg {
    background-image: url(../../assets/img/t_reccomend_bg.webp);
  }
}
.background-point_bg {
  background: url("../../assets/img/t_point_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_point_bg.webp)) {
  .background-point_bg {
    background-image: url(../../assets/img/t_point_bg.webp);
  }
}
.background-reccomend2_bg {
  background: url("../../assets/img/t_reccomend02_bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_reccomend02_bg.webp)) {
  .background-reccomend2_bg {
    background-image: url(../../assets/img/t_reccomend02_bg.webp);
  }
}
.background-company_bg {
  background: url("../../assets/img/t_company_bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_company_bg.webp)) {
  .background-company_bg {
    background-image: url(../../assets/img/t_company_bg.webp);
  }
}
.background-company2_bg {
  background: url("../../assets/img/t_company02_bg.png");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}

@supports (background-image: url(../../assets/img/t_company02_bg.webp)) {
  .background-company2_bg {
    background-image: url(../../assets/img/t_company02_bg.webp);
  }
}
.background-faq_bg {
  background: url("../../assets/img/t_faq_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_faq_bg.webp)) {
  .background-faq_bg {
    background-image: url(../../assets/img/t_faq_bg.webp);
  }
}
@media screen and (min-width: 992px) {
  .background-list_bg {
    background: url("../../assets/img/t_list_bg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../../assets/img/t_list_bg.webp)) {
    .background-list_bg {
      background-image: url(../../assets/img/t_list_bg.webp);
    }
  }
}
.background-articles_bg {
  background: url("../../assets/img/t_articles_bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/t_articles_bg.webp)) {
  .background-articles_bg {
    background-image: url(../../assets/img/t_articles_bg.webp);
  }
}
.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;
}

.height-170 {
  height: 170px;
}

.rounded-top-20 {
  border-radius: 20px 20px 0px 0;
}

.rounded-top-10 {
  border-radius: 10px 10px 0px 0;
}

.border_right_solid_vertical {
  border-right: 1px solid #fff;
}

.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: #9E9E9E;
  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: #9E9E9E;
}

/*ボックス*/
.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-image: url(../../assets/img/header_circle.png);
  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%;
  }
}
@supports (background-image: url(../../assets/img/header_circle.webp)) {
  .title-with-circle::before {
    background-image: url(../../assets/img/header_circle.webp);
  }
}
.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);
}

.bg_left_house {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #EAE6E3;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/section_01-bg.png");
}

.webp .bg_left_house {
  background-image: url("../../assets/img/section_01-bg.webp");
}

@media screen and (min-width: 768px) {
  .bg_left_house {
    min-height: 140px;
  }
}
.bg_right_house {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #EAE6E3;
  background-size: contain;
  background-position: center;
  background-image: url("../../assets/img/section_03-1.png");
}

.webp .bg_right_house {
  background-image: url("../../assets/img/section_03-1.webp");
}

@media screen and (min-width: 768px) {
  .bg_right_house {
    height: 200px;
  }
}
.section02-point-card {
  position: relative;
  border: 2px solid #B84F49;
  border-radius: 18px;
  padding: 2.5rem 2rem 1.75rem 3rem;
  overflow: visible;
}

.section02-point-card p {
  color: #555555;
  font-size: 0.95rem;
}

.section02-point-badge {
  position: absolute;
  top: -38px;
  left: -12px;
  width: 100px;
  height: 100px;
  background-image: url("../../assets/img/section_02-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-weight: 700;
}

@supports (background-image: url("../../assets/img/section_02-1.webp")) {
  .section02-point-badge {
    background-image: url("../../assets/img/section_02-1.webp");
  }
}
.section02-point-badge-label {
  font-size: 0.72rem;
  line-height: 1.1;
}

.section02-point-badge-number {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 991.98px) {
  .section02-point-card {
    padding: 2.5rem 1.75rem 1.5rem 2rem;
  }
  .section02-point-badge {
    width: 70px;
    height: 70px;
    left: 12px;
    top: -28px;
  }
}
.section03-card-media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.section03-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section03-info {
  margin-bottom: 0;
}

.section03-info dt {
  letter-spacing: 0.05em;
}

.section03-info dd {
  margin-bottom: 0;
}

.bg_hikaku {
  width: 100%;
  min-height: 120px;
  display: flex; /* ← 親を flex にする */
  align-items: center; /* ← 上下中央 */
  background-color: #EAE6E3;
  background-image: url("../../assets/img/section_07-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 768px) {
  .bg_hikaku {
    min-height: 280px;
  }
  .fs-lg-11 {
    font-size: 2.5rem !important;
  }
  .fs-lg-12 {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
}
.bg_company_banner {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #EAE6E3;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/section_08-1.png");
}

.webp .bg_company_banner {
  background-image: url("../../assets/img/section_08-1.webp");
}

.section10-feature {
  background-color: #ffffff;
}

.section10-media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: visible;
}

.section10-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section10-ribbon {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 90%;
  min-height: 100px;
  padding: 1rem 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .section10-ribbon {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 90%;
    height: 50%;
    min-height: 100px;
    padding: 1rem 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    z-index: 2;
  }
}
@media screen and (min-width: 992px) {
  .section10-ribbon02 {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 98%;
    height: 50%;
    min-height: 100px;
    padding: 1rem 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 18px;
    z-index: 2;
  }
}
.section10-ribbon-title {
  letter-spacing: 0.02em;
}

.section10-ribbon-label {
  letter-spacing: 0.08em;
}

.section10-body {
  background-color: #ffffff;
}

@media screen and (max-width: 575.98px) {
  .section10-ribbon {
    width: 90%;
    height: 40%;
    max-width: none;
  }
}
.mt-sm-40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */