@charset "UTF-8";
/*

施工事例　一覧

*/
.page_case .sectionWrap .inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

.page_case .archiveHeadline,
.page_case .detailHeadline {
  padding: 26px 0 5px;
}

.page_case .archiveHeadline h1,
.page_case .detailHeadline h1 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
}

.page_case .archiveHeadline h2,
.page_case .detailHeadline h2 {
  margin-bottom: 8px;
  padding: 2px 10px;
  font-size: 17px;
  border-left: 4px solid #faed00;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .page_case .archiveHeadline,
  .page_case .detailHeadline {
    padding: 10px 0 2px;
  }
  .page_case .archiveHeadline h1,
  .page_case .detailHeadline h1 {
    font-size: 46px;
  }
  .page_case .archiveHeadline h2,
  .page_case .detailHeadline h2 {
    margin-bottom: 30px;
    padding: 2px 17px;
    font-size: 20px;
  }
}

.searchList__Box {
  margin-bottom: 28px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.searchList__accordion.on dt {
  background-color: #f9f9f9;
}

.searchList__accordion dt {
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.searchList__accordion dt:hover {
  background-color: #f9f9f9;
}

.searchList__accordion dt span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.searchList__accordion dt span::after {
  content: "";
  display: inline-block;
  margin-top: -4px;
  width: 14px;
  height: 8px;
  background-image: url(/products/assets/img/common2/icon_arw01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: 50%;
}

.searchList__accordion.on dt span::after {
  transform: rotate(180deg);
}

.searchList__accordion dd {
  padding: 12px 10px;
  font-weight: 400;
}

.searchList__accordion dd .box {
  margin-bottom: 2px;
}

.searchList__accordion dd h3 {
  margin-bottom: 12px;
  padding: 5px;
  border-bottom: 1px solid #dddddd;
}

.searchList__accordion dd h3 + div.flex.clm-res-2-4,
.searchList__accordion dd h3 + div.flex.clm-res-2-5 {
  padding: 5px;
}

.searchList__accordion dd h3 + div.flex.clm-res-2-4 div,
.searchList__accordion dd h3 + div.flex.clm-res-2-5 div {
  max-width: 45%;
}

.searchList__accordion dd h3 + div.flex.clm-res-2-4 div {
  margin-bottom: 12px;
}

.searchList__accordion dd h3 + div.flex.clm-res-2-5 div {
  margin-bottom: 14px;
}

.closeBtnWrap {
  margin-top: -3px;
  padding: 0 5px;
  text-align: center;
}

.closeBtnWrap .closeBtn {
  display: block;
  width: 100%;
  cursor: pointer;
}

.closeBtnWrap .closeBtn span {
  position: relative;
  z-index: 1;
}

.closeBtnWrap .closeBtn span::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  width: 14px;
  height: 14px;
  background-image: url(/products/assets/img/common2/icon_close2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .searchList__Box {
    margin-bottom: 48px;
  }
  .searchList__accordion dt {
    font-size: 17px;
  }
  .searchList__accordion dt span {
    display: inline-block;
    width: auto;
  }
  .searchList__accordion dt span::after {
    margin-left: 0.7em;
    position: static;
  }
  .searchList__accordion dd {
    padding: 18px 20px;
  }
  .searchList__accordion dd .box {
    margin-bottom: 11px;
  }
  .searchList__accordion dd h3 {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .searchList__accordion dd h3 + div.flex.clm-res-2-4,
  .searchList__accordion dd h3 + div.flex.clm-res-2-5 {
    justify-content: flex-start;
    padding: 0 10px;
  }
  .searchList__accordion dd h3 + div.flex.clm-res-2-4 div,
  .searchList__accordion dd h3 + div.flex.clm-res-2-5 div {
    margin-bottom: 25px;
    margin-right: 0.3%;
  }
  .searchList__accordion dd h3 + div.flex.clm-res-2-4 div {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 2.56% 23px 0;
  }
  .searchList__accordion dd h3 + div.flex.clm-res-2-4 div:nth-of-type(4n) {
    margin-right: 0;
  }
  .closeBtnWrap {
    margin-top: -6px;
    margin-bottom: -2px;
    padding: 0 10px;
  }
}

.caseList__counter {
  margin-bottom: 16px;
  font-size: 14px;
}

.caseList__counter .num {
  font-size: 20px;
}

.caseList__ItemFlexBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caseList__Item {
  margin-bottom: 30px;
  width: 48%;
  position: relative;
}

.caseList__Item .iconModal {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/products/assets/img/common2/icon_modal.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.caseList__Item figure {
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.caseList__Item figcaption {
  padding: 6px 10px;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.38;
  background-color: rgba(221, 221, 221, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}

.caseList__Item img {
  width: 100%;
}

.caseList__Item figure.js-caseModalWindow{
        width: 100%;
        padding-top: 75%;
        position: relative;
}
.caseList__Item img.caseimage {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
}

.moreBtnWrap {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .caseList__ItemFlexBox {
    justify-content: flex-start;
    margin-bottom: -9px;
  }
  .caseList__Item {
    margin-right: 3%;
    margin-bottom: 52px;
    width: 17.6%;
  }
  .caseList__Item:nth-of-type(5n) {
    margin-right: 0;
  }
  .moreBtnWrap {
    margin-top: 0;
    margin-bottom: 75px;
  }
}

/*

施工事例　詳細

*/
.page_case-detail .sectionWrap .inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

.page_case-detail .detailHeadline {
  padding: 17px 0 0;
}

.page_case-detail .detailHeadline h1 {
  margin: 0 0 17px;
  font-size: 23px;
}

.page_case-detail .archiveItemsBox {
  padding: 0;
}

.page_case-detail .moreBtnWrap {
  margin: 5px auto 0;
}

@media screen and (min-width: 768px) {
  .page_case-detail .detailHeadline {
    padding: 0;
  }
  .page_case-detail .detailHeadline h1 {
    margin: 0 0 55px;
    font-size: 45px;
    line-height: 1.2;
  }
  .page_case-detail .moreBtnWrap {
    margin: 0 auto;
  }
}

.case__shosaiBox {
  margin-bottom: 18px;
}

.case__shosaiTbl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  border-bottom: 1px solid #ddd;
}

.case__shosaiTbl dt, .case__shosaiTbl dd {
  padding: 7px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.case__shosaiTbl dt {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
}

.case__buttonBox {
  padding: 34px 0 50px;
}

.case__buttonBox .flex.clm-2 {
  margin: 0 auto !important;
}

.case__buttonBox .flex.clm-2 div {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.linkButtonsBox .linkBtn {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .case__shosaiBox {
    margin-bottom: 58px;
  }
  .case__shosaiTbl dt, .case__shosaiTbl dd {
    padding: 14px 25px;
    text-align: left;
  }
  .case__shosaiTbl dt {
    width: 300px;
  }
  .case__shosaiTbl dd {
    border-top: 1px solid #ddd;
    width: calc( 100% - 300px);
  }
  .case__buttonBox {
    padding: 50px 0;
  }
}

.productUsed__wrap {
  margin-bottom: -17px;
}

.productUsed__box {
  margin: 0 auto 40px;
  padding: 0;
  width: 100%;
  max-width: 800px;
  font-weight: 400;
}

.productUsed__box figure {
  margin-bottom: 14px;
  text-align: center;
}

.productUsed__box .txtarea {
  margin: 0 0 8px;
  padding: 0;
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: -0.6px;
}

.productUsed__box .linkBtn {
  margin-top: 12px;
  text-align: center;
}

.productUsed__box .linkBtn a, .productUsed__box .linkBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 165px;
  height: 35px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background-color: #191833;
  cursor: pointer;
}

.productUsed__box .linkBtn a:hover, .productUsed__box .linkBtn span:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .productUsed__wrap {
    margin-bottom: 102px;
  }
  .productUsed__box {
    margin: 0 auto 80px;
  }
  .productUsed__box figure {
    margin-bottom: 23px;
  }
  .productUsed__box .txtarea {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 2.13;
  }
  .productUsed__box .linkBtn a {
    width: 210px;
    height: 44px;
    font-size: 15px;
    font-weight: 400;
  }
}

/*

caseModal

  :: caseModal__window
  :: caseModal__title
  :: caseModal__link
  :: caseModal__sliderWrap
  :: caseModal__slider
  :: caseModal__description
  :: caseModal__items
  :: caseModal__item

*/
.caseModal {
  /*
  &__sliderWrap{
    height: calc( 100% - 43px);
    overflow-y: auto;
  }
  */
}

.caseModal__window {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  overflow-y: scroll;
}

.caseModal__window.on {
  display: flex;
}

.caseModal__window__in {
  margin: 0 auto;
  padding: 16px 0;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  background-color: #fff;
}

.caseModal__window__close {
  margin-bottom: 5px;
  padding: 0 16px;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

.caseModal__window__close span {
  display: flex;
  justify-content: flex-end;
}

.caseModal__window__close span img {
  width: 14px;
  height: 14px;
}

.caseModal__window__campas {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  height: calc(100% - 20px);
}

.caseModal__gallery {
  height: 100%;
}

.caseModal__title, .caseModal__link, .caseModal__description, .caseModal__items {
  padding: 0 14px;
}

.caseModal__items {
  padding-bottom: 100px;
}

.caseModal__title {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 700;
}

.caseModal__link {
  margin-bottom: 17px;
}

.caseModal__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 30px;
  font-size: 12px;
  font-weight: 700;
  background-color: #f8eb01;
}

.caseModal.pt2 .caseModal__link {
  display: none;
}

.caseModal__slider figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
  background-color: #ddd;
}

.caseModal__slider figure img {
  margin: 0;
  width: auto;
  max-height: 69vw;
}

.caseModal__description {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.769;
}

.caseModal__items__title {
  margin-bottom: 20px;
  padding: 0 0 15px;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 3px solid #faed00;
}

.caseModal__items__in {
  margin: 0;
  padding: 0;
  width: 100%;
}

.caseModal__items__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.caseModal__items__list li {
  margin: 0 0 25px;
  padding: 0;
}

.caseModal__item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.caseModal__item__left {
  width: 34.78%;
}

.caseModal__item__right {
  width: 60.72%;
}

.caseModal__item__title {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
}

.caseModal__item__title a:hover{
  border-bottom: 1px solid #333333;
}

.caseModal__item__description {
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.63;
}

.caseModal__item__mylist {
  margin: 0;
}

.caseModal__window.pt1 .caseModal__item__description {
  /* display: none; */
}

.caseModal__window.pt1 .caseModal__window__campas {
  height: calc(100% - 80px);
}

.caseModal__window.pt2 .caseModal__window__campas {
  height: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  .caseModal__title {
    font-size: 30px;
  }
  .caseModal__link a {
    font-size: 13px;
  }
  .caseModal__slider figure {
    height: 52vh;
    max-height: 410px;
    margin-bottom: 40px;
  }
  .caseModal__slider figure img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .caseModal__description {
    font-size: 15px;
    line-height: 2.13;
  }
  .caseModal__items__title {
    font-size: 17px;
  }
  .caseModal__item__title {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
  }
  .caseModal__item__description {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.538;
  }
  .caseModal .caseModal__item__mylist {
    margin-right: 24px;
  }
}

@media screen and (min-width: 992px) {
  .caseModal__window {
    justify-content: flex-start;
    padding: 60px 0 20px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: visible;
  }
  .caseModal__window__in {
    padding: 43px 125px;
    max-height: 740px;
    position: relative;
    z-index: 1;
  }
  .caseModal__window__close {
    padding: 0;
    position: absolute;
    right: 0;
    top: -50px;
  }
  .caseModal__window__close span img {
    width: 26px;
    height: 26px;
  }
  .caseModal__window__campas {
    height: 100%;
  }
  .caseModal__flex_pc {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .caseModal__imgWrap {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding-top: 60px;
  }
  .caseModal__gallery {
    width: 100%;
    height: 100%;
  }
  .caseModal__headline {
    width: 80%;
    /*background-color: #fff;*/
    position: absolute;
    top: 40px;
    left: 125px;
    z-index: 2;
  }
  .caseModal__title, .caseModal__link, .caseModal__description, .caseModal__items {
    padding: 0;
  }
  .caseModal__title {
    margin-bottom: 10px;
  }
  .caseModal__description {
    margin: 0;
    height: 150px;
    overflow-y: auto;
  }
  .caseModal__sliderWrap {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .caseModal__slider {
    width: 100%;
    height: 100%;
  }
  .caseModal__slider figure {
    background-color: transparent;
    margin-bottom: 40px;
  }
  .caseModal__items {
    -ms-flex: 0 0 41%;
    flex: 0 0 41%;
    max-width: 41%;
  }
  .caseModal__items__in {
    padding-left: 10px;
    height: calc(100% - 200px);
    overflow-y: auto;
  }
  .caseModal__items__title {
    margin-bottom: 18px;
    padding: 0 0 4px 8px;
  }
  .caseModal__items .closeBtn_f {
    display: none;
  }
  .caseModal__window.pt1 .caseModal__window__campas {
    height: 100%;
  }
  .caseModal__window.pt2 .caseModal__window__campas {
    height: 100%;
  }
  .caseModal__window.pt1 .caseModal__imgWrap {
    padding-top: 107px;
  }
  .caseModal__window.pt2 .caseModal__imgWrap {
    padding-top: 60px;
  }
}

/*
CLOSE BUTTON
*/
.closeBtn_f {
  padding: 15px;
  width: 100%;
  text-align: center;
}

.closeBtn_f span {
  padding-left: 20px;
  color: #333;
  background-image: url(/products/assets/img/common2/icon_close2.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 14px;
  cursor: pointer;
}
