@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#recruit {
	font-size: 112%;
}
#recruit .pick {
	color: var(--color-primary);
}
#recruit .box_recruit {
	border: 1px solid var(--color-primary);
	padding: 40px 50px;
}
#recruit .box_recruit dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
#recruit .box_recruit dl:last-of-type {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#recruit .box_recruit dl dt {
	width: 200px;
	color: var(--color-primary);
	letter-spacing: 0.05em;
	padding-left: 2em;
}
#recruit .box_recruit dl dd ol {
	list-style-position: outside;
	padding-left: 1.5em;
}
#recruit .box_recruit .pick {
	font-size: 120%;
	padding: 0 0.5em;
}
#recruit .under {
	text-decoration: underline;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#recruit .box_recruit {
		padding: 30px;
	}
	#recruit .box_recruit dl dt {
		width: 130px;
		padding-left: 0;
	}
	#recruit .box_recruit dl dd {
		width: calc(100% - 130px);
	}
	#recruit .tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	#recruit .tbl th,
	#recruit .tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_ttl span {
		width: 100%;
	}
	#recruit .box_recruit {
		padding: 1em 15px;
	}
	#recruit .box_recruit dl {
		display: block;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	#recruit .box_recruit dl dt {
		width: 100%;
	}
	#recruit .box_recruit dl dd {
		width: 100%;
	}
	#contact {
		scroll-margin-top: 20px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#recruit {
		font-size: 111%;
	}
}