@charset "UTF-8";
/* CSS Document */
.works_content_area {
  margin-bottom: 60px;
}
.works_content_area_title_wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.works_content_area_title_wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 214px;
  background-color: #e5e5e5;
  z-index: -100;
}
.works_content_area_index {
  padding: 64px 0 39px;
  margin: 0 auto;
}
.works_content_area_index h2 {
  width: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
}
.works_content_area_index h3 {
  width: 100%;
  font-size: 1.0rem;
  color: #AAAAAA;
  font-weight: 400;
}
.works_content {
  background-color: #ffffff;
  display: block;
  z-index: 1000;
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 43px 0 50px;
  text-align: left;
}
.works__title {
  font-size: 2.0rem;
  margin: 0 20px 18px;
  line-height: 1.5;
}
.type, .client, .url {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.url a {
  color: #303030;
  text-decoration: none;
}
.type_wrapper {
  margin: 0 20px 50px;
}
.mock-up {
  width: 100%;
  object-fit: cover;
  margin-bottom: 80px;
}
.description {
  margin: 0 20px;
}
.overview, .target, .purpose, .information, .design, .range {
  margin-bottom: 50px;
}
.description_label {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.description_text {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 1160px) {
  .works_content_area {
    margin-bottom: 169px;
  }
  .works_content_area_title_wrapper::after {
    width: 96%;
    left: 4%;
    height: 395px;
  }
  .works_content_area_index {
    padding: 126px 0 124px;
  }
  .works_content_area_index h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .works_content_area_index h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .works_content {
    width: 75%;
    padding: 119px 0 110px;
  }
  .works__title {
    font-size: 6.0rem;
    margin: 0 56px 50px;
  }
  .sp {
    display: none;
  }
  .type, .client, .url {
    font-size: 1.4rem;
  }
  .mock-up {
    margin-bottom: 100px;
  }
  .description {
    margin: 0 56px;
  }
  .overview, .target, .purpose, .information, .design, .range, .tool {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 5%;
    margin-bottom: 50px;
  }
  .tool {
    margin-bottom: 0;
  }
  .description_label {
    width: 16%;
    font-size: 1.6rem; 
  }
  .description_text {
    font-size: 1.6rem;
    width: 78.51%;
  }
  .type_wrapper {
    margin: 0 56px 30px;
  }
}
.mock-up_area {
  background-color: #e5e5e5;
  padding: 60px 8%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0 18%;
  margin-bottom: 60px;
  align-items: flex-start;
}
.pc_design {
  object-fit: contain;
  width: 61.6%;
}
.sp_design {
  width: 20.4%;
  object-fit: contain;
}
@media (min-width: 1160px) {
  .mock-up_area {
    padding: 140px 239px;
    margin-bottom: 169px;
    grid-gap: 0 7.6%;
  }
  .pc_design {
    width: 69.2%;
  }
  .sp_design {
    width: 23.05%;
  }
}
.works_area {
  display: block;
  position: relative;
  margin-bottom: 60px;
}
.works_title_wrapper {
  margin-bottom: 36px;
}
.works_area_title h2 {
  width: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
}
.works_area_title h3 {
  width: 100%;
  font-size: 1.0rem;
  color: #AAAAAA;
  font-weight: 400;
}
@media (min-width: 1160px) {
  .works_area {
    margin-bottom: 200px;
  }
  .works_title_wrap {
    display: flex;
  }
  .label_wrapper {
    margin: 0 20px 0 0;
  }
  .mobile {
    display: none;
  }
  .works_title_wrapper {
    margin-bottom: 80px;
  }
  .works_area_title h2 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .works_area_title h3 {
    font-size: 1.6rem;
    margin-top: 0;
    line-height: 1.5;
  }
}