@charset "UTF-8";

/* WORKS
***************************************************************/
.worksWrap .worksWrapInner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.worksWrap .worksTitle1 {
  margin-bottom: 60px;
}
.worksWrap .worksLink1 {
  margin-top: 50px;
  background-color: transparent;
}
.worksWrap .worksWrapList {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.worksWrap .worksWrapList .slideItem {
  width: calc(100% / 3);
}
_:-ms-lang(x)::-ms-backdrop, .worksWrap .worksWrapList .slideItem {
	width: 33.3333%;
}
.worksWrap .worksWrapList .slideItem a {
  width: 100%;
  height: 283px;
  display: block;
  position: relative;
}
.worksWrap .worksWrapList .slideItem .textBox {
  width: 300px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}
.worksWrap .worksWrapList .slideItem .textBox .category {
  background-color: #5B5E62;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 2px 18px;
  width: 100%;
}
.worksWrap .worksWrapList .slideItem .textBox .caption {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 5px;
  margin-bottom: 8px;
  margin-top: 20px;
}
.worksWrap .worksWrapList .slideItem .textBox .caption .s1 {
  margin-right: 18px;
}
.worksWrap .worksWrapList .slideItem .textBox .title {
  font-size: 17px;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #fff;
}
.worksWrap .worksWrapList .slideItem .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.worksWrap .worksWrapList .slideItem .imgBox .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.worksWrap .worksWrapList .slideItem .imgBox .thumb .img1 {
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
.worksWrap .slideArrow {
  display: none;
}
@media all and (min-width: 681px) {
  .worksWrap .worksWrapList::after {
    content: "";
    display: block;
    width: calc(100% / 3);
  }
  .worksWrap.bg2 .worksWrapList .slideItem a {
    background-color: #fff;
  }
  .worksWrap .worksWrapList .slideItem a:hover {
    background-color: #ccc;
  }
  .worksWrap .worksWrapList .slideItem a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.3s ease;
  }
  .worksWrap .worksWrapList .slideItem a:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .worksWrap .worksWrapList .slideItem a:hover .imgBox .thumb .img1 {
    transform: scale(1.1);
  }
  .worksWrap .worksWrapList .slideItem .textBox {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .worksWrap .worksWrapList .slideItem a:hover .textBox {
    opacity: 1;
  }
}
@media all and (max-width:680px) {
  .worksWrap .worksWrapInner {
    width: 100%;
  }
  .worksWrap .worksTitle1 {
    margin-bottom: 30px;
  }
  .worksWrap .worksLink1 {
    margin-top: 30px;
  }
  .worksWrap .worksWrapList {
    display: block;
  }
  .worksWrap .worksWrapList .slideItem {
    width: 100%;
    margin: 0;
  }
  .worksWrap .worksWrapList .slideItem + .slideItem {
    margin-top: 30px;
  }
  .worksWrap .worksWrapList .slideItem:nth-of-type(1n + 4) {
    display: none;
  }
  .worksWrap .worksWrapList .slideItem a {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    background-color: transparent;
  }
  .worksWrap .worksWrapList .slideItem .textBox {
    width: 100%;
    padding: 15px;
    margin: 0;
    position: static;
    display: block;
    overflow: visible;
  }
  .worksWrap .worksWrapList .slideItem .textBox .category {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 13px;
    padding: 2px 24px;
    width: auto;
  }
  .worksWrap .worksWrapList .slideItem .textBox .caption {
    color: #1D211E;
    font-size: 16px;
    text-align: justify;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .worksWrap .worksWrapList .slideItem .textBox .title {
    font-size: 18px;
    color: #1D211E;
  }
  .worksWrap .worksWrapList .slideItem .imgBox {
    width: 100%;
    height: 66.56vw;
  }
}
@media all and (max-width:370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
