@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
 index.css
------------------------------------------------*/

ul,
ol,
li {
  list-style: none;
}

/*------------------------------------------------
 index01
------------------------------------------------*/
.index01_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.index01_img {
  position: sticky;
  width: 90%;
  height: auto;
  z-index: -5;
  margin-left: -40%;
}

.index01_left {
  width: 90%;
  margin-left: 5%;
}

.index01_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px 0 0 30px;
}

.index01_maruni {
  margin: 0 auto 3%;
}

.index01_top {
  font-weight: var(--fw_bold);
  text-align: center;
  text-wrap: nowrap;
  letter-spacing: 1px;
  border-radius: 300px;
  font-size: 0.36rem;
  padding: .6em 3em;
  margin-top: 50px;
}

.index01_star {
  display: inline-block;
  text-align: center;
  line-height: normal;
  font-weight: var(--fw_bold);
  font-size: 0.4rem;
  border-radius: 10px;
  padding: .4em 1em;
  margin-left: 2.3em;
}

.text30 {
  font-size: 0.3rem;
}

/*------------------------------------------------
 index02
------------------------------------------------*/

.index02_wrapper {
  width: 100%;
  padding-top: 20%;
  padding-bottom: 12%;
  margin-left: 9%;
  z-index: 0;
}

.gray_back {
  position: relative;
  background-color: var(--gray);
  margin-top: -10%;
  z-index: -10;
}

.index02_486text {
  position: relative;
  display: flex;
  align-items: flex-end;
  line-height: normal;
  font-weight: var(--fw_black);
  color: var(--navy);
  font-size: .6rem;
}

.orange486text {
  margin-right: 2px;
}

.index02_lowcost {
  color: var(--navy);
  font-weight: var(--fw_black);
  font-size: 0.5rem;
  margin-top: .7em;
  margin-left: .2em;
}

.index02_486text::after {
  content: "";
  position: absolute;
  background-image: url("../img/index/pipe.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  left: 60%;
  bottom: -390%;
  width: 400px;
  height: 400px;
}


.index02_grid {
  position: relative;
}

.index02_grid img {
  width: 100%;
  height: auto;
  display: block;
}

.desc-sp {
  position: absolute;
  background-color: var(--white);
  color: var(--green);
  font-weight: 800;
  font-size: .36rem;
  border-radius: 5px;
  padding: .5em 1em;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  white-space: nowrap;
}

.sp_br {
  display: none;
}

.index02_greenback {
  position: relative;
  background-color: var(--green);
  padding: 10px 0px 100px;
  top: -1px;
}

.index02_checkbox {
  padding-right: 1em;
}

/*------------------------------------------------
 index03
------------------------------------------------*/

.index03 {
  background-color: var(--gray);
  padding: 3em 0;
}

.index03_ttl {
  margin-bottom: 1em;
}


.white_box {
  position: relative;
  background-color: var(--white);
  border-radius: 30px;
  padding: 30px 0;
  width: 90%;
  margin: 0px auto;
  z-index: 0;
}

.check_list li {
  position: relative;
  font-weight: var(--fw_black);
  line-height: 240%;
  font-size: 0.3rem;
  padding-left: 80px;
}

.check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 60px;
  height: 60px;
  background-image: url("../img/index/check.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.check_list::before {
  content: "";
  position: absolute;
  background-image: url("../img/index/tomato.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  z-index: 3;
  right: 17%;
  bottom: 0%;
  transform: translateY(40%);
}

.check_list::after {
  content: "";
  position: absolute;
  background-image: url("../img/index/pig.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  right: -2%;
  bottom: -120 5px;
}

.orange_top {
  justify-content: center;
  align-items: center;
  text-wrap: nowrap;
  background-color: var(--orange);
  border-radius: 5px;
  margin: 0px 1em;
  padding: 30px 100px;
}

.youto_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 3em;
  margin-right: 2em;
}

.youto_grid li {
  position: relative;
}

.youto_grid img {
  width: 100%;
  height: auto;
  display: block;
}

.orange_label {
  position: absolute;
  top: 0.6em;
  left: -0.6em;
  background: var(--orange);
  color: var(--white);
  padding: 0.1em 2em;
  font-weight: var(--fw_normal);
  border-radius: 3px;
}

/*------------------------------------------------
 index04
  ------------------------------------------------*/
.index04 {
  background-color: var(--gray);
  padding-bottom: 3em;
}

.green_wh_text {
  position: relative;
  width: 85%;
  margin: 2em auto;
}

.green_wh_text::after {
  content: "";
  display: block;
  background-color: var(--dark_yellow);
  width: 340px;
  height: 30px;
  border-radius: 5px;
  margin-left: 20%;
  margin-top: -2%;
}

.index04_small {
  position: sticky;
  font-weight: var(--fw_black);
  width: 80%;
  font-size: .2rem;
  line-height: .4rem;
  left: 50%;
  margin-top: 5%;
  z-index: 5;
}

.index04_wb {
  overflow: hidden;
}

.index04_btn {
  position: static;
  z-index: 15;
}

.index04_wh_box {
  padding-bottom: 0;
  border-radius: 30px 30px 0 0;
}

.index04_wh_box::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/soil.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100vw;
  height: 200px;
  margin-bottom: 3em;
  z-index: -6;
}

.index04_btn::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/farmer.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -4%;
  left: 3%;
  width: 200px;
  height: 350px;
  z-index: -5;
}

.index04_wh_box::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/tractor.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -19%;
  left: 70%;
  overflow: hidden;
  width: 400px;
  height: 300px;
  z-index: -5;
}

/*------------------------------------------------
 index05
 ------------------------------------------------*/
.index05 {
  background-color: var(--gray);
  padding-bottom: 3em;
  margin-top: -2em;
}

.index05_ttl {
  margin-bottom: 1em;
}

/*------------------------------------------------
footer
------------------------------------------------*/

footer {
  background-color: var(--gray);
  padding-top: 50px;
  padding-bottom: 15px;
  border-top: var(--green) 1px solid;
}

.footer_logo,
.footer_adress,
.c_right {
  text-align: center;
}

.footer_logo {
  margin: 0 auto 1em;
  width: 10em;
}

.c_right {
  font-size: .14rem;
}

/*------------------------------------------------
レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width: 1199px) {

  /* index01 */
  .index01_img img {
    border-radius: 0;
  }

  .index01_img {
    width: 100%;
    margin-left: -100%;
  }

  .index01_left {
    text-align: center;
    margin: auto;
  }

  /* index02 */
  .index02_wrapper {
    margin-left: unset;
  }

  .index02_486text::after {
    display: none;
  }

  .index02_486text {
    font-size: .4rem;
    justify-content: center;
  }

  .orange486text {
    width: 5em;
  }

  .index02_wrapper {
    padding: 13% 0 8%;
  }

  .index02_lowcost {
    font-size: .36rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .gray_back {
    padding-top: 2%;
  }

  .check_list::before {
    bottom: -4%;
  }

  .check_list li::before {
    width: 50px;
    height: 50px;
  }

  .check_list li {
    font-size: .24rem;
    line-height: 2.6;
    padding-left: 65px;
  }

  .index04_small {
    font-size: .18rem;
  }

  .index04_wh_box::before {
    right: -15%;
    width: 360px;
    height: 300px;
  }

  .green_wh_text::after {
    width: 35%;
  }
}

.index04_btn::before,
.index04_wh_box::after,
.index04_wh_box::before,
.index02::after {
  display: none;
}

@media screen and (max-width: 1060px) {

  .gray_back {
    padding-top: 4%;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width: 991px) {

  .index01_top {
    font-size: 0.3rem;
    padding: 1% 6%;
  }

  .index01_maruni {
    width: 85%;
    margin: 1% auto 3%;
  }

  .index01_star {
    font-size: .3rem;
    margin: auto;
  }

  .index02_wrapper {
    padding: 3% 0 8%;
    margin-left: unset;
  }

  .index02_486text {
    margin-top: 1em;
  }

  .desc-sp {
    font-size: .24rem;
    padding: .5em 1em;
    top: -2em;
  }

  .check_list li::before {
    width: 40px;
    top: 0.53em;
    left: -20px;
  }

  .check_list li {
    font-size: .2rem;
    padding-left: 30px;
  }

  .check_list::before {
    bottom: -8%;
    left: 0;
    right: auto;
  }

  .orange_top {
    padding: .5em 1em;
  }

  .index04_small {
    left: unset;
    margin: 5% auto;
  }

  .index04_wh_box {
    padding-bottom: .6em;
  }

  .white_box {
    width: 95%;
  }

  .youto_grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/*------------------------------------------------
レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width: 767px) {

  .index01_left {
    width: 100%;
    top: 35%
  }

  .index01_top {
    font-size: .22rem;
  }

  .index01_star,
  .text30 {
    font-size: 0.14rem;
    margin: 0 1em;
  }

  .index01_maruni {
    width: 85%;
    margin: 0 auto 0.6em;
  }

  .index02_486text {
    justify-content: center;
    margin: 0 auto;
    font-size: .24rem;
    margin-bottom: 5px;
  }

  .index02_lowcost {
    display: flex;
    justify-content: center;
    font-size: .24rem;
    margin: 0 0 1em;
  }

  .gray_back {
    margin-top: 0;
  }

  .index02_wrapper {
    padding: 4% 0 1%;
  }

  .desc-sp {
    font-size: 0.14rem;
  }

  .title_txt {
    font-size: 0.2rem;
    padding: 10px;
  }

  .green_star {
    padding-bottom: 20px;
  }

  .check_list li::before {
    width: 26px;
    top: 0.1em;
    left: -10px;
  }

  .white_box {
    width: 95%;
    padding-bottom: 20px;
  }

  .check_list li {
    font-size: .18rem;
    padding-left: 30px;
    line-height: 1.5em;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
  }

  .check_list::before,
  .check_list::after {
    display: none;
  }

  .index03_greenback {
    padding-bottom: 30px;
  }


  .index04_small {
    line-height: 1.7em;
    font-size: .16rem;
  }

  .green_wh_text::after {
    height: 15px;
  }


  .footer_adress {
    font-size: .16rem;
  }
}

/*------------------------------------------------
レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width: 480px) {
  .head_flex {
    margin: 1.5em;
  }

  .drawer_open {
    top: 2%;
  }

  .index01_img {
    position: sticky;
  }

  .index01_left {
    position: static;
    transform: unset;
  }

  .index01_top {
    margin-top: 0;
    font-size: .18rem;
  }

  .gray_back {
    margin-top: -1em;
  }

  .index02_wrapper {
    margin-top: 5%;
    margin-bottom: 20%;
  }

  .index02_486text,
  .index02_lowcost {
    font-size: 0.23rem;
  }

  .index02_lowcost {
    margin: 0 auto;
  }

  .sp_br {
    display: inline;
  }

  .desc-sp {
    margin: -10% auto 0;
  }

  .index02_greenback {
    padding-bottom: 30px;
  }

  .index03 {
    padding: 2em 0 1em;
  }

  .index03_grid {
    margin-top: 10%;
  }

  .white_box {
    padding: 1em 0;
  }

  .check_list li::before {
    left: -20px;
    top: 2px;
  }

  .check_list li {
    padding-left: 15px;
  }

  .youto_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 4%;
  }

  .youto_grid li {
    width: 100%;
  }


}