@charset "utf-8";
/* CSS Document ZEH*/
/* zeh */
/* common
--------------------------- */
ul {
  padding: 0;
}
picture {
  display: block;
  width: fit-content;
}
figure {
  position: relative;
  display: block;
  height: fit-content;
}
picture {
  display: block;
}
figcaption, .caption {
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 3px 4px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cap {
  margin-top: 15px;
  font-size: 10px;
  text-align: right;
}
.inner {
  width: min(1000px, calc(100% - 40px));
  margin-inline: auto;
}
.contents {
  width: 100%;
  position: relative;
  z-index: 0;
  color: #000000;
  padding-block: 20px;
}
.contents.info {
  padding-top: 65px;
}
.contents__header {
  width: calc(100% - 40px);
  margin-inline: auto;
  padding-block: 36px;
  text-align: center;
  line-height: 1.5;
}
.contents__img, .contents__img picture, .contents__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.contents__title {
  color: #2A9B91;
  font-size: clamp(20px, 5vw, 22px);
}
.bg-contentns {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contents.info {
    padding-top: 30px;
  }
  .contents__header {
    padding-block: 20px;
  }
  .contents__title {
    text-align: left;
  }
  .bg-contentns {
    background-size: cover;
  }
}
/* mv
----------------------- */
.mv {
  position: relative;
}
.mv__img, .mv__img picture, .mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mv__header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
  filter: drop-shadow(0px 0px 10px #fff);
  padding-block: 60px;
}
.mv__text01 {
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  margin-top: 8px;
}
.mv__text02 {
  font-size: 30px;
  margin-bottom: 4px;
}
.mv__text03 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mv__header {
    padding-block: 50px;
  }
  .mv__text01 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mv__text02 {
    margin-bottom: 22px;
    line-height: 1.5;
  }
}
/* fv
----------------------- */
.fv {
  position: relative;
}
.fv__img, .fv__img picture, .fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv__header {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
  filter: drop-shadow(0px 0px 10px #fff);
  padding-block: 100px;
}
.fv__text03 {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .fv__header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fv__header {
    width: 330px;
    padding-block: 50px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    text-align: left;
  }
}
/* info
---------------------- */
.info .contents__header {
  padding-block: 0 36px;
}
.info-contents01 {
  margin-block: 30px;
}
.info-contents02 {
  border: 1px solid #00913A;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  padding: 40px 30px 30px;
  margin-block: 76px;
}
.info-wrap--02 {
  direction: rtl;
}
.info-wrap--02 * {
  direction: ltr;
}
.info-wrap02 {
  width: min(830px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(30px, 3vw);
  justify-content: center;
}
.info__img01 {
  width: min(248px, 100%);
  margin-inline: auto;
  margin-bottom: 48px;
}
.info__img02 {
  width: min(986px, 100%);
  margin: 20px auto 0;
}
.info__title {
  font-size: clamp(28px, 5vw, 47px);
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 23px;
  text-align: center;
}
.info__title small {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}
.info__text01 {
  width: 809px;
  margin-inline: auto;
  margin-bottom: 80px;
  line-height: 1.5;
}
.info__text02 {
  margin-top: 10px;
  font-size: clamp(10px, 1.2vw, 12px);
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .info__text01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .info-contents01 {
    margin-top: 0;
  }
  .info__text01 {
    width: 330px;
    margin-bottom: 20px;
    text-align: justify;
  }
  .info__img03 {
    width: 100%;
  }
  .info-wrap, .info-wrap02 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .info-contents01 {
    margin-bottom: 30px;
  }
  .info-contents02 {
    padding: 30px 15px 40px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .info-wrap {
    margin-block: 0px;
    margin-bottom: 60px;
  }
  .info__img01 {
    margin-inline: auto;
  }
  .info__text01 {
    line-height: 1.6;
  }
}
/* info02
---------------------- */
.info02 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.info02 .contents__header {
  width: 1000px;
  margin-inline: auto;
  background: url("../zeh-m/img/icon_info2.svg") no-repeat 0;
  padding-left: 130px;
}
.info02 .contents__title {
  color: #000000;
  font-size: 28px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .info02 .contents__header {
    width: min(1000px, calc(100% - 40px));
  }
}
@media screen and (max-width: 767px) {
  .info02 .contents__header {
    margin-inline: auto;
    background: url("../zeh-m/img/icon_info2.svg") no-repeat 0;
    background-size: 80px;
    padding-left: 80px;
  }
  .info02 .contents__title {
    font-size: 18px;
  }
}
/* info03
---------------------- */
.info03 {
  width: 993px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding: 37px 25px;
  background: #FFF;
  border: 1px solid #000;
}
.info03 .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 866px;
  text-align: left;
}
.info03__text01 {
  text-align: justify;
  line-height: 1.75;
}
.info03__text02 {
  margin-top: 20px;
  font-size: 10px;
  text-align: left;
}
.info__img03 {
  width: 383px;
}
.info03 .contents__header {
  width: 446px;
  padding-block: 0;
}
.info03 .contents__title {
  margin-bottom: 20px;
  color: #000000;
  font-size: 28px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .info03 {
    width: min(993px, calc(100% - 40px));
  }
  .info03 .inner {
    width: 100%;
  }
  .info03 .contents__header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .info03 {
    margin-inline: auto;
    margin-bottom: 40px;
    padding: 35px 20px;
    background: #FFF;
    border: 1px solid #000;
  }
  .info03 .inner {
    flex-direction: column;
  }
  .info03 .contents__title {
    font-size: 20px;
  }
  .info__img03 {
    width: 100%;
  }
}
/* merit
---------------------- */
.bg-merit {
  width: 100%;
  max-width: 1000px;
  padding: 15px 10px 5px;
  margin: 20px auto;
}
.merit .contents__header {
  padding-bottom: 20px;
}
.merit .contents__header img {
  width: 318px;
}
.merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  width: 880px;
  margin: 0 auto;
}
.merit__item {
  display: flex;
  text-align: center;
  padding-bottom: 5px;
  width: min(440px, 100%);
  margin-inline: auto;
}
.merit__img {
  width: 194px;
  margin-bottom: 10px;
}
.merit__title {
  width: 245px;
}
.merit .contents__header {
  padding-block: 0 36px;
}
@media screen and (max-width: 1023px) {
  .bg-merit {
    width: min(993px, calc(100% - 40px));
  }
  .merit__list {
    width: 100%;
  }
  .merit__img {
    width: 50%;
  }
  .merit__title {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .merit__list {
    display: inherit;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .merit .contents__header img {
    width: 223px;
  }
  .bg-merit {
    width: 100%;
    max-width: min(993px, calc(100% - 40px));
    padding: 15px 10px 5px;
    margin: 20px auto;
  }
  .merit .contents__title {
    text-align: center;
  }
  .merit__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .merit__list {
    gap: 18px;
  }
  .merit__title {
    font-size: 20px;
  }
}
/* merit02
---------------------- */
.bg-merit02 {
  width: 100%;
  max-width: 1000px;
  padding: 23px 43px 0;
  margin: 0 auto 50px;
}
.merit02 .contents__header {
  padding-block: 20px 20px;
}
.merit02 .contents__title {
  color: #000000;
  font-size: clamp(20px, 4vw, 28px);
}
.merit02__sub-title {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.merit02__sub-title span {
  margin-left: 15px;
  color: #2A9B91;
  font-size: 36px;
}
.merit02__sub-title img {
  width: 78px;
  margin-right: 10px;
}
.merit02__header {
  text-align: center;
  padding-block: 30px 20px;
}
.merit02__title {
  font-size: clamp(20px, 3vw, 32px);
  margin-bottom: 10px;
}
.merit02__title span {
  color: #c30d23;
}
.merit02__title strong {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 400;
}
.merit02__lead {
  font-size: clamp(14px, 1.7vw, 16px);
  line-height: 1.5;
}
p.merit02__lead {
  margin-bottom: 5px;
}
.merit02__list {
  font-size: 10px;
}
.merit02__list li {
  display: flex;
  align-items: baseline;
}
.merit02__list li:before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000000;
  flex-shrink: 0;
}
.merit02__wrap {
  padding-block: 30px 60px;
  margin: 0 auto;
  width: 890px;
}
.merit02__wrap02 {
  display: flex;
  justify-content: space-between;
}
.merit02__wrap02__left {
  width: 413px;
}
.merit02__wrap02__right {
  width: 394px;
}
.merit02__wrap02--02 {
  grid-template-columns: 4.6fr 1fr;
}
.merit02__img01 {
  width: min(722px, 100%);
}
.merit02__img02 {
  width: min(804px, 100%);
}
.merit02__text {
  font-size: 10px;
  line-height: 1.5;
}
.merit02__wrap03 {
  display: flex;
  justify-content: space-between;
}
.merit02__wrap03__left {
  width: 270px;
}
.merit02__wrap03__right {
  width: 553px;
}
@media screen and (max-width: 1023px) {
  .bg-merit02 {
    max-width: min(993px, calc(100% - 40px));
  }
  .merit02__wrap {
    padding-block: 30px;
    margin: 0 auto;
    width: 100%;
  }
  .merit02__wrap02 {
    gap: 20px;
  }
  .merit02__wrap02__left {
    width: 100%;
  }
  .merit02__wrap02__right {
    width: 100%;
  }
  .merit02__wrap03 {
    gap: 20px;
  }
  .merit02__wrap03__left {
    width: 100;
  }
  .merit02__wrap03__right {
    width: 100;
  }
}
@media screen and (max-width: 767px) {
  .bg-merit02 {
    padding: 0 15px;
  }
  .merit02__sub-title small {
    display: block;
    font-size: 13px;
  }
  .merit02__sub-title span {
    display: block;
    margin-left: 0;
    font-size: 25px;
  }
  .merit02 .contents__title {
    text-align: center;
  }
  .merit02 .contents__header {
    padding-block: 0;
    text-align: center;
  }
  .merit02__header {
    padding-block: 30px;
  }
  .merit02__title {
    margin-bottom: 28px;
  }
  .merit02__lead {
    text-align-last: left;
    line-height: 1.7;
  }
  .merit02__wrap {
    padding-block: 30px;
    margin: 0 auto;
    width: 100%;
  }
  .merit02__wrap .inner {
    width: 100%;
    margin-inline: auto;
  }
  .merit02__wrap02, .merit02__wrap03 {
    flex-direction: column;
    padding-bottom: 0px;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .merit02__wrap02__left, .merit02__wrap03__left {
    width: 100%;
  }
  .merit02__wrap02__right, .merit02__wrap03__right {
    width: 100%;
  }
}
/* efficiency
----------------- */
.efficiency .contents__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  padding-top: 60px;
}
.efficiency .contents__title {
  width: 258px;
}
.efficiency__img01 {
  width: 742px;
}
.efficiency__img01 figcaption {
  background-color: unset;
  color: #000;
  bottom: 0;
}
.efficiency__img02 {
  width: min(366px, 100%);
  margin-inline: auto;
  padding-bottom: 10px;
}
.efficiency__img03 {
  width: min(233px, 100%);
  margin-inline: auto;
}
.efficiency__txt04 {
  width: 288px;
}
.efficiency__img04 {
  width: min(175px, 100%);
  margin-inline: auto;
  margin-block: auto;
}
.efficiency__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px min(30px, 3vw);
  margin-block: 50px;
}
.efficiency__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.efficiency__item--01 {
  grid-column: span 2;
}
.efficiency__item--02 {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  gap: 22px;
}
.efficiency__item--03 {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  gap: 22px;
}
.efficiency__title {
  font-size: min(16px, 1.6vw);
  color: #231815;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
.efficiency__title--01 {
  min-height: 4em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.efficiency__title--02 {
  text-align: center;
}
.efficiency__text01 {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  padding-bottom: 10px;
}
.efficiency__text02 {
  width: 360px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.5;
}
.efficiency__item-list {
  font-size: 10px;
  padding: 0 10px;
}
.efficiency__item-list-item {
  line-height: 1;
}
.efficiency__item-list-item span {
  font-size: 10px;
}
.efficiency__item-list-item span:before {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  background-color: #231815;
  border-radius: 100%;
}
@media screen and (max-width: 1023px) {
  .efficiency .contents__header {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
  }
  .efficiency .contents__title {
    width: 258px;
    margin: 0 auto;
  }
  .efficiency__img01 {
    width: calc(100% - 40px);
  }
  .efficiency__txt04 {
    width: 100%;
  }
  .efficiency__img04 {
    width: 100%;
    margin-block: inherit;
  }
}
@media screen and (max-width: 767px) {
  .efficiency__txt04 {
    width: 100%;
  }
  .efficiency__list {
    margin-block: 30px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .efficiency__title {
    font-size: 17px;
  }
  .efficiency__title--01 {
    min-height: unset;
  }
  .efficiency__title--02 {
    text-align: center;
  }
  .efficiency__text01 {
    width: min(400px, 100%);
    margin-inline: auto;
  }
  .efficiency__text02 {
    width: 100%;
  }
  .efficiency__item--01, .efficiency__item--02, .efficiency__item--03 {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .efficiency__img03, .efficiency__img04, .efficiency__img05 {
    width: min(330px, 100%);
  }
  .efficiency__item-list {
    margin-inline: auto;
  }
}