@charset "UTF-8";
/* common
---------------------------------------------------------------------------- */
/* レイアウト系 ------------------------------------------------------------- */
.p-content {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-content {
    max-width: 84.6153846154vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-content {
    max-width: 89.3333333333vw;
  }
}
/* タイトル系 ------------------------------------------------------------- */
.p-content .m-sec-ttl.-l {
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
}
.p-content .m-sec-subttl.-l {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-sec-content-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-content .m-sec-ttl.-l {
    font-size: 6.1538461538vw;
  }
  .p-content .m-sec-subttl.-l {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-content .m-sec-ttl.-l {
    font-size: 11.7333333333vw;
    letter-spacing: 0;
  }
  .p-content .m-sec-subttl.-l {
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
  }
  .p-sec-content-txt {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
/* mv
---------------------------------------------------------------------------- */
.p-mv {
  height: 494px;
  position: relative;
  background-image: url(../../images/top/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-mv-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv-ttl-box {
  position: absolute;
  top: 50%;
  left: 305px;
  transform: translateY(-50%);
}

.p-mv-ttl {
  color: #0B2122;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin-bottom: 37px;
  height: 70px;
}

.p-mv-subttl {
  color: #0B2122;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.js-shuffle {
  opacity: 0;
}
.js-shuffle.is-show {
  opacity: 1;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-mv {
    height: 38vw;
  }
  .p-mv-ttl-box {
    left: 23.4615384615vw;
  }
  .p-mv-ttl {
    font-size: 3.6923076923vw;
    margin-bottom: 2.8461538462vw;
    height: 5.3846153846vw;
  }
  .p-mv-subttl {
    font-size: 2.1538461538vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv {
    height: 84.8vw;
    background-image: url(../../images/top/bg_mv_sp.png);
  }
  .p-mv-ttl-box {
    top: 6.4vw;
    left: 5.3333333333vw;
    transform: translateY(0);
  }
  .p-mv-ttl {
    font-size: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
    height: 48vw;
  }
  .p-mv-subttl {
    font-size: 4vw;
    letter-spacing: 0.08em;
  }
}
/* p-sec-news
---------------------------------------------------------------------------- */
.p-sec-news {
  padding: 59px 0 100px;
}

.p-sec-news-inner {
  display: flex;
  justify-content: space-between;
}

.p-sec-news-l {
  width: 293px;
}

.p-sec-news-btn {
  margin-top: 30px;
}

.p-sec-news-r {
  width: calc(100% - 293px);
  padding-left: 117px;
  position: relative;
}
.p-sec-news-r::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 95%;
  background-color: #E6E6E6;
}

.p-sec-news-item-box01 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 793px;
  padding: 20px 30px 30px 0;
  border-bottom: 1px solid #E4E4E6;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.p-sec-news-item-box01::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  transform: translateY(50%);
  width: 17px;
  height: 16px;
  background: url(../../images/common/icn_arw-r.svg) no-repeat center/contain;
  transition: all 0.3s;
}
.p-sec-news-item-box01:hover::before {
  right: -10px;
}

.p-sec-news-list li:first-of-type .p-sec-news-item-box01 {
  padding-top: 16px;
}
.p-sec-news-list li:first-of-type .p-sec-news-item-box01::before {
  top: 16px;
}
.p-sec-news-list li:last-of-type .p-sec-news-item-box01 {
  padding-bottom: 16px;
  border-bottom: none;
}

.p-sec-news-item-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-sec-news-item-date {
  color: #999999;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.p-sec-news-item-cat {
  color: #37A5AB;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
  padding: 4px 26px;
  height: 28px;
  border: 1px solid #37A5AB;
  border-radius: 14px;
}

.p-sec-news-item-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #3B4043;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-sec-news {
    padding: 4.5384615385vw 0 7.6923076923vw;
  }
  .p-sec-news-l {
    width: 22.5384615385vw;
  }
  .p-sec-news-btn {
    margin-top: 2.3076923077vw;
  }
  .p-sec-news-r {
    width: calc(100% - 22.5384615385vw);
    padding-left: 9vw;
  }
  .p-sec-news-r::before {
    width: 0.0769230769vw;
  }
  .p-sec-news-item-box01 {
    gap: 3.0769230769vw;
    max-width: 61vw;
    padding: 1.5384615385vw 2.3076923077vw 2.3076923077vw 0;
    border-bottom: 0.0769230769vw solid #E4E4E6;
  }
  .p-sec-news-item-box01::before {
    top: 1.5384615385vw;
    width: 1.3076923077vw;
    height: 1.2307692308vw;
  }
  .p-sec-news-item-box01:hover::before {
    right: -0.7692307692vw;
  }
  .p-sec-news-list li:first-of-type .p-sec-news-item-box01 {
    padding-top: 1.2307692308vw;
  }
  .p-sec-news-list li:first-of-type .p-sec-news-item-box01::before {
    top: 1.2307692308vw;
  }
  .p-sec-news-list li:last-of-type .p-sec-news-item-box01 {
    padding-bottom: 1.2307692308vw;
  }
  .p-sec-news-item-meta {
    gap: 1.5384615385vw;
  }
  .p-sec-news-item-date {
    font-size: 1.0769230769vw;
  }
  .p-sec-news-item-cat {
    font-size: 0.9230769231vw;
    padding: 0.3076923077vw 2vw;
    height: 2.1538461538vw;
    border: 0.0769230769vw solid #37A5AB;
    border-radius: 1.0769230769vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec-news {
    padding: 6.4vw 0 10.1333333333vw;
  }
  .p-sec-news .m-sec-subttl {
    margin-left: 2.4vw;
  }
  .p-sec-news-inner {
    flex-direction: column;
  }
  .p-sec-news-btn {
    margin-top: 0;
  }
  .p-sec-news-l {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 2.6666666667vw;
  }
  .p-sec-news-l-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .p-sec-news-r {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .p-sec-news-r::before {
    background: none;
  }
  .p-sec-news-swiper-wrap {
    position: relative;
  }
  .p-sec-news-swiper-wrap .p-news-swiper-pagination {
    position: absolute;
  }
  .p-sec-news-swiper-wrap .swiper-horizontal > .swiper-pagination-bullets,
  .p-sec-news-swiper-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: auto;
    bottom: -5.3333333333vw;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .p-sec-news-swiper-wrap .swiper-pagination-bullet {
    width: 13.3333333333vw;
    height: 1.0666666667vw;
    display: inline-block;
    border-radius: 8vw;
    background: #ccc;
    opacity: 1;
  }
  .p-sec-news-swiper-wrap button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .p-sec-news-swiper-wrap .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .p-sec-news-swiper-wrap .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .p-sec-news-swiper-wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #37A5AB;
  }
  .p-sec-news-swiper-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-sec-news-swiper-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw 0 0;
  }
  .p-sec-news-swiper-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-of-type,
  .p-sec-news-swiper-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  .p-sec-news-swiper-wrap .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .p-sec-news-swiper-wrap .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
  }
  .p-sec-news-swiper {
    width: 100%;
    height: 29.0666666667vw;
  }
  .p-sec-news-swiper .swiper-slide-prev {
    pointer-events: none;
    opacity: 0;
    transition: opacity 700ms;
  }
  .p-sec-news-item-box02 {
    display: block;
    width: 78.6666666667vw;
    height: 100%;
    padding: 3.7333333333vw 6.4vw 3.7333333333vw 5.3333333333vw;
    border: 1px solid #E4E4E6;
    background-color: #fff;
    border-radius: 1.6vw;
    cursor: pointer;
  }
  .p-sec-news-item-meta {
    gap: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-sec-news-item-date {
    color: #999999;
    font-size: 3.7333333333vw;
  }
  .p-sec-news-item-cat {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 5.3333333333vw;
    height: auto;
    border: 0.2666666667vw solid #37A5AB;
    border-radius: 3.7333333333vw;
  }
  .p-sec-news-item-ttl {
    font-size: 4.2666666667vw;
  }
}
/* p-sec-business
---------------------------------------------------------------------------- */
.p-sec-business {
  padding: 0 0 140px;
}
.p-sec-business .m-sec-ttl.-l {
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
}
.p-sec-business .m-sec-subttl.-l {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.p-sec-business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.p-sec-business-list:has(> :nth-child(4)) {
  justify-content: start;
}

.p-sec-business-list li {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: calc(25% - 15px);
  height: auto;
  background-color: #fff;
  border-radius: 14px;
  border: 2px solid #37A5AB;
}
.p-sec-business-list li img {
  display: block;
  height: 80px;
  margin: 0 auto 25px;
  transition: all 0.3s;
}
.p-sec-business-list li a:hover img {
  transform: scale(1.1);
}
.p-sec-business-list li .p-sec-business-list-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px 20px 20px;
}

.p-sec-business-list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  color: #37A5AB;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #37A5AB;
  word-break: normal;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-sec-business {
    padding: 0 0 10.7692307692vw;
  }
  .p-sec-business .m-sec-ttl.-l {
    font-size: 6.1538461538vw;
  }
  .p-sec-business .m-sec-subttl.-l {
    font-size: 1.5384615385vw;
  }
  .p-sec-business-list {
    margin-top: 2.3076923077vw;
    gap: 1.5384615385vw;
  }
  .p-sec-business-list li {
    width: calc(25% - 1.5384615385vw * 3 / 4);
    border-radius: 1.0769230769vw;
    border: 0.1538461538vw solid #37A5AB;
  }
  .p-sec-business-list li img {
    height: 6.1538461538vw;
    margin: 0 auto 1.9230769231vw;
  }
  .p-sec-business-list li a {
    padding: 2.3076923077vw 1.5384615385vw 1.5384615385vw;
  }
  .p-sec-business-list-ttl {
    font-size: 1.5384615385vw;
    padding-top: 1.1538461538vw;
    border-top: 0.0769230769vw solid #37A5AB;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec-business {
    padding: 0 0 16vw;
  }
  .p-sec-business .m-sec-ttl.-l {
    font-size: 11.7333333333vw;
    letter-spacing: 0;
  }
  .p-sec-business .m-sec-subttl.-l {
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
  }
  .p-sec-business-list {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
  .p-sec-business-list li {
    width: 100%;
    border-radius: 3.7333333333vw;
    border: 0.5333333333vw solid #37A5AB;
  }
  .p-sec-business-list li img {
    display: block;
    height: 16vw;
    margin: 0 auto 3.4666666667vw auto;
  }
  .p-sec-business-list li a {
    padding: 5.3333333333vw;
  }
  .p-sec-business-list-ttl {
    font-size: 4.8vw;
    letter-spacing: 0.06em;
    text-align: left;
    padding-top: 2.6666666667vw;
    padding-right: 1em;
    border-top: 0.2666666667vw solid #37A5AB;
    position: relative;
  }
  .p-sec-business-list-ttl::after {
    position: absolute;
    content: "";
    top: 2.6666666667vw;
    right: 0;
    transform: translateY(50%);
    display: inline-block;
    width: 4.2666666667vw;
    height: 4vw;
    background-image: url(../../images/common/icn_arw-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
  }
  .p-sec-business-list-ttl:hover::after {
    right: -10px;
  }
}
/* p-sec-feature
---------------------------------------------------------------------------- */
.p-sec-feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 136px;
}

.p-sec-feature-img {
  width: 100%;
  max-width: 382px;
  height: auto;
}
.p-sec-feature-img img {
  width: 100%;
}

.p-sec-feature-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-direction: column;
  margin-left: 103px;
}

.p-sec-feature-txt {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #37A5AB;
  padding: 4px 25px 6px 18px;
  border-radius: 20px;
  border: 1px solid #37A5AB;
  margin-bottom: 24px;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-sec-feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 10.4615384615vw;
  }
  .p-sec-feature-img {
    max-width: 29.3846153846vw;
  }
  .p-sec-feature-body {
    margin-left: 7.9230769231vw;
  }
  .p-sec-feature-txt {
    font-size: 1.5384615385vw;
    padding: 0.3076923077vw 1.9230769231vw 0.4615384615vw 1.3846153846vw;
    border-radius: 1.5384615385vw;
    border: 0.0769230769vw solid #37A5AB;
    margin-bottom: 1.8461538462vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec-feature {
    margin-bottom: 16vw;
  }
  .p-sec-feature-img {
    max-width: 67.4666666667vw;
    margin: 8vw auto 0 auto;
  }
  .p-sec-feature-body {
    margin-left: 0;
  }
  .p-sec-feature-txt {
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    padding: 1.0666666667vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    border: 0.2666666667vw solid #37A5AB;
    margin-bottom: 4.5333333333vw;
  }
}
/* p-sec-conpany
---------------------------------------------------------------------------- */
.p-sec-conpany {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 136px;
}

.p-sec-conpany-img {
  width: 100%;
  max-width: 397px;
  height: auto;
}
.p-sec-conpany-img img {
  width: 100%;
}

.p-sec-conpany-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-sec-conpany {
    margin-bottom: 10.4615384615vw;
  }
  .p-sec-conpany-img {
    max-width: 30.5384615385vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec-conpany {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 16vw;
  }
  .p-sec-conpany-img {
    max-width: 67.4666666667vw;
    margin: 8vw auto 0 auto;
  }
}
/* p-sec-sustinability
---------------------------------------------------------------------------- */
.p-sec-sustinability {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 140px;
}

.p-sec-sustinability-img {
  width: 100%;
  max-width: 365px;
  height: auto;
}
.p-sec-sustinability-img img {
  width: 100%;
}

.p-sec-sustinability-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  flex-direction: column;
  margin-left: 120px;
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
  .p-sec-sustinability {
    margin-bottom: 10.7692307692vw;
  }
  .p-sec-sustinability-img {
    max-width: 28.0769230769vw;
  }
  .p-sec-sustinability-body {
    margin-left: 9.2307692308vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec-sustinability {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 21.3333333333vw;
  }
  .p-sec-sustinability-img {
    max-width: 67.4666666667vw;
    margin: 8vw auto 0 auto;
  }
  .p-sec-sustinability-body {
    margin-left: 0;
  }
}
