@charset "UTF-8";
/* CSS Document */
.body {
  background: #fefbf0;
}
/*header*/
.header {
  background-color: #fff;
  height: 105px;
  width: 100%;
}
.header__content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  position: relative;
}
.header__logo {
  text-align: left;
}
.header__logo2 {
  display: none;
}
.header__logo img {
  margin: 0 auto;
  width: 220px;
  padding: 20px 0;
}
.header__mobile-buybutton{
  display: none;
}
.close-button,.open-button{
  display: none;
}
.header__nav {
  margin-left: auto;
}
.header__nav ul {
  display: flex;
  text-align: center;
}
.header__nav ul li {
  border-left: solid 1px #333;
  text-align: center;
  padding: 0 20px;
  height: 55px;
  display: flex;
  align-items: center;
}
.header__nav ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.header__nav ul li:last-child {
  padding-right: 0;
}
.header__nav a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #333;
}
.hamburger {
    display: none;
  }
@media(max-width:1080px) {
  .main{
  margin-top: 90px;
}
.header {
  background-color: white;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
  .fixed_button{
    display: none;
  }
  .header__content-wrapper{
    padding: 0 24px;
  }
  .header__logo {
    display: none;
  }
  .header__logo2 {
    display: inline-block;
  }
  .header__logo2 img {
    height: 65px;
    width: auto;
    margin: 15px auto;
    text-align: left;
    align-items: center;
  }
  .header__mobile-buybutton{
  display:inline-block;
  position: absolute;
    top: 15px;
    right: 110px;
}
  .header__mobile-buybutton img{
    width: 60px;
    height: auto;
  }
  .header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width:80%;
  height: 100vh;
  transform: translateX(100%);
  padding: 40px;
  background-color: #C4B367;
  transition: ease .4s;
}
  /*ハンバーガー*/
  .header__hamburger {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 20px;
  right: 24px;
  display: block;
    
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 100000;}
  
 .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top:0;
}

.hamburger span:nth-child(2) {
  margin: 10px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0px);
}

.hamburger.active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
  .header__nav ul{
    display: block;
  }
  .header__nav ul li br{
    display: none;
  }
  .header__nav ul li {
  border-left: none;
  padding: 0;
    margin-bottom: 20px;
  text-align: left;
  align-items: center;
}
  .header__nav a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.0;
  color: #fff;
}
}
/*header ここまで*/
/*top 画像*/
.slider img{
  max-width: 1440px;
}
/*.section-top__image {
  width: 100%;
  position: relative;
}
.section-top__image__bg {
  max-width: 1440px;
  margin: 0 auto;
  height: 600px;
  background-image: url("../images/main-img@2x.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}*/
@media(max-width:980px) {
 /* .section-top__image {
  max-width: 1440px;
  margin: 0 auto;
  width: auto;
  height: 600px;
  background-image: url("../images/main-img__mobile@2x.png");
  background-position: center;
  background-repeat: no-repeat;
}*/
  }

/*top 画像ここまで*/
/*top read*/
.section-top__read {
  font-family: "Hina Mincho", serif;
  font-size: 2.0rem;
  line-height: 1.7;
  max-width: 1440px;
  margin: 60px auto;
  padding: 0 80px;
}
.section-top__read-p1 {
  display: inline-block;
  font-weight: 600;
  font-size: 2.6rem;
  background-image: url("../images/top_underline_1@2x.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-top__read-p2 {
  display: inline-block;
  font-weight: 600;
  font-size: 2.6rem;
  background-image: url("../images/top_underline_2@2x.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-top__read-p3 {
  display: inline-block;
  font-weight: 600;
  font-size: 2.6rem;
  background-image: url("../images/top_underline_3@2x.png");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media(max-width:980px)
{
  .section-top__read
  {
    margin: 70px 25px 50px;
    padding: 0;
  }
  .section-top__read br{
  display: none;
}
  .section-top__read {
    font-size: 1.6rem;
  }
   .section-top__read p {
    font-size: 2.0rem;
  }
}
/*top readここまで*/
/*共通*/
.title__heading {
  color: #807f7f;
  font-size: 1.4rem;
}
/*共通ここまで*/
/*3pr section*/
.section-3pr {
  margin: 0 auto;
  padding: 60px;
  background-image: url("../images/3pr_bg@2x.png");
  background-size: auto;
  background-repeat: no-repeat;
}
.section-3pr__content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
.section-3pr__content-wrapper__block1 {
  flex-basis: 60%;
  position: relative;
}
.section-3pr h2 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 4.6rem;
  line-height: 6.9rem;
  color: #493626;
  background-image: url("../images/3pr_underline@2x@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 40px;
}
.section-3pr__point-circle {
  max-width: 1440px;
  top: -40px;
  left: -30px;
  z-index: 1000;
  font-size: 2.4rem;
  padding: 10px;
  width: 90px;
  height: 90px;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background: #27ae60;
}
.section-3pr__point-circle span {
  font-family: "Hina Mincho", serif;
  font-size: 2.0rem;
  color: #fff;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  text-align: center;
  z-index: 1000;
}
.section-3pr__content-wrapper__block1 ul li {
  list-style: none;
  text-align: left;
  padding: 30px 40px;
  margin: 0 60px 50px 0;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.section-3pr__point-discription h3 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 3.0rem;
  color: #333;
  text-align: left;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}
.section-3pr__mobile-point, .section-3pr__mobile-point span {
  display: none;
}
.section-3pr__content-wrapper__block2 {
  flex-basis: 40%;
  margin-top: auto;
}
.section-3pr__content-wrapper__block2 img {
  width: 100%;
}
@media(max-width:980px) {
  .section-3pr {
    padding: 50px 25px;
  }
  .section-3pr h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .section-3pr__point-discription_br2::before{
    content: '\A';
    white-space: pre;
  }
  .section-3pr__content-wrapper {
    display: block;
  }
  .section-3pr__content-wrapper__block2 {
    display: none;
  }
  .section-3pr__content-wrapper__block1 ul li {
    margin: 0 0 20px;
    padding: 30px 12px;
  }
  .section-3pr__content-wrapper__block1 ul li:last-child {
    margin-bottom: 0;
  }
  .section-3pr__point-circle, .section-3pr__point-circle span {
    display: none;
  }
  .section-3pr__mobile-point {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #27ae60;
  }
  .section-3pr__mobile-point span {
    display: block;
    font-family: "Hina Mincho", serif;
    color: #fff;
    line-height: 1.8rem;
    font-size: 1.0rem;
    position: relative;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
  }
  .section-3pr__point-discription h3 {
    font-size: 2.0rem;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/*3pr sectionここまで*/
/*section-organic*/
.section-organic {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 60px 50px;
}
.section-organic h2 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 4.6rem;
  line-height: 6.9rem;
  color: #493626;
  background: url("../images/organic_underline@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 20px;
}
.section-organic__side-line {
  padding: 20px 60px;
  position: relative;
}
.section-organic__side-line::before, .section-organic__side-line::after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
}
.section-organic__side-line::before {
  border-left: solid 8px #493626;
  border-top: solid 1px #493626;
  border-bottom: solid 1px #493626;
  top: 0;
  left: 0;
}
.section-organic__side-line::after {
  border-right: solid 8px #493626;
  border-top: solid 1px #493626;
  border-bottom: solid 1px #493626;
  top: 0;
  right: 0;
}
.section-organic__h1 {
  width: 50%;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
.section-organic_mobile__h1 {
  display: none;
}
.section-organic__content-wrapper {
  display: flex;
  flex-direction: row;
}
.section-organic__content-wrapper__block1 {
  flex-basis: 20%;
  justify-content: center;
}
.section-organic__content-wrapper__block1 img {
  width: 100%;
  padding-right: 30px;
}
.section-organic__content-wrapper__block2 {
  flex-basis: 80%;
  text-align: left;
}
.section-organic__content-wrapper__block2 p {
  line-height: 2.8rem;
}
@media(max-width:1270px){
  .section-organic h2 {
    background: url("../images/organic_mobile_underline@2x.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}
  .section-organic_br1::before {
    content: '\A';
    white-space: pre;
  }}

@media(max-width:980px) {
  .section-organic {
    margin: 50px 24px 100px;
  padding:0;}
  
  .section-organic h2 {
    line-height: 3.6rem;
    font-size: 2.4rem;
    letter-spacing:-0.1rem;
  }
  .section-organic__side-line {
  padding: 20px 15px;
  position: relative;
}
  .section-organic__content-wrapper__block1 img {
    height: 150px;
    width: auto;
    padding-left: 0;
    text-align: center;
  }
  .section-organic__h1 {
    display: none;
  }
  .section-organic_mobile__h1 {
    text-align: left;
    display: block;
    margin-bottom: 20px;
    height: 60px;
  }
  .section-organic__content-wrapper {
    display: block;
  }
}
/*section-organic　ここまで*/
/*section-methods*/
.section-methods {
  max-width: 1440px;
  margin: 0 auto 120px;
  padding: 0 60px;
}
.section-methods__side-line {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.section-methods h2 {
  line-height: 4.2rem;
  font-weight: 300;
  font-family: "Hina Mincho", serif;
  font-size: 2.8rem;
  color: #493626;
}
.section-methods__side-line img {
  height: 42px;
}
.section-methods__content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.section-methods__content-wrapper ul li {
  list-style: none;
  padding: 0 10px;
  display: inline-block;
}
.section-methods__content-wrapper ul li:last-child {
  margin-right: 0;
}
.section-methods__1 {
  background: url("../images/method_bg1@2x.png");
  background-position: center;
  padding: 50px 20px;
  border-radius: 10%;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
}
.natural p {
  font-size: 1.4rem;
  margin: 20px 0;
}
.section-methods__2 {
  background: url("../images/method_bg2@2x.png");
  background-position: center;
  display: inline-block;
  border-radius: 10%;
  padding: 50px 20px;
  margin-right: 20px;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
}
.section-methods__3 {
  background: url("../images/method_bg2@2x.png");
  background-position: center;
  display: inline-block;
  padding: 50px 20px;
  border-radius: 10%;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
}
.organic p {
  margin: 20px 0;
}
.section-methods__4 {
  background: url("../images/method_bg3@2x.png");
  background-position: center;
  display: inline-block;
  padding: 50px 20px;
  border-radius: 10%;
  margin-right: 20px;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
}
.section-methods__5 {
  background: url("../images/method_bg3@2x.png");
  background-position: center;
  display: inline-block;
  padding: 50px 20px;
  border-radius: 10%;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
}
.Standard-half p {
  margin: 20px 0;
}
.section-methods__kind {
  font-size: 3.0rem;
  color: #FFF;
  padding-bottom: 20px;
  border-bottom: 2px dashed #333;
}
.section-methods__content-wrapper h3 {
  margin-top: 20px;
  padding: 10px;
  color: #807f7f;
  background-color: #fff;
}
@media(max-width:980px) {
  .section-methods{
    margin-bottom: 100px;
      padding: 0 14px;
  }
  .section-methods__side-line{
    padding: 0 10px;
  }
  .section-methods_br1::before {
    content: '\A';
    white-space: pre;
  }
  .section-methods h2{
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 0;
    letter-spacing:-0.1rem;
  }
  .section-methods__side-line img {
  height: 50px;
}
  .section-methods__kind{
    font-size: 2.4rem;
  }
  .section-methods__content-wrapper h3{
    font-size: 1.2rem;
  }
  .section-methods__1,.section-methods__2,.section-methods__3,.section-methods__4,.section-methods__5{
    padding: 30px 10px;
  }
}
/*section-methods　ここまで*/
/*section-farm*/
.section-farm {
  max-width: 1440px;
  min-width: 375px;
  margin: 0 auto 80px;
}
.farm_h2 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 4.6rem;
  line-height: 6.4rem;
  color: #493626;
  background: url("../images/farm-title_underline@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.section-farm1__content-wrapper, .section-farm2__content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 40px 0;
  border-bottom: 2px dashed #333;
  margin: 0 200px;
}
.section-farm2__content-wrapper {
  padding-bottom: 60px;
  border-bottom: none;
}
.section-farm1__poteto {
  max-height: 110px;
  width: auto;
  position: absolute;
  z-index: 1001;
  left: -40px;
  top: -30px;
}
.section-farm1__egg {
  max-height: 110px;
  width: auto;
  z-index: 1001;
  position: absolute;
  right: -50px;
  bottom: -10px;
}
.section-farm2__tomato {
  max-height: 110px;
  width: auto;
  z-index: 1001;
  position: absolute;
  right: -30px;
  top: -30px;
}
.section-farm2__nira {
  max-height: 130px;
  width: auto;
  z-index: 1001;
  position: absolute;
  left: -100px;
  bottom: -20px;
}
.section-farm1__image, .section-farm2__image {
  position: relative;
}
.section-farm1__farmer, .section-farm2__farmer {
  height: 207px;
  width: 428px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.section-farm1__discription, .section-farm2__discription {
  padding-right: 50px;
  line-height: 1.5;
  text-align: left;
}
.section-farm2__discription {
  padding-right: 0;
  padding-left: 50px;
}
.section-farm1__discription h3, .section-farm2__discription h3 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 2.6rem;
  margin-bottom: 20px;
  color: #1a6513;
}
.section-farm1__discription h4, .section-farm2__discription h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.farm-name {
  color: #1a6513;
}
@media(max-width:1200px) {
  .farm_h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
  .section-farm1__discription h3, .section-farm2__discription h3{
    font-size: 2.4rem;
  line-height: 3.6rem;
  }
  .section-farm1__content-wrapper, .section-farm2__content-wrapper {
    margin: 0 24px;
    flex-direction: column;
  }
  .section-farm2__content-wrapper {
    flex-direction: column-reverse;
  }
  .section-farm1__farmer, .section-farm2__farmer {
  width: 327px;
  }
  .section-farm1__poteto, .section-farm1__egg, .section-farm2__tomato, .section-farm2__nira {
    display: none;
  }
  .section-farm1__discription, .section-farm2__discription {
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
}
/*section-farm ここまで*/
/*section-section-trial*/
.section-trial {
  margin: 0 auto;
  padding: 60px 80px;
  background-color: #f5e9bd;
}
.section-trial h2 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 6.4rem;
  color: #493626;
  background: url("../images/farm-title_underline@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 40px;
}
.section-trial__content-wrapper {
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.section-trial1, .section-trial2 {
  display: inline-block;
  background-color: #fff;
  margin: 0 50px 40px 0;
  height: 100%;
}
.section-trial2 {
  margin-right: 0;
}
.section-trial1 img, .section-trial2 img {
  width: 610px;
  height: 265px;
  object-fit: cover;
}
.section-trial__1-discription, .section-trial__2-discription {
  padding: 30px;
  text-align: left;
  font-size: 1.8rem;
}
.section-trial1__mobile-h3,.section-trial2__mobile-h3{
  display: none;
}
.section-trial1__h3, .section-trial2__h3 {
  padding: 10px;
  background-color: #eed56e;
  font-family: "Hina Mincho", serif;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.section-trial__1-discription h4, .section-trial__2-discription h4 {
  margin-bottom: 15px;
}
.section-trial__1-discription h4 span, .section-trial__2-discription h4 span {
  color: #c0392b;
  font-size: 2.4rem;
}
.section-trial__button{
    margin-top:20px; 
}
.section-trial__button span{
  background-color: #c0392b;
  border-radius: 50px;
  padding: 20px 200px;
   margin: 0 auto;
  position: relative;
  display: inline-block;
}
.section-trial__button br{
  display: none;
}

.section-trial__button a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
}
.section-trial__button img {
  height: 65px;
  width: auto;
  position: absolute;
  top: 5px;
  right: 90px;
}
@media(max-width:1429px) {
  .section-trial1 {
    margin-right: 0;
  }
}
@media(max-width:980px) {
  .section-trial {
    padding: 40px 24px;
  }
  .section-trial1, .section-trial2{
    width: auto;
  }
  .section-trial h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .section-trial_br::before {
    content: '\A';
    white-space: pre;
  }
  .section-trial1 img, .section-trial2 img {
  width: 100%;
  height: 327px;
  object-fit: cover;
}
  .section-trial1__h3, .section-trial2__h3{
    display: none;
  }
  .section-trial1__mobile-h3,.section-trial2__mobile-h3{
  display: block;
}
  .trial1__mobile-h3__1,.trial2__mobile-h3__1{
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    color: #333;
    background-color: #eed56e;
    font-family: "Hina Mincho", serif;
  }
   .trial1__mobile-h3__2,.trial2__mobile-h3__2{
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    color: #333;
    background-color: #eed56e;
    font-family: "Hina Mincho", serif;
    
  }
  .section-trial__button img {
    display: none;
  }

  .section-trial__button span{
    padding: 20px 100px;
  }
  .section-trial__button a{
    font-size: 3.0rem;
    line-height: 4.5rem;
  }
  
}
@media(max-width:700px){
  .section-trial__button{
    margin-top:0; 
  }
  .section-trial__button br{
    display: block;
  }
  .section-trial__button span{
    padding:20px 50px;
  }
   .section-trial__button a{
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
  
}
/*section-section-trial ここまで*/
/*section-customer-voice*/
.section-customer {
  margin: 60px 80px 0;
}
.section-customer h2 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 4.6rem;
  line-height: 6.4rem;
  color: #493626;
  background: url("../images/customer_underline@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 40px;
}
.section-customer__side-line {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.section-customer__side-line img {
  height: 100px;
  width: auto;
}
.section-customer__content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 20px 50px;
  background-color: #fff;
  border: 2px solid #000;
  position: relative; /* 基準位置とする */
  margin-bottom: 20px;
}
.section-customer__content-wrapper:last-child {
  margin-bottom: 120px;
}
.section-customer__customer {
  display: inline-block;
  margin-right: 60px;
}
.section-customer__customer img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #59b344;
  object-fit: cover;
  object-position: top;
}
.section-customer__title-mobile {
  display: none;
}
.section-customer__discription {
  padding-right: 20px;
  text-align: left;
}
.section-customer__discription h3 {
  font-family: "Hina Mincho", serif;
  color: #166e0d;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.section-customer__vegetable {
  height: 200px;
  width: auto;
}
@media(max-width:1290px) {
  .section-customer {
    margin: 60px 24px 0;
  }
  .section-customer h2 {
    font-size: 4.2rem;
    padding:0;
    background: url("../images/mobile_customer_underline@2x.png");
    background-size: 100% 160px;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .section-customer__side-line img {
    height: 180px;
    width: auto;
  }
  .section-customer_br::before {
    content: '\A';
    white-space: pre;
  }
}
@media(max-width:980px) {
  .section-customer__side-line {
    margin-bottom: 50px;
  }
  .section-customer h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing:-0.1rem;
    margin-bottom: 0px;
    background-size: 100% 120px;
  }
  .section-customer h3{
    font-size: 2.0rem;
  }
  .section-customer__side-line img {
    height: 120px;
    width: 30px;
  }
  .section-customer__content-wrapper {
    display: block;
    padding: 30px 15px
  }
  .section-customer__content-wrapper:last-child {
    margin-bottom: 100px;
  }
  .section-customer__vegetable, .section-customer__discription h3 {
    display: none;
  }
  .section-customer__customer {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    margin: 0;
  }
  .section-customer__customer img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #59b344;
    object-fit: cover;
    object-position: top;
  }
  .section-customer__title-mobile {
    margin-left: 20px;
    display: block;
    font-family: "Hina Mincho", serif;
    color: #166e0d;
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .section-customer__discription {
    padding: 0;
  }
}
@media(max-width:410px) {
  .section-customer h2{
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}

/*section-customer-voice ここまで*/
/*section-quality*/
.section-quality {
  margin: 0 200px 120px;
}
.section-quality h2 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 4.6rem;
  line-height: 6.4rem;
  color: #493626;
  background: url("../images/quarity_underline@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 40px;
}
.section-quality__content-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
.section-quality__discription {
  line-height: 1.5;
  text-align: left;
  margin-right: 40px;
}
.section-quality__discription-title {
  margin-bottom: 30px;
  display: block;
  font-size: 2.2rem;
  font-family: "Hina Mincho", serif;
}
.section-quality__img {
  height: 240px;
 width: 327px;
  object-fit: cover;
  object-position: center;
}
@media(max-width:980px) {
  .section-quality {
    margin: 0 24px 100px
  }
  .section-quality h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  
  .section-quality__content-wrapper {
    display: block;
  }
  .section-quality__discription {
    margin: 0 0 20px;
  }
  .section-quality__discription span {
    line-height: 1.5;
  }
  .section-quality_br::before {
    content: '\A';
    white-space: pre;
  }
  .section-quality__img {
    height: 230px;
    width: 250px;
    object-fit: cover;
    object-position: center;
  }
}
/*section-quality　ここまで*/
/*section-question*/
.section-question {
  margin: 0 200px 120px;
}
.section-question h2 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: 4.6rem;
  line-height: 6.4rem;
  color: #493626;
  background: url("../images/question_underline@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-bottom: 40px;
}
.section-question ul {
  list-style: none;
  text-align: left;
}
.section-question ul li {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 2px solid #333;
}
.section-question ul li:last-child {
  padding: 40px 0 0;
  border-bottom: none;
}
.section-question__question {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  padding-bottom: 30px;
  border-bottom: 2px dashed #333;
  color: #493626;
}
.section-question__Q {
  color: #fff;
  background-color: #493626;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.section-question__question p {
  font-size: 1.6rem;
}
.section-question__answer{
  margin-top: 30px;
  font-size: 2.4rem;
}
.section-question__answer__title{
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.section-question__A {
  color: #fff;
  background-color: #921d1d;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.section-question__answer h3 {
  color: #493626;
}
.section-question__answer p {
  font-size: 1.6rem;
}
@media(max-width:980px) {
  .section-question {
    margin: 0 24px 100px
  }
  .section-question h2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-question h3{
    font-size: 2.0rem;
  }
  .section-question_br::before {
    content: '\A';
    white-space: pre;
  }
}
/*section-question ここまで*/
/*footer*/
.footer {
  margin: 40px 0;
  text-align: center;
}
.footer img {
  height: 70px;
  width: auto;
}
.footer__copylight {
  display: block;
}
/*footerここまで*/