@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/


/*------------atmos-------------------------------------------------------------*/
#atmos ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
	margin: 25px 0 1em;
}
#atmos ul li {
	width: calc((100% - 10px * 2) / 3);
	max-width: 360px;
}
#atmos ul li p + p {
	margin-top: 0.25em;
	text-align: center;
}

@media (max-width: 960px) {
	#atmos ul li { width: calc((100% - 10px) / 2); }
}

@media (max-width: 480px) {
	#atmos ul {
		flex-direction: column;
		bap: 20px;
	}
	#atmos ul li { width: 100%; }
}


/*------------method-------------------------------------------------------------*/
#method table tr td span { display: inline-block; }
#method table tr td span:not(:last-of-type) { margin-right: 1em; }
#method table tr td ul.list01 li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#method table tr td ul.list01 li::before {
	padding-right: 0.3em;
	content: "・";
}
#method table tr td ul.list02 {
	display: flex;
	flex-wrap: wrap;
}
#method table tr td ul.list02 li:not(:last-of-type)::after {
	display: inline-block;
	margin: 0 0.25em;
	content: "、";
}
#method table tr td dl { display: flex; }
#method table tr td dl dd { flex: 1; }
#method table tr td dl dd::before { content: "："; }
#method table tr td#JobType dl dt { min-width: 6em; }
#method ul#note { margin-top: 1em; }
#method ul#note li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#method ul#note li::before {
	padding-right: 0.3em;
	content: "※";
}

@media (max-width: 480px) {}