@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#zeh {
  overflow: visible;
}

#zeh .l-main,
#zeh #contents {
  overflow: visible;
}

#zeh .intro {
  position: relative;
  margin-bottom: 8.5rem;
}

#zeh .intro::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 100%;
  background-color: #B5F3B5;
}

#zeh .intro .inner {
  position: relative;
  z-index: 2;
  margin: auto;
  box-sizing: border-box;
  width: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#zeh .intro .texts {
  position: relative;
  width: 65%;
  padding: 8rem 6rem 5.3rem;
  background-color: #EAFAEA;
  border-radius: 1.5rem;
}

#zeh .intro .title {
  position: relative;
  width: 60rem;
  position: absolute;
  bottom: 100%;
  opacity: 0;
  transform: translateY(90%) rotate(-5deg);
  transform-origin: right bottom !important;
  transition: transform .5s ,opacity .5s;
}

#zeh .intro .text {
  font-size: 2rem;
  line-height: 1.6;
  padding-top: 3rem;
}

#zeh .intro .text.text02 {
  font-size: 1.8rem;
}

#zeh .intro .images-base {
  position: relative;
  width: 40%;
  transform: scale(1.1);
  transform-origin: right bottom;
}

#zeh .intro.on .title {
  opacity: 1;
  transform: translateY(70%) rotate(0deg);
}

#zeh .intro.on .img01 {
  opacity: 1;
  transform: translateY(-5%) rotate(-10deg);
}

#zeh .intro.on .img02 {
  opacity: 1;
  transform: translateY(-5%) rotate(6deg);
}

#zeh .intro .img02,
#zeh .intro .img01 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity .7s,transform .7s,bottom .7s,right .7s;
  z-index: 2;
}

#zeh .intro .img01 {
  bottom: 20.5%;
  right: 43%;
  width: 51%;
  transform: translateY(10%) rotate(-5deg);
}

#zeh .intro .img02 {
  bottom: -1.5%;
  right: 3%;
  width: 51%;
  transform: translateY(0%) rotate(6deg);
}

#zeh .intro .bg {
  opacity: 0;
}

#zeh .intro .annotaion {
  padding: 1rem;
  text-align: right;
}

#zeh .whats-zeh {
  margin: 0 auto;
  width: 90%;
  max-width: 85rem;
  padding-bottom: 8rem;
  text-align: center;
}

#zeh .whats-zeh .title {
  font-size: 2.4rem;
  padding-bottom: 2.5rem;
  font-weight: normal;
}

#zeh .whats-zeh .title .icon {
  width: 3.3rem;
  margin-right: .8rem;
}

#zeh .whats-zeh .lead {
  font-size: 1.6rem;
  line-height: 1.8;
}

#zeh .whats-zeh .images {
  margin-top: 4rem;
  padding: 7rem;
  background-color: #FAFBFC;
}

#zeh .whats-zeh .images .annotation {
  padding-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: right;
}

#zeh .whats-zeh.whats-zeh03 .images {
  padding: 7rem 20%;
}

#zeh .whats-zeh.whats-zeh03 .annotation {
  text-align: center;
}

#zeh .whats-zeh-message {
  margin: 0 auto;
  width: 90%;
  max-width: 73rem;
  padding-bottom: 16rem;
}

#zeh .three-reason {
  padding: 9rem 0 16rem;
  background-color: #EDE9E1;
}

#zeh .three-reason .section-header {
  text-align: center;
  padding-bottom: 7.7rem;
}

#zeh .three-reason .section-title {
  padding-bottom: 3rem;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.4;
}

#zeh .three-reason .section-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}

#zeh .three-reason .section-image {
  margin: 0 auto;
  width: 35rem;
}

#zeh .three-reason .big-image .annotaion {
  padding: 1rem;
  text-align: right;
}

#zeh .slider-wrap {
  padding-top: 15rem;
  margin: 0 auto;
  width: 120rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}

#zeh .slider-wrap .marks {
  padding-top: 2rem;
  top: 0;
  position: sticky;
  width: 44%;
}

#zeh .slider-wrap .marks .text {
  font-size: 4.8rem;
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

#zeh .slider-wrap .marks .images {
  position: relative;
  margin: 0 auto;
  width: 80%;
}

#zeh .slider-wrap .marks .images .bg {
  opacity: 0;
}

#zeh .slider-wrap .marks .images .images-lists {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#zeh .slider-wrap .marks .images .images-lists li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}

#zeh .slider-wrap .marks .images .images-lists li.on {
  opacity: 1;
}

#zeh .slider-wrap .sections {
  width: 50%;
}

#zeh .slider-wrap .sections .reasons {
  padding-bottom: 7.7rem;
  border-bottom: .4rem solid #E0DDD7;
}

#zeh .slider-wrap .sections .annotation {
  padding-top: .8rem;
  text-align: right;
  font-size: 1.1rem;
}

#zeh .slider-wrap .sections .sp-title,
#zeh .slider-wrap .sections .title {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 4.6rem;
  color: #00BAFF;
  font-weight: normal;
}

#zeh .slider-wrap .sections .ttl {
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 1.2rem;
}

#zeh .slider-wrap .sections .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #00BAFF;
}

#zeh .slider-wrap .sections .logo {
  max-width: 170px;
  margin-bottom: 1.8rem;
}

#zeh .slider-wrap .sections .logo.farm {
  max-width: 195px;
}

#zeh .slider-wrap .sections .reason02 {
  padding-top: 7.7rem;
}

#zeh .slider-wrap .sections .reason02 .sp-title,
#zeh .slider-wrap .sections .reason02 .title {
  color: #EC8852;
}

#zeh .slider-wrap .sections .reason02 .ttl::after {
  background-color: #EC8852;
}

#zeh .slider-wrap .sections .reason02 .img01 {
  position: relative;
}

#zeh .slider-wrap .sections .reason02 .mini {
  padding-top: 2.3rem;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}

#zeh .slider-wrap .sections .reason03 {
  padding-top: 7.7rem;
}

#zeh .slider-wrap .sections .reason03 .sp-title,
#zeh .slider-wrap .sections .reason03 .title {
  color: #74CB3D;
}

#zeh .slider-wrap .sections .reason03 .ttl::after {
  background-color: #74CB3D;
}

#zeh .slider-wrap .sections .reason03 dt {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}

#zeh .slider-wrap .sections .reason03 .text {
  font-size: 1.4rem;
  line-height: 1.8;
  line-height: 1.5;
  padding-bottom: 2.3rem;
}

#zeh .slider-wrap .sections .reason03 .text01 {
  font-size: 1.1rem;
  line-height: 1.8;
}

#zeh .slider-wrap .sections .reason03 .img {
  padding-bottom: 2rem;
}

#zeh .slider-wrap .sections .reason03 .swipe-img img {
  max-width: 620px !important;
}

#zeh .slider-wrap .sections .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.6rem;
}

#zeh .slider-wrap .sections .box .texts {
  width: 57%;
}

#zeh .slider-wrap .sections .box .image {
  width: 40%;
}

#zeh .slider-wrap .sections .box .txt01 {
  font-size: 1.4rem;
  line-height: 1.9;
}

#zeh .slider-wrap .sections .box .txt02 {
  font-size: 1.1rem;
  line-height: 1.9;
}

#zeh .slider-wrap .sections .box .txt03 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}

#zeh .slider-wrap .sections .box .txt01 + .txt02 {
  padding-top: 1rem;
}

#zeh .slider-wrap .sections .section-text {
  padding: 1.5rem 1rem;
  background-color: #EC8852;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}

#zeh .slider-wrap .sections .section-text .num {
  font-size: 150%;
}

@media (max-width: 768px) {
  #zeh .intro {
    margin-bottom: 8rem;
  }
  #zeh .intro::after {
    top: 5%;
    bottom: 5%;
  }
  #zeh .intro .inner {
    display: block;
  }
  #zeh .intro .texts {
    width: auto;
    padding: 8rem 6% 5.3rem;
  }
  #zeh .intro .title {
    position: relative;
    width: 26rem;
    position: absolute;
    bottom: 100%;
    opacity: 0;
    transform: translateY(90%) rotate(-5deg);
  }
  #zeh .intro .text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #zeh .intro .text.text02 {
    font-size: 1.4rem;
  }
  #zeh .intro .images-base {
    width: auto;
    transform: scale(1);
  }
  #zeh .intro .img02,
  #zeh .intro .img01 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity .7s,transform .7s,bottom .7s,right .7s;
    z-index: 2;
  }
  #zeh .intro .img01 {
    bottom: 20.5%;
    right: 43%;
    width: 51%;
    transform: translateY(10%) rotate(-5deg);
  }
  #zeh .intro .img02 {
    bottom: -1.5%;
    right: 3%;
    width: 51%;
    transform: translateY(0%) rotate(6deg);
  }
  #zeh .intro .bg {
    opacity: 0;
  }
  #zeh .whats-zeh {
    width: auto;
    padding-bottom: 8rem;
  }
  #zeh .whats-zeh .title {
    font-size: 2.3rem;
    padding-bottom: 2.5rem;
    line-height: 1.7;
    text-align: left;
    padding-left: 4rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  #zeh .whats-zeh .title .icon {
    top: 0%;
    left: 0;
    position: absolute;
  }
  #zeh .whats-zeh .lead {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: left;
  }
  #zeh .whats-zeh .images {
    margin-top: 4rem;
    padding: 3rem 5%;
  }
  #zeh .whats-zeh .images .annotation {
    padding-top: 1rem;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  #zeh .whats-zeh.whats-zeh03 .images {
    width: 90%;
    margin: auto;
    padding: 0;
    background: transparent;
  }
  #zeh .whats-zeh.whats-zeh03 .annotation {
    text-align: left;
  }
  #zeh .whats-zeh-message {
    padding-bottom: 6rem;
  }
  #zeh .three-reason {
    padding: 8rem 0 0rem;
    background-color: #EDE9E1;
  }
  #zeh .three-reason .section-header {
    text-align: left;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 7rem;
  }
  #zeh .three-reason .section-title {
    padding-bottom: 2rem;
    line-height: 1.4;
  }
  #zeh .three-reason .section-lead {
    line-height: 1.8;
    padding-bottom: 2rem;
  }
  #zeh .three-reason .section-image {
    margin: 0 auto;
    width: 32rem;
  }
  #zeh .three-reason .big-image .swipe-img img {
    height: 20rem;
  }
  #zeh .three-reason .big-image .annotaion {
    padding: 1rem;
    text-align: right;
  }
  #zeh .slider-wrap {
    padding-top: 5rem;
    width: auto;
    display: block;
  }
  #zeh .slider-wrap .inner {
    margin: 0 auto;
    width: 90%;
  }
  #zeh .slider-wrap .marks {
    display: none;
  }
  #zeh .slider-wrap .sections {
    width: auto;
  }
  #zeh .slider-wrap .sections .reasons {
    padding-bottom: 6rem;
    border-bottom: .4rem solid #E0DDD7;
  }
  #zeh .slider-wrap .sections .sp-title,
  #zeh .slider-wrap .sections .title {
    font-size: 3rem;
    line-height: 1.8;
    padding-bottom: 2rem;
    text-align: center;
  }
  #zeh .slider-wrap .sections .sp-title {
    color: #2B2C33;
  }
  #zeh .slider-wrap .sections .sp-image {
    margin: 0 auto;
    width: 25rem;
    padding-bottom: 5rem;
  }
  #zeh .slider-wrap .sections .ttl {
    margin-bottom: 1.8rem;
  }
  #zeh .slider-wrap .sections .ttl::after {
    width: 1.8rem;
    height: 1.8rem;
  }
  #zeh .slider-wrap .sections .reason01 .box .image {
    width: 70%;
    margin: auto;
  }
  #zeh .slider-wrap .sections .reason02 {
    padding-top: 7.7rem;
  }
  #zeh .slider-wrap .sections .reason02 .img01 {
    margin: 0 auto;
    width: 70%;
    padding-bottom: 2rem;
  }
  #zeh .slider-wrap .sections .reason02 .sp-title {
    color: #2B2C33;
  }
  #zeh .slider-wrap .sections .reason03 {
    padding-top: 7.7rem;
  }
  #zeh .slider-wrap .sections .reason03 .sp-title {
    color: #2B2C33;
  }
  #zeh .slider-wrap .sections .reason03 dt {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 2rem;
  }
  #zeh .slider-wrap .sections .reason03 .text {
    font-size: 1.4rem;
    line-height: 1.8;
    line-height: 1.5;
    padding-bottom: 2.3rem;
  }
  #zeh .slider-wrap .sections .reason03 .text01 {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  #zeh .slider-wrap .sections .reason03 .img {
    padding-bottom: 2rem;
  }
  #zeh .slider-wrap .sections .box {
    display: block;
    padding-bottom: 3.6rem;
  }
  #zeh .slider-wrap .sections .box .texts {
    width: auto;
    padding-bottom: 3rem;
  }
  #zeh .slider-wrap .sections .box .image {
    width: auto;
  }
  #zeh .slider-wrap .sections .box .txt01 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  #zeh .slider-wrap .sections .box .txt02 {
    font-size: 1.1rem;
    line-height: 1.9;
  }
  #zeh .slider-wrap .sections .box .txt03 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 2rem;
  }
  #zeh .slider-wrap .sections .box .txt01 + .txt02 {
    padding-top: 1rem;
  }
  #zeh .slider-wrap .sections .section-text {
    padding: 1.5rem 1rem;
    background-color: #EC8852;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
  }
  #zeh .slider-wrap .sections .section-text .num {
    font-size: 150%;
  }
}

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