@charset "UTF-8";
/* CSS Document */
/* ===============================

INDEX ABOUT SLIDER

=============================== */
/* =================
コンテナ */
.about__slide {
	display: block;
	aspect-ratio: 4 / 3;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}
.about__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* =================
ページネイション */
.about__slider .splide__pagination {
	position: static;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 20px;
}