  @charset "utf-8";


html {
  font-size: 100%;
}

body {
  color: #707070;
  font-family: sans-serif;
  background-color: #9c9c9c;
}

img {
  max-width: 100%;
  vertivcal-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #5b5b5b;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}


a .footer-link {
  color: #ffffff;
  font-size: 13px;
}

.wrapper {
 max-width: 767px;
 padding: 0 0px;
 margin: 0 auto;
}

/*-----------------------------------------------
Header内のスタイル
-----------------------------------------------*/


.cacth-top {
 background-color: #2d4961;
 width: 100%;
 height: 45px;
 color: #ffffff;
 padding: 18px 0px 5px 18px;
 font-size: 12px;
 font-style: normal;
}


#header {
 background-color: #dddddd;
 height: 55px;
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 padding-top: 30px;
 padding-bottom: 10px;

}

#header .logo{
  max-width: 300px;
  line-height: 10px;
  font-size: 18px;

}

#header .logo a{
  display: block;
  padding-right: 14px;
}

#header .navi .menu{
 display: flex;
 align-items: center;
 padding-left: 10px;
}

#header .navi li{
  font-size: 14px;
  margin-left: 20px;

}


/*-----------------------------------------------
Main内のスタイル
-----------------------------------------------*/

.mainvisual {
  background-color: #ABCAE3;
  margin-bottom: 0px;

}

.space {
  background-color: #ABCAE3;
  height: 30px;
}

.space2 {
  background-color: #ABCAE3;
  height: 17px;
}


/*-----------------------------------------------
Message内のスタイル(会社概要ページ)
-----------------------------------------------*/


/*-------------------------------------------
Aboutusのスタイル
-------------------------------------------*/

.aboutus {
  background-color: #ABCAE3;

}


/*-------------------------------------------
Productsのスタイル
-------------------------------------------*/

.products {
  background-color: #ffffff;


.sh-products {
  text-align: center;
    padding-top: 35px;
    padding-bottom: 5px;
}

.shp-products {
  text-align: center;
    padding-bottom: 20px;
}

.home-products-img {
  text-align: center;
    padding-bottom: 50px;
}

.cataroge-link {
  text-align: center;
      padding-top: 20px;
  padding-bottom: 20px;
}


}

/*-------------------------------------------
Philosophyのスタイル
-------------------------------------------*/

.philosophy {
  background-color: #c6c6c6dc;
  height: 340px;

.sh-philosophy {
  text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}


}

/*-------------------------------------------
Supportのスタイル
-------------------------------------------*/

.support {
  background-color: #F5F5F5;
  height: 360px;

.sh-support {
  padding-top: 25px;
  text-align: center;  
  padding-bottom: 20px;
}


}



/*-------------------------------------------
Footerのスタイル
-------------------------------------------*/
  #footer {
    background-color: #2d4961;
    color: #e6e4e4;
    height: 195px;
    padding-left: 8px;
        padding-right: 8px;
  .co-text {
    font-size: 16px;
    padding-left: 2px;
    padding-top: 16px;
    padding-bottom: 1px;
  }  
  .co-add {
    font-size: 14px;
    padding-left: 2px;
    padding-bottom: 60px;
  }

  .co-link {
    padding-top: 5px;
    font-size: 14px;    
    text-align: right;
    padding-right: 12px;
    padding-bottom: 20px;
  }

  .copyright {
    text-align: right;
    font-size: 12px;
    padding-right: 10px;

  }

  .line {
   border:solid #f1f6ff 1px;
  }
  

  }



/*-----------------------------------------------

スマートフォン

-----------------------------------------------*/

@media screen and (max-width: 767px) {


  #header {
   width: 100%;
   padding-top: 28px;
   padding-bottom: 5px;
    justify-content: flex-end;
  }
  #header .logo {
  min-width: 120px;
  

  }




/*-----------------------------------------------
ハンバーガーアイコン
-----------------------------------------------*/

  #header .navi {
    width: 70%;
    height: 80vh;
    background-color: #adc5d1;
      position: fixed;
    top: 0;
    left: -70%;
    z-index: 20;
    transition: all 0.6s;
  }




#header .navi.active {
  left: 0;
}





#header .navi .menu { 
  width: 100%;
  height: 100vh;
  flex-direction: column;
  padding: 30px;
  overflow: auto;
}
#header .navi .menu li {
  font-size: 16px;
  padding: 10px 0;
  margin-left: 0;

}


#header .hamburger {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 48px;
  left: 10px;
  z-index: 30;
}




#header .hamburger span {
  width: 30px;
  height: 3px;
  background-color: #2d4961;
  display: inline-block;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
}

#header .hamburger span:nth-of-type(1) {
  top: 16px;
}
#header .hamburger span:nth-of-type(2) {
  top: 25px;
}
#header .hamburger span:nth-of-type(3) {
  top: 34px;
}


#header .hamburger.active span:nth-of-type(1) {
  top:24px;
  transform: rotate(-45deg);
}

#header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

#header .hamburger.active span:nth-of-type(3) {
  top:24px;
  transform: rotate(45deg);
}

}
