@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@300&display=swap");
.sdgs {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.sdgs_container {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 600px) {
  .sdgs_container {
    width: 1320px;
  }
}
.sdgs .ttlbox {
  background-image: url("../img/ttl_bg.jpg");
  background-position: center center;
}
.sdgs .ttlbox .ttl_innr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sdgs .ttlbox .ttl_innr h1 {
  text-shadow: 0 0 5px rgba(55, 55, 55, 0.4);
  margin-bottom: 1em;
  text-align: center;
  font-weight: 500;
}
.sdgs .ttlbox .ttl_innr h1::after {
  content: "\a━━━━";
  display: block;
}
.sdgs .ttlbox .ttl_innr p {
  text-shadow: 0 0 5px rgba(55, 55, 55, 0.4);
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sdgs .ttlbox {
    background-position: right -180px top;
    background-size: auto 100%;
  }
  .sdgs .ttlbox .ttl_innr {
    height: 350px;
    padding: 30px;
    box-sizing: border-box;
  }
  .sdgs .ttlbox .ttl_innr h1 {
    font-size: 30px;
  }
  .sdgs .ttlbox .ttl_innr p {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .sdgs .ttlbox {
    background-position: center bottom;
  }
  .sdgs .ttlbox .ttl_innr {
    width: 500px;
    height: 600px;
    margin: auto;
  }
  .sdgs .ttlbox .ttl_innr h1 {
    font-size: 48px;
  }
  .sdgs .ttlbox .ttl_innr p {
    font-size: 24px;
  }
}
.sdgs section {
  padding: 30px 15px;
}
.sdgs .goal section > div {
  margin: 15px;
}
.sdgs .goal section .text h2 {
  margin-bottom: 1em;
}
.sdgs .goal section .text h2,
.sdgs .goal section .text p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .sdgs .goal section .text h2,
  .sdgs .goal section .text p {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .sdgs section {
    padding: 80px 0;
    text-align: left;
  }
  .sdgs .goal section > div {
    width: 800px;
    margin: 30px auto;
  }
  .sdgs .goal section .text h2,
  .sdgs .goal section .text p {
    font-size: 16px;
  }
}

.sdgs .sengen {
  background-image: url("../img/sengen_bg.jpg");
  background-repeat: no-repeat;
}
.sdgs .sengen .innr {
  display: flex;
  flex-direction: column;
}
.sdgs .sengen .innr .text {
  background-color: #cc0011;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  font-weight: 500;
}
.sdgs .sengen .innr .text h3 {
  font-weight: 500;
  line-height: 1.4;
}
.sdgs .sengen .innr .text h3 strong {
  font-weight: 500;
}
.sdgs .sengen .innr .text p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .sdgs .sengen {
    background-size: auto 50%;
    background-position: right -50px bottom;
    height: 40vh;
  }
  .sdgs .sengen .innr .text {
    width: 90%;
    flex-basis: 200px;
    padding: 15px;
  }
  .sdgs .sengen .innr .text h3 {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .sdgs .sengen .innr .text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .sdgs .sengen {
    background-size: auto 80%;
    background-position: center bottom;
    height: 580px;
  }
  .sdgs .sengen .innr .text {
    width: 530px;
    flex-basis: 510px;
    padding: 15px 80px;
  }
  .sdgs .sengen .innr .text h3 {
    font-size: 30px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
  .sdgs .sengen .innr .text h3 strong {
    font-size: 50px;
  }
  .sdgs .sengen .innr .text h3 strong::before {
    content: "\A";
    white-space: pre;
  }
  .sdgs .sengen .innr .text p {
    font-size: 22px;
  }
}

.sdgs .torikumi {
  background-color: #e9e9e9;
}
.sdgs .torikumi h2 {
  color: #cc0011;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5em;
  letter-spacing: 2px;
}
.sdgs .torikumi .sec {
  background-color: #fff;
  display: flex;
  padding: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.sdgs .torikumi .sec > div {
  padding: 15px;
  box-sizing: border-box;
}
.sdgs .torikumi .sec .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sdgs .torikumi .sec .text .num {
  font-family: "Oswald", sans-serif;
  color: #cc0011;
  border-bottom: 2px solid #cc0011;
  margin-bottom: 0.5em;
}
.sdgs .torikumi .sec .text h3 {
  font-weight: 700;
  margin-bottom: 0.8em;
  letter-spacing: 2px;
}
.sdgs .torikumi .sec .text p {
  color: #606060;
  font-weight: 500;
  line-height: 2;
}
.sdgs .torikumi .sec .text .icon {
  margin-top: auto;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sdgs .torikumi .sec .text .icon li {
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .sdgs .torikumi h2 {
    font-size: 22px;
  }
  .sdgs .torikumi .sec {
    flex-direction: column;
  }
  .sdgs .torikumi .sec .text {
    padding: 15px;
  }
  .sdgs .torikumi .sec .text .num {
    font-size: 26px;
  }
  .sdgs .torikumi .sec .text h3 {
    font-size: calc(100vw / 15);
  }
  .sdgs .torikumi .sec .text p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .sdgs .torikumi .sec .text .icon li {
    flex-basis: 25%;
    padding: 2px;
  }
  .sdgs .torikumi .sec .text .icon li img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .sdgs .torikumi h2 {
    font-size: 42px;
  }
  .sdgs .torikumi .sec {
    flex-direction: row;
    padding: 30px;
    margin-bottom: 60px;
  }
  .sdgs .torikumi .sec > div {
    flex-basis: 50%;
    padding: 30px;
  }
  .sdgs .torikumi .sec .text .num {
    font-size: 32px;
  }
  .sdgs .torikumi .sec .text h3 {
    font-size: 40px;
  }
  .sdgs .torikumi .sec .text p {
    font-size: 16px;
  }
  .sdgs .torikumi .sec .text .icon li {
    padding: 4px;
  }
}
