main {
  margin-top: var(--header_h);
  margin-bottom: var(--mb);
}

.mvv__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .mvv__list {
    margin-top: 25px;
  }
}
.mvv__item {
  width: 100%;
  position: relative;
}
.mvv__item:not(:first-child) {
  padding-block: 40px;
}
.mvv__item:first-child {
  padding-bottom: 40px;
}
.mvv__item:last-child {
  padding-bottom: 0;
}
.mvv__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--c_gold);
  opacity: 0.1;
}
.mvv__head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .mvv__head {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.mvv__index {
  background: var(--c_gold);
  color: var(--c_white);
  font-size: 26px;
  width: 33px;
  height: auto;
  aspect-ratio: 33/40;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.mvv__title {
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mvv__title {
    font-size: 20px;
  }
}
.mvv__disc {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--c_gold);
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .mvv__disc {
    font-size: 18px;
  }
}
.mvv__disc::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 4px;
  background: var(--c_gold);
  margin-right: 12px;
  margin-top: 0.5lh;
}
@media screen and (max-width: 767px) {
  .mvv__disc::before {
    width: 12px;
    height: 2px;
  }
}
.mvv__text {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mvv__text {
    font-size: 14px;
  }
}

.policy__area {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .policy__area {
    margin-top: 50px;
  }
}
.policy__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .policy__list {
    margin-top: 25px;
    gap: 1em;
  }
}
.policy__item {
  color: var(--c_gold);
  display: flex;
  align-items: flex-start;
}
.policy__index {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .policy__index {
    font-size: 20px;
  }
}
.policy__text {
  font-size: 24px;
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .policy__text {
    font-size: 18px;
  }
}

.health__container {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .health__container {
    margin-top: 25px;
  }
}
.health__textbox {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.health__disc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .health__disc {
    font-size: 14px;
  }
}
.health__list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .health__list {
    margin-top: 10px;
  }
}
.health__item {
  padding-block: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  color: var(--c_gold);
}
@media screen and (max-width: 767px) {
  .health__item {
    padding-block: 10px;
  }
}
.health__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--c_gold);
  opacity: 0.1;
}
.health__index {
  font-size: 26px;
  margin-top: 0.3lh;
}
@media screen and (max-width: 767px) {
  .health__index {
    font-size: 20px;
  }
}
.health__text {
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .health__text {
    font-size: 16px;
  }
}

.compliance__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .compliance__list {
    margin-top: 25px;
  }
}
.compliance__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--c_gold);
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .compliance__item {
    padding-block: 10px;
    font-size: 16px;
  }
}
.compliance__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--c_gold);
  opacity: 0.1;
}
.compliance__item::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 4px;
  background: var(--c_gold);
  margin-right: 12px;
  margin-top: 0.5lh;
}
@media screen and (max-width: 767px) {
  .compliance__item::before {
    width: 12px;
    height: 2px;
  }
}

.environment__container {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .environment__container {
    margin-top: 25px;
  }
}
.environment__textbox {
  display: flex;
  flex-direction: column;
  gap: 1lh;
}
.environment__textbox--small {
  gap: 5px;
}
.environment__disc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .environment__disc {
    font-size: 14px;
  }
}
.environment__list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .environment__list {
    margin-top: 10px;
  }
}
.environment__item {
  padding-block: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  color: var(--c_gold);
}
@media screen and (max-width: 767px) {
  .environment__item {
    padding-block: 10px;
  }
}
.environment__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--c_gold);
  opacity: 0.1;
}
.environment__index {
  font-size: 26px;
  margin-top: 0.3lh;
}
@media screen and (max-width: 767px) {
  .environment__index {
    font-size: 20px;
  }
}
.environment__text {
  font-size: 18px;
  font-weight: 700;
  padding-left: 0.5em;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .environment__text {
    font-size: 16px;
  }
}
.environment__text--black {
  color: #000;
  font-weight: 400;
}
.environment__number {
  display: inline-block;
  color: var(--c_white);
  font-size: 12px;
  position: relative;
  z-index: 0;
  margin-right: 1em;
}
.environment__number::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 40%;
  translate: -50% -50%;
  width: 18px;
  border-radius: 50%;
  background: var(--c_gold);
  height: auto;
  aspect-ratio: 1/1;
}

/*# sourceMappingURL=style.css.map */
