@charset "UTF-8";

/*------------------------------------------------------------
  Headding
  ------------------------------------------------------------*/

#recruit h2 {
	margin-bottom: 75px;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

#recruit h2 span {
	display: block;
	font-size: 44px;
	color: #603813;
	line-height: 1;
	margin-top: 10px;
}

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

#recruit .message {
	margin: 0 0 15vw;
	padding: 10vw 6vw;
	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;
	text-align: center;
}

#recruit .message h2 {
	margin-bottom: 8vw;
	font-weight: bold;
	font-size: 6vw;
	line-height: 1;
	color: #3FA7D1;
}

#recruit .message .copy {
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 1.7;
	color: #457B9D;
}

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

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

#recruit .concept {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 15vw;
}

#recruit .concept .row {
	width: 42vw;
	height: 42vw;
	margin: 2vw;
}

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

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

#recruit .flow {
	margin-bottom: 10vw;
	background: #3FA7D1;
	padding: 15vw 5vw;
	color: #fff;
}

#recruit .flow h2 {
	margin-bottom: 5vw;
	font-weight: bold;
	font-size: 5.5vw;
	line-height: 1;
}

#recruit .flow .section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10vw;
}

#recruit .flow .clock {
	width: 10vw;
}

#recruit .flow .row {
	width: 84%;
	margin-bottom: 5vw;
	text-align: justify;
}

#recruit .flow .time {
	margin-bottom: 5vw;
	font-weight: bold;
	font-size: 4vw;
	line-height: 10vw;
}

#recruit .flow figure {
	width: 100%;
	text-align: center;
}

#recruit .flow figure img {
	width: 60vw;
	height: 60vw;
}

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

#recruit {
	margin-bottom: 15vw;
}

#recruit .detail {
	margin: 0 5vw;
}

#recruit .table {
	margin-bottom: 30px;
}

#recruit .detail dl {
	margin-top: -1px;
	border: solid 1px #ccc;
}

#recruit .detail dt {
	background: #F8F9FA;
	text-align: center;
	padding: 1em 0;
	font-weight: bold;
}

#recruit .detail dd {
	padding: 5vw;
	text-align: justify;
}

.p-contact_sec01_recruit04_note {
	text-align: center;
	font-size: 4vw;
	color: #603813;
}
