
.cta-hire-a{
    display: flex;
}
.cta-hire-a span{
    font-family: "Noto Sans JP";
    font-style: normal;
    line-height: normal;
}
.cta-hire-a::after{
    content: none !important;
}
.cta-hire-a div{
    margin-top: unset;
}
.cta-hire-a a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    background: #1D1D1D;
    cursor: pointer;
}
.cta-hire-a a:hover{
    transition: all 0.3s;
    opacity: .5;
}
.cta-hire-a .cta-hire-a-content{
    display: flex;
    width: 100%;
    position: relative;
}
.cta-hire-a .cta-hire-a-content::after{
    display: none !important;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-content-logo{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 10px;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-content-logo img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 170px;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-content-bg{
    background: linear-gradient(
    to right,
    #1D1D1D 0%,
    #1D1D1D 80%,
    rgba(29, 29, 29, 0.6) 90%,
    rgba(29, 29, 29, 0) 100%
    );
    width: 50%;
    position: absolute;
    margin: 0;
    height: 100%;
    z-index: 3;
}

.cta-hire-a .cta-hire-a-content .cta-hire-a-text{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    z-index: 3;
    padding: 10px;
    margin: 0;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text::after{
    display: none !important;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text > span{
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    text-underline-position: from-font;
    line-height: inherit;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub{
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub::after{
    display: none !important;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub > p {
    margin-top: unset;
    color: #fff;
    font-size: 27px;
    line-height: normal;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub > p span{
    color: #DF6675;
    font-size: 36px;
    font-weight: normal;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub .cta-hire-a-text-sub-top{
    color: #fff;
    font-size: 19px;
    font-weight: normal;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub .cta-hire-a-text-sub-top span{
    color: #fff;
    font-size: 25px;
    font-weight: normal;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub .wh-bold{
    font-weight: 500;
    font-size: 42px;
    color: #fff;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-img::after{
    display: none !important;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-img{
    margin-top: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-hire-a .cta-hire-a-content .cta-hire-a-img img{
    width: auto;
    height: 100%;
    display: block;
    right: 0;
    position: absolute;

    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #1D1D1D 30%,
        #1D1D1D 100%
    );

    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        #1D1D1D 30%,
        #1D1D1D 100%
    );
}
.cta-hire-a .cta-hire-a-bot-button{
    margin-top: unset;
    background-color: #3C4552;
    width: 100%;
    justify-content: space-around;
}
.cta-hire-a .cta-hire-a-bot-button::after{
    display: none !important;
}
.cta-hire-a .cta-hire-a-bot-button .cta-hire-a-bot-button-inner{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-hire-a .cta-hire-a-bot-button .cta-hire-a-bot-button-inner::after{
    display: none !important;
}
.cta-hire-a .cta-hire-a-bot-button .cta-hire-a-bot-button-inner span{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.cta-hire-a .cta-hire-a-bot-button .cta-hire-a-bot-button-inner span br{
    display: none;
}
.cta-hire-a .cta-hire-a-bot-button .cta-hire-a-bot-button-inner svg{
    width: 10px;
}

@media screen and (max-width:600px) {
    .cta-hire-a .cta-hire-a-content{
        flex-direction: column;
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-img{
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-img img {
        position: relative; 
        width: 100%;
        height: auto;

        mask-image: linear-gradient(to bottom, transparent 0%, #1D1D1D 30%, #1D1D1D 100%); 
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #1D1D1D 30%, #1D1D1D 100%);
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-content-bg {
        background: none;
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-text {
        padding-bottom: 50%;
        gap: 6px;
    }
}
@media screen and (max-width:500px) {
    .cta-hire-a .cta-hire-a-content .cta-hire-a-text > span {
        color: #fff;
        font-size: 15px;
        font-weight: normal;
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-content-logo img {
        max-width: 137px;
    }
    .cta-hire-a .cta-hire-a-bot-button .cta-hire-a-bot-button-inner span br {
        display: block;
    }
}
@media screen and (max-width:400px) {
    .cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub .wh-bold {
        font-size: 39px;
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub > p {
        font-size: 22px;
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub > p span {
        font-size: 39px;
    }
}
@media screen and (max-width:360px) {
    .cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub .wh-bold {
        font-size: 31px;
    }
    .cta-hire-a .cta-hire-a-content .cta-hire-a-text .cta-hire-a-text-sub > p span {
        font-size: 31px;
    }
}