@charset "utf-8";

/*-------------------------------------------------------------
    fixed page common - page MV
-------------------------------------------------------------*/
.page_mv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 535px;
    overflow: hidden;
    padding: 0 20px;
}

.page_mv_bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.page_mv_bg img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: center;
}

.page_mv_ttl {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page_mv_en {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #fff;
}

.page_mv_ja {
    margin-top: 4px;
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
}

/*-------------------------------------------------------------
    fixed page common - section title
-------------------------------------------------------------*/
.page_sec_head {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.page_sec_en {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #1A96EA;
}

.page_sec_ttl {
    margin-top: 0;
    font-size: 4.0rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #133A78;
}

.inner{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/*-------------------------------------------------------------
    fixed page common - breadcrumb
-------------------------------------------------------------*/
.page_breadcrumb {
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px 20px;
    box-sizing: border-box;
}

.page_breadcrumb_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #133A78;
}

.page_breadcrumb_list li {
    display: inline-flex;
    align-items: center;
}

.page_breadcrumb_list li:not(:last-child)::after {
    content: "＞";
    margin: 0 0.4em;
    color: #133A78;
}

.page_breadcrumb_list a {
    color: #133A78!important;
    text-decoration: none;
}

.page_breadcrumb_list a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------
    fixed page common - responsive
-------------------------------------------------------------*/
@media screen and (max-width: 1020px) {
    .page_mv {
        min-height: 320px;
    }

    .page_mv_ja {
        font-size: 3.4rem;
    }

    .page_sec_ttl {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 767px) {
    .page_mv {
        min-height: 260px;
    }

    .page_mv_en,
    .page_sec_en {
        font-size: 2.0rem;
    }

    .page_mv_ja {
        font-size: 2.8rem;
    }

    .page_sec_ttl {
        font-size: 2.8rem;
    }

    .page_breadcrumb {
        padding: 8px 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page_breadcrumb_list {
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%;
        margin-left: auto;
        font-size: 1.2rem;
    }

    .page_breadcrumb_list li {
        flex-shrink: 0;
        white-space: nowrap;
    }
}
