@charset "utf-8";

/* secCmnIndexTop */
.secCmnIndexTop{
    background: url(../img/housing_aftersupport/bgCmnIndexTop.jpg) center top / cover;
}
.secCmnIndexTop .titBox{
    padding-left: 30px;
}
.secCmnIndexTop .titBox::after{
    width: 191px;
    height: 161px;
    left: 0;
    top: -70px;
    background: url(../img/common/iconCmnIndexTop.png) center top / cover;
}
.secCmnIndexTop .titJpn{
    letter-spacing: 2px;
}
@media only screen and (max-width:767px){
    .secCmnIndexTop{
        background: url(../img/housing_aftersupport/bgCmnIndexTop_sp.jpg) center top / cover;
    }
    .secCmnIndexTop .titBox{
        padding-left: 25px;
        padding-bottom: 10px;
    }
    .secCmnIndexTop .titBox::after{
        width: 156px;
        height: 141px;
        left: 3px;
        top: -45px;
        background: url(../img/common/iconCmnIndexTop03_sp.png) center top / cover;
    }
    .secCmnIndexTop .titEng{
        width: 81px;
    }
    .secCmnIndexTop .titJpn{
        line-height: 1.2;
        letter-spacing: 1px;
        margin-top: 10px;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* scrollItem */
@media only screen and (max-width:767px){
	.scrollItem{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -2%;
        background: url(../img/housing_sw/iconScroll.png) center center / 120px auto no-repeat;
        transition: all 0.2s ease-out 0.2s;
        animation: scrollItemAnimation 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .scrollItem.scrolled::before{
        opacity: 0;
    }
    @keyframes scrollItemAnimation {
        0%   { transform:translateX(0); }
        25%   { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
}
/* secTopBox */
.secTopBox{
    margin-top: 32px;
}
.secTopBox .topTit{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
}
.secTopBox .topTxt{
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 2.04;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secTopBox{
        margin-top: 5px;
    }
    .secTopBox .topTit{
        font-size: 18px;
        letter-spacing: normal;
        line-height: 2;
    }
    .secTopBox .topTxt{
        font-size: 13px;
        letter-spacing: normal;
        line-height: 2;
        text-align: left;
        margin-top: 12px;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:359px){
    .secTopBox .topTit{
        font-size: 16px;
    }
}
/* secSupport */
.secSupport{
    margin-top: 105px;
}
.secSupport .titBox{
    position: relative;
    text-align: center;
}
.secSupport .topTit{
    font-size: 35px;
    letter-spacing: 2px;
    position: relative;
    z-index: 10;
}
.secSupport .topImg{
    position: absolute;
    left: calc(50% - 340.5px);
    top: -60px;
}
.secSupport .txtBox{
    position: relative;
    min-height: 540px;
    margin-top: 50px;
    padding-top: 95px;
}
.secSupport .tit{
    font-size: 35px;
    line-height: 2;
}
.secSupport .txt{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2.13;
    margin-top: 30px;
}
.isDesktopIpad .secSupport .txt{
    font-size: 13px;
    letter-spacing: normal;
}
.secSupport .txtImg{
    position: absolute;
    right: calc(50% - 960px);
    top: 0;
}
@media only screen and (max-width:767px){
    .secSupport{
        margin-top: 62px;
    }
    .secSupport .topTit{
        font-size: 18px;
        letter-spacing: normal;
    }
    .secSupport .topImg{
        width: 299px;
        left: calc(50% - 149.5px);
        top: -30px;
    }
    .secSupport .txtBox{
        min-height: auto;
        margin-top: 19px;
        padding-top: 0;
    }
    .secSupport .tit{
        font-size: 17px;
        line-height: 36px;
        margin-left: 4%;
    }
    .secSupport .txt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 2.08;
        margin: 15px 4% 0;
    }
    .secSupport .txtImg{
        max-width: 160px;
        width: 42.667%;
        right: 0;
        top: 0;
    }
}
@media only screen and (max-width:374px){
    .secSupport .tit{
        font-size: 16px;
        line-height: 2;
    }
}
@media only screen and (max-width:359px){
    .secSupport .tit{
        font-size: 14px;
        line-height: 2;
    }
}
/* secAfter */
.secAfter{
    box-shadow: 0px 0px 5.82px 0.18px rgba(79, 75, 70, 0.2);
    padding: 60px 80px 80px;
    margin-top: 60px;
}
.secAfter .topTitBox{
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 20px;
    position: relative;
}
.secAfter .topTitBox::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    left: 0;
    bottom: -1.5px;
    background: #0c6334;
    z-index: 10;
}
.secAfter .topTit{
    font-size: 26px;
    line-height: 1.53;
}
.secAfter .imgBox{
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secAfter{
        box-shadow: none;
        padding: 25px 0 0;
        margin-top: 32px;
        border-top: solid 1px #d6d6d6;
    }
    .secAfter .topTitBox{
        padding-bottom: 15px;
        width: 92%;
        margin: 0 auto;
    }
    .secAfter .topTit{
        font-size: 15px;
        line-height: 1.73;
    }
    .secAfter .imgBox{
        margin: 20px 0 0 auto;
        width: 96%;
    }
    .secAfter .img img{
        width: 832px;
        margin-right: 4%;
    }
}
.secAfter02{
    margin-top: 50px;
}
.secAfter .list{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.secAfter .itemTxt{
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secAfter02{
        margin-top: 40px;
    }
    .secAfter .list{
        display: block;
        margin-top: 20px;
    }
    .secAfter .item{
        margin: 0 auto;
        width: 87.2%;
        max-width: 327px;
    }
    .secAfter .item:nth-child(n+2){
        margin: 25px auto 0;
    }
    .secAfter .itemTxt{
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}
/* secOwner */
.secOwner{
    margin-top: 130px;
}
.secOwner .ownerInner{
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.secOwner .img{
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
.secOwner .imgTxt{
    position: relative;
    z-index: 10;
    padding-top: 35px;
}
@media only screen and (max-width:767px){
    .secOwner{
        margin-top: 40px;
    }
    .secOwner .ownerInner{
        height: auto;
    }
    .secOwner .img{
        position: static;
    }
    .secOwner .imgTxt{
        position: absolute;
        padding-top: 0;
        width: 78.134%;
        max-width: 293px;
        margin: 0 auto;
    }
}
/* secCmnConceptBnr */
.secCmnConceptBnr{
    margin-top: 140px;
}
@media only screen and (max-width:767px){
    .secCmnConceptBnr{
        margin-top: 40px;
    }
}