<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.splide {
  max-width: 1075px;
  width: 100%;
  margin: 40px auto 0;
}
.splide__slide .head,
.splide__slide .lead {
  color: rgb(137, 112, 79);
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.splide__slide .head {
  font-size: 26px;
}
.splide__slide .lead {
  font-size: 20px;
}
.splide__arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  background-color: transparent; /* ボタンの背景を透明にする */
  width: 35px;
  height: 35px;
  border: initial;
  padding: 0;
}
@media screen and (max-width: 781px) {
  .splide__arrow {
    top: 30%;
    width: 30px;
    height: 30px;
  }
}
.splide__arrow::before {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.splide__arrow--prev {
  left: 15px;
}
@media screen and (max-width: 781px) {
  .splide__arrow--prev {
    left: 0;
  }
}
.splide__arrow--prev::before {
  background: url(../img/about/arrow-prev.png) no-repeat center/contain;
  left: 0;
}
.splide__arrow--next {
  right: 15px;
}
@media screen and (max-width: 781px) {
  .splide__arrow--next {
    right: 0;
  }
}
.splide__arrow--next::before {
  background: url(../img/about/arrow-next.png) no-repeat center/contain;
  right: 0;
}
.splide__pagination {
  margin-top: 20px;
  gap: 10px;
}
.splide__pagination li {
  width: 10px;
  height: 10px;
}
.splide__pagination__page {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: initial;
}
.splide__pagination__page.is-active {
  background-color: #000000;
}/*# sourceMappingURL=about.css.map */</pre></body></html>