@charset "UTF-8";
@keyframes arrow_draw {
  0% {
    stroke-dashoffset: 150;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ======================================================================
 * 英語 サステナビリティ
====================================================================== */
.hero-container {
  padding-top: 0;
}
.hero-container .content p {
  line-height: 2.1875;
  letter-spacing: 0.1em;
}