@charset "utf-8";

/* ---------- fv ---------- */

.fv {
    position: relative;
    height: 240px;
    background-image: url(../img/fv_recruit.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.fv_text {
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
}

.fv_text_main,
.fv_text_sub {
    display: block;
}

.fv_text_main {
    font-size: 0.5em;
}

@media screen and (min-width: 768px) {
    .fv {
        height: auto;
        background-image: none;
    }

    .fv_text {
        bottom: -2.5%;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .fv_text {
        font-size: 2.6rem;
    }
}

@media screen and (min-width: 1440px) {
    .fv_text {
        font-size: 3.6rem;
    }
}

@media screen and (min-width: 1920px) {
    .fv_text {
        font-size: 4.8rem;
    }
}

/* ---------- intro ---------- */

.intro_inner {
    padding-top: 5%;
    background-color: #0f2757;
}

.intro_text {
    width: 80%;
    margin: 5% auto 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
}

.intro_text_highlight span {
    display: block;
    text-align: center;
    font-size: 2.4em;
    font-weight: 900;
}

.intro_text_highlight span:nth-of-type(1) {
    color: #477dfa;
}

.intro_text_highlight span:nth-of-type(2) {
    color: #f1110b;
}

.intro_text_highlight span:nth-of-type(3) {
    color: #ffd803;
}

.intro_text_normal {
    margin: 5% auto 0;
}

.img_wrap {
    display: flex;
    margin-top: 5%;
}

.img_1,
.img_2 {
    display: block;
    width: 50%;
}

@media screen and (min-width: 768px) {
    .intro_inner {
        position: relative;
        height: 500px;
        padding: 0;
    }

    .intro_text {
        width: 40%;
        margin: 0 auto 0;
        height: 100%;
    }

    .intro_text_highlight {
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 105%;
    }

    .intro_text_highlight span {
        font-size: 3.4em;
        line-height: 1.25;
    }

    .intro_text_highlight span:nth-of-type(1) {
        text-align: left;
    }

    .intro_text_highlight span:nth-of-type(2) {
        text-align: right;
    }

    .intro_text_highlight span:nth-of-type(3) {
        text-align: right;
    }

    .intro_text_normal {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 90%;
        margin: 0 auto 0;
    }

    .img_1,
    .img_2 {
        width: 30%;
    }

    .img_1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .img_2 {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .intro_inner {
        height: 600px;
    }

    .intro_text {
        width: 50%;
    }

    .intro_text_highlight {
        top: 18%;
        width: 100%;
    }

    .intro_text_highlight span {
        font-size: 5.4em;
    }

    .intro_text_normal {
        bottom: 2.5%;
        width: 80%;
    }

    .img_1,
    .img_2 {
        width: 25%;
    }
}

@media screen and (min-width: 1440px) {
    .intro_inner {
        height: 800px;
    }

    .intro_text {
        font-size: 1.2rem;
    }

    .intro_text_highlight {
        top: 13%;
        width: 100%;
    }

    .intro_text_highlight span {
        font-size: 6.4em;
    }

    .intro_text_normal {
        bottom: 5%;
        width: 80%;
    }
}

@media screen and (min-width: 1920px) {
    .intro_inner {
        height: 1100px;
    }

    .intro_text {
        font-size: 1.2rem;
    }

    .intro_text_highlight {
        top: 16%;
        width: 100%;
    }

    .intro_text_highlight span {
        font-size: 8.4em;
    }

    .intro_text_normal {
        bottom: 10%;
        width: 80.5%;
        line-height: 2;
    }
}


/* ---------- flow ---------- */

.flow_requirements {
    padding: 10% 5%;
    background-image: url(../img/bg_2.png);
    background-position: center;
    background-size: auto;
}

.flow {
    /* padding: 10% 5%; */
}

.flow .headline {
    color: #333;
}

.flow_flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    margin: 15% auto 0;
}

.flow_flexbox_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    width: 80%;
    margin: 0 auto 0;
    padding: 5%;
    background-color: #fff;
    text-align: center;
    color: #0f2757;
}

.flow_flexbox_box span {
    display: block;
    margin: 0 auto 0;
}

.flow_flexbox_box_number {
    font-size: 1.8em;
    font-weight: 900;
}

.flow_flexbox_box_highlight {
    padding: 0.5em;
    background-color: #0f2757;
    color: #fff;
}

.flow_flexbox_box_text {
    margin: 0 auto 0;
    line-height: 1.5;
}

.flow_flexbox_box_link {
    position: relative;
    font-weight: 700;
    text-decoration: underline;
}

.img_shadow {
    display: block;
    width: 96%;
    margin-left: -6%;
}

@media screen and (min-width: 768px) {
    .flow_requirements {
        padding: 10% 0;
    }

    .flow {
        padding: 0;
        background-size: contain;
    }

    .flow .headline {}

    .flow_flexbox {
        flex-direction: row;
        justify-content: center;
        margin: 5% auto 0;
        width: 90%;
    }

    .flow_flexbox_content:not(:first-child) {
        margin-left: -4%;
    }

    .flow_flexbox_box {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1024px) {
    .flow .headline {
        gap: 60px;
    }
}

@media screen and (min-width: 1440px) {
    .flow .headline {
        gap: 96px;
    }

    .flow_flexbox {
        width: 90%;
    }

    .flow_flexbox_content:not(:first-child) {
        margin-left: -2%;
    }

    .flow_flexbox_box {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1920px) {}

/* ---------- 募集要項 ---------- */

.requirements {
    position: relative;
    width: 90%;
    margin: 10% auto 0;
    padding: 5% 5% 30%;
    background-color: #fff;
}

.requirements .headline_main {
    color: #333;
}

.headline_dark .headline_main::after {
    background-color: #333;
}

table {
    width: 100%;
    margin: 10% auto 0;
}

th,
td {
    display: block;
    width: 100%;
    padding: 0.5em;
    border: 0;
}

th {
    color: #fff;
    background-color: #0f2757;
}

.requirements .button {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
    .requirements {
        width: 75%;
        margin: 15% auto 0;
        padding: 2.5% 5% 15%;
    }

    .requirements .headline {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 60px;
        margin: 0 auto 0 0;
    }

    .requirements .headline_main {
        margin-bottom: -3%;
    }

    table {
        width: 90%;
        margin: 10% auto 0;
    }

    th,
    td {
        display: table-cell;
        width: 100%;
        border: 0;
    }

    th {
        width: 30%;
        border-bottom: 1px #fff solid;
    }

    td {
        width: 70%;
        border-bottom: 1px #a5a5a5 solid;
    }

    .requirements .button {
        position: absolute;
        bottom: 5%;
        left: 50%;
    }
}

@media screen and (min-width: 1024px) {}

@media screen and (min-width: 1440px) {
    .requirements {
        width: 70%;
        padding: 2.5% 5% 10%;
    }

    table {
        width: 80%;
    }

    th,
    td {
        font-size: 1.2rem;
    }

    th {
        padding: 0.5em 0.5em 0.5em 1.5em;
    }

    td {
        padding: 0.5em 0.5em 0.5em 2.5em;
    }
}

@media screen and (min-width: 1920px) {
    .requirements {
        width: 60%;
        padding: 2.5% 5% 7.5%;
    }

    td {
        padding: 0.5em 0.5em 0.5em 4em;
    }
}
