.secTop .titleWrap {
  margin-bottom: 40px;
}
.secTop .titleWrap h1 {
  padding-bottom: 20px;
}
.secTop .titleWrap .cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 3px;
  color: #6D6D6D;
}
.secTop .titleWrap .ownername {
  padding-top: 6px;
  color: #6D6D6D;
}

.secSlider {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.secSlider .slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}
.secSlider .slider1 {
  margin: 0 auto;
}
.secSlider .slider1 .slick-list {
  overflow: visible !important;
}
.secSlider .slider1 .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
}
.secSlider .slider1 .slick-dots li button {
  color: #000;
}
.secSlider .slider1 .slick-dots li button:before {
  font-size: 10px;
  opacity: 0.08;
}
.secSlider .slider1 .slick-dots li {
  margin: 0;
  width: 16px;
}
.secSlider .slider1 .slick-dots li.slick-active button:before {
  opacity: 1;
}

.arrow_box1, .arrow_box2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 15px;
  background: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 0px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .prev-arrow, .next-arrow {
    width: 20px;
    height: 20px;
    border-radius: none;
  }
  .prev-arrow:focus-visible, .next-arrow:focus-visible {
    outline: none !important;
  }
  .prev-arrow::before,
  .next-arrow::before {
    width: 8px;
    height: 8px;
    left: -3px;
  }
  .arrow_box1 {
    height: 15px;
    gap: 15px;
  }
}
.secCms .infoArea {
  max-width: 1080px;
  width: 90%;
  margin: 40px auto;
}
.secCms .infoArea .gridArea {
  display: grid;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  grid-template-columns: 0.3fr 1fr;
}
.secCms .infoArea .gridArea .txArea {
  padding: 20px 0;
  height: 100%;
}
.secCms .infoArea .gridArea .content {
  display: grid;
  grid-template-columns: 110px 1fr;
}
.secCms .infoArea .gridArea .content * {
  padding: 8px;
  font-size: clamp(14px, 1.25vw, 15px);
  border-top: 1px solid #CCCCCC;
}
.secCms .infoArea .gridArea .content .title {
  padding-left: 20px;
}
.secCms .infoArea .gridArea .content .detail {
  padding-right: 20px;
}
.secCms .imgTxArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  padding-bottom: 80px;
}
.secCms .imgTxArea .tx {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .secCms .infoArea .gridArea .content .borderNone {
    border-top: none;
  }
  .secCms .infoArea .gridArea .txArea {
    border-right: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 767px) {
  .imgTxArea {
    margin-top: 50px;
  }
  .secCms {
    display: grid;
  }
  .secCms .imgTxArea {
    grid-template-columns: 1fr;
    order: 2;
    padding-bottom: 0;
  }
  .secCms .infoArea {
    width: 100%;
    order: 1;
  }
  .secCms .infoArea .gridArea {
    grid-template-columns: 1fr;
  }
  .secCms .infoArea .gridArea .txArea {
    padding-left: 20px;
  }
}
#pageTop .comBtn {
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  #pageTop .comBtn {
    margin: 40px auto;
  }
}

.construction-tit {
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #010000;
  margin: 0 0 46px;
}

/*.construction-detail-list*/
.mb10 {
  margin-bottom: 10px;
}

.construction-detail-list {
  margin: 40px 0;
  padding: 40px 0;
}

.single-reformcase .construction-detail-list {
  padding-bottom: 56px;
}

.construction-detail-list ul {
  display: flex;
  flex-wrap: wrap;
}

.construction-detail-list ul.before_after {
  display: block;
}

.construction-detail-list li {
  width: calc((100% - 48px) / 2);
  margin-right: 48px;
  padding: 0 0 45px;
}

.construction-detail-list ul.before_after li {
  width: auto;
  margin-right: 0;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.construction-detail-list ul.before_after li .item {
  width: calc((100% - 48px) / 2);
  margin-right: 48px;
}

.construction-detail-list li:nth-of-type(2n) {
  margin-right: 0;
}

.construction-detail-list ul.before_after li .item:nth-of-type(2n) {
  margin-right: 0;
}

.construction-detail-list ul.before_after li .item:nth-of-type(2n) .img {
  position: relative;
}

.construction-detail-list ul.before_after li .item:nth-of-type(2n) .img:before {
  position: absolute;
  content: "";
  left: -32px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #6D6D6D;
  border-right: 1px solid #6D6D6D;
  transform: rotate(45deg);
}

.construction-detail-list li:nth-of-type(2n) .construction-detail-list li .img {
  margin: 0 0 30px;
}

.construction-detail-list ul.before_after li .img {
  margin: 0 0 5px;
}

.construction-detail-list li .img img {
  width: 100%;
}

.construction-detail-list li .txt {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  min-height: 104px;
}

.construction-detail-list ul.before_after li .txt {
  min-height: inherit;
  padding-bottom: 10px;
  margin-top: 5px !important;
}

.before_after .mask_before {
  display: inline-block;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  padding: 2px 5px;
  line-height: initial;
  color: #6D6D6D;
  border: 1px solid #6D6D6D;
  font-family: "Unna", serif;
  font-size: clamp(15px, 1.33vw, 16px);
  letter-spacing: 0.05em;
}

.before_after .mask_after {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  line-height: initial;
  padding: 2px 5px;
  color: #000;
  border: 1px solid #000;
  font-family: "Unna", serif;
  font-size: clamp(15px, 1.33vw, 16px);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .construction-tit {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .construction-detail-list {
    margin: 20px 0 30px;
    padding: 20px 0 30px;
  }
  .construction-detail-list ul.before_after li {
    flex-direction: column;
    gap: 50px;
  }
  .construction-detail-list ul.before_after li .item {
    width: 100%;
    margin-right: initial;
  }
  .construction-detail-list ul.before_after li .item .img:before {
    content: "";
    position: absolute;
    top: -70px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(90deg) !important;
    -webkit-transform: translateX(-50%) rotate(90deg) !important;
    -ms-transform: translateX(-50%) rotate(90deg) !important;
  }
}/*# sourceMappingURL=style.css.map */