@charset "utf-8";

/*-----------------------------------------------
    secEstate
-----------------------------------------------*/
.secEstate{
    display: flex;
}
@media only screen and (max-width:1215px){
    .secEstate{
        display: block;
    }
}
.secListSearch{
    width: 32rem;
}
.secListSearch .listSearchBox + .listSearchBox{
    margin-top: 3rem;
}
.secListSearch .topTit{
    background: var(--textColor);
    color: var(--whiteColor);
    padding: 1.4rem 2rem;
    font-size: var(--pcFS15);
    line-height: var(--pcLH15_22);
    font-weight: bold;
}
.secListSearch .listSearchInBox{
    box-shadow: 0 0 1.5rem var(--blackColor_6);
    background: var(--whiteColor);
    padding: 3rem 2rem;
    border-radius: 0 0 2rem 2rem;
}
.secListSearch .labelCheck input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secListSearch .labelCheck{
    position: relative;
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_26);
    display: inline-block;
}
.secListSearch .labelCheck .txtCheck{
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 3rem;
}
.secListSearch .labelCheck .txtCheck::before{
    position: absolute;
    content: "";
    flex-shrink: 0;
    top: 0;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.5rem;
    background: var(--whiteColor);
    border: solid 0.1rem var(--estateborderColor);
}
.secListSearch.lazyloaded .labelCheck input[type="checkbox"]:checked + .txtCheck::before{
    background: url(../img/estate/iconCheckbox.png) center center / 1.4rem auto no-repeat var(--whiteColor);
}
.secListSearch .listBox{
    margin-top: 2rem;
}
.secListSearch .listTit{
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_26);
    background: var(--gray_lightColor_2);
    border-radius: 1rem;
    padding: 1.2rem 2rem;
    position: relative;
    cursor: pointer;
}
.secListSearch .listTit::after,
.secListSearch .listTit::before{
    position: absolute;
    content: "";
    width: 1.4rem;
    height: 0.2rem;
    right: 2rem;
    top: calc(50% - 0.1rem);
    background: var(--textColor);
}
.secListSearch .listTit::before{
    transform: rotate(90deg);
}
.secListSearch .listTit.active::before{
    display: none;
}
.secListSearch .listSearch{
    margin-top: 1.5rem;
    padding-left: 2rem;
    display: none;
}
.secListSearch .selectTit + .listSearch{
    display: block;
    padding-left: 0;
}
.secListSearch .listSearchItem + .listSearchItem{
    margin-top: 1rem;
}
.secListSearch .selectBox + .selectBox{
    margin-top: 3rem;
}
.secListSearch .selectTit{
    font-size: var(--pcFS14);
    font-weight: bold;
}
.secListSearch .flexBox{
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.secListSearch .flexBox02{
    display: block;
}
.secListSearch .flexBox02 .boxselect + .boxselect{
    margin-top: 1rem;
}
.secListSearch .boxselect{
    position: relative;
}
.secListSearch .boxselect::after{
    content: "";
    position: absolute;
    width: 0.9rem;
    height: 0.7rem;
    background-color: var(--textColor);
    top: calc(50% - 0.4rem);
    right: 1rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secListSearch .boxselect.w126{
    width: 12.6rem;
}
.secListSearch .boxselect.w100{
    width: 100%;
}
.secListSearch select,
.secListSearch textarea{
    appearance: none;
    height: 5rem;
    color: var(--textColor);
    background: var(--gray_lightColor_2);
    border-radius: 1rem;
    font-size: var(--pcFS16);
    letter-spacing: var(--pcLS16);
    padding: 0.5rem 1.5rem;
    font-family: inherit;
    border: none;
    width: 100%;
}
.secListSearch .txtIn{
    font-size: var(--pcFS12);
    margin: 0 0.8rem;
}
.secListSearch input[type="text"]{
    width: 100%;
    height: 5rem;
    padding: 1.5rem;
    font-size: var(--pcFS16);
    line-height: var(--pcLH16_24);
    resize: none;
    margin-top: 1.5rem;
}
.secListSearch .wordBox{
    width: 14rem;
    margin: 2rem 0 0 auto;
}
.secListSearch .wordInner{
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    border: solid 0.1rem var(--textColor);
    font-size: var(--pcFS14);
    font-weight: bold;
}
.secListSearch .wordTxt{
    position: relative;
    padding-left: 2rem;
}
.secListSearch .wordTxt::after{
    position: absolute;
    content: "";
    width: 1.6rem;
    height: 1.7rem;
    top: calc(50% - 0.85rem);
    left: 0;
}
.secListSearch.lazyloaded .wordTxt::after{
    background: url(../img/estate/iconWord.png) center top / cover;
}
.secListSearch .spTitBox{
    display: none;
}
@media only screen and (max-width:1215px){
    .secListSearch{
        width: 100%;
        box-shadow: inset 0rem -0.1rem 0rem 0rem rgba(4, 0, 0, 0.1);
        border-radius: 1rem;
        background: var(--whiteColor);
    }
    .secListSearch .spTitBox{
        display: block;
        padding: 1.9rem 4rem;
        position: relative;
    }
    .secListSearch .spTitBox::after,
    .secListSearch .spTitBox::before{
        position: absolute;
        content: "";
        width: 1.2rem;
        height: 0.2rem;
        right: 2rem;
        top: calc(50% - 0.1rem);
        background: var(--textColor);
    }
    .secListSearch .spTitBox::before{
        transform: rotate(90deg);
    }
    .secListSearch .spTitBox.active::before{
        display: none;
    }
        .secListSearch .spTit{
        font-size: var(--spFS12);
        font-weight: bold;
        position: relative;
    }
    .secListSearch .spTit::after{
        position: absolute;
        content: "";
        width: 1.6rem;
        height: 1.7rem;
        top: calc(50% - 0.85rem);
        left: -2rem;
    }
    .secListSearch.lazyloaded .spTit::after{
        background: url(../img/estate/iconWord.png) center top / cover;
    }
    .secListSearch .mainBox{
        display: none;
    }
}
/* secEstateList */
.secEstateList{
    width: calc(100% - 32rem);
    margin-left: 4rem;
}
.secEstateList .memberTitBox{
    margin-top: 3rem;
}
.secEstateList .list{
    margin-top: 4rem;
}
.secEstateList .listItem{
    position: relative;
    height: auto;
}
.secEstateList .listItem:nth-child(n+2){
    margin-top: 2rem;
}
.secEstateList .link{
    position: relative;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 0 2rem 2rem 2rem;
    border: 1px solid var(--gray_lightColor);
    box-shadow: 0 0 1.5rem var(--blackColor_6);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}
.secEstateList .boxIcon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.secEstateList .icon{
    width: auto;
    height: 2rem;
    font-size: var(--pcFS11);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0.8rem 0 0.8rem;
}
.secEstateList .iconNew {
    background-color: var(--yellowColor);
}
.secEstateList .iconRecommend {
    background-color: var(--orangeColor);
    color: var(--whiteColor);
}
/* boxThink */
.secEstateList .boxThink {
    position: absolute;
    top: -1rem;
    right: 3rem;
    width: auto;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0.8rem 0 0.8rem;
    background-color: var(--orange_lightColor)
}
.secEstateList .boxThink .txtThink {
    font-size: var(--pcFS11);
}
.secEstateList .boxThink .num {
    font-size: var(--pcFS14);
}
/* boxBtnFav */
.secEstateList .boxBtnFav{
    position: absolute;
    top: 3rem;
    right: 3rem;
}
.secEstateList .boxSliderRight .link{
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 3rem;
}
.secEstateList .boxSliderRight .rank1{
    background-color: var(--rank1bgColor);
    border-color: var(--rank1borderColor);
}
/* boxHead */
.secEstateList .boxHead{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secEstateList .boxImg{
    position: relative;
    width: 8rem;
}
.secEstateList .img{
    aspect-ratio: 80 / 80;
    border-radius: 100%;
    overflow: hidden;
}
.secEstateList .iconRank{
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    font-size: var(--pcFS20);
    color: var(--whiteColor);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--rankColor);
}
.secEstateList .iconRank.rank1{
    background-color: var(--rank1Color);
}
.secEstateList .iconRank.rank2{
    background-color: var(--rank2Color);
}
.secEstateList .iconRank.rank3{
    background-color: var(--rank3Color);
}
.secEstateList .boxTit{
    width: calc(100% - 10rem);
}
.secEstateList .boxTit .tit{
    max-width: calc(100% - 5rem);
    font-size: var(--pcFS26);
    line-height: var(--pcLH26_39);
    font-weight: bold;
}
.secEstateList .boxTit .txt{
    max-width: calc(100% - 5rem);
    position: relative;
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_20);
    padding-left: 1.6rem;
}
.secEstateList .boxTit .txt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.3rem;
    height: 1.7rem;
    background: right top / cover no-repeat;
}
.secEstateList .boxTit .txt.lazyloaded::before{
    background-image: url(../img/common/iconBtnMap_gray.png);
}
.secEstateList .boxTit .txt02::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: -0.2rem;
    width: 1.7rem;
    height: 1.7rem;
    background: right top / cover no-repeat;
}
.secEstateList .boxTit .txt02.lazyloaded::before{
    background-image: url(../img/estate/iconBtnMap_gray02.png);
}
.secEstateList .boxTit .tit,
.secEstateList .boxTit .txt,
.secEstateList .boxInfo .info{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEstateList .boxTit .boxList{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;/*任意の値*/
}
.secEstateList .boxTit .boxList{
    margin-top: 1.2rem;
}
.secEstateList .boxTit .item{
    font-size: var(--pcFS10);
    color: var(--greenColor);
    border: 1px solid var(--greenColor);
    padding: 0.6rem 0.3rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.secEstateList .boxTit .iconRed{
    color: var(--redColor);
    border-color: var(--redColor);
}
/* boxInfo */
.secEstateList .boxInfo{
    position: relative;
    width: 100%;
    margin-top: 3rem;
    display: flex;
    background-color: var(--gray_lightColor_2);
    padding: 1rem 2rem 1rem 0;
}
.secEstateList .boxInfoCard{
    display: flex;
    align-items: stretch;
}
.secEstateList .bgInfo{
    background-color: var(--gray_lightColor_2);
    border-radius: 1.2rem;
    padding: 1.5rem 1rem;
    width: 44rem;
}
.secEstateList .boxInfoCol{
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
    gap: 0.5rem;
}
.secEstateList .boxInfoCol + .boxInfoCol:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 65%;
    background-color: var(--gray_darkColor_2);
}
.secEstateList .boxInfo .iconPrice{
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: var(--pcFS10);
    color: var(--redColor);
}
.secEstateList .boxInfo .label{
    font-size: var(--pcFS12);
    color: var(--gray_darkColor);
}
.secEstateList .boxInfo .numRow{
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.4rem;
    margin: 0;
}
.secEstateList .boxInfo .num{
    font-size: var(--pcFS28);
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}
.secEstateList .boxInfo .numUnit{
    font-size: var(--pcFS20);
}
.secEstateList .boxInfo .unit,
.secEstateList .boxInfo .info{
    font-size: var(--pcFS12);
}
.secEstateList .boxInfoTxt{
    width: calc(100% - 44rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secEstateList .boxInfoTxt .boxImg{
    width: 11rem;
}
.secEstateList .boxInfoTxt .img{
    aspect-ratio: 110 / 80;
    border-radius: 0;
}
.secEstateList .boxInfoTxt .img::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--gray_darkColor_2);
}
.secEstateList .boxInfoTxt .txt{
    width: calc(100% - 13rem);
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_21);
    color: var(--gray_darkColor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(var(--pcFS13) * var(--pcLH13_21) * 3);
}
.secEstateList .boxInfoTxt .txt:only-child{
    width: 100%;
}
/* boxMember */
.secEstateList .boxMember{
    width: 100%;
    margin-top: 3rem;
    padding: 3rem 4rem;
}
.secEstateList .boxMemberInner{
    display: flex;
    align-items: center;
}
.secEstateList .boxMember .leftBox{
    display: flex;
    align-items: center;
    width: calc(100% - 36rem);
    justify-content: center;
    padding-right: 5rem;
}
.secEstateList .boxMember .tit{
    position: relative;
    font-size: var(--pcFS20);
    font-weight: bold;
    padding-left: 3rem;
}
.secEstateList .boxMember .tit:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: calc(50% - 1.25rem);
    left: 0;
    width: 2rem;
    height: 2.5rem;
    background: right top / cover no-repeat;
    opacity: 0.3;
}
.secEstateList .boxMember.lazyloaded .tit:before{
    background-image: url(../img/common/iconMember.png);
}
.secEstateList .boxMember .txt{
    font-size: var(--pcFS12);
    color: var(--gray_darkColor);
    margin-left: 1.5rem;
}
.secEstateList .boxMember .boxBtn{
    width: 36rem;
}
.secEstateList .boxMember .memberBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    border-radius: 1.5rem;
    background-color: var(--blackColor_333);
    color: var(--whiteColor);
    font-size: var(--pcFS13);
}
.secEstateList .estateFlexBox{
    display: flex;
}
.secEstateList .estateBox{
    width: 24rem;
    position: absolute;
    top: 4rem;
    right: 4rem;
}
.secEstateList .estateFlexBox .boxHead{
    width: calc(100% - 24rem);
    padding-right: 5rem;
    min-height: 11rem;
}
.secEstateList .boxThink,
.secEstateList .boxBtnFav{
    position: static;
}
.secEstateList .boxThink{
    margin-right: 1.5rem;
}
.secEstateList .estateInBox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.secEstateList .btnBox{
    margin-top: 1.5rem;
}
.secEstateList .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    border-radius: 2rem;
    color: var(--whiteColor);
    background-image: -moz-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
    background-image: -webkit-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
    background-image: -ms-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
    font-size: var(--pcFS14);
    font-weight: bold;
}
.secEstateList .btnTxt{
    position: relative;
    padding-left: 2.5rem;
}
.secEstateList .btnTxt::after{
    position: absolute;
    content: "";
    width: 2.1rem;
    height: 1.4rem;
    top: calc(50% - 0.7rem);
    left: 0;
}
.secEstateList.lazyloaded .btnTxt::after{
    background: url(../img/estate/icoEstateList.png) center top / cover;
}
.secEstateList .spBtnBox{
    display: none;
}
@media only screen and (max-width:1215px){
    .secEstateList{
        margin: 0;
        width: 100%;
    }
    .secEstateList .memberTitBox{
        margin-top: 2rem;
    }
    .secEstateList .list{
        margin-top: 2rem;
    }
    .secEstateList .listItem:nth-child(n+2){
        margin-top: 1rem;
    }
    .secEstateList .link{
        border-top-left-radius: 0;
        padding: 2rem 1.5rem 7.5rem;
    }
    .secEstateList .link.memberLink{
        padding: 2rem 1.5rem;
    }
    /* iconNew */
    .secEstateList .boxIcon{
        position: absolute;
        top: -0.8rem;
        left: 0;
        display: flex;
    }
    .secEstateList .icon{
        height: auto;
        font-size: var(--spFS10);
        padding: 0.5rem 0.2rem;
    }
    /* boxThink */
    .secEstateList .boxThink {
        top: -0.8rem;
        right: 1.5rem;
        height: auto;
        padding: 0.5rem;
    }
    .secEstateList .boxThink .txtThink {
        font-size: var(--spFS10);
    }
    .secEstateList .boxThink .num {
        font-size: var(--spFS13);
    }
    /* boxBtnFav */
    .secEstateList .boxBtnFav{
        top: 2rem;
        right: 1.5rem;
    }
    /* boxHead */
    .secEstateList .boxHead{
        flex-wrap: wrap;
        align-items: center;
        max-width: 100%;
    }
    .secEstateList .boxImg{
        width: 4rem;
        margin-left: 0.5rem;
    }
    .secEstateList .iconRank{
        top: -1rem;
        left: -1rem;
        width: 2.2rem;
        height: 2.2rem;
        font-size: var(--spFS12);
    }
    .secEstateList .boxTit{
        width: 100%;
        display: contents;
    }
    .secEstateList .boxTit .tit{
        max-width: calc(100% - 8rem);
        width: 100%;
        font-size: var(--spFS14);
        line-height: var(--spLH14_21);
        margin-right: 3rem;
    }
    .secEstateList .boxTit .txt{
        max-width: 100%;
        font-size: var(--spFS11);
        line-height: var(--spLH11_16);
        padding-left: 1.2rem;
        margin-top: 1rem;
    }
    .secEstateList .boxTit .txt::before{
        top: -1px;
        width: 0.9rem;
        height: 1.2rem;
    }
    .secEstateList .boxTit .boxList{
        margin-top: 1rem;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        max-height: 6.5rem;
    }
    .secEstateList .boxTit .item{
        font-size: var(--spFS10);
        padding: 0.4rem 0.4rem 0.3rem 0.4rem;
        margin: 0 0.1rem 0.3rem 0;
    }
    /* boxInfo */
    .secEstateList .boxInfo{
        margin-top: 0.8rem;
        display: block;
        background: var(--whiteColor);
        padding: 0;
    }
    .secEstateList .bgInfo{
        border-radius: 0.8rem;
        padding: 1.5rem 0.5rem;
        width: 100%;
    }
    .secEstateList .boxInfo .iconPrice{
        top: -1.8rem;
        font-size: var(--spFS10);
    }
    .secEstateList .boxInfo .label{
        display: none;
    }
    .secEstateList .boxInfo .numRow{
        gap: 0.2rem;
    }
    .secEstateList .boxInfo .num{
        font-size: var(--spFS18);
        max-width: 6.5rem;
    }
    .secEstateList .boxInfo .numUnit{
        font-size: var(--spFS13);
    }
    .secEstateList .boxInfo .unit,
    .secEstateList .boxInfo .info{
        font-size: var(--spFS10);
    }
    .secEstateList .boxInfoTxt{
        margin-top: 1.2rem;
        width: 100%;
    }
    .secEstateList .boxInfoTxt .boxImg{
        width: 8rem;
        margin: 0;
    }
    .secEstateList .boxInfoTxt .txt{
        width: calc(100% - 9rem);
        font-size: var(--spFS10);
        line-height: var(--spLH10_15);
        max-height: calc(var(--spFS10) * var(--spLH10_15) * 4);
        line-clamp: 4;
        -webkit-line-clamp: 4;
    }
    /* boxMember */
    .secEstateList .boxMember{
        margin-top: 2rem;
    }
    .secEstateList .boxMember .tit{
        font-size: var(--spFS14);
        margin-top: 0.5rem;
        display: inline-block;
    }
    .secEstateList .boxMember .tit:before{
        width: 1.4rem;
        height: 1.8rem;
    }
    .secEstateList .boxMember .txt{
        font-size: var(--spFS10);
        margin: 0.5rem auto 0;
    }
    .secEstateList .boxMember .boxBtn{
        margin: 1rem auto 0;
        width: 14rem;
    }
    .secEstateList .boxMember .memberBtn{
        max-width: 14rem;
        height: 3rem;
        border-radius: 0.8rem;
        font-size: var(--spFS11);
    }
    .secEstateList .estateFlexBox{
        display: block;
        flex-flow: row-reverse;
    }
    .secEstateList .estateFlexBox .estateBox{
        width: 100%;
    }
    .secEstateList .estateFlexBox .boxHead{
        width: 100%;
        min-height: none;
        padding-right: 5rem;
    }
    .secEstateList .boxThink,
    .secEstateList .boxBtnFav{
        position: absolute;
    }
    .secEstateList .boxThink{
        margin-right: 0;
    }
    .secEstateList .estateInBox{
        display: block;
    }
    .secEstateList .btnBox{
        display: none;
    }
    .secEstateList .boxMemberInner{
        display: block;
        align-items: center;
    }
    .secEstateList .boxMember .leftBox{
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .secEstateList .spBtnBox{
        position: absolute;
        bottom: 2rem;
        left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .secEstateList .spBtnItem{
        width: calc(50% - 2.25rem);
    }
    .secEstateList .spBtnItem:nth-child(2){
        margin-left: 0.5rem;
    }
    .secEstateList .spBtnInner{
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.5rem;
        font-size: var(--spFS11);
        font-weight: bold;
    }
    .secEstateList .spBtnItem:nth-child(1) .spBtnInner{
        color: var(--whiteColor);
        background-image: -moz-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
        background-image: -webkit-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
        background-image: -ms-linear-gradient( 115deg, rgb(1,233,176) 1%, rgb(17,209,88) 100%);
    }
    .secEstateList .spBtnItem:nth-child(2) .spBtnInner{
        border: solid 0.1rem var(--greenColor);
        color: var(--greenColor);
    }
    .secEstateList .spBtnItem:nth-child(1) .spBtnTxt{
        position: relative;
        padding-left: 2rem;
    }
    .secEstateList .spBtnItem:nth-child(1) .spBtnTxt::after{
        position: absolute;
        content: "";
        width: 1.5rem;
        height: 1rem;
        top: calc(50% - 0.6rem);
        left: 0;
    }
    .secEstateList.lazyloaded .spBtnItem:nth-child(1) .spBtnTxt::after{
        background: url(../img/estate/icoEstateList.png) center top / cover;
    }
    .secEstateList .estateBox {
        width: auto;
        position: static;
    }
}
.secEstateList .memberTitBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}
.secEstateList .memberTit{
    flex: 1;
    min-width: 0;
    font-size: var(--pcFS14);
    line-height: var(--pcLH14_24);
    padding-right: 0;
}
.secEstateList .memberNumber{
    font-size: var(--pcFS34);
    font-weight: bold;
    margin-right: 0.5rem;
}
.secEstateList .memberNumber02{
    font-size: var(--pcFS20);
    font-weight: bold;
}
.secEstateList .memberColor{
    color: #ff00a2;
}
.secEstateList .memberTxtBox{
    background: var(--orange_lightColor);
    border: solid 0.1rem #e2df82;
    height: 6rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFS14);
}
.secEstateList .memberLinkTxt{
    color: #4070ff;
}
.secEstateList .boxSort{
    flex-shrink: 0;
    width: 11rem;
    position: relative;
    z-index: 2;
}
.secEstateList .sortSelectWrap{
    position: absolute;
    top: 100%;
    right: 0;
    width: 22rem;
    max-width: calc(100vw - 4rem);
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    visibility: hidden;
    pointer-events: none;
    transition: max-height 0.3s ease-out, opacity 0.25s ease, padding-top 0.25s ease, visibility 0.25s;
}
.secEstateList .sortSelectWrap.isOpen{
    max-height: 15rem;
    opacity: 1;
    padding-top: 0.6rem;
    visibility: visible;
    pointer-events: auto;
}
.secEstateList .boxSort .sortSelect{
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: var(--pcFS14);
    line-height: 1.4;
    box-sizing: border-box;
    padding: 0.9rem 2.2rem 0.9rem 1rem;
    border: solid 0.1rem #d8d8d8;
    border-radius: 0.4rem;
    background-color: var(--whiteColor);
    color: var(--textColor);
    cursor: pointer;
}
.secEstateList .sortBtn{
    width: 100%;
    height: 4.2rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 1rem;
    background: var(--whiteColor);
    color: var(--textColor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: inherit;
    font-size: var(--pcFS14);
    font-weight: bold;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.secEstateList .sortBtnTxt{
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
}
.secEstateList .sortBtnTxt::after{
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 1.6rem;
    left: 0;
    top: calc(50% - 0.8rem);
    background: url(../img/estate/iconMemberBtnTxt.png) center top / cover;
}
@media only screen and (max-width:1215px){
    .secEstateList .memberTitBox{
        margin-top: 3rem;
    }
    .secEstateList .memberTit{
        font-size: var(--spFS12);
        line-height: var(--spLH12_20);
        padding-right: 0;
        margin-top: -1rem;
    }
    .secEstateList .memberNumber{
        font-size: var(--spFS20);
        margin-right: 0.5rem;
    }
    .secEstateList .memberNumber02{
        font-size: var(--spFS12);
    }
    .secEstateList .memberTxtBox{
        height: 4.5rem;
        margin-top: 1.5rem;
        font-size: var(--spFS11);
    }
    .secEstateList .memberBtn{
        width: 8.4rem;
        height: 3.4rem;
        font-size: var(--spFS12);
    }
    .secEstateList .boxSort .sortSelect{
        font-size: var(--spFS12);
        padding: 0.75rem 2rem 0.75rem 0.85rem;
    }
}

/* boxSliderRight */
.boxSliderRight{
    position: relative;
}
.boxSliderRight .swiper-slide {
    height: auto;
}
.boxSliderRight .link{
    position: relative;
    height: 100%;
    background-color: var(--whiteColor);
    border-radius: 0 2rem 2rem 2rem;
    border: 1px solid var(--gray_lightColor);
    box-shadow: 0 0 1.5rem var(--blackColor_6);
    padding: 4rem 3rem;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}
.boxSliderRight .memberLink:hover{
    opacity: 1!important;
    cursor: auto;
}
.boxSliderRight .swiper{
    overflow: visible;
    position: relative;
}
.boxSliderRight .swiper-scrollbar.spOnly{
    display: none;
}
.boxSliderRight .swiper-horizontal>.swiper-scrollbar,
.boxSliderRight .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: absolute;
    left: -1rem;
    bottom: 1rem;
    height: 4px;
    background: transparent;
}
.boxSliderRight .swiper-scrollbar-drag{
    border-radius: 0.2rem;
    background-color: var(--blackColor_10);
}
@media only screen and (max-width:1215px){
    .boxSliderRight .link{
        border-radius: 1rem;
        padding: 1.5rem 1rem 3.5rem 1.5rem;
        flex-wrap: wrap;
        align-items: center;
    }
    .boxSliderRight .swiper-horizontal>.swiper-scrollbar,
    .boxSliderRight .swiper-scrollbar.swiper-scrollbar-horizontal{
        bottom: 0.5rem;
    }
    .boxSliderRight .link:hover{
        background-color: var(--whiteColor);
    }
}
/*-----------------------------------------------
    secEstateCategory
-----------------------------------------------*/
.secEstateCategory{
    margin-top: 10rem;
}
.secEstateCategory .boxCmnTit{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.secEstateCategory .boxCmnTit .txt{
    color: var(--gray_darkColor);
    margin: 0;
}
.secEstateCategory .boxCmnTit .tit,
.secEstateCategory .boxCmnTit .txt{
    line-height: 1;
}
.boxEstateCategory + .boxEstateCategory{
    margin-top: 12rem;
}
.secEstateCategory .boxCmnBtn {
    margin-top: 2rem;
}
/* secEstateSlider */
.secEstateSlider .boxSlider.disabled .swiper {
    width: 50rem;
    margin: 0;
}
.secEstateSlider{
    margin-top: 4rem;
}
/* iconNew */
.secEstateSlider .boxIcon{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.secEstateSlider .icon{
    width: auto;
    height: 2rem;
    font-size: var(--pcFS11);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0.8rem 0 0.8rem;
}
.secEstateSlider .iconNew {
    background-color: var(--yellowColor);
}
.secEstateSlider .iconRecommend {
    background-color: var(--orangeColor);
    color: var(--whiteColor);
}
/* boxThink */
.secEstateSlider .boxThink {
    position: absolute;
    top: -1rem;
    right: 3rem;
    width: auto;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0.8rem 0 0.8rem;
    background-color: var(--orange_lightColor)
}
.secEstateSlider .boxThink .txtThink {
    font-size: var(--pcFS11);
}
.secEstateSlider .boxThink .num {
    font-size: var(--pcFS14);
}
/* boxBtnFav */
.secEstateSlider .boxBtnFav{
    position: absolute;
    top: 3rem;
    right: 3rem;
}
.secEstateSlider .boxSliderRight .link{
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 3rem;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
@media only screen and (min-width:1216px){
    .secEstateSlider .boxSliderRight .link:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.secEstateSlider .boxSliderRight .rank1{
    background-color: var(--rank1bgColor);
    border-color: var(--rank1borderColor);
}
/* boxHead */
.secEstateSlider .boxHead{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secEstateSlider .boxImg{
    position: relative;
    width: 8rem;
}
.secEstateSlider .img{
    aspect-ratio: 80 / 80;
    border-radius: 100%;
    overflow: hidden;
}
.secEstateSlider .iconRank{
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    font-size: var(--pcFS20);
    color: var(--whiteColor);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--rankColor);
}
.secEstateSlider .iconRank.rank1{
    background-color: var(--rank1Color);
}
.secEstateSlider .iconRank.rank2{
    background-color: var(--rank2Color);
}
.secEstateSlider .iconRank.rank3{
    background-color: var(--rank3Color);
}
.secEstateSlider .boxTit{
    width: calc(100% - 10rem);
}
.secEstateSlider .boxTit .tit{
    max-width: calc(100% - 5rem);
    font-size: var(--pcFS20);
    line-height: var(--pcLH20_30);
    font-weight: bold;
}
.secEstateSlider .boxTit .txt{
    max-width: calc(100% - 5rem);
    position: relative;
    font-size: var(--pcFS13);
    line-height: var(--pcLH13_20);
    padding-left: 1.6rem;
}
.secEstateSlider .boxTit .txt::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.3rem;
    height: 1.7rem;
    background: right top / cover no-repeat;
}
.secEstateSlider .boxTit .txt.lazyloaded::before{
    background-image: url(../img/common/iconBtnMap_gray.png);
}
.secEstateSlider .boxTit .tit,
.secEstateSlider .boxTit .txt,
.secEstateSlider .boxInfo .info{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEstateSlider .boxTit .boxList{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;/*任意の値*/
}
.secEstateSlider .boxTit .boxList{
    margin-top: 1rem;
}
.secEstateSlider .boxTit .item{
    font-size: var(--pcFS10);
    color: var(--greenColor);
    border: 1px solid var(--greenColor);
    padding: 0.5rem 0.3rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.secEstateSlider .boxTit .iconRed{
    color: var(--redColor);
    border-color: var(--redColor);
}
/* boxInfo */
.secEstateSlider .boxInfo{
    position: relative;
    width: 100%;
    margin-top: 1.5rem;
}
.secEstateSlider .boxInfoCard{
    display: flex;
    align-items: stretch;
}
.secEstateSlider .bgInfo{
    background-color: var(--gray_lightColor_2);
    border-radius: 1.2rem;
    padding: 1.5rem 1rem;
}
.secEstateSlider .boxInfoCol{
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 0;
    gap: 0.5rem;
}
.secEstateSlider .boxInfoCol + .boxInfoCol:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 65%;
    background-color: var(--gray_darkColor_2);
}
.secEstateSlider .boxInfo .iconPrice{
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: var(--pcFS10);
    color: var(--redColor);
}
.secEstateSlider .boxInfo .label{
    font-size: var(--pcFS12);
    color: var(--gray_darkColor);
}
.secEstateSlider .boxInfo .numRow{
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.2rem 0.4rem;
    margin: 0;
}
.secEstateSlider .boxInfo .num{
    font-size: var(--pcFS28);
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}
.secEstateSlider .boxInfo .numUnit{
    font-size: var(--pcFS20);
}
.secEstateSlider .boxInfo .unit,
.secEstateSlider .boxInfo .info{
    font-size: var(--pcFS12);
}
.secEstateSlider .boxInfoTxt{
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secEstateSlider .boxInfoTxt .boxImg{
    width: 11rem;
}
.secEstateSlider .boxInfoTxt .img{
    aspect-ratio: 110 / 80;
    border-radius: 0;
}
.secEstateSlider .boxInfoTxt .img::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--gray_darkColor_2);
}
.secEstateSlider .boxInfoTxt .txt{
    width: calc(100% - 13rem);
    font-size: var(--pcFS12);
    line-height: var(--pcLH12_21);
    color: var(--gray_darkColor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(var(--pcFS12) * var(--pcLH12_21) * 3);
}
.secEstateSlider .boxInfoTxt .txt:only-child{
    width: 100%;
}
/* boxMember */
.secEstateSlider .boxMember{
    width: 100%;
    margin-top: 2rem;
}
.secEstateSlider .boxMemberInner{
    text-align: center;
}
.secEstateSlider .boxMember .tit{
    position: relative;
    font-size: var(--pcFS20);
    font-weight: bold;
    padding-top: 3.5rem;
    margin-top: 2rem;
}
.secEstateSlider .boxMember .tit:before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 2rem;
    height: 2.5rem;
    background: right top / cover no-repeat;
    opacity: 0.3;
}
.secEstateSlider .boxMember.lazyloaded .tit:before{
    background-image: url(../img/common/iconMember.png);
}
.secEstateSlider .boxMember .txt{
    font-size: var(--pcFS12);
    color: var(--gray_darkColor);
    margin-top: 1rem;
}
.secEstateSlider .boxMember .boxBtn{
    margin-top: 1.4rem;
}
.secEstateSlider .boxMember .memberBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 26rem;
    width: 100%;
    min-height: 5rem;
    border-radius: 1.5rem;
    background-color: var(--blackColor_333);
    color: var(--whiteColor);
    font-size: var(--pcFS13);
}
@media only screen and (max-width:1215px){
    .secConcept{
        margin-top: 5rem;
    }
    .secEstateCategory .boxCmnTit{
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    .secEstateCategory .boxCmnTit .txt{
        color: var(--gray_darkColor);
        margin: 0;
    }
    .secEstateCategory .boxCmnTit .txt{
        line-height: var(--spLHTxtJp);
    }
    .boxEstateCategory + .boxEstateCategory{
        margin-top: 5rem;
    }
    /* secEstateSlider */
    .secEstateSlider .boxSlider.disabled .swiper {
        width: 26rem;
    }
    .secEstateSlider{
        margin-top: 1rem;
    }
    .secEstateSlider .boxSliderRight .link {
        border-top-left-radius: 0;
        padding: 2rem 1.5rem;
    }
    /* iconNew */
    .secEstateSlider .boxIcon{
        position: absolute;
        top: -0.8rem;
        left: 0;
        display: flex;
    }
    .secEstateSlider .icon{
        height: auto;
        font-size: var(--spFS10);
        padding: 0.5rem 0.2rem;
    }
    /* boxThink */
    .secEstateSlider .boxThink {
        top: -0.8rem;
        right: 1.5rem;
        height: auto;
        padding: 0.5rem;
    }
    .secEstateSlider .boxThink .txtThink {
        font-size: var(--spFS10);
    }
    .secEstateSlider .boxThink .num {
        font-size: var(--spFS13);
    }
    /* boxBtnFav */
    .secEstateSlider .boxBtnFav{
        top: 2rem;
        right: 1.5rem;
    }
    /* boxHead */
    .secEstateSlider .boxHead{
        flex-wrap: wrap;
        align-items: center;
        max-width: 100%;
    }
    .secEstateSlider .boxImg{
        width: 4rem;
        margin-left: 0.5rem;
    }
    .secEstateSlider .iconRank{
        top: -1rem;
        left: -1rem;
        width: 2.2rem;
        height: 2.2rem;
        font-size: var(--spFS12);
    }
    .secEstateSlider .boxTit{
        width: 100%;
        display: contents;
    }
    .secEstateSlider .boxTit .tit{
        max-width: calc(100% - 8rem);
        width: 100%;
        font-size: var(--spFS14);
        line-height: var(--spLH14_21);
        margin-right: 3rem;
    }
    .secEstateSlider .boxTit .txt{
        max-width: 100%;
        font-size: var(--spFS11);
        line-height: var(--spLH11_16);
        padding-left: 1.2rem;
        margin-top: 1rem;
    }
    .secEstateSlider .boxTit .txt::before{
        top: -1px;
        width: 0.9rem;
        height: 1.2rem;
    }
    .secEstateSlider .boxTit .boxList{
        margin-top: 1rem;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        max-height: 6.5rem;
    }
    .secEstateSlider .boxTit .item{
        font-size: var(--spFS10);
        padding: 0.4rem 0.4rem 0.3rem 0.4rem;
        margin: 0 0.1rem 0.3rem 0;
    }
    /* boxInfo */
    .secEstateSlider .boxInfo{
        margin-top: 1.5rem;
    }
    .secEstateSlider .bgInfo{
        border-radius: 0.8rem;
        padding: 1.5rem 0.5rem;
    }
    .secEstateSlider .boxInfo .iconPrice{
        top: -1.8rem;
        font-size: var(--spFS10);
    }
    .secEstateSlider .boxInfo .label{
        display: none;
    }
    .secEstateSlider .boxInfo .numRow{
        gap: 0.2rem;
    }
    .secEstateSlider .boxInfo .num{
        font-size: var(--spFS18);
        max-width: 6.5rem;
    }
    .secEstateSlider .boxInfo .numUnit{
        font-size: var(--spFS13);
    }
    .secEstateSlider .boxInfo .unit,
    .secEstateSlider .boxInfo .info{
        font-size: var(--spFS10);
    }
    .secEstateSlider .boxInfoTxt{
        margin-top: 1.2rem;
    }
    .secEstateSlider .boxInfoTxt .boxImg{
        width: 8rem;
        margin: 0;
    }
    .secEstateSlider .boxInfoTxt .txt{
        width: calc(100% - 9rem);
        font-size: var(--spFS10);
        line-height: var(--spLH10_15);
        max-height: calc(var(--spFS10) * var(--spLH10_15) * 4);
        line-clamp: 4;
        -webkit-line-clamp: 4;
    }
    /* boxMember */
    .secEstateSlider .boxMember{
        margin-top: 1.5rem;
    }
    .secEstateSlider .boxMember .tit{
        font-size: var(--spFS14);
        padding-top: 2.7rem;
        margin-top: 0.5rem;
    }
    .secEstateSlider .boxMember .tit:before{
        width: 1.4rem;
        height: 1.8rem;
    }
    .secEstateSlider .boxMember .txt{
        font-size: var(--spFS10);
        margin-top: 0.5rem;
    }
    .secEstateSlider .boxMember .boxBtn{
        margin-top: 1rem;
    }
    .secEstateSlider .boxMember .memberBtn{
        max-width: 14rem;
        min-height: 3rem;
        border-radius: 0.8rem;
        font-size: var(--spFS11);
    }
}
/*-----------------------------------------------
    secFeature
-----------------------------------------------*/
.secFeature{
    margin-top: 5rem;
}
.secFeature .secFeatureSlider{
    margin-top: 2.5rem;
}
.secFeature.disabled .swiper {
    width: 29rem;
    margin: 0;
}
/* link */
.secFeatureSlider .link {
    border-radius: 2rem;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* boxImg */
.secFeatureSlider .boxImg {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.secFeatureSlider .iconPopularity {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    font-size: var(--pcFS11);
    font-weight: bold;
    background-color: var(--yellowColor);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
}
/* boxTxt */
.secFeatureSlider .boxTxt {
    width: 100%;
    padding: 2.8rem 2rem 4rem;
}
.secFeatureSlider .boxTxt .tit {
    font-size: var(--pcFS16);
    line-height: var(--pcLH16_24);
    font-weight: bold;
    text-align: center;
}
.secFeatureSlider .boxTxt .txt {
    margin-top: 2rem;
    padding: 2.5rem 1rem;
    font-size: var(--pcFS12);
    line-height: var(--pcLH12_24);
    border-radius: 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--gray_darkColor);
    background-color: var(--gray_lightColor_2);
}
@media only screen and (min-width:1216px){
    .secFeatureSlider .link:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@media only screen and (max-width:1215px){
    .secFeature .secFeatureSlider{
        margin-top: 2rem;
    }
    .secFeature.disabled .swiper {
        width: 16.8rem;
    }
    .secFeature.disabled .swiper-wrapper {
        gap: 0.7rem;
    }
    /* link */
    .secFeatureSlider .link {
        border-radius: 1.2rem;
    }
    .secFeatureSlider .iconPopularity {
        top: 0.5rem;
        left: 0.5rem;
        width: 3rem;
        height: 3rem;
        font-size: var(--spFS10);
        padding-top: 2px;
    }
    /* boxTxt */
    .secFeatureSlider .boxTxt {
        padding: 2.4rem 1rem 3rem;
    }
    .secFeatureSlider .boxTxt .tit {
        font-size: var(--spFS13);
        line-height: var(--spLH13_20);
    }
    .secFeatureSlider .boxTxt .txt {
        display: none;
    }
}

/*-----------------------------------------------
    secService
-----------------------------------------------*/
.secService{
    margin-top: 13rem;
}
.secService .boxCmnTit {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.secService .boxCmnTit .txt{
    color: var(--gray_darkColor);
    margin: 0;
}
.secService .boxCmnTit .tit,
.secService .boxCmnTit .txt{
    line-height: 1;
}
.secService .secServiceSlider{
    margin-top: 2.5rem;
}
.secService.disabled .swiper {
    width: 50rem;
    margin: 0;
}
/* link */
.secServiceSlider .link {
    position: relative;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
.secServiceSlider .boxTxt {
    position: absolute;
    bottom: 6.5rem;
    left: 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.secServiceSlider .boxTxt .tit {
    font-size: var(--pcFS22);
    font-weight: bold;
    background-color: var(--whiteColor);
    padding: 0.8rem 1.3rem 0.4rem 1.3rem;
}
.secServiceSlider .boxTxt .txt {
    font-size: var(--pcFS12);
    line-height: var(--pcLH12_35);
    margin-top: 1.2rem;
}
.secServiceSlider .boxTxt .in {
    background-color: var(--whiteColor);
    padding: 0.6rem 1.5rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
@media only screen and (max-width:1215px){
    .secService{
        margin-top: 8rem;
    }
    .secService .boxCmnTit {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    .secService .boxCmnTit .txt{
        color: var(--gray_darkColor);
    }
    .secService .boxCmnTit .txt{
        line-height: var(--spLHTxtJp);
    }
    .secService .secServiceSlider{
        margin-top: 1rem;
    }
    .secService .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3rem 0;
    }
    .secService .swiper-slide {
        width: 48.7%;
    }
    /* link */
    .secServiceSlider .link {
        background-color: transparent!important;
    }
    .secServiceSlider .boxTxt {
        position: static;
        margin-top: 1rem;
    }
    .secServiceSlider .boxTxt .tit {
        font-size: var(--spFS12);
        line-height: var(--spLH12_24);
        background-color: transparent;
        padding: 0;
    }
    .secServiceSlider .boxTxt .txt {
        font-size: var(--spFS10);
        line-height: var(--spLH10_15);
        margin-top: 0.3rem;
    }
    .secServiceSlider .boxTxt .in {
        background-color: transparent;
        padding: 0;
    }
    .secServiceSlider .swiper-scrollbar {
        display: none;
    }
}

.secEstate .boxSpecial{
    background: var(--whiteColor);
    border-radius: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.secEstate .imgSpecial{
    width: 58.334%;
    height: auto;
    padding-top: 25%;
}
.secEstate .txtBoxSpecial{
    padding: 1rem 2rem 1rem 5rem;
    width: 41.666%;
}
.secEstate .titSpecial{
    font-size: var(--pcFS26);
    line-height: var(--pcLH26_39);
    font-weight: bold;
}
.secEstate .titSubSpecial{
    font-size: var(--pcFS14);
    line-height: var(--pcLH14_25);
    color: var(--acceptColor);
}
.secEstate .txtSpecial{
    font-size: var(--pcFS14);
    line-height: var(--pcLH14_25);
    color: var(--gray_darkColor);
}
.secEstate .boxSpecial.spOnly{
    display: none;
}
@media only screen and (max-width:1215px){
    .secEstate .boxSpecial{
        border-radius: 1rem;
        margin-bottom: 3rem;
    }
    .secEstate .boxSpecial.spOnly{
        display: flex;
    }
    .secEstate .boxSpecial.spNone{
        display: none;
    }
    .secEstate .imgSpecial{
        width: 11rem;
        padding-top: 11rem;
    }
    .secEstate .txtBoxSpecial{
        padding: 1rem 1rem 1rem 2rem;
        width: calc(100% - 11rem);
    }
    .secEstate .titSpecial{
        display: none;
    }
    .secEstate .titSubSpecial{
        font-size: var(--spFS12);
        line-height: var(--spLH12_16);
    }
    .secEstate .txtSpecial{
        font-size: var(--spFS11);
        line-height: var(--spLH11_16);
        margin-top: 0.5rem;
    }
}