body {
/*     font-family: "Noto Sans Japanese", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/*   font-family: "リュウミン R-KL", "Ryumin Regular KL", "ゴシックMB101 R", "Gothic MB101 Regular"; */
  font-family: "ゴシックMB101 R";
  color: #464646;
}

.uk-container {
  box-sizing: border-box;
  max-width: 970px;
  padding: 0px;
}
@media (max-width: 1000px) {
  .uk-container {
      padding: 0 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #464646;
/*   font-family: "Noto Sans Japanese", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "ゴシックMB101 R";
}

/* font-color
 ========================================================================== */
.uk-link, a {
    color: #59aa18;
}

/* hover
 ========================================================================== */
a:hover img {
    opacity: 0.8;
}
:hover{
    transition: all 0.5s ease;
}


/* font-size
 ========================================================================== */
.f80 {
    font-size: 80%;
}
.f90 {
    font-size: 90%;
}
.f120 {
    font-size: 120%;
}
.f150 {
    font-size: 150%;
}

/* margin
 ========================================================================== */
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.mb50{
    margin-bottom: 50px!important;
}
.mb60{
    margin-bottom: 60px!important;
}
.mb70{
    margin-bottom: 70px!important;
}
.mb80{
    margin-bottom: 80px!important;
}


/* line-height
 ========================================================================== */
 .lh15{
     line-height: 1.5;
 }
 .lh18{
     line-height: 1.8;
 }
 .lh20{
     line-height: 2;
 }
 .lh25{
     line-height: 2.5;
 }


 /* letter-spacing
  ========================================================================== */
  @media (min-width: 980px) {

  .ls3{
      letter-spacing: 3px;
  }
  .ls5{
      letter-spacing: 5px;
  }
  }

  /* --- 改行　--- */
  @media (min-width: 481px) {
    br.uk-visible-ss{
      display: none;
    }
  }

  /* --- スマホ縦　非表示　--- */
  @media (max-width: 480px) {
    .uk-hidden-ss{
      display: none;
    }
  }

  /* --- スマホ縦のみ表示　--- */
  @media (min-width: 481px) {
    .uk-visible-ss{
      display: none;
    }
  }

  :focus{
    outline: none;
    background: none;
  }


/* ==========================================================================
 ヘッダー
========================================================================== */

/*ヘッダー全体
 ========================================================================== */
header{
    width: 100%;
    height: 100px;
    background: #fff;
    border-top: 3px solid #009cbd;
}

header .space{
  height: 1px;
}

header .uk-container{
  padding: 0;
}
@media (max-width: 959px) {
  header{
      height: 50px;
  }
}

/* ---- ヘッダー固定時　--- */
header .uk-active{
  background: #fff;
  border-bottom: 1px solid #efefef;
  height: 50px;
}
/* hd-top 非表示  */
header .uk-active #hd-nav #hd-top{
  display: none;
}
header .uk-active h1{
  padding: 16px 15px;
  height: 50px;
}
header .uk-active h1 a img{
  height: 18px;
}
header .uk-active #hd-contact a{
  font-size: 20px;
  padding: 15px;
  height: 50px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  header .uk-active{
    height: 50px;
  }
}

/*ヘッダー左側（ロゴ）
 ========================================================================== */
header .uk-float-left{
  width: 240px;
}
@media (max-width: 959px) {
  header .uk-float-left{
    width: 200px;
  }
}
/* h1ロゴ　===================================== */
h1{
  display: block;
  box-sizing: border-box;
  padding: 34px 50px;
  line-height: 1.0;
  margin: 0;
  font-size: 0;
}
h1 a{
  display: block;
}
h1 img{
  height: 32px;
  width: auto;
}
@media (max-width: 959px) {
  h1{
    padding: 16px 15px;
    height: 50px;
  }
  h1 a img{
    height: 18px;
  }
}

/*ヘッダー右側（文字の大きさとsearchとGナビなど）
 ========================================================================== */
#head-R {
  width: 70%;
  text-align: right;
}
@media (max-width: 959px) {
  #head-R {
    width: auto;
  }
}


/* 文字の大きさとsearchとGナビ　===================================== */
#hd-nav{
  display: inline-block;
  vertical-align: top;
  width: 70%;
  height: 100px;
}
/* 文字サイズとsearch　.hd-nav #hd-top------------------  */
#hd-top{
/*   height: 50px; */
  text-align: right;
}
#hd-top>div{
  display: inline-block;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}
/* 文字サイズ--------  */
#hd-top>div.txt-size{
/*   width: 60%; */
  padding-left: 30px;
  margin-left: 5%;
  margin: 13px 0 0 0;
  line-height: 24px;
}
#hd-top>div.txt-size span{
  float: left;
  margin: 0;
  line-height: 24px;
}
#hd-top>div.txt-size ul{
  float: left;
  margin: 0 20px;
}
#hd-top>div.txt-size ul li{
  float: left;
}
#hd-top>div.txt-size ul li:first-child a{
  border-radius: 3px 0 0 3px;
  margin-right: 1px;
}
#hd-top>div.txt-size ul li:last-child a{
  border-radius: 0 3px 3px 0;
}
#hd-top>div.txt-size ul li a:hover{
  text-decoration: none;
}
#hd-top>div.txt-size ul li a{
  background:#e5e5e5;
  padding: 6px;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 1.0;
  color: #464646;
}
#hd-top>div.txt-size ul li a.textresizer-active{
  background:#009cbd;
  color: #fff;
}

/* 検索　--------  */
#searchBlock {
  margin: 13px 0 11px 0;
  vertical-align: top;
  padding-left: 30px;
  line-height: 24px;
/*
  font-size: 18px;
  width: 35%;
  text-align: right;
*/
}

/* 検索（スマホ）　--------  */
#spn-search {
  padding: 15px;
}
#spn-search input[type="text"] {
  width: 170px;
}
#spn-search #spn-search-submit {
  border: 1px solid #fff;
  background-color: #009cbd;
  border-radius: 7px;
}




/* グローバルナビ　.hd-nav #gnav　------------------  */
#gnav{
}

#gnav .uk-navbar-nav > li > a {
    height: 23px;
    padding: 4.5px 30px!important;
    margin: 12px 0;
    border: none;
    text-shadow: none;
    font-size: 14px;
    color: #464646;
    font-weight: bold;
    cursor: pointer!important;
    text-align: center;
    line-height: 1.0;
    border-left: 1px solid #c8c8c8;
}

/* --- ナビ（ホバー時） ---- */
#gnav .uk-navbar-nav>li:hover,#gnav .uk-navbar-nav>li.active {
    border-bottom: 3px solid #fedf32;
    transition: all 0.2s ease;
}

#gnav .uk-navbar-nav>li.uk-open>a, #gnav .uk-navbar-nav>li:hover>a,
#gnav .uk-navbar-nav>li>a:focus,#gnav .uk-navbar-nav>li.active>a {
    background: none!important;
    outline: 0;
    position: relative;
    z-index: 1;
    border-top: none;
    box-shadow: none;
}

#gnav .uk-nav-navbar li {
  text-align: left;
}

#gnav .uk-dropdown {
  background-color: #fff !important;
}

/* お問い合わせボタン　===================================== */
#hd-contact{
  margin: 0px !important;
  display: inline-block;
/*   float: right; */
/*   height: 100px; */
}
#hd-contact a{
  background: #009cbd;
  color: #fff;
  font-size: 30px;
  padding: 35px;
  display: block;
  transition: all 0.5s ease;
}
#hd-contact a:hover{
  background: #fedf32;
  transition: all 0.5s ease;
}
@media (max-width: 959px) {
  #hd-contact{
    float: left;
  }
  #hd-contact a{
    font-size: 20px;
    padding: 15px;
    height: 50px;
    box-sizing: border-box;
  }
}


/* スマホメニュー toggle　===================================== */
#gnav_spn {
  height: 50px;
  width: 50px;
  float: right;
  text-align: center;
  background: #636363;
}
#gnav_spn .uk-navbar-toggle {
  padding: 0px;
  top: 18px;
  right: 12.5px;
}
.uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
}

.uk-navbar-toggle, .uk-navbar-toggle:before, .uk-navbar-toggle:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
.uk-navbar-toggle:before {
  bottom: -8px;
}
.uk-navbar-toggle:after {
  bottom: -16px;
}
@media (max-width: 767px) {
  .uk-navbar-toggle {
  }
}

/* ----ナビメニュー ---- */
.uk-offcanvas-bar {
  background: #009cbd;
  color: #fff;
}
.uk-nav-offcanvas ::selection {
     background: none;
}
.uk-nav-offcanvas{
  background: #009cbd;
  border-bottom: 1px solid #80cede;
}
.uk-nav-offcanvas>li:first-child>a ,ul.uk-nav-sub li:first-child a{
  border-top: none;
}
.uk-nav-offcanvas>li {
  border-top: 1px solid #80cede;
}
.uk-nav-offcanvas>li>a {
  color: #fff;
  padding: 15px 25px;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
  border-top: none;
  position: relative;
}
.uk-nav-offcanvas>li span.parent {
  color: #fff;
  padding: 10px 25px;
  display: block;
  background: #0085a2;
}
.uk-nav-offcanvas>li ul li a{
  color: #fff;
  padding: 15px 25px;
  position: relative;
}
.uk-nav-offcanvas>li>a:after,.uk-nav-offcanvas>li ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #fedf32;
}
.uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus,
html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {
    background: none;
    color: #fff;
}

.uk-touch:hover {
    transition: none!important;
}


/* ==========================================================================
フッター
========================================================================== */
footer {
  background: #009cbd;
  color: #fff;
}

 /* --------- フッターナビ --------- */
footer .ft-nav{
  padding: 60px 0;
  text-align: center;
}
footer .ft-nav ul{
  margin-left: -50px;
}
footer .ft-nav ul>li{
  padding-left: 50px;
  box-sizing: border-box;
  display: inline-block;
}
footer .ft-nav ul li a{
  color: #fff;
}
@media (max-width: 959px) {
  footer .ft-nav ul{
    margin-left: -20px;
  }
  footer .ft-nav ul>li{
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  footer .ft-nav ul{
    margin-left: 0px;
    border-top: #80cede 1px solid;
  }
  footer .ft-nav ul>li{
    display: block;
    text-align: left;
    border-bottom: #80cede 1px solid;
    padding: 30px 20px;
    font-size: 16px;
  }
}
 /* copyright --------- */
 footer p{
   margin-bottom: 10px;
 }
 footer .copyright{
   font-size: 12px;
   margin-top: 0;
 }
/* ==========================================================================
トップページ
========================================================================== */

/* mainimg(スライダー)
========================================================================== */
.mainvisual{
  background: #f3f3f3;
  padding-top: 50px;
  overflow: hidden;
  width: 100%;
}
.mainvisual .slick-slide{
  position: relative;
}
.mainvisual .slick-slide img{
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .mainvisual{
    position: absolute;
  }
  .mainvisual .slick-slide{
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .mainvisual .slick-slide{
    max-width: 400px;
  }
}
@media (max-width: 479px) {
  .mainvisual{
    padding-top: 0px;
  }
  .mainvisual .slick-slide{
    max-width: 479px;
  }
}

/* dotnav　------------------  */
.slick-dots{
  position: relative;
  padding-bottom: 20px;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 5px;
    background: #ccc;
    border-radius: 50%;
}
/* prev next　------------------  */
.slick-prev, .slick-next {
    z-index: 99;
    top: 45%;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px;
}
.slick-prev {
    left: 20px;
}
.slick-next {
    right: 45px;
}
.slick-dots li button:hover, .slick-dots li button:focus,.slick-dots li.slick-active button{
    background: #009cbd;
}
.slick-dots li button::before {
  content: none;
}
@media (max-width: 479px) {
  .slick-prev:before, .slick-next:before {
      display: none;
  }
}
/* 文字　------------------  */
.mainvisual .slick-slide .text{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: 0;
  text-align: left;
}
.mainvisual .slick-slide .text p{
  font-size: 16px;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #464646;
}
.mainvisual .slick-slide .text h2{
  font-size: 45px;
  font-weight: 900;
  color: #009cbd;
  padding: 0;
  line-height: 1.5;
  margin: 0;
  text-shadow: 1px 1px 2px #fff,0px 0px 5px #fff,0px 0px 10px #fff;
}
@media (max-width: 1199px) {
  .mainvisual .slick-slide .text h2{
    font-size: 35px;
  }
}
@media (max-width: 959px) {
  .mainvisual .slick-slide .text p{
    font-size: 14px;
    padding: 6px 20px;
  }
  .mainvisual .slick-slide .text h2{
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .mainvisual .slick-slide .text p{
    font-size: 12px;
    padding: 3px 15px;
    margin-bottom: 10px;
  }
  .mainvisual .slick-slide .text h2{
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .mainvisual .slick-slide .text{
    left: 15%;
  }
  .mainvisual .slick-slide .text h2{
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .mainvisual .slick-slide .text{
    left: 20%;
  }
}



/* index共通
========================================================================== */
/* h3見出し ----------------- */
#index h3{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
#index h3:after{
  content: "";
  background: #fedf32;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  margin: 0;
}
@media (max-width: 959px) {
  #index h3{
    font-size: 36px;
  }
  #index h3::after{
    top: 60px;
  }
}
@media (max-width: 767px) {
  #index h3{
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  #index h3{
    font-size: 28px;
  }
}



/* 事業内容　.sec01
========================================================================== */
#index .sec01{
  padding: 100px 0;
  position: relative;
}
#index .sec01 .uk-grid{
}
#index .sec01 .uk-grid .box{
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 15px;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease;
  position: relative;
}
@media (max-width: 959px) {
  #index .sec01{
    margin-top: 60%;
  }
}
@media (max-width: 767px) {
  #index .sec01{
    margin-top: 45%;
  }
  #index .sec01 .uk-grid{
    margin-left: -10px;
  }
  #index .sec01 .uk-grid>*{
    padding-left: 10px;
  }
  #index .sec01 .uk-grid .box{
    padding: 0;
    margin: 4px 0;
  }
}
@media (max-width: 590px) {
  #index .sec01{
    margin-top: 300px;
  }
}
@media (max-width: 479px) {
  #index .sec01{
    margin-top: 280px;
  }
}
@media (max-width: 375px) {
  #index .sec01{
    margin-top: 300px;
  }
}
/* h4 ロゴ ----------------- */
#index .sec01 .uk-grid .box h4{
  line-height: 120px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  #index .sec01 .uk-grid .box h4{
    width: 40%;
    float: left;
    line-height:85px;
    padding: 0 15px 0 10px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 30px;
    margin-bottom:  15px;
  }
}
@media (max-width: 479px) {
  #index .sec01 .uk-grid .box h4{
    width: 50%;
  }
}
/* テキスト ----------------- */
#index .sec01 .uk-grid .box .text{
  text-align: left;
  line-height: 1.3;
}
#index .sec01 .uk-grid a .box .label{
  background: #009cbd;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
}
#index .sec01 .uk-grid a .box p{
  font-size: 11px;
  color: #464646;
}
#index .sec01 .uk-grid a:hover .box{
  background: #f1fcff;
  transition: all 0.5s ease;
}
#index .sec01 a:hover{
  text-decoration: none;
}
#index .sec01 .uk-grid a:hover img{
  opacity: 1;
}
@media (max-width: 767px) {
  #index .sec01 .uk-grid .box .text{
    width: 60%;
    float:right;
    height: 85px;
    margin-top: 30px;
    position: relative;
  }
  #index .sec01 .uk-grid a .box .label{
    font-size: 12px;
    padding: 3px 8px;
    top: 10px;
    left: 10px;
  }
  #index .sec01 .uk-grid a .box p{
    font-size: 13px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    margin: 0;
  }
}
@media (max-width: 479px) {
  #index .sec01 .uk-grid .box .text{
    width: 50%;
  }
  #index .sec01 .uk-grid a .box .label{
    font-size: 11px;
  }
  #index .sec01 .uk-grid a .box p{
    font-size: 12px;
  }
}

/* 採用情報　.sec02
========================================================================== */
#index .sec02{
  padding: 150px 0 50px;
  background: #67bad1;
  position: relative;
  margin-top: -0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #index .sec02{
    padding: 100px 0 30px;
  }
}
/* 斜め背景の設定　----------------- */
#index .sec02:before {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  background: #fff;
  left: -100px;
  top: -170px;
  width: 200%;
  height: 180px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 1;
}
#index .sec02:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  background: #fff;
  left: -100px;
  bottom: -100px;
  width: 200%;
  height: 600px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 959px) {
  #index .sec02:after {
    bottom: -100px;
    width: 200%;
    height: 900px;
  }
}
/* h3　----------------- */
#index .sec02 h3{
  color: #fff;
}
/* 薄いグレーの四角の中　----------------- */
#index .sec02 .recruitCnts{
  width: 95%;
  max-width: 1300px;
  background: #f3f3f3;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media (min-width: 1219px) {
  #index .sec02 .recruitCnts{
    padding: 80px 100px;
  }
}
@media (max-width: 479px) {
  #index .sec02 .recruitCnts{
    padding: 20px;
  }
}
/* リード文 --------- */
#index .sec02 .recruitCnts .lead{
  font-weight: 200;
  font-size: 45px;
  line-height: 1.4;
  color: #009cbd;
  margin-bottom: 50px;
}
@media (max-width: 959px) {
  #index .sec02 .recruitCnts .lead{
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #index .sec02 .recruitCnts .lead{
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  #index .sec02 .recruitCnts .lead{
    font-size: 28px;
    margin-bottom: 20px;
  }
}
/* 2つのボタン --------- */
#index .sec02 .recruitCnts .btn{
  margin-left: -20px;
  margin-top: 50px;
}
#index .sec02 .recruitCnts .btn>li{
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  display: inline-block;
}
#index .sec02 .recruitCnts .btn>li a{
  border: 1px solid #464646;
  padding: 20px 50px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #464646;
  transition: all 0.5s ease;
}
#index .sec02 .recruitCnts .btn>li a:after{
  content: "\f138";
  font-family: FontAwesome;
  vertical-align: middle;
  color: #fedf32;
  margin-left: 5px;
  font-size: 18px;
}
#index .sec02 .recruitCnts .btn>li a:hover{
  text-decoration: none;
  background:#67bad1;
  color: #fff;
}
@media (max-width: 767px) {
  #index .sec02 .recruitCnts .btn{
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  #index .sec02 .recruitCnts .btn{
    margin-left: 0px;
  }
  #index .sec02 .recruitCnts .btn>li{
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
}
/* 右側画像 --------- */
#index .sec02 .recruitCnts .img{
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: 0;
  max-height: 600px;
  z-index: 0;
}
@media (max-width: 959px) {
  #index .sec02 .recruitCnts .img{
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    -webkit- transform: none;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* トップメッセージと会社概要　.sec03
========================================================================== */
#index .sec03{
  padding: 50px 0;
  z-index: 1;
  position: relative;
  background: #fff;
  margin-top: -5px;
}
#index .sec03 .linkCnts{
   width: 95%;
   max-width: 1300px;
}
@media (max-width: 767px) {
  #index .sec03{
    padding: 0 0 20px;
  }
}
#index .sec03 .linkCnts .uk-grid{
   margin-left: 0;
}
#index .sec03 .linkCnts .uk-grid>*{
   padding-left: 0;
}
/* .linkCnts .box --------- */
#index .sec03 .linkCnts .box{
   border-left: 1px solid #ccc;
   position: relative;
}
#index .sec03 .linkCnts .outer:first-child .box{
   border-left: none;
}
@media (max-width: 767px) {
  #index .sec03 .linkCnts .box{
     border-left: none;
     margin: 15px auto;
     max-width: 500px;
  }
}
/* 画像 --------- */
#index .sec03 .linkCnts .box .img{
   overflow: hidden;
}
#index .sec03 .linkCnts .outer:first-child .box .img{
  margin-right: 30px;
}
#index .sec03 .linkCnts .outer:last-child .box .img{
  margin-left: 30px;
}
#index .sec03 .linkCnts .box img{
   transition: all 0.5s ease;
}
#index .sec03 .linkCnts a:hover .box img{
  opacity: 1.0;
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
  -ms-filter: brightness(110%);
  filter: brightness(110%);
}
@media (max-width: 767px) {
  #index .sec03 .linkCnts .box .img{
     margin: 0px!important;
  }
}
/* タイトル --------- */
#index .sec03 .linkCnts .box .text{
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   -webkit- transform: translateY(-50%);
   background: rgba(255,255,255,.85);
   padding:  20px 30px;
   font-size: 20px;
   width: 40%;
   color: #464646;
   margin: 0;
}
#index .sec03 .linkCnts .outer:last-child .box .text{
   left: 30px;
}
#index .sec03 .linkCnts .box .text i{
   color:#fedf32;
   margin-left: 5px;
}
@media (max-width: 959px) {
  #index .sec03 .linkCnts .box .text{
     font-size: 16px;
     padding: 15px;
     width: 50%;
  }
}
@media (max-width: 767px) {
  #index .sec03 .linkCnts .outer:last-child .box .text{
     left: 0px;
  }
}

/* お知らせ　.sec04
========================================================================== */
#index .sec04{
  background: #f3f3f3;
  padding: 150px 0 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #index .sec04{
    padding: 100px 0 30px;
  }
}
/* 斜め背景の設定　----------------- */
#index .sec04:before {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  background: #fff;
  left: -100px;
  top: -170px;
  width: 200%;
  height: 180px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 0;
}
/* ニュース　（newx/index.htmlと共通）----------------- */
.news .newsList{
  border-top: 1px solid #ccc;
}
.news .newsList li{
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.5s ease;
  position: relative;
}

/*
.news .newsList li a {
  position: absolute;
  left: 0;right: 0;
  top: 0; bottom: 0;
}
*/

.news .newsList li:hover{
  background: #f9f9f9;
}
.news .newsList li p{
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 767px) {
  .news .newsList li{
    font-size: 12px;
    padding: 20px 0;
  }
}
/* 日付　------- */
.news .newsList .date{
  width: 11em;
  line-height: 30px;
}
@media (max-width: 767px) {
  .news .newsList .date{
    padding-left: 0;
    width: auto;
  }
}
/* カテゴリ　------- */
.news .newsList .cate{
  color: #fff;
  padding: 5px 0;
  width: 10em;
  text-align: center;
}
/* パブリシティ（緑） */
.news .newsList .cate.cat_publicity {
  background: #8fc131;
}
/* リリース（オレンジ） */
.news .newsList .cate.cat_release {
  background: #ed8222;
}
/* 重要（赤） */
.news .newsList .cate.cat_important {
  background: #c50819;
}
@media (max-width: 767px) {
  .news .newsList .cate{
    width: 8em;
  }
}
/* 内容　------- */
.news .newsList .text{
  width: calc(100% - 21em);
  padding-left: 40px;
}
@media (max-width: 767px) {
  .news .newsList .text{
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}
/* PDFアイコン　------- */
.news .newsList .text img.pdf{
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .news .newsList .text img.pdf{
    height: 18px;
  }
}
/* 一覧へ　------- */
.news .btn{
  text-align: center;
  margin: 40px 0;
}
.news .btn a{
  padding: 5px 50px;
  border: 1px solid #464646;
  display: inline-block;
  color: #464646;
  transition: all 0.5s ease;
}
.news .btn a:hover{
  text-decoration: none;
  background: #009cbd;
  color: #fff;
}

/* ==========================================================================
下層ページ
========================================================================== */

/* 下層共通
========================================================================== */
/* タイトル　----------------- */
.titleArea{
  background:#67bad1;
  text-align: center;
  position: relative;
  height: 160px;
}
.titleArea h2{
  font-size: 36px;
  color: #fff;
  font-weight: 200;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.titleArea:after{
  content: "";
  background: #fedf32;
  width: 120px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  margin: 0;
}

/* パンくず　----------------- */
.breadCrumb{
  padding: 10px 0;
  background: #f3f3f3;
}
.breadCrumb ul{
  margin: 0 20px;
}
.breadCrumb ul>li{
  color:#666;
  font-size: 12px;
}
.breadCrumb ul>li>a{
  color:#666;
}
.breadCrumb ul>li>a i{
  color:#999;
}
.uk-breadcrumb>li:nth-child(n+2):before {
    content: "＞";
    font-family: fontawesome;
}

/* 明朝　----------------- */
.min{
/*   font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Sawarabi Mincho", "游明朝", YuMincho,serif; */
  font-family: "リュウミン R-KL";
}


/* 企業情報 #news
========================================================================== */
#companyindex{
  padding: 20px 0 80px;
}
#companyindex section{
  padding-top: 40px;
}
@media (max-width: 767px) {
  #companyindex{
    padding: 20px 0 50px;
  }
  #companyindex section{
    padding-top: 0px;
  }
}
/* h3（斜め線）　----------------- */
.h3-container{
  max-width: 1170px;
  margin: 100px auto 80px;
  position: relative;
}
h3.deg{
  max-width: 970px;
  color: #1aa1e5;
  font-size: 36px;
  margin: 0 auto;
}
.h3-container:after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: #69bbd2;
  height: 1px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 1200px) {
  .h3-container:after{
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 1000px) {
  h3.deg{
      padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .h3-container{
    margin: 30px auto 50px;
  }
  h3.deg{
      font-size: 22px;
  }
}

/* トップメッッセージ .sec01　----------------- */
/* テキスト　-------- */
#companyindex .sec01 .uk-grid .text{
  background: rgba(0,156,189,.1);
  line-height: 1.8;
  padding: 50px 35px 10px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  margin-top: 30px;
}
#companyindex .sec01 .uk-grid .text p{
  margin-bottom: 40px;
}
#companyindex .sec01 .uk-grid .text p.min span{
  font-size: 160%;
  margin-left: 10px;
}
@media (max-width: 959px) {
  #companyindex .sec01 .uk-grid .text{
    padding: 0;
    background: none;
  }
}
@media (max-width: 479px) {
  #companyindex .sec01 .uk-grid .text p.min span{
    display: block;
    margin: 0;
  }
}
/* 画像　-------- */
#companyindex .sec01 .uk-grid{
  position: relative;
  margin-bottom: 80px;
}
#companyindex .sec01 .uk-grid .img{
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: 50%;
}
@media (max-width: 959px) {
  #companyindex .sec01 .uk-grid .img{
    position: relative;
    width: 100%;
  }
  #companyindex .sec01 .uk-grid .img img{
    width: 100%;
  }
}
@media (max-width: 767px) {
  #companyindex .sec01 .uk-grid{
    margin-bottom: 20px;
  }
}
/* 会社概要 .sec02　----------------- */
/* table-------- */
#companyindex .sec02 table{
  line-height: 1.8;
}
#companyindex .sec02 table th{
  padding: 30px 50px;
  vertical-align: top;
  white-space: nowrap;
}
#companyindex .sec02 table td{
  padding: 30px 0;
}
#companyindex .sec02 table td span.label{
  width: 8em;
  display: inline-block;
}
@media (max-width: 767px) {
  #companyindex .sec02 table th,
  #companyindex .sec02 table td{
    display: list-item;
    list-style: none;
  }
  #companyindex .sec02 table th{
    padding: 15px 20px 0px 20px;
    border-bottom: none;
  }
  #companyindex .sec02 table td{
    padding: 0px 20px 15px 20px;
  }
}
/* googlemap（visible-large）-------- */
#companyindex .sec02 table td{
  position: relative;
}
#companyindex .sec02 table td .map{
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  width: 400px;
  z-index: 100;
}
#companyindex .sec02 table td .map #map_canvas{
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}
/* googlemap（hidden-large）-------- */
@media (min-width: 960px) {
  #companyindex .sec02 table td p.info{
    width: calc(100% - 400px);
    margin-bottom: 0;
  }
}
#companyindex .sec02 table td .mapBtn a{
  display: inline-block;
  border: 1px solid #464646;
  padding: 10px 150px;
  color: #464646;
  margin: 15px 0 0;
  position:relative;
}
#companyindex .sec02 table td .mapBtn a:after{
  content: "\f138";
  font-family: FontAwesome;
  color: #fedf32;
  right: 10px;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
@media (max-width: 479px) {
  #companyindex .sec02 table td .mapBtn a{
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}
/* 株式会社ＺＥホールディングスについて-------- */
#companyindex .sec02 .about-hld{
  max-width: 970px;
  background: #f1f1f1;
  padding: 50px;
  margin: 50px auto 80px;
}
#companyindex .sec02 .about-hld .btn{
  text-align: center;
}
#companyindex .sec02 .about-hld .btn a{
  display: inline-block;
  border: 1px solid #464646;
  padding: 10px 40px;
  text-align: center;
  color: #464646;
  font-size: 16px;
  transition: all 0.5s ease;
}
#companyindex .sec02 .about-hld .btn a:after{
  content: "\f138";
  font-family: FontAwesome;
  vertical-align: middle;
  color: #fedf32;
  margin-left: 5px;
  font-size: 18px;
}
#companyindex .sec02 .about-hld .btn a:hover{
  background: #009cbd;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 959px) {
  #companyindex .sec02 .about-hld{
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #companyindex .sec02 .about-hld .text{
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #companyindex .sec02 .about-hld .text{
    text-align: left;
  }
}
/* 一般事業主行動計画 .sec03　----------------- */
#companyindex .sec03 h3.h3sub {
  max-width: 800px;
  font-size: 24px;
  color: #1aa1e5;
  margin: 30px 0;
}


/* h4　----------------- */
#companyindex .sec03 .h4Cnts{
  max-width: 800px;
  margin: 0 auto 80px;
}
#companyindex .sec03 h4{
  font-size: 18px;
  color: #333;
  margin: 30px 0;
  border-left: 5px solid #1aa1e5;
  padding-left: 7px;
}
@media (max-width: 767px) {
  #companyindex .sec03 h4{
    font-size: 18px;
  }
}
/* h5　----------------- */
#companyindex .sec03 h5{
  display: inline-block;
  border: #464646 1px solid;
  padding: 5px 30px;
}
/* padding-left　----------------- */
#companyindex .sec03 .pd-l{
  padding-left: 30px;
}
@media (max-width: 767px) {
  #company .sec03 .pd-l{
    padding-left: 0px;
  }
}
/* 目標　----------------- */
#companyindex .sec03 .targetTitle{
  height: 80px;
  position: relative;
}
#companyindex .sec03 .targetTitle span{
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#companyindex .sec03 .targetTitle:before{
  background: #f1f1f1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 23px 0;
  font-size: 14px;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  left: 0px;
}
#companyindex .sec03 .targetTitle.target01:before{
  content: "目標1";
}
#companyindex .sec03 .targetTitle.target02:before{
  content: "目標2";
}
#companyindex .sec03 .targetCnts{
  padding-left: 80px;
}
#companyindex .sec03 ul.uk-list>li:before{
  content: "・";
  color: #46afe8;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #companyindex .sec03 .targetCnts{
    padding-left: 0px;
  }
}


/* お知らせ　#news
========================================================================== */
#news .news{
  padding: 80px 0;
}
/* pagination　----------------- */
#news .pagination{
  margin: 50px 0;
  text-align: center;
}
#news .uk-pagination>li>a,#news .uk-pagination>li>span{
  border-radius: 0;
  text-shadow: none;
  background: #e8f5fc;
  border: 1px solid #009cbd;
}
#news .uk-pagination>li>span{
  background: #fff;
  border: 1px solid #999999;
  color: #464646;
}
#news .uk-pagination .prev a,
#news .uk-pagination .next a{
  border: none;
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 16px;
  text-decoration: underline;
}
#news .uk-pagination .prev a i,
#news .uk-pagination .next a i{
  color :#1aa1e5;
  font-size: 16px;
  margin: 0 5px;
}


/* ヘッダー検索エリア
 ========================================================================== */

#search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
/*   background: #e5e5e5; */
  font-size: 12px;
}

#search-box:hover {
  color: white;
  background: #c8c8c8;
}

#search-box:hover + label .search-icon {
  color: white;
}

#search-box:focus {
  width: 300px;
  background: #e5e5e5;
  cursor: text;
  padding-left: 15px;
  padding-right: 10px;
  color: black;
}

#search-box:focus + label .search-icon {
  color: black;
}

#search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
}

.search-icon {
  position: relative;
  left: -23px;
  color: #464646;
  cursor: pointer;
}


/* 検索結果
========================================================================== */
#resultsBox {
  padding: 50px 0px 20px 0px;
  font-size: 20px;
}


#search-results {
  margin-bottom: 50px;
}
#search-results .resultsList{
  border-top: 1px solid #ccc;
}
#search-results .resultsList li {
  padding: 35px 0;
  border-bottom: 1px solid #ccc;
  transition: all 0.5s ease;
  position: relative;
}

#search-results .resultsList li:hover{
  background: #f9f9f9;
}
#search-results .resultsList li p{
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 767px) {
  #search-results .resultsList li{
    font-size: 12px;
    padding: 20px 0;
  }
}
/* 日付　------- */
#search-results .resultsList .date{
  width: 11em;
  line-height: 30px;
}
@media (max-width: 767px) {
  #search-results .resultsList .date{
    padding-left: 0;
    width: auto;
  }
}
/* カテゴリ　------- */
#search-results .resultsList .cate{
  color: #fff;
  padding: 5px 0;
  width: 10em;
  text-align: center;
}
/* パブリシティ（緑） */
#search-results .resultsList .cate.cat_publicity {
  background: #8fc131;
}
/* リリース（オレンジ） */
#search-results .resultsList .cate.cat_release {
  background: #ed8222;
}
/* 重要（赤） */
#search-results .resultsList .cate.cat_important {
  background: #c50819;
}
@media (max-width: 767px) {
  #search-results .resultsList.cate{
    width: 8em;
  }
}
/* 内容　------- */
#search-results .resultsList .text{
  width: calc(100% - 21em);
  padding-left: 40px;
}
@media (max-width: 767px) {
  #search-results .resultsList .text{
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}
/* PDFアイコン　------- */
#search-results .resultsList .text img.pdf{
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  margin-left: 7px;
}
@media (max-width: 767px) {
  #search-results .resultsList .text img.pdf{
    height: 18px;
  }
}


/* 個人情報保護方針
========================================================================== */
#privacy,#information-security {
  padding: 80px 0px;
  line-height: 1.6;
}
#privacy .inner,#information-security .inner {
  margin-bottom: 50px;
}
#privacy .inner ol,#information-security .inner ul {
  margin-top: 33px;
}
#privacy .inner ol li,#information-security .inner ul li {
  margin-bottom: 15px;
}

#privacy .algn-R,#information-security .algn-R {
  text-align: right;
}
#privacy .inner h3,#information-security .inner h3  {
  font-weight: bold;
}



/* 個人情報の取扱いについて
========================================================================== */
#statement {
  padding: 80px 0px;
  line-height: 1.6;
}
#statement .inner {
  margin-bottom: 50px;
}

#statement .tbStyle01 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#statement .inner h3 {
  font-weight: bold;
}
#statement .tbStyle01 th,
#statement .tbStyle01 td {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#statement .inner ol {
  margin-top: 33px;
}
#statement .inner ol.roman {
  margin-top: 33px;
  list-style-type: upper-roman;
}
#statement .inner ol li {
  margin-bottom: 15px;
}
#statement .noMark {
  list-style: none;
}
#statement .algn-R {
  text-align: right;
}


/* 法定公告
========================================================================== */
#notification {
  padding: 80px 0px;
  line-height: 1.6;
}
#notification .koukokuList {
  margin-bottom: 35px;
  padding-left: 0px;
}
#notification .koukokuList li {
  list-style: none;
  margin-bottom: 25px;
}


/* お問い合わせ
========================================================================== */
#contactindex {
  padding: 80px 0px;
}

#contactindex .inner {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #contactindex .inner {
    margin-bottom: 30px;
  }
}
#contactindex .formLinkBtn {
  text-align: center;
  margin-bottom: 15px;
}
#contactindex h3.uk-panel-title {
  color: #009cbd;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0px 20px 0px;
}
#contactindex h4 {
  font-size: 14px;
  font-weight: bold;  
}
#contactindex dl {
  width: 90%;
  margin: 0 auto;
}
#contactindex dl dt {
  border-left: 5px solid #009cbd;
  padding-left: 7px;
  margin-bottom: 7px;
}
#contactindex dl dd {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #contactindex .uk-panel {
    margin-bottom: 20px;
  }
}


/* ページ送り
========================================================================== */
#pageNavi {overflow:hidden; height:25px; width:100%; margin:0 auto 36px auto;text-align:center;}
#pageNavi span,.pagenav a {font-size:11px;}
#pageNavi a {padding:4px 8px; background:#efefef; text-decoration:none; color:#333;}/*通常のリンク*/
#pageNavi a:hover {background:#999; color:#FFF;}
#pageNavi .current_page {padding:4px 8px; background:#1e7bbe; color:#FFF;}/*現在のページ*/
#pageNavi .link_before,.pagenav .link_next {padding:5px 8px;}/*次の○○ 前の○○*/