* {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw3 {
  font-weight: 300;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  align-items: center;
  padding: 20px 5.903% 20px 23px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 185.39px;
  height: auto;
  object-fit: contain;
  display: block;
}

.header-contact-btn {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  padding: 17px 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ff9000;
  border-radius: 67px;
}

.header-contact-btn-icon {
  width: 30px;
}

.fv {
  background: url(../img/fv-bg.png) no-repeat center center / cover;
  width: 100%;
  position: relative;
  padding: 40px 0 54px;
}

.fv-box {
  max-width: 624px;
  width: 90%;
  margin: 0 auto 43px;
  padding: 24px 74px;
  background: #40c4ba;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.fv-box-text1 {
  font-size: 22px;
  line-height: 180%;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(28, 169, 159, 0.25);
  text-align: center;
}

.fv-box-title {
  font-size: 40px;
  line-height: 180%;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(28, 169, 159, 0.25);
  text-align: center;
}

.fv-box-text2 {
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(28, 169, 159, 0.25);
  margin-bottom: 19px;
}

.fv-box-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  width: 72.9%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

.fv-box-list-item:first-of-type {
  width: 23.55%;
}

.fv-box-list-item:nth-of-type(2) {
  width: 26.22%;
}

.fv-box-list-item:last-of-type {
  width: auto;
  flex: 1;
  font-size: 12px;
  line-height: 160%;
  color: #1ca99f;
}

.fv-box-list-item-list-item {
  font-size: 12px;
  line-height: 160%;
  color: #1ca99f;
  padding-left: 20px;
  position: relative;
}

.fv-box-list-item-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/fv-check-icon.svg) center center / contain no-repeat;
}

.fv-point-list {
  max-width: 1055px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.fv-point-list-item {
  width: 30.333%;
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 19px 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  position: relative;
}

.fv-point-list-item::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #40c4ba;
  position: absolute;
  top: 0;
  left: 0;
}

.fv-point-list-item-img {
  width: 22.345%;
}

.fv-point-list-item-title {
  font-size: 20px;
  line-height: 160%;
  color: #424242;
}

.news {
  background-color: #edf8fb;
  padding-top: 60px;
  padding-bottom: 30px;
}

.news-inner {
  max-width: 1054px;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.05));
}

.news-title {
  font-size: 18px;
  line-height: 180%;
  color: #ffffff;
  text-align: center;
  background: #40c4ba;
  border-radius: 10px 10px 0px 0px;
  padding: 7px 0 4px;
}

.news-list {
  padding: 40px 0;
  width: 62.793%;
  margin: 0 auto;
}

.news-list-item {
  margin-bottom: 20px;
}

.news-list-item:last-of-type {
  margin-bottom: 0;
}

.news-list-item-date-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 180%;
  color: #424242;
  gap: 1em;
}

.news-list-item-text {
  font-size: 16px;
  line-height: 180%;
}

.video {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #edf8fb;
}

.video-inner {
  width: 58.334%;
  height: auto;
  aspect-ratio: 420 / 236;
  margin: 0 auto;
}

.video-iframe {
  width: 100%;
  height: 100%;
}

.worry {
  padding: 30px 0 71px;
  background-color: #edf8fb;
}

.worry-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #1ca99f;
  width: 96%;
  margin: 0 auto 40px;
}

.worry-list {
  max-width: 1270px;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 22px;
  margin: 0 auto;
}

.worry-list-item {
  width: 23.701%;
  padding: 25px 20px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.worry-list-item-img {
  width: 22.61%;
  margin: 0 auto 9px;
}

.worry-list-item-job {
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  color: #424242;
  margin-bottom: 11px;
}

.worry-list-item-text {
  font-size: 20px;
  line-height: 160%;
  color: #424242;
}

.worry-list-item-text span:not(.pc):not(.sp) {
  color: #a9571c;
}

.triangle {
  width: 100%;
  height: auto;
  aspect-ratio: 1440 / 120;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #edf8fb;
}

.support {
  padding-top: 95px;
  padding-bottom: 82px;
}

.support-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1ca99f;
  margin-bottom: 47px;
}

.support-text {
  font-size: 18px;
  line-height: 180%;
  color: #424242;
  max-width: 932px;
  width: 80%;
  margin: 0 auto;
}

.reason {
  padding-bottom: 105px;
}

.reason-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  padding: 28px 0;
  background-color: #40c4ba;
}

.reason-inner {
  max-width: 1270px;
  width: 98%;
  margin: 100px auto 0;
}

.reason-list-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 80px;
}

.reason-list-item:nth-of-type(2) {
  justify-content: flex-end;
}

.reason-list-item:last-of-type {
  margin-bottom: 0;
}

.reason-list-item-img {
  width: 51.182%;
}

.reason-list-item-text-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 54%;
  padding: 5.119% 3.308%;
  background: #edf8fb;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.reason-list-item:nth-of-type(2) .reason-list-item-text-box {
  right: auto;
  left: 0;
}

.reason-list-item-title {
  font-size: 32px;
  line-height: 160%;
  color: #1ca99f;
  margin-bottom: 24px;
}

.reason-list-item-text {
  font-size: 20px;
  line-height: 180%;
  color: #424242;
}

.system {
  padding: 100px 0;
  background-color: #edf8fb;
}

.system-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #1ca99f;
}

.system-inner {
  max-width: 1270px;
  width: 98%;
  margin: 80px auto 0;
}

.system-list-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 80px;
}

.system-list-item:nth-of-type(2) {
  justify-content: flex-end;
}

.system-list-item:last-of-type {
  margin-bottom: 0;
}

.system-list-item-img {
  width: 51.182%;
}

.system-list-item-text-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 54%;
  padding: 5.119% 3.308%;
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.system-list-item:nth-of-type(2) .system-list-item-text-box {
  right: auto;
  left: 0;
}

.system-list-item-title {
  font-size: 32px;
  line-height: 160%;
  color: #1ca99f;
  margin-bottom: 24px;
}

.system-list-item-text {
  font-size: 20px;
  line-height: 180%;
  color: #424242;
}

.consulting {
  background: #40c4ba;
  padding: 73px 0 62px;
}

.consulting-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.consulting-text {
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.consulting-btn {
  padding: 20px 37px 20px 61.2px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14.6px;
  width: fit-content;
  background: #ffffff;
  border-radius: 80px;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #1ca99f;
}

.consulting-btn-icon {
  width: 29px;
}

.ingredient {
  padding: 100px 0;
  background-color: #edf8fb;
}

.ingredient-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1ca99f;
  margin-bottom: 30px;
}

.ingredient-text {
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #424242;
  margin-bottom: 66px;
}

.ingredient-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1102px;
  width: 85%;
  margin: 0 auto 60px;
  gap: calc(12.4319419% / 4);
}

.ingredient-list-item {
  width: 17.51361162%;
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: calc(12.4319419% / 4);
  display: flex;
  flex-direction: column;
}

.ingredient-list-item:last-of-type {
  margin-bottom: 0;
}

.ingredient-list-item-title {
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #424242;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ingredient-list-item-title-2 {
  font-size: 14px;
  line-height: 120%;
  padding: 6.5px 0;
}

.allergen-box {
  max-width: 1102px;
  width: 85%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 33px 0 50px;
}

.allergen-box-icon {
  width: 45px;
  margin: 0 auto 16px;
}

.allergen-title {
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  color: #424242;
  margin-bottom: 15px;
}

.allergen-text {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #424242;
  width: 76.044%;
  margin: 0 auto;
}

.achievement {
  padding-top: 100px;
  padding-bottom: 100px;
}

.achievement-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #1ca99f;
  margin-bottom: 30px;
}

.achievement-inner {
  max-width: 1270px;
  width: 98%;
  margin: 80px auto 0;
}

.achievement-list-item {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 80px;
}

.achievement-list-item:nth-of-type(2) {
  justify-content: flex-end;
}

.achievement-list-item:last-of-type {
  margin-bottom: 0;
}

.achievement-list-item-img {
  width: 51.182%;
}

.achievement-list-item-text-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 54%;
  padding: 5.119% 3.308%;
  background: #edf8fb;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.achievement-list-item:nth-of-type(2) .achievement-list-item-text-box {
  right: auto;
  left: 0;
}

.achievement-list-item-title {
  font-size: 32px;
  line-height: 160%;
  color: #1ca99f;
  margin-bottom: 24px;
}

.achievement-list-item-text {
  font-size: 20px;
  line-height: 180%;
  color: #424242;
}

.equipment {
  padding: 100px 0;
  background-color: #edf8fb;
}

.equipment-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #1ca99f;
  margin-bottom: 40px;
}

.equipment-list {
  max-width: 1272px;
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.equipment-list-item {
  width: 32.233%;
  padding: 30px;
  background-color: #fff;
}

.equipment-list-item-img {
  width: 68.574%;
  margin: 0 auto 20px;
}

.equipment-list-item-title {
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  color: #1ca99f;
  margin-bottom: 20px;
}

.equipment-list-item-text {
  font-size: 16px;
  line-height: 160%;
  color: #424242;
}

.equipment-swiper {
  display: none;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.certification {
  padding: 84px 0 100px;
}

.certification-title {
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  color: #1ca99f;
  margin-bottom: 71.2px;
}

.certification-title span {
  position: relative;
}

.certification-title span::before,
.certification-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26.4px;
  height: 90.48px;
}

.certification-title span::before {
  left: -40px;
  background: url(../img/leaf-left.svg) center center / contain no-repeat;
}

.certification-title span::after {
  right: -40px;
  background: url(../img/leaf-right.svg) center center / contain no-repeat;
}

.certification-text {
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: #424242;
  margin-bottom: 23px;
}

.certification-img {
  max-width: 846px;
  width: 80%;
  margin: 0 auto;
}

.flow {
  background-color: #edf8fb;
  padding: 100px 0 79px;
}

.flow-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #1ca99f;
  margin-bottom: 67.5px;
}

.flow-list {
  max-width: 1090px;
  width: 96%;
  margin: 0 auto;
}

.flow-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 36px;
  gap: 30px;
}

.flow-list-item:last-of-type {
  margin-bottom: 0;
}

.flow-list-item-img-box {
  width: 10.368%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flow-list-item-img-box-text {
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: #40c4ba;
}

.flow-list-item-img {
  width: 70.8%;
  margin: 0 auto;
}

.flow-list-item-text-box {
  flex: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.flow-list-item-title {
  font-size: 22px;
  line-height: 180%;
  color: #1ca99f;
  margin-bottom: 10px;
}

.flow-list-item-text {
  font-size: 18px;
  line-height: 180%;
  color: #424242;
}

.contact {
  padding-bottom: 62px;
  background-color: #40c4ba;
}

.contact .triangle {
  margin-bottom: 96.5px;
  border-top: 1px solid #edf8fb;
}

.contact-title {
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

.contact-text {
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact-btn {
  padding: 20px 37px 20px 61.2px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14.6px;
  width: fit-content;
  background: #ffffff;
  border-radius: 80px;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #1ca99f;
}

.contact-btn-icon {
  width: 29px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }

  header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    align-items: center;
    padding: 20px 0;
  }

  .header-inner {
    justify-content: center;
  }

  .header-logo {
    width: 139px;
  }

  .header-contact-btn {
    display: none;
  }

  .fv {
    background: url(../img/sp/fv-bg.png) no-repeat center center / cover;
    padding: 23px 0;
  }

  .fv-box {
    width: 71%;
    margin: 0 auto 24px;
    padding: 16px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }

  .fv-box-text1 {
    font-size: 14px;
    line-height: 160%;
    text-shadow: 0px 2px 2px rgba(28, 169, 159, 0.25);
    margin-bottom: 12px;
  }

  .fv-box-title {
    font-size: 20px;
    line-height: 160%;
    text-shadow: 0px 2px 2px rgba(28, 169, 159, 0.25);
    margin-bottom: 12px;
  }

  .fv-box-text2 {
    font-size: 12px;
    line-height: 160%;
    text-shadow: 0px 2px 2px rgba(28, 169, 159, 0.25);
    margin-bottom: 12px;
  }

  .fv-box-list {
    gap: 12px;
    width: 100%;
    padding: 6px 10px;
    border-radius: 4px;
  }

  .fv-box-list-item:first-of-type {
    width: 23.646%;
  }

  .fv-box-list-item:nth-of-type(2) {
    width: 26.31%;
  }

  .fv-box-list-item:last-of-type {
    font-size: 8px;
  }

  .fv-box-list-item-list-item {
    font-size: 8px;
    padding-left: 13.21px;
  }

  .fv-box-list-item-list-item::before {
    width: 10px;
    height: 10px;
  }

  .fv-point-list {
    width: 91.734%;
  }

  .fv-point-list-item {
    width: 30.233%;
    border-radius: 10px;
    padding: 15px 3.5px 8.5px;
    flex-direction: column;
    gap: 8px;
  }

  .fv-point-list-item::before {
    height: 4px;
  }

  .fv-point-list-item-img {
    width: 32.48%;
  }

  .fv-point-list-item-title {
    font-size: 12px;
    text-align: center;
  }

  .news {
    padding-top: 28px;
    padding-bottom: 16px;
  }

  .news-inner {
    width: 91.467%;
    border-radius: 10px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.05));
  }

  .news-title {
    font-size: 14px;
    border-radius: 8px;
    padding: 1px 0;
  }

  .news-list {
    padding: 17px 0;
    width: 87.465%;
  }

  .news-list-item {
    margin-bottom: 10px;
  }

  .news-list-item:last-of-type {
    margin-bottom: 0;
  }

  .news-list-item-date-title {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .news-list-item-text {
    font-size: 12px;
  }

  .video {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .video-inner {
    width: 91.467%;
    aspect-ratio: 343 / 192.73;
  }

  .worry {
    padding: 16px 0 30px;
  }

  .worry-title {
    font-size: 20px;
    margin: 0 auto 32px;
  }

  .worry-list {
    width: 91.467%;
    flex-wrap: wrap;
    gap: 16px;
  }

  .worry-list-item {
    width: 47.523%;
    padding: 12.5px 10px 9px;
    box-shadow: none;
  }

  .worry-list-item-img {
    width: 22.68%;
    margin: 0 auto 5px;
  }

  .worry-list-item-job {
    font-size: 10px;
    margin-bottom: 0;
  }

  .worry-list-item-text {
    font-size: 14px;
    text-align: center;
  }

  .triangle {
    aspect-ratio: 375 / 56;
  }

  .support {
    padding-top: 23px;
    padding-bottom: 35px;
  }

  .support-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .support-text {
    font-size: 14px;
    width: 91.467%;
  }

  .reason {
    padding-bottom: 32px;
  }

  .reason-title {
    font-size: 20px;
    padding: 14px 0;
  }

  .reason-inner {
    width: 91.467%;
    margin: 26.39px auto 0;
  }

  .reason-list-item {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .reason-list-item-img {
    width: 100%;
  }

  .reason-list-item-text-box {
    position: initial;
    transform: initial;
    width: 100%;
    padding: 16px;
    box-shadow: none;
  }

  .reason-list-item-title {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .reason-list-item-text {
    font-size: 14px;
  }

  .system {
    padding: 32px 0;
  }

  .system-title {
    font-size: 20px;
  }

  .system-inner {
    width: 91.467%;
    margin: 32px auto 0;
  }

  .system-list-item {
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }

  .system-list-item-img {
    width: 100%;
  }

  .system-list-item-text-box {
    position: initial;
    transform: initial;
    width: 100%;
    padding: 16px;
    box-shadow: none;
  }

  .system-list-item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .system-list-item-text {
    font-size: 14px;
  }

  .consulting {
    padding: 32px 16px;
  }

  .consulting-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .consulting-text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .consulting-btn {
    justify-content: center;
    padding: 10px 0 10px;
    gap: 25px;
    width: 100%;
    font-size: 14px;
  }

  .consulting-btn-icon {
    width: 20.52px;
  }

  .ingredient {
    padding: 32px 0;
  }

  .ingredient-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .ingredient-text {
    width: 91.467%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 32px;
    text-align: left;
  }

  .ingredient-list {
    width: 91.467%;
    margin: 0 auto 38.45px;
    gap: calc(9.91% / 2);
  }

  .ingredient-list-item {
    width: 30.03%;
    box-shadow: none;
    margin-bottom: calc(9.91% / 2);
  }

  .ingredient-list-item:nth-last-of-type(2) {
    margin-bottom: 0;
  }

  .ingredient-list-item-title {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ingredient-list-item-title-2 {
    font-size: 11px;
    line-height: 160%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .allergen-box {
    width: 91.467%;
    border-radius: 0;
    padding: 16px;
  }

  .allergen-box-icon {
    width: 18px;
    margin: 0 auto 16px;
  }

  .allergen-title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .allergen-text {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .achievement {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .achievement-title {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .achievement-inner {
    width: 91.467%;
    margin: 32px auto 0;
  }

  .achievement-list-item {
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }

  .achievement-list-item-img {
    width: 100%;
  }

  .achievement-list-item-text-box {
    position: initial;
    transform: initial;
    width: 100%;
    padding: 16px;
    box-shadow: none;
  }

  .achievement-list-item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .achievement-list-item-text {
    font-size: 14px;
  }

  .equipment {
    padding: 32px 0;
    position: relative;
  }

  .equipment-title {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .equipment-list {
    width: 91.467%;
    margin: 0 auto;
    flex-direction: column;
  }

  /* SPではPC用リストを非表示、スライダーを表示 */
  .pc-equipment-list {
    display: none !important;
  }

  .sp-equipment-swiper {
    display: block;
    width: 91.467%;
    margin: 0 auto;
    overflow: hidden;
  }

  .equipment-swiper .swiper-wrapper {
    width: 100%;
  }

  .equipment-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .equipment-swiper .equipment-list-item {
    width: 100%;
    padding: 32px 16px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
  }

  .equipment-list-item-img {
    width: 42.444%;
    margin: 0 auto 20px;
  }

  .equipment-list-item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .equipment-list-item-text {
    font-size: 14px;
  }

  .equipment-swiper-prev,
  .equipment-swiper-next {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .equipment-swiper-prev {
    left: 0;
  }

  .equipment-swiper-next {
    right: 0;
  }

  .equipment-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    margin-top: 23px;
  }

  .equipment-swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .equipment-swiper-pagination .swiper-pagination-bullet-active {
    background: #999999;
  }

  .certification {
    padding: 32px 0 65px;
  }

  .certification-title {
    font-size: 20px;
    margin-bottom: 41px;
  }
  .certification-title span::before {
    left: -30px;
  }

  .certification-title span::after {
    right: -75px;
  }

  .certification-text {
    width: 91.467%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }

  .certification-img {
    width: 91.467%;
  }

  .flow {
    padding: 32px 0 27px;
  }

  .flow-title {
    font-size: 20px;
    margin-bottom: 29px;
  }

  .flow-list {
    width: 94.134%;
  }

  .flow-list-item {
    margin-bottom: 16px;
    gap: 13px;
  }

  .flow-list-item-img-box {
    width: 22.097%;
  }

  .flow-list-item-img-box-text {
    font-size: 13.5px;
    margin-bottom: 1.5px;
  }

  .flow-list-item-img {
    width: 76.93%;
  }

  .flow-list-item-text-box {
    padding: 16px;
    border-radius: 8px;
  }

  .flow-list-item-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .flow-list-item-text {
    font-size: 14px;
  }

  .contact {
    padding-bottom: 32px;
  }

  .contact .triangle {
    margin-bottom: 29px;
  }

  .contact-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .contact-text {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .contact-btn {
    padding: 10px 16.5px 10px 63px;
    gap: 25px;
    font-size: 14px;
  }

  .contact-btn-icon {
    width: 20.52px;
  }
}
