@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/

/*------------voice---------------------------------------------------------------*/
#voice dl dt {
	margin-top: var(--parag-bet);
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid var(--co-gold);
	font-size: 1.125em;
	font-weight: bold;
}

@media (max-width: 480px) {}


/*------------atmos-------------------------------------------------------------*/
#atmos ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	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%;
		margin: 0 auto;
	}
}


/*------------method-------------------------------------------------------------*/
#method table tr td ul {
	display: flex;
	flex-wrap: wrap;
}
#method table tr td ul li:not(:last-of-type)::after {
	display: inline-block;
	margin: 0 0.25em;
	content: "、";
}

@media (max-width: 480px) {}