@charset "shift-jis";

/* サイトマップ
============================ */

/* ヘッダイラスト */
	@media screen and (min-width:768px) {
	#recruit.second::before {
		height: 303px;
	}
	}
	@media screen and (min-width:1305px) {
	#recruit.second::before {
		height: 303px;
	}
}

/* wrap */
#recruit.sitemap .ttlArea + .wrap {
	position: relative;
	z-index: 3;
	top: 0;
	padding: 0 0 80px;
	margin: 0 24px;
	}
	@media print, screen and (min-width:768px) {
	#recruit.sitemap .ttlArea + .wrap {
		margin: 0 54px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#recruit.sitemap .ttlArea + .wrap {
		width: 1275px;
		padding-bottom: 120px;
		margin: 0 auto;
	}
}

/* 3カラム */
#recruit .flex3 {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 24px -24px;
	}
	@media print, screen and (min-width:1305px) {
	#recruit .flex3 {
		margin: 0 auto -40px;
	}
}
#recruit .flex3 a {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	margin: 0 0 24px;
	background: transparent;
	color: #000;
	text-decoration: none;
	}
	@media print, screen and (min-width:768px) {
	#recruit .flex3 a {
		flex-basis: calc((100% - 24px) / 2);
		margin: 0 24px 24px 0;
	}
	}
	@media print, screen and (min-width:1305px) {
	#recruit .flex3 a {
		flex-basis: calc((100% - 80px) / 3);
		margin: 0 40px 40px 0;
	}
}
#recruit .moreLine {
	margin: auto 0 0;
	padding-top: 0;
	text-align: right;
}
@media print, screen and (min-width:768px) {
	#recruit .flex3 a:nth-child(2n) {
		margin-right: 0;
	}
	}
	@media print, screen and (min-width:1305px) {
	#recruit .flex3 a:nth-child(2n) {
		margin-right: 40px;
	}
	#recruit .flex3 a:nth-child(3n) {
		margin-right: 0;
	}
}
#recruit.sitemap .flex3 {
	margin: 0;
	}
	@media print, screen and (min-width:1305px) {
	#recruit.sitemap .flex3 + .flex3 {
		margin-top: 90px;
	}
}
#recruit.sitemap .flex3 div {
	flex-basis: 100%;
	margin-top: 45px;
}
#recruit.sitemap .flex3 div:nth-of-type(1) {
	margin-top: 0;
}
@media print, screen and (min-width:768px) {
	#recruit.sitemap .flex3 div:nth-child(odd) {
		flex-basis: 50%;
	}
	#recruit.sitemap .flex3 div:nth-child(even) {
		flex-basis: 50%;
	}
	#recruit.sitemap .flex3 div:nth-of-type(2) {
		margin-top: 0;
	}
}
@media print, screen and (min-width:1305px) {
	#recruit.sitemap .flex3 div:nth-of-type(1),
	#recruit.sitemap .flex3 div:nth-of-type(4) {
		flex-basis: 32%;
	}
	#recruit.sitemap .flex3 div:nth-of-type(2),
	#recruit.sitemap .flex3 div:nth-of-type(5) {
		flex-basis: 37%;
	}
	#recruit.sitemap .flex3 div:nth-of-type(3),
	#recruit.sitemap .flex3 div:nth-of-type(6) {
		flex-basis: 31%;
	}
	#recruit.sitemap .flex3 div:nth-of-type(3) {
		margin-top: 0;
	}
}
#recruit.sitemap .flex3 h2 a {
	margin: 0;
	background: transparent;
	display: inline-block;
}
#recruit.sitemap .flex3 h2 a:hover {
	text-decoration: none;
	color: #000;
}
#recruit.sitemap h2 {
	font-size: 0.688rem; /* 11px */
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	margin: 0 0 30px;
	position: relative;
	padding-bottom: 25px;
	}
	@media print, screen and (min-width:768px) {
	#recruit.sitemap h2 {
		font-size: 0.750rem; /* 12px */
		margin: 0 0 36px;
	}
	}
	@media print, screen and (min-width:1305px) {
	#recruit.sitemap h2 {
		font-size: 0.875rem; /* 14px */
		margin: 0 0 36px;
	}
}
#recruit.sitemap h2 span {
	display: block;
	font-family: 'Lora', serif;
	font-size: 1.625rem; /* 26px */
	font-weight: normal;
	color: #222;
	margin-bottom: 0;
	vertical-align: text-top;
	background: none;
	padding: 0;
	}
	@media print, screen and (min-width:768px) {
	#recruit.sitemap h2 span {
		font-size: 1.750rem; /* 28px */
	}
	}
	@media print, screen and (min-width:1305px) {
	#recruit.sitemap h2 span {
		font-size: 1.875rem; /* 30px */
	}
}
#recruit .line {
	position: relative;
}
#recruit .line::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #222;
}
#recruit.sitemap .flex3 ul li {
	margin-bottom: 0.5em;
}
#recruit.sitemap .flex3 ul li a {
	position: relative;
	padding-left: 1.2em;
	margin: 0;
	display: inline-block;
}
#recruit.sitemap .flex3 ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0.5em;
	width: 0;
	height: 0;
	left: 0;
	border: 4px solid transparent;
	border-left: 8px solid #222;
}
#recruit.sitemap .flex3 ul li a:hover {
	text-decoration: underline;
}
