.work-page {
  padding: 5rem 0;
}
.work-page h1 {
  color: #15eb80;
  text-align: center;
  font-weight: normal;
  font-size: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .work-page h1 {
    font-size: 2.25rem;
  }
}
.work-page .swiper-button-prev,
.work-page .swiper-button-next {
  z-index: 0;
  width: 3rem;
}
.work-page .swiper-button-prev::after,
.work-page .swiper-button-next::after {
  display: none;
}

[data-template-work],
[data-template-slide],
[data-template-detail] {
  display: none;
}

.work-swiper {
  position: relative;
  color: #58595b;
  margin: 1.5rem 0;
}
.work-swiper .swiper {
  width: 75%;
  margin: auto;
}
.work-swiper .swiper-button-prev,
.work-swiper .swiper-button-next {
  top: 17rem;
  transform: none;
  margin: 0;
  height: auto;
}
.work-swiper .swiper-button-prev {
  left: 6rem;
}
.work-swiper .swiper-button-next {
  right: 6rem;
}
.work-swiper .swiper-slide .slide-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.work-swiper .swiper-slide .slide-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.work-swiper .swiper-slide article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #15eb80;
  padding: 1.5rem;
  gap: 1.5rem;
  margin-top: 1rem;
}
.work-swiper .swiper-slide article h4 {
  font-size: 2.75rem;
  font-weight: normal;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  .work-swiper .swiper-slide article h4 {
    font-size: 1.75rem;
  }
}
.work-swiper .swiper-slide article h3 {
  font-size: 1.25rem;
  width: 12rem;
  text-align: center;
}
.work-swiper .swiper-slide article p {
  flex: 1 0 0;
}

.work-type-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  width: 45rem;
  margin: 3rem auto;
}
.work-type-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  text-align: center;
  line-height: 125%;
  font-size: 1.25rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #FFF;
  background: #a6a6a6;
  transition: color 0.5s, background 0.5s;
}
.work-type-wrap a.active {
  color: #231f20;
  background: #15eb80;
}

.work-flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem 3.5%;
  width: 75%;
  margin: 1.5rem auto;
}
.work-flex .work-block {
  position: relative;
  width: 31%;
}
.work-flex .work-block.activeStyle .work-img {
  box-shadow: 0.35rem 0.35rem 0 inset #15eb80, -0.35rem -0.35rem 0 inset #15eb80;
}
.work-flex .work-block .work-href {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-flex .work-block .work-img {
  position: relative;
  width: 100%;
  padding-top: 55%;
  margin-bottom: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.5s;
}
.work-flex .work-block .work-img > div {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  transition: transform 0.5s;
}
.work-flex .work-block h3 {
  font-size: 1.1rem;
  font-weight: normal;
  margin-right: 0.5rem;
}
.work-flex .work-block .work-type-tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
.work-flex .work-block .work-type-tag a {
  z-index: 1;
  position: relative;
  color: #00a750;
  transition: color 0.5s;
}
.work-flex .work-block .work-type-tag a::before {
  content: "#";
}

.work-page-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  letter-spacing: 0;
  line-height: 100%;
  margin-top: 3rem;
}
.work-page-wrap .work-page-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.work-page-wrap .work-page-block .btn-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.work-page-wrap .work-page-block .btn-page.active {
  background: #15eb80;
  pointer-events: none;
}
.work-page-wrap .work-page-block .btn-page.disabled {
  pointer-events: none;
}
.work-page-wrap .btn-page-prev,
.work-page-wrap .btn-page-next {
  width: 1rem;
  filter: grayscale(1) brightness(0.5);
}
.work-page-wrap .btn-page-prev.disabled,
.work-page-wrap .btn-page-next.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media only screen and (min-width: 1025px) {
  .work-flex .work-href:hover + .work-img > div {
    transform: scale(1.1);
  }
  .work-flex .work-block .work-type-tag a:hover {
    color: #00631c;
  }
  .work-type-wrap a:hover {
    background: #15eb80;
  }
}
@media only screen and (max-width: 1024px) {
  .work-page {
    padding: 5rem 0;
  }
  .work-page .swiper-button-prev,
  .work-page .swiper-button-next {
    width: 1.5rem;
  }
  .work-swiper .swiper {
    width: 80%;
  }
  .work-swiper .swiper-button-prev,
  .work-swiper .swiper-button-next {
    top: 7rem;
  }
  .work-swiper .swiper-button-prev {
    left: 1rem;
  }
  .work-swiper .swiper-button-next {
    right: 1rem;
  }
  .work-swiper .swiper-slide article {
    position: relative;
    display: block;
    padding: 1rem;
    gap: 1.5rem;
    margin-top: 0.5rem;
  }
  .work-swiper .swiper-slide article h4 {
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    height: 80%;
    padding: 0.5rem;
    transform: translateY(-50%);
    border-right: 1px solid #6d6e71;
  }
  .work-swiper .swiper-slide article h3 {
    width: 100%;
    text-align: left;
    padding-left: 7rem;
  }
  .work-swiper .swiper-slide article p {
    margin-top: 0.5rem;
    padding-left: 7rem;
  }
  .work-type-wrap {
    gap: 1rem;
    width: 35rem;
  }
  .work-flex {
    gap: 3rem 6%;
    width: 90%;
  }
  .work-flex .work-block {
    width: 47%;
  }
  .work-flex .work-block .work-img {
    margin-bottom: 0.5rem;
  }
  .work-flex .work-block .work-title-flex {
    display: inline-flex;
    gap: 0.25rem;
    flex-wrap: wrap;
  }
  .work-page-wrap {
    padding: 0 5%;
  }
  .work-page-wrap .work-page-block {
    flex: 1 0 0;
    gap: 0;
  }
  .work-page-wrap .work-page-block .btn-page {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=work.css.map */