@charset "UTF-8";
.p-works {
  /* works一覧ページ */
  /* works個別ページ */
}
.p-works__filter-list {
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: space-between;
  width: 41.875rem;
}
@media screen and (max-width: 767px) {
  .p-works__filter-list {
    margin: 1.25rem auto 0;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }
}
.p-works__filter-list a {
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  font-family: "Lato", sans-serif;
  color: #3F3B39;
}
.p-works__filter-list .active {
  color: #C1393D;
}
@media screen and (max-width: 767px) {
  .p-works__filter-item {
    margin: 5px 10px;
  }
}
.p-works__list-box {
  margin: 0.625rem auto 0;
  width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__list-box {
    width: auto;
  }
}
.p-works__item {
  margin: 3.125rem 0 0;
  width: calc(100% / 3);
  /*a:hover {
  	opacity: 1;
  	box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.2);
  }
  a::after {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0;
  	height: rem(5);
  	background-color: rgba(200, 57, 61, 0.8);
  	transition: width 0.3s ease-out;
  }*/
}
@media screen and (max-width: 767px) {
  .p-works__item {
    margin: 2.5rem 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__item img {
    width: 100%;
  }
}
.p-works__item a {
  margin: 0 0.9375rem;
  position: relative;
  display: block;
  /*transition: box-shadow 0.25s ease-out;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0);*/
}
.p-works__item a:hover::after {
  width: 100%;
}
.p-works__item--rec {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-works__item--rec {
    width: 100%;
  }
}
.p-works__info {
  margin: 0.9375rem 0.9375rem 0;
  padding-bottom: 0.1875rem;
  /*border-bottom: 1px solid #CACACA;*/
}
@media screen and (max-width: 767px) {
  .p-works__info {
    margin: 0.625rem 0.9375rem 0;
  }
}
.p-works__client-name, .p-works__title {
  line-height: 1.4;
  font-size: 0.75rem;
  font-weight: normal;
}
.p-works__title-area {
  padding-bottom: 0.3125rem;
  position: relative;
  line-height: 1.5;
  border-bottom: 1px solid #CFCFCF;
}
@media screen and (max-width: 767px) {
  .p-works__title-area {
    padding-bottom: 0;
  }
}
.p-works__cat-box {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-works__cat-box {
    margin-top: 0.625rem;
    position: relative;
    font-size: 0.8125rem;
  }
}
.p-works__cat-box dt, .p-works__cat-box dd {
  display: inline;
  font-weight: 400;
}
.p-works__ex-link {
  margin: 0 auto 0.5rem;
  width: 45.4375rem;
  line-height: 1;
  font-size: 0.875rem;
  text-align: left;
}
.p-works__ex-link::before {
  content: "";
  position: relative;
  top: -0.0625rem;
  display: inline-block;
  width: 1.375rem;
  height: 1.625rem;
  line-height: 1;
  vertical-align: middle;
  background: url("/_assets/img/works/works_ex_link.svg") no-repeat 0 50%/14px;
}
@media screen and (max-width: 767px) {
  .p-works__ex-link {
    width: 100%;
    bottom: -1.75rem;
  }
  .p-works__ex-link a {
    font-size: 0.8125rem;
  }
}
.p-works__img-box {
  margin-top: 5.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__img-box {
    margin-top: 2.8125rem;
  }
}
.p-works__img-box a {
  margin-top: 0.625rem;
  font-size: 0.875rem;
}
.p-works__img-box a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-works__img-box img {
    width: 100%;
  }
}
.p-works__img-box.h-large {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-works__img-box.h-large {
    margin-top: 4.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__img-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__img-video #ytplayer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.p-works__img-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42.1875rem;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-works__img-bg {
    padding: 1.25rem 1.875rem;
    display: block;
    height: auto;
  }
}
.p-works__img-bg img {
  margin: 0 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-works__img-bg img {
    margin: 0.625rem 0;
  }
}
.p-works__info-box {
  margin-top: 5.625rem;
  padding-top: 1.125rem;
  line-height: 1.7;
  font-size: 0.8125rem;
  border-top: 1px solid #CFCFCF;
}
@media screen and (max-width: 767px) {
  .p-works__info-box {
    margin-top: 2.8125rem;
    padding-top: 0.625rem;
    line-height: 1.5;
  }
}
.p-works__info-box dt {
  margin-right: 0.25em;
  float: left;
  font-weight: 400;
}
.p-works__footer-box {
  margin: 0.625rem auto 0;
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__footer-box {
    margin: 1.25rem auto 0;
    width: 9.375rem;
  }
}

#pjax-content .p-works__client-name {
  margin: 0;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #pjax-content .p-works__client-name {
    font-size: 0.8125rem;
  }
}

#pjax-content .p-works__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #pjax-content .p-works__title {
    font-size: 1.125rem;
  }
}

/*-----------------------------------------------------------
*** [ 坪井工業株式会社 style.css] ***
------------------------------------------------------------*/
/*# sourceMappingURL=../../_maps/page/works/style.css.map */