@charset "utf-8";

/*------------------------------------------------------------
	recruit.css
------------------------------------------------------------*/
#pagePath {
    margin-bottom: 33px;
}

#main {
    margin-bottom: 44px;
}

#main .topImg {
    margin: 0 70px 110px;
    position: relative;
}

#main .topImg::before {
    content: "";
    width: calc(100% - 39px);
    height: 444px;
    position: absolute;
    bottom: -64px;
    right: -70px;
    background-color: #F1F1F5;
    z-index: -1;
}

#main .topImg img {
    width: calc(50% + 601px);
}

#main .text {
    margin-bottom: 87px;
}

#main .btnBox {
    margin-bottom: 259px;
    position: relative;
}

#main .btnBox::before {
    content: "";
    width: calc(100% - 253px);
    height: 901px;
    position: absolute;
    top: 255px;
    right: 0;
    /* background-color: #F1F1F5; */
    z-index: -1;
}

#main .btnBox ul {
    margin-top: -31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .btnBox li {
    margin-top: 31px;
    margin-bottom: 69px;
    width: 497px;
}

#main .btnBox li a {
    display: block;
    position: relative;
}

#main .btnBox li a .pho {
    overflow: hidden;
}

#main .btnBox li a .pho img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

#main .btnBox .san {
    margin: 0 auto;
    margin-top: 38px;
}

#main .btnBox li .pho {
    text-align: center;
}

.btnBox li .pho video {
    width: 100%;
}

.img_videoimage {
    padding-bottom: 10px;
}

#main .btnBox li p {
    position: absolute;
    width: 100%;
    bottom: 18px;
    left: 20px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}

#main .btnBox li p::before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 44px;
    top: 50%;
    border-right: 2px solid #27A9C2;
    border-bottom: 2px solid #27A9C2;
    transform: rotate(-45deg);
    transition: all ease .3s;
    content: "";
}

.recruit {
    text-align: center;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        "游ゴシック体", "Yu Gothic", YuGothic,
        "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    line-height: 1.2;
}

.recruit .comTitle {
    text-align: center;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        "游ゴシック体", "Yu Gothic", YuGothic,
        "メイリオ", Meiryo,
        "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif;
    color: #000;
    line-height: 1.2;
    margin-bottom: 90px;
}

.recruit .text {
    font-weight: 400;
    font-size: 1.4em;
}

.spanBold {
    font-weight: 600;
}

.img_recruit_btm {
    margin-bottom: 64px;
    display: block;
}
.img_recruit_btm .pcOnly {
    display: block;
}
.img_recruit_btm .spOnly {
    display: none;
}

@media all and (max-width: 896px) {
    #pagePath {
        margin-bottom: 21px;
    }

    #main {
        margin-bottom: 0;
    }

    #main .topImg {
        margin: 0 30px 35px;
    }

    #main .topImg::before {
        display: none;
    }

    #main .topImg img {
        width: 100%;
    }

    #main .recruit {
        padding: 0 4%;
    }

    #main .text {
        margin-bottom: 67px;
    }

    #main .btnBox {
        margin-bottom: 142px;
    }

    #main .btnBox ul {
        margin: 0 auto;
    }

    #main .btnBox li {
        margin: 0 auto;
        width: auto;
    }

    #main .btnBox li p {
        bottom: 13px;
        left: 15px;
        font-size: 1.7rem;
    }

    #main .btnBox li p::before {
        margin-top: -6px;
        right: 30px;
    }

    #main .btnBox::before {
        width: calc(50% + 108px);
        height: 98.8vw;
        top: auto;
        bottom: -42px;
    }

    #main .btnBox::after {
        content: "";
        width: calc(50% + 65px);
        height: 127.2vw;
        position: absolute;
        top: -40px;
        left: 0;
        /* background-color: #F1F1F5; */
        z-index: -1;
    }

    #main .btnBox .san {
        margin-top: 0px;
    }

    .recruit .comTitle {
        margin-bottom: 40px;
    }

    .recruit .text {
        text-align: left;
        font-size: 1em;
    }
}

@media all and (max-width: 430px) {
    .img_recruit_btm .spOnly {
    display: block;
}
    .img_recruit_btm .pcOnly {
        display: none;
    }

}

@media all and (max-width: 374px) {
    #main .btnBox li p {
        font-size: 1.6rem;
    }
}