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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #313c45;
  background-color: #ffffff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

.container {
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .container {
    width: 94%;
  }
}

[data-fade] {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

[data-fade].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-fade] {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 24px 0;
}
.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 70px;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.logo-mark {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo-mark--lg {
  width: 86px;
  height: 86px;
}
.logo-mark__petal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  height: 38%;
  background-color: #5780b9;
  border-radius: 50%;
  -webkit-transform-origin: 50% 130%;
          transform-origin: 50% 130%;
}
.logo-mark__petal:nth-child(1) {
  -webkit-transform: translate(-50%, -130%) rotate(0deg);
          transform: translate(-50%, -130%) rotate(0deg);
}
.logo-mark__petal:nth-child(2) {
  -webkit-transform: translate(-50%, -130%) rotate(72deg);
          transform: translate(-50%, -130%) rotate(72deg);
}
.logo-mark__petal:nth-child(3) {
  -webkit-transform: translate(-50%, -130%) rotate(144deg);
          transform: translate(-50%, -130%) rotate(144deg);
}
.logo-mark__petal:nth-child(4) {
  -webkit-transform: translate(-50%, -130%) rotate(216deg);
          transform: translate(-50%, -130%) rotate(216deg);
}
.logo-mark__petal:nth-child(5) {
  -webkit-transform: translate(-50%, -130%) rotate(288deg);
          transform: translate(-50%, -130%) rotate(288deg);
}
.logo-mark__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22%;
  height: 22%;
  background-color: #d94040;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.decor-sq {
  display: inline-block;
}
.decor-sq--green {
  background-color: #5b8d6b;
}
.decor-sq--blue {
  background-color: #6a82a2;
}
.decor-sq--red {
  background-color: #a85a5a;
}
.decor-sq--navy {
  background-color: #6f87a6;
}

.sdgs-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.sdgs-logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.05;
  font-size: clamp(23px, 2vw, 28px);
  color: #313c45;
}
.sdgs-logo__goals {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(36px, 5vw, 56px);
  color: #2196d2;
  line-height: 1;
}
.sdgs-logo__wheel {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.02em;
  border-radius: 50%;
  background: conic-gradient(#e5243b 0 5.88%, #dda63a 5.88% 11.76%, #4c9f38 11.76% 17.64%, #c5192d 17.64% 23.52%, #ff3a21 23.52% 29.4%, #26bde2 29.4% 35.28%, #fcc30b 35.28% 41.16%, #a21942 41.16% 47.04%, #fd6925 47.04% 52.92%, #dd1367 52.92% 58.8%, #fd9d24 58.8% 64.68%, #bf8b2e 64.68% 70.56%, #3f7e44 70.56% 76.44%, #0a97d9 76.44% 82.32%, #56c02b 82.32% 88.2%, #00689d 88.2% 94.08%, #19486a 94.08% 100%);
  position: relative;
}
.sdgs-logo__wheel::after {
  content: "";
  position: absolute;
  inset: 25%;
  background: #ffffff;
  border-radius: 50%;
}

.info-box {
  border: 1px solid #d8dee7;
  padding: 24px 40px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .info-box {
    padding: 24px 16px;
  }
}
.info-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.info-box__icon {
  width: 34px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-box__icon svg {
  width: 100%;
  height: 100%;
}
.info-box__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #313c45;
}
.info-box__text {
  font-size: 18px;
  line-height: 2;
  color: #535353;
}

.sdg-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sdg-icons {
    gap: 12px;
  }
}

.sdg-icon {
  width: 30%;
  max-width: 120px;
  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;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
.sdg-icon__num {
  font-size: 37px;
  line-height: 1;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .sdg-icon__num {
    font-size: 28px;
  }
}
.sdg-icon__label {
  font-size: 16px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .sdg-icon__label {
    font-size: 16px;
  }
}
.sdg-icon--1 {
  background-color: #e5243b;
}
.sdg-icon--2 {
  background-color: #dda63a;
}
.sdg-icon--3 {
  background-color: #4c9f38;
}
.sdg-icon--4 {
  background-color: #c5192d;
}
.sdg-icon--5 {
  background-color: #ff3a21;
}
.sdg-icon--6 {
  background-color: #26bde2;
}
.sdg-icon--7 {
  background-color: #fcc30b;
}
.sdg-icon--8 {
  background-color: #a21942;
}
.sdg-icon--9 {
  background-color: #fd6925;
}
.sdg-icon--10 {
  background-color: #dd1367;
}
.sdg-icon--11 {
  background-color: #fd9d24;
}
.sdg-icon--12 {
  background-color: #bf8b2e;
}
.sdg-icon--13 {
  background-color: #3f7e44;
}
.sdg-icon--14 {
  background-color: #0a97d9;
}
.sdg-icon--15 {
  background-color: #56c02b;
}
.sdg-icon--16 {
  background-color: #00689d;
}
.sdg-icon--17 {
  background-color: #19486a;
}

.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 5/2;
  min-height: 350px;
  max-height: 760px;
  background-image: url("../images/fv.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  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;
}
@media (max-width: 767px) {
  .fv {
    height: 50vh;
    aspect-ratio: 1/1;
    min-height: 300px;
  }
}
.fv__overlay {
  position: absolute;
  inset: 0;
}
.fv__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.fv__title {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fv__title {
    font-size: 37px;
  }
}

.intro {
  padding: 96px 0 96px;
  position: relative;
}
@media (max-width: 767px) {
  .intro {
    padding: 64px 0;
  }
}
.intro__inner {
  position: relative;
}
.intro__logo {
  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;
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .intro__logo {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.intro__company {
  font-size: 55px;
  font-weight: 700;
  color: #313c45;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .intro__company {
    font-size: 37px;
  }
}
.intro__body {
  position: relative;
  max-width: 700px;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .intro__body {
    margin-bottom: 40px;
  }
}
.intro__text {
  font-size: 20px;
  line-height: 2.2;
  color: #313c45;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .intro__text {
    font-size: 18px;
    line-height: 2;
  }
}
.intro__decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  margin-top: 30px;
  left: 0;
  width: 280px;
  height: 600px;
}
@media (max-width: 1024px) {
  .intro__decor {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .intro__decor {
    display: none;
  }
}
.intro__decor .decor-sq {
  opacity: 0.7;
  position: absolute;
}
.intro__decor .decor-sq--green {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0px;
}
.intro__decor .decor-sq--blue {
  width: 90px;
  height: 90px;
  top: -50px;
  left: 80px;
}
.intro__decor .decor-sq--red {
  width: 120px;
  height: 120px;
  top: 230px;
  left: 80px;
}
.intro__decor .decor-sq--navy {
  width: 130px;
  height: 130px;
  top: 380px;
  left: 30px;
}
.intro__sdgs-logo {
  text-align: center;
  margin: 64px auto 96px;
}
@media (max-width: 767px) {
  .intro__sdgs-logo {
    margin: 40px auto 64px;
  }
}

.topic {
  padding: 96px 0;
  background-color: #ecf1f8;
}
@media (max-width: 1024px) {
  .topic {
    padding: 64px 0;
  }
}
.topic__inner {
  position: relative;
}
.topic__head {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .topic__head {
    margin-bottom: 40px;
  }
}
.topic__head_svg {
  margin-bottom: 30px;
}
.topic__title {
  font-size: 46px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #313c45;
}
@media (max-width: 1024px) {
  .topic__title {
    font-size: clamp(20px, 4.1666666667vw, 32px);
    margin-top: 24px;
  }
}
.topic__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .topic__body {
    gap: 64px;
  }
}
@media (max-width: 1024px) {
  .topic__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.topic__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .topic__images {
    gap: 12px;
  }
}
.topic__image {
  overflow: hidden;
  border-radius: 2px;
}
.topic__image img {
  width: 85%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .topic__image img {
    width: 100%;
  }
}
.topic__image:nth-child(2n-1) img {
  margin-left: 15%;
}
@media (max-width: 1024px) {
  .topic__image:nth-child(2n-1) img {
    margin-left: 0;
  }
}
.topic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.topic__text {
  font-size: clamp(18px, 1.6842105263vw, 32px);
  line-height: 2.2;
  color: #313c45;
}
@media (max-width: 1024px) {
  .topic__text {
    font-size: 18px;
    line-height: 2;
  }
}

.efforts__title {
  font-size: 28px;
  font-weight: 700;
  color: #313c45;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .efforts__title {
    font-size: 25px;
  }
}
.efforts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.efforts__item {
  background-color: #313C45;
  padding: 16px;
  font-size: clamp(23px, 1.7777777778vw, 32px);
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  line-height: 2;
}
@media (max-width: 767px) {
  .efforts__item {
    font-size: clamp(18px, 1.7777777778vw, 32px);
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .efforts__item br {
    display: none;
  }
}

.topic__efforts {
  padding: 30px;
  border: solid 1px #8E9AAC;
}

.closing {
  padding: 96px 0 64px;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .closing {
    padding: 64px 0 40px;
  }
}
.closing__inner {
  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;
  gap: 40px;
}
.closing__statement {
  font-size: clamp(20px, 1.4736842105vw, 28px);
  line-height: 2.2;
  color: #313c45;
  text-align: left;
  max-width: 1100px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .closing__statement {
    font-size: 18px;
    line-height: 2;
  }
}
.closing__logo {
  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;
  gap: 24px;
}
.closing__company {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .closing__company {
    font-size: 28px;
  }
}
.closing__decor {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.closing__decor img {
  max-width: 800px;
  width: 80%;
  display: block;
  margin: auto;
}
.closing__address {
  font-size: 20px;
  line-height: 1.8;
  color: #313c45;
}
@media (max-width: 767px) {
  .closing__address {
    font-size: 18px;
  }
}
.closing__tel {
  font-size: 37px;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .closing__tel {
    font-size: 28px;
  }
}
.closing__map {
  width: 100%;
  max-width: 1420px;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 3/1;
}
.closing__map iframe {
  width: 100%;
  height: 100%;
  max-height: 430px;
}
.closing__copy {
  font-size: 16px;
  color: #313c45;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */