section.philosophy {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.philosophy > p {
  margin-top: 30px;
}
section.philosophy ul.philosophy-list {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  section.philosophy ul.philosophy-list {
    flex-direction: column;
  }
}
section.philosophy ul.philosophy-list li {
  width: calc((100% - 20px) / 2);
  background-color: #f7f7fa;
  padding: 32px 35px 35px;
}
@media screen and (max-width: 900px) {
  section.philosophy ul.philosophy-list li {
    width: 100%;
    padding: 20px 5%;
  }
}
section.philosophy ul.philosophy-list li h3 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.philosophy ul.philosophy-list li h3 {
    font-size: 18px;
  }
}
section.philosophy ul.philosophy-list li p {
  margin-top: 15px;
}
section.philosophy ul.philosophy-list li p.note {
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  section.philosophy ul.philosophy-list li p.note {
    margin-top: 5px;
  }
}
section.philosophy ul.philosophy-list li a {
  width: fit-content;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}
section.philosophy ul.philosophy-list li a img {
  width: 16px;
  display: block;
}

section.sustainability {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.sustainability {
    margin-top: 80px;
  }
}
section.sustainability > p {
  margin-top: 30px;
}
section.sustainability .sustainability-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--light-gray);
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.sustainability .sustainability-box {
    padding: 30px 5%;
  }
}
section.sustainability .sustainability-box ul {
  width: fit-content;
}
section.sustainability .sustainability-box ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 28px;
}
section.sustainability .sustainability-box ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.sustainability .sustainability-box ul li {
    padding-left: 20px;
  }
}
section.sustainability .sustainability-box ul li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 7px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  section.sustainability .sustainability-box ul li:before {
    translate: 0 -1px;
  }
}
section.sustainability .js-scrollable {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.sustainability .js-scrollable {
    margin-top: 40px;
  }
}
section.sustainability .js-scrollable table {
  width: 1000px;
}
section.sustainability .js-scrollable table tr:first-child th {
  background-color: #7d7d80;
  color: var(--white);
  padding: 10px 20px;
  font-weight: 500 !important;
}
section.sustainability .js-scrollable table tr:first-child th:after {
  display: none;
}
section.sustainability .js-scrollable table tr:first-child th:nth-child(1) {
  width: 80px;
}
section.sustainability .js-scrollable table tr:first-child th:nth-child(2) {
  width: 460px;
}
section.sustainability .js-scrollable table tr:first-child th:nth-child(3) {
  width: 460px;
}
section.sustainability .js-scrollable table tr:nth-child(even) {
  background-color: #f7f7fa;
}
section.sustainability .js-scrollable table tr th {
  color: var(--white);
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
section.sustainability .js-scrollable table tr th span {
  font-family: var(--manrope);
  padding-right: 4px;
}
section.sustainability .js-scrollable table tr th:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 30px;
  height: 26px;
  clip-path: polygon(0 0, 70% 0, 100% 45%, 70% 100%, 0 100%);
  z-index: -1;
}
section.sustainability .js-scrollable table tr th.e:after {
  background-color: #36b36e;
}
section.sustainability .js-scrollable table tr th.s:after {
  background-color: #d94141;
}
section.sustainability .js-scrollable table tr th.g:after {
  background-color: #e6a82e;
}
section.sustainability .js-scrollable table tr th:last-child {
  border: none;
}
section.sustainability .js-scrollable table tr td {
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
  padding: 15px 35px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
}
section.sustainability .js-scrollable table tr td:last-child {
  border: none;
  padding: 15px 25px;
}
section.sustainability .js-scrollable table tr td ul.sdgs-list {
  display: flex;
  gap: 3px;
}
section.sustainability .js-scrollable table tr td ul.sdgs-list li {
  width: 40px;
}

section.csr {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.csr {
    margin-top: 80px;
  }
}
@media screen and (max-width: 860px) {
  section.csr h2.ttl-shape span {
    display: block;
    padding-left: 0;
  }
}
section.csr > h3 {
  max-width: 700px;
  margin: 40px auto 0;
  background-color: var(--blue);
  color: var(--white);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 25px 60px;
  border-radius: 80px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section.csr > h3 {
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 5%;
    border-radius: 20px;
  }
}
section.csr .up {
  width: 14px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  section.csr .up {
    width: 2.4vw;
  }
}
section.csr > h4 {
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.csr > h4 {
    font-size: 18px;
  }
}
section.csr .img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.csr .img {
    margin-top: 20px;
  }
}
section.csr dl {
  margin-top: 30px;
}
section.csr dl:first-of-type {
  margin-top: 20px;
}
section.csr dl dt {
  font-size: 16px;
}
section.csr dl dd {
  margin-top: 5px;
  font-weight: 500;
}

section.policy {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.policy {
    margin-top: 80px;
  }
}
section.policy dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  section.policy dl {
    margin-top: 40px;
  }
}
section.policy dl dt {
  display: flex;
  gap: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  section.policy dl dt {
    font-size: 16px;
    gap: 12px;
  }
}
section.policy dl dt span {
  translate: 0 10px;
  font-family: var(--manrope);
  font-size: 16px;
  color: var(--white);
  position: relative;
  width: 30px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.policy dl dt span {
    translate: 0 2px;
  }
}
section.policy dl dt span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 26px;
  top: 0;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center/cover;
  z-index: -1;
}
section.policy dl dd {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  section.policy dl dd {
    padding: 0;
  }
}
section.policy dl dd ol li {
  margin-top: 20px;
}
section.policy dl dd ol li p {
  padding-left: 22px;
}