@charset "utf-8";
.nav_list li.nav-top{
    background: #23a387;
    color: #fff;
}
.foot_nav_list li.nav-top{
    background: rgba(255, 255, 255, 0.85);
}

.foot_nav_list li.nav-top a{
    color: #000;
}

/* MV */
.mv{
    position: relative;
}
.mv_item{
    position: relative;
    overflow: hidden;
    /* height: 870px; */
    display: flex!important;
    align-items: start;
    justify-content: center;
}
.mv_item img{
    min-width: 1920px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.mv_ttl{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.6em;
    white-space: nowrap;
    text-indent: 0.6em;
}
.mv_ttl.en{
    font-family: "Cinzel", serif;
}
.mv_belt_bg{
    content: "";
    max-height: 135px;
    height: 13vw;
    width: 100%;
    background: #23a387;
    bottom: 0;
}
/* .mv_belt_item::after{
    content: "";
    height: 100%;
    width: 100%;
    background: #4a4039;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
} */
.mv_belt_item{
    position: absolute;
    /* position: relative; */
    bottom: 0;
    width: 100%;
    max-height: 135px;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.mv_belt_item img{
    max-width: 1000px;
    width: 100%;
    z-index: 10;
}
.mv_belt_cap{
    max-width: 1000px;
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px;
}
.mv02_14{
    display: none!important;
}
.mv02_sp{
    display: none!important;
}
.mv_item02 .img_cap{
    /* bottom: 140px; */
}
#login_page{
    padding-top:159px;
    margin-top: -159px;
}



@media screen and (max-width: 1720px) {
    .mv_belt_bg{
        height: 8vw;
    }
    .mv_belt_item{
        height: 8vw;
    }
    .mv_belt_item img{
        width: 52vw;
    }
    .mv_belt_cap{
        width: 52vw;
    }
    .mv_item02 .img_cap{
        bottom: 8.2vw;
    }
}
@media screen and (max-width: 1200px) {
    .mv_belt_item{
        position: relative;
        height: 13vw;
    }
    .mv_belt_bg{
        /* background: #231815; */
        height: 13vw;
        position: absolute;
    }
    .mv_belt_item img{
        width: 100%;
    }
    .mv_belt_cap{
        width: 100%;
    }
    .mv_item02 .img_cap{
        bottom: 0.5em;
    }

}

@media screen and (max-width: 1000px) {
    .mv_item img{
        min-width: 1600px;
    }
    .mv_item{
        height: 725px;
    }
    .mv_ttl{
        font-size: 24px;
    }
}
@media screen and (max-width: 750px) {
    /* .slick-slider{
        height: 100%;
    }
    .slick-list{
        height: 100%;
    }
    .slick-track{
        height: 100%;
    }
    .mv{
        height: calc(var(--vh, 1vh) * 100);
        overflow: hidden;
    } */
    .mv_item img{
        min-width: unset;
        position: unset;
        left: unset;
        transform: unset;
    }
    .mv_item img.h100{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .mv_item img.hfix{
        height: 500px;
        width: auto;
    }
    .mv_item{
        height: 100%;
    }
    .mv_belt_bg{
        max-height: unset;
        height: calc(var(--vh, 1vh) * 100 - 500px);
        bottom: 0;
    }
    .mv_belt_item{
        position: relative;
        max-height: unset;
        height: calc(var(--vh, 1vh) * 100 - 500px);
        bottom: 0;
        align-items: center;
    }
    .mv_belt_item img {
        height: 85%;
        width: 100%;
    }
    .mv_ttl{
        transform: translateX(-50%);
        top: 80px;
    }

    #login_page{
        padding-top:85px;
        margin-top: -85px;
    }

    .mv02_14{
        display: block!important;
    }
}

@media screen and (max-width: 420px) {
    .mv_item img.hfix {
        height: 450px;
    }
    .mv_belt_item {
        height: calc(var(--vh, 1vh) * 100 - 450px);
    }
    .mv02_sp{
        height: calc(var(--vh, 1vh) * 100 - 450px);
    }
    .mv_belt_bg {
        height: calc(var(--vh, 1vh) * 100 - 450px);
    }
}

@media screen and (max-width: 389px) {
    .mv_item img.hfix{
        height: 387px;
    }
    .mv_belt_bg{
        height: calc(var(--vh, 1vh) * 100 - 387px);
    }
    .mv_belt_item{
        height: calc(var(--vh, 1vh) * 100 - 387px);
    }
    .mv02_14{
        display: none!important;
    }
    .mv02_sp{
        display: block!important;
    }
}

@media (orientation: landscape) and (max-width: 750px){
    .mv{
        height: auto;
        overflow: unset;
    }
    .mv_belt_bg{
        height: 200px;
    }
    .mv_belt_item{
        height: 200px;
    }
    .mv_item{
        height: 590px;
    }
    .mv_item img.hfix {
        height: 390px;
        width: auto;
    }
}




/* Information Area */
.info_area{
    background: #fff;
    padding: 20px 0 110px;
}
.info_area .cap{
    color: #fff;
    margin: 0 10px;
}
.info_ttl{
    text-align: center;
    border-bottom: solid 0.5px #23a387;
}
.info_ttl span{
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #23a387;
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    position: relative;
    bottom: -0.2em;
}
.info_lead{
    /* color: #fff; */
    text-align: center;
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}

.info_lead span{
    color: #dd0005;
    font-size: 30px;

}


.info_ttl{
    margin: 90px auto 35px;
}
.info_area .foot_forms{
    margin: 0 auto;
}

.bnr_info_box{
    max-width: 500px;
    width: 96%;
    margin: 40px auto 0;
    transition-duration: 0.6s;
}
.bnr_info_box:hover{
    opacity: 0.6;
}

.top_bnr{
    margin-top: 60px;
}

@media screen and (max-width: 1000px) {
    .info_lead {
        font-size: 18px;
        margin-bottom: 60px;
        line-height: 2;
    }
    .info_ttl {
        margin: 70px auto 30px;
    }
    .info_area {
        padding: 20px 0 80px;
    }
}

@media screen and (max-width: 750px) {
    .info_area .cap{
        margin: 0;
    }
    .info_lead {
        font-size: 20px;
        letter-spacing: 0.1em;
        margin-bottom: 40px;
    }
    .info_ttl span {
        font-size: 18px;
    }
    .info_area {
        padding: 20px 0 50px;
    }

    .top_bnr{
        margin-top: 40px;
    }
    
}




/* full_contents_bnr */
.full_contents_bnr{
    text-align: center;
    overflow: hidden;
}
.full_contents_bnr_img{
    min-width: 1200px;
    transition: 1s;
}
.full_contents_bnr:hover .full_contents_bnr_img{
    transform: scale(1.02);
}
.full_contents_bnr a{
    display: flex;
    justify-content: center;
    position: relative;
}
.full_contents_bnr_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brand_bg{
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) , rgba(255, 255, 255, 0));
    padding: 30px 0;
}
.full_contents_bnr_lead{
    font-size: 14px;
    line-height: 2;
}
.brand_logo{
    width: 360px;
    margin: 0 auto 30px;
}
.full_contents_bnr_text{
    max-width: 640px;
    width: 100%;
}
.readmore{
    position: absolute;
    max-width: 165px;
    margin: 0px auto 0;
    bottom: 15%;
}
.plan_bg .full_contents_bnr_lead{
    color: #fff;
}
.plan_logo{
    width: 86px;
    margin: 0 auto;
}
.plan_ttl_en{
    font-family: "Cinzel", serif;
    letter-spacing: 0.5em;
    color: #fff;
    font-size: 28px;
    margin: 0.6em auto;
}
@media screen and (max-width: 1000px) {
    .plan_ttl_en {
        font-size: 22px;
    }
    .plan_logo {
        width: 60px;
    }
    .brand_logo {
        width: 290px;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 750px) {
    .full_contents_bnr_img {
        min-width: 1250px;
    }
    .readmore {
        bottom: 8%;
    }
    .brand_bg {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1) , rgba(255, 255, 255, 0.2));
    }
}





/* login */
.login_bg{
    background: #4a4039;
}
.login_bnr{
    max-width: 675px;
    margin: 0 auto;
}
.login_bg{
    padding: 60px 0;
}
.login01{
    background: #e0ede8;
}
.login_ttl01{
    text-align: center;
    margin-bottom: 40px;
}
.login_icon{
    width: 45px;
    margin: 0 auto 20px;
}
.login_ttl01 p{
    font-size: 26px;
    color: #23a387;
}
.loging_ttl02{
    text-align: center;
    margin: 0 auto 15px;
}
.loging_ttl02 p{
    color: #23a387;
    /* background: #23a387; */
    border: 1px solid #23a387;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    display: inline-block;
}
.formArea{
    max-width: 380px;
    margin: 0 auto;
}
.form_ttl{
    font-weight: 500;
    /* color: #fff; */
    text-align: center;
    margin: 1em auto;
}
.login_flex{
    display: flex;
    justify-content: space-between;
}
#Mail_area{
    flex-grow: 1;
    margin-right: 15px;
}
#Mail_area .Inputarea input{
    height: 100%;
    padding: 1em;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    border: solid 1px #c9caca;
    font-size: 10px;
}
#Submit{
    background: #81bda9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
}
#Submit > input{
    height: 100%;
    padding: 0 0.5em;
}
.form_lead{
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
    /* color: #fff; */
    margin-top: 1em;
    letter-spacing: 0.05em;
}
.login02{
    background: #e1ddda;
}
.login02 .form_ttl{
    color: #000;
}
.login02 .form_lead{
    color: #000;
}
@media screen and (max-width: 1000px) {
    .login_ttl01 p {
        font-size: 26px;
    }
    .login_icon {
        width: 35px;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 750px) {
    .login_bnr {
        max-width: 500px;
        margin: 0 auto;
    }
    .login_bg {
        padding: 40px 0;
    }
}
@media screen and (max-width: 500px) {
    .login_flex{
        display: block;
        text-align: center;
    }
    #Mail_area{
        width: 100%;
        margin: 0;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
    #Submit{
        font-size: 14px;
        margin-top: 15px;
        border-radius: 5px;
        display: inline-block;
    }
    #Submit > input{
        padding: 0.5em 0.7em;
    }
    .form_lead{
        width: 90%;
        margin: 15px auto 0;
    }
}




/* content_bnr_area */
.content_bnr_box{
    position: relative;
}
.content_bnr_area{
    background: #fff;
    padding: 70px 0 140px;
}
.content_bnr_area_inner{
    max-width: 1920px;
    margin: 0 auto;
}
.content_bnr_area_ttl{
    font-size: 20px;
    font-weight: 500;
    /* color: #fff; */
    text-align: center;
    margin-bottom: 70px;
}
.content_bnr_img{
    max-width: 960px;
    width: 70%;
}
.content_bnr_area_ttl span{
    font-size: 1.4em;
    display: inline-block;
    margin-bottom: 0.5em;
}
.content_bnr_text_box{
    max-width: 620px;
    width: 100%;
    text-align: center;
    padding: 50px 20px 40px;
}
.content_bnr_text_box:hover .readmore02{
    transform: translateX(10px);
}
.content_bnr_l .content_bnr_text_box{
    margin-left: auto;
}
.content_bnr_r .content_bnr_text_box{
    margin-right: auto;
}
.value .content_bnr_text_box{
    background: #e0ede7;
}
.value .content_bnr_text_box a{
    /* color: #fff; */
}
.concept .content_bnr_text_box{
    background: #23a387;
}
.access .content_bnr_text_box{
    background: #23a387;
    color: #fff;
}
.location .content_bnr_text_box{
    background: #e0ede7;
    /* color: #fff; */
}
.content_bnr_ttl{
    font-family: "Cinzel", serif;
    font-size: 28px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-bottom: 0.8em;
}
.content_bnr_lead{
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 3em;
}
.readmore02{
    width: 165px;
    margin: 0 auto;
    transition: 0.5s;
}
.content_bnr_box .com_inner{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.content_bnr_r .content_bnr_img{
    margin-left: auto;
}
@media screen and (max-width: 1500px) {
    .content_bnr_box:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .content_bnr_area_ttl {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .content_bnr_area {
        padding: 60px 0 100px;
    }
    .content_bnr_text_box {
        width: 60%;
        padding: 40px 20px;
    }
    .content_bnr_lead {
        margin-bottom: 1.5em;
    }
    .content_bnr_ttl {
        font-size: 24px;
        margin-bottom: 0.4em;
    }
}
@media screen and (max-width: 750px) {
    .content_bnr_img {
        max-width: 540px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .content_bnr_area {
        padding: 40px 0 40px;
    }
    .content_bnr_box .com_inner {
        position: unset;
        transform: translateY(-15%);
    }
    .content_bnr_l .content_bnr_text_box{
        margin: 0 auto;
        position: relative;
        padding: 25px 20px;
    }
    .content_bnr_r .content_bnr_text_box{
        margin: 0 auto;
        position: relative;
        padding: 20px;
    }
    .content_bnr_text_box{
        width: 90%;
        max-width: 440px;
    }
    .content_bnr_lead{
        line-height: 1.5;
    }
    .content_bnr_ttl {
        margin-bottom: 0.6em;
    }
}
@media screen and (max-width: 600px) {
    .content_bnr_area_ttl{
        line-height: 1.5;
    }
}









/* bnr_area */
.bnr_area{
    padding: 100px 0;
    background: #e0ede8;
}
.bnr_item{
    max-width: 675px;
    margin: 0 auto;
    width: 70%;
    transition: 0.3s;
}
.bnr_item:hover{
    opacity: 0.8;
}
.bnr_item:not(:first-of-type){
    margin-top: 80px;
}
@media screen and (max-width: 1000px) {
    .bnr_area {
        padding: 60px 0;
    }
    .bnr_item:not(:first-of-type) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 750px) {
    .bnr_item {
        width: 100%;
        max-width: 380px;
    }
}



/* inview */
.fade{
    opacity: 0;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transform: translateY(20px);
}
.fade.is-show {
    opacity: 1;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transform: translateY(0px);
}





/* モーダルと背景の指定 */
.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,80%);
    padding: 130px 0px 70px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}
/* モーダルの擬似要素の指定 */
.modal:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}
/* クラスが追加された時の指定 */
.modal.is-active{
    opacity: 1;
    visibility: visible;
}
/* モーダル内側の指定 */
.modal-container{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    width: 90%;
}
/* モーダルを閉じるボタンの指定 */
.modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content{
    /* background: #fff; */
    text-align: left;
    line-height: 1.8;
    /* padding: 20px; */
}
/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
    margin: 1em 0 0;
    font-size: 10px;
    color: #fff;
}
.modal-content p a{
    color: #00d6ff;
    word-wrap: break-word;
}

body.fixed02{
    overflow: hidden;
}
.bnr_item{
    cursor: pointer;
}
@media screen and (max-width: 750px) {
.modal {
    padding: 90px 0px 70px;
}
.modal-close {
    top: -10px;
    right: -10px;
}
}


.asset_value_bnr { max-width:675px; margin:25px auto 0; }




.mv .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.mv .slick-dots{
    bottom: 10px;
}
.mv .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #fff;
}
.mv .slick-dots li {
    margin: 0 10px;
}
.mv .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #000;
}