@charset "UTF-8";

#staff-banner {
    width: 100%;
    padding-top: 15rem;
    @media screen and (max-width: 767px) {
        padding-top: 8rem;
    }
    .banner-content-flex {
        margin-bottom: 5.6rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        @media screen and (max-width: 767px) {
            flex-direction: column-reverse;
            margin-bottom: 4rem;
        }
        .text-cont {
            width: 59.4rem;
            @media screen and (max-width: 767px) {
                width: 100%;
            }
            .line1 {
                font-family: var(--zenkaku);
                font-style: normal;
                font-weight: 700;
                font-size: 4.4rem;
                line-height: 136%;
                letter-spacing: 0.1em;
                color: #212121;
                margin-bottom: 8.9rem;
                position: relative;
                @media screen and (max-width: 767px) {
                    font-size: 2.2rem;
                    margin-bottom: 4rem;
                }
                &:after {
                    content: "";
                    position: absolute;
                    width: 3.2rem;
                    height: 0.5rem;
                    left: 0;
                    bottom: -4.5rem;
                    background: #f08300;
                    border-radius: 0.25rem;
                    @media screen and (max-width: 767px) {
                        bottom: -2rem;
                        height: 0.3rem;
                        width: 2rem;
                    }
                }
            }
            .line2 {
                font-family: var(--zenkaku);
                font-style: normal;
                font-weight: 400;
                font-size: 1.8rem;
                line-height: 1.6;
                letter-spacing: 0.06em;
                color: #000000;
                margin-bottom: 2.4rem;
                @media screen and (max-width: 767px) {
                    font-size: 1.4rem;
                    margin-bottom: 1rem;
                }
            }
            .line3 {
                font-family: var(--zenkaku);
                font-style: normal;
                font-weight: 700;
                font-size: 2.8rem;
                line-height: 1.2;
                letter-spacing: 0.06em;
                color: #212121;
                margin-bottom: 2.4rem;
                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                    margin-bottom: 1rem;
                }
            }
        }
        .img-cont {
            width: 94.2rem;
            @media screen and (max-width: 767px) {
                width: 100%;
                margin-bottom: 1rem;
            }
            & img {
                width: 100%;
                vertical-align: top;
            }
        }
    }
    #breadcrumbs {
        padding-bottom: 18rem;
    }
}

.block {
    width: 100%;
    padding-bottom: 12rem;
    @media screen and (max-width: 767px) {
        padding-bottom: 5rem;
    }

    .content-flex {
        display: flex;
        gap: 7.4rem;
        @media screen and (max-width: 767px) {
            gap: 1rem;
            flex-direction: column;
        }
        .text-cont {
            width: 100%;
            flex: 1;
            .title {
                font-family: var(--zenkaku);
                font-style: normal;
                font-weight: 700;
                font-size: 3.5rem;
                line-height: 150%;
                letter-spacing: 0.1em;
                color: #212121;
                margin-bottom: 5rem;
                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                    margin-bottom: 1rem;
                }
            }
        }
        .img-cont {
            width: 75rem;
            @media screen and (max-width: 767px) {
                width: 100%;
            }
            & img {
                width: 100%;
                vertical-align: top;
            }
        }
    }
    .content-flex.reverse {
        @media screen and (max-width: 767px) {
            flex-direction: column-reverse;
        }
    }
}

.text-block {
    width: 100%;
    margin-bottom: 12rem;
    @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
    }
    .title {
        font-family: var(--zenkaku);
        font-style: normal;
        font-weight: 700;
        font-size: 3.5rem;
        line-height: 150%;
        letter-spacing: 0.1em;
        color: #212121;
        margin-bottom: 5rem;
        @media screen and (max-width: 767px) {
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }
    }
}
#interview {
    padding-top: 8rem;
    @media screen and (max-width: 767px) {
        padding-top: 0;
    }
    .interview-slider {
        & li {
            & a {
                padding: 0 2rem;
                box-sizing: border-box;
                width: 100%;
                transition: all 0.3s ease-in;
                .img-container {
                    position: relative;
                    width: 100%;
                    overflow: hidden;
                    border-radius: 1rem;
                    & img {
                        transition: all 0.3s ease-in;
                        width: 100%;
                        vertical-align: top;
                    }
                    .layer {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 17.2rem;
                        background: url("../../img/layer.png") no-repeat center / cover;
                        padding: 5.7rem 10rem 3.1rem 3.4rem;
                        box-sizing: border-box;
                        z-index: 2;
                        @media screen and (max-width: 767px) {
                            padding: 2rem 5rem 2rem 2rem;
                            height: 40%;
                        }
                        .title {
                            font-family: var(--zenkaku);
                            font-style: normal;
                            font-weight: 700;
                            font-size: 2.5rem;
                            line-height: 150%;
                            letter-spacing: 0.06em;
                            color: #ffffff;
                            @media screen and (max-width: 767px) {
                                font-size: 1.6rem;
                                line-height: 1.4;
                                letter-spacing: 0.05em;
                            }
                        }
                        .arrow {
                            width: 2rem;
                            position: absolute;
                            right: 4.2rem;
                            bottom: 6.3rem;
                            @media screen and (max-width: 767px) {
                                right: 2rem;
                                bottom: unset;
                                top: 50%;
                                transform: translateY(-50%);
                                width: 1.6rem;
                            }
                        }
                    }
                }
                &:hover {
                    .img-container {
                        & img {
                            transform: scale(1.1);
                        }
                    }
                }
                .text-box {
                    width: 100%;
                    padding-top: 3.1rem;
                    @media screen and (max-width: 767px) {
                        padding-top: 1rem;
                    }
                    .joined {
                        font-family: var(--zenkaku);
                        font-style: normal;
                        font-weight: 400;
                        font-size: 1.8rem;
                        line-height: 1.2;
                        letter-spacing: 0.06em;
                        color: #000000;
                        margin-bottom: 2.1rem;
                        @media screen and (max-width: 767px) {
                            font-size: 1.4rem;
                            margin-bottom: 1rem;
                        }
                    }
                    .staff-name {
                        font-family: var(--zenkaku);
                        font-style: normal;
                        font-weight: 700;
                        font-size: 2.7rem;
                        line-height: 1;
                        letter-spacing: 0.06em;
                        color: #000000;
                        @media screen and (max-width:767px){
                        font-size: 1.8rem;
                        }
                    }
                }
            }
        }
    }
}
