@charset "UTF-8";
a:hover {
  cursor: pointer;
}

ul.list_toc ul.list_toc-chird {
  margin-top: 8px;
  margin-bottom: 20px;
}
ul.list_toc ul.list_toc-chird li::before {
  content: none;
}

.u-contents > h2:first-of-type {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .u-contents > h2:before {
    top: -40px;
  }
}
/* 施工事例ページ */
.works-links .works-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-links .works-links-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.works-links .works-links-wrap ul li {
  list-style: none;
}
.works-links .works-links-wrap ul li::before {
  content: none;
}
.works-links .w-cat li a {
  padding: 3px 10px;
  border: 1px solid #282828;
  background-color: #FFF7DD;
  margin-right: 10px;
  text-decoration: none;
}
.works-links .w-cat li a.active, .works-links .w-cat li a:hover {
  background-color: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}
.works-links .w-tag {
  margin-top: 20px;
}
.works-links .w-tag a {
  margin-right: 10px;
}
.works-links .w-tag a.active, .works-links .w-tag a:hover {
  color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .works-links .works-links-wrap ul {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 10px 8px;
    margin-top: 0;
  }
}

.works-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
.works-list .box {
  width: 32%;
  margin-bottom: 40px;
}
.works-list .box a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.works-list .box a:hover {
  opacity: 0.8;
}
.works-list .box img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.works-list .box h2 {
  margin: 10px 0 0;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
  text-decoration: none;
}
.works-list .box h2::before {
  content: none;
}
.works-list .box .cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.works-list .box .cat-wrap .works-cats {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 8px 10px;
  line-height: 1;
  background-color: #F4F4F4;
  border: 1px solid #282828;
  margin-right: 10px;
}
.works-list .box .cat-wrap .works-tags {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 10px;
  color: #808080;
}

@media screen and (max-width: 767px) {
  .works-list {
    gap: 4%;
  }
  .works-list .box {
    width: 48%;
    margin-bottom: 40px;
  }
  .works-list .box h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.works-before-after-wrap {
  padding-bottom: 24px;
}

.works-before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 56px 0 0;
}
.works-before-after.after-only {
  margin-top: 24px;
}
.works-before-after .w-before {
  width: 32%;
}
.works-before-after .w-before .image-wrap {
  position: relative;
  width: 320px;
  height: 240px;
  overflow: hidden;
}
.works-before-after .w-before .image-wrap img.w-image {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.works-before-after .w-before .image-wrap span {
  content: "BEFORE";
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #1A73B4;
  font-size: 18px;
  z-index: 10;
}
.works-before-after .w-before .image-wrap p {
  margin-top: 5px;
}
.works-before-after .w-before .image-wrap img.popup {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.works-before-after .w-before p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 16px;
}
.works-before-after .w-after {
  width: 65%;
}
.works-before-after .w-after .image-wrap {
  position: relative;
  width: 650px;
  height: 487px;
  overflow: hidden;
}
.works-before-after .w-after .image-wrap img.w-image {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.works-before-after .w-after .image-wrap span {
  content: "AFTER";
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: var(--color-accent);
  font-size: 20px;
  z-index: 10;
}
.works-before-after .w-after .image-wrap img.popup {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
}
.works-before-after .w-after p {
  margin-top: 5px;
}

.worksVoicesTable01 {
  width: 100%;
}

.free-comment {
  padding: 30px;
  background-color: #F4F4F4;
  margin-top: 40px;
}
.free-comment .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text);
  text-align: center;
  margin-top: 0;
}
.free-comment .comment {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-text);
  text-align: left;
  margin-top: 24px;
}

.gallery-wrap h2::before {
  top: -60px;
}

.worksGal {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.worksGal li {
  list-style-type: none;
  margin: 0 0 20px;
  text-indent: 0;
}
.worksGal li::before {
  content: none;
}
.worksGal li .image-wrap {
  position: relative;
  width: 320px;
  height: 240px;
  overflow: hidden;
}
.worksGal li .image-wrap a.op {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.worksGal li .image-wrap a.op img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worksGal li .image-wrap img.w-image {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worksGal li .image-wrap img.popup {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .works-before-after .w-before .image-wrap,
  .works-before-after .w-after .image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .works-before-after .w-before .image-wrap span,
  .works-before-after .w-after .image-wrap span {
    font-size: 14px;
    font-size: 1.4rem;
    width: 80px;
    height: 30px;
  }
  .works-before-after .w-before .image-wrap img.popup,
  .works-before-after .w-after .image-wrap img.popup {
    width: 20px;
    height: 20px;
  }
  .works-before-after .w-before p,
  .works-before-after .w-after p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .works-before-after .w-before .image-wrap span {
    font-size: 12px;
    font-size: 1.2rem;
    width: 60px;
    height: 20px;
  }
  .free-comment {
    padding: 8% 4%;
  }
  .free-comment .title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
  }
  .free-comment .comment {
    margin-top: 20px;
  }
  .gallery-wrap h2 {
    margin-top: 97px;
  }
  .gallery-wrap h2::before {
    top: -37px;
  }
  .worksGal {
    gap: 4%;
  }
  .worksGal li {
    width: 48%;
    display: block;
  }
  .worksGal li .image-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .worksGal li .image-wrap img.popup {
    width: 20px;
    height: 20px;
  }
  .worksGal li .galCap {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .worksVoicesTable01 tbody tr:nth-of-type(1) th {
    border-top: none !important;
  }
}
.voice-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
.voice-box-wrap .voice-box {
  margin-bottom: 96px;
  width: 48%;
}
.voice-box-wrap .voice-box .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #F4F4F4;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.voice-box-wrap .voice-box .voicesCopy p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  margin-top: 0;
  line-height: 1.3;
}
.voice-box-wrap .voice-box .voice-image-wrap {
  text-align: center;
  margin-top: 20px;
}
.voice-box-wrap .voice-box .voice-image {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 200px;
  height: 283px;
  overflow: hidden;
  justify-self: end;
  border: 1px solid #eee;
}
.voice-box-wrap .voice-box .voice-image a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/page/icon_popup.png);
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-voices {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  padding: 24px;
  position: relative;
  margin-top: 50px;
}
.c-voices .c-title {
  width: 360px;
  height: 40px;
  --cut: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #FF5E56;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  clip-path: polygon(var(--cut) 0%, 100% 0%, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0% 100%, 0% var(--cut));
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-voices .c-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .c-voices .c-title {
    width: 90%;
  }
  .voice-box-wrap .voice-box p.title {
    font-size: 14px;
  }
  .voice-box-wrap .voice-box {
    width: 100%;
  }
  .voice-box-wrap .voice-box .voicesCopy p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 4% 0;
  }
}