@charset "UTF-8";

/*==============================================================
nav
==============================================================*/
nav {
    display: none;
}

@media screen and (max-width:1024px) {
    nav {
        display: block;
    }
}

/*==============================================================
header
==============================================================*/
header {
    margin-top: 0;
    position: relative;
}

#slick {
    max-height: 100vh;
    overflow: hidden;
    line-height: 1;
    opacity: 0;
    transition-duration: 0.6s;
}

#slick.slick-initialized {
    opacity: 1;
}

#slick .slick-slide img {
    width: auto;
    height: 100vh;
    margin: auto;
    object-fit: content;
}



#home_logo {
    opacity: 0;
    width: 100%;
    margin-top: -60px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 4500;
}

#home_logo > p {
    width: 75%;
    max-width: 390px;
    margin: 0 auto 30px;
    text-align: center;
}

#home_logo > h1 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
}

.home_line_bnr {
    max-width: 20%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

@media screen and (max-width:1024px) {

    header {
        margin-top: 60px;
        margin-bottom: 90px;
    }

    #slick {
        height: 45vh;
    }

    #slick .slick-slide img {
        width: 100%;
        height: 45vh;
        object-fit: cover;
    }

}

@media screen and (max-width:896px) {

    #slick {
        height: 50vh;
    }

    #slick .slick-slide img {
        height: 50vh;
    }

    #home_logo {
        margin-top: -55px;
    }

    #home_logo > p {
        max-width: 300px;
        margin: 0 auto 18px;
    }

    #home_logo > h1 {
        font-size: 13px;
        letter-spacing: 2px;
    }
    
    .home_line_bnr {
        right: 10px;
    }

}

@media screen and (max-width:480px) {

    header {
        margin-bottom: 45px;
    }

    #slick {
        height: 45vh;
        margin-bottom: 15px;
    }

    #slick .slick-slide img {
        height: 45vh;
    }

    #home_logo {
        margin-top: 0;
        position: static;
    }

    #home_logo > p {
        display: none;
    }

    #home_logo > h1 {
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 1;
        color: rgb(210, 210, 210);
    }

}

/*==============================================================
about
==============================================================*/
#about {
    width: 93%;
    margin: 0 auto 12%;
}

#about > h2 {
    width: 100%;
    max-width: 630px;
    margin: 0 auto 4.5%;
}

#about > p.copy_1 {
    margin: 0 auto 6%;
    text-align: center;
    line-height: 2.7;
    letter-spacing: 1px;
}

#about > div.image {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 9%;
}

#about > div.image > p {
    width: 44%;
    float: left;
}

#about > div.image > p:first-child {
    margin-right: 12%;
}

#about > div.copy_2 {
    width: 100%;
    max-width: 900px;
    padding: 75px 0 90px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

#about > div.copy_2 > h3 {
    margin-bottom: 3%;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    line-height: 2;
}

#about > div.copy_2 > p:nth-child(2) {
    margin-bottom: 3.6%;
    line-height: 2.4;
    letter-spacing: 0.15em;
}

#about > div.copy_2 > p:nth-child(3) {
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
}

#about > div.copy_2 > p:nth-child(3) > br {
    display: none;
}


.to-page-bnr {
    max-width: 900px;
    margin: 0 auto 110px;
}
.to-page-bnr__list > li:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) {

    #about {
        margin: 0 auto 15%;
    }

    #about > h2 {
        margin: 0 auto 6%;
    }

    #about > p.copy_1 {
        margin: 0 auto 7.5%;
    }

    #about > div.image {
        max-width: 750px;
        margin: 0 auto 12%;
    }

    #about > div.image > p {
        width: 46%;
    }

    #about > div.image > p:first-child {
        margin-right: 8%;
    }

    #about > div.copy_2 {
        max-width: 750px;
        padding: 70px 0 75px;
    }

}

@media screen and (max-width:896px) {

    #about > h2 {
        max-width: 510px;
        margin: 0 auto 6%;
    }

    #about > p.copy_1 {
        margin: 0 auto 12%;
        line-height: 2.4;
    }

    #about > div.image {
        margin: 0 auto 9%;
    }

    #about > div.image > p {
        width: 50%;
    }

    #about > div.image > p:first-child {
        margin-right: 0;
    }

    #about > div.copy_2 {
        max-width: 100%;
        padding: 55px 30px 60px;
        box-sizing: border-box;
    }

    #about > div.copy_2 > h3 {
        margin-bottom: 3.6%;
        font-size: 25px;
        line-height: 1.8;
    }

    #about > div.copy_2 > p:nth-child(2) {
        margin-bottom: 3.9%;
        line-height: 1.9;
        letter-spacing: 0.12em;
    }

}

@media screen and (max-width:480px) {

    #about {
        width: 90%;
        margin: 0 auto 18%;
    }

    #about > h2 {
        margin: 0 auto 7.5%;
    }

    #about > p.copy_1 {
        font-size: 12px;
        line-height: 2.1;
        text-align: justify;
    }

    #about > p.copy_1 > br {
        display: none;
    }

    #about > div.image {
        margin: 0 auto 15%;
    }

    #about > div.copy_2 {
        padding: 43px 0 45px;
    }

    #about > div.copy_2 > h3 {
        margin-bottom: 6%;
        font-size: 19px;
        line-height: 1.9;
        letter-spacing: 0.1em;
    }

    #about > div.copy_2 > p:nth-child(2) {
        margin-bottom: 5.5%;
        font-size: 12px;
        line-height: 1.9;
    }

    #about > div.copy_2 > p:nth-child(3) {
        font-size: 19px;
        line-height: 1.9;
        letter-spacing: 0.1em;
    }

    #about > div.copy_2 > p:nth-child(3) > br {
        display: block;
    }

}

/*==============================================================
service
==============================================================*/

#service {
    line-height: 1;
}

#service > li {
    padding: 90px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#service > li:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#service > li:nth-child(1) {
    background-image: url("../img/bg_service_01.jpg");
}

#service > li:nth-child(2) {
    background-image: url("../img/bg_service_02.jpg");
}

#service > li:nth-child(3) {
    background-image: url("../img/bg_service_03.jpg");
}

#service > li:nth-child(4) {
    background-image: url("../img/bg_service_04.jpg");
}

#service > li > h2 {
    margin-bottom: 25px;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 4500;
}

#service > li > h3 {
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 4500;
}

#service > li > a {
    width: 96%;
    max-width: 240px;
    padding: 20px 0;
    border: 1px solid #fff;
    margin: 0 auto;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
    position: relative;
    z-index: 4500;
    transition-duration: 0.3s;
}

#service > li > a:hover {
    color: #000;
    background-color: #fff;
}

@media screen and (max-width:896px) {
    #service {}
}

@media screen and (max-width:480px) {

    #service > li {
        padding: 60px 0 70px;
    }

    #service > li > h2 {
        margin-bottom: 12px;
        font-size: 42px;
    }

    #service > li > h3 {
        margin-bottom: 24px;
        font-size: 12px;
    }

    #service > li > a {
        max-width: 215px;
        padding: 15px 0;
        font-size: 12px;
    }

}
