@charset "UTF-8";

/*==============================
		content設定
==============================*/



.btn{
		width: 500px;
		margin: 70px auto;
		padding: 40px;
		font-size: 20px;
		font-weight: bold;
}

h3{
	font-weight:bold;
	text-align: center;
	margin-bottom: 20px;
}

/*-----titleImage-----*/

#contents #titleImg{
	background-image: url(/img/recruit/titleimg_pc.jpg);
}

.border_box{
	margin: 0 auto;
	max-width: 800px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #333;
}

#flex{
	display:flex;
}

#first{
	text-align: center;
	margin-bottom: 50px;
}

#first p{
	font-size:18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 50px;
}

#first img{
	margin-bottom:30px;
}

.bk_blue{
	background-color: #F3F9FD;
	padding:50px 0;
	margin-bottom:100px;
}

#point-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

@media screen and (min-width: 601px) and (max-width: 960px){

	#point-wrap{
		grid-template-columns: 1fr 1fr;
	}

	#point-wrap .point:nth-last-of-type(n+3):first-of-type {
		grid-column: 1 / -1;
		width: calc((100% - 25px) / 2);
		margin: 0 auto;
	}

	#point-wrap .point:nth-last-of-type(n+3):first-of-type .em,
	.sp-none{
		display: none;
	}

}


@media screen and (max-width: 600px){

	#point-wrap{
		grid-template-columns: 1fr;
		gap: 0;
	}

	#point-wrap .em,
	.sp-none{
		display: none;
	}

}

.point p{
	margin-top:20px;
}

.point p a{
	color: #1D4492;
	font-weight: bold;
	text-decoration: underline;
}

.point p.title{
	width:100%;
	font-weight: bold;
	font-size: clamp(18px, 2.5vw, 25px);
	margin: 60px auto 20px;
	color:#1D4492;
	line-height: 1.2;
}

.point p span{
	font-size: 13px;
}


#youkou h4{
	font-weight:bold;
	border-left: 3px solid #1D4492;
	padding-left: 8px;
}

#youkou dl{
	display: flex;
	flex-wrap: wrap;
	margin-top:20px;
	border-top:1px solid #999;
}

#youkou dl dt{
	display: flex;
	width:20%;
	background: #EEE;
	padding: 20px;
	border-bottom:1px solid #999;
	font-weight: bold;
}

#youkou dl dd{
	width:80%;
	padding: 20px;
	border-bottom:1px solid #999;
}

/*------------------------------
	タブレットの設定
------------------------------*/

@media screen and (max-width:960px) {
	
}



/*------------------------------
	スマホの設定
------------------------------*/

@media screen and (max-width:600px){
	
	.btn{
		width: 100%;
		padding:30px;
	}
	
	#flex{
		display: block;
	}
	
	.point{
		display: block;
		width:100%;
		margin-right:0px;
	}

	.point p.title{
		display: block;
		font-size: 18px;
	}

	.point p.left{
		display: block;
		width:100%;
		margin-bottom: 10px;
	}

	.point p.right{
		display: block;
		width:100%;
		margin-left: 0px;
	}

	#youkou dl{
		display: inline-block;
		margin-top:20px;
		border-top:1px solid #999;
	}

	#youkou dl dt{
		display: inline-block;
		width:100%;
		text-align: center;
		background: #EEE;
		padding: 10px;
		border-bottom:1px solid #999;
		font-weight: bold;
	}

	#youkou dl dd{
		display: inline-block;
		width:100%;
		border-bottom:1px solid #999;
	}
	
}











