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

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin-bottom: 0;
}

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

#recruit .section {
	margin-bottom: 130px;
	padding-top: 150px;
	position: relative;
	z-index: 0;
}

#recruit figure {
	width: 100%;
	height: 696px;
	background: #e6ecf4;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#recruit .recruit_02 figure {
	background: #cdd8e9;
}

#recruit figure img {
	height: 696px;
}

#recruit .container {
	width: 1000px;
	padding: 60px 0 60px 60px;
	background: #fff;
	text-align: justify;
	transform: translateX(100px);
	position: relative;
	z-index: 0;
}

#recruit .container:before {
	content: '';
	width: 50vw;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
}

#recruit .num {
	margin-bottom: 20px;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #1c509d;
}

#recruit .num:after {
	display: block;
	content: '';
	width: 60px;
	height: 1px;
	margin: 20px auto 25px 0;
	border-top: dotted 4px #1c509d;
}

#recruit .num .en {
	display: block;
	font-size: 60px;
}

#recruit .name {
	display: flex;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
}

#recruit h3 {
	margin-right: 1em;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #1c509d;
}

#recruit .flex {
	display: flex;
	justify-content: space-between;
}

#recruit .row {
	width: 47%;
}

#recruit h4 {
	font-weight: 700;
	font-size: 15px;
	color: #1c509d;
}

#recruit p {
	padding-bottom: 1.5em;
}
