@charset "utf-8";

/* トップページ */
.top-staff-blog-wrap{
	width: 90%;
	margin: 0 auto;
}
.top-staff-blog-article{
	margin-bottom: 20px!important;
}
.top-staff-blog-image img{
	height: 150px!important;
	object-fit: cover;
	object-position: center;
}

.top-bigone-news-block{
	width: 80%;
	margin: 0 auto;
}
.top-bigone-news-article{
	margin: 0 19px!important;
}
.top-bigone-news-image img{
	height: 290px!important;
	object-fit: cover;
}

@media screen and (max-width: 1700px){
	.top-staff-blog-image img{
		height: 100px!important;
		object-fit: cover;
	}
	.top-bigone-news-image img{
		height: 190px!important;
		object-fit: cover;
	}
}
@media screen and (max-width: 750px){
	.top-staff-blog-image img{
		height: 60px!important;
	}
	.top-bigone-news-block{
		width: 95%;
		margin: 0 auto;
	}
	.top-bigone-news-article{
		margin: 0!important;
	}
}