/*------------------------------------ファーストビュー*/
.hero_headline{
    position: absolute;
    top: 55%;
    left: 30px;
    font-size: 26px;
    line-height: 3

}


.hero_headline span{
    padding: 20px 30px;
    border-radius: 20px;
    background-color: #fff;
}





span.hero_headline_under{
    margin-top: 80px;
}


.hero_headline_under strong{
    position: relative;
        padding: 0 15px;
    margin: 0 10px;
}



.hero_headline_under strong:before {
    content: '';
    display: inline-block;
     width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
    background-image: url(../img/base/icon_start.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
}

.hero_headline_under strong:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/base/icon_end.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    right: -24px;
    bottom: 0;
    background-size: contain;
}




@media screen and (max-width: 896px) {
.hero_headline{
    top: 55%;
    left: 30px;
    font-size: 18px;
    line-height: 2.8;
}
.hero_headline span{
padding: 10px 15px;
}




.hero_headline_under strong:before {
     width: 20px;
    height: 20px;
    left: 0;
    top: -5px;
}

.hero_headline_under strong:after {
    width: 20px;
    height: 20px;
    right: -10px;
    bottom: -5px;
}



}





@media screen and (max-width: 480px) {
.hero_headline{
    left: 10px;
    top: 65%;
    font-size: 14px;
}
.hero_headline{
    line-height: 3.1;
}
}






@media screen and (max-width: 370px) {
.hero_headline{
    font-size: 12px;
    padding:5px 7px;
}

.hero_headline_under strong:before {
     width: 15px;
    height: 15px;
    left: 0;
    top: -5px;
}

.hero_headline_under strong:after {
    width: 15px;
    height: 15px;
    right: -10px;
    bottom: -5px;
}
.hero_headline_under strong{
    padding: 0 7px;
    margin: 0 5px;
}
}







/*----------------------------特徴*/
.feature_contents_image {
    float: left;
    width: 74%;
}


.feature_contents:nth-child(3) .feature_contents_image {
    float: right;
    width: 74%;
}

.feature_contents_image img{
    width: 100%;
}

.feature_contents_second{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    width: 38%;
    top: 80px;
    right: 0px;
    position: absolute;
}

.feature_contents:nth-child(3) .feature_contents_second{
    left: 0px;
}

.feature_contents_second_text{
    line-height: 2;
}

.feature_contents_second_headline{
    font-size: 28px;
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
}

.feature_contents_number_text span {
    font-size: 50px;
}

.feature_contents_number_text {
    font-size: 20px;
    line-height: 1.2;
    color: #ff8d6e;
    padding: 20px;
    text-align: center;
    font-family: "Courgette", "cursive", "serif";
}

.feature_contents{
    margin-bottom: 80px;
    position: relative;
}


.feature_contents_number {
    background-image: url(../img/base/orange_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    background-position: center;
    margin-top: -100px;
}

/*
.feature_contents:nth-child(3) .feature_contents_number{
    background-image: url(../img/base/purple_bg.png);
}



.feature_contents:nth-child(3) .feature_contents_number_text{
    color: #949bdc;
}
*/

@media screen and (max-width: 896px) {

.feature_contents_second{
    width: 100%;
    position: static;
    margin-top: 100px;
}
.feature_contents_image {
    float: none;
    width: 100%;
}

.feature_contents:nth-child(3) .feature_contents_image {
    float: none;
    width: 100%;
}
.feature_contents_second_headline{
    font-size: 20px;
}

.feature_contents{
    margin-bottom: 50px;
}


}






@media screen and (max-width: 480px) {
.under_btn_left,
.under_btn_right{
font-size: 16px;
padding:20px 30px;
}

.feature_contents_second{
    width: 100%;
    position: static;
    margin-top: 70px;
}




.under_btn_left::before {
    top: 45px;
        left: 15px;
}

.under_btn_right::after {
    top: 45px;
            right: 15px;
}
.feature_contents_number {
    margin-top: -80px;
}



}











/*-----------------------------------------フロア紹介*/
.floor_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floor_item img{
    width: 100%;
}

.floor_item_image{
    margin-bottom: 50px;
}

.floor_item_main{
    margin-bottom: 50px;
}

.floor_item_image img{
    width: 100%;
}



.floor_item_main{
    width: 48%;
}

.floor_item_main_headline{
    font-size: 24px;
    margin: 20px 0;
}


@media screen and (max-width: 1024px) {

.floor_item_main_headline{
    font-size: 18px;
}

}



@media screen and (max-width: 720px) {
.floor_item{
    flex-direction: column;
}
.floor_item_main{
    width: 100%;
}
}







@media screen and (max-width: 480px) {
.feature_contents_number_text span {
    font-size: 30px;
}
}







/*----------------------------------------ご入居対象者*/
.common_client_item{
    position: relative;
    font-size: 20px;
    line-height: 3;
    font-weight: bold;
}

.common_client{
    padding: 0 0 50px;
}

.common_client_item::before{
content: '';
    display: inline-block;
    width: 30px;
    left: -32px;
    height: 30px;
    top: 20px;
    background-image: url(../img/base/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.common_client_item_text{
    text-align: center;
}

.common_client{
    width: 50%;
    float: left;
}

.common_client_second{
    width: 100%;
}

@media screen and (max-width: 1024px) {

.common_client{
    width: 100%;
    float: none;
}

.common_client{
    padding: 0px;
}
.common_client_item{
    font-size: 16px;
    line-height: 2.2;
}

.common_client_item::before{
    width: 20px;
    height: 20px;
    top: 10px;
}

.common_client_inner{
padding: 0px 0px 0px 50px;

}
.common_client_item_text{
    margin-top: 50px;
}

}



/*--------------------------------------下層移動ボタン*/


.under_btn_left {
    position: relative;
    transition: all .3s;
}

.under_btn_left::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 55px;
    left: 20px;
    background-image: url(../img/base/under_btn_left.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.under_btn_right {
    position: relative;
    transition: all .3s;
}

.under_btn_right::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 55px;
    right: 20px;
    background-image: url(../img/base/under_btn_right.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.under_btn_left:hover {
    transform: translateY(-5px);
}

.under_btn_right:hover {
    transform: translateY(-5px);
}





.under_btn_left,
.under_btn_right{
width: 48%;
padding: 20px 50px;
background-color:#ffe5dd;
border-radius: 20px;
text-align: center;
display: block;
font-size: 20px;
color: #393939;
font-weight: bold;
}


.under_btn_left span,
.under_btn_right span{
font-size: 14px;
color: #ff8d6e;
font-family: "Courgette", "cursive", "serif";
}


.under_btn_left{
    float: left;
}

.under_btn_right{
    float: right;
}






@media screen and (max-width: 896px) {
.under_btn_left,
.under_btn_right{
font-size: 14px;
}

.under_btn_right::after {
    top: 38px;
}
.under_btn_left::before {
    top: 38px;
}


}


@media screen and (max-width: 720px) {
.under_btn_left,
.under_btn_right{
font-size: 20px;
}

    .under_btn_left{
    float: none;
}

.under_btn_right{
    float: none;
}
.under_btn_left,
.under_btn_right{
width: 100%;
}

.under_btn_left{
    margin-bottom: 30px;
}


.under_btn_left::before {
    display:none;
}

.under_btn_left::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 55px;
    right: 20px;
    background-image: url(../img/base/under_btn_right.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.under_btn_right::after {
    top: 55px;
}


}






@media screen and (max-width: 480px) {
.under_btn_left,
.under_btn_right{
font-size: 16px;
padding: 20px 40px;
}


.under_btn_left::after {
    top: 40px;
    right: 10px;
}
.under_btn_right::after {
    top: 40px;
        right: 10px;
}

}



@media screen and (max-width: 320px) {
.under_btn_left,
.under_btn_right{
font-size: 14px;
padding: 20px 30px;
}
}

