@charset "utf-8";
/* CSS Document */
/* =========================================================
 * recruit-area
 * =========================================================*/ 
#recruit-area{
 	width: 1000px;
 	margin: auto;
}
.recruit-text{
	margin: 24px auto;
	width: 500px;
	text-align: center;
}
.recruit-text p{
	color: #212048;
	line-height: 30px;
}
.recruit-list{
	width: 420px;
	border: 1px solid #bac9df;
	padding: 24px;
	margin: 0 auto 40px;
	box-sizing: border-box;
}
.recruit-list h2{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #212048;
	margin: 0 0 16px; 
}
.recruit-list li{
	color: #212048;
	margin: 0 0 4px;
	padding-left: 13px;
    text-indent: -13px;	
    line-height: 18px;
}
.regular-employee,.part-time{
	width: 46%;
	display: inline-block;
	margin: 0 18px 24px;
	vertical-align: top;
}
.regular-employee h3,.part-time h3{
	text-align: center;
	background: #8988b5;
	padding: 24px 0;
	color: #fff;
	margin: 0 0 32px;
}
.regular-employee ul,.part-time ul{
	margin: 24px 0;
	border-bottom: 1px solid #bac9df;
	padding: 0 8px 16px;
}
.regular-employee li,.part-time li{
	margin: 0 0 8px;
	line-height: 18px;
}
.regular-employee li:first-child,.part-time li:first-child{
	font-size: 16px;
	color: #5e5d7a;
	font-family: "Yu Mincho", "YuMincho";
}
.recruit-contact{
	text-align: center;
	margin: 0 0 60px;
}
.recruit-contact span{
	font-weight: bold;
}


.recruit-btn{
    width: 230px;
    height: 60px;
    border-radius: 6px;
    background: #363581;
    border: solid 1px #363581;
    position: relative;
    margin: 24px auto;
}
.recruit-btn a{
    line-height: 60px;
    padding: 0 0 0 24px;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: left;
}
.recruit-btn a:after {
    background: url(../img/icon/icon-02.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 24px;
    right: 16px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;
}
.recruit-btn:hover{
    background: #fff;
    border: solid 1px #363581;
}
.recruit-btn a:hover{
    color: #363581;
}
.recruit-btn a:hover:after {
    background: url(../img/icon/icon-09.png) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 24px;
    right: 16px;
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;
}


@media (max-width: 767px) {
 	#recruit-area{
 		width: 100%;
	}
	.recruit-w{
		padding: 0 12px;
	}
	.recruit-text{
		width: 100%;
		text-align: left;
	}
	.recruit-text p{
		line-height: 18px;
	}
	.recruit-list{
		width: 100%;
	}
	.recruit-list h2{
		text-align: left;
	}
	.regular-employee,.part-time{
		width: 100%;
		display: inherit;
		margin: 0 0 24px;
	}
	.regular-employee ul:last-child{
		border-bottom: none;	
	}
	.recruit-contact p{
		padding: 0 18px;
		line-height: 18px;
	}
}