.list-quality + .list-quality {
  margin-top: 140px;
}
.list-quality .h3-common {
  position: relative;
  z-index: 2;
}
.list-quality .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}
.list-quality .item + .item {
  margin-top: 100px;
}
.list-quality .item .img {
  overflow: hidden;
  border-radius: 10px;
  width: 422px;
}
.list-quality .item .group-content {
  width: calc(100% - 462px);
}
.list-quality .item .group-content .txt {
  line-height: 1.8;
}
.list-quality .item .group-content .txt + .txt {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .list-quality .item {
    gap: 3.5%;
  }
  .list-quality .item .img {
    width: 38%;
  }
  .list-quality .item .group-content {
    width: 58.5%;
  }
}
@media screen and (max-width: 767px) {
  .list-quality + .list-quality {
    margin-top: 70px;
  }
  .list-quality .item {
    display: block;
  }
  .list-quality .item .img {
    width: 422px;
    margin: 0 auto 30px;
    max-width: 100%;
  }
  .list-quality .item .group-content {
    width: 100%;
  }
  .list-quality .item + .item {
    margin-top: 40px;
  }
}

.box-quality2 {
  background: #F4F8F2;
  border-radius: 10px;
  padding: 50px 30px 70px;
  text-align: center;
}
.box-quality2 .list {
  display: flex;
  position: relative;
  overflow: auto;
  padding: 20px 0 0;
}
.box-quality2 .list li {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  min-width: 120px;
  background: #fff;
}
.box-quality2 .list li .stt {
  position: absolute;
  width: 41px;
  height: 41px;
  background: #E49E14;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  line-height: 1;
  font-size: 20px;
  top: -20px;
  box-sizing: border-box;
  padding: 3px 0 0;
  z-index: 2;
}
.box-quality2 .list li .text {
  line-height: 18px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.box-quality2 .list li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25%;
  max-width: 67px;
  width: 44%;
  z-index: 1;
  background: url("../img/quality-control/arrow.png") no-repeat center right/100% 100%;
}
.box-quality2 .list li:last-child:after {
  display: none;
}
.box-quality2 .list li + li {
  padding-left: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .box-quality2 {
    margin: 70px 0 0;
    padding: 40px 30px;
  }
  .box-quality2 .list {
    display: block;
    overflow: visible;
  }
  .box-quality2 .list li {
    width: 100%;
    min-width: 100%;
    height: 100px;
  }
  .box-quality2 .list li .stt {
    top: 32%;
    transform: translateY(-50%);
    left: -20px;
  }
  .box-quality2 .list li + li {
    padding-left: 0;
    padding-top: 30px;
  }
  .box-quality2 .list li:after {
    left: 0;
    right: auto;
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: -33.5px;
    background-image: url("../img/quality-control/arrow_sp.png");
    height: 67px;
  }
  .box-quality2 .list li:last-child .stt {
    top: 50%;
  }
}

.list-food {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 100px 0;
  margin: 0 0 119px;
}
.list-food .food-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1200px) {
  .list-food .food-item {
    width: 100%;
  }
}
.list-food .food-item .flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.list-food .food-item .flex .img {
  overflow: hidden;
  border-radius: 10px;
  width: 180px;
}
.list-food .food-item .flex .group-content {
  width: calc(100% - 200px);
}
.list-food .food-item .flex .group-content .txt {
  line-height: 1.8;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .list-food {
    gap: 60px 0;
    margin: 0 0 70px;
  }
  .list-food .food-item .flex {
    display: block;
  }
  .list-food .food-item .flex .img {
    margin: 0 auto 20px;
  }
  .list-food .food-item .flex .group-content {
    width: 100%;
  }
  .list-food .food-item .flex .group-content .btn-shop {
  	margin: 0 auto;
  }
}

.box-health {
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  background: #F4F8F2;
  margin: 100px 0 0;
}
.box-health .txt {
  margin: 0 0 30px;
  line-height: 1.8;
}
.box-health .bnr a {
  overflow: hidden;
  text-decoration: none;
  border-radius: 10px;
  background: url("../img/health-food/bg_bnr.jpg") no-repeat center/cover;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 31px 71px 31px 60px;
}
@media screen and (max-width: 1400px) {
  .box-health .bnr a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.box-health .bnr a .img {
  width: 424px;
}
.box-health .bnr a img {
  opacity: 1;
}
.box-health .bnr a .text {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 24px;
  gap: 15px;
}
.box-health .bnr a .text:after {
  content: "";
  background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  width: 36px;
  height: 36px;
  transition: all 0.5s;
}
@media screen and (max-width: 999px) {
  .box-health .bnr a .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .box-health .bnr a:hover {
    background-image: url("../img/health-food/bg_bnr_on.jpg");
  }
  .box-health .bnr a:hover .text:after {
    background-image: url("../img/shared/arrow_on.png");
  }
}
@media screen and (max-width: 767px) {
  .box-health {
    margin: 60px 0 0;
    padding: 30px 15px;
  }
  .box-health .h4-common {
    letter-spacing: -0.05em;
  }
  .box-health .bnr a {
    padding: 20px 15px 30px;
    display: block;
    text-align: center;
  }
  .box-health .bnr a .img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .box-health .bnr a .text {
    justify-content: center;
    font-size: 18px;
    letter-spacing: -0.05em;
    gap: 7px;
  }
  .box-health .bnr a .text:after {
    width: 30px;
    height: 30px;
  }
}

.box-ingredients {
  border-radius: 10px;
  background: #F4F8F2;
  padding: 40px;
  text-align: center;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .box-ingredients {
    padding: 30px 15px;
  }
}
.box-ingredients .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 19px;
}
.box-ingredients .list li {
  width: calc((100% - 76px) / 5);
}
@media screen and (max-width: 1200px) {
  .box-ingredients .list li {
    width: calc((100% - 57px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .box-ingredients .list li {
    width: calc((100% - 19px) / 2);
  }
}
.box-ingredients .list .img {
  overflow: hidden;
  border-radius: 5px;
}
.box-ingredients .list .tit {
  margin: 10px 0 0;
  line-height: 1.8125;
  font-size: 16px;
}

.group-img {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  flex-wrap: wrap;
  gap: 40px;
}
.group-img .img {
  overflow: hidden;
  border-radius: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .group-img .img {
    width: 100%;
  }
}