:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

.wrapper {
  position: relative;
  z-index: 1;
}

.p-environmentPage__activitiesItem + .p-environmentPage__activitiesItem {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__activitiesItem + .p-environmentPage__activitiesItem {
    margin-top: 4rem;
  }
}

.p-environmentPage__activitiesNumbers {
  margin-top: 1.8rem;
}

.p-environmentPage__activitiesNumbersItem {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__activitiesNumbersItem {
    font-size: 1.6rem;
  }
}
.p-environmentPage__activitiesNumbersItem + .p-environmentPage__activitiesNumbersItem {
  margin-top: 1em;
}

.p-environmentPage__activitiesNumbersItemNumber {
  flex-grow: 0;
  line-height: 1.75;
  font-size: inherit;
}

.p-environmentPage__activitiesNumbersItemText {
  margin: 0;
  line-height: 1.75;
  font-size: inherit;
}

.p-environmentPage__activitiesGraphItem {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__activitiesGraphItem {
    margin-top: 3rem;
  }
}

.p-environmentPage__activitiesGraphItemTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__activitiesGraphItemTitle {
    font-size: 2.3rem;
  }
}

.p-environmentPage__activitiesGraphBody {
  margin-top: 1.4rem;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__activitiesGraphBody {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.p-environmentPage__support {
  margin-top: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #658C39;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__support {
    margin-top: 8rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.p-environmentPage__supportInner {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__supportInner {
    grid-template-columns: 50% 1fr;
    gap: 6rem;
  }
}

.p-environmentPage__supportTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7391304348;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-environmentPage__supportTitle {
    font-size: 2.3rem;
  }
}

.p-environmentPage__supportText {
  margin-top: 1em;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-environmentPage__supportText {
    font-size: 1.6rem;
  }
}

.p-environmentPage__supportVideo {
  position: relative;
}
.p-environmentPage__supportVideo video {
  width: 100%;
  aspect-ratio: 470/293;
  object-fit: cover;
}

.p-environmentPage__supportVideoBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32%;
}
.p-environmentPage__supportVideoBtn img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.p-environmentPage__supportVideoBtn.playActive {
  display: none;
}

.p-environmentPage__iso {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-environmentPage__iso {
    margin-top: 8rem;
  }
}

#movie-area {
  position: relative;
}
#movie-area .movie-button {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
#movie-area .movie-text-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#movie-area {
  position: relative;
}
#movie-area .movie-text-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#movie-area .movie-button {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
#movie-area .movie-button:hover span::before {
  background-color: #658C39;
  transition: background-color 0s;
}
#movie-area .movie-button span {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#movie-area .movie-button span::before {
  content: "";
  width: 14vw;
  padding-top: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  pointer-events: none;
  transition: background-color 1s;
}
@media screen and (min-width: 768px) {
  #movie-area .movie-button span::before {
    content: "";
    width: 10vw;
    padding-top: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    pointer-events: none;
    transition: background-color 1s;
  }
}
#movie-area .movie-button span::after {
  border-left: 5vw solid #fff;
  border-top: 3vw solid transparent;
  border-bottom: 3vw solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #movie-area .movie-button span::after {
    border-left: 4.46vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    pointer-events: none;
  }
}
#movie-area .movie-image-area {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #aeadad;
}
#movie-area .movie-image-inner {
  height: 100%;
  mix-blend-mode: multiply;
}
#movie-area .movie-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  min-height: 300px;
}

.mfp-figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: 2;
  background: transparent;
}

.popup-img {
  display: block;
}

@media print {
  img.mfp-img {
    display: none;
  }
  .popup-img {
    display: none;
  }
}