@charset "utf-8";

/* |||||||||||||||||||||||||||||||||||||||  コンテンツ  |||||||||||||||||||||||||||||||||||||||||||*/


.ksgl-content-wrapper {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  background:#333;
}

.ksgl-content-wrapper .ksgl-section {
  display:block;
  margin: 0;
  padding: 0;
}
.ksgl-content-wrapper .ksgl-section .ksgl-section_inner {
  display:table;
  width:100%;
  height:450px;
  overflow:hidden;
}
.ksgl-content-wrapper .ksgl-section .ksgl-section_inner_text {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  overflow:hidden;
  color:#FFF;
  padding:0 8%;
}

/*
.ksgl-content-wrapper .ksgl-section.concept    {
  width:100%;
  padding-top:100px;
  padding-bottom:80px;
  background:url("/top/img/contentbg/top_concept_bg.jpg?20180423") center top no-repeat #000;
  overflow:hidden;
  background-size:cover;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
*/
.ksgl-content-wrapper .ksgl-section.concept {
  position: relative;
  width:100%;
  padding-top:100px;
  padding-bottom:80px;
  overflow:hidden;
 }
.ksgl-content-wrapper .ksgl-section.facilities {
  position: relative;
  overflow:hidden;
  width:50%;
}

.ksgl-content-wrapper .ksgl-section.company {
  position: relative;
  overflow:hidden;
  width:50%;
}
.ksgl-content-wrapper .ksgl-section.recruit {
  position: relative;
  overflow:hidden;
  width:100%;
}

.ksgl-content-wrapper .ksgl-section.concept:after,
.ksgl-content-wrapper .ksgl-section.facilities:after,
.ksgl-content-wrapper .ksgl-section.company:after,
.ksgl-content-wrapper .ksgl-section.recruit:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.ksgl-content-wrapper .ksgl-section.concept:after {
  background:url("/top/img/contentbg/top_concept_bg.jpg?20180423") center top no-repeat #000;
  background-size: cover;
}
.ksgl-content-wrapper .ksgl-section.facilities:after {
  background:url("/top/img/contentbg/top_facilities_bg.jpg?20180423") center top no-repeat #000;
  background-size: cover;
}
.ksgl-content-wrapper .ksgl-section.company:after {
  background:url("/top/img/contentbg/top_company_bg.jpg?20180423") center top no-repeat #000;
  background-size: cover;
}
.ksgl-content-wrapper .ksgl-section.recruit:after {
  background:url("/top/img/contentbg/top_recruit_bg.jpg?20180423") center top no-repeat #000;
  background-size: cover;
}

.ksgl-content-wrapper .ksgl-section.concept:hover:after,
.ksgl-content-wrapper .ksgl-section.facilities:hover:after,
.ksgl-content-wrapper .ksgl-section.company:hover:after,
.ksgl-content-wrapper .ksgl-section.recruit:hover:after {
  opacity: .8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ksgl-section_inner_text {
  z-index: 1;
  position: relative;
}


.ksgl-content-wrapper .ksgl-section h2{
  margin:0 auto 0.8em;
  font-size:1.8em;
  text-shadow: 0px 0px 5px #000, 0px 0px 15px #000;
}
.ksgl-content-wrapper .ksgl-section.concept h2 strong{
 
}

.ksgl-content-wrapper .ksgl-section p{
  font-size:1.15em;
  line-height:1.8em;
  padding-bottom:1em;
  text-shadow: 0px 0px 5px #000, 0px 0px 15px #000;
}


/* business */
.business .flexlist_item_title {
  position:absolute;
  font-weight:bold;
  font-size:1.15em;
  margin:-40px  0 5px;
  padding:0 15px 0;
  color:#FFF;
}
.business .flexlist_item_excerpt{
  padding:0 15px 12px;
}
.business .flexlist_item_image{
  margin:0;
  padding:0 0 0px;
}
.business .flexlist_item_image img{
  width:100%;
  height:200px;
  margin:0;
}



/* |||||||||||||||||||||||||||||||||||||||  メインビジュアル下　ニュース  |||||||||||||||||||||||||||||||||||||||||||*/

/* news */
.news{
  position: relative;
  width: 100%;
  height: 50px;
  background: #f1f0ed; 
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  overflow: hidden;
}


.news_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}

.news_title a {
  display: block;
  width: 115px;
  height: 50px;
  background: #FFF;
  color: #000;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #E1E1E1;
  font-size:0.95em;
}

.news_title a:hover {
  background: #1988cf;
  color:#FFF;
}

.news_list {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  margin: 0 0 0 115px;
}

.news_item {
  position: absolute;
  top: -999em;
  left: 0;
  overflow: hidden;
  padding: 0 15px;
  white-space: nowrap;
  line-height: 50px;
}
.news_item .news_date{
  font-size:0.8em;
  color:#777;
}
.news_item a {
  /*color: #fff;*/
}



@media screen and (min-width: 1600px) {

  .ksgl-content-wrapper .ksgl-section.concept:after {
    background:url("/top/img/contentbg/top_concept_bg_x2.jpg?20180423") center top no-repeat #000;
    background-size:cover;
  }
  .ksgl-content-wrapper .ksgl-section.recruit:after {
    background:url("/top/img/contentbg/top_recruit_bg_x2.jpg?20180423") center top no-repeat #000;
    background-size:cover;
  }

}



@media screen and (max-width: 1080px) {

  .ksgl-content-wrapper .ksgl-section.concept:after {
    background:url("/top/img/contentbg/top_concept_bg_md.jpg?20180423") center top no-repeat #000;
    background-size:cover;
  }
  .ksgl-content-wrapper .ksgl-section.recruit:after {
    background:url("/top/img/contentbg/top_recruit_bg_md.jpg?20180423") center top no-repeat #000;
    background-size:100% auto;
  }

  .ksgl-content-wrapper .ksgl-section.facilities {
    width:100%;
  }

  .ksgl-content-wrapper .ksgl-section.company {
    width:100%;
  }

  @media (-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(min-resolution: 2dppx),(min-resolution: 192dpi) {
    .ksgl-content-wrapper .ksgl-section.concept:after {
      background:url("/top/img/contentbg/top_concept_bg_md_x2.jpg?20180423") center top no-repeat #000;
      background-size:cover;
    }
    .ksgl-content-wrapper .ksgl-section.recruit:after {
      background:url("/top/img/contentbg/top_recruit_bg_md_x2.jpg?20180423") center top no-repeat #000;
      background-size:100% auto;
    }
    .ksgl-content-wrapper .ksgl-section.facilities:after {
      background:url("/top/img/contentbg/top_facilities_bg_x2.jpg?20180423?") center top no-repeat #000;
       background-size: cover;
    }
    .ksgl-content-wrapper .ksgl-section.company:after {
      background:url("/top/img/contentbg/top_company_bg_x2.jpg?20180423") center top no-repeat #000;
      background-size: cover;
    }
  }

}
/**
 * ===============================================
 * MediaQuery : Small
 * ===============================================
 */
@media screen and (max-width: 767px) {
  .ksgl-section_inner {
  }
  .ksgl-content-wrapper .ksgl-section .ksgl-section_inner_text {
    padding:0 4%;
  }

  .ksgl-content-wrapper .ksgl-section.recruit:after {
    background:url("/top/img/contentbg/top_recruit_bg_md.jpg?20180423") center top no-repeat #000;
    background-size:auto 100%;
  }
  
  .ksgl-content-wrapper .ksgl-section p{
    width:100%;
    margin:0 auto;
  }
  
}


/**
 * ===============================================
 * MediaQuery : Small
 * ===============================================
 */
@media screen and (max-width: 640px) {
  .ksgl-content-wrapper .ksgl-section .ksgl-section_inner_text {
    padding:0 15px;
  }


  .ksgl-content-wrapper .ksgl-section h2{
    font-size:1.3em;
  }
  .ksgl-content-wrapper .ksgl-section p{
    font-size:1.1em;
    line-height:1.6em;
    text-align:left;
  }

}

/**
 * ===============================================
 * MediaQuery : Extra Small
 * ===============================================
 */
@media screen and (max-width: 480px) {

  .ksgl-content-wrapper .ksgl-section p{
  }
  .ksgl-content-wrapper .ksgl-section .ksgl-section_inner {
    height:350px;
  }

  .ksgl-content-wrapper .ksgl-section.concept:after {
    background:url("/top/img/contentbg/top_concept_bg_sp.jpg?20180423") center top no-repeat #000;
    background-size:cover;
  }
  .ksgl-content-wrapper .ksgl-section.recruit:after {
    background:url("/top/img/contentbg/top_recruit_bg_sp.jpg?20180423") center center no-repeat #000;
    background-size:cover;
  }
  .ksgl-content-wrapper .ksgl-section.facilities:after {
    background:url("/top/img/contentbg/top_facilities_bg_sp.jpg?20180423") center top no-repeat;
    background-size:cover;
  }

  .ksgl-content-wrapper .ksgl-section.company:after {
    background:url("/top/img/contentbg/top_company_bg_sp.jpg?20180423") center center no-repeat;
    background-size:cover;
  }


}
