@charset "utf-8";

/* ===========================================================

	Title: sustainability.css
	Created: 2024-06-04

=========================================================== */
/* ===========================================================

	page-link-box

=========================================================== */
.sustainability-page-link-box {
    display: flex;
    flex-wrap: wrap;
}

.sustainability-page-link-box li {
    margin-right: 24px;
    font-weight: bold;
}

.sustainability-page-link-box li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #c7000d;
    border-bottom: 0;
    margin-right: 4px;
}

.sustainability-page-link-box li a {
    text-decoration: underline;
}

/* ===========================================================

	h2(smooth scroll位置調整用)

=========================================================== */
h2#concept, h2#materiality {
    margin-top: 0;
    padding-top: 80px;
}


/* ===========================================================

	policy

=========================================================== */
.sustainability-policy--box {
    background-color: #ececec;
    padding: 0 20px 10px 20px;
  }

.sustainability-policy--box h4 {
    background-color: transparent;
    border-left: none;
    color:#c7000d;
    font-size: 1.8rem;
    padding: 20px 0;
    text-align: center;
}

/* ===========================================================

	materiality

=========================================================== */
h4.materiality-step--ttl {
    background-color: transparent;
    border: 1px solid #c7000d;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    padding: 0;
    margin-top: 2em;
}

.materiality-step--ttl .materiality-step--ttl_01 {
    background: #c7000d;
    color: #fff;
    padding: 8px 10px;
}
.materiality-step--ttl .materiality-step--ttl_02 {
    margin-left: 10px;
}

.table-materiality {
    table-layout: fixed;
    border-top: none;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.table-materiality th {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: solid 1px #ddd;
    color: #111;
    text-align: center;
    width: auto;
}
.table-materiality td, .table-materiality td:last-child {
    border-right: 1px solid #ddd;
}

.table-materiality .materiality_01 {
    width: 12%;
    max-width: 100px;
}
.table-materiality .materiality_02 {
    width: 58%;
 }
.table-materiality .materiality_03 { width: 10px; }
.table-materiality .materiality_04 { max-width: 300px;}

.table-materiality .materiality--empty {
    border-top-color: #fff;
    border-bottom-color: #fff;
    background: #fff;
    padding: 0;
}
.table-materiality .materiality--icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.table-materiality .materiality--icon li {
    width: 49%;
    text-align: center;
}
.table-materiality .materiality--icon li:nth-child(odd) {
    margin-right: 2%;
}

.table-materiality .materiality--env {
    background: #e2efda;
    max-width: 100px;
}
.table-materiality .materiality--social {
    background: #fff2cc;
}
.table-materiality .materiality--gov {
    background: #ddebf7;
}

.materiality--bold {
    font-weight: bold;
}
