/* t-profile-csr
---------------------------------------------------------------- */
.t-profile-csr {
  padding: 8rem 0;
  background-color: #f0f1f3;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-profile-csr {
    padding: 4rem 0;
  }
}

.t-profile-csr__body {
  padding: 8rem 12.5203252033%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .t-profile-csr__body {
    padding: 4rem 2rem;
  }
}

.t-profile-csr__exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.8rem;
  border: 1px solid #f0f0f0;
  background-color: #fcfcfc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .t-profile-csr__exp {
    display: block;
    padding: 2rem;
  }
}
.t-profile-csr__exp dd {
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .t-profile-csr__exp dd {
    margin-top: 0.7rem;
  }
}

.t-profile-csr__exp__block:nth-of-type(1) {
  width: 47.6997578692%;
}
.t-profile-csr__exp__block:nth-of-type(2) {
  width: 42.4939467312%;
}
@media screen and (max-width: 768px) {
  .t-profile-csr__exp__block:nth-of-type(1) {
    width: 100%;
  }
  .t-profile-csr__exp__block:nth-of-type(2) {
    width: 80%;
    margin: 2.5rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .t-profile-csr__sdgs {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.t-profile-csr__sdgs-logo {
  border: 1px solid #e2e2e2;
  max-width: 60%;
  margin: 8rem auto 0;
  background-color: #fff;
}
@media screen and (max-width: 1364px) {
  .t-profile-csr__sdgs-logo {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .t-profile-csr__sdgs-logo {
    max-width: 100%;
    margin-top: 4rem;
  }
}
.t-profile-csr__sdgs-logo img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .t-profile-csr__sdgs-logo img {
    width: 80%;
  }
}