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

@supports (background-image: url(../../assets/img/a_fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/a_fv.webp);
  }
}
@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: 540px;
    z-index: 0;
    background-image: url(../../assets/img/a_fv.png);
  }
  @supports (background-image: url(../../assets/img/a_fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/a_fv.webp);
    }
  }
}
@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: 560px;
    z-index: 0;
    background-image: url(../../assets/img/a_fv.png);
  }
  @supports (background-image: url(../../assets/img/a_fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/a_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);
  }
}
header {
  width: 100%;
  overflow-x: hidden;
}

.banner-close {
  top: -8px;
  left: 344px;
  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: 370px;
  }
}
.z-999 {
  z-index: 999;
}

.border-red {
  border: solid 3px #7F0019;
}

.border-bottom-black {
  border-bottom: solid 1px #222;
}

.border-black {
  border: solid 1px #000000;
}

/*高さ*/
.height-70 {
  height: 70px;
}

.height-390 {
  height: 390px;
}

.height-120px {
  height: 120px;
}

.height-180px {
  height: 180px;
}

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

.start-45-sm {
  left: 45px;
}

.box-with-triangle {
  position: relative;
  border: 2px solid #7F0019;
}

.box-with-triangle::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #7F0019;
}

.box-with-triangle_black {
  position: relative;
  border: 2px solid #222;
}

.box-with-triangle_black::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #222;
}

.background_bg01 {
  background: url("../../assets/img/a_bg01");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/a_bg01.webp)) {
  .background_bg01 {
    background-image: url(../../assets/img/a_bg01.webp);
  }
}
.background_bg02 {
  background: url("../../assets/img/a_bg02");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

@supports (background-image: url(../../assets/img/a_bg02.webp)) {
  .background_bg02 {
    background-image: url(../../assets/img/a_bg02.webp);
  }
}
.accordion-button-white::after {
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=style.css.map */