@charset "utf-8";

.header-bar {
    @media (min-width: 1250px) {
        display: none;
    }
}

.nav-pc-top {
    opacity: 1;
}

.page-fv {
    border-bottom: 1px solid #c1c1c1;

    .w1728 {
        max-width: 1728rem;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 10rem;
        padding-top: 185rem;

        @media(max-width:1180px) {
            padding-top: 40rem;
        }

        .main {
            font-family: "M PLUS 1";
            font-weight: normal;
            font-size: 100rem;
            line-height: calc(264/100);
            letter-spacing: 0.2em;
            text-align: left;
            color: #1e4d3e;

            @media(max-width:1180px) {
                font-size: 43rem;
            }
        }

        .breadlist {
            display: flex;
            justify-content: flex-end;

            p,
            a {
                font-family: "M PLUS 1";
                font-weight: 500;
                font-size: 16px;
                text-align: right;
                color: #050505;
            }
        }
    }
}

.p-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 9rem;
    margin-bottom: 40rem;

    .sub {
        font-family: "M PLUS 1";
        font-weight: 600;
        font-size: max(14px, 16rem);
        color: #1e4d3e;
    }

    .main {
        font-family: "M PLUS 1";
        font-weight: 400;
        font-size: 40rem;
        letter-spacing: 0.2em;
        color: #1e4d3e;
        text-decoration: underline;
        text-underline-offset: 10rem;
        text-decoration-thickness: 2rem;
    }
}

.p-cta {
    .inner {
        display: flex;
        align-items: center;
        padding-bottom: 160rem;

        @media(max-width:900px) {
            flex-direction: column-reverse;
            gap: 5rem;
            max-width: calc(353/400*100%);
            width: 100%;
        }

        .col-text {
            margin-right: -48rem;
            position: relative;
            z-index: 10;

            @media(max-width:1180px) {
                margin: auto;
            }

            .title {
                margin-bottom: 15rem;

                .main {
                    font-family: var(--fmain);
                    font-weight: 100;
                    font-size: 146rem;
                    line-height: calc(183/146);
                    text-align: left;
                    color: #1e4d3e;

                    @media(max-width:1180px) {
                        font-size: 40rem;
                        text-align: center;
                        margin-bottom: 5rem;
                    }
                }

                .desc {
                    font-family: var(--fmain);
                    font-weight: bold;
                    font-size: 20rem;
                    line-height: calc(33/20);
                    text-align: center;
                    color: #1e4d3e;

                    @media(max-width:1180px) {
                        font-size: 14px;

                    }
                }
            }

            .cta-tel {
                margin-bottom: 22rem;

                @media(max-width:1180px) {
                    .f-41 {
                        font-size: 20rem;
                    }

                    .f-67 {
                        font-size: 40rem;
                    }

                    .f-20 {
                        font-size: 12px;
                        width: 100%;
                        text-align: right;
                    }
                }
            }

            .cta-contact {
                @media(max-width:1180px) {
                    .f-20 {
                        font-size: 24rem;
                    }
                }
            }
        }

        .col-img {
            position: relative;
            z-index: 5;
            max-width: 682rem;
            width: 100%;

            @media(max-width:1180px) {
                width: 42%;
            }

            @media(max-width:900px) {
                width: 100%;
            }
        }

        .col-img::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);

            @media(max-width:900px) {
                background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
            }
        }
    }
}