@charset "utf-8";
/* CSS Document */
#cateBox .category-list {
  justify-content: left;
}
#cateBox .category-list li {
  margin: 0 2px 10px;
  position: relative;
  text-align: center;
  display: block;
}
/*#cateBox .category-list li:nth-child(2n){
	margin: 0 5px 10px
}*/
#cateBox .category-list li a {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #ffffff;
  color: #1D2D49;
  border: 1px solid #1D2D49;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 0.9rem;
  line-height: 2.4;
  font-weight: 600;
  display: table;
  padding: 0 15px;
}
#cateBox .category-list li a:hover {
  font-weight: 600;
  color: #fff;
  background-color: #101010;
  border: 1px solid #101010;
  border-radius: 20px;
  opacity: 1;
}
.title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #101010;
}
.worksArea {
  margin: 60px auto;
}
.worksArea .worksBox {
  margin: 40px auto;
}
.worksArea .worksBox .area {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 0.8rem;
  text-align: center;
  background-color: #FFFFFF;
}
.worksArea .worksBox .colBox {
  background-color: #F5F3EB;
  padding: 20px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  position: relative;
}
.worksArea .worksBox .colBox .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.worksArea .worksBox .imgBox {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
}
.worksArea .worksBox .imgBox img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}
.catBox {
  justify-content: flex-start;
}
.catBox .kindTtl {
  /*border-radius: 20px;*/
  color: #fff;
  font-size: 0.85rem;
  background-color: #101010;
  line-height: 2.4;
  padding: 0 10px;
  margin: 0 3px 5px 0;
}
.worksArea .worksBox .colTitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #101010;
  margin: 15px 0;
  display: block;
}
.taxWrap .worksArea .worksBox .colTitle {
  margin-top: 15px;
}
section h2.title {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 20px;
}
#cateBox .category-list li .current {
  font-weight: 600;
  color: #fff;
  background-color: #101010;
  border: 1px solid #101010;
  border-radius: 20px;
}
.singleCol {
  margin: 0 auto 80px;
}
.singleCol .catBox {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.singleCol .thumbnail {
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
  text-align: center;
}
.singleCol .thumbnail .thImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.singleCol .thumbnail .thImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.singlBox .leadTxt {
  margin: 40px auto;
}
.singlBox .leadTxt h3, .singlBox .ovWrap h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
.singlBox .imgWrap a {
  width: 48%;
  aspect-ratio: 1 / 1;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.singlBox .imgWrap a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 20px;
  height: 20px;
  background-image: url("../images/works/glass.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}
.singlBox .imgWrap a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.singlBox .ovWrap {
  margin: 50px auto 80px;
}
.singlBox .ovWrap table {
  margin: 20px auto 50px;
  width: 100%;
}
.singlBox .ovWrap td, .singlBox .ovWrap th {
  padding: 10px;
  width: 30px;
  height: 25px;
}
.singlBox .ovWrap th {
  width: 40%;
  background: #707070;
  color: #fff;
  border-bottom: 1px solid #ffffff;
  border-collapse: collapse;
}
.singlBox .ovWrap table, .singlBox .ovWrap td {
  border: 1px solid #707070;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .keyBox {
    background-image: url("../images/key/works.png");
  }
  .worksArea .worksBox {
    margin: 40px auto;
    padding-bottom: 30px;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .keyBox {
    background-image: url("../images/key/works_pc.png");
  }
  #cateBox {
    margin: 100px auto;
  }
  #cateBox .category-list {
    width: 95%;
    margin: auto;
  }
  #cateBox .category-list li {
    height: 40px;
    margin: 0 5px 15px;
  }
  #cateBox .category-list li a {
    line-height: 2.7;
    padding: 0 40px;
  }
  .worksArea .flexboxPC {
    justify-content: flex-start;
  }
  .worksArea .worksBox {
    width: 30%;
    margin: 0 5% 50px 0;
  }
  .worksArea .worksBox .colBox {
    height: 235px;
  }
  .worksArea .worksBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .worksArea .worksBox .colTitle {
    font-weight: 500;
    line-height: 1.5;
    display: block;
  }
  .catBox {
    margin: 15px 0;
  }
  .catBox .kindTtl {
    font-size: 0.7rem;
    padding: 0 10px;
    border-radius: 20px;
  }
  .title {
    font-size: 1.5rem;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
  .worksCol {
    line-height: 1.8;
    display: block;
  }
  .worksArea .worksBox .colTitle {
    font-weight: 600;
    line-height: 1.5;
    display: block;
  }
  section h2.title {
    font-size: 1.5rem;
  }
  .singlBox {
    width: 800px;
    margin: auto;
  }
  .singleCol .catBox {
    margin-bottom: 70px;
    padding-bottom: 30px;
  }
  .singleCol .thumbnail {
    width: 60%;
    margin: 0 auto 50px;
  }
  .singleCol .thumbnail .thImg img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .singlBox .imgWrap a {
    width: 32%;
    margin-bottom: 20px;
  }
  .singlBox .leadTxt h3, .singlBox .ovWrap h3 {
    font-size: 1.5rem;
  }
}