@charset "utf-8";
/* CSS Document */


/*//////////// セクション1 ///////////////*/
.sec1 h3 {
	font-size: 1.1rem;
	font-weight: 700;
}

.sec1 p {
	margin-bottom: 30px;
}


@media (min-width: 576px) {
	.sec1 p {
		margin-bottom: 40px;
	}	
}

@media (min-width: 992px) {
	.sec1 p {
		margin-bottom: 50px;
	}	
}


/*//////////// セクション1（高さ調整） ///////////////*/
.under-layer .height-control {
	height: 70px;
}

@media (min-width: 414px) {
	.under-layer .height-control {
		height: 80px;
	}
}

@media (min-width: 576px) {
	.under-layer .mv2 .sec-title {
		top: 65%;
	}
	
	.under-layer .height-control {
		height: 95px;
	}
}

@media (min-width: 744px) {
	.under-layer .height-control {
		height: 85px;
	}
}

@media (min-width: 768px) {	
	.under-layer .height-control {
		height: 90px;
	}	
}

@media (min-width: 992px) {
	.under-layer .mv2 .sec-title {
		top: 52.5%;
	}
	
	.under-layer .height-control {
		height: 110px;
	}	
}

@media (min-width: 1200px) {
	.under-layer .height-control {
		height: 100px;
	}
}
