@charset "utf-8";
*
{
  margin: 0;
  padding: 0;

}

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    right: -120%;
    width:100%;
    height: 120vh;/*ナビの高さ*/
    background:#738F98;
    /*動き*/
    transition: all 0.6s;
    width: 50%;
    height: 100%;

  
  }
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    right: 0;
  
  }
  
  
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:35%;
    left:30%;
    width: calc(100%/2);
    transform: translate(-50%,-50%);
    padding: 0;
    height: 50%;
    margin-top: 20%;
    
  }


  /*リストのレイアウト設定*/
  
  #g-nav li
  {
  
  position: relative;  
  font-size: 13px;
  display: block;
  line-height: 4;
  
  
  
  }
  
  #g-nav ul a{
    color: #000;
    text-decoration: none;
  }
  

  .menu-desc
  {
  
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20%;
    
    
  }
  
  .text-color
  {
    font-weight: normal;
    color:#fff;
    font-size: 13px;
    line-height: 0.8;
    text-align: left;
    
  }
  
  .menu-icon
  {
    width: 10%;
    position: absolute;
    top: 15%;
    left: 70%;
    float: left;
    margin-top: 20px;
  }

  .menu-icon img
  {
    width: 50px;
  }
  

  /*========= ボタンのためのCSS ===============*/
  .openbtn
  {
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:1%;
    right: 1%;
    cursor: pointer0;
    width: 150px;
    height:150px;
  }
  
  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 8px;
    height: 3px;
    border-radius: 20px;
    
    background-color: #000;
    width: 45%;
    
  }


  /*about-css*/


.about-title
{
    font-size: 24px;
    writing-mode: horizontal-rl;
  
}

.office-img
{
  margin-top: 15px;
  width: 80%;
  height: 80%;
}

.h1
{ 
  margin-top: 10px;
  font-size: 24px;
}






.about-desc
{
  text-align: center;  
  font-size: 15px;
  line-height: 1.8;

}

.CEO-greeting
{
    font-size: 15px;
}

.CEO-img
{
  width: 90%;
  height: 90%;
  margin-left: 3%;
}

.li
{
    font-size: 15px;
    line-height: 1.2;
    
}

.desc-img
{
  height: 100%;
  width: 100%;
}



.map-desc
{
    font-size: 15px;
    line-height: 1.5;
}


.footer
{
    border-bottom: 20px solid;
    border-color: #47656F;
    overflow: hidden;
   
}
