@charset "UTF-8";

.fp-main-visual {
    margin: 0;
    padding: 0;
}

.fp-main-visual__image {
    width: 100%;
    vertical-align: middle;
}

.fp-background {
    background: #e8edf5;
}

.fp-flexbox {
    margin: 0;
    padding: 0;
}

.fp-box {
    margin: 0;
    padding: 0 15px 30px;
}

.fp-title {
    margin: 0;
    padding: 1em 0;
    font-size: 24px;
    font-weight: bold;
    color: #ffa332;
    text-align: center;
}

.fp-button {
    margin: 0;
    padding: 0;
}

.fp-link {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 100%;
    transform: translateY(-50%);
}

.fp-message {
    margin: 0;
    padding: 0;
}

@media only screen and (min-width:768px) {
    .fp-background {
        background: transparent;
    }

    .fp-environment {
        width: 100%;
    }

    .fp-flexbox {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-flow: wrap row;
        margin: 60px auto;
        padding: 0;
        max-width: 1280px;
    }

    .fp-box {
        flex: 0 0 50%;
        padding: 0 0 30px;
    }

    .fp-title {
        font-size: 2.5vw;
    }

    .fp-image {
        width: 100%;
    }

    .fp-message {
        position: relative;
        margin: 0 auto;
        padding: 0 60px 0 0;
        max-width: 500px;
    }
    .fp-message::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        height: 80%;
        background: #f2f2f2;
        z-index: -1;
    }

    .fp-interview {
        position: relative;
        margin: 0 auto;
        padding: 0 0 0 60px;
        max-width: 500px;
    }
    .fp-interview::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
        background: #f2f2f2;
        z-index: -1;
    }

    .fp-business {
        position: relative;
        margin: 0 auto;
        padding: 0 60px 0 0;
        max-width: 500px;
    }
    .fp-business::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        height: 80%;
        background: #f2f2f2;
        z-index: -1;
    }

    .fp-recruit {
        position: relative;
        margin: 0 auto;
        padding: 0 0 0 60px;
        max-width: 500px;
    }
    .fp-recruit::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
        background: #f2f2f2;
        z-index: -1;
    }

    .fp-business .fp-title,
    .fp-message .fp-title {
        white-space: nowrap;
        text-align: right;
    }
    .fp-recruit .fp-title,
    .fp-interview .fp-title {
        white-space: nowrap;
        text-align: left;
    }
}


@media only screen and (min-width:1280px) {
    .fp-title {
        font-size: 36px;
    }
}