@charset "UTF-8";

main {
    overflow: clip !important;
}

header.header {
    background: #fff;
}

.header__logo a {
    margin-left: 0 !important;
}

.common-fv {
    padding-top: 163px;
    margin-bottom: 47px;
}

.common-fv__tags {
    max-width: 1440px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 10px;
}

.common-fv__tag01 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.common-fv__tag01::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.common-fv__tag02 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}


@media screen and (max-width: 680px) {

    .common-fv {
        padding-top: 30vw;
        margin-bottom: 12vw;
    }

    .common-fv__tags {
        gap: 34px;
    }

    .common-fv__tag01 {
        font-size: 10px;
    }

    .common-fv__tag01::after {
        width: 10px;
        height: 1px;
        right: -25px;
    }

    .common-fv__tag02 {
        color: #000;
        font-size: 10px;
    }
}


.common-fv__headbox {
    background-image: url(../../images/title_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    text-align: center;
    padding: 30px 0;
    font-size: 36px;
    font-weight: bold;
}

@media screen and (max-width: 680px) {


    .common-fv__headbox {
        background-image: url(../../images/title_bg_sp.png);
        font-size: 7.466vw;
        background-size: cover;
    }
}