@charset "utf-8";
/*==================================================
	【求人募集】ページ固有のスタイル
==================================================*/
#recruit .text01 {
	font-size: 18px;
	margin-bottom: 3rem;
}
#recruit .box_recruit {
	background-color: rgba( 255, 255, 255, 0.8);
	padding: 20px 50px;
}
#recruit .box_recruit .box_flex {
	justify-content: flex-start;
	padding: 20px 0;
}
#recruit .box_recruit .box_flex + .box_flex {
	border-top: solid 2px #feee84;
}
#recruit .box_recruit .box_flex p {
	margin-bottom: 0;
}
#recruit .box_recruit h3 {
	width: 270px;
	color: var(--color-primary);
	font-size: 120%;
}
#recruit .box_recruit h3 span {
	display: block;
	color: #333;
	font-weight: normal;
	font-size: 85%;
	padding-top: 0.5rem;
	margin-left: -0.6em;
}
#recruit .box_recruit h4 {
	display: inline-block;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 30px;
	padding: 5px 10px;
}
#recruit .box_recruit ul li {
	display: flex;
	align-items: center;
}
#recruit .box_recruit ul li::before {
	content: "●";
	color: var(--color-primary);
	font-size: 0.6em;
	margin-right: 1em;
}
#recruit .box_recruit dl {
	display: flex;
}

/*項目：仕事内容*/
#recruit .box_recruit .job h4 {
	margin: 20px 0 10px;
}
#recruit .box_recruit .job dl + dl {
	padding-top: 10px;
}
#recruit .box_recruit .job dt {
	display: inline;
	width: 130px;
	text-align: right;
	margin-right: 1em;
}
#recruit .box_recruit .job p {
	margin-top: 20px;
}
/*項目：正社員　給与*/
#recruit .box_recruit .salary h4 {
	margin-bottom: 10px;
}
#recruit .box_recruit .salary h4.allowance {
	margin-top: 20px;
}
/*項目：宛先*/
#recruit .box_recruit .address dt {
	width: 70px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#recruit .text01 {
		font-size: 110%;
		margin-bottom: 2rem;
	}
	#recruit .box_recruit {
		padding: 20px 40px;
	}
	#recruit .box_recruit h3 {
		margin-bottom: 10px;
	}
	#recruit .box_recruit h3 span {
		display: inline-block;
		padding-top: 0;
		margin-left: 0.5em;
	}
	#recruit .box_recruit .box_flex {
		display: block;
	}
	#recruit .box_recruit .job dt {
		width: 140px;
		margin-right: 1em;
	}
		#recruit .box_recruit .job dd {
		width: 370px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit .box_recruit {
		padding: 5px 25px;
	}
	#recruit .box_recruit ul li {
		align-items: flex-start;
	}
	#recruit .box_recruit ul li::before {
		padding-top: 0.6em;
	}
	#recruit .box_recruit .job dl {
		width: 100%;
		display: block;
	}
	#recruit .box_recruit .job dl + dl {
		border-top: 1px solid rgba( 246, 118, 153, 0.4);
		padding-top: 5px;
		margin-top: 7px;
	}
	#recruit .box_recruit .job dl dt,
	#recruit .box_recruit .job dl dd {
		width: 100%;
	}
	#recruit .box_recruit .job dl dd {
		padding-left: 1em;
	}
}
@media only screen and (max-width: 340px){ /* スマホ340px以下 */
	#recruit .box_recruit .address dl {
		display: block;
		padding-top: 7px;
	}
	#recruit .box_recruit .address dl:last-of-type {
		padding-bottom: 7px;
	}
}