@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

.farm {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #23352b;
}
.farm img {
  max-width: 100%;
}
.farm .mv {
  position: relative;
  width: 100%;
  height: auto;
}
.farm .mv .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.farm .mv_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.farm .mv .logos {
  padding: 10px;
  display: flex;
  align-items: center;
}
.farm .mv .logos .logo01 {
  max-width: 273px;
  width: 20%;
  margin-right: 10px;
}
.farm .mv .logos .logo02 {
  max-width: 113px;
  width: 9%;
}
.farm .mv .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 2% auto auto;
  width: fit-content;
  height: fit-content;
  /* font-size: 6vw; */
  font-size: clamp(4rem,6vw,6.6rem);

  font-weight: bold;
  line-height: 1.7;
  color: #fff;
}
.farm .mv .catch span {
  font-size: clamp(5rem, 7vw, 7.6rem);
  margin-left: 8vw;
}
.farm .mv .icon_img {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 220px;
  width: 16%;
}

.farm .sec {
  padding: 50px 0;

}
.farm .container {
  max-width: calc(1200px + 4%);
  margin: 0 auto;
  padding: 0 4%;
}

.farm .sec01 {
  overflow-x: hidden;
  padding-bottom: 0;
}
.farm .sec01 .desc {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  padding: 0 10px;
}
.farm .sec01 .bg {
  background-image: url(/assets/img/farm/bg01.png);
  background-size: 100% auto;
}
.farm .sec01_01 {
  margin-top: 80px;
  padding: 60px 0;
}
.farm .title {
  margin-bottom: 10px;
  font-size: clamp(2rem,4vw,3.6rem);
  font-weight:bold;
  text-align: center;
}
.farm .sub_title {
  margin-bottom: 30px;
  font-size: 2vw;
  font-size: clamp(1.8rem,3vw,2.6rem);
  font-weight: 500;
  text-align: center;
}
.farm .sec01_01 .images {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.farm .sec01_01 .text {
  margin-bottom: 60px;
  padding: 50px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
.farm .sec01_02 {
  position: relative;
  padding: 40px 0; 
  text-align: center;
  z-index: 1; 
}
.farm .sec01_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 70%;
  background-image: url(/assets/img/farm/img05.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.farm .sec01_02 .title,
.farm .sec01_02 .sub_title {
  color: #fff;
}
.farm .sec01_02 .list {
  display: flex;
  gap: 2%;
  padding: 0 6%;
}
.farm .sec01_02 .list_item {
  width: 32%;
  padding: 40px 2%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -5px 5px 25px 0px rgba(249, 159, 40, 0.3);
}
.farm .sec01_02 .list_item .icon {
  max-width: 100px;
  width: 36%;
  margin: 0 auto 20px;
}
.farm .sec01_02 .list_item .item_title {
  font-size: 1.8vw;
  font-size: clamp(1.8rem,4vw,2.2rem);
  line-height: 1.4;
  margin-bottom: 20px;
}
.farm .sec01_02 .list_item:nth-of-type(2) .item_title {
  padding: 2vh 0;
}
.farm .sec01_02 .list_item .text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0;
  margin: 0;
}

.farm .sec02 {
  padding: 70px 0;
  background-color: #e3eae0;
}
.farm .sec02_in {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.farm .sec02_in_sp {
  display: none;
}
.farm .sec02_in .image {
  max-width: 630px;
  width: 56%;
}
.farm .sec02_in .content {
  flex: 1;
  padding: 50px 4%;
  background-color: #dbe2d7;
  position: relative;
}
.farm .sec02_in._01 .content {
  border-image: linear-gradient( #dbe2d7, #dbe2d7 ) fill 0 / 1 / 0 100vw 0 0;
}
.farm .sec02_in .content::before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 100%;
  background-color: #dbe2d7;
  position: absolute;
  top: 0;
  left: -40%;
  z-index: -1;
}
.farm .sec02_in .content .title {
  text-align: left;
  margin-bottom: 40px;
}
.farm .sec02_in .content .text01 {
  margin-bottom: 40px;
  font-size: 2vw;
  font-size: clamp(2rem,3vw,2.6rem);
  font-weight: 500;
  color: #e73278;
  line-height: 1.3;
}
.farm .sec02_in .content .text02 {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.farm .sec02_in._02 {
  flex-direction: row-reverse;
  margin-top: 50px;
}
.farm .sec02_in._02 .content {
  padding: 50px 1% 50px 4%;
  border-image: linear-gradient( #dbe2d7, #dbe2d7 ) fill 0 / 1 / 0 0 0 100vw;
}
.farm .sec02_in._02 .content::before {
  left: inherit;
  right: -40%;
}
.farm .sec02_in._02 .content .title .logo {
  display: inline-block;
  vertical-align: -10px;
  max-width: 130px;
  width: 27%;
  margin-left: 10px;
}

.farm .sec03 {
  padding: 70px 0 40px;
  background-color: #dbe2d7;
  border-radius: 0 0 30px 30px;
}
.farm .sec03 .title {
  margin-bottom: 25px;
}
.farm .sec03_in {
  display: flex;
  gap: 2%;
  margin-bottom: 40px;
}
.farm .sec03_in .img {
  width: 23.5%;
}
.farm .sec03 .text {
  text-align: center;
  line-height: 1.8;
  font-size: 1.6rem;
}

.farm .sec04 .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.farm .sec04 .title::before,
.farm .sec04 .title::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 35px;
  margin: 0 10px;
  background-color: #23352b;

}
.farm .sec04_in {
  padding: 5%;
  border-radius: 30px;
  background-color: #dbe2d7;
}
.farm .sec04_in .items {
  display: flex;
  justify-content: center;
  gap: 10%;
}
.farm .sec04_in .item {
  width: 40%;
  max-width: 350px;
}
.farm .sec04_in .item_in {
  min-height: 43vh;
  margin-bottom: 30px;
  padding: 5% 5% 4%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.farm .sec04_in .item_in .icon {
  max-width: 150px;
}
.farm .sec04_in .item_in .qr {
  max-width: 180px;
}
.farm .sec04_in .item .text {
  font-size: clamp(2rem,3vw,2.6rem);
  line-height: 1.5;
  text-align: center;
}

.farm .sec05 {
  padding: 0;
}
.farm .sec05_01 {
  background-color: #23352b;
}
.farm .sec05_01_in {
  display: flex;
  align-items: center;
}
.farm .sec05_01 .content {
  width: 35%;
  color: #fff;
  padding: 0 3%;
  line-height: 1.5;
  text-align: left;
}
.farm .sec05_01 .content .title {
  margin-bottom: 40px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  text-align: left;
}
.farm .sec05_01 .content .text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.farm .sec05_01 .image {
  width: 65%;
}

.farm .sec05_02 {
  padding: 60px 0;
  background-color: #e3eae0;
}
.farm .sec05_02 .sec05_02_items {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-top: 30px;
}
.farm .sec05_02 .sec05_02_items .item {
  width: 42%;
  padding: 8% 4% 3%;
  background-color: #ecf0ea;
  border-radius: 9px;
  box-shadow: -10px 10px 30px 0px rgba(205, 214, 198, 0.9);
  position: relative;
}
.farm .sec05_02 .sec05_02_items .item_title {
  padding: 10px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: #fff;
  background-color: #23352b;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.farm .sec05_02 .sec05_02_items .item_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.farm .sec05_02 .sec05_02_items .item_top .qr {
  max-width: 90px;
}
.farm .sec05_02 .sec05_02_items .item_top .text {
  flex: 1;
  padding-right: 3%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
.farm .sec05_02 .sec05_02_items .item_bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.farm .sec05_02 .sec05_02_items .item_bottom > div {
  width: 49%;
}
.farm .sec05_02 .sec05_02_items .item_bottom .icon img {
  display: block;
  width: 75%;
  margin: 0 auto;
}
.farm .sec05_02 .sec05_02_items .item_bottom .icon .text {
  font-size: 16px;
  text-align: center;
}
/* .farm .sec05_02 .sec05_02_items .item_bottom .qr img {
  width: 50%;
} */

.farm .sec06 {
  position: relative;
  padding: 100px 0 20%;
  background-image: url(/assets/img/farm/bg02.png),url(/assets/img/farm/bg03.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 100% auto,100% auto;
  background-position: top left,bottom left;
}
.farm .sec06 .title {
  margin-bottom: 50px;
}
.farm .sec06_01 {
  max-width: calc(1100px + 4%);
}
.farm .sec06_01 .image {
  margin-bottom: 130px;

}
.farm .sec06_01 .link_btn {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 5%;
  border-radius: 999px;
  color: #fff;
  background-color: #ff7700;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all .3s;
}
.farm .sec06_01 .link_btn:hover {
  opacity: .6;
}
.farm .sec06_01 .link_btn span {
  display: inline-block;
  width: 30px;
}
.farm .sec06_01 .link_btn span img {
  display: inline-block;
  vertical-align: -6px;
  margin-left: 5px;
}


@media only screen and (max-width: 767px) {
  .farm .mv .logos {
    padding: 15px;
  }
  .farm .mv .logos .logo01 {
    width: 45%;
    margin-right: 10px;
  }
  .farm .mv .logos .logo02 {
    max-width: 113px;
    width: 20%;
  }
  .farm .mv .catch {
    margin: auto 0 auto auto;
    font-size: clamp(3rem, 7.5vw, 6rem);
    line-height: 1.5;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  }
  .farm .mv .catch span  {
    font-size: clamp(3.4rem, 10vw, 7rem);
    margin-left: 4vw;
  }
  .farm .mv .icon_img {
    right: 5%;
    width: 25%;
  }

  .farm .sec {
    padding: 40px 0;
  }
  .farm .container {
    max-width: calc(1200px + 30px);
    margin: 0 auto;
    padding: 0 15px;
  }

  .farm .sec01 {
    padding-bottom: 0;
  }
  .farm .sec01 .desc {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: -0.03em;
  }
  .farm .sec01 .bg {
    background-image: none !important;
    background-color: #fcf9ea;
    padding: 0;
  }
  .farm .sec01_01 {
    margin-top: 30px;
    padding: 40px 0 0;
  }
  .farm .title {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .farm .sub_title {
    margin-bottom: 30px;
    font-size: 1.7rem;
  }
  .farm .sec01_01 .images {
    flex-wrap: wrap;
    gap: 1.5%;
    margin-top:0;
  }
  .farm .sec01_01 .images .img {
    width: 49%;
    margin-bottom: 5px;
  }
  .farm .sec01_01 .text {
    margin-bottom: 20px;
    padding: 30px 15px;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: -0.09em;
  }
  .farm .sec01_02 {
    padding: 30px 0;
  }
  .farm .sec01_02::before {
    height: 27vh;
  }
  .farm .sec01_02 .list {
    flex-direction: column;
    gap: 0;
    padding: 0 8%;
  }
  .farm .sec01_02 .list_item {
    width: 100%;
    padding: 20px 2%;
    border-radius: 10px;
    box-shadow: -5px 5px 25px 0px rgba(249, 159, 40, 0.3);
    margin-bottom: 15px;
  }
  .farm .sec01_02 .list_item .icon {
    max-width: 100px;
    width: 25%;
    margin: 0 auto 10px;
  }
  .farm .sec01_02 .list_item .item_title {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .farm .sec01_02 .list_item:nth-of-type(2) .item_title {
    padding: 0;
  }
  .farm .sec01_02 .list_item .text {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
  }

  .farm .sec02 {
    padding: 40px 0 15px;
    background-color: #e3eae0;
    width: 100%;
    margin-left: auto;
  }
  .farm .sec02 .container {
    padding: 0;
  }
  .farm .sec02_in {
    flex-direction: column;
    padding-top: 20px;
  }
  .farm .sec02_in_pc {
    display: none;
  }
  .farm .sec02_in_sp {
    display: block;
    margin-bottom: 15px;
    padding: 30px 20px;
    background-color: #dbe2d7;
    border-image: linear-gradient( #dbe2d7, #dbe2d7 ) fill 0 / 1 / 0 100vw;
  }
  .farm .sec02_in_sp .content01 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .farm .sec02_in_sp .content01 .img {
    max-width: 140px;
    width: 100%;
  }
   .farm .sec02_in_sp .content01_in {
    padding-left: 15px;
    flex: unset;
   }
  .farm .sec02_in_sp .title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .farm .sec02_in_sp .text01 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #e73278;
    line-height: 1.3;
  }
  .farm .sec02_in_sp .text02 {
    font-size: 1.3rem;
    letter-spacing: -0.08em;
    line-height: 1.7;
  }
  .farm .sec02_in_sp._02 {
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
  /* .farm .sec02_in_sp._02 .content01 {
    flex-direction: row-reverse;
    justify-content: flex-end;
  } */
   /* .farm .sec02_in_sp._02 .content01_in {
     padding-left: 0;
     padding-right: 15px;
   } */
  .farm .sec02_in_sp._02 .content01 .title .logo {
    display: block;
    max-width: 130px;
    width: 34%;
    margin-bottom: 5px;
  }

  .farm .sec03 {
    padding: 30px 0;
    border-radius: 0 0 20px 20px;
  }
  .farm .sec03 .title {
    margin-bottom: 15px;
  }
  .farm .sec03_in {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-bottom: 20px;
  }
  .farm .sec03_in .img {
    width: 40%;
    margin-bottom: 10px;
  }
  .farm .sec03 .text {
    line-height: 1.8;
    font-size: 1.3rem;
  }

  .farm .sec04 .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .farm .sec04 .title::before,
  .farm .sec04 .title::after {
    width: 25px;
  }
  .farm .sec04_in {
    padding: 30px 5% 20px;
    border-radius: 10px;
  }
  .farm .sec04 .sub_title {
    margin-bottom: 20px;
  }
  .farm .sec04_in .items {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10%;
  }
  .farm .sec04_in .item {
    width: 100%;
    max-width: 100%;
  }
  .farm .sec04_in .item_in {
    min-height: auto;
    margin-bottom: 10px;
    padding: 20px 15px 20px 10px;
    border-radius: 0;
    flex-direction: row;
  }
  .farm .sec04_in .item_in .icon {
    max-width: 80px;
    margin-right: 7px;
  }
  .farm .sec04_in .item .text {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
  }

  .farm .sec05 {
    padding: 0;
  }
  .farm .sec05_01 {
    background-color: #23352b;
  }
  .farm .sec05_01_in {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding: 0;
  }
  .farm .sec05_01 .content {
    width: 100%;
    color: #fff;
    padding: 30px 15px;
    line-height: 1.5;
    text-align: left;
  }
  .farm .sec05_01 .content .title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: center;
  }
  .farm .sec05_01 .content .text {
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -0.09em;
  }
  .farm .sec05_01 .image {
    width: 100%;
  }

  .farm .sec05_02 {
    padding: 20px 0;
  }
  .farm .sec05_02 .container {
    padding: 0 0 0 4%;
  }
  .farm .sec05_02 .sec05_02_items {
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
  .farm .sec05_02 .sec05_02_items .item {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 4%;
    background-color: #fff;
    border-radius: 9px 0 0 9px;
    box-shadow: -10px 10px 30px 0px rgba(205, 214, 198, 0.9);
    position: relative;
  }
  .farm .sec05_02 .sec05_02_items .item .text01 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
  }
  .farm .sec05_02 .sec05_02_items .item .text02 {
    font-size: 1.4rem;
  }
  .farm .sec05_02 .sec05_02_items .item .links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -20px;
  }
  .farm .sec05_02 .sec05_02_items .item .link_btn {
    width: 49%;
  }
  .farm .sec05_02 .sec05_02_items .item .link_btn .icon {
    display: inline-block;
    width: 16px;
    margin-right: 3px;
    vertical-align: 1px;
  }
  .farm .sec05_02 .sec05_02_items .item .link_btn .text {
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .farm .sec06 {
    position: relative;
    padding: 50px 0 13%;
    background-image: url(/assets/img/farm/bg02.png),url(/assets/img/farm/bg03_sp.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 100% auto,100% auto;
    background-position: top left,bottom left;
  }
  .farm .sec06 .title {
    margin-bottom: 50px;
  }
  .farm .sec06_01 {
    padding: 0;
  }
  .farm .sec06_01 .image {
    margin-bottom: 60px;

  }
  .farm .sec06_01 .link_btn {
    width: 80%;
    margin: 0 auto;
    padding: 8px 5%;
    font-size: 1.4rem;
  }
  .farm .sec06_01 .link_btn span {
    display: inline-block;
    width: 20px;
  }
  .farm .sec06_01 .link_btn span img {
    display: inline-block;
    vertical-align: -6px;
    margin-left: 5px;
  }
}

.farm a {
  transition: all .3s;
}
.farm a:hover {
  opacity: .7;
  transition: all .3s;
}