/*! Writen  by SCSS */
.sec01 {
  padding-top: clamp(40px, 5%, 60px); }

.sec02 {
  padding-bottom: clamp(50px, 6.67%, 80px); }

.sec03 {
  padding-bottom: clamp(50px, 6.67%, 80px); }

sup {
  font-size: 60%; }

.sec_main .head_outer {
  max-width: 318px;
  width: 19.88%;
  line-height: 0;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec_main .head_outer {
      width: 40%; } }

.main_image::after {
  background: rgba(62, 58, 57, 0.2); }

.bg_wrap::before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100lvh;
  background: url("../images/zeh/bg.webp") top center/cover no-repeat; }

.zeh_lead_wrap {
  margin-bottom: clamp(50px, 7.5%, 90px); }
  .zeh_lead_wrap .lead_lg {
    margin-bottom: 1em;
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .zeh_lead_wrap .lead_lg {
        column-gap: 10px; } }
    .zeh_lead_wrap .lead_lg span {
      line-height: 1;
      font-size: 0; }
      @media screen and (max-width: 480px) {
        .zeh_lead_wrap .lead_lg span {
          width: 20px;
          display: inline-block; } }
  .zeh_lead_wrap .read {
    line-height: 3; }
    @media screen and (max-width: 768px) {
      .zeh_lead_wrap .read {
        line-height: 2.4; } }
    @media screen and (max-width: 480px) {
      .zeh_lead_wrap .read {
        line-height: 2; } }

.sec02 .sec02_ttl {
  position: relative;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.4;
  width: 100%;
  background: linear-gradient(to right, #258a57, #a8ce52);
  color: #fff;
  padding: 0.4em 15px;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_ttl {
      padding: 5px 10px; } }
.sec02 .sec02_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: clamp(60px, 7.5vw, 90px); }
  .sec02 .sec02_wrap .item {
    display: flex;
    justify-content: space-between;
    row-gap: clamp(20px, 4.167vw, 50px);
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; }
    .sec02 .sec02_wrap .item.full {
      width: 100%; }
    .sec02 .sec02_wrap .item .read {
      line-height: 1.88; }
  .sec02 .sec02_wrap .item01 .item_in {
    display: flex;
    justify-content: space-between;
    width: 47.5%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item01 .item_in {
        width: 100%; } }
    .sec02 .sec02_wrap .item01 .item_in .text_wrap {
      width: 56.67%; }
      .sec02 .sec02_wrap .item01 .item_in .text_wrap .ttl {
        text-align: center;
        font-size: clamp(16px, 2.084vw, 25px);
        color: #21336c;
        border-top: 2px solid;
        border-bottom: 2px solid;
        margin-bottom: 1em;
        line-height: 1.8;
        padding: 10px 0;
        font-weight: 600; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap .item01 .item_in .text_wrap .ttl {
            padding: 5px 0 0;
            margin-bottom: 0.5em; } }
        .sec02 .sec02_wrap .item01 .item_in .text_wrap .ttl .small {
          font-size: 80%;
          display: block; }
    .sec02 .sec02_wrap .item01 .item_in .img {
      max-width: 215px;
      width: 37.72%; }
  .sec02 .sec02_wrap .item01 .item_in_02 .text_wrap {
    width: 56.67%; }
  .sec02 .sec02_wrap .item01 .item_in_02 .img {
    max-width: 199px;
    width: 34.92%; }
  .sec02 .sec02_wrap .item02 {
    width: 65%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item02 {
        width: 100%; } }
    .sec02 .sec02_wrap .item02 .read {
      width: 23.08%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item02 .read {
          width: 100%; } }
    .sec02 .sec02_wrap .item02 .img {
      max-width: 563px;
      width: 72.18%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item02 .img {
          width: 100%; } }
      .sec02 .sec02_wrap .item02 .img .cap {
        bottom: auto;
        top: 100%; }
      .sec02 .sec02_wrap .item02 .img .cap01 {
        left: 51.5%; }
  .sec02 .sec02_wrap .item03 {
    width: 31.67%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item03 {
        width: 100%; } }
    .sec02 .sec02_wrap .item03 .read {
      width: 45.79%; }
    .sec02 .sec02_wrap .item03 .img {
      max-width: 185px;
      width: 48.69%; }
  .sec02 .sec02_wrap .item04 .list {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item04 .list {
        flex-wrap: wrap;
        row-gap: 20px; } }
    .sec02 .sec02_wrap .item04 .list li {
      width: 23.75%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item04 .list li {
          width: 48%; } }
      .sec02 .sec02_wrap .item04 .list li .read {
        margin-top: 1em; }
  .sec02 .sec02_wrap .item05 {
    row-gap: 0; }
    .sec02 .sec02_wrap .item05 .sec02_ttl {
      margin-bottom: clamp(20px, 2.5vw, 30px); }
    .sec02 .sec02_wrap .item05 .img01 {
      max-width: 1200px;
      margin-inline: auto;
      margin-bottom: clamp(40px, 5.834vw, 70px); }
      .sec02 .sec02_wrap .item05 .img01 .pinch_box {
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        line-height: 1;
        color: #FFF;
        text-align: center;
        background: #6e5a44;
        padding: 8px 0.5em;
        margin-bottom: 10px; }
        .sec02 .sec02_wrap .item05 .img01 .pinch_box .icon {
          max-width: 20px;
          margin-right: 0.5em; }
          .sec02 .sec02_wrap .item05 .img01 .pinch_box .icon img {
            width: 100%; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap .item05 .img01 .pinch_box {
            display: flex; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item05 .img01 .cap {
          padding: 0; } }
    .sec02 .sec02_wrap .item05 .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      row-gap: clamp(20px, 2.5vw, 30px); }
      .sec02 .sec02_wrap .item05 .list li {
        width: 18.75%; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap .item05 .list li {
            width: 48%; } }
        .sec02 .sec02_wrap .item05 .list li .read {
          margin-top: 5px;
          text-align: center;
          line-height: 1.39;
          align-content: center;
          font-size: clamp(12px, 1.334vw, 16px);
          font-weight: bold; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap .item05 .list li .read {
              font-size: 14px;
              letter-spacing: -0.05em; } }
  .sec02 .sec02_wrap .item06, .sec02 .sec02_wrap .item07 {
    width: 48.34%;
    row-gap: 20px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item06, .sec02 .sec02_wrap .item07 {
        width: 100%;
        flex-direction: column; } }
    .sec02 .sec02_wrap .item06 .read, .sec02 .sec02_wrap .item07 .read {
      width: 67.25%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item06 .read, .sec02 .sec02_wrap .item07 .read {
          width: 100%;
          order: 3; } }
    .sec02 .sec02_wrap .item06 .img, .sec02 .sec02_wrap .item07 .img {
      max-width: 164px;
      width: 28.28%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item06 .img, .sec02 .sec02_wrap .item07 .img {
          width: 30%;
          max-width: 100%;
          margin: 0 auto;
          order: 2; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item06 .sec02_ttl, .sec02 .sec02_wrap .item07 .sec02_ttl {
        order: 1; } }

.sec03 .zeh_lead_wrap {
  text-align: center;
  margin-bottom: clamp(30px, 4.17%, 50px); }
  .sec03 .zeh_lead_wrap .lead_lg {
    color: #21336c; }
  .sec03 .zeh_lead_wrap .ja {
    font-size: clamp(16px, 2.01vw, 25px);
    margin-bottom: 1.2em; }
  .sec03 .zeh_lead_wrap .brand_logo {
    max-width: 209px;
    margin: 0 auto; }
    .sec03 .zeh_lead_wrap .brand_logo.toto {
      max-width: 105px; }
.sec03 .box01 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 900px) {
    .sec03 .box01 {
      flex-direction: column;
      gap: 40px 0; } }
  .sec03 .box01 .imgs {
    width: calc(580%/12); }
    @media screen and (max-width: 900px) {
      .sec03 .box01 .imgs {
        width: 100%; } }
  .sec03 .box01 .txts {
    width: calc(587%/12); }
    @media screen and (max-width: 900px) {
      .sec03 .box01 .txts {
        width: 100%; } }
.sec03 .bg_ttl {
  position: relative;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.4;
  width: 100%;
  background: linear-gradient(to right, #21336c, #647fd5);
  color: #fff;
  padding: 0.4em 15px;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    .sec03 .bg_ttl {
      padding: 5px 10px; } }
.sec03 .list_items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 65px calc(40%/12);
  row-gap: clamp(60px, 7.5vw, 90px); }
  @media screen and (max-width: 480px) {
    .sec03 .list_items {
      gap: 40px calc(15%/4.4); } }
  .sec03 .list_items .item {
    width: calc(280%/12); }
    @media screen and (max-width: 900px) {
      .sec03 .list_items .item {
        width: calc(275%/8.6); } }
    @media screen and (max-width: 480px) {
      .sec03 .list_items .item {
        width: calc(208%/4.4); } }
    .sec03 .list_items .item figure + .txt_box {
      margin-top: 7px; }
    .sec03 .list_items .item .txt_box .item_ttl2 {
      color: #005bac;
      font-size: clamp(13px, 1.2vw, 15px);
      letter-spacing: 0;
      line-height: 1.4; }
    .sec03 .list_items .item .txt_box .item_ttl {
      font-size: clamp(15px, 1.45vw, 18px);
      letter-spacing: 0;
      font-feature-settings: "palt";
      border-bottom: 1px solid #bbb290;
      margin-bottom: 0.2em;
      padding-bottom: 0.2em;
      color: #513e29;
      font-weight: bold; }
      .sec03 .list_items .item .txt_box .item_ttl.ex1 {
        display: flex;
        align-items: center; }
        .sec03 .list_items .item .txt_box .item_ttl.ex1 .ttl_ico {
          width: calc(70%/5.87);
          margin-right: calc(5%/5.87); }
      .sec03 .list_items .item .txt_box .item_ttl.ex2 {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec03 .list_items .item .txt_box .item_ttl.ex2 {
            flex-direction: column;
            align-items: flex-start; } }
        .sec03 .list_items .item .txt_box .item_ttl.ex2 .ttl_ico {
          width: calc(70%/2.8);
          margin-right: calc(5%/2.8); }
      .sec03 .list_items .item .txt_box .item_ttl.col2 {
        display: flex;
        line-height: 1.4;
        align-items: center;
        height: 3.5em; }
    .sec03 .list_items .item.wide {
      width: calc(580%/12); }
      @media screen and (max-width: 480px) {
        .sec03 .list_items .item.wide {
          width: 100%; } }
      .sec03 .list_items .item.wide .in_item_wrap {
        display: flex;
        justify-content: space-between; }
        .sec03 .list_items .item.wide .in_item_wrap .in_item {
          width: calc(280%/5.87); }
    .sec03 .list_items .item.wide2 {
      width: calc(893%/12); }
      @media screen and (max-width: 900px) {
        .sec03 .list_items .item.wide2 {
          width: 100%; } }
  .sec03 .list_items.col2 {
    gap: 0 calc(26%/5.87); }
    @media screen and (max-width: 900px) {
      .sec03 .list_items.col2 {
        gap: 40px calc(26%/5.87); } }
    @media screen and (max-width: 480px) {
      .sec03 .list_items.col2 {
        gap: 40px calc(15%/4.4); } }
    .sec03 .list_items.col2 .item {
      width: calc(280%/5.87); }
      @media screen and (max-width: 480px) {
        .sec03 .list_items.col2 .item {
          width: calc(208%/4.4); } }
  .sec03 .list_items.col3 {
    gap: 50px calc(32%/7.41); }
    @media screen and (max-width: 480px) {
      .sec03 .list_items.col3 {
        gap: 40px calc(32%/7.41); } }
    .sec03 .list_items.col3 .item {
      width: calc(225%/7.41); }
      @media screen and (max-width: 480px) {
        .sec03 .list_items.col3 .item {
          width: calc(208%/4.4); } }
      .sec03 .list_items.col3 .item.wide {
        width: 100%; }
.sec03 .list_items .item .bg_ttl {
  margin-bottom: 20px; }
.sec03 .list_items .item01 {
  width: 100%; }
  .sec03 .list_items .item01 .item01_wrap01 {
    flex-wrap: wrap;
    row-gap: 20px; }
    @media screen and (max-width: 480px) {
      .sec03 .list_items .item01 .item01_wrap01 {
        flex-direction: column; } }
    .sec03 .list_items .item01 .item01_wrap01 .bg_ttl {
      width: 100%; }
      @media screen and (max-width: 480px) {
        .sec03 .list_items .item01 .item01_wrap01 .bg_ttl {
          margin-bottom: 0; } }
    .sec03 .list_items .item01 .item01_wrap01 .txt_box {
      width: 48.34%;
      flex-wrap: wrap;
      align-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 480px) {
        .sec03 .list_items .item01 .item01_wrap01 .txt_box {
          width: 100%;
          margin-bottom: 20px; } }
      .sec03 .list_items .item01 .item01_wrap01 .txt_box .item_ttl {
        width: 100%;
        border: none; }
      .sec03 .list_items .item01 .item01_wrap01 .txt_box .item_txt {
        font-size: clamp(14px, 1.334vw, 16px);
        line-height: 1.88;
        width: 50.87%; }
        @media screen and (max-width: 480px) {
          .sec03 .list_items .item01 .item01_wrap01 .txt_box .item_txt {
            line-height: 2; } }
        @media screen and (max-width: 480px) {
          .sec03 .list_items .item01 .item01_wrap01 .txt_box .item_txt {
            width: 100%; } }
      .sec03 .list_items .item01 .item01_wrap01 .txt_box .img01 {
        max-width: 268px;
        width: 46.21%; }
        @media screen and (max-width: 480px) {
          .sec03 .list_items .item01 .item01_wrap01 .txt_box .img01 {
            width: 100%;
            text-align: center;
            margin-inline: auto;
            margin-top: 20px; } }
    .sec03 .list_items .item01 .item01_wrap01 .img02 {
      max-width: 580px;
      width: 48.34%; }
      @media screen and (max-width: 480px) {
        .sec03 .list_items .item01 .item01_wrap01 .img02 {
          width: 100%; } }
      .sec03 .list_items .item01 .item01_wrap01 .img02 .cap {
        padding-bottom: 6%; }
  .sec03 .list_items .item01 .item01_wrap02 {
    flex-wrap: wrap;
    margin-top: clamp(-100px, -8.33%, -10px);
    align-items: flex-start;
    align-content: flex-start; }
    @media screen and (max-width: 768px) {
      .sec03 .list_items .item01 .item01_wrap02 {
        margin-top: -50px;
        row-gap: 30px; } }
    @media screen and (max-width: 480px) {
      .sec03 .list_items .item01 .item01_wrap02 {
        margin-top: 30px; } }
    .sec03 .list_items .item01 .item01_wrap02 .txt_box {
      width: 48.34%;
      flex-direction: column; }
      @media screen and (max-width: 480px) {
        .sec03 .list_items .item01 .item01_wrap02 .txt_box {
          width: 100%; } }
      .sec03 .list_items .item01 .item01_wrap02 .txt_box.wide {
        width: 100%; }
        .sec03 .list_items .item01 .item01_wrap02 .txt_box.wide + .wide {
          margin-top: 40px; }
      .sec03 .list_items .item01 .item01_wrap02 .txt_box .bg_ttl {
        background: #f2ece6;
        padding: 0;
        color: #000000;
        display: flex;
        flex-direction: column;
        column-gap: 15px;
        align-items: center;
        flex-direction: row;
        margin-bottom: 20px; }
        .sec03 .list_items .item01 .item01_wrap02 .txt_box .bg_ttl .icon {
          background: #513e2a;
          padding-inline: 10px;
          display: inline-block;
          color: #fff;
          display: block; }
    .sec03 .list_items .item01 .item01_wrap02 .in_box {
      display: flex;
      flex-wrap: wrap;
      row-gap: 20px;
      justify-content: space-between;
      margin-bottom: clamp(20px, 3.334vw, 40px); }
      @media screen and (max-width: 480px) {
        .sec03 .list_items .item01 .item01_wrap02 .in_box {
          margin-bottom: 0; } }
      .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        @media screen and (max-width: 480px) {
          .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap {
            flex-wrap: wrap;
            row-gap: 20px; } }
        .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item01 {
          max-width: 580px;
          width: 48.34%; }
          @media screen and (max-width: 480px) {
            .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item01 {
              width: 100%; } }
        .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 {
          width: 48.34%; }
          @media screen and (max-width: 480px) {
            .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 {
              width: 100%; } }
          .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 .img_in {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 .img_in .img01 {
              max-width: 282px;
              width: 48.63%; }
            .sec03 .list_items .item01 .item01_wrap02 .in_box .img_wrap .img_item02 .img_in .img02 {
              max-width: 295px;
              width: 50.87%; }
      .sec03 .list_items .item01 .item01_wrap02 .in_box .txt_box01 {
        margin-right: 51.08%; }
        @media screen and (max-width: 480px) {
          .sec03 .list_items .item01 .item01_wrap02 .in_box .txt_box01 {
            margin-right: 0; } }
.sec03 .list_items .item02 .txt_box {
  margin-bottom: clamp(15px, 1.667vw, 20px); }
.sec03 .list_items .item02 .img_wrap {
  display: flex;
  justify-content: space-between; }
  .sec03 .list_items .item02 .img_wrap .img_in {
    max-width: 278px;
    width: 47.94%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .sec03 .list_items .item02 .img_wrap .img_in .img01 {
      width: 48.21%;
      margin-inline: auto; }
  .sec03 .list_items .item02 .img_wrap .img03 {
    max-width: 280px;
    width: 48.28%; }
.sec03 .list_items .item03 .bg_ttl {
  width: 100%; }
.sec03 .list_items .item03 .txt_box {
  flex-wrap: wrap; }
  .sec03 .list_items .item03 .txt_box .item_ttl {
    width: 100%; }
  .sec03 .list_items .item03 .txt_box .img {
    max-width: 283px;
    width: 48.8%; }
  .sec03 .list_items .item03 .txt_box .txts {
    width: 48.45%; }
  .sec03 .list_items .item03 .txt_box .img09_2 {
    max-width: 281px; }
    .sec03 .list_items .item03 .txt_box .img09_2 img {
      width: 100%; }
  .sec03 .list_items .item03 .txt_box .img09 {
    height: fit-content; }
.sec03 .list_items .item04 .txt_box {
  flex-direction: column;
  margin-bottom: clamp(15px, 1.667vw, 20px); }
.sec03 .list_items .item04 .img_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .sec03 .list_items .item04 .img_wrap {
      row-gap: 15px; } }
  .sec03 .list_items .item04 .img_wrap .img {
    margin-inline: auto; }
  .sec03 .list_items .item04 .img_wrap .img01 {
    max-width: 583px;
    width: 100.52%; }
    .sec03 .list_items .item04 .img_wrap .img01 .cap {
      bottom: -2em;
      letter-spacing: 0;
      font-size: 9px; }
  .sec03 .list_items .item04 .img_wrap .img02 {
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .sec03 .list_items .item04 .img_wrap .img02 {
        margin-top: clamp(15px, 1.667vw, 20px); } }
.sec03 .list_items .item04 .bg_ttl {
  position: relative; }
  .sec03 .list_items .item04 .bg_ttl .logo_eco {
    width: calc(123%/5.87);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    background: #fff; }
    @media screen and (max-width: 480px) {
      .sec03 .list_items .item04 .bg_ttl .logo_eco {
        padding: 0 5px; } }
.sec03 .list_items .item05 .txt_box {
  flex-direction: column;
  margin-bottom: clamp(15px, 1.667vw, 20px); }
.sec03 .list_items .item05 .img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .sec03 .list_items .item05 .img_wrap .img01 {
    max-width: 414px;
    width: 71.38%; }
  .sec03 .list_items .item05 .img_wrap .img02 {
    max-width: 156px;
    width: 26.9%;
    height: fit-content; }
  .sec03 .list_items .item05 .img_wrap .img03 {
    line-height: 0;
    margin-top: clamp(20px, 5vw, 60px);
    max-width: 580px;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .sec03 .list_items .item05 .img_wrap .img03 {
        margin-top: clamp(10px, 6vw, 60px); } }
.sec03 .list_items .item06 .txt_box {
  flex-direction: column;
  margin-bottom: clamp(15px, 1.667vw, 20px); }
.sec03 .list_items .item06 .img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .sec03 .list_items .item06 .img_wrap .img01 {
    max-width: 280px;
    width: 48.28%; }
  .sec03 .list_items .item06 .img_wrap .img02 {
    max-width: 284px;
    width: 48.97%; }
.sec03 .list_items .item07 .txt_box {
  flex-direction: column;
  margin-bottom: clamp(15px, 1.667vw, 20px);
  justify-content: flex-start; }
.sec03 .list_items .item07 .img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .sec03 .list_items .item07 .img_wrap .img01 {
    max-width: 171px;
    width: 29.49%;
    margin-left: 5.18%; }
  .sec03 .list_items .item07 .img_wrap .img02 {
    max-width: 324px;
    width: 55.87%; }

.no_shadow .cap {
  text-shadow: none !important; }

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