﻿@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/

/*------------works---------------------------------------------------------------*/
#recruit section + section { margin-top: 90px; }
#recruit ul {
	display: flex;
	flex-wrap: wrap;
}
#recruit ul li:not(:last-of-type)::after {
	content: "・";
}

@media (max-width: 979px) {
}