@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
}

.main_visual{
	background: url(/img/recruit_2019/main_bg.png)no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0 60px;
}

.content_size{
	width: 1100px;
	margin: auto;
}

.main_ttl{
	margin-top: 70px;
	text-align: center;
}

.main_sub_ttl{
	margin-top: 140px;
	text-align: center;
}

.kyujin_list{
	margin: 30px 0 60px;
}

.list_nav{
	width: 100%;
	border-bottom:solid 1px #0b7f32;
	padding: 0 70px;
}

.list_nav li{
	display: inline-block;
	font-weight: bold;
	text-align: center;
	margin-left: 25px;
	position: relative;
	vertical-align: bottom;
}

.list_nav li a{
	color: #0b7f32;
	text-decoration: none;
	padding: 20px 40px 0;
	display: block;
	height: 135px;
	cursor: pointer;
}

.list_nav li:first-child a{
	padding-top: 30px;
}

.list_nav li:first-child a p{
	padding-top: 8px;
}

.list_nav li:nth-child(2) a{
	padding-top: 22px;
}

.list_nav li:nth-child(2) a p{
	padding-top: 7px;
}

.list_nav li:last-child a{
	padding-top: 22px;
}

.list_nav li:last-child a p{
	padding-top: 1px;
}

.list_nav li:not(._active) a:hover{
	opacity: .6;
}

.list_nav li._active{
	display: inline-block;
}

.list_nav li._active:after{
	position: absolute;
	content:'';
	border: 10px solid transparent;
	border-top: 16px solid #0b7f32;
	bottom: -25px;
	left: 50%;
	margin-left: -10px;
}

.list_nav li._active a,
.list_nav li.hover a{
	color: #fff;
	background: #0b7f32;
}

.kyujin_box{
	width: 95%;
	margin: 30px auto 0;
	border: 10px solid #e5e5e5;
	padding: 40px 50px;
	display: none;
}

.kyujin_box._active{
	display: block;
}

.kyujin_box._1 .btn {
  margin: 10px 0 0;
}

.kyujin_box._1 .kyujin_detail {
  padding: 0 0 20px;
}

.kyujin_ttl{
	font-size: 20px;
	color: #0b7f32;
	margin-bottom: 20px;
}

.btn{
	text-align: center;
	display: block;
	margin-top: 30px;
}

.btn a{
	color: #fff;
	padding: 10px 50px;
	background: #0b7f32;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
}

.btn a .small {
  font-size: 13px;
}

.btn a:hover{
	opacity: .8;
	text-decoration: none;
}

.kyujin_navi{
	padding: 70px 0 100px;
	background: url(/img/recruit_2019/navi_bg.png)no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.navi_txt_wrap{
	background: rgba(255,255,255,.2);
	border:solid 1px #fff;
	padding: 50px 70px;
	text-align: center;
	line-height: 2em;
	letter-spacing: .1em;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #1b1b1b;  
	margin-bottom: 130px;
}

.navi_ttl_wrap{
	text-align: center;
	margin-bottom: 110px;
}

.navi_ttl{
	font-size: 24px;
	line-height: 2em;
	text-shadow: 0 1px 1px #1b1b1b;  
	color: #fff;
	font-weight: bold;
	letter-spacing: .15em;
}

.navi_link_list{
	width: 510px;
	display: inline-block;
	background: #fff;
	vertical-align: top;
	margin-left: 30px;
	padding: 100px 25px 20px;
	box-shadow:0px 1px 10px -1px #0b2d12;
	position: relative;
  min-height: 300px;
}

.navi_link_list._navi:before{
	position: absolute;
	content: url(/img/recruit_2019/navi2026.png);
	top: 5px;
	left: 50%;
	margin-left: -180px;
}

.navi_link_list._ag:before{
	position: absolute;
	content: url(/img/recruit_2019/agkyari2026.png);
	top: 8px;
	left: 50%;
	margin-left: -160px;
}

.navi_link_list .tr {
  line-height: 2;
}

.navi_link_img{
	text-align: center;
	margin: -30px 0 20px;
}

.tr{
	text-align: right;
	margin-top: 20px;
	font-size: 14px;
}
.tr a{
	color: #0b7f32;
	font-weight: bold;
}

.type{
	padding: 70px 0 100px;
}

.type_ttl{
	font-size: 30px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 25px;
}

.type_detail{
	font-weight: bold;
	text-align: center;
}

.what_type{
	margin-top: 75px;
	text-align: center;
}

.what_type_ttl{
	font-size: 30px;
	color: #0b7f32;
	margin-bottom: 20px;
}

.block_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}

.block_list_child{
	text-align: center;
	padding: 0 0px;
	width: 30.6%;
}

.block_list_child .btn{
	margin-top: 10px;
}

.block_list_child:last-child{
	margin-top: 8px;
}

.tupe_block_ttl{
	margin: 20px 0 5px;
	font-size: 18px;
	color: #0b7f32;
	font-weight: bold;
	line-height: 1.4;
	height: 52px;
}

.small_txt{
	font-size: 12px;
}

.block_list_child .btn a{
	width: 100%;
	padding: 10px 0;
}

.contact{
	background: #eeeeee;
	padding: 65px 0 50px;
}

.contact_ttl{
	text-align: center;
	font-size: 30px;
	letter-spacing: .1em;
	margin-bottom: 60px;
}

.contact_block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.contact_list{
	width: 30%;
	text-align: center;
}

.contact_txt{
	font-weight: bold;
}

.btn_wrap{
	margin-top: 15px;
}

.contact_btn a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #0b7f32;
	border: solid 7px #0b7f32;
	background: #fff;
	padding: 12px 0;
}

.contact_btn a:hover{
	opacity: .8;
}

.company_info{
	margin-top: 60px;
	text-align: center;
	font-weight: 500;
}

.company_ttl{
	font-size: 26px;
}

.company_img{
	padding-right: 10px;
	vertical-align: middle;
}

.company_tel{
	font-size: 24px;
	letter-spacing: .1em;
}

.company_detail{
	margin-top: 0;
	font-size: 14px;
	letter-spacing: .1em;
}

.footer_img img{
	width: 100%;
  display: block;
}

.copyright{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 15px 0 15px;
  background: #eee;
}

.kyujin_btn a {
	width: 390px;
}

.f_nav {
  padding: 20px 0;
  text-align: center;
}

.f_nav .list {
  list-style: none;
}

.f_nav .list .item {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.f_nav .list .logo {
  margin: 0 50px 0 0;
}

.f_nav .list .logo:hover {
  opacity: .7;
}

.f_nav .list .item a {
  color: #0b7f32;
  font-weight: bold;
}

.event_banner {
  width: 800px;
  margin: 20px auto 50px
}

.event_banner img {
  max-width: 100%;
  vertical-align: top;
}

