@charset "utf-8";

.mb-5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb-5 {
    margin-bottom: 1.33vw !important;
  }
}

@media screen and (min-width: 769px) {
  .fc-pc-white {
    color: #fff;
  }
}

.sustainability-message-heading {
  font-weight: bold;
  font-size: 32px !important;
}
@media screen and (max-width: 768px) {
  .sustainability-message-heading {
    font-size: 5.5vw !important;
  }
}

@media screen and (max-width: 768px){
  .sp-order-1 {
    order: 1;
  }

  .sp-order-2 {
    order: 2;
  }
}

.sustainability-kv {
  filter: brightness(70%);
}

.sustainability-kv-txt {
  z-index: 1;
}

.button-top-message {
  margin-top: 10px;
  text-align: right;
}

.button-top-message a {
  display: inline-block;
  padding: 13px 76px 13px 60px;
  font-size: 16px;
}

.on-box-container {
  position: relative;
}

.on-box-container .on-box-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .on-box-container .on-box-text {
    position: initial;
  }
}

.on-box-container .on-box-text p {
  font-size: clamp(17px, 2.5vw, 30px);
  font-weight: bold;
  margin: 14% 0 0 14%;
}
@media screen and (max-width: 768px) {
  .on-box-container .on-box-text p {
    font-size: 5.5vw;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
}

.on-box-container .on-box-text .on-box-button {
  margin-left: auto;
}

.thumbLink._16_9 .thumbLink-img img.thumbLink-img-wide {
  aspect-ratio: initial;
}

.esg-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .esg-wrap {
    display: block;
  }
}

.esg-item-left {
  width: 60%;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .esg-item-left {
    width: 100%;
  }
}

.esg-item-right {
  width: 40%;
  flex: 1;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .esg-item-right {
    width: 100%;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-white img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-en {
  font-family: "Bellefair";
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .title-en {
    display: block;
  }
}

.heading-esg {
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: bold;
  vertical-align: sub;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .heading-esg {
    font-size: 8.0vw;
  }
}

.heading-environment {
  color: #58b95e;
}

.heading-social {
  color: #b57a22;
}

.heading-governance {
  color: #657dba;
}

.list-esg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .list-esg {
    grid-template-columns: repeat(1, 1fr);
  }
}

.list-esg .txtLinkArrow {
  padding: 12px 30px 12px 0;
}

.list-esg li {
  margin-top: auto;
}

.no-row-gap {
  gap: 0 var(--gap-col);
}

.sustainability-data-book .thumbLink-img {
  border: none;
}

.sustainability-data-book .thumbLink-content {
  text-align: center;
}

.sustainability-data-book .thumbLink-content .thumbLink-ttl {
  display: inline-block;
}

.w13per {
  width: 13% !important;
}

.w30per {
  width: 30% !important;
}

.process_details:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #6d6faa transparent transparent transparent;
  content: "";
  z-index: 1000;
  margin: 0 auto 20px;
}

.process_details:first-child:before{
  content : none;
}

.table4-impact tr:first-child td {
  padding: 0 24px 0;
}
@media screen and (max-width: 768px) {
  .table4-impact tr:first-child td {
    padding: 0 2.13vw 0;
  }
}

.table4-impact td {
  white-space: nowrap;
}

.table4-impact td:nth-last-child(1),
.table4-impact td:nth-last-child(2),
.table4-impact td:nth-last-child(3),
.table4-impact td:nth-last-child(4),
.table4-impact td:nth-last-child(5),
.table4-impact td:nth-last-child(6),
.table4-impact td:nth-last-child(7) {
  color: #009dd6;
}

#materiality,
#evaluation,
#materiality .notice.num-reset,
#evaluation .notice.num-reset {
  counter-reset: number 0;
}

#materiality .notice.num::before,
#evaluation .notice.num::before {
  counter-increment: number 1;
  content: "※"counter(number);
}

#materiality .notice.num,
#evaluation .notice.num {
  padding-left: 30px;
  text-indent: -30px;
}

#materiality .table3-risk,
#materiality .table3-opportunity,
#evaluation .table3-risk,
#evaluation .table3-opportunity {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #materiality .table3-risk,
  #materiality .table3-opportunity,
  #evaluation .table3-risk,
  #evaluation .table3-opportunity {
    width: auto;
  }
}

.table3-risk th,
.table3-opportunity th {
  text-align: left;
  padding: 14px 26px;
}

.table3-risk td:nth-last-child(1),
.table3-opportunity td:nth-last-child(1) {
  background-color: #bae5fb;
}

.table3-risk td:nth-last-child(2),
.table3-opportunity td:nth-last-child(2) {
  background-color: #e5f3fa;
}

.table3-risk td:nth-last-child(3),
.table3-opportunity td:nth-last-child(3) {
  padding: 14px 26px;
}

.table2-goal td:nth-last-child(1),
.table2-goal td:nth-last-child(2) {
  vertical-align: top;
}

.table2-risk th:nth-last-child(1),
.table2-risk th:nth-last-child(2),
.table2-opportunity th:nth-last-child(1),
.table2-opportunity th:nth-last-child(2) {
  width: 150px;
  text-align: center;
}

.table2-risk th:nth-last-child(3),
.table2-opportunity th:nth-last-child(3) {
  width: 380px;
}

.bg-E5F3FA {
  background-color: #E5F3FA !important;
}

.table2-time th:nth-child(1),
.table2-influence th:nth-child(1) {
  width: 15%;
}

.table1 th.bd-red-left,
.table1 td.bd-red-left {
  border-left: 2px solid #c80;
}

.table1 th.bd-red-right,
.table1 td.bd-red-right {
  border-right: 2px solid #c80;
}

.table1 th.bd-red-bottom,
.table1 td.bd-red-bottom {
  border-bottom: 2px solid #c80;
}

.table1 th.bd-red-top,
.table1 td.bd-red-top {
  border-top: 2px solid #c80;
}

.process-box {
  display: flex;
}

.process-number {
  display: inline-block;
  height: 23px;
  padding: 0 7px 0 7px;
  color: #fff;
  line-height: 1.3;
  box-sizing: border-box;
  background: #6d6faa;
}

.process-text {
  margin-left: 7px;	
}

.process-img-right {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .process-img-right {
    margin-top: 0;
  }
}

.process_frame {
  background-color: #fff;
  border: 4px solid #c9d5e1;
  padding: 20px;
}

.table2-evaluation {
  table-layout: initial;
}

.table2-evaluation th {
  vertical-align: top;
  width: 30%;
}

.thumbLink-img.no-border {
  border: none;
}

.table2-accident th:nth-child(1),
.table2-human-resource th:nth-child(1) {
  width: 30%;
  text-align: center;
}

.table2-actionplan th:nth-child(1) {
  width: 20%;
  vertical-align: top;
}

.table2-compliance th:nth-child(1) {
  width: 32%;
  text-align: center;
}

.right-img-box {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-img-box img {
  max-height: 80%;
  max-width: 95%;
}

.right-img-box.right-2images {
  flex-direction: column;
  gap: 10px 0;
  height: auto;
  padding: 10px;
}

.right-img-box.right-2images img {
  max-width: 50%;
}

.heading-h2:has(img) {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.heading-h2 img {
  max-width: 70px;
  margin-left: 60px;
  vertical-align: middle;
  max-height: fit-content;
}

.h4-center h4 {
  display: inline-block;
  margin-bottom: -8px;
}
