#page-fv.interview-page-fv {
    padding-top: 15rem;
    background: #fff;

    @media screen and (max-width: 767px) {
        padding-top: 8rem;
    }

    #breadcrumbs {
        & ol {
            justify-content: flex-end;

            & li {
                &::after {
                    background: var(--blue);
                }

                & a {
                    color: var(--blue);

                }

                & span {
                    color: var(--blue);
                }
            }
        }
    }

    .page-title {
        display: none;
    }
}

.outline {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: 2fr 1.07fr;
    gap: 6rem;

    @media screen and (max-width: 767px) {
        margin-top: 2rem;
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .left-half {
        .big-interview {
            font-family: 'Alexandria';
            font-weight: 700;
            font-size: 7rem;
            line-height: 1.5;
            letter-spacing: 0;
            color: var(--blue);
            border-bottom: 0.4rem solid var(--blue);

            @media screen and (max-width: 767px) {
                font-size: 3rem;
                border-bottom: 0.3rem solid var(--blue);
            }
        }

        .motto {
            margin-top: 2rem;
            font-family: 'Zen Kaku Gothic Antique';
            font-weight: 700;
            font-size: 4rem;
            line-height: 1.5;
            letter-spacing: 0.05em;

            @media screen and (max-width: 767px) {
                margin-top: 1.5rem;
                font-size: 2.2rem;
            }
        }

        .position {
            margin-top: 2rem;
            width: fit-content;
            padding: 0 1rem;
            background-color: var(--blue);
            font-weight: 700;
            font-size: 2rem;
            letter-spacing: 0.05em;
            color: #FFFFFF;

            @media screen and (max-width: 767px) {
                margin-top: 1.5rem;
                padding: 0 0.7rem;
                font-size: 1.6rem;
            }
        }

        .info {
            margin-top: 0.8rem;
            display: flex;
            align-items: center;
            gap: 2rem;

            @media screen and (max-width: 767px) {
                margin-top: 0.5rem;
                gap: 1rem;
            }

            .time {
                font-weight: 700;
                font-size: 2rem;
                letter-spacing: 0;

                @media screen and (max-width: 767px) {
                    font-size: 1.6rem;
                }
            }

            .name {
                font-weight: 700;
                font-size: 2.6rem;
                letter-spacing: 0;

                @media screen and (max-width: 767px) {
                    font-size: 2rem;
                }
            }
        }

        .mid-profile {
            margin-top: 6.7rem;
            font-family: 'Alexandria';
            font-weight: 700;
            font-size: 3rem;
            letter-spacing: 0;
            line-height: 1.5;
            color: var(--blue);
            border-bottom: 0.2rem solid var(--blue);

            @media screen and (max-width: 767px) {
                margin-top: 2rem;
                font-size: 2.2rem;
            }
        }

        .details {
            margin-top: 1.8rem;
            line-height: 1.67;

            @media screen and (max-width: 767px) {
                margin-top: 1.2rem;
            }
        }
    }

    .right-half {
        clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%);

        @media screen and (max-width: 767px) {
            width: 100%;
            margin: 2rem 0;
        }
    }
}

.questions {
    padding: 2rem 0 10rem;

    @media screen and (max-width: 767px) {
        padding: 2rem 0 8rem;
    }

    .question {
        margin-top: 8rem;
        display: flex;
        justify-content: space-between;

        @media screen and (max-width: 767px) {
            margin-top: 6rem;
            flex-direction: column-reverse;
            gap: 2rem;
        }

        .photo {
            width: 48rem;

            @media screen and (max-width: 767px) {
                width: 100%;
            }
        }

        .texts {
            width: 66rem;

            @media screen and (max-width: 767px) {
                width: 100%;
            }

            .title {
                display: flex;
                align-items: center;
                gap: 1rem;

                @media screen and (max-width: 767px) {
                    gap: 0.8rem;
                }

                .number {
                    width: fit-content;
                    font-family: 'Zen Kaku Gothic Antique';
                    font-weight: 700;
                    font-size: 2.6rem;
                    line-height: 1.5;
                    padding: 0 1rem;
                    letter-spacing: 0;
                    background-color: var(--blue);
                    color: #FFFFFF;

                    @media screen and (max-width: 767px) {
                        font-size: 1.8rem;
                        padding: 0 0.7rem;
                    }
                }

                .real-title {
                    font-family: 'Zen Kaku Gothic Antique';
                    font-weight: 700;
                    font-size: 2.6rem;
                    line-height: 1.5;
                    display: flex;
                    letter-spacing: 0;
                    align-items: center;
                    color: var(--blue);

                    @media screen and (max-width: 767px) {
                        font-size: 1.8rem;
                    }
                }
            }

            .answer {
                margin-top: 2rem;
                font-weight: 700;
                font-size: 3rem;
                line-height: 1.33;
                letter-spacing: 0.05em;

                @media screen and (max-width: 767px) {
                    margin-top: 1.5rem;
                    font-size: 2rem;
                    line-height: 1.5;
                }
            }

            .details {
                margin-top: 2rem;
                line-height: 1.67;

                @media screen and (max-width: 767px) {
                    margin-top: 1.5rem;
                }
            }
        }
    }

    @media screen and (min-width: 767.01px) {
        .question:nth-child(even) {
            flex-direction: row-reverse;
        }
    }
}

.other-questions {
    padding: 7rem 0 10rem;
    background-color: #f0f0f0;

    @media screen and (max-width: 767px) {
        padding: 4rem 0 8rem;
    }

    .frame {
        margin-top: 3rem;
        background-color: #fff;
        padding: 3rem;

        @media screen and (max-width: 767px) {
            margin-top: 4rem;
            padding: 2rem;
        }

        .title {
            display: flex;
            align-items: center;
            gap: 1rem;

            @media screen and (max-width: 767px) {
                flex-direction: column;
                align-items: flex-start;
            }

            .number {
                width: fit-content;
                font-family: 'Zen Kaku Gothic Antique';
                font-weight: 700;
                font-size: 2.6rem;
                line-height: 1.5;
                padding: 0 1rem;
                background-color: var(--blue);
                color: #FFFFFF;
                letter-spacing: 0;

                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                    padding: 0 0.7rem;
                }
            }

            .real-title {
                font-family: 'Zen Kaku Gothic Antique';
                font-weight: 700;
                font-size: 2.6rem;
                line-height: 1.5;
                display: flex;
                align-items: center;
                color: var(--blue);
                letter-spacing: 0;

                @media screen and (max-width: 767px) {
                    font-size: 1.8rem;
                }
            }
        }

        .answer {
            margin-top: 1.8rem;
            line-height: 1.67;

            @media screen and (max-width: 767px) {
                margin-top: 1.2rem;
            }
        }
    }
}

.other-workers {
    padding-top: 10rem;

    @media screen and (max-width: 767px) {
        padding-top: 4rem;
    }

    .workers {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 3rem;
        row-gap: 8rem;

        @media screen and (max-width: 767px) {
            grid-template-columns: 1fr;
            row-gap: 5rem;
        }

        .worker {

            & img {
                clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
                aspect-ratio: 1;
                object-fit: cover;
                object-position: top;
            }

            .position {
                margin-top: 3rem;
                width: fit-content;
                background-color: var(--blue);
                font-size: 2rem;
                text-align: center;
                letter-spacing: 0.05em;
                color: #fff;
                padding: 0 1rem;

                @media screen and (max-width: 767px) {
                    margin-top: 2rem;
                    font-size: 1.6rem;
                    padding: 0 0.7rem;
                }
            }

            .info {
                display: flex;
                align-items: center;
                gap: 2.5rem;

                @media screen and (max-width: 767px) {
                    gap: 1.5rem;
                }

                .when {
                    font-weight: 500;
                    font-size: 2rem;
                    letter-spacing: 0;

                    @media screen and (max-width: 767px) {
                        font-size: 1.5rem;
                    }
                }

                .name {
                    font-weight: 700;
                    font-size: 2.6rem;
                    letter-spacing: 0;

                    @media screen and (max-width: 767px) {
                        font-size: 2rem;
                    }
                }
            }

            .motto {
                margin-top: 1rem;
                font-family: 'Noto Sans JP';
                font-weight: 700;
                font-size: 2rem;
                line-height: 1.5;
                letter-spacing: 0.05em;

                @media screen and (max-width: 767px) {
                    margin-top: 0.5rem;
                    font-size: 1.7rem;
                }
            }
        }
    }
}