/* -----FV----- */
/* 共通内側幅 */
.page_fv__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.page_fv__inner_breadcrumb {
    max-width: 1350px;
    padding: 0;
}

/* パンくず */
.page_fv__breadcrumb {
    padding: 20px 20px 0;
    font-size: var(--page-min-txt);
    color: #555;
}

.page_fv__breadcrumb a {
    text-decoration: none;
    color: #333;
}

/* ヘッダー背景 */
.page_fv__header {
    padding: 60px 0 100px;
}

/* タイトル */
.page_fv__title {
    font-size: var(--page-h1);
    margin: 20px 0 10px;
    font-weight: 600;
}

/* ブルーライン */
.page_fv__line_bac {
    width: 100%;
    height: 2px;
    background: #eaeaea;
}

.page_fv__line {
    width: 20%;
    height: 100%;
    background: #2f7bdc;
    margin-bottom: 30px;
}

/* リード文 */
.page_fv__lead {
    font-size: var(--page-sub-ttl);
    line-height: 1.8;
    color: #444;
    font-weight: bold;
}

/* ビジュアル */
.page_fv__visual img {
    width: 100%;
    height: auto;
    display: block;
}

.page-layout {
    display: flex;
}

@media (max-width:768px) {
    .page_fv__line {
        width: calc((100% / 42) * 25) !important;
    }

    .page_fv__header {
        padding: 30px 0 50px;
    }
}