.top-image{
    width: 100%;
    height: auto;
}
.body-main{
    font-size: 18px;
}
.point{
    background-color: #ffffcc;
    box-shadow: 5px 5px 15px rgba(18, 47, 61, 0.5);
    margin: 24px 10px;
    padding: 10px;
    display: grid;
    align-items: center;
} 
.point p{
    margin: 0;
}
.job-category{
    width: 100%;
    height: auto;
    max-width: 768px;
}
.jobs{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    box-shadow: 5px 5px 15px rgba(18, 47, 61, 0.5);
    transition: 0.5s;
    color: #000;
    text-decoration: none;
}
.jobs:hover{
    transform: scale(1.2);
    color: #870011;
}
.job-title{
    font-size: 20px;
    display: grid;
    align-items: center;
}
.job-catch{
    color: #870011;;
}

.btn-color{
    background-color: #d88f9a;
    padding: 20px 0;
    box-shadow: 5px 5px 15px rgba(18, 47, 61, 0.5);
    border-radius: 15px;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
.btn-color:hover{
    background-color: #870011;
    font-size: 24px;
    transform: scale(1.1);
    color: #fff;
}
.box-color{
    background-color: #ffffcc;
    padding: 20px 0;
    box-shadow: 5px 5px 15px rgba(18, 47, 61, 0.5);
}
.new-recruit{
    border-bottom: 3px solid #d88f9a;
}
.foot{
    background-color: #870011;
    color: #fff;
}
.list-title{
    background-color: #ffeaf4;
    text-align: center;
    padding: 4vw;
    margin-bottom: 20px;
}
.recruit-list{
    border-bottom: 3px solid #870011;
}
.recruit-info{
    border-bottom: 3px solid #870011;
}

@media screen and (min-width:769px) {
    .sp{display: none;}
    .head p{
        background-color: #870011;
    }
    .title{
        background-color: #870011;
        color: #fff;
        top: 5vw;
        font-size: 4vw;
        text-align: center;
        padding: 4vw;
    }
    .info-tbl,
    .info-tbl td,
    .info-tbl th {
        border: solid 1px #ccc;
        border-collapse: collapse;
    }
    .info-tbl th {
        background-color: #870011;
        color: #fff;
        text-align: center;
        padding: 10px 12px;
        width: 160px;
    }
    .info-tbl td {
        background: #fff;
        padding: 10px 12px;
    }
}
@media screen and (max-width:768px) {
    .pc{display: none;}
    .head{
        box-shadow: 5px 5px 15px rgba(18, 47, 61, 0.5);
        background-color: #870011;
    }
    .title{
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 4vw;
        margin-bottom: 20px;
    }
    .info-tbl,
    .info-tbl td,
    .info-tbl th {
        border: solid 1px #ccc;
        border-collapse: collapse;
    }
    .info-tbl th {
        background-color: #870011;
        color: #fff;
        text-align: center;
        padding: 4px 12px;
        display: block;
        width: 100%
    }
    .info-tbl td {
        background: #fff;
        padding: 4px 12px;
        display: block;
        width: 100%;
    }
}