@charset "UTF-8";
.bg-fv {
  background-size: cover;
  background-position: 75% 0%;
  background-repeat: no-repeat;
  height: 400px;
  z-index: 0;
  background-image: url(../../asset/img/fv.png);
}

@supports (background-image: url(../../asset/img/fv.webp)) {
  .bg-fv {
    background-image: url(../../asset/img/fv.webp);
  }
}
.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 150px;
  z-index: 0;
  background-image: url(../../asset/img/bg-sub.png);
}

@supports (background-image: url(../../asset/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../asset/img/bg-sub.webp);
  }
}
/*位置*/
.top-n5 {
  top: -5px;
}

.top-n10 {
  top: -10px;
}

.top-n15 {
  top: -15px;
}

.top-n20 {
  top: -20px;
}

.top-n50 {
  top: -50px;
}

@media screen and (min-width: 768px) {
  .bottom-md-10 {
    bottom: 10% !important;
  }
  .img-position01 {
    bottom: 10%;
    left: -80px;
  }
  .img-position02 {
    top: 10%;
    right: -80px;
  }
}
/*高さ*/
.h-90 {
  height: 90px;
}

.h-150 {
  height: 150px;
}

.h-380 {
  height: 380px;
}

@media screen and (min-width: 768px) {
  .h-md-130 {
    height: 130px;
  }
}
/*幅*/
.w-150 {
  width: 150px;
}

.w-220 {
  width: 220px;
}

.w-370 {
  width: 370px;
}

.w-15 {
  width: 15%;
}

.w-75-85 {
  width: 75%;
}

.w-50-70 {
  width: 50%;
}

.w-20-13 {
  width: 20%;
}

.w-30-33 {
  width: 30%;
}

@media screen and (min-width: 576px) {
  .w-sm-400 {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .w-75-85 {
    width: 85%;
  }
  .w-50-70 {
    width: 70%;
  }
}
/*ボーダー*/
.border-color-gray {
  border-color: #7F8CAA !important;
}

.border-color-navy {
  border-color: #11155D !important;
}

.border-dotted-navy {
  border-bottom: 1px dotted #11155D !important;
}

.border-dotted-blue {
  border-bottom: 1px dotted #C9DBDA !important;
}

/*シャドウ*/
.text-shadow {
  text-shadow: #000 2px 2px 10px;
}

.text-white-shadow {
  text-shadow: #fff 0px 0px 5px;
}

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

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

.box-child-text {
  flex-grow: 1;
} /*※この親のdisplay:flex;を指定する*/
.cta-box {
  border-radius: 0 0 0 50px;
}

.voice-box {
  border-radius: 0 50px 0 50px !important;
}

.voice-box-left {
  border-radius: 50px 0 50px 0 !important;
}

/*テキスト*/
.text-number {
  font-size: 170%;
}

.index-link {
  font-size: 12px;
}

.ls-n1 {
  letter-spacing: -1px !important;
}

@media screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
/*画像*/
.img-number {
  top: -15px;
  width: 40px;
}

.img-company {
  max-height: 350px;
}

.table-company {
  bottom: 145px;
}

@media screen and (min-width: 469px) {
  .table-company {
    bottom: 70px;
  }
}
/* 背景 */
.bg-choose, .bg-recommend, .bg-side, .bg-estate {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 150px;
  z-index: 0;
  background-image: url(../../asset/img/bg-howtochoose_sp.png);
}

@supports (background-image: url(../../asset/img/bg-howtochoose_sp.webp)) {
  .bg-choose {
    background-image: url(../../asset/img/bg-howtochoose_sp.webp);
  }
}
.bg-recommend {
  height: 190px;
  background-position: 50% 100%;
  background-image: url(../../asset/img/bg-recommend_sp.png);
}

@supports (background-image: url(../../asset/img/bg-recommend_sp.webp)) {
  .bg-recommend {
    background-image: url(../../asset/img/bg-recommend_sp.webp);
  }
}
.bg-side {
  height: auto;
  background-image: url(../../asset/img/bg-side.png);
}

@supports (background-image: url(../../asset/img/bg-side.webp)) {
  .bg-side {
    background-image: url(../../asset/img/bg-side.webp);
  }
}
.bg-estate {
  height: auto;
  background-size: 100% auto;
  background-image: url(../../asset/img/bg-estate.png);
}

@supports (background-image: url(../../asset/img/bg-estate.webp)) {
  .bg-estate {
    background-image: url(../../asset/img/bg-estate.webp);
  }
}
/*装飾*/
.triangle-bottom-navy::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-top: 10px solid #11155D;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.svg-color-white {
  filter: invert(100%) sepia(0%) saturate(603%) hue-rotate(123deg) brightness(116%) contrast(102%);
}

/*フローティングバナー*/
.h-0 {
  height: 0;
}

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

.banner-close {
  top: 0px;
  right: 0px;
  padding: 2px 6px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px #ccc;
}

.overflow-hidden {
  overflow: hidden !important;
}

.w-420 {
  width: 420px;
}

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

@media screen and (min-width: 768px) {
  .top-md-65 {
    top: 65% !important;
  }
  .bottom-md-20 {
    bottom: 20px !important;
  }
  .end-md-20 {
    right: 20px !important;
  }
}
/* アコーディオン用 */
#faq .accordion_title {
  display: flex;
  position: relative;
}

#faq .accordion_title::before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: rotate(0deg);
  z-index: 10;
}

#faq .accordion-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: rotate(90deg);
  transition: 0.5s;
}

#faq .accordion-button:not(.collapsed) {
  background-color: #7F8CAA !important;
}

#faq .accordion_title:hover {
  cursor: pointer;
}

#faq .accordion-button:not(.collapsed)::after {
  display: none;
}/*# sourceMappingURL=style.css.map */