#hrPreContacts {
    padding: 56px 0 41px 0;
    background: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}

#hrPreContacts .container {
    max-width: 1300px;
    margin: auto;
}

#hrPreContacts .cta-title {
    font-size: 26px;
    font-weight: 600;
    color: #3B3938;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    padding: 0 8px;
    z-index: 1;
    margin-bottom: 0;
}

#hrPreContacts .cta-title br{
    display: none;
}

#hrPreContacts .cta-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;         
    width: 100%;
    height: 13px;        
    background: #FFE190;
    border-radius: 8px;
    z-index: -1;        
}


#hrPreContacts .cta-desc {
    color: #3B3938;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.8;
}

#hrPreContacts .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;  
    gap: 12px;
    width: 563px;
    height: 100px;
    background: #FFEB57;
    border-radius: 50px;
    font-size: 36px;
    font-weight: 700;
    color: #0E3B4E;
    text-decoration: none;
    box-shadow: 0 6px 0 #E3C949;
    transition: 0.2s ease;
}

#hrPreContacts .cta-button span {
    display: block;
    text-align: center;
    padding-left: 56px;
    position: relative;
}

#hrPreContacts .cta-button span::before{
    content: "";
    position: absolute;
    width: 44px;
    height: 31px;
    background: url("../../images/hiring-risk/mail-ico.png") no-repeat;
    background-size: 44px 31px;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
}


#hrPreContacts .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 0 #D9BE45;
}

#hrPreContacts .cta-note {
    margin-top: 35px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;        
    margin-left: auto;       
    margin-right: auto;
    text-align: left;         
    padding-left: 1.2em;      
    text-indent: -1.2em;      
}

#hrPreContacts .cta-desc br{
    display: none;
}

@media (max-width: 1399.98px) { 

}

@media (max-width: 1199.98px) { 

}

@media (max-width: 991.98px) {
    #hrPreContacts {
        padding: 40px 0;
    }

    #hrPreContacts .cta-title {
        font-size: 22px;
        line-height: 1.5;
    }

    #hrPreContacts .cta-title::after {
        height: 10px;
        bottom: 3px;
    }

    #hrPreContacts .cta-desc {
        font-size: 22px;
        line-height: 1.6;
        padding: 0 10px;
    }

    #hrPreContacts .cta-button {
        width: 420px;
        height: 80px;
        font-size: 28px;
        border-radius: 40px;
    }

    #hrPreContacts .cta-button span::before {
        width: 34px;
        height: 24px;
        background-size: 34px 24px;
        margin-top: -10px;
    }

    #hrPreContacts .cta-note {
        max-width: 90%;
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    #hrPreContacts {
        padding: 36px 0 0 0;
    }

    #hrPreContacts .cta-title {
        font-size: 20px;
        line-height: 1.45;
        padding: 0 4px;
    }

    #hrPreContacts .cta-title::after {
        height: 9px;
        bottom: 2px;
    }

    #hrPreContacts .cta-desc {
        margin-top: 16px;
        font-size: 18px;
        line-height: 1.55;
        padding: 0 12px;
    }

    #hrPreContacts .cta-button {
        width: 320px;
        height: 70px;
        font-size: 24px;
        gap: 10px;
        border-radius: 35px;
    }

    #hrPreContacts .cta-button span {
        padding-left: 40px;
    }

    #hrPreContacts .cta-button span::before {
        width: 28px;
        height: 20px;
        background-size: 28px 20px;
        margin-top: -9px;
    }

    #hrPreContacts .cta-note {
        margin-top: 25px;
        font-size: 12px;
        line-height: 1.55;
        padding-left: 1em;
        text-indent: -1em;
    }
}

@media (max-width: 575.98px) {
    #hrPreContacts .cta-title {
        font-size: 16px;
    }

    #hrPreContacts .cta-title br{
        display: block;
    }

    #hrPreContacts .cta-title::after {
        height: 8px;
        bottom: 24px;
        width: 96%;
    }

    #hrPreContacts .cta-desc {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 6px;
        margin-bottom: 50px;
    }

    #hrPreContacts .cta-desc br{
        display: block;
    }

    #hrPreContacts .cta-button {
        width: 280px;
        height: 60px;
        font-size: 20px;
        border-radius: 30px;
        margin-bottom: 35px;
    }

    #hrPreContacts .cta-button span::before {
        width: 24px;
        height: 17px;
        background-size: 24px 17px;
    }

    #hrPreContacts .cta-note {
        font-size: 12px;
        text-indent: unset;
        padding-left: 0;
        max-width: 100%;
    }

    #hrPreContacts .cta-note span{
        width: 16px;
        display: inline-block;
    }
}