@charset "UTF-8";
.workSection {
  max-width: 1350px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 100vh;
}
@media screen and (max-width: 1920px) {
  .workSection {
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .workSection {
    padding-left: 8vw;
    padding-right: 8vw;
    height: 100svh;
  }
}
.workSection > .swiper-pagination.isHidden {
  display: block;
}
.sectionInner {
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swipeArea {
  position: relative;
  margin: 0 auto;
}
.swiper {
  position: inherit;
}
.swiper-slide {
  position: relative;
  height: 0;
  padding-top: calc(4 / 3 * 1 / 3 * 100%);
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    padding-top: calc(4 / 3 * 100%);
  }
}
.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 52px;
  font-size: 10px;
  z-index: 9000;
}
.swiper-pagination.isHidden {
  display: none;
}
.sectionLinkArea {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 71px;
  z-index: 9000;
}
h2.sectionTitle {
  display: inline-block;
  font-size: 10px;
}
.sectionLinkThumbnail {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
  margin: 0 auto 36px;
  z-index: 9000;
  font-size: 10px;
  color: #999;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 0;
  width: 49.3%;
  height: 110%;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
