@charset "UTF-8";


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

[data-inview=fade-in] {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

[data-inview=fade-in].is-inview {
  -webkit-animation: fadeup 0.8s ease forwards;
          animation: fadeup 0.8s ease forwards;
}

@media screen and (max-width: 960px) {
  [data-inview=fade-in-sp] {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}

@media screen and (max-width: 960px) {
  [data-inview=fade-in-sp].is-inview {
    -webkit-animation: fadeup 0.8s ease forwards;
            animation: fadeup 0.8s ease forwards;
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
}

._center {
  text-align: center;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
#header .inner {
  max-width: none;
  padding: 0;
}
#header .relation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  #header .relation {
    gap: 0 0.1rem;
  }
}
#header .relation li:nth-of-type(1) a {
  border-radius: 0 0 3rem 0;
  border-color: #2d74c9;
  background-color: #2d74c9;
}
#header .relation li:nth-of-type(1) a:hover {
  color: #2d74c9;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #header .relation li:nth-of-type(1) a:hover {
    color: #fff;
    background-color: #2d74c9;
  }
}
#header .relation li:nth-of-type(2) a {
  border-radius: 0 0 0 3rem;
  border-color: #ed6635;
  background-color: #ed6635;
}
#header .relation li:nth-of-type(2) a:hover {
  color: #ed6635;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #header .relation li:nth-of-type(2) a:hover {
    color: #fff;
    background-color: #ed6635;
  }
}
#header .relation li a {
  display: block;
  padding: 1.65rem 1rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border: 0.2rem solid;
}
@media screen and (max-width: 960px) {
  #header .relation li a {
    padding: 1.45rem 1rem;
    font-size: 1.8rem;
  }
}

#footer {
  color: #fff;
}

#footer-top {
  padding: 10rem 0;
  background-color: #4b4949;
}
@media screen and (max-width: 960px) {
  #footer-top {
    padding: 10rem 0 7rem;
  }
}
#footer-top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 113rem;
}
@media screen and (max-width: 960px) {
  #footer-top .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  #footer-top .logo {
    margin: 0 0 4.3rem;
  }
}
#footer-top .logo a {
  display: block;
  max-width: 33.1rem;
}
@media screen and (max-width: 960px) {
  #footer-top .logo a {
    max-width: 22.2rem;
  }
}
#footer-top .logo a img {
  width: 100%;
  max-width: none;
}
#footer-top .contact {
  width: 100%;
  max-width: 62.9rem;
}
@media screen and (max-width: 960px) {
  #footer-top .contact {
    max-width: 30.9rem;
  }
}
#footer-top .contact ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
@media screen and (max-width: 960px) {
  #footer-top .contact ul {
    grid-template-columns: 1fr;
  }
}
#footer-top .contact li:nth-of-type(1) a .text::before {
  width: 1.9rem;
  height: 2.3rem;
  margin: 0 0 0 0.2rem;
  -webkit-mask-image: url("../../img/sdgs/icon-tel.svg");
          mask-image: url("../../img/sdgs/icon-tel.svg");
}
#footer-top .contact li:nth-of-type(2) a .text::before {
  width: 1.9rem;
  height: 1.4rem;
  margin: 0 0 0 0.4rem;
  -webkit-mask-image: url("../../img/sdgs/icon-mail.svg");
          mask-image: url("../../img/sdgs/icon-mail.svg");
}
#footer-top .contact li a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 8.4rem;
  color: #fff;
  font-weight: bold;
  border: 0.1rem solid #fff;
  border-radius: 1000rem;
}
#footer-top .contact li a:hover {
  color: #4b4949;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #footer-top .contact li a:hover {
    color: #fff;
    background-color: transparent;
  }
}
#footer-top .contact li a:hover .text::before {
  background-color: #4b4949;
}
@media screen and (max-width: 960px) {
  #footer-top .contact li a:hover .text::before {
    background-color: #fff;
  }
}
#footer-top .contact li a span {
  display: block;
}
#footer-top .contact li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.2rem;
  position: relative;
  font-size: 2rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
#footer-top .contact li a .text::before {
  content: "";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #fff;
}
#footer-top .contact li a .small {
  margin: 0.2rem 0 0;
  font-size: 1.4rem;
  line-height: 1.9rem;
  letter-spacing: 0.05em;
}

#footer-bottom {
  padding: 1.4rem;
  background-color: #373737;
}
#footer-bottom .copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.section {
  width: 100%;
}
.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: 120rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
#branding {
  position: relative;
  padding: 15.8rem 0 6.3rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #branding {
    padding: 13.1rem 0 4rem;
  }
}
#branding h1 {
  max-width: 57.1rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 960px) {
  #branding h1 {
    margin: 0 auto 4rem;
    max-width: 26.1rem;
  }
}
#branding h1 img {
  width: 100%;
  max-width: none;
}
#branding p {
  color: #043d78;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #branding p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
#branding .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #branding .swiper {
    width: 200%;
  }
}
#branding .swiper.-a .swiper-slide .character:nth-of-type(1) {
  top: 19.7rem;
  left: 10.8rem;
  width: 17.7rem;
}
@media screen and (max-width: 960px) {
  #branding .swiper.-a .swiper-slide .character:nth-of-type(1) {
    top: 9rem;
    left: 0;
    width: 8.6rem;
  }
}
#branding .swiper.-a .swiper-slide .character:nth-of-type(2) {
  top: 19.6rem;
  left: 123.3rem;
  width: 25.7rem;
}
@media screen and (max-width: 960px) {
  #branding .swiper.-a .swiper-slide .character:nth-of-type(2) {
    top: 11rem;
    left: 34.1rem;
    width: 12.6rem;
  }
}
#branding .swiper.-b .swiper-slide .character:nth-of-type(1) {
  top: 45.9rem;
  left: 13.3rem;
  width: 13.7rem;
}
@media screen and (max-width: 960px) {
  #branding .swiper.-b .swiper-slide .character:nth-of-type(1) {
    top: 21.9rem;
    left: 2.6rem;
    width: 6.6rem;
  }
}
#branding .swiper.-b .swiper-slide .character:nth-of-type(2) {
  top: 36.3rem;
  left: 55.9rem;
  width: 13.9rem;
}
@media screen and (max-width: 960px) {
  #branding .swiper.-b .swiper-slide .character:nth-of-type(2) {
    top: 7.9rem;
    left: 21rem;
    width: 6.7rem;
  }
}
#branding .swiper.-b .swiper-slide .character:nth-of-type(3) {
  top: 34.2rem;
  left: 166.3rem;
  width: 14.4rem;
}
@media screen and (max-width: 960px) {
  #branding .swiper.-b .swiper-slide .character:nth-of-type(3) {
    top: 25.1rem;
    left: 34.7rem;
    width: 5rem;
  }
}
#branding .swiper.-c .swiper-slide .character:nth-of-type(1) {
  top: 59.4rem;
  left: 34rem;
  width: 15.2rem;
}
@media screen and (max-width: 960px) {
  #branding .swiper.-c .swiper-slide .character:nth-of-type(1) {
    top: 32.9rem;
    left: 5rem;
    width: 7.3rem;
  }
}
#branding .swiper.-c .swiper-slide .character:nth-of-type(2) {
  top: 59.4rem;
  left: 144.1rem;
  width: 14.4rem;
}
@media screen and (max-width: 960px) {
  #branding .swiper.-c .swiper-slide .character:nth-of-type(2) {
    top: 33.4rem;
    left: 35.8rem;
    width: 7rem;
  }
}
#branding .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#branding .swiper-slide .character {
  display: inline-block;
  position: absolute;
}
#branding .swiper-slide .character img {
  width: 100%;
  max-width: none;
}

#about-message-top img {
  width: 100%;
  max-width: none;
}

#about-message {
  position: relative;
  padding: 0 0 22.6rem;
  margin: -12.3rem 0 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#54bebc), to(#3e75b1));
  background: -webkit-linear-gradient(top, #54bebc, #3e75b1);
  background: linear-gradient(to bottom, #54bebc, #3e75b1);
}
@media screen and (max-width: 960px) {
  #about-message {
    padding: 0.1rem 0 0;
    margin: -4rem 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#54bebc), to(#4282b3));
    background: -webkit-linear-gradient(top, #54bebc, #4282b3);
    background: linear-gradient(to bottom, #54bebc, #4282b3);
  }
}
#about-message::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.3rem;
  left: 0;
  width: 47.7rem;
  height: 140.3rem;
  background-image: url("../../img/sdgs/about-message-decoration-left.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #about-message::before {
    top: 3.7rem;
    left: 0;
    width: 9.9rem;
    height: 20.6rem;
    background-image: url("../../img/sdgs/sp/about-message-decoration-left.svg");
  }
}
#about-message::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.9rem;
  right: 13.1rem;
  width: 21.7rem;
  height: 18rem;
  background-image: url("../../img/sdgs/about-message-decoration-right.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #about-message::after {
    top: 2.7rem;
    right: 0;
    width: 18.1rem;
    height: 24.8rem;
    background-image: url("../../img/sdgs/sp/about-message-decoration-right.svg");
  }
}
#about-message .inner {
  max-width: none;
  padding: 0;
  overflow: hidden;
}
#about-message .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 5.1rem;
  margin: 0 -2.4rem 0 0;
}
@media screen and (max-width: 960px) {
  #about-message .content {
    display: block;
    margin: 0;
  }
}
#about-message .content.is-inview .description {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#about-message .content.is-inview .figure img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 960px) {
  #about-message .content.is-inview .figure img {
    -webkit-transform: scale(0.05, 0.05);
            transform: scale(0.05, 0.05);
  }
}
@media screen and (max-width: 960px) {
  #about-message .content.is-inview .figure.is-inview img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#about-message h2 {
  margin: 0 0 7.6rem;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 960px) {
  #about-message h2 {
    padding: 0 0.8rem 0 0;
    margin: 0 0 15.5rem;
    font-size: 5.8rem;
    line-height: 1.2;
  }
}
#about-message h3 {
  max-width: 48.9rem;
  margin: 0 0 3.7rem;
}
@media screen and (max-width: 960px) {
  #about-message h3 {
    max-width: 27.1rem;
    margin: 0 0 5rem;
  }
}
#about-message h3 img {
  width: 100%;
  max-width: none;
}
#about-message .figure {
  width: 100%;
  max-width: 99.3rem;
}
@media screen and (max-width: 960px) {
  #about-message .figure {
    width: 49.7rem;
    margin: 0 0 0 -6.1rem;
  }
}
#about-message .figure img {
  width: 100%;
  max-width: none;
  -webkit-transform: scale(0.05, 0.05);
          transform: scale(0.05, 0.05);
  -webkit-transition: -webkit-transform 1.4s ease 0.4s;
  transition: -webkit-transform 1.4s ease 0.4s;
  transition: transform 1.4s ease 0.4s;
  transition: transform 1.4s ease 0.4s, -webkit-transform 1.4s ease 0.4s;
}
@media screen and (max-width: 960px) {
  #about-message .figure img {
    -webkit-transition: -webkit-transform 1.4s ease;
    transition: -webkit-transform 1.4s ease;
    transition: transform 1.4s ease;
    transition: transform 1.4s ease, -webkit-transform 1.4s ease;
    -webkit-transform: scale(0.05, 0.05);
            transform: scale(0.05, 0.05);
  }
}
#about-message .description {
  max-width: 49rem;
  padding: 2.6rem 0 0;
  opacity: 0;
  -webkit-transform: translate(0, 6rem);
          transform: translate(0, 6rem);
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
@media screen and (max-width: 960px) {
  #about-message .description {
    padding: 0 1.5rem;
    margin: 0 0 5rem;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
#about-message .description p {
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 960px) {
  #about-message .description p {
    font-size: 1.4rem;
  }
}
#about-message .description p:not(:last-of-type) {
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 960px) {
  #about-message .description p:not(:last-of-type) {
    margin: 0 0 2.8rem 0;
  }
}
#about-message .description .goals {
  max-width: 47.9rem;
  padding: 6.2rem 9.3rem 6.3rem 9.4rem;
  margin: 4.7rem 0 0;
  border-radius: 4.6rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #about-message .description .goals {
    padding: 3rem 9.4rem 3.1rem 9.5rem;
    margin: 5rem 0 0;
    border-radius: 3.3rem;
  }
}
#about-message .description .goals img {
  width: 100%;
  max-width: none;
}

#sdgs-initiatives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#sdgs-initiatives.is-loading .thumbnail .box {
  -webkit-transition: none !important;
  transition: none !important;
}
#sdgs-initiatives .thumbnail {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .thumbnail {
    display: none;
  }
}
#sdgs-initiatives .thumbnail .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#sdgs-initiatives .thumbnail .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
#sdgs-initiatives .thumbnail .box.is-current {
  opacity: 1;
}
#sdgs-initiatives .thumbnail .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sdgs-initiatives .thumbnail-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .thumbnail-sp {
    display: block;
  }
}
#sdgs-initiatives .thumbnail-sp img {
  width: 100%;
  max-width: none;
}
#sdgs-initiatives .description {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description {
    width: 100%;
  }
}
#sdgs-initiatives .description .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
#sdgs-initiatives .description .box.-first {
  padding: 0 0 0 1.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e75b1), to(#2d3ea9));
  background: -webkit-linear-gradient(top, #3e75b1, #2d3ea9);
  background: linear-gradient(to bottom, #3e75b1, #2d3ea9);
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box.-first {
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#4282b3), to(#3a6ab0));
    background: -webkit-linear-gradient(top, #4282b3, #3a6ab0);
    background: linear-gradient(to bottom, #4282b3, #3a6ab0);
  }
}
#sdgs-initiatives .description .box.-first .content {
  max-width: 74.1rem;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box.-first .content {
    max-width: none;
    padding: 10rem 1.5rem 7rem;
  }
}
#sdgs-initiatives .description .box.-first h2 {
  margin: 0 0 12.2rem;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box.-first h2 {
    margin: 0 0 4rem;
  }
}
#sdgs-initiatives .description .box.-first h2 span {
  display: block;
}
#sdgs-initiatives .description .box.-first h2 .en {
  margin: 0 0 5.1rem;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box.-first h2 .en {
    margin: 0 0 2rem;
    font-size: 5.8rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
#sdgs-initiatives .description .box.-first h2 .ja {
  max-width: 66.9rem;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box.-first h2 .ja {
    max-width: 19.9rem;
  }
}
#sdgs-initiatives .description .box.-first h2 .ja img {
  width: 100%;
  max-width: none;
}
#sdgs-initiatives .description .box.-first p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box.-first p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box.-second {
    background: -webkit-gradient(linear, left top, left bottom, from(#3a6ab0), to(#2d3ea9));
    background: -webkit-linear-gradient(top, #3a6ab0, #2d3ea9);
    background: linear-gradient(to bottom, #3a6ab0, #2d3ea9);
  }
}
#sdgs-initiatives .description .box:not(.-first) {
  background-color: #2d3ea9;
}
#sdgs-initiatives .description .box:not(.-first) .content {
  max-width: 57rem;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box:not(.-first) .content {
    padding: 0 1.5rem 7rem;
    margin: -10rem 0 0;
    max-width: none;
  }
}
#sdgs-initiatives .description .box:not(.-first) .logo {
  max-width: 26.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box:not(.-first) .logo {
    max-width: 22.5rem;
  }
}
#sdgs-initiatives .description .box:not(.-first) .logo img {
  width: 100%;
  max-width: none;
}
#sdgs-initiatives .description .box:not(.-first) h3 {
  margin: 7rem 0 4rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box:not(.-first) h3 {
    margin: 5rem 0 4rem;
    font-size: 2.2rem;
    text-align: left;
    letter-spacing: 0.0462em;
  }
}
#sdgs-initiatives .description .box:not(.-first) p {
  margin: 0 0 5rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box:not(.-first) p {
    font-size: 1.4rem;
  }
}
#sdgs-initiatives .description .box:not(.-first) .button {
  display: block;
  width: 100%;
  padding: 2.4rem 0.5em;
  color: #2d3ea9;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border-radius: 1000rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box:not(.-first) .button {
    padding: 2.6rem 0.5em;
    color: #3b55b3;
    font-size: 1.8rem;
  }
}
#sdgs-initiatives .description .box:not(.-first) .button:hover {
  color: #fff;
  background-color: #54bebc;
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box:not(.-first) .button:hover {
    color: #3b55b3;
    background-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #sdgs-initiatives .description .box:last-of-type .content {
    padding: 0 1.5rem 0;
  }
}
#sdgs-initiatives .description .content {
  margin: 0 auto;
}

#using-all {
  position: relative;
}
#using-all.is-inview .box-content img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#using-all::before {
  content: "";
  display: block;
  width: 100%;
  height: 59.1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d3ea9), to(#54bebc));
  background: -webkit-linear-gradient(top, #2d3ea9, #54bebc);
  background: linear-gradient(to bottom, #2d3ea9, #54bebc);
}
@media screen and (max-width: 960px) {
  #using-all::before {
    height: 49.1rem;
    background: #2d3ea9;
  }
}
#using-all .bg img {
  width: 100%;
  max-width: none;
}
#using-all .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 9.7rem;
  left: 0;
  gap: 0 4.1rem;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #using-all .inner {
    display: block;
    top: 0;
    left: 0;
  }
}
#using-all .box-title {
  padding: 17.4rem 0 0;
}
@media screen and (max-width: 960px) {
  #using-all .box-title {
    padding: 10.2rem 1.4rem 18.1rem;
  }
}
#using-all h2 {
  color: #fff;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 960px) {
  #using-all h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 5.8rem;
    line-height: 1.2;
  }
}
#using-all .box-content {
  max-width: 80.2rem;
}
@media screen and (max-width: 960px) {
  #using-all .box-content {
    padding: 0 0 0 1.3rem;
    margin: -14.1rem 0 0;
  }
}
#using-all .box-content img {
  width: 100%;
  max-width: none;
}

#relation {
  padding: 14rem 0;
}
@media screen and (max-width: 960px) {
  #relation {
    padding: 7rem 0 10rem;
  }
}
#relation h2 {
  max-width: 109.7rem;
  margin: 0 auto 4.4rem;
}
@media screen and (max-width: 960px) {
  #relation h2 {
    max-width: 34.5rem;
    margin: 0 auto 2.9rem;
  }
}
#relation h2 img {
  width: 100%;
  max-width: none;
}
#relation ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3rem;
  max-width: 80.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #relation ul {
    grid-template-columns: 1fr;
    max-width: 34.5rem;
    gap: 4.4rem 0;
  }
}
#relation ul li:nth-of-type(1) a:hover .button {
  color: #0e5eb1;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #relation ul li:nth-of-type(1) a:hover .button {
    color: #fff;
    background-color: #0e5eb1;
  }
}
#relation ul li:nth-of-type(1) .button {
  border-color: #0e5eb1;
  background-color: #0e5eb1;
}
#relation ul li:nth-of-type(2) a:hover .button {
  color: #ed6635;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #relation ul li:nth-of-type(2) a:hover .button {
    color: #fff;
    background-color: #ed6635;
  }
}
#relation ul li:nth-of-type(2) .button {
  border-color: #ed6635;
  background-color: #ed6635;
}
#relation ul li a {
  display: block;
}
#relation ul li a:hover .image img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}
@media screen and (max-width: 960px) {
  #relation ul li a:hover .image img {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#relation ul li .image {
  margin: 0 0 2.5rem;
  border: 0.1rem solid #f4f3f1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #relation ul li .image {
    margin: 0 0 2.2rem;
  }
}
#relation ul li .image img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#relation ul li .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 1.95rem 0.5em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  border-radius: 1000rem;
  border: 0.2rem solid;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 960px) {
  #relation ul li .button {
    padding: 1.708rem 0.5em;
    font-size: 1.785rem;
  }
}