.flex {
  display: flex;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-stretch {
  align-items: stretch;
}

.items-start {
  align-items: start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

@media (max-width: 1200px) {
  .tab {
    display: block;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.center-x {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.center-y {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fv {
  position: relative;
}
.fv-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url(../img/home/new/fv_background-top.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  padding-top: 35px;
}
.fv_inner {
  width: 92.5%;
  margin: 0 auto;
}
.fv_img-text {
  width: 311px;
  display: block;
}
.fv_link {
  display: block;
}
.fv_link:hover {
  opacity: 0.8;
}
.fv_link-logo {
  width: 338px;
}
.fv_link-tel {
  width: 327px;
}
.fv_link-btn {
  width: 116px;
}
.fv_wrap {
  gap: 30px;
}
.fv_btns {
  gap: 10px;
  margin-top: -12.5px;
}

@media (max-width: 1206px) {
  .fv-menu {
    display: none;
  }
}
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-button-prev,
.swiper-button-next {
  background: rgb(137, 105, 117) !important;
  color: white !important;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  bottom: 20px !important;
  top: auto !important;
  left: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem !important;
  line-height: 1 !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.swiper-button-next {
  right: 10px !important;
}

.swiper-button-prev {
  right: 65px !important;
}

@media (max-width: 750px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    bottom: 30px !important;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 12px !important;
  }
  .swiper-button-prev {
    right: 45px !important;
  }
}/*# sourceMappingURL=top.css.map */