@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: 15px;
}
.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:330px;
	height: 400px;
	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: 100%;
	text-align: center;
}
.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%;
	max-width: 630px;
	padding-right: 5%;
	box-sizing: border-box;
}
ull.category .box_l img {
	width: 95%;
	max-width: 330px;
	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: 180px;
	margin-right: 2.5%;
	float: left;
	border: 2px solid #91be1e;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 700;
	position: relative;
}
.wrap05>ul.flowChart>li:last-child {
	margin-right: 0;
}
.wrap05>ul.flowChart>li>span {
	letter-spacing: 2px;
	webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
}
.wrap05>ul.flowChart>li:after {
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-left: 10px solid #91be1e;
	border-bottom: 5px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 45%;
	right: -20px;
}
.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: 90%;
	list-style: none;
}

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

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

.voice ul li .box_l {
	width:80px;
	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{
	margin-left: 10px;
}

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

.voice01>.wrap01>.box_r {
	width:90%;
	float: left;
	margin-top: 10px;
}

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