@charset "UTF-8";
#faq section {
	margin-top: 120px;
}
#faq .container {
	max-width: 1080px;
}
@media screen and (max-width: 768px) {
	#faq section {
		margin-top: 70px;
	}
}


/*------------------------------------
.hero
------------------------------------*/
.hero__bg {
	background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)),
        url("../images/recruit/faq/mv-bg.jpg") center 25% / cover no-repeat;
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.ttl
------------------------------------*/
#faq .ttl {
	font-size: 50px;
	padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
	#faq .ttl {
		font-size: 24px;
		padding-bottom: 24px;
	}
}
