@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.inner_main .main_bg {
  background-image: url("../images/zeh/main.jpg"); }

.sec01 {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp_g(60, 1200, 100); }
  .sec01 .deco {
    position: absolute;
    top: -10%;
    width: 22.94%; }
    .sec01 .deco img {
      width: 100%; }
    .sec01 .deco.left {
      left: 0; }
    .sec01 .deco.right {
      right: 0; }
  .sec01 .title_wrap {
    flex-direction: column;
    text-align: center;
    margin-bottom: clamp(40px, 5vw, 60px); }
    .sec01 .title_wrap .wappen {
      text-align: center;
      width: fit-content;
      max-width: 400px;
      width: 100%;
      margin: 0 auto;
      padding: 5px 10px 10px;
      border-radius: 38px;
      background: linear-gradient(to right, #065913 0%, #61aa3d 50%, #065913 100%);
      font-size: clamp(30px, 3.334vw, 40px);
      color: #FFF;
      line-height: 1;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 0px 3px rgba(0, 0, 0, 0.15), 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 0px 5px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 480px) {
        .sec01 .title_wrap .wappen {
          font-size: 6.6vw; } }
      .sec01 .title_wrap .wappen .big {
        font-size: 140%;
        color: #ffff00; }
      .sec01 .title_wrap .wappen sup {
        font-size: 60%; }
    .sec01 .title_wrap .title_group {
      margin: 30px 0 clamp(40px, 5.834vw, 70px); }
      .sec01 .title_wrap .title_group .title {
        font-size: clamp(20px, 3vw, 36px);
        color: #61aa3d;
        letter-spacing: 0.05em;
        line-height: 1.4; }
        @media screen and (max-width: 480px) {
          .sec01 .title_wrap .title_group .title {
            font-size: 6vw; } }
        .sec01 .title_wrap .title_group .title .sub {
          display: block; }
        .sec01 .title_wrap .title_group .title .big {
          font-size: 127%;
          position: relative; }
          .sec01 .title_wrap .title_group .title .big .position {
            position: absolute;
            left: 0;
            right: 0;
            top: 100%;
            font-size: 34%;
            letter-spacing: normal; }
            @media screen and (max-width: 480px) {
              .sec01 .title_wrap .title_group .title .big .position {
                font-size: 40%; } }
        .sec01 .title_wrap .title_group .title .small {
          font-size: 50%; }
    .sec01 .title_wrap .read_group {
      flex-direction: column; }
      @media screen and (max-width: 480px) {
        .sec01 .title_wrap .read_group {
          row-gap: 20px; } }
    .sec01 .title_wrap .cap {
      font-size: 12px;
      margin-top: 20px; }
      @media screen and (max-width: 480px) {
        .sec01 .title_wrap .cap {
          font-size: 10px; } }
  .sec01 .sec01_item_group {
    max-width: 870px;
    margin: 0 auto; }
    .sec01 .sec01_item_group .sec01_item01 {
      margin-bottom: clamp(40px, 5vw, 60px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item_group .sec01_item01 {
          flex-direction: column;
          row-gap: 20px; } }
      .sec01 .sec01_item_group .sec01_item01 .sec01_item01_in {
        flex-direction: column;
        row-gap: 20px; }
        .sec01 .sec01_item_group .sec01_item01 .sec01_item01_in .text_group {
          flex-direction: column;
          text-align: center;
          row-gap: 20px; }
          .sec01 .sec01_item_group .sec01_item01 .sec01_item01_in .text_group .energy_ttl {
            font-size: clamp(17px, 1.667vw, 20px);
            color: #FFF;
            padding: 5px;
            background: #61aa3d; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_item_group .sec01_item01 .sec01_item01_in .text_group .energy_ttl {
                font-size: 4.6vw; } }
          .sec01 .sec01_item_group .sec01_item01 .sec01_item01_in .text_group .energy_sub {
            font-size: clamp(15px, 1.5vw, 18px);
            color: #33631b; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_item_group .sec01_item01 .sec01_item01_in .text_group .energy_sub {
                font-size: 4.2vw; } }
        .sec01 .sec01_item_group .sec01_item01 .sec01_item01_in .illust .cap {
          top: 100%;
          bottom: auto; }
      .sec01 .sec01_item_group .sec01_item01 .left {
        width: 42.99%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item_group .sec01_item01 .left {
            width: 100%; } }
      .sec01 .sec01_item_group .sec01_item01 .right {
        width: 48.86%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item_group .sec01_item01 .right {
            width: 100%; } }
      .sec01 .sec01_item_group .sec01_item01 .plus_mark {
        width: 6.1%;
        align-self: center;
        margin-top: 11%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item_group .sec01_item01 .plus_mark {
            width: auto;
            margin-top: 0; } }
    .sec01 .sec01_item_group .sec01_item02 .text_group {
      width: 100%;
      background: #61aa3d;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      /**@include mq($br_sp){
      	width: 100%;
      }*/ }
      .sec01 .sec01_item_group .sec01_item02 .text_group .text {
        font-size: clamp(16px, 2vw, 24px);
        color: #FFF;
        padding: 20px 10px; }
        @media screen and (max-width: 820px) {
          .sec01 .sec01_item_group .sec01_item02 .text_group .text {
            font-size: 2.3vw; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item_group .sec01_item02 .text_group .text {
            font-size: 4vw; } }
        .sec01 .sec01_item_group .sec01_item02 .text_group .text .big {
          font-size: 180%;
          color: #ffd754;
          display: inline-block;
          line-height: 1; }
    .sec01 .sec01_item_group .sec01_item02 .casbee {
      width: 38.97%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item_group .sec01_item02 .casbee {
          width: 100%; } }

.sec02 {
  padding: clamp(60px, 7.5vw, 90px) 0;
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  background-image: url("../images/zeh/bg01.png"); }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_item01 {
      flex-direction: column;
      row-gap: 30px; } }
  .sec02 .sec02_item01 .left {
    width: 43.34%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_item01 .left {
        width: 100%; } }
    .sec02 .sec02_item01 .left .sec_ttl_wrap {
      row-gap: 0; }
      .sec02 .sec02_item01 .left .sec_ttl_wrap .sec02_ttl {
        width: fit-content;
        font-size: clamp(20px, 3vw, 36px);
        color: #FFF;
        max-width: 300px;
        width: 100%;
        position: relative;
        background: #ff9000;
        text-align: center;
        line-height: 1;
        padding: 15px 10px; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .left .sec_ttl_wrap .sec02_ttl {
            max-width: 100%; } }
        .sec02 .sec02_item01 .left .sec_ttl_wrap .sec02_ttl:before, .sec02 .sec02_item01 .left .sec_ttl_wrap .sec02_ttl:after {
          content: "";
          inset: 0;
          position: absolute;
          pointer-events: none; }
        .sec02 .sec02_item01 .left .sec_ttl_wrap .sec02_ttl:before {
          border: 5px solid #FFF; }
        .sec02 .sec02_item01 .left .sec_ttl_wrap .sec02_ttl:after {
          border: 2px solid #ff9000; }
      .sec02 .sec02_item01 .left .sec_ttl_wrap .sec_ttl {
        margin: clamp(30px, 5vw, 60px) 0 30px; }
        @media screen and (max-width: 820px) {
          .sec02 .sec02_item01 .left .sec_ttl_wrap .sec_ttl {
            margin: 20px 0; } }
      .sec02 .sec02_item01 .left .sec_ttl_wrap .read {
        letter-spacing: -0.05em; }
  .sec02 .sec02_item01 .right {
    width: 55%;
    flex-wrap: wrap;
    gap: clamp(30px, 4.167vw, 50px) 0; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_item01 .right {
        width: 100%;
        gap: 20px 0; } }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_item01 .right .pnci {
        width: 100%; } }
    .sec02 .sec02_item01 .right .image {
      width: 100%; }
      .sec02 .sec02_item01 .right .image.first {
        width: 47.73%; }
      .sec02 .sec02_item01 .right .image.second {
        width: 45.16%; }

.sec03 {
  padding: clamp(60px, 8.334vw, 100px) 0; }
  .sec03 .sec_ttl_wrap {
    text-align: center;
    margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_item01 {
      flex-direction: column;
      row-gap: 30px; } }
  .sec03 .sec03_item01 .left {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item01 .left {
        width: 100%; } }
    .sec03 .sec03_item01 .left .fukidashi {
      text-align: center; }
    .sec03 .sec03_item01 .left .left_cont {
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item01 .left .left_cont {
          flex-wrap: wrap;
          justify-content: center;
          gap: 15px 3%; } }
      .sec03 .sec03_item01 .left .left_cont .left_cont_in {
        width: 19%;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
        letter-spacing: -0.05em; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item01 .left .left_cont .left_cont_in {
            width: 30%; } }
        .sec03 .sec03_item01 .left .left_cont .left_cont_in .l01 {
          font-size: clamp(10px, 1.167vw, 14px);
          margin: 0 -5px; }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_item01 .left .left_cont .left_cont_in .l01 {
              font-size: 3.8vw;
              line-height: 1.4; } }
        .sec03 .sec03_item01 .left .left_cont .left_cont_in .l02 {
          width: 100%;
          aspect-ratio: 1;
          background: #61aa3d;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: clamp(11px, 1.5vw, 18px);
          color: #FFF;
          border-radius: 50%;
          line-height: 1.3; }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_item01 .left .left_cont .left_cont_in .l02 {
              font-size: 4vw; } }
  .sec03 .sec03_item01 .right {
    width: 46.67%; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item01 .right {
        width: 100%; } }

.sec04 {
  padding: clamp(50px, 7.5vw, 90px) 0 clamp(40px, 5vw, 60px);
  background-position: top center;
  background-repeat: repeat;
  background-size: auto;
  background-image: url("../images/zeh/bg02.png"); }
  .sec04 .flat_ttl {
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .sec04 .flat_ttl {
        flex-direction: column;
        align-items: center;
        row-gap: 20px; } }
    .sec04 .flat_ttl .flat_name {
      font-size: clamp(18px, 2.167vw, 26px);
      color: #0038a0;
      line-height: 1; }
      .sec04 .flat_ttl .flat_name .small {
        font-size: 70%; }
  .sec04 .sec04_item01 {
    position: relative; }
    .sec04 .sec04_item01 .flat_logo {
      position: absolute;
      right: 0;
      top: 0;
      width: 20.92%; }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_item01 .flat_logo {
          position: static;
          max-width: 150px;
          width: auto;
          margin: 0 auto 30px; } }
    .sec04 .sec04_item01 .text_group {
      flex-direction: column;
      row-gap: clamp(20px, 2.5vw, 30px); }
      .sec04 .sec04_item01 .text_group .read {
        text-indent: -1em;
        padding-left: 1em;
        line-height: 2.1; }
        .sec04 .sec04_item01 .text_group .read.first, .sec04 .sec04_item01 .text_group .read.second {
          width: 77%; }
          @media screen and (max-width: 480px) {
            .sec04 .sec04_item01 .text_group .read.first, .sec04 .sec04_item01 .text_group .read.second {
              width: 100%; } }
        .sec04 .sec04_item01 .text_group .read:before {
          content: "●";
          color: #0038a0; }
