.container{
  width: 1200px;
  margin: 0 auto;
  }
  
  
  .header{
  padding:20px 0px 10px; 
  width: 100%;
  margin: 0 auto;
  }
  
  
  
  .topbar{
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255,255,255, 255);
  }
  
  .topbar-left{
  position:  fixed;
  top: 5px;
  left: 4%;
  z-index: 2;
  }
  
  .topbar-left img{
  width: 90px;
  height: 90px;
  }
  .topbar-left h1{
  font-size: 28px;
  font-weight:bolder;
  padding-left:0px ;
  color: #83050b;
  }
  
    /*logo  */
.lo{
  text-decoration: none;
  font-size: 28px;
  font-weight:bolder;
  padding-left:0px ;
  color: #83050b;
  }
  
  .topbar-left ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center; 
  }
  
  
  @media screen and (max-width: 960px) {
    .topbar-right{
      display: none;
    }
    .topbar-left img{
      padding-top: 5px;
      width: 50px;
      height: 50px;
      }
  
      .topbar{
        height: 70px;
        }
        .topbar-left h1{
          font-size: 24px;
          padding-left: 10px;
          }

          .lo{
            font-size: 24px;
            padding-left: 10px;
            }
  }

  
  
  .T1{
  color: #83050b;
  padding-right: 20px;
  font-size: 20px;
  font-weight:bolder;
  }
  .T2{
  color: #595959;
  padding-right: 20px;
  font-size: 18px;
  padding-top: 10px;
  }
  
  .topbar-right{
  position:  fixed;
  top: 20px;
  right: 4%;
  z-index: 2;
  
  }
  
  .topbar-right ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center; 
  }
  
  .topbar-right ul a{
  display: block;
  color: #fff;
  background-color:#83050b;
  padding: 20px 20px;
  font-size: 16px;
  font-weight:bolder;
  border-radius: 5px;
  text-decoration: none;
  }
  
  
  
  
  
  .nav{
  border-top:5px solid #83050b;
  padding-bottom: 15px;
  margin-top: 70px;
  }
  
  .nav-1200{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
  }
  
  .nav-3{
  display: flex;
  margin-left: 4%;
  list-style-type: none;
  align-items: center; 
  }
  .nav-3 li{
  width: 120px;
  height: 60px;
  margin-right: 15px;
  text-align: center;
  background-color: #83050b;
  border-radius:0 0 120px 120px;
  }
  
  .nav-3 a{
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight:bolder;
  text-decoration: none;
  margin-top: 12px;
  }
  .nav-3 a div{
  font-size: 6px;
  margin-top: 6px;
  font-size: 8px;
  }
  
  
  .nav-right{
  margin-right:4%;
  margin-top: 20px;
  }
  .main-nav{
  
  list-style-type: none;
  display: flex;
  }
  .main-nav li{
  margin-right:40px;
  }
  
  /*nav-right 無視*/
  
  .nav-right a{
  display: block;
  color: #83050b;
  font-size: 16px;
  font-weight:bolder;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  }
  
  
  .nav-right a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #83050b;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;  /*変形の時間*/
  }
  
  .nav-right a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  }
  
  /*nav-right 無視*/
  
  
  .gnavi__sp-style{
    display: none;
    }
    
  @media screen and (max-width: 960px) {
     
      .nav{
        display: none;
      }
    
      .topbar-right ul{
        display: none;
      }
      .gnavi__sp-style{
        display:block;
      }
     
      .gnavi__sp-style a {
        text-decoration: none;
        color: #111;
    }
    
    .NavMenu{
      position: fixed;
      z-index: 12;
      top: 0;
      left: 0;
      background-color: rgba(5, 5, 5, 0.93);
      text-align: center;
      width: 100%;
      height: 100%;
      display: none;
      }
      
      .NavMenu ul{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        }
        
      .NavMenu ul li{
        font-size: 24px;
        list-style-type: none;
        width: 100%;
        padding-bottom: 0px;
        }
        
      .NavMenu ul li:last-child{
        padding-bottom: 0;
        }
      .NavMenu ul li a{
        display: block;
        color: #fff;
        padding: 30px 0;
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
        }
        .NavMenu ul li a:hover{
          background :#83050b;
        }
        
        .Toggle {
          position: fixed;
          right:10px;
          top: 10px;
          width: 48px;
          height: 45px;
          cursor: pointer;
          z-index: 13;
          display: block;
          background-color: #83050b
          }
          
          .Toggle span {
          display: block;
          position: absolute;
          width: 35px;
          border-bottom: solid 3px #fff;
          -webkit-transition: .35s ease-in-out;
          -moz-transition: .35s ease-in-out;
          transition: .35s ease-in-out;
          left: 6px;
          }
          
          .Toggle span:nth-child(1) {
          top: 9px;
          }
          
          .Toggle span:nth-child(2) {
          top: 20px;
          }
          
          .Toggle span:nth-child(3) {
          top: 31px;
          }
          
          .Toggle.active span:nth-child(1) {
          top: 20px;
          left: 8px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
          border-bottom: solid 3px #fff;
          }
          .Toggle.active span:nth-child(2),
          .Toggle.active span:nth-child(3) {
          top: 20px;
          left:8px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
          border-bottom: solid 3px #fff;
          }
        
   }
    
  
  
  
  
  .main-pho{
  width:1200px;
  margin: 0 auto;
  }
  .main-pho img{
    width:100%;
    height: auto;
    }
    
  
  @media screen and (max-width: 960px) {
    .container{
      width: 100%;
      }
      .main-pho{
        width:100%;
      }
      .main-pho img{
        width: 100%;
        height: auto;
        margin-top: 50px;
      }
  
  } /*   手机 main-pho css*/
  

.aisatsu h2{
padding:20px 0 20px 0px;
font-size: 30px;
border-bottom: 1px solid black;
color: #83050b;
}

.aisatsu p{
  line-height: 40px;
  font-size: 16px;
}

.aisatsu span{
  text-align: right;
  display: block;
  line-height: 40px;
  font-size: 16px;
}

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

  .aisatsu h2{
    font-size: 26px;
    padding: 10px;
    }

    .aisatsu p{
      line-height: 30px;
      font-size: 14px;
      padding: 10px;
    }

    .aisatsu span{
      font-size: 14px;
    }

} /*   手机 aisatsu css*/



.companyprofile h2{
  font-size: 26px;
  color: #83050b;
}

.companyprofile ul{
 margin: 40px auto 100px;
 list-style-type: none;
}

.companyprofile ul li{
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
  margin: 40px auto 100px;
  list-style-type: none;
  display:flex;
 }

 .companyprofile-left{
  margin-right: 50px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 40px;
 }
 .companyprofile-right{
  font-size: 18px;
  line-height: 40px;
 }

 @media screen and (max-width: 960px) {
  .companyprofile h2{
    font-size: 26px;
    padding: 10px;
  }
  .companyprofile ul li{
    padding-bottom: 10px;
    margin: 40px auto 60px;
   }

} /*   手机 aisatsu css*/


 .footer{
  margin-top: 60px;
  background-color: #83050b;
}
.footer p{
  text-align: center;
  line-height: 30px;
}
.copyright{
  font-size:12px;
  padding: 5px 0;
  color: #fff;
}
