.nav--global .nav__item a {
  font-size: 13px;
}

@media (min-width: 768px) {
  .header .logo_area {
    margin: 1rem 0;
    max-width: 240px;
  }
}
.cnt_title--sdgs h2 {
  margin-bottom: 40px;
}

.cnt_title--sdgs p {
  margin-bottom: 100px;
}

.sdgs_item + .sdgs_item {
  margin-top: 80px;
}
.sdgs_item--title {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #535353;
  color: #535353 !important;
  padding-left: 0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 38px !important;
}
.sdgs_item--title::before {
  display: none !important;
}
.sdgs_item--box {
  display: flex;
  justify-content: space-between;
}
.sdgs_item--img {
  width: 54%;
}
.sdgs_item--img img {
  vertical-align: bottom;
  width: 100%;
}
.sdgs_item--contents {
  width: 42%;
}
.sdgs_item--contents p {
  margin-bottom: 40px;
}
.sdgs_item--icons {
  display: flex;
  gap: 14px;
}
.sdgs_item--icons .icon {
  width: 120px;
}

@media (max-width: 768px) {
  .cnt_title--sdgs img {
    width: 70%;
  }
  .cnt_title--sdgs h2 {
    margin-bottom: 30px;
  }
  .cnt_title--sdgs p {
    text-align: left;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .sdgs_item + .sdgs_item {
    margin-top: 80px;
  }
  .sdgs_item--title {
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #535353;
    color: #535353 !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    margin-bottom: 28px !important;
  }
  .sdgs_item--title::before {
    display: none !important;
  }
  .sdgs_item--box {
    flex-direction: column;
    gap: 20px;
  }
  .sdgs_item--img {
    width: 100%;
  }
  .sdgs_item--img img {
    width: 100%;
  }
  .sdgs_item--contents {
    width: 100%;
  }
  .sdgs_item--contents p {
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .sdgs_item--icons {
    display: flex;
    gap: 14px;
  }
  .sdgs_item--icons .icon {
    width: 80px;
  }
}/*# sourceMappingURL=sdgs.css.map */