.sp {
    display: none !important;
}

img {
    max-width: 100%;
    width: inherit;
    vertical-align: middle;
}

p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: center;
}

section {
    padding: 80px 0;

    .container {
        max-width: 1100px;
        margin: 0 auto;
    }

    &.section02 {
        background: #fff;
    }
}

h2 {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    margin: 20px 0 50px;

    span {
        color: #6791a4;
    }
}

/* 下層ページ（初めての方へ） */

.page-2025 {
    .page-fv {
        width: 100%;
        padding-top: 0;
    }

    .section01 {
        .container {
            h2 {
                max-width: 700px;
                margin: 50px auto;

                .before {
                    position: absolute;
                    left: 0;
                }

                .after {
                    position: absolute;
                    right: 0;
                    bottom: -10px;
                }
            }

            .conversation-img {
                position: relative;
                top: 60px;
                right: 50px;
                text-align: right;
                z-index: 5;
            }

            .conversation {
                position: relative;
                background: #fff;
                padding: 100px 20px;
                margin: 50px 0;

                .speech-wrap {
                    display: flex;
                    gap: 50px;
                    &.right {
                        justify-content: right;
                    }
                    &.left {
                        flex-direction: row-reverse;
                        justify-content: left;
                    }
                }

            }
        }
    }

    .section02 {}


}



/* 下層ページ（初めての方へ） スマホ表示 */

@media(max-width:600px) {
    .pc {
        display: none;
    }

    .sp {
        display: block !important;
    }
}