/* CSS Document */
/* CSS Document */
.esg_01 {
  overflow: hidden;
  padding: 100px 0px;
}

.esg_01 .p {
  width: 100%;
  overflow: hidden;
}

.esg_01 .pt {
  text-align: center;
  color: #2e2e2e;
  font-weight: bold;
}

.esg_01 .pc {
  overflow: hidden;
  background-color: #f4f6f9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 0px;
}

.esg_01 .pc .nr {
  width: 100%;
  overflow: hidden;
}

.esg_01 .pc a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.esg_01 .pc .img {
  width: 38.12%;
  overflow: hidden;
  position: relative;
}

.esg_01 .pc .img .a {
  width: 62.13%;
  overflow: hidden;
  float: right;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.esg_01 .pc .img img {
  width: 100%;
  display: block;
}

.esg_01 .pc .img::before {
  content: "";
  display: block;
  width: 37.87%;
  height: 100%;
  overflow: hidden;
  background: url("../img/nsle/esg_02.png") 50% 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.esg_01 .pc .txt {
  width: 61.88%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.esg_01 .pc .txt .p1 {
  color: #222;
  font-weight: bold;
}

.esg_01 .pc .txt .p2 {
  color: #222;
  margin-top: 30px;
  line-height: 1.75;
}

.esg_01 .pc .txt .p3 {
  margin-top: 60px;
}

.esg_01 .pc .txt .p3 .more_01 {
  display: inline-block;
  line-height: 50px;
  padding: 0px 40px;
  background-color: #0b50a3;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
}

.esg_01 .pc .txt .p3 .more_01 span {
  display: inline-block;
  background: url("../img/nsle/down_01.png") 100% 50% no-repeat;
  background-size: 16px;
  padding-right: 26px;
}

@media screen and (max-width: 1200px) {
  .esg_01 .pc {
    padding: 20px;
  }
  .esg_01 .pc a {
    display: block;
  }
  .esg_01 .pc .img {
    width: 100%;
  }
  .esg_01 .pc .img::before {
    display: none;
  }
  .esg_01 .pc .img .a {
    width: 100%;
  }
  .esg_01 .pc .txt {
    width: 100%;
    padding: 20px 0px;
  }
  .esg_01 .pc .txt .p2 {
    margin-top: 15px;
  }
  .esg_01 .pc .txt .p3 {
    margin-top: 30px;
  }
  .esg_01 {
    padding: 10vw 0px;
  }
}