@font-face {
  font-family: "Acumin";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Acumin-Pro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/KozGoPr6N-Medium.otf") format("opentype");
}
p:empty {
  display: none;
}

.csr_intro {
  padding: 0;
  background-color: #000;
}
.csr_intro .container {
  padding: 205px 50px 140px 50px;
}
@media screen and (max-width: 1900px) {
  .csr_intro .container {
    padding: 205rem 50rem 140rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_intro .container {
    padding: 190rem 30rem 149rem 30rem;
  }
}
.csr_intro .container .text {
  margin-top: 27px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .csr_intro .container .text {
    margin-top: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_intro .container .text {
    font-size: 19rem;
  }
}
.csr_intro .container .content {
  width: 866px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 33px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
}
@media screen and (max-width: 1900px) {
  .csr_intro .container .content {
    width: 866rem;
    gap: 33rem 30rem;
    padding-top: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_intro .container .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 17rem 7rem;
    width: 598rem;
    padding-top: 50rem;
  }
}
.csr_intro .container .content .anchor {
  border: 1px solid #adff2f;
  width: 194px;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .csr_intro .container .content .anchor {
    width: 194rem;
  }
}
.csr_intro .container .content .anchor:hover {
  opacity: 0.7;
}
.csr_intro .container .content .anchor a {
  display: block;
  padding: 4px 0;
  color: #adff2f;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .csr_intro .container .content .anchor a {
    padding: 4rem 0;
  }
}

.csr_sustainability {
  padding: 0;
  background-color: #000;
}
.csr_sustainability .img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .csr_sustainability .img {
    height: 782rem;
  }
  .csr_sustainability .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.csr_sustainability .img .container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 94px 50px 0;
}
@media screen and (max-width: 1900px) {
  .csr_sustainability .img .container {
    padding: 94rem 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .csr_sustainability .img .container {
    padding: 95rem 0 0 30rem;
  }
  .csr_sustainability .img .container .ttl-div .acu {
    font-size: 69rem;
  }
}
.csr_sustainability .img .container .text {
  margin-top: 48px;
  color: #fff;
  width: 900px;
  margin-left: auto;
}
@media screen and (max-width: 1900px) {
  .csr_sustainability .img .container .text {
    margin-top: 48rem;
    width: 900rem;
  }
}
@media screen and (max-width: 1900px) and (max-width: 768px) {
  .csr_sustainability .img .container .text {
    width: 579rem;
    margin-right: auto;
    margin-left: 0;
    font-size: 19rem;
  }
}
.csr_sustainability .deco {
  width: 100%;
  height: 430px;
  background: url("../img/t_deco.svg") no-repeat top center;
  background-size: cover;
  background-position: top;
  margin-top: -111px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .csr_sustainability .deco {
    height: 430rem;
    margin-top: -135rem;
  }
}

.csr_sdgs {
  padding: 0;
  background-color: #000;
}
.csr_sdgs .container {
  padding: 134px 50px 0;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container {
    padding: 134rem 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .csr_sdgs .container {
    padding: 154rem 30rem 0;
  }
}
.csr_sdgs .container .text {
  color: #fff;
  width: 900px;
  margin-left: auto;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .text {
    width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_sdgs .container .text {
    margin-top: 35rem;
    width: 100%;
  }
}
.csr_sdgs .container .sdgs_items {
  margin-top: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .sdgs_items {
    margin-top: 105rem;
    row-gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_sdgs .container .sdgs_items {
    margin-top: 100rem;
  }
}
.csr_sdgs .container .sdgs_items .item {
  border: 1px solid #adff2f;
  padding: 64px 45px;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .sdgs_items .item {
    padding: 64rem 45rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_sdgs .container .sdgs_items .item {
    padding: 65rem 15rem;
  }
}
.csr_sdgs .container .sdgs_items .item .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 36px;
  border-bottom: 3px solid #fff;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .sdgs_items .item .content {
    padding-bottom: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_sdgs .container .sdgs_items .item .content {
    position: relative;
  }
}
.csr_sdgs .container .sdgs_items .item .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 252px;
  background-color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .sdgs_items .item .content::after {
    bottom: -2rem;
    height: 3rem;
    width: 252rem;
  }
}
.csr_sdgs .container .sdgs_items .item .content .ttl-div .jp {
  font-size: 21px;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .sdgs_items .item .content .ttl-div .jp {
    font-size: 21rem;
  }
}
.csr_sdgs .container .sdgs_items .item .content .ttl-div .acu {
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .sdgs_items .item .content .ttl-div .acu {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_sdgs .container .sdgs_items .item .content .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 78rem;
    height: 78rem;
  }
}
.csr_sdgs .container .sdgs_items .item .text {
  margin-top: 45px;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 27px;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .container .sdgs_items .item .text {
    margin-top: 45rem;
    row-gap: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_sdgs .container .sdgs_items .item .text {
    font-size: 19rem;
  }
}
.csr_sdgs .container .sdgs_items .item .text .green {
  color: #adff2f;
}
.csr_sdgs .deco {
  width: 100%;
  height: 430px;
  background: url("../img/t_deco.svg") no-repeat top center;
  background-size: cover;
  background-position: top;
  margin-top: 156px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .csr_sdgs .deco {
    height: 430rem;
    margin-top: 156rem;
  }
}

.csr_attempt {
  padding: 0;
  background-color: #000;
}
.csr_attempt .container {
  padding: 109px 50px 60px;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .container {
    padding: 100rem 50rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_attempt .container {
    padding: 100rem 30rem 60rem;
  }
}
.csr_attempt .inner-container {
  padding-left: 50px;
  padding-bottom: 143px;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container {
    padding-bottom: 143rem;
    padding-left: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_attempt .inner-container {
    padding-bottom: 143rem;
    padding-left: 30rem;
  }
}
.csr_attempt .inner-container .swiper-slide {
  width: 475px;
  aspect-ratio: 1;
  margin-right: 21px;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide {
    width: 475rem;
    margin-right: 21rem;
  }
}
.csr_attempt .inner-container .swiper-slide .item {
  width: 100%;
  aspect-ratio: 1;
}
.csr_attempt .inner-container .swiper-slide .item.green-grad {
  background: linear-gradient(44.7219deg, #86ba00 0%, #adff2f 100%);
  padding-left: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide .item.green-grad {
    padding-left: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_attempt .inner-container .swiper-slide .item.green-grad {
    padding-left: 34rem;
  }
}
.csr_attempt .inner-container .swiper-slide .item.green-grad .item-ttl {
  font-family: "Acumin", sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide .item.green-grad .item-ttl {
    font-size: 60rem;
  }
}
.csr_attempt .inner-container .swiper-slide .item.green-grad p {
  font-size: 21px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide .item.green-grad p {
    font-size: 21rem;
  }
}
.csr_attempt .inner-container .swiper-slide .item.border-g {
  border: 1px solid #adff2f;
  color: #fff;
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide .item.border-g {
    padding: 0 28rem;
  }
}
.csr_attempt .inner-container .swiper-slide .item.border-g .item-ttl {
  color: #fff;
  padding-bottom: 28px;
  border-bottom: 3px solid #fff;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide .item.border-g .item-ttl {
    padding-bottom: 28rem;
  }
}
.csr_attempt .inner-container .swiper-slide .item.border-g .item-ttl::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 94px;
  background-color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide .item.border-g .item-ttl::after {
    bottom: -2rem;
    height: 3rem;
    width: 94rem;
  }
}
.csr_attempt .inner-container .swiper-slide .item.border-g p {
  margin-top: 28px;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .swiper-slide .item.border-g p {
    margin-top: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_attempt .inner-container .swiper-slide .item.border-g p {
    font-size: 18rem;
  }
}
.csr_attempt .inner-container .slider-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50px;
  gap: 12px;
  height: 84px;
}
@media screen and (max-width: 1900px) {
  .csr_attempt .inner-container .slider-element {
    gap: 12rem;
    margin-right: 50rem;
    height: 84rem;
  }
}
@media screen and (max-width: 768px) {
  .csr_attempt .inner-container .slider-element {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 85px;
  }
}
.csr_attempt .inner-container .slider-element .swiper-button-prev:after,
.csr_attempt .inner-container .slider-element .swiper-rtl .swiper-button-next:after,
.csr_attempt .inner-container .slider-element .swiper-button-next:after,
.csr_attempt .inner-container .slider-element .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.csr_attempt .inner-container .slider-element .custom-next-button,
.csr_attempt .inner-container .slider-element .custom-prev-button {
  padding: 0;
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
  top: auto;
  left: 0;
  right: 0;
  width: 92px;
}
.csr_attempt .inner-container .slider-element .custom-next-button:hover,
.csr_attempt .inner-container .slider-element .custom-prev-button:hover {
  opacity: 0.7;
}
.csr_attempt .inner-container .slider-element .custom-next-button:hover svg rect,
.csr_attempt .inner-container .slider-element .custom-prev-button:hover svg rect {
  fill: black;
  stroke: #adff2f;
}
.csr_attempt .inner-container .slider-element .custom-next-button:hover svg path,
.csr_attempt .inner-container .slider-element .custom-prev-button:hover svg path {
  stroke: #adff2f;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.csr_attempt .inner-container .slider-element .custom-prev-button {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}/*# sourceMappingURL=csr.css.map */