@charset "utf-8";
/* スライドショー07 */
.slider{
    height:50vh;
    position:relative;
    z-index:1;
}
.slider-item01{ background:url("../../images/news/slideshow/slide_image01.png");
}
.slider-item02{ background:url("../../images/news/slideshow/slide_image02.png");
}
.slider-item03{ background:url("../../images/news/slideshow/slide_image03.png");
}
.slider-item04{ background:url("../../images/news/slideshow/slide_image04.png");
}.slider-item05{ background:url("../../images/news/slideshow/slide_image05.png");
}
.slider-item06{ background:url("../../images/news/slideshow/slide_image06.png");
}
.slider-item{
    width:100%;
    height:50vh;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.slick-prev,
.slick-next{
    position:absolute;
    z-index:3;
    top:42%;
    cursor:pointer;
    outline:none;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    width:25px;
    height:25px;
}
.slick-prev{
    left:2.5%;
    transform:rotate(-135deg);
}
.slick-next{
    right:2.5%;
    transform:rotate(45deg);
}
.slick-dots{
    position:relative;
    z-index:3;
    text-align:center;
    margin:-50px 0 0 0;
}
.slick-dots li{
    display:inline-block;
    margin:0 5px;
}
.slick-dots button{
    display:block;
    width:8px;
    height:8px;
    color:transparent;
    outline:none;
    background:#fff;
    border-radius:50%;
}
.slick-dots .slick-active button{
    background:#333;
}