/*! Writen  by SCSS */
.contents_wrap {
  overflow: hidden; }

.anq {
  top: -159px; }
  @media screen and (max-width: 767px) {
    .anq {
      top: -20px; } }

ul.breadlist li {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
  ul.breadlist li:after {
    color: #fff; }
  ul.breadlist li a {
    color: #fff; }
    body:not(.mobile) ul.breadlist li a:hover {
      color: #fff; }

.line {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .line {
      width: 25px;
      margin: 0 auto 30px; } }

.tab_wrap {
  border-bottom: solid 4px #9f8b49;
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .tab_wrap {
      margin-bottom: 50px; } }
  .tab_wrap ul {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .tab_wrap ul {
        display: block;
        width: 59%; } }
    .tab_wrap ul li {
      cursor: pointer;
      width: calc(330% / 11.1);
      /*&:nth-child(3){
      	a{
      		pointer-events: none;
      	}
      }*/ }
      @media screen and (max-width: 767px) {
        .tab_wrap ul li {
          width: 100%;
          margin-bottom: 10px; } }
      .tab_wrap ul li a,
      .tab_wrap ul li p {
        display: block;
        position: relative; }
        .tab_wrap ul li a .off,
        .tab_wrap ul li p .off {
          transition: opacity 0.3s ease-in-out;
          opacity: 1; }
        .tab_wrap ul li a .on,
        .tab_wrap ul li p .on {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: opacity 0.3s ease-in-out;
          opacity: 0; }
        .tab_wrap ul li a::after,
        .tab_wrap ul li p::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #fff;
          transition: opacity 0.3s ease-in-out;
          opacity: 1; }
          @media screen and (max-width: 767px) {
            .tab_wrap ul li a::after,
            .tab_wrap ul li p::after {
              display: none; } }
        body:not(.mobile) .tab_wrap ul li a:hover .on,
        body:not(.mobile) .tab_wrap ul li p:hover .on {
          opacity: 1; }
      .tab_wrap ul li.active {
        cursor: auto; }
        .tab_wrap ul li.active a .on,
        .tab_wrap ul li.active p .on {
          opacity: 1; }
        .tab_wrap ul li.active a::after,
        .tab_wrap ul li.active p::after {
          opacity: 0; }
  .tab_wrap.bottom {
    border-bottom: none;
    border-top: solid 4px #9f8b49;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .tab_wrap.bottom ul {
        margin-top: 10px; } }
    .tab_wrap.bottom ul li a::after,
    .tab_wrap.bottom ul li p::after {
      bottom: auto;
      top: 0; }

.cont_wrap {
  position: relative; }
  .cont_wrap .cont {
    padding-top: 70px;
    margin-top: -70px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .cont_wrap .cont {
        padding-top: 0;
        margin-top: 0; } }
    .cont_wrap .cont.active {
      position: relative;
      opacity: 1;
      pointer-events: all; }

.indexnt {
  text-indent: -2.3em !important;
  padding-left: 2.3em !important; }
  @media screen and (max-width: 767px) {
    .indexnt {
      text-indent: -2em !important;
      padding-left: 2em !important; } }

.img32 {
  max-width: 952px;
  margin: 0 auto; }
  .img32 .t_cap_b {
    bottom: calc(-17%/4.59);
    right: calc(181%/9.52);
    right: calc(190%/9.52); }
    @media screen and (max-width: 767px) {
      .img32 .t_cap_b {
        bottom: -2%;
        right: auto;
        left: calc(350%/4.14);
        left: calc(35%/4.14);
        left: calc(9%/4.14); } }

.main {
  background: url("../images/zeh/main.jpg") bottom left/cover; }
  @media screen and (max-width: 767px) {
    .main {
      background: url("../images/zeh/main_sp.jpg") bottom left/cover; } }

.contents_wrap .container {
  max-width: 100%;
  padding: 80px 0;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .contents_wrap .container {
      padding: 30px 0 50px; } }

.contents_wrap .inner {
  max-width: 1110px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: content-box;
  position: relative; }

.box1 > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .box1 > li {
      display: block;
      margin-bottom: 60px; } }
  .box1 > li .img {
    width: calc(300% / 11.1);
    position: relative; }
    @media screen and (max-width: 767px) {
      .box1 > li .img {
        width: 100%;
        margin-bottom: 20px; } }
    .box1 > li .img .icon {
      position: absolute;
      top: -7%;
      left: -7%;
      width: calc(140% / 3); }
      @media screen and (max-width: 767px) {
        .box1 > li .img .icon {
          top: -8%;
          left: -4%;
          width: 20%; } }
  .box1 > li .txt {
    width: calc(775% / 11.1); }
    @media screen and (max-width: 767px) {
      .box1 > li .txt {
        width: 100%; } }
    .box1 > li .txt li {
      position: relative; }
      .box1 > li .txt li:first-child {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .box1 > li .txt li:first-child {
            margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .box1 > li .txt li.ex {
          width: 75%;
          margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .img32 {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px; } }

.box2 {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .box2 {
      display: block; } }
  .box2 li {
    width: calc(352% / 11.1); }
    @media screen and (max-width: 767px) {
      .box2 li {
        width: 100%; }
        .box2 li:not(:last-child) {
          margin-bottom: 30px; } }

.sec5 {
  background: url("../images/zeh/sec5_bg.jpg") center center/cover;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .sec5 {
      padding: 30px 0; } }

.box3 {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #000; }
  @media screen and (max-width: 767px) {
    .box3 {
      display: block; } }
  .box3 li {
    width: calc(506% / 11.1);
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .box3 li {
        width: 80%;
        margin: 0 auto 30px; } }

.box4 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .box4 {
      display: block; } }
  .box4 .txt {
    width: calc(556% / 10); }
    @media screen and (max-width: 767px) {
      .box4 .txt {
        width: 100%;
        margin-bottom: 20px; } }
  .box4 .img {
    width: calc(400% / 10); }
    @media screen and (max-width: 767px) {
      .box4 .img {
        width: 80%;
        margin: 0 auto;
        width: 65%; } }

@media screen and (max-width: 767px) {
  .zehlogo {
    padding: 0 10%; } }

@media screen and (max-width: 600px) {
  .cont2 .sld1 img {
    width: 500px;
    max-width: 500px; } }
.cont2 .kako {
  border: solid 2px #9f8b4a;
  border-radius: 14px;
  padding: 40px 28px 50px; }
  @media screen and (max-width: 767px) {
    .cont2 .kako {
      border: solid 1px #9f8b4a;
      border-radius: 8px;
      padding: 20px 13px 20px; } }
.cont2 .ek1 {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .cont2 .ek1 {
      display: block; } }
  .cont2 .ek1 li {
    width: calc(240% / 10.5);
    padding: 15px 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .cont2 .ek1 li {
        width: 100%; } }
    .cont2 .ek1 li:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 0;
      right: calc(-15% / 2.4);
      width: 1px;
      height: 100%;
      background: #000000; }
      @media screen and (max-width: 767px) {
        .cont2 .ek1 li:not(:last-child)::after {
          top: auto;
          bottom: 0;
          right: 0;
          width: 100%;
          height: 1px; } }

.cont3 .flex {
  display: flex;
  justify-content: space-between; }
.cont3 .flex_wrap {
  flex-wrap: wrap; }
.cont3 .flex_rr {
  flex-direction: row-reverse; }
.cont3 .pos_r {
  position: relative; }
.cont3 .pos_a {
  position: absolute; }
.cont3 .border_wrap {
  border: solid 2px #9f8b4a;
  border-radius: 14px;
  padding: 50px 38px 50px; }
  @media screen and (max-width: 767px) {
    .cont3 .border_wrap {
      border: solid 1px #9f8b4a;
      border-radius: 8px;
      padding: 20px 13px 20px; } }
  .cont3 .border_wrap .border_inner {
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .cont3 .border_wrap .border_inner {
        display: block; } }
    .cont3 .border_wrap .border_inner .text_box {
      width: calc(360% / 10.3);
      position: relative; }
      @media screen and (max-width: 767px) {
        .cont3 .border_wrap .border_inner .text_box {
          width: 100%;
          margin-bottom: 25px; } }
      .cont3 .border_wrap .border_inner .text_box .border_head {
        position: relative;
        width: calc(650% / 3.6);
        padding-bottom: calc(15% / 3.6);
        margin: 0 auto calc(45% / 3.6) 0; }
        @media screen and (max-width: 767px) {
          .cont3 .border_wrap .border_inner .text_box .border_head {
            width: 100%;
            padding-bottom: 15px;
            margin-bottom: 20px; } }
        .cont3 .border_wrap .border_inner .text_box .border_head::after {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: calc(100% + 38px);
          height: 1px;
          background: #9f8b4a; }
          @media screen and (max-width: 767px) {
            .cont3 .border_wrap .border_inner .text_box .border_head::after {
              width: 100%; } }
      .cont3 .border_wrap .border_inner .text_box .text_list li:not(:last-child) {
        margin-bottom: calc(60% / 3.6); }
        @media screen and (max-width: 767px) {
          .cont3 .border_wrap .border_inner .text_box .text_list li:not(:last-child) {
            margin-bottom: 20px; } }
    .cont3 .border_wrap .border_inner .image_box {
      width: calc(612% / 10.3);
      position: relative; }
      @media screen and (max-width: 767px) {
        .cont3 .border_wrap .border_inner .image_box {
          width: 100%; } }
      .cont3 .border_wrap .border_inner .image_box .image_top {
        position: absolute;
        left: 0;
        top: calc(86% / 5.86);
        width: calc(246% / 6.12); }
      .cont3 .border_wrap .border_inner .image_box .image_bottom .t_cap_b {
        bottom: 0;
        right: 0; }
        @media screen and (max-width: 480px) {
          .cont3 .border_wrap .border_inner .image_box .image_bottom .t_cap_b {
            bottom: -5px;
            transform: scale(0.8);
            transform-origin: bottom right;
            opacity: 0.7; } }
.cont3 .zeh3_bottom_wrap {
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .cont3 .zeh3_bottom_wrap {
      display: block; } }
  .cont3 .zeh3_bottom_wrap .zeh3_bottom_box {
    width: calc(530% / 11.1);
    background: #f4f1e7;
    padding: 25px;
    border-radius: 14px; }
    @media screen and (max-width: 767px) {
      .cont3 .zeh3_bottom_wrap .zeh3_bottom_box {
        width: 100%;
        border-radius: 8px;
        padding: 15px 15px 7px; }
        .cont3 .zeh3_bottom_wrap .zeh3_bottom_box:not(:last-child) {
          margin-bottom: 25px; } }
  @media screen and (min-width: 768px) {
    .cont3 .zeh3_bottom_wrap .text08 .t_cap_b {
      bottom: -2em; } }
  @media screen and (max-width: 767px) {
    .cont3 .zeh3_bottom_wrap .text08 .t_cap_b {
      margin-top: 8px;
      position: static;
      text-align: right; } }
.cont3 .color_bk {
  color: #000; }

/*# sourceMappingURL=zeh.css.map */
