/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 27 2024 | 10:36:52 */
#Interview .title {
	margin-bottom:80px;
}
#Interview .title .txtBox {
	background: linear-gradient(90deg, #142E5C, #2860BF);
	padding:80px 40px 0px 40px;
}
#Interview .title .txtBox h2 {
	font-size:30px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	margin-bottom:30px;
	color:#fff;
	line-height: 1.5;
}
#Interview .title .txtBox p {
	font-size:18px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	color:#fff;
	line-height: 1.6;
}

#Interview .column p {
	margin-bottom:110px;
}
#Interview .column p {
	line-height: 1.8;
}


@media (max-width: 833px) {
	#Interview .contents {
		padding-left:15px;
		padding-right:15px;
}
	
	#Interview .title {
	margin-bottom:40px;
}
#Interview .title .txtBox {
	background: linear-gradient(90deg, #142E5C, #2860BF);
	padding:30px 20px 0px 20px;
}
#Interview .title .txtBox h2 {
	font-size:24px;
	margin-bottom:15px;
}
#Interview .title .txtBox p {
	font-size:16px;
	margin-bottom:30px;
}

#Interview .column p {
	margin-bottom:60px;
}
#Interview .column p {
	line-height: 1.6;
}
	
}



