@charset "UTF-8";

.top-navigation-main{
  width: 1000px;
  margin: 30px auto;
}
.top-navigation-main ul {
  margin: 0;
  display: flex;
  justify-content: right;
}

.top-navigation-main ul li {
  font-size: 18px;
  margin-left: 40px;
}

.top-navigation-main ul li a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;}

.top-navigation-main ul li a:hover {color: #d1d6c0;}

.top-header-wrapper{
  width: 1000px;
  margin: 0 auto 70px;
}

.top-header-logo{text-align: center;}
.top-header-logo img{width: 90%;
  }


.top-workPhoto{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-workPhoto img{
  width: 30%;
  margin-bottom: 40px;
}


.cover-contents{
  margin:0 0 150px 0;
  text-align: center;
}

.cover-contents p{
  font-size: 20px;
  line-height: 2.5rem;
}

.cover-contents a{
  color: #000;
  text-decoration: underline;
}

.cover-contents a:hover{
  color: #666;
}