@charset "utf-8";

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: inherit;
  vertical-align:baseline;
  background:transparent;
  color: inherit;
  -webkit-text-size-adjust:none;
  line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.8;
  margin-bottom: 10px;
}
p,li,td,th {
  letter-spacing: 1px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: white;
  font: 14px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  width: 100vw;
  overflow-x: hidden;
}
.sp {
  display: none;
}
@media (max-width: 639px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: none;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = optional
--------------------------------------------------- */
h1 {
  font-weight: inherit;
}
h1:before {
  content: " ";
  display: block;
  height: 25px;
  background-size: auto 100%;
  background-position: 0 center;
  background-repeat: no-repeat !important;
  margin-bottom: 12px;
}

/* = header
--------------------------------------------------- */
header {
  padding: 30px;
}
header h1:before {
  display: none;
}
header h2 {
  width: 140px;
  height: 21.4px;
  background: url(../img/logo-black.svg) no-repeat;
  position: relative;
}
header h2 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top header {
  height: 60vw;
  max-height: 1024px;
  margin: 0 auto 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-height: 1024px) {
  #top header {        
    max-height: 100vh;
    box-sizing: border-box;
  }                    
}
@media screen and (max-width: 639px) {
  #top header {
    height: 70vh;
    margin-bottom: 70px;
  }                    
}
#top header h1:before {
  display: block;
  width: 347px;
  height: 53.2px;
  background: url(../img/logo-white.svg);
  background-position: center center;
  margin: auto;
  zoom: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  filter: drop-shadow(0 0 25px rgba(0,0,0,0.4));
}
#top header h2 {
  background: url(../img/logo-white.svg) no-repeat;
  z-index: 100;
  display: none;
}
#top header #bx {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#top header #bx div {
  width: 100%;
  height: 100%;
}
#top header #bx div .item1 {
  background: url(../img/cover.jpg);
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100%;
}
#top header #bx div .item2 {
  background: url(../img/cover2.jpg);
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 100%;
}
#top header #bx .bx-controls {
  display: none;
}
#mouse {
  display: none;
  margin: auto;
  width: 30px;
  height: 60px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 2px solid white;
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  zoom: 0.9;
}
#mouse:before {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 10px;
  -webkit-animation: wheel 2s infinite;
  animation: wheel 2s infinite;
  background: white;
}
#mouse:after {
  content: "scroll more.";
  color: white;
  width: 100px;
  display: block;
  font-size: 75%;
  text-align: center;
  margin-left: -34px;
  margin-top: 72px;
}
@-webkit-keyframes wheel{
  0%   { top:10px; }
  50%  { top:35px; }
  100% { top:10px; }
}
@keyframes wheel{
  0%   { top:10px; }
  50%  { top:35px; }
  100% { top:10px; }
}
#company-page header {
  height: 59vw;
  background: url(../img/company-cover.jpg);
  background-size: 100% 100%;
  background-position: center bottom;
  margin: 0 auto 100px;
  position: relative;
  margin-bottom: -26vw;
}
#company-page header h1:before {
  display: block;
  width: 347px;
  height: 53.2px;
  margin: auto;
  zoom: 0.7;
  background: url(../img/logo-black.svg);
  position: absolute;
  top: 29vw;
  left: 0;
  right: 0;
  bottom: auto;
  display: none;
}
@media screen and (max-width: 639px) {
  #top header h2 {
    display: none;
  }
  #company-page header {
    height: 50vh;
    background-size: auto 100%;
  }
}

/* = #switch
--------------------------------------------------- */
#switch {
  position: fixed;
  top: 16px;
  right: 15px;
  z-index: 999999;
  width: 30px;
  height: 20px;
  display: block;
  z-index: 999;
}
#switch,
#switch:before,
#switch:after,
#switch i {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#switch:before,
#switch:after,
#switch i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  border-radius: 1px;
}
#top:not(.scrollin) #switch:before,
#top:not(.scrollin) #switch:after,
#top:not(.scrollin) #switch i,
#switch.on:before,
#switch.on:after,
#switch.on i {
  background-color: white;
}
#switch:before,
#switch:after {
  content: " ";
  top: 0;
}
#switch:after {
  top: auto;
  bottom: 0;
}
#switch i {
  top: 9.25px;
}
#switch.on:before {
  -webkit-transform: translateY(9.25px) rotate(-45deg);
  transform: translateY(9.25px) rotate(-45deg);
}
#switch.on:after {
  -webkit-transform: translateY(-9.25px) rotate(45deg);
  transform: translateY(-9.25px) rotate(45deg);
}
#switch.on i {
  opacity: 0;
}
#switch span {
  display: block;
  width: 28px;
  font-size: 8px;
  text-align: center;
  transform-origin: center;
  transform: scale(0.8);
  left: 0;
  bottom: -13px;
  position: absolute;
  transition: all .4s;
}
#top:not(.scrollin) #switch span,
#switch.on span {
  color: white;
}

/* = #overlay
--------------------------------------------------- */
#overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 10;
  background-color: #BDBDBD;
  position: fixed;
  display: none;
  box-sizing: border-box;
  padding-top: calc((100vh - 410px)/2);
  color: white;
  z-index: 9999;
}
#overlay img {
  width: 200px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
#overlay nav {
  text-align: center;
  width: 12em;
  margin: auto;
  margin-top: 70px;
}
#overlay nav a {
  display: block;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#overlay nav a:after {
  content: " ";
  display: block;
  margin: auto;
  width: 20px;
  border-bottom: 1px solid white;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#overlay nav a:last-child:after {
  display: none;
}
#overlay nav a img {
  width: 20px;
}

/* = #business
--------------------------------------------------- */
#philosophy {
  width: 800px;
  margin: 80px auto;
  position: relative;
}
#philosophy h1 {
  padding-bottom: 25px;
  border-bottom: 1px solid black;
}
#philosophy h1:before {
  background: url(../img/philosophy.svg);
}
#philosophy b {
  font-weight: bold;
  display: block;
  line-height: 1.8;
  margin: 30px auto 7px;
}
#philosophy p {
  margin-bottom: 7px;
}
#philosophy p:last-child {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 639px) {
  #philosophy {
    width: 100%;
    margin: 80px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/* = #business
--------------------------------------------------- */
#business {
  width: 800px;
  margin: 80px auto;
}
#business h1 {
  padding-bottom: 25px;
  border-bottom: 1px solid black;
}
#business h1:before {
  background: url(../img/business.svg);
}
#business ul li {
  list-style: none;
  line-height: 1.8;
  margin-top: 50px;
  padding-left: 180px;
  position: relative;
}
#business ul li span {
  display: block;
  line-height: 1.8;
  margin-top: 15px;
}
#business ul li:before {
  content: " ";
  display: block;
  width: 120px;
  height: 120px;
  background: url(../img/business1.svg);
  background-repeat: no-repeat !important;
  position: absolute;
  left: 20px;
}
#business ul li:nth-of-type(2):before {
  background: url(../img/business2.svg);
  height: 100px;
  left: 30px;
}
#business ul li:nth-of-type(3):before {
  background: url(../img/business3.svg);
}
#business ul li:nth-of-type(4):before {
  background: url(../img/business4.svg);
  left: 15px;
}
#business ul li b {
  font-weight: bold;
  display: block;
}
#business ul li b:after {
  content: " ";
  display: block;
  margin: auto;
  width: 60px;
  border-bottom: 1px solid black;
  margin: 10px 0;
}
@media screen and (max-width: 639px) {
  #business {
    width: 100%;
    margin: 80px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #business ul li {
    line-height: 1.8;
    padding-left: 70px;
  }
  #business ul li:before {
    width: 55px;
    height: 60px;
    left: 0 !important;
  }
}

/* = #company-info
--------------------------------------------------- */
#company-info {
  background: #F4F4F4;
  padding: 80px;
  box-sizing: border-box;
}
#company-info h1 {
  width: 800px;
  margin: 0 auto 40px;
}
#company-info h1:before {
  background: url(../img/company-info.svg);
}
#company-info table {
  max-width: 800px;
  margin: 0 auto;
}
#company-info table th,
#company-info table td {
  border: 1px solid rgba(0,0,0,0.5);
  padding: 5px 12px;
  line-height: 1.6;
}
#company-info table th {
  font-weight: 200;
  width: 150px;
}
#company-info table td span {
  display: inline-block;
  line-height: 1;
  margin: 2px 10px 2px 1px;
  border-radius: 3px;
}
@media screen and (max-width: 639px) {
  #company-info {
    padding: 80px 20px;
  }
  #company-info h1 {
    width: 100%;
    margin: 0 auto 40px;
  }
  #company-info table th,
  #company-info table td {
    box-sizing: border-box;
  }
  #company-info table th {
    width: 25%;
    font-size: 90%
  }
  #company-info table td {
    width: 75%;
  }
  #company-info span {
    line-height: initial !important;
  }
}

/* = #suppliers
--------------------------------------------------- */
#suppliers {
  width: 800px;
  margin: 80px auto;
}
#suppliers h1 {
  padding-bottom: 25px;
  border-bottom: 1px solid black;
}
#suppliers h1:before {
  background: url(../img/suppliers.svg);
}
@media screen and (max-width: 639px) {
  #suppliers {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}


/* = #access
--------------------------------------------------- */
#access {
  width: 1024px;
  margin: 80px auto;
}
#access h1 {
  text-align: center;
  margin-bottom: 30px;
}
#access h1:before {
  background: url(../img/access.svg);
  background-position: center;
}
#access iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 639px) {
  #access {
    width: 100%;
    margin: 70px auto;
  }
}


/* = #posts
--------------------------------------------------- */
#posts {
  width: 800px;
  margin: 80px auto;
}
#posts h1 {
  text-align: center;
  margin-bottom: 30px;
}
#posts h1:before {
  background: url(../img/news.svg);
  background-position: center;
}
#posts article {
  margin-top: 80px;
}
#posts article h3 {
  line-height: 1.8;
  font-weight: bold;
  font-size: 120%;
}
@media screen and (max-width: 639px) {
  #posts {
    width: 100%;
    margin: 70px auto;
    padding: 20px;
    box-sizing: border-box;
  }
}

/* = #projects
--------------------------------------------------- */
#projects {
  width: 800px;
  margin: 80px auto;
}
#projects h1 {
  text-align: center;
}
#projects h1:before {
  background: url(../img/project.svg);
  background-position: center;
}
#projects article {
  margin-top: 80px;
}
#projects article .img-Liquid {
  margin-bottom: 20px;
  width: 800px;
  height: 530px;
  overflow: hidden;
}
#projects article h3 {
  line-height: 1.8;
  font-weight: bold;
  font-size: 120%;
}
@media screen and (max-width: 639px) {
  #projects {
    width: 100%;
    margin: 80px auto;
  }
  #projects article {
    margin-top: 70px;
    padding: 0 20px
  }
  #projects article .img-Liquid {
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
}

/* = #news
--------------------------------------------------- */
#news {
  overflow: hidden;
  width: 900px;
  margin: 0 auto 100px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
#news h1 {
  float: left;
  width: 60px;
}
#news h1:before {
  background: url(../img/news.svg);
}
#news div {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid black;
  float: left;
}
#news a {
  display: block;
  line-height: 35px;
}
#news a span {
  margin-right: 2em;
  display: inline-block;
  padding-top: 9px;
  vertical-align: top;
  font-family: 'Oswald', sans-serif;
  font-size: 120%
}
@media screen and (max-width: 639px) {
  #news {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 70px;
  }
  #news h1 {
    float: none;
    margin: auto;
    text-align: center;
  }
  #news div {
    padding: 0;
    margin: 0;
    border: none;
    float: none;
    margin-top: 20px;
  } 
  #news a {
    height: 35px;
    overflow: hidden;
  }
}

/* = .box-left
--------------------------------------------------- */
.box-left {
  width: 900px;
  margin: 0 auto 100px;
  background: #F4F4F4;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.box-left img {
  width: 330px;
  position: absolute;
  top: -40px;
  right: -70px;
}
.box-left h1 {
  margin-bottom: 24px;
}
.box-left h1:before {
  background: url(../img/philosophy.svg);
}
.box-left p {
  width: 550px;
}
.box-left .more {
  font-family: 'Oswald', sans-serif;
  display: block;
  width: 150px;
  border-bottom: 1px solid black;
  font-size: 80%;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 24px;
  margin-left: 400px;
  background: white url(../img/arrow.svg);
  background-size: 35px auto;
  background-position: 105px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 639px) {
  .box-left {
    width: calc(100vw - 40px);
    margin: 0 auto 70px;
    padding: 70px 20px calc(100% - 40px);
  }
  .box-left img {
    width: calc(100% - 40px);
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .box-left h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  .box-left h1:before {
    background-position: center;
  }
  .box-left p {
    width: 100%;
  }
  .box-left .more {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
  }
}

/* = .box-right
--------------------------------------------------- */
.box-right {
  width: 900px;
  margin: 0 auto 100px;
  background: #F4F4F4;
  padding: 40px 40px 40px 300px;
  box-sizing: border-box;
  position: relative;
}
.box-right img {
  width: 330px;
  position: absolute;
  top: -40px;
  left: -70px;
}
.box-right h1 {
  margin-bottom: 24px;
}
.box-right h1:before {
  background: url(../img/description.svg);
}
.box-right p {
  width: 550px;
}
.box-right .more {
  font-family: 'Oswald', sans-serif;
  display: block;
  width: 150px;
  border-bottom: 1px solid black;
  font-size: 80%;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 24px;
  margin-left: 400px;
  background: white url(../img/arrow.svg);
  background-size: 35px auto;
  background-position: 105px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 639px) {
  .box-right {
    width: calc(100vw - 40px);
    margin: 0 auto 70px;
    padding: 70px 20px calc(100% - 40px);
  }
  .box-right img {
    width: calc(100% - 40px);
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .box-right h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  .box-right h1:before {
    background-position: center;
  }
  .box-right p {
    width: 100%;
  }
  .box-right .more {
    padding: 10px;
    margin-top: 20px;
    margin-left: 0;
  }
}

/* = #project
--------------------------------------------------- */
#project {
  background: #F4F4F4;
  margin: 0 0 100px;
}
#project > div {
  width: 900px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
#project h1 {
  margin-bottom: 24px;
  float: left;
}
#project h1:before {
  background: url(../img/project.svg);
}
#project .more {
  font-family: 'Oswald', sans-serif;
  display: block;
  width: 150px;
  border-bottom: 1px solid black;
  font-size: 80%;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 24px;
  margin-left: 400px;
  background: white url(../img/arrow.svg);
  background-size: 35px auto;
  background-position: 105px center;
  background-repeat: no-repeat;
  float: right;
}
#project ul {
  clear: both;
  overflow: hidden;
  margin: 0 -45px;
}
#project ul li {
  width: 227.5px;
  height: 227.5px;
  padding: 5px;
  box-sizing: border-box;
  float: left;
  list-style: none;
}
#project ul li .img-Liquid {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 639px) {
  #project {
    width: calc(100vw - 40px);
    margin: 0 auto 70px;
  }
  #project > div {
    width: 100%;
    padding: 70px 20px 90px;
    position: relative;
  }
  #project h1 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #project h1:before {
    background-position: center;
  }
  #project .more {
    margin: auto;
    float: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  #project ul {
    clear: both;
    overflow: hidden;
    margin: 0 -5px;
  }
  #project ul li {
    width: calc(((100vw - 40px) - 30px) / 2);
    height: calc(((100vw - 40px) - 30px) / 2);
    padding: 5px;
  }
}


/* = #contact
--------------------------------------------------- */
#contact h1 {
  margin-bottom: 24px;
  text-align: center;
}
#contact h1:before {
  background: url(../img/contact.svg);
  background-position: center;
}
#contact p {
  text-align: center;
}
#contact ul {
  width: 1024px;
  background: #F4F4F4;
  margin: 0 auto;
  padding: 40px 100px;
  box-sizing: border-box;
  margin-top: 40px;
}
#contact ul li {
  list-style: none;
  line-height: 55px;
  margin-bottom: 20px;
  overflow: hidden;
}
#contact ul li:last-child {
  margin-bottom: 0;
}
#contact ul li span {
  background-color: black;
  color: white;
  padding: 0 30px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  box-sizing: border-box;
}
#contact ul li span.ninni {
  background-color: white;
  color: black;
  border: 1px solid black;
}
#contact ul li input,
#contact ul li textarea {
  width: 554px;
  float: right;
  height: 55px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  padding: 0 15px;
}
#contact ul li textarea {
  height: 200px;
  padding: 15px;
}
#contact .more {
  font-family: 'Oswald', sans-serif;
  display: block;
  border-bottom: 1px solid black;
  font-size: 80%;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 24px;
  margin-left: 400px;
  background: white;
  float: right;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  #contact ul {
    width: calc(100% - 40px);
    padding: 15px 20px 20px;
  }
  #contact ul li input,
  #contact ul li textarea {
    width: 100%;
    float: none;
  }
  #contact .more {
    line-height: 1;
    margin: 0 auto;
    float: none;
    width: 150px;
    text-align: center;
  }
}

/* = footer
--------------------------------------------------- */
footer {
  line-height: 120px;
  height: 120px;
  background: #F4F4F4;
  margin-top: 120px;
  padding: 0 50px 0 260px;
  position: relative;
}
footer h1 {
  display: inline;
}
footer h1:before {
  width: 190px;
  height: 29px;
  background: url(../img/logo-gray.svg);
  margin: 0;
  position: absolute;
  top: 45px;
  left: 50px;
}
footer a {
  margin-right: 2em;
}
footer p {
  line-height: 120px;
  height: 120px;
  float: right;
  margin: 0;
}
@media screen and (max-width: 639px) {
  footer {
    line-height: inherit;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    padding: 40px 20px;
  }
  footer h1:before {
    width: 100%;
    height: 29px;
    background: url(../img/logo-gray.svg);
    background-position: center;
    margin: 0;
    position: static;
  }
  footer a {
    display: none;
  }
  footer p {
    width: 100%;
    line-height: inherit;
    height: auto;
    float: none;
    text-align: center;
    margin: 20px 0;
    font-size: 80%;
    color: #D0D0D0;
  }
}