.recruit-title01 {
    font-weight: bold;
    margin-bottom: 20px;
    background:url(../../images/recruit/recruit_title01.png) left top no-repeat;
    border-bottom: 1px solid #CCC;
    padding: 15px 0 15px 7px;
    display: flex;
    gap: 30px;
}

.recruit-title01 span {
    color:#17288C;
    font-size: 183%;
    line-height: 125%;
    font-weight: bold;
    display: flex;
    gap: 7px;
    align-items: center;
}

.recruit-title01 span:before {
    content: '';
    width: 15px;
    height: 19px;
    background-image: url(../../common/images/arrow-right.png);
    background-size: cover;
}

.recruit-title02 {
    color:white;
    font-size: 142%;
    line-height: 125%;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px 0 5px 15px;
    background:url(../../images/recruit/recruit_title02.jpg) left top no-repeat;
}
