input[type="radio"] {
    display: none;
}
input[type="checkbox"] {
    display: none;
}
.is-hide {
  display: none;
}
.hs_content_area {
  margin-top: unset;
}
.hs_works-all_house_content_area {
  margin: 1.5rem;
}
.hs_works-all_house_content_tag_area {
  font-family: 'Poppins', sans-serif;
  margin: 2rem 0 3rem;
}
.hs_works-all_content_tag {
  display: flex;
  align-items: center;
  margin: 0.7rem 0 1.3rem;
}
.hs_works-all_house_content_tag_title {
  font-size: 1.2em;
}
.hs_works-all_house_content_tag_name {
  border: 1px solid #4D4D4D;
  padding: 0.6em 0.5rem;
  font-size: 0.8em;
  margin-right: 5px;
}
.hs_works-all_content_tag input:checked + label {
  background: #000;
  color: #fff;
}
.hs_works-all_house_list {
  margin-bottom: 2rem;
}
.hs_works-all_house_list_text {
  display: flex;
  margin-top: 0.5rem;
  font-family: 'Poppins', sans-serif;
  align-items: end;
}
.hs_works-all_house_list_case_number {
  font-size: 1.2em;
  margin-right: 0.8rem;
  font-weight: 410;
}
.hs_works-all_house_list_tag {
  font-size: 0.8em;
  margin-right: 0.3rem;
}
.new {
  position: absolute;
  padding: 0.5rem 1rem;
  background: #FFF100;
  z-index: 10;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 600px) {
  .hs_works-all_house_content_area {
    margin: 3rem;
  }
  .hs_works-all_house_content_tag_area {
    margin-bottom: 3rem;
  }
  .hs_works-all_content_tag {
    margin-bottom: 1rem;
  }
  .hs_works-all_house_content_tag_title {
    font-size: 1.2em;
  }
  .hs_works-all_house_content_tag_name {
    font-size: 1em;
    padding: 0.5rem 0.8rem;
    margin-right: 1rem;
    border: 1.5px solid #4D4D4D;
    cursor: pointer;
  }
  .hs_works-all_house_list_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hs_works-all_house_list {
    width: 49%;
    margin-bottom: 2rem;
    cursor: pointer;
  }
  .hs_works-all_house_list_img {
    overflow: hidden;
    width: 100%;
    max-width: 500px;
  }
  .hs_works-all_house_list_img img {
    height: auto;
    transition: .5s;
  }
  .hs_works-all_house_list:hover img {
    transform: scale(1.1);
  }
  .hs_works-all_house_list_text {
    margin-top: 0.8rem;
    margin-left: 0.2rem;
  }
  .hs_works-all_house_list_case_number {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .hs_works-all_house_list_tag {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 960px) {
  .hs_content_area {
    margin-top: 4rem;
  }
  .hs_works-all_house_content_area {
    margin: 3rem;
  }
  .hs_works-all_house_content_tag_title {
    font-size: 1.5em;
  }
  .hs_works-all_house_content_tag_name {
    font-size: 1.1em;
    padding: 0.6rem 1rem;
    border: 1.5px solid #4D4D4D;
  }
  .hs_works-all_house_list {
    width: 32%;
  }
  .hs_works-all_house_list_text.hs_works_single_list {
    margin-top: 0.8rem;
    display: block;
  }
  .hs_works-all_house_list_case_number {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .hs_works_other_list {
    display: flex;
    margin-top: 0.3rem;
  }
  .hs_works-all_house_list_tag {
    font-size: 1em;
  }
  .hs_works-all_house_list_area{
    justify-content: flex-start;
    gap: 2%;
  }
}