@charset "UTF-8";
/*
Theme Name: BIK
Theme URI:
Description: BIK
Author: densuke
Author URI: http://dnsk.jp/
*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html {
  color: #333;
  background: #FFF;
  width: 100%;
  line-height: 150%;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

/*legend{ color:#000; }*/
ol, ul, dl, dt, dd {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
/*a img:hover{
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha( opacity=70 );
    opacity: 0.7;
}*/
.opacity:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #999;
  text-decoration: none;
}

/*-----------------------------------------------------------------
zoom
-----------------------------------------------------------------*/
@media screen and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1400px) and (min-resolution: 1.5dppx) {
  .chrome body {
    zoom: 0.66;
    -moz-transform: scale(0.66, 0.66);
  }
}

@media screen and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1400px) and (min-resolution: 2dppx) {
  .chrome body {
    zoom: 0.50;
    -moz-transform: scale(0.5, 0.5);
  }
}

@media screen and (max-width: 1400px) {
  .chrome body.iphone,
  .chrome body.android {
    zoom: 1;
    -moz-transform: scale(1, 1);
  }
}

/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  min-width: 1000px;
}

#wrapper {
  width: 100%;
}

/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
header h1 {
  width: 1000px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 80%;
}

header .upper {
  display: table;
  width: 1000px;
  margin: 0 auto 8px;
}

header .upper .logo {
  display: table-cell;
  vertical-align: middle;
}

header .upper .right {
  display: table-cell;
  width: 383px;
  text-align: right;
  vertical-align: middle;
}

header .upper .right .container {
  display: table;
  width: 383px;
}

header .upper .right .container .telWrap {
  display: table-cell;
  width: 249px;
  height: 60px;
  border-right: solid 1px #ccc;
  vertical-align: middle;
}

header .upper .right .container .telWrap p {
  text-align: left;
}

header .upper .right .container .telWrap dl {
  text-align: center;
  font-weight: bold;
}

header .upper .right .container .telWrap dl dt {
  display: inline-block;
  width: 60px;
  height: 18px;
  background-color: #efefef;
  line-height: 18px;
  text-align: center;
  font-size: 65%;
}

header .upper .right .container .telWrap dl dd {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 70%;
}

header .upper .right .container .langWrap {
  display: table-cell;
  height: 60px;
  padding-left: 21px;
  text-align: center;
  vertical-align: middle;
}

header .upper .right .container .langWrap p {
  margin-bottom: 5px;
  font-size: 60%;
}

header .upper .right .container .langWrap ul {
  display: table;
  width: 100%;
}

header .upper .right .container .langWrap ul li {
  display: table-cell;
  padding: 0 2px;
  text-align: center;
}

.gNav {
  position: relative;
}

.gNav .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}

.gNav .menu {
  width: 670px;
  height: 52px;
  text-align: left;
  z-index: 999;
}

.gNav .menu > li {
  display: inline-block;
  width: 130px;
  text-align: center;
}

.gNav .menu > li:hover {
  background-color: #009c42;
  color: #fff;
}

.gNav .menu > li:hover > a {
  color: #fff;
}

.gNav .menu > li > a {
  display: block;
  height: 52px;
  line-height: 52px;
}

.gNav .menu > li > a:hover {
  color: #fff;
}

.gNav .menu > li .megaContent {
  /*メガメニュー*/
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.gNav .menu > li.mega .megaContent {
  position: absolute;
  top: 65px;
  left: 0;
  background-color: rgba(12, 192, 88, 0.75);
  box-sizing: border-box;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
}

.gNav .menu > li.mega:hover .megaContent {
  visibility: visible;
  opacity: 1;
}

.gNav .menu > li.mega li {
  display: inline-block;
  margin: 0 15px;
}

.gNav#gNav_index {
  /*アクティブページでボタンの色を変える*/
}

.gNav#gNav_index .menu li:first-child a {
  background-color: #009c42;
  color: #fff;
}

.gNav#gNav_product .menu li:nth-child(2) a {
  background-color: #009c42;
  color: #fff;
}

.gNav#gNav_about .menu li:nth-child(3) a {
  background-color: #009c42;
  color: #fff;
}

.gNav#gNav_recruit .menu li:nth-child(4) a {
  background-color: #009c42;
  color: #fff;
}

.gNav#gNav_contact .menu li:last-child a {
  background-color: #009c42;
  color: #fff;
}

.gNav#gNav_en .menu li:nth-child(1) a {
  background-color: #009c42;
  color: #fff;
}

.gNav#gNav_about_en .menu li:nth-child(3) a {
  background-color: #009c42;
  color: #fff;
}

.gNav#gNav_contact_en .menu li:nth-child(4) a {
  background-color: #009c42;
  color: #fff;
}

.gNav .sns {
  width: 330px;
}

.gNav .sns ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.gNav .sns ul li {
  margin-left: 16px;
}

.gNav .sns ul li.youtube {
  width: 100px;
  margin-bottom: 12px;
}

.gNav .sns ul li.instagram {
  width: 30px;
  margin-bottom: 10px;
}

.gNav .sns ul li.facebook {
  width: 30px;
  margin-bottom: 12px;
}

.gNav .sns ul li.twitter {
  width: 32px;
  margin-bottom: 12px;
}

.gNav .sns ul li.wechat {
  margin-left: 8px;
  width: 65px;
}

.gNav .sns ul li.wechat img {
  width: 65px;
  height: 65px;
}

.gNav .sns ul li a {
  display: block;
}

.gNav .sns ul li a:hover {
  opacity: 0.65;
}

.gNav .sns ul li img {
  width: 100%;
}

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 55px 0 45px;
  background-color: #000;
}

footer ul {
  margin: 0 0 50px;
  text-align: center;
}

footer ul li {
  display: inline-block;
  padding: 0 15px;
}

footer ul li a {
  padding-left: 15px;
  background: url(img/common/arrow02.png) left center no-repeat;
  font-size: 90%;
  color: #fff !important;
}

footer ul li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

footer .logo {
  margin-bottom: 20px;
  text-align: center;
}

footer #copyright {
  text-align: center;
  font-size: 80%;
  color: #fff;
  font-family: Verdana, sans-serif,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

#pagetop {
  right: 30px;
  bottom: 30px;
  position: fixed;
  z-index: 1000;
}
