@charset "utf-8";

body {
  margin:0 auto;
  padding:0;
  font-size:14px;
  line-height: 1.7;
  background:#fff;
  position:relative;
  color:#000;
  font-family:"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight:400;
  text-align:left;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: 1;
  transition: 0.3s;
}

a:hover {
  color: #00a3c9;
}

a img {
  transition: 0.3s;
}


/*共通*/
.wrap{
  max-width: 1960px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  min-width: 1366px;
}

main{
  /* max-width: 1366px; */
  margin: 0 auto;
  /* width: 1366px; */
  position: relative;
  z-index: 1;
}

.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.inner p{
  font-size: 18px;
}

.clearfix:after{
  clear:both;
  display:block;
  content:"";
}

.scaleupWp{
  overflow: hidden;
}

.amax:hover .scaleupWp > img {
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.5s; /*変化に掛かる時間*/
}

.scaleupWp  img{
   transition-duration: 0.5s; /*変化に掛かる時間*/
}

.scaleupWp:hover  img{
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.3s; /*変化に掛かる時間*/
}

a:hover .scaleupWp  img{
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.3s; /*変化に掛かる時間*/
}


.gmapWp{
  width: 100%;
  position: static;
}

.gmapWp > iframe {
    width: 100%;
    height: 380px;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: bottom;
}

.innerbox{
  max-width: 720px;
  width: 100%;
  margin: 0 auto 0;
}

/*****フォント類******/

.bnt_list:before{
  content: url(../img/bnt_link_off.png) no-repeat;
}

.bnt_list:hover:before{
  content: url(../img/bnt_link_on.png) no-repeat;
}


.img_box:after{
  content: "";
  display: block;
  clear:both;
}

.img_box li{
  float: left;
  width: 750px;
}

.img_box li > h3{
  font-size:20px;
  color: #086b34;
  margin: 0 0 15px 0;
}

.img_box li > h3{
  font-size:14px;
  margin: 0 0 5% 0;
}

.img_box li:fitst-child{
  float: left;
  width: 230px;
}

.h_btn_mail{
  display: none;
}

.Website .h1Wrap{
  font-size: 0;
  text-align: left;
  padding: 270px 0 190px;
  position:relative;
  font-size: 52px;
  text-align: left;
  color: #fff;
  width: 1080px;
  margin: 0 auto 0;
  padding: 200px 0 164px;
  line-height: 140%;
}

.Website h1 > span{
  font-size: 16px;
  text-align: left;
  display: block;
  line-height: 180%;
}

.Website h1 > small{
  font-size: 39px;
  letter-spacing: 3px;
}



.Website h1 > .txtlatein01 > span{
  font-size: 0;
  font-family: "Yu Mincho", "YuMincho";
}

.Website h1 > .txtlatein01 > span > span{
  font-size: 36px;
  font-weight: bold;
  color:#fff;
  font-family: "Yu Mincho", "YuMincho";
}

.Website h1 > .txtlatein01  .word87{
  font-size: 18px;
  font-weight: normal;
  color:#fff;
  display: block;
  margin: 20px 0 0 0;
  line-height: 180%;
}

.Website h2{
  font-size: 26px;
  margin: 0 auto;
  text-align: left;
}

.Website h2 > span{
  font-size:12px;
  margin: 0 auto;
  display: block;
  font-weight: normal;
}

.Under h1{
  font-size:40px;
  font-weight:bold;
  margin: 0 auto 80px;
  text-align: left;
  color: #b6bb00;
  line-height: 100%;
}

.Under h1 > span{
  font-size:18px;
  font-weight:bold;
  display: block;
  margin: 0 0 0 5px;
}


.Under .txt_h2 {
  font-size: 26px;
  margin: 0 auto 15px;
  color: #0c8040;
}

.Under .cover{
  margin: 0 auto 0;
  max-width: 980px;
  width: 90%;
  padding: 126px 0 0 0;
}

.txt_leftber{
  font-size:16px;
  color:#000;
  position:relative;
  margin:5px 0 0 30px;
}

.txt_leftber:before{
  content:"";
  position:absolute;
  width:3px;
  height:64px;
  display:block;
  background-color:#086b34;
  top:-35px;
  left:-15px;
}


/*============================ mega-menu ============================*/

.mega-menu {
  width: 100%;
  background: rgba(12, 126, 63, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: absolute;
  top: 110px;
  left: 0;
  top: 76px;
  z-index: 100;
  transition:0.3s;
}


.mega-menu.on {
  opacity: 1;
  pointer-events: auto;
}

.mega-menu.on.changed {
  opacity: 1;
  position: fixed;
  transition:0.3s;
}

.mega-menu div {
  width: 980px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  display: none;
  padding: 20px 0 50px;
}
.mega-menu div.on {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.mega-menu div p a {
  color: #fff;
  text-align: center;
  background: rgba(67, 63, 63, 0.5);
  display: block;
  padding: 5px 0;
  font-size: 18px;
  position: relative;
  margin: 0 0 20px 0;
    transition:0.3s;
}

.mega-menu div p a:hover {
  transition:0.3s;
  background: rgba(67, 63, 63, 0.7);
  text-decoration:none;
}

.mega-menu div p a:after {
  content: '';
  width: 8px;height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;bottom: 0;right: 20px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}


.mega-menu div p a:hover:after {
  right: 15px;
  transition: .3s;
}

.mega-menu div ul li {
  vertical-align: top;
  margin: 0 2% 2% 0;
  width: 23.5%;
  float: left;
  overflow:hidden;
}

.mega-menu div ul li:nth-child(4n) {
  margin: 0 0 2% 0;
}

.mega-menu div ul li img {
  transition: .3s;
  margin:0 0 3% 0;
  background: #39302c;
}

.mega-menu div ul li:hover img{
  opacity:0.8;
  transition:0.3s;
}

.mega-menu div ul > li:hover p{
  text-decoration:underline;
}

.mega-menu div ul li p {
  text-align: center;
  font-size: 14px;
  color: #D0D9DF;
  transition: 0.3s;
}

.mega-menu .close {
  display: block;
  background: rgba(67, 63, 63, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
.mega-menu .close:before,
.mega-menu .close:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;bottom: 0;left: 0;right: 0;margin: auto;
  transform: rotate(45deg);
}
.mega-menu .close:after {
  transform: rotate(-45deg);
}

/*============================ burger ============================*/


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 27px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger span:nth-of-type(2) {
  top: 13.5px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 5px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}



/*============================ *slick *slider============================*/

.sliderwrap{
  margin: 0 0 40px 0;
  position: relative;
}

.slick-slide{
    margin: 0 10px;
    max-width: 285px;
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    vertical-align:top;
    top: 50%;
    bottom:0;
    display: block;
    width: 33px;
    height: 62px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #0c8040;
}



.slick-prev:before {
    content: '←';
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35%;
    margin: auto;
    transform: rotate(225deg);
    transition: .3s;
}

.slick-next:before
{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45%;
    margin: auto;
    transform: rotate(45deg);
    transition: .3s;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #11ae5d;
    outline: none;
    background: #11ae5d;
}

.slick-next {
    right: 20px;
    z-index:1;
}

.slick-prev {
    left: 20px;
    z-index:1;
}




/* =======================================
  header
========================================== */


 .logo {
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  float: left;
  transition: all 0.5s ease-out;
}

 .logo a img {
  max-width: 300px;
  width: 100%;
}

 .global {
    position: relative;
    z-index: 1;
    /* font-size: 0; */
}


 .global > ul {
    position: relative;
    z-index: 1;
    float: right;
    /* font-size: 0; */
}

.global ul li {
  display: block;
  float: left;
  /* font-size: 0; */
  /* line-height: 100%; */
}

.global > ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align:center;
  padding: 13px 26px;
}

.global > ul li a > span{
  /* color: #fff; */
  display: block;
  font-size: 14px;
  font-weight: bold;
  transform: skewX(30deg);
}

.Website .hinner_area {
  width: 100%;
  max-width: 620px;
  margin: 0px 0 0 14%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.Website .hinner_area.changed {
  position: fixed;
}

.hnav_area{
  min-width: 1200px;
}

.Website .hnav_area{
  position:absolute;
  width:100%;
  transition: 0.5s;
  z-index: 1;
  background: #fff;
}

.Website .hnav_area.changed{
  position: fixed;
  width:100%;
  z-index: 10;
  transition: 0.5s;
  background: #fff;
}


/*Under*/

.Under .hnav_area.changed{
  position: fixed;
  width:100%;
  z-index: 10;
  background: #fff;
  top: 0;
      -webkit-animation: surasura 0.3s linear;
    -moz-animation: surasura 0.3s linear;
    -o-animation: surasura 0.3s linear;
    -ms-animation: surasura 0.3s linear;
    animation: surasura 0.3s linear;
}


@keyframes surasura {
    0% {
        opacity:0;
        top:-5px;
    }

   50% {
        opacity:1;

    }

    100% {
    opacity:1;
    top:0px;
    }
}




.Under .hnav_area{
  box-shadow: 0px 0 11px #eee;
  background: #fff;
  transition: all 0.3s ease-out;
  position:absolute;
  width:100%;
  z-index:2;
  top: 0;
}


.Under .hinner_area{
  width: auto;
  margin: 140px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.under_glo > ul li > dl > dt > a{
  color: #000;
  padding: 31px 19px;
  font-size: 14px;
  line-height: 100%;
  margin: 0 0 0 0;
}

.under_glo > ul li:nth-of-type(6) > dl > dt > a{
  margin: 0 75px 0 0;
}

.under_glo > ul li:nth-of-type(6){
  position:relative;
}

.under_glo > ul li:nth-of-type(6):after{
    content: "";
    display: block;
    background: url(../img/bnt_link_off.png) no-repeat;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 30px;
    right: 76px;
}

.under_glo > ul > li:last-child{
  line-height:100%;
  font-size:0;
  overflow: hidden;
}

.under_glo > ul > li:last-child a{
  background: #0c8040;
  display: inline-block;
  padding: 38px 40px 38px 25px;
  transform: skewX(-30deg);
  margin: 0 0 0 0;
  position: relative;
  left: 22px;
}


.under_glo > ul li:last-child > span{
    /* color: #000; */
    font-size: 14px;
    line-height: 100%;
    padding: 7px 0 0 0;
}


.under_linkbnt > li{
  width: 31.2%;
  margin: 0 30px 8px 0;
  float: left;
  position: relative;
}


.under_linkbnt > li > a:after{
      content: '';
      width: 14px;
      height: 14px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      position: absolute;
      top: 0;
      bottom: -20px;
      right: 0;
      left: 0;
      margin: auto;
      transform: rotate(135deg);
      transition: .3s;
}

.under_linkbnt > li > a:hover:after{
      top: 0;
      bottom: 0;
      right: 20px;
      transition: .3s;
      border-top: 2px solid #0c8040;
      border-right: 2px solid #0c8040;
      top: 0;
      bottom: -30px;
      right: 0;
      left: 0;
}

.under_linkbnt > li:nth-child(3n){
  margin: 0 0;
}

.under_linkbnt > li > a{
  display:block;
  padding: 7.5px 0 25.5px;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background: #086b34;
  border: 1px solid #086b34;
  text-align: center;
  transition:.3s;
}

.under_linkbnt > li > a:hover{
  color: #086b34;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #086b34;
  text-align: center;
    transition:.3s;
}


/* =======================================
  footer
========================================== */


footer{
  background: #433f3f;
  position: relative;
}

.f_logo_side{
  margin: 0 auto 25px;
  float: left;
  border-right: 1px solid #808080;
  padding: 10px 40px 0 0;
}

.f_logo  {
    margin: 0;
}

.f_logo > img {
  max-width: 282px;
    margin: 0 auto 5px;
    display: block;
}

.addresstxt{
  margin: 0 0 25px 60px;
}

.addresstxt > li:nth-of-type(2){
  margin: 0 0 25px 0;
}



.f_nav{
  margin: 0;
  float: left;
}

.f_nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 33px;
    position: relative;
    line-height: 200%;
}



.f_nav > li:first-child:before{
  display: none;
}

.f_nav > li > a {
    color: #fff;
    text-decoration: none;
}

.f_nav > li > dl {
    color: #fff;
}

.f_nav > li > dl  a{
    color: #fff;
    text-decoration:none;
}


.f_nav > p {
  display: inline-block;
  padding: 0 8px 0 5px;
  text-decoration: none;
  border-right: solid 1px #eee;
}

.f_nav > p > a{
  color:#fff;
}

.f_copy{
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
  color: #fff;
  padding: 21.5px 0;
}

.f_copy:after{
  content: "";
  display:block;
  clear:both;
}

.finner{
  color: #fff;
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.finner:after{
  clear: both;
  content: "";
  display: block;
}

.finner_under{
  background: #323232;
}

.finner_under > div{
  width:100%;
  max-width:980px;
  margin: 0 auto 0;
  text-align: center;
}

.finner_under nav {
    float:left;
    margin: 7px 0px;
}

.finner_under nav:after {
    content:"";
    clear:both;
    display:block;
}

.finner_under nav > a {
    color: #fff;
    font-size:12px;
    padding: 0 10px;
    border-right: 1px solid;
    display: inline-block;
     /* 文字間を元に戻す */
    line-height: 100%;
    text-decoration: none;
}


.f_nav  a:hover{
    color: #fff;
    text-decoration:underline;
}

.bnt_recruit{
  margin: 8px 0 15px;
}

.f_nav > li .bnt_recruit > a{
  border: 1px solid #808080;
  padding: 5px 31px;
  margin: 0 0 0 0;
  transition:.3s;
}

.f_nav > li .bnt_recruit > a:hover{
  text-decoration:none;
  transition:.3s;
  background:#fff;
  color:#525252;
}

.f_nav > li .bnt_recruit > a:hover:after {
     -webkit-filter: invert(50%);
     -moz-filter: invert(50%);
     -o-filter: invert(50%);
     -ms-filter: invert(50%);
     filter: invert(50%);
}



/*パンくず*/


.pankuzu ul {
  padding: 14px 0;
  width: 980px;
  margin: 0 auto 0;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.pankuzu ul>li {
  float: left;
  font-size: 13px;
  padding: 0 20px;
  border-left: 1px solid #eee;
}

.pankuzu ul>li:first-child {
  border-left:none;
}


.pankuzu ul>li>a {
  color: #4AA7E2;
}

.pankuzu ul>li>a:hover {
  text-decoration:underline;
}

/* =================================================
  TOP
======================================================== */




/* =========== TOP cover ========================= */


.Website .wrap{
  background:#e8e8e8;
}

.Website .cover{
  padding: 76px 0 0;
  max-width: unset;
  width: 100%;
  margin: 0 0 0 0;
  z-index: 0;
  position: relative;
}

.coverinner{
  margin: 0 auto;
  position:relative;
  z-index:1;
}

.Website .cover{
  position:relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  overflow:hidden;
  background: #050b0f;
  z-index: 0;
}

.coverchangewrap {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-animation: ImgAnime2 20s linear infinite;
    -moz-animation: ImgAnime2 20s linear infinite;
    -o-animation: ImgAnime2 20s linear infinite;
    -ms-animation: ImgAnime2 20s linear infinite;
    animation: ImgAnime2 20s linear infinite;
    z-index: 0;
}


.coverchangewrap ul > li{
    position: absolute;
    top:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: fadeSlideImg01 20s linear infinite;
    -moz-animation: fadeSlideImg01  20s linear infinite;
    -o-animation: fadeSlideImg01 20s linear infinite;
    -ms-animation: fadeSlideImg01 20s linear infinite;
    animation: fadeSlideImg01 20s linear infinite;
}

.coverchangewrap ul > li:nth-of-type(1){
  background: url(../img/bk_top_cover.png) no-repeat;
  background-size: cover;
}

.coverchangewrap ul > li:nth-of-type(2){
  animation-delay:10s;
  background: url(../img/bk_top_cover02.png) no-repeat;
  background-size: cover;
}



@keyframes fadeSlideImg01 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeSlideImg01 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }
}

@keyframes ImgAnime2 {
    0% {
  animation-timing-function: ease-out;
    }

    100% {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    animation-timing-function: ease-out;
    }
}




/* =========== TOP main ========================= */


.itcanbe_area:before{
    clear:both;
    display:block;
    content:"";
}

.itcanbe_area{
    margin: 0 auto 70px;
}

.itcanbe_area .inner{
  width: 1142px;
  margin: 0 auto;
  background: #fff;
}

.itcanbe_area .inner ul > li{
  float:left;
  margin: 0 auto;
  width:33.333%;
  box-shadow: 1px 1px 1px 0px #e8e8e8;
}

.itcanbe_area .inner ul > li p{
  font-size: 16px;
  padding: 20.5px 15px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.itcanbe_area .inner ul > li > a{
  text-decoration:none;
}


.itcanbe_area .inner ul > li > a:hover p{
  color: #fff;
  background:#0c8040;
  transition:0.3s;
  text-decoration:none;
}

.itcanbe_box{
  margin: -50px 0 0 0;
  box-shadow: 0px 0px 1px 0px #e8e8e8;
}

.itcanbe_box h2{
  padding: 18px 35px;
  color: #0c8040;
  position:relative;
  transition: .3s;
  background: #fff;
}

.itcanbe_box h2:hover{
  color: #ffffff;
  transition: .3s;
  background: #0c8040;
}

.itcanbe_box h2:after{
    content: "";
    height: 10px;
    width: 13%;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background: url(../img/bnt_arrow_green_off.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    direction: rtl;
    transition: .3s cubic-bezier(0.01, 0.96, 0.68, 0.86) 0s;
}

.itcanbe_box h2:hover:after{
  background: url("../img/bnt_arrow_green_on.png") no-repeat center center;
  width: 0;
    right: 0px;
  transition: .3s;
}


.cardboard_p_area{
  margin: 0 auto 80px;
}

.cardboard_box_wrap{
  background: url(../img/bk_cardboard_p_area_img01.png)no-repeat right;
}

.cardboard_box_wrap .cont_box{
  width: 490px;
  padding: 150px 0 118px 0;
  background: #fff;
}

.cont_box a{
  text-decoration:none;
}


.cont_box h2{
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
}

.cont_box p{
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: center;
  width: 350px;
}

.bnt01 > a{
  font-size: 12px;
  display: block;
  padding: 15px 0;
  max-width: 230px;
  width: 100%;
  border: 1px solid;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #0c8040;
  transition:.3s;
}

.bnt01 > a:hover{
  color: #ffffff;
  background:#0c8040;
  transition:.3s;
}


.bnt01 > span{
  font-size: 12px;
  display: block;
  padding: 15px 0;
  max-width:223px;
  width: 100%;
  border: 1px solid;
  text-align: center;
  margin: 0 auto;
  color: #eee;
}


.cardboard_p_area h2:before{
  content: "";
  position:absolute;
  background: url(../img/icon_cardboard_p_area.png) no-repeat top center;
  background-size: 80%;
  display: block;
  width: 65px;
  height: 65px;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.graygreen_area{
  margin: 0 auto;
}

.graygreen_area .inner{
  max-width:1280px;
  width:100%;
}

.graygreen_area h2:before{
  content: "";
  position:absolute;
  background: url(../img/icon_graygreen_area.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 65px;
  height: 65px;
  top: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.graygreen_area ul > li{
  float:left;
  width: 50%;
  background: url(../img/bk_graygreen_area_img02.png);
  background-size: cover;
  transition:.3s;
}

.graygreen_area ul > li:first-child{
    background: url(../img/bk_graygreen_area_img01.png);
    background-size: cover;
}

.graygreen_area ul > li > a{
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  padding: 140px 0 52px 0;
  transition: .3s;
}

.graygreen_area ul > li > a .bnt01 >span{
  background: #0c8040;
  border:1px solid  #0c8040;
  color: #fff;
  display: block;
  transition:.3s;
}

.graygreen_area ul > li > a:hover .bnt01 >span{
  background:none;
  border:1px solid  #ffffff;
  transition:.3s;
}


.graygreen_area ul > li > a:hover{
  background: rgba(12, 126, 63, 0.7);
  transition:.3s;
}

.topnews_area{
  padding:40px 0 0 0;
  background: #f9f9f2;
}

.topnews_area h2{
  font-size: 26px;
  margin: 0 auto 40px;
  text-align: center;
}

.topnews_area h2 span{
  font-size: 12px;
}

.topnews_area h2 span{
  font-size: 12px;
  color: #b6bb00;
}


.topnews_area ul > li{
  float: left;
  width: 280px;
  margin: 0 50px 35px 0;
}

.topnews_area ul > li:nth-child(3n){
  margin: 0 0 35px 0;
}

.topnews_area ul > li > a >div{
  margin: 0 auto 15px;
}


.topnews_area ul > li dl > dd{
  color:#0c8040;
  font-size: 14px;
}

.topnews_area ul > li dl > dt{
  color:#231815;
  font-size: 14px;
}


.toplist_area{
  margin: 0 auto 0;
  background: #fff;
  padding: 45px 0 10px 0;
}

.lets_work_area {
  width: 100%;
  background: url(../img/bk_lets_work_area_img.png)no-repeat;
  background-size: cover;
}

.lets_work_area .inner{
  width: 100%;
  padding: 350px 0 0 0;
}

.lets_work_wrap a{
  background: rgba(12, 128, 64, 0.6);
  display:block;
  text-decoration:none;
  transition:.3s;
}

.lets_work_wrap a:hover{
  background: rgba(12, 128, 64, 1);
  transition:.3s;
}

.lets_work_box{
  width:980px;
  margin:0 auto;
  padding: 24px 0;
}

.lets_work_box  {
  color:#fff;
}

a:hover .lets_work_box {
  text-decoration:none;
}

.lets_work_box  > h2{
  font-size: 26px;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 0 35px 0 0;
  line-height: 150%;
  vertical-align: top;
  margin: 0 30px 0 0;
}

.lets_work_box > h2 > span{
    font-size: 12px;
    line-height: 180%;
}



.lets_work_box > p{
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 45px 0 0;
}

.lets_work_box  > div{
    display: inline-block;
}

.lets_work_box > div > span{
    font-size: 12px;
    display: block;
    width: 280px;
    position: relative;
}

.lets_work_box > div > span:after{
    content: "";
    display: block;
    background: url(../img/bnt_link_on.png) no-repeat;
    width: 13px;
    height: 10px;
    position: absolute;
    top: 7px;
    right: 11px;
}

.tm_contact_area{
  margin: 0 auto;
  background: #0c8040;
}

.tm_contact_inner {
  padding: 30px 0;
  width:1100px;
  margin:0 auto;
  vertical-align: middle;
}

.tm_contact_area p{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  float: left;
  padding: 6px 0;
}

.tm_contact_area ul{
  font-size: 18px;
    float:right;
}

.tm_contact_area ul > li{
  font-size: 16px;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 20px;
  width: 218px;
}

.tm_contact_area ul > li > a{
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 8px 0;
  color: #fff;
  margin: 0 20px 0 0;
  background: url(../img/icon_tm_contact_area_mail.png) no-repeat 20px center;
}

.tm_contact_area ul > li:first-child > a{
  margin: 0 0 0 0;
  background: url(../img/icon_tm_contact_area_tel.png)no-repeat 15px center;
  font-size: 19px;
  font-weight: bold;
  padding: 5.5px 0;
  pointer-events: none;
}

.tm_contact_area ul > li > a:hover{
  background: url(../img/icon_tm_contact_area_mail_on.png) no-repeat 20px center #fff;
    color:#0c8040;
}

.tm_contact_area ul > li:first-child > a:hover{
  background: url(../img/icon_tm_contact_area_tel_on.png)no-repeat 15px center #fff;
  color:#0c8040;
}

.Website .gma_area{
  margin:0 0 0 0;
}


/* =======================================
  Company
========================================== */


.entranceul> li{
  float:left;
  width: 48.1%;
  max-width: 471px;
  margin: 0 3.8%  3.8%  0;
  position: relative;
}

.entranceul > li:nth-child(2n){
  margin: 0 0% 4.1% 0;
}

.entranceul > li > a > img{
  width:100%;
}

.entranceul > li > a > span{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.entranceul > li > a > p{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.entranceul > li > a > p > span{
  display:block;
  font-size: 12px;
  font-weight:normal;
}

.company_area{
  margin: 0 0 60px 0;
}

.Company .global ul li:nth-of-type(1) > a:after {
  width:100%;
}

.company_kumongrop_area{
  margin: 0 0 65px 0;
}

.company_kumongrop_area ul > li{
  float: left;
  width: 50%;
  max-width: 474px;
  margin: 0px 30px 20px 0;
}

.company_kumongrop_area ul > li >img{
  width: 100%;
}

.company_kumongrop_area ul > li:nth-child(2n){
  margin: 0 0 18px 0;
}



.Idea .txt_h2 {
  text-align:center;
  margin: 0 auto 50px;
}


.Idea .cover{
  position:absolute;
  z-index:-3;
  margin: 0 auto 0;
}

.idea_area {
  background:url(../img/bk_idea_cover.png) no-repeat center center;
  background-size: cover;
  padding: 203px 0px 153px;
  /* max-width: 1280px; */
  margin: 0 auto;
}

.idea_area .inner{
  max-width:980px;
  background: rgba(255, 255, 255, 0.8);
  padding: 70px 0 0 0;
}

.idea_area ul {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 0 130px 0;
}

.idea_area ul > li {
  font-size: 22px;
  line-height: 200%;
}

.idea_area ul > li:before{
  content:"一、";
}

.message_area{
  padding: 85px 0 40px 0;
}

.message_area .inner{
  background:url(../img/bk_message.png) no-repeat bottom right;
  padding: 0 0 60px 0px;
}

.message_area img{
  margin:0 0 50px 0;
}

.message_area p{
  margin: 0 0 20px 0px;
  line-height: 200%;
  font-size:14px;
}

.message_area p:nth-of-type(2){
  margin: 0 0 40px 0px;
  width:83%;
}

.message_area p:nth-of-type(3){
  margin: 0 0 20px 0px;
  width:75%;
}

.ceotxt{
  display:block;
  float: right;
  font-size: 18px;
}

.ceotxt > em{
  display:block;
  font-size: 26px;
}



.linkbnt_area{
  margin: 0 0 100px 0;
}


.linkbnt > li{
  width: 31.973%;
  margin: 0 20px 20px 0;
  float: left;
  max-width: 314px;
}

.linkbnt > li:nth-child(3n){
  margin: 0 0 20px 0;
}

.linkbnt > li > a{
  display:block;
  padding: 20px 0 20px 45px;
  position: relative;
  font-size: 18px;
  color: #086b34;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #c0c4c1;
}

.linkbnt > li > a:after{
      content: '';
      width: 14px;
      height: 14px;
      border-top: 2px solid #086b34;
      border-right: 2px solid #086b34;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      transform: rotate(45deg);
      transition: .3s;
}

.linkbnt > li > a:hover:after{
      top: 0;
      bottom: 0;
      right: 20px;
      transform: rotate(45deg);
      transition: .3s;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
}

/*-Profile_*/

.LANGUAGE_box{
  position: relative;
  width: 100px;
  float: right;
  margin: -20px 0 25px 0;
  text-align: center;
}

.LANGUAGE_box p:nth-of-type(1){
  color:#494949;
  font-size: 12px;
  line-height: 100%;
  margin: 0 0 10px 0;
}

.LANGUAGE_box > span {
    font-size:0;
    letter-spacing: 0;
}

.LANGUAGE_box > span > a{
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #eee;
  text-decoration: none;
  padding: 0px 12px;
  transform: skewX(-10deg);
  font-size: 0;
}

.LANGUAGE_box > span > a > span{
  transform: skewX(10deg);
  display: inline-block;
  font-size: 15px;
}

.LANGUAGE_box > span > a:nth-of-type(2){
  background: #bcc100;
}


.location dt{
  margin: 0 0 30px 0;
}

.location dd{
  margin: 15px 0;
}


.groupente td > ul{
  margin: 15px 0;
}

.organizationchart_area img{
  margin: 0 0 25px 0;
}


/*-Csr*/



.rimg_box li {
  float: left;
  max-width: 720px;
  width: 100%;
  margin: 0;
}

.rimg_box li:first-child {
  max-width: 230px;
  width: 100%;
  margin: 0 30px 35px 0;
}

.cContribution_area{
  margin: 0 0 50px 0;
}

.cContribution_area .rimg_box {
  border-bottom:solid 1px #a6a6a6;
  padding: 25px 0 0 0;
}

.cContribution_area .rimg_box li {
  float: left;
  max-width: 720px;
  width: 100%;
  margin: 0;
}

.cContribution_area .rimg_box li:first-child {
  max-width: 230px;
  width: 100%;
  margin: 0 30px 25px 0;
  float: right;
}

.cContribution_area .rimg_box li p{
  display:inline-block;
  width: 424px;
  font-size: 14px;
  vertical-align: top;
  margin: 0 0 0 25px;
}

.txt_csr_h3{
  font-size:16px;
  font-weight:bold;
  width:115px;
  margin:0 0 0 8px;
  display:inline-block;
  vertical-align: top;
}

/* History */

.history_area td:before{

}


.history_area .talbecom  td:before {
  content:"";
  display:block;
  clear:both;
}

.history_area .talbecom  td:after {
  content:"";
  display:block;
  clear:both;
}



.history_area .talbecom  td > p {
  width: 65%;
  float:left;
  font-size: 14px;
  line-height: 150%;
}

.history_area .talbecom  td > span {
  max-width: 245px;
  float:right;
  margin: 0;
  width: 35%;
}

/*Cprofile*/



.Cprofile .wrap{
  margin: -22px 0 0 0;
}


.cprofile_area {
  margin: 0 auto 60px;
}


.cprofile_area .inner > .talbecom {
  width: 470px;
  margin: 0 40px 0 0;
  float: left;
}

.cprofile_area .inner > .talbecom:nth-of-type(2) {
  margin: 0 0 0 0;
}


.kumongrop_area{
  margin:0 0 15px 0;
}

.kumongrop_area h2{
  margin:0 0 30px 0;
}

.kumongrop_area ul > li{
  float: left;
  width: 50%;
  max-width: 474px;
  margin: 0 30px 25px 0;
}

.kumongrop_area ul > li >img{
  width: 100%;
}

.kumongrop_area ul > li:nth-child(2n){
  margin: 0 0 25px 0;
}


#group > .inner li > span{
  margin: 0 0 0 5px;
  text-decoration:underline;
}

#group > .inner li > span{
  position:relative;
  color: #4AA7E2;
}

#group > .inner li > span:hover {
    text-decoration: underline;
}

#group > .inner li > span:after {
    content: url(../img/bnt_link_off.png);
    background-size: contain;
    width: 13px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}





.access_area {
  margin: 0 auto 60px;
}


.access_area .inner > .talbecom {
  width: 470px;
  margin: 0 40px 0 0;
  float: left;
}

.access_area .inner > .talbecom:nth-of-type(2) {
  margin: 0 0 0 0;
}


.tableIntable {
  margin: 0;
}

.tableIntable tr {
  border:none;
}

.tableIntable tr:first-child{
  border:none;
}

.tableIntable tr > th{
  border:none;
  font-size:14px;
  font-weight:normal;
  color:#040000;
  padding: 1%;
  width: 9em; /* 190401変更 */
}

.tableIntable tr > th > span{
  margin: 0 5px 0 5px;
  display:inline-block;
}

.tableIntable tr > td{
  border:none;
  padding: 1%;
}



.gma_area{
  position: relative;
  margin: 0 0 45px 0;
}

.gimgbox{
  width: 980px;
  margin: 0 auto;
}


.gimgbox >a {
  position: absolute;
  top: 35px;
}

.gimgbox span{
  font-size: 14px;
  color:#0c8040;
  vertical-align: middle;
  text-align: right;
  display: block;
  background: #fff;
  padding: 9px 54px 9px 10px;
  position: relative;
}

.gimgbox span:after{
  content: "";
  background: url(../img/bnt_link_on2.png) no-repeat center center #0c8040;
  width: 42px;
  height:42px;
  position: absolute;
  right: 0;
  top: 0;
}

.gimgboxin{
  padding: 113px 78px 111px 78px;
  background: url(../img/cprofil_mapimg.png) no-repeat;
  background-size: cover;
}

.gimgboxin > img{
  display:block;
  max-width:284px;
  margin:0 auto;
}


.gallery_area{

}

.gallery_area h2{
  max-width:980px;
  width: 90%;
}

.gallery_area .inner{
  width: 100%;
}

/* =======================================
  Group
========================================== */


.Group .global ul li:nth-of-type(2) > a:after {
  width:100%;
}

.Kumon .grouplistbox a:nth-of-type(1){
  color: #086b34;
}

.Kumon .grouplistbox a:nth-of-type(1):after{
      border-top: 2px solid #086b34;
      border-right: 2px solid #086b34;
}

.Kinki .grouplistbox a:nth-of-type(2){
  color: #086b34;
}

.Kinki .grouplistbox a:nth-of-type(2):after{
      border-top: 2px solid #086b34;
      border-right: 2px solid #086b34;
}

.Hamada .grouplistbox a:nth-of-type(3){
  color: #086b34;
}

.Hamada .grouplistbox a:nth-of-type(3):after{
      border-top: 2px solid #086b34;
      border-right: 2px solid #086b34;
}

.Kasuga .grouplistbox a:nth-of-type(4){
  color: #086b34;
}

.Kasuga .grouplistbox a:nth-of-type(4):after{
      border-top: 2px solid #086b34;
      border-right: 2px solid #086b34;
}


.grouplistbox{
  max-width:980px;
  margin: 0 auto 80px;
  font-size: 0;
  width: 980px;
}

.grouplistbox > a{
  display:inline-block;
  position: relative;
  font-size: 18px;
  color: #959595;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px dotted #c0c4c1;
  width: 24.87%;
  text-align: center;
  text-decoration:none;
  line-height: 100%;
}

.grouplistbox > a:hover{
  text-decoration:none !important;
}

.grouplistbox > a:first-child{
  border-left: 1px dotted #c0c4c1;
}


.grouplistbox > a:after{
      content: '';
      display:block;
      position: absolute;
      width: 14px;
      height: 14px;
      border-top: 2px solid #959595;
      border-right: 2px solid #959595;
      margin: -12px auto;
      transform: rotate(135deg);
      transition: .3s;
      left: 0;
      right: 0;
      top: 30px;
}

.grouplistbox  > a:hover:after{
      transition: .3s;
}



.urltxtbox a{
  display: inline-block;
  margin: 0;
}

.urltxtbox a > img{
  max-width: 14px;
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
}


.urltxtbox a > span > img{
  max-width: 300px;
  display: block;
  margin: 1% 0 0 0;
}


.business_area{
  margin:0 0 25px 0;
}



/* =======================================
  Business
========================================== */


.Business_area{
  margin:0 0 60px 0;
}


/*Guide*/

.guide_main_area{

}

.guide_main_area ul{
  margin: 0 0 50px 0;
}

.guide_main_area h3{
  font-size: 26.5px;
  margin: 0 0 45px 15px;
}

.guide_main_area h3:before{
  margin: 0 0 0 0;
  height: 45px;
  top: 0;
  bottom: 0;
}

.guide_main_area h4{
  font-size: 24px;
  font-weight: bold;
  color: #0c8040;
  max-width: 420px;
  width: 90%;
  margin: 0 auto 60px;
  padding: 0 0;
  text-align: center;
  position: relative;
  background: #fff;
}

.green_borderwrap{
  position: relative;
}

.green_borderwrap:before{
  font-weight: bold;
  background: #0c8040;
  content: "";
  display:block;
  position: absolute;
  top:50%;
  bottom:0;
  width:100%;
  height: 1px;
}

.guide_main_area h5{
  font-size: 20px;
  font-weight: bold;
  color: #0c8040;
  position: relative;
  line-height: 150%;
  margin: 0 auto 30px;
}

.guide_main_area h5:after{
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #0c8040;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -13px;
}


.guide_main_area strong{
  font-size: 16px;
  color: #0c8040;
  font-weight: bold;
  margin: 0 0 10px 10px;
  display: block;
}

.guide_main_area p{
  font-size: 14px;
  margin: 0 auto;
}

.guide_cont_box {

}

.guide_cont_box div > img{
  margin: 0 0 25px 0;
}

.guide_cont_box {

}

.guide_cont_box > strong{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}

.guide_cardboard_box > p{
  margin:0 0 65px 0;
}

.guide_flow_boxin{

}

.guide_flow_boxin ul{


}

.guide_flow_boxin ul > li{
  float: left;
  width: 16.333%;
  margin: 0;
  padding: 0 0 0 0;
  position:relative;
  background: url(../img/icon_flow_img01.png) no-repeat center 25px #f4f4f4;
}

.guide_flow_boxin ul > li:before{
  position:absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 18px 15px;
  border-color: transparent transparent #f4f4f4 transparent;
  transform: rotate(90deg);
  top: 85px;
  right: -24px;
  z-index: 1;
}

.guide_flow_boxin ul > li > span{
  color:#fff;
  background:url(../img/bk_flow_img.png) no-repeat;
  display:block;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 0 7px 6px;
}

.guide_flow_boxin ul > li > div{
  text-align:center;
  padding: 87px 0 0;
}

.guide_flow_boxin ul > li:nth-of-type(2){
  background: url(../img/icon_flow_img02.png) no-repeat center 30px #daeade;
}

.guide_flow_boxin ul > li:nth-of-type(2):before{
  border-color: transparent transparent #daeade transparent;
}

.guide_flow_boxin ul > li:nth-of-type(3){
  background: url(../img/icon_flow_img03.png) no-repeat center 33px #c1e5c2;
}

.guide_flow_boxin ul > li:nth-of-type(3):before{
  border-color: transparent transparent #c1e5c2 transparent;
}


.guide_flow_boxin ul > li:nth-of-type(4){
  background: url(../img/icon_flow_img04.png) no-repeat center 35px #abdbae;
}

.guide_flow_boxin ul > li:nth-of-type(4):before{
  border-color: transparent transparent #abdbae transparent;
}


.guide_flow_boxin ul > li:nth-of-type(5){
  background: url(../img/icon_flow_img05.png) no-repeat center 35px #82d18f;
}

.guide_flow_boxin ul > li:nth-of-type(5):before{
  border-color: transparent transparent #82d18f transparent;
}


.guide_flow_boxin ul > li:nth-of-type(6){
  background: url(../img/icon_flow_img06.png) no-repeat center 40px #5fc46f;
}

.guide_flow_boxin ul > li:nth-of-type(6):before{
  border:none;
}


.guide_flow_boxin ul > li > div p{

}



.guide_flow_boxin ul > li > div > p{
  margin: 0 auto 10px;
  background:#fff;
  font-size:15px;
  font-weight:bold;
  width: 125px;
  border-radius: 10px;
  padding: 2px 0;
  color: #0c8040;
}

.guide_flow_boxin ul > li+li+li > div > p{
  margin: 13px auto 22px;
}

.guide_facility_boxin{

}

.guide_facility_boxin ul > li{
  width: 477px;
  float: left;
  margin: 0 25px 50px 0;
}

.guide_facility_boxin ul > li > div > p >  img{
  margin: 0 0 20px 0;
  display: block;
}

.guide_facility_boxin ul > li:nth-child(2n){
  margin: 0  0 50px 0;
}

.guide_facility_boxin ul > li > p{
  margin: 0 0 0 10px;
}

.imgwrap{
  position: relative;
}

.imgwrap .img{
  -webkit-transition: .3s ease-in-out;
  transition: .2s ease-in-out;
}

.imgwrap:hover .img > img{
  -webkit-filter: grayscale(100%) blur(1px);
  filter: grayscale(100%) blur(1px);
  transition: .2s ease-in-out;
}


.lb > a {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}


.lb > a >img{
  max-width: 34px;
  position: absolute;
  bottom:0;
  right:0;
}

.guide_package_box{
  margin:0 0 40px 0;
}

.guide_package_box > p{
  margin: 0 0 50px 0;
}

.guide_package_box > .bnt01 > a{
  margin: 0;
  padding: 15px 0;
}

.guide_packing_box{
  margin: 0 0 200px 0;
}

.bnt_result > a{
  background: url(../img/bk_we_canbnt_.png) no-repeat right;
  display: block;
  border: 1px solid #dddddd;
  width: 580px;
  margin: 0 auto 75px;
  text-decoration:none;
}

.bnt_result > a > p{
  color: #b6bb00;
  padding: 44px 0 44px 80px;
  background: url(../img/bk_we_canbnt_logo_.png) no-repeat 20px;
}

.bnt_result > a:hover{
  opacity:.8;
}

.bnt_result > a > p > span{
  color: #231815;
  display: block;
}

/*We_can*/

.We_can section{
  position:relative;
}

.We_can .inner{
  width:auto;
}

.Under.We_can h2{
    max-width:980px;
}

.Under .txt_h3_mdk {
  font-size: 24px;
  margin: 0 auto 25px;
  color: #0c8040;
}

.we_can_box{
  padding: 0;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
}

.we_can_box > ul{
  padding: 50px 0 0 0;
  max-width: 1280px;
  margin: 0 auto;
}

.we_can_box > ul > li{
  float: left;
  width: 510px;
  margin: 0 0 0 150px;
  max-width: 980px;
  padding: 0 0 60px 0;
}

.we_can_box > ul > li:first-child{
  float: left;
  max-width: 550px;
  margin: 0 0 0 0;
}

.we_can_box p{
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 1px;
}

.we_can_merit_area .we_can_box{
  /* background: url(../img/bk_we_can_merit_area.png) no-repeat left; */
  /* background-size: cover; */
}

.we_can_merit_area:before{
  background: #f0f2f1;
  content:"";
  position:absolute;
  width: 0%;
  height: 535px;
  transition: 0.3s;
}

.on.we_can_merit_area:before{
  background: #f0f2f1;
  content:"";
  position:absolute;
  width: 62%;
  height: 535px;
  transition: 0.3s;
  transform-origin: left;
}


.we_can_merit_area .we_can_box > ul > li:first-child{
  float: right;
}

.we_can_bnt div > div > a{
  background: url(../img/bk_we_canbnt_.png) no-repeat right;
  display: block;
  border: 1px solid #dddddd;
  width: 580px;
  margin: 0 auto 75px;
  text-decoration:none;
}

.we_can_bnt div > div > a > div > p{
  color: #b6bb00;
  padding: 44px 0 44px 80px;
  background: url(../img/bk_we_canbnt_logo_.png) no-repeat 20px;
}

.we_can_bnt div > div > a:hover{
  opacity:.8;
}



.we_can_bnt div > div > a > div > p > span{
  color: #231815;
  display: block;
}

.we_can_alliance_area:before{
  background: #f0f2f1;
  content:"";
  position:absolute;
  width: 0%;
  height: 440px;
    transition: 0.3s;
  right: 0;
}

.on.we_can_alliance_area:before{
  width: 62%;
  transform-origin: left;
  transition: 0.3s;
}

.we_can_alliance_area .we_can_box {
  /* background: url(../img/bk_we_can_alliance_area.png) no-repeat right; */
}

.we_can_alliance_area .we_can_box ul > li{
  margin:0 0 0 60px;
}

.we_can_box2{
  max-width: 980px;
  margin: 0 auto;
}

.we_can_box2 > div{
  margin: 0 auto 30px;
}

.we_can_box2 > div > div > p{
  font-size: 14px;
  margin: 0 auto 65px;
  line-height: 200%;
}

.we_can_box2 > div > div > h3{
  text-align:center;
}


.we_can_bar_area{
  background: url(../img/bk_we_can_bar.png) no-repeat;
  background-size:cover;
}


.we_can_bar_area h3{
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 120px 0;
  margin: 0 auto 65px;
}

.we_can_service_area:before{
  background: #f0f2f1;
  content:"";
  position:absolute;
  width: 0%;
  height: 766px;
}

.on.we_can_service_area:before{
  width: 62%;
  transform-origin: left;
  transition: 0.3s;
}


.we_can_service_area .we_can_box{
  /* background: url(../img/bk_we_can_service_area.png) no-repeat; */
  position: relative;
  margin: 0 auto 80px;
}

.we_can_service_area .we_can_box > ul > li{
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
}

.we_can_service_area .we_can_box > ul > li:after{
  clear:both;
  content:"";
  display:block;
}


.we_can_service_area .we_can_box > ul > li{
  margin: 0 0 0 150px;
}


.we_can_service_area .we_can_box > ul > li:first-child{
  float: right;
  margin: 0 0 0 0;
}

.we_can_service_area dl{
  padding: 0px 0 60px 0;
  width: 980px;
  margin: 0 auto;
}


.we_can_service_area dl > dd{
  float: left;
  width: 186px;
  margin: 0 4px 0 0;
}

.linkbntpin {
  position: absolute;
  bottom: -35px;
  margin: 0 auto;
  left: 470px;
}

.linkbntpin > a{
  display:block;
  padding: 18px 0 20px 45px;
  position: relative;
  font-size: 18px;
  color: #086b34;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #086b34;
  width: 313px;
}

.linkbntpin > a:after{
      content: '';
      width: 14px;
      height: 14px;
      border-top: 2px solid #086b34;
      border-right: 2px solid #086b34;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      transform: rotate(45deg);
      transition: .3s;
}

.linkbntpin > a:hover:after{
      top: 0;
      bottom: 0;
      right: 20px;
      transform: rotate(45deg);
      transition: .3s;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
}


.we_can_global_area:before{
  background: #f0f2f1;
  content:"";
  position:absolute;
  width: 0%;
  height: 440px;
  right: 0;
}

.on.we_can_global_area:before{
  width: 62%;
  transform-origin: left;
  transition: 0.3s;
}

.we_can_global_area{

}

.we_can_global_area .we_can_box{
  /* background: url(../img/bk_we_can_global_area.png) no-repeat right; */
}

.we_can_global_area .we_can_box ul > li{
  margin:0 0 0 60px;
}

.slid_Anime {
  overflow: hidden;
    transform-origin: left;
}

.on  .slid_Anime > .slid_Animein{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slid_Anime > .slid_Animein{
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}


.sdelay{
     transition-delay: .1s;
}



/* =======================================
  Recruit
========================================== */


.Recruit .global ul li:nth-of-type(3) > a:after {
  width:100%;
}

.Recruit h1{
  margin: 0 auto 85px ;
}

.coverWrap{
  margin: 0 auto 60px;
  max-width: 980px;
}

/* =======================================
News
========================================== */

.newslist_area{
  margin:0 auto 150px;
}

.newslistbox{

}

.newslistbox li{
  float: left;
  width: 32%;
  margin: 0 1.8% 5% 0;
}

.newslistbox li:nth-child(3n){
  margin: 0 0 30px 0;
}

.listmatch_img_wrap{

}

.newslist_txt{
      padding: 3% 5% 5%;
}

.newslist_txt >  dt{
  font-size: 15px;
  margin-bottom: 6px;
  color: #086B34;
  font-weight: bold;
}

.newslist_txt >  dd{
  font-size: 14px;
  color: #444;
}

a:hover .newslist_txt >  dd{
  font-size: 14px;
  color: #00a3c9;
}

.h-effect {
    position: relative;
    box-shadow: 0 2px 14px 0 rgba(50, 50, 50, 0.3);
    display: block;
    text-decoration: none;
}

.h-effect:hover{
    text-decoration: none;
}


.h-effect:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #086b34 transparent;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 3;
}

.h-effect:hover:before {
    border-color: transparent transparent #11ae5d transparent;
    transition: 0.5s;
}

.h-effect:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    right: 6px;
    bottom: 8px;
    z-index: 4;
    margin: auto;
    transform: rotate(45deg);
    transition: .3s;
}

.contact_info_area{
  background:#eee;
  background: url(../img/bk_contact_info_area.png) no-repeat center #eee;
  padding: 60px 0 85px;
  background-size: 110%;
}


.contact_info_area .desc{
  text-align:center;
  font-size: 14px;
  margin: 0 0 40px 0;
}

.contact_info_area  ul {
  width: 560px;
  margin: 0 auto;
}

.contact_info_area ul > li{
  float:left;
  max-width: 260px;
  width:100%;
  margin: 0 0 0 0;
}

.contact_info_area ul > li:first-child{
  margin: 0 40px 0 0;
}

.contact_info_area h2{
  text-align:center;
}

.contact_info_area h2 span{
  font-size: 10px;
    margin: 0 auto;
    display: block;
    font-weight: normal;
}


.btn-mail {
    display: block;
    vertical-align: top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    letter-spacing: 0.063em;
    color: #ffffff;
    background: url(../img/mail_icon_ft.png) no-repeat  27px 25px #333333;
    background-size: 16%;
    padding: 25px 2px 24px 90px;
    text-align: left;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    text-decoration: none;
}

.btn-mail:hover {
    color: #ffffff;
    background-color:#098e49;
    -moz-transition: all 0.26s ease;
    -o-transition: all 0.26s ease;
    -webkit-transition: all 0.26s ease;
    transition: all 0.26s ease;
    text-decoration: none;
}

.btn-call {
    background: #fff url(../img/phone_icon.png) no-repeat left 11px center;
    background-size: 16%;
    display: block;
    vertical-align: top;
    /* margin: 0 18px; */
    /* width: 260px; */
    text-align: left;
    /* height: 74px; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 0 16px 55px;
    text-decoration: none;
    pointer-events: none;
}

.btn-call .num {
    font-size: 26px;
    color: #007BBE;
    letter-spacing: 0.033em;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

.btn-call .time {
    font-size: 12px;
    color: #333;
    display: block;
    padding-left: 4px;
    font-weight: bold;
}


.font_Roboto{
  font-family: 'Roboto Slab', serif;
}


/* =======================================
  Detail
========================================== */

.share-sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 50px 0;
}

.share-sns a:hover{
    text-decoration:none;
}


.share-sns .btn-share {
    width: 120px;
    margin: 0 4.5px;
}

.share-sns .btn-share a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 28px;
    border: 1px solid #324F91;
    background: #324F91;
    text-align: center;
}

.share-sns .btn-share a:hover {
    background: #fff;
    color: #324E91;
    border: 1px solid #324E91;
}

.share-sns .btn-share.twt a {
    border: 1px solid #1EA1F3;
    background: #1EA1F3;
}

.share-sns .btn-share.twt a:hover {
    background: #fff;
    color: #1EA0F2;
    border: 1px solid #1EA0F2;
}

.share-sns .btn-share.line a {
    border: 1px solid #01B901;
    background: #01B901;
}

.btn-share.line a:hover {
    background: #fff;
    color: #00B800;
    border: 1px solid #00B800;
}


.logoimgnosp{
  display: block;
}

.logoimgnopc{
  display: none;
}


.changed .logoimgnosp{
  display: none;
}

.changed .logoimgnopc{
  display: block;
}


.main_contnt_warp{
  width: 980px;
  margin: 0 auto;
}

.main_contnt{
  float: left;
  width: 670px;
  margin: 0 0 150px 0;
}

.news_contnt_box > p{
  margin: 0 0 20px 0;
}


.news_imgwrap01{
  margin: 0 0 30px 0;
}

.news_contnt_box a{
  color:#1ea1f3;
}


.news_imgwrap02{
  max-width: 400px;
  margin: 0 0 80px 0;
}

.intro_box{
  width: 100%;
  margin: 0 0 50px 0;
}


.intro_box tr{
  border:1px solid #eee
}

.intro_box th{
  width: 25%;
  background: #eee;
  vertical-align: middle;
  padding: 4% 1%;
  text-align: center;
}

.intro_box td{
  background: #fff;
  vertical-align: middle;
  line-height: 100%;
  padding: 0px 2%;
}



.sider_bar{
  float: right;
  width: 280px;
}


.sidemenu_box{

}

.side_list li > dl > dt {
    font-size: 18px;
    padding: 5% 3%;
    display: block;
    transition: all 0.2s ease;
    border-bottom: 2px solid #E9E9E9;
    color: #4b4747;
    position: relative;
    font-weight: bold;
}

.side_list li > dl > dt:hover {
    font-size: 18px;
    padding: 5% 3%;
    display: block;
    transition: all 0.2s ease;
    border-bottom: 2px solid #E9E9E9;
    color: #5e6100;
    background:#f3f3f3;
}


.side_list li > dl > dt > span{
  right: 0;
  position: absolute;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.side_list li > dl > dd{
    font-size: 14px;
    padding: 5% 3%;
    display: block;
    /* transition: all 0.2s ease; */
    display:none;
}

.side_list li > dl > dd > a{
    line-height: 300%;
    display:block;
    border-bottom: 1px solid #eee;
    color:#209152;
}

.side_list li > dl > dd > a:hover{
    color:#000;
  background:#eee;
  text-decoration:none;
}



/* =======================================
Result
========================================== */


.result_linkbnt_area{
  margin: 0 0 40px 0;
}

.result_area .inner a{
  /* pointer-events: none; */
}

.result_area ul{

}

.result_area ul > li{
    float:left;
    width: 31.29%;
    margin: 0 30px 94px 0;
}

.result_area ul > li:nth-child(3n){
    margin: 0 0 94px 0;
}


/* =======================================
Result Detail
========================================== */


.Result.Detail{

}

.result_box{

}

.result_box strong{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  display: block;
}

.result_box p{
  font-size: 14px;
  margin: 0 0 50px 0;
}

.fblist{margin: 0 auto;width: 366px;}

.fblist li{
  float: left;
  width:155px;
  margin: 0 14px;
}

.fblist{

}

.Result .side_list li > dl > dt{
  color: #1E8639;
}

.categorytxt{
  font-size: 14px;
  background: #565656;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  vertical-align: middle;
}

.Result .categorytxt{
  margin:0 0 10px 0;
}

.Result  .side_list li > dl > dd > a{
  color: #322f2f;
}


/* =======================================
Privacy
========================================== */



.privacytxt_area {
  margin: 0 0 200px 0;
}

.privacytxt_area > .inner > p{
  margin: 0 0 60px 0;
}

.privacytxt_area > .inner > ul > li > em{
  font-size: 22px;
  font-weight: bold;
}

.privacytxt_area > .inner > ul > li > p{
  font-size: 18px;
  margin: 0 0 40px 0;
}

.ullist {
  margin: 0 0 40px 20px;
}

.ullist >li{
  font-size:18px;
  list-style-type: initial;
}


/* =======================================
Form
========================================== */

.Contact .global ul li:nth-of-type(4) > a {
  color:#fff;
}

.Contact .global ul li:nth-of-type(4) > a:before {
  width: 120%;
  left: -10%;
}

.Contact h1{
  margin: 0 0 110px 0;
}
/**/
.contctBox {
  font-family: "ヒラギノ角ゴ Pro";
  border: 1px solid #afafaf;
  max-width: 530px;
  margin: 0 auto 35px;
  width: 96%;
  padding: 20px 0 0 0;
}


.contctBox > p{
  font-size: 26px;
  font-weight: bold;
}

.contctBox > em{
  color: #086b34;
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.contctBox > span{
  font-size: 13px;
  line-height: 150%;
  display: inline-block;
  padding: 0 0 20px 0;
}

.content_area{
  margin:0 auto 110px;
}

.content_area .inner > p{
  font-size:16px;
  margin: 0 0 40px 0;
}

.privacylinkBox{
  font-size: 16px;
  text-align:center;
  margin: 0 0 50px 0;
}

.privacylinkBox > a{
  font-size: 16px;
  text-align:center;
  color: #007dbf;
}

.txtmidashi{
  display:block;
  font-size:14px;
  margin: 0 0 4px 0;
}

.contact_form table tbody .schooltr{
  border-bottom: 1px solid #fff;
}

.contact_form table tbody .schooltr td{
  padding:24px 24px 0 24px;
}


.schooltr .input1{
  margin:0 0 10px 0;
}

/* ======================================
Thanks
========================================== */


.Thanks h1{
  margin: 0 0 40px 0;
}

.Thanks h2{
  text-align:center;
}

.thanks_area p{
  margin: 0 auto 50px;
  width: 600px;
  font-size: 15px;
  text-align: center;
}

.thanks_area a{
  margin: 0 auto 100px;
}

.thanks_area h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}



.mainImage img{
 text-align:center;
}
.thumbnails{
 width:70%;
 margin:25px auto 30px;
}
.thumbnails img{
 width:30%;
}
.thumbnails4{
 width:100%;
 margin:25px auto 30px;
}
.thumbnails4 img{
 width:24%;
}
/*20190722*/
.Twitter_icon {
  position: absolute;
  right: 163px;
  top: 23px;
  z-index: 2;
}
