/* SDGs */
@media screen and (max-width:768px) {
  br {
    display: block;
  }
}

.sdgs-tit-wrap {
  padding-bottom: 40px;
}
@media screen and (min-width:768px) {
  .sdgs-tit-wrap {
    padding-bottom: 90px;
  }
}

.sdgs-tit-innerwrap {
  position: relative;
}
@media screen and (min-width:768px) {
  .sdgs-tit-innerwrap {}
}

.sdgs-tit-note {
  text-align: center;
  color: #00A6D9;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .sdgs-tit-note {
    font-size: 34px;
    margin-bottom: 60px;
  }
}

.sdgs-tit {
  text-align: center;
}
@media screen and (min-width:768px) {
  .sdgs-tit {}
}

.sdgs-tit-link {
  position: relative;
  max-width: 300px;
  margin: 20px auto;
}
@media screen and (min-width:768px) {
  .sdgs-tit-link {
    position: absolute;
    text-align: right;
    top: -80px;
    right: -100px;
    margin: auto;
  }
}

.sdgs-tit-list {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .sdgs-tit-list {}
}

.tit-list-icon {
  margin-left: 20px;
}
@media screen and (min-width:768px) {
  .tit-list-icon {}
}

.sdgs-explain {
  background-color: #E5F6FB;
  padding: 30px 0 40px 0;
}
@media screen and (min-width:768px) {
  .sdgs-explain {
    padding: 60px 0 80px 0;
  }
}

.sdgs-explain-tit {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #053B73;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .sdgs-explain-tit {
    font-size: 34px;
  }
}

.explain-line {
  display: block;
  margin: 20px auto 30px auto;
}
@media screen and (min-width:768px) {
  .explain-line {
    margin: 40px auto 60px auto;
  }
}

.sdgs-explain-content {}
@media screen and (min-width:768px) {
  .sdgs-explain-content {
    display: flex;
    justify-content: space-between;
  }
}

.sdgs-explain-text {
  font-size: 14px;
  color: #053B73;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .sdgs-explain-text {
    font-size: 18px;
    width: 50%;
  }
}

.sdgs-explain-img {
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width:768px) {
  .sdgs-explain-img {
    margin: 0;
    margin-left: 20px;
  }
}

.sdgs-list {
  background-image: url(../images/sdgs/blue-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .sdgs-list {}
}

.sdgs-list-wrap {
  padding: 30px 0;
}
@media screen and (min-width:768px) {
  .sdgs-list-wrap {
    padding: 60px 0;
  }
}

.sdgs-list-container {}
@media screen and (min-width:768px) {
  .sdgs-list-container {
    display: flex;
    justify-content: space-between;
  }
}

.sdgs-list-container-top {}
@media screen and (min-width:768px) {
  .sdgs-list-container-top {
    margin-bottom: 80px;
  }
}

.sdgs-list-item {
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  margin-bottom: 30px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:768px) {
  .sdgs-list-item {
    font-size: 24px;
    width: 430px;
    margin-bottom: 0;
  }
}

.sdgs-block-tit-wrap {
  text-align: center;
  padding: 100px 0;
  margin-top: -50px;
}
@media screen and (min-width:768px) {
  .sdgs-block-tit-wrap {}
}

.sdgs-number {
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .sdgs-number {
    margin-bottom: 60px;
  }
}

.sdgs-block-tit {
  color: #00A6D9;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sdgs-block-tit {
    font-size: 34px;
  }
}

.sdgs-block {
  background-image: url(../images/sdgs/block-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #E5F6FB;
  padding: 70px 0 90px 0;
}
@media screen and (min-width:768px) {
  .sdgs-block {
    padding: 140px 0 180px 0;
  }
}

.sdgs-logo-wrap {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .sdgs-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 275px;
  }
}

.sdgs-logo-wrap img {
  padding: 15px;
}
@media screen and (min-width:768px) {
  .sdgs-logo-wrap img {}
}

.sdgs-content {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width:768px) {
  .sdgs-content {
    margin-bottom: 360px;
  }
}

.sdgs-block .sdgs-content:last-child {
  margin-bottom: 0;
}

.sdgs-eyecatch {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .sdgs-eyecatch {
    position: absolute;
    top: -80px;
    margin-bottom: 0;
    z-index: 2;
  }
}

.sdgs-eyecatch-left {}
@media screen and (min-width:768px) {
  .sdgs-eyecatch-left {
    left: 50px;;
  }
}

.sdgs-eyecatch-right {}
@media screen and (min-width:768px) {
  .sdgs-eyecatch-right {
    right: 50px;
  }
}

.sdgs-text-wrap {
  position: relative;
  max-width: 910px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .sdgs-text-wrap {}
}

.sdgs-text-wrap-right {}
@media screen and (min-width:768px) {
  .sdgs-text-wrap-right {
    margin-left: auto;
  }
}

.sdgs-text-wrap-left {}
@media screen and (min-width:768px) {
  .sdgs-text-wrap-left {
    margin-right: auto;
  }
}

.sdgs-text-wrap-cyan {
  background-color: #00A6D9;
}
@media screen and (min-width:768px) {
  .sdgs-text-wrap-cyan {}
}

.sdgs-text-wrap-blue {
  background-color: #053B73;
}
@media screen and (min-width:768px) {
  .sdgs-text-wrap-blue {}
}

.bg-icon {
  position: absolute;
  opacity: 0.1;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .bg-icon {}
}

.bg-icon-cyan {
  right: -50px;
  bottom: -100px;
}
@media screen and (min-width:768px) {
  .bg-icon-cyan {}
}

.bg-icon-blue1 {
  left: -80px;
  top: 345px;
}
@media screen and (min-width:768px) {
  .bg-icon-blue1 {}
}

.bg-icon-blue2 {
  right: -50px;
  bottom: -100px;
}
@media screen and (min-width:768px) {
  .bg-icon-blue2 {}
}

.bg-icon-blue3 {
  left: -80px;
  top: 200px;
}
@media screen and (min-width:768px) {
  .bg-icon-blue3 {}
}

.bg-icon-blue4 {
  right: -50px;
  top: 200px;
}
@media screen and (min-width:768px) {
  .bg-icon-blue4 {}
}

.sdgs-text-note {
  text-align: center;
  max-width: 350px;
  color: #fff;
  font-size: 18px;
  padding: 30px 0;
  border: 1px solid #fff;
  margin: 30px auto;
}
@media screen and (min-width:768px) {
  .sdgs-text-note {
    font-size: 24px;
  }
}

.sdgs-text-note-right {}
@media screen and (min-width:768px) {
  .sdgs-text-note-right {
    margin: 150px 20px 160px auto;
  }
}

.sdgs-text-note-left {}
@media screen and (min-width:768px) {
  .sdgs-text-note-left {
    margin: 150px auto 160px 20px;
  }
}

.sdgs-text {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin-bottom: 40px;
  padding: 0 30px;
}
@media screen and (min-width:768px) {
  .sdgs-text {
    font-size: 18px;
    margin-bottom: 80px;
    padding: 0 60px;
  }
}

.sdgs-graph {
  text-align: center;
  margin: 40px 0 60px 0;
}
@media screen and (min-width:768px) {
  .sdgs-graph {
    margin: 80px 0 120px 0;
  }
}

.sdgs-eyecatch-text {
  max-width: 330px;
  color: #fff;
  font-size: 14px;
  margin: 10px auto;
  padding: 10px 0;
  background-color: #00A6D9;
}
@media screen and (min-width:768px) {
  .sdgs-eyecatch-text {
    margin: 10px auto;
  }
}

.sdgs-eyecatch-center {
  margin: 30px auto;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sdgs-eyecatch-center {
    margin: 30px auto 120px auto;
  }
}

.sdgs-footer {
  border-top: 4px solid #A48675;
  padding: 80px 0;
}
@media screen and (min-width:768px) {
  .sdgs-footer {
    padding: 160px 0;
  }
}

.sdgs-footer-img {
  text-align: center;
}
@media screen and (min-width:768px) {
  .sdgs-footer-img {}
}
