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

main{	padding-bottom: 50px;}
.page_title{	margin-bottom: 40px;}

#recruit{
	background: #fff;
	padding: 40px 15px;
}
.topimg{
    font-size: 0;
    line-height: 0;
    margin: 0 0 20px 0;
    padding: 5px;
    background: rgb(251,220,137);
    background: linear-gradient(135deg, rgba(251,220,137,1) 0%, rgba(218,184,92,1) 100%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.topimg img{
	width: 100%;
	height: auto;
}

.mess{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
}

.recinfo .s_title{	margin-bottom: 20px;}

.recinfo dl{
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ddd;
}
.recinfo dl:last-of-type{	border-bottom: none; margin-bottom: 0;}

.recinfo dl.line2 dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #b99534;
	margin: 0 0 10px 0;
}

.recinfo dl.line2 dt span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	margin-top: 2px;
}

.recinfo dd{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.recinfo dd.point{	font-size: 0; line-height: 0; padding-bottom: 5px;}
.recinfo dd.point span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	border: 1px solid #d6b377;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.recinfo dl.line1,
.recinfo dl.line1 dt,
.recinfo dl.line1 dd{
	display: block;
	width: auto;
}
.recinfo dl.line1{	margin-bottom: 0;}

.recinfo dl.line1 dt{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #765600;
	padding: 10px 0;
	background: rgb(216,182,89);
	background: linear-gradient(90deg, rgba(216,182,89,1) 0%, rgba(234,206,131,1) 50%, rgba(216,182,89,1) 100%);
}
.recinfo dl.line1 dd{
	padding: 15px 0 0 0;
}


/** reccon **/

#reccon{
	font-size: 0;
	line-height: 0;
}

.reccon_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.reccon1{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(50% - 7.5px);
	height: 100px;
	text-align: center;
	color: #222;
	border: 3px double #ddd;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.reccon1:hover{
	color: #222;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.reccon1 p{
	position: relative;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: #d6b377;
	padding: 0 0 5px 0;
}
.reccon1 p:after{
	content: '';
	width: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
}

.reccon1 div{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.reccon1 div em{
	font-size: 12px;
	color: #293e6e;
}

.reccon1 div span{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #293e6e;
	border-radius: 50%;
	margin: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.reccon1.a_line{
	width: 100%;
	margin-top: 15px;
}
.reccon1.a_line div span{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 30px;
}







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

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


	/** reccon **/
	.reccon_top{
		display: block;
		width: auto;
	}
	.reccon1{
		width: 100%;
		height: 100px;
		margin: 0 0 10px 0;
	}
	.reccon1.a_line{	margin-top: 0;}
	.reccon1:last-of-type{	margin-bottom: 0;}
	.reccon1 p{
		width: 100%;
	}


}