@charset "utf-8";
.secDetailsHero{
    background: url(../img/about/spec/imgDetailsHero.jpg) center top / cover no-repeat;
}
@media only screen and (max-width:1215px){
    .secDetailsHero{
        background-image: url(../img/about/spec/imgDetailsHero_sp.jpg);
    }
}

.secPerforBox{
    margin-top: 2rem;
}
.secPerforBox .bgBox{
    background: var(--afterBgColor);
    height: auto;
    /* width: 188rem; */
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.secPerforBox .specTit{
    font-size: var(--pcFontSize34);
    font-weight: bold;
    color: var(--whiteColor);
}
.secPerforBox .specTxt{
    font-size: var(--pcFontSize14);
    color: var(--whiteColor);
    line-height: var(--pcLineHeight14_32);
    margin-top: 3rem;
}
.secPerforBox .specList{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 7.2rem;
    justify-content: center;
    width: 117rem;
}
.secPerforBox .itemSpec{
    width: calc((100% - 12rem) / 3);
    position: relative;
    z-index: 1;
}
.secPerforBox .itemSpec + .itemSpec{
    margin-left: 6rem;
}
.secPerforBox .itemSpec:nth-child(4){
    margin-left: 0;
}
.secPerforBox .itemSpec:nth-child(n+4){
    margin-top: 6rem;
}
.secPerforBox .linkspec{
    width: 100%;
    display: block;
    padding: 4.1rem 0 3.9rem;
    border: 0.1rem solid var(--boderColor);
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPerforBox .itemSpec .iconImg{
    position: absolute;
    content: "";
    left: -0.4rem;
    top: -1.1rem;
    z-index: 5;
}
.secPerforBox .itemSpec .itemSpectxt{
    font-size: var(--pcFontSize18);
    color: var(--whiteColor);
}
@media only screen and (max-width:1215px){
    .secPerforBox{
        margin-top: 0rem;
    }
    .secPerforBox .bgBox{
        background: var(--afterBgColor);
        height: auto;
        width: 100%;
        margin: 0 auto;
        padding: 0 1.5rem;
        padding-top: 7.7rem;
        padding-bottom: 8rem;
        max-width:100%;
    }
    .secPerforBox .specTit{
        font-size: var(--spFontSize18);
        font-weight: bold;
        color: var(--whiteColor);
    }
    .secPerforBox .specTxt{
        font-size: var(--spFontSize14);
        color: var(--whiteColor);
        line-height: var(--spLineHeight14_26);
        margin-top: 1.6rem;
    }
    .secPerforBox .specList{
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 3rem;
        justify-content: flex-start;
        width: 100%;
    }
    .secPerforBox .itemSpec{
        width: calc((100% - 3rem) / 3);
        position: relative;
        z-index: 1;
    }
    .secPerforBox .itemSpec + .itemSpec{
        margin-left: 1.5rem;
    }
    .secPerforBox .itemSpec:nth-child(4){
        margin-left: 0;
    }
    .secPerforBox .itemSpec:nth-child(n+4){
        margin-top: 2.1rem;
    }
    .secPerforBox .linkspec{
        width: 100%;
        display: block;
        padding: 2.7rem 0 2.8rem;
        border: 0.1rem solid var(--boderColor);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .secPerforBox .itemSpec .iconImg{
        position: absolute;
        content: "";
        left: -0.1rem;
        top: -0.5rem;
        z-index: 5;
        width: 2.5rem;
        height: auto;
    }
    .secPerforBox .itemSpec .itemSpectxt{
        font-size: var(--spFontSize12);
        color: var(--whiteColor);
    }
}
/* secSpec */
.secSpec{
    width: 100%;
    margin-top: 14.7rem;
}
.secSpec .list{
    width: 100%;
}
.secSpec .Item{
    width: 100%;
}
.secSpec .Item + .Item{
    margin-top: 13.6rem;
}
.secSpec .itemtitbox{
    width: 100%;
    text-align: left;
}
.secSpec .numbox{
    width: 100%;
}
.secSpec .numtxt{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_25);
    font-weight: bold;
    color: var(--lineup_concept_titColor);
}
.secSpec .itemtit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_50);
    font-weight: bold;
    margin-top: 1.5rem;
}
.secSpec .itemImg{
    width: 100%;
    margin-top: 4.2rem;
}
.secSpec .itemtxtbox{
    text-align: left;
    margin-top: 3rem;
}
.secSpec .itemtxt{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
}
@media only screen and (min-width:1216px){
    .secSpec .itemtxt{
        letter-spacing: var(--pcLetterSpacing14_50);
    }
}
@media only screen and (max-width:1215px){
    .secSpec{
        margin-top: 7.5rem;
        overflow: hidden;
    }
    .secSpec .Item + .Item{
        margin-top: 6.8rem;
    }
    .secSpec .itemtitbox{
        width: 100%;
        text-align: left;
        padding: 0 1.5rem;
    }
    .secSpec .numtxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_20);
    }
    .secSpec .itemtit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_30);
        margin-top: 0.3rem;
    }
    .secSpec .itemImg{
        width: 100%;
        margin-top: 2.4rem;
    }
    .secSpec .itemtxtbox{
        margin-top: 2.3rem;
        padding: 0 1.5rem;
    }
    .secSpec .itemtxt{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
    }
    .secSpec + .secLinkbnr{
        margin-top: 14.4rem;
    }
}
.secSpec .housingBox{
    width: 114rem;
    margin: 0 auto;
    margin-top: 9.2rem;
    text-align: center;
}
.secSpec .specSwier{
    margin-top: 9.8rem;
}
.secSpec .housigTit{
    font-size:var(--pcFontSize22);
    font-weight: bold;
    text-align: center;
}
.secSpec .FlexList{
    display: flex;
    margin-top: 6rem;
    /* overflow: hidden; */
}
.secSpec .sliderbox{
    width: calc(1870 / 1920 * 100%);
    margin-left: 2.3rem;
    overflow: visible;
    position: relative;
}
.secSpec .swiper{
    width: 100%;
    overflow: visible;
}
.secSpec .swiper-wrapper{
    display: flex;
}
.secSpec .txtBoxspc{
    padding-top: 4.4rem;
}
.secSpec .titSpec{
    font-size:var(--pcFontSize22);
    font-weight: bold;
}
.secSpec .txtSpec{
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    margin-top: 2.2rem;
}
.secSpec .swiper-scrollbar{
    position: static!important;
    width: 100%!important;
    height: 4px;
    margin-top: 3rem;
    background-color: var(--blackColor_0);
}
.secSpec .swiper-scrollbar-drag{
    background-color: var(--grayColor_light3);
    pointer-events: all;
    cursor: pointer;
}
.secSpec .item01Box{
    margin-top: 9.7rem;
}
.secSpec .item01Box .titBox01{
    text-align: center;
}
.secSpec .item01Box .tit01{
    font-size:var(--pcFontSize22);
    letter-spacing: var(--pcLetterSpacing22_60);
    font-weight: bold;
}
.secSpec .item01Box .txt01{
    font-size:var(--pcFontSize14);
    line-height: var( --pcLineHeight14_32);
    margin-top: 2rem;
    letter-spacing: var(--pcLetterSpacing14_50);
}
.secSpec .item01Box .border{
    position: relative;
    z-index: 10;
}
.secSpec .item01Box .border::after{
    background: var( --boderColor01);
    width: 100%;
    height: 0.5rem;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
}
.secSpec .item01Box .Box1{
    width: 58rem;
    margin: 0 auto;
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--grayColor_light2);
    padding: 2rem 0;
}
.secSpec .item01Box .boxtxt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_24);
    color: var(--redColor01);
    text-align: center;
}
.secSpec .item01Box .housingList{
    display: flex;
    margin-top: 5rem;
    flex-wrap: wrap;
}
.secSpec .item01Box .housingList .housingItem{
    width: calc((100% - 33.9rem) / 4);
}
.secSpec .item01Box .housingList .housingItem:nth-child(n+2){
    margin-left: 11.3rem;
}
.secSpec .item01Box .housingList .housingItem:nth-child(5){
    margin-left: 0;
}
.secSpec .item01Box .housingList .housingItem:nth-child(n+5){
    margin-top: 4.5rem;
}
.secSpec .item01Box .housingList .enBox{
    width: 20rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--boderColor02);
    padding: 7.2rem 0;
}
.secSpec .item01Box .housingList .housingItem:nth-child(n+3) .enBox{
    padding: 7.5rem 0;
}
.secSpec .item01Box .housingList .housingItem:nth-child(5) .enBox{
    padding: 7.1rem 0;
}
.secSpec .item01Box .housingList .housingItem:nth-child(6) .enBox{
    padding: 6.8rem 0;
}
.secSpec .item01Box .housingList img{
    width: 6.4rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(2) img{
    width: 5rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(2) img{
    width: 5rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(3) img{
    width: 6.5rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(4) img{
    width: 5rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(5) img{
    width: 7.8rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(6) img{
    width: 7.2rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(7) img{
    width: 7rem;
    height: auto;
}
.secSpec .item01Box .housingList .housingItem:nth-child(8) img{
    width: 6.4rem;
    height: auto;
}
.secSpec .item01Box .housingList  .Box02{
    text-align: center;
    margin-top: 3.2rem;
}
.secSpec .item01Box .housingList .housingItem:nth-child(4) .Box02{
    text-align: center;
    margin-top: 2.2rem;
}
.secSpec .item01Box .housingList .housingItem:nth-child(5) .Box02{
    text-align: center;
    margin-top: 2.7rem;
}
.secSpec .item01Box .housingList .housingItem:nth-child(7) .Box02{
    text-align: center;
    margin-top: 2.7rem;
}
.secSpec .item01Box .housingList  .tit02{
    font-size: var(--pcFontSize16);
    font-weight: bold;
}
.secSpec .item01Box .housingList  .txt02{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_20);
    margin-top: 1.7rem;
    text-align: left;
}
@media only screen and (max-width:1215px){
    .secSpec .housingBox{
        width: 92%;
        margin: 0 auto;
        margin-top: 0rem;
        text-align: center;
    }
    .secSpec .specSwier{
        margin-top: 4.6rem;
    }
    .secSpec .housigTit{
        font-size: var(--spFontSize14);
        font-weight: bold;
        text-align: center;
    }
    .secSpec .FlexList{
        display: flex;
        margin-top: 3rem;
        /* overflow: hidden; */
    }
    .secSpec .sliderbox{
        width: calc(332 / 375 * 100%);
        margin-left: 1.5rem;
        overflow: visible;
        position: relative;
    }
    .secSpec .swiper{
        width: 100%;
        overflow: visible;
    }
    .secSpec .swiper-wrapper{
        display: flex;
    }
    .secSpec .txtBoxspc{
        padding-top: 2.5rem;
    }
    .secSpec .titSpec{
        font-size: var(--spFontSize14);
        font-weight: bold;
    }
    .secSpec .titSpec.sub{
        font-size: var(--spFontSize14);
        font-weight: bold;
        line-height: var(--spLineHeight14_20);
    }
    .secSpec .txtSpec{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 1.4rem;
    }
    .secSpec .txtSpec.sub{
        margin-top: 0.4rem;
    }
    .secSpec .swiper-scrollbar{
        position: static!important;
        height: 4px;
        margin-top: 2.6rem;
        background-color: var(--blackColor_0);
    }
    .secSpec .swiper-scrollbar-drag{
        background-color: var(--grayColor_light3);
    }
    .secSpec .item01Box{
        margin-top: 4.7rem;
    }
    .secSpec .item01Box .titBox01{
        text-align: center;
    }
    .secSpec .item01Box .tit01{
        font-size:var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_50);
        font-weight: bold;
    }
    .secSpec .item01Box .txt01{
        font-size:var(--spFontSize14);
        line-height: var(--spLineHeight14_26);
        margin-top: 2.4rem;
        letter-spacing: var(--spLetterSpacing14_0);
        text-align: left;
    }
    .secSpec .item01Box .border{
        position: relative;
        z-index: 10;
        font-weight: bold;
    }
    .secSpec .item01Box .border::after{
        background: var( --boderColor01);
        width: 100%;
        height: 0.5rem;
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    .secSpec .item01Box .Box1{
        width: 100%;
        margin: 0 auto;
        margin-top: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--grayColor_light2);
        padding: 1.3rem 0;
    }
    .secSpec .item01Box .boxtxt{
        font-size: var(--spFontSize11);
        line-height: var( --spLineHeight11_17);
        color: var(--redColor01);
        text-align: center;
    }
    .secSpec .item01Box .housingList{
        display: flex;
        margin-top: 3rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .secSpec .item01Box .housingList .housingItem{
        width: calc((100% - 3rem) / 2);
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(n+2){
        margin-left: 0;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(2n){
        margin-left: 2.9rem;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(5){
        margin-left: 0;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(n+5){
        margin-top: 0rem;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(n+3){
        margin-top: 1.6rem;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(n+5){
        margin-top: 1.6rem;
    }
    .secSpec .item01Box .housingList .enBox{
        width: 9.5rem;
        border-radius: 10rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--boderColor02);
        padding: 3rem 0;
        /* position: absolute; */
        /* content: ""; */
        margin-left: 3rem;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(n+3) .enBox{
        padding: 3.5rem 0;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(5) .enBox{
        padding: 3.4rem 0;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(6) .enBox{
        padding: 2.8rem 0;
    }
    .secSpec .item01Box .housingList img{
        width: 3.4rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(2) img{
        width: 5rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(2) img{
        width: 2.6rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(3) img{
        width: 3.2rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(4) img{
        width: 2.5rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(5) img{
        width: 3.8rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(6) img{
        width: 4.2rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(7) img{
        width: 3.3rem;
        height: auto;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(8) img{
        width: 3.4rem;
        height: auto;
    }
    .secSpec .item01Box .housingList  .Box02{
        text-align: center;
        margin-top: 1.7rem;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(4) .Box02{
        text-align: center;
        margin-top: 1.2rem;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(5) .Box02{
        text-align: center;
        margin-top: 1.2rem;
    }
    .secSpec .item01Box .housingList .housingItem:nth-child(7) .Box02{
        text-align: center;
        margin-top: 1.5rem;
    }
    .secSpec .item01Box .housingList  .tit02{
        font-size: var(--spFontSize14);
        font-weight: bold;
    }
    .secSpec .item01Box .housingList  .txt02{
        font-size: var(--pcFontSize12);
        line-height: var(--pcLineHeight12_20);
        margin-top: 0.5rem;
        text-align: left;
        letter-spacing: -0.04rem;
    }
}
.secSpec .Inner.item02{
    margin-top: 14rem;
}
.secSpec .earthBox{
    text-align: center;
}
.secSpec .earthBox{
    margin-top: 9rem;
}
.secSpec .earthBox .earthtit{
    font-size: var(--pcFontSize22);
    font-weight: bold;
}
.secSpec .earthBox .earthImg{
    width: 114rem;
    margin: 0 auto;
    margin-top: 0rem;
}
.secSpec .specSwier.swier01{
    margin-top: 7.8rem;
}
.secSpec .FlexList.swier01 .swiper-scrollbar {
    margin-top: 5rem;
}
@media only screen and (max-width:1215px){
    .secSpec .Inner.item02{
        margin-top: 7rem;
    }
    .secSpec .earthBox{
        text-align: center;
    }
    .secSpec .earthBox{
        margin-top: 4.2rem;
    }
    .secSpec .earthBox .earthtit{
        font-size: var(--spFontSize14);
        font-weight: bold;
    }
    .secSpec .earthBox .earthImg{
        width: 92%;
        margin: 0 auto;
        margin-top: 2rem;
    }
    .secSpec .specSwier.swier01{
        margin-top: 4.1rem;
    }
    .secSpec .FlexList.swier01 .swiper-scrollbar {
        margin-top: 1.5rem;
    }
}
.secSpec .Inner.item03{
    margin-top: 10.2rem;
}
.secSpec .energyBox{
    text-align: center;
}
.secSpec .energyBox{
    margin-top: 8.2rem;
}
.secSpec .energyBox .energytit{
    font-size: var(--pcFontSize22);
    font-weight: bold;
}
.secSpec .energyimg{
    width: 95.5rem;
    margin: 0 auto;
    margin-top: 5.4rem;
}
.secSpec .insulationBox{
    margin-top: 9.2rem;
    text-align: center;
}
.secSpec .energytit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_36);
    font-weight: bold;
}
.secSpec .insulationList{
    display: flex;
    margin-top: 4.5rem;
    margin-left: -4rem;
}
.secSpec .insulationList .insulationItem{
    width:78rem;
}
.secSpec .insulationList .insulationItem + .insulationItem{
    width:47rem;
    margin-left: 2.8rem;
}
.secSpec .insulationList .bgBox1{
    background: var(--boderColor03);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5rem 0 6rem;
}
.secSpec .insulationList .insulationItem:nth-child(2) .bgBox1{
    padding: 5rem 0 13rem;
}
.secSpec .insulationList .insulationtit{
    font-size: var( --pcFontSize14);
    line-height: var(--pcLineHeight14_26);
}
.secSpec .insulationList .imgInsyl{
    width: 65.9rem;
    margin: 0 auto;
    margin-top: 2rem;
    margin-right: 7.5rem;
}
.secSpec .insulationList .insulationtit01{
    font-size: var(--pcFontSize40);
    font-weight: bold;
    padding-top: 10rem;
}
.secSpec .insulationList .Nuntit{
    font-size: var(--pcFontSize80);
    font-weight: bold;
    color: var(--brownColor_light);
    margin-top: 1.7rem;
}
.secSpec .insulationList .insulationtxt01{
    font-size: var( --pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    padding: 2rem 5.5rem;
    text-align: left;
}
.secSpec .insulationList .ika{
    font-size: var(--pcFontSize40);
}
.secSpec .specSwier.swier02{
    margin-top: 9.8rem;
}
.secSpec .FlexList.swier02 .swiper-scrollbar {
    margin-top: 1rem;
}
.secSpec .FlexList.swier02{
    margin-top: 5rem;
}
@media only screen and (max-width:1215px){
    .secSpec .Inner.item03{
        margin-top: 7.2rem;
    }
    .secSpec .energyBox{
        text-align: center;
    }
    .secSpec .energyBox{
        margin-top: 4rem;
    }
    .secSpec .energyBox .energytit{
        font-size: var(--spFontSize14);
        font-weight: bold;
    }
    .secSpec .energyimg{
        width: 92%;
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .secSpec .insulationBox{
        margin-top: 4.6rem;
        text-align: center;
    }
    .secSpec .energytit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
        font-weight: bold;
    }
    .secSpec .insulationList{
        display: block;
        margin: 0 auto;
        margin-top: 2.5rem;
        margin-left: 0;
        width: 100%;
    }
    .secSpec .insulationList .insulationItem{
        width: 100%;
    }
    .secSpec .insulationList .insulationItem + .insulationItem{
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
    .secSpec .insulationList .bgBox1{
        background: var(--boderColor03);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 2.6rem 0 3rem;
        width: 92%;
        margin: 0 auto;
    }
    .secSpec .insulationList .insulationItem:nth-child(2) .bgBox1{
        padding: 2.6rem 0 2.2rem;
    }
    .secSpec .insulationList .insulationtit{
        font-size: var( --spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
    .secSpec .insulationList .imgInsyl{
        width: 80.334%;
        margin: 0 auto;
        margin-top: 1rem;
        margin-right: auto;
        max-width: 27.5rem;
    }
    .secSpec .insulationList .insulationtit01{
        font-size: var(--spFontSize20);
        font-weight: bold;
        padding-top: 0rem;
    }
    .secSpec .insulationList .Nuntit{
        font-size: var(--spFontSize45);
        font-weight: bold;
        color: var(--brownColor_light);
        margin-top: 0;
        padding-left: 1rem;
    }
    .secSpec .insulationList .insulationtxt01{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        padding: 0.7rem 3.5rem;
        text-align: left;
    }
    .secSpec .insulationList .ika{
        font-size: var(--spFontSize24);
    }
    .secSpec .specSwier.swier02{
        margin-top: 5.1rem;
    }
    .secSpec .FlexList.swier02 .swiper-scrollbar {
        margin-top: 1.5rem;
    }
    .secSpec .FlexList.swier02{
        margin-top: 3rem;
    }
    .secSpec  .flextxt{
        display: flex;
        align-items: center;
    }
}
.secSpec .Inner.item04{
    margin-top: 14.4rem;
}
.secSpec .systemBox{
    margin: 0 auto;
    margin-top: 7.1rem;
    width: 113rem;
}
.secSpec .systemBox .systemList{
    display: flex;
}
.secSpec .systemBox .systemItem{
    width: calc((100% - 3rem) / 2);
}
.secSpec .systemBox .systemItem + .systemItem{
    margin-left: 3rem;
}
.secSpec .systemBox .systemtitBox{
    margin-top: 4rem;
}
.secSpec .systemBox .systemTit{
    font-size: var(--pcFontSize22);
    font-weight: bold;
}
.secSpec .systemBox .systemTxt{
    font-size: var( --pcFontSize14);
    line-height: var(--pcLineHeight14_32);
    margin-top: 2rem;
}
.secSpec .systemBox .systemImg01{
    width: 50rem;
    margin: 0 auto;
    margin-top: 6.5rem;
}
.secSpec .systemBox .systemImg01.sub{
    margin-top: 3.3rem;
}
.secSpec .Item.last{
    margin-top: 14.4rem;
}
.secLinkbnr {
    margin-top: 18rem;
}
@media only screen and (max-width:1215px){
    .secSpec .Inner.item04{
        margin-top: 7.4rem;
    }
    .secSpec .systemBox{
        margin: 0 auto;
        margin-top: 4.3rem;
        width: 93%;
    }
    .secSpec .systemBox .systemList{
        display: block;
    }
    .secSpec .systemBox .systemItem{
        width: 100%;
    }
    .secSpec .systemBox .systemItem + .systemItem{
        margin-left: 0;
        margin-top: 5rem;
    }
    .secSpec .systemBox .systemImg{
        width: 17.5rem;
        height: auto;
        margin: 0 auto;
    }
    .secSpec .systemBox .system{
        width: 17.5rem;
        height: auto;
        margin: 0 auto;
    }
    .secSpec .systemBox .systemtitBox{
        margin-top: 2rem;
    }
    .secSpec .systemBox .systemTit{
        font-size: var(--spFontSize14);
        font-weight: bold;
    }
    .secSpec .systemBox .systemTxt{
        font-size: var( --spFontSize12);
        line-height: var(--spLineHeight12_22);
        margin-top: 1.4rem;
    }
    .secSpec .systemBox .systemImg01{
        width: 100%;
        max-width: 27.5rem;
        margin: 0 auto;
        margin-top: 0.3rem;
    }
    .secSpec .systemBox .systemImg01 img{
        height: 27.5rem;
    }
    .secSpec .systemBox .systemImg01.sub img{
        height:auto;
    }
    .secSpec .systemBox .systemImg01.sub{
        margin-top: 2.4rem;
    }
    .secSpec .Item.last{
        margin-top: 7.4rem;
    }
    .secLinkbnr {
        margin-top: 18rem;
    }
    .secSpec .systemBox.sub {
        margin-top: 2rem;
    }
    .secSpec .systemBox.sub .systemItem + .systemItem {
        margin-left: 0;
        margin-top: 4.3rem;
    }
}