﻿@charset "UTF-8";
/* common */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
/*  background: url(../img/bg.jpg) no-repeat center top;*/
  background-size: 100% auto;
}

#page-top {
  position: fixed;
  bottom: 110px;
  right: 20px;
}

#page-top {
  display: block;
  z-index: 999;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

#page-top:hover {
  text-decoration: none;
  opacity: 0.7;
}

#page-top .pc{
  max-width: 50px;
}

#page-top .pc img{
  width: 88%;
  height: auto;
}
#page-top .sp{display: none;}

.spnav {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -430px;
  z-index: 1000;
  height: 100vh;
  width: 430px;
  padding-top: 100px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.open .spnav {
  opacity: 1;
  left: 0%;
}

a,
a img {
  color: #222;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover,
a:hover img {
  opacity: .6;
  text-decoration: none;
}

li {
  list-style: none;
}

.imgmax {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}

/* head */

header {
  max-width: 1180px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  max-width: 250px;
}

.top_links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_links--list {
  margin-left: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
  border-left: 1px solid #000;
  line-height: 1.4rem;
}

.top_links--a--last {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #999 inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 15px 15px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  min-width: 150px;
}

.top_links--list:first-child,
.list__last {
  border: none;
}


nav {
  background: #004797;
}

.gnav {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav__list {
  border-right: 1px solid #555;
  text-align: center;
  width: 14%;
}

.gnav__list:first-child {
  border-left: 1px solid #555;
}

.gnav__list:first-child,
.gnav__list:nth-child(5),
.gnav__list:last-child {
  width: 14%;
}

.gnav__list:nth-child(6),
 {
  width: 16%;
}

.gnav__list--a {
  color: #fff;
  padding: 15px 0;
  display: block;
}

.inbox,
.inmenu {
  width: 100%;
  overflow: auto
}

.scrolls {
  padding-bottom: 100px;
}

#nav-toggle {
  height: 30px;
  width: 42px;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.c-header__name {
  font-size: 1rem;
  color: #333;
  margin-top: 0px;
  line-height: 1.2rem;
  text-align: center;
}

.nav-toggle__line {
  position: relative;
  width: 30px;
  letter-spacing: 1.3px;
  padding-top: 20px;
  margin: 0 auto;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top .2s ease, -webkit-transform .3s ease-in-out;
  -webkit-transition: top .2s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .2s ease;
  transition: transform .3s ease-in-out, top .2s ease, -webkit-transform .3s ease-in-out;
}

.nav-toggle__line--f {
  top: 0;
}

.nav-toggle__line--s {
  top: 7px;
}

.nav-toggle__line--t {
  top: 14px;
}

.sw_nav {
  left: 50%;
  width: 210px;
  margin-left: -105px;
}

.sw_nav--baloon {
  right: 0%;
  width: 300px;
}

.sw_nav,
.sw_nav--baloon {
  top: 140%;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cate_nav {
  top: 100%;
  left: 0;
  width: 100vw;
  padding: 20px 5%;
}

.sw_nav,
.sw_nav--baloon,
.cate_nav {
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.sw_nav,
.cate_nav {
  overflow: hidden;
  max-height: 0;
}

.cate_nav--area {
  max-width: 1120px;
  margin: 0 auto;
  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;
}

.cate_nav--area__list {
  width: 25%;
  padding: 15px 10px;
}

.g-nav__area--list:hover .cate_nav {
  background: #fff;
}

.g-nav__area--list:hover .cate_nav,
.c-header__act--list:hover .sw_nav {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 100;
  overflow: visible;
  max-height: 9999px;
}

.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 100;
}


/* mv */
#wide {
  margin-top: 40px;
}

#wide,
.fs-pt-carousel {
  margin-bottom: 60px;
}

.fs-c-slick .slick-arrow {
  display: none !important;
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  content: normal !important;
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-slide a img {
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

.sp-slide a:hover img {
  opacity: .5 !important;
}

.sp-arrow {
  background: #000;
  width: 59px !important;
  height: 59px !important;
}

.sp-button {
  border: none !important;
  background: #ccc !important;
  width: 10px !important;
  height: 10px !important;
}

.sp-previous-arrow {
  background: url(../img/prev.png) no-repeat center center;
  left: -20px !important;
  right: auto;
}

.sp-next-arrow {
  background: url(../img/prev.png) no-repeat center center;
  right: -20px !important;
  left: auto;
}

@media screen and (max-width: 1220px) {
  .sp-previous-arrow {
    left: 0px !important;
    right: auto;
  }

  .sp-next-arrow {
    right: 0px !important;
    left: auto;
  }
}

.sp-selected-button {
  background: #000 !important;
}

.fs-c-slick .slick-dots li {
  height: 13px;
  width: 13px;
  margin: 0 6px;
}

.fs-c-slick .slick-dots li button {
  height: 13px;
  width: 13px;
}

.fs-c-slick .slick-dots li button:before {
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  color: #ccc;
  opacity: 1;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #4c712e;
  opacity: 1;
}

main a {
  text-decoration: underline;
  color: #006699;
}

/*main*/

.doors,
.news_block {
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_block {
  margin: 0 auto 40px;
}

.doors {
  margin: 0 auto 60px;
}

.doors__list {
  width: 24.6%;
  position: relative;
}

.doors__list--a{
  color: #000;
}

.doors__list--txt {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  border-top: 9px solid #434141;
  background: rgba(255, 255, 255, .8);
  width: 80%;
  padding: 20px 5%;
  font-weight: bold;
}

.news__eng {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
}

.topic__block {
  width: 49.4%;
}

.look_list {
  margin-left: auto;
}

.look_list--a {
  color: #fff;
}

.news_tit {
  background: #004797;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.news__eng--mini {
  margin-left: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
}

.news_scroll{
  height: 200px;/*250px*/
  overflow: auto;
}

.news_scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.news_scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.news_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #676767;
}

.line__news--list {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.line__news--time {
  font-weight: bold;
  width: 120px;
}

.line__news--txt {
  width: 75%;
}

.byuarea {
  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;
  text-align: center;
}

.sp_serve{
  display: none;
}

.sitelist {
  background: #f7f7f7;
  padding: 60px 5%;
}

.siteinbox {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sitelist__tit {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: bold;
  font-size: 4.2rem;
  color: #004797;
  margin-right: 30px;
}

.sitelist__mintit {
  font-weight: bold;
  font-size: 1.8rem;
}

.catalogs {
  margin-left: auto;
  position: relative;
  width: 426px;
}

.catalogs--a {
  background: #7abbb1;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  display: block;
  text-align: center;
}

.chip {
  position: absolute;
  left: 5%;
  bottom: -6px;
}

.chip--txt {
  padding-left: 30%;
}

.icon_delta {
  background: url(../img/delta.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 16px;
}

.sitelist__bg {
  background: #fff;
  padding: 2% 2% 0%;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 8px;
}

.sitelist__block {
  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;
}

.sitelist__block--list {
  width: 25%;
  margin: 0 0% 4% 0;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: 1px dotted #ccc;
  padding: 0 1% 20px;
}

.sitelist__block--list:nth-child(4n) {
  margin-right: 0;
}

.sitelist__logo {
  text-align: center;
  margin-bottom: 15px;
}

.logomax {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}

footer {
  max-width: 1180px;
  margin: 80px auto 60px;
}

.footlogo {
  max-width: 220px;
  margin-bottom: 30px;
}

.footlink {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footlink__link {
  width: 19.6%;
  /*width: 18.6%;*/

}

.footlink__link--sub {
  font-weight: bold;
  margin-bottom: 10px;
}

.footlink__link--min {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0 0 5px 10px;
}

.un_banner {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}

.un_banner--area {
  max-width: 1180px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.un_banner__list {
  width: 13.8%;
}

.pvarea {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
}

.pv_mark {
  margin-right: 20px;
}

.copyright {
  max-width: 1180px;
  margin: 0 auto;
  text-align: right;
}

/*under*/

.maintit {
  background: #fff;
  margin-bottom: 20px;
}

.maintit__area {
  max-width: 1180px;
  margin: 0 auto;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.5rem;
}

.comnapy_bg {
  background: url(../img/comnapy_bg.jpg) no-repeat center center;
}

.contact_bg {
  background: url(../img/contact_bg.jpg) no-repeat center center;
}

.news_bg {
  background: url(../img/news_bg.jpg) no-repeat center center;
}

.csr_bg {
  background: url(../img/csr_bg.jpg) no-repeat center center;
}

.message_bg {
  background: url(../img/message_bg.jpg) no-repeat center center;
}

.access_bg {
  background: url(../img/access_bg.jpg) no-repeat center center;
}

.recruit_bg {
  background: url(../img/recruit_bg.jpg) no-repeat center center;
}



.pankuzu {
  max-width: 1180px;
  margin: 0 auto 50px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.sub_mtit {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.5rem;
  margin: 0 auto 40px;
  background: url(../img/sub_lines.svg) no-repeat center bottom;
  background-size: 121px 5px;
  padding-bottom: 20px;

}

.imgmax {
  display: block;
  width: 100%;
  height: auto;
}

/*company*/
.company_pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto 60px;
}

.company_pro--act {
  max-width: 500px;
  width: 45%;
}

.company_pro--info {
  width: 50%;
}

.company_pro--img {
  margin-bottom: 30px;
}

.comp__act--btn {
  text-align: center;
  width: 60%;
  margin: 0 auto 20px;
}

.company_pro--catalog,
.company_pro--access {
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

.company_pro--catalog {
  background: #004797;
}

.company_pro--access {
  background: #000;
}

.company_pro--info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/dod.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.info__list--name {
  font-weight: bold;
  width: 30%;
  margin-right: 5%;
}

.info__list--ded {
  width: 60%;
}

.list--product__list {
  list-style: disc;
  margin-left: 20px;
}

.icon_map {
  background: url(../img/icon_map.svg) no-repeat left center;
  background-size: 20px 27px;
  padding: 8px 0 8px 30px;
}

.icon_catalog {
  background: url(../img/icon_pdf.svg) no-repeat left center, url(../img/icon_dl.svg) no-repeat right center;
  background-size: 18px 24px, 17px 17px;
  padding: 8px 27px 8px 38px;
}

.permission {
  background: #f3f6fa;
  padding: 60px 5%;
  margin-bottom: 60px;
}

.permission__box {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.permission__area {
  width: 48%;
}

.permission__area--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/dod.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.permission__area--list:last-child {
  margin-bottom: 0;
}

.permission__area--year {
  width: 20%;
  font-weight: bold;
  margin-right: 5%;
}

.organizations__area {
  max-width: 1180px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.organizations__area--list {
  width: 48%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.organizations__area--img {
  width: 46%;
  margin-right: 5%;
}

.organizations__area--list dl {
  width: 44%;
}

.organizations__area--list dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.base_area {
  max-width: 1180px;
  margin: 0 auto 60px;
}

.history--name {
  font-weight: bold;
  width: 10%;
  margin-right: 5%;
}

.history--info {
  margin-bottom: 40px;
}

.hist_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hist_img--list {
  width: 30%;
}

.hist_img--img {
  margin-bottom: 10px;
}

/*contact*/
.contact_barea--map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.contact_barea--list {
  width: 48%;
  text-align: center;
}

.contact_barea--a {
  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;
  padding: 5%;
  color: #fff;
  height: 100%;
}

.imails {
  max-width: 46px;
  margin: 0 auto 20px;
}

.mailbg {
  background: url(../img/contact_btnbg.jpg) no-repeat center center;
  background-size: cover;
}

.tellbg {
  background: url(../img/tel_btnbg.jpg) no-repeat center center;
  background-size: cover;
}

.imails__txt {
  font-size: 2rem;
  font-weight: bold;
}

.imails__mintxt {
  font-weight: bold;
}

.collnumber {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  letter-spacing: 2px;
}

.mb_txt p {
  margin-bottom: 25px;
}

.mb_txt p:last-child {
  margin-bottom: 0;
}

.knows {
  padding: 60px 0;
  background: #f3f6fa;
  margin-bottom: 60px;
}

.knows__area {
  max-width: 1180px;
  margin: 0 auto;
}

.knows__ideal {
  text-align: center;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 30px;
}

.send_list {
  background: #fff;
  padding: 5%;
  margin-bottom: 20px;
}

.send_list--tit {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.4rem;
  margin-bottom: 10px;
  text-align: center;
  color: #004797;
}

.send_add {
  text-align: center;
}

.add__maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.add__maps--list {
  text-align: center;
  width: 33.33%;
  padding: 0 3%;
  font-weight: bold;
}

.add__maps--list:nth-child(2) {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.add__maps--sec {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.add__maps--act {
  font-size: 3rem;
  line-height: 4rem;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  word-break: break-all;
}

.icon_tels_bk {
  background: url(../img/icon_tels_bk.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 46px;
}

.f_min {
  font-size: 2rem;
}

.icon_mail_bk {
  background: url(../img/icon_mail_bk.svg) no-repeat left center;
  background-size: 31px 22px;
  padding-left: 46px;
}

.add__mapsintro {
  max-width: 700px;
  margin: 0 auto;
}

.add__mapsintro li {
  list-style: disc;
  margin-left: 20px;
}

/*csr*/
.com_names {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3rem;
  margin-bottom: 30px;
}

.ideal {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 5%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
}

.solor__txt--blue {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 15px;
  color: #004797;
}

.solor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.solor__txt {
  width: 52%;
}

.solor__img {
  width: 42%;
}

.solor__img--list {
  margin-bottom: 15px;
}

.solor__spec {
  margin-top: 40px;
}

.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: 20%;
  margin-right: 5%;
}

.solor__spec--info {
  width: 70%;
}

.commenda__area {
  position: relative;
}

.commenda--img {
  max-width: 720px;
  width: 60%
}

.commenda--intro {
  position: absolute;
  top: 20%;
  left: 50%;
  background: #fff;
  padding: 3%;
}

@media screen and (max-width: 1025px) {
  .commenda--img {
    text-align: center;
    margin: 0 auto 20px;
  }

  .commenda--intro {
    position: relative;
    left: inherit;
    width: 90%;
    margin: 0 auto;
  }
}

.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: 30%;
  list-style: disc;
  margin-left: 20px;
}

.paper {
  margin: 60px auto 30px;
  max-width: 1120px;
}

.zoo-bach {
  max-width: 390px;
  margin-top: 50px;
}




.mnetwork {
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mnetwork--info {
  width: 39%;
  margin-top:60px;
}

.mnetwork--logo {
  max-width: 700px;
}




.birdlife {
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.birdlife--info {
  width: 65%;
}

.birdlife--logo {
  max-width: 300px;
}

.gpn_marks {
  background: #f3f6fa;
  padding: 5%;
  margin: 50px auto;
}

.gpn_marks--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.gpn_marks--list:last-child {
  margin-bottom: 0;
}

.gpn_marks--img {
  max-width: 245px;
  width: 20%;
  margin-right: 5%;
}

.gpn_marks--spec {
  width: 75%;
}

.gpn_marks--app {
  font-weight: bold;
  margin-bottom: 10px;
}

.funto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.funto--img {
  max-width: 300px;
  width: 30%;
  margin-right: 5%;
}

.funto--txt {
  width: 65%;
}

.security {
  background: #f3f6fa;
  padding: 5%;
  margin: 50px auto;
}

.security__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.pv_info {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pv_info--img {
  max-width: 73px;
  width: 15%;
  margin-right: 5%;
}

.pv_info--sp {
  width: 80%;
}

.pv_info--sp p:first-child {
  margin-bottom: 25px;
}

/*message*/

.message__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.message__area--photo {
  max-width: 460px;
  width: 40%;
}

.message__messa {
  width: 55%;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  margin-bottom: 60px;
}

.message_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}

.message_reverse .mb_txt {
  width: 55%;
}

.rever_sign {
  text-align: right;
}

.pre_hisoty {
  background: #f3f6fa;
  padding: 5%;
  margin: 50px auto;
}

.pre_hisoty--area {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pre_hisoty--photo {
  max-width: 350px;
  width: 32%;
}

.pre_hisoty--hist {
  width: 65%;
}

.pre_hisoty--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/dod.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.pre_hisoty--year {
  font-weight: bold;
  width: 150px;
  margin-right: 5%;
}

.pre_hisoty--act {
  width: 60%;
}

/*access*/
.officeare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.office_builldeing--area {
  width: 44%;
}

.icon_pin {
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: bold;
}

.icon_pin span {
  background: url(../img/icon_pin.svg) no-repeat left center;
  background-size: 30px 30px;
  padding: 5px 0 5px 42px;
}

.officeare__info {
  width: 50%;
}

.officeare__info p {
  margin-bottom: 30px;
}

.min_office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.min_office--list {
  margin: 0 2% 2% 0;
  width: 49%;
}

.min_office--list:nth-child(2n) {
  margin-right: 0;
}

.office_maparea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office_map {
  width: 56%
}

.office_map p {
  text-align: right;
  margin: 0;
  padding: 0;
}

.logistic {
  background: #f3f6fa;
  padding: 60px 0;
  margin-bottom: 60px;
}

.map_pin {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.map_pin span {
  background: url(../img/icon_pin.svg) no-repeat left center;
  background-size: 20px 27px;
  padding: 5px 0 5px 42px;
}

.logistic_base {
  max-width: 1000px;
  margin: 0 auto;
}

.logisticsarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logistics--maps {
  max-width: 370px;
  width: 40%;
}

.logistics--map_photo {
  margin-bottom: 20px;
}

.logistics--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logistics--img--list {
  max-width: 300px;
  width: 54%;
  margin-left: 10px;
}

.logistics--img--list:first-child {
  margin-left: 0;
}

.logistics--img--list-sigle {
  width: 100%;
}

.logic_mrb {
  margin-bottom: 50px;
}

/*service*/
.servecearea{
  margin-bottom: 60px;
}
.servecearea__area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

.servece__area--list{
  width: calc(100% / 3);
  position: relative;
  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;
  min-height: 380px;
}

.bg_trade{
  background: url(../img/bg_trade.jpg) no-repeat center top;
  background-size: cover;
}

.bg_purchase{
  background: url(../img/bg_purchase.jpg) no-repeat center top;
  background-size: cover;
}

.bg_sales{
  background: url(../img/bg_sales.jpg) no-repeat center top;
  background-size: cover;
}

.bg_system{
  background: url(../img/bg_system.jpg) no-repeat center top;
  background-size: cover;
}

.bg_logistics{
  background: url(../img/bg_logistics.jpg) no-repeat center top;
  background-size: cover;
}

.bg_callcenter{
  background: url(../img/bg_callcenter.jpg) no-repeat center top;
  background-size: cover;
}

.ser_capt{
  background: #000;
  color: #fff;
  position: absolute;
  right:0;
  bottom: 0;
  padding: 10px;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
}

.ser_capt--none{
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.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{
  opacity: 1;
  max-height: 9999px;
  overflow: visible;
  background: rgba(0,0,0,.7);
  padding: 4% 4% 50px;
  color: #fff;
  height: 100%;
}

.ser_capt--none p{
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.ser_capt--none strong{
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.sitelist-ded{
  max-width: 1180px;
  margin: 0 auto;
}

.sitelist_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitelist_area--list{
  width: 23.5%;
  margin: 0 2% 4% 0;
}

.sitelist_area--list h3{
font-weight: bold;
margin-bottom: 10px;}

.sitelist_area--img{
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.sitelist_area--list:nth-child(4n){
  margin-right: 0;
}

.seavice-info {
  background: #f3f6fa;
  padding: 60px 0;
  margin-bottom: 60px;
}

.product{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
}

.product_junle{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}

.prod_link{
  margin-top: 20px;
}
.prod_link li{
list-style: disc;
  margin-left: 20px;
}

.product__listv{
  width: 48%;
  margin: 0 4% 4% 0;
}
.product__listv:nth-child(2n){
  margin-right: 0;
}

.product__listv--list{
  background: #fff;
padding: 6%;
  -webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
  min-height: 340px;
}

.product--list{
width: 48%;
background: #fff;
padding: 3%;
margin: 0 4% 4% 0;
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;}

.product--list:nth-child(2n){
  margin-right: 0;
}

.product--list__area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product--list--img{
  width: 48%;
}

.product--names{
  width: 48%;
}

.product--names img{
  max-width: 100%;
  height: auto;
}

.product--names h3{
margin-bottom: 20px;}

.pr_name{
  font-weight: bold;
  margin-bottom: 10px;
}


/* recruit */
#interview li{
  width: 48%;
} 
.rec-list3{
  width: 29%;
  margin: 2%;
  padding: 2%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

#voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1180px;
}

#voices dl {
  width: 29%;
  margin: 2%;
  padding: 2%;
}

#recruiting {
  margin: 0 auto;
}
#recruiting ul {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recruiting li {
  width: 30%;
  margin: 2%;
  padding: 2%;
  background: #fff url(https://kilat.co.jp/wp/wp-content/themes/onestep/common/img/img_bg_recruiting.gif) no-repeat;
  background-position: -3em -1em;
}


/* organization_chart */

#organization_chart{
	margin-top:100px;
	}
.chart_img{
  display:block; margin:0px auto;
	}















