<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --------------------------------------------------

初期設定

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

hover

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

breakpoint

-------------------------------------------------- */
.page-ttl {
  max-width: 1780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  height: 400px;
  font-size: 4rem;
  padding: 9%;
  color: #000;
  background-image: url(../img/design/img_fv_pc@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    height: 270px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 420px) {
  .page-ttl {
    height: 200px;
    background-image: url(../img/design/img_fv_sp@2x.jpg);
  }
}

.dummy_wrapper {
  padding: 9rem 0 10rem;
}
@media only screen and (max-width: 1110px) {
  .dummy_wrapper {
    padding: 6rem 0 4rem;
  }
}
.dummy_wrapper .dummy_text_wrapper {
  font-size: 1.8rem;
  line-height: 2.6;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-weight: 500;
  background-image: url(../img/design/img_planning_design_logo@2x.png);
  background-repeat: no-repeat;
  background-size: 220px;
  background-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .dummy_wrapper .dummy_text_wrapper {
    margin: 0 auto;
    letter-spacing: normal;
    padding: 3rem 0rem;
    font-size: 1.5rem;
    line-height: 2;
    background-size: 180px;
  }
}

.main_service .service_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .main_service .service_list {
    -ms-grid-columns: 1fr 0.8rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 0.8rem;
  }
}
.main_service .service_list .s_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3rem;
  width: 100%;
  border-radius: 7px;
  background-color: #f9f9f9;
  font-size: 1.8rem;
  letter-spacing: 1.8px;
  text-align: center;
  color: #0587d1;
}
@media only screen and (max-width: 768px) {
  .main_service .service_list .s_item {
    padding: 1rem 0.5rem;
    letter-spacing: normal;
    font-size: 1.4rem;
  }
}
.main_service .s_detail_txt {
  font-weight: normal;
  margin-top: 2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .main_service .s_detail_txt {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

.design_list_wrapper {
  margin: 10rem 0 10rem;
}
@media only screen and (max-width: 768px) {
  .design_list_wrapper {
    margin: 5rem 0 8rem;
  }
}
.design_list_wrapper .design_list .design_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .design_list_wrapper .design_list .design_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 4rem;
  }
}
.design_list_wrapper .design_list .design_item .contentes_img {
  margin-right: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .design_list_wrapper .design_list .design_item .contentes_img {
    margin-right: 0;
  }
}
.design_list_wrapper .design_list .design_item .contentes_img .cap {
  font-weight: 400;
  margin-top: 1.2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .design_list_wrapper .design_list .design_item .contentes_img .cap {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    font-size: 1.3rem;
  }
}
.design_list_wrapper .design_list .design_item .contents_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.design_list_wrapper .design_list .design_item .contents_txt .ttl {
  color: #333;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .design_list_wrapper .design_list .design_item .contents_txt .ttl {
    font-size: 1.9rem;
    margin-bottom: 0.8rem;
  }
}
.design_list_wrapper .design_list .design_item .contents_txt .sub_txt {
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
  font-size: 1.5rem;
  color: #333;
}
.design_list_wrapper .design_list .design_item .contents_txt .sub_txt .sub_detail_txt {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .design_list_wrapper .design_list .design_item .contents_txt .sub_txt {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .design_list_wrapper .design_list .design_item .contents_txt .sub_txt .sub_detail_txt {
    font-size: 1.1rem;
  }
}

.heat_storage {
  margin-bottom: 18rem;
}
.heat_storage .heat_storage_ttl {
  font-weight: 600;
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 3px #0587d1;
}
.heat_storage .heat_storage_ttl .under {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .heat_storage .heat_storage_ttl {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .heat_storage .heat_storage_ttl .under {
    font-size: 1.3rem;
  }
}
.heat_storage .contents_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .heat_storage .contents_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
    gap: 1.5rem;
  }
}
.heat_storage .contents_wrapper .contentes_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.heat_storage .contents_wrapper .contents_txt {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .heat_storage .contents_wrapper .contents_txt {
    font-size: 1.3rem;
  }
}
.heat_storage .detail_txt {
  margin-top: 3rem;
  font-weight: 400;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .heat_storage .detail_txt {
    font-size: 1.1rem;
    margin-top: 2rem;
    letter-spacing: normal;
  }
}
.heat_storage .history_list {
  margin-top: 4rem;
  font-weight: 400;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .heat_storage .history_list {
    margin-top: 2.5rem;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }
}
.heat_storage .history_list li:not(:last-of-type) {
  margin-bottom: 0.7rem;
}
.heat_storage .history_list .blue_icon {
  color: #0587d1;
}
.heat_storage .history_list .blue_icon.cgo {
  padding-right: 1.8rem;
}

.op_none {
  opacity: 0;
  padding-right: 1rem;
}

.sp_blocks {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_blocks {
    display: block;
  }
}
/*# sourceMappingURL=design.css.map */</pre></body></html>