#li_sustainability > a {
  color: #00408c !important; }

@media screen and (min-width: 769px) {
  #environment #medium_kv {
    background: url("../../img/sustainability/kv_environment.jpg") center center no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  #environment #medium_kv {
    background: url("../../img/sustainability/sp/kv_environment.jpg") center center no-repeat;
    background-size: cover; } }

@media screen and (min-width: 769px) {
  #social_harmony #medium_kv {
    background: url("../../img/sustainability/kv_social_harmony.jpg") center center no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  #social_harmony #medium_kv {
    background: url("../../img/sustainability/sp/kv_social_harmony.jpg") center center no-repeat;
    background-size: cover; } }

#social_harmony #medium_kv h1,
#social_harmony #medium_kv p {
  color: #000 !important; }

@media screen and (min-width: 769px) {
  #governance #medium_kv {
    background: url("../../img/sustainability/kv_governance.jpg") center center no-repeat;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  #governance #medium_kv {
    background: url("../../img/sustainability/sp/kv_governance.jpg") center center no-repeat;
    background-size: cover; } }

@media screen and (min-width: 769px) {
  #medium_kv div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; } }

@media screen and (min-width: 769px) {
  main {
    padding-bottom: 10rem; } }
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 12rem; } }

#btm_btn_set {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #btm_btn_set {
      padding: 10rem 2rem 0; } }
  @media screen and (max-width: 768px) {
    #btm_btn_set {
      padding: 12rem 0 0; } }

#btm_btn_set .inner {
  position: relative; }
  @media screen and (min-width: 769px) {
    #btm_btn_set .inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    #btm_btn_set .inner {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 3rem 1rem; } }

@media screen and (min-width: 769px) {
  #btm_btn_set .box_btn p {
    padding: 2.5rem 0; } }

#environment #btm_btn_set .box_btn:nth-of-type(1) p {
  color: #fff; }

#environment #btm_btn_set .box_btn:nth-of-type(1) p:before {
  transform: translateX(0); }

#environment #btm_btn_set .box_btn:nth-of-type(1) .arrow {
  border: #fff 1px solid; }

#environment #btm_btn_set .box_btn:nth-of-type(1) p .arrow::before {
  background: url("../../common/img/ttl_arrow_w.svg") center center no-repeat;
  background-size: 0.8rem auto; }

#social_harmony #btm_btn_set .box_btn:nth-of-type(2) p {
  color: #fff; }

#social_harmony #btm_btn_set .box_btn:nth-of-type(2) p:before {
  transform: translateX(0); }

#social_harmony #btm_btn_set .box_btn:nth-of-type(2) .arrow {
  border: #fff 1px solid; }

#social_harmony #btm_btn_set .box_btn:nth-of-type(2) p .arrow::before {
  background: url("../../common/img/ttl_arrow_w.svg") center center no-repeat;
  background-size: 0.8rem auto; }

#governance #btm_btn_set .box_btn:nth-of-type(3) p {
  color: #fff; }

#governance #btm_btn_set .box_btn:nth-of-type(3) p:before {
  transform: translateX(0); }

#governance #btm_btn_set .box_btn:nth-of-type(3) .arrow {
  border: #fff 1px solid; }

#governance #btm_btn_set .box_btn:nth-of-type(3) p .arrow::before {
  background: url("../../common/img/ttl_arrow_w.svg") center center no-repeat;
  background-size: 0.8rem auto; }

/**/
section .table_set {
  position: relative;
  width: 100%; }

section .table_set .table_block {
  position: relative; }
  @media screen and (min-width: 769px) {
    section .table_set .table_block {
      margin-top: 3rem; } }
  @media screen and (max-width: 768px) {
    section .table_set .table_block {
      margin-top: 3rem; } }

section .table_set .table_block div {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto; }
  @media screen and (min-width: 769px) {
    section .table_set .table_block div {
      /*padding-bottom:divceil(30, 10, rem);*/
      width: 100rem; } }
  @media screen and (max-width: 768px) {
    section .table_set .table_block div {
      padding-bottom: 6rem;
      width: 67rem; } }

section .table_set .table_block .scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url("../../img/products/scroll.png") center center no-repeat;
  transition: ease 0.6s all;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    section .table_set .table_block .scroll {
      background-size: 25rem auto; } }
  @media screen and (max-width: 768px) {
    section .table_set .table_block .scroll {
      background-size: 41rem auto; } }

section .table_set .table_block .scroll.ok {
  pointer-events: none;
  opacity: 0; }

@media screen and (min-width: 769px) {
  .table_set .table_block table {
    width: 100rem; } }
@media screen and (max-width: 768px) {
  .table_set .table_block table {
    /*min-width:divceil(2460, 10, rem);*/
    white-space: nowrap !important; } }

@media screen and (min-width: 769px) {
  .table_set .table_block .scroll {
    pointer-events: none;
    opacity: 0 !important; } }

.table_set .table_block div {
  position: relative; }
  @media screen and (min-width: 769px) {
    .table_set .table_block div {
      overflow-x: hidden !important;
      padding-bottom: 0; } }

table {
  position: relative;
  border-collapse: collapse;
  border: #8b8b8b 1px solid !important; }

table th {
  position: relative;
  border-collapse: collapse;
  border: #8b8b8b 1px solid !important;
  vertical-align: middle;
  overflow: hidden;
  background: #e7f2ea !important;
  font-weight: 400; }
  @media screen and (min-width: 769px) {
    table th {
      line-height: 2em;
      font-size: 1.4rem;
      letter-spacing: 0;
      padding: 2rem 2rem;
      text-align: center;
      white-space: nowrap; } }
  @media screen and (max-width: 768px) {
    table th {
      line-height: 1.867em;
      font-size: 3rem;
      letter-spacing: 0;
      padding: 4rem 4rem;
      text-align: left; } }

table .table_head th {
  position: relative;
  border-collapse: collapse;
  border: #8b8b8b 1px solid !important;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
  background: #64A875 !important;
  font-weight: 400; }
  @media screen and (min-width: 769px) {
    table .table_head th {
      line-height: 2em;
      font-size: 1.4rem;
      letter-spacing: 0;
      padding: 1rem 2rem; } }
  @media screen and (max-width: 768px) {
    table .table_head th {
      line-height: 1.867em;
      font-size: 3rem;
      letter-spacing: 0;
      padding: 1rem 1rem; } }

table td {
  position: relative;
  border-collapse: collapse;
  border: #8b8b8b 1px solid !important;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    table td {
      line-height: 2em;
      font-size: 1.4rem;
      letter-spacing: 0;
      padding: 2rem 2rem; } }
  @media screen and (max-width: 768px) {
    table td {
      line-height: 1.867em;
      font-size: 3rem;
      letter-spacing: 0;
      padding: 4rem 4rem; } }

@media screen and (min-width: 769px) {
  table tr td:nth-of-type(1) {
    white-space: nowrap; } }

table td li {
  position: relative;
  font-weight: 300; }
  @media screen and (min-width: 769px) {
    table td li {
      padding-left: 1.4rem;
      text-indent: -1.4rem; } }
  @media screen and (max-width: 768px) {
    table td li {
      padding-left: 3rem;
      text-indent: -3rem;
      text-align: left; } }
