@charset "utf-8";
/* ------------------------------------------ */
/* LIFE PLAN 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;
}


/*header-contents*/
.header-contents {
}
.header-contents .hc-text {
    display: table;
    margin: 0 auto;
}
.header-contents .hc-text .text {
    display: block;
    color: #638095;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1.3;
    text-align: justify;
}
@media (max-width: 768px) {
}


/* sec01 */
#sec01 {
    background: url(../img/home/bg-footSign.jpg) no-repeat center left;
    background-size: cover;
}

#sec01 .c-wrap {
    position: relative;
    padding: 130px 0;
}
#sec01 .c-wrap .fc-title {
    display: block;
    width: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#sec01 .c-wrap .fc-title .text {
    display: table;
    margin: 0 11vw 0 auto;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-weight: 800;
    text-align: justify;
}
#sec01 .c-wrap .fc-title .text img {
    display: block;
    width: 17vw;
    max-width: 255px;
    height: auto;
}

@media (max-width: 991px) {
    #sec01 .c-wrap {
        padding: 50px 0;
    }
    #sec01 .c-wrap .fc-title {
        margin: 0 5% 0 auto;
    }
    
    #sec01 .c-wrap .fc-title .text {
    font-size: 5.9vw;
    }
}
@media (max-width: 480px) {
    #sec01 .c-wrap {
        padding: 30px 0;
    }
    #sec01 .c-wrap .fc-title {
        margin: 0 5% 0 auto;
    }
    
    #sec01 .c-wrap .fc-title .text {
        font-size: 5vw;
        margin: 0 8vw 0 auto;
    }
}


/* sec02 */
#sec02 {
}

#sec02 .c-wrap {
}

#sec02 .container-full {
    max-width: 1030px;
}

#sec02 .c-title {
    display: block;
    text-align: center;
}

#sec02 .c-title .text {
    display: block;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-size: 85px;
}

#sec02 .text-box {
    display: block;
    width: 100%;
    margin: 0 auto 0;

}

#sec02 .text-box .text {
    display: table;
    margin: 0 auto;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

#sec02 .c-copybox .c-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec02 .c-copybox .c-box .c-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    background-color: #172A88;
    border-radius: 50%;
    }

#sec02 .c-copybox .c-box .c-wrapper .circle {
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#sec02 .c-copybox .c-box .c-wrapper .text01 {
    display: table;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #fff;
}

#sec02 .c-copybox .c-box .c-wrapper .text02 {
    display: block;
    font-size: 88px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 20px;
}

#sec02 .c-copybox .c-box .item-cross {
    width: 230px;
    display: block;
    /* margin: 0 80px; */
}

#sec02 .c-copybox .c-box .item-cross:before {
    content: "";
    display: block;
    width: 190px;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
    margin: 0 auto;
}

#sec02 .c-copybox .c-box .item-cross:after {
    content: "";
    display: block;
    width: 190px;
    height: 1px;
    background-color: #000;
    transform: rotate(-45deg);
    margin: 0 auto;
}


@media (max-width: 991px) {
    #sec02 .c-copybox .c-box {
        display: block;
    }
    
    #sec02 .c-copybox .c-box .c-wrapper {
        width: 350px;
        height: 350px;
        margin: 0 auto;
    }
    
    #sec02 .c-copybox .c-box .c-wrapper .text01 {
        font-size: 25px;
        line-height: 1.2;
    }
    
    #sec02 .c-copybox .c-box .c-wrapper .text02 {
        font-size: 66px;
        padding-top: 15px;
        padding-left: 0;
    }
    
    #sec02 .c-copybox .c-box .item-cross {
        display: block;
        margin: 80px auto;
    }
    
    #sec02 .c-copybox .c-box .item-cross:before {
        width: 100px;
    }
    
    #sec02 .c-copybox .c-box .item-cross:after {
        width: 100px;
    }
}
@media (max-width: 640px) {
    #sec02 .c-title .text {
        display: block;
        line-height: 1.4;
        letter-spacing: -0.01em;
        font-size: 35px;
    }
}



#sec02 .c-itembox {
    background-color: #2D4294;
}
#sec02 .c-itembox .contents-box {
}
#sec02 .c-itembox .contents-box .container-full {
    max-width: 1165px;
}
#sec02 .c-itembox .contents-box .item-title {
    display: table;
    margin: 0 auto;
    text-align: center;
}

#sec02 .c-itembox .contents-box .item-title .text {
    display: block;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 600;
}

@media (max-width: 991px) {
    #sec02 .c-itembox .contents-box .item-title .text {
        font-size: 8.5vw;
    }
    
}

#sec02 .c-itembox .contents-box .service-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sec02 .c-itembox .contents-box .service-box .c-item {
    display: block;
    width: 25%;

}
#sec02 .c-itembox .contents-box .service-box .c-item .text {
    display: table;
    color: #fff;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 1.1;
    margin: 0 auto;
}
#sec02 .c-itembox .contents-box .service-box .c-item .icon {
    display: table;
    margin: 15px auto;
}
#sec02 .c-itembox .contents-box .service-box .c-item .icon img {
}

@media (max-width: 991px) {
    #sec02 .c-itembox .contents-box .service-box {
        justify-content: left;
    }
    #sec02 .c-itembox .contents-box .service-box .c-item {
        width: 33.33333%;
        width : -webkit-calc(100% / 3);
        width : calc(100% / 3);
    }
    #sec02 .c-itembox .contents-box .service-box .c-item .text {
        font-size: 4vw;
    }
    #sec02 .c-itembox .contents-box .service-box .c-item .icon {
        margin: 15px auto 0;
    }
}



#sec02 .c-itembox .contents-box .service-box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item {
    display: block;
    width: 25%;
    min-height: 300px;
    transition: all 0.28s ease;
    box-sizing: border-box;
    padding: 1.5%;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item .c-innerwrap {
    display: block;
    transition: all 0.28s ease;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item .ttl {
    display: table;
    color: #fff;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 1.1;
    margin: 0 auto;
    transition: all 0.28s ease;
    font-weight: 800;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item .icon {
    display: table;
    margin: 15px auto;
    transition: all 0.28s ease;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item .icon img {
    display: block;
    transition: all 0.28s ease;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item .icon .text {
    display: none;
    transition: all 0.28s ease;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.65;
    text-align: justify;
}

/* hover */
#sec02 .c-itembox .contents-box .service-box02 .c-item:hover,
#sec02 .c-itembox .contents-box .service-box02 .c-item.hover {
        background-color: rgba(255,255,255,0.9);
        display: inline-flex;
        align-items: center;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item:hover .c-innerwrap,
#sec02 .c-itembox .contents-box .service-box02 .c-item.hover .c-innerwrap {
}
#sec02 .c-itembox .contents-box .service-box02 .c-item:hover .ttl,
#sec02 .c-itembox .contents-box .service-box02 .c-item.hover .ttl {
        color: #2D4294;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item:hover .icon img,
#sec02 .c-itembox .contents-box .service-box02 .c-item.hover .icon img {
        display: none;
}
#sec02 .c-itembox .contents-box .service-box02 .c-item:hover .icon .text,
#sec02 .c-itembox .contents-box .service-box02 .c-item.hover .icon .text {
        display: block;
}

@media (max-width: 991px) {
    #sec02 .c-itembox .contents-box .service-box02 {
        justify-content: left;
    }
    #sec02 .c-itembox .contents-box .service-box02 .c-item {
        width: 50%;
        margin: 0;
        padding: 5%;
        border-bottom: none;
        box-sizing: border-box;
    }
    #sec02 .c-itembox .contents-box .service-box02 .c-item .ttl {
        font-size: 4vw;
    }
    #sec02 .c-itembox .contents-box .service-box02 .c-item .icon {
        margin: 15px auto 0;
    }
}
@media (max-width: 480px) {
    #sec02 .c-itembox .contents-box .service-box02 {
        justify-content: left;
    }
    #sec02 .c-itembox .contents-box .service-box02 .c-item {
        width: 50%;
        margin: 0;
        padding: 5%;
        border-bottom: none;
        box-sizing: border-box;
        min-height: inherit;
    }
    #sec02 .c-itembox .contents-box .service-box02 .c-item .ttl {
        font-size: 4vw;
    }
    #sec02 .c-itembox .contents-box .service-box02 .c-item .icon {
        margin: 15px auto 0;
    }
    #sec02 .c-itembox .contents-box .service-box02 .c-item .text {
    }
}



/* sec03 */
#sec03 {
    background-color: rgba(176,200,220,0.6);
}

#sec03 .c-wrap {
}

#sec03 .container-full {
    max-width: 1030px;
}

#sec03 .c-title {
    display: block;
    text-align: center;
}

#sec03 .c-title .text {
    display: block;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 800;
    color: #456C84;
}
#sec03 .text01 {
    display: table;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto;
}
#sec03 .text01:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
}
#sec03 .text01 .text {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.3;
}



#sec03 .c-item {
}

#sec03 .c-item ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#sec03 .c-item ul li {
    display: block;
    width : 33.33333% ;
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
}

#sec03 .c-item ul li .item-wrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px 60px;
}

#sec03 .c-item ul li .item-wrap .c-box {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 2px dotted #456C84;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 30px;
}

#sec03 .c-item ul li .item-wrap .c-box .text {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#sec03 .btn-area {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    #sec03 .c-item ul {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 20px);
        margin-left: -10px;
    }
    
    #sec03 .c-item ul li {
        display: block;
        width: 50%;
        /* width : -webkit-calc(100% / 3); */
        /* width : calc(100% / 3); */
    }
    
    #sec03 .c-item ul li .item-wrap {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 10px 20px;
    }
    
    #sec03 .c-item ul li .item-wrap .c-box {
        display: block;
        width: 100%;
        height: 100%;
        min-height: inherit;
        /* border: 2px dotted #456C84; */
        /* background-color: #fff; */
        /* border-radius: 20px; */
        padding: 10%;
    }
}

@media (max-width: 480px) {
    #sec03 .c-item ul {
        width: calc(100% + 14px);
        margin-left: -7px;
    }

    #sec03 .c-item ul li {
        display: block;
        width: 50%;
    }
    
    #sec03 .c-item ul li .item-wrap {
        padding: 0 7px 14px;
    }
    
    #sec03 .c-item ul li .item-wrap .c-box {
        padding: 8%;
    }

    #sec03 .c-item ul li .item-wrap .c-box .text {
        display: block;
        letter-spacing: 0.05em;
        line-height: 1.6;
        font-size: 15px;
    }
}


/* sec06 */
#sec06 {
}

#sec06 .c-wrap {
    padding-top: 160px;
}

#sec06 .c-wrap .container-full {
    max-width: 1170px;
}

#sec06 .c-title {
    display: block;
    text-align: center;
}

#sec06 .c-title .text {
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

#sec06 .c-hoken {
    display: flex;
    width: 100%;
    justify-content: center;
}

#sec06 .c-hoken .c-box {
    display: block;
    /* width: 33.33333%; */
    /* 未対応ブラウザ用フォールバック */
    /* width : -webkit-calc(100% / 3); */
    /* width : calc(100% / 3); */
    padding: 0 50px;
}

#sec06 .c-hoken .c-box .h-name {
    display: block;
    text-align: center;
}

#sec06 .c-hoken .c-box .h-name .text {
    display: block;
    line-height: 1;
    letter-spacing: 0.05em;
}

#sec06 .c-hoken .c-box .h-kazu {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

/* #sec06 .c-hoken .c-box .h-kazu:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #172A88;
    position: absolute;
    bottom: 6px;
}

#sec06 .c-hoken .c-box .h-kazu:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #172A88;
    position: absolute;
    bottom: 0;
} */

#sec06 .c-hoken .c-box .h-kazu .text {
    display: block;
    line-height: 1.5;
    color: #172A88;
}

#sec06 .c-hoken .c-box .h-kazu .text.sz01 {
    font-size: 145px;
    color: #172A88;
    line-height: 1;
    letter-spacing: -0.05em;
}

#sec06 .c-hoken .c-box .h-kazu .text.sz02 {
}

#sec06 .c-subtitle {
    display: block;
    text-align: center;
}
#sec06 .c-subtitle .text {
    display: block;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-weight: 700;
}

#sec06 .c-logo {
}
#sec06 .c-logo ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#sec06 .c-logo ul li {
    width: 20%;
    padding: 0 10px 40px;
}
#sec06 .c-logo ul li a {
    display: block;
}
#sec06 .c-logo ul li .logo {
    display: block;
}
#sec06 .c-logo ul li .logo img {
}

#subPage.service .common-contactbox {
    background: none;
    padding-top: 100px;
}
#subPage.service .service-wrapper {
    background: url(../img/lifeplan/bg-main.png) no-repeat center bottom;
    background-size: contain;
}

@media (max-width: 768px) {
    #sec06 .c-wrap {
        padding-top: 80px;
    }
    #sec06 .c-hoken .c-box {
        padding: 0 2.5%;
    }
    #sec06 .c-hoken .c-box .h-kazu .text.sz01 {
        font-size: 90px;
    }
    #sec06 .c-hoken .c-box .h-kazu .text.sz02 {
    font-size: 40px;
    padding-left: 5px;
    }
    #sec06 .c-logo ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    #sec06 .c-logo ul li {
        padding: 0 1.5% 5%;
        width: 33.33333%;
        width : -webkit-calc(100% / 3);
        width : calc(100% / 3);
    }
}

@media (max-width: 480px) {
    #sec06 .c-hoken .c-box {
        padding: 0 2.5%;
    }

    #sec06 .c-hoken .c-box .h-kazu .text.sz01 {
        font-size: 75px;
    }

    #sec06 .c-hoken .c-box .h-kazu .text.sz02 {
        font-size: 30px;
        padding-left: 5px;
    }

    #sec06 .c-logo ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    #sec06 .c-logo ul li {
        padding: 0 1.5% 5%;
        width: 33.33333%;
        width : -webkit-calc(100% / 3);
        width : calc(100% / 3);
    }
}



#sec-ouchi {
    background: url(../img/housing/ouchi-bg.jpg) no-repeat center;
    background-size: cover;
}
#sec-ouchi .c-wrap {
    padding: 110px 0;
}

#sec-ouchi .c-wrap .inner {
    display: flex;
    align-items: center;
    width: 96%;
    max-width: 1167px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    padding: 3.5% 5%;
}

#sec-ouchi .c-wrap .inner a {
    display: block;
}

#sec-ouchi .c-wrap .inner .col-logo {
    display: block;
    width: 55%;
}

#sec-ouchi .c-wrap .inner .col-logo img {
    display: block;
}

#sec-ouchi .c-wrap .inner .col-text {
    display: block;
    width: 45%;
    padding-left: 8%;
}

#sec-ouchi .c-wrap .inner .col-text .text {
    display: block;
}

@media (max-width: 768px) {
    #sec-ouchi .c-wrap {
        padding: 50px 0;
    }
    
    #sec-ouchi .c-wrap .inner {
        display: block;
        align-items: center;
        width: 90%;
        max-width: 1167px;
        margin: 0 auto;
        background-color: rgba(255,255,255,0.9);
        padding: 3.5% 5%;
    }
    
    #sec-ouchi .c-wrap .inner .col-logo {
        display: block;
        width: 100%;
    }
    
    #sec-ouchi .c-wrap .inner .col-logo img {
        display: block;
        /* width: auto; */
        margin: 0 auto;
    }
    
    #sec-ouchi .c-wrap .inner .col-text {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    
    #sec-ouchi .c-wrap .inner .col-text .text {
        display: block;
    }
}
