@charset "UTF-8";
/*
.watchmeister {
	background: hsla(0,0%,0%,0.05);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}
スマホだけ
@media only screen and (max-width: 768px) {
	.watchmeister {
		width: 50%;
	}
}
パソコンだけ
@media only screen and (min-width: 769px) {
	.watchmeister {
		width: 50%;
	}
}
*/



/*-------------------------
リクルート
-------------------------*/
@media only screen and (max-width: 768px) {
	.p-recruittop__mv {
		height: 60rem;
	}
}
@media only screen and (max-width: 768px) {
	.p-recruittop__mv_bg {
		bottom: -54rem;
	}
}
@media only screen and (max-width: 768px) {
	.p-recruittop__mv_copy {
		top: 4rem;
	}
}



/* ああああ */























