@charset "UTF-8";

/*--------------------------------------------------------------------
recruit.html
recruit.css
--------------------------------------------------------------------*/

/*------------about---------------------------------------------------------------*/
#about section:first-of-type h4 {
	text-align: center;
	padding-bottom: 0;
	border: 0 none;
	line-height: 1.2;
	font-size: 1.9em;
	color: var(--co-green);
}
#about section:first-of-type h4::after { display: none; }
#about section ul li,
#about section dl dt {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#about section dl dt { margin-top: var(--parag-bet); }
#about section ul li::before {
	padding-right: 0.3em;
	content: "・";
}
#about section dl dt::before {
	padding-right: 0.3em;
	content: "◆";
}
#about section:nth-of-type(2n) { flex-direction: row; }
#about section:nth-of-type(2n) p + h4 { margin-top: var(--parag-bet); }
#about section:nth-of-type(2n) strong {
	font-weight: bold;
	color: var(--co-orange);
}
#about nav {
	position: relative;
	width: 100%;
	max-width: 1100px;
	min-height: 350px;
	background: url("../img/recruit_p.jpg") no-repeat left top / cover;
	margin: 30px auto;
}
#about nav::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #4cd199;
	mix-blend-mode: multiply;
}
#about nav a {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	z-index: 1;
}
#about nav dl {
	position: absolute;
	width: 100%;
	min-height: 150px;
	padding: 20px;
	background-color: rgba(42,43,43,0.90);
	left: 0;
	bottom: 0;
	z-index: 0;
}
#about nav dl dt {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
	font-family: var(--mincho);
	font-feature-settings: "palt" 1;
	font-size: 2em;
	font-weight: bold;
	color: var(--co-white);
}
#about nav dl dd {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px;
	background-color: var(--co-white);
}

@media (max-width: 680px) {
	#about section:nth-of-type(2n) { flex-direction: column; }
}

/*------------voice---------------------------------------------------------------*/
#voice h4 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0 2em;
	line-height: 1;
}
#voice h4 span {
	flex: 1;
	margin-left: auto;
	text-align: right;
}
#voice h4 strong {
	display: inline-block;
	font-size: 0.67em;
	font-weight: normal;
}
#voice h4 strong:not(:first-of-type)::before {
	margin: 0 0.5em;
	content: "／";	
}
#voice dl:not(:first-of-type) { margin-top: var(--parag-bet); }
#voice dl dt {
	font-family: var(--mincho);
	font-feature-settings: "palt" 1;
	font-size: 1.5em;
	font-weight: bold;
	color: var(--co-orange);
}
#voice .flePR .flePho {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#voice .flePR .fleTxt {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}

@media (max-width: 680px) {}

@media (max-width: 480px) {}


/*------------atmos-------------------------------------------------------------*/
#atmos ul {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 25px;
	margin: 25px 0 1em;
}
#atmos ul li { width: calc((100% - 25px * 2) / 3); }
#atmos ul li p + p {
	margin-top: 0.25em;
	text-align: center;
}

@media (max-width: 960px) {
	#atmos ul li { width: calc((100% - 25px) / 2); }
}

@media (max-width: 480px) {
	#atmos ul {
		flex-direction: column;
		gap: 20px;
	}
	#atmos ul li { width: 100%; }
}