main ul {
    padding-inline-start: 2.5em;
  }
main li {
  list-style-type: disc;
}
main li::marker {
  color: var(--color-light-green);
  font-size: 1.2em;
}


@media screen and (max-width: 699px) {
  main ul {
    padding-inline-start: 2.5em;
  }
}


/* --------------------------------------------------------------
  PAGE HEADER
---------------------------------------------------------------- */
@media screen and (max-width: 699px) {
  .page-hero {
    overflow: visible;
  }
  .page-hero__image {
    right: -15%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 1em;
    margin-inline: calc(50% - 50vw);
  }
  .page-hero__image svg {
    width: 100%;
    height: auto;
    transform: none;
  }
}

@media screen and (max-width: 499px) {
  .page-hero__image {
    right: -10%;
    margin-top: 1.3em;
  }
}


.page-hero__title h1 {
  line-height: 1.1;
}

.page-hero__lead h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

  color: var(--color-green);
  font-size: 18px;
  font-weight: 500;
}
.page-hero__title span {
  color: var(--color-light-green);
}
.chevron-list .active {
  color: var(--color-light-green);
}


/* --------------------------------------------------------------
  FUTURE / 未来への取り組み
---------------------------------------------------------------- */
#future {

}

.future_lead h2 {
  color: var(--color-green);
  font-size: 18px;
  font-weight: 500;
}

.future-section {
  margin-block-end: 5em;
}

.future-section h2 {
  color: var(--color-green);
  font-size: 22px;
  margin-block: 0 2em;
}

.future-section__block {
  width: 70%;
  max-width: 740px;
  margin-block-end: 4em;
}
.future-section__block h3 {
  font-size: 21px;
  margin-block: 0;
}
.future-section__block img {
  width: 100%;
  max-width: 516px;
  margin-block: 2em;
}


.future-project__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.future-project__image {
  max-width: 469px;
  width: 48%;
  width: 40%;
}



.future-project__text {
  width: 52%;
}
.future-project__text h2 {
  color: var(--color-green);
  font-size: 22px;
}

.future-project__lists {
  width: 90%;
  margin-inline: auto;
  margin-block-start: 5em;
  margin-block-end: 5em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.future-eco {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 3em;
}
.future-eco h2 {
  color: var(--color-green);
  font-size: 22px;
}

.future-eco .button {
  border: solid 1px var(--color-green);
}
.future-eco .button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color-green);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease;
  border-radius: 999px;
}
.future-eco .button:hover,
.future-eco .button:focus-visible {
  color: #fff;
  border-color: var(--color-green);
  outline: none;
  text-decoration: none;
}
.future-eco .button:hover::before,
.future-eco .button:focus-visible::before {
  transform: scale(1, 1);
}
.future-eco .button img {
  width: .8em;
}

.future-eco .arrow-right {
  color: var(--color-green);
}
.future-eco .arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  margin-top: 0;
  box-sizing: border-box;
}

.future-eco__body .button .icon-out {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: var(--color-green);
}

.future-eco__body .button:hover .icon-out,
.future-eco__body .button:focus-visible .icon-out {
  color: var(--color-white);
}

@media screen and (max-width: 699px) {
  .future-section__block {
    width: 100%;
    margin-block-end: 3em;
  }
  .future-section__block h3 {
    font-size: 19px;
  }
  .future-section h2 {
    margin-block: 0 1em;
  }

  .future-project__intro {
    flex-direction: column;
  }
  .future-project__image {
    width: 100%;
    position: relative;
    left: -11%;
  }
  .future-project__text {
    width: 100%;
  }

  .future-project__lists {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .future-project__list ul {
    padding-inline-start: 1.5em;
  }

  .future-eco {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0em;
  }
  .future-eco__logo {
    width: 170px;
    margin: auto;
  }
  .future-eco .button {
    width: 80%;
  }
  .future-eco .button img {
    width: 9px;
  }
}


@media screen and (max-width: 499px) {
  .future-eco__body h2 {
    margin-block-end: 1.5em;
  }
  .future-eco .button {
    width: 100%;
    margin-block-start: 2em;
  }
}



/* --------------------------------------------------------------
  ENVIRONMENT / 環境への取り組み
---------------------------------------------------------------- */
#environment {

}
.environment-section {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 699px) {
  .environment-section {
    width: 100%;
    margin-block-start: 4em;
  }
  .environment-section h2 {
    font-size: 19px;
  }
}