/*----------
jiyugaoka
------------*/
.about .concept p {
    line-height: 2;
    margin-bottom: 1em;
}

.about .j_gallery_slide .gallery_slide_item {
    aspect-ratio: 1/0.563;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.about {
	padding-bottom: 140px;
}

.swiper-button-next,
.swiper-button-prev {
	color: rgba(255,255,255,0.7);
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}

/* ------------------------------
for smartphone
------------------------------ */
@media screen and (max-width: 599px) {

}