.esg{
  .page-anq_links{
    margin-top: 120px;
    @media screen and (max-width: 767px){
      margin-top: 60px;
    }
  }
}
.esg-wrap{
  border-top: 1px solid #808080;
  padding: 64px 0;
  @media screen and (max-width: 767px){
    padding: 40px 0 ;
  }
  &:first-child{
    border-top: none;
    padding-top: 0;
  }
  &:last-child{
    padding-bottom: 120px;
  }
  .col-item{
    width: calc(100% - 287px - 20px);
    @media screen and (max-width: 767px){
      width: 100%;
    }
    &:last-child{
      max-width: 287px;
      margin-top: 4em;
      @media screen and (max-width: 767px){
        margin: 8px auto 0;
      }
    }
  }
  .circle-arrow{
    margin-top: 12px;
  }
}
.environment-title,
.social-title,
.governance-title{
  margin-top: 24px;
}
.environment-read,
.social-read,
.governance-read,
.governance-img{
  font-size: 14px;
  margin-top: 4px;
}
.c-zoom-img{
  position: relative;
  &::after{
    @media screen and (max-width: 767px){
      display: block;
      content: "";
      width: 47px;
      height: 47px;
      background: url(/_assets/images/sustainability/esg/icon-zoom.svg) no-repeat;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}
/*--------------------------------------------------------------------------
.p-ir-gov-structure
---------------------------------------------------------------------------*/
.remodal-wrapper {
  padding-inline: 0;
}
.remodal {
  background: transparent;
  padding-right: 0;
  padding-left: 16px;
}
.remodal-close {
  left: unset;
  right: 0;
  top: -8px;
  width: 42px;
  height: 42px;
}
.remodal-close::before {
  font-size: 40px;
  width: 40px;
}
.p-ir-gov-structure__modal-scroll {
  font-weight: 600;
  color: #ccc;
  text-align: left;
  width: fit-content;
  position: absolute;
  top: 0;
}
.p-ir-gov-structure__modal-scroll .arrow {
  display: inline-block;
  margin-right: 8px;
  font-weight: 600;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.p-ir-gov-structure__modal-img {
  overflow-x: scroll;
  padding-right: 16px;
}
.p-ir-gov-structure__modal-img img {
  width: 230svw;
  max-width: 860px;
}
