@charset "UTF-8";
@keyframes arrow_draw {
  0% {
    stroke-dashoffset: 150;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ======================================================================
 * サステナビリティ推進事業
====================================================================== */
.c-lead {
  padding-bottom: 10rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-lead {
    padding-bottom: 5rem;
  }
}

.c-title-block h2 {
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 768px) {
  .c-title-block h2 {
    margin-bottom: 4.6rem;
  }
}
.c-title-block .lead-text {
  text-align: left;
}
.c-title-block .caution {
  margin-top: 3.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-title-block .caution {
    font-size: 1.2rem;
  }
}

.c-section-container.-forest {
  padding: 8.5rem 0 19.2rem;
  background: linear-gradient(to top, #ecfaec 0, #fff 70%);
}
@media screen and (max-width: 768px) {
  .c-section-container.-forest {
    padding: 7.5rem 0;
  }
}
.c-section-container.-forest .image-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-forest .image-container {
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-section-container.-forest .image-container > * {
    width: calc(50% - 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-forest .c-button-container {
    padding: 0 5rem;
  }
}
.c-section-container.-forest .c-button-container .c-button {
  width: 100%;
  max-width: 32rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-forest .c-button-container .c-button {
    font-size: 1.5rem;
  }
}

.c-section-container.-energy {
  padding: 9.5rem 0 19.2rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-energy {
    padding: 7.5rem 0;
  }
}
.c-section-container.-energy .image-text {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-section-container.-energy .image-text {
    flex-direction: column;
    gap: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .c-section-container.-energy .image-text .image {
    width: 48.82%;
  }
}
.c-section-container.-energy .image-text .image img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-section-container.-energy .image-text .content {
    width: 45.44%;
  }
}
.c-section-container.-energy .image-text .content ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.c-section-container.-energy .image-text .content ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-section-container.-energy .image-text .content .c-button-container {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-energy .image-text .content .c-button-container {
    padding: 0 5rem;
  }
}
.c-section-container.-energy .image-text .content .c-button-container .c-button {
  min-width: 22rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-energy .image-text .content .c-button-container .c-button {
    width: 100%;
    max-width: 32rem;
  }
}

.c-section-container.-power-generation {
  padding: 10rem 0 29.8rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-section-container.-power-generation {
    padding: 7.5rem 0;
  }
}
.c-section-container.-power-generation .c-scroll-container {
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-power-generation .c-scroll-container {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-power-generation .c-scroll-block {
    height: 75vh;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-power-generation .c-button-container {
    padding: 0 5rem;
  }
}
.c-section-container.-power-generation .c-button-container .c-button {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-power-generation .c-button-container .c-button {
    font-size: 1.5rem;
  }
}

.c-category-links {
  /*margin-top: -8rem;*/
    max-width: 1960px;
    margin: -8rem auto 0;
}
@media screen and (max-width: 768px) {
  .c-category-links {
    margin-top: -2.7rem;
  }
}