@charset "UTF-8";

.recruit{
    padding-top: 0px;
    font-size: 25px;
    margin-bottom: 30px;
}

.recruit .text{
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.3;
    
}

.recruit .text .sp{
    display: none;
}

.recruit .container .contact{
    margin-bottom: 30px;
}

.recruit .container{
    justify-content: center;

}

.recruit .contact dl{
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit .contact dl dt{
    width: 10%;
    margin-left: 0%;
    text-align:left;
}

.recruit .contact dl dd{
    width: 50%;
    text-align: left;
}

.recruit .contact a{
    color: black;
}

.recruit .text .br{
    display: block;
    content: "";
    margin-top: 50px;
}
@media screen and (max-width:767px) {
    #header .info-area .number{
        display: none;
    }
    
    .recruit .text{
        font-size: 15px;
        padding-top: 70px;
    }

    .recruit .text .sp{
        display: block;
    }

    .recruit .container .contact{
        font-size: 15px;
    }

    .recruit .contact dl{
        justify-content: start;
    }

    .recruit .contact dl dt{
        width: 50%;
        margin-left: 0%;
        text-align:right;
    }   

    .recruit .contact dl dd{
        width: 50%;
        text-align: left;
    }

    
}