/*=================================================
 * CSS for PC
 * ================================================= */

.topimg{
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
}
.topimg img{
	width: 100%;
	height: auto;
}


/** rec_top **/

#rec_top{
	color: #000;
	margin: 0 0 50px 0;
	padding: 0 40px 40px 40px;
	border-radius: 10px;
	background: url(img/rec_top.jpg) no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#rec_top .rec_p1{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 130px;
	line-height: 1;
	text-align: center;
	color: #4b1114;
	padding: 40px 0 20px 0;
}
#rec_top .rec_p2{
	width: 750px;
	height: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #4b1114;
	margin: 0 auto 40px auto;
}
#rec_top .rec_p3{
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
}
#rec_top .rec_p4{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 20px 0;
}
#rec_top .rec_p5{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.2;
	color: #7d5d00;
	margin: 0 0 30px 0;
}
#rec_top div{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	padding: 40px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** rec_mid **/

#rec_mid{
	text-align: center;
	margin: 0 0 50px 0;
}
#rec_mid p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.2;
}
#rec_mid p:nth-of-type(2){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#rec_mid p:nth-of-type(3){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 55px;
	line-height: 70px;
	color: #e1c65e;
	margin: 0 0 30px 0;
}
#rec_mid p:nth-of-type(4){
	font-size: 16px;
	line-height: 25px;
}


/** point **/

#point{
	margin: 0 0 50px 0;
}
#point .point_top{
	color: #000;
	margin: 0 0 50px 0;
	padding: 10px;
	background: url(img/rec_top.jpg) no-repeat;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#point .point_top p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #4b1114;
	text-align: center;
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 10px;
}
#point li{
	width: calc(100% / 3 - 20px);
	text-align: center;
	margin: 0 10px 20px 10px;
	padding: 20px 20px 20px 20px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#point li img{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: auto;
	margin: 0 0 10px 0;
}
#point li h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #e1c65e;
	margin: 0 0 10px 0;
}
#point li p{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
#point .point_btm{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 20px 0 0 0;
}


/** recinfo **/

#recinfo h3{	margin-bottom: 30px;}
#recinfo_in{
	padding: 50px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#recinfo_in dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
#recinfo_in dl:first-of-type{
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}
#recinfo_in dt,
#recinfo_in dd{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding: 22px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#recinfo_in dt{
	width: 210px;
	color: #e1c65e;
}
#recinfo_in dd{}
#recinfo_in dd .txt{}
#recinfo_in dd .txt i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
#recinfo_in dd .txt u{	text-decoration: underline;}
#recinfo_in dd .bi{
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #e1c65e;
}
#recinfo_in .reccontact{
	display: flex;
	margin: 25px 0 0 0;
}
#recinfo_in .reccontact div{
	flex: 1;
	padding: 20px 0;
	border-right: 1px dotted rgba(255, 255, 255, 0.16);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#recinfo_in .reccontact div:last-of-type{	border-right: none;}
#recinfo_in .reccontact div h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #e1c65e;
	margin: 0 0 10px 0;
}
#recinfo_in .reccontact div img{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: auto;
	margin: 0 0 10px 0;
}
#recinfo_in .reccontact div a{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 210px;
	height: 50px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto 10px auto;
}
#recinfo_in .reccontact .div_tel a{	background: #b02424;}
#recinfo_in .reccontact .div_mail a{	background: #1e74bd;}
#recinfo_in .reccontact .div_line a{	background: #009700;}
#recinfo_in .reccontact div p{
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.pc_none{	display: none;}


/*=================================================
 * CSS for SP
 * ================================================= */

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

	#recruit{
		padding: 0 15px;
	}
	.topimg{
		margin: 0 0 15px 0;
	}

	/** rec_top **/
	#rec_top{
		margin: 0 0 30px 0;
		padding: 0 15px 15px 15px;
	}
	#rec_top .rec_p1{
		font-size: 12vw;
		padding: 15px 0 10px 0;
	}
	#rec_top .rec_p2{
		width: auto;
		height: auto;
		font-size: 6vw;
		line-height: 1.2;
		margin: 0 0 15px 0;
	}
	#rec_top .rec_p3{
		font-size: 13px;
		line-height: 1.2;
		text-align: center;
	}
	#rec_top .rec_p4{
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
		margin: 0 0 20px 0;
	}
	#rec_top .rec_p5{
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
		margin: 0 0 30px 0;
	}
	#rec_top div{
		font-size: 13px;
		line-height: 22px;
		text-align: left;
		padding: 15px;
	}

	/** rec_mid **/
	#rec_mid{
		text-align: center;
		margin: 0 0 30px 0;
	}
	#rec_mid p:nth-of-type(1){
		font-size: 22px;
		line-height: 1.2;
	}
	#rec_mid p:nth-of-type(2){
		font-size: 15px;
		line-height: 1.2;
		margin: 0 0 10px 0;
	}
	#rec_mid p:nth-of-type(3){
		font-size: 28px;
		line-height: 1.3;
		margin: 0 0 30px 0;
	}
	#rec_mid p:nth-of-type(4){
		font-size: 13px;
		line-height: 22px;
	}

	/** point **/
	#point{
		margin: 0 0 30px 0;
	}
	#point .point_top{
		margin: 0 0 10px 0;
	}
	#point .point_top p{
		font-size: 24px;
		line-height: 30px;
		padding: 10px;
	}
	#point ul{
		display: block;
		padding: 0;
	}
	#point li{
		width: auto;
		margin: 0 0 10px 0;
		padding: 10px;
	}
	#point li h4{
		font-size: 24px;
		line-height: 30px;
	}
	#point li p{
		font-size: 13px;
		line-height: 22px;
		text-align: left;
	}
	#point .point_btm{
		font-size: 13px;
		line-height: 22px;
		margin: 10px 0 0 0;
	}


	/** recinfo **/
	#recinfo h3{	margin-bottom: 20px;}
	#recinfo_in{
		padding: 15px;
	}
	#recinfo_in dl{
		display: block;
	}
	#recinfo_in dt,
	#recinfo_in dd{
		display: block;
		font-size: 13px;
		line-height: 1.3;
		text-align: left;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#recinfo_in dt{
		width: 210px;
		color: #e1c65e;
		padding: 10px 0 0 0;
	}
	#recinfo_in dd{
		padding: 0 0 10px 0;
	}
	#recinfo_in dd .bi{
		font-size: 15px;
		font-weight: bold;
		line-height: 22px;
		color: #e1c65e;
	}
	#recinfo_in .reccontact{
		display: block;
		margin: 10px 0 0 0;
	}
	#recinfo_in .reccontact div{
		text-align: center;
		padding: 10px 0;
		border-right: none;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.16);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#recinfo_in .reccontact div:last-of-type{	border-bottom: none;}
	#recinfo_in .reccontact div h4{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px 0;
	}
	#recinfo_in .reccontact div p{
		font-size: 13px;
		line-height: 22px;
		text-align: center;
	}


	.pc_none{	display: inline;}
	.sp_none{	display: none;}

}
