@charset "UTF-8";
/* CSS Document */
.header {
  height: 100px;
  background-color: #dbd8d8;
}
.header-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-content {
  padding: 10px;
}
@media(max-width:480px) {
  .header-icon {
    margin-top: 10px;
    margin-left: 20px;
  }
}
@media(max-width:480px) {
  .header__nav-content {
    display: none;
  }
}
.main {
  background-color: #f6f8f9;
}
@media(max-width:480px){
  .section-top{
    background-color:#ffffff;
  }
  
  }
.section-top_image1 {
  padding: 400px 0 400px 0;
}

.section-top {
  background-color: #FFFFFF
}
.work_title {
  margin-top: 25px;
  margin-bottom: 60px;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
#nav-content ul {
  display: flex;
  margin-top: 30px;
}
#nav-content li a {
  text-decoration: none;
}
.work__lead {
  text-align: center;
  background-color: #dfe0e1;
}
#work {
  margin-top: 30px;
}
.section-work__image1 {
  width: 300px;
  height: 300px;
  margin-top: 170px;
}
.section-work__image2 {
  width: 300px;
  height: 300px;
  margin-top: 170px;
}

.section-work__image-3 {
  width: 300px;
  height: 123px;
  margin-top: 170px;
}
.section-work__description {
  background-color: #dfe0e1;
}
.section-top_image2{
  display:none;
}

@media(max-width:480px) {
  .section-work__description {
    background-color: #dfe0e1;
    position: relative;
    max-width: 1100px;
  }
 
   .section-work__image-3 {
    padding: 0 0 0 70px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.section-contact {
  background-color: #fff;
}
#contact {
  margin-top: 100px;
  margin-bottom: 30px;
}
.section-contact__map {
  padding: 10 1000 10 10px;
}
.section-contact_address {
  margin: 0 auto;
}
.section-profile {
  background-color: #fff;
}
#profile {
  margin-top: 100px;
  margin-bottom: 30px;
}
.section-profile__image {
  width: 140px;
  height: 160px;
}
.footer__sns-links {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.sns-links {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 60px;
}