@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 150px;
  padding-bottom: 130px;
  padding-top: 135px;
}
@media screen and (max-width: 1080px) {
  .sec01 {
    margin-top: 120px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 {
    margin-top: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec01 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1284px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.sec01 .inner .ttl {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .ttl {
    font-size: 30px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .ttl {
    font-size: 25px;
  }
}
.sec01 .inner .subttl {
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-size: 50px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .subttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .subttl {
    font-size: 30px;
    margin-top: 15px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .subttl {
    font-size: 25px;
  }
}
.sec01 .inner .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin-top: 70px;
}
@media screen and (max-width: 1080px) {
  .sec01 .inner .txt {
    font-size: 18px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .inner .txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .inner .txt {
    font-size: 14px;
    margin-top: 30px;
  }
}

body.on .sec01 {
  position: relative;
}
body.on .sec01::before {
  -o-object-fit: cover;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  padding-bottom: 300px;
  padding-top: 150px;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding-bottom: 200px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec02 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1270px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.sec02 .flex .video {
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .video {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .video {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .video {
    width: 100%;
  }
}
.sec02 .flex .video video {
  display: block;
  width: 100%;
}
.sec02 .imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .sec02 .imgs {
    gap: 32px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .sec02 .imgs {
    gap: 20px 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .imgs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .imgs {
    gap: 10px 10px;
    margin-top: 30px;
  }
}
.sec02 .imgs .img {
  aspect-ratio: 1/1;
  width: calc((100% - 40px * 3) / 4);
}
@media screen and (max-width: 1280px) {
  .sec02 .imgs .img {
    width: calc((100% - 30px * 3) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .sec02 .imgs .img {
    width: calc((100% - 20px * 3) / 4);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .imgs .img {
    width: calc((100% - 20px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .sec02 .imgs .img {
    width: calc((100% - 10px * 1) / 2);
  }
}
.sec02 .imgs .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*----------------------------------------------------------
sec03
------------------------------------------------------------*/
.sec03 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sec03 .bg {
  background-color: #d12b15;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .sec03 .bg:nth-of-type(odd) .flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .bg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec03 .bg:nth-of-type(even) {
  margin-top: 280px;
}
@media screen and (max-width: 1080px) {
  .sec03 .bg:nth-of-type(even) .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .bg:nth-of-type(even) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .bg:nth-of-type(even) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .bg:nth-of-type(even) {
    margin-top: 60px;
  }
}
.sec03 .bg:nth-of-type(even) .txts {
  margin-left: auto;
}
.sec03 .flex {
  align-items: flex-end;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 115px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1612px;
  padding-bottom: 80px;
  padding-top: 150px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .sec03 .flex {
    gap: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .sec03 .flex {
    gap: 140px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex {
    gap: 100px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex {
    gap: 80px;
    padding-top: 30px;
  }
}
.sec03 .flex .txts {
  flex-grow: 1;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .txts {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec03 .flex .txts .c-ttls02 p {
  color: #fff !important;
  text-align: left !important;
}
.sec03 .flex .txts .c-ttl {
  color: #fff !important;
  text-align: left !important;
}
.sec03 .flex .wrap {
  max-width: 746px;
}
.sec03 .flex .txt {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 45px;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .txt {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .txt {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
.sec03 .flex .img {
  flex-shrink: 0;
  width: 47.68%;
}
.sec03 .flex .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .flex .img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .flex .img {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .flex .img {
    width: 100%;
  }
}

body.on .sec03 .bg:nth-of-type(odd) .img {
  position: relative;
}
body.on .sec03 .bg:nth-of-type(odd) .img .img01 {
  aspect-ratio: 768/480;
  bottom: 103px;
  height: auto;
  max-width: 768px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  body.on .sec03 .bg:nth-of-type(odd) .img .img01 {
    bottom: initial;
    left: initial;
    position: relative;
    right: initial;
    top: initial;
    width: 90%;
  }
}
body.on .sec03 .bg:nth-of-type(odd) .img .img02 {
  aspect-ratio: 576/360;
  height: auto;
  max-width: 576px;
  position: absolute;
  right: -130px;
  top: -140px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1930px) {
  body.on .sec03 .bg:nth-of-type(odd) .img .img02 {
    right: -20px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .sec03 .bg:nth-of-type(odd) .img .img02 {
    bottom: initial;
    left: initial;
    right: 0;
    top: 33vw;
    width: 50%;
  }
}
body.on .sec03 .bg:nth-of-type(even) .img {
  position: relative;
}
body.on .sec03 .bg:nth-of-type(even) .img .img01 {
  aspect-ratio: 768/480;
  bottom: 103px;
  height: auto;
  max-width: 768px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  body.on .sec03 .bg:nth-of-type(even) .img .img01 {
    bottom: initial;
    left: initial;
    margin-left: auto;
    position: relative;
    right: initial;
    top: initial;
    width: 90%;
  }
}
body.on .sec03 .bg:nth-of-type(even) .img .img02 {
  aspect-ratio: 576/360;
  height: auto;
  left: -130px;
  max-width: 576px;
  position: absolute;
  top: -140px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1930px) {
  body.on .sec03 .bg:nth-of-type(even) .img .img02 {
    left: -20px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .sec03 .bg:nth-of-type(even) .img .img02 {
    bottom: initial;
    left: 0;
    margin-right: auto;
    right: initial;
    top: 33vw;
    width: 50%;
  }
}

/*----------------------------------------------------------
.sec04 栽培野菜ご紹介
------------------------------------------------------------*/
.sec04 {
  padding-bottom: 130px;
  padding-top: 145px;
}
@media screen and (max-width: 1080px) {
  .sec04 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.sec04 .flex {
  align-items: baseline;
  gap: 80px 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  max-width: 1380px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec04 .flex {
    gap: 80px 80px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex {
    gap: 80px 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex {
    gap: 70px 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex {
    gap: 40px 30px;
    margin-top: 40px;
  }
}
.sec04 .flex .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc((100% - 100px * 1) / 2);
}
@media screen and (max-width: 1280px) {
  .sec04 .flex .item {
    width: calc((100% - 80px * 1) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item {
    gap: 25px;
    width: calc((100% - 60px * 1) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item {
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item {
    gap: 15px;
    width: 100%;
  }
}
.sec04 .flex .item .img {
  aspect-ratio: 640/400;
  width: 100%;
}
.sec04 .flex .item .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec04 .flex .item .ttl {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec04 .flex .item .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item .ttl {
    font-size: 20px;
  }
}
.sec04 .flex .item .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec04 .flex .item .txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) {
  .sec04 .flex .item .txt {
    font-size: 14px;
  }
}
.sec04 .flex .item .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------------------------
.sec05 加工場ご紹介
------------------------------------------------------------*/
.sec05 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1080px) {
  .sec05 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 {
    padding-bottom: 60px;
  }
}
.sec05 .flex {
  align-items: baseline;
  gap: 80px 64px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 47px;
  max-width: 1380px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec05 .flex {
    gap: 80px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .flex {
    gap: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex {
    gap: 70px 40px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex {
    gap: 40px 30px;
    margin-top: 40px;
  }
}
.sec05 .flex .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc((100% - 64px * 2) / 3);
}
@media screen and (max-width: 1280px) {
  .sec05 .flex .item {
    width: calc((100% - 40px * 2) / 3);
  }
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item {
    gap: 25px;
    width: calc((100% - 30px * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .item {
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .item {
    gap: 15px;
    width: 100%;
  }
}
.sec05 .flex .item .img {
  aspect-ratio: 640/400;
  width: 100%;
}
.sec05 .flex .item .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec05 .flex .item .ttl {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec05 .flex .item .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .flex .item .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .item .ttl {
    font-size: 20px;
  }
}
.sec05 .flex .item .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec05 .flex .item .txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 576px) {
  .sec05 .flex .item .txt {
    font-size: 14px;
  }
}
.sec05 .flex .item .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------------------------------
.sec06 健康食品としての商品開発
------------------------------------------------------------*/
.sec06 {
  padding-bottom: 145px;
}
@media screen and (max-width: 1080px) {
  .sec06 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 {
    padding-bottom: 60px;
  }
}
.sec06 .img-slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 95px;
}
@media screen and (max-width: 1080px) {
  .sec06 .img-slider {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .img-slider {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .img-slider {
    margin-top: 40px;
  }
}
.sec06 .flex {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .sec06 .flex {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .sec06 .flex {
    gap: 80px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex {
    gap: 60px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex {
    gap: 50px;
    margin-top: 40px;
  }
}
.sec06 .flex .item__flex {
  align-items: center;
  display: flex;
  gap: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1980px) {
  .sec06 .flex .item__flex {
    margin-left: auto;
    margin-right: auto;
    max-width: 1980px;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .sec06 .flex .item__flex {
    gap: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .item__flex {
    flex-direction: column;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .item__flex {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex .item__flex {
    gap: 20px;
  }
}
.sec06 .flex .item__flex .img {
  aspect-ratio: 960/600;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .item__flex .img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .item__flex .img {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex .item__flex .img {
    width: 100%;
  }
}
.sec06 .flex .item__flex .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.sec06 .flex .item__flex .ttls {
  width: 34.4%;
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .item__flex .ttls {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .item__flex .ttls {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex .item__flex .ttls {
    width: 100%;
  }
}
.sec06 .flex .item__flex .ttls .ttl {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .item__flex .ttls .ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .item__flex .ttls .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex .item__flex .ttls .ttl {
    font-size: 22px;
  }
}
.sec06 .flex .item__flex .ttls .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 44px;
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .item__flex .ttls .txt {
    font-size: 18px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .item__flex .ttls .txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex .item__flex .ttls .txt {
    font-size: 14px;
    margin-top: 20px;
  }
}
.sec06 .flex .item__flex .ttls .c-btn {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .item__flex .ttls .c-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .item__flex .ttls .c-btn {
    margin-top: 30px;
  }
}
.sec06 .flex .txt-flex {
  display: flex;
  gap: 44px;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .sec06 .flex .txt-flex {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .txt-flex {
    flex-direction: row;
  }
}
@media screen and (max-width: 400px) {
  .sec06 .flex .txt-flex {
    flex-direction: column;
  }
}
.sec06 .flex .txt-flex p:nth-of-type(1) {
  color: #d12b15;
  flex-shrink: 0;
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .sec06 .flex .txt-flex p:nth-of-type(1) {
    font-size: 36px;
  }
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .txt-flex p:nth-of-type(1) {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .txt-flex p:nth-of-type(1) {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex .txt-flex p:nth-of-type(1) {
    font-size: 22px;
  }
}
.sec06 .flex .txt-flex p:nth-of-type(2) {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1280px) {
  .sec06 .flex .txt-flex p:nth-of-type(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .sec06 .flex .txt-flex p:nth-of-type(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec06 .flex .txt-flex p:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec06 .flex .txt-flex p:nth-of-type(2) {
    font-size: 14px;
  }
}

/*----------------------------------------------------------
.sec07 直売所ご紹介
------------------------------------------------------------*/
.sec07 {
  padding-bottom: 145px;
}
@media screen and (max-width: 1080px) {
  .sec07 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec07 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sec07 {
    padding-bottom: 60px;
  }
}
.sec07 .flex {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .sec07 .flex {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .sec07 .flex {
    gap: 80px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .flex {
    gap: 60px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec07 .flex {
    gap: 50px;
    margin-top: 40px;
  }
}
.sec07 .flex .item__flex {
  align-items: center;
  display: flex;
  gap: 113px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec07 .flex .item__flex {
    gap: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .sec07 .flex .item__flex {
    flex-direction: column;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .flex .item__flex {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec07 .flex .item__flex {
    gap: 20px;
  }
}
.sec07 .flex .item__flex .img {
  aspect-ratio: 700/700;
  flex-shrink: 0;
  overflow: hidden;
  width: 43.2%;
}
@media screen and (max-width: 1080px) {
  .sec07 .flex .item__flex .img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .flex .item__flex .img {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec07 .flex .item__flex .img {
    width: 100%;
  }
}
.sec07 .flex .item__flex .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .sec07 .flex .item__flex .ttls {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .flex .item__flex .ttls {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec07 .flex .item__flex .ttls {
    width: 100%;
  }
}
.sec07 .flex .item__flex .ttls .top-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 1280px) {
  .sec07 .flex .item__flex .ttls .top-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .sec07 .flex .item__flex .ttls .top-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .flex .item__flex .ttls .top-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .sec07 .flex .item__flex .ttls .top-txt {
    font-size: 14px;
  }
}
.sec07 .flex .item__flex .ttls .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 44px;
}
@media screen and (max-width: 1080px) {
  .sec07 .flex .item__flex .ttls .txt {
    font-size: 18px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .flex .item__flex .ttls .txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec07 .flex .item__flex .ttls .txt {
    font-size: 14px;
    margin-top: 20px;
  }
}
.sec07 .flex .item__flex .ttls .c-btn {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .sec07 .flex .item__flex .ttls .c-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec07 .flex .item__flex .ttls .c-btn {
    margin-top: 30px;
  }
}
/*----------------------------------------------------------
.sec08 お取り扱い店舗情報
------------------------------------------------------------*/
.sec08 .flex {
  gap: 66px 80px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  max-width: 1822px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .sec08 .flex {
    gap: 66px 60px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .sec08 .flex {
    flex-direction: column;
    gap: 55px 40px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .flex {
    gap: 50px 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .sec08 .flex {
    gap: 40px;
    margin-top: 40px;
  }
}
.sec08 .flex .item {
  align-items: center;
  display: flex;
  gap: 80px;
  width: calc((100% - 80px * 1) / 2);
}
@media screen and (max-width: 1600px) {
  .sec08 .flex .item {
    gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .sec08 .flex .item {
    width: calc((100% - 60px * 1) / 2);
  }
}
@media screen and (max-width: 1080px) {
  .sec08 .flex .item {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .flex .item {
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .sec08 .flex .item {
    flex-direction: column;
    gap: 20px;
  }
}
.sec08 .flex .item .img {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 46%;
}
@media screen and (max-width: 1080px) {
  .sec08 .flex .item .img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .flex .item .img {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .sec08 .flex .item .img {
    width: 100%;
  }
}
.sec08 .flex .item .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec08 .ttls {
    width: 100%;
  }
}
.sec08 .top-txt {
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .sec08 .top-txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .sec08 .top-txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .top-txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .sec08 .top-txt {
    font-size: 18px;
  }
}
.sec08 .txt {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .sec08 .txt {
    font-size: 22px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1080px) {
  .sec08 .txt {
    font-size: 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .txt {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec08 .txt {
    font-size: 16px;
    margin-top: 15px;
  }
}
.sec08 .c-btn {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .sec08 .c-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec08 .c-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec08 .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=sourcemaps/about.css.map */