@charset "UTF-8";

#item .main-visual {
	height: 0;
	padding-top: 35%;
	background: url('../../images/visual/achievement-visual.jpg') no-repeat;
	background-size: contain;
}
#item .target {
	margin: 3rem auto 0;
}

@media screen and ( max-width: 768px ) and ( min-width: 0px ) {
	#item .main-visual {
		padding-top: 66.3%;
		background: url('../../images/visual/sp-achievement-visual.jpg') no-repeat;
		background-size: cover;
	}
}
