@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secStudy */
.secStudy{
    margin-top: 77px;
}
.secStudy .boxList{
    display: flex;
    flex-wrap: wrap;
}
.secStudy .item{
    width: 23.973%;
    margin-right: 1.36%;
}
.secStudy .link{
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
}
.secStudy .item:first-child .link{
    padding-top: 0;
}
.secStudy .item:nth-child(4n){
    margin-right: 0;
}
.secStudy .item:nth-child(n+5){
    margin-top: 50px;
}
.secStudy .icoNew{
    position: absolute;
    top: -22px;
    left: 0;
    z-index: 10;
}
.secStudy .imgBox{
    position: relative;
}
.secStudy .img{
    width: 100%;
    height: 0;
    padding-top: 70.79%;
}
.secStudy .txtBox{
    width: 100%;
    margin-top: 20px;
}
.secStudy .txtDate{
    font-size: var(--fPc12Fs);
    letter-spacing: var(--fPc12Ls);
    line-height: var(--fPc12Lh);
    color: #a5a5a5;
}
.secStudy .tit{
    font-size: var(--fPc16Fs);
    letter-spacing: var(--fPc16Ls);
    line-height: var(--fPc16Lh);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
    max-height: 55px;
    margin-top: 5px;
    font-weight: 700;
}
.secStudy .underBox{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}
.secStudy .btn{
    background: #fff;
}
/* fin */
.secStudy .finBox{
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.secStudy .finTxt{
    font-size: var(--fPc15Fs);
    letter-spacing: var(--fPc15Ls);
    line-height: var(--fPc15Lh);
    margin-top: 13px;
    text-align: center;
    color: #fff;
}
.secStudy .finTxtSub{
    font-size: var(--fPc13Fs);
    letter-spacing: var(--fPc13Ls);
    margin: 10px 0 0 0;
    color: #ff0000;
}
.secStudy .link.is_end_study{
    pointer-events: none;
}
@media only screen and (max-width:767px){
    .secStudy{
        margin-top: 30px;
    }
    .secStudy .item{
        width: 48.7%;
        margin-right: 2.6%;
    }
    .secStudy .item:nth-child(2n){
        margin-right: 0;
    }
    .secStudy .item:nth-child(n+3){
        margin-top: 5%;
    }
    .secStudy .link{
        display: block;
    }
    .secStudy .txtBox{
        width: 100%;
        margin: 10px 0 0;
    }
    .secStudy .icoNew{
        top: 0;
    }
    .secStudy .img{
        width: 100%;
        height: 0;
        padding-top: 70.79%;
    }
    .secStudy .txtDate{
        font-size: var(--fSp11Fs);
        letter-spacing: var(--fSp11Ls);
        line-height: var(--fSp11Lh);
    }
    .secStudy .tit{
        font-size: var(--fSp12Fs);
        letter-spacing: var(--fSp12Ls);
        line-height: var(--fSp12Lh);
        margin-top: 3px;
        height: 41px;
    }
    .secStudy .underBox{
        display: block;
        margin-top: 13px;
    }
    .secStudy .cmnBtn{
        width: 100%;
        height: 35px;
    }
    /* fin */
    .secStudy .finTxt{
        font-size: var(--fSp13Fs);
        letter-spacing: var(--fSp13Ls);
        line-height: var(--fSp13Lh);
        margin-top: 13px;
    }
    .secStudy .finTxtSub{
        font-size: var(--fSp10Fs);
        letter-spacing: var(--fSp10Ls);
        margin: 10px 0 0;
        text-align: center;
    }
}
@media only screen and (max-width:360px){
    .secStudy .finTxt{
        font-size: var(--fSp12Fs);
        letter-spacing: var(--fSp12Ls);
        line-height: var(--fSp12Lh);
        margin-top: 13px;
    }
    .secStudy .finTxtSub{
        font-size: var(--fSp10Fs);
        letter-spacing: var(--fSp10Ls);
        white-space: nowrap;
        margin-top: 5px;
    }
}

/*-----------------------------------------------
   details
-----------------------------------------------*/
.secDetailsTit{
    margin-top: 80px;
}
.secDetailsTit .topBox{
    display: flex;
}
.secDetailsTit .boxCategory{
    margin: 1px 10px 0 0;
    font-size: 0;
    flex-shrink: 0;
}
.secDetailsTit .icoCategory{
    display: inline-block;
    background: #2b3339;
    color: #fff;
    font-size: var(--fPc10Fs);
    letter-spacing: var(--fPc10Ls);
    line-height: var(--fPc10Lh);
    padding: 2px 4.5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secDetailsTit .areaTxt{
    font-size: var(--fPc14Fs);
    letter-spacing: var(--fPc14Ls);
    line-height: var(--fPc14Lh);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #32b7fc;
}
.secDetailsTit .detailsTit{
    font-size: var(--fPc30Fs);
    letter-spacing: var(--fPc30Ls);
    line-height: var(--fPc30Lh);
    font-weight: 700;
    margin-top: 22px;
}
@media only screen and (max-width:767px){
    .secDetailsTit{
        margin-top: 30px;
    }
    .secDetailsTit .boxCategory{
        margin: 0 10px 0 0;
    }
    .secDetailsTit .icoCategory{
        font-size: var(--fSp10Fs);
        letter-spacing: var(--fSp10Ls);
        line-height: var(--fSp10Lh);
        padding: 3px 4px 2px;
    }
    .secDetailsTit .areaTxt{
        font-size: var(--fSp11Fs);
        letter-spacing: var(--fSp11Ls);
        line-height: var(--fSp11Lh);
        margin-top: 1px;
    }
    .secDetailsTit .detailsTit{
        font-size: var(--fSp18Fs);
        letter-spacing: var(--fSp18Ls);
        line-height: var(--fSp18Lh);
        margin-top: 5px;
    }
}
/* secMainImg */
.secMainImg{
    margin-top: 30px;
    text-align: center;
}
.secMainImg img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width:767px){
    .secMainImg{
        margin-top: 18px;
    }
}
/* secSubEntry */
.secSubEntry{
    margin-top: 23px;
}
@media only screen and (max-width:767px){
    .secSubEntry{
        margin-top: 25px;
    }
}
/* secDetailsInfo */
.secDetailsInfo .boxTable{
    width: 100%;
    margin-top: 30px;
}
.secDetailsInfo th,.secDetailsInfo td{
    font-size: var(--fPc14Fs);
    letter-spacing: var(--fPc14Ls);
    line-height: var(--fPc14Lh);
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    padding: 15px 6px 15px 18px;
}
.secDetailsInfo th{
    width: 140px;
    padding: 16px 15px 15px;
    background: #eeeeee;
    text-align: center;
}
.secDetailsInfo td{
    width: 760px;
    padding: 16px 28px 15px;
    background: #fff;
}
@media only screen and (max-width:767px){
    .secDetailsInfo .boxTable{
        margin-top: 23px;
    }
    .secDetailsInfo th,.secDetailsInfo td{
        font-size: var(--fSp12Fs);
        letter-spacing: var(--fSp12Ls);
        line-height: var(--fSp12Lh);
        padding: 15px 6px 15px 18px;
    }
    .secDetailsInfo th{
        width: 70px;
        padding: 10px 6px 8px;
    }
    .secDetailsInfo td{
        width: calc(100% - 70px);
        padding: 10px 13px 8px;
    }
}
/* secDetailsEntry */
.secDetailsEntry{
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    .secDetailsEntry{
        margin-top: 40px;
    }
}

/* secStudyEstate（物件スライダー） */
.secStudyEstate.loginSlideList{
    margin-top: 50px;
    padding: 50px 0;
    background: #f4eee8;
}
.secStudyEstate .tweetTit{
    font-size: var(--fPc26Fs);
    letter-spacing: var(--fPc26Ls);
    font-weight: 700;
    margin-bottom: 30px;
}
.secStudyEstate.loginSlideList .boxSlider{
    position: relative;
}
.secStudyEstate.loginSlideList .secSearchList{
    margin-top: 0;
    overflow: hidden;
}
.secStudyEstate.loginSlideList .searchList{
    display: flex;
    flex-wrap: nowrap;
}
.secStudyEstate.loginSlideList .searchItem{
    width: auto;
    margin-right: 0;
    margin-top: 0;
    height: auto;
}
.secStudyEstate.loginSlideList .searchItem:nth-child(4n),
.secStudyEstate.loginSlideList .searchItem:nth-child(n+5){
    margin-right: 0;
    margin-top: 0;
}
.secStudyEstate.loginSlideList .swiper-button-prev,
.secStudyEstate.loginSlideList .swiper-button-next{
    width: 80px;
    height: 80px;
    margin-top: 0;
    top: calc(50% - 32px);
}
.secStudyEstate.loginSlideList .swiper-button-prev{
    left: -40px;
    border-radius: 50%;
}
.secStudyEstate.loginSlideList .swiper-button-next{
    right: -40px;
    border-radius: 50%;
}
.secStudyEstate.loginSlideList .swiper-button-next.lazyloaded{
    background: url(../img/index/imgBtnHeroNext.gif) center center / 22px auto no-repeat #fff;
}
.secStudyEstate.loginSlideList .swiper-button-prev.lazyloaded{
    background: url(../img/index/imgBtnHeroPrev.gif) center center / 22px auto no-repeat #fff;
}
.secStudyEstate.loginSlideList .swiper-button-next:after,
.secStudyEstate.loginSlideList .swiper-button-prev:after{
    display: none;
}
@media only screen and (max-width:767px){
    .secStudyEstate.loginSlideList{
        margin-top: 30px;
        padding: 0 0 30px;
        background: #fff;
    }
    .secStudyEstate .tweetTit{
        font-size: var(--fSp14Fs);
        letter-spacing: var(--fSp14Ls);
        margin-bottom: 30px;
    }
    .secStudyEstate.loginSlideList .swiper-button-prev,
    .secStudyEstate.loginSlideList .swiper-button-next{
        width: 40px;
        height: 40px;
        display: block;
    }
    .secStudyEstate.loginSlideList .swiper-button-prev{
        left: 0;
    }
    .secStudyEstate.loginSlideList .swiper-button-next{
        right: 0;
    }
    .secStudyEstate.loginSlideList .swiper-button-next.lazyloaded{
        background: url(../img/index/imgBtnHeroNext.gif) center center / 14px auto no-repeat #fff;
    }
    .secStudyEstate.loginSlideList .swiper-button-prev.lazyloaded{
        background: url(../img/index/imgBtnHeroPrev.gif) center center / 14px auto no-repeat #fff;
    }
}
