/*===================================
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(255, 255, 255, .4);
    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: #a36f6f;
    font-size: 17vw;
    text-align: center;
}
@media screen and (min-width: 480px) {
    .subpage-mv-title .title {
        font-size: 10vw;
    }
}
@media screen and (min-width: 768px) {
    
}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {}
/*===================================
policy
===================================*/
#policy {
    background: #a36f6f;
    color: #fff;
}
#policy ._container {
    padding: 8%;
}
#policy ._container ._box .heading02 {
    line-height: 1.2;
}
#policy ._container ._box + ._box {
    margin-top: 50px;
}
@media screen and (min-width: 480px) {
    #policy ._container ._box .heading02 {
        font-size: 4vw;
    }
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {}
/*===================================
policy
===================================*/
#term {
    background: #a36f6f;
    color: #fff;
}
#term ._container {
    padding: 8%;
}
#term ._container ._box .heading02 {
    line-height: 1.2;
}
#term ._container ._box + ._box {
    margin-top: 50px;
}
@media screen and (min-width: 480px) {
    #term ._container ._box .heading02 {
        font-size: 4vw;
    }
}
@media screen and (min-width: 768px) {
    
}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {}
/*===================================
404
===================================*/
#error {
    background: #a36f6f;
    color: #fff;
}
#error ._container {
    padding: 8%;
}
#error ._container p {
    font-size: 4vw;
    text-align: center;
}
#error ._container .btns {
    justify-content: center;
}
@media screen and (min-width: 480px) {
    #error ._container p {
    font-size: 2vw;
}
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {
    #error ._container p {
    font-size: 1vw;
}