/* =========================================================
button
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs--wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: auto;
  max-width: 1760px;
  padding: 2rem 3vw;
  width: 96%;
}
.c-breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs-list > li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-breadcrumbs-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 1rem;
  margin-left: 8px;
}
.c-breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
title
========================================================= */
/* =========================================================
eneleagezero
========================================================= */
.p-eneleagezero {
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero {
    padding-top: 150px;
  }
}
.p-eneleagezero-mv--wrap {
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 10vh 2vh;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-mv--wrap {
    padding: 20vh 10vh;
  }
}
.p-eneleagezero-mv--wrap::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-eneleagezero-mv--wrap::after {
  background-image: url("./../images/eneleagezero/img_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-eneleagezero-mv_phrase {
  position: relative;
  width: 100%;
  z-index: 3;
}
.p-eneleagezero-mv_phrase .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-mv_phrase .title {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-mv_phrase .title {
    font-size: clamp(56px, 4.323vw, 83px);
  }
}
.p-eneleagezero-mv_phrase .text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-mv_phrase .text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-mv_phrase .text {
    font-size: clamp(22px, 1.667vw, 32px);
  }
}
.p-eneleagezero-intro--wrap {
  margin: auto;
  max-width: 1550px;
  padding: 40px 20px;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-intro--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-intro--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-intro--wrap {
    width: 80%;
  }
}
.p-eneleagezero-intro_label {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1550px;
}
.p-eneleagezero-intro_label .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-intro_label .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-intro_label .en {
    font-size: 2rem;
  }
}
.p-eneleagezero-intro_label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  width: 2rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-intro_label::before {
    width: 3rem;
  }
}
.p-eneleagezero-intro_title {
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-intro_title {
    font-size: 3.4rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-intro_title {
    font-size: 4rem;
    margin-top: 50px;
  }
}
.p-eneleagezero-intro_text {
  font-size: 1.5rem;
  line-height: 2;
  margin: 20px auto 0;
  max-width: 670px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-intro_text {
    margin-top: 30px;
  }
}
.p-eneleagezero-ems {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 70px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-ems {
    gap: 60px;
    margin-top: 90px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-ems {
    margin-top: clamp(80px, 6.25vw, 120px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-ems {
    grid-template-columns: 1fr 530px;
    gap: 10%;
  }
}
.p-eneleagezero-ems_title--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-ems_title--wrap .en {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-ems_title--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-ems_title--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-ems_title--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-ems_title--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-ems_title--wrap .jp {
  color: #3e3a39;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-ems_title--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-ems_title--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-ems_title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-ems_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-ems_title {
    font-size: 2rem;
  }
}
.p-eneleagezero-ems_text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-ems_text {
    margin-top: 25px;
  }
}
.p-eneleagezero-tech {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech {
    padding-bottom: 60px;
  }
}
.p-eneleagezero-tech_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 90px 8vw 120px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-tech_mv {
    width: 90%;
  }
}
.p-eneleagezero-tech_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-eneleagezero-tech_mv::after {
  background-image: url("./../images/eneleagezero/img_technology_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-eneleagezero-tech_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-tech_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-tech_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-tech_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-tech--wrap {
  background-color: #fff;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech--wrap {
    padding: clamp(40px, 4vw, 80px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech--wrap {
    padding: clamp(40px, 4.2vw, 80px) clamp(40px, 4.2vw, 162px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-tech--wrap {
    width: 80%;
  }
}
.p-eneleagezero-tech_title--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-tech_title--wrap .en {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_title--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_title--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-tech_title--wrap .jp {
  color: #3e3a39;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_title--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_title--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-tech_main {
  margin-top: 20px;
}
.p-eneleagezero-tech_main figure img {
  display: block;
  height: auto;
  width: 100%;
}
.p-eneleagezero-tech_reason {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason {
    margin-top: 60px;
  }
}
.p-eneleagezero-tech_reason article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason article {
    gap: 45px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason article {
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 3.125vw, 60px);
    margin-top: 100px;
  }
}
.p-eneleagezero-tech_reason article:first-child {
  margin-top: 0;
}
.p-eneleagezero-tech_reason article.reverse .p-eneleagezero-tech_reason--info {
  order: 1;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason article.reverse .p-eneleagezero-tech_reason--info {
    order: 2;
  }
}
.p-eneleagezero-tech_reason article.reverse figure {
  order: 2;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason article.reverse figure {
    order: 1;
  }
}
.p-eneleagezero-tech_reason article figure img {
  display: block;
  height: auto;
  width: 100%;
}
.p-eneleagezero-tech_reason--info {
  width: 100%;
}
.p-eneleagezero-tech_reason--info .label {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding-left: 38px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .label {
    font-size: 1.8rem;
    padding-left: 45px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason--info .label {
    font-size: 2rem;
  }
}
.p-eneleagezero-tech_reason--info .label::before {
  background-color: #209cff;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}
.p-eneleagezero-tech_reason--info .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .title {
    font-size: 2.8rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason--info .title {
    font-size: 3.2rem;
  }
}
.p-eneleagezero-tech_reason--info .lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .lead {
    font-size: 1.7rem;
    line-height: 2;
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason--info .lead {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.p-eneleagezero-tech_reason--info .text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .text {
    margin-top: 25px;
  }
}
.p-eneleagezero-tech_reason--info .list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .list {
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
  }
}
.p-eneleagezero-tech_reason--info .list li {
  display: flex;
  align-items: center;
  gap: 5px 12px;
}
.p-eneleagezero-tech_reason--info .list img {
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 36px;
  width: 36px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .list img {
    height: 40px;
    width: 40px;
  }
}
.p-eneleagezero-tech_reason--info .list span {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-eneleagezero-tech_reason--info .head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .head {
    grid-template-columns: 1fr 120px;
    gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason--info .head {
    grid-template-columns: 1fr 140px;
  }
}
.p-eneleagezero-tech_reason--info .head .detail {
  min-width: 0;
}
.p-eneleagezero-tech_reason--info .head .title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .head .title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason--info .head .title {
    font-size: 3.2rem;
  }
}
.p-eneleagezero-tech_reason--info .head .lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason--info .head .lead {
    font-size: 1.7rem;
    line-height: 2;
    margin-top: 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason--info .head .lead {
    font-size: 1.8rem;
    margin-top: 28px;
  }
}
.p-eneleagezero-tech_reason--info .head .patent img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 120px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_reason--info .head .patent img {
    max-width: 140px;
  }
}
.p-eneleagezero-tech_reason-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_reason-list {
    grid-template-columns: 1fr 1fr;
    gap: 18px 30px;
    margin-top: 30px;
  }
}
.p-eneleagezero-tech_reason-list > li {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.p-eneleagezero-tech_reason-list > li::before {
  background-color: #004669;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 18px;
}
.p-eneleagezero-tech_flow {
  margin-top: 45px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_flow {
    margin-top: 60px;
  }
}
.p-eneleagezero-tech_flow .title {
  color: #004669;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_flow .title {
    font-size: 2rem;
  }
}
.p-eneleagezero-tech_flow .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 25px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_flow .list {
    grid-template-columns: repeat(4, 1fr);
    gap: 6%;
  }
}
.p-eneleagezero-tech_flow .list > li {
  position: relative;
}
.p-eneleagezero-tech_flow .list > li::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_flow .list > li::after {
    background: url("./../images/eneleagezero/icon_arrow01.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    aspect-ratio: 1/1;
    width: clamp(16px, 1.563vw, 30px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20%;
    margin: auto;
  }
}
.p-eneleagezero-tech_flow .list > li:last-of-type:after {
  content: none;
}
.p-eneleagezero-tech_flow .list > li img {
  display: block;
  height: 50px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_flow .list > li img {
    height: 58px;
    width: 58px;
  }
}
.p-eneleagezero-tech_flow .list > li p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_flow .list > li p {
    font-size: 1.5rem;
    margin-top: 18px;
  }
}
.p-eneleagezero-tech_flow .list > li .text {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 8px;
}
.p-eneleagezero-tech_place {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_place {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-top: 70px;
  }
}
.p-eneleagezero-tech_place img {
  display: block;
  height: 50px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_place img {
    height: 60px;
    width: 60px;
  }
}
.p-eneleagezero-tech_place span {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_place span {
    margin-top: 15px;
  }
}
.p-eneleagezero-tech_lifeline {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_lifeline {
    margin-top: 60px;
  }
}
.p-eneleagezero-tech_lifeline--title {
  background-color: #4d82ca;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_lifeline--title {
    font-size: 2rem;
    padding: 2.5rem;
  }
}
.p-eneleagezero-tech_lifeline--lead {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_lifeline--lead {
    font-size: 2rem;
    line-height: 2;
    margin-top: 15px;
  }
}
.p-eneleagezero-tech_lifeline--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_lifeline--list {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-tech_lifeline--list {
    gap: clamp(20px, 1.563vw, 30px);
  }
}
.p-eneleagezero-tech_lifeline--list img {
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_lifeline--list img {
    height: 60px;
    width: 60px;
  }
}
.p-eneleagezero-tech_lifeline--list .name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_lifeline--list .name {
    font-size: 1.7rem;
    margin-top: 15px;
  }
}
.p-eneleagezero-tech_lifeline--list .text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-tech_lifeline--list .text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.p-eneleagezero-tech_lifeline--list .text span {
  color: #0d8771;
  display: block;
  font-weight: 700;
}
.p-eneleagezero-spec_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 90px 8vw 120px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-spec_mv {
    width: 90%;
  }
}
.p-eneleagezero-spec_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-eneleagezero-spec_mv::after {
  background-image: url("./../images/eneleagezero/img_spec_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-eneleagezero-spec_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-spec_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-spec_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-spec_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-spec--wrap {
  background-color: #e6e6e6;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec--wrap {
    gap: 6vw;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-spec--wrap {
    width: 80%;
  }
}
.p-eneleagezero-spec_visual {
  align-self: start;
  min-width: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_visual {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}
.p-eneleagezero-spec_slider {
  background-color: #f7f7f7;
  border-radius: 10px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.p-eneleagezero-spec_slider .slick-list,
.p-eneleagezero-spec_slider .slick-track,
.p-eneleagezero-spec_slider .slick-slide,
.p-eneleagezero-spec_slider .slick-slide > div {
  min-width: 0;
}
.p-eneleagezero-spec_slider .slick-slide {
  overflow: hidden;
}
.p-eneleagezero-spec_slider figure {
  align-items: center;
  display: flex !important;
  justify-content: center;
  min-height: 280px;
  min-width: 0;
  overflow: hidden;
  padding: 24px 24px 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_slider figure {
    min-height: 380px;
    padding: 32px 32px 55px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_slider figure {
    min-height: 500px;
    padding: clamp(24px, 2.083vw, 40px) clamp(24px, 2.083vw, 40px) clamp(40px, 3.125vw, 60px);
  }
}
.p-eneleagezero-spec_slider figure img,
.p-eneleagezero-spec_slider figure video {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-eneleagezero-spec_slider video {
  aspect-ratio: 4/3;
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
}
.p-eneleagezero-spec_slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  bottom: 20px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_slider .slick-dots {
    gap: 16px;
    bottom: 25px;
  }
}
.p-eneleagezero-spec_slider .slick-dots li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-eneleagezero-spec_slider .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #999;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 8px;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 8px;
}
.p-eneleagezero-spec_slider .slick-dots .slick-active button {
  background-color: #333;
}
.p-eneleagezero-spec_slider--next {
  align-items: center;
  background-color: #555;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 44px;
  padding-right: 6px;
  position: absolute;
  right: 0;
  bottom: -25px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_slider--next {
    width: 50px;
    bottom: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_slider--next {
    width: clamp(40px, 2.917vw, 56px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-spec_slider--next {
    top: 50%;
    transform: translateY(-50%);
    right: -4vw;
  }
}
.p-eneleagezero-spec_slider--next span {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_slider--next span {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    width: 14px;
  }
}
.p-eneleagezero-spec_head {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_head {
    gap: 15px;
  }
}
.p-eneleagezero-spec_head > li {
  background-color: #5a94d9;
  border-radius: 3px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_head > li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_head > li {
    font-size: clamp(20px, 1.302vw, 25px);
  }
}
.p-eneleagezero-spec_text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_text {
    margin-top: 25px;
  }
}
.p-eneleagezero-spec_point {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_point {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_point {
    gap: clamp(12px, 1.042vw, 20px);
  }
}
.p-eneleagezero-spec_point > li {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  gap: 0 15px;
  grid-template-columns: 40px 1fr;
  padding: 1rem 2rem;
}
.p-eneleagezero-spec_point .icon {
  grid-row: 1/3;
  width: 30px;
}
.p-eneleagezero-spec_point .icon img {
  display: block;
  height: auto;
  width: 100%;
}
.p-eneleagezero-spec_point .label {
  align-self: end;
  color: #999;
  font-size: 1.3rem;
}
.p-eneleagezero-spec_point .value {
  align-self: start;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-eneleagezero-spec_accordion {
  border-top: 1px solid #ccc;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_accordion {
    margin-top: 45px;
  }
}
.p-eneleagezero-spec_accordion > input {
  display: none;
}
.p-eneleagezero-spec_accordion .item {
  border-bottom: 1px solid #ccc;
}
.p-eneleagezero-spec_accordion label {
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 24px 30px 24px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_accordion label {
    font-size: 1.8rem;
    padding: 30px 30px 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-spec_accordion label {
    font-size: 2rem;
    padding: 3.5rem 2rem 3.5rem 0;
  }
}
.p-eneleagezero-spec_accordion label::before, .p-eneleagezero-spec_accordion label::after {
  background-color: #2e7bd6;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
}
.p-eneleagezero-spec_accordion label::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.p-eneleagezero-spec_accordion .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.p-eneleagezero-spec_accordion .content dl {
  border-top: 1px solid #ccc;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_accordion .content dl {
    gap: 20px;
    grid-template-columns: 200px 1fr;
    padding: 20px 0;
  }
}
.p-eneleagezero-spec_accordion .content dt,
.p-eneleagezero-spec_accordion .content dd {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_accordion .content dt,
.p-eneleagezero-spec_accordion .content dd {
    padding: 0 0 0 4rem;
  }
}
.p-eneleagezero-spec_accordion input:checked + label::after {
  transform: rotate(0deg);
}
.p-eneleagezero-spec_accordion input:checked ~ .content {
  max-height: 999vh;
  transition: max-height 0.4s ease;
}
.p-eneleagezero-spec_button {
  align-items: center;
  background-color: #f8b500;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 380px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: 0.3s;
}
.p-eneleagezero-spec_button span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_button span {
    font-size: 1.8rem;
  }
}
.p-eneleagezero-spec_button img {
  flex-shrink: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-spec_button img {
    width: 35px;
  }
}
.p-eneleagezero-spec_button:hover {
  opacity: 0.8;
}
.p-eneleagezero-bcp {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-bcp {
    padding-bottom: 60px;
  }
}
.p-eneleagezero-bcp--wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: auto;
  max-width: 1550px;
  padding: 40px 20px;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp--wrap {
    gap: 60px;
    padding: clamp(40px, 4vw, 80px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-bcp--wrap {
    padding: clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-bcp--wrap {
    grid-template-columns: 1fr 60%;
    gap: 10%;
    width: 80%;
  }
}
.p-eneleagezero-bcp_title--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-bcp_title--wrap .en {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_title--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-bcp_title--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-bcp_title--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_title--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-bcp_title--wrap .jp {
  color: #3e3a39;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_title--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-bcp_title--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-bcp_text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}
.p-eneleagezero-bcp_lifeline {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_lifeline {
    margin-top: 60px;
  }
}
.p-eneleagezero-bcp_lifeline--title {
  background-color: #4d82ca;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_lifeline--title {
    font-size: 1.7rem;
    padding: 2.5rem;
  }
}
.p-eneleagezero-bcp_lifeline--lead {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_lifeline--lead {
    font-size: 2rem;
    line-height: 2;
    margin-top: 5px;
  }
}
.p-eneleagezero-bcp_lifeline--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_lifeline--list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
.p-eneleagezero-bcp_lifeline--list img {
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_lifeline--list img {
    height: 60px;
    width: 60px;
  }
}
.p-eneleagezero-bcp_lifeline--list .name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_lifeline--list .name {
    font-size: 1.7rem;
    margin-top: 15px;
  }
}
.p-eneleagezero-bcp_lifeline--list .text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-bcp_lifeline--list .text {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.p-eneleagezero-bcp_lifeline--list .text span {
  color: #0d8771;
  display: block;
  font-weight: 700;
}
.p-eneleagezero-example {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-example {
    padding-bottom: 60px;
  }
}
.p-eneleagezero-example_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 90px 8vw 120px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-example_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-example_mv {
    width: 90%;
  }
}
.p-eneleagezero-example_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-eneleagezero-example_mv::after {
  background-image: url("./../images/eneleagezero/img_example_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-eneleagezero-example_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-example_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-example_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-example_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-example_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-example_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-example--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 8vw, 100px) clamp(25px, 3vw, 40px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-example--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4vw, 100px) clamp(30px, 4.2vw, 40px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-example--wrap {
    width: 80%;
  }
}
.p-eneleagezero-example_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.p-eneleagezero-example_head--title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.p-eneleagezero-example_head--title .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_head--title .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-example_head--title .en {
    font-size: 2rem;
  }
}
.p-eneleagezero-example_head--title span {
  background-color: #333;
  display: block;
  height: 1px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_head--title span {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-example_head--title span {
    width: 180px;
  }
}
.p-eneleagezero-example_head--title .jp {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_head--title .jp {
    font-size: 1.5rem;
  }
}
.p-eneleagezero-example_head--nav {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-example_head--nav {
    width: auto;
    gap: 40px;
  }
}
.p-eneleagezero-example_head--nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}
.p-eneleagezero-example_head--nav button img {
  display: block;
  width: 12px;
  height: auto;
}
.p-eneleagezero-example_head--nav button.js-example-next img {
  transform: rotate(180deg);
}
.p-eneleagezero-example_head--nav p {
  color: #b8b8b8;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
.p-eneleagezero-example_head--nav p .js-example-current {
  color: #006ad5;
}
.p-eneleagezero-example_head--nav p .js-example-total {
  color: #b8b8b8;
}
.p-eneleagezero-slider {
  overflow: hidden;
  padding: 20px 0 70px;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider {
    padding: 20px 0 85px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-slider {
    padding: 20px 0 100px;
  }
}
.p-eneleagezero-slider .slick-list {
  overflow: visible;
}
.p-eneleagezero-slider .slick-slide {
  height: auto;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider .slick-slide {
    padding-right: 45px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-slider .slick-slide {
    padding-right: 70px;
  }
}
.p-eneleagezero-slider .slick-slide > div {
  height: 100%;
}
.p-eneleagezero-slider_box {
  height: 100%;
}
.p-eneleagezero-slider_box figure {
  border-radius: 10px;
  overflow: hidden;
}
.p-eneleagezero-slider_box figure img {
  aspect-ratio: 700/478;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-eneleagezero-slider_box--info {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-slider_box--info {
    margin-top: 35px;
  }
}
.p-eneleagezero-slider_box--info .head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .head {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.p-eneleagezero-slider_box--info .title {
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .title {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-slider_box--info .title {
    font-size: 2rem;
    margin-top: 40px;
  }
}
.p-eneleagezero-slider_box--info .body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .body {
    grid-template-columns: 140px 1fr;
    gap: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-slider_box--info .body {
    grid-template-columns: 160px 1fr;
    gap: 30px;
    margin-top: 25px;
  }
}
.p-eneleagezero-slider_box--info .case {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  padding-left: 38px;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .case {
    font-size: 1.6rem;
    padding-left: 45px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-slider_box--info .case {
    font-size: 1.8rem;
    padding-left: 50px;
  }
}
.p-eneleagezero-slider_box--info .case::before {
  background-color: #00aeef;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .case::before {
    width: 35px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-slider_box--info .case::before {
    width: 40px;
  }
}
.p-eneleagezero-slider_box--info .category {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .category {
    font-size: 1.5rem;
    text-align: right;
  }
}
.p-eneleagezero-slider_box--info .purpose {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .purpose {
    font-size: 1.5rem;
  }
}
.p-eneleagezero-slider_box--info .text {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-slider_box--info .text {
    font-size: 1.5rem;
  }
}
.p-eneleagezero-installation {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation {
    padding-bottom: 60px;
  }
}
.p-eneleagezero-installation_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 90px 8vw 120px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-installation_mv {
    width: 90%;
  }
}
.p-eneleagezero-installation_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-eneleagezero-installation_mv::after {
  background-image: url("./../images/eneleagezero/img_feature_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-eneleagezero-installation_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-installation_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-installation_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-installation_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-installation--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4vw, 100px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-installation--wrap {
    width: 80%;
  }
}
.p-eneleagezero-installation_title {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_title {
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation_title {
    font-size: 4rem;
  }
}
.p-eneleagezero-installation_subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_subtitle {
    font-size: 1.8rem;
    margin-top: 45px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation_subtitle {
    font-size: 2rem;
  }
}
.p-eneleagezero-installation_text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_text {
    margin-top: 30px;
    text-align: center;
  }
}
.p-eneleagezero-installation_card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-installation_card {
    margin-top: 65px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-installation_card {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-installation_card {
    flex-direction: row;
    gap: 3vw;
  }
}
.p-eneleagezero-installation_card > article {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-installation_card > article {
    width: 50%;
  }
}
.p-eneleagezero-installation_card figure {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-installation_card figure {
    margin-top: 40px;
  }
}
.p-eneleagezero-installation_card figure img {
  max-width: 565px;
  width: 100%;
}
.p-eneleagezero-supply_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 90px 8vw 120px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-supply_mv {
    width: 90%;
  }
}
.p-eneleagezero-supply_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-eneleagezero-supply_mv::after {
  background-image: url("./../images/eneleagezero/img_supply_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-eneleagezero-supply_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-supply_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-supply_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-supply_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-supply--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4vw, 100px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-supply--wrap {
    width: 80%;
  }
}
.p-eneleagezero-supply_label {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1200px;
}
.p-eneleagezero-supply_label .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_label .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_label .en {
    font-size: 2rem;
  }
}
.p-eneleagezero-supply_label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  margin-right: 0.5rem;
}
.p-eneleagezero-supply_title {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  margin-top: 35px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_title {
    font-size: 3.2rem;
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_title {
    font-size: 4rem;
  }
}
.p-eneleagezero-supply_subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_subtitle {
    font-size: 1.8rem;
    margin-top: 45px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_subtitle {
    font-size: 2rem;
  }
}
.p-eneleagezero-supply_text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 25px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_text {
    margin-top: 30px;
    text-align: center;
  }
}
.p-eneleagezero-supply_table {
  margin-top: 50px;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_table {
    margin-top: 70px;
  }
}
.p-eneleagezero-supply_table table {
  border-collapse: separate;
  border-spacing: 24px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
}
.p-eneleagezero-supply_table th,
.p-eneleagezero-supply_table td {
  border-top: 1px solid #d5d5d5;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_table th,
.p-eneleagezero-supply_table td {
    padding: 20px 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_table th,
.p-eneleagezero-supply_table td {
    font-size: clamp(16px, 1.042vw, 20px);
    padding: 22px 20px;
  }
}
.p-eneleagezero-supply_table thead th {
  border-top: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  padding: 20px 12px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-supply_table thead th {
    font-size: 1.8rem;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-supply_table thead th {
    font-size: 2rem;
    padding: 30px 20px;
  }
}
.p-eneleagezero-supply_table thead th:first-child {
  font-family: inherit;
}
.p-eneleagezero-supply_table tbody th {
  width: 22%;
}
.p-eneleagezero-supply_table tbody td {
  width: 26%;
}
.p-eneleagezero-supply_table tbody tr:first-child th,
.p-eneleagezero-supply_table tbody tr:first-child td {
  padding-top: 16px;
}
.p-eneleagezero-supply_table tbody tr:last-child th,
.p-eneleagezero-supply_table tbody tr:last-child td {
  padding-bottom: 20px;
}
.p-eneleagezero-supply_table .reduce {
  font-size: 80%;
}
.p-eneleagezero-design {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 50px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design {
    gap: 60px;
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-design {
    grid-template-columns: 1fr 1fr;
    gap: 10%;
  }
}
.p-eneleagezero-design_title--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-design_title--wrap .en {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_title--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-design_title--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-design_title--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_title--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-design_title--wrap .jp {
  color: #3e3a39;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_title--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-design_title--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-design_title figure {
  margin: 30px auto 0;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_title figure {
    margin: 40px auto 0;
  }
}
.p-eneleagezero-design_subtitle {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-design_subtitle {
    font-size: 2rem;
  }
}
.p-eneleagezero-design_text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_text {
    margin-top: 25px;
  }
}
.p-eneleagezero-design_compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_compare {
    gap: 10%;
  }
}
.p-eneleagezero-design_data {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 35px;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_data {
    margin-top: 50px;
    padding: 35px 0;
  }
}
.p-eneleagezero-design_data .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_data .head {
    align-items: center;
    flex-direction: row;
    gap: 30px;
  }
}
.p-eneleagezero-design_data .head .title {
  color: #3e3a39;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_data .head .title {
    font-size: 2rem;
  }
}
.p-eneleagezero-design_data .head p {
  color: #3e3a39;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_data .head p {
    font-size: 1.5rem;
  }
}
.p-eneleagezero-design_data .message {
  background-color: #fff0d7;
  color: #3e3a39;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 25px;
  padding: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-design_data .message {
    font-size: 1.7rem;
    margin-top: 35px;
    padding: 20px;
  }
}
.p-eneleagezero-support {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support {
    padding-bottom: 60px;
  }
}
.p-eneleagezero-support_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 90px 8vw 120px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-support_mv {
    width: 90%;
  }
}
.p-eneleagezero-support_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-eneleagezero-support_mv::after {
  background-image: url("./../images/eneleagezero/img_support_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-eneleagezero-support_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-eneleagezero-support_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-eneleagezero-support_mv--wrap .en::before {
  background-image: url("./../images/common/icon_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-eneleagezero-support_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-eneleagezero-support--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-eneleagezero-support--wrap {
    width: 80%;
  }
}
.p-eneleagezero-support_label {
  display: flex;
  align-items: center;
  margin: auto;
}
.p-eneleagezero-support_label .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_label .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_label .en {
    font-size: 2rem;
  }
}
.p-eneleagezero-support_label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  margin-right: 0.5rem;
}
.p-eneleagezero-support_title {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  margin-top: 35px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_title {
    font-size: 3.2rem;
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_title {
    font-size: 4rem;
  }
}
.p-eneleagezero-support_subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_subtitle {
    font-size: 1.8rem;
    margin-top: 45px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_subtitle {
    font-size: 2rem;
  }
}
.p-eneleagezero-support_text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_text {
    text-align: center;
  }
}
.p-eneleagezero-support_service {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  margin-top: 45px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service {
    gap: 50px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service {
    grid-template-columns: 1fr 46%;
    gap: 80px;
    margin-top: 80px;
  }
}
.p-eneleagezero-support_service--info .label {
  display: flex;
  align-items: center;
}
.p-eneleagezero-support_service--info .label .en {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .label .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .label .en {
    font-size: 2rem;
  }
}
.p-eneleagezero-support_service--info .label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .label::before {
    width: 40px;
  }
}
.p-eneleagezero-support_service--info .title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .title {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.p-eneleagezero-support_service--info .text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .text {
    font-size: 1.6rem;
    line-height: 2.1;
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .text {
    font-size: 1.7rem;
    line-height: 2.2;
    margin-top: 30px;
  }
}
.p-eneleagezero-support_service--info .tel {
  letter-spacing: 0.1rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .tel {
    margin-top: 40px;
  }
}
.p-eneleagezero-support_service--info .tel .sub {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .tel .sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .tel .sub {
    font-size: 2rem;
  }
}
.p-eneleagezero-support_service--info .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .tel .number {
    gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .tel .number {
    gap: 20px;
  }
}
.p-eneleagezero-support_service--info .tel .number img {
  flex-shrink: 0;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .tel .number img {
    width: 46px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .tel .number img {
    width: 54px;
  }
}
.p-eneleagezero-support_service--info .tel .number span {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .tel .number span {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .tel .number span {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.p-eneleagezero-support_service--info .tel .time,
.p-eneleagezero-support_service--info .tel .holiday {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_service--info .tel .time,
.p-eneleagezero-support_service--info .tel .holiday {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_service--info .tel .time,
.p-eneleagezero-support_service--info .tel .holiday {
    font-size: 1.5rem;
  }
}
.p-eneleagezero-support_service--info .tel .time {
  margin-top: 10px;
}
.p-eneleagezero-support_service--img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-eneleagezero-support_card {
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_card {
    gap: 45px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_card {
    gap: 6vw;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
  }
}
.p-eneleagezero-support_card > section {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}
.p-eneleagezero-support_card .icon {
  margin: auto;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_card .icon {
    width: 65px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_card .icon {
    width: 70px;
  }
}
.p-eneleagezero-support_card .icon img {
  display: block;
  height: auto;
  width: 100%;
}
.p-eneleagezero-support_card .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}
.p-eneleagezero-support_card .subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}
.p-eneleagezero-support_card .text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_card .text {
    margin-top: 25px;
  }
}
.p-eneleagezero-support_att {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_att {
    flex-direction: row;
    gap: 25px;
  }
}
.p-eneleagezero-support_att .label {
  background-color: #ed0015;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 8px 22px;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_att .label {
    font-size: 2rem;
    padding: 16px 28px;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_att .label {
    font-size: clamp(16px, 1.25vw, 24px);
    padding: clamp(12px, 1.042vw, 20px) clamp(20px, 1.823vw, 35px);
  }
}
.p-eneleagezero-support_att .text {
  border-bottom: 2px solid #333;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-eneleagezero-support_att .text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-eneleagezero-support_att .text {
    font-size: clamp(24px, 1.875vw, 36px);
  }
}
/*# sourceMappingURL=style-eneleagezero.css.map */