#contentsArea{
    margin: 100px auto;
}
#contentsArea > h2{
    font-size: 2.2rem;
    font-family: "Noto Sans", sans-serif;
    padding: 3rem 0;
    font-weight: 400;
}
#facilitySwiperArea{
    margin: 1.8rem 0;
}
.facilitySwiper {
    position: relative;
}
.facilitySwiper .swiper-slide {
    width: 100%;
    height: 900px;
    font-size: 18px;
    background: #fff;
    position: relative;
    top: 5rem;
    overflow: hidden;
}
.facilitySwiper .facilityInfoParahImg img{
    width: 1200px;
    height: 496px;
}
.facilitySwiper .facilityInfoParah > h3{
    font-size: 1.8rem;
    color: rgb(31, 85, 34);
    margin: 1.8rem 0 1.3rem;
}
.facilitySwiper .facilityInfoParah p{
    margin: 1.3rem 0;
    line-height: 1.8;
    text-indent: 1.4;
}
.facilitySwiper .facilityInfoParah > h3+p {
    color: rgba(31, 85, 34, 0.4);
}
.facilitySwiper .swiper-pagination {
    text-align: left;
    top: 0px;
}
.facilitySwiper .swiper-pagination-bullet {
    display: inline;
    text-align: left;
    line-height: 2rem;
    font-size: 1.1rem;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    opacity: 0.5;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0;
}
.facilitySwiper .swiper-pagination-bullet::after{
    content: "";
    border-right: 2px solid #bbb;
    margin: 0 2.5rem;
}
.facilitySwiper .swiper-pagination-bullet:last-child:after{
    border: 0;
}
.facilitySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    color: rgb(0, 72, 4);
}