@charset "UTF-8";

/*===============================
common
===============================*/

/* pc */
@media (min-width: 768px) {
	body {
		background: url(https://d2w53g1q050m78.cloudfront.net/cosmecollegecom/uploads/hiritu/hrt-scb01/img/bg_pc.jpg) no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}

}

/*===============================
cv
===============================*/
.cv_bg {
	margin-bottom: 3%;
}

.btn_top {
	display: block;
	width: 88.6%;
	margin: 0 auto;
}
/* pc */
@media (min-width: 768px) {
	.ov {
		transition: 200ms;
	}

	.ov:hover {
		opacity: .8;
		transition: 200ms;
	}
}