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

@supports (background-image: url(../../assets/img/fv_sp.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/fv_sp.webp);
  }
}
.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 150px;
  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);
  }
}
/*位置*/
.top-n10 {
  top: -10px;
}

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

.tac-img {
  margin-left: -15px;
}

.introduce-img {
  max-width: 280px;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .bottom-md-170 {
    bottom: 170px !important;
  }
}
/*高さ*/
.h-150 {
  height: 150px;
}

@media screen and (min-width: 768px) {
  .h-md-80 {
    height: 80px;
  }
}
/*幅*/
.w25-20 {
  width: 25%;
}

.w35-65 {
  width: 35%;
}

.w30-50 {
  width: 30%;
}

.w100-75 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .w25-20 {
    width: 20%;
  }
  .w35-65 {
    width: 65%;
  }
  .w30-50 {
    width: 50%;
  }
  .w100-75 {
    width: 75%;
  }
}
/*ボーダー*/
.border-color-red {
  border-color: #C43F3F !important;
}

.border-color-blue {
  border-color: #009FBB !important;
}

.border-dashed-gray {
  border-bottom: 1px dashed #222 !important;
}

.border-dashed-blue {
  border-bottom: 1px dashed #009FBB !important;
}

/*シャドウ*/
.text-blue-shadow {
  text-shadow: #3018A2 1px 1px 3px;
}

.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;を指定する*/
.box-blue {
  box-shadow: #008DB1 0 3px 1px;
}

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

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

.text-lead {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .text-lead {
    font-size: 14px;
  }
}
/*画像*/
/* 背景 */
.bg-note, .bg-note-yellow {
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../../assets/img/bg-note.svg);
}

.bg-note-yellow {
  background-image: url(../../assets/img/bg-note_yellow.svg);
}

.bg-house::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 118px;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 50% 100%;
  background-image: url(../../assets/img/bg-line.svg);
}

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

@supports (background-image: url(../../assets/img/bg-side.webp)) {
  .bg-side {
    background-image: url(../../assets/img/bg-side.webp);
  }
}
.bg-recommend {
  height: 397px;
  background-image: url(../../assets/img/bg-recommend.svg);
  background-position: 50% 50%;
  position: relative;
  z-index: 2;
}

/*装飾*/
.bg-category {
  background-color: rgba(237, 179, 18, 0.7019607843);
  padding: 5px 10px;
  transform: rotate(0.98turn);
  position: relative;
  top: -10px;
  left: -10px;
}

/*フローティングバナー*/
.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;
}

@media screen and (min-width: 768px) {
  .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: #009FBB;
  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: #009FBB;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: rotate(90deg);
  transition: 0.5s;
}

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

#faq .accordion-button:not(.collapsed)::after {
  display: none;
}

/*その他*/
.fv-title {
  height: 350px;
  text-align: center;
  margin-top: 15%;
  margin-right: 3%;
}

@media screen and (min-width: 450px) {
  .fv-title {
    margin-top: 10%;
  }
  .fv-title img {
    max-width: 350px;
  }
}
@media screen and (min-width: 550px) {
  .fv-title {
    margin-top: 5%;
  }
}
.index-link {
  font-size: 12px;
  position: relative;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .index-link {
    font-size: 14px;
  }
}
.text-pr-box, .btn-pr {
  left: 55%;
  transform: translate(-50%, -50%);
}

.text-pr-box {
  top: 55%;
  font-size: 12px;
}

.btn-pr {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .text-pr-box {
    font-size: 14px;
  }
  .btn-pr {
    bottom: 8%;
  }
  .point-box {
    min-height: 320px;
  }
}/*# sourceMappingURL=style.css.map */