@charset "utf-8";
body{
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background: #fff(255, 255, 255);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
  Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

  /* 全体 */ 

  .container {
    width: 100%;
  }

  /* top */

  .top { 
    height: 100vh;
    width: 100%;
    position: relative;
    background-color:#000000;
  }
  
  video {
    width: 100vw;
  }

  .logo-yoko img {
    width: 200px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }



  /* about */
  
  .about {
    height: 560px;
    background-color:#ffffff;
  }
  .about-unit {
    width: 560px;
    margin: 0 auto;
    padding-top: 110px;
  }
  .about-title {
    border-top:1px #c8c8c8 solid;
    border-bottom:1px #c8c8c8 solid;
    width: 560px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .about-copy {
    width: 560px;
    text-align: left;
    border-bottom:1px #c8c8c8 solid;
    padding-bottom: 20px;
    font-size: 14px;
  }
  h1 {
    font-style: normal; 
    font-weight: 400;
    } 

  h2 {
    font-style: normal; 
    font-weight: 400;
    } 


  /* company-photo */ 
  
  .company-photo {
  
    width: 100%;
  }
  
  .company-photo1 img{
    width: 100vw;
  }

  .company-photo2 img{
    width: 100vw;
  }

  .company-photo3 img{
    width: 100vw;
  }

  .company-photo4 img{
    width: 100vw;
  }

  /* company */
   
  .company {
    background-color:#ffffff;
    
  }
  .company-unit{
    width: 600px;
    padding:70px 0px 50px 0px;
    margin: 0 auto;
    position: relative;
  }
  
  .companytable-sita{
    border-collapse:collapse;
    font-size: 12px;
    line-height: 1.83em;
  }
  
  /* iso9001 */

  .iso9001-unit {
    position: absolute;
    bottom: 100px;
    left: 650px;
  }
  .iso9001 img {
    width: 160px;
    height: 112px;
    margin-bottom: 10px;
  }
  .iso9001-text {
    border-top:1px #c8c8c8 solid;
    border-bottom:1px #c8c8c8 solid;
    padding: 8px 0px 8px 0px;
    font-size: 10px;
  }

  /* equipment */

  .equipment {
    background-color:#ffffff;
   
  }
  .equipment-unit{
    width: 600px;
    padding:70px 0px 50px 0px;
    margin: 0 auto;
  }

  .equipment-table-sita{
    border-collapse:collapse;
    font-size: 12px;
    line-height: 1.83em;
  }
  /* access */

  .access {
    background-color:#ffffff;
    
  }
  .access-unit{
    width: 600px;
    padding:70px 0px 40px 0px;
    margin: 0 auto;
  }
  .access-unit-set{
    width: 600px;
    margin-bottom: 70px;
    
  }
  .access-title{
    width: 600px;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    border-top:1px #c8c8c8 solid;
    border-bottom:1px #c8c8c8 solid;
    padding:6px 0px 7px 0px;
  }
    
  .access-title1{
    width: 300px;
    height: 65px; 
    padding-left: 0px;
    
  }
  .access-title2{
    width: 300px;
    height: 65px;
    padding-left: 8px;
    line-height: 1.4em;
    border-left:1px #c8c8c8 solid;
  }
  .mapgoogle{
    width: 600px;
    height: 450px; 
    
  }
  .factry1 img{
    height: 54px; 
    padding-top: 6px;
    vertical-align: top;
  }
  .factry2 img {
    height: 54px; 
    padding-top: 6px;
    vertical-align: top;
  } 
  .factry3 img{
    height: 54px; 
    padding-top: 6px;
    vertical-align: top;
  }
  
  
  /* CONTACT */

  .contact{
    background-color:#ffffff;
  }
  .contact-unit{
    width: 600px;
    padding:70px 0px 80px 0px;
    margin: 0 auto;
    position: relative;
  }
  
  .contact-unit-set1{
    width: 600px;
    height: 133px;
    border-top:1px #c8c8c8 solid;
    border-bottom:1px #c8c8c8 solid;
  }

  .contact-unit-set2{
    width: 600px;
    height: 155px;
    border-bottom:1px #c8c8c8 solid;
  }

  .contact-unit-set3{
    width: 600px;
    height: 92px;
    border-bottom:1px #c8c8c8 solid;
    margin-bottom: 70px;
  }
  .contact-text1{
    font-size: 14px;
    float: left;
    width: 280px;
    margin: 12px 0;
    
  }
  .contact-text2{
    font-size: 12px;
    line-height: 1.8;
    float: right;
    width:320px;
    margin: 12px 0;
  }

  .contact01 img {
    width: 151px;
    height: 150px;
    position: absolute;
    top: 265px;
    left:590px;
  }

  
  /* フォーム */
  
  form {
    margin: 0 auto;
  }
  
  .item1{
    overflow: hidden;
    margin-bottom: 26px;
  }
  
  input[type="text"],input[type="email"]{
    border: solid 1px #c8c8c8;
    padding:7px 0px 7px 12px;
    font-size: 12.5px;
    width: 586px;
    color:#333;
    font-family: sans-serif;
    outline:none;
    margin-bottom: 4px;
  }
  
  textarea{
    border: solid 1px #c8c8c8;
    padding: 7px 0px 7px 10px;
    height: 130px;
    font-size: 12.5px;
    width: 588px;
    color:#333;
    font-family: sans-serif;
    outline:none;
  }
  
  input[type="submit"]{
    border: solid 1px #c8c8c8;
    font-size:12.5px;
    padding: 7px 40px 6px 40px;
    background: #ffffff;
    color:rgb(114, 114, 114);
    margin-bottom: 30px;
  }

  .button:hover {
    background    : #eeeeee;
  }
  
  /* footer */ 
  
  .footer {
    width: 100%;
    height: 120px;
    background-color: #79c76d;
    padding: 50px 0px 0px 0px;
    color:#333;
    font-size: 12px;
    font-family: urw-din, sans-serif; 
    font-weight: 400; 
    font-style: normal; 
    letter-spacing: 0.55px;
    line-height: 1.4;
  }
  .footer-unit {
    width: 900px;
    height: 67px;
    margin: 0px auto;
  }
  
  .footer-unit-set1{
    width: 215px;
    height: 67px;
    float: left;
    padding: 0 0 0px 7px;
    border-left: 1px rgb(231, 231, 231) solid;
  }

  .footer-unit-set2{
    width: 215px;
    height: 67px;
    float: left;
    padding: 0 0 0px 7px;
    border-left: 1px rgb(231, 231, 231) solid;
    border-right: 1px rgb(231, 231, 231) solid;
  }

  .footer-thanks {
    width: 100%;
    height: 120px;
    background-color: #79c76d;
    padding: 50px 0px 0px 0px;
    color:#333;
    font-size: 12px;
    font-family: urw-din, sans-serif; 
    font-weight: 400; 
    font-style: normal; 
    letter-spacing: 0.55px;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
  }

  .insta-1 img{
    float: right;
    margin: 3px 9px 0px 0px;
    width: 40px;
    height: 40px;
  }
  

  /* recruit */ 

  .recruit {
    width: 100%;
    background-color:#ffffff;
  }
  .recruit-unit {
    width: 600px;
    margin: 100px auto 100px;
    position: relative;
  }
  .recruit-unit-set1 {
    width: 600px;
    height: 155px;
    border-top:1px #c8c8c8 solid;
    border-bottom:1px #c8c8c8 solid;
    margin: 0px 0px 50px 0px;
  }
  .recruit-text1 {
    font-size: 15px;
    float: left;
    width: 285px;
    margin: 12px 0;
  }
  .recruit-text2 {
    font-size: 12px;
    line-height: 1.8;
    float: right;
    width:315px;
    margin: 12px 0;
  }
  .recruit-table-sita {
    border-collapse:collapse;
    font-size: 12px;
    line-height: 1.83em;
    margin-bottom: 50px;
  } 
  
  .recruit01  img {
    width: 143px;
    height: 150px;
    position: absolute;
    top: 60px;
    left:-145px;
  }
  
  /* thanks mail */ 

  .thanks {
    width: 100%;
    height: 100%;
    background-color:#ffffff;
  }
  .thanks-unit {
    width: 400px;
    margin: 100px auto 0;
    position: relative;
  }
  .thanks-unit-set1 {
    width: 400px;
    height: 150px;
    border-top:1px #c8c8c8 solid;
    border-bottom:1px #c8c8c8 solid;
    margin: 0px 0px 50px 0px;
  }
  .thanks-text1 {
    font-size: 12px;
    float: left;
    width: 400px;
    margin: 12px 0;
    line-height: 1.8;
  }
  
  .thanks01  img {
    width: 143px;
    height: 150px;
    position: absolute;
    top: 63px;
    left:-175px;
  }
  
  /* 各メニュータイトル共通 */ 
 
  .menu-title {
    font-size: 24px;
    font-family: urw-din, sans-serif; 
    font-weight: 600; 
    font-style: normal; 
    padding-bottom: 30px;
  }  

  table {
    border-collapse:collapse;
    font-size: 12px;
    line-height: 1.83em;
    margin-bottom: 50px;
  } 

  /* リンク */
  
  a:visited {
    color:#333;
  }
  
  a:hover {
    color:rgb(236, 236, 236);
  }

  a {
    color: #333;
    text-decoration: none;
  }
  
  
  td{
    border-top:1px #c8c8c8 solid;
  }

  img {
    margin: 0;
    padding: 0;
  }  

  * {
    margin:0;
    padding:0;
  }

  p {
    margin: 0;
    padding: 0;
  }
  
  ul {
    margin: 0;
    padding: 0;
  }
  
  
    