@charset "UTF-8";
/* CSS Document */
/* diversity voice_index style
**************************************/
#diversity_voice {
    margin-bottom: 139px;
}
#body section .top_mv_link li:nth-of-type(5):after {
    display: block;
}
/* voice_top */
#diversity_voice .voice_top .voice_top_intro {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    margin: 57px 0 42px;
}
#diversity_voice .voice_top .voice_top_wrapper {
    justify-content: flex-start;
    gap: 50px 40px;
    margin-top: 67px;
}
#diversity_voice .voice_top .voice_top_box {
    width: calc((100% - 40px) / 2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#diversity_voice .voice_top .voice_top_box .img_box {
    position: relative;
}
#diversity_voice .voice_top .voice_top_box .img_box img {
    width: 100%;
}
#diversity_voice .voice_top .voice_top_box .img_box h3 {
    font-size: 1.2625rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    height: max-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 21px;
    bottom: 0;
}
#diversity_voice .voice_top .voice_top_box .img_box h3 span {
    display: inline-block;
    color: #ffffff;
    background: #C21B1B;
    padding: 2.15px 7px;
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(3) .img_box h3 span:nth-of-type(2) {
    padding-right: 9px;
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(3) .img_box h3 span:nth-of-type(3) {
    padding-right: 13px;
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(4) .img_box h3 span:nth-of-type(2),
#diversity_voice .voice_top .voice_top_box:nth-of-type(4) .img_box h3 span:nth-of-type(3) {
    padding-right: 18px;
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(5) .img_box h3 span:nth-of-type(3) {
    padding-right: 11px;
}
/* #diversity_voice .voice_top .voice_top_box:nth-of-type(5) .img_box h3 span:nth-of-type(4) {
    padding-right: 0;
} */
#diversity_voice .voice_top .voice_top_box:nth-of-type(6) .img_box h3 span:nth-of-type(1) {
    padding-right: 13px;
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(6) .img_box h3 span:nth-of-type(2),
#diversity_voice .voice_top .voice_top_box:nth-of-type(6) .img_box h3 span:nth-of-type(3) {
    padding-right: 14px;
}
#diversity_voice .voice_top .voice_top_box .img_box h3 span:not(:last-of-type) {
    margin-bottom: 5px;
}
#diversity_voice .voice_top .voice_top_box .text_box {
    padding: 29px 28px 28px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
#diversity_voice .voice_top .voice_top_box .text_box::after {
    content: "";
    display: block;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    right: 8px;
    bottom: 2px;
    z-index: 1;
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(3) .text_box::after,
#diversity_voice .voice_top .voice_top_box:nth-of-type(4) .text_box::after,
#diversity_voice .voice_top .voice_top_box:nth-of-type(5) .text_box::after,
#diversity_voice .voice_top .voice_top_box:nth-of-type(6) .text_box::after {
    content: "April 2025";
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(1) .text_box::after,
#diversity_voice .voice_top .voice_top_box:nth-of-type(2) .text_box::after {
    content: "December 2025";
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(2) .text_box::after {
    bottom: -8px;
}
#diversity_voice .voice_top .voice_top_box:nth-of-type(2) .text_box {
    padding-top: 40px;
}
#diversity_voice .voice_top .voice_top_box .text_box .name {
    font-size: 1.5625rem;
    font-weight: 700;
    letter-spacing: 0;
    padding-right: 23.5px;
    position: relative;
}
#diversity_voice .voice_top .voice_top_box .text_box .name::after {
    content: '';
    display: block;
    background: #C21B1B;
    width: 2px;
    height: 64px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#diversity_voice .voice_top .voice_top_box .text_box .job_post {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: 21.5px;
}
#diversity_voice .voice_top .kajima_link_box {
    gap: 30px 0;
    margin-top: 80px;
}
#diversity_voice .voice_top .voice_top_btn {
    display: flex;
    justify-content: center;
    align-items: center;   
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    width: 100%;
    max-width: 540px;
    position: relative;
    background: rgb(194, 27, 27);
    padding: 19.5px 60px;
    border-radius: 50vw;
    margin: 0 auto;
}
#diversity_voice .voice_top .voice_top_btn::after {
    content: "";
    display: block;
    background: url(../common_diversity/image/icon_link_wh.svg) no-repeat center / contain;
    width: 14px;
    height: 14px;
    margin: auto;
    position: absolute;
    top: 2px;
    right: 41px;
    bottom: 0;
    z-index: 1;
}
@media screen and ( max-width:959px) {
    #diversity_voice {
        margin-bottom: 89px;
    }    
    #diversity_voice .voice_top .voice_top_intro {
        margin: 47px 0 32px;
    }
    #diversity_voice .voice_top .voice_top_wrapper {
        justify-content: center;
        gap: 40px 40px;
        margin-top: 36px;
    }
    #diversity_voice .voice_top .voice_top_box {
        width: 100%;
    }
    #diversity_voice .voice_top .voice_top_box .img_box h3 {
        font-size: 0.75rem;
    }
    #diversity_voice .voice_top .voice_top_box .img_box h3 span:not(:last-of-type) {
        margin-bottom: 3px;
    }
    #diversity_voice .voice_top .voice_top_box:nth-of-type(3) .img_box h3 span:nth-of-type(2) {
        padding-right: 7px;
    }
    #diversity_voice .voice_top .voice_top_box:nth-of-type(3) .img_box h3 span:nth-of-type(3) {
        padding-right: 10px;
    }
    #diversity_voice .voice_top .voice_top_box:nth-of-type(4) .img_box h3 span:nth-of-type(2),
    #diversity_voice .voice_top .voice_top_box:nth-of-type(4) .img_box h3 span:nth-of-type(3) {
        padding-right: 12px;
    }
    #diversity_voice .voice_top .voice_top_box:nth-of-type(6) .img_box h3 span:nth-of-type(1) {
        padding-right: 10px;
    }
    #diversity_voice .voice_top .voice_top_box:nth-of-type(6) .img_box h3 span:nth-of-type(2),
    #diversity_voice .voice_top .voice_top_box:nth-of-type(6) .img_box h3 span:nth-of-type(3) {
        padding-right: 8px;
    }
    #diversity_voice .voice_top .voice_top_box .text_box {
        padding: 19px 18px 18px;
    }
    #diversity_voice .voice_top .voice_top_box .text_box::after {
        font-size: 10px;
        right: 5px;
        bottom: -4px !important;
    }
    #diversity_voice .voice_top .voice_top_box:nth-of-type(2) .text_box {
        padding-top: 19px;
    }
    #diversity_voice .voice_top .voice_top_box .text_box .name {
        font-size: 1rem;
        padding-right: 13px;
        width: 100px;
    }
    #diversity_voice .voice_top .voice_top_box:nth-of-type(1) .text_box .name,
    #diversity_voice .voice_top .voice_top_box:nth-of-type(2) .text_box .name {
        /* white-space: nowrap; */
        /* width: max-content; */
        min-width: 120px;
    }
    #diversity_voice .voice_top .voice_top_box .text_box .name::after {
        height: 54px;
    }
    #diversity_voice .voice_top .voice_top_box .text_box .job_post {
        font-size: 0.8rem;
        width: calc(100% - 100px);
        padding-left: 15.5px;
    }
    #diversity_voice .voice_top .voice_top_btn {
        font-size: 1rem;
        padding: 12px 35px;
    }
    #diversity_voice .voice_top .kajima_link_box {
        margin-top: 60px;
    }
    #diversity_voice .voice_top .voice_top_btn::after {
        width: 12px;
        height: 12px;
        top: 0;
        right: 26px;
    }
}
/* btm_link_box */
#diversity_voice .btm_link_box {
    gap: 20px 20px;
    margin-top: 80px;
}
#diversity_voice .btm_link_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc((100% - 60px) / 4);
    padding: 46px 0 50px;
    border-radius: 20px;
    position: relative;
}
#diversity_voice .btm_link_box a:hover::after {
    opacity: 1;
}
#diversity_voice .btm_link_box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #C21B1B;
    border-radius: 20px;
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}
#diversity_voice .btm_link_box a.about {
    background: #FFE6E6;
}
#diversity_voice .btm_link_box a.active {
    background: #FFFCD1;
}
#diversity_voice .btm_link_box a.system {
    background: #EDFFE3;
}
#diversity_voice .btm_link_box a.data {
    background: #F0E0FF;
}
#diversity_voice .btm_link_box a span {
    display: block;
    line-height: 1;
    letter-spacing: 0;
}
#diversity_voice .btm_link_box a span.en {
    font-size: 2.5rem;
    font-family: "Mohave", serif;
    font-weight: 700;
    color: #C21B1B;
    margin-bottom: 4px;
}
#diversity_voice .btm_link_box a span.ja {
    font-size: 1rem;
    font-weight: 500;
    color: #C21B1B;
}
@media screen and ( max-width:959px) {
    #diversity_voice .btm_link_box {
        margin-top: 60px;
    }
    #diversity_voice .btm_link_box a {
        width: 100%;
        padding: 26px 0 30px;
    }
    #diversity_voice .btm_link_box a span.en {
        font-size: 2.25rem;
    }
    #diversity_voice .btm_link_box a span.ja {
        font-size: 1rem;
    }
}