@charset "UTF-8";

/*--------------------------------------------------------------------
recruit-eve.html	福利厚生・社内行事
recruit-edu.html  教育体系
recruit-con.html	求人に関するお問い合わせ
recruit.css
--------------------------------------------------------------------*/

article section:not(:first-of-type) { margin-top: 90px; }

/*------------event---------------------------------------------------------------*/
#event table tr th {
	min-width: 5%;
	white-space: nowrap;
}
#event table tr td ul {
	display: flex;
	flex-wrap: wrap;
}
#event table tr td ul li:not(:last-of-type)::after { content: "・"; }
#event table tr td span:not(:last-of-type) { margin-right: 1em; }
#event table + p { margin-top: var(--parag-bet); }
#event #welfare {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

@media (max-width: 960px) {
}
@media (max-width: 480px) {
	#event table tr th { min-width: 100%; }
	#event #welfare {
		flex-direction: column;
	}
}

/*------------education---------------------------------------------------------------*/
#education {}

@media (max-width: 960px) {
}
@media (max-width: 480px) {
}

/*------------contact---------------------------------------------------------------*/
#contact {}

@media (max-width: 960px) {
}
@media (max-width: 480px) {
}