body{
    min-width: 1000px;
}
body::before{
    display: block;
    content: '';
    background: url(../../assets/img/child/mv02.jpg) bottom;
    background-size: cover;
    width: 100%;
    min-width: 1000px;
    height: 250px;
    position: absolute;
    top: 0;
    min-width: 1000px;
}
/*ヘッダーここから*/
header{
    width: 100%;
    min-width: 1000px;
}

.head_wrap{
    width: 1000px;
    height: 250px;
    margin: auto;
    position: relative;
    z-index: 3;
}

/*コンテンツここから*/
.content{
    width: 1000px;
    margin: 30px auto 0;
}
.sec01{
    width: 1000px;
    padding:0 20px;
    box-sizing: border-box;
    margin: auto;
}

footer{
    min-width: 1000px;
}