@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* CSS Document */
/* diversity about_index style
**************************************/
#body section .top_mv_link li:nth-of-type(2):after {
    display: block;
}
#diversity_about {
    margin-bottom: 84px;
}
/* tab_wrapper */
#diversity_about .tab_wrapper {
    margin: 52px 0;
}
#diversity_about .tab_wrapper .intro {
    text-align: center;
    margin: 56px 0 50px;
}
#diversity_about .tab_wrapper .tab_box {
    justify-content: flex-start;
    gap: 27px 40px;
    align-items: flex-end;
}
#diversity_about .tab_wrapper .tab_box li {
    width: calc((100% - 80px) / 3);
}
#diversity_about .tab_wrapper .tab_box a {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    padding: 14.5px 50px 10.5px 57px;
    border-bottom: 1px solid #C21B1B;
    position: relative;
}
#diversity_about .tab_wrapper .tab_box li:nth-of-type(3) a {
    padding: 26.5px 50px 18.5px 57px;
}
#diversity_about .tab_wrapper .tab_box a::before {
    display: block;
    font-size: 1.875rem;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #C21B1B;
    height: max-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -10px;
    z-index: 1;
}
#diversity_about .tab_wrapper .tab_box li:nth-of-type(1) a::before {
    content: "01";
}
#diversity_about .tab_wrapper .tab_box li:nth-of-type(2) a::before {
    content: "02";
}
#diversity_about .tab_wrapper .tab_box li:nth-of-type(3) a::before {
    content: "03";
}
#diversity_about .tab_wrapper .tab_box a::after {
    content: '';
    display: block;
    background: url(../../common_diversity/image/icon_arw_btm_rd.svg) no-repeat center / contain;
    width: 15px;
    height: 9.25px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 27px;
    bottom: -13px;
    z-index: 1;
}
@media screen and ( max-width:959px) {
    #diversity_about .tab_wrapper {
        margin: 42px 0 32px;
    }
    #diversity_about .tab_wrapper .intro {
        margin: 36px 0 30px;
    }
    #diversity_about .tab_wrapper .tab_box {
        gap: 20px 40px;
    }
    #diversity_about .tab_wrapper .tab_box li {
        width: 100%;
    }
    #diversity_about .tab_wrapper .tab_box a {
        font-size: 1rem;
        padding: 8px 30px 12px 50px;
    }
    #diversity_about .tab_wrapper .tab_box li:nth-of-type(3) a {
        padding: 22.5px 30px 17.5px 50px;
    }
    #diversity_about .tab_wrapper .tab_box a::before {
        font-size: 1.675rem;
    }
    #diversity_about .tab_wrapper .tab_box a::after {
        width: 12px;
        height: 6.25px;
        right: 12px;
        bottom: -7px;
    }
}
/* about_top_intro */
#diversity_about .about_top_intro h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.79;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 68px;
    position: relative;
}
#diversity_about .about_top_intro h3::after {
    content: '';
    display: block;
    background: #C21B1B;
    width: 60px;
    height: 5px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 1;
}
#diversity_about .about_top_intro p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 75px;
}
#diversity_about .about_top_intro .img_wrap img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#diversity_about .about_top_intro .img_wrap img:nth-of-type(1) {
    max-width: 760px;
    margin-bottom: 87px;
}
#diversity_about .about_top_intro .img_wrap img:nth-of-type(2) {
    max-width: 674px;
}
/* about_top_message */
#diversity_about .about_top_message {
    padding: 82.8px 0 0;
    margin: 0 0 82.8px;
}
#diversity_about .about_top_message .img_box {
    max-width: 360px;
}
#diversity_about .about_top_message .img_box img {
    width: 100%;
}
#diversity_about .about_top_message h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.79;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 68px;
    position: relative;
}
#diversity_about .about_top_message h3::after {
    content: '';
    display: block;
    background: #C21B1B;
    width: 60px;
    height: 5px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 1;
}
#diversity_about .about_top_message p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
}
#diversity_about .about_top_message p.name {
    width: max-content;
    margin-left: auto;
}
#diversity_about .about_top_message .sp {
    display: none;
}
@media screen and ( max-width:959px) {
    #diversity_about {
        margin-bottom: 86px;
    }    
    #diversity_about .about_top_intro h3 {
        font-size: 1.125rem;
        padding-bottom: 66px;
    }
    #diversity_about .about_top_intro h3::after {
        bottom: 32px;
    }
    #diversity_about .about_top_intro p {
        line-height: 1.75;
        margin-bottom: 32px;
    }
    #diversity_about .about_top_intro .img_wrap img:nth-of-type(1) {
        margin-bottom: 34px;
    }
    #diversity_about .about_top_intro .img_wrap img:nth-of-type(2) {
        width: 70.9%;
        min-width: 266px;
    }
    #diversity_about .about_top_message {
        padding: 54px 0 0;
        margin: 0 0 34px;
    }
    #diversity_about .about_top_message .img_box,
    #diversity_about .about_top_message .text_box {
        width: 100%;
        margin: 0 auto 0;
    }
    #diversity_about .about_top_message .img_box {
        margin-bottom: 30px;
    }
    #diversity_about .about_top_message h3 {
        font-size: 1.125rem;
        padding-bottom: 66px;
    }
    #diversity_about .about_top_message h3::after {
        bottom: 32px;
    }
    #diversity_about .about_top_message p {
        line-height: 1.75;
        margin-bottom: 32px;
    }
    #diversity_about .about_top_message .sp {
        display: block;
    }    
}
/* about_top_wrapper */
#diversity_about .about_top_wrapper {
    padding: 0 95px;
    background: #FFE6E6;
    border: 5px solid #FFE6E6;
    border-radius: 30px;
}
#diversity_about .about_top_wrapper:not(:last-of-type) {
    margin-bottom: 60px;
}
#diversity_about .about_top_wrapper .about_top_ttl {
    justify-content: flex-start;
    align-items: center;
    gap: 10px 15px;
}
#diversity_about .about_top_wrapper .about_top_ttl span {
    display: block;
    font-family: "Poppins", serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #C21B1B;
}
#diversity_about .about_top_wrapper .about_top_ttl .txt {
    font-size: 1.25rem;
}
#diversity_about .about_top_wrapper .about_top_ttl .num {
    font-size: 3.75rem;
}
#diversity_about .about_top_wrapper .about_top_ttl h3 {
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.63;
    letter-spacing: 0;
}
#diversity_about .about_top_wrapper h4 {
    font-size: 1.25rem;  
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 21px;
    position: relative;
}
#diversity_about .about_top_wrapper h4::before {
    content: '';
    display: block;
    background: #C21B1B;
    width: 13px;
    height: 13px;
    border-radius: 50vw;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
}
#diversity_about .about_top_wrapper p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
}
#diversity_about .about_top_wrapper .plan_box p {
    text-indent: -1em;
    padding-left: 1em;
}
#diversity_about .about_top_wrapper .about_top_box:not(:last-of-type) {
    border-bottom: 1px solid #C21B1B;
}
@media screen and ( max-width:959px) {
    #diversity_about .about_top_wrapper {
        padding: 0 16px;
    }
    #diversity_about .about_top_wrapper:not(:last-of-type) {
        margin-bottom: 40px;
    }
    #diversity_about .about_top_wrapper .about_top_ttl h3 {
        font-size: 1.1875rem;
        margin-top: 0;
    }
    #diversity_about .about_top_wrapper .about_top_ttl .txt {
        font-size: 0.8125rem;
    }
    #diversity_about .about_top_wrapper .about_top_ttl .num {
        font-size: 2.625rem;
    }    
    #diversity_about .about_top_wrapper h4 {
        font-size: 1.125rem;
        padding-left: 21px;
    }
    #diversity_about .about_top_wrapper h4::before {
        top: 8px;
        bottom: auto;
    }
    #diversity_about .about_top_wrapper p {
        line-height: 1.75;
    }
}
/***** about_top01 *****/
#diversity_about .about_top01 {
    padding-top: 50px;
    padding-bottom: 63px;
}
#diversity_about .about_top01 .about_top_ttl {
    margin-bottom: 34px;
}
#diversity_about .about_top01 p {
    margin-bottom: 38px;
}
#diversity_about .about_top01 img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#diversity_about .about_top01 .about_top_box01 {
    padding-top: 56px;
    border-top: 1px solid #C21B1B;
    margin-top: 50px;
}
#diversity_about .about_top01 .about_top_box01 h4 {
    margin-bottom: 16px;
}
#diversity_about .about_top01 .about_top_box01 .link {
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 11px;
    padding-right: 20px;
    position: relative;
}
#diversity_about .about_top01 .about_top_box01 .link::before {
    content: '';
    display: block;
    background: url(../../common_diversity/image/icon_link_arw_rd.svg) no-repeat center / contain;
    width: 5px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 1;
}
#diversity_about .about_top01 .about_top_box01 .link::after {
    content: '';
    display: inline-block;
    background: url(../../common_diversity/image/icon_link_bk.svg) no-repeat center / contain;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
@media screen and ( max-width:959px) {
    #diversity_about .about_top01 {
        padding-top: 39px;
        padding-bottom: 21px;
    }        
    #diversity_about .about_top01 .about_top_ttl {
        margin-bottom: 7px;
    }    
    #diversity_about .about_top01 .about_top_box01 {
        padding-top: 40px;
        padding-bottom: 10px;
        margin-top: 30px;
    }
}
/***** about_top02 *****/
#diversity_about .about_top02 {
    padding-top: 54px;
    padding-bottom: 83px;
}
#diversity_about .about_top02 .about_top_ttl {
    margin-bottom: 37px;
}
#diversity_about .about_top02 .about_top_box01 {
    padding-bottom: 40px;
    align-items: flex-end;
}
#diversity_about .about_top02 .about_top_box01 .text_box {
    width: 59%;
    max-width: 560px;
}
#diversity_about .about_top02 .about_top_box01 .text_box h4 {
    margin-bottom: 14px;
}
#diversity_about .about_top02 .about_top_box01 .text_box .wh_box {
    background: #FFFFFF;
    padding: 19px 35px 26px; 
    border: 1px solid #C21B1B;
    margin-top: 18px;
}
#diversity_about .about_top02 .about_top_box01 .text_box .wh_box h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 7px;
}
#diversity_about .about_top02 .about_top_box01 .text_box .wh_box p {
    font-size: 0.875rem;
}
#diversity_about .about_top02 .about_top_box01 .img_box {
    width: 38%;
    max-width: 360px;
    transform: translateY(-13px);
}
#diversity_about .about_top02 .about_top_box01 .img_box img {
    width: 100%;
}
#diversity_about .about_top02 .about_top_box02 {
    padding: 30px 0;
}
#diversity_about .about_top02 .about_top_box02 h4 {
    margin-bottom: 18px;
}
#diversity_about .about_top02 .about_top_box02 ol li {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    padding-left: 40px;
    position: relative;
}
#diversity_about .about_top02 .about_top_box02 ol li::before {
    display: block;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #C21B1B;
    height: max-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#diversity_about .about_top02 .about_top_box02 ol li:nth-of-type(1):before {
    content: '❶';
}
#diversity_about .about_top02 .about_top_box02 ol li:nth-of-type(2):before {
    content: '❷';
}
#diversity_about .about_top02 .about_top_box02 ol li:nth-of-type(3):before {
    content: '❸';
}
#diversity_about .about_top02 .about_top_box02 ol li:not(:last-of-type) {
    margin-bottom: 20px;
}
#diversity_about .about_top02 .about_top_box03 {
    padding-top: 37px;
}
#diversity_about .about_top02 .about_top_box03 h4 {
    margin-bottom: 12px;
}
#diversity_about .about_top02 .about_top_box03 .intro_txt {
    margin-bottom: 25px;
}
#diversity_about .about_top02 .about_top_box03 h5 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.78;
    letter-spacing: 0;
    margin-bottom: 18px;
}
#diversity_about .about_top02 .plan_wrapper {
    padding: 31px 59px 34px;
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
}
#diversity_about .about_top02 .plan01,
#diversity_about .about_top02 .plan02 {
    margin-bottom: 30px;
}
#diversity_about .about_top02 .plan_box .plan_ttl {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
    background: #C21B1B;
    width: 80px;
    margin-bottom: 10px;
}
#diversity_about .about_top02 .plan_box h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 4px;
}
@media screen and ( max-width:959px) {
    #diversity_about .about_top02 {
        padding-top: 38px;
        padding-bottom: 31px;
    }    
    #diversity_about .about_top02 .about_top_ttl {
        margin-bottom: 17px;
    }
    #diversity_about .about_top02 .about_top_box01 {
        padding-bottom: 30px;
        flex-direction: column-reverse;
        gap: 32px 0;
    }
    #diversity_about .about_top02 .about_top_box01 .text_box,
    #diversity_about .about_top02 .about_top_box01 .img_box {
        width: 100%;
    }
    #diversity_about .about_top02 .about_top_box01 .img_box {
        transform: translateY(0);
    }
    #diversity_about .about_top02 .about_top_box01 .text_box h4 {
        margin-bottom: 17px;
    }    
    #diversity_about .about_top02 .about_top_box01 .text_box .wh_box {
        padding: 15px 20px 20px;
        margin-top: 17px;
    }
    #diversity_about .about_top02 .about_top_box01 .text_box .wh_box h6 {
        margin-bottom: 4px;
    }
    #diversity_about .about_top02 .about_top_box01 .text_box .wh_box p {
        line-height: 1.75;
    }
    #diversity_about .about_top02 .about_top_box02 {
        padding: 27.5px 0;
    }
    #diversity_about .about_top02 .about_top_box02 ol li {
        line-height: 1.75;
    }
    #diversity_about .about_top02 .about_top_box02 ol li:not(:last-of-type) {
        margin-bottom: 18px;
    }
    #diversity_about .about_top02 .about_top_box02 ol li::before {
        top: 3px;
        bottom: auto;
    }
    #diversity_about .about_top02 .about_top_box03 h5 {
        font-size: 1.0625rem;
        line-height: 1.59;   
        margin-bottom: 7px;
    }
    #diversity_about .about_top02 .plan_wrapper {
        padding: 21px 19px 19px;
    }
    #diversity_about .about_top02 .plan_box .plan_ttl {
        margin-bottom: 12px;
    }
    #diversity_about .about_top02 .plan_box h6 {
        line-height: 1.8125;
        margin-bottom: 12px;
    }
}
/***** about_top03 *****/
#diversity_about .about_top03 {
    padding-top: 50px;
    padding-bottom: 63px;
}
#diversity_about .about_top03 .about_top_ttl {
    margin-bottom: 35px;
}
#diversity_about .about_top03 .cert01,
#diversity_about .about_top03 .cert02 {
    margin-bottom: 45px;
}
#diversity_about .about_top03 .cert_box .img_box {
    width: 260px;
}
#diversity_about .about_top03 .cert_box .img_box img {
    width: 100%;
}
#diversity_about .about_top03 .cert_box .text_box {
    width: calc(100% - 300px);
}
#diversity_about .about_top03 .cert_box .text_box h4 {
    margin-bottom: 18px;
}
#diversity_about .about_top03 .cert_box .text_box .link {
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 11px;
    padding-right: 20px;
    margin-top: 10px;
    position: relative;
}
#diversity_about .about_top03 .cert_box .text_box .link::before {
    content: '';
    display: block;
    background: url(../../common_diversity/image/icon_link_arw_rd.svg) no-repeat center / contain;
    width: 5px;
    height: 7px;
    margin: auto;
    position: absolute;
    top: 13px;
    left: 0;
    z-index: 1;
}
#diversity_about .about_top03 .cert_box .text_box .link::after {
    content: '';
    display: inline-block;
    background: url(../../common_diversity/image/icon_link_bk.svg) no-repeat center / contain;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
@media screen and ( max-width:959px) {
    #diversity_about .about_top03 {
        padding-top: 37px;
        padding-bottom: 46px;
    }    
    #diversity_about .about_top03 .cert_box {
        gap: 20px 0;
    }
    #diversity_about .about_top03 .cert01,
    #diversity_about .about_top03 .cert02 {
        margin-bottom: 43px;
    }
    #diversity_about .about_top03 .cert_box .img_box,
    #diversity_about .about_top03 .cert_box .text_box {
        width: 100%;
    }
    #diversity_about .about_top03 .cert_box .text_box h4 {
        margin-bottom: 5px;
    }
    #diversity_about .about_top03 .cert02 .text_box h4 {
        margin-bottom: 16px;
    }
}
/* btm_link_box */
#diversity_about .btm_link_box {
    gap: 20px 20px;
}
#diversity_about .btm_link_box a {
    display: block;
    text-align: center;
    width: calc((100% - 60px) / 4);
    padding: 46px 0 50px;
    border-radius: 20px;
    position: relative;
}
#diversity_about .btm_link_box a:hover::after {
    opacity: 1;
}
#diversity_about .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_about .btm_link_box a.active {
    background: #FFFCD1;
}
#diversity_about .btm_link_box a.system {
    background: #EDFFE3;
}
#diversity_about .btm_link_box a.voice {
    background: #E3F8FF;
}
#diversity_about .btm_link_box a.data {
    background: #F0E0FF;
}
#diversity_about .btm_link_box a span {
    display: block;
    line-height: 1;
    letter-spacing: 0;
}
#diversity_about .btm_link_box a span.en {
    font-size: 2.5rem;
    font-family: "Mohave", serif;
    font-weight: 700;
    color: #C21B1B;
    margin-bottom: 4px;
}
#diversity_about .btm_link_box a span.ja {
    font-size: 1rem;
    font-weight: 500;
    color: #C21B1B;
}
@media screen and ( max-width:959px) {
    #diversity_about .btm_link_box a {
        width: 100%;
        padding: 26px 0 30px;
    }
    #diversity_about .btm_link_box a span.en {
        font-size: 2.25rem;
    }
    #diversity_about .btm_link_box a span.ja {
        font-size: 1rem;
    }
}