@charset "utf-8";
/* ------------------------------------------ */
/* FLOW 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);
} */
/* .flow .page-sign-area {
    background: url("../img/flow/page-sign.jpg") no-repeat center;
    background-size: cover;
} */
.flow .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;
}

.page-ctitle {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.page-ctitle:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-ctitle .text {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-weight: 700;
}

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

@media (max-width: 768px) {
    .page-ctitle .text {
        font-size: 3rem;
    }
}


/* col-category */
.col-category {
}

.col-category .cate-wrap {
    display: flex;
    width: 100%;
}

.col-category .cate-wrap .c-tab {
    display: block;
    width: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.28s ease;
}

.col-category .cate-wrap .c-tab:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(122,106,86,1);
    mix-blend-mode: multiply;
    transition: all 0.28s ease;
}
.col-category .cate-wrap .c-tab:hover:before,
.col-category .cate-wrap .c-tab.active:before {
        opacity: 0;
}

.col-category .cate-wrap .c-tab .c-name {
    display: table;
    width: 290px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    z-index: 2;
    transition: all 0.28s ease;
}

.col-category .cate-wrap .c-tab .c-name .text {
    display: block;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: all 0.28s ease;
}

.col-category .cate-wrap .c-tab:hover .c-name,
.col-category .cate-wrap .c-tab.active .c-name {
        background-color: #fff;
}

.col-category .cate-wrap .c-tab:hover .c-name .text,
.col-category .cate-wrap .c-tab.active .c-name .text {
    color: #40220F;

}

.col-category .cate-wrap .c-tab .c-image {
    display: block;
    width: 100%;
    height: 100%;
}

.col-category .cate-wrap .c-tab .c-image img {
    display: block;
}

@media (max-width: 768px) {
    .col-category .cate-wrap .c-tab .c-name {
        width: 60%;
        height: 40px;
        border: 3px solid #fff;
    }
    .col-category .cate-wrap .c-tab .c-name .text {
        line-height: 40px;
        font-size: 18px;
    }
}



/* sec-flow */
.sec-flow {
}

.sec-flow .container-full {
    max-width: 1024px;
}

.sec-flow .flow-container {
    padding-top: 170px;
}

.flow-container .flow-box {
    display: block;
}

.flow-container .flow-box .f-wrap {
    display: block;
    padding: 80px 50px;
}

.flow-container .flow-box .f-wrap .inner {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.flow-container .flow-box .f-wrap .inner .col-num {
    display: block;
    width: 37%;
}

.flow-container .flow-box .f-wrap .inner .col-num .text {
    display: block;
    font-size: 132px;
    letter-spacing: -0.01em;
    line-height: 0.69;
    padding-left: 10px;
}

.flow-container .flow-box .f-wrap .inner .col-text {
    display: block;
    width: 63%;
}

.flow-container .flow-box .f-wrap .inner .col-text .c-ttl {
    display: block;
    padding-bottom: 30px;
}

.flow-container .flow-box .f-wrap .inner .col-text .c-ttl .text {
    display: block;
    letter-spacing: 0.03em;
    line-height: 1.3;
    font-size: 50px;
    font-weight: 700;
}

.flow-container .flow-box .f-wrap .inner .col-text .c-text {
    display: block;
    padding-bottom: 20px;
}

.flow-container .flow-box .f-wrap .inner .col-text .c-text .text {
    display: block;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 400;
}

.flow-container .flow-box .f-arrow {
    display: block;
    padding: 50px 0;
}

.flow-container .flow-box .f-arrow .item {
    display: table;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sec-flow .flow-container {
        padding-top: 80px;
    }
    
    .flow-container .flow-box .f-wrap {
        padding: 50px 30px;
    }
    
    .flow-container .flow-box .f-wrap .inner {
        display: flex;
        align-items: flex-end;
        border-bottom: 1px solid #fff;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-num {
        width: 120px;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-num .text {
        font-size: 70px;
        /* letter-spacing: -0.01em; */
        /* line-height: 0.69; */
        /* padding-left: 10px; */
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text {
        width: 100%;
        flex: 1;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-ttl {
        padding-bottom: 30px;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-ttl .text {
        font-size: 50px;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-text {
        padding-bottom: 20px;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-text .text {
        letter-spacing: 0.03em;
        line-height: 1.5;
        font-size: 20px;
    }
    
    .flow-container .flow-box .f-arrow {
        padding: 20px 0;
    }

    .flow-container .flow-box .f-arrow .item {
        width: 30px;
        height: auto;
    }

}
@media (max-width: 480px) {
    .sec-flow .flow-container {
        padding-top: 50px;
    }
    
    .flow-container .flow-box .f-wrap {
        padding: 20px;
    }
    
    .flow-container .flow-box .f-wrap .inner {
        display: block;
        border-bottom: none;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-num {
        width: 100%;
        padding-bottom: 25px;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-num .text {
        font-size: 50px;
        padding-left: 0;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-ttl {
        padding-bottom: 30px;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-ttl .text {
        font-size: 25px;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-text {
        padding-bottom: 0;
    }
    
    .flow-container .flow-box .f-wrap .inner .col-text .c-text .text {
        letter-spacing: 0.03em;
        line-height: 1.5;
        font-size: 18px;
    }
    
    .flow-container .flow-box .f-arrow {
        padding: 20px 0;
    }

    .flow-container .flow-box .f-arrow .item {
        width: 30px;
        height: auto;
    }

}


#flow01 .flow-container .flow-box:nth-child(1) .f-wrap {
    background-color: rgba(69,108,132,0.6);
}

#flow01 .flow-container .flow-box:nth-child(2) .f-wrap {
    background-color: rgba(69,108,132,0.7);
}

#flow01 .flow-container .flow-box:nth-child(3) .f-wrap {
    background-color: rgba(69,108,132,0.8);
}

#flow01 .flow-container .flow-box:nth-child(4) .f-wrap {
    background-color: rgba(69,108,132,0.9);
}

#flow01 .flow-container .flow-box:nth-child(5) .f-wrap {
    background-color: rgba(69,108,132,1);
}

#flow01 .flow-container .flow-box:nth-child(6) .f-wrap {
    background-color: rgba(59,93,115,1);
}

#flow01 .flow-container .flow-box:nth-child(7) .f-wrap {
    background-color: rgba(45,75,95,1);
}


#flow02 .flow-container .flow-box:nth-child(1) .f-wrap {
    background-color: rgba(0,101,143,0.6);
}

#flow02 .flow-container .flow-box:nth-child(2) .f-wrap {
    background-color: rgba(0,101,143,0.7);
}

#flow02 .flow-container .flow-box:nth-child(3) .f-wrap {
    background-color: rgba(0,101,143,0.8);
}

#flow02 .flow-container .flow-box:nth-child(4) .f-wrap {
    background-color: rgba(0,101,143,0.9);
}

#flow02 .flow-container .flow-box:nth-child(5) .f-wrap {
    background-color: rgba(0,101,143,1);
}

/* タブ制御 */
.sec-flow {
    display: none;
}
.sec-flow.active {
    display: block;
    animation: panel-show .5s ease-in-out forwards;
}
  
@keyframes panel-show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

