/* Font Size ----- */
/* :root {
    //color settings
    //original
    --color-txt: #222b37;
    --color-white: #fff;
    --color-yellow: #ffe200;
    --color-blue: #00a2d2;
    --color-gray: #e7ecf0;

    //color role
    --color-main: var(--color-txt) !important;
    --color-accent: var(--color-yellow) !important;
    --color-sub: var(--color-blue) !important;
    --color-base : var(--color-gray) !important;
} */
@media screen and (min-width:768px) and (max-width:991px) {
  .initiatives-page .container {
    width: 90%;
  }
}
.initiatives-page__top-description {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
}
@media screen and (min-width:992px) {
  .initiatives-page__top-description {
    width: 80%;
    margin-inline: auto;
  }
}

.initiatives-section#goals {
  background: #ebf2f7;
}
.initiatives-section__grid {
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width:768px) {
  .initiatives-section__grid {
    gap: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width:992px) {
  .initiatives-section__grid {
    gap: 6rem;
    margin-top: 6rem;
  }
}
.initiatives-section__grid:has(.image) {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width:768px) {
  .initiatives-section__grid:has(.image) {
    grid-template-columns: 5.2fr 4.7fr;
  }
}
.initiatives-section__grid:has(.goals-info) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem 3rem;
}
@media screen and (max-width:767px) {
  .initiatives-section__grid:has(.goals-info) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.initiatives-section__grid:has(.goals-info) > * {
  width: 100%;
}
@media screen and (min-width:768px) {
  .initiatives-section__grid:has(.goals-info) > * {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (min-width:992px) {
  .initiatives-section__grid:has(.goals-info) > * {
    width: calc((100% - 6rem) / 2);
  }
}
@media screen and (min-width:768px) {
  .initiatives-section__grid.-reserve .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.initiatives-section__grid + .initiatives-section__grid {
  margin-top: 6rem;
}
@media screen and (min-width:992px) {
  .initiatives-section__grid + .initiatives-section__grid {
    margin-top: 9rem;
  }
}
@media screen and (max-width:767px) {
  .initiatives-section__grid .txt:has(.txt-ttl) {
    display: contents;
  }
  .initiatives-section__grid .txt:has(.txt-ttl) .txt-ttl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0;
  }
}
.initiatives-section__grid .txt-ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width:767px) {
  .initiatives-section__grid .txt-ttl {
    margin-bottom: 2rem;
  }
}
.initiatives-section__grid .txt-ttl .number {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.8rem, 1.665rem + 0.619vw, 2.4rem);
  color: #00a2d2;
  line-height: 1;
}
.initiatives-section__grid .txt-ttl .ttl {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(3.6rem, 3.374rem + 1.032vw, 4.6rem);
  line-height: 1;
}
.initiatives-section__grid .txt .description {
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
  margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
  .initiatives-section__grid .txt .description {
    margin-bottom: 1.5rem;
  }
}
.initiatives-section__grid .txt .description:last-of-type {
  margin-bottom: 0;
}
.initiatives-section__grid .txt .overview {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width:767px) {
  .initiatives-section__grid .txt .overview {
    margin-top: 2rem;
  }
}
.initiatives-section__grid .txt .overview-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #00a2d2;
}
.initiatives-section__grid .txt .overview-ttl-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.initiatives-section__grid .txt .overview-ttl-main::before {
  content: "";
  width: 0.5lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #00a2d2;
}
.initiatives-section__grid .txt .btn {
  margin-top: 3rem;
}
@media screen and (max-width:767px) {
  .initiatives-section__grid .txt .btn {
    margin-top: 2rem;
  }
}
.initiatives-section__grid .goals-info {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem;
}
@media screen and (min-width:768px) {
  .initiatives-section__grid .goals-info {
    padding: 2.5rem 3.5rem;
  }
}
.initiatives-section__grid .goals-info__ttl {
  font-size: clamp(1.8rem, 1.755rem + 0.206vw, 2rem);
  font-weight: 600;
  color: #00a2d2;
  margin-bottom: 0.8rem;
}
.initiatives-section__grid .goals-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}
.initiatives-section__grid .goals-info__item {
  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;
  gap: 1rem;
  font-size: clamp(1.4rem, 1.355rem + 0.206vw, 1.6rem);
}
.initiatives-section__grid .goals-info__item .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width:767px) {
  .initiatives-section__grid .goals-info__item .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.initiatives-section__grid .goals-info__item .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  border-top: dotted 2px #222b37;
}/*# sourceMappingURL=style-initiatives.css.map */