#home section,
#home aside {
    background: #FFF;
}

#topVisual {
    width: 100vw;
    height: 50vw;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

#topVisual::after {
    content: "";
    display: block;
    background: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 1;
}

#topVisual.on::after {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#topVisual dl.list1 {
    position: absolute;
    left: 130px;
    bottom: 0;
    z-index: 50;
    background: #FFF;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
    border-radius: 15px 15px 0 0 / 15px 15px 0 0;
}

#topVisual dl.list1 dd {
    font-size: 1.8rem;
    color: #0D4BA8;
    font-weight: bold;
    padding-left: 25px;
}

#slides {
    position: relative;
    z-index: -2;
}

#slides .wrap1 {
    max-width: 100vw;
    position: relative;
}

#slides .wrap1 img {
    width: 100%;
    height: auto;
}

#slides .wrap1 img.mobileonly {
    display: none;
}

#topVisual .img1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#topVisual .img1.mobileonly {
    display: none;
}


#topVisual video {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0.35;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home .btn1 {
    display: inline-block;
    background: #F79D02;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 3em;
    margin: auto;
    text-decoration: none;
    margin-top: 50px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

#home .section1 {
    margin-top: 50vw;
    width: 100%;
    background: url(../../images/page/bg_home1.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 85px 0;
    text-align: center;
    color: #FFF;
}

#home .section1 h2 {
    font-size: 2.8rem;
    /*font-weight: bold;*/
    margin-bottom: 35px;
}

#home .section1 h2 small {
    font-weight: normal;
    font-size: 1.6rem;
    display: block;
    padding-top: 1em;
}

#home .section1 p.catch1 {
    font-size: 3.4rem;
    margin-bottom: 20px;
    font-feature-settings: "palt";
    /*letter-spacing: .1em;*/
}

#home .section2 {
    padding-top: 75px;
    text-align: center;
}

#home .section2 h2 {
    font-size: 2.8rem;
    color: #F79D01;
    font-weight: bold;
    margin-bottom: 35px;
}

#home .section2 h2 small {
    font-weight: normal;
    font-size: 1.6rem;
    display: block;
    padding-top: 1em;
    color: #333;
}

#home .section2 .columns {
    margin-top: 30px;
}

#home .section2 .columns>[class*=column] {
    position: relative;
    -webkit-flex-basis: 49.9375%;
    flex-basis: 49.9375%;
}

#home .section2 .columns .column1 {
    background: url(../../images/page/img_home1.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#home .section2 .columns .column2 {
    background: url(../../images/page/img_home2.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#home .section2 .columns>[class*=column] .wrap1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
}

#home .section2 .columns>[class*=column] .wrap1 h3 {
    font-size: 2.6rem;
    font-weight: normal;
    margin-bottom: 25px;
}

#home .section2 .columns>[class*=column] a {
    display: block;
    color: inherit;
    width: 100%;
    padding-top: 400px;
    position: relative;
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -ms-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
}

#home .section2 .columns>[class*=column] a:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -ms-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
}

#home .section3 {
    background: url(../../images/page/bg_home2.jpg) 50% 50% no-repeat;
    height: 400px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home .section2 .columns>[class*=column] .wrap1 .btn1 {
    padding-left: 5em;
    padding-right: 5em;
}

#home .section3 .container {
    height: 100%;
}

#home .section3 .wrap1 {
    width: 65%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home .section3 .wrap1 h3 {
    color: #F79D00;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 30px;
}

#home .section3 .wrap1 .catch1 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    /*font-weight: bold;*/
}

#home .section3 .img1 {
    display: none;
}

#home .aside1 {
    padding: 50px 0;
}

#home .aside1 .columns {
    margin-left: -15px;
    margin-right: -15px;
}

#home .aside1 .columns [class*=column] {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#home .aside1 .columns [class*=column] a {
    display: block;
    width: 100%;
    position: relative;
}

#home .aside1 .columns [class*=column] a dl {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size: 1.6rem;
    color: #fff;
}

#home .aside1 .columns [class*=column] a dl dt {
    font-size: 2rem;
    color: #F79D01;
    font-weight: normal;
}

#home .aside1 .columns [class*=column] a img {
    vertical-align: bottom;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#home .aside2 {
    background: #F8F8F8;
    padding: 70px 50px;
}

#home .aside2 h3 {
    font-size: 2.8rem;
    color: #F79D01;
    text-align: center;
    margin-bottom: 30px;
}

#home .aside2 h3 small {
    font-weight: normal;
    display: block;
    font-size: 1.6rem;
    margin-top: 15px;
    color: #333;
}

#home .aside2 ul li {
    font-size: 1.6rem;
    display: flex;
    padding: 10px 0;
    border-bottom: solid 1px #CCC;
}

#home .aside2 ul li time {
    color: #F79D02;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 7em;
    flex-basis: 7em;
}

#home .aside2 ul li a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#home .aside2 .btn1 {
    padding-left: 5em;
    padding-right: 5em;
}

#home .aside2 .column1 {
    -webkit-flex-grow: 0.5;
            flex-grow: 0.5;
}

@media (max-width: 828px) {
    #home .btn1 {
        margin-top: 20px;
    }

    #topVisual {
        /*position: static;*/
        width: 100vw;
        height: 120vw;
        top: 75px;
    }

    #topVisual video {
        width: auto;
        max-width: none;
        min-height: 100%;
        min-height: 100vh;
        min-width: 100%;
        min-width: 100vw;
        z-index: 2;
        /*display: none;*/
    }

    #topVisual .img1 {
        max-width: 80%;
        height: auto;
    }

    #topVisual .img1.mobileonly {
        display: block;
    }

    #topVisual .img1:not(.mobileonly) {
        display: none;
    }

    #slides .wrap1 {
        width: 100vw;
        height: 120vw;
        position: relative;
        overflow: hidden;
    }

    #slides {
        z-index: 1;
    }

    #slides .wrap1 img {
        position: absolute;
        max-width: none;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #slides .wrap1 img.mobileonly {
        display: block;
    }

    #slides .wrap1 img:not(.mobileonly) {
        display: none;
    }

    #topVisual dl.list1 {
        left: 0;
        padding: 10px;
    }

    #topVisual dl.list1 dd {
        font-size: 1.4rem;
    }

    #topVisual dl.list1 dd br {
        display: none;
    }

    #home .section1 {
        margin-top: 120vw;
        margin-top: calc(120vw + 75px);
    }

    #home .section2 h2,
    #home .section1 h2 {
        font-size: 3rem;
        margin-bottom: 20px;
    }


    #home .section1 h2 small {
        font-weight: normal;
        font-size: 1.6rem;
        padding-top: 0;
    }

    #home .section1 p.catch1 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    #home .section1 p.catch1+p {
        text-align: left;
    }

    #home .section1 p.catch1+p br {
        display: none;
    }

    #home .section2 h2 small {
        font-weight: normal;
        padding-top: 0;
    }

    #home .section2 .columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #home .section2 .columns>[class*=column] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding: 40px 0;
        margin-bottom: 20px;
    }

    #home .section2 .columns>[class*=column] .wrap1 {
        position: static;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #home .section2 .columns>[class*=column] a {
        padding-top: 0;
    }

    #home .section3 {
        background: #f4f1ed;
        position: relative;
        height: auto;
    }

    #home .section3 .wrap1 {
        width: 100%;
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    #home .section3 {
        padding-top: 40px;
        background: #F4F1ED;
        background: url(../../images/page/bg_home4.jpg) 50% 0 repeat-x;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }

    #home .section3 .img1 {
        display: block;
        margin: auto;
        max-width: 100%;
    }

    #home .section3 .wrap1 h3 {
        margin-bottom: 15px;
    }

    #home .section3 p.catch1+p {
        text-align: left;
    }

    #home .section3 p.catch1+p br {
        display: none;
    }

    #home .section3 .btn1 {
        padding-left: 1em;
        padding-right: 1em;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #home .aside1 .columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

    #home .aside1 .columns [class*=column] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    #home .aside1 img {
        width: 100%;
        height: auto;
    }

    #home .aside2 {
        padding: 25px 0;
    }

    #home .aside2 h3 small {
        font-weight: normal;
        margin-top: 0;
    }

    #home .aside2 ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #home .aside2 ul li time,
    #home .aside2 ul li a {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    #home .aside2 .columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #home .aside2 .columns>* {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    #home .aside2 .columns .column2 {
        margin-top: 30px;
    }

}

@media (min-width: 829px) and (max-width: 1200px) {
    #home .aside1 .columns [class*=column] {
        -webkit-flex-basis: 31%;
        flex-basis: 31%;
    }
}

@media (max-width: 1200px){
    #home .aside2 {
        padding-left: 0;
        padding-right: 0;
    }
    #home .aside2 .column2 {
        -webkit-flex-basis: 30%;
                flex-basis: 30%;
    }
}