.return-button {
  margin-top: 100px;
}

.p-sustainability .l-main.main--image {
  background-image: url(../../img/sustainability/head_img.webp);
}

.p-sustainability .sustainability__image {
  margin-bottom: 30px;
}

.p-sustainability .sustainability__intro {
  max-width: 680px;
  margin: 0 auto 100px;
}

.p-sustainability .sustainability__title {
  margin-bottom: 25px;
}

.p-sustainability .action {
  background-color: #E9F2F0;
  padding: 50px 0;
}

.p-sustainability .action .c-archive-link__info {
  min-height: 170px;
}

.p-sustainability .action__title {
  color: #005bac;
  line-height: 1.5;
  font-size: 3rem;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}

.p-sustainability .action__swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 30px;
  padding-bottom: 10px;
}

.p-sustainability .action__swiper .swiper-slide {
  width: 300px;
}

.p-sustainability .action .swiper-button-prev,
.p-sustainability .action .swiper-button-next {
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  justify-content: center;
}

.p-sustainability .action .swiper-button-prev .c-icon--arrow,
.p-sustainability .action .swiper-button-next .c-icon--arrow {
  width: 20px;
  transition-duration: .3s;
}

.p-sustainability .action .swiper-button-prev .c-icon--arrow::after,
.p-sustainability .action .swiper-button-next .c-icon--arrow::after {
  right: 0;
}

.p-sustainability .action .swiper-button-prev .c-icon--arrow {
  transform: scale(-1, 1);
}

.p-sustainability .action .swiper-navigation-icon {
  display: none;
}

.p-sustainability .action .return-button {
  margin-top: 30px;
}

.p-activity .l-main.main--image {
  background-image: url(../../img/sustainability/activity/head_img.webp);
}

.p-activity-article .l-breadcrumb-list__item,
.p-activity-article .l-breadcrumb-list__item-link,
.p-activity-article .l-breadcrumb-list__item-link::after {
  color: #929292;
}

@media screen and (min-width: 361px) {
  html, body {
    margin: 0;
  }
}

@media screen and (min-width: 500px) {
  html, body {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  html, body {
    margin: 0;
  }
}

@media screen and (min-width: 1080px) {
  html, body {
    margin: 0;
  }
  .p-sustainability .action__swiper {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 30px 30px;
  }
}

@media screen and (min-width: 1280px) {
  html, body {
    margin: 0;
  }
}

@media screen and (min-width: 1920px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 1079px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 1279px) {
  html, body {
    margin: 0;
  }
}

@media screen and (max-width: 1919px) {
  html, body {
    margin: 0;
  }
}

@media (hover: hover) {
  .p-sustainability .action .swiper-button-prev:hover .c-icon--arrow {
    transform: scale(-1, 1) translateX(10px);
  }
  .p-sustainability .action .swiper-button-next:hover .c-icon--arrow {
    transform: translateX(10px);
  }
}
