@charset "utf-8";

/* --------------------------------------------------------------------------------
	recruit
-------------------------------------------------------------------------------- */
/********** 会社概要コンテンツ **********/
#recruit .recruit-content{
}
#recruit .heading1{
	background:#5f9489;
}
#recruit .heading1 .heading-img{
	float:left;
}
#recruit .heading1 .heading-txt{
	float:right;
	width:604px;
}
#recruit .heading1 .heading-txt .icon-no{
	padding:0 0 17px;
}
#recruit .heading1 .heading-txt h2{
	padding:0 0 0 95px;
	color:#fff;
	line-height:1.2;
	font-size:28px;
}

/********** 見出し **********/
#recruit .heading2{
	padding:74px 0 35px;
	text-align:center;
	font-weight:bold;
}
#recruit .heading2 h2{
	padding:0 0 4px;
	line-height:1.2;
	font-size:40px;
	font-weight:bold;
	color:#363;
}
#recruit .heading2 h2 a{
	color:#363;
}

#recruit .heading2 .txt-desc{
	padding:0 0 10px;
	font-size:13px;
	font-weight:bold;
}

/********** 表 **********/
#recruit .tbl{
	padding:0 0 60px;
}
#recruit .tbl table{
	width:100%;
}
#recruit .tbl table th{
	width:25%;
	padding:19px 19px;
    border-top: solid 1px #eeeee6;
    border-bottom: solid 1px #eeeee6;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	color:#191919;
	background:#c0d8c9;
}
#recruit .tbl table td{
	padding:16px 19px;
    border-top: solid 1px #eeeee6;
    border-bottom: solid 1px #eeeee6;
	line-height:2;
	vertical-align:middle;
	background:#fff;
}

/********** 応募する **********/
#recruit .btn-entry{
	display:table;
	margin:0 auto 80px;
}
#recruit .btn-entry a{
	display:table-cell;
	padding:15px 115px;
	color:#fff;
	font-weight:bold;
	background:#3d8140;
}

/********** 先輩×後輩対談 **********/
#recruit .colleagues-talk .txt1{
	margin:0 0 80px;
	padding:27px 100px;
	background:#fff;
}
#recruit .colleagues-talk .txt1 p{
	line-height:2;
}

/********** MORE **********/
#recruit .btn-more{
	display:table;
	margin:0 auto 60px;
}
#recruit .btn-more a{
	display:table-cell;
	padding:15px 115px;
	color:#fff;
	font-weight:bold;
	background:#3d8140;
}











