@charset "utf-8";
@media print, screen and (min-width: 768px) {
	/* -- グローバルメニュー -- */
	.headerBlock .gnav .headerMenu > li:nth-child(1) > p a {
		color: #B8C2D1;
	}
	.headerBlock .gnav .headerMenu > li:nth-child(1) > p a::before {
		opacity: 1;
	}
}

/* -- タイトル -- */
.headering {
	background-image: url(/recruit/shared/img/aboutus_main.jpg);
}
/* ----------------------
 スマホ用コード
---------------------- */
@media screen and (max-width: 767px) {
	/* -- タイトル -- */
	.headering {
		background-image: url(/recruit/shared/img/aboutus_main_sp.jpg);
	}
}

/* -- 見出し -- */
.deco-title {
	font-weight: bold;
	text-align: center;
	color: #004097;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 40px;
}
.deco-title span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	display: block;
}
.deco-title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 45px;
	height: 3px;
	background: linear-gradient(to right, #00A0E9, #004097);
}

/* ----------------------
 PC用限定CSS
---------------------- */
@media print, screen and (min-width: 768px) {
	
}
/* ----------------------
 スマホ用コード
---------------------- */
@media screen and (max-width: 767px) {
	/* -- 見出し -- */
	.deco-title {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.deco-title span {
		font-size: 2.4rem;
	}
	.deco-title::after {
		width: 30px;
		height: 2px;
	}
}