@charset "UTF-8";

/* CSS Document */
/* diversity voice_detail style
**************************************/
#body section .top_mv_link {
    top: 23px;
}

#body section .change_la {
    top: 15px;
}

#body section .top_mv_link li:nth-of-type(5):after {
    display: block;
}

#diversity_voice_detail {
    margin-bottom: 134px;
}

#diversity_voice_detail .voice_detail {
    overflow: hidden;
    margin-top: 135px;
}

#diversity_voice_detail .voice_detail_box {
    flex-wrap: nowrap !important;
}

#diversity_voice_detail .voice_detail_box:nth-of-type(1) {
    padding-top: 9px;
}

#diversity_voice_detail .voice_detail_box.reverse {
    flex-direction: row-reverse;
}

#diversity_voice_detail .voice_detail_box .num_box {
    width: 62px;
}

#diversity_voice_detail .voice_detail_box .num_box .num {
    font-size: 3.75rem;
    font-family: "Poppins", serif;
    font-weight: 700;
    letter-spacing: 0;
    color: #C21B1B;
    margin-bottom: -7px;
}

#diversity_voice_detail .voice_detail_box h3 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.54;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 21px;
}

#diversity_voice_detail p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
}

#diversity_voice_detail .voice_detail_contents h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    color: #C21B1B;
    margin-bottom: 11px;
}

#diversity_voice_detail .voice_detail_box .img_box {
    width: 48.4vw;
    margin: 0 calc(50% - 49.6vw);
}

#diversity_voice_detail .voice_detail_box.normal .img_box img {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#diversity_voice_detail .voice_detail_box.reverse .img_box img {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#diversity_voice_detail .voice_detail_box .img_box img {
    width: 100%;
}

#diversity_voice_detail .voice_detail_box .text_box {
    width: 50%;
    max-width: 560px;
}

#diversity_voice_detail .voice_detail_last_box {
    background: #FFFFFF;
    padding: 30px 100px 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#diversity_voice_detail .voice_detail03 .voice_detail_last_box {
    padding: 30px 100px 58px;
}

#diversity_voice_detail .voice_detail_last_box .text_box {
    width: 57%;
    max-width: 540px;
}

#diversity_voice_detail .voice_detail03 .voice_detail_last_box .text_box {
    width: 100%;
    max-width: initial;
}

#diversity_voice_detail .voice_detail_last_box .text_box h3 {
    font-weight: 700;
    letter-spacing: 0;
    color: #C21B1B;
    margin-bottom: 11px;
}

#diversity_voice_detail .voice_detail_last_box .text_box h3 span {
    display: block;
}

#diversity_voice_detail .voice_detail_last_box .text_box h3 span.ja {
    font-size: 1rem;
    line-height: 1.72;
}

#diversity_voice_detail .voice_detail_last_box .text_box h3 span.en {
    font-size: 3.75rem;
    font-family: "Mohave", serif;
    line-height: 1.17;
}

#diversity_voice_detail .voice_detail_last_box .text_box h4 {
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.56;
    letter-spacing: 0;
    margin-bottom: 18px;
}

#diversity_voice_detail.detail01 .voice_detail_last_box .text_box h4 {
    margin-bottom: 5px;
}

#diversity_voice_detail .voice_detail_last_box .text_box h5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    color: #C21B1B;
    margin-bottom: 12px;
}

#diversity_voice_detail .voice_detail_last_box .img_box {
    width: 38%;
    max-width: 360px;
}

#diversity_voice_detail .voice_detail_last_box .img_box img {
    width: 100%;
}

#diversity_voice_detail .voice_btn {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #ffffff;
    background: #C21B1B;
    width: 100%;
    max-width: 360px;
    padding: 19.5px 0 19.5px 0px;
    border-radius: 50vw;
    text-align: center;
    margin: 81px auto 0;
    position: relative;
}

#diversity_voice_detail .voice_btn::after {
    content: "";
    display: block;
    background: url(../common_diversity/image/icon_arw_wh.svg) no-repeat center center / contain;
    width: 10px;
    height: 17px;
    margin: auto;
    position: absolute;
    top: 2px;
    right: 41px;
    bottom: 0;
    z-index: 1;
}

@media screen and (min-width: 959px) and (max-width: 1300px) {
    #diversity_voice_detail .voice_detail_box .adjust img {
        height: 500px;
        object-fit: cover;
    }
}

@media screen and (max-width:1160px) {
    #diversity_voice_detail .voice_detail_box .img_box {
        width: 560px;
        margin: 0;
    }
}

@media screen and (max-width:959px) {
    #diversity_voice_detail {
        margin-bottom: 84px;
    }

    #diversity_voice_detail.detail06 .diversity_lower02 .text_box {
        min-height: 200px;
    }

    #diversity_voice_detail .voice_detail {
        margin-top: 65px !important;
    }

    #diversity_voice_detail .voice_detail_box {
        flex-wrap: wrap !important;
        gap: 20px 0;
    }

    #diversity_voice_detail .voice_detail_box .img_box,
    #diversity_voice_detail .voice_detail_box .text_box {
        width: 100%;
    }

    #diversity_voice_detail .voice_detail_box .text_box {
        max-width: none;
    }

    #diversity_voice_detail .voice_detail_box.normal .img_box img {
        border-radius: 20px;
    }

    #diversity_voice_detail .voice_detail_box.reverse .img_box img {
        border-radius: 20px;
    }

    #diversity_voice_detail .voice_detail_box .num_box .num {
        font-size: 2.75rem;
    }

    #diversity_voice_detail .voice_detail_box h3 {
        font-size: 1.3rem;
    }

    #diversity_voice_detail p {
        font-size: 0.9rem;
    }

    #diversity_voice_detail .voice_detail_last_box {
        padding: 20px 30px;
        gap: 30px 0;
    }

    #diversity_voice_detail .voice_detail03 .voice_detail_last_box {
        padding: 20px 30px 40px;
    }

    #diversity_voice_detail .voice_detail_last_box .text_box,
    #diversity_voice_detail .voice_detail_last_box .img_box {
        width: 100%;
    }

    #diversity_voice_detail .voice_detail_last_box .text_box {
        max-width: none;
    }

    #diversity_voice_detail .voice_detail_last_box .text_box h3 span.en {
        font-size: 2.75rem;
    }

    #diversity_voice_detail .voice_detail_last_box .text_box h3 span.ja {
        font-size: 0.9rem;
    }

    #diversity_voice_detail .voice_detail_last_box .text_box h4 {
        font-size: 1.3rem;
    }

    #diversity_voice_detail .voice_btn {
        font-size: 1rem;
        padding: 12px 0 12px 0px;
        margin: 71px auto 0;
        text-align: center;
    }

    #diversity_voice_detail .voice_btn::after {
        width: 7px;
        height: 10px;
        top: 0;
        right: 26px;
    }
}

/* voice_detail01 */
#diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(1) {
    margin-bottom: 79px;
}

#diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(2) {
    align-items: center;
    margin-bottom: 120px;
}

#diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(3) {
    align-items: flex-start;
    margin-bottom: 112px;
}

#diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(4) {
    margin-bottom: 120px;
}

#diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(4) .text_box {
    margin-top: 10px;
}

#diversity_voice_detail .voice_detail01 .voice_detail_last_box {
    align-items: flex-end;
}

#diversity_voice_detail .voice_detail01 .voice_detail_last_box .img_box {
    margin-bottom: 6px;
}

@media screen and (max-width:959px) {
    #diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(1) {
        margin-bottom: 59px;
    }

    #diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(2) {
        margin-bottom: 60px;
    }

    #diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(3) {
        margin-bottom: 62px;
    }

    #diversity_voice_detail .voice_detail01 .voice_detail_box:nth-of-type(4) {
        margin-bottom: 60px;
    }
}

/* voice_detail02 */
#diversity_voice_detail .voice_detail02 .voice_detail_box.row_box {
    align-items: center;
}

#diversity_voice_detail .voice_detail02 .voice_detail_contents:not(:last-child) {
    margin-bottom: 80px;
}

#diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(1) {
    margin-bottom: 100px;
}

#diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(2) {
    margin-bottom: 85px;
}

#diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(3) {
    margin-bottom: 100px;
}

#diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(4) {
    margin-bottom: 85px;
}

@media screen and (max-width:959px) {
    #diversity_voice_detail .voice_detail02 .voice_detail_contents:not(:last-child) {
        margin-bottom: 40px;
    }

    #diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(1) {
        margin-bottom: 50px;
    }

    #diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(2) {
        margin-bottom: 42px;
    }

    #diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(3) {
        margin-bottom: 50px;
    }

    #diversity_voice_detail .voice_detail02 .voice_detail_box:nth-of-type(4) {
        margin-bottom: 42px;
    }
}

/* voice_detail03 */
#diversity_voice_detail .voice_detail03 .voice_detail_box:nth-of-type(1) {
    margin-bottom: 107px;
    align-items: center;
}

#diversity_voice_detail .voice_detail03 .voice_detail_box:nth-of-type(2) {
    margin-bottom: 135px;
    align-items: center;
}

#diversity_voice_detail .voice_detail03 .voice_detail_box:nth-of-type(3) {
    margin-bottom: 120px;
}

@media screen and (max-width:959px) {
    #diversity_voice_detail .voice_detail03 .voice_detail_box:nth-of-type(1) {
        margin-bottom: 53px;
    }

    #diversity_voice_detail .voice_detail03 .voice_detail_box:nth-of-type(2) {
        margin-bottom: 67px;
    }

    #diversity_voice_detail .voice_detail03 .voice_detail_box:nth-of-type(3) {
        margin-bottom: 60px;
    }
}

/* voice_detail04 */
#diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(1) {
    margin-bottom: 138px;
    align-items: flex-end;
}

#diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(2) {
    margin-bottom: 138px;
    align-items: flex-end;
}

#diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(3) {
    margin-bottom: 120px;
}

#diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(4) {
    margin-bottom: 120px;
    align-items: flex-end;
}

@media screen and (max-width:959px) {
    #diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(1) {
        margin-bottom: 69px;
    }

    #diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(2) {
        margin-bottom: 69px;
    }

    #diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(3) {
        margin-bottom: 60px;
    }

    #diversity_voice_detail .voice_detail04 .voice_detail_box:nth-of-type(4) {
        margin-bottom: 60px;
    }
}

/* voice_detail05 */
#diversity_voice_detail .voice_detail05 .voice_detail_contents:not(:last-child) {
    margin-bottom: 80px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(1) {
    margin-bottom: 79px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(2) {
    align-items: center;
    margin-bottom: 120px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(3) {
    margin-bottom: 112px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(4) {
    align-items: center;
    margin-bottom: 120px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(4) .text_box {
    margin-top: 10px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(5) {
    margin-bottom: 112px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(6) {
    align-items: center;
    margin-bottom: 112px;
}

#diversity_voice_detail .voice_detail05 .voice_detail_last_box {
    align-items: flex-end;
}

#diversity_voice_detail .voice_detail05 .voice_detail_last_box .img_box {
    margin-bottom: 6px;
}

@media screen and (max-width:959px) {
    #diversity_voice_detail .voice_detail05 .voice_detail_contents:not(:last-child) {
        margin-bottom: 40px;
    }

    #diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(1) {
        margin-bottom: 59px;
    }

    #diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(2) {
        margin-bottom: 60px;
    }

    #diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(3) {
        margin-bottom: 62px;
    }

    #diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(4) {
        margin-bottom: 60px;
    }

    #diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(4) .text_box {
        margin-top: 10px;
    }

    #diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(5) {
        margin-bottom: 62px;
    }

    #diversity_voice_detail .voice_detail05 .voice_detail_box:nth-of-type(6) {
        margin-bottom: 62px;
    }
}

/* voice_detail06 */
#diversity_voice_detail .voice_detail06 .voice_detail_contents:not(:last-child) {
    margin-bottom: 80px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(1) {
    margin-bottom: 79px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(2) {
    align-items: center;
    margin-bottom: 120px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(3) {
    margin-bottom: 112px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(4) {
    align-items: center;
    margin-bottom: 120px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(4) .text_box {
    margin-top: 10px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(5) {
    margin-bottom: 112px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(6) {
    align-items: center;
    margin-bottom: 112px;
}

#diversity_voice_detail .voice_detail06 .voice_detail_last_box {
    align-items: flex-end;
}

#diversity_voice_detail .voice_detail06 .voice_detail_last_box .img_box {
    margin-bottom: 6px;
}

@media screen and (max-width:959px) {
    #diversity_voice_detail .voice_detail06 .voice_detail_contents:not(:last-child) {
        margin-bottom: 40px;
    }

    #diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(1) {
        margin-bottom: 59px;
    }

    #diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(2) {
        margin-bottom: 60px;
    }

    #diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(3) {
        margin-bottom: 62px;
    }

    #diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(4) {
        margin-bottom: 60px;
    }

    #diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(4) .text_box {
        margin-top: 10px;
    }

    #diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(5) {
        margin-bottom: 62px;
    }

    #diversity_voice_detail .voice_detail06 .voice_detail_box:nth-of-type(6) {
        margin-bottom: 62px;
    }
}

/* btm_link_box */
#diversity_voice_detail .btm_link_box {
    gap: 20px 20px;
    margin-top: 90px;
    margin-bottom: 2px;
}

#diversity_voice_detail .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_detail .btm_link_box a:hover::after {
    opacity: 1;
}

#diversity_voice_detail .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_detail .btm_link_box a.about {
    background: #FFE6E6;
}

#diversity_voice_detail .btm_link_box a.active {
    background: #FFFCD1;
}

#diversity_voice_detail .btm_link_box a.system {
    background: #EDFFE3;
}

#diversity_voice_detail .btm_link_box a.data {
    background: #F0E0FF;
}

#diversity_voice_detail .btm_link_box a span {
    display: block;
    line-height: 1;
    letter-spacing: 0;
}

#diversity_voice_detail .btm_link_box a span.en {
    font-size: 2.5rem;
    font-family: "Mohave", serif;
    font-weight: 700;
    color: #C21B1B;
    margin-bottom: 4px;
}

#diversity_voice_detail .btm_link_box a span.ja {
    font-size: 1rem;
    font-weight: 500;
    color: #C21B1B;
}

@media screen and (max-width:959px) {
    #diversity_voice_detail .btm_link_box {
        margin-top: 70px;
    }

    #diversity_voice_detail .btm_link_box a {
        width: 100%;
        padding: 26px 0 30px;
    }

    #diversity_voice_detail .btm_link_box a span.en {
        font-size: 2.25rem;
    }

    #diversity_voice_detail .btm_link_box a span.ja {
        font-size: 1rem;
    }
}