#case_category ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #138cad;
  color: #138cad;
  font-size: 1.8rem;
  border-radius: 6px;
}
#case_category ul li a::before {
  font-family: "Material Symbols Outlined";
  content: "\e871";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-right: 0.25em;
}
#case_category ul li a:hover {
  background: #138cad;
  color: white;
}
#case_category ul li.material a::before {
  content: "\e9fe";
}
@media screen and (max-width: 768px) {
  #case_category ul li {
    width: 100%;
  }
}

#case-shape_list h3,
#case-material_list h3 {
  margin-bottom: 0;
}
#case-shape_list .itemlists,
#case-material_list .itemlists {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #case-shape_list .unitbox:nth-child(2n+1),
  #case-material_list .unitbox:nth-child(2n+1) {
    position: relative;
    padding: 5vw 0;
    margin-bottom: 5rem;
  }
  #case-shape_list .unitbox:nth-child(2n+1)::after,
  #case-material_list .unitbox:nth-child(2n+1)::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5vw;
    z-index: -1;
    background: #f7f7f7;
  }
}

#case-detail #mainbox {
  margin-bottom: 1rem;
}
#case-detail #thumbnail {
  width: 100%;
  display: block;
  background: #f7f7f7;
}
#case-detail #thumbnail .slick-slide {
  margin: 1rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#case-detail #thumbnail .slick-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#case-detail #thumbnail .slick-slide .ggbox {
  position: relative;
  z-index: -1;
}
#case-detail .detail {
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  #case-detail .flex .visualbox {
    width: 100%;
    margin-bottom: 1em;
  }
  #case-detail .flex .databox {
    width: 100%;
  }
  #case-detail .detail {
    margin: 2rem 0;
  }
}/*# sourceMappingURL=case.css.map */