@charset "UTF-8";

#page-fv.type-page {
    &::before {
        background-color: #FFDBE5;
    }
}

#support {
    padding-top: 13.9rem;
    padding-bottom: 19.2rem;

    @media screen and (max-width: 767px) {
        padding-top: 5.4rem;
        padding-bottom: 8rem;
    }

    .title {
        margin-bottom: 8rem;

        @media screen and (max-width: 767px) {
            margin-bottom: 4.3rem;
        }
    }

    .main-text {
        margin-bottom: 14rem;

        @media screen and (max-width: 767px) {
            margin-bottom: 8rem;
        }

        .main {
            margin-bottom: 3.2rem;
            font-style: normal;
            font-weight: 600;
            font-size: 4rem;
            line-height: 160%;
            text-align: center;
            letter-spacing: 0.2em;
            color: #000000;

            @media screen and (max-width: 767px) {
                margin-bottom: 1.6rem;
                font-size: 1.8rem;
                text-align: left;
            }
        }

        .sub {
            font-style: normal;
            font-weight: 600;
            font-size: 1.8rem;
            line-height: 220%;
            text-align: center;
            letter-spacing: 0.1em;
            color: #000000;

            @media screen and (max-width: 767px) {
                font-size: 1.4rem;
                text-align: left;
            }
        }
    }

    .seminars {

        .seminar {
            display: flex;
            align-items: center;
            gap: 12rem;

            @media screen and (max-width: 767px) {
                flex-direction: column;
                gap: 3rem;
            }

            &:not(:last-child) {
                margin-bottom: 12rem;
            }

            @media screen and (max-width: 767px) {
                &:not(:last-child) {
                    margin-bottom: 8rem;
                }
            }

            .img {
                flex-shrink: 0;
                width: 80rem;
                border-radius: 0 8rem 0 0;
                overflow: hidden;

                @media screen and (max-width: 767px) {
                    margin-left: -2.4rem;
                    width: calc(100% + 2.4rem);
                    border-radius: 0 3.6rem 0 0;
                }
            }

            .text {
                flex-grow: 1;

                .main {
                    margin-bottom: 3.6rem;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 3.2rem;
                    line-height: 5.1rem;
                    letter-spacing: 0.05em;
                    color: #000000;

                    @media screen and (max-width: 767px) {
                    margin-bottom: 1.6rem;
                        font-size: 1.8rem;
                        line-height: 2.9rem;
                    }
                }

                .sub {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.8rem;
                    line-height: 200%;
                    letter-spacing: 0.1em;
                    color: #000000;

                    @media screen and (max-width: 767px) {
                        font-size: 1.4rem;
                    }
                }
            }
        }
    }
}