@charset "UTF-8";

/* ============================================
  common
===============================================*/

html {
  font-size: 62.5%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Yu Gothic", Arial,
    sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  color: #000;
  background-color: #FFF;
  line-height: 1.8;
  letter-spacing: 0.64px;
  margin-top: 0;
}

h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
}

h3 {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
}

/* .section__Title{
    color:#6DB273;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
  } */

img {
  max-width: 100%;
  height: auto;
}

.section-text {
  text-align: justify;
  line-height: 1.5;

}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.2rem;
  }

  .section-text {
    font-size: 2rem;
    line-height: 1.8;

  }

}

/*================================
  header
 ===============================*/


.header {
  width: 100%;
  height: 70px;
  margin-bottom: -1px;
  background-color: #6DB273;
  align-items: baseline;
}

.header__box {
  display: flex;
  justify-content: space-between;
  padding: 10px 5.5% 0;
}


/* nav設定 */
.nav {
  background: rgba(236, 236, 236, 1);
  width: 60%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translate(-100%);
  transition: transform 0.4s;
}

.nav.active {
  transform: translate(0);
}

.nav__List {
  /* align-items: center; */
  gap: 10%;
  margin: 100px auto;
  width: 100px;
  color: #6DB273;
  font-family: Arial;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: normal;
}

.list__nav {
  margin-top: 50px;
}

.nav__header {
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
  height: 70px;
  padding: 10px 5.5% 0;
  background: rgb(109 178 115 / .7);
  opacity: 0.7;
  align-items: baseline;
}

.close__btn {
  font-size: 4rem;
  font-family: "Shippori Mincho", serif;
  color: #ffff;
  /* width: 100%; */
  line-height: 1;
  text-align: end;

  /* margin-top: 60px ;
  padding-right: 60px;  */

}

/* nav設定 end*/

.nav__item {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}




.PC__logo {
  display: none;
}

.PCnav__List {
  display: none;
}

/* ul {
  padding-left: 0;
}

li {
  list-style: none;
} */

/*  header PC  */
@media screen and (min-width: 769px) {

  .header {
    padding: 0 5.5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: -1px;

  }

  .header__box {
    padding: 0;
  }


  .SP__logo {
    display: none;
  }


  .PC__logo {
    display: flex;
    align-items: flex-end;
    width: 200px;
    max-height: 70px;

  }


  .hamburger__btn {
    display: none;
  }

  .nav {
    padding: 0 2.6% 0;
  }


  .PCnav__List {
    display: flex;
    align-items: center;
    gap: 10%;
    width: 450px;
    color: #FEFEFE;
    font-size: 1.8rem;
    line-height: normal;
    margin: auto 0;
  }

}


/*================================
  section__Top
 ===============================*/

.section__Top {
  background-color: #6DB273;
  padding: 0 5.5% 50px;
  margin: 0;
}

.section__Topic {
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  font-style: normal;
  max-width: 100%;
  padding-top: 40px;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  /* 38.47px */
  letter-spacing: 3.6px;
}


.mainimg__Box {
  width: 100%;
  text-align: center;
}


.mainimg__pcBox {
  display: none;
}

.mainobj__Box {
  width: 100%;
  text-align: center;
}

.slideimg:last-of-type {
  transform: rotate(-10deg);

}

.mainimg__obj {
  display: none;
}

.mainimg__objSP:nth-of-type(2) {
  margin-top: 30px;
}

.mainimg__objSP:nth-of-type(3) {
  margin-top: 30px;
}

.sectiontxt__Box {
  background-color: rgba(255, 255, 255, 0.6);
  /* border: solid 10px rgba(255, 255, 255, 0.6); */
  margin: 100px 9% 3.4%;
  padding: 25px;
  border-radius: 20px;
  position: relative;
  /* text-align:center; */

}

.Top__text {
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  font-style: normal;
  text-align: start;
  max-width: 100%;
  max-height: 100%;
  line-height: 2.5;

}

.Top__textbr {
  display: none;
}

#section--corn {
  width: 100px;
  transform: rotate(0);
  position: absolute;
  top: -60px;
  left: -30px;
}

#section--onion {
  width: 94px;
  position: absolute;
  top: -60px;
  left: 10px;
}

#section--carrot {
  width: 85px;
  position: absolute;
  bottom: -30px;
  right: 20px;
}

#section--broccoli {
  width: 86px;
  transform: rotate(21.428deg);
  position: absolute;
  bottom: -30px;
  right: -20px;
}

/*  */
/* fadein */
/*  */
/* 複数画像切り替え---------------------------------------------- */
.slider-container {
  position: relative;
  /* コンテナ内でスライド位置を相対的に設定 */
  width: 100%;
  /* コンテナ幅を100%に */
  height: 300px;
  /* コンテナの高さを固定 */
  overflow: hidden;
  /* スライドがコンテナ外に出ないように非表示 */
  margin-top: 30px;
}

.slideimg {
  position: absolute;
  /* 位置を絶対指定で重ねて配置 */
  width: 100%;
  /* スライド画像の幅を100%に */
  height: 100%;
  /* スライド画像の高さを100%に */
  top: 0;
  /* 上からの位置を0に */
  left: 0;
  /* 左からの位置を0に */
  opacity: 0;
  /* 初期状態で透明に */
  background-size: cover;
  /* 画像をスライド全体にカバー */
  animation: slideAnime 15s infinite;
  /* 15秒で1サイクルのアニメーションを無限ループ */
  margin-top: 30px;
}

@keyframes slideAnime {

  0%,
  30%,
  100% {
    opacity: 0;
  }

  /* 非表示のタイミングを設定 */
  10%,
  20% {
    opacity: 1;
  }

  /* 表示されるタイミングを設定 */
}

.slideimg {
  animation: slideAnime 12s infinite;
  /* 8秒で1サイクル */
}

.slideimg:nth-of-type(1) {
  animation-delay: 0s;
  /* アニメーション開始を0秒遅延 */
}

.slideimg:nth-of-type(2) {
  animation-delay: 4s;
  /* アニメーション開始を3秒遅延 */
}

.slideimg:nth-of-type(3) {
  animation-delay: 8s;
  /* アニメーション開始を6秒遅延 */
}


/*  section__Top PC  */

@media screen and (min-width: 769px) {

  .section__Top {
    padding: 120px 5.5% 50px;
  }


  .section__Topic {
    color: #FFF;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 9.12px;
  }

  .Top__br{
    display: none;
  }


  .mainimg__Box {
    display: none;
  }

  .mainimg__pcBox {
    display: block;
  }

  .mainimg__PC {
    /* padding: 0 20% 0; */
    margin: 0 auto;
    display: block;
    max-width: 500px;
    text-align: center;
  }

  .mainimg__objSP {
    display: none;
  }

  .mainobj__Box {
    max-width: 1000px;
    padding: 0 5%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .mainimg__obj {
    display: flex;
    width: 35%;
  }

  .sectiontxt__Box {
    max-width: 1000px;
    margin: 200px auto 15%;
    position: relative;
  }

  .section__txt {
    padding: 40px 7.5%;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 200%;

  }

  .Top__text {
    text-align: center;
  }

  .Top__textbr {
    display: block;
    text-align: center;
  }


  #section--corn {
    width: 250px;
    transform: rotate(0);
    position: absolute;
    top: -220px;
    left: -100px;
  }

  #section--onion {
    width: 230px;
    position: absolute;
    top: -190px;
    left: 0px;
  }

  #section--carrot {
    width: 230px;
    position: absolute;
    bottom: -160px;
    right: 80px;
  }

  #section--broccoli {
    width: 220px;
    transform: rotate(21.073deg);
    position: absolute;
    bottom: -180px;
    right: -20px;
  }

  /*  */
  /* fadein */
  /*  */

  .slider-container {
    height: 500px;
    /* コンテナの高さを固定 */
    margin-top: 60px;
  }

}

/*================================
  section__Aboout
 ===============================*/

/* section {
  margin: 0 6.6% 0;
} */

.section--Aboout {
  /* max-width: 90%; */
  margin: 0 auto;
  padding: 60px 6.6%;
  /* background-color: #EEF1EF; */
}


.About__Title {
  margin: 80px 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.About__Box {
  margin: 60px auto 0;
  max-width: 400px;
  border-radius: 30px 0 30px 0;
}

/* .About__number {
  margin-top: 30px;
  height: 60px;
  font-size: 4.8REM;
  letter-spacing: -3.36px;
  line-height: 1;
  text-decoration: underline 10px rgba(222, 50, 38, 0.70);
} */

.Aboutimg__BoX {
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
}

.About__img {
  /* margin-top: 20px; */
  max-width: 100%;
  /* border-radius: 30px 0 30px 0; */
}

/* .Abouttxt__Box{
  padding: 0 5% ;
} */

.About__heading {
  margin-top: 20px;
  color: #6DB273;
  /* background: rgba(255, 255, 255, 0.7); */
  border-radius: 30px;

}


.About__txt {
  margin-top: 20px;
  line-height: 1.5;
  letter-spacing: -0.64px;
}

/* .Abouttxt__Box{
  width: 100px;
} */

.About__number:nth-of-type(2) {
  margin-top: 30px;
}

/*  Aboout PC  */

@media screen and (min-width: 769px) {

  .section--Aboout {
    padding: 100px 6.6% 0;
    position: relative;
  }

  .About__Title {
    margin: 160px 0 10px;
    text-align: center;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: normal;
  }

  .Aboout__br{
    display: none;
  }

  .About__number {
    /* text-align: center; */
    font-size: 8rem;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: -6.72px;
  }

  .About__Box {
    display: flex;
    flex-direction: reverse;
    max-width: 1440px;
    margin: 60px auto 0;
    /* padding-left: 130px; */
  }


  .About__Box:first-of-type {
    margin-top: 120px;
    flex-direction: row-reverse;
  }

  .About__Box:last-of-type {
    flex-direction: row-reverse;
  }

  .Aboutimg__BoX {
    width: 40%;
    min-width: 200px;

  }

  .About__img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;

  }

  .Abouttxt__Box {
    width: 60%;
    flex-direction: column;
    padding-right: 60px;

  }

  .Abouttxt__Box2 {
    padding: 0 0 0 60px;
  }

  .About__txt {
    width: 100%;
  }


  .About__heading {
    margin: 0 auto;
    line-height: normal;
  }

}

/* pc 769px */

/* *********************
Trial
**************************/

.Trial {
  background-image: url("../images/SP_Trial-background.png");
  margin: 0 auto;
  padding: 60px 6.6% 15%;
}

.Trial__Subtitle {
  /* padding-top: 40px; */
  /* line-height: 2.4; */
  text-align: center;
  color: #6DB273;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  width: 330px;
  padding: 2px 10px;
}

.Trial__Title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.Trial__Box {
  width: 100%;
  text-align: center;
}

.Trial__img {
  margin-top: 50px;
  max-width: 100%;
  width: 60vw;
  border-radius: 30px;
  /* box-shadow: 10px 5px 5px #000; */
}

.Trial__btn {
  margin-top: 40px;
  width: 50vw;
  max-width: 600px;
}

/*  Trial PC  */
@media screen and (min-width:769px) {

  .Trial {
    margin-top: 120px;
    padding: 150px 0;
  }

  .Trial__Subtitle {
    /* padding-top: 120px; */
    /* line-height: 2.4; */
    width: 700px;
    font-size: 2.4rem;

  }

  .Trial__Title {
    text-align: center;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: normal;
  }

  .Trial__Box {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }

  .Trialimg__Box {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* gap: 30px; */
  }

  .Trial__img {
    Max-width: 50%;
    width: 600px;
    padding: 0 5% 0;
  }

  .Trial__btn {
    margin-top: 70px;
    max-width: 400px;
  }

}

/* pc 769px */

/* *********************
Assurance 
**************************/

.section--Topics {
  margin: 0 6.6%;
}

.Assurance {
  margin-top: 100px;
  padding-top: 40px;
  background-color: #D6F6D9;
  border: 1px solid #388647;
  position: relative;
  /* border-radius: 30px 0 30px 0; */
}

.guarantee {
  width: 150px;
  position: absolute;
  top: -80px;
  left: -30px;
  transform: rotate(-30deg);
}

.Assurance__heading {
  padding: 10px 9% 0;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.Assurance__txt {
  padding: 20px 7% 40px;
  line-height: 1.4;
}

#Assurance--PClettuce {
  display: none;
}

#Assurance--PCcorn {
  position: absolute;
  bottom: -50px;
  left: 20px;
  width: 120px;
  transform: rotate(-30deg);
}

#Assurance--SPonion {
  width: 94px;
  position: absolute;
  top: -50px;
  right: -10px;
  transform: rotate(21.428deg);
}


.News {
  margin-top: 80px;
  padding-top: 40px;
  background-color: #F9EBCF;
  border: 1px solid #C6182D;
  position: relative;
  /* border-radius: 30px 0 30px 0; */
}

.News__Subtitle,
.Assurance__Subtitle {
  margin-top: 10px;
  padding: 0 15%;
  line-height: 2;
  color: #6DB273;
  text-align: center;
  text-decoration: underline;

}

.News__Title,
.Assurance__Title {
  padding: 10px 5%;
  margin: 0 7%;
  font-weight: 700;
  text-align: center;
  color: #6DB273;
  background: rgba(255, 255, 255, 0.7);
  /* border-radius: 30px; */
}

.News__txt {
  padding: 20px 7% 40px;
  line-height: 1.4;
}

#News--PConion {
  display: none;
}


#News--PCcarrot {
  width: 120px;
  position: absolute;
  bottom: -80px;
  left: 20px;
  transform: rotate(20px);
}

#News--broccoli {
  width: 94px;
  position: absolute;
  top: -40px;
  right: -10px;
  transform: rotate(21.428deg);
}

/*  Topicks PC */
@media screen and (min-width:769px) {

  .section--Topics {
    max-width: 1160px;
    margin: 40px auto;
    display: flex;
    position: relative;
  }

  .Assurance {
    width: 48%;
    max-height: 50%;
    margin: 200px 0 0 30px;
    position: relative;

  }

  .Assurance__Subtitle {
    font-size: 2rem;
  }


  .guarantee {
    width: 200px;
    top: -120px;
    left: -30px;

  }

  .Assurance__Title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: normal;
  }

  .Assurance__heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .Assurance__txt {
    line-height: 1.8;
  }

  #Assurance--PClettuce {
    display: block;
    position: absolute;
    top: -120px;
    right: -120px;
    width: 180px;
  }

  #Assurance--PCcorn {
    display: block;
    position: absolute;
    bottom: -150px;
    /* left: -50px; */
    width: 250px;
    transform: rotate(-30deg);
  }

  #Assurance--SPonion {
    display: none;
  }

  .News {
    width: 48%;
    margin: 30px 30px 0 0;
    position: absolute;
    top: 400px;
    right: 0;
  }

  .News__Subtitle {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: -1.68px;
  }

  .News__Title {
    font-size: 2.8rem;
    line-height: 1.3;
  }

  .News__txt {
    line-height: 1.8;
    padding-bottom: 40px;
    position: relative;

  }

  #News--broccoli {
    width: 230px;
    position: absolute;
    top: -170px;
    right: 20px;
    transform: rotate(-30deg);
  }

  #News--PConion {
    display: block;
    width: 160px;
    position: absolute;
    top: -130px;
    right: -30px;
  }

  #News--PCcarrot {
    display: block;
    width: 250px;
    position: absolute;
    bottom: -170px;
    /* right: 0; */
  }

}

/* pc 769px */

/* *********************
Farmars
**************************/

.section--Farmars {
  margin: 0 6.6% 0;
  /* max-width: 500px; */

}

#Farmars {
  margin-top: 100px;
}

.Farmars__Subtitle {
  /* height: 23px; */
  text-align: center;
  line-height: 1;
  color: #6DB273;
  letter-spacing: -2.56px;
  display: inline-block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 250px;
  padding: 5px;


}

.Farmars__Title {
  padding-top: 10px ;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}


.Farmars__Group {
  display: flex;
  flex-direction: column;
}

.Farmars__Group2{
  margin-top: 40px;
}

.Farmarsimg__Box {
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
}

.Farmarsimg__Box img {
  max-width: 100%;
}

.Farmars__heading {
  margin-top: 20px;
  color: #6DB273;
  letter-spacing: -1px;

}

.Farmars__Name {
  /* margin-top: 10px; */
  line-height: 2.4;
  text-align: end;
}

.Farmars__txt {
  margin-top: 10px;
  line-height: 1.8;

}

.Farmarstxt__Box {
  max-width: 500px;
  margin: 0 auto;

}

/*  Farmars PC  */

@media screen and (min-width:930px) {
  #Farmars {
    margin-top: 0;
  }
}

@media screen and (min-width:769px) {

  .section--Farmars {
    padding-top: 200px;
  }
  #Farmars {
    margin-top: 80px;
  }


  .Farmars__Subtitle {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.8;
    width: 400px;
    padding-top: 80px;
  }

  .Farmars__Title {
    padding: 0;
    text-align: center;
    font-weight: 700;
    line-height: normal;
  }

  .Farmars__br{
    display: none;
  }
  

  .Farmars__Group {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    max-width: 1160px;
    margin: 40px auto;
  }

  .Farmars__Group:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  .Farmarsimg__Box {
    width: 100%;
  }

  .Farmarsimg__Box img {
    min-width: 400px;
  }


  .Farmarstxt__Box {
    padding-left: 5%;
  }

  #Farmarstxt {
    padding-right: 5%;
  }

  .Farmars__heading {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: normal;
  }

  .Farmars__txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: -1.12px;
  }

}

/* pc 769px */

/* *********************
Voice
**************************/

.Voice {
  background-color: #6DB273;
  margin: 60px auto 0;
  padding: 60px 7%;
  /* position: relative; */
}

.Voice__Subtitle {
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
  letter-spacing: normal;
  display: inline-block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 70vw;

  padding: 1px;
}

.Voice__Title {
  /* padding-top: 40px; */
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}



.Voice__Box {
  margin-top: 30px;
  background-color: #FFF;
  border-radius: 40px;
  position: relative;
}

.Voice__heading {
  padding-top: 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.96px;
  color: #6DB273;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}

.Voice__txt {
  padding: 20px 9% 0;
  line-height: 1.4;
  letter-spacing: 1px;

}

.Voice__Name {
  padding: 20px 9%;
  text-align: center;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.4px;
}

.Voiceimg__Box {
  margin: 20px auto 0;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}


.Voiceimg__Box img {
  max-width: 100%;
}

#Voice--SPcorn {
  display: block;
  position: absolute;
  top: 250px;
  right: 20px;
  width: 100px;
  transform: rotate(-20deg);
}

#Voice--SPlettuce {
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: -20px;
}

#Voice--broccoli {
  width: 94px;
  position: absolute;
  bottom: 210px;
  right: 0;
  transform: rotate(21.428deg);
}

#Voice--PCbroccoli {
  display: none;
}

#Voice--tomato {
  width: 100px;
  position: absolute;
  bottom: 0px;
  left: -10px;
}

#Voice--PCtomato {
  display: none;
}

#Voice--SPasparagus {
  width: 130px;
  position: absolute;
  bottom: 140px;
  right: -10px;
  transform: rotate(-80deg);
}

#Voice--SPonion {
  width: 94px;
  position: absolute;
  bottom: 0;
  left: -10px;
  transform: rotate(21.428deg);
}

/*  Voice PC  */

@media screen and (min-width:769px) {

  .Voice {
    margin-top: 80px;
    padding: 100px 0 80px;
  }

  .Voice__Subtitle {
    width: 700px;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    /* line-height: 2.4; */
  }


  .Voice__Title {
    padding-top: 0;
    text-align: center;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .Voice__br{
    display: none;
  }

  .Voice__Group {
    max-width: 1160px;
    margin: 40px auto 0;
    padding: 10px 7%;
    border-radius: 40px;
    /* background: #FFF; */
    position: relative;
  }

  .Voice__Box {
    width: 100%;
    margin: 100px 0;
    padding: 40px 5%;
    /* border: 2px solid #000; */
    display: flex;
    flex-direction: row-reverse;
  }

  .Voicetxt__Box {
    flex-direction: column;
    padding-left: 5%;

  }

  .Voice__heading {
    text-align: left;
    padding-top: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .Voice__txt {
    padding-left: 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
  }

  .Voiceimg__Box {
    margin-top: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .Voice__img {
    min-width: 160px;
    /* padding: 20px 5%; */

  }

  .Voice__Name {
    padding: 10px 9%;
  }

  #Voice--SPlettuce {
    display: none;
  }

  #Voice--PCbroccoli {
    display: block;
    width: 270px;
    position: absolute;
    top: -50px;
    left: 45px;
    transform: rotate(20deg);
  }

  #Voice--SPcorn {
    top: 300px;
    right: 0;
    width: 220px;
    transform: rotate(-20deg);
    z-index: 100;
  }

  #Voice--SPonion {
    width: 200px;
    top: -170px;
    left: -10px;
    transform: rotate(-10deg);
  }


  #Voice--broccoli {
    display: none;
  }

  #Voice--tomato {
    display: none;
  }

  #Voice--PCtomato {
    width: 250px;
    display: block;
    width: 270px;
    position: absolute;
    bottom: 0px;
    right: 40px;
    transform: rotate(20deg);
  }

  #Voice--SPasparagus {
    display: none;
  }

}

/* pc 769px */

/* *********************
Question
**************************/

.Question {
  max-width: 1326px;
  margin: 60px auto 0;
  padding: 0 7% 40px;
}

.Question__title {
  text-align: center;
  font-size: 3.2rem;
  /* font-weight: 700; */
  line-height: normal;
  /* letter-spacing: -0.24px; */
  display: flex;
  flex-direction: column;
}

.Question__title::after {
  content: "よくある質問";
  font-size: 2rem;

}

.Question__Box {
  padding: 10px;
  margin-top: 10px;
}

/* .Question__Box:last-of-type{
  margin-top: 60px;
} */

.Question__rectangle {
  display: flex;
  flex-shrink: 0;
}

.Qimg__box {
  width: 7%;
  /* height: 50px; */
  margin-right: 10px;

}


.Question__Q img,
.Question__heading img {
  width: 30px;
  margin-right: 20px;
}

.Question__Q {
  color: #000;
  text-align: justify;
  font-weight: 400;
  height: 60px;
  margin: auto 0;
  line-height: 2;
  letter-spacing: 0;
}

.text__Q {
  background-color: #000;
  color: #FFF;
  padding: 7px 3px;
  margin-right: 30px;
  border-radius: 100px;
  width: 45px;
  font-size: 2rem;
  text-align: center;
 
}

.QuestionA__Gp {
  display: flex;
  flex-shrink: 0;
}

.Question__heading {
  line-height: 2;
  margin-top: 20px;

}

.Question__txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 50px;
}



/*  Question PC  */

@media screen and (min-width:769px) {

  .Question {
    margin: 100px auto 0;
  }

  .Question__title {
    text-align: center;
    font-size: 5rem;
  }

  .Question__title::after {
    content: "よくある質問";
    font-size: 2.4rem;

  }

  .Question__heading {
    font-size: 2rem;
    margin-top: 35px;

  }

  .Question__Box {
    padding: 0;

  }

  /* .Question__rectangle {
    display: inline-block;
    width: 100%;
  } */

  .Question__Q {
    font-size: 2rem;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 2.5;
  }


  .Question__heading {
    line-height: 2.5;

  }


  .Question__Q img,
  .Question__heading img {
    width: 50px;
  }

  .Question__txt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
  }

}

/* pc 769px */

/*  */
/* reternbtn */
/*  */
.returnbtn img {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 3%;
  right: 5%;
  z-index: 100;

}


@media screen and (min-width:769px) {

  .returnbtn img {
    width: 50px;
    height: 50px;
  }


}


/* ===============================
    footer
 ==================================*/

.footer {
  margin: 50px 0;

}

.footer__Box {
  width: 100%;
  text-align: center;
}

.footer__Box img {
  /* padding: 0 20% 0; */
  width: 200px;
}

.footer__item {
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.footer__List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 7% 80px;
  max-width: 350px;
  margin: 0 auto;
}

/*  footer PC  */


@media screen and (min-width:769px) {

  .footer {
    margin: 30px 0;
    padding-bottom: 50px;
  }

  .footer__Item {
    font-size: 1.8rem;
  }

  .footer__List {
    width: 100%;
    padding: 0;
    /* margin-top: 20px; */
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 50px;


  }

}