.main-visual-area.work {
  /* background-image: url(../img/work_mv.png); */
  /* height: 0; 811*/
  /* padding-top: 280px; 0811*/
}

.main-visual-title {
  /* transform: translate(-50%, calc(-50% + 8px)); */
  transform: translateY(-50%);
    height: 20.67px;
}

.change-tab_work {
  padding: 20px 0 75px;
}

.change_work_tab {
  background-color: #fff;
  width: 45%;
  margin: 0 auto;
  padding: 12px;
  position: relative;
}

.small .change_work_tab {
  width: 39%;
}

.change_work_tab::after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  border-bottom: 1px solid #707070;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.change_work_tab a {
  background-color: #fff;
  width: 50%;
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 13px;
  text-align: center;
}

.change_work_tab a:first-of-type {
  border-right: none;
}

.change_work_tab a.select {
  background-color: #aaa;
}

.change_work_tab a li {
  font-size: 13px;
}

.change_work_tab a.select li {
  color:#fff;
}

.change_work_tab_content .flex-box {
  justify-content: start;
}

.page-title h1 {
  /* font-size: 20px; */
  padding: 0;
  margin-bottom: 0;
}

.page-title::after {
  content: none;
}


.cal3 .work-list {
  width: 31%;
  position: relative;
  margin: 0 calc(7% / 6) 40px;
}

.work-list-imgtitle {
  background-color: rgba(90, 90, 90, 0.47);
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-list-imgtitle p {
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
}

.work-list img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ＠＠＠＠＠＠＠＠＠＠＠＠＠＠詳細ぺージ＠＠＠＠＠＠＠＠＠＠＠＠＠＠ */

.work-detail-intro {
  padding-top: 20px;
}

.detail-eyecatch {
  width: calc(100% - 20px);
  margin: 0 auto;
  /* max-width: 700px; */
}

.detail-img-wrap {
  position: relative;
  height: 38vw;
  max-height: 700px;
}

.detail-img-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* .detail-eyecatch-imgtitle {
  background-color: rgba(90, 90, 90, 0.47);
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-eyecatch-imgtitle p {
  color: #fff;
  font-size: 13px;
} */

.detail-category-intro {
  width: calc(100% - 20px);
  margin: 0 auto;
  box-sizing: border-box;
}

.category-title {
  padding: 110px 0 40px;
  text-align: center;
  margin: 0 0 20px;
}

.category-title h2 {
  font-size: 16px;
}

.detail-category-intro p {
  font-size: 12px;
  padding: 10px 15px;
  font-weight: 500;
  line-height: 22px;
}

.works_slider-area {
  padding: 40px 0;
}

.slide-list div {
  margin: 0 15px;
  height: 7vw;
  max-height: 130px;
}

.category-detail-title {
  padding: 20px 0;
  text-align: center;
}

.category-detail-title h2 {
  font-size: 23px;
  font-weight: 600;
}

.category-detail-wrap p {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  width: 82%;
margin: 0 auto;
}

.btn.ma-0 {
  margin: 0 auto;
  padding-top: 40px;
}


@media (max-width: 768px) {

  .work-list-imgtitle {
    height: 30px;
  }

  .work-list-imgtitle p {
    font-size: 11px;
    padding: 0 5px;
  }

.change_work_tab,
.small .change_work_tab {
    width: 60%;
}
/* 
.work-detail-intro {
  padding-top: 40px;
} */

  .detail-eyecatch {
    width: 100%;
}

  .detail-category-intro {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
}

.category-title {
    padding: 15px 0;
    margin: 0 0 20px;
}

.category-title h2 {
  font-size: 14px;
}

.detail-category-intro p {
    padding: 0;
}

.category-detail-wrap p {
    width: 100%;
  }

  .slide-list div {
      margin: 0 15px;
      height: 13vw;
      max-height: 85px;
  }

  .detail-img-wrap {
    height: 55vw;
  }
}

@media (max-width: 564px) {
  .change_work_tab,
  .small .change_work_tab {
    width: 100%;
    box-sizing: border-box;
}

.cal3 .work-list {
    width: 47%;
    margin: 0 0 40px;
  }

  .slide-list div {
    margin: 0 5px;
}

.change-tab_work {
    padding: 20px 0 45px;
}

.change_work_tab::after {
    bottom: -20px;
  }

  .main-visual-area.work {
    /* padding-top: 200px; 0811*/
  }

  .work-list-imgtitle {
    height: 25px;
  }

  .work-list-imgtitle p {
    font-size: 9px;
    padding: 0 5px;
  }

  .change_work_tab_content .flex-box {
    justify-content: space-between;
  }

}

@media (max-width: 1024px) {
  .main-visual-title {
    /* transform: translate(-50%, calc(-50% + -15px)); */
    height: 18px;
  }

  
}

.slick-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slick-initialized .slick-slide {
cursor: pointer;
}

.slick-initialized .slick-slide:focus {
  outline: none;
}





/* IEのみ調整 */

@media all and (-ms-high-contrast:none){
  .cal3 .work-list {
    height: 16vw;
    max-height: 260px;
  }

  .slick-slide img {
    height: auto;
  }

  .detail-img-wrap {
    text-align: center;
    height: 40vw;
    max-height: 870px;
  }
  

  .detail-img-wrap img {
    width: auto;
  }

  .slick-slide {
    height: 11vw;
    max-height: 210px;
  }
}