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

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

#recruit {
	margin-bottom: 80px;
}

#recruit .container {
	width: 1000px;
}

#recruit p {
	margin-bottom: 60px;
}

#recruit .section {
	display: table;
	width: 100%;
	border-left: solid 1px var(--silver);
	border-bottom: solid 1px var(--silver);
}

#recruit .table {
	display: table-row;
	border-top: solid 1px var(--silver);
}

#recruit .dl {
	display: table-cell !important;
	vertical-align: middle;
}

#recruit .dl:nth-of-type(odd) {
	border-right: solid 1px var(--silver);
}

#recruit .dl:nth-of-type(even) {
	border-right: solid 1px var(--silver);
}

#recruit .dt {
	display: none;
	padding: 15px;
	border-bottom: solid 1px var(--silver);
	background: #f0f0f0;
	text-align: center;
	font-weight: 600;
}

#recruit .table:first-of-type .dt {
	display: block;
}

#recruit .dd {
	padding: 20px;
}

#recruit .dl:nth-of-type(even) .dd {
	text-align: left;
}

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

#outline {
	margin-bottom: 130px;
	padding: 100px 0 100px;
	background: #f0f0f0;
}

#outline .container {
	width: 1000px;
}

#outline .box {
	padding: 50px 100px 100px;
	background: #fff;
}

#outline p {
	margin-bottom: 40px;
}

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

#outline .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;
}

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

#outline 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;
}

#outline dt {
	width: 25%;
	padding: 20px 0;
	font-weight: 600;
}

#outline dd {
	width: 73%;
	padding: 20px 0;
}
