@charset "UTF-8";

/* fv */
.recruitment-fv::before {
    background: url(../img/recruitment/fv-bg.jpg) no-repeat center center/cover;
}

/* top */
.top-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}
.top-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.top-img-wrapper,
.top-txt-wrapper {
    width: 100%;
}
.top-img-wrapper img {
    width: 100%;
}
.top-txt-wrapper p {
    font-weight: 700;
    font-size: 24px;
    color: #F358A2;
}


@media screen and (min-width: 768px) {
    .top-inner {
        margin-left: -20px;
        margin-right: -20px;
        flex-direction: row-reverse;
    }
    .top-img-wrapper,
    .top-txt-wrapper {
        width: 50%;
        padding: 0 20px;
    }
}
@media screen and (min-width: 992px) {
    .top-txt-wrapper p {
        font-size: 36px;
    }
}
@media screen and (min-width: 1200px) {
    .top-inner {
        margin-left: -40px;
        margin-right: -40px;
    }
    .top-img-wrapper {
        width: 51%;
    }
    .top-txt-wrapper {
        width: 49%;
    }
    .top-img-wrapper,
    .top-txt-wrapper {
        padding: 0 40px;
    }
}

/* mission */
.mission-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}
.mission-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.mission-img-wrapper,
.mission-txt-wrapper {
    width: 100%;
}
.mission-img-wrapper img {
    width: 100%;
}
.mission-txt-wrapper p {
    font-weight: 600;
    font-size: 20px;
    line-height: calc(61 / 24);
}
@media screen and (min-width: 768px) {
    .mission-inner {
        margin-left: -20px;
        margin-right: -20px;
    }
    .mission-img-wrapper,
    .mission-txt-wrapper {
        width: 50%;
        padding: 0 20px;
    }
}
@media screen and (min-width: 992px) {
    .mission-txt-wrapper p {
        font-size: 24px;
    }
}
@media screen and (min-width: 1200px) {
    .mission-inner {
        margin-left: -40px;
        margin-right: -40px;
    }
    .mission-img-wrapper {
        width: 51%;
    }
    .mission-txt-wrapper {
        width: 49%;
    }
    .mission-img-wrapper,
    .mission-txt-wrapper {
        padding: 0 40px;
    }
}

/* motto */
.motto-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}
.motto-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px;
}
.motto-list-item {
    width: 100%;
}
.motto-list-item-inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
}
.motto-list-item-txt__ttl {
    font-weight: 600;
    font-size: 24px;
    color: #F358A2;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 25px;
    padding-left: 16px;
}
.motto-list-item-txt-wrapper {
    width: 100%;
}
.motto-list-item-txt-list {
    padding-left: 16px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
}
.motto-list-item-txt-list-item {
    padding-left: 32px;
    position: relative;
    line-height: 1.8;
    font-size: 20px;
}
.motto-list-item-txt-list-item::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #8CC88E;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
@media screen and (min-width: 992px) {
    .motto-list {
        row-gap: 130px;
    }
    .motto-list-item-inner {
        margin-left: -30px;
        margin-right: -30px;
    }
    .motto-list-item-txt__ttl {
        margin-bottom: 50px;
    }
    .motto-list-item-img-wrapper {
        width: 32%;
    }
    .motto-list-item-txt-wrapper {
        width: 68%;
    }
    .motto-list-item-img-wrapper,
    .motto-list-item-txt-wrapper {
        padding: 0 30px;
    }
}

/* instagram */
.instagram-wrapper {
    max-width: 425px;
    margin: 0 auto;
}
.instagram-link-wrapper a {
    display: block;
    text-align: center;
}
.instagram__name {
    margin-top: 40px;
    color: #F358A2;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.instagram-txt-link-wrapper {
    text-align: center;
    margin-bottom: 32px;
}
.instagram__message {
    font-size: 21px;
    line-height: calc(53 / 24);
    text-align: center;
    font-weight: 600;
}
@media screen and (min-width: 576px) {
    .instagram__message {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .instagram-inner {
        display: flex;
        justify-content: space-between;
    }
}
@media screen and (min-width: 992px) {
    .instagram__name {
        margin-top: 65px;
    }
}

/* requirements */
.requirement-message {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.requirement-link-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}
.requirement-link-list-item {
    max-width: 344px;
    width: 100%;
}
.requirement-link-list-item__link {
    font-weight: 800;
    font-size: 24px;
    padding: 38.5px 0;
}
@media screen and (min-width: 768px) {
    .requirement-link-list {
        margin-left: -13.5px;
        margin-right: -13.5px;
    }
    .requirement-link-list-item {
        width: 50%;
        padding: 0 13.5px;
    }
}
@media screen and (min-width: 992px) {
    .requirement-message {
        margin-bottom: 90px;
    }
    .requirement-link-list-item {
        width: 33.3333333%;
    }
}