@charset "UTF-8";
/* CSS Document */
.banner_btn {
    width: 200px;
    display: block;
    margin: 0 auto 30px;
}

/* HTML5 Reset end
-------------------------------------------------------------------------------*/


/*
Standard Classes
Author:Takuro Hishikawa
*/
strong{font-weight:bold}
.nomargin{margin:0!important}
.noborder{border:0!important}
.alignleft{text-align:left}
.aligncenter{text-align:center}
.alignright{text-align:right}
.clearboth{clear:both}
.clearleft{clear:left}
.clearright{clear:right}
img.alignleft,.floatleft{float:left;margin:0 10px 10px 0}
img.alignright,.floatright{float:right;margin:0 0 10px 10px}


/*
-------------------------------------------------------------------------------*/

main img{
  display: block;
  width: 100%;
}

.smp_br{
  display: none;
}
.wrap{
  width: 100%;
  margin: 0 auto;
  max-width: 920px;
}
.wrap p{
  color: #333333;
  font-size: 16px;
}
/* header */
.g_band{
  background: #009B63;
  padding: 5px 0;
}
.g_band ul{
  display: flex;
  justify-content: flex-end;
}
.g_band ul li{
  margin-left: 20px;
}
.g_band ul li a{
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: bold;
}
.g_band ul li a:hover{
  opacity: .6;
}
.g_band ul li img{
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 6px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.logo_shelf ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}
.logo_shelf ul img{
  width: 100%;
  height: auto;
}
.logo_c{
  width: 62%;
  max-width: 563px;
}
.logo_c:hover{
  opacity: .6;
}
.logo_g{
  width: 14%;
  max-width: 128px;
}
.nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li{
  width: 25%;
  position: relative;
}
.nav ul.wrap > li:before{
  position: absolute;
  content: '';
  background: #009B63;
  width: 1px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav ul.wrap > li:last-of-type:after{
  position: absolute;
  content: '';
  background: #009B63;
  width: 1px;
  height: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav ul li a{
  display: flex;
  width: 100%;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}
.nav ul.wrap > li > a:hover{
  background: #009B63;
  color: #fff;
}
.nav ul .small_nav{
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 1;
}
.nav_action:hover{
  background: #009B63;
}
.nav_action:hover > a{
  color: #fff;
}
.nav_action:hover > .small_nav{
  display: block;
}
.nav ul .small_nav li{
  width: 100%;
}
.nav ul .small_nav li a{
  font-size: 1.5rem;
  padding: 15px 15px 15px 35px;
  display: block;
  position: relative;
  font-weight: normal;
}
.nav ul .small_nav li a:hover{
  text-decoration: underline;
  text-decoration-color: #009B63;
}
.nav ul .small_nav li a:before{
  position: absolute;
  content: '';
  background: #009B63;
  width: 5px;
  height: 1px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.smp_block{
  display: none !important;
}
.hbg_position{
  display: none;
}

/*index*/
.main_v{
  width: 100%;
  position: relative;
}
.slider{
  width: 100%;
}
.slider li{
  width: 100%;
  height: 540px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.slider li.slide_01{
  background: url(../img/pic/slide01.jpg);
}
.slider li.slide_02{
  background: url(../img/pic/slide02.jpg);
}
.slider li.slide_03{
  background: url(../img/pic/slide03.jpg);
}
.main_title{
  font-size: 4.6rem;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
  display: block;
  text-shadow: 3px 3px 4px #000;
}
section{
  padding: 60px 0;
}
section > .wrap{
  padding: 0 10px;
}
.heading_green{
  font-size: 28px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 10px 15px;
  margin: 0 auto 30px;
  display: table;
  border-bottom: solid 2px #009B63;
}
.heading_green + p{
  font-size: 16px;
  margin-bottom: 40px;
}
/*
#top .heading_green + p{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/
.three_pillars{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  background: url(../img/icon/circle_back.png)no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 15px;
}
.three_pillars img{
  width: 43%;
  max-width: 382px;
  height: 100%;
}
.three_pillars img:nth-of-type(1){
  margin: 0 10% 50px;
}
.three_pillars img:nth-of-type(2){
  margin-right: 35px;
}
.three_pillars img:nth-of-type(3){
  margin-left: 35px;
}
.pillars_btn{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pillars_btn li{
  max-width: 420px;
  width: 47%;
  border: solid 1px #009B63;
  position: relative;
  background: #fff;
  margin-top: 35px;
  transition: .4s;
  bottom: 0;
}
.pillars_btn li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #009B63;
  top: 5px;
  left: 5px;
  z-index: -1;
  transition: .4s;
}
.pillars_btn li:hover{
  bottom: 5px;
}
.pillars_btn li:hover:before{
  top: 10px;
  left: 7px;
  opacity: .8;
}
.pillars_btn li a{
  padding: 0 20px;
  text-align: center;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
  position: relative;
}
.pillars_btn li a:before{
  position: absolute;
  content: '';
  background: url(../img/icon/round_btn_g.svg)no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.gray_back{
  background: #F5F5F5;
}
.top_matter{
  display: flex;
  justify-content: space-between;
}
.top_matter_shelf{
  width: 49%;
  max-width: 440px;
  background: #fff;
  padding: 30px 20px 20px;
  border: solid 1px #CCCCCC;
}
.top_matter_shelf h3{
  font-size: 2rem;
  padding-bottom: 15px;
  border-bottom: solid 1px #009B63;
  text-align: center;
  margin-bottom: 20px;
}
.top_matter_shelf ul{
  padding: 0 10px;
}
.top_matter_shelf li{
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
.top_matter_shelf li:before{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #009B63;
}
.top_matter_shelf li a{
  font-size: 1.6rem;
  color: #333;
}
.top_matter_shelf li a:hover{
  opacity: .6;
}
a.matter_btn{
  display: block;
  width: 110px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 auto;
  background: #009B63;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1;
  border: solid 1px #009B63;
}
a.matter_btn:hover{
  color: #009B63;
  background: #fff;
}
.top_matter_shelf.matter_career h3{
  border-bottom: solid 1px #2A579A;
}
.top_matter_shelf.matter_career li:before{
  border-color: transparent transparent transparent #2A579A;
}
.top_matter_shelf.matter_career a.matter_btn{
  background: #2A579A;
  border: solid 1px #2A579A;
}
.top_matter_shelf.matter_career a.matter_btn:hover{
  color: #2A579A;
  background: #fff;
}
.top_news h2{
  font-size: 2rem;
  padding: 15px 23px;
  border-left: solid 8px #009B63;
  background: linear-gradient(to left, transparent 0%, rgb(245,245,245) 100%);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
.top_news ul{
  margin-bottom: 30px;
}
.top_news li{
  padding: 20px 23px;
  position: relative;
  display: flex;
}
.top_news li:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #ccc, #ccc 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.top_news .date,
.top_news .title a{
  font-size: 1.6rem;
}
.top_news .date{
  margin-right: 70px;
}
.top_news .title a{
  color: #006699;
  text-decoration: none;
}
.top_news .title a:hover{
  text-decoration: underline;
}
a.matter_btn.arrow_btn{
  width: 200px;
  position: relative;
}
a.matter_btn.arrow_btn:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}
a.matter_btn.arrow_btn:hover:before{
  border-right: solid 2px #009B63;
  border-bottom: solid 2px #009B63;
}
.job_band{
  width: 100%;
  background: url(../img/pic/new_band_back.jpg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.job_band.mid_band{
  background: url(../img/pic/mid_band_back.jpg);
}
.job_band > .wrap{
  height: 350px;
  position: relative;
}
.job_band h2{
  font-size: 6rem;
  padding: 0 20px 20px;
  line-height: 1;
  border-bottom: solid 2px #fff;
  display: table;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.new_banner_shelf{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_banner_item{
  max-width: 280px;
  width: 33%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.new_banner_item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/pic/new_banner_01.jpg);
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transition: .4s;
  z-index: 0;
}
.new_banner_item.item_02:before{
  background: url(../img/pic/new_banner_02.jpg);
}
.new_banner_item.item_03:before{
  background: url(../img/pic/new_banner_03.jpg);
}
.new_banner_item:hover:before{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.new_banner_item:after{
  position: absolute;
  content: '';
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  transition: .4s;
  top: 0;
  left: 0;
  z-index: 0;
}
.new_banner_item:hover:after{
  background: rgba(0,0,0,0.4);
}
.new_banner_item a{
  width: 100%;
  padding: 80px 0;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 1.8rem;
  text-decoration: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.new_banner_item a:before{
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: solid 1px #fff;
}
a.banner_mynavi{
  display: block;
  width: 400px;
  margin: 50px auto 0;
}
a.banner_mynavi:hover{
  opacity: .6;
}
a.banner_mynavi img{
  width: 100%;
  height: auto;
}
.mid_job_shelf{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mid_job_item{
  width: 240px;
  display: block;
  font-size: 1.7rem;
  color: #009B63;
  font-weight: bold;
  text-decoration: none;
  background: #F4F4F4;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 14px 0 14px 40px;
  margin: 0 0 50px 36px;
  position: relative;
}
.mid_job_item:hover{
  color: #009B63;
  opacity: .6;
}
.mid_job_item.icon_heart{
  color: #356BBC;
}
.mid_job_item.icon_heart:hover{
  color: #356BBC;
  opacity: .6;
}
.mid_job_item:before{
  position: absolute;
  content: '';
  width: 66px;
  height: 66px;
  background: #F4F4F4;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  border-radius: 50%;
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
}
.mid_job_item:after{
  position: absolute;
  content: '';
  background: url(../img/icon/icon_helmet.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
.mid_job_item.icon_scoop:after{
  background: url(../img/icon/icon_scoop.svg);
}
.mid_job_item.icon_hammer:after{
  background: url(../img/icon/icon_hammer.svg);
}
.mid_job_item.icon_calculator:after{
  background: url(../img/icon/icon_calculator.svg);
}
.mid_job_item.icon_computer:after{
  background: url(../img/icon/icon_computer.svg);
}
.mid_job_item.icon_heart:after{
  background: url(../img/icon/icon_heart.svg);
}
.adoption_banner{
  width: 56%;
  max-width: 500px;
  margin-right: 150px;
  display: inline-block;
  margin-top: 10px;
}
.adoption_banner:hover{
  opacity: .6;
}
.adoption_banner img{
  width: 100%;
  height: auto;
}
.adoption2_banner{
  display: inline-block;
}
.adoption2_banner:hover{
  opacity: .6;
}


.top_banner_group{
  padding: 30px 0;
}
.top_banner_group .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top_banner_group a{
  width: 32%;
  max-width: 280px;
}
.top_banner_group a:hover{
  opacity: .6;
}
.top_banner_group a img{
  width: 100%;
  height: auto;
}
.back_btn{
  padding: 30px 0;
}
.back_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background: #94B428;
  transition: .4s;
  bottom: 0;
  position: relative;
}
.back_btn a:hover{
  opacity: .8;
  bottom: 5px;
}
.back_btn a img{
  width: 30px;
  height: auto;
}

/* footer */
.foot_block01{
  background: #F3F3EE;
  padding: 40px 0;
}
.foot_block01 .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_block01 .foot_nav{
  width: 30%;
  max-width: 270px;
}
.foot_block01 .foot_nav h2{
  font-size: 1.8rem;
  padding: 0 0 10px 15px;
  border-bottom: solid 1px #333;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.foot_block01 .foot_nav h2:before{
  position: absolute;
  content: '';
  background: #009B63;
  width: 5px;
  height: 1.8rem;
  top: 0;
  left: 0;
}
.foot_block01 .foot_nav h2 a{
  color: #333;
  text-decoration: none;
}
.foot_block01 .foot_nav h2 a:hover{
  text-decoration: underline;
}
.foot_block01 .foot_nav ul{
  padding-left: 10px;
}
.foot_block01 .foot_nav li{
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
.foot_block01 .foot_nav li:before{
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #009B63;
}
.foot_block01 .foot_nav li a{
  color: #006699;
  font-size: 1.6rem;
  text-decoration: none;
}
.foot_block01 .foot_nav li a:hover{
  text-decoration: underline;
}
img.icon_external{
  display: inline-block;
  margin-left: 3px;
}
.foot_block02{
  background: #6A6F58;
}
.foot_block02 .wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.foot_block02 .wrap > div{
  min-width: 200px;
}
.foot_block02 .wrap a{
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.foot_block02 .wrap a:hover{
  text-decoration: underline;
}
.foot_use{
  text-align: right;
}
.foot_block02 .wrap span{
  display: block;
  width: 1px;
  height: 20px;
  background: #fff;
  margin: 0 30px;
}
small{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  background: #94B428;
  padding: 15px 0;
}
.sp_footer{
  display: none;
}

/* 下層共通 */
.u_mainv{
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.u_mainv:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
.u_mainv:after{
  position: absolute;
  content: '';
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.u_mainv .wrap{
  height: 300px;
  position: relative;
}
.u_mainv .wrap h2{
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-family: "游教科書体","YuKyokasho","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
	text-shadow: 3px 3px 4px #000;
}
.breadcrumb{
  background: #F5F5F5;
  padding: 10px;
}
.breadcrumb li{
  display: inline-table;
  padding-left: 20px;
  margin-right: 10px;
  font-size: 1.4rem;
  position: relative;
}
.breadcrumb li:before{
  position: absolute;
  content: '>';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1;
}
.breadcrumb li:first-of-type{
  padding: 0;
}
.breadcrumb li:first-of-type:before{
  display: none;
}
.breadcrumb li a{
  color: #8A9A3F;
  font-size: 1.4rem;
  text-decoration: none;
}
.breadcrumb li a:hover{
  text-decoration: underline;
}
.img_shelf{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_banner_item{
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.recruit_banner_item:last-of-type{
  margin-bottom: 0;
}
.recruit_banner_item .r_b_contents{
  max-width: 440px;
  width: 49%;
  display: block;
  background: rgba(0,155,99,0.86);
  padding: 25px 20px;
  text-decoration: none;
  position: relative;
  transition: .4s;
}
.recruit_banner_item .r_b_contents:hover{
  max-width: 470px;
  width: calc(49% + 30px);
  padding-right: 50px;
}
.recruit_banner_item .r_b_contents:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, rgba(0,155,99,0.86) 50.5%) no-repeat top left/100% 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.recruit_banner_item .r_b_contents h3{
  font-size: 2.3rem;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}
.recruit_banner_item .r_b_contents p{
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 13px;
}
.recruit_banner_item .r_b_contents span{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  text-align: right;
}
.heading_lg{
	font-size: 2rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0 0 10px 15px;
	line-height: 1;
	border-bottom: solid 1px #333;
	margin-bottom: 30px;
	position: relative;
}
.heading_lg:before{
	position: absolute;
	content: '';
	background: #009B63;
	width: 5px;
	height: 1em;
	top: 0;
	left: 0;
}
#news section,
#news_single section{
  padding: 50px 0 30px;
}
.news_shelf{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section > .wrap.news_shelf{
  padding: 0;
}
.news_ad{
  max-width: 230px;
  width: 26%;
}
.news_ad h2{
  background: #009B63;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.news_ad li{
  padding: 0 0 0 25px;
  margin-bottom: 20px;
  position: relative;
}
.news_ad li:before{
  position: absolute;
  content: '';
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #009B63;
  transform: translateY(-50%);
}
.news_ad li a{
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
}
.news_ad li a:hover{
  text-decoration: underline;
}
.news_list{
  max-width: 650px;
  width: 73%;
}
.year_group{
  margin-top: 50px;
}
.year_group:first-of-type{
  margin-top: 0;
}
.year_group h2{
  font-size: 2.2rem;
  color: #333;
  line-height: 1;
  padding: 0 0 10px 16px;
  border-bottom: solid 1px #009B63;
  margin-bottom: 30px;
  position: relative;
}
.year_group h2:before{
  position: absolute;
  content: '';
  background: #009B63;
  width: 6px;
  height: 1em;
  top: 0;
  left: 0;
}
.year_group li{
  display: flex;
  margin-bottom: 25px;
}
.year_group li span.date{
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
  margin-right: 30px;
}
.year_group li span.date:before{
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #009B63;
}
.year_group li a.title{
  font-size: 1.6rem;
  color: #006699;
  text-decoration: none;
}
.year_group li a.title:hover{
  text-decoration: underline;
}
.year_group.news_contents h2{
  margin-bottom: 10px;
  line-height: 1.2em;
}
.news_contents > span{
  font-size: 1.4rem;
}
.news_contents .text{
  margin-top: 25px;
}
.news_contents .text p{
  margin-bottom: 25px;
  font-size: 1.6rem;
}
.news_contents .text img{
  max-width: 100%;
}
.mb_0{
  margin-bottom: 0 !important;
}
.mb_30{
  margin-bottom: 30px !important;
}
.mb_50{
  margin-bottom: 50px !important;
}
table.g_table{
  background: #fff;
  border: solid 1px #808080;
  width: 100%;
}
table.g_table .hub{
  max-width: 300px;
  width: 33%;
}
table.g_table .address{
  max-width: 430px;
  width: 47%;
}
table.g_table .number{
  max-width: 170px;
  width: 18%;
}
table.g_table th,
table.g_table td{
  border: solid 1px #808080;
}
table.g_table th{
  background: #009B63;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 0;
  text-align: center;
}
table.g_table td{
  font-size: 1.6rem;
  padding: 25px 15px;
  vertical-align: middle;
}
table.g_table td a{
  color: #333;
}
table.g_table td a:hover{
  opacity: .6;
}
table.g_table + p{
  font-size: 1.6rem;
  text-align: right;
  margin-top: 5px;
}
.lg_h3{
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: solid 1px #009B63;
  position: relative;
  padding: 0 0 10px 16px;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lg_h3:before{
  position: absolute;
  content: '';
  background: #009B63;
  width: 6px;
  height: 1em;
  top: 5px;
  left: 0;
}
.lg_h3.ver2{
  font-size: 2rem;
  border-bottom: solid 1px #333;
}
.lg_h3.ver2 + p{
  margin-bottom: 40px;
}
.training_banner{
  width: 100%;
  height: 230px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  margin-bottom: 40px;
}
.training_banner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
}
.training_banner:hover{
  opacity: .6;
}
.training_banner a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.training_banner p{
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 445px;
  position: absolute;
  top: 25px;
  left: 25px;
}
.training_banner h4{
  width: 100%;
  font-size: 2.8rem;
  background: rgba(255,255,255,0.66);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 10px 35px;
  text-align: right;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.training_banner h4 img{
  display: inline-block;
  width: 63px;
  height: auto;
  margin-left: 10px;
}
.people_shelf{
  display: flex;
  flex-wrap: wrap;
}
.people_item{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 30%;
  margin: 0 3.3% 10px 0;
  position: relative;
  padding-bottom: 35.778%;
}
.people_item:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #009B63 transparent transparent transparent;
}
.people_item:hover{
  opacity: .6;
}
.people_item a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.people_item .number{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  max-width: calc(100% - 20px);
}
.people_item .number span{
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
.people_item .details{
  position: absolute;
  background: rgba(0,0,0,0.6);
  width: 100%;
  padding: 10px 0;
  bottom: -10px;
  left: 10px;
}
.people_item .details p{
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.people_item .details p.name{
  font-size: 1.8rem;
}
.img_shelf{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.img_shelf img{
  max-width: 440px;
  width: 49%;
  height: 100%;
}
.career_shelf section{
  padding: 50px 0;
}
.career_shelf section:first-of-type{
  padding: 10px 0 50px;
}
.gd_h3{
  font-size: 2.3rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 5px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
.gd_h3:before{
  position: absolute;
  content: '';
  background: rgb(148,180,40);
  background: linear-gradient(90deg, rgba(148,180,40,1) 0%, rgba(21,155,99,1) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.career_details{
  display: flex;
  justify-content: space-between;
}
.career_details .career_details_left{
  width: 42.3%;
  max-width: 390px;
}
.career_details .career_details_right{
  width: 54.5%;
  max-width: 490px;
}
.career_details .career_details_right img{
  width: 100%;
  height: auto;
}
.career_details .job_contents{
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 4px;
  border-radius: 6px;
}
.job_contents .job_icon{
  background: #94B428;
  width: 30%;
  max-width: 111.8px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job_contents .job_icon dt{
  margin-bottom: 7px;
}
.job_contents .job_icon dt img{
  width: 55%;
  height: auto;
  margin: 0 auto;
}
.job_contents .job_icon dd{
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.job_contents .job_text{
  width: 70%;
  padding: 15px;
}
.job_contents .job_text p{
  font-size: 1.6rem;
}
.career_details .job_contents.job_qualification{
  margin-top: 10px;
}
.career_details .job_contents.job_qualification .job_icon{
  background: #3A6FB5;
}
.career_details .job_contents.job_qualification .job_icon dt img{
  width: 50%;
}
.mt_40{
  margin-top: 40px;
}
.banner_partnership{
  display: block;
  width: 100%;
}
.banner_partnership:hover{
  opacity: .6;
}
.banner_partnership img{
  width: 100%;
  height: auto;
}
.column_shelf{
  display: flex;
  flex-wrap: wrap;
}
.clumn_item{
  width: 49%;
  background: #F2F2EC;
  padding: 20px;
  margin-top: 50px;
  box-shadow: 2px 4px 6px rgba(0,0,0,.07);
}
.clumn_item:nth-of-type(1),
.clumn_item:nth-of-type(2){
  margin-top: 0;
}
.clumn_item:nth-child(even){
  margin-left: 2%;
}
.clumn_item h3{
  font-size: 2.4rem;
  font-weight: normal;
  padding: 0 0 5px;
  display: block;
  max-width: 320px;
  width: 82%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.clumn_item h3:before,
.clumn_item h3:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #94B428;
  bottom: 0;
  left: 0;
}
.clumn_item h3:after{
  background: #008D54;
  max-width: 150px;
  width: 47%;
  left: 50%;
  transform: translateX(-50%);
}
.clumn_item .box{
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clumn_item .box img{
  width: 160px;
  height: auto;
}
.clumn_item.item02 .box img{
  width: 160px;
}
.clumn_item.item03 .box img{
  width: 162px;
}
.clumn_item.item04 .box img{
  width: 167px;
}
.clumn_item.item05 .box img{
  width: 154px;
}
.clumn_item.item06 .box img{
  width: 160px;
}
.clumn_item h4{
  font-size: 2.2rem;
  color: #6A6F58;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.clumn_item p{
  font-size: 1.6rem;
  color: #6A6F58;
  min-height: 135px;
}
.graph_shelf{
  margin-bottom: 60px;
}
.center_h3{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.center_h3 span{
  font-size: 1.4rem;
}
.annotation{
  font-size: 1.4rem;
}
.disability_shelf{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.disability_shelf dl{
  width: 31%;
}
.disability_shelf dt{
  width: 90%;
  margin: 0 auto 20px;
  position: relative;
}
.disability_shelf dt:before{
  position: absolute;
  content: '1';
  background: #C9D992;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 3rem;
  border-radius: 50%;
  top: 0;
  left: 0;
  line-height: 1;
}
.disability_shelf dl:nth-of-type(2) dt:before{
  content: '2';
}
.disability_shelf dl:nth-of-type(3) dt:before{
  content: '3';
}
.disability_shelf dt img{
  width: 100%;
  height: auto;
}
.disability_shelf dd{
  font-size: 1.6rem;
}
.img_box{
  width: 100%;
  margin-bottom: 50px;
}
.img_box img{
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px){
.wrap{
  width: calc(100% - 20px);
}
.heading_green {
    font-size: 21px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0;
    margin: 0 auto 30px;
    display: table;
    border-bottom: solid 2px #009B63;
}
.heading_green + p {
    font-size: 14px;
    margin-bottom: 20px;
}
.wrap p {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
}
}