@charset "UTF-8";
/*----------------------------------------

	ZEH-M Oriented CSS

-----------------------------------------*/
.zeh-brillia {
  letter-spacing: .1em;
}
/*------ common ------*/
.note_01 {
  font-size: 18px !important;
  font-weight: normal;
  margin-top: 15px !important;
  text-align: left !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .note_01 {
    font-size: 14px !important;
  }
}

.note_02 {
  font-size: 14px !important;
  font-weight: normal;
  margin-top: 15px !important;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .note_02 {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
}

.note_03 {
  font-size: 14px !important;
  font-weight: normal;
  margin-top: 15px !important;
  text-align: left !important;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .note_03 {
    font-size: 12px !important;
    padding: 0 5%;
  }
}

.note_area {
  margin: -20px auto 120px;
}
@media screen and (max-width: 768px) {
  .note_area {
    margin: 50px auto 60px;
    padding: 0 5%;
  }
}

.cap_01 {
  font-size: 18px !important;
  font-weight: normal;
  margin-top: 10px !important;
  text-align: right !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cap_01 {
    font-size: 14px !important;
    margin-top: 5px !important;
  }
}

.title_main {
  position: relative;
}
.title_main p {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  color: #00552e;
  background-color: #FFFBB4;
  width: max-content;
  margin: 0 auto;
  line-height: 1;
  padding: 13px 60px;
  border-radius: 30px;
  border: 2px solid #00552e;
  /* font-family: "Noto Serif JP", serif; */
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title_main p {
    width: 90%;
    font-size: 14px;
    padding: 10px;
  }
}
.title_main h2 {
  background-color: #00552e;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  /* font-family: "Noto Serif JP", serif; */
  padding: 50px 50px 35px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .title_main h2 {
    font-size: 17px;
    padding: 30px 5% 20px;
    line-height: 1.4;
  }
}
.title_main h2 span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .title_main h2 span {
    font-size: 14px;
  }
}

.title_main_02 h2 {
  padding: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .title_main_02 h2 {
    padding: 20px 3%;
  }
}

.title_main_03 {
  position: relative;
}
.title_main_03 p {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  color: #00552e;
  background-color: #FFFBB4;
  width: 40%;
  margin: 0 auto;
  line-height: 1;
  padding: 13px 65px;
  border-radius: 30px;
  border: 2px solid #00552e;
  /* font-family: "Noto Serif JP", serif; */
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title_main_03 p {
    width: 90%;
    font-size: 14px;
    padding: 10px;
  }
}
.title_main_03 h2 {
  background-color: #00552e;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  /* font-family: "Noto Serif JP", serif; */
  padding: 50px 50px 15px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .title_main_03 h2 {
    font-size: 18px;
    padding: 30px 5% 20px;
    line-height: 1.4;
  }
}
.title_main_03 h2 span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .title_main_03 h2 span {
    font-size: 14px;
  }
}

.title_01 {
  font-size: 28px;
  color: #00552e;
  text-align: center;
  /* font-family: "Noto Serif JP", serif; */
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .title_01 {
    font-size: 18px;
  }
}

.title_02 {
  font-size: 28px;
  color: #00552e;
  text-align: center;
  /* font-family: "Noto Serif JP", serif; */
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .title_02 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.text_01 {
  font-size: 24px;
  line-height: 1.5;
  /* font-family: "Noto Serif JP", serif; */
  text-align: center;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .text_01 {
    font-size: 14px;
    line-height: 1.2;
    margin: 25px auto;
    padding: 0 2%;
  }
}

.text_02 {
  font-size: 48px;
  color: #00552e;
}
@media screen and (max-width: 768px) {
  .text_02 {
    font-size: 36px;
  }
}

.text_03 {
  font-size: 18px;
  color: #00552e;
  line-height: 1.5;
  /* font-family: "Noto Serif JP", serif; */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text_03 {
    font-size: 14px;
    text-align: left;
  }
}

.text_04 {
  font-size: 18px;
  line-height: 1.5;
  /* font-family: "Noto Serif JP", serif; */
  margin: 50px auto -50px;
}
@media screen and (max-width: 768px) {
  .text_04 {
    font-size: 14px;
    margin: 20px auto 0;
  }
}

.mt_100_50 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt_100_50 {
    margin-top: 50px;
  }
}

.mt_60_30 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mt_60_30 {
    margin-top: 30px;
  }
}

.mb_120_60 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .mb_120_60 {
    margin-bottom: 60px;
  }
}

.p_rl {
  padding: 0 15%;
}
@media screen and (max-width: 768px) {
  .p_rl {
    padding: 0 5%;
  }
}

.bt {
  border-top: 1px solid #00552e;
  padding-top: 60px;
  margin-top: 70px;
}

/*------ common end ------*/
/*------ アコーディオン ------*/
/* スムーズなスクロール */
html {
  scroll-behavior: smooth;
}

/* アコーディオン全体 */
.content_area {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  width: 100%;
}

/* 開閉ボタン（summary） */
summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/asset/img/zeh/zeh_btn_open.svg") no-repeat center; /* 開くボタンの画像 */
  background-size: cover; /* ボタン画像が親要素にフィットするように設定 */
  width: 100%; /* ボタンの幅を100%に設定 */
  height: 60px;
  cursor: pointer;
  border: none;
  text-indent: -9999px; /* テキストを非表示にする */
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; /* これで一番下に配置 */
}

/* アコーディオンが開いたときのボタン画像 */
details[open] summary {
  background-image: url("/asset/img/zeh/zeh_btn_close.svg"); /* 閉じるボタンの画像 */
  height: 60px;
}

/*------ アコーディオン end ------*/
.zeh .c-title--page--full__title img {
  width: min(47.839vw, 796.8px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .zeh .c-title--page--full__title img {
    width: min(80vw, 360px);
  }
}
.zeh .c-title--page--full .figcaption {
  right: min(0.72vw, 12px);
  bottom: min(0.648vw, 10.8px);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .zeh .c-title--page--full .figcaption {
    right: min(6.133vw, 27.6px);
    bottom: min(2.667vw, 12px);
    font-size: 14px;
  }
}

.zeh-brillia {
  width: min(85.591vw, 1425.6px);
  margin-inline: auto;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .zeh-brillia {
    width: 100%;
  }
}
.zeh-brillia .zb_sec01 {
  margin-top: min(7.205vw, 120px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec01 {
    margin-top: 60px;
  }
}
.zeh-brillia .zb_sec01 .content_area {
  background-color: #deebe4;
}
.zeh-brillia .zb_sec01 .content_area .content {
  padding-bottom: 50px;
}
.zeh-brillia .zb_sec01 .content_area .content ul {
  margin-top: 25px;
  padding: 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec01 .content_area .content ul {
    margin-top: 20px;
    padding: 0 5%;
  }
}
.zeh-brillia .zb_sec01 .content_area .content ul li {
  width: 100%;
}
.zeh-brillia .zb_sec06 {
  margin-top: min(7.205vw, 120px);
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec06 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.zeh-brillia .zb_sec06 .content_area {
  background-color: #deebe4;
}
.zeh-brillia .zb_sec06 .content_area .content {
  padding-bottom: 50px;
}
.zeh-brillia .zb_sec06 .content_area .content ul {
  margin-top: 25px;
  padding: 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec06 .content_area .content ul {
    margin-top: 20px;
    padding: 0 5%;
  }
}
.zeh-brillia .zb_sec06 .content_area .content ul li {
  width: 100%;
}
.zeh-brillia .zb_sec07 {
  margin-top: min(7.205vw, 120px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec07 {
    margin-top: 60px;
  }
}
.zeh-brillia .zb_sec07 .content_area_02 {
  padding: 45px 15% 65px;
  background-color: #f8faf9;
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec07 .content_area_02 {
    padding: 30px 5% 40px;
  }
}
.zeh-brillia .zb_sec07 .content_area_02 ul {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec07 .content_area_02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: min(89.333vw, 402px);
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.zeh-brillia .zb_sec07 .content_area_02 ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec07 .content_area_02 ul li {
    text-align: center;
  }
  .zeh-brillia .zb_sec07 .content_area_02 ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.zeh-brillia .zb_sec07 .content_area_02 ul li img {
  width: 95%;
}
.zeh-brillia .zb_sec02 {
  margin-top: min(7.205vw, 120px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 {
    margin-top: 50px;
  }
}
.zeh-brillia .zb_sec02 .bg_area {
  background-color: #deebe4;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 .bg_area {
    padding: 40px 0;
  }
}
.zeh-brillia .zb_sec02 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: min(36.023vw, 600px) min(2.738vw, 45.6px) min(36.023vw, 600px);
  grid-template-columns: min(36.023vw, 600px) min(36.023vw, 600px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(2.738vw, 45.6px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto min(5.333vw, 24px) auto;
    grid-template-rows: repeat(2, auto);
    gap: min(5.333vw, 24px) 0;
    width: min(89.333vw, 402px);
    margin-inline: auto;
  }
  .zeh-brillia .zb_sec02 ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .zeh-brillia .zb_sec02 ul > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.zeh-brillia .zb_sec02 dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min(2.81vw, 46.8px) auto min(2.81vw, 46.8px) auto;
  grid-template-columns: repeat(3, auto);
  -ms-grid-rows: auto min(4.467vw, 74.4px) auto;
  grid-template-rows: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(4.467vw, 74.4px) min(2.81vw, 46.8px);
  position: relative;
  padding-top: min(20.101vw, 334.8px);
}
.zeh-brillia .zb_sec02 dl > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.zeh-brillia .zb_sec02 dl > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.zeh-brillia .zb_sec02 dl > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.zeh-brillia .zb_sec02 dl > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.zeh-brillia .zb_sec02 dl > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.zeh-brillia .zb_sec02 dl > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 dl {
    gap: min(8vw, 36px) 0;
    width: min(89.333vw, 402px);
    margin-inline: auto;
    padding-top: min(37.333vw, 168px);
  }
}
.zeh-brillia .zb_sec02 dl::before {
  content: "";
  display: block;
  position: absolute;
  top: min(4.755vw, 79.2px);
  inset-inline: 0;
  width: min(12.752vw, 212.4px);
  height: min(9.366vw, 156px);
  margin-inline: auto;
  background: url(../img/zeh/zeh_arrow.webp) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 dl::before {
    top: min(8vw, 36px);
    width: min(23.467vw, 105.6px);
    height: min(17.333vw, 78px);
  }
}
.zeh-brillia .zb_sec02 dl dt {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
  -ms-grid-column-align: center;
      justify-self: center;
  width: min(38.905vw, 648px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 dl dt {
    width: min(72vw, 324px);
  }
}
.zeh-brillia .zb_sec02 dl dd {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(23.055vw, 384px);
  height: min(23.055vw, 384px);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 dl dd {
    width: min(29.6vw, 133.2px);
    height: min(29.6vw, 133.2px);
  }
}
.zeh-brillia .zb_sec02 dl dd:nth-of-type(1) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  background-image: url(../img/zeh/zeh_bg01.webp);
}
.zeh-brillia .zb_sec02 dl dd:nth-of-type(1) img {
  width: min(15.058vw, 250.8px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 dl dd:nth-of-type(1) img {
    width: min(23.2vw, 104.4px);
  }
}
.zeh-brillia .zb_sec02 dl dd:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  background-image: url(../img/zeh/zeh_bg02.webp);
}
.zeh-brillia .zb_sec02 dl dd:nth-of-type(2) img {
  width: min(11.095vw, 184.8px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 dl dd:nth-of-type(2) img {
    width: min(16.533vw, 74.4px);
  }
}
.zeh-brillia .zb_sec02 dl dd:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
  background-image: url(../img/zeh/zeh_bg03.webp);
}
.zeh-brillia .zb_sec02 dl dd:nth-of-type(3) img {
  width: min(8.646vw, 144px);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 dl dd:nth-of-type(3) img {
    width: min(13.067vw, 58.8px);
  }
}
.zeh-brillia .zb_sec02 p {
  width: min(74.568vw, 1242px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec02 p {
    width: 100%;
  }
}
.zeh-brillia .zb_sec03 {
  margin-top: 80px;
  padding-top: min(3.602vw, 60px);
  padding-bottom: min(5.043vw, 84px);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/zeh/zeh_bg04.webp);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec03 {
    width: 100%;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.zeh-brillia .zb_sec03 .obi {
  -webkit-margin-after: min(5.043vw, 84px);
          margin-block-end: min(5.043vw, 84px);
  padding: min(3.602vw, 30px);
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec03 .obi {
    width: 100%;
    margin-inline: auto;
    -webkit-margin-after: min(9.333vw, 42px);
            margin-block-end: min(9.333vw, 42px);
    padding: min(8vw, 36px) min(5.333vw, 24px);
  }
}
.zeh-brillia .zb_sec03 .obi h2 {
  margin-block: 0 min(3.602vw, 60px);
  font-size: clamp(22.4px, 2.017vw, 33.6px);
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
  color: #00552e;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec03 .obi h2 {
    margin-block: 0 min(8vw, 36px);
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.zeh-brillia .zb_sec03 .obi p {
  font-size: 18px;
  text-align: center;
  line-height: 1.87;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
}
.zeh-brillia .zb_sec03 .obi p:nth-of-type(1) {
  display: inline-block;
  border-top: solid #00552e 1px;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.87;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
  color: #333;
  text-shadow: none;
}
.zeh-brillia .zb_sec03 p:nth-of-type(1) {
  font-size: clamp(22.4px, 2.017vw, 33.6px);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
  color: #fff;
  text-shadow: 0px 0px 20px rgb(7, 31, 19);
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec03 p:nth-of-type(1) {
    font-size: 17px;
    padding: 0 5%;
  }
}
.zeh-brillia .zb_sec03 p:nth-of-type(2) {
  font-size: 18px;
  text-align: justify;
  line-height: 1.87;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
  color: #fff;
  text-shadow: 0px 0px 20px rgb(7, 31, 19);
  max-width: 600px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec03 p:nth-of-type(2) {
    font-size: 14px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 {
    width: min(89.333vw, 402px);
    margin-inline: auto;
  }
}
.zeh-brillia .zb_sec04 h2 {
  margin-block: min(5.764vw, 96px) min(5.043vw, 84px);
  font-size: clamp(22.4px, 2.017vw, 33.6px);
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 h2 {
    margin-block: min(13.333vw, 60px) min(8vw, 36px);
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    line-height: 1.4;
  }
}
.zeh-brillia .zb_sec04 h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 h2 br {
    display: block;
  }
}
.zeh-brillia .zb_sec04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  gap: min(5.333vw, 24px);
}
.zeh-brillia .zb_sec04 ul li {
  width: min(16.571vw, 276px);
}
.zeh-brillia .zb_sec04 ul li.ecojozu figure {
  background: #fff;
  border: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 ul li {
    width: min(41.867vw, 188.4px);
  }
}
.zeh-brillia .zb_sec04 ul li:nth-of-type(1) figure, .zeh-brillia .zb_sec04 ul li:nth-of-type(2) figure {
  width: 100%;
  aspect-ratio: 230/162;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 ul li:nth-of-type(1) figure, .zeh-brillia .zb_sec04 ul li:nth-of-type(2) figure {
    display: block;
    aspect-ratio: unset;
  }
}
.zeh-brillia .zb_sec04 ul li figure {
  position: relative;
}
.zeh-brillia .zb_sec04 ul li figure figcaption {
  position: absolute;
  right: min(1.081vw, 10px);
  bottom: min(0.576vw, 10px);
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 ul li figure figcaption {
    font-size: 10px;
  }
}
.zeh-brillia .zb_sec04 ul li p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  /* font-family: "Noto Serif JP", serif; */
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 ul li p {
    font-size: 16px;
  }
}
.zeh-brillia .zb_sec04 ul li:nth-of-type(4) p {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  line-height: 1.5;
}
.zeh-brillia .zb_sec04 ul li:nth-of-type(4) p span + span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 ul li:nth-of-type(4) p span + span {
    font-size: 14px;
  }
}
.zeh-brillia .zb_sec04 ul li:nth-of-type(1) p {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  line-height: 1.5;
}
.zeh-brillia .zb_sec04 ul li:nth-of-type(1) p span + span {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 ul li:nth-of-type(1) p span + span {
    font-size: 12px;
  }
}
.zeh-brillia .zb_sec04 ul li:nth-of-type(2) p {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  line-height: 1.5;
}
.zeh-brillia .zb_sec04 ul li:nth-of-type(2) p span + span {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec04 ul li:nth-of-type(2) p span + span {
    font-size: 12px;
  }
}
.zeh-brillia .zb_sec05 {
  padding: 100px 5% 0;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec05 {
    padding: 50px 5% 0;
  }
}
.zeh-brillia .zb_sec05 h2 {
  font-size: clamp(22.4px, 2.017vw, 33.6px);
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec05 h2 {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    line-height: 1.4;
  }
}
.zeh-brillia .zb_sec05 h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec05 h2 br {
    display: block;
  }
}
.zeh-brillia .zb_sec05 p {
  margin: 50px auto 70px;
  font-size: 18px;
  text-align: center;
  line-height: 1.87;
  letter-spacing: 0.04em;
  /* font-family: "Noto Serif JP", serif; */
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec05 p {
    font-size: 14px;
    text-align: left;
    margin: 30px auto 40px;
  }
}
.zeh-brillia .zb_sec05 figure {
  width: min(31.7vw, 528px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .zeh-brillia .zb_sec05 figure {
    width: 100%;
  }
}


/*----------------------------------------

	kankyo

-----------------------------------------*/
.label-kankyo {
  width: 90%;
  margin: 104px auto;
  text-align: center;
}
.label-kankyo img {
  width: 90%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .label-kankyo {
    margin-block: 56px;
  }
}