@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Asap:400,700');
/*==================================================================
  Base
===================================================================*/
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -moz-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
   font-family: Midashi Go MB31 JIS2004;
	background: #000;
}

body#pageHome {}

/* Web Font */
.ttl,
li,
dt,
dd,
p {
  transform: rotate(0.05deg);
text-shadow: 0 0 0.1px rgba(51,51,51,0.5);
}

#wrapper {
  position: relative;
}

#content a[id]:not([href]) {
  margin-top: -84px;
  padding-top: 84px;
  display: inline-block;
  vertical-align: top;
}

#content {
  width: 100%;
  background: #FFF;
  line-height: 2;
}

img {
  width: 100%;
  height: auto;
}

#loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
}

#loading img {
  width: 66px;
  width: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -33px;
}

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

}
@media screen and (max-width: 1059px) {
body {
  font-size: 14px;
}
}

/*==================================================================
  Link
===================================================================*/

a {
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  color: #102668;
}

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

a:visited {
  color: #102668;
}

a:active {
  color: #102668;
}

/*==================================================================
  Header
===================================================================*/

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  padding: 40px 40px;
  -moz-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
}

#header.fixed {
  padding: 20px 30px;
  background: #000;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

nav {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
      align-items: center;
}

.header-logo {
  vertical-align: middle;
  width: 100px;
margin-right: auto;
}
.header-logo a {
  display: block;
}

.header-nav {
font-family: 'Asap', sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.header-nav ul {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.header-nav ul > li {
	font-size: 0.8em;
}

.header-nav ul >li>a {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 0 16px;
  color: #FFF;
}
.header-nav-icon,
.header-nav-icon span {
    display: none;
  }
.header-nav-icon {
  display: none;
    width: 32px;
    height: 24px;
    position: relative;
    cursor: pointer;
}
 
.header-nav-icon span {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
}
 
.header-nav-icon span:nth-of-type(1) {
    top: 0;
}
 
.header-nav-icon span:nth-of-type(2) {
    top: 10px;
}
 
.header-nav-icon span:nth-of-type(3) {
    bottom: 0;
}
 
.header-nav-icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
 
.header-nav-icon.active span:nth-of-type(2) {
    display: none;
}
 
.header-nav-icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
@media screen and (min-width: 1060px) {
.header-nav  li a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 2px;
}

.header-nav li.current a,
.header-nav li:hover a {
  padding-bottom: 6px;
  border-bottom: 2px #FFF solid;
}

}

@media screen and (max-width: 1059px) {
  #header {
  padding: 20px 30px;
}
.header-logo {
  width: 80px;
}
.header-nav ul {
                -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
                background: rgba(0, 0, 0, .9);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 980;
}
    .header-nav-icon,
    .header-nav-icon span {
      display: inline-block;
  transition: all .4s;
  z-index: 999;
    }
        .header-nav ul li {
          font-size: 1.2em;
    }
    .header-nav ul li a {
      padding: 10px;
      margin: 10px;
    }
}

/*==================================================================
  Keyv
===================================================================*/
#keyv {
  background: #000;
  color: #FFF;
  width: 100%;
  max-height: 100%;
  min-height: 400px;
  position: relative;
}
.keyv-logo {
	width: 300px;
	height: 104px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  z-index: 1000;
}
.keyv-logo-ery {
  margin-bottom: 10px;
}
.keyv-wave {
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/index/img_wave.png) no-repeat center center;
  width: 100%;
  height: 60%;
  background-size: contain;
}
.keyv-news {
  width: 100%;
  background: rgba(0,0,0,0.2);
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  line-height: 1.8;
}
.keyv-news dl a {color: #CCC;
}
.keyv-news dl {display: inline-block;
}
.keyv-news dt,
.keyv-news dd {display: inline-block;
}
.icon-news {
  border: #FFF solid 1px;
  padding: 0.2em 0.4em;
  font-size: 0.8em;
  border-radius: 4px;
  margin-left: 1em;
}
.icon-news a {
  border: #FFF solid 1px;
  padding: 0.2em 0.4em;
  font-size: 0.8em;
  border-radius: 4px;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
.keyv-logo {
  width: 200px;
  height: 140px;
}
}

/*==================================================================
  Contents
===================================================================*/

.ttl-section {
font-family: 'Asap', sans-serif;text-align: center;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.2em;
  margin-bottom: 1em;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

/*---------- flex ------------*/
.flex {
  display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
-js-display: flex;
display: flex;
  width: 100%;
}

/*---------- Mission ------------*/

#homeMission { 
  padding: 30px 30px 60px;
  background: #FFF url(../img/index/bg_mission.jpg) no-repeat center bottom;
  background-size: cover;
}

#homeMission .ttl{
   font-family: Midashi Go MB31 JIS2004;
   font-size: 2.2em;
   line-height: 1.7;
   width: 500px;
   text-align: center;
}
#homeMission .tx p{
  margin-bottom: 1em;
}
.flex-mission {
  justify-content:space-around;
  align-items: center;
}
.flex-mission .flex--item {
padding: 20px;
}

@media screen and (max-width: 1059px) {
  #homeMission .ttl{
    font-size: 2em;
    text-align: center;
    width: 100%;
  }
.flex-mission {
 flex-wrap: wrap;
}
.flex-mission .flex--item {
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
}
  }

@media screen and (max-width: 750px) {
#homeMission { 
    padding: 20px 20px 40px;
}
  #homeMission .ttl{
    font-size: 1.6em;
  }
}

/*---------- Project ------------*/
#homeProject {
	padding: 30px 30px 60px;
  background: #000;
  color: #FFF;
}

#homeProject > .inner .ttl {
  font-size: 1.3em;
  text-align: center;
  letter-spacing: 0.1em;
}

#homeProject > .inner .everything {
  text-align: center;
  margin: 3em auto;
  width: 600px;
}

.flex-project {
  justify-content:space-between;
}
.flex-project .flex--item {
  width: 49%;
}
.btn-erywash {
  opacity: 0.6;
}

@media screen and (max-width: 1059px) {
#homeProject > .inner .everything {
  width: 100%;
}
#homeProject > .inner .everything {
  width: 400px;
}
}
@media screen and (max-width: 750px) {
#homeProject {
  padding: 20px 20px 40px;
  background: #000;
  color: #FFF;
}
#homeProject > .inner .everything {
  width: 80%;
}
.flex-project {
 flex-wrap: wrap;
}
.flex-project .flex--item {
  width: 100%;
  margin-bottom: 2em;
}
}
/*---------- News ------------*/
#homeNews {
  padding: 30px 30px 60px;
	background: #eeeeee;
}
#homeNews .news-list dl {
  border-bottom: #CCC solid 1px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#homeNews .news-list dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#homeNews .icon-news{
  border: #000 solid 1px;
}
@media screen and (max-width: 750px) {
#homeNews {
  padding: 20px 20px 40px;
}
}
/*---------- Company ------------*/
#homeCompany {
  padding: 30px 30px 60px;
  background: #FFF;
}
.flex-company {
  justify-content:space-between;
}
.flex-company .flex--item {
  width: 49%;
}

#homeCompany dl {
  margin-bottom: 1em;
}
.logo-jp {
  width: 280px;
}
.logo-co {
    width: 170px;
}
.icon-twitter,
.icon-facebook {
  display: inline-block;
  margin: 0 4px;
  width: 18px;
  height: 18px;
}
.company-list {
  margin-top: 30px;
    border-top: #CCC solid 1px;
  padding: 20px 0;
}
.company-list dl {
  border-bottom: #CCC solid 1px;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.company-list dt {
  float: left;
}

.company-list dd {
  margin-left: 14%;
}
@media screen and (max-width: 750px) {
#homeCompany {
  padding: 20px 20px 40px;
}
.flex-company {
 flex-wrap: wrap;
}
.flex-company .flex--item {
  width: 100%;
  margin-bottom: 2em;
}
.logo-jp {
  width: 200px;
}
.logo-co {
    width: 130px;
}
}
/* ------------------------------------------------------------------
  Pagetop
-------------------------------------------------------------------*/

#page-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
}

#page-top a {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  display: block;
  background: url(../img/common/pagetop.png);
  z-index: 10000;
  background-size: 60px;
}

/*==================================================================
  Footer
===================================================================*/

#footer {
  background: #EEE;
  text-align: center;
  padding: 16px;
  font-size: 0.6em;
}
