/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2026 | 21:55:47 */
/* スタッフ紹介ページ */
.c-staff figure {
	border-radius: 20px;
	overflow: hidden;
}
.c-staff figure img {
	border: 0!important;
}
.c-staff#h-takahashi figure img {
	object-position: 20% center;
}
@media (max-width: 781px) {
	.c-staff figure img[style] {
		aspect-ratio: 4 / 3!important;
	}	
	.c-staff .content {
		flex-direction: column-reverse!important;
	}
}