@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* header */
/* #header{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 0 40px;
    color: #fff;
}
#header .btnMenu span {
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    
}
#header .btnMenu {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
#header .btnMenu span:nth-child(1) {
    top: 0;
}
#header .btnMenu span:nth-child(2) {
    top: 7px;
}
#header .btnMenu span:nth-child(3) {
    top: 14px;
}
@media only screen and (max-width:767px){
    #header{
        height: 64px;
        padding: 0 9px;
        top: 0;
        margin: 0;
    }
    #header .btnMenu {
        margin-right: 0;
    }
    #header .boxTop .logo,
    #header .boxTop .txtArea{
        padding-left: 0;
    }
    #header .boxTop .headerTxt{
        color: #595757;
    }
    #header .link {
        height: 90px;
    }
} */
@media only screen and (max-width:767px){
    #main{
        margin-top: 0;
    }
    #header .box.boxTop{
        padding: 0;
    }
}

/* gNavi */
/* #gNavi a{
    color: #fff;
} */

/* secHero */
.secHero {
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
    padding: 40px 0 50px;
}
.secHero .boxSlider,
.secHero .sliderHero  {
	width:100%;
	height:100%;
    position: relative;
}
.secHero .swiper-container{
    overflow: visible;
	width:100%;
	height:100%;
}
.secHero .swiper-slide { background:#fff;}
.secHero .swiper-slide a{
    display: block;
    padding-top: 48.282%;
    position: relative;
}
.secHero .sliderPc img,
.secHero .sliderSp img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit:cover;';
}
.secHero .imgTop{
	position:absolute;
	top:140px;
	left:20px;
	z-index:2;
}
.secHero .swiper-pagination{
    position:static;
    margin-top:30px;
}
.secHero .swiper-pagination .swiper-pagination-bullet{ 
    background:#dadada;
    width:12px;
    height:12px;
    border-radius: 12px;
    margin: 0 6px;
    opacity: 1!important;
}
.secHero .swiper-pagination .swiper-pagination-bullet-active{ background: #373e46;}
.secHero .swiper-button-prev,
.secHero .swiper-button-next{
    width: 70px;
    height: 120px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    transition: all 0.2s;
}
.secHero .swiper-button-prev{
    left: 0;
    border-radius: 0 35px 35px 0;
}
.secHero .swiper-button-next{
    right: 0;
    border-radius: 35px 0 0 35px;
}
.secHero .swiper-button-prev:hover,
.secHero .swiper-button-next:hover{
    width: 75px;
    transition: all 0.2s;
}
.secHero .swiper-button-prev::after,
.secHero .swiper-button-next::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    right: 21px;
    width: 28px;
    height: 22px;
    background: url(../img/index/iconSliderNext.gif) center top / cover no-repeat;
    transition: all 0.2s;
}
.secHero .swiper-button-prev::after{
    right: auto;
    left: 21px;
    background: url(../img/index/iconSliderPrev.gif) center top / cover no-repeat;
}
.secHero .swiper-button-next:hover::after{
    right: 16px;
    transition: all 0.2s;
}
.secHero .swiper-button-prev:hover::after{
    left: 16px;
    transition: all 0.2s;
}
.secHero .topTitBox{
    margin-top: 45px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}
.secHero .topTitBox .ylBg{
    background: linear-gradient(transparent 70%, #ffff00 70%, #ffff00 100%, transparent 100%);
}
.secHero .topTitBox .fRed{
    color: #ec1111;
}
.secHero .topTitBox a{
    font-size: 13px;
    margin-top: 25px;
    display: inline-block;
    color: #000;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
@media only screen and (max-width:767px){
	.secHero{ 
        padding:0;
        background-color: #fff;
		/* padding-bottom:55px; */
	}
    .secHero .swiper-container{
        width:100%;
        height:100%;
    }
    .secHero .boxSlider,
    .secHero .sliderHero  {
        width:100%;
        height:100%;
        position:relative;
    }
    .secHero::before{
        width: 1px;
        height: 60px;
        bottom: 25px;
    }
	.secHero .boxTop{ width:265px;}
	.secHero .tit01 {
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 1px;
		padding-top: 10px;
	}
	.secHero .topEng{
		width:248px;
		margin:0 auto;
	}
	.secHero .txt01 {
		font-size: 15px;
		line-height: 26px;
		letter-spacing: 1px;
		padding-top: 13px;
	}
    .secHero .imgCover {
        width: 100%;
        height: 100%;
        display:block;
        position: relative;
    }
    .secHero .swiper-slide a{
        padding-top: 100%;
    }
    .secHero .swiper-button-prev,
    .secHero .swiper-button-next{
        background-color: inherit;
        width: 10px;
        height: 18px;
        margin: auto;
        top: 0;
        bottom: 0;
        z-index: 10;
        border-radius: 0;
    }
    .secHero .swiper-button-prev{
        left: 15px;
    }
    .secHero .swiper-button-next{
        right: 15px;
    }
    .secHero .swiper-button-prev:hover,
    .secHero .swiper-button-next:hover{
        width: 10px;
    }
    .secHero .swiper-button-next::after{
        right: 0;
        width: 10px;
        height: 18px;
        background: url(../img/index/iconSliderNextSp.png) center top / cover no-repeat;
    }
    .secHero .swiper-button-prev::after{
        left: 0;
        width: 10px;
        height: 18px;
        background: url(../img/index/iconSliderPrevSp.png) center top / cover no-repeat;
    }
    .secHero .swiper-button-next:hover::after{
        right: 0;
    }
    .secHero .swiper-button-prev:hover::after{
        left: 0;
    }
    .secHero .swiper-pagination{
        margin-top:20px;
    }
    .secHero .swiper-pagination .swiper-pagination-bullet{ 
        width:10px;
        height:10px;
        border-radius: 10px;
    }
    .secHero .topTitBox{
        margin-top: 25px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .secHero .topTitBox .ylBg{
        background: linear-gradient(transparent 70%, #ffff00 70%, #ffff00 100%, transparent 100%);
    }
    .secHero .topTitBox a{
        font-size: 11px;
        margin-top: 13px;
        padding-bottom: 0;
        line-height: 1;
    }
}
@media (orientation: landscape) and (max-width: 767px){
	.secHero{ 
		height:calc(100vh + 76.5vh);
	}
}
/* secLogoBox  */
.secLogoBox{
    text-align: center;
    margin-top: 55px;
}
.secLogoBox .logoTit{
    font-size: 26px;
    font-weight: bold;
    margin-top: 50px;
    text-decoration: underline;
}
.secLogoBox .logoTxt{
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    margin-top: 50px;
    letter-spacing: .5px;
}
@media only screen and (max-width:767px){
    .secLogoBox{
        margin: 0;
    }
    .secLogoBox .logoBox{
        width: 225px;
        margin: 60px auto 0;
    }
    .secLogoBox .logoTit{
        font-size: 15px;
        line-height: 26px;
        margin-top: 15px;
        text-decoration: none;
    }
    .secLogoBox .logoTit .txtSp{
        position: relative;
        display: inline-block;
    }
    .secLogoBox .logoTit .txtSp:before{
        position: absolute;
        content: '';
        margin: auto;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        bottom: 4px;
    }
    .secLogoBox .logoTxt{
        font-size: 12px;
        line-height: 22px;
        margin-top: 20px;
        letter-spacing: 0;
    }
}


/* wrapperPromise */
.wrapperPromise{
    margin: 60px auto 0;
}
.wrapperPromise .promiseTit{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    font-size: 26px;
    font-weight: bold;
}
.wrapperPromise .prmiseList{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.wrapperPromise .prmiseList .item{
    width: 22.657%;
}
.wrapperPromise .prmiseList .item .itemBox{
    position: relative;
}
.wrapperPromise .prmiseList .item .itemBox::before,
.wrapperPromise .prmiseList .item .itemBox::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}
.wrapperPromise .prmiseList .item .itemBox::after{
    bottom: -20px;
    background: #000;
}
.wrapperPromise .prmiseList .item .txtBox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wrapperPromise .prmiseList .item .txtBox .num{
    font-size: 30px;
    letter-spacing: 2px;
}
.wrapperPromise .prmiseList .item .txtBox .txt{
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}
.wrapperPromise .prmiseList .item .outTxt{
    font-size: 16px;
    line-height: 26px;
    margin-top: 45px;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .wrapperPromise{
        margin: 25px auto 0;
        width: 89.336%;
    }
    .wrapperPromise .promiseTit{
        height: 50px;
        font-size: 15px;
    }
    .wrapperPromise .prmiseList{
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .wrapperPromise .prmiseList .item{
        width: 47.765%;
    }
    .wrapperPromise .prmiseList .item:nth-child(n+3){
        margin-top: 25px;
    }
    .wrapperPromise .prmiseList .item .itemBox::before,
    .wrapperPromise .prmiseList .item .itemBox::after{
        height: 10px;
    }
    .wrapperPromise .prmiseList .item .itemBox::after{
        bottom: -10px;
    }
    .wrapperPromise .prmiseList .item .txtBox .num{
        font-size: 20px;
    }
    .wrapperPromise .prmiseList .item .txtBox .txt{
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }
    .wrapperPromise .prmiseList .item .outTxt{
        font-size: 12px;
        line-height: 20px;
        margin-top: 15px;
    }
}



/* secTitTop */
.secTitTop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}
.secTitTop .tit{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    order: 2;
    position: relative;
    padding: 0 0 0 30px;
}
.secTitTop .tit::before{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.secTitTop .titRoman{
    font-size: 100px;
    color: #373e46;
    letter-spacing: 15px;
    order: 1;
}
.secTitTop .titRomanIn{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.secTitTop .js-effect-fadeup{
    display: block;
}
.secTitTop .titCursive{
    display: block;
    font-size: 50px;
    color: #f4b955;
    position: absolute;
    bottom: -20px;
    left: calc(100% - 200px);
    width: 500px;
    letter-spacing: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.2s;
    transition: all 1s ease-out 0.2s;
}
.secTitTop .titCursive.lazyloaded {
    left: calc(100% - 100px);
    opacity: 1;
}
@media only screen and (max-width:767px){
    .secTitTop{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
    }
    .secTitTop .tit{
        font-size: 13px;
        letter-spacing: 0.5px;
        padding: 10px 0 0 30px;
    }
    .secTitTop .tit::before{
        top: 15px;
        bottom: auto;
    }
    .secTitTop .titRoman{
        font-size: 48px;
        letter-spacing: 5px;
    }
    .secTitTop .titCursive {
        font-size: 27px;
        bottom: -10px;
        width: 500px;
        letter-spacing: 0;
    }
    .secTitTop .titCursive.lazyloaded {
        left: calc(100% - 40px);
    }
}

/* secTitTopSmall */
.secTitTopSmall{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.secTitTopSmall .tit{
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    order: 2;
}
.secTitTopSmall .titRoman{
    font-size: 40px;
    color: #373e46;
    letter-spacing: 4px;
    order: 1;
}
@media only screen and (max-width:767px){
    .secTitTopSmall{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .secTitTopSmall .tit{
        margin-top: 0;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.5px;
        padding: 7px 0 0 10px;
    }
    .secTitTopSmall .titRoman{
        font-size: 28px;
        letter-spacing: 0.6px;
    }
}
/* ここから */
.secFeatures{
    padding:20px 20px 0;
}
.secFeatures .topContent{
    margin-top:120px;
}
.secFeatures .wrapBox{
    position: relative;
    height: 600px;
    height: 660px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.secFeatures:nth-child(1) .wrapBox{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.secFeatures:nth-child(2) .wrapBox{
    height: 660px;
}
.secFeatures .imgIn{
    position: absolute;
    width: 950px;
    top:0;
    right:0;
}
.secFeatures:nth-child(2) .imgIn{
    right: 0;
}
.secFeatures .txtList{
    z-index: 10;
    /* margin-top:120px; */
}
 .secFeatures:nth-child(1) .txtList{
    margin-right: -40px;
}
 .secFeatures .txtIn{
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: -1px;
}
 .secFeatures .txtIn + .txtIn{
    margin-top: 30px;
}
 .secFeatures .bW{
    background: #FFF;
    box-shadow: 0 0 0 6px #FFF;
}
/* @media only screen and (max-width:1550px){
    .secFeatures .wrapBox{
        height: 480px;
    }
    .secFeatures:nth-child(2) .wrapBox{
        height: 623px;
    }    
    .secFeatures .imgIn{
        width: 720px;
    }
    .secFeatures .imgIn img{
        width: 100%;
        height: auto;
    }
    .secFeatures .txtIn{
        font-size: 15px;
    }
    .secFeatures:nth-child(1) .txtList{
        margin-right: -10px;
    }
} */

.secFeatures .swiper-container{
	width: 100%;
    margin: 0 auto 50px;
}
.secFeatures .madoriList img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.secFeatures .boxSlider,
.secFeatures .sliderFeatures  {
	width:100%;
	height:100%;
}
.secFeatures .swiper-container{
	width:100%;
	height:100%;
}



.secFeatures .topContent .txtList .txtIn{
    margin-left: 30px;
    font-size: 16px;
}
.secFeatures .topContent .txtList .txtDeco{
    position:relative;
    left: -100px;
    opacity: 0;
    -webkit-transition: all 1s ease-out 0.2s;
    transition: all 1s ease-out 0.2s;

}
.secFeatures .topContent .txtList .txtDeco.lazyloaded{
    left: 0;
    opacity: 1;
}
.secFeatures .topContent .txtList .txtDeco::before{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    margin: auto 0;
}
.secFeatures .topContent .txtList .imgInLeft{
    margin: 15px 0 20px;
    position: relative;
    /* left: -100px;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out; */
}
.secFeatures .topContent .txtList .imgInLeft.lazyloaded{
    left: 0;
    opacity: 1;
}

.secFeatures .topContent .imgInBottom{
    height: 370px;
    background-color: #fff;
    max-width: 870px;
    padding: 60px 90px 30px 50px;
}
.secFeatures .topContent .imgInBottom .txtIn{
    font-size: 30px;
    line-height: 50px;
    margin-left: 0;
}
.secFeatures .topContent .imgInBottom .txtBox{
    background-color: #373e46;
    width: 720px;
}
.secFeatures .topContent .imgInBottom .txtBox .txtIn{
    color:#fff;
    font-size: 20px;
    padding: 30px 20px;
    line-height: 0;
    margin-left: 0;
}

.secFeatures .bottomContent{
    margin-top: 30px;
    margin-bottom: 60px;
}

.secFeatures .bottomContent .itemList{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}
.secFeatures .bottomContent .itemList .item {
    width: 380px;
    height: 274px;
    text-align: center;
    padding: 60px 0 0;
    margin: 0 70px 0 0;
}
.secFeatures .bottomContent .itemList .item{
    background: url(../img/sample/top/bgPlan.png) center top / cover no-repeat;
}
.secFeatures .bottomContent .itemList .item:first-child{
    background: url(../img/sample/top/bgSpec.png) center top / cover no-repeat;
}
.secFeatures .bottomContent .itemList .item:last-child{
    background: url(../img/sample/top/bgAfter.png) center top / cover no-repeat;
    margin: 0 0 0 0;
}

.secFeatures .bottomContent .itemList .item .txt1 {
    font-size: 24px;
    margin-top: 25px;
}
.secFeatures .bottomContent .itemList .item .txt2 {
    font-size: 34px;
    line-height: 1.4;
    margin-top: 25px;
}
.secFeatures .bottomContent .itemList .item:nth-child(3) .txt2 {
    margin-top: 10px;
}
.secFeatures .bottomContent .itemList .item:nth-child(3) .txt1 {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 18px;
}
.secFeatures .cmnBtn{
    max-width: 500px;
}

@media only screen and (max-width:767px){
    .secFeatures .topContent {
        margin-top: 50px;
    }
    .secFeatures .imgIn,
    .secFeatures:nth-child(2) .imgIn {
        width: 60%;
        max-width: 150px;
        top:0;
        right: -20px;
    }
    .secFeatures .wrapBox,
    .secFeatures:nth-child(2) .wrapBox {
        height: 100%;
    }
    .secFeatures .txtList {
        margin-top: 0;
    }
    .secFeatures .topContent .imgInBottom{
        margin-top: 17px;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .secFeatures .bottomContent {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .secFeatures .bottomContent .itemList .item {
        width: 105px;
        height: 116px;
        text-align: center;
        padding: 32px 0 0;
        margin: 0;
    }
    .secFeatures .bottomContent .itemList .item:last-child {
        margin: 0;
    }
    .secFeatures .topContent .txtList .txtIn{
        margin-left: 30px;
        font-size: 14px;
        line-height: 1.63;
    }
    .secFeatures .topContent .txtList .txtDeco{
        position:relative;
        text-indent: -0.5em;
        letter-spacing: .3px;
        margin: 5px 0 0 23px;
    }
    .secFeatures .topContent .txtList .txtDeco::before{
        content: "";
        display: block;
        width: 20px;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 10px;
        bottom: auto;
        left: -24px;
        margin: auto 0;
        letter-spacing: 0.5px;
    }
    .secFeatures .topContent .txtList .imgInLeft{
        width: 60%;
        margin: 5px 0 15px;
    }
    .secFeatures .topContent .txtList .imgInBottom .imgInLeft{
        width: 100%;
        margin-bottom: 11px;
        padding: 0;
    }
    .secFeatures .topContent .imgInBottom .txtIn{
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        margin-left: 0;
        padding: 24px 15px 8px 15px;
        letter-spacing: .2px;
    }
    .secFeatures .topContent .imgInBottom .txtBox{
        width: 100%;
    }
    .secFeatures .topContent .imgInBottom .txtBox .txtIn{
        font-size: 14px;
        padding: 12px 0;
        line-height: 1.5;
        letter-spacing: 0px;
    }
    .secFeatures .bottomContent .itemList .item{
        background: url(../img/sample/top/bgPlanSp.png) center top / cover no-repeat;
    }
    .secFeatures .bottomContent .itemList .item:first-child{
        background: url(../img/sample/top/bgSpecSp.png) center top / cover no-repeat;
        width: 106px;
        height: 116px;
    }
    .secFeatures .bottomContent .itemList .item:last-child{
        background: url(../img/sample/top/bgAfterSp.png) center top / cover no-repeat;
    }
    .secFeatures .bottomContent .itemList .item .txt2 {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 12px;
    }
    .secFeatures .bottomContent .itemList .item .titItem img {
        width: auto;
        height: 16px;
    }
    .secFeatures .bottomContent .itemList{
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }
}

/* secEvent */
.secEvent{
    position: relative;
    margin: 165px 0 0;
}
.secEvent::before{
    content: "";
    display: block;
    width: 100%;
    height: 350px;
    background: url(../img/common/bgDots.gif) left top / 4px repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.secEvent .secTitTop{
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    z-index: 10;
}
.secEvent .secTitTop::after{
    content: "";
    display: block;
    width: calc(100% - 350px);
    height: 3px;
    background: #eaa531;
    background: -moz-linear-gradient(left,  #eaa531 1%, #ea7eb0 100%);
    background: -webkit-linear-gradient(left,  #eaa531 1%,#ea7eb0 100%);
    background: linear-gradient(to right,  #eaa531 1%,#ea7eb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa531', endColorstr='#ea7eb0',GradientType=1 );
    position: absolute;
    top: 44px;
    right: 50px;
}
.secEvent .list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	padding:165px 0 60px;
}
.secEvent .box{
	width:29.68%;
	position:relative;
	margin-right:2.2715%;
}
.secEvent .box:nth-child(3n){ margin-right:0;}
.secEvent .box:nth-child(n + 4){ margin-top:47px;}
.secEvent .box::before,
.secEvent .box::after{
    position: absolute;
    bottom: 33px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	z-index:2;
}
.secEvent .box::before{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border:1px solid #000;
	background:#fff;
    z-index: -1;
}
.secEvent .box::after{
    right: 14px;
    width: 6px;
    height: 6px;
	bottom:46px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.secEvent .aBox{
	display:block;
	color:#000;
	text-decoration:none;
}
.secEvent .boxIn{ padding:23px 0 30px;}
.secEvent .boxTit{
	font-size:18px;
	line-height:1.77;
	font-weight:700;
	height:64px;
	max-height:64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.secEvent .boxTxt{
	font-size:14px;
	line-height:25px;
	padding-top:10px;
}
.secEvent .imgBoxIn{ position:relative;}
.secEvent .imgBox{
	width:100%;
	padding-top:71.052%;
}
.secEvent .boxTxtIn{
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
	letter-spacing:1px;
    padding-right:35px;
}
.secEvent .listIcon{ 
	position: absolute;
	top:0;
	left:0;
	z-index:2;
	color:#000;
}
.secEvent .boxEnd{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:rgba(0,0,0,0.6);
	text-align:center;
	color:#fff;
	z-index:2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secEvent .txtEnd{
	font-size:14px;
	line-height:24px;
    padding-top: 21px;
}
.secEvent .txtEnd.event{
	font-size:32px;
	letter-spacing: 4px;
}
.secEvent .listIcon{ font-size:0;}
.secEvent .listIcon li.icon{
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	font-weight: 700;
	line-height:20px;
	padding:6px 15px;
	color:#fff;
}
.secEvent .listIcon li.icon.fBebas{
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 15px;
}
.secEvent .listIcon li.iconEvent00{ 
	background:#ffe400;
	color: #000;
}
.secEvent .listIcon li.iconEvent01{ background:#6aba03;}
.secEvent .listIcon li.iconEvent02{ background:#00a0e9;}
@media only screen and (max-width:767px){
    .secEvent{
        margin: 100px 0 0;
    }
    .secEvent::before{
        height: 150px;
    }
    .secEvent .secTitTop{
        top: -19px;
    }
    .secEvent .secTitTop::after{
        width: calc(100% - 184px);
        top: 19px;
        right: 15px;
        height: 2px;
    }
	.secEvent .list{
		margin-top:32px;
		border-top:none;
		padding:90px 0 0;
	}
	.secEvent .box{
		width:49%;
		margin-right:2%;
	}
    .secEvent .box:nth-child(2n){
        margin-right: 0;
    }
	.secEvent .boxIn::after{ 
        position:absolute;
        content: "";
        width: 77%;
        height: 1px;
        bottom:0;
        left:0;
        background:#dadada;
    }
	.secEvent .box::before{ 
        width: 26px;
        height: 26px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border:1px solid #000;
        background:#fff;
        right: 0;
        bottom: -13px;
        z-index: 1;
    }
	.secEvent .box::after{
		right: 11px;
        width: 5px;
        height: 5px;
        bottom: -2px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
        z-index: 1;
	}
	.secEvent .boxIn{ 
        position:relative;
        padding:15px 0 25px 0;
    }    
    .secEvent .boxTxtIn{
        padding-right:0px;
        letter-spacing: 0;
    }
	.secEvent .boxTit{
		font-size:14px;
		line-height:21px;
		height:63px;
		max-height:63px;
        -webkit-line-clamp: 3;
	}
	.secEvent .boxTxt{
		font-size:13px;
		line-height:22px;
		padding-top:10px;
	}
	.secEvent .iconNew {
		font-size: 12px;
		width: 44px;
		height: 24px;
	}
	.secEvent .listIcon li.icon{ padding:6px;}
    .secEvent .listIcon li.icon{
        font-size:10px;
        padding:2px 15px 0;
    }
    .secEvent .listIcon li.icon.fBebas{
        font-size: 13px;
        line-height: 18px;
        padding: 4px 15px 0;
    }
	.secEvent .txtEnd{ padding-top:14px;}
    .secEvent .box:nth-child(n + 3){ margin:43px 0;}
}

/* secWorks */
.secWorks{
    position: relative;
    margin: 165px 0 0;
    padding: 0 0 100px;
    background: url(../img/index/bgWorks.jpg) center top no-repeat;
}
.secWorks .secTitTop{
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    z-index: 10;
}
.secWorks .secTitTop::after{
    content: "";
    display: block;
    width: calc(100% - 350px);
    height: 3px;
    background: #eaa531;
    background: -moz-linear-gradient(left,  #eaa531 1%, #ea7eb0 100%);
    background: -webkit-linear-gradient(left,  #eaa531 1%,#ea7eb0 100%);
    background: linear-gradient(to right,  #eaa531 1%,#ea7eb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa531', endColorstr='#ea7eb0',GradientType=1 );
    position: absolute;
    top: 44px;
    right: 50px;
}
.secWorks .secTitTop .tit{
    margin: 20px 0 0;
}
.secWorks .wrapper{
    padding: 165px 0 60px;
}
.secWorks .boxSlider{
    position: relative;
}
.secWorks .swiper-container{
    overflow: visible;
}
.secWorks .boxBtn{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.secWorks .swiper-button-prev,
.secWorks .swiper-button-next{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}
.secWorks .swiper-button-prev{
    right: auto;
    left: -70px;
}
.secWorks .swiper-button-next{
    right: -70px;
}
.secWorks .swiper-button-prev::after,
.secWorks .swiper-button-next::after{
    display: none;
}
.secWorks .swiper-button-prev::before,
.secWorks .swiper-button-next::before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.secWorks .swiper-button-prev::before{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.secWorks .swiper-button-next::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10px;
}
.secWorks .swiper-slide a{
    position: relative;
    color: #000;
    background: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.secWorks .iconNew{
    position: absolute;
    content: "";
    width: 50px;
    height: 32px;
    background-color: #ffe400;
    font-size: 16px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 10px;
}
.secWorks .num{
    font-size: 60px;
    letter-spacing: 1px;
    color: #373e46;
    position: absolute;
    top: -27px;
    right: 600px;
}
.secWorks .boxTxt{
    flex: 1;
    padding: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.secWorks .boxTxt .tit{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 54px;
    max-height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.secWorks .boxTxt .txt{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin: 35px 0 0;
    max-height: 272px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.secWorks .boxTxt .cmnBtn{
    width: 300px;
    margin: 28px 0 0;
}
.secWorks .boxImg{
    width: 560px;
}
.secWorks .boxImg .img{
    padding-top: 71.4%;
}
.secWorks .swiper-slide{
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transform-origin: center center;
}
.secWorks .swiper-slide-next,
.secWorks .swiper-slide-prev{
    position: relative;
}
.secWorks .swiper-slide-next::before,
.secWorks .swiper-slide-prev::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media only screen and (max-width:767px){
    .secWorks .wrapper1280{
        max-width: 275px;
        margin: 0 auto;
    }
    .secWorks {
        margin: 95px 0 0;
        padding: 0 0 50px;
    }
    .secWorks .secTitTop .tit {
        margin: 0;
        padding-top: 20px;
    }
    .secWorks .secTitTop .tit::before {
        top: 25px;
        bottom: auto;
    }
    .secWorks .wrapper{
        padding: 0;
    }
    .secWorks .boxSlider{
        padding: 100px 0 30px;
    }
    .secWorks .secTitTop{
        top: -19px;
    }
    .secWorks .secTitTop::after {
        width: calc(100% - 187px);
        top: 19px;
        right: 15px;
        height: 2px;
    }
    .secWorks .secTitTop .titCursive {
        font-size: 27px;
        bottom: -9px;
        left: calc(100% - 48px);
    }
    .secWorks .swiper-slide{
        display: -webkit-box;
        display: flex;
        height: auto;
    }
    .secWorks .boxBtn{
        top: 70px;
        bottom: auto;
        right: 40px;
        left: auto;
        width: auto;
    }
    .secWorks .swiper-button-prev,
    .secWorks .swiper-button-next{
        width: 36px;
        height: 36px;
        border-radius: 50%;
        top: -33px;
        left: auto;
        margin-top: 0;
        border: solid 2px #373e46;
        background-color: #fff;
    }
    .secWorks .swiper-button-prev{
        right: -30px;
    }
    .secWorks .swiper-button-next{
        right: -75px;
    }
    .secWorks .swiper-button-prev::after,
    .secWorks .swiper-button-next::after{
        display: none;
    }
    .secWorks .swiper-button-prev::before,
    .secWorks .swiper-button-next::before{
        width: 8px;
        height: 8px;
        right: auto;
        left: auto;
        bottom: 0;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }
    .secWorks .swiper-button-prev::before{
        right: 10px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .secWorks .swiper-button-next::before{
        left: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .secWorks .swiper-slide-next::before,
    .secWorks .swiper-slide-prev::before{
        display: none;
    }
    .secWorks .boxImg .img{
        padding-top: 0;
        width: 137px;
        height: 99px;
    }
    .secWorks .iconNew{
        width: 40px;
        height: 22px;
        padding-top: 5px;
        font-size: 13px;
    }


    .secWorks .boxTxt .tit {
        font-size: 16px;
        line-height: 1.6;
        max-height: 108px;
    }
    .secWorks .num {
        z-index: 10;
        font-size: 26px;
        letter-spacing: 1px;
        color: #373e46;
        position: absolute;
        top: -12px;
        right: 7px;
    }
    .secWorks .swiper-slide a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .secWorks .boxImg {
        width: 100%;
        order:1;
        display: flex;
        flex-direction: row;
    }
    .secWorks .boxTxt {
        order: 2;
        display: block;
        width: 100%;
        padding: 20px 20px 46px;
        position: relative;
    }
    .secWorks .boxTxt .txt {
        font-size: 12px;
        line-height: 1.9;
        margin: 16px 0 0;
        max-height: 272px;
        -webkit-line-clamp: 4;
    }
    .secWorks .boxTxt .cmnBtn {
        max-width: 26px;
        width: 26px;
        height: 26px;
        margin: 0;
        padding:0;
        position: absolute;
        bottom: 20px;
        right: 10px;
    }
    .secWorks .boxTxt .cmnBtn::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
/* secInfo */
.secInfo{ padding-top:120px;}
.secInfo .aBtnMain{ width:240px;}
.secInfo .aBtnMain .aBtn{
    font-size:14px;
    padding:17px 0;
}
.secInfo .aBtnMain .aBtn::after{ right:20px;}
.secInfo .listMain{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.secInfo .boxMain{ width:46.97%;}
.secInfo .list{ padding:35px 0 40px;}
.secInfo .box{ position:relative;}
.secInfo .box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 2;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secInfo .aBox{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #1d1d1d;
    text-decoration: none;
    padding: 19px 0;
    border-bottom:1px solid #dddddd;
}
.secInfo .box:first-child .aBox{ 
    border-top:1px solid #dddddd;
    padding-top:29px;
    position:relative;
}
.secInfo .box:first-child .aBox::after{
    content:"";
    position:absolute;
    top:-1px;
    left:0;
    width:70px;
    height:1px;
    background:#000;
}
.secInfo .imgBox{
    width:150px;
    height:110px;
}
.secInfo .boxIn{ 
    width:calc(100% - 190px);
    padding-left:22px;
}
.secInfo .boxTit{
    font-size:17px;
    line-height:29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight:700;
}
.secInfo .boxSub{
    font-size:0;
    padding-top:10px;
}
.secInfo .txtDate,
.secInfo .iconNewIn,
.secInfo .listIconIn{
    display:inline-block;
    vertical-align:middle;
}
.secInfo .iconNewIn{
    margin-left:10px;
    font-size: 17px;
    color: #f40c43;
}
.secInfo .txtDate{
    font-size:14px;
    line-height:20px;
    letter-spacing:2px;
}
.secInfo .listIconIn{ padding-left:8px;}
.secInfo .listIconIn .iconLi {
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width:767px){
    .secInfo{ padding-top:60px;}
    .secInfo .boxTop .aBtnMain{ display:none;}
    .secInfo .aBtnMain{ 
        width:275px;
        margin:20px auto 0;
    }
    .secInfo .aBtnMain .aBtn{
        font-size:13px;
        padding:15px 0;
    }
    .secInfo .listMain{ display:block;}
    .secInfo .boxMain{ width:100%;}
    .secInfo .boxMain + .boxMain{ margin-top:60px;}
    .secInfo .list{ padding:13px 0 25px;}
    .secInfo .box:nth-child(n + 3){ display:none;}
    .secInfo .box::after { 
        right: 0;
        width: 6px;
        height: 6px;
    }
    .secInfo .aBox{ padding: 15px 35px 15px 0;}
    .secInfo .box:first-child .aBox{ padding-top:15px;}
    .secInfo .box:first-child .aBox::after{ width:30px;}
    .secInfo .imgBox{
        width:110px;
        height:80px;
    }
    .secInfo .boxIn{ 
        width:calc(100% - 90px);
        padding-left:12px;
    }
    .secInfo .boxTit{ 
        font-size:14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        max-height: 40px;
        text-overflow:clip;
        white-space:normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .secInfo .boxSub{ padding:0 0 0 2px;}
    .secInfo .iconNewIn{
        font-size: 14px;
        margin-left: 6px;
    }
    .secInfo .txtDate{
        font-size:12px;
        letter-spacing:0.5px;
    }
    .secInfo .listIconIn {
        padding-top: 1px;
    }
    .secInfo .listIconIn .iconLi {
        font-size: 12px;
        letter-spacing:0.5px;
    }
    .secInfo .listIconIn .iconLi:nth-child(n+2) {
         display: none;
    }
}

/* secModel */
.secModel{
    position: relative;
    margin: 165px 0 0;
    padding: 0 0 100px;
    background: url(../img/index/bgModel.jpg) center top no-repeat;
}
.secModel .secTitTop{
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    z-index: 10;
}
.secModel .secTitTop::after{
    content: "";
    display: block;
    width: calc(100% - 350px);
    height: 3px;
    background: #eaa531;
    background: -moz-linear-gradient(left,  #eaa531 1%, #ea7eb0 100%);
    background: -webkit-linear-gradient(left,  #eaa531 1%,#ea7eb0 100%);
    background: linear-gradient(to right,  #eaa531 1%,#ea7eb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa531', endColorstr='#ea7eb0',GradientType=1 );
    position: absolute;
    top: 44px;
    right: 50px;
}
.secModel .secTitTop .tit{
    margin: 20px 0 0;
}
.secModel .boxSlider{
    padding: 165px 0 60px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.secModel .swiper-container{
    overflow: visible;
}
.secModel .boxBtn{
    position: absolute;
    top: 100px;
    right: 20px;
}
.secModel .swiper-button-prev,
.secModel .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 0;
    left: auto;
    margin-top: 0;
}
.secModel .swiper-button-prev{
    right: 90px;
}
.secModel .swiper-button-next{
    right: 0;
}
.secModel .swiper-button-prev::after,
.secModel .swiper-button-next::after{
    display: none;
}
.secModel .swiper-button-prev::before,
.secModel .swiper-button-next::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    bottom: 45px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.secModel .swiper-button-prev::before{
    right: 20px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.secModel .swiper-button-next::before{
    left: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secModel .swiper-button-prev:hover,
.secModel .swiper-button-next:hover{
    border: solid 3px #373e46;
    background-color: #fff;
}
/* .secModel .swiper-button-prev:hover::before{
    right: 17px;
}
.secModel .swiper-button-next:hover::before{
    left: 17px;
} */

.secModel .iconNew{
    position: absolute;
    content: "";
    width: 50px;
    height: 32px;
    background-color: #ffe400;
    font-size: 16px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 10px;
}
.secModel .icon3D {
    position: absolute;
    content: "";
    background-color: #f46e81;
    text-align: center;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
}
.secModel .icon3D.spOnly {
    display: none;
}
.secModel .iconNew + .icon3D {
    left: 51px;
}
.secModel .boxTxt{
    width: 600px;
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 10;
    background-color: #fff;
}
.secModel .boxTxtIn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
}
.secModel .boxTxt .tit{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 42px;
    max-height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.secModel .boxTxt .txt{
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 15px 0;
    max-height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.secModel .boxTxt .boxInfo dt,
.secModel .boxTxt .boxInfo dd{
    display: inline;
    font-size: 14px;
    line-height: 1.86;
}
.secModel .boxTxt .boxInfo dt::after{
    content: "：";
}
.secModel .btnInfo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.secModel .btnInfo .btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 500%;
    height: 70px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
}
.secModel .btnInfo .reserveBtn{
    background-color: #6aba03;
}
.secModel .btnInfo .reserveBtn::after{
	content: "";
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtnArrow.png) top center / cover no-repeat;
    width: 8px;
    height: 14px;
}
.secModel .btnInfo .reserveSpan{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.secModel .btnInfo .reserveSpan::before{
	content: "";
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtn01.gif) top center / cover no-repeat;
    width: 36px;
    height: 34px;
}
.secModel .btnInfo .moreBtn{
    background-color: #373e46;
}
.secModel .btnInfo .moreBtn::after{
	content: "";
    position: absolute;
    top: 0;
    right: 28px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtnArrow.png) top center / cover no-repeat;
    width: 8px;
    height: 14px;
}
.secModel .btnInfo .moreSpan{
    display: inline-block;
    position: relative;
	padding-left: 20px;
}
.secModel .btnInfo .moreSpan::before{
	content: "";
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
    background: url(../img/modelhouse/iconBtn02.gif) top center / cover no-repeat;
    width: 24px;
    height: 4px;
}
.secModel .boxImg{
    width: 1050px;
    left: -200px;
    position: relative;
}
.secModel .boxImg .img{
    padding-top: 66.66%;
}
@media only screen and (max-width:767px){
    .secModel .secTitTop {
        top: -20px;
    }
    .secModel{
        position: relative;
        margin: 80px 0 0;
        padding: 0 0 50px;
        background: url(../img/index/bgModelSp2.jpg)  no-repeat;
        background-position: 40% 0;
        width: auto;
    }
    .secModel .swiper-slide{
        display: -webkit-box;
        display: flex;
        height: auto;
    }
    .secModel .boxBtn{
        right: 30px;
    }
    .secModel .boxSlider {
        padding: 100px 0 0;
        position: relative;
        width: 275px;
        height: 100%;
        margin: 0 auto 30px;
    }
    .secModel .iconNew {
        width: 40px;
        height: 22px;
        font-size: 13px;
        top: 0;
        padding-top: 5px;
    }
    .secModel .icon3D {
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        font-size: 11px;
        line-height: 22px;
        padding: 0 8px;
    }
    .secModel .icon3D.spOnly {
        display: inline-block;
    }
    .secModel .iconNew + .icon3D {
        left: 41px;
    }
    .secModel .boxTxt {
        width: 275px;
        height: 100%;
        padding: 66.66% 0 0;
        position: relative;
        top: 0;
        background-color: #fff;
        order: 2;
        z-index: 1;
    }
    .secModel .btnInfo {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .secModel .boxImg {
        width: 275px;
        order: 1;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .secModel .modelIn{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .secModel .boxTxtIn{
        padding: 20px 20px 65px;
    }
    .secModel .boxTxt .tit {
        font-size: 16px;
        line-height: 1.6;
    }
    .secModel .boxTxt .txt {
        font-size: 13px;
        line-height: 21px;
        -webkit-line-clamp: 4;
        max-height: 84px;
        letter-spacing: 0.5px;
    }
    .secModel .boxTxt .boxInfo dt, 
    .secModel .boxTxt .boxInfo dd {
        font-size: 11px;
        line-height: 1.72;
    }
    .secModel .btnInfo .reserveSpan::before{
        display: none;
    }
    .secModel .btnInfo .moreSpan::before {
        display: none;
    }
    .secModel .btnInfo .btn {
        height: 45px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .secModel .btnInfo .reserveSpan ,
    .secModel .btnInfo .moreSpan {
        padding-left: 0;
    }
    .secModel .btnInfo .reserveBtn::after {
        right: 12px;
        background: url(../img/modelhouse/iconBtnArrow.png) top center / cover no-repeat;
        width: 8px;
        height: 14px;
    }
    .secModel .btnInfo .moreBtn::after {
        right: 12px;
        background: url(../img/modelhouse/iconBtnArrow.png) top center / cover no-repeat;
        width: 8px;
        height: 14px;
    }
    .secModel .secTitTop::after {
        width: calc(100% - 187px);
        height: 2px;
        top: 20px;
        right: 15px;
    }
    .secModel .swiper-button-prev, .secModel .swiper-button-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        top: -50px;
        left: auto;
        margin-top: 0;
        border: solid 2px #373e46;
        background-color: #fff;
    }
    .secModel .swiper-button-next {
        left: 30px;
    }
    .secModel .swiper-button-prev {
        right: -20px;
    }
    .secModel .swiper-button-prev::before, 
    .secModel .swiper-button-next::before {
        width: 8px;
        height: 8px;
        bottom: 0;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }
    .secModel .swiper-button-next::before {
        left: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .secModel .swiper-button-prev::before {
        right: 11px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .secModel .swiper-button-prev:hover,
    .secModel .swiper-button-next:hover{
        border: solid 2px #373e46;
    }
    /* .secModel .swiper-button-prev:hover::before{
        right: 12px;
    }
    .secModel .swiper-button-next:hover::before{
        left: 12px;
    } */
}


/* secLifePlan */
.secLifePlan{
    position: relative;
    margin: 165px 0 0;
    padding: 0 0 0 0;
    background: url(../img/index/bgLifePlan.jpg) center top no-repeat;
}
.secLifePlan .secTitTop{
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    z-index: 10;
}
.secLifePlan .secTitTop::after{
    content: "";
    display: block;
    width: calc(100% - 501px);
    height: 3px;
    background: #eaa531;
    background: -moz-linear-gradient(left,  #eaa531 1%, #ea7eb0 100%);
    background: -webkit-linear-gradient(left,  #eaa531 1%,#ea7eb0 100%);
    background: linear-gradient(to right,  #eaa531 1%,#ea7eb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa531', endColorstr='#ea7eb0',GradientType=1 );
    position: absolute;
    top: 44px;
    right: 50px;
}
.secLifePlan .secTitTop .tit{
    margin: 20px 0 0;
}
.secLifePlan .boxSlider{
    padding: 165px 0 60px;
    position: relative;
}
.secLifePlan .swiper-container{
    overflow: visible;
}
.secLifePlan .boxBtn{
    position: absolute;
    top: 70px;
    right: 0;
}
.secLifePlan .swiper-button-prev,
.secLifePlan .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 0;
    left: auto;
    margin-top: 0;
}
.secLifePlan .swiper-button-prev{
    right: 90px;
}
.secLifePlan .swiper-button-next{
    right: 0;
}
.secLifePlan .swiper-button-prev::after,
.secLifePlan .swiper-button-next::after{
    display: none;
}
.secLifePlan .swiper-button-prev::before,
.secLifePlan .swiper-button-next::before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    bottom: 45px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.secLifePlan .swiper-button-prev::before{
    right: 18px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.secLifePlan .swiper-button-next::before{
    left: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.secLifePlan .swiper-button-prev:hover,
.secLifePlan .swiper-button-next:hover{
    border: solid 3px #373e46;
    background-color: #fff;
}
.secLifePlan .swiper-slide .planBox{
    position: relative;
    color: #000;
    background: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding:50px;
}
.secLifePlan .iconNew{
    position: absolute;
    content: "";
    width: 50px;
    height: 32px;
    background-color: #ffe400;
    font-size: 16px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 10px;
}
.secLifePlan .num{
    font-size: 40px;
    letter-spacing: 1px;
    color: #373e46;
    position: absolute;
    top: 60px;
    left:50px;
}
.secLifePlan .boxTxt{
    flex: 1;
    padding: 55px 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.secLifePlan .boxTxt .tit{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 1.6;
    max-height: 108px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}
.secLifePlan .boxTxtBottom{
    padding: 30px 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.secLifePlan .boxTxtBottom .txt{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    max-height: 180px;
    height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.secLifePlan .boxTxt .txt{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin: 35px 0 0;
    max-height: 272px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.secLifePlan .boxTxt .cmnBtn{
    width: 300px;
    margin: 28px 0 0;
}
.secLifePlan .boxImg{
    width: 200px;
}
.secLifePlan .boxImg .img{
    height: 180px;
    width: 100%;
}

.secLifePlan .planBox .topContent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width:767px){
    .secLifePlan {
        margin: 95px 0 0;
        padding: 0 0 30px;
    }
    .secLifePlan .secTitTop .tit {
        margin: 0;
        padding-top: 20px;
    }
    .secLifePlan .secTitTop .tit::before {
        top: 25px;
        bottom: auto;
    }
    .secLifePlan .boxSlider {
        padding: 100px 0 20px;
        position: relative;
    }
    .secLifePlan .secTitTop{
        top: -19px;
    }
    .secLifePlan .secTitTop::after {
        width: calc(100% - 220px);
        top: 19px;
        right: 15px;
        height: 2px;
    }
    .secLifePlan .secTitTop .titCursive {
        font-size: 27px;
        bottom: -9px;
        left: calc(100% - 48px);
    }
    .secLifePlan .boxBtn {
        top: 70px;
        right: 71px;
    }
    .secLifePlan .swiper-button-prev,
    .secLifePlan .swiper-button-next{
        width: 36px;
        height: 36px;
        border-radius: 50%;
        top: -33px;
        left: auto;
        margin-top: 0;
        border: solid 2px #373e46;
        background-color: #fff;
    }
    .secLifePlan .swiper-button-prev{
        right: -30px;
    }
    .secLifePlan .swiper-button-next{
        right: -75px;
    }
    .secLifePlan .swiper-button-prev::after,
    .secLifePlan .swiper-button-next::after{
        display: none;
    }
    .secLifePlan .swiper-button-prev::before,
    .secLifePlan .swiper-button-next::before{
        width: 8px;
        height: 8px;
        bottom: 0;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    }
    .secLifePlan .swiper-button-prev::before{
        right: 10px;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .secLifePlan .swiper-button-next::before{
        left: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .secLifePlan .swiper-button-prev:hover,
    .secLifePlan .swiper-button-next:hover{
        border: solid 2px #373e46;
        background-color: #fff;
    }
    .secLifePlan .planBox .topContent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .secLifePlan .swiper-slide .planBox {
        padding: 20px;
    }

    .secLifePlan .boxTxt .tit {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: -0.3px;
        max-height: 108px;
    }
    .secLifePlan .boxTxtBottom{
        padding: 20px 0 0 0;
    }
    .secLifePlan .boxTxtBottom .txt {
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 1.9;
        font-weight: bold;
        height: auto;
    }
    .secLifePlan .num {
        font-size: 26px;
        letter-spacing: 1px;
        color: #373e46;
        position: absolute;
        top: -12px;
        left: 20px;
    }
    .secLifePlan .swiper-slide a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .secLifePlan .boxImg {
        width: 138px;
    }
    .secLifePlan .boxTxt {
        flex: 1;
        padding: 0 0 25px 0;
    }
    .secLifePlan .boxTxt .txt {
        font-size: 12px;
        line-height: 1.9;
        margin: 16px 0 0;
        max-height: 272px;
        -webkit-line-clamp: 4;
    }
    .secLifePlan .boxTxt .cmnBtn {
        max-width: 26px;
        width: 26px;
        height: 26px;
        margin: 0 0 0 auto;
        padding:10px;
    }
    .secLifePlan .boxTxt .cmnBtn::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.planGraph{
    display: flex;
    padding-top:30px;
}
/*table*/
.secLifePlan .left{
	width: 300px;
	height: 270px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
    border-right: none;
	background-color: #fff;
	font-size: 13px;
    font-weight: bold;
}
.secLifePlan .left th{
	border: solid 1px #cccccc;
    border-right: none;
    background-color: #f4f4f4;
	text-align: center;
	vertical-align: middle;
    font-weight: bold;
}
.secLifePlan .left th .tbrTxt{
	font-size: 15px;
}
.secLifePlan .left td {
	width: 200px;
	border: solid 1px #cccccc;
    border-right: none;
	text-align: left;
	padding-left: 19px;
	vertical-align: middle;
}

.secLifePlan .rightGraph{
	width: 220px;
	height: 270px;
	border: solid 5px #f4b955;
    font-weight: bold;
}
.secLifePlan .rightGraph .graphTitTxt{
	border-bottom: solid 5px #f4b955;
	background-color: #f4b955;
    font-size: 20px;
    color:#fff;
    height: 50px;
    padding:0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.secLifePlan .rightGraph .graphContent{
	border-collapse: collapse;
	background-color: #fff;
	font-size: 13px;
    padding:20px;
}
.secLifePlan .rightGraph .graphContent .txt1{
	font-size: 15px;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.secLifePlan .rightGraph .graphContent .txt2{
	color:#a80d0d;
    line-height: 1.3;
    padding-top:10px;
    padding-bottom:8px;
    font-size: 18px;
}
.secLifePlan .graphContent .txt2 .numMoney{
    font-size: 30px;
}
.secLifePlan .rightGraph .graphContent .txt3{
    font-weight: 500;
	font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

@media only screen and (max-width: 767px){
    .planGraph {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top:0;
    }
	.secLifePlan .left{
		width: 100%;
		height: auto;
		border-collapse: collapse;
		border: solid 1px #cccccc;
		background-color: #fff;
		font-size: 12px;
		margin-top: 20px;
        font-weight: 500;
	}
    .secLifePlan .boxImg .img {
        height: 130px;
        width: 100%;
    }
	.secLifePlan .left th{
        max-width: 70px;
		border: solid 1px #cccccc;
		text-align: center;
		width: 1px;
		white-space: nowrap;
		padding:15px 15px;
        font-weight: 500;
	}
	.secLifePlan .left td {
		font-size: 12px;
		width: 225px;
		border: solid 1px #cccccc;
		text-align: left;
		padding:15px 0 15px 15px;
	}

    .secLifePlan .rightGraph{
        width: 100%;
        height: auto;
        border: solid 3px #f4b955;
        margin-top: 15px;
    }
    .secLifePlan .rightGraph .graphTitTxt{
        border-bottom: solid 3px #f4b955;
        font-size: 14px;
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .secLifePlan .rightGraph .graphContent{
        font-size: 13px;
        padding:10px 0 13px 0;
    }
    .secLifePlan .rightGraph .graphContent .txt{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }
    .secLifePlan .rightGraph .graphContent .txt1{
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        padding-bottom: 0;
        padding-right: 15px;
        border-right: 1px solid #000;
        border-bottom: none;
    }
    .secLifePlan .rightGraph .graphContent .txt2{
        color:#a80d0d;
        line-height: 1.3;
        padding-top:10px;
        font-size: 13px;
    }
    .secLifePlan .graphContent .txt2 .numMoney{
        font-size: 20px;
    }
    .secLifePlan .rightGraph .graphContent .txt3{
        font-weight: normal;
        font-size: 11px;
        letter-spacing: 0;
        text-align: center;
    }

}


/* secPlan */
.secPlan{
    margin-top:200px;
    position:relative;
}
.secPlan .secTitTop{
    padding: 0 0 50px;
}
.secPlan .boxPlan{
    padding: 0 20px;
}
.secPlan .bgBox{
    text-align:center;
    height:673px;
    padding:85px 0 0;
    position: relative;
}
.secPlan.lazyloaded .bgBox::before{
    content: "";
    display: block;
    background:url(../img/index/bgPlanHouse.jpg) top right no-repeat;
    width: 495px;
    height: 238px;
    position: absolute;
    top: -238px;
    left: calc(50% + 220px);
}
.secPlan.lazyloaded .bgBox{ background:url(../img/index/bgPlan.jpg) top center / cover no-repeat;}
@media only screen and (max-width:767px){
	.secPlan{ 
		padding:0;
		margin-top:40px;
        overflow: hidden;
	}
	.secPlan::after{ top:-40px;}
    .secPlan .secTitTop{
        margin-left: 20px;
        margin-right: 20px;
        padding: 0 0 30px;
    }
	.secPlan .titMain{
		font-size:12px;
		line-height:40px;
		letter-spacing:1px;
		padding: 0;
	}
    .secPlan .boxPlan{
        padding: 0;
    }
	.secPlan .bgBox{
		height:auto;
		padding:0;
	}
    .secPlan.lazyloaded .bgBox{
        background: none;
    }
    .secPlan.lazyloaded .bgBox::before{
        background:url(../img/index/bgPlanHouseSp.jpg) top right no-repeat;
        background-size:137px;
        width: 150px;
        height: 111px;
        top: -101px;
        left: auto;
        right: 0;
    }
}

/* secPlanTab */
.secPlanTab{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-top: 50px;
}
.secPlanTab li {
    font-size: 18px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    height: 80px;
    width: calc(100% / 5);
}
.secPlanTab .aTab {
    border: 1px solid #373e46;
    width: 100%;
    color: #1d1d1d;
	background:#fff;
	height:100%;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	text-decoration:none;
	border-right: none;
    position: relative;
}
.secPlanTab .aTab::after{
    content: "";
    display: block;
    background-color: #ebebec;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.secPlanTab li:last-child .aTab{ border-right:1px solid #373e46;}
.secPlanTab li.on .aTab{
	color:#fff;
	background:#373e46;
}
.secPlanTab li.on .aTab::after{
    display: none;
}
@media only screen and (max-width:767px){	
	/* secPlanTab */
	.secPlanTab{ padding-top: 15px;}
	.secPlanTab li {
		font-size: 12px;
		line-height: 43px;
		height: 44px;
	}
}

/* secPlanSlider */
.secPlanSlider{
	padding-top: 70px;
	overflow: hidden;
}
.secPlanSlider .item{
	height: 0;
	overflow: hidden;
	position: relative;
}
.secPlanSlider .item.show{
	height: auto;
	overflow: visible;
}
.secPlanSlider .swiper-container{
	width: 1000px;
	overflow: visible;
}
.secPlanSlider .swiper-slide{ 
	background: #FFF;
	position:relative;
	margin-bottom:1px;
}
.secPlanSlider .swiper-slide a{ 
	display: block;
	border:1px solid #373e46;
	color:#fff;
	text-decoration:none;
}
.secPlanSlider .iconBox{
	position:absolute;
	top:-20px;
	left:20px;
	z-index:2;
}
.secPlanSlider .iconBox .iconList{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width:86px;
	height:86px;
	border:1px solid #fff;
	border-radius: 50px;
	background:#030f27;
}
.secPlanSlider .one .iconBox .iconList,
.secPlanSlider .two .iconBox .iconList,
.secPlanSlider .three .iconBox .iconList{
	border:none;
	border-radius: 0px;
	background:none;
}
.secPlanSlider .iconBox .num{
	font-size:35px;
	font-weight:bold;
}
.secPlanSlider .iconBox .iconTit{
	font-size:18px;
	font-weight:bold;
	margin:6px 0 0 0;
}
.secPlanSlider .one .iconBox .num,
.secPlanSlider .one .iconBox .iconTit,
.secPlanSlider .two .iconBox .num,
.secPlanSlider .two .iconBox .iconTit,
.secPlanSlider .three .iconBox .num,
.secPlanSlider .three .iconBox .iconTit{
	color:#9c100d;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}
.secPlanSlider .titIn{
	background:#373e46;
	height:110px;
	padding:32px 20px 20px 132px;
	font-size:0;
	position:relative;
}
.secPlanSlider .titIn::before,
.secPlanSlider .titIn::after{
    position: absolute;
    bottom: 0;
	top:0;
    right: 38px;
    margin: auto;
    content: "";
    vertical-align: middle;
	z-index:2;
}
.secPlanSlider .titIn::before{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border:1px solid #fff;
}
.secPlanSlider .titIn::after{
    right: 52px;
    width: 8px;
    height: 8px;
	bottom:2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secPlanSlider .titPlan,
.secPlanSlider .boxTit{
	font-size:22px;
	line-height:43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:700;
	display:inline-block;
	letter-spacing:1px;
	vertical-align:middle;
	position:relative;
}
.secPlanSlider .titPlan{ 
	padding-right:29px;
	margin-right:32px;
	max-width:190px;
	text-align:left;
}
.secPlanSlider .titPlan::after{
	content:"";
	width:1px;
	height:30px;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	background:#fff;
	position:absolute;
}
.secPlanSlider .boxTit{ 
	width:calc(100% - 260px);
	text-align:left;
}
.secPlanSlider .imgBox{
	width:95%;
	padding-top:50%;
    margin: 0 auto;
}
.secPlanSlider .imgCover img{
	padding: 40px 80px;
}

.secPlanSlider .swiper-button-prev,
.secPlanSlider .swiper-button-next{
    width: 66px;
    height: 66px;
    margin: 0;
    top: calc(50% - 190px);
    z-index: 10;
}
.secPlanSlider .swiper-button-prev{
    left: calc(50% - 30% + 30px);
    background: url(../img/index/btnPrev.png) center top / cover no-repeat;
}
.secPlanSlider .swiper-button-next{
    right: calc(50% - 30% + 30px);
    background: url(../img/index/btnNext.png) center top / cover no-repeat;
}
.secPlanSlider .swiper-button-prev::after,
.secPlanSlider .swiper-button-next::after{
    display: none;
}
.secPlanSlider .boxMember {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 110px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secPlanSlider .boxMember::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    height: calc(100% - 110px);
    background: rgba(0,0,0,0.85);
    content: "";
}
.secPlanSlider .boxMemberIn{ width:100%;}
.secPlanSlider .boxMember .boxTitM {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 25px 69px 25px;
    font-weight: 700;
    border: 8px solid #fff;
}
.secPlanSlider .boxMember .boxTxtM {
    font-size: 18px;
    line-height: 34px;
	font-weight:700;
    padding-top: 30px;
}
.secPlanSlider .boxMember .listBtn{ 
	margin-top:30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.secPlanSlider .boxMember .listBtn .aBtn{
    display:block;
    vertical-align:top;
    color:#fff;
    position:relative;
    font-size:15px;
    line-height:20px;
    letter-spacing:1px;
    border:1px solid #fff;
    width:100%;
	max-width:280px;
    padding:21px;
    text-decoration:none;
    border-radius: 1000px;
}
.secPlanSlider .boxMember .listBtn .aBtn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secPlanSlider .boxMember .listBtn .aBtn.member{
    background: #f2bc17;
    background: -moz-linear-gradient(left,  #a48f1e 0%, #f2bc17 100%);
    background: -webkit-linear-gradient(left,  #a48f1e 0%,#f2bc17 100%);
    background: linear-gradient(to right,  #a48f1e 0%,#f2bc17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48f1e', endColorstr='#f2bc17',GradientType=1 );
}
.secPlanSlider .boxMember .listBtn .aBtn.login{ margin-left:20px;}
@media only screen and (max-width:767px){	
	/* secPlanSlider */
	.secPlanSlider{ padding-top: 15px;}
	.secPlanSlider .swiper-container{ width: 305px;} 
	.secPlanSlider .iconBox{
		top:-8px;
		left:-12px;
	}
	.secPlanSlider .iconBox .iconList{
		width:46px;
		height:46px;
	}
	.secPlanSlider .iconBox .imgIcon{ width:46px;}
	.secPlanSlider .iconBox .num{ font-size:17px;}
	.secPlanSlider .iconBox .iconTit{
		font-size:11px;
		margin:3px 0 0 0px;
	}
	.secPlanSlider .titIn{
		height:95px;
		padding:10px 30px;
		font-size:0;
        position:relative;
	}
	.secPlanSlider .titIn::before,
	.secPlanSlider .titIn::after{ display:none;}
	.secPlanSlider .titPlan{
        font-size: 15px;
		line-height:20px;
		display:block;
		padding-right:0px;
        padding-bottom: 20px;
		margin-right:0px;
		max-width:100%;
		text-align:center;
        position:relative;
    }
    .secPlanSlider .titIn .titPlan::after {
        content: "";
        width: 25px;
        background: #fff;
        height: 1px;
        position: absolute;
        top: 20px;
        left: 0;
        display: block;
        transform:inherit;
    }
    .secPlanSlider .boxTit{
		font-size:12px;
		line-height:18px;
		width:100%;
        max-height: 36px;
		text-align:center;
        text-overflow:clip;
        white-space:normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
	}
	.secPlanSlider .imgBox{ 
        padding-top:55%;
    }
	.secPlanSlider .imgBox img{ padding: 5% 5% 5% 5%;}
    .secPlanSlider .swiper-button-prev, .secPlanSlider .swiper-button-next {
        width: 36px;
        height: 36px;
        top: calc(50% - 110px);
    }
    .secPlanSlider .swiper-button-next {
        right: calc(50% - 50% + 12px);
        background: url(../img/index/btnNextSp.png) center top / cover no-repeat;
    }
    .secPlanSlider .swiper-button-prev {
        left: calc(50% - 50% + 12px);
        background: url(../img/index/btnPrevSp.png) center top / cover no-repeat;
    }
	.secPlanSlider .boxMember { padding: 95px 0 0;}
	.secPlanSlider .boxMember::before { 
        height: calc(100% - 96px);
    }
	.secPlanSlider .boxAllMember::before { 
        height: calc(100% - 96px);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        width: 100%;
        content: "";
    }
    .secPlanSlider .boxAllMember {
        /* position: absolute; */
        top: 0;
        left:0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        z-index: 2;
        padding: 0 0 0;
    }
    .secPlanSlider .boxMemberIn{
        padding-top: 10px;
    }
	.secPlanSlider .boxMember .boxTitM {
		font-size: 18px;
		letter-spacing: 1px;
		line-height:25px;
		padding: 10px 31px 10px;
		border: 3px solid #fff;
	}
	.secPlanSlider .boxMember .boxTxtM { 
        font-size: 13px;
        padding-top: 15px;
        line-height: 1.8;
    }
	.secPlanSlider .boxMember .listBtn{ 
		margin-top:14px;
		padding:0 0;
	}
	.secPlanSlider .boxMember .listBtn .aBtn{
		font-size:12px;
		padding:8px 0;
        height: 44px;  
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.25;
	}
    .secPlanSlider .boxAllMember .listBtn .more{
        position:relative;
		font-size:13px;
		padding:13px 0;
        height: 40px; 
        width: 137px;
        background: #373e46;
    }
    .secPlanSlider .boxAllMember .listBtn .more::after{
		position:absolute;
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        bottom: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        top: 0;
        right:12px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto 0;
    }
	.secPlanSlider .boxMember .listBtn .aBtn::after{ display:none;}
	.secPlanSlider .boxMember .listBtn .aBtn.login{ margin-left:10px;}
}

/* listBtn */
.secPlan .listBtn{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	text-align:center;
	margin-top:40px;
}
.secPlan .listBtn .btn{ width:480px;}
.secPlan .listBtn .btn:nth-child(2){ margin-left:30px;}
.secPlan .listBtn .btnTit{
	font-size:18px;
	line-height:33px;
	display:inline-block;
	font-weight:700;
    position: relative;
}
.secPlan .listBtn .btnTit::before,
.secPlan .listBtn .btnTit::after{
    content: "";
    width: 1px;
    height: 35px;
    background-color: #000;
    position: absolute;
    top: 0;
}
.secPlan .listBtn .btnTit::before{
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    left: -50px;
}
.secPlan .listBtn .btnTit::after{
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    right: -50px;
}
.secPlan .listBtn .aBtnPlan{
	font-size:18px;
	line-height:20px;
	display:block;
	color:#000;
	text-decoration:none;
	font-weight:700;
    border: solid 1px #000;
    border-radius: 1000px;
	position:relative;
	padding:35px 0;
	margin-top:20px;
}
.secPlan .listBtn .btn:nth-child(2) .aBtnPlan{
    border: none;
    color: #fff;
    background: #f2bc17;
    background: -moz-linear-gradient(left,  #a48f1e 0%, #f2bc17 100%);
    background: -webkit-linear-gradient(left,  #a48f1e 0%,#f2bc17 100%);
    background: linear-gradient(to right,  #a48f1e 0%,#f2bc17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48f1e', endColorstr='#f2bc17',GradientType=1 );
}
.secPlan .listBtn .aBtnPlan::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 2;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secPlan .listBtn .btn:nth-child(2) .aBtnPlan::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media only screen and (max-width:767px){	
	/* listBtn */
	.secPlan .boxAllMember  .listBtn{ 
        margin:0 20px 20px;
        padding-top:0;
    }
	.secPlan .listBtn{ 
        margin:15px 20px 0px;
        padding-top:15px;
    }
	.secPlan .listBtn .btn{ width:49%;}
	.secPlan .listBtn .btn:nth-child(2){ margin-left:2%;}
	.secPlan .listBtn .btnTit{
		font-size:12px;
		line-height:23px;
	}
    .secPlan .listBtn .btnTit::before,
    .secPlan .listBtn .btnTit::after{
        height: 25px;
    }
    .secPlan .listBtn .btnTit::before{
        left: -10px;
    }
    .secPlan .listBtn .btnTit::after{
        right: -10px;
    }
	.secPlan .listBtn .aBtnPlan{
		font-size:13px;
		line-height:18px;
		padding:15px 0;
		margin-top:10px;
	}
	.secPlan .listBtn .aBtnPlan::after {
		right: 10px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

.noneTit{
    font-size: 18px;
    text-align: center;
    padding: 60px 0 20px;
}
@media only screen and (max-width:767px){
    .noneTit{
        font-size: 14px;
        padding: 40px 0 20px;
    }
}


/* secConcept */
.secConcept{
    position: relative;
    margin: 165px 0 0;
    padding: 0 0 0 0;
    background: url(../img/index/bgConcept.jpg) center top no-repeat;
}
.secConcept .secTitTop{
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    z-index: 10;
}
.secConcept .secTitTop::after{
    content: "";
    display: block;
    width: calc(100% - 501px);
    height: 3px;
    background: #eaa531;
    background: -moz-linear-gradient(left,  #eaa531 1%, #ea7eb0 100%);
    background: -webkit-linear-gradient(left,  #eaa531 1%,#ea7eb0 100%);
    background: linear-gradient(to right,  #eaa531 1%,#ea7eb0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa531', endColorstr='#ea7eb0',GradientType=1 );
    position: absolute;
    top: 44px;
    right: 50px;
}
.secConcept .secTitTop .tit{
    margin: 20px 0 0;
}

@media only screen and (max-width:767px){
    .secConcept .wrapper1280{
        max-width: 275px;
        margin: 0 auto;
    }
    .secConcept {
        margin: 95px 0 0;
        padding: 0;
    }
    .secConcept .secTitTop .tit {
        margin: 0;
        padding-top: 10px;
    }
    .secConcept .secTitTop .tit::before {
        top: 17px;
        bottom: auto;
    }
    .secConcept .secTitTop{
        top: -19px;
    }
    .secConcept .secTitTop::after {
        width: calc(100% - 220px);
        top: 19px;
        right: 15px;
        height: 2px;
    }
}


/* conceptBnr */
/* conceptBnr */
.conceptBnr {
    padding: 150px 30px 30px;
}
.conceptBnr a{
    margin:5px 0;
}
.conceptBnr .bnr{
    display: block;
    width: 100%;
    height: 540px;
}
.conceptBnr .bnrTxt{
    color: #fff;
    text-decoration: none;
}
.conceptBnr.lazyloaded .bnrTxt.spec{
    background: url(../img/sample/top/conceptBnr01.jpg) center / cover;
}
.conceptBnr.lazyloaded .bnrTxt.design{
    background: url(../img/sample/top/conceptBnr02.jpg) center / cover;
}
.conceptBnr.lazyloaded .bnrTxt.after{
    background: url(../img/sample/top/conceptBnr03.jpg) center / cover;
}
.conceptBnr .bnrTxt .inner{
    height: 100%;
    position: relative;
}
.conceptBnr .bnrTxt .inner .innerIn{
    position: absolute;
    top: 115px;
    left: 15.5%;
    width: 100%;
}
.conceptBnr .bnrTxt .inner .innerInTit{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15.3%;
    width: 100%;
    text-align: right;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.conceptBnr .bnrTxt .btnTxt{
    width: 280px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -90px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /* letter-spacing: .5px; */
    font-size: 14px;
}
.conceptBnr .bnrTxt .btnTxt::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.conceptBnr .bnrTxt .titRoman{
    font-size: 80px;
    letter-spacing: 10px;
}
.conceptBnr .bnrTxt .tit{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 8px;
}
.conceptBnr .bnrTxt .txt{
    font-size: 58px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 1.3;
    margin-top: 25px;
}
.bnrBtn{
    position:relative;
    text-align: center;
}
.secLifePlan .bnrOnBtn{
    position:absolute;
    top: 287px;
    right: -350px;
}
.bnrOnBtn{
    position:absolute;
    top:-113px;
    left:350px;
}
.bnrArrowBtn{
    position:relative;
}
.bnrArrowBtn::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media only screen and (max-width:1600px){
    .conceptBnr .bnrTxt .titRoman{
        font-size: 70px;
        letter-spacing: 10px;
    }
    .conceptBnr .bnrTxt .tit{
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 10px;
        margin-top: 8px;
    }
    .conceptBnr .bnrTxt .txt{
        font-size: 46px;
        font-weight: bold;
        letter-spacing: 5px;
        line-height: 1.3;
        margin-top: 35px;
    }
}
@media only screen and (max-width:767px){
    .conceptBnr {
        padding: 85px 20px 20px 20px;
    }
    .conceptBnr a {
        margin: 20px 0;
    }
    .conceptBnr .bnr{
        width: 100%;
        height: auto;
        display: none;
    }
    .conceptBnr.lazyloaded .bnrTxt.spec{
        background: url(../img/sample/top/conceptBnrSp01.jpg) center / cover;
    }
    .conceptBnr.lazyloaded .bnrTxt.design{
        background: url(../img/sample/top/conceptBnrSp02.jpg) center / cover;
    }
    .conceptBnr.lazyloaded .bnrTxt.after{
        background: url(../img/sample/top/conceptBnrSp03.jpg) center / cover;
    }
    .conceptBnr .bnrTxt .inner{
        padding-top: 96%;
    }
    .conceptBnr .bnrTxt .inner .innerIn{
        top: 50%;
        padding: 0 0 35px 26px;
        text-align: left;
        transform: translateY(-50%) translateX(0%);
        -webkit-transform: translateY(-50%) translateX(0%);
    }
    .conceptBnr .bnrTxt .innerIn::before{
        width: 60px;
        left: calc(20% - 36px);
        bottom: 13px;
    }
    .conceptBnr .bnrTxt .innerIn::after{
        left: calc(30% + 9px);
        width: 27px;
        height: 27px;
    }
    .conceptBnr .bnrTxt .titRoman{
        font-size: 30px;
        letter-spacing: 5px;
    }
    .conceptBnr .bnrTxt .tit{
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 2px;
        line-height: 1.4;
    }
    .conceptBnr .bnrTxt .txt{
        font-size: 26px;
        letter-spacing:2px;
        line-height: 1.5;
        margin-top: 6px;
    }
    .conceptBnr .bnrTxt .inner .innerInTit {
        padding: 0 25px 0 0;
        top: 229px;
    }
    .bnrOnBtn{
        display: none;
    }
}

/*-----------------------------------------------
secLinebnr
-----------------------------------------------*/
.secLinebnr{
    display: block;
    pointer-events: none;
    width: 1280px;
    margin: 0 auto;
    margin-top: 120px;
}
@media only screen and (max-width:767px){
    .secLinebnr{
        display: block;
        pointer-events: auto;
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
}
/*-----------------------------------------------
secInstabnr
-----------------------------------------------*/
.secInstabnr{
    display: block;
    /* pointer-events: none; */
    width: 1120px;
    margin: 0 auto 100px;
}
@media only screen and (max-width:767px){
    .secInstabnr{
        display: block;
        /* pointer-events: auto; */
        width: 90%;
        margin: 40px auto 0;
    }
}


/* secCompany */
.secCompany{
    position: relative;
    margin: 132px 0 0;
    padding: 0 0 100px;
    background: #fff;
}
.secCompany .secTitTop{
    /* position: absolute;
    top: -43px;
    left: 0;
    right: 0; */
    z-index: 10;
    max-width: 1440px;
}
.secCompany .secTitTop .tit{
    margin: 20px 0 0;
}
.secCompany .campanyArea{
    display: flex;
    flex-direction: row;
    /* max-width: 1380px; */
    justify-content: flex-end;
    padding-right:30px;
}
.secCompany .companyTxt{
    /* padding: 135px 30px 30px; */
    padding: 50px 30px 30px;
    /* max-width: 1380px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.secCompany .titHeading{
    max-width: 370px;
    margin-left: 55px;
    position: relative;
    overflow: hidden;
}
.secCompany .titHeading::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: left 0.5s cubic-bezier(.41,.2,.38,.8);
    -moz-transition: left 0.5s cubic-bezier(.41,.2,.38,.8);
    -ms-transition: left 0.5s cubic-bezier(.41,.2,.38,.8);
    transition: left 0.5s cubic-bezier(.41,.2,.38,.8);
}
.secCompany .titHeading.lazyloaded::before {
    left: 150%;
}
.secCompany .titHeading .titInner{
    display: inline;
    background: rgb(106,186,3);
    background: linear-gradient(90deg, rgba(106,186,3,1) 0%, rgba(78,179,63,1) 0%, rgba(106,186,3,1) 25%, rgba(55,174,112,1) 51%, rgba(17,164,196,1) 78%, rgba(0,160,233,1) 100%);
    padding: 0 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 32px;
    color: #fff;
    line-height: 1.8;
}
.secCompany .companyTxt .txtList{
    margin-left: 55px;
    margin-top: 45px;
}
.secCompany .companyTxt .txtList .txtIn{
    font-weight: bold;
    font-size: 15px;
    line-height: 2.5;
    padding-bottom: 40px;
}
.secCompany .btnCompany{
    margin-top: 20px;
    padding: 20px 75px;
    margin-left: 55px;
    width: 100%;
    max-width: 300px;
}
.cmnBtn.btnCompany::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.secCompany .imgBox{
    position: relative;
    right: -100px;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.secCompany .imgBox.lazyloaded {
    right: 0;
    opacity: 1;
}

@media only screen and (max-width:767px){
    .companyTopImgSp{
        padding-top: 29px;
        padding-left: 20px;
        position: relative;
        right: -100px;
        opacity: 0;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }
    .companyTopImgSp.lazyloaded {
        right: 0;
        opacity: 1;
    }
    .secCompany .wrapper1280{
        max-width: 275px;
        margin: 0 auto;
    }
    .secCompany {
        margin: 50px 0 0;
        padding: 0;
    }
    .secCompany .secTitTop .tit {
        margin: 0;
        padding-top: 10px;
    }
    .secCompany .secTitTop .tit::before {
        top: 17px;
        bottom: auto;
    }
    .secCompany .secTitTop{
        position:absolute;
        top: -19px;
        left:10px;
    }
    .secCompany .secTitTop::after {
        width: calc(100% - 220px);
        top: 19px;
        right: 15px;
        height: 2px;
    }
    .secCompany .campanyArea{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right:0;
    }
    .secCompany .secTitTop{
        order:2;
    }
    .secCompany .companyTxt{
        order:3;
        padding: 80px 20px 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .secCompany .imgBox{
        order:1;
    }
    .secCompany .titHeading .titInner {
        padding: 5px 10px;
        margin-left: 0;
        font-size: 22px;
        line-height: 2;
    }
    .secCompany .titHeading {
        max-width: 265px;
        margin-left: 0;
    }
    .secCompany .companyTxt .txtList {
        margin-left: 0;
        margin-top: 21px;
    }
    .secCompany .companyTxt .txtList .txtIn {
        font-weight: 500;
        font-size: 13px;
        line-height: 2;
        letter-spacing: -0.4px;
        padding-bottom: 25px;
    }
    .secCompany .btnCompany {
        margin-top: 10px;
        padding: 16px 45px 17px;
        width: 100%;
        max-width: 235px;
        margin: 0 auto;
    }
}




/*----------------------------------------------------
 	thContents
----------------------------------------------------*/
/* .thContents */
.thContents{
    background-color: #f7f7f3;
}
.secLifeStylePlan{
    padding-top: 68px;
    position:relative;
}
.secLifeStylePlan.wrapper1400 {
    max-width: 1400px;
    margin: 0 auto;
}
.secLifeStylePlan .contents{
    background-color: white;
    position: relative;
}
.secLifeStylePlan .btnMore{
    display: none;
}
@media only screen and (max-width:1500px){
    .secLifeStylePlan.wrapper1400 {
        max-width: 1200px;
    }
}
@media only screen and (max-width:767px){
    .secLifeStylePlan .btnMore{
        display: block;
        margin-top: 30px;
        padding: 16px 0 12px;
        font-size: 12px;
    }
    .thContents{
        padding-top: 40px;
    }
    .secLifeStylePlan.wrapper1400 {
        width: 95%;
    }
    .secLifeStylePlan{
        padding-top: 0;
    }
}
/*-----------------------------------------------
.secLifeStylePlan .list
-----------------------------------------------*/
.secLifeStylePlan .list{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.secLifeStylePlan .list .listbox{
    width: 400px;
    margin-right: auto;
    display: block;
    text-decoration: none;
}
.secLifeStylePlan .list .listbox:last-child{
    margin-right: 0;
}
.secLifeStylePlan .list .listbox .imgbox{
    position: relative;
}
.secLifeStylePlan .list .listbox .txtbox{
    position: relative;
    height: auto;
    color:#fff;
    padding-top: 40px;
    padding-bottom: 58px;
}
.secLifeStylePlan .list .listbox .iconBox{
    position: absolute;
    top: -95px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
.secLifeStylePlan .list .listbox .txtbox .titbox{
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 21px;
}
.secLifeStylePlan .list .listbox:nth-child(1) .txtbox{
    background-color: #75b811;
}
.secLifeStylePlan .list .listbox:nth-child(2) .txtbox{
    background-color: #559ce7;
}
.secLifeStylePlan .list .listbox:nth-child(3) .txtbox{
    background-color: #f46e81;
}
.secLifeStylePlan .list .listbox .txtbox .subbox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.secLifeStylePlan .list .listbox .txtbox .subbox .box{
    width: 170px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid;
    text-align: center;
    margin-right: auto;
}
.secLifeStylePlan .list .listbox .txtbox .subbox .box:nth-child(2){
    margin-right: 0;
}
.secLifeStylePlan .list .listbox .txtbox .subbox .box:last-child{
    margin: 0 auto;
    margin-top: 15px;
}
.secLifeStylePlan .list .listbox .txtbox .subbox .box .txt{
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    
}
.secLifeStylePlan .list .listbox .txtbox .btnmoreIn{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
@media screen and (max-width: 767px) {
    .secLifeStylePlan .list{
        margin-top: 15px;
        justify-content: space-between;
    }
    .secLifeStylePlan .list .listbox{
        width: 33.136%;
        margin-right: auto;
        display: block;
        text-decoration: none;
    }
    .secLifeStylePlan .list .listbox:last-child{
        margin-right: 0;
    }
    .secLifeStylePlan .list .listbox .txtbox{
        display: none;
        position: relative;
        height: auto;
        color:#fff;
        padding-top: 18px;
        padding-bottom: 44px;
    }
    .secLifeStylePlan .list .listbox .iconBox{
        top: -50px;
        width: 80px;
        height: 60px;
    }
    .secLifeStylePlan .list .listbox .txtbox .titbox{
        text-align: center;
        font-size: 16px;
        line-height: 1.75;
        font-weight: bold;
        padding-bottom: 11px;
    }
    .secLifeStylePlan .list .listbox .txtbox .subbox{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 82%;
        margin: 0 auto;
    }
    .secLifeStylePlan .list .listbox .txtbox .subbox .box{
        width: 47.4%;
        height: auto;
        border-radius: 30px;
        border: 1px solid;
        text-align: center;
        margin-right: auto;
        padding: 5px 0;
    }
    .secLifeStylePlan .list .listbox .txtbox .subbox .box:nth-child(2){
        margin-right: 0;
    }
    .secLifeStylePlan .list .listbox .txtbox .subbox .box:last-child{
        margin: 0 auto;
        margin-top: 8px;
    }
    .secLifeStylePlan .list .listbox .txtbox .subbox .box .txt{
        font-size: 12px;
        line-height: 1.8;
        font-weight: 400;
    }
    .secLifeStylePlan .list .listbox .txtbox .btnmoreIn{
        position: absolute;
        bottom: 10px;
        right: 6%;
    }
}














/*----------------------------------------------------
 	lifestyle
----------------------------------------------------*/
.secLifeStyle{
    margin-top:150px;
    margin-bottom: 81px;
    position: relative;
}
.secLifeStyle .secTitTop .tit {
    margin-top: 23px;
    position:relative;
}
.secLifeStyle .secTitTop .minTit {
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
    z-index: 9;
    order: 3;
}
.secLifeStyle .secTitTop::before {
    content: "";
    display: block;
    background: url(../img/index/bgLifeStyleHouse.gif) top right no-repeat;
    width: 751px;
    height: 510px;
    position: absolute;
    top: -200px;
    left: calc(50% + 210px);
}
.secLifeStylePlan{
    padding-top: 40px;
}

@media only screen and (max-width:767px){
    .secLifeStyle{
        margin-top:80px;
        margin-bottom: 0;
    }
    .secLifeStyle .secTitTop .tit {
        margin-top:10px;
    }
    .secLifeStyle .secTitTop .minTit {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin: 20px auto 0;
    }
    .secLifeStyle .secTitTop::before {
        width: 190px;
        height: 124px;
        background: url(../img/index/bgLifeStyleHouseSp.gif) top right no-repeat;
        top: -61px;
        left: inherit;
        right: 0;
    }
    .secLifeStyle .secTitTop .titCursive {
        font-size: 27px;
        bottom: -10px;
        left: calc(100% - 40px);
        width: 500px;
        letter-spacing: 0;
    }
    .secLifeStylePlan{
        padding-top: 0;
    }

}

.secFeatures .madoriList { background:#fff;}

@media only screen and (max-width:767px){
    .secFeatures .madoriList img{
        width: 100%;
        width: 150px;
        text-align: right;
        margin: 0 0 0 auto;
    }
}

/*----------------------------------------------------
 	lifestyle plan
----------------------------------------------------*/
.planWrapper1280{
    max-width:1280px;
    margin:0 auto;
}
h4.h4Plan01{
    text-align:center;
    color:#000;
    font-size:24px;
    font-weight:700;
    padding:10px;
    margin-bottom:0;
}
.lineupMenu li{
    width:320px;
    height:100px;
    margin-right:0; 
    border:1px solid #373e46;
    border-right:none;
    float:left;
    text-align:center;
}
.lineupMenu li:last-child{
    border-right:1px solid #373e46;
    margin-right:0;
}
.lineupMenu li a{
    display:block;
    width:100%;
    height:100%;
    background:#fff;
    /* box-shadow: 1px -7px 8px -6px rgb(0 0 0 / 50%) inset; */
    text-decoration: none;
}

.lineupMenu .aTab {
	border-right: none;
    position: relative;
}
.lineupMenu .aTab::after{
    content: "";
    display: block;
    background-color: #ebebec;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.lineupMenu li.active .aTab::after{
	color:#373e46;
	background:#373e46;
}
.lineupMenu li.on .aTab::after{
    display: none;
}

.lineupMenu li .planNum{
    padding: 40px 0;
    color:#373e46;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1.5px;
}
.lineupMenu li img{
    padding:50px;
}
.lineupMenu li.active{
    border: none;
    box-shadow: none;
    position: relative;
}
/* アクティブ時の色 */
.lineupMenu li.active a::after {
    content: "";
    display: block;
    color:#fff;
}
.lineupMenu li:hover{
    background: #fff;
}
.lineupMenu li.active img{
    padding-top:40px;
}
.lineupMenu li.active a,.lineupMenu li a:hover{
     color:#fff;
}
.lineupMenu li a:hover{
     background:none;
}
.lineupMenu li.active a{

}
.lineupMenu li.active .planNum{
    background: #373e46;
    color:#fff;
    border: none;
    box-shadow: none;
}


.planWrap{
    margin-top:50px;
    opacity: 0;
    border:1px solid #bfbfbf;
    padding:50px;
    position: absolute;
    z-index: -1;
}
.planWrap.active{
    opacity: 1;
    position: relative;
    z-index: 1;
}
.planWrap .wrapper1180{
    width: 1180px;
    margin: 0 auto;
}
.planWrap h3{
    font-size:36px;
    font-weight:bold;
    line-height: 1.4;
    color:#000;
    margin-bottom:48px;
}
/* .topBox{
    height: 610px;
} */
.pc40sp20 {
    margin-bottom: 0px;
}
.planTxtBox{
    width: 575px;
    margin-top: 20px;
    letter-spacing: 0;
}
.planTxtBox .planTxt{
    font-size: 14px;
    line-height: 25.99px;
}
.planWrap .designBox{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.planWrap .designBox .imgBox{position:relative;margin-bottom:1px}
.planWrap .designBox .imgBox img{
    display: inline-block;
    width:580px;
    height:auto;
}
.planWrap .designBox .imgBox span{
    position:absolute;
    display:block;
    width:180px;
    height:50px;
    line-height:28px;
    left:0;
    top:0;
    padding-top: 10px;
    text-align:center;
    color:#fff;
    font-size:16px;
    font-weight:500;
}
.planWrap .designBox .btm span{
    width:210px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.lineup .planWrap .designBox .imgBox span{
    background:#373e46;
}
.planWrap .designBoxLoan{
    margin:40px 0;
}

@media only screen and (max-width:1500px){
    /* .planWrapper1280{
        max-width:1200px;
    } */
    .lineupMenu li{
        width:25%;
    }
    .planWrap .wrapper1180{
        max-width: 1180px;
    }
    .planWrap .designBox .imgBox{
        width:510px;
    }
    .planWrap {
        padding:30px 10px;
    }
    .madoriWrap li {
        margin-right: 5px;
    }
}
@media only screen and (max-width:767px){
    .planWrapper1280{
        width: 89.336%;
        margin-top: 24px;
    }
    .planWrap .wrapper1180{
        width: 100%;
        margin: 0 auto;
    }
    .planWrap .designBox .imgBox{
        display: inline-block;
        position:relative;
        margin-bottom:1px;
        width: 48%;
    }
    .planWrap .designBox .imgBox span{
        width:100%;
        height:30px;
        line-height:7px;
        left:0;
        top:100%;
        position:static;
        padding-top: 10px;
        text-align:center;
        color:#fff;
        font-size:11px;
    }
    .planWrap .designBox .btm span{
        width:100%;
    }
    .planWrap .designBox .btm{
        width: 48%;
        margin-left: 4px;
    }
    .planWrap .designBoxLoan {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .lineupMenu li.active .lineupMenu li img{
        padding:0 15px 15px;
    }
    
    .lineupMenu li.active img{
        padding-top:0px;
    }
    .lineupMenu li img{
        padding:0;
    }
    .lineupMenu li:last-child{
        margin-right:0;
    }
    .designBox{
        text-align: center;
        margin-bottom: 15px;
    }
    .designBox.fl{
        float: none;
    }
    .designBoxLoan.fr{
        float: none;
    }
    .planTxtBox{
        width: 95%;
        margin-top: 26px;
        letter-spacing: 0;
    }
    .planTxtBox.fr{
        float:none;
    }
    .planTxtBox .planTxt{
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .planBtn{
        text-align: center;
        margin-top: 19px;
    }
    .topBox{
        height: auto;
    }
    .pc40sp20 {
        margin-bottom: 20px;
    }
}

.madoriWrap h4.h4Plan01{
    border: 1px solid #000;
    border-right: none;
    border-left: none;
    padding: 30px 0;
    margin-top:-1px
}
.madoriWrap li{
    display: inline-block;
    width:220px;
    text-align:center;
    margin-right: 20px;
    border: solid 1px #000;
}
.madoriWrap li:last-child{
    margin-right: 0;
}
.madoriWrap .swiper-container{
    padding-bottom: 1px;
}

.madoriWrap .bxslider{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.madoriWrap .madoriList{
    position:relative;
}

.madoriWrap .madoriList .sliderImg{
    padding:5px;
}
.madoriWrap .madoriList .madoriImg{
    padding:10px;
}
.madoriWrap .madoriList .planIcon{
    position:absolute;
    right: 0;
    bottom: 0;
}
@media only screen and (max-width:1500px){
    .madoriWrap li{
        width:220px;
        margin-right: 20px;
    }
    .madoriWrap li:last-child{
        margin-right: 0;
    }
   
}
@media screen and (max-width: 767px) {
    .madoriWrap{
        overflow: hidden;
    }
    .madoriWrap li{
        width:33.333%;
        border: none;
        display: flex;
        margin-right: 0;
        margin-bottom: 0;
    }
    .madoriWrap .sliderImg{
        border: solid 1px #000;
    }
    .madoriWrap li a img{
        border: none;
    }
    .madoriWrap .swiper-container{
        /* width: 220px; */
        overflow: visible;
    }
    .madoriWrap .bxslider {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: normal;
        align-items: center;
        max-width: 295px;
        margin: 0 auto;
    }
    .madoriWrap .infoTxt{
        display: block;
        font-size: 2.6%;
        text-align: center;
        line-height:1.5;
        width: 33.333%;
    }
    .madoriWrap .infoTxt .madoriInner{
        display: inline-block;
        text-align: left;
    }
}

.secPlan + .cmnBnrMiddle{
    padding-top: 130px;
}

/*----------------------------------------------------
    下位plan
----------------------------------------------------*/

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

    .madoriWrap .zoomIcon{
        width: 180px;
    }
    /* .madoriWrap .bxslider{
        margin-top: 25px;
    } */

    #plan .contents{width:94%;margin-left:auto;margin-right:auto}
    .lineupMenu li{
        width:25%;
        height:60px;
        padding:0;
        box-shadow: none;
        background-color: #f7f6f2;
    }
    .lineupMenu li .planNum {
        padding:22px 0;
        font-size: 15px;
    }
    .planWrap{
        margin-top:15px;
        margin-bottom:30px;
        padding:20px;
    }
    .planWrap h3{
        text-align: center;
        line-height: 29.99px;
        font-size:20px;
        margin-bottom:25px;
    }
    .pc60sp10{
        margin-bottom: 50px;
    }
    .madoriWrap .madoriList .madoriInner{
        margin-right: 5.26%;
        margin-bottom: 5.26%;
    }
    .madoriWrap .madoriList:nth-child(3n),
    .madoriWrap .madoriList:last-child{
        margin-right: 0;
    }
    .madoriWrap .madoriList:last-child{
        border:none;
    }
    .planWrap .designBox .imgBox span{font-size:12px}
    .madoriWrap li a{
        padding-top: 0;
    }
    .madoriWrap .sliderImg{
        display: flex;
        margin: 0 auto ;
        margin-right:0;
        margin-bottom:0;
    }

    .madoriWrap .bx-wrapper .bx-prev{left:10px;background-size:24px auto}
    .madoriWrap .bx-wrapper .bx-next{right:10px;background-size:24px auto}
    .madoriWrap .bx-controls-direction{margin-top:-30px;margin-left:0;left:0}
    .madoriWrap .bx-viewport{padding-bottom:0!important;height:200px!important}
    .planLinks li{width:100%;float:none;margin-bottom:10px}
    /* .madoriWrap .infoTxt{
        display: none;
    } */
}

/* @media screen and (max-width: 320px) {
    
    .madoriWrap .infoTxt{
        display: inline;
    }
    .madoriWrap .infoTxtImg{
        display: none;
    }
} */

/* secHeroBnr */
@media only screen and (max-width:767px){
    .secHeroBnr{
        margin: 35px auto 0;
    }
    .secHeroBnr .bnrList{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .secHeroBnr .bnrList .item:not(:last-child){
        width: 49.87%;
        margin-bottom: 1px;
    }
}

/* spContents */
@media only screen and (max-width:767px){
    .spContents{
        margin-top: 10px;
    }
    .spContents .wrapper{
        text-align: center;
    }
    .spContents .wrapper .tit{
        font-size: 18px;
        line-height: 36px;
        font-weight: bold;
    }
    .spContents .wrapper .bgBox{
        color: #fff;
        font-size: 28px;
        display: inline-block;
        background: rgb(234,165,49);
        background: linear-gradient(90deg, rgba(234,165,49,1) 0%, rgba(234,126,175,1) 100%);
        padding: 0 10px;
        letter-spacing: 2px;
    }
    .spContents .wrapper .titBig{
        font-size: 22px;
        margin-top: 10px;
    }
    .spContents .wrapper .fBlack{
        color: #000;
    }
    .spContents .wrapper .imgBox{
        margin-top: 15px;
    }
    .spContents .wrapper .btnBox{
        margin-top: 35px;
    }
    .spContents .wrapper .btnCover{
        width: 91.046%;
        margin: 0 auto;
    }
    .spContents .wrapper .btnCover + .btnCover{
        margin-top: 25px;
    }
    .spContents .wrapper .btnTxt{
        position: relative;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
        display: inline-block;
    }
    .spContents .wrapper .btnTxt::before,
    .spContents .wrapper .btnTxt::after{
        position: absolute;
        content: '';
        margin: auto;
        display: block;
        top: 0;
        left: -10px;
        width: 1px;
        height: 18px;
        transform: rotate(-30deg);
    }
    .spContents .wrapper .btnTxt::after{
        transform: rotate(30deg);
        left: auto;
        right: -10px;
    }
    .spContents .wrapper .aBtn{
        position: relative;
        width: 100%;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        border-radius: 32px;
    }
    .spContents .wrapper .aBtn::before{
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 30px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }
    .spContents .wrapper .bgBlue .btnTxt{
        color: #00a0e9;
    }
    .spContents .wrapper .bgBlue .aBtn,
    .spContents .wrapper .bgBlue .btnTxt::before,
    .spContents .wrapper .bgBlue .btnTxt::after{
        background-color: #00a0e9;
    }
    .spContents .wrapper .bgBlue .aBtn{
        box-shadow: 0 0 0 #00a0e9, 0 -5px 0 #0097db inset;
    }
    .spContents .wrapper .bgGreen .btnTxt{
        color: #6aba03;
    }
    .spContents .wrapper .bgGreen .aBtn,
    .spContents .wrapper .bgGreen .btnTxt::before,
    .spContents .wrapper .bgGreen .btnTxt::after{
        background-color: #6aba03;
    }
    .spContents .wrapper .bgGreen .aBtn{
        box-shadow: 0 0 0 #6aba03, 0 -5px 0 #64af03 inset;
    }
    .spContents + .btnMore{
        display: none;
    }
}
@media only screen and (max-width:360px){
    .spContents .wrapper .bgBox{
        font-size: 23px;
    }
}