@charset "UTF-8";

/* -------------------------
      共通項目
--------------------------*/
.business__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    margin: auto;
    padding: 80px 0;
    max-width: 1100px;
}
.business__info {
    width: 50%;
    max-width: 429px;
    margin: 0px 6%;
}
.business__img {
    width: 56%;
}
.business__info-img {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.business__info-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}
.business__info-text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: justify;
    margin-top: 46px;
}
.business__slider {
    width: 48%;
    min-height: 390px;
}
.build-inner{
    width: 50%;
    margin-bottom: -50px;
}
.build-inner:last-child{
    margin-bottom: -60px;
}
.build__block-img {
    width: 50%;
    max-width: 576px;
}
.build__block-title--img {
    width: 80%;
    max-width: 144px;
}
.build__block-title--ja {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-top: 17px;
    line-height: 24px;
}
.mansion-build__block-title--ja{
    line-height: 30px;
    /* margin-right: 26px; */
}
.apartment-build__block-title--ja{
    line-height: 22px;
    margin-top: 10px;
}
.build__item-text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 20px;
}
.build__block-title--ja.sp-only{
    display: none;
}
@media (max-width: 788px) {
    .build__block-img{
        width: 100%;
        background: url(../img/sp-only-bg-beige.png);
        max-width: none;
    }
    .business__container{
        flex-direction: column-reverse;
        width: 100%;
        padding: 0px 0px 76px 0px;
    }
    .business__info{
        width: 100%;
        max-width: none;
        /* margin: 40px auto 0 auto; */
    }
    .business__img {
        width: 100%;
    }
    .business__info-title.sp-only{
        font-size: 18px;
        line-height: 22px;
        width: 88%;
        margin: 66px auto  14px auto;
    }
    .build__block-title--ja.sp-only{
        display: block;
        width: 88%;
        margin: auto;
        margin-bottom: 14px;
    }
    .business__slider{
        width: 100%;
        min-height: auto;
        margin-bottom: 46px;
    }
    .business__info-text{
        width: 88%;
        margin: auto;
        margin-top: 46px;
    }
    .hotel__info-toptext{
        margin-top: 80px;
    }
    .business__info-img{
        width: 80%;
        max-width: 275px;
        margin: auto;
        margin-bottom: 38px;
        margin-top: 40px;
    }
    .hotel__info-text{
        width: 88%;
        margin: auto;
    }
    .build__block-title--ja{
        margin-top: 12px;
        margin-bottom: 27px;
        font-size: 14px;
        line-height: 18px;
    }
    .build__item-text{
        font-size: 15px;
        width: 85%;
        margin: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .build__block-title--img{
        width: 35%;
        min-width: 110px;
    }
    .mansion-build__block-title--ja{
        margin-right: 0px;
    }
}
/* 左寄せ */
.business__container--left {
    position: relative;
    margin-bottom: 150px;
}
.build__block--left {
    width: 87%;
    /* padding-bottom: 40px; */
    border-radius: 0 20px 20px 0;
}
.build__block-common--left {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: auto;
    min-width: fit-content;
    margin: auto;
    margin-left: 12.7%;
    padding: 80px 0 0 0;
    border-radius: 0 20px 20px 0;
}
.build__block-title--left {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 40px;
    width: 100%;
}
.hotel-title-height{
    line-height: normal;
}
.build__block-item--left {
    width: 110%;
    min-height: 262px;
    border-radius: 20px 0 0 20px;
    margin-top: 10%;
    margin-left: -30px;
}
.overseas-build__block-item--left{
    min-height: unset;
}
.used-build__item--left{
    display: flex;
}
.used-build__item--left .build__item-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.build__item--left {
    width: 100%;
    max-width: 414px;
    margin: 0 60px 30px 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 788px) {
    .build-inner{
        width: 100%;
    }
    .build-inner.build-inner-2{
        margin-top: 74px;
    }
    .build__block--left{
        width: 100%;
        max-width: none;
    }
    .build__block-common--left{
        flex-direction: column-reverse;
        padding: 0px;
        background-color: #fff;
        margin-left: 0;
        background-image: url(../img/sp-only-bg-beige.png);
        background-position: 100% 65%;
        background-size: 120vw;
        background-repeat: no-repeat;
    }
    .build__block-title--left{
        width: 60%;
        line-height: 32px;
        max-width: none;
        min-width: none;
        font-size: 18px;
        margin-bottom: 24px;
    }
    .build__block-title--ja{
        font-size: 15px;
    }
    .business__container--left{
        margin-bottom: 52px;
    }
    .build__item--left{
        width: 88%;
        margin: 0 auto;
    }
    .build__block-item--left{
        margin-left: auto;
        margin-top: 20px;
        width: 95%;
    }
    .build__item-left--design{
        padding-bottom: 40px;
    }
}
/* 右寄せ */
.business__container--right {
    position: relative;
    margin-bottom: 80px;
}
.build__block--right {
    width: 87%;
    margin: 0 0 0 auto;
    border-radius: 20px 0 0 20px;
}
.build__block-common--right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: auto;
    min-width: fit-content;
    margin: 0 12.7% 0 auto;
    padding-top: 80px;
    border-radius: 20px 0 0 20px;
}
.build__block-title--right {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    margin-right: 40px;
}
.business-block-title{
    margin-top: 0;
}
.build__block-item--right {
    border-radius: 0 20px 20px 0;
    min-height: 262px;
    margin-top: 10%;
    margin-right: -30px;
}
.build__item--right {
    width: 100%;
    max-width: 414px;
    padding: 40px 60px 40px 0;
    margin: 0 0px 30px auto;
}
.other-build__block-title--left{
    margin-top: 30px;
}
.other-build__block-title-top{
    max-width: 460px;
    margin: auto;
    margin-top: 30px;
    margin-right: 40px;
}
.overseas-build__block-item--right,
.overseas-build__block-item--left,
.used-build__block-item--right,
.used-build__block-item--left{
    bottom: 20px;
}
.overseas-build__item--left,
.overseas-build__item--right{
    min-height: unset;
}
.overseas-build__item--left{
    display: flex;
}
.overseas-build__item--right,
.overseas-build__item--left{
    flex-direction: row;
    align-items: stretch;
    padding-bottom: 40px;
    min-height: 300px; 
}
.overseas-build__item--right .build__item-text,
.overseas-build__item--left .build__item-text{
    display: flex;
    justify-content: center;
    align-items: center;
}
.used-build__item--right{
    flex-direction: row;
    align-items: center;
    min-height: 262px;
}
.other-business-container-right{
    margin-bottom: 150px;
}
@media (min-width: 1550px){
    .overseas-build__block-item--left .overseas-build__item--left,
    .overseas-build__block-item--right .overseas-build__item--right{
        min-height: 262px;
    }    
}
@media (max-width: 788px) {
    .build__block-common--right{
        flex-direction: column-reverse;
        padding: 0px;
        background-color: #FFFFFF;
        margin-right: 0;
        background-image: url(../img/sp-only-bg-beige.png);
        background-position: 100% 65%;
        background-size: 120vw;
        background-repeat: no-repeat;
    }
    .build__block-title--right{
        width: auto;
        line-height: 22px;
        max-width: none;
        min-width: none;
        font-size: 18px;
        margin-bottom: 24px;
    }
    .build__block-item--right{
        position: static;
        width: 95%;
        margin-right: auto;
        margin-top: 20px;
    }
    .overseas-build__block-item--right,
    .used-build__block-item--right{
        margin-top: 40px;
    }
    .overseas-build__block-item--left,
    .used-build__block-item--left{
        margin-top: 72px;
    }    
    .build__block--right{
        width: 100%;
    }
    .build__item--right{
        width: 88%;
        margin: auto;
        padding-right: 0;
    }
    .other-build__block-title-top{
        max-width: none;
    }
    .low-content__inner{
        margin: 0px auto 0px auto;
    }    
    .flex-right{
        justify-content: flex-end;
        width: 85%;
        margin: auto;
    }
    .business-bg-img{
        position: absolute;
        max-height: 285px;
    }
    .low-content{
        max-height: 195px;
    }
    .work-and-pro-container--right .build__block-item--right{
        width: 93%;
    }
    .business-block-title{
        margin-top: 50px;
    }
    .other-build__block-title--left{
        margin-top: 0px;
    }
}
@media(max-width: 540px){
    .overseas-build__block-item--right,
    .overseas-build__block-item--left,
    .used-build__block-item--left,
    .used-build__block-item--right{
        margin-top: 20px;
    }
}
/* -------------------------
      エリア別一覧共通項目
--------------------------*/
.business-map__container {
    width: 94%;
    margin: auto;
}
.business-map__map {
    padding-top: 40px;
}
.business-map__apart-map{
    padding-top: 40px;
}
.business-map__title {
    width: 78%;
    margin: auto;
    max-width: 1280px;
}
.apartment-map{
    margin-top: 85px;
}

@media (max-width: 788px) {
    .business-map__container{
        margin-top: -80px;
        width: 100%;
    }
    .business-map__map{
        padding-top: 0;
    }
    .business-map__apart-map{
        padding-top: 40px;
    }
    .business-map__container.apartment-map{
        margin-top: 35px;
    }
    .business-map__title{
        width: 100%;
        margin: auto;
    }
    .mansion-map-section{
        margin-top: 150px;
    }
}

/* -------------------------
      CTA項目
--------------------------*/
.cta__container {
    position: relative;
}
.cta-container__back-img {
    width: 85%;
    max-width: 1000px;
    margin: 50px auto;
    padding: 40px 0px;
    background: url(../img/cta__business-backimg.png);
    background-size: 100% 100%,contain;
    background-repeat: no-repeat;
}
.cta-container__common {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: -45px;
}
.cta-container__common-img {
    width: 58%;
}
.cta-container__common-text {
    width: 38%;
}
.cta-container__title--ja {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.cta-container__title--en {
    display: block;
    font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 14px;
}
.cta-container__common-text--text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: justify;
    margin: 30px 0;
}
@media (max-width: 788px) {
    .cta__container{
        margin-top: 34px;
        margin-bottom: 41px;
    }
    .cta-container__back-img{
        width: 95%;
        background: none;
        padding: 0;
        margin: 0 auto;
    }
    .cta-container__common{
        width: 100%;
        position: static;
        transform: translate(0);
        display: block;
    }
    .sp-cta-container__common{
        background: url(../img/sp-cta-business-backimg.png);
        background-repeat: no-repeat;
        padding-top: 24px;
        background-size: 100% 102%;
        background-position: 0px 0px;
        background-position: center top;
        margin: auto;
    }
    .cta-container__common-img{
        width: 90%;
        margin: auto;
        margin-top: 0px;
    }
    .cta-container__common-text{
        width: 85%;
        margin: auto;
    }
    .cta-container__title--ja{
        margin-top: 27px;
        font-size: 18px;
    }
    .cta-container__title--en{
        font-size: 15px;
        line-height: 18px;
    }
    .cta-container__title{
        width: 88%;
        margin: auto;
    }
    .cta-container__common-text--text{
        width: 88%;
        margin: auto;
        margin-top: 24px;
        margin-bottom: 5px;
    }
    .sp-bussines-more-btn{
        padding-bottom: 28px;
    }
}

/* -------------------------
      マンション開発事業
--------------------------*/
.business__info-img--quador {
    width: 45%;
}
.business__info-img--wecras {
    width: 54%;
    margin: 20px 0 0 auto;
}
.business__info-img--cherim {
    width: 50%;
}
@media (max-width: 788px) {
    .business__info-img--cherim {
        margin: auto;
    }
}

/* -------------------------
      ホテル開発事業
--------------------------*/
.business-hotel__container {
    background-image: url(../img/business__hotel--map.png);
    background-size: 720px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 120px auto;
}
.business-hotel__info {
    width: 40%;
}
.business-hotel__text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 27px;
    text-align: justify;
    margin-top: 50px;
}
.business-hotel__link {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 80px;
    width: 290px;
    margin-left: auto;
    padding-left: 15px;
    text-align: left;
}
.business-hotel__link-list {
    margin: 10px auto 10px 0;

}
.business-hotel__link-list:hover {
    opacity: 0.8;
}
.business-hotel__link-list > .business-hotel__btn{
}
.business-hotel__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: normal;
}
.business-hotel__btn::before {
    content: url(../img/content__triangle--gold.png);
    transform: scale(0.5);
    display: block;
    margin-right: 10px;
}
@media(max-width: 1300px){
    .business-hotel__container{
        background-size: 65%;
        background-position: 15% 40%;
    }
}
@media (max-width: 788px) {
    .business-hotel__btn{
        font-size: 13px;
    }
    .business-hotel__link{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: auto;
        width: 70%;
        min-width: 350px;
        padding-left: 0;
        margin-top: 51px;
    }
    .business-hotel__btn::before {
        margin-right: 0;
        transform: scale(0.4);
    }
    .business-hotel__link-list{
        width: 50%;
    }
}

/* スライド部分 */
.business__slider .slick-dots {
    right: 0;
    left: auto;
    top: 100%;
    margin-top:15px;
}

@media (max-width: 788px) {
    .business__slider .slick-dots {
        display: flex;
        justify-content: center;
        transform: none;
        left: 0;
        bottom: -50px;
    }
    .business-hotel__container{
        margin: 132px auto 71px auto;
        background: none;
    } 
    .business-hotel__info{
        margin: auto;
        width: 94%;
    }
    .sp-hotel-map{
        width: 95%;
        margin: 29px auto 51px auto;
    }
}

/* -------------------------
      賃貸管理事業
--------------------------*/
.rental__container {
    margin: 60px 0;
}

/* -------------------------
      クラウドファンディング
--------------------------*/

.crowd-mv{
    position: relative;
}
.crowd-sp-mv{
    position: absolute;
    max-width: 270px;
    z-index: 100;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.crowd-mv__block{
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.crowd-mv__message{
    font-size: 35px;
}
.text-bg-white{
    padding: 5px;
    background:#fff;
}
.crowd-mv__content{
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    font-weight: bold;
}
.property-link{
    max-width: 1000px;
    margin: 60px auto 75px auto;
    position: relative;
}
.action-btn--crowd{
    display: flex;
    justify-content: center;
    padding: 22px 10px 22px 0;
    width: 220px;
    position: absolute;
    border-radius: 35px;
    bottom: 20px;
    left: 6%;
}
.action-btn--crowd:hover{
    opacity: 0.8;
}
.action-btn--crowd .action-btn--white{
    position: absolute;
    right: 8px;
    top: 16px;
    width: 36px;
    height: 36px;
    background-color: #fff;
}
.title-block{
    text-align: center;
    margin-bottom: 50px;
}
.crowd-title{
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 22px;
    line-height: 1;
}
.crowd-title--en{
    color: #9D8136;
    font-size: 19px;
}
.crowd-container{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    letter-spacing: 0.05em;
}
.beginner-block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.beginner-block__img{
    max-width: 500px;
    width: 45%;
    margin-right: 2.9%;
}
.beginner-content{
    max-width: 423px;
    width: 45%;
}
@media(max-width: 788px){
    .crowd-mv__block{
        left: 50%;
        top: 25%;
    }
    .crowd-mv__message{
        font-size: 24px;
    }
    .crowd-mv__content{
        margin-top: 18px;
        width: 294px;
    }
    .text-bg-white{
        line-height: 42px;
    }
    .property-link{
        width: 96%;
        max-width: 520px;
    }
    .action-btn--crowd{
        bottom: 8%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .crowd-title{
        font-size: 18px;
        padding-bottom: 13px;
    }
    .beginner-block{
        flex-direction: column;
    }
    .beginner-content{
        width: 88.2%;
        font-size: 16px;
        margin-top: 37px;
    }
    .crowd-title--en{
        font-size: 15px;
    }
    .beginner-block__img{
        width: 95.8%;
        margin-right: 0;
    }
}

/*投資*/
.investment{
    width: 100%;
    padding-top: 68px;
    margin-top: 55px;
    padding-bottom: 84px;
}
.investment-block{
    display: flex;
    justify-content: center;
    width: 81.6%;
    margin: auto;
}
.investment-block:not(last-child){
    margin-bottom: 50px;
}
.investment-block__img{
    max-width: 390px;
    width: 50%;
    margin-right: 2.9%;
}
.investment-title--sub{
    margin-bottom: 35px;
    font-size: 20px;
}
.investment-block__inner{
    max-width: 420px;
    width: 85.3%;
}
.investment-content{
    font-size: 16px;
}
.investment-content--caution{
    margin-top: 14px;
    font-size: 10px;
}
@media(max-width: 788px){
    .investment{
        padding-top: 75px;
        padding-bottom: 5px;
    }
    .investment-block{
        flex-direction: column;
    }
    .investment-block__inner{
        width: 100%;
        margin: auto;
    }
    .investment-block__img{
        width: 100%;
        margin: auto;
    }
    .investment-title--sub{
        margin-top: 24px;
        margin-bottom: 24px;
        text-align: center;
        font-size: 18px;
    }
    .investment-content{
        margin: auto;
    }
    .investment-content--caution{
        margin-top: 20px;
        font-size: 10px;
    }
}

/*CMギャラリー*/
.movie{
    margin-top: 64px;
}
.cm-movie{
    max-width: 300px;
}
.movie-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content max-content 1fr auto;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
}
.yt-title{
    font-size: 16px;
    font-weight: 700;
    margin-top: 17px;
}
.movie-thumbnail{
    max-width: 300px;
    height: 168px;
    object-fit: cover;
}
@media(max-width: 788px){
    .movie-block{
        display: block;
    }
    .movie-block__item{
        margin: auto;
        width: 76.5%;
        min-width: 300px;
    }
    .movie-block__item:not(first-child){
        margin-top: 40px;
    }
    .movie-thumbnail{
        max-width: none;
        height: auto;
        object-fit: unset;
    }
}
/* -------------------------
      その他事業
--------------------------*/
.others-content {
    padding: 40px 0 100px 0;
}
.others-common {
    margin: auto;
    padding: 40px 0 18px 0;
}
.others-common:not(:last-child) {
    border-bottom: 1px solid #CECECE;
}
.others-common__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 32px 0 10px 0;
}
.others-common__block-img {
    width: 32%;
}
.others-common__block-text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 27px;
    text-align: justify;
    width: 60%;
}
.two-line{
    line-height: 40px;
}
@media (max-width: 788px) {
    .others-content{
        padding: 0 0 51px;
    }
    .others-common{
        padding-bottom: 0px;
    }
    .others-content .page__common-title{
        width: 89%;
        margin: auto;
    }
    .others-common__block{
        flex-direction: column;
        width: 82%;
        margin: 30px auto 0 auto;
    }
    .others-content .page__common-title .page__common-title--en{
        line-height: 23px;
        font-size: 19px;
    }
    .others-common__block-img{
        width: 100%;
    }
    .others-common__block-text{
        width: 100%;
        margin-bottom: 45px;
        margin-top: 34px;
    }
    .others-content .others-common__block{
        width: 89%;
    }
    .others-common .more__btn{
        margin-bottom: 45px;
    }
}

/* -------------------------
      第三階層共通部分
--------------------------*/
.third-layer {
    padding-top: 100px;
}
@media (max-width: 788px) {
    .third-layer{
        padding-top: 46px;
    }
}

/*スマホだけの背景*/
.sp-only-bg{
    display: none;
}
@media (max-width: 788px) {
    .sp-only-bg{
        display: block;
        content: '';
        background-color: #F5F5F0;
        width: 100%;
    }
    .pc-only{
        display: none;
    }
}

/*背景色*/
.business-bg-beige{
    background-color: #F5F5F0;
}
/* .business-bg-gray{
    background-color: #FAFAFA;
} */
@media(max-width: 788px){
    .business-bg-beige{
        background-color: #fff;
    }
    .pickup-bg-gray{
        background-color: #fff;
    }
}

/*アパートスライド*/
.pickup__container-img img{
    border-radius: 20px;
    max-height: 506px;
    height: auto;
    object-fit: fill;
}
@media (max-width: 1600px){
    .pickup__container-img img{
        max-height: 443px;
    }
}
@media (max-width: 1100px){
    .pickup__container-img img{
        max-height: 443px;
    }
}
@media(max-width: 788px){
    .slick-prev,.slick-next{
        width:56px;
        height: 56px;
        background:white;
        border-radius: 50%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        z-index: 1000;
        text-align: center;
    }
    .slick-next{
        right: -15px;
        transform: translate(0%, -225%);
        top: 50%;        
    }
    .slick-prev{
        left: -15px;
        top: 50%;
        transform: translate(0%, -225%);
    }
    .slick-prev:hover,.slick-next:hover{
        background:white;
    }
    .slick-prev:before,.slick-next:before{
        font-family: inherit;
        font-size: 30px;
        color: #40400B;
        line-height: 56px;
    }
    .slick-prev:before{
        content:'→';
    }
    .slick-prev:before{
        content:'←';
    }
}
@media(max-width: 640px){
    .pickup__container-img img{
        max-height: 450px;
    }
}
@media(max-width: 500px){
    .pickup__container-img img{
        max-height: 360px;
    }
}
@media(max-width: 420px){
    .pickup__container-img img{
        max-height: 300px;
    }
}