@charset "UTF-8";

body#top {
    color: #ffffff;
}
header * {
    color: #ffffff !important;
}
#mv_outer {
    background: #000000;
    border-top: none!important;
}
main {
    background: #000000!important;
    color: #ffffff!important;
}
.heading.block_header_2 .h {
    color: #ffffff!important;
}
header .header_contents .header_col1 .tel span, .header_col2 {
    color: #ffffff !important;
}

a#org_bgimg + section {
    background-position-y: -210px !important;
    height: 300px;
}

@media screen and (max-width: 1600px) {
a#org_bgimg + section {
    background-position-y: -200px !important;
    height: 300px;
}
}

@media screen and (max-width: 768px) {
a#org_bgimg + section {
    background-position-y: 100% !important;
    height: auto;
}
}