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

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

#recruit .section {
	margin-bottom: 10vw;
	position: relative;
	z-index: 0;
}

#recruit figure {
	height: 40vw;
	overflow: hidden;
}

#recruit .container {
	padding: 5vw;
	background: #fff;
	text-align: justify;
}

#recruit .num {
	margin-bottom: 3vw;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.3;
	color: #1c509d;
}

#recruit .num:after {
	display: block;
	content: '';
	width: 10%;
	height: 1px;
	margin: 3vw auto 0 0;
	border-top: dotted 2px #1c509d;
}

#recruit .num .en {
	display: block;
	font-size: 4.5vw;
}

#recruit h3 {
	font-weight: 600;
	font-size: 5vw;
	color: #1c509d;
}

#recruit .meta {
	margin-bottom: 8vw;
	line-height: 1.5;
}

#recruit h4 {
	font-weight: 700;
	font-size: 4vw;
	color: #1c509d;
}

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