@charset "UTF-8";
/* CSS Document */
.top-design {
  top: 0;
  right: 0;
  height: 250px;
  object-fit: contain;
}
@media(min-width:1160px){
  .top-design {
    height: 370px;
}
}
.website-design {
  position: relative;
}
.website-design div {
  position: absolute;
  right: 0;
  top: 100px;
  width: 80px;
  z-index: -10;
}
.website-design img {
  width: 80px;
}
@media(min-width:1160px) {
  .website-design div {
    top: 260px;
    right: 200px;
  }
  .website-design img {
    width: 150px;
  }
}
.content-wrapper {
  margin: 100px auto;
  position: relative;
  max-width: 900px;
  padding: 0 30px;
}
.content-wrapper h2 {
  text-align: left;
}
.works-image {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.works-image img {
  width: 250px;
}
.title {
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.title h2, h3 {
  text-align: center;
  font-weight: 600;
}
.title h2 {
  width: 260px;
  margin: 0 auto;
}
.sub-title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.sub-title p {
  padding: 5px 10px;
  border: solid 0.5px #9A9696;
  color: #9A9696;
  margin: 7px;
}
.content li {
  margin-bottom: 60px;
}
.content-title {
  padding: 7px 20px;
  margin-bottom: 25px;
  background-color: #D6C7C2;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.8rem;
  font-weight: 200;
  display: inline-block;
}
.content-description {
  padding: 0 15px;
  border-left: solid 2px #D6C7C2;
}
.url a {
  border-bottom: solid 0.5px #557AC8;
  color: #557AC8;
}
.navigation div {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.navigation img {
  height: 35px;
}
@media(min-width:1160px) {
  .content-wrapper {
    max-width: 1160px;
    padding: 0 20px;
    margin: 100px auto 105px;
    text-align: left;
  }
  .works-image {
    max-width: 760px;
    margin: 100px auto 105px;
  }
  .works-image img {
    width: 500px;
  }
  .pamphlet {
    display: flex;
    width: 80%;
  }
  .pamphlet img {
    margin: 0 10px 0;
    width: 50%;
  }
  .title h2, .title h3 {
    text-align: left;
    display: inline;
    font-size: 3.0rem;
  }
  .sub-title {
    justify-content: flex-start;
    margin-bottom: 100px;
  }
  .content {
    display: flex;
    gap: 5%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content li {
    width: 500px;
  }
  .title h2 {
    width: 100%;
    margin: 0 auto;
  }
  .design-image {
    display: flex;
    gap: 5%;
    justify-content: space-between;
  }
  .navigation {
    margin: 0 auto;
  }
  .navigation img {
    height: 50px;
  }
}