@charset "UTF-8";
html body .hero {
  height: 450px;
  position: relative;
  background: url(../../images/sdgs/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 390px;
    background: url(../../images/sdgs/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 16px;
  color: #F8F8F8;
  font-size: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    background-color: #fff;
    color: #0E1A3C;
  }
}
html body .contents_breadcrumb {
  padding: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb {
    margin-bottom: 40px;
  }
}
html body .sdgs-section .wrapper {
  max-width: 1400px;
}
html body .sdgs-section01 {
  margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 {
    margin-bottom: 36px;
  }
}
html body .sdgs-section01 .sdgs-title {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-title {
    max-width: 245px;
    margin: 0 auto 40px;
  }
}
html body .sdgs-section01 .sdgs-text {
  font-size: 24px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-text {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-text {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .sdgs-section01 .sdgs-text {
    text-align: left;
  }
}
html body .sdgs-section01 .sdgs-text + .sdgs-text {
  margin: 30px 0 110px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-text + .sdgs-text {
    margin: 20px 0 70px;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-text .pc {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-text .sp {
    display: block;
  }
}
html body .sdgs-section01 .sdgs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
}
@media screen and (max-width: 1400px) {
  html body .sdgs-section01 .sdgs-flex {
    gap: 0 32px;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 0;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-left {
  max-width: 680px;
  width: 100%;
}
html body .sdgs-section01 .sdgs-flex .flex-right {
  max-width: 656px;
  width: 100%;
  padding: 76px 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1400px) {
  html body .sdgs-section01 .sdgs-flex .flex-right {
    padding: 40px 45px;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .right-text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .right-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .right-text_bold {
  margin: 45px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .right-text_bold {
    margin: 25px 0 45px;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
  width: 315px;
  margin-left: 0;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
    width: 200px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a {
    background-color: #fff;
    color: #0E1A3C;
  }
}
html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section01 .sdgs-flex .flex-right .box-link-arrow a:hover {
    background-color: #0E1A3C;
    color: #fff;
  }
}
html body .sdgs-section02 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 {
    margin-bottom: 168px;
  }
}
html body .sdgs-section02 .sdgs-title {
  margin-bottom: 130px;
  font-size: 36px;
  line-height: 62px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-title {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-title {
    margin-bottom: 40px;
    font-weight: bold;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .sdgs-section02 .sdgs-title {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  html body .sdgs-section02 .sdgs-title .sp {
    display: block;
  }
}
html body .sdgs-section02 .sdgs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 72px;
}
@media screen and (max-width: 1400px) {
  html body .sdgs-section02 .sdgs-flex {
    gap: 0 30px;
  }
}
html body .sdgs-section02 .sdgs-flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  html body .sdgs-section02 .sdgs-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .sdgs-section02 .sdgs-flex + .sdgs-flex {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex + .sdgs-flex {
    margin-top: 40px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-left {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  html body .sdgs-section02 .sdgs-flex .flex-left {
    max-width: 350px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right {
  max-width: 628px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-title {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1199px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title .pc {
    display: none;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-title .sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-title .sp {
    display: block;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText {
    margin-bottom: 30px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item::before {
  content: "・";
  display: block;
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item + .right-item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeText .right-item + .right-item {
    margin-top: 22px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg {
    gap: 0 8px;
  }
}
html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg .right-item {
  max-width: 115px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .sdgs-section02 .sdgs-flex .flex-right .right-list_typeImg .right-item {
    max-width: 60px;
  }
}

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