.p-home_works__img {
  aspect-ratio: 1/1;
}
.p-home_works__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-home_works__infoItem {
  flex-direction: column;
  align-items: start;
}
.p-home_works__infoItem .badge {
  width: 100%;
  display: block;
}
.p-case {
  background: url(../img/common/bg_footer.jpg) center center/cover no-repeat;
}
.p-case .p-kv_under {
  background: url(../img/home/bg_works.jpg) no-repeat center/cover;
  position: relative;
}
.p-case .p-kv_under__ttl {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767.9px) {
  .p-case .p-kv_under__ttl .en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-case .p-kv_under__ttl .ja {
    font-size: 2rem;
  }
}
.p-case .p-kv_under__ttl .txt {
  margin-top: 2rem;
  font-size: 2.4rem;
  line-height: 1.3;
}

.p-case_works__cnt {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767.9px) {
  .p-case_works__cnt {
    flex-wrap: wrap;
  }
}
.p-case_works__item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767.9px) {
  .p-case_works__item {
    width: 100%;
  }
}
.p-case_works__img {
  overflow: hidden;
}
.p-case_works a img {
  transition: ease 0.4s;
}
.p-case_works a:hover img {
  transform: scale(1.1);
}

.p-case_detail {
  padding-bottom: 4rem;
}
.p-case_detail__img {
  width: min(90%, 1400px);
  margin: 0 auto;
}
.p-case_detail__wrapper:not(:last-of-type) {
  margin-bottom: 4rem;
}
.p-case_detail__comment {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem;
}
.p-case_detail__service span {
  display: inline-block;
  position: relative;
  padding: 1.6rem 4rem;
  z-index: 0;
  background: #1a1a1a;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .p-case_detail__service span {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.p-case_detail__service span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2rem;
  transform: skew(-22deg);
  background: #1a1a1a;
  z-index: -1;
}
.p-case_detail__about {
  margin: 1rem 0 4rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 767.9px) {
  .p-case_detail__about {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-case_detail__imgThumb {
  position: relative;
}
.p-case_detail .js-sldWorksSingle {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  aspect-ratio: 1221/814;
}
.p-case_detail .js-sldWorksSingle img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.p-case_detail .js-sldWorksSingle .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}
.p-case_detail .js-sldWorksSingle .slick-dots li {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.5803921569);
  font-size: 0;
  cursor: pointer;
}
.p-case_detail .js-sldWorksSingle .slick-dots li.slick-active {
  background: #1a1a1a;
}/*# sourceMappingURL=include.css.map */