@charset "utf-8";

body > header{
  border-top: 5px solid #13833B;
}
body > header > .inner{
  height: 80px;
  position: relative;
}
body > header > .inner > h1{
  position: absolute;
  top:12px;
  left: 0;
}
body > header > .inner > h1 + p{
  position: absolute;
  top:30px;
  left:380px;
}
body > header > .inner > .ctlarea{
  width: 372px;
  height: 34px;
  padding: 10px;
  position: absolute;
  top:0;
  right:0;
}
body > header > .inner > .ctlarea > dl > dt{
  color:#333;
  font-size: 13px;
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 12px;
}
body > header > .inner > .ctlarea > dl > dd{
  font-size: 12px;
  display: inline-block;
  width: 43px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #aaa;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 92px;
  cursor: pointer;
}
body > header > .inner > .ctlarea > .to_group{
  position: absolute;
  top:0px;
  left:-190px;
}
body > header > .inner > .ctlarea > dl > dd + dd{
  top: 10px;
  left: 135px;
}
body > header > .inner > .ctlarea > dl > dd.current{
  background: #13833B;
  color: #fff;
}
body > header > .inner > .ctlarea > form{
  position: absolute;
  top: 50px;
  right: 0px;
}
body > header > .inner > .ctlarea > .contact_btn{
  position: absolute;
  top: 0px;
  right: 0px;
}
body > header > .inner > .ctlarea > form > input[type=text]{
  width: 100px;
  height: 20px;
  vertical-align: top;
  border:1px solid #ccc;
}
body > header > .inner > .ctlarea > form > input[type=submit]{
  width: 52px;
  height: 20px;
  background: url('../image/group/group_head_serach_btn.png') left top no-repeat;
  border:0;
  vertical-align: top;
}
body > header > .inner > .links{
  position: absolute;
  top: 58px;
  left: 520px;
}
body > header > .inner > .links > li{
  float: left;
  border-right: 1px solid #ccc;
}
body > header > .inner > .links > li:first-child{
  border-left: 1px solid #ccc;
}
body > header > .inner > .tel{
  position: absolute;
  top: 45px;
  right: 0;
}
/*-------------------*/
body > nav.gnav{
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
body > nav.gnav > ul{
  display: table;
}
body > nav.gnav > ul > li{
  vertical-align: middle;
  background: #FFF;
  display: table-cell;
  text-align: center;
  font-size: 15px;
  transition: all 0.15s linear;
  padding: 10px 0;
}
body > nav.gnav > ul > li{width: 15%;}
body > nav.gnav > ul > li+li{width: 20%;}
body > nav.gnav > ul > li+li+li{width: 25%;}
body > nav.gnav > ul > li+li+li+li{width: 14%;}
body > nav.gnav > ul > li >a{
  color: #444;
  text-decoration: none;
  transition: all 0.15s linear;
  display: block;
  border-right: 1px solid #ccc;
}
body > nav.gnav > ul > li:first-child >a{
  border-left: 1px solid #ccc;
}
body > nav.gnav > ul > li >a:hover{
  text-decoration: none;
}
body > nav.gnav > ul > li:hover,
body > nav.gnav > ul > li.current
{
  color: #13833B;
}
body > nav.gnav > ul > li:hover a{
  color: #13833B;
}
/*--------------------*/
body > .contents > .group_mv{
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url('/assets/image/group/group_mv_bg01.jpg') center center no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.group_mv,
.group_mv_bg > ul,
.group_mv_bg > ul > li,
.group_mv_bg
{
  height: 620px;
}
.group_mv .obi{
  position: absolute;
  width: 100%;
  height: 240px;
  top:130px;
  background: rgba(255,255,255,0.7);
  z-index: 600;
}
.group_mv .fore{
  position: absolute;
  width: 100%;
  top:50px;
  left:0;
  z-index:650;
}
.group_mv .fore > .cont_wrap{
  position: relative;
}
.group_mv + p{
  text-align: center;
  color: #FFF;
  padding: 10px;
  background: #13833B;
  font-size: 16px;
  margin-bottom: 40px;
}
.group_mv_bg > ul{
  display: none;
}
/*----------*/
.mv_item
{
  position: absolute;
  opacity: 0;
}
#mv_item01,
#mv_item03,
#mv_item05,
#mv_item07{
  top:-10px;
}
#mv_item02,
#mv_item04,
#mv_item06,
#mv_item08{
  bottom:20px;
}
/*--------------------*/
body > .contents > .group_top_iconlink{
  text-align: center;
  margin-bottom: 40px;
}
body > .contents > .group_top_iconlink > li{
  display: inline-block;
  margin: 10px;
}
/*----------*/
/*------------------*/
h2.top{
  width: 100%;
  text-align: center;
  font-size: 26px;
  padding-top: 30px;
  position: relative;
  margin-bottom: 40px;
}
h2.top:before{
  content:" ";
  width:200px;
  height:5px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -100px;
  background: url('/assets/image/group/green_bg.png') repeat;
}
.green_btn{
  width: 230px;
  height: 50px;
  background: #13833B;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  position: relative;
}
.green_btn:before{
  content:" ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top:50%;
  margin-top: -7px;
  left:16px;
}
.green_btn:after{
  content:" ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #13833B;
  display: block;
  position: absolute;
  top:50%;
  margin-top: -7px;
  left:14px;
}
a.green_btn:hover{
  text-decoration: none;
}
.subpage{
  background: #fff;
}
.subpage_single{
  border-bottom: 1px solid #ccc;
}
/*---------------------*/
body > .contents > .group_top_news{
  background: #F5F5F5;
  padding-bottom: 60px;
}
body > .contents > .group_top_news .news_box
{
  border: 1px solid #ddd;
  padding: 30px;
  background: #FFF;
}
body > .contents > .group_top_news .news_box > li,
.contents_inner .main_column .news_box > li
{
  display: table;
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #ddd;
}
li.highlight{
  background: #EF93A7;
}
li.highlight > .title{
  font-weight: bold;
}
body > .contents > .group_top_news .news_box > li >p.date,
.contents_inner .main_column .news_box > li >p.date
{
  display: table-cell;
  width: 120px;
  vertical-align: middle;
  font-size: 13px;
}
body > .contents > .group_top_news .news_box > li >p.cat,
.contents_inner .main_column .news_box > li >p.cat
{
  display: table-cell;
  width: 130px;
  vertical-align: middle;
}
body > .contents > .group_top_news .news_box > li >p.cat >span,
.contents_inner .main_column .news_box > li >p.cat>span,
.contents_inner .main_column span.cat
{
  width: 110px;
  background: #0173CB;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
body > .contents > .group_top_news .news_box > li >p.title,
.contents_inner .main_column .news_box > li >p.title
{
  display: table-cell;
  vertical-align: middle;
}
body > .contents > .group_top_news .news_box_wrap{
  position: relative;
}
body > .contents > .group_top_news .news_box_wrap > .to_news_all{
  position: absolute;
  top:-30px;
  right:0;
}
/*---------------*/
body > .contents > .group_top_center{
  padding-bottom: 60px;
}
body > .contents > .group_top_center > .inner > ul > li{
  margin-left: 6px;
  margin-bottom: 6px;
  float: left;
}
body > .contents > .group_top_center > .inner > ul > li.l{
  margin-left: 0;
}
/*----------*/
body > .contents > .group_top_recruit{
  padding-bottom: 60px;
}
body > .contents > .group_top_recruit > .inner > ul > li{
  margin:0 5px;
  display: inline-block;
}
/*------------------*/
body > footer > .head{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
body > footer > .head > .inner{
  display: table;
  padding: 20px 0;
}
body > footer > .head > .inner >li{
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
}
body > footer > .head > .inner >li:first-child{
  border-left: 1px solid #ddd;
}
body > footer > .body{
  margin-bottom: 60px;
}
body > footer > .body > .left{
  float: left;
  width: 470px;
}
body > footer > .body > .right{
  float: right;
  width: 470px;
}
body > footer > .body > .right{
  float: right;
}
body > footer > .body h3{
  border-left: 5px solid #13833B;
  background: #EEE;
  padding: 5px;
  margin-bottom: 15px;
}
body > footer > .body > .left > dl{
  margin-bottom: 15px;
}
body > footer > .body > .left > dl > dt{
  background: #FFF4E2;
  padding: 5px;
  color: #13833B;
  margin-bottom: 10px;
}
body > footer > .body > .left > dl > dd{
  margin-bottom: 10px;
  padding: 0 5px;
}
body > footer > .body > .right > .gmap{
  width: 100%;
  height: 290px;
  padding: 5px;
  background: #EEEEEE;
  margin-bottom: 15px;
}
body > footer > .foot > .foot_link{
  text-align: center;
  margin-bottom: 10px;
}
body > footer > .foot > .foot_link > li{
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #aaa;
}
body > footer > .foot > .foot_link > li:first-child{
  border-left: none;
}
body > footer > .foot >address{
  text-align: center;
  background: #f5f5f5;
  padding:20px;
}
body > footer > .foot > small{
  display: block;
  width: 100%;
  padding: 10px;
  background: #13833B;
  font-size: 11px;
  text-align: center;
  color: #FFF;
}
/*-----------------------------*/
.contents_inner{
  padding-top: 10px;
  padding-bottom: 100px;
}
.contents_inner .main_column{
  width: 730px;
  padding: 20px 30px;
  float: right;
  background: #fff;
}
.contents_inner .side_column{
  width: 220px;
  float: left;
}
/*---------------------*/
.contents_inner .side_column > h3{
  width: 100%;
  padding: 50px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  background: #13833B;
}
.contents_inner .side_column > dl > dt,
.contents_inner .side_column > dl > dd
{
  background: #FFF;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.contents_inner .side_column > dl > dd{
  padding: 10px;
}
.contents_inner .side_column > dl > dt{
  background: #fff url('/assets/image/heartfull/side_column_dt_marker.png') 10px center no-repeat;
  font-weight: bold;
  padding: 15px 10px;
  padding-left: 30px;
}
.contents_inner .side_column > dl > dd > ul > li{
  padding: 5px;
  position: relative;
  padding-left: 20px;
}
.contents_inner .side_column > dl > dd > ul > li:before{
  content:" ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #999;
  display: block;
  position: absolute;
  top:50%;
  margin-top: -7px;
  left:3px;
}
.contents_inner .side_column > dl > dd > ul > li > a{
  color: #13833B;
}
.contents_inner .side_column > dl > dd > ul > li > a:hover{
  text-decoration: underline;
}
/*-------------------------*/
.contents_inner .main_column > h2{
  font-size: 32px;
  color:#111;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
}
.contents_inner .main_column > h3{
  font-size: 26px;
  color:#13833B;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  line-height:120%;
  border-left: 10px solid #13833B;
}
.contents_inner .main_column > h4{
  font-size: 20px;
  color:#fff;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px;
  line-height:120%;
  background: #13833B;
}
.contents_inner .main_column > h5{
  font-size: 18px;
  color:#111;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 15px;
  line-height:120%;
  border-left: 10px solid #13833B;
}
.contents_inner .main_column > h6{
  font-size: 15px;
  color:#111;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
.contents_inner .main_column > p{
  margin-bottom: 20px;
}
.contents_inner .main_column img{
  max-width:670px;
}
.contents_inner .main_column > .blocklink{
  margin-bottom: 20px;
}
.contents_inner .main_column > .blocklink > li{
  float: left;
  width: 220px;
  border:1px solid #13833B;
  margin-left: 5px;
  margin-bottom: 5px;
}
.contents_inner .main_column > .blocklink > li.l{
  margin-left: 0;
}
.contents_inner .main_column > .blocklink > li > a{
  display: block;
  color:#13833B;
  padding: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
}
.contents_inner .main_column > .blocklink > li > a:hover{
  color: #FFF;
  background: #13833B;
  text-decoration: none;
}
.contents_inner .main_column > .blocklink > li > a:hover:before{
  content:" ";
  border-color: transparent transparent transparent #fff;
}
.contents_inner .main_column > .blocklink > li > a:before{
  content:" ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #999;
  display: block;
  position: absolute;
  top:50%;
  margin-top: -4px;
  left:10px;
}
.contents_inner .main_column > hr{
  margin-bottom: 20px;
  height:1px;
  background: #ccc;
}
.contents_inner .main_column table{
  width: 100%;
  margin-bottom: 20px;
}
.contents_inner .main_column table > thead > tr > th{
  color: #FFF;
  background: #13833B;
  padding: 10px;
  border:1px solid #ccc;
}
.contents_inner .main_column table > thead > tr > th:first-child{
  width: 30%;
}
.contents_inner .main_column table td{
  background: #fff;
  padding: 10px;
  border:1px solid #ccc;
}
.contents_inner .main_column table > tbody > tr > th{
  background: #fff;
  padding: 10px;
  border:1px solid #ccc;
  color:#13833B;
}
.contents_inner .main_column table > tbody > tr > th:first-child{
  width: 30%;
}
.contents_inner .main_column table th.sep{
  background: #13833B;
  color: #fff;
  border: none;
}
/*----*/
.contents_inner .main_column table.dr_list .gray1{
  background: #545454;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #999;
}
.contents_inner .main_column table.dr_list .gray2{
  background: #F0F0F0;
  width: 50px;
  text-align: center;
}
.contents_inner .main_column table.dr_list .time{
  width: 80px;
}
.contents_inner .main_column table.dr_list th,
.contents_inner .main_column table.dr_list td
{
  text-align: center;
}
/*----------------*/

.contents_inner .main_column ol,
.contents_inner .single_column ol{
  counter-reset:ol;
  margin-bottom: 20px;
}

.contents_inner .main_column ol > li,
.contents_inner .single_column ol > li{
  position: relative;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contents_inner .single_column ol > li{
  font-size: 120%;
  line-height: 200%;
  letter-spacing: 2px;
}
.contents_inner .main_column ol > li:before,
.contents_inner .single_column ol > li:before{
  content:counter(ol);
  counter-increment:ol;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #13833B;
  color: #fff;
  top: 5px;
  left: 0;
  font-size: 11px;
}
.contents_inner .single_column ol > li:before{
  line-height: 20px;
  top: 12px;
  left: 0;
  font-size: 11px;
}

ul.mark{
  margin-bottom: 20px;
}

ul.mark > li{
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.mark > li:before{
  content:" ";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #13833B;
  top: 10px;
  left: 0;
  transform: rotate( -45deg );
}
.contents_inner .single_column ul.mark > li{
  font-size: 120%;
  line-height: 200%;
  letter-spacing: 2px;
}
.contents_inner .single_column ul.mark > li:before{
  top:17px;
}
/*----------------*/
.contents_inner .main_column ul.indexmenu{
  margin-bottom: 20px;
}
.contents_inner .main_column ul.indexmenu > li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  list-style-type: disc;
  margin-left: 16px;
  padding-left: 10px;
}
.contents_inner .main_column a.pdf{
  position: relative;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}
.contents_inner .main_column a.pdf:before{
  content:" ";
  width: 32px;
  height: 32px;
  position: absolute;
  top:0;
  left:0;
  background: url('/assets/image/pdf_icon.png') top left no-repeat;
}
.contents_inner .main_column .creambox{
  background: #FFFDE6;
  padding: 15px;
  margin-bottom: 20px;
}
.contents_inner .main_column a.arrow{
  position: relative;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: underline;
}
.contents_inner .main_column a.arrow:before{
  content:" ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #13833B;
  display: block;
  position: absolute;
  top:50%;
  margin-top: -6px;
  left:17px;
}
.contents_inner .main_column a.arrow:after{
  content:" ";
  width: 5px;
  height: 6px;
  display: block;
  position: absolute;
  background: #13833B;
  top:50%;
  margin-top: -3px;
  left:12px;
}
/*---------------------*/
/* contact form7用 */
.wpcf7{
  box-sizing:border-box;
  width: 100%;
  padding-top: 20px !important;
  margin-top: 20px !important;
  border-top: 3px solid #ccc;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 textarea
{
  width: 100%;
  padding: 5px;
  box-sizing:border-box;
  border:1px solid #ccc;
}
.wpcf7 input[type=date]{
  padding: 5px;
  box-sizing:border-box;
  border:1px solid #ccc;
}
.wpcf7 input[type=submit],
.wpcf7 input[type=button]
{
  padding:10px 20px;
  margin-bottom: 10px;
  border:1px solid #ccc;
}
.wpcf7-form-control-wrap:before{
  content:" ";
  display: block;
  width: 1px;
  height: 5px;
}
.wpcf7-form-control-wrap:after{
  content:" ";
  display: block;
  width: 1px;
  height:10px;
}
.wpcf7-validation-errors{
  border: none !important;
  font-weight: bold;
  color:red;
  background: #ddd;
  padding:15px !important;
  margin: 0 !important;
  width: 100%;
  box-sizing:border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.hoge{
  width: 100%;
}
/*-------------*/
h3.top{
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
h3.green{
  background: #13833B;
}
h3.blue{
  background: #436DC3;
}
.group_sisetsu ul.sep2 > li{
  width: 480px;
}
.group_sisetsu ul.text li{
  text-align: left;
  font-size: 18px;
  border:1px solid #ccc;
}
.group_sisetsu ul.text li a{
  display: block;
  width: 100%;
  padding: 15px 20px;
  color: #13833B;
}
/*-------------------*/
.single_column > h2{
  color: #13833B;
  font-size: 28px;
  margin: 10px 0 20px 0;
}
.single_column > h3{
  color: #13833B;
  font-size: 22px;
  padding: 15px;
  background: #e8fde9;
  font-weight: bold;
  margin-bottom: 30px;
}
.single_column > h4{
  color: #333;
  font-size: 22px;
  padding: 15px;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
}
.single_column > h4:before{
  content:" ";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #13833B;
  top: 24px;
  left: 10px;
  transform: rotate( -45deg );
}
.single_column p{
  font-size: 120%;
  line-height: 200%;
  letter-spacing: 2px;
}
.single_column img.full{
  margin-bottom: 30px;
}
.recruit_detail > .mb_table_wrap > table td:first-child{
  width: 100px;
}
/*--------------*/
.search_box > li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  list-style-type: disc;
  margin-left: 30px;
}
/*--------------*/
.recruit_index_image{
  width: 100%;
  height: 500px;
  background: url('../image/group/group_recruit_index_image.jpg') center center no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.single_column table{
  width: 100%;
}
.single_column table th,
.single_column table td{
  padding: 15px;
  border:1px solid #ccc;
}
.single_column table th{
  background: #eee;
}

.pdfList ul li a{
  color: inherit;
}