@charset "UTF-8";
/* works introduction setting
------------------------------------*/
#worksIntro {
  margin: 220px 0 40px;
  text-align: center;
}
#worksIntro h1 {
  position: relative;
  margin: 0 0 70px;
  width: 100%;
}
#worksIntro h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -45px;
  display: block;
  background: url("../../img/common/ico_ci.png") 0 0/cover no-repeat;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 15px;
}
#worksIntro h1 span {
  display: block;
  margin: 0 0 15px;
  width: 100%;
  font-size: 30px;
  color: #878e31;
}
#worksIntro h1 em {
  display: block;
  font-size: 12px;
}
#worksIntro p {
  text-align: center;
  line-height: 2.5;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}

/* works list setting
------------------------------------*/
#worksList {
  padding: 40px 0 70px;
  background: rgba(190, 164, 134, 0.1);
  text-align: center;
  width: 100%;
}
#worksList h2 {
  margin: 0 0 25px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #878e31;
}
#worksList .selectConditions {
  margin: 0 0 60px;
}
#worksList .selectConditions dl {
  margin: 0 auto 20px;
  width: 95%;
  max-width: 1200px;
}
#worksList .selectConditions dl dt {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  background: #878e31;
  margin: 0 auto;
  width: 225px;
  height: 30px;
  line-height: 30px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
}
#worksList .selectConditions dl dt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  background: url("../../img/common/ico_arrow-white.png") center center/cover no-repeat;
  margin: -5px 0 0;
  width: 11px;
  height: 10px;
  transition: all .3s;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#worksList .selectConditions dl dt.active:after {
  background: url("../../img/common/ico_close-white.png") center center/cover no-repeat;
  width: 10px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#worksList .selectConditions dl dd {
  display: none;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  background: #fff;
  margin: -15px 0 0;
}
#worksList .selectConditions dl dd ul {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 25px 9px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}
#worksList .selectConditions dl dd ul li {
  position: relative;
  margin: 0 20px 16px 0;
  padding: 0 0 0 20px;
}
#worksList .selectConditions dl dd ul li label:has(input[type="checkbox"]:checked) {
  font-weight: bold;
}
#worksList .selectConditions dl dd ul li label input[type="checkbox"] {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  width: 0;
  height: 0;
}
#worksList .selectConditions dl dd ul li label input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -20px;
  z-index: 0;
  display: block;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 5px 1px rgba(235, 235, 235, 0.8) inset;
  background: #fff;
  width: 15px;
  height: 15px;
}
#worksList .selectConditions dl dd ul li label input[type="checkbox"]:checked:before {
  background: #878e31;
  border-color: #878e31;
  box-shadow: none;
}
#worksList .selectConditions dl dd ul li label.selected:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  z-index: 1;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: 3px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#worksList .selectConditions #btnClear li {
  padding: 0 0 0 20px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}
#worksList .selectConditions #btnClear li label {
  position: relative;
}
#worksList .selectConditions #btnClear li label input[type="radio"] {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  width: 0;
  height: 0;
}
#worksList .selectConditions #btnClear li label input[type="radio"]:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -20px;
  z-index: 0;
  display: block;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0 5px 1px rgba(235, 235, 235, 0.8) inset;
  background: #fff;
  width: 15px;
  height: 15px;
}
#worksList .selectConditions #btnClear li label.selected:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -16px;
  z-index: 1;
  display: block;
  background: #bea487;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
#worksList #result {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
  max-width: 1265px;
}
#worksList #result.noResults {
  padding: 100px 0;
}
#worksList #result.noResults:before {
  white-space: pre;
  content: '該当する施工事例が見つかりませんでした。\A \A絞り込み条件を変更してください';
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.0;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}
#worksList #result li {
  position: relative;
  border-radius: 10px;
  background: #000;
  margin: 0 1.1% 20px;
  width: 17.78%;
  height: 300px;
  overflow: hidden;
}
#worksList #result li[class*="hidden"] {
  display: none;
}
#worksList #result li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
#worksList #result li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: scale(1);
}
#worksList #result li a figure {
  display: block;
  height: 100%;
}
#worksList #result li a figure img {
  width: auto;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  transition: all .3s;
  transform: scale(1.03);
}
#worksList #result li a p {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  text-align: left;
  line-height: 1.5;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

/* works detail introduction setting
------------------------------------*/
#worksDetailIntro {
  margin: 220px 0 55px;
  text-align: center;
}
#worksDetailIntro p {
  position: relative;
  margin: 0 0 70px;
  width: 100%;
  font-weight: bold;
}
#worksDetailIntro p:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -45px;
  display: block;
  background: url("../../img/common/ico_ci.png") 0 0/cover no-repeat;
  margin: 0 0 0 -7px;
  width: 15px;
  height: 15px;
}
#worksDetailIntro p span {
  display: block;
  margin: 0 0 15px;
  width: 100%;
  font-size: 30px;
  color: #878e31;
}
#worksDetailIntro p em {
  display: block;
  font-size: 12px;
}
#worksDetailIntro h1 {
  margin: 0 0 50px;
}
#worksDetailIntro h1 em {
  display: block;
  margin: 0 0 25px;
  width: 100%;
  font-size: 20px;
}
#worksDetailIntro h1 span {
  display: block;
  font-size: 16px;
}
#worksDetailIntro small {
  display: block;
  margin: 0 0 30px;
  font-size: 14px;
}
#worksDetailIntro small a:link, #worksDetailIntro small a:visited {
  position: relative;
  text-decoration: underline;
  color: #bea487;
}
#worksDetailIntro small a:link:after, #worksDetailIntro small a:visited:after {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../../img/common/ico_external.png") 0 0/cover no-repeat;
  margin: 0 0 0 5px;
  width: 11px;
  height: 13px;
}
#worksDetailIntro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
#worksDetailIntro ul li {
  border-radius: 10px;
  background: #878e31;
  margin: 0 5px 10px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  color: #fff;
}

/* works gallery setting
------------------------------------*/
#worksGallery {
  background: rgba(190, 164, 134, 0.1);
  padding: 30px 0 90px;
}
#worksGallery .slider .slick-list .slick-track .slick-slide {
  border-radius: 10px;
  background: #000;
  margin: 0 15px;
  width: 600px;
  height: 600px;
  overflow: hidden;
}
#worksGallery .slider .slick-list .slick-track .slick-slide img {
  width: 600px;
  height: 600px;
  transition: all 1s;
  opacity: 0.3;
}
#worksGallery .slider .slick-list .slick-track .slick-slide.slick-active img {
  opacity: 1;
}
#worksGallery .slider .slick-arrow {
  content: '';
  position: absolute;
  top: 260px;
  left: 50%;
  z-index: 1;
  display: block;
  border: none;
  appearance: none;
  border-radius: 50%;
  background: #bea487 url("../../img/common/ico_arrow-white.png") center center/33px 31px no-repeat;
  margin: 0 0 0 400px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
#worksGallery .slider .slick-arrow.slick-next {
  margin: 0 0 0 -480px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#worksGallery .slider .slick-arrow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
#worksGallery .slider .slick-dots {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 70px;
  padding: 0;
  width: 600px;
}
#worksGallery .slider .slick-dots.has9MoreItems {
  justify-content: flex-start;
  padding: 0 0 0 2px;
}
#worksGallery .slider .slick-dots li {
  border-radius: 10px;
  background: #000;
  margin: 0 5px 5px 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  overflow: hidden;
}
#worksGallery .slider .slick-dots li:nth-child(8n) {
  margin: 0 0 5px 0;
}
#worksGallery .slider .slick-dots li:not(.slick-active):hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
#worksGallery .slider .slick-dots li img {
  transition: all 1s;
  opacity: 0.3;
}
#worksGallery .slider .slick-dots li.slick-active img {
  opacity: 1;
}
#worksGallery #btnBack li a {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 15px;
  background: #878e31;
  margin: 0 auto;
  width: 225px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
}
#worksGallery #btnBack li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  background: url("../../img/common/ico_arrow-white.png") center center/cover no-repeat;
  margin: -5px 0 0;
  width: 11px;
  height: 10px;
  transition: all .3s;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ------------------------------------------------------------------------
	Ajustment For Small PC Window 
------------------------------------------------------------------------ */
@media (max-height: 780px) {
  /* works gallery setting
  ------------------------------------*/
  #worksGallery {
    padding: 30px 0 90px;
  }
  #worksGallery .slider .slick-list .slick-track .slick-slide {
    margin: 0 15px;
    width: 400px;
    height: 400px;
  }
  #worksGallery .slider .slick-list .slick-track .slick-slide img {
    width: 400px;
    height: 400px;
  }
  #worksGallery .slider .slick-arrow {
    top: 160px;
    background: #bea487 url("../../img/common/ico_arrow-white.png") center center/24px 22px no-repeat;
    margin: 0 0 0 300px;
    width: 60px;
    height: 60px;
  }
  #worksGallery .slider .slick-arrow.slick-next {
    margin: 0 0 0 -360px;
  }
  #worksGallery .slider .slick-arrow:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  #worksGallery .slider .slick-dots {
    margin: 10px auto 70px;
    width: 400px;
  }
  #worksGallery .slider .slick-dots li {
    border-radius: 10px;
    margin: 0 5px 5px 0;
    width: 45px;
    height: 45px;
  }
  #worksGallery .slider .slick-dots li:nth-child(8n) {
    margin: 0 0 5px 0;
  }
  #worksGallery .slider .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
  }
  #worksGallery .slider .slick-dots li img {
    transition: all 1s;
    opacity: 0.3;
  }
  #worksGallery .slider .slick-dots li.slick-active img {
    opacity: 1;
  }
  #worksGallery #btnBack li a {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 15px;
    background: #878e31;
    margin: 0 auto;
    width: 225px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
  }
  #worksGallery #btnBack li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    background: url("../../img/common/ico_arrow-white.png") center center/cover no-repeat;
    margin: -5px 0 0;
    width: 11px;
    height: 10px;
    transition: all .3s;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/* ------------------------------------------------------------------------
	Ajustment For Smart Phone 
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* works introduction setting
  ------------------------------------*/
  #worksIntro {
    margin: 33.333333vw 0 7.3333333vw;
  }
  #worksIntro h1 {
    margin: 0 0 14.666667vw;
  }
  #worksIntro h1:after {
    bottom: -10vw;
    margin: 0 0 0 -2vw;
    width: 4vw;
    height: 4vw;
  }
  #worksIntro h1 span {
    margin: 0 0 5.3333333vw;
    font-size: 8vw;
  }
  #worksIntro h1 em {
    font-size: 3.2vw;
  }
  #worksIntro p {
    font-size: 3.733333vw;
  }

  /* works list setting
  ------------------------------------*/
  #worksList {
    padding: 7.3333333vw 0 9.3333333vw;
  }
  #worksList h2 {
    margin: 0 0 25px;
    font-size: 4vw;
  }
  #worksList .selectConditions {
    margin: 0 0 8vw;
  }
  #worksList .selectConditions dl {
    margin: 0 auto 5.3333333vw;
    width: 97.3333333vw;
    max-width: 97.3333333vw;
  }
  #worksList .selectConditions dl dt {
    border-radius: 4vw;
    width: 60vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 2.933333vw;
  }
  #worksList .selectConditions dl dt:after {
    right: 3.2vw;
    margin: -1.3333333vw 0 0;
    width: 2.933333vw;
    height: 2.666667vw;
  }
  #worksList .selectConditions dl dt.active:after {
    width: 2.666667vw;
  }
  #worksList .selectConditions dl dd {
    border-radius: 1.3333333vw;
    margin: -4vw 0 0;
  }
  #worksList .selectConditions dl dd ul {
    padding: 9.3333333vw 6.6666667vw 2.4vw;
    font-size: 3.2vw;
  }
  #worksList .selectConditions dl dd ul li {
    margin: 0 5.3333333vw 4.2666667vw 0;
    padding: 0 0 0 5.3333333vw;
  }
  #worksList .selectConditions dl dd ul li label:has(input[type="checkbox"]:checked) {
    font-weight: bold;
  }
  #worksList .selectConditions dl dd ul li label input[type="checkbox"]:before {
    top: -0.5333333vw;
    left: -5.3333333vw;
    border: 0.2666667vw solid #ccc;
    border-radius: 1.0666667vw;
    box-shadow: 0 0 1.33333vw 0.26667vw rgba(235, 235, 235, 0.8) inset;
    width: 4vw;
    height: 4vw;
  }
  #worksList .selectConditions dl dd ul li label input[type="checkbox"]:checked:before {
    background: #878e31;
    border-color: #878e31;
    box-shadow: none;
  }
  #worksList .selectConditions dl dd ul li label.selected:after {
    top: 0.2vw;
    left: 1.3vw;
    border: 0.5333333vw solid #fff;
    border-width: 0 0.5333333vw 0.5333333vw 0;
    width: 0.92vw;
    height: 1.4vw;
  }
  #worksList .selectConditions #btnClear li {
    padding: 0 0 0 5.3333333vw;
    font-size: 3.2vw;
  }
  #worksList .selectConditions #btnClear li label input[type="radio"]:before {
    top: -0.2666667vw;
    left: -5.3333333vw;
    border: 0.2666667vw solid #ccc;
    box-shadow: 0 0 1.33333vw 0.26667vw rgba(235, 235, 235, 0.8) inset;
    width: 4vw;
    height: 4vw;
  }
  #worksList .selectConditions #btnClear li label.selected:after {
    top: 0.8vw;
    left: -4.2666667vw;
    width: 1.8666667vw;
    height: 1.8666667vw;
  }
  #worksList #result {
    max-width: auto;
  }
  #worksList #result.noResults {
    padding: 13.3333333vw 0;
  }
  #worksList #result.noResults:before {
    font-size: 3.2vw;
  }
  #worksList #result li {
    border-radius: 2.666667vw;
    margin: 0 0.9% 1.85vw;
    width: 31.5%;
    height: 37.5vw;
  }
  #worksList #result li a p {
    left: 2vw;
    bottom: 2vw;
    font-size: 2.933333vw;
  }

  /* works detail introduction setting
  ------------------------------------*/
  #worksDetailIntro {
    margin: 33.333333vw 0 7.3333333vw;
  }
  #worksDetailIntro p {
    margin: 0 0 18.666667vw;
  }
  #worksDetailIntro p:after {
    bottom: -10vw;
    margin: 0 0 0 -2vw;
    width: 4vw;
    height: 4vw;
  }
  #worksDetailIntro p span {
    margin: 0 0 5.3333333vw;
    font-size: 8vw;
  }
  #worksDetailIntro p em {
    font-size: 3.2vw;
  }
  #worksDetailIntro h1 {
    margin: 0 0 13.3333333vw;
  }
  #worksDetailIntro h1 em {
    margin: 0 0 6.6666667vw;
    font-size: 4.2666667vw;
  }
  #worksDetailIntro h1 span {
    font-size: 3.733333vw;
  }
  #worksDetailIntro small {
    margin: 0 0 12vw;
    font-size: 3.2vw;
  }
  #worksDetailIntro small a:link:after, #worksDetailIntro small a:visited:after {
    margin: 0 0 0 1.3333333vw;
    width: 2.933333vw;
    height: 3.466667vw;
  }
  #worksDetailIntro ul {
    width: 92vw;
    max-width: 92vw;
  }
  #worksDetailIntro ul li {
    border-radius: 2.666667vw;
    margin: 0 1.3333333vw 2.666667vw;
    padding: 0 2.666667vw;
    height: 5.3333333vw;
    line-height: 5.3333333vw;
    font-size: 3.2vw;
  }

  /* works gallery setting
  ------------------------------------*/
  #worksGallery {
    background: rgba(190, 164, 134, 0.1);
    padding: 0 0 24vw;
  }
  #worksGallery .slider .slick-list .slick-track .slick-slide {
    border-radius: 0;
    margin: 0;
    width: 100vw;
    height: 100vw;
  }
  #worksGallery .slider .slick-list .slick-track .slick-slide img {
    width: 100vw;
    height: 100vw;
  }
  #worksGallery .slider .slick-arrow {
    display: none !important;
  }
  #worksGallery .slider .slick-dots {
    margin: 2.5vw auto 70px;
    width: 100vw;
  }
  #worksGallery .slider .slick-dots.has5MoreItems {
    justify-content: flex-start;
    padding: 0 0 0 2vw;
  }
  #worksGallery .slider .slick-dots li {
    border-radius: 2.666667vw;
    margin: 0 1.5vw 1.5vw 0;
    width: 18vw;
    height: 18vw;
  }
  #worksGallery .slider .slick-dots li:nth-child(8n) {
    margin: 0 1.5vw 1.5vw 0;
  }
  #worksGallery .slider .slick-dots li:nth-child(5n) {
    margin: 0 0 1.5vw 0;
  }
  #worksGallery #btnBack li a {
    border-radius: 4vw;
    width: 60vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 2.933333vw;
  }
  #worksGallery #btnBack li a:after {
    left: 3.2vw;
    margin: -1.3333333vw 0 0;
    width: 2.933333vw;
    height: 2.666667vw;
  }
}
