@charset "UTF-8";

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

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

/*===============================
cv
===============================*/
.btn_other_01 {
    top: 53.6%;
    left: 6.5%;
    width: 88%;
}
.btn_other_02 {
	top: 68.7%;
    left: 6.5%;
    width: 88%;
}
.btn_arr_series, .btn_smt-mst_series {
    top: 82.8%;
    width: 48.3%;
}
.btn_arr_series {
    left: 2.8%;
}
.btn_smt-mst_series {
    left: 50.2%;
}
/* pc */
@media (min-width: 768px) {
	.ov {
		transition: 200ms;
	}
	.ov:hover {
		opacity: .8;
		transition: 200ms;
	}
}