.c-link-list:has(a[href^="#anchor-"]),
.c-link-list:has(+ h2[id^="anchor-"]) {
    position: relative;
    z-index: 1;
}

h2[id^="anchor-"] {
    padding-top: 120px;
    margin-top: -60px;
}

/* .l-inner h2:first-of-type:not(.c-link-list + h2)  */
.l-inner h2:first-child {
    padding-top: 0;
    margin-top: 0;
}

.c-list-indent {
    margin-left: 1.2em;
}

.table-w30 .c-table_content tbody th,
.table-w30.c-table-scroll .c-table_content tbody th {
    width: 30%;
}

.human_labor-table th.Blue,
.human_labor-table td.Blue {
    color: #ffffff;
    background-color: #005bac;
    border: 1px solid #ffffff;
}

.human_labor-table td.LightBlue {
    color: #ffffff;
    background-color: #6f92cb;
    border: 1px solid #ffffff;
}

.human_labor-table td.LightBlue a {
    color: #ffffff;
}

.human_labor-table .u-icon-after.u-icon-arrowRight.u-icon-prime.hrIndex-icon::after {
    background-image: url(/sustainability/assets2025/img/ic_right_white.png);
}

.triangle-icon {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
}

.triangle-icon>span {
    position: relative;
    z-index: 2;
}

.triangle-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 60px solid #cfe2f3;
    vertical-align: middle;
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .table-w30 .c-table_content tbody th {
        width: 100%;
    }
}