@charset "UTF-8";
#home_works_title span {
  margin: 0 auto 30px;
}
.nav-works_cat{
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.nav-works_cat>*{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 45px;
  color: #fff;
  border: solid 1px #fff;
  margin: 0 5px;
  position: relative;
}
#subject_contents_works .nav-works_cat>*{
  color: #000;
  border-color: #000;
}

.nav-works_cat>*.on{
  background-color: #3C69B2 !important;
  border-color: #3C69B2 !important;
  color: #fff !important;
}
.nav-works_cat>*.on::after{
  content: "";
  display: block;
  position: absolute;
  bottom:0;
  left:50%;
  transform: translate(-50%, 100%);
  width: 24px;
  height: 12px;
  background-image: url("../../../uploads/huki_p1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}


.card-works_cat{
  display:none !important;
}
.card-works_cat.on{
  display:block !important;
}
.card-works_cat .cat_tag{
  position: absolute;
  top: 0;
  right: 0;
  z-index:1;
  background-color: rgba(0,0,0, .9);
  font-size: 10px;
  padding: 10px 10px;
  line-height: 1;
  color: #fff;
}
#home_works_area{
  display: flex;
  justify-content: center;
}
@media screen and (max-width:660px) {
  #home_works_area{
    display: block;
  }
}

#subject_works_detail_title h1{
  font-size: 18px;
}
#subject_works_detail_title h1 br{
  display: none;
}
@media screen and (max-width:660px) {
  #subject_works_detail_title h1 br{
    display: block;
  }
}
#subject_works_detail_title header{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
#subject_works_detail_title .cat_tag{
  background-color: rgba(0,0,0, .9);
  font-size: 10px;
  padding: 10px 10px;
  line-height: 1;
  color: #fff;
  margin-right: 2em;
}