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

@media screen and (min-width: 768px) {
  .bg-fv {
    height: 400px;
  }
}

.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-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-150 {
  height: 150px;
}

@media screen and (min-width: 768px) {
  .h-md-60 {
    height: 60px;
  }
  .h-md-70 {
    height: 80px;
  }
  .h-md-100 {
    height: 100px;
  }
}

/*幅*/
.w-135 {
  width: 135px;
}

.w-220 {
  width: 220px;
}

.w70-50 {
  width: 70%;
}

.w100-80 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .w70-50 {
    width: 50%;
  }
}

/*ボーダー*/
.border-color-red {
  border-color: #E04727 !important;
}

.border-color-blue {
  border-color: #007FCB !important;
}

.border-dotted {
  border-bottom: 1px dotted #222222 !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 1px 3px;
}

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

.box-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

/*※この親のdisplay:flex;を指定する*/
/*テキスト*/
.text-number {
  font-size: 170%;
}

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

@media screen and (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-end {
    text-align: right;
  }
}

/*画像*/
.hover-img:hover {
  opacity: 0.8;
}

/* 背景 */
.bg-note, .bg-index {
  background-size: contain;
  background-repeat: repeat;
  background-position: 0 0;
  z-index: 0;
}

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

.bg-index {
  top: -30px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../../assets/img/bg-index.png);
}

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

@media screen and (min-width: 768px) {
  .bg-index {
    top: -70px;
    background-size: cover;
  }
}

.note-box {
  left: -5%;
}

.note-img {
  max-width: 300px;
}

@media screen and (min-width: 576px) {
  .note-box {
    left: -1%;
  }
}

@media screen and (min-width: 768px) {
  .note-img {
    max-width: 380px;
  }
}

.bg-town::before, .bg-town-green::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 132px;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: 50% 100%;
}

.bg-town::before {
  z-index: 1;
  background-image: url(../../assets/img/bg-town_yellow.svg);
}

.bg-town-green::before {
  background-image: url(../../assets/img/bg-town_green.svg);
}

/*装飾*/
/*フローティングバナー*/
.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;
  -webkit-box-shadow: 0 0 7px #ccc;
          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: 24px !important;
  }
  .end-md-20 {
    right: 20px !important;
  }
}

/* アコーディオン用 */
#faq .accordion_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#faq .accordion_title::before {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: rotate(0deg);
          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%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  transition: .5s;
}

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

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

.index-link {
  font-size: 12px;
  height: 65px;
  position: relative;
  line-height: 1.2;
  padding-bottom: 30px;
}

.index-link::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/img/icon-arrow-bottom.svg);
}

.w35-25 {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .tit-sm {
    font-size: 16px !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
}

.bottom-sm-20 {
  bottom: 24% !important;
}
/*# sourceMappingURL=style.css.map */