
@charset "utf-8";
@media only screen and (min-width : 769px) {
    .box_recruit {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.box_recruit--content {
    margin-bottom: 0.5em;
}
.box_recruit--content .box_recruit--banner {
    margin-bottom: 0.25em;
}
.box_recruit--inf {
    font-size: var(--fs_n);
}
.box_recruit--content,
.box_recruit--inf {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width : 769px) {
    .box_recruit--content {
        width: 52%;
        margin-bottom: 0;
    }
    .box_recruit--inf {
        font-size: var(--fs_n);
        width: 47.8%;
        padding-left: 0.5em;
    }
}

.box_recruit--inf .ttl--recruit {
    font-weight: bold;
}
.box_recruit--inf .box--data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 1px #e1d6c2;
}
.box_recruit--inf .box--data .ttl,
.box_recruit--inf .box--data .txt {
    width: 100%;
    border: solid 1px #e1d6c2;
}
.box_recruit--inf .box--data .ttl {
    padding-left: 0.5em;
    line-height: 2em;
    background: #f0ebdc;
}
.box_recruit--inf .box--data .txt {
    padding: 0.5em 0.5em 0.5em 1em;
    line-height: 1.25em;
}
.box_recruit--inf .box--data .txt p {
    width: 100%;
}
@media only screen and (min-width : 769px) {
    .box_recruit--inf .box--data .ttl {
        width: 25%;
        text-align: center;
        padding-left: 0;
    }

    .box_recruit--inf .box--data .txt {
        width: 75%;
        padding: 0.5em;
    }
}

.btn--link {
    position: relative;
    display: block;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--fs_lb);
    text-align: center;
    line-height: 1.75em;
    border: 1px solid #a3a3a3;
    color: #511111;
    border-radius: 0.25em;
    font-weight: bold;
}
.btn--link:hover {
    top: 2px;
}
@media only screen and (min-width : 769px) {
    .btn--link {
        font-size: var(--fs_l);
        width: 100%;
        line-height: 1.25em;
    }
}