@charset "utf-8";

/* --------------------------------------------


採用情報


---------------------------------------------- */


.mainV {
    position: relative;
    width: 100svw;
    height: 100svh;
    background-image: url(../_image/recruit/mainV.jpg);
    background-position: top right;
    background-size: cover;
}

.mainV h1 {
    width: 100%;
    position: absolute;
    bottom: 10svh;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
    z-index: 100;
}

.mainV::before {
    display: block;
    position: absolute;
    bottom: -120px;
    content: "";
    width: 100svw;
    height: 300px;
    background-color: #e0ff2c;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.mainV::after {
    display: block;
    position: absolute;
    bottom: -120px;
    content: "";
    width: 100svw;
    height: 300px;
    background-color: #008caa;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}

@media only screen and (max-width:640px) {
    .mainV {
        height: 80svh;
        background-position: top right -200px;
    }

    .mainV h1 {
        bottom: 20svh;
        font-size: 32px;
        font-size: 3.2rem;
    }

    .mainV::before,
    .mainV::after {
        bottom: -60px;
        height: 200px;
    }
}


/* --------------------------------------------


lead


---------------------------------------------- */

.lead {
    position: relative;
    margin-top: 120px;
    background-color: #008caa;
}

.lead::before {
    display: block;
    position: absolute;
    bottom: -299px;
    content: "";
    width: 100svw;
    height: 300px;
    background-color: #008caa;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 100;
}

.lead::after {
    position: absolute;
    bottom: -299px;
    right: 0;
    display: block;
    content: "";
    width: 400px;
    height: 380px;
    background-image: url(../_image/recruit/leadBottom.svg);
    z-index: 200;
}

.lead__chinone {
    content: "";
    position: relative;
    top: -160px;
}

.lead__wrap {
    display: flex;
    align-items: center;
    margin: -200px 0 0;
}

.lead__photo {
    display: flex;
    flex-direction: column;
}

.lead__photo img {
    max-width: 640px;
}

.lead__photo img:last-child {
    position: relative;
    top: -80px;
    left: 120px;
    max-width: 720px;
}

.lead__text {
    width: 720px;
    margin-left: 200px;
    margin-right: 80px;
    margin-top: -80px;
    color: #fff;
}

.lead__text h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.lead__text h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.lead__text p {
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
}


@media only screen and (max-width:640px) {

    .lead {
        margin-top: 60px;
        padding-bottom: 40px;
    }

    .lead::before {
        bottom: -200px;
        height: 200px;
    }

    .lead::after {
        bottom: -200px;
    }

    .lead__chinone {
        top: -100px;
    }

    .lead__wrap {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .lead__photo img {
        width: 80%;
    }

    .lead__photo img:last-child {
        position: relative;
        top: -40px;
        left: 10%;
        width: 90%;
    }

    .lead__text {
        width: 100%;
        margin: 40px 0;
    }

    .lead__text h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .lead__text h3 {
        margin: 40px 0 20px;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .lead__text p {
        margin: 0;
    }


}



/* --------------------------------------------


space


---------------------------------------------- */

.space {
    position: relative;
    padding: 320px 0;
    background-image: url(../_image/recruit/checkBG.png);
}

.space::before {
    position: absolute;
    content: "";
    width: 1920px;
    height: 200px;
    top: 200px;
    background-image: url(../_image/recruit/space.svg);
}

.space h2 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    text-align: center;
}

.space__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
    width: 1200px;
    margin: 80px auto;
}

.space__box {
    width: 360px;
}

.space__box h3 {
    margin: 4px 0;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

.space__box p {
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width:640px) {

    .space {
        padding: 240px 0;
    }

    .space::before {
        width: 640px;
        height: 67px;
        top: 140px;
    }

    .space h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .space__wrap {
        gap: 60px;
        width: 90%;
        margin: 60px auto;
    }

    .space__box {
        width: 100%;
    }

}




/* --------------------------------------------


list


---------------------------------------------- */

.list {
    position: relative;
    padding: 120px 0;
    background-color: #008caa;
}

.list::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 330px;
    bottom: 100px;
    right: calc(50% - 720px);
    background-image: url(../_image/recruit/listHuman.svg);
    background-repeat: no-repeat;
}

.list::after {
    display: block;
    position: absolute;
    top: -299px;
    content: "";
    width: 100svw;
    height: 300px;
    background-color: #008caa;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}

.list h2 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
}

table {
    position: relative;
    width: 960px;
    margin: 60px auto;
}

table th,
table td {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.6rem;
    border: solid 1px #606060;
    background-color: #fff;
}

table th {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background-color: #ebebeb;
}

.list table::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 50px;
    top: -42px;
    left: 40px;
    background-image: url(../_image/recruit/listDog.svg);
}

.list table::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 100px;
    top: -100px;
    right: 40px;
    background-image: url(../_image/recruit/listMan.svg);
}

@media only screen and (max-width:640px) {

    .list {
        padding: 60px 0;
    }

    .list::before {
        display: none;
    }

    .list::after {
        top: -199px;
        height: 200px;
    }

    .list h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    table {
        width: 90%;
        margin: 40px auto;
    }

    table th,
    table td {
        display: block;
        width: 100%;
    }

}


/* --------------------------------------------


form


---------------------------------------------- */

.form {
    position: relative;
    padding: 320px 0 120px;
}

.form::before {
    position: absolute;
    content: "";
    width: 1155px;
    height: 200px;
    top: 180px;
    left: calc(50% - 1155px/2);
    background-image: url(../_image/recruit/form.svg);
}

.form::after {
    display: block;
    position: absolute;
    top: -1px;
    content: "";
    width: 100svw;
    height: 300px;
    background-color: #008caa;
    clip-path: polygon(0 0, 100% 0, 100% 100%)
}

.form h2 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
}

.form p {
    margin: 40px 0;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

form {
    text-align: center;
    margin: 60px auto;
    width: 90%;
    max-width: 960px;
}

#mail_form dl {
    display: flex;
}

#mail_form dl dt {
    position: relative;
    width: 30%;
    padding: 20px 20px 20px 9rem;
    font-weight: bold;
    border-top: solid 1px #606060;
    border-left: solid 1px #606060;
    border-right: solid 1px #606060;
    background-color: #ebebeb;
    font-size: 16px;
    font-size: 1.6rem;
}

#mail_form dl dd {
    width: 70%;
    padding: 20px;
    border-top: solid 1px #606060;
    border-right: solid 1px #606060;
}

#mail_form dl:last-of-type dt,
#mail_form dl:last-of-type dd {
    border-bottom: solid 1px #606060;
}

#mail_form dt.required::before {
    position: absolute;
    content: "必須";
    left: 20px;
    margin-right: 10px;
    padding: 0 10px;
    color: #fff;
    background-color: #008CAA;
    border-radius: 4px;
}

#mail_form input,
#mail_form textarea {
    padding: 0 10px;
    border: 1px solid #606060;
    border-radius: 4px;
}

#mail_form textarea {
    height: 200px;
}

#mail_form input[type="radio"] {
    width: 30px;
}

#mail_form label {
font-size: 16px;
font-size: 1.6rem;
}

#mail_form #form_submit_button {
    position: relative;
    width: 240px;
    margin: 40px auto;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border: none;
    background-color: #e0ff2c;
    cursor: pointer;
    transition: 0.3s;
}

#mail_form #form_submit_button:hover {
    color: #fff;
    background-color: #595959;
    transition: 0.3s;
}

#mail_form #form_submit_button::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 90px;
    /* top: 60px;
    right: calc(50% - 280px); */
    background-image: url(../_image/recruit/formDog.svg);
}

.error_blank {
    color: red;
}

@media only screen and (max-width:640px) {

    .form {
        position: relative;
        padding: 320px 0 120px;
    }

    .form::before {
        position: absolute;
        content: "";
        width: 640px;
        height: 110px;
        top: 160px;
        left: calc(50% - 320px);
    }

    .form::after {
        height: 200px;
    }

    .form h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    #mail_form dl {
        display: block;
    }

    #mail_form dl dt {
        width: 100%;
    }

    #mail_form dl dd {
        width: 100%;
        border-left: solid 1px #606060;
    }

    #mail_form textarea {
        width: 100%;
    }

    .form p {
        margin: 20px auto 40px;
    }

    .form table th {
        padding: 20px 20px 0 20px;
        border-bottom: none;
        background-color: #fff;
    }

    .form table td {
        padding: 0 20px 20px 20px;
        border-top: none;
    }

    .formBtn {
        position: relative;
        text-align: center;
    }

    #mail_form .formBtn input {
        width: 240px;
        margin: 40px auto;
        padding: 10px;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        border: none;
        background-color: #e0ff2c;
    }

    #mail_form input[type="radio"] {
        height: 20px;
    }

    #mail_form input,
    #mail_form textarea {
        width: 100%;
        margin-top: 10px;
    }

    .formBtn::after {
        position: absolute;
        content: "";
        width: 120px;
        height: 90px;
        top: 60px;
        right: calc(50% - 280px);
        background-image: url(../_image/recruit/formDog.svg);
    }

}





/* --------------------------------------------


サンクスページ


---------------------------------------------- */

.thanks {
    position: relative;
    height: 100svh;
    background-color: #ebebeb;
}

.thanks__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 120px;
    background-color: #008CAA;
}

.thanks__wrap p {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.thanks__wrap a {
    display: block;
    width: 320px;
    margin: 40px auto 0;
    padding: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background-color: #E0FF2C;
}

.thanks__wrap a:hover {
    background-color: #fff;
}


@media only screen and (max-width:640px) {
    .thanks__wrap {
        width: 90%;
        padding: 40px;
    }
}