@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#recruit .message {
	margin-bottom: 100px;
	margin-bottom: 100px;
	padding: 100px 0 80px;
	background-image: linear-gradient(135deg, #F8F9FA 41.67%, rgba(168, 218, 220, 0.6) 41.67%, rgba(168, 218, 220, 0.6) 50%, #F8F9FA 50%, #F8F9FA 91.67%, rgba(168, 218, 220, 0.6) 91.67%, rgba(168, 218, 220, 0.6) 100%);
	background-size: 8.49px 8.49px;
}

#recruit .message h2 {
	margin-bottom: 80px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: #3FA7D1;
}

#recruit .message .copy {
	font-weight: 600;
	font-size: 26px;
	color: #457B9D;
}

#recruit .message p {
	margin-top: 2em;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#recruit .concept {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#recruit .concept .row {
	width: 250px;
	height: 250px;
}

#recruit .concept .row span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #A8DADC;
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#recruit .flow {
	margin-bottom: 60px;
	background: #3FA7D1;
	padding: 55px 110px 80px;
	color: #fff;
}

#recruit .flow h2 {
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 36px;
	line-height: 1;
}

#recruit .flow .section {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

#recruit .flow .clock img {
	height: 78px;
}

#recruit .flow .row {
	flex: 1;
	margin: 0 2em;
	text-align: justify;
}

#recruit .flow .time {
	font-weight: 600;
	line-height: 70px;
}

#recruit .flow figure {
	width: 130px;
	height: 130px;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#recruit .table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

#recruit .detail dl {
	display: table-row;
}

#recruit .detail dt {
	display: table-cell;
	width: 20%;
	border: solid 1px #ccc;
	background: #F8F9FA;
	text-align: center;
	padding: 15px 45px;
}

#recruit .detail dd {
	display: table-cell;
	width: 80%;
	padding: 15px 45px;
	border: solid 1px #ccc;
	text-align: left;
}

#recruit .detail dd ul:not(:last-of-type) {
	margin-bottom: 1em;
}

#recruit .detail dd strong {
	font-weight: 400;
}

.p-contact_sec01_recruit04_note {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	color: #3FA7D1;
}

.p-contact_sec01_recruit04_note a {
	text-decoration: none;
	color: #3FA7D1;
}
