@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 2.67vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    -webkit-user-select: none; /* Safari, Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: 0.6944vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1239px) {
  html {
    font-size: 0.6944vw;
  }
}

.container-custom {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .container-custom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  line-break: strict;
}

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

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

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 144.1rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-pc {
  display: block;
}

.is-mtablet {
  display: none;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-mtablet {
    display: block;
  }
}
@-webkit-keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.materiality {
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .materiality {
    padding-top: 3.45rem;
  }
}

.materiality__list {
  max-width: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .materiality__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
}

.materiality__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  min-height: 18.3rem;
  max-width: 38.5rem;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .materiality__item {
    max-width: 33.5rem !important;
    margin: 0 auto;
    width: 100%;
  }
}

.materiality__item1 {
  max-width: 39rem;
}
.materiality__item1 .materiality__content {
  left: -0.2rem;
}

.materiality__item:hover .materiality__content::after {
  -webkit-filter: unset;
          filter: unset;
}

.materiality__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.materiality__bg img {
  width: 100%;
}

.materiality__content {
  position: relative;
  z-index: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 30.5rem;
  width: 90%;
}

.materiality__content::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.4rem;
  top: 53%;
  right: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .materiality__content::after {
    width: 3.8rem;
    right: 1.8rem;
  }
}

.materiality__title {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .materiality__title {
    padding-left: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -0.07em;
  }
}

.materiality__subtitle {
  font-size: 14px;
}

.section-sdg_corner {
  position: absolute;
  top: 0;
  left: 0.1rem;
  z-index: 2;
  width: 3.2rem;
  height: 3.2rem;
  background: #9e925c;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

@media screen and (max-width: 768px) {
  .page-template-page-sdgs-materiality-initiatives .ir-banner {
    left: 0;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend {
  left: 1.3rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend {
    left: -2.1rem;
  }
}
.page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend .ir-banner__left {
  padding-left: 0;
  padding-top: 0;
}
.page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend .ir-banner__left .ir-banner__title {
  padding-left: 4.2rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend .ir-banner__left .ir-banner__title {
    font-size: 3.2rem;
    padding-left: 5.2rem;
    line-height: 3.6rem;
    top: -1.2rem;
  }
  .page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend .ir-banner__left .ir-banner__title::after {
    left: 1.7rem;
    top: 2rem;
  }
}
.page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend .ir-banner__left .ir-banner__subtitle {
  position: absolute;
  top: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-left: 4.1rem;
  padding-left: 0;
  margin-top: 1px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-sdgs-materiality-initiatives .ir-banner .ir-banner__content.ir-banner__content--extend .ir-banner__left .ir-banner__subtitle {
    display: block;
    max-width: 27rem;
    font-size: 1.1rem;
    margin-left: 5.2rem;
    line-height: 1.5rem;
    margin-top: -0.1rem;
  }
}

.breadcrumb {
  padding: 1.7rem 0 6.2rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 1rem 2rem 5.3rem 0;
  }
}

.section-tab-menu {
  position: relative;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 57rem;
  margin-bottom: 4.6rem;
  gap: 7.3rem;
}
@media screen and (max-width: 768px) {
  .section-tab-menu {
    max-width: 31rem;
    left: 0;
    gap: 1rem;
    margin-bottom: 3.4rem;
  }
}
.section-tab-menu .tab-menu__item {
  min-width: 17rem;
  padding: 0.1rem 0 0 0;
  position: relative;
  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;
  line-height: 3rem;
  font-family: "Noto Sans JP";
  color: #26506c;
  opacity: 0.5;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-tab-menu .tab-menu__item {
    min-width: 12rem;
    font-size: 1.2rem;
  }
}
.section-tab-menu .tab-menu__item--active {
  position: relative;
  color: #26506c;
  opacity: 1;
  font-weight: 600 !important;
}
.section-tab-menu .tab-menu__item--active .tab-menu__underline {
  display: block;
}
.section-tab-menu .tab-menu__item--active .tab-menu__text::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  width: 100%;
  left: 0;
  height: 0.2rem;
  background-color: #9e925c;
}
.section-tab-menu .tab-menu__text {
  position: relative;
  line-height: 1.5;
}
.section-tab-menu .tab-menu__underline {
  display: none;
  width: 100%;
  height: 0.2rem;
  background-color: #9e925c;
  margin-top: 0.4rem;
}
.section-tab-menu .tab-menu__divider {
  width: 0.1rem;
  height: 3.8rem;
  background-color: #90a4ae;
}
@media screen and (max-width: 768px) {
  .section-tab-menu .tab-menu__divider {
    height: 1.7rem;
    margin-right: 1.5rem;
  }
}

.section-initiatives {
  background-color: #eef0f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  padding: 8.2rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .section-initiatives {
    background-color: #fff;
    max-width: 33.5rem;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 2.2rem;
  }
}

.section-container {
  max-width: 120rem;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 7.2rem;
}

.section-divider {
  width: 100%;
  max-width: 105.6rem;
  height: 0.2rem;
  background-color: #909eab;
  margin: 0 auto;
  margin-bottom: 6.3rem;
  margin-top: 6.3rem;
}
@media screen and (max-width: 768px) {
  .section-divider {
    margin: 0 auto;
    margin-bottom: 3.8rem;
    margin-top: 3.8rem;
  }
}

.section-initiative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.6rem;
  max-width: 120rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-initiative {
    gap: 2.4rem;
  }
}

.section-initiative--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section-initiative--reverse .section-initiative__content {
  position: relative;
  padding-left: 7.1rem;
}
@media screen and (max-width: 768px) {
  .section-initiative--reverse .section-initiative__content {
    padding-left: 0;
  }
}
.section-initiative--reverse .section-initiative__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  margin-top: -2.2rem;
}
.section-initiative--reverse .section-initiative__desc {
  margin-top: -0.3rem;
  margin-left: 0.2rem;
}
.section-initiative--reverse .section-initiative__link-text {
  padding-left: 4.2rem;
}
.section-initiative--reverse .section-initiative__subtitle {
  margin-top: 0;
}
.section-initiative--reverse .section-initiative__subtitle::after {
  top: 0.6rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-initiative--reverse .section-initiative__subtitle::after {
    top: 0.4rem;
    left: -0.5rem;
  }
}
.section-initiative--reverse .section-initiative__icons {
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .section-initiative--reverse {
    margin-bottom: 0;
  }
  .section-initiative--reverse .section-initiative__content {
    left: 0;
  }
}

.section-initiative__image {
  max-width: 54rem;
  max-height: 43.8rem;
  width: 100%;
}

.section-initiative__image img {
  width: 100%;
  height: auto;
}

.section-initiative__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__content {
    margin-top: 0;
    gap: 2rem;
  }
}

.section-title {
  position: relative;
  padding-left: 4.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.3rem;
  padding-top: 0.6rem;
  padding-bottom: 2.2rem;
  color: #52687d;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding-left: 2.2rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    white-space: nowrap;
    padding-bottom: 1rem;
  }
}
.section-title .arrow-icon {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #9e925c;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.4rem;
  top: 1.6rem;
  left: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_title_ir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-title::after {
    width: 1.8rem;
    top: 1rem;
  }
}

.section-initiative__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__desc {
    gap: 1.6rem;
    max-width: 33.5rem;
  }
}
.section-initiative__desc.section-initiative__desc--extend {
  max-width: 52rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__desc.section-initiative__desc--extend {
    max-width: 33rem;
  }
}

.section-initiative__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__note {
    padding-top: 0;
  }
}

.section-initiative__subtitle {
  position: relative;
  font-size: 2.4rem;
  padding-left: 1.8rem;
  line-height: 3.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__subtitle {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-top: 1.4rem;
    width: 72%;
  }
}

.section-initiative__subtitle::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 1rem;
  left: 0;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow_yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-initiative__subtitle::after {
    width: 1.8rem;
    top: 0.4rem;
    left: -0.5rem;
  }
}

.section-initiative__text {
  font-size: 1.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
  margin-top: -0.7rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__text {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top: -1rem;
  }
}

.section-initiative__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-top: -0.4rem;
}

.section-initiative__icons img {
  width: 8rem;
  height: 8rem;
}

.section-initiative__noise {
  padding: 0 1.5rem;
  position: relative;
  font-size: 1.5rem;
  color: #52687d;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2rem;
  max-width: 29.4rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__noise {
    margin-top: 1.2rem;
  }
}

.section-initiative__noise:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_yellow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-initiative__noise::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -0.3rem;
  height: 1.2rem;
  width: 1.2rem;
  background-image: url(/wp-content/themes/vlcholdings/images/icon/icon_arrow_yellow.svg);
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
}

.section-initiative__link {
  margin-top: -1.4rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .section-initiative__link {
    margin-top: -2.3rem;
    margin-bottom: -0.3rem;
    gap: 0.1rem !important;
  }
}

.section-initiative__link-text {
  padding-left: 4.7rem;
  margin-top: auto;
  font-size: 1.2rem;
  color: #5c6d7c;
  text-decoration: underline;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-initiative__link-text {
    padding-left: 0 !important;
  }
}

.section-initiative__link-text::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.2rem;
  top: 0.8rem;
  right: -2.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_copy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .section-initiative__link-text::after {
    width: 1.8rem;
    margin-top: 0.4rem;
  }
}

.view-more {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: auto;
  margin-left: 0;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .section-initiative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-initiative--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.section-initiatives .section-initiative--reverse .section-initiative__content {
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .section-initiatives .section-initiative--reverse .section-initiative__content {
    gap: 2.5rem;
  }
}
.section-initiatives .section-initiative--reverse .section-initiative__subtitle {
  line-height: 2.9rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .section-initiatives .section-initiative--reverse .section-initiative__subtitle {
    margin-top: 1.2rem;
    margin-bottom: 0;
    line-height: 2.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-initiatives .section-initiative--reverse .section-initiative__text {
    line-break: strict;
    white-space: normal;
    padding-right: 0.8rem;
  }
}
.section-initiatives .section-initiative--reverse .section-initiative__note {
  margin-top: 0.1rem;
}
@media screen and (max-width: 768px) {
  .section-initiatives .section-initiative--reverse .section-initiative__note {
    margin-top: -0.5rem;
  }
}

@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(1) .section-title {
    padding-top: 0;
    white-space: normal;
    margin-bottom: 1.1rem;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(1) .section-initiative__note {
  padding-top: 0.2rem;
}
#initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__subtitle {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__content > .section-initiative__desc:nth-child(2) {
    margin-top: -0.7rem;
  }
  #initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__content > .section-initiative__desc:nth-child(2) .section-initiative__text {
    padding-right: 0;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__content > .section-initiative__desc:nth-child(3) {
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__content > .section-initiative__desc:nth-child(3) {
    margin-top: -0.4rem;
    gap: 2.4rem;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__content .section-initiative__note {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__content .section-initiative__note {
    margin-top: -0.4rem;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(3) .section-initiative__content .section-initiative__icons {
  gap: 1.7rem;
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-title {
  padding-bottom: 1.3rem;
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc {
  max-width: 53rem;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc {
    margin-top: -1.6rem;
    gap: 2.2rem;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(3) {
  gap: 2.3rem;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(3) {
    margin-top: 0;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(3) .section-initiative__subtitle {
  margin-top: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(3) .section-initiative__subtitle {
    margin-top: 1.2rem;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(3) .section-initiative__subtitle::after {
  top: 0.5rem;
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(4) .section-initiative__subtitle {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(4) .section-initiative__subtitle {
    margin-top: 2.8rem;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content > .section-initiative__desc:nth-child(4) .section-initiative__text {
  max-width: 53rem;
}
#initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content .section-initiative__text {
  max-width: 49.5rem;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(5) .section-initiative__content .section-initiative__note {
    margin-top: 0;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(7) .section-initiative__subtitle {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(7) .section-initiative__subtitle {
    margin-top: -0.3rem;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(7) .section-initiative__text {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #initiatives-2 .section-container > .section-initiative:nth-child(7) .section-initiative__text {
    margin-top: -0.4rem;
    padding-right: 0;
  }
}
#initiatives-2 .section-container > .section-initiative:nth-child(7) .section-initiative__note {
  margin-top: 0.1rem;
}
#initiatives-2 .section-container > .section-initiative:nth-child(7) .section-initiative__icons {
  gap: 1.7rem;
}