@charset "UTF-8";
.p-sustainability.smts2023 {
  font-size: 14px;
}
.p-sustainability .c-sec__ttl {
  background: var(--bg-light-gray);
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__ttl {
    padding: 45px 0;
  }
}
.p-sustainability .c-sec__ttl__main {
  font-size: 55px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__ttl__main {
    font-size: 30px;
  }
}
.p-sustainability .c-sec__ttl__main span {
  color: #39b44a;
}
.p-sustainability .c-sec__ttl__sub {
  margin-top: 30px;
}
.p-sustainability .c-sec__ttl__sub span {
  display: inline-block;          /* ←重要 */
  font-size: 20px;
  font-weight: bold;
  line-height: 35px;
  background: linear-gradient(to right, #dcdcf5 0%, #bfe3bf 100%);
  background-repeat: no-repeat;   /* ←重要 */
  background-size: 100% 42%;
  background-position: 0 76%;
}

@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__ttl__sub span {
    display: inline; 
  }
  .p-sustainability .c-sec__ttl__sub {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
  }
}
.p-sustainability .c-sec__ttl__txt {
  font-size: 15px;
  line-height: 30px;
  margin-top: 36px;
}
.p-sustainability .c-sec__ttl .arrow--down {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 12px;
  height: 63px;
	z-index: 1;
}
.p-sustainability .c-sec__index {
  background: #FFF;
  padding: 84px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index {
    padding: 55px 0 70px;
  }
}
.p-sustainability .c-sec__index__ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__ttl {
    font-size: 18px;
  }
}
.p-sustainability .c-sec__index__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin-top: 64px;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec__index__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 44px;
  }
}
.p-sustainability .c-sec__index__container .c-box {
  width: calc(0.3333333333 * (100% - 70px));
  background: #F8F8F6;
  border-radius: 20px;
  border: 1px transparent solid;
  -webkit-box-shadow: 3px 3px 5px rgba(178, 178, 178, 0.7333333333);
          box-shadow: 3px 3px 5px rgba(178, 178, 178, 0.7333333333);
  /*padding: 45px 47px;*/
  transition: all 0.6s;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec__index__container .c-box {
    width: calc(0.5 * (100% - 70px));
  }
}

@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box {
    width: 100%;
  }
}
.p-sustainability .c-sec__index__container .c-box:hover {
  border-color: #CB2C3F;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box:hover {
    border-color: transparent;
  }
}
.p-sustainability .c-sec__index__container .c-box::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.p-sustainability .c-sec__index__container .c-box:hover::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #FFF;
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.p-sustainability .c-sec__index__container .c-box--1::before {
  background: url(/store/solution/images/202308/pages/sustainability/index01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--1 .c-box__ttl::before {
  background: url(/store/solution/images/202602/common/01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--1:hover .c-box__ttl::before{
  background: url(/store/solution/images/202308/common/01-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box--1:hover .c-box__ttl::before {
    background: url(/store/solution/images/202602/common/01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  }
}
.p-sustainability .c-sec__index__container .c-box--2::before {
  width: 78px;
  height: 40px;
  background: url(/store/solution/images/202308/pages/sustainability/index02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--2 .c-box__ttl::before {
  background: url(/store/solution/images/202602/common/02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--2:hover .c-box__ttl::before{
  background: url(/store/solution/images/202308/common/02-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box--2:hover .c-box__ttl::before {
    background: url(/store/solution/images/202602/common/02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  }
}
.p-sustainability .c-sec__index__container .c-box--3::before {
  background: url(/store/solution/images/202308/pages/sustainability/index03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--3 .c-box__ttl::before {
  background: url(/store/solution/images/202602/common/03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--3:hover .c-box__ttl::before{
  background: url(/store/solution/images/202308/common/03-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box--3:hover .c-box__ttl::before {
    background: url(/store/solution/images/202602/common/03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  }
}
.p-sustainability .c-sec__index__container .c-box--4::before {
  background: url(/store/solution/images/202308/pages/sustainability/index04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--4 .c-box__ttl::before {
  background: url(/store/solution/images/202602/common/04.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--4:hover .c-box__ttl::before{
  background: url(/store/solution/images/202308/common/04-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box--4:hover .c-box__ttl::before {
    background: url(/store/solution/images/202602/common/04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  }
}
.p-sustainability .c-sec__index__container .c-box--4 .c-box__ttl p {
  margin-left: 0;
}
.p-sustainability .c-sec__index__container .c-box--5::before {
  width: 60px;
  height: 32px;
  background: url(/store/solution/images/202308/pages/sustainability/index05.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--5 .c-box__ttl::before {
  background: url(/store/solution/images/202602/common/05.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--5:hover .c-box__ttl::before{
  background: url(/store/solution/images/202308/common/05-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box--5:hover .c-box__ttl::before {
    background: url(/store/solution/images/202602/common/05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  }
}
.p-sustainability .c-sec__index__container .c-box--6::before {
  background: url(/store/solution/images/202308/pages/sustainability/index06.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--6 .c-box__ttl::before {
  background: url(/store/solution/images/202602/common/06.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .c-sec__index__container .c-box--6:hover .c-box__ttl::before{
  background: url(/store/solution/images/202308/common/06-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box--6:hover .c-box__ttl::before {
    background: url(/store/solution/images/202602/common/06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  }
}
.p-sustainability .c-sec__index__container .c-box--6 .c-box__ttl p {
  margin-left: 0;
}
.p-sustainability .c-sec__index__container .c-box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.p-sustainability .c-sec__index__container .c-box__ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  padding-left: 55px;
  padding-bottom: 8px;
  /* border-bottom: 1px #888 solid; */
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #908fcc 0%, #649564 100%);
  border-image-slice: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec__index__container .c-box__ttl {
    font-size: 20px;
  }
}
.p-sustainability .c-sec__index__container .c-box__ttl::before {
  content: "";
  width: 44px;
  height: 46px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-sustainability .c-sec__index__container .c-box__txt {
  line-height: 28px;
  margin-top: 18px;
}
.p-sustainability .c-sec__content {
  background: #F8F8F6;
  margin-bottom: 35px;
}
.p-sustainability .c-sec01 {
  background: #F8F8F6;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01 {
    padding-bottom: 0;
  }
}
.p-sustainability .c-sec01__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec01__ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
  }
}
.p-sustainability .c-sec01__ttl > div:nth-child(1) {
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__ttl > div:nth-child(1) {
    width: 50px;
  }
}
.p-sustainability .c-sec01__ttl > div:nth-child(2) {
  width: auto;
  /*@include r.mq(mdless){
    width: 50px;
  }*/
}
.p-sustainability .c-sec01__ttl > div:nth-child(3) {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__ttl > div:nth-child(3) {
    width: 50px;
    left: 93px;
    top: 6px;
  }
}
.p-sustainability .c-sec01__main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__main {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
.p-sustainability .c-sec01__sub {
  font-size: 18px;
  color: #251E1C;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__sub {
    font-size: 16px;
  }
}
.p-sustainability .c-sec01__container {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container {
    gap: 50px;
    padding-bottom: 6px;
  }
}
.p-sustainability .c-sec01__container .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px #BBB;
          box-shadow: 3px 3px 5px #BBB;
  padding: 28px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px 35px 45px;
    gap:24px;
  }
}
.p-sustainability .c-sec01__container .c-box__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-sustainability .c-sec01__container .c-box__ttl {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 8px;
  /* border-bottom: 2px #CB2C3F solid; */
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #908fcc 0%, #649564 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__ttl {
    font-size: 20px;
    line-height: 31px;
  }
}
.p-sustainability .c-sec01__container .c-box__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec01__container .c-box__sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-sustainability .c-sec01__container .c-box__sub span {
  font-size: 14px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__sub span{
    padding-top: 0;
  }
}
.p-sustainability .c-sec01__container .c-box__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sustainability .c-sec01__container .c-box__point > div {
  padding-right: 14px;
  max-width: 59px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__point > div {
    padding-right: 0;
    padding-bottom: 8px;
    width: 39px;
  }
}
.p-sustainability .c-sec01__container .c-box__point > ul {
  padding-left: 14px;
  border-left: 1px #808080 solid;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__point > ul {
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px #75AAB9 solid;
    border-left: none;
  }
}
.p-sustainability .c-sec01__container .c-box__point > ul li {
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  list-style-type: "●";
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__point > ul li {
    font-size: 14px;
    margin-left: 0;
  }
}
.p-sustainability .c-sec01__container .c-box__link {
  width: 340px;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border: 1px #232323 solid;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
padding: 8px 34px 8px 8px;
cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec01__container .c-box__link {
    font-size: 14px;
    width: 140px;
    left: 0;
    position: relative;
  }
  .p-sustainability .c-sec01__container .c-box__link span{
    display: none;
  }
}
/* .p-sustainability .c-sec01__container .c-box__link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 34px 8px 8px;
  position: relative;
} */
.p-sustainability .c-sec01__container .c-box__link::after {
  content: "";
  width: 25px;
  height: 20px;
  background: url(/store/solution/images/202308/common/blank-youtube.svg);
  background-repeat: no-repeat;
	background-position: right center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sustainability .c-sec02 {
  background: #F8F8F6;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02 {
    padding-bottom: 6px;
  }
}
.p-sustainability .c-sec02__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec02__ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
  }
}
.p-sustainability .c-sec02__ttl > div:nth-child(1) {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__ttl > div:nth-child(1) {
    width: 50px;
  }
}
.p-sustainability .c-sec02__ttl > div:nth-child(2) {
  width: auto;
  /*@include r.mq(mdless){
    width: 50px;
  }*/
}
.p-sustainability .c-sec02__ttl > div:nth-child(3) {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__ttl > div:nth-child(3) {
    width: 80px;
    left: 93px;
    top: 7px;
  }
}
.p-sustainability .c-sec02__main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__main {
    font-size: 30px;
  }
}
.p-sustainability .c-sec02__sub {
  font-size: 18px;
  color: #251E1C;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__sub {
    font-size: 16px;
  }
}
.p-sustainability .c-sec02__container {
  margin-top: 30px;
}
.p-sustainability .c-sec02__container .c-box {
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px #B2B2B2;
          box-shadow: 3px 3px 5px #B2B2B2;
  padding: 50px 50px 45px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__container .c-box {
    padding: 35px;
  }
}
.p-sustainability .c-sec02__container .c-box__ttl {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 8px;
  /* border-bottom: 2px #CB2C3F solid; */
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #908fcc 0%, #649564 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__container .c-box__ttl {
    font-size: 20px;
    line-height: 31px;
  }
}
.p-sustainability .c-sec02__container .c-box__sub {
  font-size: 18px;
  line-height: 31px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__container .c-box__sub {
    font-size: 16px;
    line-height: 28px;
  }
}
.p-sustainability .c-sec02__container .c-box .c-casestudy {
  margin-top: 32px;
  position: relative;
}
.p-sustainability .c-sec02__container .c-box .c-casestudy img {
  width: 90px;
}
.p-sustainability .c-sec02__container .c-box .c-casestudy::after {
  content: "";
  width: calc(100% - 108px);
  height: 1px;
  background: linear-gradient(to right, #908fcc 0%, #649564 100%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sustainability .c-sec02__container .c-box .c-casestudy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  margin-top: 18px;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec02__container .c-box .c-casestudy__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__container .c-box .c-casestudy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sustainability .c-sec02__container .c-box .c-casestudy__txt {
  font-size: 14px;
  line-height: 23px;
  color: #4D4D4D;
}
.p-sustainability .c-sec02__container .c-box .c-casestudy__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__container .c-box .c-casestudy__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sustainability .c-sec03 {
  background: #F8F8F6;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03 {
    padding-bottom: 6px;
  }
}
.p-sustainability .c-sec03__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec03__ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
  }
}
.p-sustainability .c-sec03__ttl > div:nth-child(1) {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__ttl > div:nth-child(1) {
    width: 50px;
  }
}
.p-sustainability .c-sec03__ttl > div:nth-child(2) {
  width: auto;
  /*@include r.mq(mdless){
    width: 50px;
  }*/
}
.p-sustainability .c-sec03__ttl > div:nth-child(3) {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__ttl > div:nth-child(3) {
    width: 50px;
    left: 93px;
    top: 0;
  }
}
.p-sustainability .c-sec03__main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__main {
    font-size: 30px;
  }
}
.p-sustainability .c-sec03__sub {
  font-size: 18px;
  color: #251E1C;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__sub {
    font-size: 16px;
  }
}
.p-sustainability .c-sec03__container {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 38px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.p-sustainability .c-sec03__container .c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px #B2B2B2;
          box-shadow: 3px 3px 5px #B2B2B2;
  padding: 25px 50px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 35px 50px;
    gap:20px;
  }
}
.p-sustainability .c-sec03__container .c-box:first-child{
  display: block;
  padding: 43px 50px 72px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box:first-child{
    padding: 25px 35px 50px;
  }
}
.p-sustainability .c-sec03__container .c-box__ttl {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 8px;
  /* border-bottom: 2px #CB2C3F solid; */
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #908fcc 0%, #649564 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box__ttl {
    font-size: 20px;
    line-height: 31px;
  }
}
.p-sustainability .c-sec03__container .c-box__sub {
  font-size: 18px;
  line-height: 31px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec02__container .c-box__sub {
    font-size: 16px;
    line-height: 28px;
  }
}
.p-sustainability .c-sec03__container .c-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 11px;
  margin-top: 34px;
}
.p-sustainability .c-sec03__container .c-box:first-child .c-box__body{
  margin-top: 50px;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec03__container .c-box__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* .p-sustainability .c-sec03__container .c-box__body div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box__body div {
    width: 75%;
    margin: 0 auto;
  }
} */
.p-sustainability .c-sec03__container .c-box__body .c-box__body-img{
  max-width: 125px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box__body .c-box__body-img{
    margin-left: auto;
    margin-right: auto;
  }
}
.p-sustainability .c-sec03__container .c-box__body .c-box__body-right .c-box__sub > div{
  max-width: 165px;
  width: 100%;
}
.p-sustainability .c-sec03__container .c-box__body .c-box__body-right .c-box__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec03__container .c-box__body .c-box__body-right .c-box__sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box__body .c-box__body-right .c-box__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-sustainability .c-sec03__container .c-box__body .c-box__body-right .c-box__sub span {
  font-size: 14px;
  margin-top: 5px;
}
.p-sustainability .c-sec03__container .c-box__txt {
  font-size: 14px;
  line-height: 23px;
  color: #4D4D4D;
}
.p-sustainability .c-sec03__container .c-box__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-sustainability .c-sec03__container .c-box__img-wrap {
  position: relative;
  background-color: #efefeb;
  border-radius: 15px;
  padding: 34px 26px 55px;
  font-feature-settings: "palt";
}
.p-sustainability .c-sec03__container .c-box__img-head{
  background-color: #fff;
  border: 2px solid #efefeb;
  border-radius: 50px;
  max-width: 440px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 8px 0 10px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.p-sustainability .c-sec03__container .c-box__img-head br.u-sp{
  display: none;
}
.p-sustainability .c-sec03__container .c-box__img-text p{
  font-size: 14px;
  line-height: calc(23/14);
  font-weight: 400;
}
.p-sustainability .c-sec03__container .c-box__img{
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.p-sustainability .c-sec03__container .c-box:nth-child(2) .c-box__img{
  max-width: 270px;
}
.p-sustainability .c-sec03__container .c-box__link {
  width: 370px;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border: 1px #232323 solid;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
    padding: 8px 34px 8px 8px;
  cursor: pointer;
}
.p-sustainability .c-sec03__container .c-box > .c-box__link {
  width: 393px;
  padding: 8px 0;
}
@media screen and (max-width: 767px){
  .p-sustainability .c-sec03__container .c-box:first-child > .c-box__link{
    width: 270px;
  }
}
.p-sustainability .c-sec03__container .c-box__link-site,
.p-sustainability .c-sec01__container .c-box__link-site{
  padding: 8px;
}	
.p-sustainability .c-sec03__container .c-box > .c-box__link::after,
.p-sustainability .c-sec03__container .c-box__link-site::after,
.p-sustainability .c-sec01__container .c-box__link-site::after{
  display: none;
}
.p-sustainability .c-sec03__container .c-box__img-wrap .c-box__link{
  right: initial;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
} 

@media screen and (max-width: 767px) {
  .p-sustainability .c-sec03__container .c-box:first-child .c-box__body{
    gap: 46px;
  }
  .p-sustainability .c-sec03__container .c-box__img-wrap {
    padding: 35px 20px 25px;
  }
  .p-sustainability .c-sec03__container .c-box__img-head{
    max-width: initial;
    font-size: 14px;
    line-height: 1.3;
    padding: 6px 4px;
    top: -26px;
  }
  .p-sustainability .c-sec03__container .c-box__img-head br.u-sp{
    display: inline-block;
  }
  .p-sustainability .c-sec03__container .c-box__img-text p{
    font-size: 12px;
  }
  .p-sustainability .c-sec03__container .c-box__img{
    max-width: initial;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .p-sustainability .c-sec03__container .c-box__link {
    width: 140px;
	left: 0;
	position: relative;
  }
  .p-sustainability .c-sec03__container .c-box__img-wrap .c-box__link{
    bottom: 0;
  }
  .p-sustainability .c-sec03__container .c-box > .c-box__link {
    width: 140px;
    right: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .p-sustainability .c-sec03__container .c-box:nth-child(2) > .c-box__link {
    left: 0;
    transform: translateY(50%);
  }
  .p-sustainability .c-sec03__container .c-box__link span{
    display: none;
  }
}
/* .p-sustainability .c-sec03__container .c-box__link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 34px 8px 8px;
  position: relative;
} */
.p-sustainability .c-sec03__container .c-box__link::after {
  content: "";
  width: 25px;
  height: 20px;
  background: url(/store/solution/images/202308/common/blank-youtube.svg);
  background-repeat: no-repeat;
	background-position: right center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sustainability .c-sec04 {
  background: #F8F8F6;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04 {
    padding-bottom: 6px;
  }
}
.p-sustainability .c-sec04__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec04__ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
  }
}
.p-sustainability .c-sec04__ttl > div:nth-child(1) {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__ttl > div:nth-child(1) {
    width: 50px;
  }
}
.p-sustainability .c-sec04__ttl > div:nth-child(2) {
  width: auto;
  /*@include r.mq(mdless){
    width: 50px;
  }*/
}
.p-sustainability .c-sec04__ttl > div:nth-child(3) {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__ttl > div:nth-child(3) {
    width: 50px;
    left: 93px;
    top: 0;
  }
}
.p-sustainability .c-sec04__main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__main {
    font-size: 30px;
  }
}
.p-sustainability .c-sec04__sub {
  font-size: 18px;
  color: #251E1C;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__sub {
    font-size: 16px;
  }
}
.p-sustainability .c-sec04__container {
  margin-top: 24px;
}
.p-sustainability .c-sec04__container .c-box {
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px #B2B2B2;
          box-shadow: 3px 3px 5px #B2B2B2;
  padding: 50px 50px 55px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__container .c-box {
    padding: 35px;
  }
}
.p-sustainability .c-sec04__container .c-box__txt {
  font-size: 18px;
  line-height: 31px;
  color: #251E1C;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__container .c-box__txt {
    font-size: 16px;
    line-height: inherit;
  }
}
.p-sustainability .c-sec04__container .c-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-top: 35px;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec04__container .c-box__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec04__container .c-box__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sustainability .c-sec04__container .c-box__body div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec04__container .c-box__body div {
    margin: 0 auto;
  }
}
.p-sustainability .c-sec05 {
  background: #F8F8F6;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05 {
    padding-bottom: 6px;
  }
}
.p-sustainability .c-sec05__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec05__ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
  }
}
.p-sustainability .c-sec05__ttl > div:nth-child(1) {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__ttl > div:nth-child(1) {
    width: 50px;
  }
}
.p-sustainability .c-sec05__ttl > div:nth-child(2) {
  width: auto;
  /*@include r.mq(mdless){
    width: 50px;
  }*/
}
.p-sustainability .c-sec05__ttl > div:nth-child(3) {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__ttl > div:nth-child(3) {
    width: 50px;
    left: 93px;
    top: 15px;
  }
}
.p-sustainability .c-sec05__main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__main {
    font-size: 30px;
  }
}
.p-sustainability .c-sec05__sub {
  font-size: 18px;
  color: #251E1C;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__sub {
    font-size: 16px;
  }
}
.p-sustainability .c-sec05__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          flex-direction: column;
  gap: 25px;
  margin-top: 35px;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec05__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sustainability .c-sec05__container .c-box {
  /* width: 50%; */
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px #B2B2B2;
          box-shadow: 3px 3px 5px #B2B2B2;
  padding: 42px 50px;
}
@media screen and (max-width: 1100px) {
  .p-sustainability .c-sec05__container .c-box {
    width: 100%;
    padding: 35px;
  }
}
.p-sustainability .c-sec05__container .c-box__ttl {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 8px;
  margin-bottom: 25px;
  /* border-bottom: 2px #CB2C3F solid; */
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #908fcc 0%, #649564 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__container .c-box__ttl {
    font-size: 20px;
    line-height: 31px;
  }
}
.p-sustainability .c-sec05__container .c-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  /* margin-top: 26px; */
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__container .c-box__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sustainability .c-sec05__container .c-box__txt {
  font-size: 14px;
  line-height: 23px;
  color: #4D4D4D;
}
.p-sustainability .c-sec05__container .c-box__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__container .c-box__img{
    width: 100%;
    margin: 0 auto;
  }
}
.p-sustainability .c-sec05__container .c-box__link {
  width: 333px;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  border: 1px #232323 solid;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
    padding: 8px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec05__container .c-box__link {
    width: 140px;
	left: 50%;
    transform: translate(-50%, 50%);
	position: relative;
  }
  .p-sustainability .c-sec05__container .c-box__link span{
    display: none;
  }
}
.p-sustainability .c-sec06 {
  background: #F8F8F6;
  padding: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06 {
    padding-bottom: 60px;
  }
}
.p-sustainability .c-sec06__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .c-sec06__ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06__ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
  }
}
.p-sustainability .c-sec06__ttl > div:nth-child(1) {
  width: 75px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06__ttl > div:nth-child(1) {
    width: 50px;
  }
}
.p-sustainability .c-sec06__ttl > div:nth-child(2) {
  width: auto;
  /*@include r.mq(mdless){
    width: 50px;
  }*/
}
.p-sustainability .c-sec06__ttl > div:nth-child(3) {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06__ttl > div:nth-child(3) {
    width: 50px;
    left: 93px;
    top: 0;
  }
}
.p-sustainability .c-sec06__main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06__main {
    font-size: 30px;
  }
}
.p-sustainability .c-sec06__sub {
  font-size: 18px;
  color: #251E1C;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06__sub {
    font-size: 16px;
  }
}
.p-sustainability .c-sec06__container {
  margin-top: 32px;
}
.p-sustainability .c-sec06__container .c-box {
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 5px #B2B2B2;
          box-shadow: 3px 3px 5px #B2B2B2;
  padding: 48px 46px 38px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06__container .c-box {
    padding: 35px;
  }
}
.p-sustainability .c-sec06__container .c-box__txt {
  font-size: 18px;
  line-height: 31px;
  color: #251E1C;
}
@media screen and (max-width: 767px) {
  .p-sustainability .c-sec06__container .c-box__txt {
    font-size: 16px;
  }
}
.p-sustainability .c-sec06__container .c-box__img {
  margin-top: 38px;
}
.p-sustainability .swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-sustainability .swiper-wrapper{
  top:60px;
}
@media screen and (max-width: 767px) {
  .p-sustainability .swiper-wrapper .inner{
    padding: 0;
}
}
.p-sustainability .swiper-button-prev {
  width: 35px;
  height: 85px;
  background: url(/store/solution/images/202308/common/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -5px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .swiper-wrapper{
    top:0;
  }
  .p-sustainability .swiper-button-prev {
    top: 100px;
    width: 25px;
    height: 50px;
    left: -10px;
  }
}
.p-sustainability .swiper-button-prev:after {
  display: none;
}
.p-sustainability .swiper-button-next {
  width: 35px;
  height: 85px;
  background: url(/store/solution/images/202308/common/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -5px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .p-sustainability .swiper-button-next {
    top: 100px;
    width: 25px;
    height: 50px;
    right: -10px;
  }
}
.p-sustainability .swiper-button-next:after {
  display: none;
}
.p-sustainability .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  top: 42px;
	bottom: auto;
  left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	padding-top: 60px;
}
.p-sustainability .swiper-pagination-bullet {
  font-weight: bold;
  /* opacity: 0.5; */
  background: none;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.p-sustainability .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
}
.p-sustainability .swiper-pagination-bullet-active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #8BB7C4;
  position: absolute;
  top: -7px;
  left: 0;
}
.p-sustainability .swiper-pagination-bullet:nth-child(1) {
  width: 13%;
}
.p-sustainability .swiper-pagination-bullet:nth-child(1) .pagination__item:before {
  background: url(/store/solution/images/202308/common/01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .swiper-pagination-bullet:nth-child(2) {
  width: 14.3636363636%;
}
.p-sustainability .swiper-pagination-bullet:nth-child(2) .pagination__item:before {
  background: url(/store/solution/images/202308/common/02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .swiper-pagination-bullet:nth-child(3) {
  width: 12.9090909091%;
}
.p-sustainability .swiper-pagination-bullet:nth-child(3) .pagination__item:before {
  background: url(/store/solution/images/202308/common/03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .swiper-pagination-bullet:nth-child(4) {
  width: 15.8181818182%;
}
.p-sustainability .swiper-pagination-bullet:nth-child(4) .pagination__item:before {
  background: url(/store/solution/images/202308/common/04.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .swiper-pagination-bullet:nth-child(5) {
  width: 12.9090909091%;
}
.p-sustainability .swiper-pagination-bullet:nth-child(5) .pagination__item:before {
  background: url(/store/solution/images/202308/common/05.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .swiper-pagination-bullet:nth-child(6) {
  width: 15.9090909091%;
}
.p-sustainability .swiper-pagination-bullet:nth-child(6) .pagination__item:before {
  background: url(/store/solution/images/202308/common/06.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sustainability .swiper-pagination-bullet .pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-sustainability .swiper-pagination-bullet .pagination__item:before {
  content: "";
  width: 22px;
  height: 22px;
}

/* .modal__bg {
	background: rgba(35, 35, 35, 0.8);
	padding: 50px;
	width: 90vw;
	left: 5vw;
}
.modal__close {
	top: 16px;
}
.modal__bg.active {
    opacity: 1 !important;
    visibility: visible !important;
		display: block !important;
}
@media screen and (max-width: 767px){
 	.modal__bg {
		padding: 5vw;
		width: 100vw;
		left: 0;
	} */
/* .p-sustainability .swiper-button-prev,
.p-sustainability .swiper-button-next{
	display: none;
}
.p-sustainability .swiper-wrapper{
	transform: unset !important;
	display: flex;
	flex-direction: column;
} */

}
