@charset "UTF-8";

/* ==========================
header
============================= */

.mainvisual {
    content: "";
    background-image: url(../images/mainvisual_recruit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 118vw;
    position: relative;
    margin-top: calc(10 * (100vw/375));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* これはcommon化してない */
}

/* ==========================
pc
============================= */
@media screen and (min-width:769px) {

    .mainvisual {
        height: calc(561 * (100vw/1440));
        margin-top: calc(8 * (100vw/1440));
    }

    .maintxt {
        width: calc(563 * (100vw/1440));
        font-size: calc(48 * (100vw/1440));
    }
}

/* ==========================
message
============================= */

.message_container {
    padding: 8% calc(17 * (100vw/375)) 0 calc(17 * (100vw/375));
    position: relative;
}

.message_container::after {
    /* content: ""; */
    background-image: url(../images/recruit_decoration_animated.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 66vw;
    height: 23vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}

.topic_eng {
    color: var(--primary-bluetxt);
    font-size: calc(17 * (100vw/375));
    line-height: normal;
}

.topic_txt {
    color: var(--primary-bluetxt);
    font-size: calc(22 * (100vw/375));
    font-weight: 700;
    line-height: normal;
    letter-spacing: calc(1.76 * (100vw/375));
    position: relative;
}

/* ==========================
pc
============================= */
@media screen and (min-width:769px) {

    .message {
        position: relative;
    }

    .message_container {
        padding: 5% calc(52 * (100vw/1440)) 0 calc(52 * (100vw/1440));
    }

    .message_container::after {
        background-image: url(../images/recruit_decoration_pc_animated.svg);
        width: 35vw;
        height: 12vw;
    }

    .topic_eng {
        font-size: calc(18 * (100vw/1440));
    }

    .topic_txt {
        font-size: calc(40 * (100vw/1440));
        letter-spacing: calc(3.2 * (100vw/1440));
    }
}

/* ==========================
recruit
============================= */
.recruit {
    padding: 0 3%;
}

.recruit_title {
    color: var(--primary-bluetxt);
    text-align: center;
    font-size: calc(20 * (100vw/375));
    font-weight: 500;
    line-height: normal;
    letter-spacing: calc(2 * (100vw/375));
}

.recruit_txt {
    font-size: calc(15 * (100vw/375));
    line-height: normal;
    letter-spacing: calc(1.5 * (100vw/375));
    margin-top: calc(20 * (100vw/375));
}

.recruit_img {
    margin: calc(20 * (100vw/375)) 0 calc(30 * (100vw/375));
    text-align: center;
}

.recruit_img img {
    width: 91vw;
    height: 57vw;
    border-radius: calc(40*(100vw/375));
}

.recruit1{
    margin-top: calc(58 * (100vw/375));
}

.recruit2, .recruit3{
    margin-top: calc(60 * (100vw/375));
}

/* ==========================
pc
============================= */
@media screen and (min-width:769px) {
    .recruit {
        padding: 0;
        flex: 1;
        margin-top: 0;
    }

    .recruit_group {
        margin-top: 8%;
        display: flex;
        gap: calc(70 * (100vw/1440));
        padding: 0 5% 5%;
    }

    .recruit_title {
        font-size: calc(24 * (100vw/1440));
        letter-spacing: calc(2.4 * (100vw/1440));
    }

    .recruit_txt {
        font-size: calc(16 * (100vw/1440));
        margin-top: calc(30 * (100vw/1440));
        letter-spacing: calc(1.6 * (100vw/1440));
    }

    .recruit_img img {
        width: 100%;
        height: auto;
        border-radius: calc(40 * (100vw/1440));
    }

    .recruit_img {
        margin: calc(30 * (100vw/1440)) auto 0;
        width: 26vw;
    }

    .recruit_img2,
    .recruit_img3 {
        margin: calc(76 * (100vw/1440)) auto 0;
    }
}


/* ==========================
contact
============================= */
.contact {
    background-color: var(--primary-yellow);
    margin-top: 28%;
    position: relative;
}

.contact_title {
    color: var(--primary-bluetxt);
    text-align: center;
    font-size: calc(20 * (100vw/375));
    font-weight: 500;
    line-height: normal;
    padding-top: calc(30 * (100vw/375));
    position: relative;
}

.contact_title::after {
    content: "";
    background-image: url(../images/sns_decoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 55vw;
    height: calc(44 * (100vw/375));
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(41%, 217%);
}

.sns {
    margin-top: calc(81 * (100vw/375));
    position: relative;
}

.sns_container {
    display: flex;
    gap: calc(30 * (100vw/375));
    align-items: center;
    justify-content: center;
}

.sns_name {
    color: var(--primary-black);
    font-size: calc(18 * (100vw/375));
    font-weight: 700;
    line-height: normal;
}

.sns_icon img {
    width: calc(40 * (100vw/375));
    height: calc(40 * (100vw/375));
}

.sns_group:last-of-type {
    margin-top: calc(20 * (100vw/375));
}

.sns::after {
    content: "";
    background-image: url(../images/Vector_under_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(80 * (100vw/375));
    position: absolute;
    left: 0;
    bottom: calc(1 * (100vw/375));
    transform: translateY(100%);
}

.contact::before {
    content: "";
    background-image: url(../images/Vector_upper_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: calc(80 * (100vw/375));
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    /* heightは80/375*100でvwで指定　widthは100% */
}

.sns_icon a:hover {
    opacity: 0.5;
    transition: 0.4s;
}

/* ==========================
pc
============================= */
@media screen and (min-width:769px) {
    .contact {
        margin-top: 10%;
    }

    .contact::before {
        background-image: url(../images/vector_upper_pc.png);
        height: calc(150 * (100vw/1440));
        /* transform: translateY(-53%); */
    }

    .contact_group {
        display: flex;
        align-items: center;
        padding-top: calc(40 * (100vw/1440));
        gap: calc(74*(100vw/1440));
        justify-content: center;
        position: relative;
    }

    .contact_group::after {
        content: "";
        background-image: url(../images/vector_under_pc3.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: calc(150 * (100vw/1440));
        position: absolute;
        left: 0;
        bottom: calc(1 * (100vw/1440));
        transform: translateY(100%);
    }

    .contact_title::after {
        background-image: url(../images/sns_decoration_pc.png);
        width: calc(35 * (100vw/1440));
        height: calc(100 * (100vw/1440));
        top: 0;
        left: 103%;
        transform: translate(0, 0);
        z-index: 1;
    }

    .sns_container {
        display: flex;
        gap: calc(30 * (100vw/1440));
    }

    .sns:after {
        display: none;
    }

    .sns {
        margin-top: 0;
    }

    .sns_name{
        font-size: calc(24 * (100vw/1440));
    }

    .sns_icon img{
        width: calc(70 * (100vw/1440));
        height: calc(70 * (100vw/1440));
    }

    .sns_group:last-of-type{
        margin-top: calc(20 * (100vw/1440));
    }

    .contact_title {
        padding-top: 0;
        font-size: calc(28 * (100vw/1440));
    }
}