.recruit-brochure-container{
    position: relative;
    display: flex;
    justify-items: center;
    height: 283px;
}
.recruit-brochure-container.mobile{
    height: 180px;
}
.recruit-brochure-container .recruit-brochure-content-wrapper{
    position: relative;
    margin: 0 auto;
    z-index: 3;
}
.recruit-brochure-container .recruit-brochure-title{
    position: absolute;
    top: 55px;
    left: 0;
    height: 48px;
    z-index: 9;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
}
.recruit-brochure-container .recruit-brochure-title.mobile{
    position: unset;
    margin-top: 1.333em;
    margin-left: 1.11em;
    height: 1.333em;
    line-height: 1.333em;
    font-size: .36em;
}

.recruit-brochure-container .recruit-brochure-subTitle{
    position: absolute;
    left: 0;
    min-height: 24px;
    z-index: 9;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 24px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.recruit-brochure-container .recruit-brochure-subTitle.mobile{
    position: unset;
    margin-top: 0.333em;
    margin-left: 1.666em;
    max-height: 3.333em;
    line-height: 1.666em;;
    width: 18em;
    font-size: .24em;

}

.recruit-brochure-container .recruit-brochure-detail-1 {
    position: absolute;
    top: 185px;
    left: 0;
    width: 160px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 27px;
    z-index: 9;
    text-align: center;
    font-size: 16px;
    color: #133E84;
    line-height: 53px;
    font-weight: bold;
}
.recruit-brochure-container .recruit-brochure-detail-1.mobile{
    position: unset;
    margin-top: 1.230em;
    margin-left: 1.538em;
    width: 7.846em;
    height: 2.461em;
    line-height: 2.461em;
    font-size: .26em;
}
.recruit-brochure-container .recruit-brochure-detail-1:hover{
    cursor: pointer;
    background: #2564CC;
    color: #FFFFFF;
}

.recruit-brochure-container .recruit-brochure-detail-2{
    position: absolute;
    top: 185px;
    left: 0;
    width: 160px;
    height: 53px;
    background: #FFFFFF;
    z-index: 9;
    text-align: center;
    font-size: 1.142em;
    color: rgba(158, 31, 50, 1);
    line-height: 53px;
    font-weight: bold;
}
.recruit-brochure-container .recruit-brochure-detail-2:hover {
    color: rgba(158, 31, 50, 0.8);
}
.recruit-brochure-container .recruit-brochure-detail-2.mobile{
    top: 8.307em;
    left: 1.538em;
    width: 7.846em;
    height: 2.461em;
    line-height: 2.461em;
    font-size: .26em;
    font-weight: bold;
}

.recruit-brochure-container .recruit-brochure-detail-3{
    position: absolute;
    top: 185px;
    left: 0;
    width: 160px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 1.929em;
    z-index: 9;
    text-align: center;
    font-size: 1.142em;
    color: rgba(27, 135, 109, 1);
    line-height: 53px;
    font-weight: bold;
}
.recruit-brochure-container .recruit-brochure-detail-3:hover{
    color: rgba(27, 135, 109, 0.8);
}
.recruit-brochure-container .recruit-brochure-detail-3.mobile{
    top: 8.307em;
    left: 1.538em;
    width: 7.846em;
    height: 2.461em;
    line-height: 2.461em;
    font-size: .26em;
}

.recruit-brochure-container .recruit-brochure-background{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile .recruit-brochure-background {
    object-fit: fill;
}
