.gNav>ul>li:nth-child(4) a {
    font-size: 16px !important;
    font-size: 1rem !important;
}
.gNav>ul>li:nth-child(5) a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
}

.top__image figure{
    display: block !important;
    width: 100% !important;
    height: auto;
    max-height: 100% !important;
}
.top__image figure img{
    width: 100%;
    height: auto;
}
.top__image figure img.pc{
    display: block;
}
.top__image figure img.sp{
    display: none;
}
.container.mw800{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.recruit h2{
    text-align: center;
    font-weight: bold;
    color: #1AAB70;
    font-size: 32px;
}
.recruit h3{
    font-weight: bold;
    font-size: 26px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.recruit p{
    font-weight: bold;
    margin-bottom: 1em;
}
.recruit ul{
    margin-bottom: 1em;
    margin-left: 1.4rem;
}
.recruit ul li{
    font-weight: bold;
    line-height: 1.6;
    list-style: disc;
}
.recruit p.catch{
    margin-top: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    background: linear-gradient(15deg, #0ba360, #3cba92);
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 50px;
    border-radius: 5px;
}
.recruit p.catch span.orange{
    color: orange;
}
p.serif{
    display: inline-block;
    min-width: 40%;
}
p.serif span{
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: linear-gradient(15deg, #0ba360, #3cba92);
    position: relative;
    padding: 0 1rem;
    height: 50px;
    border-radius: 25px;
}
.conts{
    margin: 3rem auto;   
}
.recruit__data{
    border: double 5px lightgray;
    padding: 1rem 1.5rem;
    border-radius: 5px;
}
.note{
    font-size: 16px;
    color: red;
}
p a{
    color: #333;
    text-decoration: underline; 
}
@media screen and (max-width:992px){
    .gNav>ul>li:nth-child(4) a {
        font-size: 14px !important;
    }
    .gNav>ul>li:nth-child(5) a {
        font-size: 14px !important;
    }
    .top__image figure img.pc{
        display: none;
    }
    .top__image figure img.sp{
        display: block;
    }
    .recruit h2{
        font-size: 20px;
    }
    .recruit h2 span{
        display: block;
        font-size: 32px;
    }
    .recruit p.catch{
        font-size: 20px;
        display: block;
        height: auto;
        padding: 10px 5px;
    }
    .recruit p.catch span.nami{
        display: none;
    }
}
