@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.p_works__cat__heading {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 30px;
}
.p_works__cat__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_works__cat__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p_works__cat__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.p_works__cat__item {
  max-width: 120px;
}
.p_works__cat__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p_works__cat__card {
    max-width: revert;
  }
}
.p_works__cat__thumb {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.p_works__cat__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_works__cat__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.p_works__cat__ttl--en {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  .p_works__cat__ttl--en {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
.p_works__cat__ttl--jp {
  color: #7d7d7d;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
.p_works__search {
  margin-bottom: 60px;
}
.p_works__searchQuery {
  margin-bottom: 60px;
}
.p_works__contact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
}
.p_works__return {
  text-align: center;
}

/*# sourceMappingURL=works.css.map */
