@charset "utf-8";
/* CSS Document */

/* index 
----------------------------------------------------------*/
.recruit dl {
	display: table;
	width: 100%;
	line-height: 24px;
}
.recruit dl:last-child {
	border-bottom: 1px solid #a3a3a3;
}
.recruit dl dt {
	display: table-cell;
	background: #e8e8e8;
	width: 25%;
	text-align: left;
	padding-left: 30px;
}
.recruit dl dd {
	width: 75%;
	padding: 10px 0 10px 15px;
}
.bt {
	border-top: 1px solid #a3a3a3;
}

.recruit_menu_list ull.category {
	width: 66.6%;
	overflow: hidden;
}
.recruit_menu_list ull.category>a>lii {
	float: left;
	width: 100%;
	max-width:600px;
	height: 200px;
	margin-right: 0.6667%;
	margin-bottom: 10px;
	border: solid #C9C9CA 1px;
	border-radius: 4px;
	background: linear-gradient(#FFF, #FFF, #EEEFEF);
	box-sizing: border-box;
}
ull.category>a {
	position: relative;
}
ull.category>a>lii.box_r {
	width: 60%;
	float: right;
}
.catch {
	font-weight: 700;
	color: #333333;
}
.font {
	text-indent: 12px;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 35px;
	margin-left: 5px;
}
ull.category>a>lii.box_l {
	width: 100%;
	padding-right: 5%;
	box-sizing: border-box;
}
ull.category .box_l img {
	height: 100%;
	max-width: 200px;
	padding-left: 5px;
	margin-top: 35px;
	margin-left: 5px;
	position: relative;
}
ull.category .border {
	display: block;
	content: "";
	width: 100%;
	max-width:600px;
	height: 15px;
	background: #91BE1E;
	position: relative;
	top: 10px;
	box-sizing: border-box;
}
.wrap04 a img {
	width:100%;
	max-width:250px;
}
.wrap05>ul.flowChart {
	overflow: hidden;
	margin-bottom: 30px;
}
.wrap05>ul.flowChart>li {
	width: 14.5%;
	height: 60px;
	margin-right: 2.5%;
	padding-top: 10px;
	float: left;
	border: 2px solid #91be1e;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 700;
	position: relative;
}
.wrap05>ul.flowChart>li:last-child {
	margin-right: 0;
}
.wrap05>ul.flowChart>li:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-left: 15px solid #91be1e;
	border-bottom: 5px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: 23px;
	right: -30px;
}
.wrap05>ul.flowChart>li:last-child:after {
	border: none;
}
.bt {
	border-top: 1px solid #a3a3a3;
}

/* voice 
----------------------------------------------------------*/


.voice h3.category{
	text-align: center;
}
.voice ul{
	width: 100%;
	list-style: none;
}

.voice ul li{
	width: 44.5%;
	border: 1px solid #91be1e;
	border-radius: 8px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
}
.voice ul li a{display: block;}

.voice ul li:nth-child(even){
	margin-left: 2%;
}

.voice ul li .box_l {
	width:26%;
	float: left;
}

.voice ul li .box_r {
	width:70%;
	float: left;
	margin-left: 3%;
}

.voice ul li .box_l img {
	width:100%;
	max-width:80px;
}

.voice .wrap01,.wrap02,.wrap03,.wrap04 {
	margin-bottom: 20px;
}


/* voice01 
----------------------------------------------------------*/

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.voice01>.wrap01>.box_l {
	width:40%;
	float: left;
	text-align: center;
}

.voice01>.wrap01>.box_r {
	width:60%;
	float: left;
}

.voice01>.wrap01>.box_l img {
	width:100%;
	max-width:200px;
}


/*senior
----------------------------------------------------------*/
.sinior_page .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c8c8c8;
}
.sinior_page .senior_box_l {
	width: 48%;
	padding-right: 5%;
	box-sizing: border-box;
	text-align: center;
}
.sinior_page .senior_box_l img {
	width: 100%;
	max-width: 300px;
}
.sinior_page .senior_box_r {
	width: 52%;
	float: right;
}