<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";

/* コンサル業界出身特集
============================ */

#recruit *, 
#recruit *:before, 
#recruit *:after {
	box-sizing: border-box;
}
figure {
	margin: 0;
}
#recruit img {
	max-width: 100%;
}

/* コンテンツ幅
------------------------------------------------- */
#recruit.consulting-industry section .wrap {
	width: calc(100% - 80px);
	padding-bottom: 0;
	}
	@media screen and (min-width:1305px) {
	#recruit.consulting-industry section .wrap {
		width: 1170px;
	}
}

/* テキスト余白
------------------------------------------------- */
#recruit.consulting-industry .txt p {
	margin-bottom: 1.5em;
}
#recruit.consulting-industry .txt p:last-of-type {
	margin-bottom: 0;
}

/* ビジュアル
------------------------------------------------- */
#recruit.consulting-industry .visual {
	text-align: center;
}
#recruit.consulting-industry .visual .copy {
	background: #fff;
	width: calc(100% - 50px);
	margin: -36px auto 0;
	padding: 30px 0 0;
	position: relative;
	z-index: 0;
	}
	@media screen and (min-width:1305px) {
	#recruit.consulting-industry .visual .copy {
		width: 1275px;
		margin: -115px auto 0;
		padding: 58px 54px 0;
	}
}
/* ページタイトルとコピー */
#recruit.consulting-industry .visual h1 {
	display: inline-block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #113674;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	padding: 0 20px;
	position: relative;
	min-width: 160px;
	}
	@media screen and (min-width:1305px) {
	#recruit.consulting-industry .visual h1 {
		height: 37px;
		line-height: 37px;
		font-size: 16px;
		padding: 0 20px;
		min-width: 186px;
	}
}
#recruit.consulting-industry .visual h2 {
	font-size: 22px;
	line-height: 1.5;
	margin: 20px 0 30px !important;
	}
	@media screen and (min-width:768px) {
	#recruit.consulting-industry .visual h2 {
		font-size: 30px;
		line-height: 1.5;
		margin: 20px 0 30px !important;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.consulting-industry .visual h2 {
		font-size: 38px;
		line-height: 1.5;
		margin: 20px 0 30px !important;
	}
}
#recruit.consulting-industry .visual p {
	font-size: 12px;
	line-height: 1.9;
}
#recruit.consulting-industry .visual p span {
	font-size: 16px;
	display: block;
	margin-top: 5px;
	}
	@media screen and (min-width:768px) {
	#recruit.consulting-industry .visual p {
		font-size: 15px;
		line-height: 1.9;
	}
	#recruit.consulting-industry .visual p span {
		font-size: 20px;
		margin-top: 5px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.consulting-industry .visual p span {
		font-size: 23px;
		margin-top: 5px;
	}
}

/* 章見出し
------------------------------------------------- */
#recruit.consulting-industry h3 {
	font-size: 19px;
	position: relative;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
	margin-bottom: 24px;
	padding-top: 64px;
}
#recruit.consulting-industry h3::before {
	display: block;
	width: 70px;
	position: absolute;
	top: 0;
	left:0;
	margin: auto;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
	font-size: 44px;
	letter-spacing: 0.05em;
	z-index: 1;
	line-height: 1;
}
#recruit.consulting-industry h3::after {
	display: block;
	content: "";
	width: calc(100% - 70px);
	height: 1px;
	position: absolute;
	top: 22px;
	right: 0;
	margin: 0;
	letter-spacing: 0.05em;
	background: #555;
	z-index: 0;
	}
	@media screen and (min-width:768px) {
	#recruit.consulting-industry h3 {
		font-size: 25px;
		margin-bottom: 36px;
		padding-top: 84px;
	}
	#recruit.consulting-industry h3::before {
		width: 100px;
		font-size: 64px;
		letter-spacing: 0.05em;
	}
	#recruit.consulting-industry h3::after {
		width: calc(100% - 100px);
		top: 35px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.consulting-industry h3 {
		padding-top: 115px;
		font-size: 28px;
	}
	#recruit.consulting-industry h3::before {
		width: 110px;
		font-size: 80px;
	}
	#recruit.consulting-industry h3::after {
		width: calc(100% - 110px + 54px);
		top: 43px;
		right: -54px;
	}
}
#recruit.consulting-industry .sec01 h3::before {
	content: "01"
}
#recruit.consulting-industry .sec02 h3::before {
	content: "02"
}
#recruit.consulting-industry .sec03 h3::before {
	content: "03"
}


/* 関連タグの調整
------------------------------------------------- */
#recruit.consulting-industry .relatedArea {
	background: #f6f6f6;
}

</pre></body></html>