@charset "UTF-8";
.news-box {
  position: relative;
}

.news-box {
  /*
  .swiper-button-prev:after,
  .swiper-button-next:after {
      content: "";
  }

  .swiper-button-prev:after {
      border-bottom: 7.5px solid transparent;
      border-right: 10px solid $yelllow;
      border-top: 7.5px solid transparent;
  }*/
  /* 次への矢印カスタマイズ 
  .swiper-button-next:after {
      border-bottom: 7.5px solid transparent;
      border-left: 10px solid $yelllow;
      border-top: 7.5px solid transparent;
  }*/
}
.news-box #app {
  transition: all 0.2s;
  height: auto;
  padding-bottom: 2%;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-color: #8CC63F;
  border-top: solid 4px #009245;
}
.news-box .swiper-wrapper {
  height: auto;
}
.news-box .swiper-slide {
  padding-top: 4%;
  padding-bottom: 3%;
  margin-top: 2%;
  margin-bottom: 0%;
  text-align: center !important;
  font-size: 3vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-box .swiper-slide a {
  margin: 0%;
  padding: 0%;
  color: white;
  text-decoration: none;
}
.news-box .s-btn {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  bottom: 0;
  right: -25%;
  width: 50%;
  align-items: center;
}
.news-box .bt {
  width: 30.3%;
}
.news-box .bt2 {
  width: 10%;
}
.news-box .swiper-slide-active {
  z-index: 10;
}
.news-box .swiper-pagination-bullets {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.news-box .swiper-pagination-bullets {
  z-index: 10;
}
.news-box .swiper-pagination-bullet {
  margin-right: 5%;
  margin-left: 5%;
  background-color: white;
  opacity: 1;
}
.news-box .swiper-pagination-bullet-active {
  background-color: #F7931E;
}
.news-box .swiper-button-prev,
.news-box .swiper-button-next {
  transform: scale(0.7);
  color: white;
  -webkit-text-stroke: 2px white;
  background-color: #006837;
  padding: 1% 1.6% 1% 1.6%;
  margin-top: -2%;
}

@media screen and (max-width: 700px) {
  .news-box .swiper-button-prev,
  .news-box .swiper-button-next {
    transform: scale(0.5);
  }
  #app .swiper-slide-active {
    transform: scale(1.3, 1.3) !important;
  }
  #app .swiper-slide {
    padding-top: 7% !important;
    padding-bottom: 10% !important;
  }
  .swiper-slide-prev,
  .swiper-slide-next {
    pointer-events: none;
  }
}/*# sourceMappingURL=swipe0.css.map */