<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.newgrad {
	overflow: hidden;
}
#recruit.newgrad::before {
	display: none;
}

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

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

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

/* 章見出し
------------------------------------------------- */
#recruit.newgrad h3 {
	width: 100%;
	font-size: 19px;
	min-height: 80px;
	position: relative;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
	margin-bottom: 34px;
}
#recruit.newgrad h3::before {
	display: block;
	width: 80px;
	height: 100%;
	text-align: center;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, serif;
	font-size: 44px;
	border-bottom: 1px solid #555;
	padding-bottom: 2px;
	margin-bottom: 16px;
	letter-spacing: 0.05em;
	}
	@media screen and (min-width:768px) {
	#recruit.newgrad h3 {
		min-height: 100px;
		font-size: 25px;
		margin-bottom: 36px;
	}
	#recruit.newgrad h3::before {
		width: 100px;
		height: 100%;
		font-size: 64px;
		margin-bottom: 24px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.newgrad h3 {
		font-size: 28px;
		min-height: 160px;
	}
	#recruit.newgrad h3::before {
		width: 120px;
		font-size: 80px;
		margin-bottom: 30px;
	}
}
#recruit.newgrad .sec01 h3::before {
	content: "01"
}
#recruit.newgrad .sec02 h3::before {
	content: "02"
}
#recruit.newgrad .sec03 h3::before {
	content: "03"
}
#recruit.newgrad .sec04 h3::before {
	content: "04"
}
#recruit.newgrad .sec05 h3::before {
	content: "05"
}


/* 関連タグまでの余白調整
------------------------------------------------- */
#recruit.newgrad .relatedArea {
	background: #f6f6f6;
	margin-top: 60px;
	}
	@media screen and (min-width:768px) {
	#recruit.newgrad .relatedArea {
		margin-top: 80px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.newgrad .relatedArea {
		margin-top: 120px;
	}
}

/* インデックスに戻るボタン
------------------------------------------------- */
#recruit.newgrad .relatedArea + .btnBK {
	margin: 0 auto 60px;
	}
	@media screen and (min-width:768px) {
	#recruit.newgrad .relatedArea + .btnBK {
		margin: 0 auto 70px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.newgrad .relatedArea + .btnBK {
		margin: 0 auto 100px;
	}
}</pre></body></html>