@charset "utf-8";

/* CSS Document */
#recruit .sec1 {
	margin-top: 100px;
	text-align: center;
}

#recruit .sec1 h3 {
	margin-top: 60px;
}

#recruit .sec1 p {
	line-height: 1.6;
	margin: 45px 0;
}

#recruit .sec2 {
	background: #1d4da0 url(../img/recruit/sec2_bg.jpg) center top no-repeat;
}

#recruit .sec2 .contents {
	max-width: 1200px;
	margin: 50px auto;
	padding-bottom: 60px;
}

#recruit .sec2 h3 {
	color: #fff;
	text-align: center;
	padding-top: 60px;
	;
}

#recruit .sec2 p.desc {
	color: #fff;
	text-align: center;
	margin: 30px 0 50px;
}

#recruit .sec2 .box_wrap {
	display: flex;
	justify-content: space-around;
}

#recruit .sec2 .box_wrap .box {
	background: #fff;
	border-radius: 5px;
	width: 45%;
}

#recruit .sec2 .box_wrap .box h4 {
	background: #f5f5f5;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
}

#recruit .sec2 .box_wrap .box h4 span {
	font-weight: bold;
}

#recruit .sec2 .box_wrap .box ul {
	padding: 20px 0;
	margin-left: 40px;
}

#recruit .sec2 .box_wrap .box ul li {
	margin-bottom: 10px;
	padding-left: 1em;
}

#recruit .sec2 .box_wrap .box ul li:before {
	content: "・";
	margin-left: -1em;
}

#recruit table {
	width: 1000px;
	margin: 0 auto;
}

#recruit table,
#recruit th,
#recruit td {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#recruit th {
	background: #e3e3e3;
	font-weight: bold;
}

#recruit th, #recruit td {
	padding: 15px 0;
	text-align: center;
	vertical-align: middle;
}

#recruit .sec3 .ttl {
	padding: 60px 0 0;
}

#recruit .sec3 .contents {
	max-width: 1200px;
	margin: 50px auto 0;
	padding-bottom: 80px;
}

#recruit .sec3 .contents .box_wrap {
	display: flex;
	justify-content: space-around;
}

#recruit .sec3 .contents .box {
	width: 30%;
}

#recruit .sec3 .contents .box .number {
	text-align: center;
}

#recruit .sec3 .contents .box .number p {
	font-size: 3rem;
	font-weight: bold;
	font-style: italic;
	color: #2562b1;
}

#recruit .sec3 .contents .box .number hr {
	width: 50px;
	background: #2562b1;
	padding: 1px 0;
	border: 0;
	margin: 0 auto;
}

#recruit .sec3 .contents .box h4 {
	width: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 20px;
	line-height: 1.4;
}

#recruit .sec3 .contents .box p.txt {
	height: 100px;
}

#recruit .sec3 .contents h3 {
	margin: 50px 0;
	text-align: center;
}

#recruit .sec3 p.desc {
	text-align: center;
	margin: 30px 0 50px;
}

#recruit .sec3 table td {
	width: 50%;
}

#recruit .sec4 {
	margin-bottom: 140px;
}

#recruit .sec4 table {
	margin: 60px auto;
}

#recruit .sec4 table th {
	width: 20%;
}

#recruit .sec4 table td {
	text-align: left;
	padding: 15px 30px;
	line-height: 1.6;
}

#recruit .sec5 {
	text-align: center;
}

#recruit .sec5 h3 {
	margin-top: 60px;
}

#recruit .sec5 p {
	line-height: 1.6;
	margin: 45px 0;
}

#recruit .sec5 .contents {
	max-width: 1000px;
	margin: 50px auto 0;
	padding-bottom: 80px;
}

#recruit .sec5 .contents .box_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom:30px;
}

#recruit .sec5 .contents .box_wrap figure {
	width: 30%;
}

#recruit .sec5 .contents .box_wrap figure:nth-of-type(4),
#recruit .sec5 .contents .box_wrap figure:nth-of-type(5) {
	width: 48%;
}

#recruit .sec5 .contents .box_wrap figcaption {
	margin-top: 5px;
}

@media print, screen and (max-width: 960px) {
	#recruit .sec1 {
		width: auto;
		margin: 10% 2% 0;
	}

	#recruit .sec1 ul {
		flex-wrap: wrap;
	}

	#recruit .sec1 ul li {
		width: 48%;
		margin-bottom: 2%
	}

	#recruit .sec2 {
		background: #1d4da0 url(../img/recruit/sp/sec2_bg.jpg) center top no-repeat;
		background-size: contain;
	}

	#recruit .sec2 p.desc {
		width: auto;
		margin: 10% 2%;
	}

	#recruit .sec2 .box_wrap {
		display: block;
	}

	#recruit .sec2 .box_wrap .box {
		width: auto;
		margin: 0 4% 6%;
	}

	#recruit .sec2 .box_wrap .box ul {
		margin-left: 0;
		padding: 20px;
	}

	#recruit .sec2 .box_wrap .box ul li {
		line-height: 1.3;
	}

	#recruit table {
		width: auto;
	}

	#recruit table.license {
		width: 80%;
	}

	#recruit .sec3 .contents .box_wrap {
		display: block;
	}

	#recruit .sec3 .contents .box {
		width: auto;
		margin: 10%;
	}

	#recruit .sec3 .contents .box p.txt {
		height: auto;
		margin-bottom: 5%;
	}

	#recruit .sec3 p.desc {
		margin: 0 2% 5%;
		width: auto;
	}

	#recruit .sec3 table td.left {
		width: 60%;
	}

	#recruit .sec4 table {
		margin: 10% 6%;
	}

	#recruit .sec4 table td {
		padding: 15px 10px;
	}

	#recruit .sec5 {
		width: auto;
		margin: 10% 2% 0;
	}

	#recruit .sec5 .contents .box_wrap {
		flex-direction: column;
    width: 80%;
    margin: 0 auto;
	}

	#recruit .sec5 .contents .box_wrap figure {
		width: auto;
    max-width: 500px;
	}

	#recruit .sec5 .contents .box_wrap figure:nth-of-type(4),
	#recruit .sec5 .contents .box_wrap figure:nth-of-type(5) {
		width: auto;
	}

}