﻿@charset "UTF-8";
body{
/*  background: url(../img/bg.jpg) no-repeat left top;*/
    background-size: 140% auto;
}

.logo {
    max-width: 180px;
    margin-left: 80px;
}
header{
  margin: 20px auto;
}

#page-top {
  display: block;
  z-index: 999;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 8px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

#page-top .sp {
  display: block;
}

#page-top .pc {
  display: none;
}


#wide{
  margin-top: 20px;
}

.close_btn {
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
}

.close_btn img {
  width: 18px;
  height: auto;
}

.insert {
  font-size: 1.3rem;
  line-height: 2rem;
  width: 80%;
}

.spnav {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: 1000;
  height: 100vh;
  width: 300px;
  padding-top: 30px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.scrolls {
  height: 90vh;
  overflow: scroll;
}

.spnav__link--a {
  font-size: 1.4rem;
  padding: 5%;
}

.doors {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doors__list {
  width: 50%;
  font-size: 1.4rem;
}

.doors__list--txt{
  position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.news_tit {
  padding: 10px;
}

.news__eng {
  font-size: 1.8rem;
}

.news_scroll{
  margin-bottom: 50px;
  height: 250px;
}



.line__news--list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.line__news--time,
.line__news--txt {
  width: 100%
}

.siteinbox {
  display: block;
}

@media screen and (max-width: 375px){
  .sp_serve {
  display: block;
}
}



.serve_areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
  background: url(../img/eight_line.svg) no-repeat center 10px;
}

.serve_areas--list {
  width: 100px;
  height: 100px;
  margin: 0 1% 2%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8rem;
}

@media screen and (max-width: 320px){
  .serve_areas--list {
  width: 90px;
  height: 90px;
  margin: 0 1% 2%;
}
}

.serve_areas--list:nth-child(2),
.serve_areas--list:nth-child(5),
.serve_areas--list:nth-child(7) {
  margin-top: -40px;
}

.serve_areas--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background: #0074AA;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.serve_areas--a:hover{
  opacity: 1;
}

.serve_areas--list:not(:nth-child(5)) .serve_areas--a{
  background: #80BDB0;
}

.sitelist {
  display: none;
}

.sitelist__tit {
  text-align: center;
  margin: 0 0 5px;
}

.sitelist__mintit {
  text-align: center;
  margin-bottom: 20px;
}

.chip img {
  width: 70px;
}

.catalogs {
  width: 100%;
}

.chip--txt {
  padding-left: 20%;
}

.sitelist__block--list {
  width: 50%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footlogo {
  max-width: 150px;
  margin: 0 auto 30px;
}

.footlink {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footlink__link {
  width: 48%;
}

.footlink__link--sub {
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
}

.footlink__link--min {
  font-size: 1.4rem;
  line-height: 2rem;
}

.copyright {
  font-size: 1.2rem;
  margin-top: 30px;
  color: #999;
}

footer{
  margin: 50px auto;
}

/*under*/

.maintit {
  background: #fff;
  margin-bottom: 0;
}

.maintit__area {
  height: 100px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.comnapy_bg {
  background: url(../img/comnapy_bg.jpg) no-repeat 25% center;
  background-size: auto 100%;
}

.contact_bg {
  background: url(../img/contact_bg.jpg) no-repeat 25% center;
  background-size: auto 100%;
}

.news_bg {
  background: url(../img/news_bg.jpg) no-repeat 25% center;
  background-size: auto 100%;
}

.csr_bg {
  background: url(../img/csr_bg.jpg) no-repeat 25% center;
  background-size: auto 100%;
}

.message_bg {
  background: url(../img/message_bg.jpg) no-repeat 25% center;
  background-size: auto 100%;
}

.access_bg {
  background: url(../img/access_bg.jpg) no-repeat 25% center;
  background-size: auto 100%;
}

.recruit_bg {
  background: url(../img/recruit_bg.jpg) no-repeat 25% center;
  background-size: auto 100%;
}

.pankuzu {
  background: #f5f5f5;
  padding: 10px 5%;
}

.sub_mtit {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 0 auto 30px;
  background: url(../img/sub_lines.svg) no-repeat center bottom;
  background-size: 121px 3px;
  padding-bottom: 15px;

}

/*company*/
.company_pro {
  padding: 0 5%;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.company_pro--act {
  max-width: 400px;
  width: 100%;
}

.company_pro--info {
  width: 100%;
}

.comp__act--btn {
  width: 100%;
}

.permission__box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.permission__area {
  width: 100%;
}

.organizations__area {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 5%;
}

.organizations__area--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.organizations__area--img {
  width: 100%;
  margin: 0 0 5%;
}

.organizations__area--list dl {
  width: 100%;
}

.permission__area {
  margin-bottom: 20px;
}

.permission__area--year {
  width: 30%;
}

.permission__area--info {
  width: 65%;
}

.base_area {
  padding: 0 5%;
}

.history--name {
  font-weight: bold;
  width: 36%;
  margin-right: 5%;
}

.hist_img {
  display: block;
}

.history--ded {
  width: 75%;
}

.hist_img--list {
  width: 100%;
  margin-bottom: 25px;
}

.hist_img--img {
  margin-bottom: 10px;
}


/*contact*/

.contact_barea--map {
  display: block;
}

.contact_barea--list {
  width: 100%;
}

.contact_barea--list:first-child {
  margin-bottom: 20px;
}

.contact_barea--a {
  padding: 10% 5%;
}

.knows__area {
  width: 90%;
}

.knows__ideal {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.add__maps {
  display: block;
}

.add__maps--list:nth-child(2) {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 20px 0;
}

.add__maps--list {
  width: 100%;
}

/*csr*/
.com_names {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.ideal {
  padding: 8% 5%;
  font-size: 1.6rem;
  line-height: 3rem;
}

.solor__txt--blue {
  font-size: 1.8rem;
  line-height: 3rem;
}

.solor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

.solor__txt {
  width: 100%;
}

.solor__img {
  width: 100%;
}

.solor__spec--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/dod.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.solor__spec--app {
  font-weight: bold;
  width: 40%;
  margin-right: 5%;
}

.solor__spec--info {
  width: 55%;
}

.commenda--img {
  max-width: 720px;
  width: 100%
}

.commenda__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.commenda--intro {
  top: inherit;
  left: inherit;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 40px;
}

.commenda--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.commenda--item__list {
  width: 40%;
}

.paper {
  margin: 0px auto 30px;
}

.zoo-bach {
  max-width: 390px;
  margin: 30px auto;
}


.mnetwork {
  margin: 50px auto;
  display: block;
}

.mnetwork--info {
  width: 100%;
  margin-bottom: 30px;
}

.mnetwork--logo {
  max-width: 100%;
}




.birdlife {
  margin: 50px auto;
  display: block;
}

.birdlife--info {
  width: 100%;
  margin-bottom: 30px;
}

.birdlife--logo {
  max-width: 100%;
}

.gpn_marks {
  margin: 30px auto;
  padding: 10%;
}

.gpn_marks--list {
  display: block;
  margin-bottom: 25px;
}

.gpn_marks--list:last-child {
  margin-bottom: 0;
}

.gpn_marks--img {
  max-width: 100%;
  width: 100%;
  margin: 0 0 5%;
}

.gpn_marks--spec {
  width: 100%;
}

.gpn_marks--app {
  font-weight: bold;
  margin-bottom: 10px;
}

.funto {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  margin-bottom: 40px;
}

.funto--img {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.funto--txt {
  width: 100%;
  margin-bottom: 30px;
}

.security {
  background: #f3f6fa;
  padding: 50px 5%;
  margin: 50px auto;
}

.pv_info {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

.pv_info--img {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}

.pv_info--sp {
  width: 100%;
  font-size: 1.5rem;
}

/*message*/

.message__area {
  display: block;
  margin-bottom: 0px;
}

.message__area--photo {
  width: 100%;
  margin-bottom: 20px;
}

.message__messa {
  width: 100%;
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.message__messa img {
  max-width: 250px;
  height: auto;
}

.signs {
  text-align: right;
}

.message_reverse .mb_txt {
  width: 100%;
  margin-bottom: 30px;
}

.pre_hisoty {
  padding: 60px 5%;
}

.pre_hisoty--area {
  display: block;
}

.pre_hisoty--photo {
  width: 100%;
  margin-bottom: 30px;
}

.pre_hisoty--hist {
  width: 100%;
}

.pre_hisoty--year {
  width: 120px;
}

/*access*/
.officeare{
  display: block;
}

.office_builldeing--area{
  width: 100%;
  margin-bottom: 30px;
}

.officeare__info{
  width: 100%;
}

.icon_pin{
  font-size: 2rem;
}

.icon_pin span{
  background-size: 24px 24px;
  padding-left: 30px;
}

.min_office{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.min_office--list{
  width: 48%;
  margin: 0 4% 4% 0;
}

.min_office--list:nth-child(2n){
  margin-right: 0;
}

.logisticsarea{
  display: block;
}

.logistics--maps{
  width: 100%;
  margin-bottom: 30px;
}

.logistics--img{
  width: 100%;
  width: 100%;
}
/*seavice*/

.servece__area--list{
  width: 100%;
}

.sitelist_area--list h3{
  font-size: 1.7rem;
}

.product--names h3{
  font-size: 1.6rem;
}
.product{
  display: block;
}
.product--list{
  width: 100%;
  margin: 0 0 4%;
  padding: 6% 10%;
}

.product__listv {
  width: 100%;
  margin: 10% 0 0;
}

.product__listv--list {
  padding: 6% 10%;
}

.product__listv:nth-child(2n) {
  margin-right: 0;
}


.ser_capt--none{
  position: relative;
    margin-top: 300px;
    padding: 5%;
  opacity: 1;
    max-height: 9999px;
    overflow: visible;
    -webkit-transition: .3s;
    transition: .3s;
}

.bg_trade,.bg_purchase,.bg_sales,.bg_system,.bg_logistics,.bg_callcenter{
  background-size: 100% auto;
}

.ser_capt{
  top:0;
  bottom: inherit;
}

.bg_trade:hover .ser_capt--none,
.bg_purchase:hover .ser_capt--none,
.bg_sales:hover .ser_capt--none,
.bg_system:hover .ser_capt--none,
.bg_logistics:hover .ser_capt--none,
.bg_callcenter:hover .ser_capt--none{
   position: relative;
    margin-top: 300px;
    padding: 5%;
  opacity: 1;
    max-height: 9999px;
    overflow: visible;
    -webkit-transition: .3s;
    transition: .3s;
  background: #fff;
  color: #000;
  height: auto;
}



/* recruit */
#interview li {
  width: 100%;
}
.rec-list3 {
  width: 100%;
  padding: 1%;
  margin: 4% 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

#voices dl {
  width: 100%;
  margin: 2%;
  padding: 2%;
}

#recruiting ul {
  margin: 0 auto;
  display: block;
}

#recruiting li {
  width: 96%;
  margin: 2%;
  padding: 2%;
  background: #fff url(https://kilat.co.jp/wp/wp-content/themes/onestep/common/img/img_bg_recruiting.gif) no-repeat;
}


/* organization_chart */

.chart_img{
  display:block; margin:0px auto;
  width: 96%;
	}


