.slider-caption {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	text-align: left;
	color: white;
	font-size: 5vw;
}
.slider-sub-caption {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	text-align: left;
	color: white;
	font-size: 3vw;
}
.swiper-pagination-bullet {
	border-radius: inherit;
	margin: 0 5px!important;
	width: 54px;
	height: 5px;
	background: skyblue;
	opacity: 0.19;
}
.swiper-pagination-bullet-active {
	background: white;
	opacity: 1;
}
body {
font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}