@charset "utf-8";
/* ------------------------------------------- */
/*  recruit */
/* ------------------------------------------- */

#anchor01,
#anchor02,
#anchor03,
#anchor04,
#anchor05,
#anchor06 {
    margin-top: -50px;
    padding-top: 50px;
}

#recruit {
    width: 100%;
    padding-bottom: 12rem;
    .anchor-links {
        display: flex;
        gap: 4rem;
        margin-bottom: 8rem;
        flex-direction: row;
        @media screen and (max-width: 767px) {
            flex-wrap: wrap;
            gap: 2rem 4%;
            margin-bottom: 4rem;
        }
        & li {
            @media screen and (max-width: 767px) {
                width: 48%;
            }
            & a {
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 100%;
                color: #707070;
                text-decoration: none;
                transition: all 0.3s ease-in;
                position: relative;
                padding-left: 2rem;
                @media screen and (max-width: 767px) {
                    width: 100%;
                }
                &:hover {
                    color: #000;
                }
                &:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin-top: -8px;
                    width: 10px;
                    height: 10px;
                    border-top: 1px solid #707070;
                    border-right: 1px solid #707070;
                    box-sizing: border-box;
                    transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                }
            }
        }
    }
    .full-img {
        width: 100%;
        margin-bottom: 5rem;
        @media screen and (max-width: 767px) {
            margin-bottom: 2rem;
        }
        & img {
            width: 100%;
            vertical-align: top;
        }
    }
    .main-title {
        font-style: normal;
        font-weight: 400;
        font-size: 3rem;
        line-height: 140%;
        text-align: center;
        color: #333333;
        position: relative;
        margin-bottom: 6.4rem;
        @media screen and (max-width: 767px) {
            font-size: 2rem;
            line-height: 1.4;
            margin-bottom: 4rem;
        }
        &:after {
            content: "";
            width: 6.6rem;
            height: 0.8rem;
            background-color: #fe6230;
            position: absolute;
            bottom: -2.4rem;
            left: 50%;
            transform: translateX(-50%);
            @media screen and (max-width: 767px) {
                width: 4rem;
                height: 0.5rem;
                bottom: -1.8rem;
            }
        }
    }
    .main-description {
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 150%;
        text-align: center;
        color: #333333;
        margin-bottom: 8.8rem;
        @media screen and (max-width: 767px) {
            font-size: 1.4rem;
            margin-bottom: 4rem;
        }
    }
    .common-title_h3 {
        margin-bottom: 3.2rem;
        font-style: normal;
        font-weight: 400;
        font-size: 3.6rem;
        line-height: 1;
        color: #fe6230;
        @media screen and (max-width: 767px) {
            margin-bottom: 2rem;
            font-size: 2.2rem;
        }
    }
    .description {
        font-style: normal;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #000000;
        margin-bottom: 5rem;
        @media screen and (max-width: 767px) {
            margin-bottom: 2rem;
            font-size: 1.4rem;
        }
    }

    & ul {
        display: flex;
        flex-direction: column;
        gap: 7rem;
        @media screen and (max-width: 767px) {
            gap: 4rem;
        }
        & li.card {
            display: flex;
            gap: 6.5rem;
            @media screen and (max-width: 767px) {
                gap: 2rem;
                flex-direction: column;
            }
            .img-container {
                width: 46.4rem;
                @media screen and (max-width: 767px) {
                    width: 100%;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
            .text-container {
                width: 100%;
                flex: 1;
                .header {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 2rem;
                    line-height: 1;
                    color: #333333;
                    @media screen and (max-width: 767px) {
                        font-size: 1.8rem;
                    }
                }
                .body-text {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.6rem;
                    line-height: 26px;
                    color: #333333;
                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                    }
                }
            }
        }
    }
    .flexwrap-cards {
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
        gap: 4.6rem 5.2rem;
        .card {
            width: 36.5rem;
            .img-container {
                margin-bottom: 2.8rem;
                @media screen and (max-width: 767px) {
                    margin-bottom: 1rem;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
            .title {
                margin-bottom: 2rem;
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1.2;
                color: #333333;
                @media screen and (max-width: 767px) {
                    font-size: 1.6rem;
                    margin-bottom: 1rem;
                }
            }
            .text {
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.6rem;
                color: #333333;
                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    line-height: 2.4rem;
                }
            }
        }
    }
}

#block01 {
    margin-bottom: 9rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5.5rem;
    }
    .gray-bar {
        font-style: normal;
        font-weight: 400;
        font-size: 2.8rem;
        line-height: 1;
        color: #333333;
        background-color: #f4f4f4;
        width: 100%;
        height: 6.4rem;
        display: flex;
        align-items: center;
        padding-left: 2.4rem;
        box-sizing: border-box;
        margin-bottom: 5rem;
        @media screen and (max-width: 767px) {
            margin-bottom: 3rem;
            font-size: 1.8rem;
            height: 6rem;
            padding-left: 2rem;
        }
    }
    & ul {
        gap: 5rem;
        @media screen and (max-width: 767px) {
            gap: 4rem;
        }
        & li.card {
            .text-container {
                .header {
                    padding-bottom: 1.6rem;
                    margin-bottom: 1.6rem;
                    border-bottom: 1px solid #fe6230;
                    @media screen and (max-width: 767px) {
                        padding-bottom: 1.2rem;
                        margin-bottom: 1.2rem;
                    }
                }
                .body-text {
                    margin-bottom: 2rem;
                    @media screen and (max-width: 767px) {
                        margin-bottom: 1rem;
                    }
                }
                .text-box {
                    background-color: #fff9ef;
                    padding: 1.8rem 3.2rem;
                    box-sizing: border-box;
                    width: 100%;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.6rem;
                    line-height: 2.4rem;
                    color: #333333;
                    @media screen and (max-width: 767px) {
                        padding: 2rem;
                        font-size: 1.4rem;
                    }
                }
            }
        }
    }
}

#block02 {
    margin-bottom: 9rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5.5rem;
    }
    & ul {
        & li.card {
            .text-container {
                .orange-label {
                    background-color: #fe6230;
                    color: #fff;
                    border-radius: 0 2.35rem 2.35rem 0;
                    width: 100%;
                    /* height: 4.7rem; */
                    display: flex;
                    align-items: center;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 2.4rem;
                    line-height: 1.1;
                    letter-spacing: 0.04em;
                    margin-bottom: 3rem;
                    padding-left: 2.6rem;
                    box-sizing: border-box;
                    padding-top: 1.3rem;
                    padding-bottom: 0.8rem;
                    @media screen and (max-width: 767px) {
                        height: 4.2rem;
                        font-size: 1.6rem;
                        padding-left: 2rem;
                        margin-bottom: 2rem;
                    }
                }
                .header {
                    margin-bottom: 2rem;
                    @media screen and (max-width: 767px) {
                        margin-bottom: 1rem;
                    }
                }
            }
        }
    }
}

#block03 {
    margin-bottom: 9rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5.5rem;
    }
    .iframe-container {
        width: 90rem;
        margin: 0 auto;
        @media screen and (max-width: 767px) {
            width: 100%;
        }
        & iframe {
            width: 100%;
            height: 50.6rem;
            vertical-align: top;
            @media screen and (max-width: 767px) {
                height: 28rem;
                display: block;
            }
        }
    }
}

#block04 {
    margin-bottom: 9rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5.5rem;
    }
    .flexwrap-cards {
        margin-bottom: 3rem;
    }
    .faq-box {
        width: 78rem;
        border: 2px solid #fe6230;
        border-radius: 0.4rem;
        background-color: #fff9ef;
        position: relative;
        padding: 6.1rem 5.9rem 4.6rem;
        box-sizing: border-box;
        margin: 0 auto 9rem;
        @media screen and (max-width: 767px) {
            width: 100%;
            padding: 4rem 2rem 3rem;
            margin-bottom: 5.5rem;
        }
        .faq-title {
            font-style: normal;
            font-weight: 700;
            font-size: 2.2rem;
            line-height: 1;
            text-align: center;
            color: #ffffff;
            position: absolute;
            width: 17.8rem;
            /* height: 4.2rem; */
            padding-top: 1.3rem;
            padding-bottom: 0.8rem;
            box-sizing: border-box;
            background: #fe6230;
            border-radius: 2.1rem;
            top: -2.1rem;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            @media screen and (max-width: 767px) {
                font-size: 1.6rem;
                width: 15.5rem;
                height: 3.8rem;
                padding-top: 1.1rem;
                padding-bottom: 0.8rem;
            }
        }
        .question {
            font-style: normal;
            font-weight: 700;
            font-size: 1.6rem;
            line-height: 1.2;
            color: #333333;
            margin-bottom: 1.8rem;
            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                margin-bottom: 1rem;
            }
        }
        .answer {
            font-style: normal;
            font-weight: 400;
            font-size: 1.6rem;
            line-height: 2.6rem;
            color: #333333;
            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                line-height: 2.4rem;
            }
        }
    }
}

#block05 {
    .flexwrap-cards {
        margin-bottom: 9rem;
        .card {
            .title {
                font-size: 1.8rem;
                line-height: 2.2rem;
                letter-spacing: 0;
                @media screen and (max-width: 767px) {
                    font-size: 1.6rem;
                }
            }
        }
    }
}

#block06 {
    margin-bottom: 9rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5.5rem;
    }
    & table {
        border: 1px solid #d9d9d9;
        width: 100%;
        & tr {
            border-bottom: 1px solid #d9d9d9;
            & th {
                background-color: #767676;
                width: 23.8rem;
                padding: 1.9rem 2.4rem;
                box-sizing: border-box;
                font-style: normal;
                font-weight: 400;
                font-size: 1.8rem;
                line-height: 1;
                letter-spacing: 0.08em;
                color: #ffffff;
                text-align: left;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    font-size: 1.6rem;
                    padding: 1.6rem 2rem;
                    display: block;
                }
            }
            & td {
                padding: 1.9rem 2.4rem;
                box-sizing: border-box;
                width: calc(100% - 23.8rem);
                font-style: normal;
                font-weight: 400;
                font-size: 1.6rem;
                line-height: 2.4rem;
                letter-spacing: 0.08em;
                color: #333333;
                @media screen and (max-width: 767px) {
                    width: 100%;
                    font-size: 1.4rem;
                    line-height: 2.2rem;
                    padding: 1.2rem 2rem 2rem;
                    display: block;
                }
            }
        }
    }
}

#block07 {
    .flow-contents {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 7rem;
        @media screen and (max-width: 767px) {
            flex-direction: column;
            margin-bottom: 5.5rem;
            gap: 3rem;
        }
        &:before {
            position: absolute;
            content: "";
            z-index: 0;
            width: 100%;
            height: 0.2rem;
            background-color: #fe6230;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            @media screen and (max-width: 767px) {
                width: 0.2rem;
                height: 100%;
            }
        }
        .ellipse {
            background-color: #fff4e2;
            width: 27.3rem;
            height: 27.3rem;
            border-radius: 27.3rem;
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            @media screen and (max-width: 767px) {
                width: 22rem;
                height: 22rem;
                border-radius: 22rem;
                margin: 0 auto;
            }
            .icon {
                height: 18rem;
                display: flex;
                justify-content: center;
                align-items: center;
                @media screen and (max-width: 767px) {
                    height: 13rem;
                }
                & img {
                    width: 100%;
                    vertical-align: top;
                    @media screen and (max-width: 767px) {
                        transform: scale(0.7);
                    }
                }
            }
            .icon1 {
                width: 9.5rem;
            }
            .icon2 {
                width: 9.8rem;
            }
            .icon3 {
                width: 11.4rem;
            }
            .icon4 {
                width: 9.4rem;
            }
            .ellipse-text {
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 2.6rem;
                display: flex;
                align-items: center;
                text-align: center;
                color: #333333;
                height: 5.2rem;
                @media screen and (max-width: 767px) {
                    font-size: 1.6rem;
                    line-height: 1.4;
                    height: 4rem;
                }
            }
        }
    }
    .recruit-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        & a {
            width: 28rem;
            transition: all 0.3s ease-in;
            &:hover {
                opacity: 0.7;
            }
            & img {
                width: 100%;
                vertical-align: top;
            }
        }
    }
}
