@charset "UTF-8";
/* CSS Document */
.top-design {
  top: 0;
  right: 0;
  height: 250px;
  object-fit: contain;
}
@media(min-width:1160px){
  .top-design {
    height: 370px;
}
}
.content-wrapper {
  text-align: center;
  margin: 100px 30px 100px;
}
.content-wrapper h2 {
  text-align: left;
}
.works-title {
  margin: 50px auto 60px;
  text-align: center;
}
.works-title img {
  height: 50px;
  object-fit: contain;
}
.title-width120 {
  margin-top: 120px;
}
.works-wrapper ul {
  list-style: none;
}
.works-wrapper ul li {
  max-width: 375px;
  margin: 0 auto 75px;
}
.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;
  margin-right: 10px;
}
h4 {
  margin: 10px auto 35px;
  font-size: 2.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  text-align: center;
}
.view-more {
  text-align: right;
}
.view-more img {
  width: 120px;
}
.navigation div {
  margin-bottom: 60px;
  text-align: center;
}
.navigation img {
  height: 35px;
}
@media(min-width:1160px) {
  .content-wrapper {
    max-width: 1160px;
    margin: 100px auto 105px;
    padding: 0 20px;
    text-align: left;
  }
  .works-wrapper ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
  }
  .works-wrapper ul li {
    padding: 0 20px;
  }
  .works-title img {
    height: 70px;
  }
  .navigation {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .navigation img {
    height: 50px;
}
}