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


/* ページ看板 */
.page-sign-area {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 96px;
}
@media (max-width: 1300px) {
    .page-sign-area {
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    .page-sign-area {
    }
}

.news .page-sign-area .page-title {
    display:table;
    margin: 0 auto;

}

#subPage.news .eventnews-wrapper {
    background: url("../img/lifeplan/bg-main.png") no-repeat center bottom;
    background-size: contain;
}
#subPage.news .common-contactbox {
    background: none;
}




/* category-wrap */
.category-wrap {
}
.category-wrap .container-full {
    max-width: 1027px;
}

.category-wrap ul {
    display: flex;
    /* justify-content: flex-end; */
    flex-wrap: wrap;
    width: fit-content;
    background-color: #EFEFEF;
    margin: 0 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.category-wrap ul li {
    margin: 0;
}
.category-wrap ul li .item-wrap {
    display: block;
    padding: 10px 25px;
    color: #898989;
    border-radius: 25px;
}
.category-wrap ul li.active .item-wrap,
.category-wrap ul li .item-wrap:hover {
    background-color: #A6AFAF;
    color: #fff;
}

.category-wrap ul li .item-wrap .text {
    display: block;
    letter-spacing: 0.07em;
    line-height: 1.2;
    font-weight: 600;
}
@media (max-width: 768px) {
    .category-wrap ul li .item-wrap {
        display: block;
        padding: 8px 17px;
        color: #898989;
        border-radius: 25px;
    }
    .category-wrap ul li .item-wrap .text {
    font-size: 16px;
    }
}
@media (max-width: 480px) {
    .category-wrap ul li {
    }
    .category-wrap ul li .item-wrap {
        display: block;
        padding: 10px 15px;
        text-align: center;
    }
    .category-wrap ul li .item-wrap .text {
    }
}



/* sec-news */
#sec-news {
}

#sec-news .container-full {
    max-width: 1027px;
    overflow: hidden;
}

#sec-news .newslist-wrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: calc(100% + 70px);
    margin-left: -35px;
}

#sec-news .newslist-wrap .n-box {
    display: block;
    width : 33.33333%;
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
}

#sec-news .newslist-wrap .n-box .innner {
    display: block;
    padding: 0 35px 60px;
}

#sec-news .newslist-wrap .n-box .innner .ank {
    display: block;
}

#sec-news .newslist-wrap .n-box .innner .ank .image-wrap {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

#sec-news .newslist-wrap .n-box .innner .ank .image-wrap .tag-new {
    display: block;
    width: 250px;
    background-color: #172A88;
    padding: 5px;
    transform: rotate(-32.4deg);
    position: absolute;
    top: 10px;
    left: -90px;
}

#sec-news .newslist-wrap .n-box .innner .ank .image-wrap .tag-new .text {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.01em;
    font-size: 20px;
}

#sec-news .newslist-wrap .n-box .innner .ank .image-wrap img {
    display: block;
}

#sec-news .newslist-wrap .n-box .innner .ank .text-wrap {
    display: block;
    padding: 20px 15px 0;
}

.ank .text-wrap .n-head {
    display: inline-flex;
    align-items: center;
}

.ank .text-wrap .n-head .n-cate {
    display: inline-block;
    line-height: 1;
    background-color: #172A88;
    padding: 5px 15px;
    border-radius: 15px;
}

.ank .text-wrap .n-head .n-cate .text {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.03em;
}

.ank .text-wrap .n-head .n-date {
    display: inline-block;
    margin-left: 5px;
}

.ank .text-wrap .n-head .n-date .text {
    display: block;
    font-size: 12px;
    color: #638095;
    line-height: 1;
    letter-spacing: 0.01em;
}

.ank .text-wrap .n-ttl {
    display: block;
    padding-top: 5px;
}

.ank .text-wrap .n-ttl .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.3;
}

@media (max-width: 991px) {
    #sec-news .newslist-wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    #sec-news .newslist-wrap .n-box {
        width : 33.33333%;
        width : -webkit-calc(100% / 3);
        width : calc(100% / 3);
    }

    #sec-news .newslist-wrap .n-box .innner {
        padding: 0 15px 30px;
    }
}

@media (max-width: 768px) {
    #sec-news .newslist-wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    #sec-news .newslist-wrap .n-box {
        width : 50%;
    }

    #sec-news .newslist-wrap .n-box .innner {
        padding: 0 15px 30px;
    }
    #sec-news .newslist-wrap .n-box .innner .ank .image-wrap .tag-new {
        width: 100px;
        padding: 2px;
        top: 5px;
        left: -30px;
    }
    
    #sec-news .newslist-wrap .n-box .innner .ank .image-wrap .tag-new .text {
        font-size: 13px;
    }
    #sec-news .newslist-wrap .n-box .innner .ank .text-wrap {
        display: block;
        padding: 10px 0px 0;
    }
    
    .ank .text-wrap .n-head {
        display: inline-flex;
        align-items: center;
    }
    
    .ank .text-wrap .n-head .n-cate {
        display: inline-block;
        line-height: 1;
        background-color: #172A88;
        padding: 5px 10px;
        border-radius: 15px;
    }
    
    .ank .text-wrap .n-head .n-cate .text {
        display: block;
        font-size: 13px;
        line-height: 1;
        color: #fff;
        letter-spacing: 0.03em;
    }
    
    .ank .text-wrap .n-head .n-date {
        display: inline-block;
        margin-left: 5px;
    }
    
    .ank .text-wrap .n-head .n-date .text {
        display: block;
        font-size: 12px;
        color: #638095;
        line-height: 1;
        letter-spacing: 0.01em;
    }
    
    .ank .text-wrap .n-ttl {
        display: block;
        padding-top: 3px;
    }
    
    .ank .text-wrap .n-ttl .text {
        display: block;
        letter-spacing: 0.01em;
        line-height: 1.3;
        font-size: 15px;
    }
    
}



/* pagenavi-area */
.pagenavi-area {
    padding-top: 40px;
}
.btn-more {
    display: table;
    background-color: #172A88;
    border: 2px solid #172A88;
    margin: 0 auto;
    padding: 5px 50px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.28s ease;
}

.btn-more .text {
    display: block;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #fff;
}

.btn-more:hover {
    background-color: #fff;
    border: 2px solid #172A88;
}

.btn-more:hover .text {
    color: #172A88;
}



/* 背景０１ */
.bg-item01 {
    display: block;
    width: 100%;
    margin: 30px 0 110px;
}
.bg-item01 .bg-wrap {
    display: block;
    position: relative;
    z-index: -1;
}
.bg-item01 .bg-wrap img {
}


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

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

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

@media (max-width: 991px) {
    #sec-footSign {
        background-size: cover;
    }
    
    #sec-footSign .c-wrap {
        padding: 50px 0;
    }
    #sec-footSign .c-wrap .fc-title {
        margin: 0 5% 0 auto;
    }
    
    #sec-footSign .c-wrap .fc-title .text {
    font-size: 5.9vw;
    }
}

.no-records {
    display: block;
    width: 100%;
    text-align: center;
}
.no-records .text {
    display: block;
}



/* 背景０１ */
.bg-item01 {
    display: block;
    width: 100%;
    margin: 30px 0 110px;
    position: relative;
    overflow: hidden;
}
.bg-item01 .bg-wrap {
    display: block;
    position: relative;
    z-index: -1;
}
.bg-item01 .mask-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.bg-item01 .mask-wrap .item-mask {
    display: block;
    width: 100%;
    height: 100%;
}
.bg-item01 .mask-wrap .item-mask img {
    width: auto;
    height: 100%;
}
@media (max-width: 480px) {
    .bg-item01 {
        margin: 30px 0 30px;
    }
}


.common-contactbox {
    padding: 130px 0 100px;
}
@media (max-width: 768px) {
    .common-contactbox {
        padding: 80px 0;
    }
}
@media (max-width: 480px) {
    .common-contactbox {
        padding: 50px 0;
    }
}



/* 3d-slider */
.page-sign-area .page-gallery-area {

}
.arrow_box{
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}
.arrow_box .slide-arrow {
    background: #fff;
    border-radius: 50%;
    cursor:pointer;
    border: 2px solid #172A88;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    padding: 0px 0px 0px;
    transition: all 0.28s ease;
    color: #172A88;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    line-height: 32px;
    position: initial;
    outline:0px none black !important;
}

.arrow_box .slide-arrow:hover{
    background: #172A88;
    border: 2px solid #172A88;
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}



.newslist-wrap .n-box {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.newslist-wrap .n-box.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}


.swiper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.swiper .swiper-slide {
    width: 80%;
    height: 100%;
}
.swiper .swiper-slide a {
    display: block;
}


.no-item {
    display: block;
    width: 100%;
    text-align: center;
}