@charset "utf-8";

.sub_mv {
    position: relative;
    max-height: 600px;
}

.sub_mv {
    position: relative;
}

.sub_mv .cap {
    position: absolute;
    bottom: -5px;
    right: 10px;
    transform: translate(0%, 100%);
    font-size: 11px;
    z-index: 2;
}

.sub_mv img {
    max-width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.sub_mv .title {
    color: #fff;
    /* font-size: 32px; */
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 2;
}

.sub_mv .title span {
    font-size: 34px;
}

.sub_mv::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-image: linear-gradient(#ffffff, #838286 100%);
    mix-blend-mode: multiply;
}

main .inner {
    max-width: 960px;
    width: 86%;
    margin: 0 auto;
}

.sub_title {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.sub_title img {
    height: 30px;

}

.sub_first_text {
    margin-top: 32px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 24px;
}

.sub_first_text p:nth-of-type(n + 2) {
    margin-top: 1em;
}

.section_title_sub {
    position: relative;
    color: #9e8e77;
    font-size: 24px;
    font-weight: 300;
    padding-left: 10px;
    margin-bottom: 12px;
}

.section_title_sub::before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: #9e8e77;
    position: absolute;
    top: 0;
    left: 0;
}

@media(max-width: 767px) {
    main {
        padding: 100px 0 0;
        font-size: 12px;
    }

    .sub_mv::before {
        height: 85px;
    }

    .sub_first_text {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 13px;
    }

    .sub_first_text p:nth-of-type(n + 2) {
        margin-top: 0.5em;
    }

    .sub_mv .title {
        color: #fff;
        font-size: 20px;
        position: absolute;
        bottom: 20px;
        right: 30px;
        z-index: 2;
    }

    .sub_mv .title span {
        font-size: 18px;
    }

    .section_title_sub {
        font-size: 14px;
    }
}