@charset "UTF-8";
/* CSS Document */
.header {
  height: 80px;
  width: 100%;
  background-color: #f4f5f5;
}
.header h1 {
  color: #f4f5f5;
  text-align: left;
  padding: 10px 33px;
}
  .header-content__wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .header h1 {
    padding-top: 10px;
    position: absolute;
    left: 0;
  }
  .header nav {
    display: block;
    text-align: right;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header nav li a {
    display: block;
    padding: 25px 45px 0;
    color: #394b40;
    text-decoration: none;
    font-size: 1.6rem;
    height: 80px;
    letter-spacing: 0.3em;
  }
/* navigation */
.open-button, .close-button {
  display: none;
}
@media(max-width:1160px) {
  .open-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #777;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
    .open-button span:after {
    bottom: -16px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    padding: 20px;
  }

  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #439a61;
    width: 70%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 20px rgba( 57, 75, 64, 0.4);
  }
    .header nav ul {
      flex-flow: column;
      text-align: center;
  }

.header nav ul li a {
  font-weight: 600;
  line-height: 40px;
  padding: 25px 0;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
  .header {
  height: 60px;
  width: 100%;
  background-color: #f4f5f5;
}
  .header-content__wrapper img {
    height: 35px;
  }
}
.main {
  background-color: #f4f5f5;
}
.top {
  background-image: url("../images/top_sp2.png");
  height: 710px;
  width: 100%;
  margin: auto;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  background-color: #f4f5f5;
  object-fit: cover;
}
.top-color {
  background-color: rgba(65, 132, 90, 0.7);
  height: 150px;
  width: 100%;
  background-position: center;
  background-size: auto;
  position: relative;
  top: 260px;
}

.top-color h1 {
  color: #f4f5f5;
  font-size: 4.0rem;
  justify-content: center;
  padding-top: 30px;
  line-height: 1.35;
}
@media(max-width:765px) {
  .top {
    height: 377px;
    width: 100%;
    background-size: auto 120%;
    object-fit: cover;
  }
  .top-color {
    height: 131px;
    top:100px;
  }
  .top-color h1 {
    font-size: 2.4rem;
    padding-top: 20px;
    line-height: 33px;
  }
}
@media(min-width:765px) {
  .br-sp {
    display: none;
  }
}
.lead {
  background-color: #f4f5f5;
}
.lead h2 {
  font-size: 2.1rem;
  color: #394b40;
  padding-top: 100px;
  padding-bottom: 50px;
  line-height: 1.8;
}
.lead img {
  max-width: 840px;
  padding-bottom: 100px;
}
@media(max-width:1160px)  {
  .lead h2{
    font-size: 1.6rem;
    padding: 50px 12px 25px;
  }
  .lead img {
    max-width: 351px;
    padding-bottom: 60px;
  }
}
.reason {
  background-image: url("../images/reason_bg.png"); 
  height: 1180px;
  width: 100%;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #f4f5f5;
}
.reason h2 {
  color: #f4f5f5;
  font-size: 4.0rem;
  padding: 100px;
}
.reason_contents {
  position: relative;
  
}
.reason_contents ul {
  display: flex;
  list-style: none;
  margin: auto;
  max-width: 1200px;
}
.reason_contents li {
  background-color: #f4f5f5;
  height: 630px;
  width: 390px;
}
.reason_contents li:not(:first-child) {
  margin-left: 15px;
  
}

.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #394b40;
  margin: 45px auto 0;
  position: relative;
  text-align: center;
}
.circle-point {
  color: #f4f5f5;
  height: 40px;
  width: 65px;
  font-size: 1.8rem;
  padding-top: 10px;
  margin-left: 18px;
  text-align: center;
  border-bottom: solid 1.5px;
}


.circle-number {
  color: #f4f5f5;
  font-size: 4.2rem;
  padding-top: 20px;
  padding-left: 7px;
  letter-spacing: 0.1em;
}

.reason_contents h3 {
  color: #394b40;
  font-size: 3.5rem;
  margin: 35px auto 0;
  line-height: 1.2;
}
.reason_contents h4 {
  color: #8d948f;
  font-size: 2.1rem;
  margin: 30px auto 0;
  line-height: 1.5;

}
.contents{
  color: #394b40;
  font-size: 1.6rem;
  margin: 35px auto;
  line-height: 1.5;
  max-width: 327px;
  text-align: left;
}

@media(max-width:1160px) {
  .reason {
    height: 1500px;
    background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  }
  .reason h2 {
    font-size: 2.5rem;
    padding: 100px 50px 50px;
    line-height: 50px;
  }
  .reason_contents ul {
    display: block;
    max-width: 332px;
  }
  .reason_contents li {
    max-height: 350px;
    max-width: 332px;
    margin-bottom: 25px;
  }
  .reason_contents li:not(:first-child) {
    margin-left: 0;
  }
  .circle {
  width: 57.5px;
  height: 57.5px;
  margin: 15px auto 0;
}
  .circle-point {
  height: 25px;
  width: 32.5px;
  font-size: 1.1rem;
  padding-top: 0px;
  margin-left: 13px;
  border-bottom: solid 0.5px;
}
  .circle-number {
  font-size: 2.5rem;
  padding-top: 5px;
  padding-left: 5px;
}
  .reason_contents h3 {
  font-size: 2.25rem;
  margin: 17.5px auto 0;
  line-height: 1.2;
}
  .reason_contents h4 {
  color: #8d948f;
  font-size: 1.6rem;
  margin: 13px auto 0;
  line-height: 1.3;
  max-width: 280px;

}
  .contents{
  color: #394b40;
  font-size: 1.5rem;
  margin: 21px auto;
  line-height: 1.3;
  max-width: 290px;
  text-align: left;
}
  .br-pc {
    display: none;
  }
}

.order {
  background-color: #f4f5f5;
}
.order_contents__title {
  color: #394b40;
  font-size: 3.0rem;
  padding-bottom: 30px;
  max-width: 600px;
    padding-top: 100px;
  margin: 0 auto;
}

.order_contents h2 {
  color: #394b40;
  font-size: 4.0rem;
  margin: 0 auto;
  max-width: 530px;
  border-bottom: solid 5px #f7ff71;
}


.order_contents ul {
  display: flex;
  list-style: none;
  width: 1240px;
  margin: 50px auto 0;
  justify-content: space-around;
}
.order_contents li {
  height: 500px;
  width: 557px;
  margin-left: 30px;
}

.order_contents li img {
  width: 100%
  
}
.order_contents__a {
  display: flex;
  max-width: 530px;
}
.order_contents__01 {
  text-align: left;
  font-size: 1.6rem;
  color: #394b40;
  margin-right: 45px;
}
.order_contents__01 p {
  font-size: 2.1rem;
  padding: 10px;
}
.order_contents__price {
  text-align: right;
  color: #ff1313;
  font-size: 4.0rem;
  width: 180px;
  padding-top: 55px;
}
.order_contents__price p {
  text-align: right;
  font-size: 1.6rem;
  color: #394b40;
	padding-top: 10px;
}
.order_contents__button {
  margin: 50px auto 0;
}
.order_contents__orderimg {
  margin: 50px auto 100px;
  max-width: 100%;
}

@media(min-width:1160px)  {
  .order_contents__button-sp {
    display: none;
  }
}
@media(max-width:1160px) {
  .order_contents {
    padding-bottom: 70px;
  }
  .order_contents__title {
  font-size: 1.8rem;
  padding-bottom: 15px;
  max-width: 300px;
  padding-top: 100px;
  margin: 0 auto;
}
  .order_contents h2 {
  font-size: 2.25rem;
  margin: 0 auto;
  max-width: 300px;
  border-bottom: solid 5px #f7ff71;
  line-height: 1.3;
}
  .order_contents ul {
  display: block;
  list-style: none;
  width: 333px;
  margin: 30px auto 0;
  justify-content: space-around;
}
  .order_contents li {
  height: 330px;
  width: 333px;
  margin-left: 0;
}
  .order_contents li img {
    height: 175px;
    width: 305px;
}
  .order_contents__a {
    display: block;
  max-width: 305px;
    margin: 0 auto;
}
  .order_contents__01 {
  text-align: left;
  font-size: 1.5rem;
  color: #394b40;
  margin-right: 45px;
}
  .order_contents__01 p {
  font-size: 1.6rem;
  padding: 0px;
}
  .order_contents__price {
  font-size: 3rem;
  width: 280px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
  .order_contents__price p {
  text-align: right;
  font-size: 1.6rem;
	  padding-top: 0px;
}
  .order_contents__button-sp {
    height: 85px;
  margin: 15px auto 0;
}

  .order_contents__button,  .order_contents__orderimg {
    display: none;
  }
}
.farmer {
  background-image: url("../images/farm_bg.png");
  height: 1430px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #f4f5f5;
}
.farmer_title {
  padding: 100px 0 90px;
}
.farmer_title p {
  color: #f4f5f5;
  font-size: 3.0rem;
  line-height: 100px;
}
.farmer_title h2 {
  color: #f4f5f5;
  font-size: 4.0rem;
}
.farmer-01, .farmer-02 {
   background-color: #f4f5f5;
    margin: auto auto 30px;
    padding: 0;
    display: flex;
    height: 450px;
  width: 1240px;
}
.farmer_01 {
  padding-top: 135px;
  padding-left: 50px;
  text-align: left;
}
.farmer_01 h3 {
  color: #394b40;
  font-size: 3.0rem;
  line-height: 75px;
}
.farmer_01 h4 {
    color: #394b40;
  font-size: 2.1rem;
  line-height: 75px;
}
.farmer-02 {
  flex-flow: row-reverse;
}
.farmer_02 {
  padding-top: 135px;
  padding-right: 50px;
  text-align: left;
}
.farmer_02 h3 {
  color: #394b40;
  font-size: 3.0rem;
  line-height: 75px;
}
.farmer_02 h4 {
    color: #394b40;
  font-size: 2.1rem;
  line-height: 75px;
}
@media(max-width:1160px) {
  .farmer {
  height: 1710px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
    margin-top: 0px;
}
  .farmer_title {
  padding: 100px 0 72px;
}
  .farmer_title p {
  font-size: 2.0rem;
  line-height: 30px;
}
  .farmer_title h2 {
  font-size: 2.5rem;
    line-height: 50px;
    padding-top: 20px;
}
  .farmer-01, .farmer-02 {
    margin: auto;
    padding: 0;
    display: block;
    height: 590px;
  width: 375px;
}
  .farmer-02 {
    margin: 20px auto 0;
  }
.farmer_img__1, .farmer_img__2 {
    display: none;
  }
  .farmer_img__1sp, .farmer_img__2sp {
    height: 250px;
  }
  .farmer_01, .farmer_02 {
  padding: 20px 21px;
  text-align: left;
}
  .farmer_01 h3 {
  font-size: 2.1rem;
  line-height: 30px;
}
  .farmer_01 h4 {
  font-size: 1.6rem;
  line-height: 75px;
}
    .farmer_02 h3 {
  font-size: 2.1rem;
  line-height: 30px;
}
  .farmer_02 h4 {
  font-size: 1.6rem;
  line-height: 75px;
}
  
}
@media(min-width:1160px) {
  .farmer_img__1sp, .farmer_img__2sp {
    display: none;
  }
}
.voice {
  background-color: #f4f5f5;
  height: 1555px;
}
.voice_title {
  padding-top: 100px;
}
.voice_title p {
  color: #394b40;
  font-size: 3.0rem;
  line-height: 100px;
}
.voice_title h2 {
  color: #394b40;
  font-size: 4.0rem;
}
.voice-01, .voice-02, .voice-03 {
  margin: 50px auto 30px;
  padding: 0;
  background-color: #fff;
  height: 350px;
  width: 1099px;
  border-radius: 30px;
  box-shadow: -1px 1px 10px -6px #969696, 1px 1px 0px 0px;
  display: flex;
  
}
.voice-02, .voice-03 {
  margin: 0px auto 30px;
}
.voice_det {
  padding-top: 50px;
  padding-left: 70px;
  text-align: left;
  width: 745px;
}
.voice_det h3 {
  color: #394b40;
  font-size: 3.0rem;
  line-height: 30px;
}
.voice_det h4 {
  color: #394b40;
  font-size: 2.1rem;
  line-height: 70px;
}
.voice_det p {
  color: #394b40;
  font-size: 1.6rem;
  line-height: 30px;
}
.voice_img {
  padding: 100px 50px 60px 80px;
  width: 284px;
}
@media(max-width:1160px) {
  .voice {
  height: 1900px;
}
  .voice_title {
  padding-top: 100px;
}
  .voice_title p {
  font-size: 2.0rem;
  line-height: 1.7;
}
.voice_title h2 {
  font-size: 2.5rem;
  line-height: 2;
  margin: 25px auto 50px;
}
  .voice-01, .voice-02, .voice-03 {
  margin: 0px auto 100px;
  padding: 0;
  background-color: #f4f5f5;
  height: 400px;
  width: 351px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px #969696, 0px 0px 0px 0px;
  display: flex;
    flex-direction: column;
  
}
  .voice-02, .voice-03 {
  margin: 0px auto 100px;
}
  .voice_det {
  padding-top: 0px;
  padding-left: 0px;
  text-align: left;
  width: 325px;
    order: 2;
}
  .voice_det h3 {
  font-size: 2.0rem;
  line-height: 2;
}
  .voice_det h4 {
  font-size: 1.5rem;
  line-height: 3;
}
  .voice_det p {
  font-size: 1.4rem;
  line-height: 1.5;
}
  .voice_img {
  padding: 0px;
    margin: 0 auto;
  width: 155px;
    order: 1;
}
  
}

.QA {
  background-color: #439a61;
  height: 920px;
}
.QA_title h2 {
  padding-top: 100px;
  font-size: 4.0rem;
  color: #f4f5f5;
}
.Q1 {
  width: 1100px;
  background-color: #f4f5f5;
   margin: 50px auto 30px;
  text-align: left;
  padding: 40px 50px;
}
.QA_Q h3 {
  color: #439a61;
  font-size: 3.0rem;
  line-height: 70px;
}
.QA_Q p {
  color:  #394b40;
  font-size: 1.6rem;
}
.QA_Q p span {
  font-size: 2.1rem;
  line-height: 50px;
}
.Q2 {
    width: 1100px;
  background-color: #f4f5f5;
   margin: 30px auto 100px;
  text-align: left;
  padding: 40px 50px;
}
@media(max-width:1160px) {
  .QA {
  height: 1060px;
}
  .QA_title h2 {
  padding-top: 100px;
  font-size: 2.5rem;
}
  .Q1 {
  width: 375px;
  background-color: #439a61;
   margin: 50px auto 0;
  padding: 0px 30px;
}
  .QA_Q h3 {
  color: #f4f5f5;
  font-size: 2.1rem;
  line-height: 1.7;
}
  .QA_Q p {
  color:  #f4f5f5;
  font-size: 1.4rem;
  padding-top: 30px;
  line-height: 1.8;
}
  .QA_Q p span {
  font-size: 1.95rem;
  line-height: 1.8;
}
  .Q2 {
    width: 375px;
  background-color: #439a61;
   margin: 50px auto 100px;
  padding: 0px 30px;
}
}
.footer {
  height: 170px;
  width: 100%;
  background-color: #439a61;
}
.footer small {
  color: #f4f5f5;
  font-size: 1.6rem;
  padding-top: 50px;
}
@media(max-width:1160px) {
  .footer {
  height: 152px;
  width: 100%;
  background-color: #439a61;
}
  .footer small {
  color: #f4f5f5;
  font-size: 1.5rem;
  padding-top: 50px;
}
}