@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit {
	margin: 0 8vw 20vw;
}

#recruit p {
	margin-bottom: 10vw;
	text-align: justify;
}

#recruit h4 {
	margin-bottom: 3vw;
	text-align: left;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

#recruit h4:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 8px;
	background: var(--orange);
}

#recruit .table {
	margin-bottom: 10vw;
	position: relative;
}

#recruit .table:before {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, var(--orange) 25%, transparent 25%, transparent 27%, var(--silver) 27%);
	position: absolute;
	top: 0;
	left: 0;
}

#recruit .dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#recruit .dl:after {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, var(--orange) 25%, transparent 25%, transparent 27%, var(--silver) 27%);
	position: absolute;
	bottom: 0;
	left: 0;
}

#recruit .dt {
	width: 25%;
	padding: 1em 0;
	text-align: left;
	font-weight: 600;
	line-height: 1.5;
}

#recruit .dd {
	width: 73%;
	padding: 1em 0;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 8vw 15vw;
}

#outline p {
	margin-bottom: 10vw;
	text-align: justify;
}

#outline .table {
	text-align: left;
}

#outline .table dl {
	margin-bottom: 6vw;
	padding-top: 6vw;
	border-top: solid 1px var(--silver);
}

#outline dt {
	margin-bottom: 1vw;
	text-align: left;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

#outline dt:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 14px;
	height: 1px;
	margin-right: 8px;
	background: var(--orange);
}

#outline dd {
	text-align: justify;
}
