.esg-page {
  padding: 0;
}
.esg-page .primary {
  font-size: 30px;
  line-height: 1.667;
  color: #2f6071;
  font-weight: 400;
}
.esg-page .second {
  font-size: 24px;
  line-height: 1.667;
  color: #2f6071;
  font-weight: 400;
}
.esg-page .normal {
  font-size: 18px;
  color: #272f34cc;
  font-weight: 200;
  line-height: 2;
}
.esg-page ul {
  list-style: none;
  max-width: 90%;
}
.esg-page ul li {
  font-size: 18px;
  color: #272f34cc;
  line-height: 2;
  padding-left: 22px;
  position: relative;
}
.esg-page ul li::before {
  content: "\2022";
  color: #81acc1;
  position: absolute;
  left: 0;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  margin-right: 4px;
}
.esg-page .promise {
  padding: 75px 0 25px;
  background-color: #edf6f7;
}
.esg-page .promise .wp {
  padding-bottom: 50px;
  background: url('../images/esg-texture.png') bottom right no-repeat;
  background-size: 42.9% auto;
  z-index: 1;
}
.esg-page .promise .wp h3 {
  padding-bottom: 35px;
}
.esg-page .promise .wp .space {
  width: 100%;
  height: 1px;
  background-color: #2f6071;
  background-color: #81acc1;
  margin: 40px 0;
}
.esg-page .promise .wp .second {
  padding-bottom: 30px;
}
.esg-page .goal {
  padding: 75px 0;
  background-color: #fff;
}
.esg-page .goal h3 {
  padding-bottom: 35px;
}
.esg-page .goal p + p {
  padding-top: 30px;
}
.esg-page .principle {
  padding: 50px 0;
  background-color: #edf6f7;
}
.esg-page .principle .wp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.esg-page .principle .wp .img {
  flex: 2.8;
}
.esg-page .principle .wp .img img {
  width: 100%;
  height: auto;
  display: block;
}
.esg-page .principle .wp .content {
  flex: 7;
}
.esg-page .principle .wp .content p + p {
  padding-top: 30px;
}
.esg-page .disclosure {
  padding: 40px 0 60px;
  background-image: url(../images/bgr.jpg);
  background-image: -webkit-image-set(url(../images/bgr.jpg) 1x, url(../images/bgr%402x.jpg) 2x);
  background-repeat: repeat;
  background-position: top left;
  -webkit-background-size: auto;
  background-size: auto;
  display: flex;
  justify-content: center;
}
.esg-page .disclosure .wp {
  background: #fff;
  padding: 30px 40px;
  margin: 0 -40px;
  width: auto;
  max-width: 1480px;
}
.esg-page .disclosure h3 {
  padding-bottom: 20px;
}
.esg-page .disclosure .report {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px auto 0;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 40px;
}
.esg-page .disclosure .report .btn {
  width: 471px;
  height: 67px;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c8bba6;
}
.esg-page .disclosure .report .btn .inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 51px;
  border-radius: 25px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
}
[lang="en-US"] .esg-page {
  font-family: roboto, sans-serif;
}
@media only screen and (max-width: 1440px) {
  .esg-page .disclosure .wp {
    max-width: 1280px;
  }
  .esg-page .disclosure .report {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .esg-page .disclosure .wp {
    width: 98%;
    padding: 30px 15px;
  }
  .esg-page .disclosure .report {
    margin-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .esg-page .primary {
    font-size: 20px;
  }
  .esg-page .second {
    font-size: 16px;
  }
  .esg-page .normal {
    font-size: 14px;
  }
  .esg-page ul li {
    font-size: 14px;
  }
  .esg-page .promise {
    padding: 30px 0 20px;
  }
  .esg-page .promise .wp {
    padding-bottom: 10px;
    background-size: 80% auto;
  }
  .esg-page .promise .wp h3 {
    padding-bottom: 16px;
  }
  .esg-page .promise .wp .space {
    margin: 16px 0;
  }
  .esg-page .promise .wp .second {
    padding-bottom: 16px;
  }
  .esg-page .goal {
    padding: 30px 0 30px;
  }
  .esg-page .goal h3 {
    padding-bottom: 16px;
  }
  .esg-page .goal p + p {
    padding-top: 12px;
  }
  .esg-page .principle {
    padding: 30px 0;
  }
  .esg-page .principle .wp {
    flex-direction: column;
    gap: 16px;
  }
  .esg-page .principle .wp .img {
    flex: 1;
  }
  .esg-page .principle .wp .content {
    flex: 1;
  }
  .esg-page .principle .wp .content p + p {
    padding-top: 12px;
  }
  .esg-page .disclosure {
    padding: 16px 0 25px;
  }
  .esg-page .disclosure .wp {
    padding: 10px 15px;
    margin: 0 -15px;
    max-width: 100%;
    width: auto;
  }
  .esg-page .disclosure h3 {
    padding-bottom: 16px;
  }
  .esg-page .disclosure .report {
    margin: 20px auto 0;
    column-gap: 30px;
    row-gap: 20px;
  }
  .esg-page .disclosure .report .btn {
    width: 236px;
    height: 34px;
    border-radius: 17px;
  }
  .esg-page .disclosure .report .btn .inner {
    width: 225px;
    height: 25px;
    border-radius: 12.5px;
    font-size: 14px;
  }
}
