@charset "UTF-8";
.pre-inc.layer .main_wrap .main_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(53, 20, 0, 0.6);
}
.pre-inc {
  /*section figure img {width: 100%;}*/
}
.pre-inc section {
  animation-name: contents_anime;
}
.pre-inc .evwarp p, .pre-inc .evwarp li {
  font-size: 15px;
}
.pre-inc {
  /*||| リンクボタン |||*/
}
.pre-inc .ev_linkArea {
  background: #F6F2E8;
  padding: 50px 0;
}
.pre-inc .ev_link {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  animation-name: fadeInUp;
}
.pre-inc .ev_link a {
  width: 32%;
  height: 60px;
  background: #bbb;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  transition: 0.3s all;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.pre-inc .ev_link a small {
  font-size: 0.8em;
}
.pre-inc {
  /* .ev_link a span::before{content: "≫";margin-right: 0.5em;} */
  /* .ev_link a::before{content: "";display: block; width: calc(100% - 12px);height: calc(100% - 12px);border: 1px solid #fff;position: absolute;top:0;bottom:0;left:0;right: 0;margin: auto;z-index: 1;pointer-events: none;} */
}
.pre-inc .ev_link a.premium {
  background: #301d0d;
}
.pre-inc {
  /* .ev_link a.premium::before{border: 1px solid #816e20;} */
}
.pre-inc .ev_link a.premium > * {
  background: linear-gradient(110deg, #ac801e, #d1af58, #ac801e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pre-inc .ev_link a.on, .pre-inc .ev_link a:hover {
  background: #A48046;
}
.pre-inc .ev_link a span {
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 10px);
  height: 100%;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .pre-inc .ev_linkArea {
    padding: 30px 0;
  }
  .pre-inc .ev_link {
    margin: 0 auto;
    padding: 0 10px;
  }
  .pre-inc .ev_link a {
    width: 32%;
    height: 50px;
    letter-spacing: 0;
  }
  .pre-inc .ev_link a::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .pre-inc .ev_link a {
    font-size: 3.3vw;
  }
}
.pre-inc {
  /*||||||||| 住宅性能 |||||||||*/
}
.pre-inc .evaluation_item01 {
  display: grid;
  grid-template-columns: 56% 41%;
  grid-column-gap: 3%;
  background: #FFF;
  padding: 20px;
  border: 1px solid #827543;
}
.pre-inc .evaluation_item01 > .e_tit {
  grid-column: 1/3;
}
.pre-inc .evaluation_item01 .e_tit + p + figure {
  margin-top: 0;
}
.pre-inc .compatibility {
  margin-top: 50px;
  border: 1px solid #00633D;
}
.pre-inc .compatibility_tit {
  height: 150px;
  background: url("../img/evaluation/compatibility_tit_img.png") no-repeat left top/contain #00633d;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}
.pre-inc .compatibility_tit > .copy {
  color: #fff;
  font-size: 20px;
  width: calc(100% - 195px);
  text-align: right;
}
.pre-inc .compatibility_tit > .copy span {
  text-align: center;
  display: inline-block;
  width: 28.5em;
  letter-spacing: 0.1em;
}
.pre-inc .compatibility_tit > .copy small {
  display: inline-block;
  font-size: 0.625em;
  border-top: 1px solid #fff;
  padding: 3px 0px 0;
  margin-top: 10px;
  display: block;
  letter-spacing: 0.1em;
}
.pre-inc .compatibility_tit > figure {
  width: 160px;
  margin-left: 45px;
}
.pre-inc .compatibility_wrap {
  background: #ebf6f5;
  padding: 15px 20px 25px;
}
.pre-inc .compatibility_wrap > h6 {
  color: #006934;
  text-align: center;
  font-size: 18px;
}
.pre-inc .compatibility_item {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 15px;
}
.pre-inc .compatibility_item > dt {
  width: 48.78048%;
}
.pre-inc .compatibility_item > dd {
  width: 48.78048%;
}
.pre-inc .compatibility_item h6 {
  color: #fff;
  padding: 10px 10px 10px 20px;
  background: linear-gradient(to right, #6cb945, #048a49);
  font-size: 18px;
}
.pre-inc .compatibility_item h6 + p {
  margin-top: 7px;
}
.pre-inc .compatibility_item h6 + p + figure {
  margin-top: 10px;
}
.pre-inc .compatibility_item h6 + p + figure figcaption {
  color: #006934;
  margin-bottom: 2px;
}
.pre-inc .b_tit {
  background: #a9976d;
  color: #fff;
  text-align: center;
  padding: 8px 0 5px 0;
  font-size: 18px;
}
.pre-inc .b_tit + p {
  margin-top: 15px;
}
.pre-inc .evaluation_item02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pre-inc .evaluation_item02 > * {
  width: 48.83%;
}
.pre-inc .evaluation_item02 > dt {
  display: grid;
  grid-template-columns: 30% 67%;
  grid-column-gap: 3%;
  grid-row-gap: 15px;
}
.pre-inc .evaluation_item02 > dt .b_tit,
.pre-inc .evaluation_item02 > dt > p {
  grid-column: 1/3;
}
.pre-inc .evaluation_item02 > dt .b_tit + p {
  margin-top: 0;
}
.pre-inc .evaluation_item02 > dt > figure {
  text-align: center;
}
.pre-inc .evaluation_item02 > dt > figure img {
  width: 80%;
}
.pre-inc .flat35_item01 figure img {
  width: 90%;
  margin-top: 5px;
}
.pre-inc .flat35_item01 figure + p {
  font-size: 18px;
  margin-top: 5px;
}
.pre-inc .flat35_item02 {
  grid-column: 1/3;
  display: flex;
  justify-content: space-between;
}
.pre-inc .flat35_item02 > li {
  width: 49%;
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
}
.pre-inc .evaluation_item02 > dd > figure {
  text-align: center;
  margin-top: 15px;
}
.pre-inc .evaluation_item02 > dd > .note {
  margin-top: 15px;
}
.pre-inc .flat35_item03 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border: 1px solid #827644;
  padding: 20px;
}
.pre-inc .flat35_item03 > dt {
  width: 47%;
}
.pre-inc .flat35_item03 > dd {
  width: 47.45%;
}
.pre-inc .anshin_item {
  padding: 20px;
  background: #ebebec;
  margin-top: 15px;
}
.pre-inc .anshin_item h6 + p {
  font-size: 14px;
}
.pre-inc .anshin_item p {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .pre-inc .evaluation_item01 {
    display: block;
  }
  .pre-inc .evaluation_item01 figure {
    max-width: 360px;
    margin: 15px auto 0;
    width: 70%;
  }
  .pre-inc .compatibility {
    margin-top: 30px;
  }
  .pre-inc .compatibility_tit {
    height: 55vw;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    background-size: cover;
  }
  .pre-inc .compatibility_tit > .copy {
    font-size: 18px;
    width: 100%;
    text-align: right;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
  }
  .pre-inc .compatibility_tit > .copy span {
    text-align: center;
    width: 100%;
  }
  .pre-inc .compatibility_tit > figure {
    max-width: 180px;
    margin-left: 0;
    width: 40%;
  }
  .pre-inc .compatibility_tit > figure img {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
  }
  .pre-inc .compatibility_wrap {
    padding: 10px;
  }
  .pre-inc .compatibility_wrap > h6 {
    font-size: 18px;
  }
  .pre-inc .compatibility_item {
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
  .pre-inc .compatibility_item > dt {
    width: 100%;
  }
  .pre-inc .compatibility_item > dd {
    width: 100%;
    margin-top: 25px;
  }
  .pre-inc .compatibility_item h6 {
    padding: 5px 5px 4px 10px;
    font-size: 15px;
  }
  .pre-inc .compatibility_item + .note {
    margin-top: 10px;
  }
  .pre-inc .b_tit {
    padding: 4px 0 3px 0;
    font-size: 15px;
  }
  .pre-inc .b_tit + p {
    margin-top: 10px;
  }
  .pre-inc .evaluation_item02 {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .pre-inc .evaluation_item02 > * {
    width: 100%;
  }
  .pre-inc .evaluation_item02 > dt {
    grid-row-gap: 10px;
  }
  .pre-inc .flat35_item01 figure + p {
    font-size: 16px;
  }
  .pre-inc .flat35_item02 > li {
    padding: 5px 0;
  }
  .pre-inc .evaluation_item02 > dd {
    margin-top: 20px;
  }
  .pre-inc .evaluation_item02 > dd > figure {
    margin: 10px auto 0;
    max-width: 360px;
    width: 80%;
  }
  .pre-inc .evaluation_item02 > dd > .note {
    margin-top: 10px;
  }
  .pre-inc .flat35_item03 {
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 10px;
  }
  .pre-inc .flat35_item03 > dt {
    width: 100%;
  }
  .pre-inc .flat35_item03 > dd {
    width: 100%;
    margin-top: 15px;
  }
  .pre-inc .anshin_item {
    padding: 10px;
    margin-top: 10px;
  }
  .pre-inc .anshin_item h6 + p {
    font-size: 12px;
  }
  .pre-inc .anshin_item p {
    margin-top: 5px;
  }
}
.pre-inc .evwarp {
  background: #F5F6F6;
  padding: 80px 0 30px;
}
.pre-inc .page_pagehead {
  margin-bottom: 50px;
}
.pre-inc .evwarp .page_pagehead p {
  font-size: 28px;
}
.pre-inc .page_pagelabel {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.15em;
}
.pre-inc .e_tit {
  color: #9E720C;
  font-size: 18px;
}
.pre-inc .flat35 {
  margin-top: 30px;
}
.pre-inc .flat35 h5 {
  color: #fff;
  padding: 8px 10px 5px 20px;
  background: linear-gradient(to right, #6cb945, #048a49);
  font-size: 18px;
}
.pre-inc .flat35head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}
.pre-inc .flat35head .tips {
  background: #00B2AE;
  color: #FFF;
  font-size: 15px;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pre-inc .headtext {
  flex: 1;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.pre-inc .infodetailflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .infotitle {
  text-align: center;
  margin-bottom: 20px;
}
.pre-inc .evwarp p.infotitle {
  font-size: 18px;
  letter-spacing: 0.06em;
}
.pre-inc .infodetailflex {
  width: 92%;
  margin: 0 auto;
}
.pre-inc .detailleft {
  width: 44.2%;
}
.pre-inc .detailleft .plan {
  min-height: 120px;
  background: #00B2AE;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.pre-inc .detailleft p.note {
  font-size: 13px;
}
.pre-inc .detailcenter {
  width: 7.75%;
}
.pre-inc .detailcenter .also {
  background: #B50A14;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100px;
  margin-top: 25px;
}
.pre-inc .detailright {
  width: 44.2%;
}
.pre-inc .detailright .plan {
  background: #007458;
  color: #FFF;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pre-inc .detailright .plan:nth-child(1) {
  margin-bottom: 10px;
}
.pre-inc .maintxt {
  color: #FFF100;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.pre-inc .detailright .plan p.maintxt {
  line-height: 160%;
  padding-bottom: 5px;
}
.pre-inc .maintxt strong {
  font-size: 28px;
}
.pre-inc .evwarp p.flat35note {
  font-size: 13px;
}
.pre-inc .ebottomflex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.pre-inc .ebottomflex .flexcontents {
  margin-bottom: 30px;
}
.pre-inc .ebottomflex .flexcontents h4 {
  color: #9E720C;
  font-size: 18px;
  margin-bottom: 5px;
}
.pre-inc .ebottomflex .flexcontents .fimg {
  margin-top: 10px;
  text-align: center;
}
.pre-inc .ebottomflex .fleft {
  width: 48.828125%;
}
.pre-inc .ebottomflex .fright {
  width: 48.828125%;
}
.pre-inc .ebottomflex .fright .flexcontents h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.pre-inc .ebottomflex .fright .flexcontents ul {
  margin-bottom: 10px;
}
.pre-inc .ebottomflex .fright .flexcontents li {
  position: relative;
  padding-left: 1.5em;
}
.pre-inc .ebottomflex .fright .flexcontents li::before {
  position: absolute;
  content: "〇";
  left: 0;
}
.pre-inc .ebottomflex .fright .flexcontents p.note {
  font-size: 13px;
}
.pre-inc .flexwarp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .c_ttl {
  background: #7A6A56;
  color: #FFF;
  font-size: 18px;
  padding: 8px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.pre-inc .flexcontents {
  margin-bottom: 30px;
}
.pre-inc .fw01 .fleft {
  width: 31.25%;
}
.pre-inc .fw01 .fright {
  width: 65.625%;
}
.pre-inc .fw02 .fleft, .pre-inc .fw02 .fright {
  width: 48.828125%;
}
.pre-inc .fw03 .flexcontents {
  width: 31.25%;
}
.pre-inc .fw03::after {
  content: "";
  display: block;
  width: 31.25%;
}
.pre-inc .fw04 .fleft, .pre-inc .fw04 .fright {
  width: 46.875%;
}
.pre-inc .fw04 h4.c_ttl, .pre-inc .fw05 h4.c_ttl {
  width: 100%;
}
.pre-inc .goal_container {
  background: #FFF;
  border: 1px solid #7A6A56;
  position: relative;
  margin-bottom: 50px;
}
.pre-inc .goal_contents {
  padding: 10px 20px;
}
.pre-inc .goalhead {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  z-index: 1;
}
.pre-inc .goalhead .fimg {
  margin-bottom: 20px;
}
.pre-inc .goaldetailflex {
  display: flex;
  align-items: center;
}
.pre-inc .goalleft {
  width: 53.0487804878%;
  display: flex;
  align-items: flex-end;
}
.pre-inc .goalleft .gleft {
  width: 34.4827586207%;
  border: 1px solid #BD8E8C;
  padding: 20px;
  height: 100%;
}
.pre-inc .goalleft .gright {
  width: 65.5172413793%;
}
.pre-inc .goalleft .gright .caption {
  font-size: 13px;
  position: absolute;
  bottom: -20px;
  right: 13%;
}
.pre-inc .goalright {
  width: 46.9512195122%;
  border: 1px solid #BD8E8C;
  padding: 20px;
}
.pre-inc .goalright p:nth-child(1) {
  margin-bottom: 20px;
}
.pre-inc .goalinner h5, .pre-inc .goalinner h6 {
  color: #AC4A8C;
  margin-bottom: 5px;
}
.pre-inc .goalinner h5 span {
  font-size: 14px;
}
.pre-inc .goalinbox {
  margin-bottom: 10px;
}
.pre-inc .goalinbox:last-child {
  margin-bottom: 0;
}
.pre-inc .goalinflex {
  display: flex;
  justify-content: space-between;
}
.pre-inc .goalinflex .gleft {
  flex: 1;
  padding-right: 20px;
}
.pre-inc .goalinflex .gright {
  width: 25%;
  text-align: right;
}
.pre-inc .goalbottom {
  margin-top: 30px;
}
.pre-inc .goalbottomflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}
.pre-inc .goalbottomflex .gleft {
  width: 49%;
}
.pre-inc .goalbottomflex .gright {
  width: 49%;
}
.pre-inc .ginflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .ginflex .gflexinfo {
  flex: 1;
}
.pre-inc .ginflex .gfleximg {
  width: 46%;
}
.pre-inc {
  /* 固定＋可変 */
}
.pre-inc .fwf {
  flex-wrap: wrap;
}
.pre-inc .fwf .flex {
  flex: 1;
}
.pre-inc .fwf .flexfix01 {
  width: 50%;
  margin-left: 20px;
}
.pre-inc .fwf .flexfix02 {
  width: 47.619%;
  margin-left: 30px;
}
.pre-inc .fwf .flexfix03 {
  width: 38%;
  margin-left: 30px;
}
.pre-inc .fwf .flexfix04 {
  width: 68.359375%;
  margin-left: 30px;
}
.pre-inc .fwf .flexfix05 {
  width: 30%;
  margin-left: 30px;
}
.pre-inc .fwf .flexfix06 {
  width: 59.7%;
  margin-left: 30px;
}
.pre-inc .fwf .fwfwide {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pre-inc .evwarp {
    padding: 40px 0 20px;
  }
  .pre-inc .eqwarp .page_pagehead p {
    font-size: 20px;
  }
  .pre-inc .evwarp .page_pagehead p {
    font-size: 20px;
  }
  .pre-inc .evaluation_item01 img {
    margin-top: 20px;
  }
  .pre-inc .detailleft, .pre-inc .detailcenter, .pre-inc .detailright {
    width: 100%;
  }
  .pre-inc .detailcenter {
    text-align: center;
    margin-bottom: 20px;
  }
  .pre-inc .detailcenter .also {
    width: 70px;
  }
  .pre-inc .ebottomflex {
    display: block;
  }
  .pre-inc .ebottomflex .fleft, .pre-inc .ebottomflex .fright {
    width: 100%;
  }
  .pre-inc .flexcontents {
    margin-bottom: 20px;
  }
  .pre-inc .fw01 .fleft {
    width: 100%;
  }
  .pre-inc .fw01 .fright {
    width: 100%;
  }
  .pre-inc .fw02 .fleft, .pre-inc .fw02 .fright {
    width: 100%;
  }
  .pre-inc .fw03 .flexcontents {
    width: 100%;
  }
  .pre-inc .fw04 .fleft, .pre-inc .fw04 .fright {
    width: 100%;
  }
  .pre-inc .fwf .flexfix01 {
    width: 50%;
    margin-left: 15px;
  }
  .pre-inc .fwf .flexfix02 {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  .pre-inc .fwf .flexfix03 {
    width: 38%;
    margin-left: 15px;
  }
  .pre-inc .fwf .flexfix04 {
    width: 100%;
    margin-left: 0;
  }
  .pre-inc .fw02 .fwf .flexfix05 {
    width: 30%;
    margin-left: 15px;
  }
  .pre-inc .goal_container {
    margin-bottom: 30px;
  }
  .pre-inc .goalhead {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .goaldetailflex {
    flex-wrap: wrap;
  }
  .pre-inc .goalleft {
    width: 100%;
  }
  .pre-inc .goalleft .gleft {
    width: 55%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .pre-inc .goalleft .gright {
    width: 45%;
  }
  .pre-inc .goalleft .gright .caption {
    right: 0;
    bottom: 0;
  }
  .pre-inc .goalright {
    width: 100%;
    padding: 15px;
  }
  .pre-inc .goalbottomflex .gleft {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .goalbottomflex .gright {
    width: 100%;
  }
  .pre-inc .centermbt0.wimg {
    margin: 0 0 10px;
    width: 100%;
  }
  .pre-inc .centerimg.wimg img {
    width: 100% !important;
  }
  .pre-inc .centerimg.wimg figure {
    display: block;
  }
}
.pre-inc {
  /* layout */
}
.pre-inc .center {
  text-align: center;
}
.pre-inc div.mt0 {
  margin-top: 0;
}
.pre-inc .mb0 {
  margin-bottom: 0;
}
.pre-inc .mt20 {
  margin-top: 20px !important;
}
.pre-inc p.stext {
  font-size: 14px;
}
.pre-inc p.note {
  font-size: 13px;
}
.pre-inc .caption_s {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.pre-inc .mgtb {
  margin: 10px 0;
}
.pre-inc .mgtbm {
  margin: 20px 0;
}
.pre-inc .center {
  text-align: center;
}
.pre-inc .centerimg {
  margin: 10px auto;
  text-align: center;
}
.pre-inc .mgtbm.centerimg {
  margin: 20px auto;
  text-align: center;
}
.pre-inc .centermbt0 {
  margin: 0 auto 10px;
}
.pre-inc .centerimg figure {
  display: inline-block;
}
.pre-inc .centerimg figure img {
  width: auto !important;
}

/*# sourceMappingURL=evaluation.css.map */
