@charset "utf-8";

/*HEADER*/
.keyvisual {
	background-color:#060606;
}

@media screen and (max-width: 767.98px) {
/*BASE*/
#headerNavi nav .sp li.applicants .en {
	color:rgb(175, 47, 47) !important;
}

section:not(.keyvisual) h1.title {
	display:block;
	font-size:18px;
	text-align:center;
	margin-bottom:2rem;
}
	
/*HEADER*/
.keyvisual .txt-box ,
.keyvisual .txt-box h1 {
	backdrop-filter:none;
}

/*個別設定*/
#info {
	padding:4rem 2rem;
}
}

/*PC NPC TAB*/
@media screen and (min-width: 768px), print {

/*BASE*/
#headerNavi.display-on li.applicants .en {
	color:rgb(175, 47, 47) !important;
}

section:not(.keyvisual) h1.title {
	font-size:24px;
	text-align:center;
}
	
/*HEADER*/
.keyvisual .img-bg {
	width:auto;
	height:400px;
	top:0;
	right:0;
}
.keyvisual .img-bg img {
	max-width:none;
	width:auto;
	height:400px;
}
.keyvisual .txt-box ,
.keyvisual .txt-box h1 {
	backdrop-filter:none;
}

/*Layout*/
#info {
	padding:100px 80px;
}
#info .contntent-box {
	max-width:1440px;
	margin:auto;
}
#info .comment-box {
	text-align:center;
}


}