* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
.align-center {
  text-align: center;
}
ul {
  list-style: none;
  padding-left: 0;
}
/* banner */
.innner-pc.swiper-container {
  height: 640px;
}
.innner-pc .swiper-slide {
  background-size: cover;
}
.innner-pc .container > * {
  margin-left: calc(1 / 12 * 100%);
}
.innner-pc .pc-small-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--color-brand-Auxiliary);
  padding: 246px 0 24px;
}
.innner-pc .banner-text-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
  color: var(--color-brand-Auxiliary);
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .innner-wap.swiper-container {
    height: 580px;
    margin-bottom: 80px;
  }
  .innner-wap .swiper-slide {
    background-size: cover;
  }
  .wap-small-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-brand-Auxiliary);
    padding: 110px 0 16px;
  }
  .innner-wap .banner-text-title {
    font-size: 30px;
    font-weight: normal;
    line-height: 42px;
    color: var(--color-brand-Auxiliary);
    padding: 0;
  }
}
.content-img-wrapper {
  margin-top: 135px;
  margin-bottom: 160px;
}
.content-img-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-img-wrapper .content-img {
  padding-right: 16px;
}
.content-img-wrapper h2 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #000018;
  margin-bottom: 16px;
}
.content-img-wrapper p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #36383b;
  max-width: 594px;
}
.content-img-wrapper img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.stakeholder .container > h2 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #000018;
}
.stakeholder .container > p {
  margin-bottom: 67px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000018;
}
.stakeholder .participation ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 9px;
  margin-bottom: 123px;
}
.stakeholder .participation li {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}
.stakeholder .participation li:last-child {
  margin-bottom: 0;
}
.stakeholder .participation li:hover > p {
  display: flex;
}
.stakeholder .participation li div {
  min-height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.stakeholder .participation li h5 {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.63px;
  color: #000018;
}
.stakeholder .participation li p {
  display: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000018;
}
.stakeholder .participation li > p {
  display: none;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid var(--color-brand-standard);
  background-color: #f9fbfd;
  padding: 0 16px;
  justify-content: center;
}
@media screen and (min-width: 835px) {
  #banner {
    background-image: url('../images/csr-stakeholder/csr-stakeholders-communication.jpg');
  }
}
@media only screen and (min-width: 1350px) {
  .content-img-wrapper .container {
    max-width: 1760px !important;
    padding-left: 171px;
    padding-right: 240px;
  }
  .content-img-wrapper .content-img {
    padding-right: 137px;
  }
  .stakeholder .container {
    max-width: 1494px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .stakeholder .participation ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .content-img-wrapper h2,
  .stakeholder .container > h2 {
    font-size: 28px;
  }
  .stakeholder .participation li h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .content-img-wrapper .container {
    display: block;
    text-align: center;
  }
  .content-img-wrapper .container .content-img {
    padding-right: 0;
  }
  .content-img-wrapper .container p {
    margin: auto;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #banner {
    display: block;
    align-items: initial;
    height: 500px;
    margin-bottom: 80px;
  }
  #banner .content {
    text-align: center;
    padding-top: 30px;
  }
  #banner .content p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    margin-bottom: 16px;
  }
  #banner .content h1 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.63px;
    text-align: center;
    color: #000018;
  }
  .content-img-wrapper {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .content-img-wrapper .content-img h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    text-align: center;
    color: #000018;
  }
  .content-img-wrapper .content-img p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: center;
    color: #36383b;
  }
  .stakeholder .container h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.94px;
    text-align: center;
    color: #000018;
  }
  .stakeholder .container > p {
    margin-bottom: 68px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-align: center;
    color: #36383b;
  }
  .stakeholder .participation ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .stakeholder .participation li div {
    margin-bottom: 44px;
  }
  .stakeholder .participation li h5 {
    margin-bottom: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.63px;
    color: #000018;
  }
  .stakeholder .participation li div p {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .stakeholder {
    margin-bottom: 80px;
  }
  .stakeholder .participation ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
