@charset "UTF-8";

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

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

/*===============================
cv
===============================*/
.cv_bg {
	margin-bottom: 5%;
}
.btn_other_01,
.btn_smt-mst_series {
	display: block;
    width: 88%;
	margin: 0 auto;
}

/* pc */
@media (min-width: 768px) {
	.ov {
		transition: 200ms;
	}
	.ov:hover {
		opacity: .8;
		transition: 200ms;
	}
}