/*===================================
subpage
===================================*/
.subpage_mv {
    position: relative;
    background: url(../img/mv.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 40vh;
}
.subpage_mv::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
}
.subpage_mv_title {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: calc(50% + 30px);
    width: 100%;
    text-align: center;
    z-index: 2;
}
.subpage_mv_title .title {
    color: #fff;
    font-size: clamp(21px, 6vw, 36px);
    text-align: center;
}
.subpage_mv_title .title span {
    color: #ccc;
    display: block;
    font-size: .5em;
    letter-spacing: .5em;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1440px) {}
/*===================================
404
===================================*/
#error p {
    text-align: center;
}
#error .btn {
    margin-top: 30px;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1440px) {}