@charset "UTF-8";

.p_recruit__vision__inner__line02 {
    margin-bottom: 40px;
}

.p_recruit .table th {
    vertical-align: middle !important;
}

.tb_link {
    text-decoration: none;
}

.p_contents p a {
    text-decoration: none !important;
}

.table p a {
  color: #005BC7;
  text-decoration: none;
  background-image: linear-gradient( #005BC7, #005BC7 );
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all .2s;
}

.table p a:hover {
  background-size: 100% 1px;
}


.scroll-wrap {
    margin-bottom: 80px;
}

.table.type02.mgb0__important {
    margin-bottom: 0 !important;
}

.table td {
    font-size: 1.5rem !important;
    padding: 15px !important;
}

.table.type01 tr:nth-of-type(n+2) td:nth-of-type(2) {
    text-align: center;
}
.table.type02 tr:nth-of-type(n+2) td:nth-of-type(1) {
    text-align: center;
}


/* SASB対照表 */
.table.type01 tr:nth-of-type(1) th:nth-of-type(1) {
    width: 23%;
}
.table.type01 tr:nth-of-type(1) th:nth-of-type(2) {
    width: 24%;
}
.table.type01 tr:nth-of-type(1) th:nth-of-type(3) {
    width: 13%;
}
.table.type01 tr:nth-of-type(1) th:nth-of-type(4) {
    width: 40%;
}

.table.type01 tr:nth-of-type(n+2) th {
    background: #fafafa;
    font-weight: 400 !important;
}

.table.type01 tr:nth-of-type(1) th {
    text-align: center;
}

.table th,
.table td {
    border-right: solid 1px #A5A5A5;
}

.table.type01 th:nth-of-type(1) {
    border-left: solid 1px #A5A5A5;
}


/* 活動指標 */
.table.type02 tr:nth-of-type(1) th:nth-of-type(1) {
    width: 41%;
}
.table.type02 tr:nth-of-type(1) th:nth-of-type(2) {
    width: 12%;
}
.table.type02 tr:nth-of-type(1) th:nth-of-type(3) {
    width: 47%;
}

.table.type02 tr:nth-of-type(n+2) th {
    background: #fafafa;
    font-weight: 400 !important;
}

.table.type02 tr:nth-of-type(1) th {
    text-align: center;
}

.table.type02 th:nth-of-type(1) {
    border-left: solid 1px #A5A5A5;
}

/* btn */
.btn-esg {
    margin-bottom: 80px;
}
.breadcrumb {
    margin-bottom: 60px !important;
}


@media screen and (max-width: 768px) {
    .sec__inner .scroll-wrap .table {
        min-width: 700px;
    }

    .p_contents .sec__inner .table, .p_contents .sec__inner tr, .p_contents .sec__inner td, .p_contents .sec__inner th {
        display: revert-layer;
        width: fit-content;
    }
}

@media screen and (max-width: 1024px) {
    .arrow__link {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {.p_contents .p_header__inner__nav li:nth-of-type(1) {border-right:none; border-bottom: 1px solid #4F8CD5;}.p_contents .p_header__inner__nav li:nth-of-type(3) {border-bottom:none;}}