@charset "UTF-8";

/* *******************************************************************************************
*
*   index
*
******************************************************************************************* */

.cnt {
    padding: 0 0 100px;
}

.cnt .bg {
    background: #ecf1f4;
}

.cnt .cnt_bg {
    background: #ffffff;
    padding: 0;
}

/********************************POPUP***********************************/

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    padding: 0px;
    z-index: 2;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.close-btn i {
    font-size: 20px;
    color: #333;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    cursor: pointer;
}

.click_btn {
    margin: 0px auto;
    text-align: center;
    position: absolute;
    right: 23%;
    bottom: 8%;
}

.click_btn img {
    width: 70%;
    margin: 0 auto;
    text-align: center;

}

@media screen and (max-width : 750px) {

    .click_btn {
        margin: 0px auto;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 8%;
    }

    .click_btn img {
        width: 70%;
        margin: 0 auto;
        text-align: center;

    }
}


/* ----------------------------- KVスライド ----------------------------- */
.kv_bg {
    width: 100%;
    /* max-width: 1200px; */
    height: auto;
    margin: 0 auto;
    padding-top: 55%;
    font-size: 0;
    position: relative;
}

.cnt .cnt_index {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.kv_slide {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.kv_slide ul li {
    display: inline;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.kv_slide p.kv_logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 658px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 17%;
}

.kv_slide p.kv_logo img {
    width: 100%;
}

.kv_slide p.kv_txt {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 26px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    top: 62%;
}

/* .kv_slide p.image {
    padding-top: 55%;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
} */
.kv_slide p.image.img01 {
    background-image: url(/assets/img/index/img_index-kv01_pc.jpg);

}

.kv_slide p.image.img02 {
    background-image: url(/assets/img/index/img_index-kv02_pc.jpg);

}

.kv_slide p.image.img03 {
    background-image: url(/assets/img/index/img_index-kv03_pc.jpg);

}

.kv_slide p.image.img04 {
    background-image: url(/assets/img/index/img_index-kv04_pc.jpg);

}

.kv_slide p.image.img05 {
    background-image: url(/assets/img/index/img_index-kv05_pc.jpg);

}

.kv_slide p.image img {
    display: block;
    width: 100%;
    height: auto;
}

/* ----- dot ----- */
.kv_slide .slick-dots {
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 9;
}

.kv_slide .slick-dots button {
    width: 10px;
    height: 9px;
    margin: 0 15px;
    padding: 0;
    font-size: 0;
    background-color: #ffffff;
    border: 0;
    border-radius: 50%;
    vertical-align: top;
    ;
}

.kv_slide .slick-dots .slick-active button {
    background-color: #595757;
}

@media screen and (max-width : 750px) {

    .kv_bg {
        width: 100%;
        height: 0;
        padding-top: 133.5%;
        position: relative;
    }

    .cnt .cnt_index {
        top: 0;
    }

    .cnt .cnt_index .kv_logo {
        max-width: 410px;
        top: 10%;
    }

    .cnt .cnt_index .kv_logo img {
        display: block;
        width: 100%;
        height: auto;
    }

    .cnt .cnt_index .kv_txt {
        font-size: 4.8vw;

    }

    .cnt .cnt_index .slick-dots {
        left: unset;
        right: 15px;
        text-align: right;
    }

    .cnt .cnt_index .slick-dots button {
        width: 6px;
        height: 6px;
        margin: 0 9px;
    }



}


/* ----------------------------- 4つの用途 ----------------------------- */
.use {
    min-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    background: #ecf1f4;
    overflow: hidden;
}

.use .box {
    display: block;
    width: 950px;
    height: auto;
    margin: 0 auto 50px;
}

.use_waku {
    display: block;
    width: 950px;
    height: 370px;
    margin: 0 auto 50px;
    color: #ffffff;
    -webkit-border-radius: 185px;
    -moz-border-radius: 185px;
    border-radius: 185px;
    box-sizing: border-box;
    position: relative;
}

.use_txt_inr {
    width: 100%;
    height: 180px;
    margin: 60px 0 65px;
    letter-spacing: 0.05em;
    float: left;
}

.use_image_box {
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 2;
    transition: all 0.7s ease-out;
}

.use_waku.left {
    padding: 35px 20px 35px 140px;
}

.use_waku.left .use_txt_inr {
    text-align: left;
}

.use_waku.left h3 {
    text-align: left;
}

.use_waku.left.move .use_image_box {
    left: 40px;
}

.use_waku.left.move.moving .use_image_box {
    transform: translate(580px);
}

.use_waku.right {
    padding: 35px 140px 35px 20px;
}

.use_waku.right .use_txt_inr {
    text-align: right;
}

.use_waku.right h3 {
    text-align: right;
}

.use_waku.right.move .use_image_box {
    right: 40px;
}

.use_waku.right.move.moving .use_image_box {
    transform: translate(-580px);
}

.use_waku.left.move .use_txt_inr>.box {
    width: auto;
    float: left;
    opacity: 0;
    transition: all 0.4s ease-in;
}

.use_waku.left.move.moving .use_txt_inr>.box {
    opacity: 1;
}

.use_waku.right.move .use_txt_inr>.box {
    width: auto;
    float: right;
    opacity: 0;
    transition: all 0.4s ease-in;
}

.use_waku.right.move.moving .use_txt_inr>.box {
    opacity: 1;
}

.use_txt_box h3 span {
    font-size: 60px;
}

h3.use_cate {
    height: 60px;
    margin-bottom: 24px;
    font-size: 45px;
    line-height: inherit;
}

h3.use_cate .futura {
    font-size: 60px;
    font-weight: 500;
}

h3.use_cate .kana {
    font-size: 32px;
    font-weight: 500;
}

p.use_copy {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
}

p.use_txt {
    font-size: 16px;
    line-height: 1.7;
}

.use_image_box img.circle {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 158px;
    -moz-border-radius: 158px;
    border-radius: 158px;
}

.use_waku.use_1 {
    background: #001d5f;
}

.use_waku.use_2 {
    background: #be0000;
}

.use_waku.use_3 {
    background: #6fb92e;
}

.use_waku.use_4 {
    background: #ffbe00;
}

@media screen and (max-width : 750px) {

    .use {
        min-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px 0 0;
        background: #ecf1f4;
        overflow: hidden;
    }

    .use .box {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        color: #595757;
    }

    .use_waku {
        display: block;
        width: 768px;
        height: 320px;
        color: #ffffff;
        -webkit-border-radius: 190px;
        -moz-border-radius: 190px;
        border-radius: 190px;
        box-sizing: border-box;
        position: relative;
    }

    .use_txt_inr {
        width: 92vw;
        height: auto;
        margin: 330px 0 0 0;
        letter-spacing: 0.05em;
        float: right;
    }

    .use_image_box {
        width: 35%;
        height: auto;
        position: absolute;
        z-index: 2;
        transition: all 0.3s ease-in;
    }

    .use_waku.left {
        margin: 0 4vw 16rem auto;
        padding: 25px 0;
        float: right;
    }

    .use_waku.left .use_txt_inr {
        text-align: center;
    }

    .use_waku.left.move .use_image_box {
        left: 20%;
    }

    .use_waku.left.move.moving .use_image_box {
        transform: translate(120%);
    }

    .use_waku.right {
        margin: 0 auto 16rem 4vw;
        padding: 25px 0;
        float: left;
    }

    .use_waku.right .use_txt_inr {
        text-align: center;
    }

    .use_waku.right.move .use_image_box {
        right: 20%;
    }

    .use_waku.right.move.moving .use_image_box {
        transform: translate(-120%);
    }

    .use_waku.left.move .use_txt_inr {
        float: right;
    }

    .use_waku.left.move .use_txt_inr .box {
        width: 100%;
        float: right;
        opacity: 0;
        transition: all 0.4s ease-in;
    }

    .use_waku.left.move.moving .use_txt_inr .box {
        opacity: 1;
    }

    .use_waku.right.move .use_txt_inr {
        float: left;
    }

    .use_waku.right.move .use_txt_inr .box {
        width: 100%;
        float: left;
        opacity: 0;
        transition: all 0.4s ease-in;
    }

    .use_waku.right.move.moving .use_txt_inr .box {
        opacity: 1;
    }


    h3.use_cate {
        height: 48px;
        display: inline-block;
        margin-bottom: 30px;
        font-size: 2.3rem;
        border: none;
        position: relative;
    }

    h3.use_cate .futura {
        font-size: 3rem;
        font-weight: 500;
    }

    h3.use_cate .kana {
        font-size: 1.6rem;
        font-weight: 500;
    }

    p.use_copy {
        margin-bottom: 1rem;
        font-size: 22px;
        font-weight: 700;
        font-feature-settings: "palt"1;
    }

    p.use_txt {
        margin-bottom: 1rem;
        font-size: 0.9rem;
        line-height: 1.7;
        font-feature-settings: "palt"1;
    }

    .use_image_box img.circle {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 155px;
        -moz-border-radius: 155px;
        border-radius: 155px;
    }

    .use_waku.use_1 h3.use_cate {
        color: #001d5f;
        text-align: center;
    }

    .use_waku.use_2 h3.use_cate {
        color: #be0000;
        text-align: center;
    }

    .use_waku.use_3 h3.use_cate {
        color: #6fb92e;
        text-align: center;
    }

    .use_waku.use_4 h3.use_cate {
        color: #ffbe00;
        text-align: center;
    }


}

/* ----------------------------- 空室状況 ----------------------------- */

.situation {
    min-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
    background: #ebf1f3;
}

.situation .box {
    display: block;
    width: 950px;
    margin: 0 auto;
}

.situation .btn2 {
    width: 75%;
}

.situation .btn.btn-wide {
    width: 330px;
    max-width: 330px;
    height: 70px;
}

.situation .btn.btn-wide a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

.space {
    padding: 0 0 20px;
}

.space.pb0 {
    padding: 0;
}

.space_name {
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: #8f8d8e;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.space_status {
    width: 100%;
    font-size: 0;
    font-weight: 500;
    background: #ffffff;
    border-bottom: 1px solid #595758;
}

.open {
    display: inline-block;
    width: 106px;
    height: 38px;
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #595758;
    vertical-align: top;
    border-right: 1px solid #595758;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.close {
    display: inline-block;
    width: 106px;
    height: 38px;
    padding: 10px 0;
    color: #595758;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    vertical-align: top;
    border-right: 1px solid #595758;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.update {
    display: inline-block;
    width: 260px;
    height: 38px;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #595758;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.update span {
    margin-right: 10px;
    padding: 0 5px 2px;
    font-size: 13px;
    line-height: 1.3;
    vertical-align: top;
    border: 1px solid #595758;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.condition {
    display: inline-block;
    height: 38px;
    padding: 10px 20px;
    font-size: 16px;
    text-indent: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.condition:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 20px;
}

.condition.maru:before {
    background: url(../img/common/icon_maru.gif) no-repeat center;
    background-size: 100%;
}

.condition.sankaku:before {
    background: url(../img/common/icon_sankaku.gif) no-repeat center;
    background-size: 100%;
}

.condition.batsu:before {
    background: url(../img/common/icon_batsu.gif) no-repeat center;
    background-size: 100%;

}

.space_comment {
    min-height: 67px;
    padding: 18px 20px 20px;
    line-height: 2;
    text-indent: 30px;
    background: #ffffff;
    -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
    box-sizing: border-box;
    position: relative;
}

.space_comment:before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/common/icon_comment.gif) no-repeat top left;
    background-size: 100%;
    position: absolute;
    top: 25px;
    left: 20px;
}

.btn span {
    color: #595758;
    font-size: 16px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    line-height: 1;
}

@media screen and (max-width : 750px) {

    .situation {
        min-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px 0 45px;
        overflow: hidden;
    }

    .situation .box {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .open,
    .close {
        width: 25vw;
        height: 12vw;
        padding: 4vw 0;
        font-size: 4vw;
        border-bottom: 1px solid #595758;
    }

    .update {
        width: 64.5vw;
        max-width: 71%;
        height: 12vw;
        padding: 3.5vw 0;
        font-size: 4.2vw;
        border-right: none;
        border-bottom: 1px solid #595758;
    }

    .update span {
        margin-right: 5px;
        line-height: 4.5vw;
    }

    .situation .btn2 {
        width: 100%;
    }

    .situation .btn.btn-wide {
        width: 90%;
        max-width: 90%;
    }

    .situation .btn:first-of-type {
        margin-bottom: 56px;
    }
}


/* ----------------------------- モーダル ----------------------------- */

.modal_inr {
    height: 90vh;
}

.modal_inr .img {
    padding-bottom: 70px;
}

.modal_inr .info_floor {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 50px;
    letter-spacing: -5px;
}

.modal_inr .info_floor span.small {
    padding: 0 5px;
    font-size: 30px;
    letter-spacing: 0;
}

@media screen and (max-width : 750px) {

    .f_map {
        height: 130vh;
        top: 50%;
    }

    .f_map .modal_inr {
        height: 710px;
    }

    .access_map {
        height: 90vh;
        top: 30%;
    }

    .access_map .modal_inr {
        height: 460px;
    }

    .modal_inr .img {
        padding-bottom: 20px;
    }

    .modal_inr .info_floor {
        font-size: 12vw;
    }

}



/* ----------------------------- NEWS ----------------------------- */
#cnt_news {
    margin-top: -100px;
    padding-top: 180px;
}

.news {
    min-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
    letter-spacing: 0.05em;
}

.news .box {
    display: block;
    width: 960px;
    height: auto;
    margin: 0 auto 60px;
    box-sizing: border-box;
}

.news .news_topics {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 3px;
    vertical-align: top;
}

.news .news_topics a {
    width: 100%;
    position: relative;
    display: inline-block;
}

.news .news_topics a:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    /*background: #595757;*/
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.news .news_topics a:hover:after {
    transform: scale(1, 1);
}

.news .news_date {
    display: inline-block;
    width: 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    box-sizing: border-box;
    vertical-align: top;
}

.news .news_txt {
    display: inline-block;
    width: auto;
    max-width: 820px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.news .news_txt span {
    background: linear-gradient(#595757, #595757) 0 100%/0 1px no-repeat;
    transition: background .4s;
}

.news .news_txt span:hover {
    background-size: 100% 1px;
}

.news_btn {
    width: 200px;
}


/* NEWSがない時 */
.news .no-news {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
}

.news .no-news.hide {
    display: none;
}


@media screen and (max-width : 750px) {
    #cnt_news {
        margin-top: -50px;
        padding-top: 60px;
    }

    .news {
        min-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px 0 45px;
        overflow: hidden;
    }

    .news .box {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto 45px;
    }

    .news .news_topics {
        display: block;
        width: 85vw;
        max-width: 600px;
        margin: 0 auto 0;
        overflow: hidden;
        /*cursor: pointer;
        pointer-events: painted;*/
    }

    .news .news_topics a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
        font-size: 0;
        overflow: hidden;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .news .news_topics:last-of-type a {
        padding: 0;
    }

    .news .news_topics a:hover {
        padding: 0;
        /*border-bottom: 1px solid #595757;*/
    }

    .news .news_date {
        display: inline-block;
        width: 88px;
        margin-right: 2vw;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        vertical-align: top;
    }

    .news .news_txt {
        display: inline-block;
        width: auto;
        max-width: 500px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 1.5;
        vertical-align: top;
        text-align: left;
        font-feature-settings: "palt";
        letter-spacing: 0.2em;
    }

    .news_btn {
        width: 90%;
        max-width: 90%;
    }

    /* NEWSがない時 */
    .news .no-news {
        font-size: 4.5vw;
    }

}




/* ----------------------------- アクセス ----------------------------- */

.access {
    min-width: 1024px;
    height: 530px;
    margin: 0 auto;
    padding: 80px 0;
    /*background: #ecf1f4;*/
    overflow: hidden;
}

.access .box {
    display: block;
    width: 960px;
    height: 334px;
    margin: 0 auto;
}

.access .access_image {
    font-size: 0;
    width: 514px;
    float: left;
}

.access .access_info {
    color: #595757;
    width: 400px;
    height: auto;
    padding: 0 0 0 40px;
    float: right;
}

.access .access_info .copy {
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5;
    border: none;
}

.access .access_info .copy span {
    margin-left: -12px;
}

.access .access_info .address {
    margin-bottom: 25px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"1;
}

.access .access_info .address.mb {
    margin-bottom: 10px;
}

.access .access_info .address.access_link {
    width: 48%;
    position: relative;
    border-bottom: 1px solid #595757;
}

.access .access_info .address.access_link .links a {
    display: inline-block;
    font-size: 14px;
    pointer-events: painted;
    cursor: pointer;
}

.access .access_info .access_link .links a {
    font-size: 0;
}

.access .access_info .access_link .links a:after {
    background: url(../img/common/icon_access.png) no-repeat center center;
    background-size: cover;
}

.access .access_info .map {
    width: 34%;
    padding-bottom: 6px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    border-bottom: 1px solid #595757;
    position: relative;
    float: left;
}

.access .access_info .map a:after {
    background: url(../img/common/icon_external-link_bk.gif) no-repeat center center;
    background-size: cover;
    bottom: 4.5px;
}

@media screen and (max-width : 750px) {

    .access {
        width: 100%;
        min-width: 320px;
        height: auto;
        padding: 0;
    }

    .access .box {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .access .access_image {
        font-size: 0;
        width: 100%;
        float: none;
    }

    .access .access_info {
        color: #595757;
        width: 100%;
        height: 100%;
        padding: 40px 0;
        float: none;
    }

    .access .access_info .copy {
        margin-bottom: 20px;
        text-align: center;
        font-size: 5vw;
        font-weight: bold;
        letter-spacing: 0.1em;
        line-height: 1.5;
        border: none;
    }

    .access .access_info .copy span {
        margin-left: 0;
    }

    .access .access_info .address {
        margin-bottom: 20px;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        line-height: 1.7;
    }

    .access .access_info .address.access_link {
        width: 180px;
        margin: 0 auto 15px;
        position: relative;
        border-bottom: 1px solid #595757;
    }

    .access .access_info .address.access_link .links a {
        font-size: 0.8rem;
    }

    .access .access_info .map {
        width: 130px;
        margin: 0 auto;
        padding-bottom: 5px;
        text-align: center;
        font-size: 0.8rem;
        font-weight: normal;
        border-bottom: 1px solid #595757;
        position: relative;
        float: none;
    }

    .access .access_info .map a:after {
        background: url(../img/common/icon_external-link_bk.gif) no-repeat center center;
        background-size: 100%;
        bottom: 2.5px;
    }


}

/* ----------------------------- ビジュアル ----------------------------- */

.visual .concept_ttl {
    margin: 0 auto 60px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
}

.visual {
    min-width: 1024px;
    margin: 0 auto;
    padding: 60px 0 0;
    overflow: hidden;
}

.visual .catch_txt {
    width: 600px;
    margin: 15px auto 0;
    padding-left: 25px;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.visual .outline {
    width: 604px;
    margin: 40px auto 0;
    padding-left: 25px;
    font-size: 34px;
    font-weight: 900;
    color: #585858;
    text-align: left;
    letter-spacing: 7px;
}

.visual .main_ttl {
    font-size: 0;
    width: 580px;
    margin: 30px auto 35px;
}

.visual .open-day {
    font-size: 0;
    width: 580px;
    margin: 0 auto;
}

.visual .main_image_wrap {
    min-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.visual .main_image {
    font-size: 0;
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

.main_image_In {
    margin: 0 -63px;
}



@media screen and (max-width : 750px) {
    .visual {
        min-width: 100%;
    }

    .visual .catch_txt {
        width: 86%;
        padding-left: 5vw;
        margin: 10px auto 0;
        text-align: left;
        font-size: 3.85vw;
        font-weight: 500;
        letter-spacing: 0.05em;
        font-feature-settings: "palt"1;
    }

    .visual .outline {
        width: 87%;
        margin: 15px auto 0;
        padding-left: 4vw;
        font-size: 5.48vw;
        font-weight: 900;
        color: #585858;
        text-align: left;
        letter-spacing: 0.4vw;
    }

    .visual .main_ttl {
        font-size: 0;
        width: 85%;
        max-width: 580px;
        margin: 20px auto 15px;
    }

    .visual .open-day {
        font-size: 0;
        width: 85%;
        max-width: 580px;
        margin: 0 auto;
    }

    .visual .main_image_wrap {
        min-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .visual .main_image {
        font-size: 0;
        width: 100%;
        max-width: 580px;
        min-width: 320px;
        height: 0;
        margin: 20px auto;
        padding-top: 84.33%;
        background: url(../img/index/image_kv_sp.gif) top center no-repeat;
        background-size: 100% auto;
        position: relative;
        left: 0;
    }

    .main_image_In {
        margin: 0 auto;
    }
}

/* ----------------------------- コンセプト ----------------------------- */

.concept {
    min-width: 1024px;
    background: #ecf1f4;
    margin: 0 auto;
    padding: 80px 0;
    overflow: hidden;
}

.concept .concept_ttl {
    margin: 0 auto 60px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
}

.concept .concept_txt {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.concept .concept_txt p {
    margin-bottom: 2em;
}

.about_btn {
    max-width: 330px;
}


@media screen and (max-width : 750px) {

    #concept {
        margin-top: -60px;
        padding-top: 60px;
    }

    .concept {
        width: 100%;
        min-width: 320px;
        padding: 35px 0;
    }

    .concept .concept_ttl {
        margin: 0 auto 30px;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-align: center;
        line-height: 1.7;
    }

    .concept .concept_txt {
        margin: 0 auto 35px;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 2;
        font-feature-settings: "palt"1;
    }

    .about_btn {
        width: 90%;
        max-width: 90%;
    }



}












@media screen and (max-width : 640px) {}