@charset "UTF-8";
.pre-inc article {
  font-size: 20px;
}
.pre-inc article section {
  padding: 3.5em 0 0;
}
.pre-inc article * figcaption {
  font-size: 0.6em !important;
  line-height: 1.4;
}
.pre-inc article * .note {
  font-size: 0.6em !important;
  margin-top: 0.7em;
  line-height: 1.4;
}
.pre-inc article * .note_b {
  font-size: 0.65em !important;
  margin-top: 0.7em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (max-width: 1084px) {
  .pre-inc article {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc article {
    font-size: 4.5vw;
  }
  .pre-inc article img {
    width: 100%;
  }
  .pre-inc article section {
    padding: 10vw 0 0;
  }
}
.pre-inc .layer_main .main_img,
.pre-inc .layer_main .main_img figure,
.pre-inc .layer_main .main_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pre-inc.layer .layer_main .main_img {
    height: 70vw;
    overflow: hidden;
  }
  .pre-inc.layer .layer_main .main_img img {
    width: auto;
    height: 100%;
    left: 25%;
    transform: translateX(-50%);
    max-width: none;
  }
}
.pre-inc .eq_link {
  display: flex;
  justify-content: center;
  margin-top: 3.5em;
}
.pre-inc .eq_link a {
  width: 12em;
  text-align: center;
  padding: 1em 0;
  margin: 0 0.75em;
  background: #d3caab;
  color: #fff;
  transition: 0.3s all;
}
.pre-inc .eq_link a::before {
  content: "";
  display: block;
  width: calc(100% - 0.6em);
  height: calc(100% - 0.6em);
  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 .eq_link a[href*=evaluation],
.pre-inc #structure .eq_link a[href*=structure],
.pre-inc #security .eq_link a[href*=security] {
  pointer-events: none;
  background: #a79658;
}
.pre-inc .eq_page_tit {
  margin-top: 5.5em;
  animation-name: fadeIn;
  padding-left: 7em;
}
.pre-inc .eq_page_tit h3 span {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  margin-top: 0.1em;
  width: 100%;
  display: block;
  z-index: 2;
  animation-name: fadeIn;
  animation-delay: 1s;
}
.pre-inc .eq_page_tit h3 small {
  color: #644620;
  font-size: 0.9em;
  font-family: "EB Garamond", serif;
  display: block;
  letter-spacing: 0.1em;
  z-index: 2;
  margin-top: -0.2em;
  animation-name: fadeIn;
  animation-delay: 1s;
}
.pre-inc .eq_page_tit h3 i {
  width: 7.45em;
  height: 7.45em;
  background: no-repeat center center/contain;
  display: block;
  position: absolute;
  z-index: 1;
}
.pre-inc .eq_page_tit h3 i:nth-of-type(1) {
  background-image: url("../img/evaluation/pattern01_i.svg");
  left: -7em;
  top: -5em;
  z-index: 2;
  animation: 2.5s lead_copy_i1 0.5s forwards;
  opacity: 0;
}
.pre-inc .eq_page_tit h3 i:nth-of-type(2) {
  background-image: url("../img/evaluation/pattern01_bk.svg");
  left: -4.5em;
  top: -2.5em;
  animation: 2.5s lead_copy_i2 0.5s forwards;
  opacity: 0;
}
.pre-inc section + .eq_page_tit {
  margin-top: 10em;
}
@keyframes lead_copy_i1 {
  0% {
    transform: translate(1em, 1em);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes lead_copy_i2 {
  0% {
    transform: translate(-1em, -1em);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.pre-inc .eq_tit {
  font-size: 0.9em;
  color: #644620;
}
.pre-inc figure + .eq_tit {
  margin-top: 0.6em;
}
.pre-inc .eq_tit small {
  font-size: 0.67em;
}
.pre-inc .eq_tit + * {
  margin-top: 0.4em;
}
.pre-inc .eq_copy p {
  font-size: 0.7em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .pre-inc .eq_link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .eq_link {
    margin-top: 10vw;
  }
  .pre-inc .eq_link a {
    font-size: 0.85em;
    margin: 0 0.5em;
  }
  .pre-inc .eq_page_tit {
    margin-top: 15vw;
    animation-name: fadeIn;
    padding-left: 15vw;
  }
  .pre-inc .eq_page_tit h3 span {
    font-size: 1.2em;
  }
  .pre-inc .eq_page_tit h3 i {
    width: 5.5em;
    height: 5.5em;
  }
  .pre-inc .eq_page_tit h3 i:nth-of-type(1) {
    left: -5em;
    top: -3em;
  }
  .pre-inc .eq_page_tit h3 i:nth-of-type(2) {
    left: -2.5em;
    top: -0.5em;
  }
  .pre-inc section + .eq_page_tit {
    margin-top: 25vw;
  }
  .pre-inc .eq_tit {
    font-size: 0.8em;
  }
}
.pre-inc {
  /* 住宅性能 */
}
.pre-inc .report {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .report > .eq_tit {
  width: 100%;
}
.pre-inc .report > .eq_copy {
  width: 62%;
}
.pre-inc .report > figure {
  width: 34.2%;
}
.pre-inc .report_item {
  margin-top: 1.5em;
  width: 100%;
}
.pre-inc .report_tit {
  height: 8em;
  background: url("../img/evaluation/report_tit.jpg") no-repeat left top/contain #00633d;
  display: flex;
  align-items: center;
}
.pre-inc .report_tit > h5 {
  font-size: 1.2em;
  margin: 0 0 0.3em 1.2em;
  color: #00633d;
}
.pre-inc .report_tit > figure {
  width: 9.05em;
  margin: 1em 1.5em 0 0.5em;
}
.pre-inc .report_tit > figure figcaption {
  font-size: 0.75em !important;
  text-align: center;
  margin-top: 0.2em;
}
.pre-inc .report_detail {
  padding: 1em 1em 1em 1em;
  background: #ebf6f5;
}
.pre-inc .report_detail > h6 {
  color: #006934;
  font-size: 1.2em;
  font-weight: 600;
}
.pre-inc .report_detail_item01 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
}
.pre-inc .report_detail_item01 > dt {
  width: 29.3em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
.pre-inc .report_detail_item01 > dd {
  width: 18.9em;
}
.pre-inc .report_detail_tit {
  color: #fff;
  padding: 0.2em 0 0.2em 1em;
  background: linear-gradient(to right, #6cb945, #038949);
  font-size: 0.9em;
  width: 100%;
}
.pre-inc .report_detail_tit:nth-of-type(n+2) {
  margin-top: 1em;
}
.pre-inc .report_detail_tit small {
  font-size: 0.9em;
}
.pre-inc .report_detail_tit + p {
  font-size: 0.7em;
  margin-top: 0.8em;
}
.pre-inc .casbee_img {
  width: 14.7em;
  margin-top: 0.6em;
}
.pre-inc :has(+ .casbee_img) {
  width: 20em;
}
.pre-inc .flat35 {
  margin-top: 1.5em;
  padding: 1em 1.5em;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #000;
  gap: 0.9em 0;
}
.pre-inc .flat35_tit {
  color: #fff;
  padding: 0.5em 0 0.5em 1em;
  background: linear-gradient(to right, #030409, #142d72, #03050b);
  font-size: 0.9em;
  width: 100%;
}
.pre-inc .flat35_copy01 {
  width: 13em;
}
.pre-inc .flat35_copy01 p {
  font-size: 0.7em;
  margin-bottom: 0.2em;
}
.pre-inc .flat35_copy02 {
  width: 34.5em;
  display: flex;
  justify-content: space-between;
}
.pre-inc .flat35_copy02 h6 {
  font-size: 0.9em;
  width: 10.5em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.pre-inc .flat35_copy02 h6 small {
  font-size: 0.7em;
  display: block;
  margin-top: 0.5em;
  line-height: 1.5;
}
.pre-inc .flat35_copy02 h6 + p {
  font-size: 0.7em;
  width: 35em;
  line-height: 1.4;
}
.pre-inc .flat35s_kinrib_img01 {
  width: 29.5em;
}
.pre-inc .flat35s_kinrib_img02 {
  width: 17.8em;
}
.pre-inc .flat35 .note {
  margin-top: 0;
}
.pre-inc .defect {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #000;
}
.pre-inc .defect > dt {
  width: 22.5em;
}
.pre-inc .defect .eq_tit {
  color: #000;
  font-weight: 500;
}
.pre-inc .defect > dt .eq_copy p {
  line-height: 1.8;
}
.pre-inc .defect .eq_copy:nth-of-type(n+2) {
  margin-top: 1em;
}
.pre-inc .defect > dd {
  width: 23em;
}
.pre-inc .housegmen_logo {
  width: 17.35em;
}
.pre-inc .defect_point {
  background: #ebebec;
  margin-top: 1em;
  padding: 0.8em 1em;
}
.pre-inc .defect_point h5 {
  font-size: 0.9em;
}
.pre-inc .defect_point h5 + p {
  font-size: 0.7em;
  margin-top: 0.4em;
}
.pre-inc .zenko {
  padding: 3em 1.5em 1em;
  width: 100%;
  margin-top: 1.5em;
  border: 1px solid #000;
}
.pre-inc .zenko h4 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9em;
  color: #fff;
  letter-spacing: 0.2em;
  width: 10em;
  text-align: center;
  padding: 0.3em;
  background: #6e1419;
}
.pre-inc .ucomhikari_item {
  display: flex;
  justify-content: space-between;
}
.pre-inc .ucomhikari_item > dt {
  width: 26.75em;
}
.pre-inc .ucomhikari_item > dt .eq_tit span {
  color: #373100;
  font-weight: 500;
}
.pre-inc .ucomhikari_item > dd {
  width: 20em;
}
.pre-inc .ucomhikari_logo {
  width: 8.2em;
  mix-blend-mode: multiply;
  margin-left: auto;
}
.pre-inc .ucomhikari_item > dd .col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3em;
  margin-top: 0.5em;
}
.pre-inc .ucomhikari_item > dd .col2 > * {
  width: 100%;
  background: #6e1419;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
}
.pre-inc .ucomhikari_i {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  width: 43em;
  margin: 1em auto 0;
}
.pre-inc .ucomhikari_i > dt {
  width: 2.75em;
}
.pre-inc .ucomhikari_i > dd {
  width: 10.3em;
  margin-left: -0.6em;
}
.pre-inc .ucomhikari_i > dd h6 {
  font-size: 0.8em;
  color: #00244f;
  margin-top: -0.2em;
}
.pre-inc .ucomhikari_i > dd h6 + p {
  font-size: 0.65em;
  margin-top: 0.1em;
  line-height: 1.4;
}
.pre-inc .ucomhikari_off_tit {
  letter-spacing: 0.1em;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  background: #3786c7;
  margin-top: 2em;
}
.pre-inc .ucomhikari_off_tit + p {
  font-size: 0.7em;
  margin-top: 1em;
}
.pre-inc .ucomhikari_off {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7em;
}
.pre-inc .ucomhikari_off > * {
  width: 9.05em;
}
.pre-inc .ucomhikari_off > * p {
  font-size: 0.6em;
  text-align: center;
  margin-top: 0.5em;
  line-height: 1.5;
}
.pre-inc .ucomhikari_off > * p strong {
  font-size: 2em;
  color: #6e1419;
  line-height: 1.2;
}
.pre-inc .skyperfectv {
  padding: 1em 1.5em;
  width: 100%;
  margin-top: 1.5em;
  border: 1px solid #248dc5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-inc .skyperfectv .eq_copy {
  width: 37.5em;
}
.pre-inc .skyperfectv .eq_tit {
  color: #248dc5;
}
.pre-inc .skyperfectv_logo img {
  width: 10.25em;
}
@media screen and (max-width: 768px) {
  .pre-inc .report {
    justify-content: center;
    flex-wrap: wrap;
  }
  .pre-inc .report > .eq_copy {
    width: 100%;
  }
  .pre-inc .report > figure {
    width: 70%;
    margin-top: 1em;
  }
  .pre-inc .report_tit {
    justify-content: center;
    align-items: center;
    background: url("../img/evaluation/report_tit.jpg") no-repeat right top/cover #00633d;
    height: 30vw;
  }
  .pre-inc .report_tit > h5 {
    font-size: 0.9em;
    text-align: left;
    width: auto;
    margin-left: 0;
  }
  .pre-inc .report_tit > h5 span {
    font-size: 0.9em;
    display: block;
  }
  .pre-inc .report_tit > figure {
    width: 20vw;
    margin: 0 0 0 4vw;
  }
  .pre-inc .report_tit > figure figcaption {
    font-size: 0.6em !important;
  }
  .pre-inc .report_detail {
    padding: 0.5em 0.5em 1em 0.5em;
  }
  .pre-inc .report_detail > h6 {
    font-size: 0.9em;
  }
  .pre-inc .report_detail_item01 {
    flex-wrap: wrap;
  }
  .pre-inc .report_detail_item01 > dt {
    width: 100%;
  }
  .pre-inc .report_detail_item01 > dd {
    width: 100%;
    margin-top: 1em;
  }
  .pre-inc .report_detail_tit {
    font-size: 0.8em;
  }
  .pre-inc .report_detail_tit + p {
    min-height: auto;
  }
  .pre-inc .energy_rank_img {
    width: 100%;
    margin: 3vw auto 0;
  }
  .pre-inc .casbee_img {
    width: 60vw;
    margin: 2vw auto 0;
  }
  .pre-inc :has(+ .casbee_img) {
    width: 100%;
  }
  .pre-inc .flat35 {
    margin-top: 5vw;
    padding: 0.8em;
    gap: 5vw 0;
  }
  .pre-inc .flat35_tit {
    padding: 0.3em 0 0.3em;
    font-size: 0.9em;
    width: 100%;
    text-align: center;
  }
  .pre-inc .flat35_copy01 {
    width: 100%;
    margin-top: -3vw;
  }
  .pre-inc .flat35_copy02 {
    width: 100%;
    flex-wrap: wrap;
  }
  .pre-inc .flat35_copy02 h6 {
    width: 100%;
    text-align: left;
  }
  .pre-inc .flat35_copy02 h6 small {
    font-size: 0.75em;
  }
  .pre-inc .flat35_copy02 h6 + p {
    font-size: 0.7em;
    width: 100%;
    line-height: 1.4;
    margin-top: 0.5em;
  }
  .pre-inc .flat35s_kinrib_logo {
    width: 60vw;
  }
  .pre-inc .flat35s_kinrib_img01 {
    width: 60vw;
    margin-inline: auto;
  }
  .pre-inc .flat35s_kinrib_img02 {
    width: 100%;
  }
  .pre-inc .flat35 .note {
    margin-top: -1vw;
  }
  .pre-inc .defect {
    padding: 0.8em;
    flex-wrap: wrap;
  }
  .pre-inc .defect > dt {
    width: 100%;
  }
  .pre-inc .defect > dt .eq_copy p {
    line-height: 1.6;
  }
  .pre-inc .defect .eq_copy:nth-of-type(n+2) {
    margin-top: 5vw;
  }
  .pre-inc .defect > dd {
    width: 100%;
    margin-top: 6vw;
  }
  .pre-inc .defect_point {
    margin-top: 1em;
    padding: 0.7em;
  }
  .pre-inc .defect_point h5 + p {
    font-size: 0.7em;
    margin-top: 0.4em;
  }
  .pre-inc .defect .eq_tit {
    font-size: 0.9em;
  }
  .pre-inc .zenko {
    padding: 2.5em 0.7em 1em;
    width: 100%;
  }
  .pre-inc .zenko h4 {
    font-size: 0.8em;
  }
  .pre-inc .ucomhikari_item {
    flex-wrap: wrap;
  }
  .pre-inc .ucomhikari_item > dt {
    width: 100%;
  }
  .pre-inc .ucomhikari_item > dt .col2 > * {
    font-size: 0.85em;
  }
  .pre-inc .ucomhikari_item > dd {
    width: 100%;
  }
  .pre-inc .ucomhikari_i {
    gap: 3vw 0;
    margin-top: 4vw;
    width: 100%;
    justify-content: space-between;
  }
  .pre-inc .ucomhikari_i > dt {
    width: 12vw;
    margin-top: 1vw;
  }
  .pre-inc .ucomhikari_i > dd {
    width: calc(100% - 14vw);
    margin-left: 0;
  }
  .pre-inc .ucomhikari_i > dd h6 {
    font-size: 0.9em;
    color: #00244f;
  }
  .pre-inc .ucomhikari_i > dd h6 + p {
    font-size: 0.7em;
    margin-top: 0.1em;
  }
  .pre-inc .ucomhikari_off_tit {
    padding: 0.3em;
    margin-top: 4vw;
  }
  .pre-inc .ucomhikari_off {
    flex-wrap: wrap;
    margin-top: 1em;
    justify-content: center;
    gap: 3vw 2%;
  }
  .pre-inc .ucomhikari_off > * {
    width: 32%;
  }
  .pre-inc .ucomhikari_off > * p strong {
    font-size: 1.5em;
  }
  .pre-inc .skyperfectv {
    padding: 0.7em 0.7em;
    width: 100%;
  }
  .pre-inc .skyperfectv .eq_copy {
    width: 100%;
  }
  .pre-inc .skyperfectv_logo {
    position: absolute;
    right: 0.7em;
    top: 0.5em;
  }
  .pre-inc .skyperfectv_logo img {
    width: 30vw;
  }
}
.pre-inc {
  /* 構造 */
}
.pre-inc .structure_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pre-inc .structure_list > * {
  width: 16em;
  text-align: center;
}
.pre-inc .structure_list > *:nth-of-type(n+3) {
  margin-top: 1.5em;
}
.pre-inc .structure_list > * p {
  text-align: left;
}
.pre-inc .st_tit {
  font-size: 0.9em;
  text-align: left;
  border-bottom: 1px solid #644620;
  padding-bottom: 0.2em;
  display: flex;
  align-items: flex-end;
}
.pre-inc .st_tit p {
  letter-spacing: 0.05em;
  color: #644620;
}
.pre-inc .st_tit p::before {
  content: "■";
}
.pre-inc .st_tit p small {
  font-size: 0.9em;
}
.pre-inc .st_tit + * {
  margin-top: 0.7rem;
}
.pre-inc .st_img {
  text-align: center;
  padding: 0.3em 0 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc .st_img figure {
  padding-bottom: 1.3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pre-inc .st_img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pre-inc .st_img.photo {
  background: none;
  padding: 0;
}
.pre-inc .structure_list > * .st_img + .eq_copy {
  margin-top: 0.5em;
}
.pre-inc .structure_list > * .eq_copy + .st_img {
  margin-top: 1em;
}
.pre-inc .laying figure {
  width: 14.6em;
}
.pre-inc .concrete {
  width: 33.5em;
  text-align: left !important;
}
.pre-inc .concrete figure {
  width: 29em;
}
.pre-inc .concrete figure figcaption {
  font-size: 0.75em !important;
  margin: 0.5em 0 0.3em;
}
.pre-inc .hashira {
  width: 33.5em;
  text-align: left !important;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pre-inc .hashira .st_tit {
  width: 100%;
}
.pre-inc .hashira .st_img {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .pre-inc .hashira div:nth-of-type(2) {
    width: 18.5em;
  }
  .pre-inc .hashira div:nth-of-type(2) figure {
    width: 13.65em;
  }
  .pre-inc .hashira div:nth-of-type(3) {
    width: 15em;
  }
  .pre-inc .hashira div:nth-of-type(3) figure {
    width: 10.15em;
    height: 100%;
  }
  .pre-inc .kaikou figure {
    width: calc(100% - 0.6em);
  }
  .pre-inc .kaikou figure img {
    width: 13.5em;
  }
  .pre-inc .slit figure {
    width: 14.7em;
    height: 100%;
  }
  .pre-inc .lowe figure {
    width: calc(100% - 0.6em);
  }
  .pre-inc .lowe figure img {
    width: 9.8em;
  }
  .pre-inc .voidslab,
  .pre-inc .sheetflooring {
    width: 24.5em;
  }
  .pre-inc .voidslab figure {
    width: 22.45em;
  }
  .pre-inc .sheetflooring figure {
    width: 16.2em;
  }
  .pre-inc .double figure {
    width: calc(100% - 0.6em);
  }
  .pre-inc .double figure img {
    width: 12.3em;
  }
  .pre-inc .soundoffsash figure img {
    width: 13.9em;
  }
  .pre-inc .insulation figure img {
    width: 12.25em;
  }
  .pre-inc .condensation figure img {
    width: 10em;
  }
  .pre-inc .antishockdoor,
  .pre-inc .fullflat {
    width: 33.6em;
  }
  .pre-inc .antishockdoor figure img {
    width: 23.35em;
  }
  .pre-inc .rach figure,
  .pre-inc .fingersach figure {
    width: 15em;
  }
  .pre-inc .fullflat figure {
    width: calc(100% - 0.6em);
  }
  .pre-inc .fullflat figure img {
    width: 30.6em;
  }
  .pre-inc .structure_list > *:nth-of-type(2),
  .pre-inc .structure_list > *:nth-of-type(4),
  .pre-inc .structure_list > *:nth-of-type(6),
  .pre-inc .structure_list > *:nth-of-type(9),
  .pre-inc .structure_list > *:nth-of-type(11),
  .pre-inc .structure_list > *:nth-of-type(14),
  .pre-inc .structure_list > *:nth-of-type(16),
  .pre-inc .structure_list > *:nth-of-type(19) {
    animation-delay: 0.8s;
  }
  .pre-inc .structure_list > *:nth-of-type(7),
  .pre-inc .structure_list > *:nth-of-type(12) {
    animation-delay: 1.1s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .structure_list > * {
    width: 48.5%;
    order: 100;
  }
  .pre-inc .structure_list > *:nth-of-type(n+2) {
    margin-top: 1.5em;
  }
  .pre-inc .st_tit {
    font-size: 0.8em;
  }
  .pre-inc .st_img figure {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
  }
  .pre-inc .st_img figcaption {
    white-space: nowrap;
    right: 0.5vw;
  }
  .pre-inc .st_img figcaption small {
    font-size: 0.9em;
  }
  .pre-inc .st_img.photo figure {
    padding-left: 0;
    padding-right: 0;
  }
  .pre-inc .laying {
    order: 1;
  }
  .pre-inc .laying .st_img figure {
    height: 39.5vw;
  }
  .pre-inc .kaikou {
    order: 2;
    margin-top: 0 !important;
  }
  .pre-inc .concrete {
    width: 100%;
    order: 3;
  }
  .pre-inc .concrete figure {
    width: 100%;
  }
  .pre-inc .hashira {
    width: 100%;
    order: 4;
  }
  .pre-inc .hashira div:nth-of-type(2) {
    width: 51%;
  }
  .pre-inc .hashira div:nth-of-type(3) {
    width: 49%;
  }
  .pre-inc .waterconcrete,
  .pre-inc .slit,
  .pre-inc .lowe {
    order: 5;
  }
  .pre-inc .double {
    order: 6;
  }
  .pre-inc .double .st_tit {
    height: 3.25em;
  }
  .pre-inc .double .st_img figure {
    height: 44.5vw;
  }
  .pre-inc .voidslab,
  .pre-inc .sheetflooring {
    width: 100%;
    order: 7;
  }
  .pre-inc .soundoffsash,
  .pre-inc .insulation,
  .pre-inc .condensation,
  .pre-inc .rach {
    order: 8;
  }
  .pre-inc .sheetflooring figure {
    width: 90%;
  }
  .pre-inc .antishockdoor,
  .pre-inc .fullflat {
    width: 100%;
  }
  .pre-inc .structure_list > *:nth-of-type(2),
  .pre-inc .structure_list > *:nth-of-type(6),
  .pre-inc .structure_list > *:nth-of-type(8),
  .pre-inc .structure_list > *:nth-of-type(12),
  .pre-inc .structure_list > *:nth-of-type(14) {
    animation-delay: 0.8s;
  }
}
.pre-inc {
  /* セキュリティ */
}
.pre-inc #security .st_tit + .eq_copy + * {
  margin-top: 0.7em;
}
.pre-inc .security_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 1.2em;
}
.pre-inc .security_list > *:nth-of-type(n+2) {
  margin-top: 1.5em;
}
.pre-inc .osakagas {
  width: 100%;
  display: grid;
  grid-template-columns: 25em 24.8em;
  justify-content: space-between;
  align-items: flex-start;
}
.pre-inc .osakagas .st_tit {
  grid-column: 1/3;
}
.pre-inc .osakagas .st_img {
  flex-direction: column;
  margin-top: 0.5em;
}
.pre-inc .osakagas .osakagas_logo {
  width: 15.8em;
  margin: 1em auto 0;
}
.pre-inc .osakagas .osakagas_img {
  width: 100%;
}
.pre-inc .anytime {
  width: 25em;
}
.pre-inc .anytime .st_img {
  padding-bottom: 0;
}
.pre-inc .takuhaibox {
  width: 25em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 1em;
}
.pre-inc .takuhaibox .st_tit {
  width: 100%;
}
.pre-inc .takuhaibox .gooddesign_img {
  width: 9.3em;
}
.pre-inc .takuhaibox .takuhaibox_img {
  text-align: center;
}
.pre-inc .takuhaibox .takuhaibox_img img {
  width: 5.15em;
  margin-top: 0.5em;
}
.pre-inc .goal {
  width: 100%;
  display: grid;
  padding: 1.25em 1em;
  grid-template-columns: 36.5em 10em;
  grid-row-gap: 1.2em;
  justify-content: space-between;
  align-items: flex-start;
  background: #f4f4f4;
}
.pre-inc .goal .eq_tit {
  font-weight: 500;
}
.pre-inc .goal_tit {
  font-size: 1em;
  font-weight: 500;
}
.pre-inc .goal_logo {
  width: 11.85em;
  margin-top: 0.3em;
}
.pre-inc .goal_tit + p {
  font-size: 0.7em;
  margin-top: -0.4em;
}
.pre-inc .goal_door_img {
  align-self: flex-end;
  grid-column: 2/3;
  grid-row: 1/4;
}
.pre-inc .cylinder {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 1em;
}
.pre-inc .cylinder > dt {
  width: 21.25em;
  display: grid;
  grid-template-columns: 12em 7.5em;
  justify-content: space-between;
  grid-template-rows: max-content 1fr;
}
.pre-inc .cylinder > dt figure {
  grid-row: 1/3;
  grid-column: 2/3;
}
.pre-inc .cylinder > dt figure .cap_b {
  bottom: 0;
  right: auto;
  left: -3em;
  white-space: nowrap;
}
.pre-inc .cylinder > dd {
  width: 12.1em;
}
.pre-inc .highsecurity {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: 28em 16.6em;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-rows: max-content 1fr;
  border: 1px solid #644620;
  background: #fff;
  padding: 1em;
}
.pre-inc .goal_tit_s {
  font-weight: 500;
  font-size: 1em;
}
.pre-inc .highsecurity > dt {
  display: grid;
  grid-template-columns: 1fr 5.15em 11em;
  grid-template-rows: max-content 1fr;
  margin-top: 0.3em;
}
.pre-inc .highsecurity > dt .eq_copy {
  padding-right: 1em;
}
.pre-inc .highsecurity > dt > figure {
  grid-row: 1/3;
  grid-column: 2/3;
  margin-top: -2em;
}
.pre-inc .highsecurity > dt > figure .cap_b {
  bottom: 0.5em;
  right: auto;
  left: -4em;
  white-space: nowrap;
}
.pre-inc .highsecurity > dt > .explanation {
  grid-row: 1/3;
  grid-column: 3/4;
  margin-left: 0.5em;
  margin-top: -2em;
}
.pre-inc .highsecurity > dt > .explanation h6 {
  color: #644620;
  font-size: 0.9em;
  font-weight: 400;
}
.pre-inc .highsecurity > dt > .explanation h6 + p {
  margin-top: 0.05em;
  font-size: 0.7em;
  line-height: 1.3;
}
.pre-inc .highsecurity > dt > .explanation h6:nth-of-type(n+2) {
  margin-top: 0.2em;
}
.pre-inc .highsecurity > dd {
  grid-row: 1/3;
  grid-column: 2/3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pre-inc .highsecurity > dd .eq_tit {
  width: 100%;
}
.pre-inc .highsecurity > dd .eq_copy {
  width: 7em;
}
.pre-inc .highsecurity > dd > figure {
  width: 8.65em;
  margin-top: 0.5em;
}
.pre-inc .handsfree {
  grid-column: 1/3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pre-inc .handsfree .goal_tit_s {
  width: 100%;
}
.pre-inc .handsfree > dt {
  width: 23.5em;
  display: grid;
  grid-template-columns: 12.5em 8.5em;
  justify-content: space-between;
  grid-template-rows: max-content max-content 1fr;
  margin-top: 1em;
}
.pre-inc .handsfree_k_img {
  grid-row: 1/3;
  grid-column: 2/3;
}
.pre-inc .handsfree_k_fig {
  grid-column: 1/3;
  margin-top: 1em;
}
.pre-inc .handsfree > dd {
  width: 23.5em;
  display: grid;
  grid-template-columns: 12.5em 8.2em;
  justify-content: space-between;
  grid-template-rows: max-content max-content 1fr;
  margin-top: 1em;
}
.pre-inc .contactlesskey_img {
  grid-row: 1/3;
  grid-column: 2/3;
}
.pre-inc .contactlesskey_fig {
  grid-column: 1/3;
  margin-top: 1em;
}
.pre-inc .etc {
  width: 16em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .etc > .st_tit {
  width: 100%;
}
.pre-inc .monitor > .eq_copy {
  width: 12em;
}
.pre-inc .monitor > figure {
  width: 3.5em;
}
.pre-inc .interphone {
  margin-left: 0.4em;
}
.pre-inc .interphone > .eq_copy {
  width: 9.4em;
  margin-left: 0.4em;
}
.pre-inc .interphone > figure {
  width: 5.9em;
}
.pre-inc .interphone > figure .cap_o {
  white-space: nowrap;
  text-align: right;
  margin-left: -10em;
}
.pre-inc .louver {
  margin-left: 0.4em;
}
.pre-inc .louver > .eq_copy {
  width: 9em;
}
.pre-inc .louver > figure {
  width: 6em;
}
.pre-inc .sensor > .eq_copy {
  width: 8.2em;
}
.pre-inc .sensor > figure {
  width: 7em;
}
.pre-inc .camera {
  margin-left: 0.4em;
}
.pre-inc .camera > .eq_copy {
  width: 8.2em;
}
.pre-inc .camera > figure {
  width: 7em;
}
.pre-inc .eletomo {
  width: 25em;
}
.pre-inc .eletomo > .st_tit {
  flex-wrap: wrap;
}
.pre-inc .eletomo > .st_tit small {
  font-size: 0.9em;
  width: 100%;
  color: #644620;
}
.pre-inc .eletomo > .st_tit p {
  width: 100%;
  letter-spacing: 0;
}
.pre-inc .eletomo_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pre-inc .eletomo_item > h5 {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
}
.pre-inc .eletomo_item > .eq_copy {
  margin-top: 0.3em;
}
.pre-inc .eletomo_item > figure:nth-of-type(1) {
  width: 10.15em;
  margin-top: 0.7em;
}
.pre-inc .eletomo_item > figure:nth-of-type(2) {
  width: 11.85em;
  margin-left: 0.5em;
  margin-top: 0.7em;
}
.pre-inc .stock {
  width: 25em;
}
.pre-inc .stock > .eq_copy {
  width: 100%;
}
.pre-inc .stock > figure {
  width: 24em;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .pre-inc .takuhaibox {
    animation-delay: 0.3s;
  }
  .pre-inc .takuhaibox,
  .pre-inc .interphone,
  .pre-inc .camera {
    animation-delay: 0.8s;
  }
  .pre-inc .louver,
  .pre-inc .stock {
    animation-delay: 1.1s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .osakagas {
    width: 100%;
    display: block;
  }
  .pre-inc .osakagas .osakagas_img {
    width: 100%;
  }
  .pre-inc .osakagas .osakagas_logo {
    width: 50vw;
    margin-left: 0;
  }
  .pre-inc .anytime {
    width: 100%;
  }
  .pre-inc .takuhaibox {
    width: 100%;
  }
  .pre-inc .goal {
    width: 100%;
    display: grid;
    padding: 0.7em;
    grid-template-columns: 60% 35%;
    grid-row-gap: 1.2em;
  }
  .pre-inc .goal .eq_tit + .eq_copy {
    margin-top: 0.2em;
  }
  .pre-inc .goal_tit {
    grid-column: 1/3;
  }
  .pre-inc .goal_logo {
    width: 30vw;
    margin-top: 0.1em;
  }
  .pre-inc .goal_tit + p {
    font-size: 0.7em;
    margin-top: -0.7em;
  }
  .pre-inc .goal_door_img {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: -1em;
  }
  .pre-inc .cylinder {
    grid-column: 1/3;
    padding: 0.7em;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .pre-inc .cylinder > dt {
    width: 100%;
    grid-template-columns: 60% 35%;
  }
  .pre-inc .cylinder > dd {
    width: 100%;
    margin-top: 1em;
  }
  .pre-inc .highsecurity {
    grid-column: 1/3;
    display: block;
    padding: 0.7em;
  }
  .pre-inc .goal_tit_s {
    font-size: 0.9em;
  }
  .pre-inc .highsecurity > dt {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3em;
  }
  .pre-inc .highsecurity > dt .eq_tit {
    width: 100%;
  }
  .pre-inc .highsecurity > dt .eq_copy {
    padding-right: 0;
    width: 100%;
  }
  .pre-inc .highsecurity > dt > figure {
    width: 30%;
    margin-top: 0.5em;
  }
  .pre-inc .highsecurity > dt > figure .cap_b {
    bottom: 0.2em;
    right: 3em;
    left: auto;
  }
  .pre-inc .highsecurity > dt > .explanation {
    width: 65%;
    margin-left: 2%;
    margin-top: 0.5em;
  }
  .pre-inc .highsecurity > dt > .explanation h6 + p {
    margin-top: 0.1em;
  }
  .pre-inc .highsecurity > dt > .explanation h6:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
  .pre-inc .highsecurity > dd {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pre-inc .highsecurity > dd .eq_tit {
    width: 100%;
  }
  .pre-inc .highsecurity > dd .eq_copy {
    width: 53%;
  }
  .pre-inc .highsecurity > dd > figure {
    width: 45%;
    margin-top: 0.5em;
  }
  .pre-inc .handsfree {
    grid-column: 1/3;
  }
  .pre-inc .handsfree > dt {
    width: 100%;
    grid-template-columns: 60% 37%;
  }
  .pre-inc .handsfree > dd {
    width: 100%;
    grid-template-columns: 60% 33%;
  }
  .pre-inc .etc {
    width: 100%;
  }
  .pre-inc .etc > .st_tit {
    width: 100%;
  }
  .pre-inc .etc > .eq_copy {
    width: 55%;
  }
  .pre-inc .etc > figure {
    width: 42%;
  }
  .pre-inc .monitor > .eq_copy {
    width: 75%;
  }
  .pre-inc .monitor > figure {
    width: 20%;
  }
  .pre-inc .stock > .eq_copy {
    width: 100%;
  }
  .pre-inc .stock > figure {
    width: 100%;
  }
  .pre-inc .eletomo {
    width: 100%;
  }
  .pre-inc .eletomo > .st_tit {
    flex-wrap: wrap;
  }
  .pre-inc .eletomo > .st_tit small {
    font-size: 0.8em;
  }
  .pre-inc .eletomo_item > figure:nth-of-type(1) {
    width: 46%;
    margin-top: 0.7em;
  }
  .pre-inc .eletomo_item > figure:nth-of-type(2) {
    width: 50%;
    margin-left: 4%;
    margin-top: 0.7em;
  }
}

/*# sourceMappingURL=evaluation.css.map */
