@charset "utf-8";

/*============================
採用メッセージ
============================*/
#recruit_message .flex {
    flex-direction: row-reverse;
}

#recruit_message h2 {
    color: #222222;
    line-height: 1.5;
}

#recruit_message .text {
    width: 500px;
    margin-top: -10px;
}

#recruit_message .text .pick {
    color: #0099c2;
}

@media only screen and (max-width: 768px) {

    #recruit_message .text {
        width: 100%;
        margin-top: 0;
    }

    #recruit_message .photo {
        margin-bottom: 20px;
    }
}


/*============================
福利厚生
============================*/
#benefits {
    background: #0099c2;
    counter-reset: number2 0;
}

#benefits .inner {
    position: relative;
}

#benefits .illust {
    width: 320px;
    position: absolute;
    top: 128px;
    left: 0;
}

#benefits h2 {
    color: #fff;
}

#benefits ul.flex {
    align-items: stretch;
}

#benefits li {
    width: 320px;
    background: #e5f2f8;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#benefits li::before {
    counter-increment: number2 1;
    content: counter(number2) " ";
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: #e5f2f8;
    color: #0099c2;
    font-size: 40px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 0 10px 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#benefits li img {
    width: 100%;
}

#benefits ul.flex .icon {
    background: #fff;
}

#benefits ul.flex .text {
    padding: 30px 40px;
}

#benefits ul.flex .text h3 {
    font-size: 20px;
    color: #0099c2;
    margin-bottom: 10px;
}

#benefits .flex_1 {
    width: 680px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    #benefits .illust {
        width: 300px;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 20px;
    }

    #benefits .flex_1,
    #benefits .flex_2 {
        grid-row-gap: 30px;
    }

    #benefits li {
        width: 100%;
    }

    #benefits li::before {
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #benefits ul.flex .text {
        padding: 30px;
    }

    #benefits ul.flex .text h3 {
        font-size: 18px;
    }

    #benefits .flex_1 {
        width: 100%;
        margin-bottom: 30px;
    }
}


/*============================
募集要項
============================*/

#recruit_info table.info {
    margin-top: 20px;
}

#recruit_info table.info td .title {
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #5db016;
    border-radius: 20px;
    display: block;
    width: 99px;
    margin-bottom: 5px;
}

/*============================
ラインバナー
============================*/

.line_banner {
    margin-top: 100px;
}

.line_banner a {
    background: #06c755;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    height: 240px;
    padding: 30px 40px 40px 0;
    font-weight: 900;
}

.line_banner a::before {
    content: "";
    background: url(../images/banner/mobile.png)no-repeat left bottom;
    background-size: 100%;
    width: 201px;
    height: 223px;
    display: block;
    position: absolute;
    left: -1px;
    bottom: -1px;
}

.line_banner .text {
    width: 800px;
    margin-left: auto;
    font-feature-settings: "palt";
}

.line_banner .text .flex .left {
    color: #fff;
}

.line_banner .text .flex .company_name,
.line_banner .text .flex .line_text {
    display: flex;
    align-items: center;
}

.line_banner .text .flex .company_name {
    font-size: 33px;
}

.line_banner .text .flex .line_text {
    font-size: 45px;
}

.line_banner .text .flex .line_text span {
    background: url(../images/banner/line_text.png)no-repeat center center;
    background-size: 100%;
    width: 132px;
    height: 0;
    padding-top: 40px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.line_banner .text .flex .left img {
    width: 126px;
    display: inline-block;
    padding-right: 15px;
}

.line_banner .text .flex dl {
    width: 320px;
    background: #fff;
    border-radius: 10px;
    color: #06c755;
}

.line_banner .text .flex dt,
.line_banner .text .flex dd {
    padding: 10px 0;
    text-align: center;
}

.line_banner .text .flex dt {
    font-size: 30px;

    border-bottom: 1px solid #06c755;
}

.line_banner .text .flex dd {
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 24px;
}

.line_banner .text .flex dd img {
    width: 40px;
    padding-right: 10px;
}

.line_banner .text > p {
    font-size: 23px;
    color: #fff;
    letter-spacing: 0.07em;
}

@media only screen and (max-width: 768px) {
    .line_banner {
        margin-top: 50px;
    }

    .line_banner a {
        height: auto;
        padding: 20px;
    }

    .line_banner a::before {
        width: 27%;
        height: 30%;
    }

    .line_banner .text {
        width: 100%;
        margin-left: 0;
    }

    .line_banner .text .flex .company_name {
        font-size: 22px;
    }

    .line_banner .text .flex .line_text {
        font-size: 24px;
        margin-bottom: 15px;
        justify-content: center;
    }

    .line_banner .text .flex .line_text span {
        width: 66px;
        padding-top: 20px;
        margin-right: 5px;
    }

    .line_banner .text .flex .left img {
        width: 80px;
        padding-right: 10px;
    }

    .line_banner .text .flex dl {
        width: 100%;
        margin-bottom: 15px;
    }

    .line_banner .text .flex dt,
    .line_banner .text .flex dd {
        padding: 10px;
    }

    .line_banner .text .flex dt {
        font-size: 24px;
    }

    .line_banner .text .flex dd {
        font-size: 20px;
    }

    .line_banner .text .flex dd img {
        width: 40px;
        padding-right: 5px;
    }

    .line_banner .text > p {
        font-size: 16px;
        width: 70%;
        margin-left: auto;
    }
}
