@charset "utf-8";

body 
{
    background-color: #ECECEC;
    font-family: 'Zen Old Mincho', serif;
    font-weight: lighter;
    
}

/*========= ナビゲーションのためのCSS ===============*/

#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%;
  
  }
  
  
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    right: 0;
  
  }
  
  
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:30%;
    left:30%;
    width: calc(100%/2);
    transform: translate(-50%,-50%);
    padding: 0;
    font-weight: normal;
    
  }
  
  
  /*リストのレイアウト設定*/
  
  #g-nav li
  {
  font-size: 15px;
  display: flex;
  line-height: 4;
 
  }
  
  #g-nav ul a{
    color: #000;
    text-decoration: none;
  }

  .menu-desc
  {
   
    position: absolute;
    left: 2%;
    margin-top: 50px;
    text-align: left;
    font-weight: lighter;
    font-size: 13px;
    line-height: 0.7;
  }
  
  .text-color
  {
    font-weight: normal;
    color:#fff;
    font-size: 13px;
    
  }
  
  .menu-icon
  {
    width: 30px;
    position: absolute;
    top: 15%;
    left: 87%;
    float: left;
    margin-top: 20px;
  }
  
  .menu-icon-img
  {
    height: 60%;
    width: 60%;
  }
  
  
  
  
  
  
  
  /*========= ボタンのための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%;
    
  }
  /*閉じてる時のメニューバーの位置 三本線の時*/
  .openbtn span:nth-of-type(1) {
  top:20px;	
  right: 15px;
  }
  
  .openbtn span:nth-of-type(2) {
  top:40px;
  right: 15px;
  }
  
  .openbtn span:nth-of-type(3) {
  top:60px;
  right: 15px;
  }
  
  /*×ボタン*/
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    right: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  
  .openbtn.active span:nth-of-type(2) {
  opacity: 0;
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 33px;
    right: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

.menu-desc
{
    
    position: absolute;
    top: 50%;
}
h1
{
    font-size: 24px;
    text-align: center;
    margin-left: 10px;
}
.about-title
{
    font-size: 24px;
    text-align: center;
    margin: 10px;
    writing-mode: vertical-rl;
    border-bottom: 5px solid #47656F;
    width: max-content;
    
}

.about-img
{
    text-align: center;
    opacity: 0.8;
    margin: 5% 0 10px;
   
}
.about-desc
{
    font-size: 15px;
    opacity: 0.8;
    text-align: center;
    
}

.company-overview
{
    background-color: hsl(195, 22%, 36%);
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 10%;

}
.company-overview-color
{
    color: #FFF;
    opacity: 0.6;

    
}

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





.map
{
    
    text-align: center;
    max-width: 100%;
}

.map-desc
{
    font-size: 15px;
    line-height: 0.8;
    text-align: center;
}

footer
{
    text-align: left;
    font-size: 10px;
    text-align: center;
}

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


.footer-icon
{
    text-align: left;
    padding-bottom: 0px;
    width: 10%;
   
    
    
    
}





