.title {
  padding-top: 100px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 90%;
}
.title .title1 {
  font-size: 65px;
  font-weight: 400;
  color: #c6c6c6;
  font-family: "MS PMincho";
  max-width: 100%;
}
.title .title2 {
  position: absolute;
  left: 40px;
  bottom: -15px;
  font-size: 45px;
  font-family: "MS PMincho";
  font-weight: 600;
  max-width: 100%;
}

.sdgs {
  background: #ecf0f7;
  position: relative;
  padding-bottom: 70px;
}
.sdgs .bg-text {
  position: absolute;
  font-size: 10vw;
  top: 0;
  left: 0;
  line-height: 85%;
  font-weight: 600;
  color: white;
}
.sdgs .sdgs-box {
  width: 800px;
  margin: 0px auto;
  padding: 50px 0;
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.sdgs .sdgs-box h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.sdgs .sdgs-box span {
  font-size: 50px;
  text-shadow: 2px 2px 4px rgba(68, 68, 68, 0.3);
}
.sdgs .sdgs-box span:nth-child(1) {
  color: #0d3096;
}
.sdgs .sdgs-box span:nth-child(2) {
  color: #ffb400;
}
.sdgs .sdgs-box .p1 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 50px;
}
.sdgs .sdgs-box h2 {
  display: inline;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: solid 3px #f7b403;
}
.sdgs .sdgs-box .p2 {
  margin-top: 20px;
}
.sdgs .goals {
  width: 800px;
  margin: 0px auto;
  padding: 30px 50px;
  background: white;
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.sdgs .goals .goals-title {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sdgs .goals .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sdgs .goals .block .g-box {
  width: 115px;
  padding: 10px;
}
.sdgs .goals .block .is-empty {
  width: 115px;
  padding: 10px;
  pointer-events: none;
  padding-bottom: 0;
  padding-top: 0;
}

.csr {
  padding: 50px 0;
}
.csr .csr-title {
  text-align: center;
  margin-bottom: 50px;
}
.csr h2 {
  display: inline;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: solid 3px #f7b403;
  text-align: center;
}
.csr h2 span {
  font-size: 16px;
  padding-left: 10px;
}

.csr-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90%;
}
.csr-box .c-box {
  width: 500px;
  margin: 50px;
  margin-top: 20px;
  margin-bottom: 80px;
}
.csr-box .c-box .csr-flex {
  display: flex;
  margin-bottom: 20px;
}
.csr-box .c-box .left {
  display: flex;
  flex-wrap: wrap;
  width: 150px;
}
.csr-box .c-box .g-box {
  width: 70px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.csr-box .c-box .right {
  width: calc(100% - 150px);
  padding-left: 10px;
}
.csr-box .c-box .right h3 {
  padding-left: 7px;
  border-left: solid 3px #f7b403;
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}

.business {
  background: #ecf0f7;
  position: relative;
  padding: 70px 0;
}
.business .business-box {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.business .business-box .business-title {
  text-align: center;
}
.business .business-box .business-title h2 {
  display: inline;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: solid 3px #f7b403;
  text-align: center;
}
.business .business-box .p3 {
  width: 800px;
  margin: 20px auto 30px auto;
  max-width: 100%;
}
.business .business-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.business .business-flex .b-box {
  width: 500px;
  display: flex;
  margin: 50px;
  margin-top: 20px;
  margin-bottom: 80px;
}
.business .business-flex .b-box h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.business .business-flex .b-box h3 span {
  font-size: 11px;
  padding-left: 10px;
}
.business .business-flex .b-box .left img {
  width: 100px;
  margin-right: 30px;
  background: white;
  border-radius: 50%;
}
.business .other {
  background: white;
  padding: 40px 50px;
}
.business .other h2 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-left: 20px;
  border-left: solid 10px #0e3297;
  line-height: 130%;
  margin-left: 10px;
}
.business .other ul {
  padding-left: 40px;
}
.business .other ul li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  font-weight: 600;
}
.business .other ul li::before {
  position: absolute;
  content: "";
  left: -30px;
  background-image: url(../../src/sustainability/check.webp);
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 5px;
}
.business .other .other-flex {
  display: flex;
  flex-wrap: wrap;
}
.business .other .other-flex .left {
  width: 400px;
  max-width: 100%;
}
.business .other .other-flex .right {
  width: 50%;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .business .other .other-flex .left {
    width: 100%;
  }
  .business .other .other-flex .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .sdgs .bg-text {
    font-size: 12vw;
  }
  .title {
    padding-top: 80px;
  }
  .title .title1 {
    font-size: 40px;
  }
  .title .title2 {
    font-size: 35px;
  }
  .sdgs .sdgs-box h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
  }
  .sdgs .sdgs-box h1 span {
    font-size: 40px;
  }
  .sdgs .goals {
    padding: 30px 0;
  }
  .sdgs .goals .block .g-box {
    width: 80px;
  }
  .sdgs .goals .block .is-empty {
    width: 80px;
    padding-bottom: 0;
  }
  .csr-box .c-box {
    width: 100%;
    margin: 0;
    margin-bottom: 80px;
  }
  .csr-box .c-box .left {
    width: 80px;
    align-items: stretch;
  }
  .csr-box .c-box .left img {
    width: 50px;
  }
  .csr-box .c-box .right {
    width: 100%;
  }
  .csr-box .c-box .right h3 {
    margin-top: 10px;
  }
  .csr h2 {
    display: inline-block;
    line-height: 100%;
  }
  .business .business-flex .b-box {
    margin: 50px 0;
  }
  .business .other {
    background: white;
    margin: 0 auto;
    padding: 40px 5%;
  }
  .business .business-flex .b-box .left img {
    width: 80px;
    margin-right: 20px;
  }
}/*# sourceMappingURL=sustainability.css.map */