@charset "UTF-8";

#common-banner {
    padding-bottom: 11rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 5rem;
    }
    .bold-text-header {
        margin-bottom: 3.6rem;
        font-family: var(--noto);
        font-style: normal;
        font-weight: 700;
        font-size: 3.4rem;
        line-height: 4.6rem;
        letter-spacing: 0.08em;
        color: #000000;
        @media screen and (max-width: 767px) {
            font-size: 1.8rem;
            line-height: 1.4;
            margin-bottom: 2rem;
            & br {
                display: none;
            }
        }
    }
    .text-regular {
        font-family: var(--noto);
        font-style: normal;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 3.8rem;
        letter-spacing: 0.08em;
        color: #000000;
        @media screen and (max-width: 767px) {
            font-size: 1.4rem;
            line-height: 1.8;
        }
    }
}

#recruit {
    padding-bottom: 15rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 5rem;
    }
    .anchor-links {
        display: flex;
        gap: 4rem;
        margin-bottom: 9rem;
        @media screen and (max-width: 767px) {
            flex-direction: column;
            gap: 1rem;
            margin-bottom: 4rem;
        }
        & li {
            & a {
                display: flex;
                align-items: center;
                gap: 1.2rem;
                @media screen and (max-width: 767px) {
                    gap: 0.8rem;
                }
                & span {
                    font-style: normal;
                    font-weight: 700;
                    font-size: 2.4rem;
                    line-height: 1;
                    letter-spacing: 0.1em;
                    color: #323232;
                    @media screen and (max-width: 767px) {
                        font-size: 1.6rem;
                    }
                }
                & img {
                    width: 2.1rem;
                    vertical-align: top;
                    @media screen and (max-width: 767px) {
                        width: 1.6rem;
                    }
                }
            }
        }
    }
    .flex-contents {
        display: flex;
        justify-content: space-between;
        @media screen and (max-width: 767px) {
            flex-direction: column;
        }
        .text-cont {
            width: 51rem;
            @media screen and (max-width: 767px) {
                width: 100%;
            }
            .green-bg-text {
                margin-bottom: 13rem;
                @media screen and (max-width: 767px) {
                    margin-bottom: 3rem;
                }
                & span {
                    display: table;
                    background-color: #00ada9;
                    padding: 0.3rem 2rem;
                    box-sizing: border-box;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 3.6rem;
                    line-height: 1.8;
                    letter-spacing: 0.08em;
                    color: #ffffff;
                    @media screen and (max-width: 767px) {
                        padding: 0.2rem 1.2rem;
                        font-size: 2.2rem;
                    }
                }
                & span:first-child {
                    margin-bottom: 1.1rem;
                    @media screen and (max-width: 767px) {
                        margin-bottom: 0.5rem;
                    }
                }
            }
            .profile {
                padding-bottom: 2rem;
                margin-bottom: 2rem;
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 140%;
                letter-spacing: 0.08em;
                color: #000000;
                border-bottom: 3px solid #00ada9;
                @media screen and (max-width: 767px) {
                    font-size: 1.6rem;
                    padding-bottom: 1rem;
                    margin-bottom: 1rem;
                }
            }
            .name {
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 140%;
                letter-spacing: 0.08em;
                color: #000000;
                margin-bottom: 8rem;
                @media screen and (max-width: 767px) {
                    font-size: 1.6rem;
                    margin-bottom: 4rem;
                }
            }
        }
        .img-cont {
            width: 57.5rem;
            @media screen and (max-width: 767px) {
                width: 100%;
                margin-bottom: 1rem;
            }
            & img {
                width: 100%;
                vertical-align: top;
            }
        }
    }
    .faq {
        padding-bottom: 5rem;
        border-bottom: 1px solid #cecece;
        margin-bottom: 5rem;
        @media screen and (max-width: 767px) {
            padding-bottom: 3rem;
            margin-bottom: 3rem;
        }
        .question {
            display: flex;
            gap: 1.6rem;
            align-items: center;
            margin-bottom: 2rem;
            @media screen and (max-width: 767px) {
                align-items: flex-start;
                gap: 1rem;
            }
            .q-text {
                width: 3.4rem;
                height: 3.4rem;
                border-radius: 3.4rem;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #00ada9;
                font-family: var(--monst);
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 2.4rem;
                letter-spacing: 0.08em;
                color: #ffffff;
                @media screen and (max-width: 767px) {
                    width: 3rem;
                    height: 3rem;
                    border-radius: 3rem;
                    font-size: 1.6rem;
                    line-height: 1;
                }
            }
            .question-text {
                font-style: normal;
                font-weight: 700;
                font-size: 2.2rem;
                line-height: 2.6rem;
                letter-spacing: 0.08em;
                color: #00ada9;
                flex: 1;
                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    line-height: 1.8;
                }
            }
        }
        .answer {
            font-style: normal;
            font-weight: 500;
            font-size: 1.6rem;
            line-height: 188%;
            text-align: justify;
            letter-spacing: 0.1em;
            color: #000000;
            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                line-height: 1.8;
            }
        }
    }
    .block2 {
        padding-top: 7rem;
        @media screen and (max-width: 767px) {
            padding-top: 3.5rem;
        }
    }
}

#entry {
    width: 100%;
    background: #00ada9;
    mix-blend-mode: normal;
    border-radius: 4.6rem 4.6rem 0px 0px;
    padding-top: 10rem;
    padding-bottom: 10rem;
    @media screen and (max-width: 767px) {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .entry-title {
        margin-bottom: 5rem;
        @media screen and (max-width: 767px) {
            margin-bottom: 3rem;
        }
        .en {
            font-family: var(--monst);
            font-style: normal;
            font-weight: 400;
            font-size: 8rem;
            line-height: 9.8rem;
            letter-spacing: 0.12em;
            color: #ffffff;
            display: block;
            text-align: center;
            @media screen and (max-width: 767px) {
                font-size: 4rem;
                line-height: 1.2;
            }
        }
        .jp {
            font-family: var(--zenkaku);
            font-style: normal;
            font-weight: 500;
            font-size: 2rem;
            line-height: 4rem;
            letter-spacing: 0.1em;
            color: #ffffff;
            display: block;
            text-align: center;
            @media screen and (max-width: 767px) {
                font-size: 1.6rem;
                line-height: 2.4rem;
            }
        }
    }
    .flex-links {
        display: flex;
        justify-content: center;
        gap: 5rem;
        @media screen and (max-width: 767px) {
            gap: 3rem;
            flex-direction: column;
            align-items: center;
        }
        .entry-link-container {
            width: 30.7rem;
            @media screen and (max-width: 767px) {
                width: 100%;
                max-width: 24rem;
            }
            .label {
                margin-bottom: 1.5rem;
                font-style: normal;
                font-weight: 700;
                font-size: 2rem;
                line-height: 1;
                letter-spacing: 0.05em;
                color: #ffffff;
                text-align: center;
                @media screen and (max-width: 767px) {
                    margin-bottom: 1rem;
                    font-size: 1.6rem;
                }
            }
            .entry-link {
                width: 100%;
                & img {
                    width: 100%;
                    vertical-align: top;
                }
            }
            .entry-link.disabled {
                pointer-events: none;
            }
        }
    }
}


#footer {
    position: relative;
    .pageup {
        position: absolute;
        right: 4rem;
        bottom: 25rem;
        @media screen and (max-width: 767px) {
            display: none !important;
        }
        & img {
            filter: none !important;
        }
    }
}
