@charset "UTF-8";
/* CSS Document */
.pre-inc figure img {
  width: 100%;
  height: auto;
}
.pre-inc .footnote {
  padding: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  color: #1A1311;
  font-size: min(2svw, 10px);
  font-weight: 500;
  line-height: 1.2;
}
.pre-inc #main {
  position: relative;
  background: url(../images/equipment/mv.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pre-inc #main .title {
    padding: 4.5em 0;
  }
}
.pre-inc #main .title h1 {
  color: #FFF;
}
.pre-inc #main .title .ttl-sub {
  color: #FFF;
}
.pre-inc #contents {
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  color: #000;
}
.pre-inc #contents .sec-btn {
  margin: 0 auto;
  padding: 2.5em 0;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .sec-btn {
    padding: 4em 0;
  }
}
.pre-inc #contents .sec-btn .btn-block {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .sec-btn .btn-block {
    gap: 0.75em;
  }
}
.pre-inc #contents .sec-btn .btn-block .btn-link {
  margin: 0;
  width: calc((100% - 0.5em) / 2);
  height: 3em;
  background: #FFF;
  border: 1px #938051 solid;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  text-align: center;
  color: #938051;
  font-size: min(3.8vw, 20px);
  line-height: 1;
  transition: 0.5s;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .sec-btn .btn-block .btn-link {
    width: calc((100% - 3em) / 5);
  }
}
.pre-inc #contents .sec-btn .btn-block .btn-link::after {
  content: "";
  background: rgba(147, 128, 81, 0.2509803922);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(3px, 3px);
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .sec-btn .btn-block .btn-link::after {
    transform: translate(5px, 5px);
  }
}
.pre-inc #contents .sec-btn .btn-block .btn-link.nav-on {
  background: linear-gradient(135deg, #645122, #938051, #645122);
  color: #FFF;
}
.pre-inc #contents .sec-btn .btn-block .btn-link:hover {
  opacity: 1;
  background: linear-gradient(135deg, #645122, #938051, #645122);
  color: #FFF;
}
.pre-inc #contents .sec-btn .btn-block .btn-link .en {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}
.pre-inc #contents .sec-btn .btn-block .btn-link .ja {
  font-size: min(2vw, 10px);
  letter-spacing: 0.2em;
}
.pre-inc #contents .ttl-wrap {
  margin: 0 auto 2em;
  width: 100%;
  color: #938051;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .ttl-wrap {
    margin: 0 auto 3em;
  }
}
.pre-inc #contents .ttl-wrap .h4-ttl {
  margin: 0;
  width: 100%;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: min(6vw, 42px);
  letter-spacing: 0.1em;
  line-height: 1;
}
.pre-inc #contents .ttl-wrap .h4-sub {
  margin: 1em 0 0;
  width: 100%;
  text-align: center;
  font-size: min(2.4vw, 12px);
  letter-spacing: 0.2em;
  line-height: 1;
}
.pre-inc #contents .lead {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: min(4.6vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.pre-inc #contents .lead.mdl {
  margin: 3em auto 0;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .lead.mdl {
    margin: 4em auto 0;
  }
}
.pre-inc #contents .sec-eq1,
.pre-inc #contents .sec-eq2,
.pre-inc #contents .sec-eq3,
.pre-inc #contents .sec-eq4 {
  margin: 0 auto;
  padding: 2.5em 0 4em;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .sec-eq1,
  .pre-inc #contents .sec-eq2,
  .pre-inc #contents .sec-eq3,
  .pre-inc #contents .sec-eq4 {
    padding: 5em 0 8em;
  }
}
.pre-inc #contents .sec-eq1::before,
.pre-inc #contents .sec-eq2::before,
.pre-inc #contents .sec-eq3::before,
.pre-inc #contents .sec-eq4::before {
  content: "";
  width: 100%;
  height: 35.2881698686vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px), print {
  .pre-inc #contents .sec-eq1::before,
  .pre-inc #contents .sec-eq2::before,
  .pre-inc #contents .sec-eq3::before,
  .pre-inc #contents .sec-eq4::before {
    width: 70%;
    height: 24.701718908vw;
  }
}
.pre-inc #contents .sec-eq3 {
  max-width: 1000px;
  width: 100%;
}
.pre-inc #contents .head {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.25em;
  margin: 4em auto 2em;
  padding-bottom: 0.25em;
  border-bottom: 3px solid #c9bc9c;
  max-width: 1000px;
  width: 90%;
  font-size: min(3.2svw, 16px);
  z-index: 1;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .head {
    margin: 6em auto 2em;
    width: 100%;
  }
}
.pre-inc #contents .head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ebf6f5;
  width: 100%;
  height: 35%;
  z-index: -1;
}
.pre-inc #contents .head.first {
  margin: 3em auto 2em;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .head.first {
    margin: 4em auto 2em;
  }
}
.pre-inc #contents .head .head-ttl {
  grid-area: 2/1;
  color: #1A1311;
  font-family: Arial, Helvetica, sans-serif, serif;
  font-size: min(5svw, 32px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .head .head-ttl {
    grid-area: unset;
  }
}
.pre-inc #contents .head .head-sub {
  grid-area: 1/1;
  justify-self: center;
  margin: 0;
  color: #1A1311;
  font-size: min(2.4svw, 12px);
  line-height: 1;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .head .head-sub {
    grid-area: unset;
    justify-self: unset;
  }
}
.pre-inc #contents .head .head-lead {
  grid-row: span 2;
  margin-left: 1em;
  padding: 0.5em 0 0;
  color: #938051;
  font-size: min(3.2svw, 16px);
  line-height: 1.6;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .head .head-lead {
    grid-row: unset;
  }
}
.pre-inc #contents .ttl {
  margin-bottom: 0.5em;
  width: 100%;
  color: #938051;
  font-size: min(3.6vw, 18px);
  line-height: 1.4;
}
.pre-inc #contents .ttl .tume {
  letter-spacing: -0.1em;
}
.pre-inc #contents .txt {
  margin: 0;
  width: 100%;
  text-align: justify;
  font-size: min(2.4svw, 12px);
  line-height: 1.2;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .txt {
    line-height: 1.4;
  }
}
.pre-inc #contents .cap2 {
  margin: 0.5em 0 0;
  font-size: min(2vw, 10px);
  line-height: 1.2;
}
.pre-inc #contents .cap2.right {
  text-align: right;
}
.pre-inc #contents .clear {
  clear: both;
}
.pre-inc #contents .block1 {
  position: relative;
  display: grid;
  justify-content: space-between;
  gap: 2em;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 {
    grid-template-columns: 231fr 328fr;
    width: 100%;
  }
}
.pre-inc #contents .block1 .box-item {
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block1 .box-item .box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5em;
  height: 100%;
}
.pre-inc #contents .block1 .box-item .box01L {
  flex: 2;
}
.pre-inc #contents .block1 .box-item .box01R {
  flex: 3;
}
.pre-inc #contents .block1 .box-item .box01R .footnote {
  position: absolute;
  bottom: 0.5em;
  right: 0;
}
.pre-inc #contents .block1 .box-item .box02 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 3em;
}
.pre-inc #contents .block1 .box-item .box02L {
  flex: 4;
  display: flex;
  flex-direction: column;
}
.pre-inc #contents .block1 .box-item .box02L .photo {
  margin-top: 1em;
  max-width: 30svw;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 .box-item .box02L .photo {
    max-width: 170px;
  }
}
.pre-inc #contents .block1 .box-item .box02R {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 .box-item .box02R {
    flex-direction: unset;
    align-items: flex-end;
  }
}
.pre-inc #contents .block1 .box-item .box02R .photo {
  max-width: 20svw;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 .box-item .box02R .photo {
    max-width: 110px;
  }
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 .box-item .box02R .footnote {
    margin-bottom: 1em;
  }
}
.pre-inc #contents .block1 .box-item .list01 {
  margin-top: 0.5em;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block1 .box-item .list01 .list01-item {
  margin-left: 2.5em;
  text-indent: -2.5em;
  font-size: min(2svw, 10px);
  line-height: 1.2;
}
.pre-inc #contents .block1 .box-item .list01 .list01-item::before {
  content: "※" attr(data-num) "";
  margin-right: 0.5em;
}
.pre-inc #contents .block1 .box-item .box03 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1em;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 .box-item .box03 {
    gap: 3em;
  }
}
.pre-inc #contents .block1 .box-item .box03L {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: auto;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 .box-item .box03L {
    flex: 198;
  }
}
.pre-inc #contents .block1 .box-item .box03R {
  flex: 1;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block1 .box-item .box03R {
    flex: unset;
  }
}
.pre-inc #contents .block1 .box-item .box03R .footnote {
  width: unset;
  text-align: right;
}
.pre-inc #contents .block1 .box-item[data-list=plan] {
  grid-row: span 2;
}
.pre-inc #contents .block1 .box-item[data-list=plan] .box-inner {
  margin-top: 2em;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block1 .box-item[data-list=plan] .box-inner .photo {
  margin-top: 1em;
}
.pre-inc #contents .block1 .box-item .list02-ttl {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 0.5em 1em;
  background-color: #719f97;
  color: #fff;
  font-size: min(2.8svw, 14px);
  font-weight: bold;
  line-height: 1;
}
.pre-inc #contents .block1 .box-item .list02 {
  padding: 0.25em 1em;
  background-color: #e1f0ea;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block1 .box-item .list02 .list02-item {
  font-size: min(2.4svw, 12px);
}
.pre-inc #contents .block1 .box-item .list02 .list02-item::before {
  content: "●";
  margin-right: 0.25em;
}
.pre-inc #contents .block1 .box-item[data-list="24hours"] .photo {
  margin-top: 1em;
}
.pre-inc #contents .block1 .box-item[data-list="24hours"] .photo .footnote {
  width: unset;
  text-align: right;
}
.pre-inc #contents .block1 .box-item .box04 {
  padding: 0.5em;
  border: 1px solid #719f97;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block2 {
  position: relative;
  display: grid;
  justify-content: space-between;
  gap: 2em;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block2 {
    grid-template-columns: 231fr 328fr;
    width: 100%;
  }
}
.pre-inc #contents .block2 .block2-item {
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block2 .block2-item .list01 {
  margin-top: 0.5em;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block2 .block2-item .list01 li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: min(2svw, 10px);
}
.pre-inc #contents .block2 .block2-item .list01 li::before {
  content: "※" attr(data-num) "";
  margin-right: 0.5em;
}
.pre-inc #contents .block2 .block2-item[data-list=house] {
  grid-row: span 3;
}
.pre-inc #contents .block2 .block2-item[data-list=house] .photo {
  margin-top: 1em;
}
.pre-inc #contents .block2 .block2-item .box01 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1em;
}
.pre-inc #contents .block2 .block2-item .box01L {
  flex: 4;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block2 .block2-item .box01L {
    flex: 235;
  }
}
.pre-inc #contents .block2 .block2-item .box01R {
  flex: 3;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block2 .block2-item .box01R {
    flex: unset;
  }
}
.pre-inc #contents .block2 .block2-item .box01R .footnote {
  width: unset;
  text-align: right;
}
.pre-inc #contents .block2 .block2-item[data-list=eva] {
  padding: 0.75em 1em;
  border: 1px solid #1A1311;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block2 .block2-item .box02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block2 .block2-item .box02 {
    flex-direction: unset;
  }
}
.pre-inc #contents .block2 .block2-item .box02L {
  flex: 172;
}
.pre-inc #contents .block2 .block2-item .box02R .footnote {
  width: unset;
  text-align: right;
}
.pre-inc #contents .block2 .block2-item .box03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-inline: auto;
  width: 80%;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block2 .block2-item .box03 {
    width: 100%;
  }
}
.pre-inc #contents .block2 .block2-item .box03L, .pre-inc #contents .block2 .block2-item .box03R {
  flex: 1;
}
.pre-inc #contents .block2 .block2-item .box03L .footnote, .pre-inc #contents .block2 .block2-item .box03R .footnote {
  width: unset;
  text-align: center;
}
.pre-inc #contents .block3 {
  position: relative;
  margin: 0 auto;
  border: 1px solid #003d20;
  background-color: #ebf6f5;
  max-width: 1000px;
  width: 90%;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block3 {
    width: 100%;
  }
}
.pre-inc #contents .block3 .box05 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
  padding: 2em 30% 2em 1em;
  background: url("../images/equipment/ev-img01.webp") no-repeat right 10% center/cover transparent;
  width: 100%;
  aspect-ratio: 1173/122;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block3 .box05 {
    flex-direction: unset;
    padding: 0.5em 2em;
    background: url("../images/equipment/ev-img01.webp") no-repeat right center/cover transparent;
  }
}
.pre-inc #contents .block3 .box05::before {
  content: "image photo";
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em;
  color: #fff;
  font-size: min(2svw, 10px);
}
.pre-inc #contents .block3 .box05 .box-title {
  color: #00633d;
  font-size: min(3.8svw, 20px);
  text-align: center;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block3 .box05 .box-title {
    font-size: min(4.2svw, 24px);
    text-align: unset;
  }
}
.pre-inc #contents .block3 .box05 .photo {
  max-width: 25svw;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block3 .box05 .photo {
    max-width: 150px;
  }
}
.pre-inc #contents .block3 .box05 .photo .footnote {
  width: unset;
  line-height: 1;
  text-align: center;
}
.pre-inc #contents .block3-txt {
  color: #006934;
  font-size: min(3.6svw, 18px);
  font-weight: bold;
  text-align: center;
}
.pre-inc #contents .block3 .box06 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2em;
  padding: 1em 2em;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block3 .box06 {
    flex-direction: unset;
  }
}
.pre-inc #contents .block3 .box06L {
  flex: 150;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 1em;
}
.pre-inc #contents .block3 .box06L .read-title {
  padding: 0.25em 1em;
  background: linear-gradient(90deg, #6eba44 0%, #008749 100%);
  color: #fff;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block3 .box06L p.txt {
  margin-top: 0.5em;
  padding-inline: 0.5em;
}
.pre-inc #contents .block3 .box06R {
  max-width: 300px;
}
.pre-inc #contents .block3 .box06R .footnote {
  width: unset;
}
.pre-inc #contents .block4 {
  position: relative;
  margin: 1em auto 0;
  max-width: 1000px;
  width: 90%;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 {
    width: 100%;
  }
}
.pre-inc #contents .block4 .box07-ttl {
  padding: 0.25em 2em;
  background: linear-gradient(90deg, rgba(26, 19, 17, 0.5) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(26, 19, 17, 0.5) 100%);
  background-color: #182d72;
  color: #fff;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block4 .box07-inner {
  padding: 1em;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box07-inner {
    padding: 1em 2em;
  }
}
.pre-inc #contents .block4 .box07-inner .footnote {
  margin-top: 1em;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box07-inner .footnote {
    margin-top: 0.5em;
  }
}
.pre-inc #contents .block4 .box08 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box08 {
    flex-wrap: unset;
  }
}
.pre-inc #contents .block4 .box08 [data-box08=l] {
  width: calc((100% - 1em) / 2);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box08 [data-box08=l] {
    flex-wrap: unset;
    width: unset;
  }
}
.pre-inc #contents .block4 .box08 [data-box08=c] {
  width: calc((100% - 1em) / 2);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box08 [data-box08=c] {
    flex-basis: 30%;
    width: unset;
  }
}
.pre-inc #contents .block4 .box08 .photo {
  margin-top: 0.25em;
  max-width: 30svw;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box08 .photo {
    max-width: 150px;
  }
}
.pre-inc #contents .block4 .box08-txt {
  font-size: min(3.2svw, 16px);
  line-height: 1.2;
  text-align: center;
}
.pre-inc #contents .block4 .box08-txt ~ .txt {
  text-align: center;
}
.pre-inc #contents .block4 .box08 .txt {
  font-size: min(2svw, 10px);
}
.pre-inc #contents .block4 .box09 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  margin-top: 0.5em;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box09 {
    flex-direction: unset;
  }
}
.pre-inc #contents .block4 .box10 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  padding: 2em;
  border: 1px solid #1A1311;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box10 {
    flex-direction: unset;
  }
}
.pre-inc #contents .block4 .box10L {
  flex: 45;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.pre-inc #contents .block4 .box10L::after {
  content: "";
  position: unset;
  margin-inline: auto;
  background: url("../images/equipment/ev-img06.webp") no-repeat 0 0 transparent;
  width: 50svw;
  aspect-ratio: 190/46;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block4 .box10L::after {
    position: absolute;
    top: -25px;
    right: 0;
    margin-inline: unset;
    max-width: 190px;
  }
}
.pre-inc #contents .block4 .box10R {
  flex: 35;
  padding: 1em 0.5em;
  background-color: #ebeceb;
}
.pre-inc #contents .block4 .box10R .point-list .point-item {
  text-indent: -1em;
  margin-left: 1em;
  font-size: min(2svw, 10px);
}
.pre-inc #contents .block4 .box10R .point-list .point-item::before {
  content: "●";
}
.pre-inc #contents .block4 .box10-ttl {
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block4 .box10-ttl ~ .txt {
  font-size: min(2.4svw, 12px);
}
.pre-inc #contents .block5 {
  position: relative;
  margin: 1em auto 0;
  max-width: 1000px;
  width: 90%;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 {
    width: 100%;
  }
}
.pre-inc #contents .block5 .box14 {
  padding: 2em 1em;
  border: 1px solid #1A1311;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box14 {
    padding: 2em;
  }
}
.pre-inc #contents .block5 .box14::before {
  content: "全戸加入";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em 1em;
  background-color: #1A1311;
  color: #fff;
  font-size: min(2.4svw, 12px);
}
.pre-inc #contents .block5 .box11 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box11 {
    flex-direction: unset;
  }
}
.pre-inc #contents .block5 .box11L {
  flex: 1;
}
.pre-inc #contents .block5 .box11L .box12 {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin-top: 0.5em;
}
.pre-inc #contents .block5 .box11L .box12L, .pre-inc #contents .block5 .box11L .box12R {
  flex: 1;
  padding: 0.5em 0;
  background-color: #6a3906;
  color: #fff;
  font-size: min(2.8svw, 14px);
  line-height: 1.2;
  text-align: center;
}
.pre-inc #contents .block5 .box11L .ttl {
  font-size: min(3.2svw, 16px);
  text-align: center;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box11L .ttl {
    text-align: unset;
  }
}
.pre-inc #contents .block5 .box11R {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 1em;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box11R {
    gap: 0.5em 1em;
  }
}
.pre-inc #contents .block5 .box11R::after {
  content: "";
  position: absolute;
  top: -10%;
  right: 0;
  background: url("../images/equipment/ev-img07.webp") no-repeat 0 0/contain transparent;
  width: 35svw;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 170/69;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box11R::after {
    max-width: 170px;
    text-align: unset;
  }
}
.pre-inc #contents .block5 .box11R .box12 {
  display: flex;
  align-items: center;
  gap: 0.5em 1em;
}
.pre-inc #contents .block5 .box11R .box12:first-child {
  grid-column: span 2;
}
.pre-inc #contents .block5 .box11R .box12 .box12L {
  max-width: 60px;
}
.pre-inc #contents .block5 .box11R .box12 .box12R {
  flex: 30;
}
.pre-inc #contents .block5 .box11R .box12 .box12R-ttl {
  font-size: min(2.8svw, 14px);
  text-align: left;
}
.pre-inc #contents .block5 .box11R .box12 .box12R-txt {
  font-size: min(2svw, 10px);
  line-height: 1.2;
  text-align: left;
}
.pre-inc #contents .block5 .box13 {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #1A1311;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box13 {
    flex-direction: unset;
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
}
.pre-inc #contents .block5 .box13L {
  flex: 2;
}
.pre-inc #contents .block5 .box13L .ttl {
  line-height: 1.2;
  text-align: center;
}
.pre-inc #contents .block5 .box13R {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 0.5em;
  margin-top: 1em;
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box13R {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 2em;
  }
}
.pre-inc #contents .block5 .box13R .box13R-item {
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
  align-items: flex-start;
  grid-row: span 3;
  justify-content: center;
  gap: 0.5em;
  width: calc((100% - 2em) / 5);
  font-size: min(3.2svw, 16px);
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box13R .box13R-item {
    gap: 0.25em;
  }
}
.pre-inc #contents .block5 .box13R .box13R-item [data-figure=on] {
  align-self: flex-start;
}
.pre-inc #contents .block5 .box13R .box13R-item .photo {
  border: 1px solid #a88a20;
}
.pre-inc #contents .block5 .box13R .box13R-item .photo::before {
  content: "image";
  position: absolute;
  bottom: 2em;
  left: 0.25em;
  color: #fff;
  font-size: min(2svw, 10px);
  filter: drop-shadow(1px 1px 0 #1A1311);
}
.pre-inc #contents .block5 .box13R .box13R-item .photo::after {
  content: attr(data-caption) "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(26, 19, 17, 0.5);
  width: 100%;
  color: #fff;
  font-size: min(2.4svw, 12px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.pre-inc #contents .block5 .box13R-txt {
  align-self: flex-start;
  font-size: min(2svw, 10px);
  line-height: 1;
  text-align: center;
}
.pre-inc #contents .block5 .box13R-ttl {
  margin-top: auto;
  font-size: min(2.4svw, 12px);
  vertical-align: top;
  text-align: center;
}
.pre-inc #contents .block5 .box13R-ttl .ttl {
  white-space: nowrap;
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block5 .box17 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-top: 0.5em;
  padding: 1em 2em;
  border: 1px solid #1A1311;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box17 {
    flex-direction: unset;
    gap: 2em;
  }
}
.pre-inc #contents .block5 .box17L {
  flex: 140;
}
.pre-inc #contents .block5 .box17L .ttl {
  text-align: center;
}
@media screen and (min-width: 1024px), print {
  .pre-inc #contents .block5 .box17L .ttl {
    text-align: unset;
  }
}
.pre-inc #contents .block5 .box17R .photo {
  max-width: 220px;
}
.pre-inc #contents .block5 .box17-ttl {
  font-size: min(3.2svw, 16px);
}
.pre-inc #contents .block5 .box17-ttl ~ .txt {
  font-size: min(2.4svw, 12px);
}/*# sourceMappingURL=evaluation.css.map */