.esgLinkArea .esgLinkList .angle, .esgIssueArea .esgIssueDotList .dot::after, .esgIssueArea .esgIssueDotList .dot, .esgIssueArea .esgIssueList .innerBlock .Txt .title, .esgIssueArea .esgIssueList .innerBlock .Img img, .esgIssueArea .esgIssueList .item, .corporateArea .corporateList .Txt .title, .corporateArea .corporateList .Txt .dataBox span, .corporateArea .corporateList .item::before, .customAnchorBox .anchorBtn svg {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

header {
  background-color: #028B91;
}
header.scrolling {
  background-color: #028B91;
}

body {
  background-color: #028B91;
}

.controlBox .arrowBox .arrow + .arrow::before {
  background-color: #fff;
}

.bgLineBox {
  z-index: 1;
}
.bgLineBox .line {
  background-color: rgba(151, 199, 229, 0.4);
}

.customAnchorBox .anchorBox {
  top: 40px;
}
.customAnchorBox .anchorBtn {
  background-color: #028B91;
  border: 2px solid rgba(75, 255, 228, 0.5);
}
.customAnchorBox .anchorBtn::before, .customAnchorBox .anchorBtn::after {
  background-color: #4BFFE4;
}
.customAnchorBox .anchorBtn svg {
  color: #fff;
}
.customAnchorBox .anchorBtn.show {
  background-color: #4BFFE4;
  border-color: #fff;
}
.customAnchorBox .anchorBtn.show svg {
  color: #028B91;
}
@media (max-width: 1180px) {
  .customAnchorBox .anchorList {
    background-color: rgba(0, 74, 70, 0.8);
  }
}
.customAnchorBox .anchorList .item::before {
  background-color: #A6A6A6;
}
.customAnchorBox .anchorList .anchor span {
  color: #CFCFCF;
}

.corporateArea {
  position: relative;
  background-image: url("../images/deco/esg-corporate-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 240px 0 100px;
  margin-bottom: -1px;
}
@media (max-width: 1499px) {
  .corporateArea {
    padding: 180px 0 100px;
  }
}
@media (max-width: 1180px) {
  .corporateArea {
    padding: 160px 0 100px;
  }
}
@media (max-width: 991px) {
  .corporateArea {
    background-position: center;
    background-attachment: initial;
  }
}
@media (max-width: 768px) {
  .corporateArea {
    padding: 140px 0 80px;
  }
}
@media (max-width: 480px) {
  .corporateArea {
    padding: 100px 0 60px;
  }
}
.corporateArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  background-color: transparent;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(2, 139, 145, 0)), to(#028B91));
  background: linear-gradient(to bottom, rgba(2, 139, 145, 0) 70%, #028B91 100%);
}
.corporateArea .corporateBox {
  position: relative;
  z-index: 1;
}
.corporateArea .corporateBox .titleBox .title {
  font-size: 48px;
}
@media (max-width: 1280px) {
  .corporateArea .corporateBox .titleBox .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .corporateArea .corporateBox .titleBox .title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .corporateArea .corporateBox .titleBox .title {
    font-size: 30px;
  }
}
.corporateArea .corporateList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 2.25rem;
}
.corporateArea .corporateList .corporateItem {
  position: relative;
  width: calc(25% - 0rem * 3 / 4);
}
@media (max-width: 991px) {
  .corporateArea .corporateList .corporateItem {
    width: calc(50% - 0rem * 1 / 2);
  }
}
@media (max-width: 375px) {
  .corporateArea .corporateList .corporateItem {
    width: 100%;
  }
}
.corporateArea .corporateList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  padding: 1.25rem 1rem;
  min-height: 320px;
}
@media (max-width: 1180px) {
  .corporateArea .corporateList .item {
    min-height: auto;
    row-gap: 1.5rem;
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .corporateArea .corporateList .item {
    row-gap: 1rem;
  }
}
@media (min-width: 1181px) {
  .corporateArea .corporateList .item:hover::before {
    height: 100%;
  }
  .corporateArea .corporateList .item:hover .Img img {
    translate: 0 -100%;
    -webkit-filter: drop-shadow(0 54px 0 #4BFFE4);
            filter: drop-shadow(0 54px 0 #4BFFE4);
  }
  .corporateArea .corporateList .item:hover .Txt .dataBox span {
    color: #4BFFE4;
  }
  .corporateArea .corporateList .item:hover .Txt .title {
    color: #4BFFE4;
  }
}
.corporateArea .corporateList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(0, 74, 70, 0.5);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.corporateArea .corporateList .Img {
  max-width: 54px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .corporateArea .corporateList .Img {
    max-width: 48px;
  }
}
@media (max-width: 480px) {
  .corporateArea .corporateList .Img {
    max-width: 40px;
  }
}
.corporateArea .corporateList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: translate 0.5s ease-in-out;
  transition: translate 0.5s ease-in-out;
}
.corporateArea .corporateList .Txt {
  position: relative;
  z-index: 1;
}
.corporateArea .corporateList .Txt .dataBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .corporateArea .corporateList .Txt .dataBox {
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}
@media (max-width: 480px) {
  .corporateArea .corporateList .Txt .dataBox {
    padding-bottom: 0.625rem;
    margin-bottom: 0.75rem;
  }
}
.corporateArea .corporateList .Txt .dataBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 54px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.corporateArea .corporateList .Txt .dataBox span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1280px) {
  .corporateArea .corporateList .Txt .dataBox span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .corporateArea .corporateList .Txt .dataBox span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .corporateArea .corporateList .Txt .dataBox span {
    font-size: 14px;
  }
}
.corporateArea .corporateList .Txt .dataBox span.number {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .corporateArea .corporateList .Txt .dataBox span.number {
    font-size: 44px;
  }
}
@media (max-width: 1180px) {
  .corporateArea .corporateList .Txt .dataBox span.number {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .corporateArea .corporateList .Txt .dataBox span.number {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .corporateArea .corporateList .Txt .dataBox span.number {
    font-size: 34px;
  }
}
.corporateArea .corporateList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media (max-width: 1280px) {
  .corporateArea .corporateList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .corporateArea .corporateList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .corporateArea .corporateList .Txt .title {
    font-size: 15px;
  }
}
.corporateArea .promiseBox {
  position: relative;
  padding: 150px 0 200px;
  margin-top: 9rem;
  z-index: 1;
}
@media (max-width: 1599px) {
  .corporateArea .promiseBox {
    margin-top: 6.25rem;
  }
}
@media (max-width: 1180px) {
  .corporateArea .promiseBox {
    padding: 100px 0 150px;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .corporateArea .promiseBox {
    padding: 80px 0 100px;
    margin-top: 4rem;
  }
}
.corporateArea .promiseBox .textEditor {
  letter-spacing: 0.025em;
}
.corporateArea .promiseBox .titleBox {
  max-width: 595px;
  margin-bottom: 0;
}
.corporateArea .promiseBox .titleBox .title {
  margin-bottom: 2.75rem;
}
@media (max-width: 1180px) {
  .corporateArea .promiseBox .titleBox .title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .corporateArea .promiseBox .titleBox .title {
    margin-bottom: 1rem;
  }
}
.corporateArea .promiseBox .titleBox .btnBox {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .corporateArea .promiseBox .titleBox .btnBox {
    margin-top: 2rem;
  }
}

.historyArea {
  position: relative;
  padding: 180px 0;
  overflow-x: hidden;
  z-index: 1;
}
@media (max-width: 1366px) {
  .historyArea {
    padding: 140px 0;
  }
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .historyArea {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .historyArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .historyArea .sectionTitleBox .controlBox {
    display: block;
  }
}
.historyArea .wrap.full {
  padding: 0;
}
.historyArea .historyBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 5.75rem;
}
@media (max-width: 1366px) {
  .historyArea .historyBox {
    margin-top: 3.375rem;
  }
}
@media (max-width: 1180px) {
  .historyArea .historyBox {
    margin-top: 2.25rem;
  }
}
.historyArea .historyBox .fullLine {
  display: block;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8));
          filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8));
  z-index: 1;
}
.historyArea .leftBox {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 640px) {
  .historyArea .leftBox {
    width: 100%;
  }
}
.historyArea .leftBox .decoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: unset;
  overflow: hidden;
}
.historyArea .leftBox .decoBox .deco {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 74, 70, 0.5);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.historyArea .leftBox .decoBox .blueLine {
  display: block;
  content: "";
  width: 94.5%;
  height: 2px;
  background-color: #4BFFE4;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
}
.historyArea .historyMainList {
  max-width: 690px;
  padding-left: 50px;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .historyArea .historyMainList {
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.historyArea .historyMainList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyArea .historyMainList:not(.slick-slider) .historyItem {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.historyArea .historyMainList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyArea .historyMainList .slick-track .slick-slide {
  height: auto;
}
.historyArea .historyMainList .slick-track .slick-slide > div {
  height: 100%;
}
.historyArea .historyMainList .slick-list {
  margin: 0 -16px;
}
@media (max-width: 640px) {
  .historyArea .historyMainList .slick-list {
    margin: 0;
  }
}
.historyArea .historyMainList .historyItem {
  height: 100%;
}
.historyArea .historyMainList .historyItem .textTitleBox .dot {
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.2);
  border: 0.5px solid rgba(75, 255, 228, 0.3);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  translate: -50% 50%;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot {
    width: 20px;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot {
    width: 16px;
  }
}
.historyArea .historyMainList .historyItem .textTitleBox .dot::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 12px;
  height: auto;
  background-color: #4BFFE4;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5.7px 1px #4BFFE4;
          box-shadow: 0 0 5.7px 1px #4BFFE4;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50%;
  left: 50%;
  translate: -50% 50%;
}
@media (max-width: 1180px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot::before {
    width: 10px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot::before {
    width: 8px;
  }
}
@media (max-width: 375px) {
  .historyArea .historyMainList .historyItem .textTitleBox .dot::before {
    width: 6px;
  }
}
.historyArea .historyMainList .historyItem .textTitleBox::before {
  display: none;
}
.historyArea .historyMainList .historyItem .textTitleBox .title {
  color: #4BFFE4;
}
.historyArea .rightBox {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 640px) {
  .historyArea .rightBox {
    display: none;
  }
}
.historyArea .historySubList {
  max-width: 690px;
  padding-right: 50px;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 1180px) {
  .historyArea .historySubList {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .historyArea .historySubList {
    padding-right: 20px;
  }
}
.historyArea .historySubList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.historyArea .historySubList:not(.slick-slider) .historyItem {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .historyArea .historySubList:not(.slick-slider) .historyItem {
    width: 100%;
  }
}
.historyArea .historySubList .slick-list {
  margin: 0 -16px;
}
.historyArea .historyItem {
  position: relative;
  padding: 0 16px;
}
@media (max-width: 640px) {
  .historyArea .historyItem {
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  .historyArea .historyItem {
    padding: 0 10px;
  }
}
.historyArea .historyItem .item {
  position: relative;
}
.historyArea .historyItem .textTitleBox {
  position: relative;
  padding: 3.625rem 1.5rem 2.25rem;
}
@media (max-width: 1366px) {
  .historyArea .historyItem .textTitleBox {
    padding: 2.625rem 1.5rem 1.5rem;
  }
}
@media (max-width: 1180px) {
  .historyArea .historyItem .textTitleBox {
    padding: 2.25rem 1.25rem 1rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historyItem .textTitleBox {
    padding: 1.75rem 1.25rem 1rem;
  }
}
.historyArea .historyItem .textTitleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 8px;
  height: auto;
  background-color: #d9d9d9;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  translate: -50% 50%;
}
.historyArea .historyItem .textTitleBox .title {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1180px) {
  .historyArea .historyItem .textTitleBox .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyItem .textTitleBox .title {
    font-size: 28px;
  }
}
.historyArea .historyItem .Txt {
  position: relative;
  padding: 2.625rem 0.625rem 4.25rem;
}
@media (max-width: 1366px) {
  .historyArea .historyItem .Txt {
    padding: 1.5rem 0.625rem 3rem;
  }
}
@media (max-width: 1180px) {
  .historyArea .historyItem .Txt {
    padding: 1rem 0.625rem 2rem;
  }
}
.historyArea .historyItem .Txt .textEditor {
  letter-spacing: 0.035em;
  min-height: 93px;
}
@media (max-width: 1180px) {
  .historyArea .historyItem .Txt .textEditor {
    min-height: 84px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyItem .Txt .textEditor {
    min-height: 78px;
  }
}
.historyArea .historyItem .Txt .imgBox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .historyArea .historyItem .Txt .imgBox {
    margin-top: 2.25rem;
  }
}
@media (max-width: 640px) {
  .historyArea .historyItem .Txt .imgBox {
    max-width: 400px;
  }
}
@media (max-width: 375px) {
  .historyArea .historyItem .Txt .imgBox {
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}
.historyArea .historyItem .Txt .imgBox .Img {
  width: calc(33.3333333333% - 0.625rem * 2 / 3);
  max-width: 88px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 375px) {
  .historyArea .historyItem .Txt .imgBox .Img {
    width: calc(33.3333333333% - 0.375rem * 2 / 3);
  }
}
.historyArea .historyItem .Txt .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.esgIssueArea {
  position: relative;
  background-image: url("../images/deco/esgIssue-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 200px;
  overflow-x: clip;
}
@media (max-width: 1599px) {
  .esgIssueArea {
    padding-top: 180px;
  }
}
@media (max-width: 1180px) {
  .esgIssueArea {
    padding-top: 140px;
  }
}
@media (max-width: 991px) {
  .esgIssueArea {
    background-position: center;
    background-attachment: initial;
  }
}
@media (max-width: 768px) {
  .esgIssueArea {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .esgIssueArea {
    padding-top: 80px;
  }
}
.esgIssueArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  background-color: transparent;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#028B91), color-stop(50%, rgba(2, 139, 145, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(2, 139, 145, 0)), to(rgba(2, 139, 145, 0.8)));
  background: linear-gradient(to bottom, #028B91 0%, rgba(2, 139, 145, 0) 50%), linear-gradient(to bottom, rgba(2, 139, 145, 0) 50%, rgba(2, 139, 145, 0.8) 100%);
}
.esgIssueArea .esgIssueBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4rem 1rem;
  z-index: 1;
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueBox {
    row-gap: 2.625rem;
  }
}
.esgIssueArea .esgIssueBox .titleBox {
  margin-bottom: 0;
}
.esgIssueArea .esgIssueListBox {
  position: relative;
  width: 100%;
}
.esgIssueArea .esgIssueList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esgIssueArea .esgIssueList:not(.slick-slider) .esgIssueItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueList:not(.slick-slider) .esgIssueItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .esgIssueArea .esgIssueList:not(.slick-slider) .esgIssueItem {
    width: 100%;
  }
}
.esgIssueArea .esgIssueList .slick-list {
  padding: 5.5rem 0 0 !important;
  margin: 0 -2.125rem;
}
@media (max-width: 1366px) {
  .esgIssueArea .esgIssueList .slick-list {
    margin: 0 -1.25rem;
  }
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueList .slick-list {
    padding: 4.125rem 0 0 !important;
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .esgIssueArea .esgIssueList .slick-list {
    margin: 0 -0.625rem;
  }
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueList .slick-list {
    padding: 0 0 0.625rem !important;
    margin: 0 -1rem;
  }
}
@media (max-width: 575px) {
  .esgIssueArea .esgIssueList .slick-list {
    padding: 0 2.25rem !important;
    margin: 0;
    overflow: visible;
  }
}
@media (max-width: 375px) {
  .esgIssueArea .esgIssueList .slick-list {
    padding: 0 !important;
  }
}
.esgIssueArea .esgIssueList .esgIssueItem {
  position: relative;
  padding: 0 2.125rem;
  will-change: translate;
}
@media (max-width: 1366px) {
  .esgIssueArea .esgIssueList .esgIssueItem {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueList .esgIssueItem {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .esgIssueArea .esgIssueList .esgIssueItem {
    padding: 0 0.625rem;
  }
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueList .esgIssueItem {
    padding: 0 1rem;
  }
}
@media (max-width: 375px) {
  .esgIssueArea .esgIssueList .esgIssueItem {
    padding: 0 0.625rem;
  }
}
.esgIssueArea .esgIssueList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.5rem;
  z-index: 1;
  will-change: row-gap;
}
@media (max-width: 768px) {
  .esgIssueArea .esgIssueList .item {
    row-gap: 4rem;
  }
}
.esgIssueArea .esgIssueList .innerBlock {
  position: relative;
}
.esgIssueArea .esgIssueList .innerBlock .Img {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
@media (min-width: 1181px) {
  .esgIssueArea .esgIssueList .innerBlock .Img:hover img {
    scale: 1.1;
  }
}
.esgIssueArea .esgIssueList .innerBlock .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.esgIssueArea .esgIssueList .innerBlock .Txt {
  margin-top: 3rem;
}
@media (max-width: 1366px) {
  .esgIssueArea .esgIssueList .innerBlock .Txt {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .esgIssueArea .esgIssueList .innerBlock .Txt {
    margin-top: 1rem;
  }
}
.esgIssueArea .esgIssueList .innerBlock .Txt .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueList .innerBlock .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .esgIssueArea .esgIssueList .innerBlock .Txt .title {
    font-size: 18px;
  }
}
.esgIssueArea .esgIssueList .innerBlock .Txt .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .esgIssueArea .esgIssueList .innerBlock .Txt .title a:hover {
    color: #4BFFE4;
  }
}
.esgIssueArea .esgIssueList .currentSlide .esgIssueItem .item {
  translate: 0 -88px;
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueList .currentSlide .esgIssueItem .item {
    translate: 0 -64px;
  }
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueList .currentSlide .esgIssueItem .item {
    translate: 0 0;
  }
}
.esgIssueArea .esgIssueLineBox {
  position: relative;
  width: 100%;
  margin-top: -1.5rem;
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueLineBox {
    margin-top: 0;
  }
}
.esgIssueArea .esgIssueLineBox .line {
  position: relative;
  width: auto;
  height: 200px;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 1366px) {
  .esgIssueArea .esgIssueLineBox .line {
    height: 180px;
  }
}
@media (max-width: 1280px) {
  .esgIssueArea .esgIssueLineBox .line {
    height: 160px;
  }
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueLineBox .line {
    height: 11.1vw;
  }
}
@media (max-width: 1024px) {
  .esgIssueArea .esgIssueLineBox .line {
    height: 11.05vw;
  }
}
.esgIssueArea .esgIssueLineBox .line path {
  stroke-dasharray: 5500;
  stroke: #52D0FF;
  fill: transparent;
}
.esgIssueArea .esgIssueLineBox .esgIssueDotBox {
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
@media (max-width: 575px) {
  .esgIssueArea .esgIssueLineBox .esgIssueDotBox {
    translate: -50% -50%;
  }
}
.esgIssueArea .esgIssueDotList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esgIssueArea .esgIssueDotList:not(.slick-slider) .esgIssueDotItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueDotList:not(.slick-slider) .esgIssueDotItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .esgIssueArea .esgIssueDotList:not(.slick-slider) .esgIssueDotItem {
    width: 100%;
  }
}
.esgIssueArea .esgIssueDotList .slick-list {
  padding: 2.625rem 0 0.5rem !important;
  margin: -1.125rem 0 -0.5rem;
}
@media (max-width: 1366px) {
  .esgIssueArea .esgIssueDotList .slick-list {
    margin: -1rem 0 -0.5rem;
  }
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueDotList .slick-list {
    padding: 3rem 0 0.5rem !important;
  }
}
@media (max-width: 991px) {
  .esgIssueArea .esgIssueDotList .slick-list {
    margin: -1.625rem 0 -0.5rem;
  }
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueDotList .slick-list {
    padding: 0.5rem 0 !important;
    margin: -0.25rem 0;
  }
}
.esgIssueArea .esgIssueDotList .esgIssueDotItem {
  position: relative;
  padding: 0 2.125rem;
  will-change: translate;
}
@media (max-width: 1366px) {
  .esgIssueArea .esgIssueDotList .esgIssueDotItem {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueDotList .esgIssueDotItem {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .esgIssueArea .esgIssueDotList .esgIssueDotItem {
    padding: 0 0.625rem;
  }
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueDotList .esgIssueDotItem {
    padding: 0 1rem;
  }
}
@media (max-width: 375px) {
  .esgIssueArea .esgIssueDotList .esgIssueDotItem {
    padding: 0 0.625rem;
  }
}
.esgIssueArea .esgIssueDotList .item {
  position: relative;
}
.esgIssueArea .esgIssueDotList .dot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #4BFFE4;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1181px) {
  .esgIssueArea .esgIssueDotList .dot:hover::after {
    display: block;
    opacity: 1;
    scale: 1;
  }
  @starting-style {
    .esgIssueArea .esgIssueDotList .dot:hover::after {
      opacity: 0;
      scale: 0;
    }
  }
}
.esgIssueArea .esgIssueDotList .dot::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 28px;
  height: auto;
  background-color: rgba(217, 217, 217, 0.2);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.5px solid rgba(75, 255, 228, 0.5);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  display: none;
  opacity: 0;
  scale: 0;
  transition-behavior: allow-discrete;
}
.esgIssueArea .esgIssueDotList .currentSlide .dot {
  -webkit-box-shadow: 0px 0px 6px #4BFFE4;
          box-shadow: 0px 0px 6px #4BFFE4;
  translate: 0 -36px;
}
@media (max-width: 1366px) {
  .esgIssueArea .esgIssueDotList .currentSlide .dot {
    translate: 0 -38px;
  }
}
@media (max-width: 1180px) {
  .esgIssueArea .esgIssueDotList .currentSlide .dot {
    translate: 0 -44px;
  }
}
@media (max-width: 991px) {
  .esgIssueArea .esgIssueDotList .currentSlide .dot {
    translate: 0 -34px;
  }
}
@media (max-width: 850px) {
  .esgIssueArea .esgIssueDotList .currentSlide .dot {
    translate: 0 0;
  }
}
.esgIssueArea .esgIssueDotList .currentSlide .dot::after {
  display: block;
  opacity: 1;
  scale: 1;
}
@starting-style {
  .esgIssueArea .esgIssueDotList .currentSlide .dot::after {
    opacity: 0;
    scale: 0;
  }
}

.esgLinkArea {
  position: relative;
  padding-top: 30px;
  z-index: 1;
}
@media (max-width: 1536px) {
  .esgLinkArea {
    padding-top: 0;
  }
}
@media (max-width: 1180px) {
  .esgLinkArea {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .esgLinkArea {
    padding-top: 20px;
  }
}
.esgLinkArea .wrap {
  padding: 0;
}
.esgLinkArea .esgLinkList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.esgLinkArea .esgLinkList .esgLinkItem {
  position: relative;
  width: calc(33.3333333333% - 0rem * 2 / 3);
  padding: 3.625rem 1.5rem;
  background-color: rgba(139, 189, 193, 0.5);
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
@media (max-width: 1366px) {
  .esgLinkArea .esgLinkList .esgLinkItem {
    padding: 2.625rem 1.5rem;
  }
}
@media (max-width: 1180px) {
  .esgLinkArea .esgLinkList .esgLinkItem {
    padding: 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .esgLinkArea .esgLinkList .esgLinkItem {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList .esgLinkItem {
    width: 100%;
    padding: 1.25rem 1rem;
  }
}
@media (min-width: 1181px) {
  .esgLinkArea .esgLinkList .esgLinkItem:hover:has(.linkWrap) {
    background-color: rgba(0, 74, 70, 0.5);
  }
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList .esgLinkItem + .esgLinkItem {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.esgLinkArea .esgLinkList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .esgLinkArea .esgLinkList .item {
    max-width: 280px;
  }
}
@media (max-width: 1180px) {
  .esgLinkArea .esgLinkList .item {
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  .esgLinkArea .esgLinkList .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList .item {
    width: 100%;
    max-width: 200px;
  }
}
.esgLinkArea .esgLinkList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 1180px) {
  .esgLinkArea .esgLinkList .Txt {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 991px) {
  .esgLinkArea .esgLinkList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList .Txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.esgLinkArea .esgLinkList .Txt .Img {
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .esgLinkArea .esgLinkList .Txt .Img {
    max-width: 44px;
  }
}
@media (max-width: 1180px) {
  .esgLinkArea .esgLinkList .Txt .Img {
    max-width: 36px;
  }
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList .Txt .Img {
    max-width: 32px;
  }
}
@media (max-width: 480px) {
  .esgLinkArea .esgLinkList .Txt .Img {
    max-width: 28px;
  }
}
.esgLinkArea .esgLinkList .Txt .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.esgLinkArea .esgLinkList .Txt .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .esgLinkArea .esgLinkList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .esgLinkArea .esgLinkList .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .esgLinkArea .esgLinkList .Txt .title {
    font-size: 15px;
  }
}
.esgLinkArea .esgLinkList .angle {
  position: relative;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1180px) {
  .esgLinkArea .esgLinkList .angle {
    width: 10px;
  }
}
@media (max-width: 768px) {
  .esgLinkArea .esgLinkList .angle {
    width: 8px;
  }
}
.esgLinkArea .esgLinkList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer {
  z-index: 1;
}
/*# sourceMappingURL=esg_home.css.map */