@charset "utf-8";

/*============================
採用メッセージ
============================*/

#recruit_message .inner {
    position: relative;
}

#recruit_message .inner::before {
    content: "";
    background: url(../images/left_1.png)no-repeat center center;
    background-size: 100%;
    width: 250px;
    height: 225px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
}

#recruit_message .inner::after {
    content: "";
    background: url(../images/left_2.png)no-repeat center center;
    background-size: 100%;
    width: 171px;
    height: 178px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 197px;
}

#recruit_message .text {
    width: 750px;
    margin-left: auto;
    position: relative;
}

#recruit_message .text::before {
    content: "";
    background: url(../images/right_1.png)no-repeat center center;
    background-size: 100%;
    width: 110px;
    height: 147px;
    display: block;
    position: absolute;
    top: 180px;
    right: 0;
}

#recruit_message .text::after {
    content: "";
    background: url(../images/right_2.png)no-repeat center center;
    background-size: 100%;
    width: 210px;
    height: 220px;
    display: block;
    position: absolute;
    right: 60px;
    bottom: 0;
}

#recruit_message h2 {
    color: #59b55b;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 25px;
	padding-left: 45px;
    position: relative;
}

#recruit_message h2::before {
    content: "\f184";
    color: #ea68a2;
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

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

    #recruit_message .inner {
        position: relative;
        overflow: visible;
    }

    #recruit_message .inner::before {
        width: 125px;
        height: 113px;
        display: block;
        position: absolute;
        top: -40px;
        left: -10px;
        content: none;
    }

    #recruit_message .inner::after {
        width: 86px;
        height: 89px;
        display: block;
        position: absolute;
        left: -62px;
        bottom: 40%;
    }

    #recruit_message .text {
        width: 75%;
        margin: auto;
    }

    #recruit_message .text::before {
        width: 55px;
        height: 74px;
        display: block;
        position: absolute;
        top: 11%;
        right: -65px;
    }

    #recruit_message .text::after {
        width: 105px;
        height: 110px;
        display: block;
        position: absolute;
        right: -100px;
        bottom: 12%;
    }

    #recruit_message h2 {
        font-size: 24px;
        margin-bottom: 15px;
		padding-left: 30px;
    }

}

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

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

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

#recruit_info table.info dl dt {
    color: #59b55b;
    font-weight: 600;
}

#recruit_info table.info dl dt::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #59b55b;
    display: inline-block;
    margin-right: 5px;
}

.vertical_bar {
    color: #59b55b;
}

.people::before {
    content: "\f4fc";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 5px;
    color: #59b55b;
}

.people span.line {
    display: block;
    position: relative;
    padding-left: 40px;
}

.people span.line::before {
    content: "└ ";
    color: #59b55b;
    position: absolute;
    left: 20px;
    top: 0px;
}
