@charset "utf-8";
/* ============================
main
==============================*/
.section--recruit{
    border-bottom: 4px dotted #21562B;
}

.recruit-wrapper{
    margin-top: 10px;
    position: relative;
    border-bottom: 2px solid #21562B;
}

.recruit-wrapper::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #21562B;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    transform: translateY(-50%);
}

.section--recruit::after{
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background-image: url(../img/bus_illast.webp);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
    bottom: -5px;
    right: 20px;
}

.recruit_topic{
    text-align: center;
}

.recruit_info{
    margin: 30px 0 40px 0;
}

.recruit_txt{
    font-size: 1.2rem;
    font-weight: 500;
}

.recrute_txtsub{
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

.recruit_btn{
    margin: 30px 0;
}

.recruit_btn_txt{
    display: block;
    padding: 10px 0;
    margin-top: 20px;
    color: #342F2F;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 40px;
    border: 1px solid #342F2F;
    background: #FFF;
    box-shadow: 3px 5px 2px 0px rgba(0, 0, 0, 0.40);
    position: relative;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.recruit_btn_txt:hover{
    top: 4px;
    box-shadow: 0 0 rgba(0, 0, 0, 0.40);
}

.recruit_btn_icon{
    width: 25px;
    height: auto;
}

.manga{
    margin-bottom: 30px;
}

.manga_title{
    font-size: 1.2rem;
    font-weight: 700;
    margin: 50px 0 10px 0;
    text-align: center;
}

.recruit_btn2{
    display: block;
    padding: 10px 50px;
    margin-top: 20px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 40px;
    background: var(--primary-blue);
    box-shadow: 3px 5px 2px 0px rgba(0, 0, 0, 0.40);
    position: relative;
    top: 0;
    width: fit-content;
    margin: 0 auto;
}

.recruit_btn2:hover{
    top: 4px;
    box-shadow: 0 0 rgba(0, 0, 0, 0.40);
}

.pc{
    display: none;
}

@media screen and (min-width: 769px){
    .section {
        padding: 80px 70px;
    }

    .recruit-wrapper{
        margin-bottom: 100px;
    }

    .recruit-wrapper::before{
        top: 20px;
    }

    .recruit-wrapper::after{
        width: 150px;
        height: 113px;
        bottom: -130px;
    }

    .recruit_txt{
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
    }

    .pc{
        display: block;
    }

    .recrute_txtsub{
        font-size: 1.2rem;
        text-align: center;
    }

    .recruit_btn{
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .recruit_btn_txt{
        width: 400px;
        font-size: 2rem;
        font-weight: 700;
        padding: 30px 0;
    }

    .recruit_btn_icon{
        width: 40px;
    }

    .manga{
        margin: 100px auto 50px;
    }

    .manga_title{
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .recrute_manga{
        width: 40%;
        display: flex;
        margin: 0 auto;
    }

    .recruit_btn2{
        padding: 20px 100px;
        font-size: 2rem;
        font-weight: 700;
    }

    .section--recruit::after{
        width: 133px;
        height: 100px;
        bottom: -10px;
        right: 50px;
    }
}
/* pc 769px */