/*============
共通
=============*/
body{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  background-color: #eeefef;
}
@media(max-width:768px){
  body{
    font-size: 16px;
  }
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover {
	opacity: 0.5 ;
}


/*============
ヘッダー
=============*/

header h1{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

header{
  height: 100vh;
  background-image: url(links/img1.png);
  background-size:cover;
  background-position:50%;
}


header h1 img{
  height: 80px;
}
@media(max-width:768px){
  header h1 img{
    height: 75px;
  }
}

/* @media(max-width:768px){
  header h1 img{
    height: 70px;
  }
} */


/*============
セクション
=============*/

.container{
  max-width: 1200px;
  margin: 0 auto;

}



@media(max-width:768px){
  .container{
  width: 90%;
}
  
}

section{
  text-align: center;
  line-height:2;
}
h2{
  font-size: 20px;
}

.text{
  margin-top: 160px;
}


.client{
  font-size: 20px;
  margin-top: 120px;
}
.address{

  margin-top: 100px;
}
.e-mail{
  margin-top: 20px;
  margin-bottom: 120px;

}
@media(max-width:768px){
  .text{
  margin-top: 100px;
  font-size: ;
}
  .client{
    margin-top: 120px;

  }
  .address{
    margin-top: 120px;
  }