@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  ファーストビュー
/* =========================*/
.fv {
  position: relative;
}
.fv__ttl {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  flex-direction: column;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .fv__ttl {
    font-size: 7.2rem;
  }
}
.fv__ttl-item {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  background: #f2f2f2;
  align-items: center;
  border-radius: 0 8px 0 0;
}
@media screen and (min-width: 768px) {
  .fv__ttl-item {
    gap: 36px;
    padding-block: 26px;
    padding-left: 26px;
    padding-right: 30px;
  }
}
.fv__ttl-item.--first {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fv__ttl-item.--first {
    order: 2;
  }
}
.fv__ttl-item.--second {
  display: contents;
}
@media screen and (min-width: 768px) {
  .fv__ttl-item.--second {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .fv__ttl-item span {
    background: #f2f2f2;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 18px;
    padding-block: 10px;
    border-radius: 0 4px 0 0;
    order: 3;
  }
}
.fv__ttl-ja {
  font-size: 1.9rem;
  font-weight: bold;
  order: 1 !important;
}
.fv .topFvSwiper {
  width: 100%;
  height: 80vh;
  min-height: 650px;
  overflow: hidden;
}
.fv .topFvSwiper .swiper-wrapper {
  max-width: 1280px;
  width: calc(100% - 36px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv .topFvSwiper .swiper-wrapper {
    width: calc(100% - 120px);
  }
}
.fv .topFvSwiper .swiper-slide {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.fv .topFvSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: inherit;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background: #FAC859;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin-inline: 10px !important;
}

/* ========================= /
/  business
/* =========================*/
.business {
  padding-bottom: 60px;
  padding-inline: 16px;
  background: #FDFDFD;
}
@media screen and (min-width: 768px) {
  .business {
    padding-inline: 0;
    padding-bottom: 114px;
  }
}
.business__card {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .business__card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 70px;
  }
}
.business-cardItem {
  position: relative;
  aspect-ratio: 1/1;
  background: #ccc;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .business-cardItem:first-child {
    border-radius: 0 12px 12px 0;
  }
}
@media screen and (min-width: 768px) {
  .business-cardItem:last-child {
    border-radius: 12px 0 0 12px;
  }
}
.business-cardItem__cap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 18px;
  padding-block: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #fff;
  border-radius: 0 0 12px 0;
}
.business-cardItem__ttl {
  position: absolute;
  bottom: 18px;
  left: 16px;
  z-index: 3;
  font-size: 2rem;
  letter-spacing: 1px;
  color: #fff;
}
.business-cardItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(82, 82, 82));
  pointer-events: none;
}
.business-cardItem.--slider::before {
  display: none;
}
.business-cardItem .before, .business-cardItem .after {
  background-size: cover;
  background-position: center;
}
.business-cardItem .before__txt, .business-cardItem .after__txt {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 20px;
  width: 82px;
  font-size: 1.5rem;
  line-height: 27px;
  text-align: center;
  background: #1c1c1c;
  color: #fff;
}
.business-cardItem.--01 .before {
  background-image: url("../images/service/business_1_before.jpg");
}
.business-cardItem.--01 .after {
  background-image: url("../images/service/business_1_after.jpg");
}
.business-cardItem.--02 {
  background-image: url("../images/service/business_2.jpg");
}
.business-cardItem.--03 .before {
  background-image: url("../images/service/business_3_before.jpg");
}
.business-cardItem.--03 .after {
  background-image: url("../images/service/business_3_after.jpg");
}
.business-cardItem.--04 {
  background-image: url("../images/service/business_4.jpg");
}
.business__allView {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .business__allView {
    margin-top: 96px;
  }
}
.business .swiper {
  height: 100%;
}
.business .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(82, 82, 82));
  pointer-events: none;
}

.swiper-pagination-business {
  position: absolute;
  z-index: 1;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: inherit !important;
  right: 94px !important;
  bottom: 22px !important;
}/*# sourceMappingURL=top.css.map */