@charset "utf-8";
/* ------------------------------------------ */
/* HOME CSS */
/* ------------------------------------------ */


/* ページ看板 */
.page-sign-area {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 96px;
}
@media (max-width: 1300px) {
    .page-sign-area {
        height: 500px;
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    .page-sign-area {
        height: 200px;
    }
}
.page-sign-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(175, 199, 220, 0.5);
}
.service .page-sign-area {
    /* background: url(../img/service/page-sign.jpg) no-repeat center;
    background-size: cover; */
}
.service .page-sign-area .page-title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

#subPage.service .common-contactbox {
    background: url(../img/lifeplan/bg-main.png) no-repeat center bottom;
    padding-top: 100px;
    background-color: #fff;
    background-size: cover;
}
#subPage.service .service-wrapper {
    background-size: contain;
}
@media (max-width: 480px) {
    #subPage.service .common-contactbox {
        padding-top: 50px;
    }
}


/*header-contents*/
.header-contents {
}
.header-contents .hc-text {
    display: table;
    padding: 3.8% 6.3%;
    margin: -70px auto 0;
    background-color: #fff;
    position: relative;
    z-index: 5;
}
.header-contents .hc-text .text {
    display: block;
    color: #638095;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1.3;
    text-align: justify;
}
@media (max-width: 768px) {
    .header-contents .hc-text {
        padding: 3.8% 6.3%;
        margin: 0 auto 0;
    }
}



.sv-contents {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.sv-contents .c-wrap {
    padding: 145px 0;
}
.sv-contents .container-full {
    max-width: 1160px;
    position: relative;

}
.sv-contents .sv-item {
    display: table;
    position: absolute;
    right: 0;
    top: 140px;
    z-index: 3;
}
.sv-contents .sv-title {
    display: table;
    margin: 0 auto;
    padding: 0 10px 15px;
    border-bottom: 1px solid #fff;
}
.sv-contents .sv-title .text {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.1;
    color: #fff;
}
.sv-contents .sv-text {
    display: block;
    width: 100%;
    padding-left: 22%;
}
.sv-contents .sv-text .text {
    display: block;
    letter-spacing: 0.05em;
    line-height: 5;
    color: #fff;
    font-weight: 600;
}
.sv-contents .btn-area {
    display: block;
    padding-top: 150px;
}


@media (max-width: 1024px){
    .sv-contents .sv-text {
        padding-right: 10%;
        padding-left: 10%;
    }
    .sv-contents .sv-item {
        right: 30px;
        top: 120px;
        width: 150px;
    }
}

@media (max-width: 768px){
    .sv-contents .c-wrap {
        padding: 100px 0;
    }
    .sv-contents .sv-text {
        padding-right: 5%;
        padding-left: 5%;
    }
    .sv-contents .sv-text .text {
        line-height: 4;
    }
    .sv-contents .sv-item {
        right: 30px;
        top: 90px;
        width: 120px;
    }
    .sv-contents .btn-area {
        padding-top: 100px;
    }
}

@media (max-width: 480px){
    .sv-contents .c-wrap {
        padding: 100px 0;
    }
    .sv-contents .sv-text {
        padding-right: 5%;
        padding-left: 5%;
    }
    .sv-contents .sv-text .text {
        line-height: 3;
    }
    .sv-contents .sv-item {
        right: 0px;
        top: 50px;
        width: 70px;
    }
    .sv-contents .btn-area {
        padding-top: 100px;
    }
}


/* sec-service01 */
#sec-service01 {
    /* background-image: url(../img/service/bg-sv01.jpg);
    background-attachment: fixed; */
    position: relative;
    clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
}
#sec-service01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(69,108,132,0.6);
}
#sec-service01 .pala-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
}

/* sec-service02 */
#sec-service02 {
    /* background-image: url(../img/service/bg-sv02.jpg);
    background-attachment: fixed; */
    position: relative;
    clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
}
#sec-service02:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0,101,143,0.6);
}
#sec-service02 .pala-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
}

/* sec-service03 */
#sec-service03 {
    /* background-image: url(../img/service/bg-sv03.jpg);
    background-attachment: fixed; */
    position: relative;
    clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
}
#sec-service03:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0,101,143,0.6);
}
#sec-service03 .pala-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
}

.sec-svfoot {
    background-color: #fff;
}
.sec-svfoot .container-full {
}
.sec-svfoot .c-text {
    display: block;
    width: 100%;
    text-align: center;
}
.sec-svfoot .c-text .text {
    display: block;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.3;
}



.other-gallery {
}
.other-gallery .slider-wrap {
}
.other-gallery .slider-wrap .c-box {
    display: block;
    position: relative;
    transition: all 0.28s ease;
}
.other-gallery .slider-wrap .c-box .c-text {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.8);
    transition: all 0.28s ease;
}
.other-gallery .slider-wrap .c-box .c-text .text {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    transition: all 0.28s ease;
}
.other-gallery .slider-wrap .c-box:hover .c-text,
.other-gallery .slider-wrap .c-box:hover .c-text .text {
    opacity: 0;
}

