.under-main {
  margin-block: 160px 80px;
  scroll-behavior: smooth;
}

/*------------------
    .sdgs-lead
------------------*/
.sdgs-lead__flex {
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding-bottom: 80px;
}

.sdgs-lead__flex-ttl {
  width: 50%;
  font-weight: 300;
  line-height: 1.6;
}

.sdgs-lead__flex-cont {
  width: 50%;
}

.sdgs-value__ttl {
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}
.sdgs-value__ttl span {
  display: block;
  margin-top: 10px;
}

.sdgs-value__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sdgs-value__list li {
  border-right: 1px dotted #dddddd;
  padding: 30px 50px;
  width: 33.33%;
}
.sdgs-value__list li:last-child {
  border-right: none;
}
.sdgs-value__list li img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.value-ttl {
  margin-bottom: 15px;
  text-align: center;
}

.value-text {
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

/*------------------
    .sdgs-com
------------------*/
.sdgs-com {
  background-color: #f8f8f8;
}
.sdgs-com .under__content-flex-left-inner .f15 {
  margin-bottom: 40px;
}

.sdgs-com__h2 {
  margin-bottom: 20px;
  font-weight: 300;
}

.sdgs-com .under__content-flex-left-ttl {
  width: 23%;
}

.under__content-flex-left-inner {
  width: 75%;
}

/*------------------
    .sdgs-action
------------------*/
.sdgs-action .under__content-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sdgs-action .under__content-flex-left {
  width: 23%;
  position: sticky;
  top: 150px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 80px;
}

.sdgs-action .sdgs-action__flex-right {
  width: 74%;
}

.sdgs-action .under__content-flex-left-ttl .en {
  margin-bottom: 30px;
}

.bus-list li a {
  color: #dddddd;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  border-left: 2px solid #dddddd;
  transition: 0.25s ease;
  display: block;
  font-weight: 500;
}
.bus-list li a.active {
  color: #6182b6;
  border-left: 2px solid #6182b6;
}

.sdgs-action__list-wrap {
  margin-bottom: 110px;
}

#link03 {
  margin-bottom: 0;
}

#link01, #link02, #link03 {
  margin-top: -80px;
  padding-top: 100px;
}

.sdgs-action__ttl-wrap {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.sdgs-action__ttl-wrap .sdgs-action__h3 {
  font-weight: 300;
}
.sdgs-action__ttl-wrap .sdgs-action__h3 .f13 {
  font-weight: 500;
  color: #6182b6;
  display: block;
}

.sdgs-action__exp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.sdgs-action__exp .sdgs-action__img {
  border-radius: 10px;
  width: 42%;
}

.sdgs-action__exp-cont {
  width: 53%;
}
.sdgs-action__exp-cont .f15 {
  margin-bottom: 15px;
}

.blue-bg__wrap {
  border-bottom: 1px dotted #dddddd;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.blue-bg {
  background: #dfebf4;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  margin-right: 5px;
}

.related-sdgs {
  font-weight: bold;
  margin-bottom: 15px;
}

.related-sdgs__list {
  display: flex;
  flex-wrap: wrap;
}
.related-sdgs__list li {
  margin-right: 1%;
  width: 18%;
}

.number-bg {
  background: #424553;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  padding: 1px 15px 0px;
  margin-right: 8px;
}

.gray-box {
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 35px 50px;
}

.gray-box__ttl {
  width: 50%;
}

.gray-box__text {
  width: 45%;
}

@media (max-width: 1240px) {
  .sdgs-value__list li {
    padding: 3% 3%;
  }
  .sdgs-action__ttl-wrap .sdgs-action__h3 {
    font-size: 3rem;
  }
  .sdgs-action__list-flex {
    align-items: flex-start;
  }
}
@media (max-width: 950px) {
  .sdgs-com .under__content-flex-left-inner {
    width: 100%;
  }
  .sdgs-action .under__content-flex {
    display: block;
  }
  .sdgs-action .under__content-flex-left {
    width: 100%;
    position: inherit;
    top: 0;
    margin-bottom: 60px;
  }
  .sdgs-action .under__content-flex-left .bus-list {
    display: none;
  }
  .sdgs-action .under__content-flex-right {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .under-main {
    margin-block: 160px 165px 80px;
  }
  .sdgs-action__list-wrap {
    margin-bottom: 80px;
  }
  .sdgs-action__list-flex {
    display: block;
  }
  .sdgs-action__list-flex img {
    width: 100%;
    margin-top: 25px;
  }
  .sdgs-action__list-flex .sdgs-action__list-flex-cont {
    width: 100%;
  }
  .sdgs-action .under__content-flex-left {
    margin-bottom: 20px;
  }
  .sdgs-action .under__content-flex-left-ttl {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
  }
  .sdgs-action .under__content-flex-left .en {
    font-size: 16px;
    margin-bottom: 0;
  }
  .sdgs-action__ttl-wrap .sdgs-action__h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .sdgs-action__ttl-wrap .sdgs-action__h3 .f13 {
    margin-bottom: 10px;
  }
  .bus-sub {
    margin-top: 50px;
    background-position: right;
    padding: 10% 5%;
  }
  .bus-sub__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .sdgs-value__ttl span {
    display: block;
    margin-top: 20px;
  }
  .sdgs-lead__flex {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .sdgs-lead__flex-cont {
    width: 100%;
  }
  .sdgs-lead__flex-ttl {
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .sdgs-value__list li {
    border-right: none;
    border-bottom: 1px dotted #dddddd;
    padding: 30px 3%;
    width: 100%;
  }
  .value-text {
    font-size: 16px;
  }
  .sdgs-value__list li:last-child {
    border-bottom: 0;
  }
  .sdgs-action__exp {
    display: block;
    margin-bottom: 30px;
  }
  .sdgs-action__exp .sdgs-action__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sdgs-action__exp-cont {
    width: 100%;
  }
  .gray-box {
    display: block;
    padding: 5% 5%;
  }
  .gray-box__ttl {
    width: 100%;
    margin-bottom: 10px;
  }
  .gray-box__text {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .sdgs-action__h4 {
    margin: 40px 0 10px;
  }
  .sdgs-action__list {
    margin-top: 30px;
  }
  .sdgs-action__img-last {
    margin-top: 20px;
  }
}/*# sourceMappingURL=sdgs.css.map */