.esg-gap-1 {
  gap: 4px;
}

.esg-gap-2 {
  gap: 8px;
}

.esg-gap-3 {
  gap: 12px;
}

.esg-gap-4 {
  gap: 16px;
}

.esg-gap-5 {
  gap: 20px;
}

.esg-gap-6 {
  gap: 24px;
}

.esg-gap-7 {
  gap: 28px;
}

.esg-gap-8 {
  gap: 32px;
}

.esg-gap-9 {
  gap: 36px;
}

.esg-gap-10 {
  gap: 40px;
}

.esg-body {
  overflow-x: hidden;
}
.esg-body section p,
.esg-body section h2,
.esg-body section h3,
.esg-body section h4 {
  color: #fff;
}
.esg-body section p,
.esg-body section h2,
.esg-body section h3,
.esg-body section h4,
.esg-body section li,
.esg-body section a {
  letter-spacing: 1.2px;
}
.esg-body section p,
.esg-body section li,
.esg-body section a {
  line-height: 1.75;
}
.esg-body .esg-head-container {
  height: 805px;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820px) {
  .esg-body .esg-head-container {
    height: 600px;
  }
}
.esg-body .esg-head-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  z-index: 2;
  background: linear-gradient(to top, #081B2D, transparent);
}
.esg-body .esg-head-container h2 {
  margin: 0px;
  line-height: 1.75;
  text-align: center;
  position: relative;
  padding: 0px 20px;
}
@media (max-width: 820px) {
  .esg-body .esg-head-container h2 {
    font-size: 24px;
    padding: 0px 10px;
    margin-top: -100px;
  }
}
.esg-body .esg-head-container h2.en {
  margin-top: -100px;
  line-height: 1.25;
}
.esg-body .esg-head-container .esg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 820px) {
  .esg-body .esg-head-container .esg-bg {
    opacity: 0.5;
  }
}
.esg-body .esg-head-container .esg-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esg-body .tree-container {
  position: relative;
  margin-top: -200px;
}
@media (max-width: 820px) {
  .esg-body .tree-container {
    margin-top: -100px;
  }
}
.esg-body .tree-container .tree-wrapper {
  position: relative;
  width: 724px;
  margin: 0px auto;
}
@media (max-width: 820px) {
  .esg-body .tree-container .tree-wrapper {
    width: 100%;
  }
}
.esg-body .tree-container .tree-item {
  mix-blend-mode: luminosity;
}
.esg-body .tree-container .tree-item .tree {
  height: auto;
  width: 100%;
  transform: translateX(1%);
}
.esg-body .tree-container .circle-wrapper {
  position: absolute;
  width: 220px;
  background-color: #081B2D;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 0 20px 5px #71B1C5;
}
@media (max-width: 480px) {
  .esg-body .tree-container .circle-wrapper {
    -webkit-animation: none;
            animation: none;
    width: 35%;
  }
}
.esg-body .tree-container .circle-wrapper .circle {
  width: 100%;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.esg-body .tree-container .circle-wrapper.circle-g {
  top: 35%;
  left: -21%;
}
@media (max-width: 820px) {
  .esg-body .tree-container .circle-wrapper.circle-g {
    left: 6%;
    top: 16%;
  }
}
@media (max-width: 480px) {
  .esg-body .tree-container .circle-wrapper.circle-g {
    left: 6%;
    top: 5%;
  }
}
.esg-body .tree-container .circle-wrapper.circle-s {
  top: 35%;
  right: -21%;
}
@media (max-width: 820px) {
  .esg-body .tree-container .circle-wrapper.circle-s {
    right: 6%;
    top: 16%;
  }
}
@media (max-width: 480px) {
  .esg-body .tree-container .circle-wrapper.circle-s {
    right: 6%;
    top: 5%;
  }
}
.esg-body .tree-container .circle-wrapper.circle-e {
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 820px) {
  .esg-body .tree-container .circle-wrapper.circle-e {
    top: -17%;
  }
}
@media (max-width: 480px) {
  .esg-body .tree-container .circle-wrapper.circle-e {
    top: -30%;
  }
}
.esg-body .tree-container .circle-wrapper:hover .circle {
  opacity: 1;
}
.esg-body .tree-container .circle-wrapper.active .circle {
  opacity: 1;
}
.esg-body .tree-container .circle-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 820px) {
  .esg-body .tree-container .circle-content {
    top: 55%;
  }
}
.esg-body .tree-container .circle-content .circle-content-wrapper {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.esg-body .tree-container .circle-content .circle-content-wrapper img {
  width: 75px;
}
@media (max-width: 480px) {
  .esg-body .tree-container .circle-content .circle-content-wrapper {
    gap: 8px;
  }
  .esg-body .tree-container .circle-content .circle-content-wrapper img {
    width: 50px;
  }
}
.esg-body .tree-container .circle-content img {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
.esg-body .tree-container .circle-content a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  white-space: nowrap;
}
.esg-body .tree-container .circle-content .circle-link {
  margin-top: 32px;
  justify-content: center;
}
@media (max-width: 480px) {
  .esg-body .tree-container .circle-content .circle-link {
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
  }
}
.esg-body .tree-container .circle-content .circle-link.en {
  flex-direction: column;
  align-items: center;
}
.esg-body .leader-container {
  position: relative;
  padding-bottom: 120px;
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .esg-body .leader-container {
    padding-bottom: 60px;
  }
}
.esg-body .leader-container .leader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transform: translateX(-50%);
  left: 50%;
}
.esg-body .leader-container .leader-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background: linear-gradient(to top, transparent, #081b2d);
}
.esg-body .leader-container .leader-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  background: linear-gradient(to bottom, transparent, #081b2d);
}
.esg-body .leader-container .leader-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 820px) {
  .esg-body .leader-container .leader-bg {
    width: 100%;
  }
}
.esg-body .leader-container .leader-wrapper {
  position: relative;
  width: 80%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.esg-body .leader-container .leader-wrapper .text-image-container {
  display: flex;
  gap: 30px;
}
.esg-body .leader-container .leader-wrapper .text-image-container img {
  width: 250px;
  flex-shrink: 0;
  align-self: baseline;
}
.esg-body .leader-container .leader-wrapper .leader-image-desktop {
  display: block;
}
@media (max-width: 820px) {
  .esg-body .leader-container .leader-wrapper .leader-image-desktop {
    display: none;
  }
}
.esg-body .leader-container .leader-wrapper .leader-image-mobile {
  display: none;
  width: 80%;
  margin: 0px auto;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .esg-body .leader-container .leader-wrapper .leader-image-mobile {
    display: block;
  }
}
.esg-body .architecture-diagram-container {
  padding-bottom: 120px;
}
@media (max-width: 820px) {
  .esg-body .architecture-diagram-container {
    padding-bottom: 80px;
  }
}
.esg-body .architecture-diagram-container h2 {
  margin-bottom: 40px;
  text-align: center;
}
.esg-body .architecture-diagram-container .architecture-diagram-wrapper {
  width: 70%;
  margin: 0px auto;
}
.esg-body .architecture-diagram-container .architecture-diagram-wrapper img {
  width: 100%;
}
@media (max-width: 820px) {
  .esg-body .architecture-diagram-container .architecture-diagram-wrapper {
    width: 90%;
  }
}
.esg-body .architecture-diagram-container .architecture-diagram-wrapper .structure-ch-mobile {
  display: none;
}
@media (max-width: 820px) {
  .esg-body .architecture-diagram-container .architecture-diagram-wrapper .structure-ch-mobile {
    display: block;
  }
}
.esg-body .architecture-diagram-container .architecture-diagram-wrapper .structure-ch {
  display: block;
}
@media (max-width: 820px) {
  .esg-body .architecture-diagram-container .architecture-diagram-wrapper .structure-ch {
    display: none;
  }
}
.esg-body .meeting-container {
  padding-bottom: 120px;
}
.esg-body .meeting-container > h3 {
  margin-bottom: 40px;
}
.esg-body .meeting-container .meeting-content-wrapper .meeting-content {
  padding: 30px;
  width: 100%;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 12px;
}
.esg-body .meeting-container .meeting-content-wrapper .meeting-content ul,
.esg-body .meeting-container .meeting-content-wrapper .meeting-content ol {
  padding-left: 20px;
  color: #fff;
  margin: 0px;
}
.esg-body .meeting-container .meeting-content-wrapper .meeting-content li + li {
  margin-top: 4px;
}
.esg-body .meeting-container .meeting-content-wrapper .meeting-content li ol,
.esg-body .meeting-container .meeting-content-wrapper .meeting-content li ul {
  margin-top: 4px;
}
.esg-body .meeting-container .meeting-content-wrapper .meeting-content h4,
.esg-body .meeting-container .meeting-content-wrapper .meeting-content p {
  margin: 0px;
}
.esg-body .meeting-container .meeting-content-wrapper .meeting-content-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.esg-body .meeting-container .meeting-content-wrapper .meeting-content-inner > * {
  width: 100%;
}
@media (max-width: 480px) {
  .esg-body .meeting-container .meeting-content-wrapper .meeting-content-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.esg-body .meeting-container .meeting-item-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0px 24px;
}
@media (max-width: 820px) {
  .esg-body .meeting-container .meeting-item-wrapper {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .esg-body .meeting-container .meeting-item-wrapper {
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
  }
}
.esg-body .meeting-container .meeting-item-wrapper .meeting-item {
  width: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
@media (max-width: 820px) {
  .esg-body .meeting-container .meeting-item-wrapper .meeting-item {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .esg-body .meeting-container .meeting-item-wrapper .meeting-item {
    width: calc(50% - 20px);
  }
}
.esg-body .meeting-container .meeting-item-wrapper .meeting-item img {
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .esg-body .meeting-container .meeting-item-wrapper .meeting-item img {
    width: 110px;
    margin: 0px auto;
  }
}
.esg-body .meeting-container .meeting-item-wrapper .meeting-item h4 {
  margin: 0px;
  word-break: keep-all;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 820px) {
  .esg-body .meeting-container .meeting-item-wrapper .meeting-item h4 {
    font-size: 14px;
    text-wrap: inherit;
  }
}
@media (max-width: 480px) {
  .esg-body .meeting-container .meeting-item-wrapper .meeting-item h4 {
    font-size: 18px;
  }
}
.esg-body .meeting-container .meeting-item-wrapper .meeting-item:hover {
  opacity: 1;
}
.esg-body .meeting-container .meeting-item-wrapper .meeting-item.active {
  opacity: 1;
}
.esg-body .meeting-container .meeting-item-wrapper .meeting-item.active img {
  filter: drop-shadow(0px 0px 12px #71B1C5);
}
.esg-body .meeting-container .meeting-item-wrapper .meeting-item.active h4 {
  color: #71B1C5;
  transform: scale(1.2);
}
.esg-body .meeting-container .meeting-item-wrapper.en h4 {
  font-size: 14px;
}
.esg-body .meeting-container .meeting-container-mobile {
  display: none;
}
@media (max-width: 480px) {
  .esg-body .meeting-container .meeting-container-mobile {
    display: block;
  }
}
.esg-body .meeting-container .meeting-container-mobile .meeting-item-wrapper {
  gap: 20px;
}
.esg-body .meeting-container .meeting-container-mobile .meeting-content-wrapper {
  width: 100%;
}
@media (max-width: 480px) {
  .esg-body .meeting-container .meeting-container-desktop {
    display: none !important;
  }
}
.esg-body .download-container {
  padding-bottom: 80px;
}
.esg-body .download-container .download-wrapper {
  width: 80%;
  margin: 0px auto;
}
@media (max-width: 820px) {
  .esg-body .download-container .download-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .esg-body .download-container .download-wrapper {
    width: 80%;
  }
}
.esg-body .download-container .download-wrapper h3 {
  margin-bottom: 40px;
}
.esg-body .download-container .download-wrapper h4, .esg-body .download-container .download-wrapper p {
  margin: 0px;
}
.esg-body .download-container .download-wrapper .download-cover-desktop {
  width: 267px;
  align-self: center;
}
@media (max-width: 820px) {
  .esg-body .download-container .download-wrapper .download-cover-desktop {
    width: 200px;
    align-self: baseline;
  }
}
@media (max-width: 480px) {
  .esg-body .download-container .download-wrapper .download-cover-desktop {
    display: none;
  }
}
.esg-body .download-container .download-wrapper .download-cover-mobile {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .esg-body .download-container .download-wrapper .download-cover-mobile {
    display: block;
  }
}
.esg-body .download-container .download-wrapper .download-list {
  flex-wrap: wrap;
  row-gap: 10px;
}
.esg-body .download-container .download-wrapper .download-list > * {
  width: 50%;
}
.esg-body .download-container .download-wrapper .download-list.en > * {
  width: 100%;
}
@media (max-width: 480px) {
  .esg-body .download-container .download-wrapper .download-list {
    flex-direction: column;
  }
  .esg-body .download-container .download-wrapper .download-list > * {
    width: 100%;
  }
}
.esg-body .download-container .download-wrapper .download-icon {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}
.esg-body .download-container .download-wrapper a {
  color: #fff;
  text-decoration: underline;
}
.esg-body .related-container {
  padding-bottom: 80px;
}
.esg-body .related-container .related-wrapper {
  width: 80%;
  margin: 0px auto;
  display: flex;
}
@media (max-width: 820px) {
  .esg-body .related-container .related-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .esg-body .related-container .related-wrapper {
    flex-wrap: wrap;
  }
}
.esg-body .related-container .related-wrapper a {
  background-color: #081B2D;
  aspect-ratio: 1/1;
  width: 25%;
  position: relative;
}
@media (max-width: 480px) {
  .esg-body .related-container .related-wrapper a {
    width: 50%;
  }
}
.esg-body .related-container .related-wrapper a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 71, 93, 0.6);
  transition: opacity 0.3s ease;
}
.esg-body .related-container .related-wrapper a img {
  width: 100%;
  height: 100%;
}
.esg-body .related-container .related-wrapper a p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}
@media (max-width: 820px) {
  .esg-body .related-container .related-wrapper a p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .esg-body .related-container .related-wrapper a p {
    font-size: 18px;
  }
}
.esg-body .related-container .related-wrapper a:hover::before {
  opacity: 0;
}
.esg-body .related-container .related-wrapper a:hover p {
  color: #fff;
}
