@charset "UTF-8";
/* CSS Document */
.top-design{
  top: 0;
  right: 0;
  width: 80%;
  max-width: 850px;
}
.top-image {
  margin: 60px 30px 150px;
}
.top-image img {
  width: 50%;
  margin-left: 20px;
}
@media(min-width:960px) {
  .top-image {
    height: 100vh;
    margin: 200px 0 0 150px;
  }
  .top-image img {
    max-width: 500px;
  }
}
.section-about {
  text-align: center;
  position: relative;
  margin: 0 30px 105px;
}
.section-title img {
  width: 120px;
  margin-bottom: 90px;
}
.section-about__design {
  position: absolute;
  top: 50px;
  left: -100px;
  width: 300px;
  opacity: 0.9;
}
.section-about__content {
  max-width: 500px;
  margin: 0 auto;
}
.section-about h3 {
  font-size: 2.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}
.section-about p {
  padding: 45px 0 20px;
  line-height: 4.5rem;
  text-align: left;
}
.view-more {
  text-align: right;
}
.view-more img {
  width: 120px;
}
.pc-design {
  display: none;
}
@media(min-width:960px) {
  .section-about {
    text-align: left;
    margin: 0 auto 150px;
    max-width: 1160px;
  }
  .section-title img {
    width: 170px;
  }
  .section-about__design {
    position: static;
    width: 50%;
    opacity: 0;
  }
  .section-about__content {
    position: static;
    display: inline-block;
    margin-left: 40px;
    width: 40%;
  }
   .section-about h3 {
     position: static;
    font-size: 3.5rem;
  }
  .pc-design {
    display: block;
    position: absolute;
    top: 90px;
    left: -350px;
  }
  .pc-design img {
    width: 70%;
  }
}
.section-works {
  text-align: center;
  margin: 0 30px 105px;
}
.section-works ul {
  list-style: none;
}
.section-works ul li {
  max-width: 375px;
  margin: 0 auto 75px;
}
.image {
  text-align: center;
}
.works-image {
  width: 80%;
}
.width100 {
  width: 100%;
}
.width70 {
  width: 70%;
}
.section-works__sub-title {
  display: flex;
}
.section-works__sub-title {
  margin-top: 20px;
}
.section-works__sub-title p:nth-child(2), p:nth-child(3), p:nth-child(4) {
  margin: 0 5px;
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
}
.section-works__sub-title__category {
  background-color: #D6C7C2;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}
.section-works h4 {
  margin: 10px auto 35px;
  font-size: 2.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  text-align: center;
}
.navigation-works {
  margin-bottom: 100px;
  text-align: center;
}
.navigation-works img {
  height: 50px;
}
@media(min-width:1160px) {
  .section-works {
    max-width: 1160px;
    margin: 0 auto 105px;
    padding: 0 20px;
    text-align: left;
  }
  .section-works ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
  }
  .section-works ul li {
    padding: 0 20px;
  }
}