@charset "UTF-8";
.main-slider {
  margin-top: 40px;
}
.main-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.main-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.main-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  background-color: #a18822;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
}
.main-slider .swiper-button-prev:after {
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .main-slider .swiper-button-prev:after {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .main-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.main-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  background-color: #a18822;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
}
.main-slider .swiper-button-next:after {
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .main-slider .swiper-button-next:after {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .main-slider .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.thumb-slider {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .thumb-slider {
    display: none !important;
  }
}
.thumb-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.thumb-slider .swiper-wrapper .swiper-slide {
  width: calc(10% - 8px) !important;
  overflow: hidden;
  height: 75px;
  border: 4px solid transparent;
  margin-right: 0 !important;
}
.thumb-slider .swiper-wrapper .swiper-slide img {
  height: 75px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumb-slider .swiper-slide-thumb-active {
  border: 4px solid #a18822 !important;
}
.swiper-pagination {
  position: relative;
  padding: 0 4.6875%;
  width: auto !important;
  bottom: -31px !important;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #a18822 !important;
}

.swiper-pagination02 {
  position: relative;
  padding: 0 4.6875%;
  width: auto !important;
  bottom: -31px !important;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .swiper-pagination02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.swiper-pagination02 .swiper-pagination-bullet-active {
  background: #a18822 !important;
}

.p-home-block__button.facility {
  padding-right: 4.6875%;
  padding-left: 4.6875%;
}
@media only screen and (max-width: 767px) {
  .p-home-block__button.facility {
    min-width: auto;
  }
}

/*事例gallery*/
.l-content-wrap {
  margin-top: 40px;
  margin-bottom: 70px;
}

.ex-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.ex-swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.ex-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ex-swiper .swiper-pagination {
  display: block;
}
.ex-swiper .swiper-button-prev {
  left: 14.5%;
  color: #a18822;
  font-weight: 700;
  top: 58%;
}
@media only screen and (max-width: 767px) {
  .ex-swiper .swiper-button-prev {
    bottom: -38px;
    left: 38%;
    top: auto;
    z-index: 100;
  }
}
@media only screen and (max-width: 480px) {
  .ex-swiper .swiper-button-prev {
    left: 28%;
  }
}
.ex-swiper .swiper-button-next {
  right: 14.5%;
  color: #a18822;
  font-weight: 700;
  top: 58%;
}
@media only screen and (max-width: 767px) {
  .ex-swiper .swiper-button-next {
    right: 38%;
    bottom: -38px;
    top: auto;
    z-index: 100;
  }
}
@media only screen and (max-width: 480px) {
  .ex-swiper .swiper-button-next {
    right: 28%;
  }
}

.l-slide-text {
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 40px;
  width: calc(100% - 80px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .l-slide-text {
    padding: 10px 40px;
  }
}

.l-attention__title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .l-attention__title {
    font-size: 18px;
  }
}

/*事例微調整*/
.p-text-comp {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  padding-right: 60px;
  padding-left: 60px;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .p-text-comp {
    color: #000;
    padding-left: 0;
  }
}