@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secToBox{
    height: 83.4rem;
    background: url(../img/index/bgToBox.jpg) center top / cover;
    margin-top: 8.4rem;
}
.secToBox .wrapper{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.secToBox .icon{
    position: absolute;
    top: 6rem;
    left: -9.5rem;
    width: 21.5rem;
}
.secToBox .titImg{
    position: relative;
    top: -2rem;
    width: 56.2rem;
    margin: 0 auto;
}
@media only screen and (max-width:1650px){
    .secToBox .icon{
        left: -2rem;
    }
}
@media only screen and (max-width:1215px){
    .secToBox{
        margin-top: 5rem;
        height: 49.2rem;
        background: url(../img/index/bgToBox_sp.jpg) center top / cover;
    }
    .secToBox .icon{
        top: 2rem;
        left: 2rem;
        width: 9rem;
    }
    .secToBox .titImg{
        top: -0.5rem;
        max-width: 36.2rem;
        width: calc(100% - 1.3rem);
    }
}
/* secHouse */
.secHouse{
    margin-top: 9.5rem;
    position: relative;
}
.secHouse .tit{
    font-size: var(--pcFontSize36);
    font-weight: bold;
    text-align: center;
}
.secHouse .tit span{
    position: relative;
    display: inline-block;
}
.secHouse .tit span::after,
.secHouse .tit span::before{
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 4.6rem;
    top: calc(50% - 2.3rem);
    background: var(--textColor);
}
.secHouse .tit span::after{
    left: -5rem;
    transform: rotate(-45deg);
}
.secHouse .tit span::before{
    right: -5rem;
    transform: rotate(45deg);
}
.secHouse .txtImg{
    width: 64.2rem;
    margin: 4rem auto 0;
}
.secHouse .mainBox{
    margin-top: 6rem;
}
.secHouse .itemImg{
    position: relative;
    z-index: 10;
    width: 71rem;
}
.secHouse .houseImg{
    position: absolute;
    bottom: -1rem;
    right: calc(50% - 87rem);
    width: 93.4rem;
}
@media only screen and (max-width:1215px){
    .secHouse{
        margin-top: 6rem;
    }
    .secHouse .tit{
        font-size: var(--spFontSize20);
    }
    .secHouse .tit span::after,
    .secHouse .tit span::before{
        width: 0.2rem;
        height: 2.5rem;
        top: calc(50% - 1.25rem);
    }
    .secHouse .tit span::after{
        left: -3rem;
        transform: rotate(-45deg);
    }
    .secHouse .tit span::before{
        right: -3rem;
        transform: rotate(45deg);
    }
    .secHouse .txtImg{
        width: 28.5rem;
        margin: 2.8rem auto 0;
    }
    .secHouse .mainBox{
        margin-top: 2rem;
    }
    .secHouse .itemImg{
        width: 91.734%;
        max-width: 34.4rem;
        margin: 0 auto;
    }
    .secHouse .houseImg{
        position: relative;
        bottom: 0;
        right: auto;
        width: 38.9rem;
        margin: 0.5rem -0.7rem 0;
    }
}
@media only screen and (max-width:374px){
    .secHouse .houseImg{
        width: calc(100% + 1.4rem);
    }
}
/* secItem */
.secItem{
    margin-top: 10rem;
    background: var(--bgColor02);
    padding: 10rem 0 9rem;
}
.secItem .wrapper{
    position: relative;
    z-index: 10;
}
.secItem .tit{
    font-size: var(--pcFontSize36);
    font-weight: bold;
    text-align: center;
}
.secItem .tit span{
    position: relative;
    display: inline-block;
}
.secItem .tit span::after,
.secItem .tit span::before{
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 4.6rem;
    top: calc(50% - 2.3rem);
    background: var(--textColor);
}
.secItem .tit span::after{
    left: -5rem;
    transform: rotate(-45deg);
}
.secItem .tit span::before{
    right: -5rem;
    transform: rotate(45deg);
}
.secItem .list{
    margin-top: 7rem;
    display: flex;
    flex-wrap: wrap;
}
.secItem .item{
    background: var(--whiteColor);
    border-radius: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    height: 7rem;
    width: 32.232%;
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_28);
    font-weight: bold;
    padding-left: 6rem;
    margin-right: 1.652%;
}
.secItem .item:nth-child(3n){
    margin-right: 0;
}
.secItem .item:nth-child(n+4){
    margin-top: 1.5rem;
}
.secItem .item::after{
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--keyColor);
    left: 2rem;
    top: calc(50% - 1.5rem);
}
@media only screen and (max-width:1215px){
    .secItem{
        margin-top: 6rem;
        padding: 6rem 0 6rem;
    }
    .secItem .tit{
        font-size: var(--spFontSize20);
    }
    .secItem .tit span::after,
    .secItem .tit span::before{
        width: 0.2rem;
        height: 2.5rem;
        top: calc(50% - 1.25rem);
    }
    .secItem .tit span::after{
        left: -3rem;
        transform: rotate(-45deg);
    }
    .secItem .tit span::before{
        right: -3rem;
        transform: rotate(45deg);
    }
    .secItem .list{
        margin-top: 3rem;
    }
    .secItem .item{
        border-radius: 2.3rem;
        height: 4.8rem;
        width: calc(50% - 0.55rem);
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        padding-left: 4.5rem;
        margin-right: 1.1rem;
    }
    .secItem .item:nth-child(3n){
        margin-right: 1.1rem;
    }
    .secItem .item:nth-child(2n){
        margin-right: 0;
    }
    .secItem .item:nth-child(n+3){
        margin-top: 1rem;
    }
    .secItem .item::after{
        width: 2.2rem;
        height: 2.2rem;
        left: 1.3rem;
        top: calc(50% - 1.1rem);
    }
}
/* secAoihome */
.secAoihome{
    height: 162.9rem;
}
.secAoihome.lazyloaded{
    background: url(../img/index/bgAoihome.jpg) center top / cover;
}
.secAoihome .txtBox{
    text-align: center;
    padding-top: 10rem;
}
.secAoihome .tit{
    font-size: var(--pcFontSize36);
    letter-spacing: var(--pcLetterSpacing36_50);
    color: var(--blueColor);
    font-weight: bold;
    text-shadow: 0rem 0rem 2rem  var(--whiteColor), 0rem 0rem 2rem  var(--whiteColor), 0rem 0rem 2rem var(--whiteColor);
}
.secAoihome .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_35);
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--blueColor);
    font-weight: bold;
    margin-top: 5.5rem;
    text-shadow: 0rem 0rem 2rem  var(--whiteColor), 0rem 0rem 2rem  var(--whiteColor), 0rem 0rem 2rem var(--whiteColor);
}
.secAoihome .txt + .txt{
    margin-top: 3.5rem;
}
@media only screen and (max-width:1215px){
    .secAoihome{
        height: 241.6vw;
        max-height: 125rem;
    }
    .secAoihome.lazyloaded{
        background: url(../img/index/bgAoihome_sp.jpg) center bottom / cover;
    }
    .secAoihome .txtBox{
        text-align: left;
        padding-top: 6rem;
        width: 89.334%;
        max-width: 40rem;
        margin: 0 auto;
    }
    .secAoihome .tit{
        font-size: var(--spFontSize28);
    }
    .secAoihome .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_31);
        margin-top: 2rem;
    }
    .secAoihome .txt + .txt{
        margin-top: 3.5rem;
    }
}

/* secHope */
.secHope{
    margin-top: 10rem;
    text-align: center;
}
.secHope .tit{
    font-size: var(--pcFontSize36);
    font-weight: bold;
    text-align: center;
}
.secHope .img01{
    width: 115rem;
    margin: 5rem auto 0;
    position: relative;
}
.secHope .img01::after{
    position: absolute;
    content: "";
    width: 4rem;
    height: 13rem;
    left: calc(50% - 2rem);
    bottom: -17.5rem;
    background: url(../img/index/iconArrow.png) center top / cover;
}
.secHope .img02{
    width: 121rem;
    margin: 21.5rem auto 0;
}
@media only screen and (max-width:1215px){
    .secHope{
        margin-top: 4.5rem;
    }
    .secHope .tit{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_30);
    }
    .secHope .img01{
        width: 94.934%;
        margin: 1rem auto 0;
    }
    .secHope .img01::after{
        width: 2.4rem;
        height: 7.8rem;
        left: calc(50% - 1.2rem);
        bottom: -10rem;
        background: url(../img/index/iconArrow_sp.png) center top / cover;
    }
    .secHope .img02{
        width: 92%;
        margin: 12.5rem auto 0;
    }
}

/* secStandard */
.secStandard{
    margin-top: 9rem;
    text-align: center;
}
.secStandard .tit{
    font-size: var(--pcFontSize36);
    font-weight: bold;
    text-align: center;
}
.secStandard .list{
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
}
.secStandard .item{
    width: calc(50% - 2rem);
    margin-right: 4rem;
}
.secStandard .item:nth-child(2n){
    margin-right: 0;
}
.secStandard .item:nth-child(n+3){
    margin-top: 4rem;
}
@media only screen and (max-width:1215px){
    .secStandard{
        margin-top: 6rem;
    }
    .secStandard .tit{
        font-size: var(--pcFontSize20);
    }
    .secStandard .list{
        margin-top: 3rem;
        display: block;
    }
    .secStandard .item{
        width: 100%;
        margin-right: 0;
    }
    .secStandard .item:nth-child(2n){
        margin-right: 0;
    }
    .secStandard .item:nth-child(n+2){
        margin-top: 2rem;
    }
}

/* secStandardDetail */
.secStandardDetail{
    padding-top: 10rem;
}
.secStandardDetail .tit{
    font-size: var(--pcFontSize36);
    font-weight: bold;
    text-align: center;
}
.secStandardDetail .spanLine{
    background: linear-gradient(transparent 70%, var(--bgColor03) 70% ,var(--bgColor03) 95%,transparent 95%);
}
.secStandardDetail .spanColor{
    color: var(--colorOrange);
}
.secStandardDetail .boxList{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 9.7rem;
}
.secStandardDetail .btn{
    width: 17.858%;
    margin-right: 2.6775%;
}
.secStandardDetail .btn:nth-child(5n){
    margin-right: 0;
}
.secStandardDetail .btn:nth-child(n+6){
    display: none;
}
.secStandardDetail .boxList.on .btn:nth-child(n+6){
    display: block;
}
.secStandardDetail .btn:nth-child(n+6){
    margin-top: 8rem;
}
.secStandardDetail .boxTxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_26);
    height: 5.2rem;
    text-align: center;
    margin-top: 2rem;
    letter-spacing: var(--pcLetterSpacing16_50);
    color: var(--textColor);
}
.secStandardDetail .btnPop{
    display: block;
    width: 14rem;
    font-size: var(--pcFontSize14);
    text-align: center;
    padding: 1.4rem 0;
    color: var(--whiteColor);
    background: #333;
    margin: 1.3rem auto 0;
}
.secStandardDetail .moreBtn{
    width: 27rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize16);
    color: var(--textColor);
    background: var(--whiteColor);
    border: 0.1rem solid var(--borderColor01);
    margin: 5rem auto 0;
    cursor: pointer;
}
@media only screen and (max-width:1215px){
    .secStandardDetail{
        padding-top: 8rem;
    }
    .secStandardDetail .tit{
        font-size: var(--spFontSize20);
    }
    .secStandardDetail .boxList{
        width: 86.667%;
        margin: 3.5rem auto 0;
    }
    .secStandardDetail .btn{
        width: 29.231%;
        height: auto;
        margin-right: 6.1535%;
    }
    .secStandardDetail .btn:nth-child(5n){
        margin-right: 6.1535%;
    }
    .secStandardDetail .btn:nth-child(3n){
        margin-right: 0;
    }
    .secStandardDetail .btn:nth-child(n+4){
        margin-top: 2.6rem;
    }
    .secStandardDetail .btn:nth-child(n+6){
        display: block;
    }
    .secStandardDetail .btn:nth-child(n+7){
        display: none;
    }
    .secStandardDetail .boxList.on .btn:nth-child(n+7){
        display: block;
    }
    .secStandardDetail .btnStaticPopup{
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .secStandardDetail .boxTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
        margin-top: 1.2rem;
        height: auto;
    }
    .secStandardDetail .btnPop{
        width: 80px;
        font-size: var(--spFontSize12);
        padding: 1rem 0 0.8rem;
        margin: 0.5rem auto 0;
    }
    .secStandardDetail .moreBtn{
        margin: 3rem auto 0;
    }
}

/*-----------------------------------------------
	popup
-----------------------------------------------*/
#popup{
	display: none;
	position: relative;
	z-index: 99999;
}
#popup .overlay{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
}
#popup .popupContainer{
	display: table;
	width: 100%;
	height: 100vh;
}
#popup .popupContents{
	display: table-cell;
	vertical-align: middle;
}
#popup .popupMain{
	width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
    position: relative;
}
#popup .btnClose{
    position: absolute;
	width: 20px;
    top: 50px;
	right: 30px;
	z-index: 10;
}
@media only screen and (max-width:767px){
	#popup .popupMain{
		width: 100%;
        padding: 7%;
	}
    #popup .btnClose{
        width: 14px;
        top: 46px;
        right: 45px;
    }
}
@media only screen and (max-width:374px){
	#popup .popupMain{
		padding: 4.69%;
	}
}
@media only screen and (max-width:360px){
    #popup .btnClose{
        top: 35px;
        right: 35px;
    }
}
@media only screen and (max-width:340px){
    #popup .btnClose{
        top: 30px;
        right: 30px;
    }
}

/* secPopup */
.secPopup{
	display: none;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
    background: #fff;
    padding: 66px 60px 60px 66px;
    height: 362px;
}
.secPopup .innerCover{
    display: flex;
}
.secPopup .innerCover .txtBox{
    margin-left: 65px;
}
.secPopup .innerCover .tit{
    font-size: 18px;
    line-height: 27px;
}
.secPopup .innerCover .txt{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 16px;
}
@media only screen and (max-width:767px){
    .secPopup{
        padding: 20px 20px 13px 20px;
        height: auto;
    }
    .secPopup .innerCover{
        align-items: center;
    }
    .secPopup .innerCover .imgPopup{
        width: 46.372%;
    }
    .secPopup .innerCover .txtBox{
        margin-left: 21px;
    }
    .secPopup .innerCover .tit{
        font-size: 13px;
        line-height: 20px;
    }
    .secPopup  .txt{
        font-size: 10px;
        line-height: 18px;
        letter-spacing: 0;
        margin-top: 18px;
    }
}




/* secTitlebox */
.secTitlebox{
    text-align: center;
}
.secTitlebox .titEng{
    font-size: var(--pcFontSize60);
    line-height: var(--pcLineHeight60_70);
    letter-spacing: var(--pcLetterSpacing60_100);
}
.secTitlebox .titJpn{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_30);
    font-weight: bold;
    margin-top: 0.6rem;
}
.f_Roboto{
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width:1215px){
    .secTitlebox .titEng{
        font-size: var(--spFontSize36);
        line-height: var(--spLineHeight36_40);
        font-weight: bold;
    }
    .secTitlebox .titJpn{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_30);
        margin-top: 0;
    }
}
/* secPlan */
.secPlan{
    width: 100%;
    overflow: hidden;
    margin-top: 10rem;
}
.secPlan .plan_shadow{
    text-shadow: 0rem 0rem 2rem var(--shadowColor), 0rem 0rem 2rem var(--shadowColor), 0rem 0rem 2rem var(--shadowColor);
}
.secPlan .plan_On_Area{
    width: 100%;
    color:var(--whiteColor);
    height: 71rem;
}
.secPlan.lazyloaded .plan_On_Area{
    background: url(../img/index/imgPlanBg.jpg) center top no-repeat;
}
.secPlan .OnInner{
    text-align: center;
    padding-top: 9.1rem;
}
.secPlan .subtit{
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_50);
    font-weight: bold;
    margin-top: 3.5rem;
}
.secPlan .subtit_Eng{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_30);
    margin-top: 1rem;
    letter-spacing: var(--pcLetterSpacing24_50);
}
.secPlan .ontxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    font-weight: bold;
    margin-top: 1rem;
    letter-spacing: var(--pcLetterSpacing16_50);
}
@media only screen and (max-width:1215px){
    .secPlan{
        margin-top: 6rem;
    }
    .secPlan .plan_shadow{
        text-shadow: 0rem 0rem 1rem var(--shadowColor), 0rem 0rem 1rem var(--shadowColor), 0rem 0rem 1rem var(--shadowColor);
    }
    .secPlan .plan_On_Area{
        height: auto;
    }
    .secPlan.lazyloaded .plan_On_Area{
        background-image: url(../img/index/imgPlanBg_sp.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    .secPlan .OnInner{
        padding-top: 5.8rem;
        padding-bottom: calc(123 / 375 * 100vw);
    }
    .secPlan .subtit{
        font-size: var(--spFontSize30);
        margin-top: 2.6rem;
    }
    .secPlan .subtit_Eng{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_28);
        margin-top: 1.5rem;
    }
    .secPlan .ontxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_29);
        margin-top: 1rem;
    }
}
/* plantabArea */
.secPlan .plantabArea{
    width: 100%;
    background-color:var(--bgPlan);
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.secPlan .plantabArea .Inner{
    width: calc(100% - 10rem);
    max-width: 121rem;
    margin: 0 auto;
}
.secTablist{
    display: flex;
}
.secTablist .tabItem{
    width: calc((100% - 3px) / 4);
    position: relative;
    margin-right: 1px;
    background-color: var(--bgTabs);
    pointer-events: all;
    cursor: pointer;
}
.secTablist .tabItem.on{
    background-color: var(--bgTabsActive);
}
.secTablist .tabItem.on::after{
    content: "";
    position: absolute;
    width: 2.2rem;
    height: 2rem;
    background-color: var(--bgTabsActive);
    left: calc(50% - 1.1rem);
    bottom: calc(0% - 1.4rem);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secTablist .tabItem:last-child{
    margin-right: 0;
}
.secTablist .tabInner{
    display: flex;
    align-items: center;
    width: 100%;
    height: 7rem;
}
.secTablist .tabtxtIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secTablist .tabtxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_26);
    text-align: center;
    color: var(--whiteColor);
}
/* secTabcategory */
.secTabcategory{
    background-color: var(--whiteColor);
}
.secTabcategory .categorylist{
    width: 100%;
}
.secTabcategory .item{
    width: 100%;
    display: none;
}
.secTabcategory .item.active{
    display: block;
}
.secTabcategory .ItemInner{
    padding: 5rem;
}
.secTabcategory .category_on_area{
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.secTabcategory .txtArea{
    text-align: left;
}
.secTabcategory .pricebox{
    width: 100%;
}
.secTabcategory .price_titbox{
    width: 100%;
}
.secTabcategory .price_tit{
    font-size: var(--pcFontSize36);
    line-height: var(--pcLineHeight36_40);
    font-weight: bold;
    color: var(--colorOrange);
    letter-spacing: var(--pcLetterSpacing36_50);
}
.secTabcategory .pricetxtbox{
    text-align: left;
    margin-top: 1.5rem;
}
.secTabcategory .numtxt{
    display: flex;
    align-items: flex-end;
    padding-left: 1rem;
}
.secTabcategory .num{
    font-size: var(--pcFontSize100);
    line-height: var(--pcLineHeight100_100);
    display: inline-block;
}
.secTabcategory .taxbox{
    padding-left: 1.5rem;
    flex: 1;
    text-align: left;
    font-weight: bold;
    padding-bottom: 1.4rem;
}
.secTabcategory .taxtxt{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_30);
}
.secTabcategory .taxsub{
    font-size: var(--pcFontSize36);
    line-height: 1;
    margin-top: 0.4rem;
}
.secTabcategory .othertxt{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_36);
    text-align: left;
    margin-top: 4.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.secTabcategory .pointtxtbox{
    width: 100%;
    margin-top: 5.3rem;
}
.secTabcategory .pointtxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_30);
    letter-spacing: var(--pcLetterSpacing16_75);
}
.secTabcategory .imgBox{
    width: 100%;
    border: 1px solid;
    border-color: var(--borderColor);
    padding: 2.5rem;
}
.secTabcategory .imgBox .img{
    width: 100%;
    height: 0;
    padding-top: calc(350 / 550 * 100%);
}
.secTabcategory .mainImg{
    width: 100%;
    margin-top: 4.3rem;
}
@media only screen and (min-width:1216px){
    .secTabcategory .txtArea{
        flex: 1;
        width: calc(100% - 60rem);
        padding-right: 4rem;
    }
    .secTabcategory .imgArea{
        width: 60rem;
        padding-bottom: 0.7rem;
    }
    .secTabcategory .pointtxt{
        display: inline;
    }
    .secTabcategory .pointtxt + .pointtxt{
        padding-left: 1em;
    }
}
@media only screen and (max-width:1215px){
    .secPlan .plantabArea{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .secPlan .plantabArea .Inner{
        width: calc(345 / 375 * 100%);
        max-width: 40rem;
    }
    .secTablist{
        flex-wrap: wrap;
    }
    .secTablist .tabItem{
        width: calc((100% - 1px) / 2);
    }
    .secTablist .tabItem:nth-child(2n){
        margin-right: 0;
    }
    .secTablist .tabItem:nth-child(n + 3){
        margin-top: 1px;
    }
    .secTablist .tabItem.on::after{
        display: none;
    }
    .secTablist .tabInner{
        height: 7rem;
    }
    .secTablist .tabtxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    /* secTabcategory */
    .secTabcategory{
        margin-top: 1.5rem;
    }
    .secTabcategory .ItemInner{
        padding: 2.8rem 1rem 1rem;
    }
    .secTabcategory .category_on_area{
        display: block;
    }
    .secTabcategory .txtArea{
        width: 100%;
        padding: 0 2rem;
    }
    .secTabcategory .pricebox{
        position: relative;
        padding-left: calc(4rem + 0.6rem);
    }
    .secTabcategory .price_titbox{
        width: 4rem;
        height: 4rem;
        border: 1px solid;
        border-color: var(--colorOrange);
        background-color: var(--whiteColor);
        display: flex;
        align-items: center;
        position: absolute;
        left: 0;
        top: calc(var(--spFontSize60) * (10 / 60));
    }
    .secTabcategory .price_tit_In{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .secTabcategory .price_tit{
        font-size: var(--spFontSize13);
        line-height: calc(15 / 13);
    }
    .secTabcategory .pricetxtbox{
        margin: 0;
    }
    .secTabcategory .numtxt{
        padding-left: 0;
    }
    .secTabcategory .num{
        font-size: var(--spFontSize60);
    }
    .secTabcategory .taxbox{
        padding-left: 0.8rem;
        padding-bottom: calc(var(--spFontSize20) * (11 / 20));
    }
    .secTabcategory .taxtxt{
        font-size: var(--spFontSize12);
        line-height: calc(15 / 12);
    }
    .secTabcategory .taxsub{
        font-size: var(--spFontSize20);
        margin-top: 0.1rem;
    }
    .secTabcategory .othertxt{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_24);
        margin-top: 0.3rem;
    }
    .secTabcategory .pointtxtbox{
        width: 100%;
        margin-top: 0.5rem;
    }
    .secTabcategory .pointtxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_16);
    }
    .secTabcategory .pointtxt + .pointtxt{
        margin-top: 0.4rem;
    }
    .secTabcategory .imgArea{
        width: 100%;
        margin-top: 1.9rem;
    }
    .secTabcategory .imgBox{
        padding:1.5rem;
    }
    .secTabcategory .imgBox .img{
        padding-top: calc(200 / 295 * 100%);
    }
    .secTabcategory .mainImg{
        margin-top: 1rem;
    }
}

/* secInterview */
.secInterview{
    width: 100%;
    padding-top: 18.8rem;
    padding-bottom: 5rem;
}
.secInterview.lazyloaded{
    background: url(../img/index/imgInterviewBg.jpg) center top no-repeat;
    background-size: cover;
}
.secInterview .secTitlebox{
    color: var(--whiteColor);
}
.secInterview .Inner{
    margin-top: 8.3rem;
}
/* interviewSlider */
.secInterview .SliderBox{
    width: 100%;
    overflow: hidden;
}
#interviewSlider .swiper{
    width: 40rem;
    margin: 0 auto;
    overflow: visible;
}
#interviewSlider .swiper-slide{
    height: auto;
}
#interviewSlider .slideIn{
    width: 100%;
    height: 100%;
    background-color: var(--whiteColor);
    display: block;
}
#interviewSlider .imgArea{
    width: 100%;
}
#interviewSlider .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(280 / 400 * 100%);
    overflow: hidden;
}
#interviewSlider .txtArea{
    padding: 2.4rem 1.5rem 1.5rem;
}
#interviewSlider .tit{
    font-size: var(--pcFontSize25);
    line-height: var(--pcLineHeight25_36);
    font-weight: bold;
}
#interviewSlider .txt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_29);
    margin-top: 1.8rem;
}
@media only screen and (max-width:1215px){
    .secInterview{
        padding-top: 8.1rem;
        padding-bottom: 6rem;
    }
    .secInterview.lazyloaded{
        background-image: url(../img/index/imgInterviewBg_sp.jpg);
    }
    .secInterview .Inner{
        margin-top: 3rem;
    }
    /* interviewSlider */
    #interviewSlider .swiper{
        width: calc(262 / 375 * 100%);
        max-width: 40rem;
    }
    #interviewSlider .txtArea{
        padding: 1.8rem 2rem 2rem;
    }
    #interviewSlider .tit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_20);
    }
    #interviewSlider .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_20);
        margin-top: 1.3rem;
    }
}

/* secModelhouse */
.secModelhouse{
    background-color: var(--bgPlan);
    color: var(--bgTabsActive);
}
.secModelhouse .Inner{
    padding-top: 10rem;
    padding-bottom: 9.5rem;
}
.secModelhouse .secTitlebox{
    position: relative;
    padding-top: calc(9.9rem + 1.7rem);
}
.secModelhouse .secTitlebox::after{
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 4.95rem);
    width: 9.9rem;
    height: 9.7rem;
}
.secModelhouse.lazyloaded .secTitlebox::after{
    background: url(../img/index/imgIconModel.png) center top no-repeat;
    background-size: 100% auto;
}
.secModelhouse .middletxtbox{
    text-align: center;
    margin-top: 7.2rem;
}
.secModelhouse .middletxt{
    font-size: var(--pcFontSize26);
    line-height: var(--pcLineHeight26_41);
    font-weight: bold;
}
/* modelSlide */
#modelSlide{
    width: 100%;
    overflow: hidden;
    margin-top: 5.2rem;
}
#modelSlide .swiper{
    width: 60rem;
    margin: 0 auto;
    overflow: visible;
}
#modelSlide .swiper-wrapper{
    transition-timing-function: linear;
}
#modelSlide .imgBox{
    width: 100%;
    height: 0;
    padding-top: calc(400 / 600 * 100%);
    overflow: hidden;
}
/* undertxtbox */
.secModelhouse .undertxtbox{
    text-align: center;
    margin-top: 5.6rem;
}
.secModelhouse .undertit{
    font-size: var(--pcFontSize36);
    line-height: var(--pcLineHeight36_40);
    font-weight: bold;
}
.secModelhouse .undertxt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_29);
    margin-top: 2.2rem;
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secModelhouse .Inner{
        padding-top: 6rem;
        padding-bottom: 5.2rem;
    }
    .secModelhouse .secTitlebox{
        padding-top: calc(5.4rem + 1.1rem);
    }
    .secModelhouse .secTitlebox::after{
        left: calc(50% - 2.75rem);
        width: 5.5rem;
        height: 5.4rem;
    }
    .secModelhouse .middletxtbox{
        margin-top: 3rem;
    }
    .secModelhouse .middletxt{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_32);
    }
    /* modelSlide */
    #modelSlide{
        margin-top: 2.3rem;
    }
    #modelSlide .swiper{
        width: calc(154 / 375 * 100%);
    }
    /* undertxtbox */
    .secModelhouse .undertxtbox{
        margin-top: 3.7rem;
    }
    .secModelhouse .undertit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_30);
    }
    .secModelhouse .undertxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_29);
        margin-top: 0.5rem;
    }
}