@charset "utf-8";
/* CSS Document */
body{
	margin:0 0;
	padding:0 0;
	background:#346633;
	color:#333;
	font-size:15px;
	font-family:'Noto Sans JP', sans-serif;
	line-height:180%;
	word-wrap: break-word;
}
.eng{
	font-family: 'Roboto', sans-serif;
}
#rc_top_menu_x{
	background:#3DAD31;
	height:26px;
	border-bottom:#FFF 1px solid;
}
#rc_top_menu_x ul.rc_menu_x{
	border-right:#FFF 1px solid;
}
#rc_top_menu_x ul.rc_menu_x li{
	float:left;
	border-left:#FFF 1px solid;
}
#rc_top_menu_x ul.rc_menu_x li.rc_menu4{
	float:left;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
}
#rc_top_menu_x ul.rc_menu_x li a{
	width:189px;
	height:26px;
	line-height: 26px;
	display:block;
	overflow:none;
	outline:none;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#rc_top_menu_x ul.rc_menu_x li.rc_menu0 a,
#rc_top_menu_x ul.rc_menu_x li.rc_menu4 a{
	width:188px;
}
#rc_top_menu_x ul.rc_menu_x li a:hover{
	text-shadow: 1px 1px 1px #555;
}

.con_wrap{
	width:950px;
	margin: 0 auto;
}
.biz_head{
	min-height:150px;
	background-image: url("../img/biz/bg_header.jpg");
	background-size: cover;
}
.biz_head p{
	background:#FFF;
	font-size:15px;
	font-weight: bold;
	line-height: 25px;
	margin: 20px 0 2px 0;
	padding: 0 15px;
	display: inline-block;
}
.biz_head h1 span{
	display: inline-block;
	background:#333;
	color: #FFF;
	font-size:24px;
	font-weight: bold;
	line-height: 40px;
	margin: 2px 0 0 0;
	padding: 0 15px;
}
.bg_prog{
	background-image: url("../img/biz/logo_prog.png");
	background-repeat: no-repeat;
	background-position: 800px 35px;
    position: relative;
}
a.biz_dl{
    position:absolute;
    top:125px;
    right:190px;
    background:#DC2380;
    color:#FFF;
    text-decoration: none;
    padding:5px 15px 6px;
    border-radius:18px;
    transition: all 0.5s 0s ease;
}
a.biz_dl:hover{
    background: #333;
}
.shoulder{
	color:#3DAC31;
	margin: 50px 0 10px;
}
h3{
	font-size:20px;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.sub_box{
	background:#F0F0E1;
	position: relative;
	display:flex;
	margin: 15px 0;
}
.sub_box p.sub_title{
	font-size: 16px;
	background: #333;
	height: 30px;
	line-height: 30px;
	margin: 15px 0;
	color: #FFF;
	width:155px;
	text-align: center;
	align-items: flex-start;
}
.sub_box p.sub_body{
	margin: 15px 20px 15px 40px;
	align-items: stretch;
}
.sub_box p.sub_body span{
	color:#3DAC31;
}
.sub_box a{
	position: absolute;
	bottom:15px;
	left:15px;
	background: #FFF;
	color:#333;
	line-height: 38px;
	width:138px;
	text-align: center;
	border:1px solid #CCC;
	text-decoration: none;
}
.sub_box a:hover{
	text-decoration: underline;
	color:#F00;
}
div.anchor_links{
	border:#CCC 1px solid;
	padding:15px;
	margin: 0 0 25px;
}
div.anchor_links.leaf_anchor{
	margin:40px 0 0 0;
}
div.anchor_links p{
	color:#999;
	display: inline-flex;
	flex-direction: row;
	flex-basis:30%;
	padding: 0 150px 0 0;
}
div.anchor_links.leaf_anchor p{
	flex-basis:20%;
	padding: 0 70px 0 20px;
}
#talent.bg_col{
	background-image:url("../img/biz/bg_body.jpg");
	background-size: cover;
	text-align: center;
}
#talent.bg_col .shoulder,
#jobassign .shoulder{
	padding:50px 0 10px 0;
	margin: 0 20px 0 15px;
}
#talent.bg_col h4,
#jobassign h4{
	font-size: 20px;
	padding: 0 0 15px;
}
.usage_boxes{
	padding: 25px 0 40px;
	display: flex;
}
.usage_boxes div.us_b{
	flex-direction: row;
	width:310px;
	margin: 0 auto;
}
.usage_boxes h5{
	color:#FFF;
	line-height: 40px;
}
.usage_boxes li{
	background:#E0F9F4;
	line-height: 40px;
	font-size: 15px;
	font-weight:bold;
}
.usage_boxes li:nth-child(even){
	background: #D0F6EE;
}
.usage_boxes .box1 h5{
	background: #52E9ED;
}
.usage_boxes .box2 h5{
	background: #5FDEBE;
}
.usage_boxes .box3 h5{
	background: #5ABCB9;
}
#jobassign{
	text-align: center;
}
#jobassign .resume{
	text-align: left;
}
#jobassign h5{
	text-align: center;
	margin: 20px 0 0;
	background: #26532B;
	color:#FFF;
	line-height: 40px;
}
#jobassign .resume dt{
	float:left;
	width:150px;
	padding: 5px 5px;
	font-weight: bold;
}
#jobassign .resume dd{
	margin: 0 0 0 0;
	padding:5px 0 5px 160px;
	border-bottom:1px solid #CCC;
}
#jobassign .resume dd table{
	width:100%;
	border-collapse: collapse;
	border-bottom:#EEE 1px solid;
	margin: 10px 0;
}
#jobassign .resume dd table th{
	background: #BBBBBB;
	line-height: 25px;
	font-size:14px;
	color:#FFF;
	padding: 0 5px;
}
#jobassign .resume dd table tr{
	background:#EEE;
}
#jobassign .resume dd table tr:nth-child(odd){
	background:#FAFAFA;
}
#jobassign .resume dd table td{
	padding: 0 5px;
}
.btn_area{
	padding:40px 0;
}
.btn_area a{
	display: block;
	margin: 0 auto;
	background: #FFF;
	color:#333;
	line-height: 38px;
	width:158px;
	text-align: center;
	border:1px solid #CCC;
	text-decoration: none;
}
.btn_area a:hover{
	text-decoration: underline;
	color:#F00;
}
#append{
	border-top:#CCC 1px solid;
	background: #EEE;
	padding: 20px 0 20px;
}
#append h5{
	background: #FFF;
	padding: 5px 10px;
	font-weight: normal;
}
#append dt{
	float:left;
	padding: 10px 5px;
	clear: both;
}
#append dd{
	margin: 0 0;
	padding: 10px 0 15px 230px;
	border-bottom:1px solid #FFF;
}
#case1,#case2,#case3,#case4{
	clear: both;
}
.con_leaf{
	padding:25px 0;
	border-bottom:#CCC 1px solid;
}
.con_leaf .img_r{
	float:right;
	padding: 10px 0;
}
.con_leaf .img_l{
	float:left;
	padding: 10px 0;
}
.con_leaf .unit_r{
	float:right;
}
.con_leaf .unit_l{
	float:left;
}
.con_leaf p{
	margin:0 0 15px 0;
	width:515px;
	line-height: 180%;
}
.con_leaf p.shoulder{
	margin:0 0 0 0;
	color:#3DAC31;
}
.con_leaf p span{
	margin-left:10px;
	padding:2px 5px;
	background:#52E9ED;
	color:#FFF;
}
.con_leaf p span.cl2{
	background:#5FDEBE;
}
.con_leaf p span.cl3{
	background:#5ABCB9;
}
.con_leaf h4{
	padding: 0px 0 20px 0;
	font-size:20px;
	line-height: 150%;
}