.l-page {
    padding-top: 60px;
    padding-bottom: 100px;
}

.fv_box {
    margin-bottom: 65px;
}

.fv_title_block {
    background: var(--sub-color);
    clip-path: ellipse(75% 100% at 50% 0%);
    margin-bottom: 25px;
    padding: 24px 0;
}

.lower-layer_title {
    font-size: 40px;
    font-weight: bold;
    color: var(--main-color);
    line-height: calc(40 / 40);
    font-family: var(--sub-font);
    text-align: center;
    display: block;
}

.lower-layer_subtitle {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    line-height: calc(32 / 16);
    text-align: center;
    display: block;
}

.lower-layer_section_title {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
    line-height: calc(32 / 24);
    margin-bottom: 30px;
}

/* h2 下層用 非表示 */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* パンくず */
.breadcrumb {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb-link,
.current {
    font-size: 12px;
    line-height: calc(24 / 12);
    color: var(--main-color);
}

.home-icon {
    display: block;
    background: url(../images/common/ic_round-home.png) center / cover no-repeat;
    width: 16px;
    height: 14px;
}

.arrow {
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px var(--main-color);
    border-right: solid 1px var(--main-color);
    transform: rotate(45deg);
    margin: 0 8px;
}


@media (min-width:768px) {

    .l-page {
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .fv_box {
        margin-bottom: 100px;
    }

    .fv_title_block {
        margin-bottom: 30px;
        padding: 90px 0;
    }

    .lower-layer_title {
        font-size: 95px;
        line-height: calc(95 / 95);
        margin-bottom: 20px;
    }

    .lower-layer_subtitle {
        font-size: 23px;
        line-height: calc(35 / 23);
    }

    .lower-layer_section_title {
        font-size: 40px;
        line-height: calc(50 / 40);
        margin-bottom: 100px;
    }

    /* パンくず */
    .breadcrumb {
        max-width: 1000px;
        margin: 0 auto;
        padding-left: 20px;
    }

    .breadcrumb-link,
    .current {
        font-size: 14px;
        line-height: calc(26 / 14);
    }

    .meta_box {
        padding-left: 20px;
    }

    /* 余白例外 */
    .section_content--gallery {
        padding: 0;
    }

}