#hrHero {
    background: #015FB4;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    overflow: hidden;
    padding: 103px 0 50px 0;
    margin-top: 110px;
}

#hrHero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1140px;
    height: 596px;
    background: #0A2B5A;
    opacity: 0.21;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    pointer-events: none;
    z-index: 0;
}

#hrHero .container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
    padding: 0;
}

#hrHero .desc {
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;   
    text-align: center;   
    padding-top: 20px;
}

#hrHero .tag {
    display: inline-block;
    background: #FEE88A;
    color: #0354A1;
    padding: 13px 35px;
    border-radius: 39px;
    font-size: 28px;
    margin-bottom: 28px;
    font-weight: 700;
    letter-spacing: 5.57px;
    position: relative;
}

#hrHero .tag::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -23px;        
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9.5px solid transparent; 
    border-right: 9.5px solid transparent;
    border-top: 23px solid #FEE88A;      
}

#hrHero .main-title {
    font-size: 71px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    letter-spacing: 7px;
}

#hrHero .main-title .yellow {
    color: #FFE600;
}

#hrHero .description-box {
    background: #fff;
    color: #0354A1;
    padding: 23px 20px 23px 23px;
    border-radius: 10px;
    max-width: 558px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    text-align: left;
}

#hrHero .description-box b{
    font-weight: 700;
    position: relative;
}

#hrHero .description-box b::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3.85px;
    background: url("../../images/hiring-risk/zigzag_red.svg") no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}

#hrHero .image-box {
    flex: 1;
    min-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hrHero .image-box {
    position: relative;
    width: 589px;
    max-width: 100%;
}

#hrHero .image-box::before {
    content: "";
    display: block;
    width: 589px;
    height: 474px;    
    background: url("../../images/hiring-risk/hero-banner.png") center/cover no-repeat;
    border-radius: 12px;
}

#hrHero .image-box img {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

#hrHero .description-box.mobile{
    display: none;
}

@media (max-width: 1440.01px) {
    #hrHero {
        margin-top: 102px;
    }
}

@media (max-width: 1399.98px) {
    #hrHero .main-title {
        font-size: 60px;
    }
    #hrHero .tag {
        font-size: 24px;
    }
    #hrHero .description-box {
        font-size: 22px;
    }
    #hrHero .container {
        gap: 30px;
    }

    #hrHero {
        margin-top: 102px;
    }
}

@media (max-width: 1199.98px) {
    #hrHero {
        padding: 80px 0;
    }

    #hrHero .main-title {
        font-size: 52px;
    }

    #hrHero .tag {
        font-size: 22px;
        padding: 12px 30px;
    }

    #hrHero .description-box {
        font-size: 20px;
    }

    #hrHero .container {
        gap: 20px;
    }

    #hrHero .image-box::before {
        width: 500px;
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    #hrHero .container {
        flex-direction: column;
        text-align: center;
    }

    #hrHero .desc {
        align-items: center;
        text-align: center;
        max-width: 600px;
    }

    #hrHero .main-title {
        font-size: 46px;
    }

    #hrHero .description-box {
        max-width: 100%;
        text-align: center;
    }

    #hrHero .image-box::before {
        width: 440px;
        height: 350px;
    }

    #hrHero .content-wrapper{
        display: none;
    }

    #hrHero .description-box.mobile{
        display: block;
    }
}

@media (max-width: 767.98px) {
    #hrHero {
        padding: 60px 0;
        margin-top: 51px;
    }

    #hrHero .tag {
        font-size: 18px;
        padding: 10px 26px;
        letter-spacing: 3px;
    }

    #hrHero .main-title {
        font-size: 38px;
        letter-spacing: 3px;
    }

    #hrHero .description-box {
        font-size: 18px;
        padding: 18px;
    }

    #hrHero .image-box::before {
        width: 360px;
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    #hrHero {
        padding: 5px 0 45px 0;
    }

    #hrHero .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    #hrHero .desc {
        order: 1;
    }

    #hrHero .image-box {
        order: 2;
    }

    #hrHero .content-wrapper {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #hrHero .tag {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 20px;
        margin-bottom: 18px;
        letter-spacing: 2px;
    }

    #hrHero .tag::after {
        bottom: -14px;
        border-top-width: 16px;
    }

    #hrHero .main-title {
        font-size: 38px;
        line-height: 1.35;
        letter-spacing: 1.5px;
        margin-bottom: 16px;
    }

    #hrHero .image-box::before {
        width: 100%;
        max-width: 320px;
        height: 210px;
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        margin: 0 auto;
    }

    #hrHero .description-box {
        width: 100%;
        max-width: 330px;
        font-size: 14px;
        padding: 15px 12px;
        line-height: 1.6;
        text-align: center;
        font-weight: 600;
        border-radius: 10px;
    }

    #hrHero .content-wrapper{
        display: none;
    }

    #hrHero .description-box.mobile{
        display: block;
        order: 3;
        padding: 8px 9px 11px 9px;
    }

    #hrHero .description-box.mobile p{
        font-size: 14px;
        text-align: left;
    }
}