@charset "UTF-8";

/* mainvisual
-------------------------------------------------*/
.mainvisual {
	background: url("../img/privacy2/mainvisual.jpg") no-repeat top center;
	background-size: cover;
	height: 18.75em;
	position: relative;
}
.mainvisual h1 {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.mainvisual h1 span {
	display: block;
	text-align: center;
	color: #E2D421;
	font-weight: 800;
}

/* cont1
-------------------------------------------------*/
.cont1 {
	background: #d3dee5;
	background-size: cover;
	padding: 5em 0 12em;
}
