@charset "UTF-8";
.sp {
  display: none;
}

.customer {
  background: #f2f1ed;
  padding: 100px 0;
}
.customer_title {
  text-align: center;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: -0.008rem;
}
.customer_title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #c3b266;
  display: block;
  margin: 30px auto 0;
}
.customer_text {
  font-size: 2rem;
  line-height: 1.75;
}
.customer_text-small {
  font-size: 1.6rem;
  line-height: 2.1;
}
.customer_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.customer_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 80%;
  max-width: 840px;
  margin: 50px auto 75px;
}
.customer_img-top {
  width: 425px;
}
.customer_coution {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
.customer_item {
  background: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 25px 100px 25px 60px;
  margin-bottom: 50px;
}
.customer_heading {
  font-size: 3.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: 2px solid #c3b266;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px 5px;
  margin-bottom: 15px;
}
.customer_list {
  margin-bottom: 75px;
}
.customer_movie {
  display: block;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .customer_inner {
    padding: 0 40px;
  }
  .customer_item {
    gap: 50px;
    padding: 25px 35px;
    margin-bottom: 50px;
  }
  .customer_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .customer {
    padding: 30px 0;
  }
  .customer_title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .customer_title::after {
    margin-top: 15px;
    width: 45px;
  }
  .customer_text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .customer_text-small {
    font-size: 1.3rem;
  }
  .customer_inner {
    width: 100%;
    padding: 0 20px;
  }
  .customer_wrap {
    flex-direction: column-reverse;
    gap: 25px;
    width: 100%;
    margin: 25px auto;
  }
  .customer_img {
    width: 100%;
  }
  .customer_img-top {
    width: 70%;
  }
  .customer_coution {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .customer_item {
    width: 100%;
    gap: 100px;
    padding: 20px 30px 35px;
    margin-bottom: 30px;
  }
  .customer_heading {
    font-size: 2.3rem;
    padding: 0 5px 5px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .customer_list {
    margin-bottom: 50px;
  }
  .customer_movie {
    width: 100%;
    height: auto;
  }
}
.main.bizTrip-open {
  position: relative;
}
.main.bizTrip-open::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
}

.bizTrip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  z-index: 105;
  width: 650px;
  display: none;
}
.bizTrip.show {
  display: block;
}
.bizTrip_close {
  width: 45px;
  position: absolute;
  top: -22.5px;
  right: -22.5px;
  cursor: pointer;
}
.bizTrip_link {
  font-size: 12px;
  color: white;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  background: #635200;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  cursor: pointer;
}
.bizTrip_link:hover {
  opacity: 0.8;
}
.bizTrip_wrap {
  padding: 50px 0;
}
.bizTrip_heading {
  background: linear-gradient(90deg, #635200 0%, #9E8100 100%);
  color: white;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.4;
  padding: 15px 0;
}
.bizTrip .swiper {
  margin: 0 auto 15px;
  width: 310px;
}
.bizTrip .swiper .swiper-wrapper {
  align-items: stretch;
}
.bizTrip .swiper .swiper-slide {
  display: flex;
  align-items: center;
  height: 348px;
}
.bizTrip .swiper .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.bizTrip .slider-thumbnail {
  margin: 0 auto;
  width: 310px;
}
.bizTrip .slider-thumbnail .swiper-wrapper {
  align-items: stretch;
}
.bizTrip .slider-thumbnail .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.5s;
  width: 33.3333333333%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bizTrip .slider-thumbnail .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.bizTrip .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 43px !important;
  height: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 43px;
}

.swiper-button-next img {
  transform: rotate(180deg);
}

.swiper-button-prev {
  left: 13% !important;
}

.swiper-button-next {
  right: 13% !important;
}

.swiper {
  --swiper-navigation-sides-offset: -40px;
  /* ナビゲーションボタンの位置 */
  /* ナビゲーションボタンの位置 */
  --swiper-pagination-bottom: -20px;
  /* ページネーションの位置 */
}

@media screen and (max-width: 768px) {
  .bizTrip {
    width: 92.5%;
    max-width: 500px;
  }
  .bizTrip_close {
    width: 30px;
    top: -10px;
    right: -10px;
  }
  .bizTrip_link {
    font-size: 12px;
    margin: 10px auto 0;
    padding: 10px 15px;
  }
  .bizTrip_wrap {
    padding: 25px 0;
  }
  .bizTrip_heading {
    font-size: 25px;
  }
  .bizTrip .swiper {
    width: 200.5px;
  }
  .bizTrip .swiper .swiper-slide {
    height: 223px;
  }
  .bizTrip .slider-thumbnail {
    width: 290px;
  }
  .bizTrip .slider-thumbnail .swiper-slide {
    height: 70px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px !important;
    top: 57.5% !important;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 30px;
  }
  .swiper-button-prev {
    left: 7.5% !important;
  }
  .swiper-button-next {
    right: 7.5% !important;
  }
}/*# sourceMappingURL=front.css.map */