@charset "utf-8";
/* CSS Document */
.page__top{
  background-image: url("../images/bg_sdgs.jpg");
  padding-top: 14.2%;
  margin-bottom: 3.571rem;   
}
@media screen and (max-width: 960px) {
  .page__top{
    background-image: url("../images/bg_sdgs_sp.jpg");
    padding-top: 31.25%;
    margin-bottom: 6.8%;
  }
}

.sdgs p {
  font-size: 15px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .sdgs p {
    font-size: 12px;
    line-height: 18px;
  }
}

.sdgs-first {
  display: flex;
  gap : 20px;
}

@media screen and (max-width: 960px) {
  .sdgs-first {
    flex-direction: column;
  }
}

.sdgs-image-01 {
  max-width: 300px;
}

@media screen and (max-width: 960px) {
  .sdgs-image-01 {
    margin: 0 auto;
  }
}


.sdgs-image-02 {
  max-width: 650px;
  margin: 30px auto 80px;
}

@media screen and (max-width: 960px) {
  .sdgs-image-02 {
    margin: 20px auto 40px;
  }
}

.sdgs-image-03 {
  max-width: 470px;
  margin: 20px auto 20px;
}

.sdgs01 {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .sdgs01 {
    margin-bottom: 40px;
  }
}

.sdgs__ttl01 {
  font-size: 20px;
  color: #0A2064;
  display: flex;
  align-items: center;
  gap : 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .sdgs__ttl01 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.sdgs__ttl01::after {
  content: "";
  background: #0A2064;
  flex : 1;
  width: 100%;
  height: 1px;
  display: block;
}

.sdgs__sdgstop {
  background-color: #f7f8fa;
  padding: 20px 0 100px;
}

@media screen and (max-width: 960px) {
  .sdgs__sdgstop {
    padding: 20px 0 40px;
  }
}

.sdgd__lead {
  text-align: center;
}

.sdgs03-list {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .sdgs03-list {
    flex-direction: column;
  }
}

.sdgs03-list li {
  background: #fff;
  border : 1px solid #CCCCCC;
  padding: 20px 15px;
  color: #333333;
  border-left : 10px solid #0A2064;
  width: calc(50% - 10px);
  font-size: 15px;
}

@media screen and (max-width: 960px) {
  .sdgs03-list li {
    width: 100%;
    font-size: 13px;
    padding: 15px;
  }
}

.sdgs04 {
  padding: 80px 0 60px;
}

@media screen and (max-width: 960px) {
  .sdgs04 {
    padding: 40px 0 40px;
  }
}

.sdgs p.sdgs__bottom {
  text-align: center;
  color: #0A2064;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 28px;
}

.sdgs__btn a {
  background: #001871 url("../images/icon_link.svg") 85% center no-repeat;
  padding: 20px;
  max-width: 275px;
  display: block;
  border-radius: 80px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
}