.sdgs-main__box {
  color: #fff;
  position: relative;
  aspect-ratio: 1600/810;
  margin: 0 auto;
}

.sdgs-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sdgs-main__inner {
  height: 100%;
  width: 80%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.sdgs-main__inner .sec-ttl-s {
  margin-bottom: 30px;
}
.sdgs-main__inner .f52 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}

.sdgs-main__flex {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}

.sdgs-main__txt {
  width: 42%;
}

.sdgs-main__img {
  width: 53%;
}

.sdgs-example {
  margin: 150px auto;
}

.sdgs-example__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sdgs-example__flex-left {
  width: 28%;
  position: sticky;
  height: 30px;
  top: 150px;
}

.sdgs-example__flex-right {
  width: 67%;
}

.sdgs-example__h3 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px;
}
.sdgs-example__h3 span {
  display: block;
  font-size: 32px;
}

.sdgs-example__txt {
  margin-bottom: 70px;
}

.sdgs-box {
  background: #fff;
  border-radius: 10px;
  padding: 4% 5% 5%;
  margin-bottom: 80px;
}
.sdgs-box .f28 {
  font-weight: 500;
  margin-bottom: 25px;
}
.sdgs-box.env .f42 {
  color: #1b582e;
}
.sdgs-box.soc .f42 {
  color: #a2005a;
}
.sdgs-box.econ {
  margin-bottom: 0;
}
.sdgs-box.econ .f42 {
  color: #00446f;
}

.sdgs-box__cat {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sdgs-box__cat-l {
  display: flex;
  align-items: center;
}
.sdgs-box__cat-l .f42 {
  border-right: 1px solid #222222;
  font-weight: 500;
  margin-right: 25px;
  padding-right: 25px;
  width: Auto;
}
.sdgs-box__cat-l span {
  background: #efefef;
  border-radius: 30px;
  margin-right: 5px;
  padding: 5px 15px 3px;
  font-weight: 500;
}

.sdgs-box__cat-r {
  display: flex;
  justify-content: space-between;
}
.sdgs-box__cat-r img {
  margin-left: 10px;
  width: 70px;
}

.box__main-img {
  border-radius: 10px;
  margin-bottom: 80px;
}

.example-list {
  margin-top: 60px;
}
.example-list li {
  border-top: 1px solid #dfe1e5;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.example-list li img {
  border-radius: 10px;
  width: 30%;
}

.example-list__cont {
  margin-top: 10px;
  width: 65%;
}
.example-list__cont .f21 {
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .sdgs-main__box {
    aspect-ratio: 1600/1000;
  }
  .sdgs-main__inner .f52 {
    font-size: 48px;
  }
  .sdgs-example__flex-left {
    width: 20%;
  }
  .sdgs-example__flex-right {
    width: 75%;
  }
  .sdgs-example__h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .sdgs-example__h3 span {
    font-size: 28px;
  }
  .sdgs-box__cat-l .f42 {
    margin-right: 20px;
    margin-bottom: 15px;
    padding-right: 20px;
    font-size: 23px;
  }
  .sdgs-box__cat-l span {
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 5px;
  }
  .box__main-img {
    margin-bottom: 50px;
  }
  .example-list {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  .sdgs-main__box {
    aspect-ratio: 1600/1350;
  }
  .sdgs-main__flex {
    display: block;
  }
  .sdgs-example__flex {
    display: block;
  }
  .sdgs-example__flex-left {
    position: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
  .sdgs-example__flex-right {
    width: 100%;
  }
  .sdgs-main__txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .sdgs-main__img {
    width: 100%;
  }
  .sdgs-example__h3 {
    font-size: 30px;
  }
  .sdgs-example__h3 span {
    font-size: 24px;
  }
  .sdgs-example__txt {
    margin-bottom: 40px;
  }
  .sdgs-box__cat {
    display: block;
  }
}
@media (max-width: 834px) {
  .sdgs-main__box {
    aspect-ratio: 1600/2360;
  }
  .sdgs-main__flex {
    padding-top: 25px;
  }
  .sdgs-main__inner .f52 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sdgs-box {
    padding: 8% 5% 5%;
    margin-bottom: 30px;
  }
  .sdgs-box__cat-l {
    margin-bottom: 20px;
  }
  .sdgs-box__cat-l img {
    width: 29%;
  }
  .sdgs-box__cat-r {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .sdgs-box__cat-r img {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .sdgs-box .f28 {
    margin-bottom: 20px;
  }
  .box__main-img {
    margin-bottom: 25px;
  }
  .sdgs-example {
    margin: 80px auto;
  }
  .sdgs-example__flex-left {
    margin-bottom: 20px;
  }
  .example-list li {
    display: block;
  }
  .example-list li img {
    width: 100%;
  }
  .example-list li .example-list__cont {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .sdgs-main__box {
    aspect-ratio: 1500/2500;
  }
}
@media (max-width: 550px) {
  .sdgs-main__box {
    aspect-ratio: 1500/3010;
  }
  .sdgs-example__h3 {
    font-size: 22px;
    text-align: center;
  }
  .sdgs-example__h3 span {
    font-size: 18px;
  }
  .example-list__cont .f21 {
    margin-bottom: 15px;
  }
  .sdgs-box__cat-l {
    display: block;
  }
  .sdgs-box__cat-l .f42 {
    font-weight: 500;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #222222;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .sdgs-main__box {
    aspect-ratio: 1420/3010;
  }
}
@media (max-width: 420px) {
  .sdgs-main__box {
    aspect-ratio: 1420/3160;
  }
}
@media (max-width: 400px) {
  .sdgs-main__box {
    aspect-ratio: 1420/3320;
  }
}
@media (max-width: 370px) {
  .sdgs-main__box {
    aspect-ratio: 1420/3660;
  }
}
@media (max-width: 340px) {
  .sdgs-main__box {
    aspect-ratio: 1420/3900;
  }
}
@media (max-width: 330px) {
  .sdgs-main__box {
    aspect-ratio: 1420/4020;
  }
}/*# sourceMappingURL=sdgs.css.map */