@charset "utf-8";

.keyvisual_wrap {
    padding-top: 106px;
    width: 100%;
    height: 330px;
    background-color: rgb(255, 255, 255);
}

.keyvisual {
    position: relative;
    padding-top: 150px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url("../images/recruit/keyvisual.png");
    background-size: cover;
    background-position: center;
}

.h2_wrap {
    
}

.h2_wrap h2 {
    font-size: 3rem;
    font-weight: 600;
    color: rgb(111, 111, 111);
    text-align: center;
    letter-spacing: 0.2em;
}

.h2_wrap p {
    margin-top: 10px;
    font-size: 1.8rem;
    font-family: "Futura";
    color: rgb(111, 111, 111);
    text-align: center;
    letter-spacing: 0.3em;
}

.statue_wrap {
    position: relative;
    padding-top: 110px;
    padding-bottom: 125px;
    width: 100%;
    min-height: 565px;
    border-bottom: solid 1px rgb(99, 194, 215);
    overflow: hidden;
}

.statue {
    width: 100%;
}

.statue_contents {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    z-index: 2;
}

.statue_list {
    margin-left: auto;
    margin-right: auto;
    width: 790px;
}

.sc {
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    padding: 95px 25px 0 25px;
    width: 250px;
    height: 250px;
    border-radius: 50px;
    background-color: rgb(99, 194, 215);
    transition: 0.2s;
}

.statue_list .sc:nth-child(-n+3) {
    margin-top: 0;
}

.statue_list .sc:nth-child(3n+1) {
    margin-left: 0;
}

.sc:hover {
    transform: scale(1.1);
}

.sc img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.icon_1 {
    top: 35px;
    width: 46px;
}

.icon_2 {
    top: 45px;
    width: 50px;
}

.icon_3 {
    top: 40px;
    width: 51px;
}

.icon_4 {
    top: 40px;
    width: 41px;
}

.icon_5 {
    top: 45px;
    width: 46px;
}

.icon_6 {
    top: 35px;
    width: 51px;
}

.icon_7 {
    top: 40px;
    width: 44.5px;
}

.icon_8 {
    top: 45px;
    width: 46px;
}

.icon_9 {
    top: 35px;
    width: 48px;
}

.icon_10 {
    top: 45px;
    width: 45px;
}

.icon_11 {
    top: 55px;
    width: 60px;
}

.sc p {
    font-size: 1.6rem;
    color: rgb(255, 255, 255);
    line-height: 2em;
    text-align: center;
    letter-spacing: 0.1em;
}

.statue_text {
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    width: 790px;
}

.statue_text img {
    margin-left: 150px;
    width: 33px;
}

.statue_text p {
    margin-left: 50px;
    font-size: 1.8rem;
    color: rgb(34, 24, 21);
    line-height: 33px;
    text-align: center;
}

.recruit_wrap {
    position: relative;
    padding-top: 15px;
    padding-bottom: 80px;
    min-height: 565px;
    border-bottom: solid 1px rgb(99, 194, 215);
    overflow: hidden;
}

.recruit {
    width: 100%;
}

.recruit_contents {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    width: 1200px;
    z-index: 2;
}

.recruit_contents h3 {
    padding-left: 220px;
    font-size: 2rem;
    font-weight: 600;
    color: rgb(34, 24, 21);
    text-align: left;
    letter-spacing: 0.1em;
}

.recruit_table {
    margin-top: 50px;
    margin-left: 220px;
    border-collapse: separate;
    border-spacing: 0 25px;
}

.recruit_table tr {
    margin-top: 25px;
    text-align: left;
}

.recruit_table tr th {
    width: 90px;
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(34, 24, 21);
    line-height: 1.5em;
    vertical-align: top;
}

.recruit_table tr th span {
    font-size: 1.6rem;
    font-weight: 600;
}

.recruit_table tr td {
    padding-left: 100px;
    font-size: 1.6rem;
    color: rgb(34, 24, 21);
    line-height: 1.5em;
    letter-spacing: 0.08em;
}

.contact_wrap {
    position: relative;
    padding-top: 15px;
    min-height: 415px;
    overflow: hidden;
}

.contact {
    width: 100%;
}

.contact_contents {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    width: 1200px;
    z-index: 2;
}

.contact_contents h4 {
    font-size: 1.8rem;
    color: rgb(34, 24, 21);
    text-align: center;
    letter-spacing: 0.08em;
}

.contact_tel {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
    height: 50px;
    border-radius: 10px;
    border: solid 2px rgb(99, 194, 215);
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(34, 24, 21);
    line-height: 46px;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.contact_tel:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(99, 194, 215);
}

.contact_mail {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 335px;
    height: 50px;
    border-radius: 10px;
    border: solid 2px rgb(99, 194, 215);
    font-size: 2rem;
    color: rgb(34, 24, 21);
    line-height: 46px;
    letter-spacing: 0.1em;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.contact_mail:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(99, 194, 215);
}

.contact_contents p {
    margin-top: 30px;
    font-size: 1.8rem;
    color: rgb(34, 24, 21);
    text-align: center;
    letter-spacing: 0.08em;
}

.top_button_wrap {
    padding-top: 15px;
    height: 94px;
    overflow: hidden;
}

.top_button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    z-index: 2;
}

.top_button img {
    position: absolute;
    right: 140px;
    width: 79px;
}

@media (max-width: 500px) {
    .keyvisual_wrap {
        padding-top: 54px;
        width: 100%;
        height: 215px;
        background-color: rgb(255, 255, 255);
    }

    .keyvisual {
        position: relative;
        padding-top: 90px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-image: url("../images/recruit/keyvisual_sp.png");
        background-size: cover;
        background-position: center;
    }

    .h2_wrap {

    }

    .h2_wrap h2 {
        font-size: 2.4rem;
        font-weight: 600;
        color: rgb(111, 111, 111);
        text-align: center;
        letter-spacing: 0.2em;
    }

    .h2_wrap p {
        margin-top: 10px;
        font-size: 1.4rem;
        font-family: "Futura";
        color: rgb(111, 111, 111);
        text-align: center;
        letter-spacing: 0.3em;
    }

    .statue_wrap {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
        min-height: auto;
        border-bottom: solid 1px rgb(99, 194, 215);
        overflow: hidden;
    }

    .statue {
        width: 100%;
    }

    .statue_contents {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 87.5%;
        z-index: 2;
    }

    .statue_list {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .sc {
        position: relative;
        margin-top: 4%;
        margin-left: 4%;
        padding: 55px 10px 0 10px;
        width: 48%;
        height: calc((100vw * 0.875) * 0.48);
        border-radius: 30px;
        background-color: rgb(99, 194, 215);
    }
    
    .statue_list .sc:nth-child(3) {
        margin-top: 4%;
    }
    
    .statue_list .sc:nth-child(-n+2) {
        margin-top: 0;
    }
    
    .statue_list .sc:nth-child(3n+1) {
        margin-left: 4%;
    }
    
    .statue_list .sc:nth-child(odd) {
        margin-left: 0;
    }

    .sc img {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .icon_1 {
        top: 17.5px;
        width: calc(36.8px * 0.8);
    }

    .icon_2 {
        top: 22.5px;
        width: calc(40px * 0.8);
    }

    .icon_3 {
        top: 20px;
        width: calc(40.8px * 0.8);
    }

    .icon_4 {
        top: 20px;
        width: calc(32.8px * 0.8);
    }

    .icon_5 {
        top: 22.5px;
        width: calc(36.8px * 0.8);
    }

    .icon_6 {
        top: 17.5px;
        width: calc(40.8px * 0.8);
    }

    .icon_7 {
        top: 20px;
        width: calc(35.6px * 0.8);
    }

    .icon_8 {
        top: 22.5px;
        width: calc(36.8px * 0.8);
    }

    .icon_9 {
        top: 17.5px;
        width: calc(38.4px * 0.8);
    }

    .icon_10 {
        top: 22.5px;
        width: calc(36px * 0.8);
    }

    .icon_11 {
        top: 27.5px;
        width: calc(48px * 0.8);
    }

    .sc p {
        font-size: 1.2rem;
        color: rgb(255, 255, 255);
        line-height: 1.5em;
        text-align: center;
        letter-spacing: 0.1em;
    }

    .statue_text {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .statue_text img {
        margin-left: 0;
        width: 25px;
    }

    .statue_text p {
        margin-left: 0;
        font-size: 1.2rem;
        color: rgb(34, 24, 21);
        line-height: 25px;
        text-align: center;
        width: calc(100% - 25px);
        letter-spacing: 0.08em;
    }

    .recruit_wrap {
        position: relative;
        padding-top: 15px;
        padding-bottom: 50px;
        min-height: 565px;
        border-bottom: solid 1px rgb(99, 194, 215);
        overflow: hidden;
    }

    .recruit {
        width: 100%;
    }

    .recruit_contents {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        width: 87.5%;
        z-index: 2;
    }

    .recruit_contents h3 {
        padding-left: 1.5em;
        font-size: 1.6rem;
        font-weight: 600;
        color: rgb(34, 24, 21);
        text-align: left;
        letter-spacing: 0.1em;
        text-indent: -1.5em;
        line-height: 1.5em;
    }

    .recruit_table {
        margin-top: 20px;
        margin-left: 0;
        border-collapse: separate;
        border-spacing: 0 25px;
    }

    .recruit_table tr {
        margin-top: 25px;
        text-align: left;
    }

    .recruit_table tr th {
        width: 70px;
        font-size: 1.4rem;
        font-weight: 600;
        color: rgb(34, 24, 21);
        line-height: 1.5em;
        vertical-align: top;
    }

    .recruit_table tr th span {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .recruit_table tr td {
        padding-left: 30px;
        font-size: 1.4rem;
        color: rgb(34, 24, 21);
        line-height: 1.5em;
        letter-spacing: 0.08em;
    }

    .contact_wrap {
        position: relative;
        padding-top: 15px;
        padding-bottom: 50px;
        min-height: auto;
        overflow: hidden;
    }

    .contact {
        width: 100%;
    }

    .contact_contents {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        width: 70%;
        z-index: 2;
    }

    .contact_contents h4 {
        font-size: 1.4rem;
        color: rgb(34, 24, 21);
        text-align: center;
        letter-spacing: 0.08em;
    }

    .contact_tel {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: solid 2px rgb(99, 194, 215);
        font-size: 2rem;
        font-weight: 600;
        color: rgb(34, 24, 21);
        line-height: 37px;
        letter-spacing: 0.1em;
        text-align: center;
        cursor: pointer;
        transition: 0.2s;
    }

    .contact_tel:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(99, 194, 215);
    }

    .contact_mail {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: solid 2px rgb(99, 194, 215);
        font-size: 1.6rem;
        color: rgb(34, 24, 21);
        line-height: 37px;
        letter-spacing: 0.1em;
        text-align: center;
        cursor: pointer;
        transition: 0.2s;
    }

    .contact_mail:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(99, 194, 215);
    }

    .contact_contents p {
        margin-top: 20px;
        font-size: 1.4rem;
        color: rgb(34, 24, 21);
        text-align: center;
        letter-spacing: 0.08em;
    }

    .top_button_wrap {
        padding-top: 15px;
        height: 70px;
    }

    .top_button {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        z-index: 1;
    }

    .top_button img {
        position: absolute;
        right: 20px;
        width: 55px;
    }
}
