@charset "UTF-8";
/*
Theme Name: jigsaw-house
Version: 1.0
Author: Fainpixar
*/


/* 会社概要 */
div.gmap {
  margin-top: 40px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  text-align: center;
}
div.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.ttl-cmn-company {
    position: relative;
    font-size: 2.5rem;
    margin-top: 20px;
    padding: 0 0 10px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: serif;
}

.ttl-cmn-mess {
    position: relative;
    font-size: 2.5rem;
    margin-top: 70px;
    padding: 0 0 10px;
    font-weight: 600;
    letter-spacing: 2px;
}


.gray-text {
    margin-top: -10px;
    color: #999;
}

.fbox {
    display: flex;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {

.fbox {
    display: block;
    margin-top: 40px;
}


}


/* 空気環境 */

.grid-cmn.ai-center.top-alignment {
    -webkit-align-items: center;
    align-items: flex-start;
}

a.p-link:hover {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {

.inner {
    padding-top: 60px;
    margin-top: -60px;
}


}


/* 家づくりの流れ */
.inner_flow {
  max-width: calc(950px + 10vw);
  /* padding: 0 5vw; */
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
}
.inner_flow::after {
  content: '';
  display: block;
  clear: both;
}
.section_flow {
  margin: 40px auto 0 auto;
}
.section_flow::after {
  content: '';
  display: block;
  clear: both;
}
::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.list_flow {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.list_flow dt::after {
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #fff transparent;
  right: 0;
}
.list_flow dt::before, .list_flow dt::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.list_flow dt::before {
  border-width: 24px 0 0 24px;
  border-color: transparent transparent transparent #fff;
  left: 0;
}
.list_flow dt {
  width: 48px;
  color: #453e3f;
  background: #000;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
}
.list_flow dt .vertical-text {
  position: absolute;
  bottom: 60px;
  display: block;
  width: 48px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.list_flow dt .vertical-text span {
  display: block;
}
.list_flow dd {
  width: calc(100% - 80px);
}
dd {
  margin: 0px;
}
.list_flow dd ul li {
  border: solid 1px #000;
  padding: 5%;
  margin-bottom: 8%;
  position: relative;
}
.list_flow dd ul li .step_ttl {
  background: #000;
  position: absolute;
  left: 20px;
  top: -22px;
  padding: 2em;
  display: flex;
  align-items: center;
}
.list_flow dd ul li .step_ttl .step_num {
  font-size: 1.0625em;
  line-height: 1;
  text-align: center;
  font-family: sans-serif;
  letter-spacing: 3px;
  margin-right: 1em;
  color: #fff;
}
.list_flow dd ul li .step_ttl .step_num span {
  border-bottom: solid 1px #fff;
  display: block;
  padding: 0 .3em .3em;
  margin-bottom: .3em;
}
.list_flow dd ul li .section_flow {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
}
.section_flow::after {
  content: '';
  display: block;
  clear: both;
}
.section_wrap {
  margin: 80px auto 120px;
}
.list_flow dd ul li .step_ttl .title {
  font-size: 1.6em;
  color: #fff;
  margin: 0 auto;
}
.list_flow dt.flow_blue {
  background: #000f9f;
}
.list_flow dd ul li .section_flow .flow_l {
  width: 370px;
}
.list_flow dd ul li .section_flow .flow_r {
  width: calc(100% - 373px - 4%);
  line-height: 2;
}
.top-space {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {

.list_flow dd ul li .section_flow {
    display: block;
    margin-top: 100px;
}
.list_flow dd ul li .section_flow .flow_l {
    width: 100%;
}

.list_flow dd ul li .section_flow .flow_r {
    width: 100%;
}
.list_flow dd ul li .step_ttl .title {
    font-size: 1.4em;
}

.list_flow dd ul li .step_ttl .step_num {
    font-size: 0.9em;
    line-height: 1;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: initial;
    margin-right: 0.5em;
}

.list_flow dd ul li .step_ttl {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 1em;
    width: 100%;
}

.br-pc {
  display: none;
}

.br-sp {
  display: inline-block;
}



}


/* フォーム */
input::placeholder {
    color: #999 !important;
}


/* Q&A */
.faq-list {
    margin-top: 60px;
}

.faq-list__ques::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    transform: rotate(45deg);
    right: 5px;
    top: 30px;
}
.faq-list__ques::before {
    content: 'Q';
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: "Crimson Text", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3rem;
    text-align: center;
    left: 0;
    top: 0;
    background-color: #333333;
    color: #ffffff;
}

.faq-list__ques:first-child {
    margin-top: 0;
}
.faq-list__ques {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0 32px 0 110px;
    font-size: 1.7rem;
    min-height: 80px;
    cursor: pointer;
    margin-top: 40px;
}

.faq-list__ans {
    position: relative;
    padding: 25px 32px 25px 110px;
    background-color: #ededed;
    margin-top: 30px;
}

.faq-list__ans::before {
    content: 'A';
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: "Crimson Text", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3rem;
    text-align: center;
    left: 0;
    top: 0;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #333333;
}
.faq-list__ques.js-toggle::after {
		border: 0 none;
		border-top: 1px solid #333333;
		border-left: 1px solid #333333;
}

@media screen and (max-width: 768px) {

.faq-list__ques::after {
    width: 12px;
    height: 12px;
    right: 0;
    top: 20px;
}
.faq-list__ques::before {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 2.6rem;
}
.faq-list__ques {
    padding: 0 20px 0 55px;
    font-size: 1.5rem;
    min-height: 40px;
    margin-top: 30px;
    line-height: 1.8;
}
.faq-list__ans::before {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 2.6rem;
}
.faq-list__ans {
    padding: 15px 20px 15px 55px;
    margin-top: 15px;
    line-height: 1.8;
}

}


/*テスト*/
.accordion {
  width: 100%;
  max-width: 100%;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0 32px 0 110px;
    font-size: 1.7rem;
    min-height: 80px;
    cursor: pointer;
    margin-top: 40px;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.qmark::before {
  content: 'Q';
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-family: "Crimson Text", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  text-align: center;
  left: 0;
  top: 0;
  background-color: #333333;
  color: #ffffff;
}


/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 30px;
  background: #ededed;
  font-weight: 700;
  width: 90%;
  left: 80px;
  position: relative;
}

.accordion-hidden:checked + .accordion-open + .accordion-close::before {
  content: 'A';
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-family: "Crimson Text", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  text-align: center;
  left: 0;
  top: 0;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  display: block;
  margin-bottom: 40px;
}

.txtleft {
  text-align: left;
  padding: 0 80px;
}
.accordion-close a {
  color: #000f9f;
}
.accordion-close a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {

  .accordion-hidden:checked + .accordion-open + .accordion-close {
      left: 0px;
  }

  .accordion-hidden:checked + .accordion-open + .accordion-close::before {
      content: 'A';
      position: relative;
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-family: "Crimson Text", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 3rem;
      text-align: center;
      left: -30px;
      top: -30px;
      background-color: #ffffff;
      color: #333333;
      border: 1px solid #333333;
      display: block;
      margin-bottom: 10px;
  }

  .txtleft {
    padding: 0;
  }
}




.blog_category_pulldown {
  display: block;
  margin: 50px auto 20px;
}
.blog_category_pulldown_name {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 38px;
  background-color: #000f9f;
  color: #fff;
  border: 1px solid #000f9f;
  /* border-radius: 19px; */
  margin: 0 auto;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 15px;
  transition: .3s;
  padding: 0 15px;
  z-index: 1;
}
.blog_category_pulldown_name::after {
  content: '';
  background-image: url(./img/blog_category_select_ico.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.blog_category_pulldown_list {
  list-style: none;
  display: none;
  width: 100%;
  max-width: 330px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #000f9f;
  padding: 20px 15px 0px;
  position: relative;
  top: -21px;
  /* border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px; */
}
.blog_category_pulldown_list li:last-child {
  border-bottom: unset;
}
.blog_category_pulldown_list li {
  border-bottom: 1px dotted #000f9f;
}
.blog_category_pulldown_list li a {
  display: block;
  position: relative;
  color: #000;
  font-size: 15px;
  padding: 5px;
  text-decoration: none;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .blog_category_pulldown {
    display: block;
    margin: 50px auto 20px;
  }
  .blog_category_pulldown_name {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 38px;
    background-color: #000f9f;
    color: #fff;
    border: 1px solid #000f9f;
    /* border-radius: 19px; */
    margin: 0 auto;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
    transition: .3s;
    padding: 0 15px;
    z-index: 1;
  }
  .blog_category_pulldown_name::after {
    content: '';
    background-image: url(./img/blog_category_select_ico.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .blog_category_pulldown_list {
    list-style: none;
    display: none;
    width: 100%;
    max-width: 100%;
    margin: auto;
    background-color: #fff;
    border: 1px solid #000f9f;
    padding: 20px 15px 0px;
    position: relative;
    top: -21px;
    /* border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px; */
  }
  .blog_category_pulldown_list li:last-child {
    border-bottom: unset;
  }
  .blog_category_pulldown_list li {
    border-bottom: 1px dotted #000f9f;
  }
  .blog_category_pulldown_list li a {
    display: block;
    position: relative;
    color: #000;
    font-size: 15px;
    padding: 5px;
    text-decoration: none;
    padding: 15px 0;
  }
}

/* 性能
------------------------------------ */
.performance_menu {
    margin: 30px -5px 0;
}
.performance_menu .col {
    padding: 0 5px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.performance_item {
    display: block;
    background-color: #363636;
    color: #fff;
    padding: 25px;
    flex-grow: 1;
}
.performance_item:hover {
    background-color: #000f9f;
}
.performance_item h3 {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 2px;
}
.performance_item .grid {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.performance_item .grid .text {
  width: calc(100% - 110px);
  padding-right: 5px;
}
.performance_item .grid .img {
  width: 110px;
}
.performance_item .grid img {
    width: 100%;
}


/* 性能 下層
------------------------------------ */
.performance_under .ttl-cmn-01 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #000f9e;
}
.performance_under .ttl-cmn-01 span {
  color: #000;
  font-family: "Alata", sans-serif;
  font-size: 2rem;
  display: block;
}
.performance_under .ttl-cmn-02 {
  margin-top: 80px;
}
.performance_under .ttl-cmn-03 {
  margin-top: 50px;
}
.catch {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
  margin: 30px auto 0;
}
.performance_under .img_l {
  max-width: 850px;
  margin: 40px auto 0;
  padding-top: 45%;
  position: relative;
}
.performance_under .img_l img {
  max-width: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.performance_under .works_comcept {
  max-width: 700px;
}
.bg_gray {
  background-color: #D9D9D9;
  padding: 100px 15px;
  margin-top: 50px;
}
.bg-blue-inner {
  background-color: #f0f0fb;
  padding: 25px 30px;
  margin-top: 30px;
}
.insulation_inner h5 {
  color: #000f9e;
}
.bg-blue-inner .perf_ul {
  display: flex;
  flex-wrap: wrap;
}
.bg-blue-inner .perf_ul li {
  width: 50%;
}
ol.perf_ul li {
  list-style-type: decimal;
}
ol.perf_ul li::before {
  display: none;
}
.text-center {
  text-align: center;
}
.ttl03 {
  color: #000f9e;
  font-size: 2.7rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-top: 70px;
  max-width: 1040px;
  padding: 0 0 10px;
}
.ttl03.mt-30 {
  margin-top: 30px;
}
.ttl03::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000f9e;
}
.ttl04 {
  color: #000f9f;
  font-size: 1.9rem;
  margin-top: 60px;
  padding: 0 0 5px;
  font-weight: 600;
  letter-spacing: 2px;
}
.performance_under .txt {
  max-width: 1040px;
  padding: 0 35px;
}
.performance_under .txt + .txt {
  margin-top: 20px;
}
.insulation_01 figcaption,
.has_caption figcaption {
  color: #545FB9;
  text-align: center;
}
.grid-cmn.gap-10 {
  margin: 0 -5px;
}
.grid-cmn.gap-10 .col {
  padding: 0 5px;
}
.perf_img_capt_ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 50px;
  display: block;
  background-color: #000f9e;
  color: #fff;
}
.perf_img_capt_ttl + .grid-cmn .col {
  margin-top: 20px;
}
.insulation_inner h5 {
  font-size: 1.6rem;
}
.insulation_inner .perf_ul {
  margin-top: 10px;
  padding-left: 15px;
}
.perf_ul {
  margin-top: 30px;
}
.perf_ul li {
  margin-top: 5px;
}
.perf_ul li::before {
  content: '・';
}
.performance_under .work-point__grid {
  margin-top: 50px;
}
.performance_under .work_point__ttl {
  font-size: 2.2rem;
}
.performance_under .work_point__ttl:before {
  z-index: -1;
  height: 1px;
}
.img_aspect_ratio figure {
  width: 100%;
  position: relative;
  padding-top: 66.666%;
}

.img_aspect_ratio img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.performance_under .link_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0;
  padding: 0 35px;
}
.performance_under .link_list li {
  padding: 0 15px;
}
.performance_under .link_list a {
  color: #000f9e;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  padding-right: 20px;
}
.performance_under .link_list a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  transition: all ease .3s;
}
.performance_under .link_list a:hover::before {
  top: 50%;
}
.has_caption img {
  height: calc(100% - 35px);
}
.performance_under .aspect_ratio_auto figure {
  padding: 0;
}
.performance_under .aspect_ratio_auto img {
  position: initial;
}
.performance_design01 p {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .pc-center {
    text-align: center;
  }
  .performance_under .work-point__text {
    order: 1;
  }
  .performance_under .img_r .work-point__text {
    order: 0;
  }
  .performance_design02 {
    max-width: 1040px;
    padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .performance_under .work-point__grid {
    margin-top: 35px;
  }
    .performance_under .ttl-cmn-01 {
      font-size: 3rem;
    }
    .performance_under .ttl-cmn-01 span {
      font-size: 1.7rem;
    }
    .performance_under .ttl-cmn-02 {
      margin-top: 60px;
    }
    .performance_under .ttl-cmn-03 {
      margin-top: 35px;
    }
    .catch {
        font-size: 1.8rem;
        margin: 30px auto 0;
        text-align: left;
    }
    .bg_gray {
        padding: 60px 0 20px;
    }
    .bg-blue-inner  {
        padding: 25px 15px;
    }
    .ttl03 {
        margin-top: 50px;
        padding: 0 0 10px;
        font-size: 2.3rem;
    }
    .bg-blue-inner .perf_ul li {
      width: 100%;
    }
    .performance_under .work_point__ttl {
      font-size: 1.8rem;
      padding-bottom: 5px;
    }
    .performance_under .work_point__ttl:before,
    .performance_under .img_r .work_point__ttl:before {
      width: 70px;
    }
    .insulation_02 h4 {
        margin-top: 30px;
        text-align: left;
    }
    .performance_under .txt {
      padding: 0;
    }
    .performance_under .work-point__img {
      margin-top: 20px;
    }
    .performance_under .work_point__ttl {
      margin-top: 0;
    }
    .work-point__text figure {
      margin: 20px 0 -5px;
    }
    .performance_under .work-point__grid:has(.order-s-1) .work-point__img {
      margin-top: 0;
    }
    .work-point__img .work_point__ttl {
        margin-bottom: 20px;
    }
    .performance_under .link_list {
      padding: 0;
      margin-top: 10px;
    }
    .performance_under .link_list li {
      width: 100%;
      margin-top: 5px;
    }
    .perf_img_capt_ttl {
      margin-top: 30px;
    }
    .grid-cmn .col.mt-s-10 {
      margin-top: 10px;
    }
}
.grid-cmn.side-10 {
  margin: 0 -5px;
}
.grid-cmn.side-10 .col {
  padding: 0 5px;
}
.grid-cmn.jc-center {
  justify-content: center;
}
@media screen and (max-width: 768px) {}

.performance_under .ttl-cmn-01 small {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  color: #999;
  margin: 0 0 5px;
  position: relative;}