.sdgs-wrapper .sec1 {
  position: relative;
  padding: 129px 0 0;
}
.sdgs-wrapper .sec1::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  width: 1px;
  height: 90px;
  background-color: #00699f;
  top: -29px;
}
.sdgs-wrapper .sec1 .title {
  color: #00699f;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
}
.sdgs-wrapper .sec1 .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 5px;
  margin-top: 38px;
}
.sdgs-wrapper .sec1 .img-row {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.sdgs-wrapper .sec1 .img-row .item {
  width: 160px;
  text-align: center;
  font-size: 12px;
}
.sdgs-wrapper .sec1 .img-row .item img {
  margin-bottom: 10px;
}
.sdgs-wrapper .sec1 .sdgs-intro {
  background-color: #fafafa;
  padding: 43px 87px 57px 121px;
  margin-top: 54px;
}
.sdgs-wrapper .sec1 .sdgs-intro .title {
  color: #00699f;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
.sdgs-wrapper .sec1 .sdgs-intro .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
.sdgs-wrapper .sec1 .sdgs-intro .logo {
  margin: 33px auto 0;
  display: block;
}
.sdgs-wrapper .sec1 .line {
  display: block;
  margin: 69px 0 56px;
}
.sdgs-wrapper .sec1 .sdgs .anchor-buttons {
  display: flex;
  justify-content: space-between;
}
.sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button {
  width: 328px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00699f;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #00699f;
  position: relative;
}
.sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border: 1px solid #00699f;
  border-top: 0;
  border-left: 0;
}
.sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -6px;
  width: 100%;
  height: 5px;
  background: #fae623;
  border: 1px solid #fae623;
  border-top: 0;
  border-bottom: 0;
}
.sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button:hover {
  color: #fff;
  background-color: #00699f;
}
.sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button:hover::before {
  border-color: #fff;
}
.sdgs-wrapper .sec1 .container {
  margin-top: 100px;
}
.sdgs-wrapper .sec1 .container .anchor-target {
  display: block;
  overflow: hidden;
  height: 1px;
  margin-top: -1px;
  position: relative;
  top: -114px;
}
.sdgs-wrapper .sec1 .container .heading .title {
  color: #00699f;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}
.sdgs-wrapper .sec1 .container .heading .title::before {
  content: "";
  width: 1px;
  height: 36px;
  background-color: #00699f;
}
.sdgs-wrapper .sec1 .container .heading .icon {
  display: block;
  margin: auto;
}
.sdgs-wrapper .sec1 .container .description {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
  margin: 45px 0 40px;
}
.sdgs-wrapper .sec1 .container table thead tr th {
  font-size: 21px;
  font-weight: bold;
  background-color: #ebf5fa;
  padding: 22px 0 19px;
  position: relative;
}
.sdgs-wrapper .sec1 .container table thead tr th::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #fae623;
}
.sdgs-wrapper .sec1 .container table thead tr th:first-child {
  width: 356px;
  border-top-right-radius: 8px;
  border-right: 5px solid #fff;
}
.sdgs-wrapper .sec1 .container table thead tr th:first-child::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.sdgs-wrapper .sec1 .container table thead tr th:last-child {
  width: 638px;
  border-top-left-radius: 8px;
}
.sdgs-wrapper .sec1 .container table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.sdgs-wrapper .sec1 .container table tbody tr td {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 40px 0 35px;
  vertical-align: middle;
  font-weight: bold;
}
.sdgs-wrapper .sec1 .container table tbody tr td:last-child {
  padding: 40px 29px 35px;
  border-left: 1px solid #ccc;
}
.sdgs-wrapper .sec1 .container table tbody tr td .row {
  display: flex;
  align-items: center;
  padding-left: 31px;
}
.sdgs-wrapper .sec1 .container table tbody tr td .row p {
  color: #00699f;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.7;
  margin-left: 23px;
}
.sdgs-wrapper .sec1 .container table tbody tr td ul li {
  letter-spacing: 0.11em;
  position: relative;
  padding-left: 20px;
}
.sdgs-wrapper .sec1 .container table tbody tr td ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sdgs-wrapper .sec1 .container table tbody tr td ul li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #21427a;
  width: 8px;
  height: 1px;
}

@media screen and (max-width: 750px) {
  .sdgs-wrapper .sec1 {
    padding: 16rem 0 16.8rem;
  }
  .sdgs-wrapper .sec1::before {
    top: -2.9rem;
    height: 10rem;
  }
  .sdgs-wrapper .sec1 .title {
    font-size: 3.4rem;
    text-align: left;
    margin: 0 8rem;
  }
  .sdgs-wrapper .sec1 .text {
    font-size: 2.8rem;
    padding-left: 0;
    margin: 5rem 8rem 0;
  }
  .sdgs-wrapper .sec1 .img-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3.1rem 8rem 0;
  }
  .sdgs-wrapper .sec1 .img-row .item {
    width: 29rem;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
  }
  .sdgs-wrapper .sec1 .img-row .item img {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
  .sdgs-wrapper .sec1 .sdgs-intro {
    padding: 7.2rem 8rem 12.5rem;
    margin-top: 7.3rem;
  }
  .sdgs-wrapper .sec1 .sdgs-intro .title {
    font-size: 3.6rem;
  }
  .sdgs-wrapper .sec1 .sdgs-intro .text {
    font-size: 2.8rem;
    margin: 3.1rem 0 0;
  }
  .sdgs-wrapper .sec1 .sdgs-intro .logo {
    width: 56.6rem;
    height: 7rem;
    margin: 1.4rem auto 0;
  }
  .sdgs-wrapper .sec1 .line {
    width: 59rem;
    height: 1rem;
    margin: 10.6rem auto 6.8rem;
  }
  .sdgs-wrapper .sec1 .sdgs .anchor-buttons {
    flex-direction: column;
    align-items: center;
  }
  .sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button {
    width: 59rem;
    height: 10rem;
    color: #fff;
    font-size: 4rem;
    background-color: #00699f;
    margin-bottom: 4rem;
  }
  .sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button::before {
    right: 4rem;
    width: 2rem;
    height: 2rem;
    border-width: 0.4rem;
    border-color: #fff;
  }
  .sdgs-wrapper .sec1 .sdgs .anchor-buttons .anchor-button::after {
    left: -1px;
    bottom: -1rem;
    height: 1rem;
  }
  .sdgs-wrapper .sec1 .container {
    margin-top: 13.8rem;
  }
  .sdgs-wrapper .sec1 .container2 {
    margin-top: 22.6rem;
  }
  .sdgs-wrapper .sec1 .container3 {
    margin-top: 16.8rem;
  }
  .sdgs-wrapper .sec1 .container .anchor-target {
    top: -12.2rem;
  }
  .sdgs-wrapper .sec1 .container .heading .title {
    font-size: 5.6rem;
    margin-bottom: 1.8rem;
  }
  .sdgs-wrapper .sec1 .container .heading .title::before {
    content: "";
    width: 0.2rem;
    height: 6.6rem;
  }
  .sdgs-wrapper .sec1 .container .heading .icon1 {
    width: 11.4rem;
    height: 8.5rem;
  }
  .sdgs-wrapper .sec1 .container .heading .icon2 {
    width: 15.3rem;
    height: 8.8rem;
  }
  .sdgs-wrapper .sec1 .container .heading .icon3 {
    width: 10rem;
    height: 6.8rem;
  }
  .sdgs-wrapper .sec1 .container .description {
    font-size: 3.4rem;
    margin: 4.7rem 8.4rem 6.5rem 7.6rem;
  }
  .sdgs-wrapper .sec1 .container table thead tr th {
    font-size: 2.6rem;
    padding: 2.4rem 0 1.4rem;
  }
  .sdgs-wrapper .sec1 .container table thead tr th::before {
    bottom: -1rem;
    height: 1rem;
  }
  .sdgs-wrapper .sec1 .container table thead tr th:first-child {
    width: 33.4rem;
  }
  .sdgs-wrapper .sec1 .container table thead tr th:first-child::after {
    right: -1rem;
    bottom: -1rem;
    width: 1rem;
    height: 1rem;
  }
  .sdgs-wrapper .sec1 .container table thead tr th:last-child {
    width: 40.8rem;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td {
    font-size: 2.8rem;
    padding: 4.7rem 0 2rem;
    vertical-align: top;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td:first-child {
    padding-top: 6rem;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td:last-child {
    padding: 4.7rem 2.6rem 2rem;
    border-left: 0;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td .row {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 8rem;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td .row p {
    font-size: 2.6rem;
    margin-left: 0;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td .row .sdg-icon {
    width: 20rem;
    height: 20rem;
    margin-bottom: 2.8rem;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td ul li {
    padding-left: 4rem;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td ul li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .sdgs-wrapper .sec1 .container table tbody tr td ul li::before {
    top: 3rem;
    width: 2rem;
    height: 0.2rem;
  }
  .sdgs-wrapper .sec1 .container table tbody tr:not(:last-of-type) td:last-child {
    padding: 4.7rem 2.6rem 5rem;
  }
}
@media screen and (min-width: 751px) {
  .sdgs-wrapper .sec1 {
    margin-bottom: 101px;
  }
}

/*# sourceMappingURL=index.css.map */