@charset "utf-8";

/* kv
------------------------------*/
.kv-area {
  background: linear-gradient(271.55deg, #96E38E 0%, #32D086 100%);
  padding: 40px 0;
}
.kv-area__inner {
  position: relative;
  max-width: 1460px;
  padding: 0 15px;
  margin: 0 auto;
}
.kv-area__text {
  position: absolute;
  left: 0;
  top: 25%;
}
.kv-area__text div {
  display: inline-block;
  background-color: #fff;
  padding: 4px 20px;
}
.kv-area__text div span {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: linear-gradient(89.57deg, #96E38E 0%, #32D086 99.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv-area__text hr {
  display: block;
  border: 0;
  background-color: transparent;
  height: 10px;
  margin: 0;
}
.kv-area__image {
  max-width: 1152px;
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .kv-area {
    padding: 100px 0 20px;
  }
  .kv-area__text {
    top: -80px;
    text-align: center;
    width: 100%;
  }
  .kv-area__text div {
    padding: 2px 16px;
  }
  .kv-area__text div span {
    font-size: 2.4rem;
  }
}


/* lead
------------------------------*/
.section__lead {
  margin-top: 20px;
}
.section__lead--box {
  background-color: #EFFBEE;
  border-radius: 8px;
  padding: 24px 48px;
}
.section__lead--box p {
  color: #073F23;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width:767px) {
  .section__lead--box {
    padding: 16px;
  }
  .section__lead--box p {
    font-size: 1.4rem;
  }
}


/* kpi
------------------------------*/
.section__kpi h2 {
  text-align: center;
  margin: 0 0 30px;
}
.section__kpi h2 span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.section__kpi h2 small {
  display: block;
  color: #E30C1F;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.section__kpi--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin: 0;
}
.section__kpi--list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px #3D3D3D29;
  width: 25%;
  border-radius: 16px;
  padding: 32px 48px;
}
.section__kpi--list li a {
  color: #292929;
  text-decoration: none;
}
.section__kpi--list li h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.section__kpi--list li h3 small {
  display: block;
  font-size: 1.6rem;
}
.section__kpi--score {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 80px;
}
.section__kpi--list li:nth-child(1) .section__kpi--score {
  background: url(/assets/img/ja/esg/img-top01.svg) no-repeat left center / auto 60px;
  padding-left: 90px;
}
.section__kpi--list li:nth-child(2) .section__kpi--score {
  background: url(/assets/img/ja/esg/img-top02.svg) no-repeat left center / auto 60px;
}
.section__kpi--list li:nth-child(3) .section__kpi--score {
  background: url(/assets/img/ja/esg/img-top03.svg) no-repeat left center / auto 60px;
}
.section__kpi--score strong {
  color: #E30C1F;
  margin-right: 10px;
}
.section__kpi--score strong b {
  font-size: 4.8rem;
}
.section__kpi--list li p {
  color: #525252;
  font-size: 1.4rem;
}
@media screen and (max-width:1360px) {
  .section__kpi--list li {
    width: 33%;
    max-width: 350px;
  }
}
@media screen and (max-width:1000px) {
  .section__kpi--list li {
    width: 45%;
  }
}
@media screen and (max-width:767px) {
  .section__kpi h2 span {
    font-size: 2.4rem;
  }
  .section__kpi--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
  }
  .section__kpi--list li {
    gap: 10px;
    width: 100%;
    max-width: 400px;
  }
}


/* banners
------------------------------*/
.section__banners {
  margin: 30px 0;
}
.section__banners ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.section__banners ul li {
  width: 49%;
}
@media screen and (max-width:767px) {
  .section__banners ul {
    flex-direction: column;
    gap: 30px;
  }
  .section__banners ul li {
    width: 100%;
  }
}


/* esg
------------------------------*/
.section__esg .m-section__inner {
  position: relative;
  z-index: 2;
}
.section__esg h2 span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.section__esg h2 small {
  display: block;
  color: #E30C1F;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.section__esg ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.section__esg ul li {
  width: 24%;
}
.section__esg ul li:first-child {
  padding-right: 20px;
}
.section__esg ul li a {
  display: block;
  position: relative;
  color: #292929;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px #3D3D3D29;
  padding: 60px 0;
}
.section__esg ul li:nth-child(2) a {
  background-color: #F4FFF1;
}
.section__esg ul li:nth-child(3) a {
  background-color: #FFFBF3;
}
.section__esg ul li:nth-child(4) a {
  background-color: #F1FBFF;
}
.section__esg ul li a::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
}
.section__esg ul li:nth-child(2) a::after {
  background: url(/assets/img/ja/esg/img-top06-arrow.svg) no-repeat center / contain;
}
.section__esg ul li:nth-child(3) a::after {
  background: url(/assets/img/ja/esg/img-top07-arrow.svg) no-repeat center / contain;
}
.section__esg ul li:nth-child(4) a::after {
  background: url(/assets/img/ja/esg/img-top08-arrow.svg) no-repeat center / contain;
}
.section__esg ul li a p {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .section__esg h2 span {
    font-size: 2.4rem;
  }
  .section__esg ul {
    flex-direction: column;
    gap: 15px;
  }
  .section__esg ul li {
    width: 100%;
  }
  .section__esg ul li:first-child {
    padding-right: 0;
  }
  .section__esg ul li a {
    padding: 40px 0;
  }
}


/* award
------------------------------*/
.section__award {
  position: relative;
  z-index: 0;
  margin-top: 160px;
}
.section__award::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -320px;
  z-index: -1;
  background: url(/assets/img/ja/esg/bg-top.png) no-repeat right top / contain;
  width: 555px;
  height: 500px;
}
.section__award .m-section__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.section__award h2 {
  text-align: center;
  margin-bottom: 30px;
}
.section__award h2 span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.section__award h2 small {
  display: block;
  color: #E30C1F;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.section__award .section__award--slide {
  position: relative;
}
.section__award .swiper-slide {
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding: 40px;
}
.section__award .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}


.section__award .swiper-button-prev,
.section__award .swiper-button-next {
  color: transparent;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
}
.section__award .swiper-button-prev {
  left: -40px;
  background: url(/assets/img/ja/esg/icon-prev.svg) no-repeat center / contain;
}
.section__award .swiper-button-next {
  right: -40px;
  background: url(/assets/img/ja/esg/icon-next.svg) no-repeat center / contain;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 30px);
}
.section__award .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}
.section__award .swiper-pagination-bullet-active {
  background-color: #E30C1F;
}
@media screen and (max-width:1520px) {
  .section__award .swiper-button-prev {
    left: 10px;
  }
  .section__award .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .section__award {
    margin-top: 0;
  }
  .section__award::before {
    top: -60px;
    width: 222px;
    height: 200px;
  }
  .section__award .m-section__inner {
    padding: 0 0 40px;
  }
  .section__award h2 span {
    font-size: 2.4rem;
  }
  .section__award .swiper-slide {
    padding: 30px 20px;
  }
  .section__award .swiper-button-prev,
  .section__award .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: calc(100% + 20px);
  }
}