.sustainability {
  overflow: hidden;
}
.sustainability .p-intro {
  padding: 19.4666666667vw 0 33.3333333333vw;
  position: relative;
  container-type: inline-size;
}
@media (min-width: 48.0625em) {
  .sustainability .p-intro {
    padding: 8.8888888889vw 0 8.3333333333vw;
  }
}
.sustainability .p-intro__inner {
  width: calc(100% - max(30px, 5.5555555556vw) * 2);
  max-width: 720px;
  margin: auto;
}
@container (max-width: 1080px) and (min-width: 769px) {
  .sustainability .p-intro__inner {
    width: calc(100% - 38.8888888889vw);
  }
}
.sustainability .p-intro__heading {
  margin-bottom: min(38px, 10.1333333333vw);
  line-height: 1;
}
@media (min-width: 48.0625em) {
  .sustainability .p-intro__heading {
    margin-bottom: min(58px, 4.0277777778vw);
  }
}
.sustainability .p-intro__title {
  font-size: clamp(3.375rem, 5.5555555556vw, 5rem);
  font-weight: bold;
  color: var(--clr-green);
}
.sustainability .p-intro__sub-title {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  color: var(--clr-light-blue);
  margin-top: 4.8vw;
}
@media (min-width: 48.0625em) {
  .sustainability .p-intro__sub-title {
    margin-top: 1.25vw;
  }
}
.sustainability .p-intro__lead-text {
  font-size: clamp(0.8125rem, 1.25vw, 1.125rem);
  line-height: 1.8;
  font-weight: bold;
}
.sustainability .p-about {
  counter-reset: count;
  padding: 21.3333333333vw 0;
}
@media (min-width: 48.0625em) {
  .sustainability .p-about {
    padding: 0 0 8.8888888889vw 0;
  }
}
.sustainability .p-about__inner {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  margin: auto;
  max-width: 960px;
}
.sustainability .p-about__content {
  margin-bottom: min(60px, 16vw);
  position: relative;
}
@media (min-width: 48.0625em) {
  .sustainability .p-about__content {
    margin-bottom: min(120px, 8.3333333333vw);
  }
}
.sustainability .p-about__content:nth-of-type(2n) .p-about__content-inner {
  margin-left: auto;
}
.sustainability .p-about__content-inner {
  width: 89.552238806%;
}
@media (min-width: 48.0625em) {
  .sustainability .p-about__content-inner {
    width: 75%;
  }
}
.sustainability .p-about__title {
  counter-increment: count;
  position: relative;
  padding-left: 1.25em;
  font-size: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  font-weight: bold;
  margin-bottom: min(30px, 8vw);
  line-height: 1.4;
}
@media (min-width: 48.0625em) {
  .sustainability .p-about__title {
    margin-bottom: min(38px, 2.6388888889vw);
  }
}
.sustainability .p-about__title::before {
  content: counter(count) ".";
  display: block;
  position: absolute;
  line-height: 1.4;
  left: 0;
  color: var(--clr-green);
}
.sustainability .p-about__link {
  margin: 2.5vw auto 0;
  width: 58.734939759%;
}
@media (min-width: 48.0625em) {
  .sustainability .p-about__link {
    margin: 2.7777777778vw auto 0;
    width: 39.5833333333%;
  }
}
.sustainability .p-block {
  border-radius: 20px;
  background-color: var(--clr-yellow);
  padding: 12.8vw max(18px, 4.8vw);
  position: relative;
  z-index: 1;
}
@media (min-width: 48.0625em) {
  .sustainability .p-block {
    padding: min(60px, 4.1666666667vw);
  }
}
.sustainability .p-block__text {
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  font-weight: bold;
}
.sustainability .p-block__text + div {
  margin-top: min(40px, 10.6666666667vw);
}
@media (min-width: 48.0625em) {
  .sustainability .p-block__text + div {
    margin-top: min(48px, 3.3333333333vw);
  }
}
.sustainability .p-block__img {
  margin-top: min(40px, 10.6666666667vw);
}
@media (min-width: 48.0625em) {
  .sustainability .p-block__img {
    margin-top: min(48px, 3.3333333333vw);
  }
}
.sustainability .p-block__link a {
  text-decoration: underline !important;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  gap: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustainability .p-block__link a::after {
  content: "";
  display: block;
  width: clamp(0.4375rem, 0.5555555556vw, 0.5rem);
  height: clamp(0.4375rem, 0.5555555556vw, 0.5rem);
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 48.0625em) {
  .sustainability .p-block__link a:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--clr-green);
  }
  .sustainability .p-block__link a:hover::after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-color: var(--clr-green);
  }
}
.sustainability .p-block__graph {
  margin-top: min(60px, 16vw);
}
@media (min-width: 48.0625em) {
  .sustainability .p-block__graph {
    margin-top: min(60px, 4.1666666667vw);
  }
}
.sustainability .p-block__graph-title {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  color: var(--clr-green);
  border-bottom: solid 1px var(--clr-green);
  font-weight: bold;
  margin-bottom: 6px;
}
.sustainability .p-block__graph-image small {
  font-size: 1rem;
  text-align: right;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 48.0625em) {
  .sustainability .p-block__graph-image small {
    margin-bottom: 24px;
  }
}
@media (min-width: 48.0625em) {
  .sustainability .p-block__graph-image img {
    display: block;
    width: 78.6666666667%;
    margin: auto;
  }
}
.sustainability .c-annotation {
  color: var(--clr-light-gray);
  font-size: clamp(0.6875rem, 0.9027777778vw, 0.8125rem);
  margin-top: min(28px, 5.3333333333vw);
}
@media (min-width: 48.0625em) {
  .sustainability .c-annotation {
    margin-top: min(20px, 1.3888888889vw);
  }
}
.sustainability .c-character {
  position: absolute;
}
.sustainability .c-character--bird {
  width: 38.1333333333%;
  bottom: 0;
  margin-left: -2.1333333333%;
  -webkit-animation: fuwafuwa 3.5s 0.5s ease-in-out infinite;
          animation: fuwafuwa 3.5s 0.5s ease-in-out infinite;
}
.sustainability .c-character--bird img {
  aspect-ratio: 143/104;
  height: 27.7333333333vw;
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--bird img {
    height: 12.2916666667vw;
  }
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--bird {
    width: 16.6666666667%;
    bottom: 15.625vw;
  }
}
.sustainability .c-character--caterpiller {
  top: 0;
  right: 0;
  margin-right: -1.3333333333%;
  margin-top: 11.2%;
  -webkit-animation: yurayura-left 3.5s 0.5s ease-in-out infinite;
          animation: yurayura-left 3.5s 0.5s ease-in-out infinite;
}
.sustainability .c-character--caterpiller img {
  aspect-ratio: 89/49;
  height: 13.0666666667vw;
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--caterpiller img {
    height: 7.0833333333vw;
  }
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--caterpiller {
    margin-top: 5.9722222222%;
  }
}
.sustainability .c-character--stone {
  right: 0;
  bottom: 0;
  width: 21.3855421687%;
  margin-bottom: 30.1204819277%;
  margin-right: 24.0963855422%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: margin 2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: margin 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.sustainability .c-character--stone img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--stone {
    width: 13.2291666667%;
    margin-bottom: 41.6666666667%;
    margin-right: 30%;
  }
}
.sustainability .c-character--stone.is-view {
  margin-bottom: 66.265060241%;
  margin-right: -6.9277108434%;
  -webkit-animation: yurayura-left 3.5s 1s ease-in-out infinite;
          animation: yurayura-left 3.5s 1s ease-in-out infinite;
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--stone.is-view {
    margin-bottom: 46.3541666667%;
    margin-right: 14.375%;
  }
}
.sustainability .c-character--acorn {
  left: 0;
  top: 0;
  width: 20.4819277108%;
  margin-top: 75.3012048193%;
  margin-left: 30.1204819277%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-transition: margin 2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: margin 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.sustainability .c-character--acorn img {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--acorn {
    width: 12.6041666667%;
    margin-top: 39.5833333333%;
    margin-left: 31.25%;
  }
}
.sustainability .c-character--acorn.is-view {
  margin-top: 54.2168674699%;
  margin-left: -5.421686747%;
  -webkit-animation: yurayura-right 3.5s 1s ease-in-out infinite;
          animation: yurayura-right 3.5s 1s ease-in-out infinite;
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--acorn.is-view {
    margin-top: 36.4583333333%;
    margin-left: 14.5833333333%;
  }
}
.sustainability .c-character--green {
  right: 0;
  top: 0;
  width: 19.578313253%;
  margin-top: 20.1863354037%;
  margin-right: 31.0559006211%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-transition: margin 2s cubic-bezier(0.65, 0, 0.35, 1);
  transition: margin 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.sustainability .c-character--green img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.sustainability .c-character--green.is-view {
  margin-top: -6.2111801242%;
  margin-right: -3.1055900621%;
  -webkit-animation: yurayura-left 3.5s 1s ease-in-out infinite;
          animation: yurayura-left 3.5s 1s ease-in-out infinite;
}
@media (min-width: 48.0625em) {
  .sustainability .c-character--green.is-view {
    width: 11.6666666667%;
    margin-top: -5.2083333333%;
    margin-right: 16.25%;
  }
}/*# sourceMappingURL=sustainability.css.map */