@charset "UTF-8";
.c-more {
  width: 50px;
  width: 3.125rem;
  height: 48px;
  height: 3rem;
  background-color: #49830d;
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  border-radius: 1.25rem;
  border: solid 2px #000;
  border: solid 0.125rem #000;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.c-more__arrow {
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
.p-sus-wide__item .link_s{
  margin-top: 15px;
}
.p-sus-wide__item .link_s li{
  padding-left:0;
  margin-top: 10px;
}
.link_s li:before{
  display: none;
}
.link_s li a{
  display: flex;
}
.link_s li a .c-more{
    width: 1.8rem;
    height: 1.8rem;
    min-width: 27px;
    border-radius: 11px;
    padding: 0;
    margin-right: 5px;
}
.c-more-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}

.c-more-flex:hover .c-more-small {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.c-more-flex:hover .c-more-small__arrow {
  mix-blend-mode: difference;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.c-more-flex:hover .c-more-text::after {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.c-more-small {
  display: block;
  width: 21px;
  height: 21px;
  background-color: #000;
  border-radius: 8px;
  padding: 6.5px;
  position: relative;
  color: #fff;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.c-more-small:hover {
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.c-more-small:hover .c-more-small__arrow {
  mix-blend-mode: difference;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.c-more-small--green {
  background-color: #49830D;
}

.c-more-small__arrow {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  font-weight: bold;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.c-more-text {
  margin-bottom: 0;
  color: #000;
  line-height: 1;
  position: relative;
  font-weight: bold;
}

.c-more-text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.c-btn {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 18px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  padding: 7px 44px 7px 16px;
  background-color: #49830D;
  position: relative;
  line-height: 1.4;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.c-btn a {
  color: #fff;
}

.c-btn:hover {
  background-color: #fff;
  color: #000 !important;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.c-btn:hover .c-btn__arrow {
  mix-blend-mode: difference;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.c-btn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 28px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

@media screen and (max-width: 787px) {
  .c-more {
    width: 38px;
    height: 38px;
    border-radius: 16px;
  }
  .c-more__arrow {
    font-size: 16px;
  }
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

.is-tablet {
  display: none;
}

@media screen and (max-width: 787px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 787px) {
  .is-tablet {
    display: block;
  }
}

.c-sus-head {
  position: relative;
  height: 242px;
  max-width: 402px;
}

.c-sus-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background-image: url(/sustainability/assets/images/initiative/leaf-top.png);
  background-size: contain;
}

.c-sus-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(/sustainability/assets/images/initiative/leaf-bottom.png);
  background-size: contain;
}

.c-sus-head__text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: bold;
  height: 100%;
}

.c-sus-head__text::after {
  content: "";
  position: absolute;
  background-image: url(/sustainability/assets/images/common/star-2.png);
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  width: 23px;
  height: 23px;
  right: 10%;
  background-size: contain;
}

.c-sus-head__text--earth::after {
  right: 13.5%;
}

@media screen and (max-width: 979px) {
  .p-sus-initiative__top .c-sus-head__text::after {
    right: 2%;
  }
  .p-sus-initiative__top .c-sus-head__text--earth::after {
    right: 7%;
  }
}

@media screen and (max-width: 599px) {
  .c-sus-head__text::after {
    width: 17px;
    height: 16px;
    right: 10%;
  }
  .p-sus-initiative__top .c-sus-head__text::after {
    right: 7%;
  }
  .p-sus-initiative__top .c-sus-head__text--earth::after {
    right: 7%;
  }
}

.l-inner {
  max-width: 1070px;
  max-width: 66.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 787px) {
  .l-inner {
    max-width: 584px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.p-sus {
  line-height: 1.6;
}

.p-sus a {
  color: #000;
}

.p-sus p {
  line-height: 1.6;
}

.tighten {
  letter-spacing: -0.4em;
  /* 調整が必要な値に変更してください */
}

.p-sus__head {
  text-align: center;
  background-color: #e4efb6;
  padding: 38.5px 20px 0;
  font-weight: 600;
}

.p-sus-top {
  padding: 38.5px 0 0;
  margin: 0 auto;
  position: relative;
  height: 910px;
  background-image: url(/sustainability/assets/images/common/p-sus-top-back.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

.p-sus-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 720px;
  top: 0;
  left: 0;
  background-color: #e4efb6;
}

.p-sus-top__box {
  background-color: #fff;
  border-radius: 6rem;
  padding: 45px 20px 55px;
  max-width: 600px;
  max-width: 37.5rem;
  margin: 0 auto;
  position: relative;
}

.p-sus-top__box p {
  line-height: 2;
}

.p-sus-box-back {
  background-color: #e4efb6;
}

.p-sus-top__head {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #5C9017;
  font-size: 22px;
}

.p-sus-top__title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.p-sus-top__title::after {
  content: "";
  position: absolute;
  background-image: url(/sustainability/assets/images/common/star-2.png);
  top: 0;
  width: 23px;
  height: 23px;
  background-size: contain;
}

.p-sus-top__text-head {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #5C9017;
}

.p-sus-top__text {
  text-align: center;
  font-weight: bold;
}

.p-sus-top__text-star {
  background-image: url(/sustainability/assets/images/common/star.png);
  top: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  vertical-align: super;
}

.p-sus__img {
  background-repeat: no-repeat;
  position: absolute;
}

.wind {
  width: 110px;
  height: 84px;
  background-image: url(/sustainability/assets/images/common/wind-2.png);
  -webkit-animation: wind 2.2s steps(2) infinite;
          animation: wind 2.2s steps(2) infinite;
  top: 0px;
  left: -25px;
  background-size: cover;
}

.desk {
  width: 120px;
  height: 95px;
  background-image: url(/sustainability/assets/images/common/desk-2.png);
  -webkit-animation: desk 2s steps(2) infinite;
          animation: desk 2s steps(2) infinite;
  top: -20px;
  right: -27px;
  background-size: cover;
}

.earth {
  width: 92px;
  height: 91px;
  background-image: url(/sustainability/assets/images/common/earth-2.png);
  -webkit-animation: earth 2.1s steps(2) infinite;
          animation: earth 2.1s steps(2) infinite;
  top: 270px;
  right: -17px;
  background-size: cover;
}

.people {
  width: 125px;
  height: 93px;
  top: 272px;
  left: -55px;
  background-image: url(/sustainability/assets/images/common/people-2.png);
  -webkit-animation: people 1.8s steps(2) infinite;
          animation: people 1.8s steps(2) infinite;
  background-size: cover;
}

.mayonnaise {
  width: 170px;
  height: 115px;
  background-image: url(/sustainability/assets/images/common/mayonnaise-2.png);
  -webkit-animation: mayonnaise 2.4s steps(2) infinite;
          animation: mayonnaise 2.4s steps(2) infinite;
  top: 20px;
  left: -290px;
  background-size: cover;
}

.star-top {
  width: 107px;
  height: 105px;
  top: 146px;
  left: -158px;
  background-image: url(/sustainability/assets/images/common/star-top-2.png);
  -webkit-animation: star-top 2.2s steps(2) infinite;
          animation: star-top 2.2s steps(2) infinite;
  background-size: cover;
}

.star-top-right {
  width: 107px;
  height: 105px;
  top: 271px;
  right: -274px;
  background-image: url(/sustainability/assets/images/common/star-top-2.png);
  -webkit-animation: star-top 2.2s steps(2) infinite;
          animation: star-top 2.2s steps(2) infinite;
  background-size: cover;
}

.fried-noodles {
  width: 114px;
  height: 93px;
  top: 416px;
  left: -167px;
  background-image: url(/sustainability/assets/images/common/fried-noodles-2.png);
  -webkit-animation: fried-noodles 2s steps(2) infinite;
          animation: fried-noodles 2s steps(2) infinite;
  background-size: cover;
}

.palm {
  width: 100px;
  height: 91px;
  top: 265px;
  left: -300px;
  background-image: url(/sustainability/assets/images/common/palm-2.png);
  -webkit-animation: palm 2.2s steps(2) infinite;
          animation: palm 2.2s steps(2) infinite;
  background-size: cover;
}

.leaf {
  width: 91px;
  height: 91px;
  top: 146px;
  right: -150px;
  background-image: url(/sustainability/assets/images/common/leaf-2.png);
  -webkit-animation: leaf 2.1s steps(2) infinite;
          animation: leaf 2.1s steps(2) infinite;
  background-size: cover;
}

.leaf-right {
  width: 91px;
  height: 91px;
  top: 683px;
  left: -155px;
  background-image: url(/sustainability/assets/images/common/leaf-2.png);
  -webkit-animation: leaf 2.1s steps(2) infinite;
          animation: leaf 2.1s steps(2) infinite;
  background-size: cover;
}

.noodles {
  width: 120px;
  height: 110px;
  top: 0;
  right: -280px;
  background-image: url(/sustainability/assets/images/common/noodles-2.png);
  -webkit-animation: noodles 2.1s steps(2) infinite;
          animation: noodles 2.1s steps(2) infinite;
  background-size: cover;
}

.woman {
  width: 105px;
  height: 101px;
  top: 412px;
  right: -152px;
  background-image: url(/sustainability/assets/images/common/woman-2.png);
  -webkit-animation: woman 2.1s steps(2) infinite;
          animation: woman 2.1s steps(2) infinite;
  background-size: cover;
}

.shellfish {
  width: 110px;
  height: 88px;
  top: 566px;
  right: -276px;
  -webkit-animation: shellfish 2.1s steps(2) infinite;
          animation: shellfish 2.1s steps(2) infinite;
  background-image: url(/sustainability/assets/images/common/shellfish.png);
  background-size: cover;
}

.run {
  width: 128px;
  height: 93px;
  top: 564px;
  left: -305px;
  -webkit-animation: run 2.3s steps(2) infinite;
          animation: run 2.3s steps(2) infinite;
  background-image: url(/sustainability/assets/images/common/run.png);
  background-size: cover;
}

.tree {
  top: 690px;
  width: 109px;
  height: 105px;
  right: -119px;
  background-image: url(/sustainability/assets/images/common/tree.png);
  background-size: cover;
}

.tree-cat {
  content: "";
  position: absolute;
  top: 699px;
  left: 265px;
  width: 143px;
  height: 89px;
  background-image: url(/sustainability/assets/images/common/tree-cat.png);
  background-size: cover;
}

@-webkit-keyframes wind {
  to {
    background-position: -257px 0;
  }
}

@keyframes wind {
  to {
    background-position: -257px 0;
  }
}

@-webkit-keyframes desk {
  to {
    background-position: -266px 0;
  }
}

@keyframes desk {
  to {
    background-position: -266px 0;
  }
}

@-webkit-keyframes earth {
  to {
    background-position: -300px 0;
  }
}

@keyframes earth {
  to {
    background-position: -300px 0;
  }
}

@-webkit-keyframes people {
  to {
    background-position: -274px 0;
  }
}

@keyframes people {
  to {
    background-position: -274px 0;
  }
}

@-webkit-keyframes mayonnaise {
  to {
    background-position: -325px 0;
  }
}

@keyframes mayonnaise {
  to {
    background-position: -325px 0;
  }
}

@-webkit-keyframes star-top {
  to {
    background-position: -270px 0;
  }
}

@keyframes star-top {
  to {
    background-position: -270px 0;
  }
}

@-webkit-keyframes fried-noodles {
  to {
    background-position: -290px 0;
  }
}

@keyframes fried-noodles {
  to {
    background-position: -290px 0;
  }
}

@-webkit-keyframes palm {
  to {
    background-position: -220px 0;
  }
}

@keyframes palm {
  to {
    background-position: -220px 0;
  }
}

@-webkit-keyframes leaf {
  to {
    background-position: -262px 0;
  }
}

@keyframes leaf {
  to {
    background-position: -262px 0;
  }
}

@-webkit-keyframes noodles {
  to {
    background-position: -280px 0;
  }
}

@keyframes noodles {
  to {
    background-position: -280px 0;
  }
}

@-webkit-keyframes woman {
  to {
    background-position: -286px 0;
  }
}

@keyframes woman {
  to {
    background-position: -286px 0;
  }
}

@-webkit-keyframes shellfish {
  to {
    background-position: -230px 0;
  }
}

@keyframes shellfish {
  to {
    background-position: -230px 0;
  }
}

@-webkit-keyframes run {
  to {
    background-position: -270px 0;
  }
}

@keyframes run {
  to {
    background-position: -270px 0;
  }
}

.p-sus-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0 30px;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  margin-bottom: 30px;
}

.p-sus-article__news {
  max-width: 448px;
  margin-left: 30px;
  width: 30%;
}

.p-sus-article__news-title {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: bold;
}

.p-sus-article__news-list {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-sus-article__news-item {
  border-bottom: 1px solid #c7c7c7;
  background-color: #fff;
}

.p-sus-article__news-link {
  display: block;
  padding: 16px 4px;
}

.p-sus-article__news-link:hover .p-sus-article__news-item-text {
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.p-sus-article__news-item:last-of-type {
  border-bottom: none;
}

.p-sus-article__news-item-day {
  color: #737373;
  margin-bottom: 5px;
}

.p-sus-article__news-item-text {
  margin-bottom: 0;
  color: #000;
  position: relative;
}

.p-sus-article__news-btn {
  margin-top: 24px;
}

.p-sus-article__blog {
  width: 60%;
  background-color: #fff;
  border: 4px solid #5c9017;
  border-right: none;
  padding: 80px 20px 64px 48px;
  border-radius: 30px 0 0px 30px;
  position: relative;
}

.p-sus-article__blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 550px;
}

.p-sus-article__blog-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-sus-article__blog-title span {
  color: #ffd800;
}

.p-sus-article__blog-item {
  max-width: 680px;
  margin-bottom: 24px;
  overflow: hidden;
}

.p-sus-article__blog-item:last-of-type {
  margin-bottom: 0;
}

.p-sus-article__blog-img {
  position: relative;
  width: 42%;
}

.p-sus-article__blog-img::before {
  content: "";
  display: block;
  padding-top: 56.15385%;
}

.p-sus-article__blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.p-sus-article__blog-box {
  width: 54%;
  overflow: hidden;
}

.p-sus-article__blog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}

.p-sus-article__blog-link:hover .p-sus-article__blog-item-title {
  text-decoration: underline;
}

.p-sus-article__blog-link:hover .p-sus-article__blog-box-text {
  text-decoration: underline;
}

.p-sus-article__blog-day {
  font-size: 14px;
  color: #737373;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.p-sus-article__blog-item-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.p-sus-article__blog-box-text {
  font-size: 15px;
  margin-bottom: 0;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-sus-article__blog-box-text span {
  font-size: 0.7em;
  vertical-align: super;
}

.p-sus-article__blog-back {
  content: "";
  position: absolute;
  top: -89px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 143px;
  height: 89px;
  background-image: url(/sustainability/assets/images/common/tree-cat.png);
  background-size: cover;
  display: none;
}

.p-sus-initiative {
  margin-bottom: 135px;
}

.p-sus-initiative__top {
  margin-bottom: 75px;
}

.p-sus-initiative__bottom-text {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
}

.p-sus-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sus-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-sus-box__left {
  width: 50%;
  position: relative;
}

.p-sus-box__left-large {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4%;
}

.p-sus-box__right {
  width: 50%;
}

.p-sus-box__item {
  width: 32%;
  position: relative;
}

.p-sus-box__item-half {
  width: 45%;
  position: relative;
}

.p-sus-box__item-link:hover img {
  opacity: 0.7;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.p-sus-box__item-link:hover .c-more {
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.p-sus-box__item-link:hover .c-more__arrow {
  mix-blend-mode: difference;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.p-sus-box__tag {
  position: absolute;
  top: -13px;
  top: -0.8125rem;
  left: 0;
  height: 48px;
  height: 3rem;
  border: 2px solid #005188;
  border-radius: 1.25rem;
  text-align: center;
  font-weight: bold;
  padding: 10px 18px;
  padding: 0.625rem 1.125rem;
  color: #005188;
  background-color: #fff;
  z-index: 2;
}

.p-sus-box__tag--green {
  color: #49830d;
  border: 2px solid #49830d;
}

.p-sus-box__item-img {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}

.p-sus-box__item-img::before {
  content: "";
  display: block;
  padding-top: 66.45768%;
}

.p-sus-box__item-img img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  border-radius: 72px;
}

.p-sus-box__item-img-environment::before {
  content: "";
  display: block;
  padding-top: 76.19048%;
}

.p-sus-box__item-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}

.p-sus-box__item-title-area img {
  width: 16px;
  height: 12px;
}

.p-sus-box__item-title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #000;
}

.p-sus-box__item-text {
  color: #000;
}

.p-sus-box__item-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-sus-box__item-btn img {
  color: #fff;
  width: 15px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.p-sus-box__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.p-sus-box__title span {
  display: block;
  font-size: 31px;
  line-height: 1;
  margin-top: 7px;
}

.p-sus-box__title--initiative {
  padding-right: 130px;
  background-image: url(/sustainability/assets/images/initiative/sdgs.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 115px;
}

.p-sus-box__title--initiative-region {
  width: 100%;
  background-image: url(/sustainability/assets/images/initiative/sdgs02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 180px;
}

.p-sus-box__title--initiative-environment {
  padding-right: 180px;
  background-image: url(/sustainability/assets/images/initiative/sdgs03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 160px;
}

.p-sus-box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sus-box__text {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.p-sus-box__img {
  width: 92px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sus-box__img--earth {
  width: 188px;
  height: 80px;
}

.p-sus-box-environment__head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.p-sus-box-environment__text {
  margin-bottom: 0;
  margin-top: 8px;
}

.run-initiative {
  width: 128px;
  height: 93px;
  top: -50px;
  left: 10%;
  -webkit-animation: run 2.3s steps(2) infinite;
          animation: run 2.3s steps(2) infinite;
  background-image: url(/sustainability/assets/images/common/run.png);
  background-size: cover;
}

.earth-initiative {
  width: 92px;
  height: 91px;
  background-image: url(/sustainability/assets/images/common/earth-2.png);
  -webkit-animation: earth 2.1s steps(2) infinite;
          animation: earth 2.1s steps(2) infinite;
  top: -30px;
  left: 10%;
  background-size: cover;
}

.star {
  width: 64px;
  height: 54px;
  top: -45px;
  left: 27%;
  background-image: url(/sustainability/assets/images/initiative/star.png);
  background-size: cover;
}

.p-sus-wide {
  background-color: #e4efb6;
  position: relative;
}

.p-sus-wide__inner {
  padding: 80px 20px 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sus-wide__item {
  width: 48.4%;
}

.p-sus-wide__item img {
  width: 100%;
  margin-bottom:20px;
}

.p-sus-wide__item li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}

.p-sus-wide__item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.p-sus-box-environment li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}

.p-sus-box-environment li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.p-sus-wide__back {
  position: absolute;
  bottom: -0.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 184px;
}

.p-sus-wide__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.p-sus-wide__top-link:hover .p-sus-wide__top-title,
.link_s li a:hover span {
  text-decoration: underline;
}

.p-sus-wide__top-link:hover .c-more,
.link_s li a:hover .c-more {
  background-color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.p-sus-wide__top-link:hover .c-more__arrow,
.link_s li a:hover .c-more__arrow  {
  mix-blend-mode: difference;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.p-sus-wide__top-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
}

.over980 {
  display: block;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 4px;
  margin: 29px 0;
  border-radius: 9999px;
  background-color: #000000;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-sus-box.jus-center:first-of-type {
  margin-bottom: 60px;
}

.jus-center {
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 1100px) {
  .p-sus-article {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-sus-article__blog {
    width: 60%;
  }
}

@media screen and (max-width: 979px) {
  .over980 {
    display: none;
  }
  .p-sus-top {
    height: 820px;
  }
  .p-sus-article {
    display: block;
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    margin-bottom: 20px;
  }
  .p-sus-article__news {
    max-width: 787px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 143px;
    padding: 0 30px;
  }
  .p-sus-article__news .c-more-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-sus-article__blog {
    margin-left: auto;
    width: 95%;
    max-width: 852px;
    padding-left: 30px;
  }
  .p-sus-article__blog-back {
    display: block;
  }
  .p-sus-article__blog-img {
    width: 38%;
  }
  .p-sus-box__item-img img {
    border-radius: 48px;
  }
  .p-sus-article__blog-box {
    width: 58%;
  }
  .tree-cat {
    display: none;
  }
  .p-sus-article__news-title {
    text-align: center;
  }
  .p-sus-article__blog-item {
    max-width: none;
  }
  .tree {
    top: 625px;
    right: -132px;
  }
  .leaf-right {
    top: 635px;
  }
  .c-sus-head {
    width: 40vw;
  }
  .c-sus-head__text {
    font-size: 35px;
  }
  .p-sus-box__title--initiative {
    padding-right: 0;
    padding-bottom: 65px;
    background-position: left bottom;
    margin-bottom: 10px;
  }
  .p-sus-box__title--initiative-region {
    padding-right: 0;
    padding-bottom: 65px;
    background-position: left bottom;
    margin-bottom: 10px;
  }
  .p-sus-box__title--initiative-environment {
    padding-right: 0;
    padding-bottom: 65px;
    background-position: left bottom;
    margin-bottom: 10px;
  }
  .p-sus-wide__top-link {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 787px) {
  .p-sus-top {
    background-image: url(/sustainability/assets/images/common/p-sus-top-back-sp.png);
  }
  .p-sus-top__box {
    max-width: 360px;
    padding: 45px 40px 50px;
  }
  .p-sus-top__head {
    font-size: 18px;
  }
  .p-sus-top__text-head {
    margin-top: 25px;
    font-size: 18px;
  }
  .p-sus-top__title {
    line-height: 1.73 !important;
  }
  .p-sus-top__title {
    font-size: 32px;
  }
  .p-sus-top__text {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
  }
  .wind {
    width: 100px;
    height: 78px;
    left: -60px;
    top: -20px;
  }
  .desk {
    right: -64px;
    top: -25px;
  }
  .noodles {
    right: -220px;
  }
  .earth {
    width: 84px;
    height: 84px;
    right: -50px;
    top: 279px;
  }
  .earth-initiative {
    width: 77px;
    height: 76px;
    left: 140px;
    -webkit-animation: earth-initiative 2.1s steps(2) infinite;
            animation: earth-initiative 2.1s steps(2) infinite;
  }
  .star {
    left: 180px;
    width: 54px;
    height: 46px;
  }
  .people {
    top: 277px;
    width: 115px;
    height: 85px;
    left: -65px;
  }
  .fried-noodles {
    width: 105px;
    height: 85px;
  }
  .mayonnaise {
    top: 136px;
    left: -120px;
    width: 148px;
    height: 83px;
    background-image: url(/sustainability/assets/images/common/mayonnaise-sp.png);
  }
  .star-top {
    left: -220px;
    top: 6px;
  }
  .star-top-right {
    top: 250px;
    right: -225px;
  }
  .palm {
    width: 95px;
    height: 96px;
    left: -220px;
    top: 272px;
  }
  .woman {
    width: 96px;
    height: 93px;
    top: 416px;
    right: -123px;
  }
  .leaf {
    width: 83px;
    height: 83px;
    top: 136px;
    right: -115px;
  }
  .leaf-right {
    width: 83px;
    height: 83px;
    top: 570px;
    left: -40px;
  }
  .tree {
    top: 564px;
    right: -50px;
  }
  .run {
    width: 106px;
    height: 76px;
    top: 524px;
    left: -217px;
  }
  .run-initiative {
    width: 106px;
    height: 76px;
  }
  @-webkit-keyframes wind {
    to {
      background-position: -238px 0;
    }
  }
  @keyframes wind {
    to {
      background-position: -238px 0;
    }
  }
  @-webkit-keyframes earth {
    to {
      background-position: -277px 0;
    }
  }
  @keyframes earth {
    to {
      background-position: -277px 0;
    }
  }
  @-webkit-keyframes earth-initiative {
    to {
      background-position: -250px 0;
    }
  }
  @keyframes earth-initiative {
    to {
      background-position: -250px 0;
    }
  }
  @-webkit-keyframes people {
    to {
      background-position: -250px 0;
    }
  }
  @keyframes people {
    to {
      background-position: -250px 0;
    }
  }
  @-webkit-keyframes fried-noodles {
    to {
      background-position: -265px 0;
    }
  }
  @keyframes fried-noodles {
    to {
      background-position: -265px 0;
    }
  }
  @-webkit-keyframes mayonnaise {
    to {
      background-position: -270px 0;
    }
  }
  @keyframes mayonnaise {
    to {
      background-position: -270px 0;
    }
  }
  @-webkit-keyframes palm {
    to {
      background-position: -232px 0;
    }
  }
  @keyframes palm {
    to {
      background-position: -232px 0;
    }
  }
  @-webkit-keyframes woman {
    to {
      background-position: -263px 0;
    }
  }
  @keyframes woman {
    to {
      background-position: -263px 0;
    }
  }
  @-webkit-keyframes leaf {
    to {
      background-position: -232px 0;
    }
  }
  @keyframes leaf {
    to {
      background-position: -232px 0;
    }
  }
  @-webkit-keyframes run {
    to {
      background-position: -220px 0;
    }
  }
  @keyframes run {
    to {
      background-position: -220px 0;
    }
  }
  .p-sus-article {
    -webkit-transform: translateY(-105px);
            transform: translateY(-105px);
  }
  .p-sus-article__news {
    max-width: 584px;
    padding: 0 20px;
  }
  .p-sus-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px 0;
  }
  .p-sus-box__left {
    width: 100%;
  }
  .c-sus-head {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .p-sus-box__right {
    width: 100%;
  }
  .p-sus-initiative__top {
    margin-bottom: 40px;
  }
  .p-sus-initiative__bottom .p-sus-box {
    gap: 24px 0;
  }
  .p-sus-box__item {
    width: 100%;
  }
  .p-sus-box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-sus-box__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
  }
  .p-sus-box__item-img {
    max-width: 176px;
  }
  .p-sus-box__item-img img {
    border-radius: 32px;
  }
  .p-sus-box__item-title {
    font-size: 20px;
  }
  .p-sus-box__item-text {
    font-size: 14px;
  }
  .p-sus-box__tag {
    padding: 6px 12px;
    font-size: 12px;
    height: 35px;
  }
  .p-sus-wide__top-title {
    font-size: 20px;
  }
  .p-sus-top__title::after {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  .p-sus-article__blog-back {
    display: block;
    width: 114px;
    height: 71px;
    top: -68px;
  }
  .p-sus-article__blog-item-title {
    font-size: 16px;
  }
  .p-sus-box.jus-center:first-of-type {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 599px) {
  .p-sus-article__blog {
    padding: 56px 20px 56px 30px;
  }
  .p-sus-article__blog-top {
    display: block;
    margin-bottom: 25px;
  }
  .p-sus-article__blog-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .p-sus-article__blog-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .p-sus-article__blog-img {
    width: 100%;
  }
  .p-sus-article__blog-day {
    font-size: 12px;
  }
  .p-sus-article__blog-box-text {
    font-size: 14px;
  }
  .p-sus-article__blog-box {
    width: 100%;
  }
  .p-sus-box__title {
    font-size: 16px;
  }
  .p-sus-box__title span {
    font-size: 24px;
  }
  .p-sus-box__text {
    font-size: 16px;
  }
  .p-sus-box__item-half {
    width: 55%;
  }
  .p-sus-box__item-img {
    width: 50%;
  }
  .p-sus-box__left-large .p-sus-box__item-img {
    width: 100%;
  }
  .p-sus-initiative__top {
    margin-bottom: 40px;
  }
  .p-sus-initiative__top .c-sus-head__text::after {
    right: 12%;
  }
  .p-sus-initiative__bottom-text {
    margin-top: 20px;
  }
  .p-sus-box-environment {
    width: 50%;
  }
  .p-sus-box__textarea {
    width: 50%;
  }
  .p-sus-box__title {
    margin-bottom: 10px;
  }
  .p-sus-box-environment__head {
    font-size: 16px;
  }
  .p-sus-box-environment__text {
    font-size: 14px;
  }
  .p-sus-wide__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .p-sus-wide__item {
    width: 100%;
  }
  .c-sus-head {
    height: 150px;
  }
  .c-sus-head__text {
    font-size: 28px;
  }
  .c-sus-head::before {
    height: 35px;
    background-position: center;
  }
  .c-sus-head::after {
    height: 35px;
    background-position: center;
  }
  .p-sus-initiative {
    margin-bottom: 50px;
  }
  .earth {
    width: 67px;
    height: 67px;
    right: -15px;
    top: 227px;
  }
  .earth-initiative {
    width: 77px;
    height: 76px;
    left: 30%;
  }
  .star {
    left: 40%;
  }
  .wind {
    display: none;
  }
  .desk {
    width: 96px;
    height: 76px;
    left: 0;
    top: -55px;
  }
  .noodles {
    width: 96px;
    height: 88px;
    right: 0;
    top: -55px;
  }
  .leaf {
    display: none;
  }
  .leaf-right {
    display: none;
  }
  .tree {
    display: none;
  }
  .shellfish {
    width: 88px;
    height: 70px;
    top: 481px;
    right: 0;
  }
  .mayonnaise {
    width: 118px;
    height: 66px;
    top: 485px;
    left: 0;
  }
  .people {
    width: 92px;
    height: 68px;
    top: 215px;
    left: -24px;
  }
  @-webkit-keyframes desk {
    to {
      background-position: -214px 0;
    }
  }
  @keyframes desk {
    to {
      background-position: -214px 0;
    }
  }
  @-webkit-keyframes noodles {
    to {
      background-position: -224px 0;
    }
  }
  @keyframes noodles {
    to {
      background-position: -224px 0;
    }
  }
  @-webkit-keyframes mayonnaise {
    to {
      background-position: -250px 0;
    }
  }
  @keyframes mayonnaise {
    to {
      background-position: -250px 0;
    }
  }
  @-webkit-keyframes people {
    to {
      background-position: -200px 0;
    }
  }
  @keyframes people {
    to {
      background-position: -200px 0;
    }
  }
  @-webkit-keyframes earth {
    to {
      background-position: -220px 0;
    }
  }
  @keyframes earth {
    to {
      background-position: -220px 0;
    }
  }
  @-webkit-keyframes shellfish {
    to {
      background-position: -180px 0;
    }
  }
  @keyframes shellfish {
    to {
      background-position: -180px 0;
    }
  }
  .p-sus {
    position: relative;
  }
  .p-sus-top {
    padding: 65px 20px 0;
    height: 730px;
    background-image: url(/sustainability/assets/images/common/p-sus-top-back-sp2.png);
  }
  .p-sus-top::before {
    height: 700px;
  }
  .p-sus-top__box {
    width: 100%;
    max-width: none;
  }
  .p-sus-top__title {
    font-size: 29px;
  }
  .p-sus-top__head {
    font-size: 18px;
  }
  .p-sus-wide__back {
    width: 141px;
  }
  .p-sus-wide__inner {
    padding: 40px 20px 120px;
  }
  .p-sus-box {
    gap: 30px 0;
  }
  .p-sus-article {
    margin-bottom: 0;
  }
  .p-sus-article__news-item:nth-of-type(n+3) {
    display: none;
  }
  .p-sus-article__blog-item:nth-of-type(n+3) {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .p-sus-top__box {
    padding: 45px 34px 50px;
  }
  .p-sus-top__head {
    font-size: 14px;
  }
  .p-sus-top__text-head {
    font-size: 14px;
  }
}

@media screen and (max-width: 410px) {
  .earth-initiative {
    width: 77px;
    height: 76px;
    left: 20%;
  }
  .star {
    left: 35%;
  }
  .shellfish {
    top: 500px;
  }
  .mayonnaise {
    top: 500px;
  }
}

@media screen and (max-width: 360px) {
  .p-sus-top__head {
    font-size: 12px;
  }
  .p-sus-top__title {
    font-size: 25px;
  }
  .p-sus-top__text-head {
    font-size: 14px;
  }
  .p-sus-top__text {
    font-size: 13px;
  }
}
