@charset "utf-8";

/* secCmnTit */
.secCmnTit{
    background: url(../img/about/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/about/bgCmnTitSp.jpg) center top / cover no-repeat;
    }
    .secCmnTit .titEng img{
        width: auto;
        height: 27px;
    }
}
.brSp359{
    display: none;
}
@media only screen and (max-width:359px){
    .brSp359{display: inline;}
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secAboutTop{
    height: 838px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secAboutTop.lazyloaded{
    background: url(../img/about/bgAboutTop.jpg) center top / cover;
}
.secAboutTop .mainImg{
    text-align: center;
    padding-bottom: 135px;
}
@media only screen and (max-width:767px){
    .secAboutTop{
        height: 98.134vw;
        margin-top: 1px;
    }
    .secAboutTop.lazyloaded{
        background: url(../img/about/bgAboutTop_sp.jpg) center top / cover;
    }
    .secAboutTop .mainImg{
        max-width: 296px;
        width: 85.798%;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}
/* secConcept */
.secConcept{
    background-image: -moz-linear-gradient( 0deg, rgb(17,27,50) 0%, rgb(28,30,36) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(17,27,50) 0%, rgb(28,30,36) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(17,27,50) 0%, rgb(28,30,36) 100%);
    padding-top: 96px;
}
.secConcept .topTitBox{
    text-align: center;
}
.secConcept .topInner{
    display: inline-block;
    position: relative;
}
.secConcept .leftImg{
    position: absolute;
    bottom: 0;
    left: -463px;
}
.secConcept .rightImg{
    position: absolute;
    bottom: 0;
    right: -395px;
}
.secConcept .mainBox{
    background-image: -moz-linear-gradient( 0deg, rgb(19,27,48) 0%, rgb(27,30,37) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(19,27,48) 0%, rgb(27,30,37) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(19,27,48) 0%, rgb(27,30,37) 100%);
    border-top: solid 1px rgb(255, 255, 255 ,0.349);
    border-bottom: solid 1px rgb(255, 255, 255 ,0.349);
    text-align: center;
    color: #fff;
    margin-top: 64px;
    padding: 37px 0;
    position: relative;
    z-index: 10;
}
.secConcept .mainTit{
    font-size: 30px;
    font-weight: 500;
}
.secConcept .mainTxt{
    font-size: 16px;
    margin-top: 32px;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    .secConcept{
        padding: 30px 0 1px;
        overflow: hidden;
    }
    .secConcept .topInner{
        padding-bottom: 128px;
        display: block;
    }
    .secConcept .topTit{
        width: 93.334%;
        max-width: 322px;
        margin: 0 auto;
    }
    .secConcept .leftImg{
        width: 361px;
        bottom: 0;
        left: calc(50% - 180.5px);
    }
    .secConcept .rightImg{
        display: none;
    }
    .secConcept .mainBox{
        margin-top: 0;
        padding: 16px 0;
    }
    .secConcept .mainTit{
        font-size: 19px;
        line-height: 1.78;
    }
    .secConcept .mainTxt{
        font-size: 11px;
        margin-top: 14px;
    }
}
/* homeBox */
.secConcept .homeBox{
    position: relative;
    padding-top: 68px;
}
.secConcept .homeBox::after{
    position: absolute;
    content: "";
    width: 642px;
    height: 717px;
    left: calc(50% - 365px);
    top: -140px;
}
.secConcept .homeBox.lazyloaded::after{
    background: url(../img/about/imgHome01.png) center top / cover;
}
.secConcept .homeTxt{
    font-size: 16px;
    line-height: 3.125;
    color: #fff;
    margin-top: 34px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.secConcept .homeLeftImg{
    position: absolute;
    right: calc(50% - 960px);
    bottom: 17px;
}
@media only screen and (max-width:767px){
    .secConcept .homeBox{
        padding-top: 30px;
    }
    .secConcept .homeBox::after{
        width: 348px;
        height: 385px;
        left: calc(50% - 174px);
        top: 0px;
    }
    .secConcept .homeBox.lazyloaded::after{
        background: url(../img/about/imgHome01_sp.png) center top / cover;
    }
    .secConcept .homeTopImg{
        width: 86.667%;
        margin: 0 auto;
        max-width: 325px;
    }
    .secConcept .homeTxt{
        font-size: 11px;
        line-height: 2.54;
        margin-top: 16px;
        letter-spacing: normal;
        text-align: center;
        padding: 0 3%;
    }
    .secConcept .homeLeftImg{
        position: static;
        width: 96.267%;
        margin: 21px 0 0 auto;
    }
}
@media only screen and (max-width:374px){
    .secConcept .homeTxt{
        font-size: 10px;
    }
}
@media only screen and (max-width:359px){
    .secConcept .mainTit{
        font-size: 17px;
    }
}
/* secGallerySlider */
.secConcept .boxSlider{
    position: relative;
    overflow: hidden;
    margin-top: 103px;
}
.secConcept .swiper-wrapper{
    transition-timing-function: linear;
}
.secConcept .swiper{
    width: 384px;
    overflow: visible;
}
@media only screen and (max-width:767px){
    .secConcept .boxSlider{
        margin-top: 45px;
    }
    .secConcept .swiper{
        width: 48.8%;
    }
    .secConcept .img{
        text-align: center;
    }
    .secConcept img{
        max-width: 100%;
        height: auto;
        width: auto;
    }
}
/* secHome */
.secHome{
    background: #abc836;
    padding: 59px 0 100px;
}
.secHome .topTit{
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}
.secHome .homeList{
    display: flex;
    margin-top: 43px;
}
.secHome .homeItem{
    width: 31.25%;
    margin-right: 3.125%;
}
.secHome .homeItem:nth-child(3){
    margin-right: 0;
}
.secHome .mainTit{
    font-size: 34px;
    text-align: center;
    margin-top: 79px;
    font-weight: 500;
}
.secHome .mainCover{
    display: block;
    margin-top: 27px;
}
.secHome .mainTxt{
    font-size: 55px;
}
.secHome .subTxt{
    font-size: 35px;
}
.secHome .flexBox{
    padding: 80px 80px 75px 75px;
    margin-top: 78px;
    box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    display: flex;
}
.secHome .leftBox{
    width: calc(100% - 528px);
    padding: 70px 40px 0 0;
    position: relative;
}
.secHome .leftIconImg{
    position: absolute;
    left: 7px;
    top: 0;
}
.secHome .leftTit{
    font-size: 32px;
    font-weight: bold;
}
.secHome .leftTxt{
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
    padding-left: 5px;
}
.secHome .listBox{
    margin-top: 35px;
}
.secHome .listItem{
    padding-left: 45px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
}
.secHome .listItem:nth-child(n+2){
    margin-top: 30px;
}
.secHome .listItem::after{
    position: absolute;
    content: "";
    width: 26px;
    height: 20px;
    top: 5px;
    left: 7px;
}
.secHome .listItem.lazyloaded::after{
    background: url(../img/about/iconHomeList.gif) center top / cover;
}
@media only screen and (max-width:767px){
    .secHome{
        padding: 24px 0 25px;
    }
    .secHome .topTit{
        font-size: 18px;
        line-height: 1.55;
        font-weight: bold;
    }
    .secHome .homeList{
        margin-top: 16px;
    }
    .secHome .homeItem{
        width: 31.885%;
        margin-right: 2.1725%;
        box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        overflow: hidden;
    }
    .secHome .mainTit{
        font-size: 14px;
        margin-top: 33px;
    }
    .secHome .mainCover{
        margin-top: 8px;
    }
    .secHome .mainTxt{
        font-size: 25px;
        font-weight: bold;
    }
    .secHome .subTxt{
        font-size: 14px;
        display: block;
        margin-top: 8px;
    }
    .secHome .flexBox{
        padding: 31px 15px 20px;
        margin-top: 39px;
        box-shadow: none;
        display: block;
        overflow: visible;
    }
    .secHome .leftBox{
        width: 100%;
        padding: 0;
    }
    .secHome .leftIconImg{
        width: 153px;
        left: calc(50% - 76.5px);
        top: -43px;
    }
    .secHome .leftTitBox{
        display: flex;
        justify-content: center;
    }
    .secHome .leftTit{
        font-size: 18px;
    }
    .secHome .leftTxt{
        font-size: 11px;
        margin-top: 8px;
        padding-left: 0;
    }
    .secHome .listBoxCover{
        display: flex;
        justify-content: center;
    }
    .secHome .listBox{
        margin-top: 18px;
    }
    .secHome .listItem{
        padding-left: 25px;
        font-size: 12px;
        line-height: 1.75;
    }
    .secHome .listItem:nth-child(n+2){
        margin-top: 12px;
    }
    .secHome .listItem::after{
        width: 18px;
        height: 14px;
        top: 5px;
        left: 0;
    }
    .secHome .rightBox{
        margin-top: 20px;
    }
}
@media only screen and (max-width:374px){
    .secHome .leftTit{
        font-size: 17px;
    }
    .secHome .listItem{
        font-size: 11px;
    }
}
@media only screen and (max-width:359px){
    .secHome .mainTxt{
        font-size: 23px;
    }
    .secHome .leftTit{
        font-size: 15px;
    }
    .secHome .leftTxt{
        font-size: 10px;
    }
    .secHome .flexBox{
        padding: 31px 10px 20px;
    }
    .secHome .listItem{
        font-size: 10px;
    }
}
/* secReason */
.secReason{
    position: relative;
    padding-top: 100px;
}
.secReason::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
    background: #abc836;
    clip-path: polygon(100% 0, 100% 100%, 50% 0, 0 100%, 0 0);
}
.secReason .topBox{
    text-align: center;
}
.secReason .topTit{
    font-size: 25px;
    font-weight: 500;
}
.secReason .mainTit{
    font-size: 48px;
    margin-top: 25px;
    display: block;
}
@media only screen and (max-width:767px){
    .secReason{
        padding-top: 60px;
    }
    .secReason::after{
        height: 75px;
    }
    .secReason .topTit{
        font-size: 15px;
    }
    .secReason .mainTit{
        font-size: 26px;
        margin-top: 9px;
    }
    .secReason .nmberImg{
        margin: 0 -5px;
    }
    .secReason .nmberImg img{
        width: 25px;
    }
}
@media only screen and (max-width:359px){
    .secReason .topTit{
        font-size: 13px;
    }
    .secReason .mainTit{
        font-size: 22px;
    }
}
/* reasonList */
.secReason .reasonList{
    margin-top: 168px;
}
.secReason .reasonItem{
    position: relative;
    display: flex;
    align-items: center;
}
.secReason .reasonItem:nth-child(n+2){
    margin-top: 140px;
}
.secReason .reasonItem:nth-child(2n){
    flex-flow: row-reverse;
}
.secReason .imgBox{
    position: relative;
    z-index: 10;
}
.secReason .reasonImg{
    position: absolute;
    top: -100px;
    left: calc(50% - 308.5px);
}
.secReason .reasonImg img{
    opacity: 0.4;
} 
.secReason .reasonItem:nth-child(2n) .reasonImg{
    top: -80px;
}
.secReason .rightBox{
    position: relative;
    z-index: 10;
    width: calc(100% - 600px);
    padding-left: 80px;
} 
.secReason .reasonItem:nth-child(2n) .rightBox{
    padding-left: 0;
    padding-right: 80px;
}
.secReason .tit{
    font-size: 38px;
    line-height: 1.57;
}
.secReason .txt{
    font-size: 16px;
    line-height: 3.125;
    margin-top: 3px;
}
.isDesktopIpad .secReason .txt{
    font-size: 12px;
}
@media only screen and (max-width:767px){
    .secReason .reasonList{
        margin-top: 30px;
    }
    .secReason .reasonItem{
        display: block;
    }
    .secReason .reasonItem:nth-child(n+2){
        margin-top: 25px;
        padding-top: 30px;
        border-top: solid 1px #e8edf1;
    }
    .secReason .leftBox{
        position: relative;
        width: 43.479%;
        margin-right: auto;
    }
    .secReason .imgBox{
        position: relative;
        z-index: 10;
    }
    .secReason .reasonImg{
        top: calc(50% - 32px);
        left: auto;
        right: -153px;
        z-index: 20;
    }
    .secReason .reasonImg img{
        opacity: 0.451;
    } 
    .secReason .reasonImg img{
        width: auto;
        height: 36px;
    }
    .secReason .reasonItem:nth-child(2n) .reasonImg{
        top: calc(50% - 32px);
    }
    .secReason .rightBox{
        width: 100%;
        padding: 0;
        margin-top: -30px;
    } 
    .secReason .reasonItem:nth-child(2n) .rightBox{
        padding: 0;
    }
    .secReason .tit{
        font-size: 15px;
        line-height: 1.6;
        background: #fff;
        font-weight: 500;
        padding: 10px 0 0 15px;
        margin-left: 55px;
    }
    .secReason .txt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 10px;
    }
}
@media only screen and (max-width:374px){
    .secReason .tit{
        font-size: 14px;
    }
}
@media only screen and (max-width:359px){
    .secReason .tit{
        font-size: 12px;
    }
}
/* secAboutBnr */
.secAboutBnr{
    margin-top: 136px;
}
.secAboutBnr .topTit{
    font-size: 32px;
    line-height: 1.625;
    font-weight: bold;
    text-align: center;
}
.secAboutBnr .bnrList{
    display: flex;
    margin-top: 43px;
}
.secAboutBnr .bnrItem{
    width: calc(100% / 4);
}
.secAboutBnr .bnrItem:nth-child(n+2){
    margin-left: 1px;
}
.secAboutBnr .txtBox{
    position: absolute;
    z-index: 10;
    left: 38px;
    bottom: 48px;
    color: #fff;
}
.secAboutBnr .mainTxt{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 23px;
}
.secAboutBnr .mainTit{
    font-size: 33px;
    line-height: 1.66;
    min-height: 110px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-top: 4px;
}
.secAboutBnr .bnrInner{
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}
@media only screen and (max-width:1800px){
    .secAboutBnr .mainTit{
        letter-spacing: normal;
    }
}
@media only screen and (max-width:1670px){
    .secAboutBnr .txtBox{
        left: 20px;
    }
}
@media only screen and (max-width:1600px){
    .secAboutBnr .mainTxt{
        font-size: 15px;
        letter-spacing: normal;
    }
    .secAboutBnr .mainTit{
        font-size: 28px;
        min-height: 110px;
    }
}
@media only screen and (max-width:767px){
    .secAboutBnr{
        margin-top: 50px;
    }
    .secAboutBnr .topTit{
        font-size: 16px;
        line-height: 1.75;
    }
    .secAboutBnr .bnrList{
        display: block;
        margin-top: 13px;
    }
    .secAboutBnr .bnrItem{
        width: 100%;
    }
    .secAboutBnr .bnrItem:nth-child(n+2){
        margin: 1px auto 0;
    }
    .secAboutBnr .txtBox{
        left: 25px;
        bottom: 20px;
    }
    .secAboutBnr .engImg img{
        width: auto;
        height: 12px;
    }
    .secAboutBnr .mainTxt{
        font-size: 12px;
        letter-spacing: normal;
        margin-top: 13px;
    }
    .secAboutBnr .mainTit{
        font-size: 22px;
        line-height: 1.45;
        min-height: auto;
        letter-spacing: 2px;
        margin-top: 7px;
    }
}
@media only screen and (max-width:359px){
    .secAboutBnr .topTit{
        font-size: 14px;
    }
}
/*-----------------------------------------------
    design
-----------------------------------------------*/
/* secCmnTit */
.secCmnTit.design{
    background: url(../img/about/bgCmnDesignTit.jpg) center top no-repeat;
}
.secCmnTit.design .titJpn{
    line-height: 1.96;
}
@media only screen and (max-width:767px){
    .secCmnTit.design{
        background: url(../img/about/bgCmnDesignTitSp.jpg) center top / cover no-repeat;
    }
    .secCmnTit.design .titEng img{
        width: auto;
        height: 22px;
    }
    .secCmnTit.design .titJpn{
        line-height: 1.5;
    }
}
/* secDesignTop */
.secDesignTop{
    height: 838px;
}
.secDesignTop.lazyloaded{
    background: url(../img/about/bgDesignTop.jpg) center top / cover;
}
.secDesignTop .wrapper{
    position: relative;
    height: 100%;
}
.secDesignTop .titImg{
    position: absolute;
    bottom: -190px;
    left: -5px;
    z-index: 10;
}
.secDesignTop .titIcon{
    position: absolute;
    bottom: -157px;
    right: -17px;
    z-index: 20;
}
@media only screen and (max-width:767px){
    .secDesignTop{
        height: 133.334vw;
    }
    .secDesignTop.lazyloaded{
        background: url(../img/about/bgDesignTop_sp.jpg) center top / cover;
    }
    .secDesignTop .wrapper{
        position: relative;
        height: 100%;
    }
    .secDesignTop .titImg{
        width: 196px;
        bottom: auto;
        top: 50px;
        left: 15px;
        z-index: 10;
    }
    .secDesignTop .titIcon{
        width: 405px;
        bottom: -40px;
        right: -5%;
    }
}
/* secDesignLiving */
.secDesignLiving{
    background: #1a1e26;
    padding: 230px 0 255px;
    position: relative;
}
.secDesignLiving::after{
    position: absolute;
    content: "";
    width: 1834px;
    height: 320px;
    bottom: 0;
    left: calc(50% - 917px);
}
.secDesignLiving.lazyloaded::after{
    background: url(../img/about/bgDesignLiving.png) center top / cover;
}
.secDesignLiving .topTit{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.secDesignLiving .livingList{
    margin-top: 54px;
    display: flex;
}
.secDesignLiving .livingItem{
    width: 31.25%;
    margin-right: 3.125%;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 4px;
}
.secDesignLiving .livingItem:last-child{
    margin-right: 0;
}
.secDesignLiving .txtBox{
    margin-top: 92px;
}
.secDesignLiving .iconCircle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.secDesignLiving .iconCircle::before,
.secDesignLiving .iconCircle::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    left: calc(50% - 8px);
}
.secDesignLiving .iconCircle::before{
    top: -30px;
}
.secDesignLiving .iconCircle::after{
    bottom: -30px;
}
.secDesignLiving .mainTxt{
    font-size: 32px;
    line-height: 1.6875;
    text-align: center;
    color: #fff;
    margin-top: 78px;
}
.secDesignLiving .color{
    color: #ced237;
}
@media only screen and (max-width:767px){
    .secDesignLiving{
        padding: 70px 0 0;
    }
    .secDesignLiving::after{
        display: none;
    }
    .secDesignLiving .topTit{
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
    }
    .secDesignLiving .livingList{
        margin-top: 25px;
        display: block;
    }
    .secDesignLiving .livingItem{
        width: 100%;
        margin-right: 0;
        border-radius: 3px;
    }
    .secDesignLiving .livingItem:nth-child(n+2){
        margin-top: 10px;
    }
    .secDesignLiving .txtBox{
        margin-top: 52px;
    }
    .secDesignLiving .iconCircle{
        width: 11px;
        height: 11px;
    }
    .secDesignLiving .iconCircle::before,
    .secDesignLiving .iconCircle::after{
        width: 11px;
        height: 11px;
        left: calc(50% - 5.5px);
    }
    .secDesignLiving .iconCircle::before{
        top: -20px;
    }
    .secDesignLiving .iconCircle::after{
        bottom: -20px;
    }
    .secDesignLiving .mainTxt{
        font-size: 16px;
        line-height: 1.75;
        margin-top: 46px;
    }
}
@media only screen and (max-width:359px){
    .secDesignLiving .mainTxt{
        font-size: 14px;
    }
}
/* secGallerySlider */
.secGallerySlider .boxSlider{
    position: relative;
    overflow: hidden;
}
.secGallerySlider .swiper-wrapper{
    transition-timing-function: linear;
}
.secGallerySlider .swiper{
    width: 1377px;
    overflow: visible;
}
@media only screen and (max-width:767px){
    .secGallerySlider{
        background: #151d2c;
        padding: 30px 0 6px;
    }
    .secGallerySlider .swiper{
        width: calc(82.668vw + 6px);
    }
    .secGallerySlider .boxSlider:last-child{
        margin-top: 6px;
    }
    .secGallerySlider .img{
        text-align: center;
        height: 0;
        padding-top: 68.192%;
        position: relative;
    }
    .secGallerySlider .img img{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        object-fit:cover;
        font-family:'object-fit:cover;';
    }
}
/* secDesignPoint */
.secDesignPoint{
    margin-top: 150px;
}
.secDesignPoint .topTit{
    font-size: 25px;
    text-align: center;
    font-weight: 500;
}
.secDesignPoint .mainTit{
    display: block;
    font-size: 32px;
    margin-top: 7px;
}
.secDesignPoint .nmber{
    font-size: 60px;
    color: #ced237;
}
.secDesignPoint .reasonList{
    margin-top: 70px;
}
.secDesignPoint .reasonItem{
    position: relative;
    padding-top: 180px;
}
.secDesignPoint .reasonItem:nth-child(n+2){
    margin-top: 90px;
}
.secDesignPoint .imgBox{
    position: absolute;
    top: 0;
    left: calc(50% - 810px);
    z-index: 10;
}
.secDesignPoint .reasonItem:nth-child(2) .imgBox{
    left: auto;
    right: calc(50% - 810px);
}
.secDesignPoint .reasonImg{
    position: absolute;
    right: 75px;
    top: 20px;
    opacity: 0.502;
}
.secDesignPoint .reasonItem:nth-child(2) .reasonImg{
    right: auto;
    left: 0;
}
.secDesignPoint .reasonItem:nth-child(3) .reasonImg{
    right: 58px;
}
.secDesignPoint .rightBox{
    width: 650px;
    margin: 0 0 0 auto;
    padding: 43px 0 0 50px;
    background: #fff;
    position: relative;
    z-index: 20;
}
.secDesignPoint .reasonItem:nth-child(2) .rightBox{
    margin: 0;
    padding: 43px 0 0;
}
.secDesignPoint .tit{
    font-size: 38px;
    line-height: 1.57;
    letter-spacing: 1px;
    font-weight: 500;
}
.secDesignPoint .txt{
    font-size: 15px;
    line-height: 2.4;
    font-weight: 500;
    margin-top: 16px;
}
.isDesktopIpad .secDesignPoint .txt{
    font-size: 12px;
}
@media only screen and (max-width:767px){
    .secDesignPoint{
        margin-top: 50px;
    }
    .secDesignPoint .topTit{
        font-size: 15px;
    }
    .secDesignPoint .mainTit{
        font-size: 19px;
        line-height: 1.05;
        margin-top: 14px;
    }
    .secDesignPoint .nmber{
        font-size: 40px;
    }
    .secDesignPoint .reasonList{
        margin-top: 27px;
    }
    .secDesignPoint .reasonItem{
        padding-top: 0;
    }
    .secDesignPoint .reasonItem:nth-child(n+2){
        margin-top: 25px;
        padding-top: 30px;
        border-top: solid 1px #e8edf1;
    }
    .secDesignPoint .leftBox{
        position: relative;
        width: 43.479%;
        margin-right: auto;
    }
    .secDesignPoint .imgBox{
        position: static;
    }
    .secDesignPoint .reasonImg{
        top: calc(50% - 32px);
        right: -115px;
        z-index: -1;
    }
    .secDesignPoint .reasonItem:nth-child(2) .reasonImg{
        right: -120px;
        left: auto;
    }
    .secDesignPoint .reasonItem:nth-child(3) .reasonImg{
        right: -120px;
    }
    .secDesignPoint .reasonImg img{
        width: auto;
        height: 36px;
    }
    .secDesignPoint .rightBox{
        width: 100%;
        margin: -30px 0 0;
        padding: 0;
        background: none;
        z-index: 0;
    }
    .secDesignPoint .reasonItem:nth-child(2) .rightBox{
        margin: -30px 0 0;
        padding: 0;
    }
    .secDesignPoint .tit{
        font-size: 15px;
        line-height: 1.6;
        background: #fff;
        font-weight: 500;
        padding: 10px 0 0 15px;
        letter-spacing: normal;
        margin-left: 55px;
    }
    .secDesignPoint .txt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 10px;
    }
}
@media only screen and (max-width:374px){
    .secDesignPoint .mainTit{
        font-size: 18px;
    }
    .secDesignPoint .nmber{
        font-size: 35px;
    }
}
@media only screen and (max-width:359px){
    .secDesignPoint .mainTit{
        font-size: 16px;
    }
    .secDesignPoint .nmber{
        font-size: 30px;
    }
    .secDesignPoint .tit{
        font-size: 14px;
    }
}
/* secDesignBnr */
.secDesignBnr{
    margin-top: 70px;
}
.secDesignBnr .iconCircle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000000;
    margin: 0 auto;
    position: relative;
}
.secDesignBnr .iconCircle::before,
.secDesignBnr .iconCircle::after{
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #000000;
    border-radius: 50%;
    left: calc(50% - 8px);
}
.secDesignBnr .iconCircle::before{
    top: -30px;
}
.secDesignBnr .iconCircle::after{
    bottom: -30px;
}
.secDesignBnr .mainTxt{
    text-align: center;
    font-size: 32px;
    margin-top: 99px;
}
.secDesignBnr .txt01,
.secDesignBnr .txt03{
    display: inline-block;
}
.secDesignBnr .txt04{
    display: block;
}
.secDesignBnr .txt02{
    background: linear-gradient(transparent 0%, #ced237 0%, #ced237 100%, transparent 100%);
    padding: 1px;
}
.secDesignBnr .txt03{
    margin-top: 23px;
}
.secDesignBnr .txt04{
    margin-top: 18px;
}
.secDesignBnr .aboutCover{
    position: relative;
    margin-top: 60px;
    height: 500px;
}
.secDesignBnr .bnrList{
    position: absolute;
    width: 1920px;
    left: calc(50% - 960px);
    top: 0;
    display: flex;
}
.secDesignBnr .bnrList .bnrItem{
    width: 959px;
    height: auto;
    margin-right: 0.5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.secDesignBnr .bnrList.wide .bnrItem{
    width: 100%;
}
.secDesignBnr .bnrItem:nth-child(2){
    margin-right: 0;
    margin-left: 0.5px;
}
.secDesignBnr .bnrItem img{
    position: static;
    width: 100%;
}
.secDesignBnr .bnrList.wide .bnrItem img{
    width: auto;
}
.secDesignBnr .bnrInner{
    display: block;
}
@media only screen and (max-width:1900px){
    .secDesignBnr .aboutCover{
        height: auto;
    }
    .secDesignBnr .bnrList{
        position: static;
        width: 100%;
    }
    .secDesignBnr .bnrList:not(.wide) .bnrItem{
        width: calc(50% - 0.5px);
    }
}
@media only screen and (max-width:767px){
    .secDesignBnr{
        margin-top: 48px;
    }
    .secDesignBnr .iconCircle{
        width: 11px;
        height: 11px;
    }
    .secDesignBnr .iconCircle::before,
    .secDesignBnr .iconCircle::after{
        width: 11px;
        height: 11px;
        left: calc(50% - 5.5px);
    }
    .secDesignBnr .iconCircle::before{
        top: -22px;
    }
    .secDesignBnr .iconCircle::after{
        bottom: -22px;
    }
    .secDesignBnr .mainTxt{
        font-size: 15px;
        margin-top: 55px;
    }
    .secDesignBnr .txt02{
        background: linear-gradient(transparent 10%, #ced237 10%, #ced237 90%, transparent 90%);
        padding: 1px;
    }
    .secDesignBnr .txt03{
        margin-top: 12px;
        display: block;
    }
    .secDesignBnr .txt04{
        margin-top: 11px;
    }
    .secDesignBnr .aboutCover{
        height: auto;
        margin-top: 30px;
    }
    .secDesignBnr .bnrList{
        display: block;
    }
    .secDesignBnr .bnrItem{
        width: 100%;
        margin-right: 0;
    }
    .secDesignBnr .bnrItem:nth-child(2){
        margin-top: 1px;
        margin-left: 0;
    }
    .secDesignBnr .bnrList.wide .bnrItem img{
        width: 100%;
    }
}
@media only screen and (max-width:374px){
    .secDesignBnr .mainTxt{
        font-size: 14px;
    }
}
@media only screen and (max-width:359px){
    .secDesignBnr .mainTxt{
        font-size: 13px;
    }
}
/* secAboutBnr design */
.secAboutBnr.design{
    margin-top: 80px;
}
.secAboutBnr.design .bnrList{
    margin-top: 0;
}
.secAboutBnr.design .bnrItem{
    width: calc(100% / 3);
}
@media only screen and (max-width:767px){
    .secAboutBnr.design{
        margin-top: 50px;
    }
    .secAboutBnr.design .bnrItem{
        width: 100%;
    }
}
/*-----------------------------------------------
    technology
-----------------------------------------------*/
/* secCmnTit */
.secCmnTit.technology{
    background: url(../img/about/bgCmnTechnologyTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit.technology{
        background: url(../img/about/bgCmnTechnologyTitSp.jpg) center top / cover no-repeat;
    }
    .secCmnTit.technology .titEng img{
        width: auto;
        height: 22px;
    }
}
/* secTechnologyTop */
.secTechnologyTop{
    height: 838px;
}
.secTechnologyTop.lazyloaded{
    background: url(../img/about/bgTechnologyTop.jpg) center top / cover;
}
.secTechnologyTop .wrapper{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.secTechnologyTop .mainImg{
    padding-bottom: 65px;
}
@media only screen and (max-width:767px){
    .secTechnologyTop{
        height: 133.334vw;
        min-height: 500px;
        margin-top: 1px;
    }
    .secTechnologyTop.lazyloaded{
        background: url(../img/about/bgTechnologyTop_sp.jpg) center top / cover;
    }
    .secTechnologyTop .mainImg{
        width: 92px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
}
/* secTechnology */
.secTechnology{
    background: #1a1e26;
    padding-bottom: 100px;
}
.secTechnology .wrapper{
    position: relative;
    z-index: 10;
}
.secTechnology .topBox{
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    padding-top: 63px;
}
.secTechnology .topBox::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    background: #1a1e26;
}
.secTechnology .topTit{
    font-size: 25px;
    line-height: 1.92;
    font-weight: 500;
    text-align: center;
    color: #fff;
    z-index: 20;
    position: relative;
}
.secTechnology .topMainBox{
    padding-top: 55px;
    position: relative;
}
.secTechnology .mainTit{
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-top: solid 1px #53565c;
    padding-top: 110px;
}
.secTechnology .mainTitImg{
    position: absolute;
    top: 100px;
    left: calc(50% - 576px);
}
.secTechnology .contentBox{
    margin-top: 68px;
    background: #fff;
    padding: 50px 50px 94px;
    border-radius: 5px;
}
.secTechnology .contentTit{
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}
.secTechnology .threeList{
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}
.secTechnology .threeTxt{
    font-size: 15px;
    line-height: 1.86;
    font-weight: 500;
    text-align: center;
    margin-top: 35px;
}
.secTechnology .boxImg{
    border: solid 1px #bababa;
    width: 100%;
    height: 464px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 74px;
}
@media only screen and (max-width:767px){
    .secTechnology{
        padding-bottom: 15px;
    }
    .secTechnology .topBox{
        top: -70px;
        padding-top: 35px;
    }
    .secTechnology .topBox::after{
        height: 70px;
    }
    .secTechnology .topTit{
        font-size: 12px;
        line-height: 1.66;
    }
    .secTechnology .topMainBox{
        padding-top: 16px;
    }
    .secTechnology .mainTit{
        font-size: 18px;
        line-height: 1.55;
        letter-spacing: normal;
        padding-top: 49px;
    }
    .secTechnology .mainTitImg{
        width: 312px;
        top: 37px;
        left: calc(50% - 156px);
    }
    .secTechnology .contentBox{
        margin-top: 14px;
        padding: 24px 10px 50px;
    }
    .secTechnology .contentTit{
        font-size: 16px;
        line-height: 1.75;
    }
    .secTechnology .threeList{
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }
    .secTechnology .threeItem{
        width: 32.308%;
        margin-right: 1.538%;
    }
    .secTechnology .threeItem:last-child{
        margin-right: 0;
    }
    .secTechnology .threeTxt{
        font-size: 12px;
        line-height: 1.83;
        margin-top: 16px;
    }
    .secTechnology .boxImg{
        height: auto;
        border-radius: 0;
        display: block;
        margin-top: 24px;
        padding: 15px 5px;
    }
}
@media only screen and (max-width:374px){
    .secTechnology .mainTitImg{
        width: 90.435%;
        left: calc(50% - 45.2175%);
    }
}
@media only screen and (max-width:359px){
    .secTechnology .topBox{
        padding-top: 40px;
    }
    .secTechnology .topTit{
        font-size: 11px;
    }
    .secTechnology .contentTit{
        font-size: 15px;
    }
    .secTechnology .threeTxt{
        font-size: 11px;
    }
}
/* scrollItem */
@media only screen and (max-width:767px){
	.scrollItem{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/about/iconScroll.png) center center / 120px auto no-repeat;
        transition: all 0.2s ease-out 0.2s;
        animation: scrollItemAnimation 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .scrollItem.scrolled::before{
        opacity: 0;
    }
    @keyframes scrollItemAnimation {
        0%   { transform:translateX(0); }
        25%   { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
    .scrollItem .img{
        width: 634px;
    }
}
/* secTechnologyMerit */
.secTechnologyMerit{
    margin-top: 65px;
}
.secTechnologyMerit .meritTopTit{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
}
.secTechnologyMerit .nmberImg{
    vertical-align: 3px;
    margin: 0 2px;
}
.secTechnologyMerit .meritList{
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
}
.secTechnologyMerit .meritItem{
    width: 570px;
    margin-right: 40px;
}
.secTechnologyMerit .meritItem:nth-child(2n){
    margin-right: 0;
}
.secTechnologyMerit .meritItem:nth-child(n+3){
    margin-top: 41px;
}
.secTechnologyMerit .meritBox{
    border: solid 1px #bababa;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.secTechnologyMerit .meritTxtBox{
    margin-top: 31px;
}
.secTechnologyMerit .meritTit{
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.secTechnologyMerit .meritTxt{
    font-size: 15px;
    line-height: 1.86;
    font-weight: 500;
    margin-top: 12px;
}
.isDesktopIpad .secTechnologyMerit .meritTxt{
    font-size: 13px;
}
.secTechnologyMerit .imgSubTit{
    font-size: 11px;
    line-height: 1.81;
    font-weight: bold;
    margin-top: 25px;
}
.secTechnologyMerit .imgSubTxt{
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 1px;
}
.secTechnologyMerit .meritItem:nth-child(3) .meritInner{
    padding-top: 10px;
}
@media only screen and (max-width:767px){
    .secTechnologyMerit{
        margin-top: 38px;
    }
    .secTechnologyMerit .meritTopTit{
        font-size: 20px;
    }
    .secTechnologyMerit .nmberImg{
        vertical-align: 0;
        margin: 0 1px;
    }
    .secTechnologyMerit .nmberImg img{
        width: 20px;
    }
    .secTechnologyMerit .meritList{
        margin-top: 20px;
        display: block;
    }
    .secTechnologyMerit .meritItem{
        width: 100%;
        margin-right: 0;
    }
    .secTechnologyMerit .meritItem:nth-child(n+2){
        margin-top: 25px;
    }
    .secTechnologyMerit .meritBox{
        height: auto;
        min-height: 194px;
        border-radius: 0;
    }
    .secTechnologyMerit .meritItem .meritImg{
        width: 88.545%;
        margin: 0 auto;
    }
    .secTechnologyMerit .meritItem:nth-child(2) .meritImg{
        width: 91.022%;
    }
    .secTechnologyMerit .meritItem:nth-child(3) .meritImg{
        width: 88.236%;
    }
    .secTechnologyMerit .meritItem:nth-child(4) .meritImg{
        width: 78.638%;
    }
    .secTechnologyMerit .meritTxtBox{
        margin-top: 22px;
    }
    .secTechnologyMerit .meritTit{
        font-size: 16px;
        letter-spacing: normal;
        font-weight: bold;
    }
    .secTechnologyMerit .meritTxt{
        font-size: 12px;
        line-height: 1.5;
        margin-top: 11px;
    }
    .secTechnologyMerit .imgSubTit{
        font-size: 10px;
        line-height: 1.5;
        margin-top: 10px;
        padding-left: 10px;
    }
    .secTechnologyMerit .imgSubTxt{
        font-size: 10px;
        text-align: left;
        letter-spacing: normal;
        padding-left: 10px;
        margin-top: 2px;
    }
    .secTechnologyMerit .meritInner{
        padding: 10px 0;
    }
}
@media only screen and (max-width:359px){
    .secTechnologyMerit .meritTit{
        font-size: 14px;
    }
}
/* secTechnologyHome */
.secTechnologyHome{
    margin-top: 90px;
}
.secTechnologyHome .homeFlexBox{
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}
.secTechnologyHome .homeTxtBox{
    width: calc(100% - 690px);
    padding-right: 50px;
    padding-bottom: 43px;
}
.secTechnologyHome .homeTit{
    font-size: 32px;
    line-height: 1.6875;
    font-weight: 500;
}
.secTechnologyHome .homeTxt{
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
    font-weight: 500;
}
.secTechnologyHome .homeTxt02{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 92px;
}
.secTechnologyHome .homeImg02{
    margin: 65px 0 0 -3px;
}
.secTechnologyHome .mainTxt{
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 90px;
}
.secTechnologyHome .txt05{
    display: block;
    margin-top: 31px;
}
.secTechnologyHome .txt04,
.secTechnologyHome .txt06{
    background: linear-gradient(transparent 10%, #ced237 10%, #ced237 90%, transparent 90%);
    padding: 1px;
}
@media only screen and (max-width:767px){
    .secTechnologyHome{
        margin-top: 26px;
    }
    .secTechnologyHome .homeFlexBox{
        display: block;
    }
    .secTechnologyHome .homeImg{
        width: 84.924%;
        margin: 0 auto;
        min-width: 276px;
    }
    .secTechnologyHome .homeTxtBox{
        width: 100%;
        padding: 12px 0 0;
        text-align: center;
    }
    .secTechnologyHome .homeTit{
        font-size: 18px;
        line-height: 1.88;
    }
    .secTechnologyHome .homeTxt{
        font-size: 12px;
        line-height: 2.5;
        margin-top: 12px;
    }
    .secTechnologyHome .homeImg02{
        width: 95.385%;
        margin: 30px auto 0;
    }
    .secTechnologyHome .mainTxt{
        font-size: 16px;
        font-weight: bold;
        letter-spacing: normal;
        margin-top: 43px;
    }
    .secTechnologyHome .txt03{
        display: block;
        margin-top: 12px;
    }
    .secTechnologyHome .txt05{
        display: block;
        margin-top: 12px;
    }
    .secTechnologyHome .txt04,
    .secTechnologyHome .txt06{
        background: linear-gradient(transparent 10%, #ced237 10%, #ced237 90%, transparent 90%);
        padding: 1px;
    }
}
@media only screen and (max-width:359px){
    .secTechnologyHome .mainTxt{
        font-size: 15px;
    }
}
/*-----------------------------------------------
    equipment
-----------------------------------------------*/
/* secCmnTit */
.secCmnTit.equipment{
    background: url(../img/about/bgCmnEquipmentTit.jpg) center top no-repeat;
}
.secCmnTit.equipment .titJpn{
    line-height: 1.96;
}
@media only screen and (max-width:767px){
    .secCmnTit.equipment{
        background: url(../img/about/bgCmnEquipmentTitSp.jpg) center top / cover no-repeat;
    }
    .secCmnTit.equipment .titEng img{
        width: auto;
        height: 22px;
    }
    .secCmnTit.equipment .titJpn{
        line-height: 1.5;
    }
}
/* secEquipmentTop */
.secEquipmentTop{
    height: 838px;
}
.secEquipmentTop.lazyloaded{
    background: url(../img/about/bgEquipmentTop.jpg) center top / cover;
}
.secEquipmentTop .wrapper{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.secEquipmentTop .mainImg{
    padding-top: 20px;
}
@media only screen and (max-width:767px){
    .secEquipmentTop{
        height: 500px;
        margin-top: 1px;
    }
    .secEquipmentTop.lazyloaded{
        background: url(../img/about/bgEquipmentTop_sp.jpg) center top / cover;
    }
    .secEquipmentTop .wrapper{
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .secEquipmentTop .mainImg{
        width: 92px;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        padding: 0;
    }
}
/* secEquipmentContent */
.secEquipmentContent{
    background: #1a1e26;
    padding: 42px 0 95px;
}
/* secEquipmentBox */
.secEquipmentBox .equipmentTxt{
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 2.14;
    color: #fff;
    text-align: center;
}
.secEquipmentBox .equipmentBox{
    border-top: solid 1px #484b51;
    border-bottom: solid 1px #484b51;
    padding: 49px 0;
    margin-top: 91px;
}
.secEquipmentBox .equipmentTit{
    font-size: 32px;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secEquipmentContent{
        padding: 35px 0 25px;
    }
    /* secEquipmentBox */
    .secEquipmentBox .equipmentTxt{
        font-size: 12px;
        letter-spacing: normal;
        line-height: 1.75;
    }
    .secEquipmentBox .spTit{
        margin-top: 13px;
        display: block;
    }
    .secEquipmentBox .equipmentBox{
        padding: 30px 0;
        margin-top: 36px;
    }
    .secEquipmentBox .equipmentTit{
        font-size: 22px;
    }
}
@media only screen and (max-width:359px){
    .secEquipmentBox .equipmentTxt{
        font-size: 10px;
    }
    .secEquipmentBox .equipmentTit{
        font-size: 18px;
    }
}
/* secEquipmentPoint */
.secEquipmentPoint{
    margin-top: 80px;
}
.secEquipmentPoint .pointItem:nth-child(n+2){
    margin-top: 140px;
}
.secEquipmentPoint .topBox{
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
}
.secEquipmentPoint .topImg{
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}
.secEquipmentPoint .pointItem:nth-child(2) .topImg{
    left: auto;
    right: calc(50% - 960px);
    border-radius: 5px 0 0 5px;
}
.secEquipmentPoint .txtBox{
    width: 600px;
    margin-left: auto;
    padding-top: 15px;
}
.secEquipmentPoint .pointItem:nth-child(2) .txtBox{
    margin-left: 0;
}
.secEquipmentPoint .pointTit{
    font-size: 38px;
    line-height: 1.57;
    color: #fff;
    margin-top: 15px;
}
.secEquipmentPoint .pointTxt{
    font-size: 16px;
    line-height: 3.125;
    color: #fff;
    margin-top: 12px;
}
.secEquipmentPoint .photList{
    margin-top: 80px;
    display: flex;
}
.secEquipmentPoint .photItem{
    width: 30.78125%;
    margin-right: 3.828125%;
}
.secEquipmentPoint .photList .photItem:last-child{
    margin-right: 0;
}
.secEquipmentPoint .photTxtBox{
    margin-top: 20px;
    color: #fff;
}
.secEquipmentPoint .photTit{
    font-size: 18px;
    font-weight: 500;
}
.secEquipmentPoint .photTxt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 12px;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    .secEquipmentPoint{
        margin-top: 30px;
    }
    .secEquipmentPoint .pointItem:nth-child(n+2){
        margin-top: 45px;
    }
    .secEquipmentPoint .topBox{
        height: auto;
        display: block;
    }
    .secEquipmentPoint .topImg{
        position: static;
        border-radius: 0 5px 5px 0;
        width: 95.734%;
    }
    .secEquipmentPoint .pointItem:nth-child(2) .topImg{
        border-radius: 5px 0 0 5px;
    }
    .secEquipmentPoint .txtBox{
        width: 100%;
        margin: -20px 0 0;
        padding-top: 0;
        position: relative;
    }
    .secEquipmentPoint .pointItem:nth-child(2) .txtBox{
        margin: -20px 0 0;
    }
    .secEquipmentPoint .nmberImg{
        position: absolute;
        top: -28px;
        left: 4%;
    }
    .secEquipmentPoint .nmberImg img{
        width: auto;
        height: 36px;
    }
    .secEquipmentPoint .pointTit{
        font-size: 20px;
        line-height: 1.7;
        margin-top: 0;
        padding: 10px 30px 0 4%;
        background: #151d2c;
        display: inline-block;
    }
    .secEquipmentPoint .pointTxt{
        font-size: 13px;
        line-height: 1.7;
        margin-top: 10px;
        padding-left: 4%;
    }
    .secEquipmentPoint .photList{
        margin-top: 26px;
        display: block;
    }
    .secEquipmentPoint .photItem{
        width: 100%;
        margin-right: 0;
    }
    .secEquipmentPoint .photList .photItem:nth-child(n+2){
        margin-top: 36px;
    }
    .secEquipmentPoint .photTxtBox{
        margin-top: 20px;
    }
    .secEquipmentPoint .photTit{
        font-size: 14px;
        font-weight: bold;
    }
    .secEquipmentPoint .photTxt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 15px;
    }
}
@media only screen and (max-width:359px){
    .secEquipmentPoint .pointTit{
        font-size: 18px;
        padding: 10px 20px 0 4%;
    }
    .secEquipmentPoint .pointTxt{
        font-size: 12px;
    }
}
/* secDesignBnr */
.secDesignBnr.equipment{
    margin-top: 95px;
}
.secDesignBnr.equipment .topTit{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.secDesignBnr.equipment .aboutCover{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secDesignBnr.equipment{
        margin-top: 30px;
    }
    .secDesignBnr.equipment .topTit{
        font-size: 16px;
        line-height: 1.75;
    }
    .secDesignBnr.equipment .aboutCover{
        margin-top: 13px;
    }
}
/*-----------------------------------------------
    afterservice
-----------------------------------------------*/
/* secCmnTit */
.secCmnTit.afterservice{
    background: url(../img/about/bgCmnAfterserviceTit.jpg) center top no-repeat;
}
.secCmnTit.afterservice .titJpn{
    line-height: 1.96;
}
@media only screen and (max-width:767px){
    .secCmnTit.afterservice{
        background: url(../img/about/bgCmnAfterserviceTitSp.jpg) center top / cover no-repeat;
    }
    .secCmnTit.afterservice .titEng img{
        width: auto;
        height: 22px;
    }
    .secCmnTit.afterservice .titJpn{
        line-height: 1.5;
    }
}
/* secAfterserviceTop */
.secAfterserviceTop{
    height: 856px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.concBg,
.purBg_cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-transition: .4s all ease-in;
    -o-transition: .4s all ease-in;
    transition: .4s all ease-in;
    opacity: 1;
}
.concBg{
    background:url(../img/about/bgAfterserviceTop01.jpg) center top / cover;
}
.purBg_cont{
    z-index: -2;
    opacity: 0;
}

.concBg.trans {
	opacity: 0;
	-webkit-transition: .4s all ease-in;
	-o-transition: .4s all ease-in;
	transition: .4s all ease-in;
}
#pBg1 {
    background: url(../img/about/bgAfterserviceTop01.jpg) center top / cover;
    background-size: cover;
}
#pBg2 {
    background: url(../img/about/bgAfterserviceTop03.jpg) center top / cover;
    background-size: cover;
}
#pBg3 {
    background: url(../img/about/bgAfterserviceTop04.jpg) center top / cover;
    background-size: cover;
}
#pBg4 {
    background: url(../img/about/bgAfterserviceTop05.jpg) center top / cover;
    background-size: cover;
}
#pBg5{
    background: url(../img/about/bgAfterserviceTop06.jpg) center top / cover;
    background-size: cover;
}
.secAfterserviceTop .tagList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 44px;
}
.secAfterserviceTop .tagItem{
    width: 31.71875%;
    margin-right: 2.421875%;
}
.secAfterserviceTop .tagItem:nth-child(3n){
    margin-right: 0;
}
.secAfterserviceTop .tagItem:nth-child(n+4){
    margin-top: 30px;
}
.secAfterserviceTop .tagInner{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: solid 2px #fff;
    height: 141px;
    padding: 15px;
}
.secAfterserviceTop .flexBox{
    display: flex;
    align-items: center;
}
.secAfterserviceTop .nmberImg{
    padding: 0 26px;
    flex-shrink: 0;
}
.secAfterserviceTop .tagTxtBox{
    padding-left: 20px;
    height: 78px;
    display: flex;
    align-items: center;
    border-left: solid 1px #fff;
}
.secAfterserviceTop .tagTxt{
    font-size: 25px;
    line-height: 1.56;
}
.secAfterserviceTop .iconTag{
    font-size: 12px;
    position: relative;
    top: -10px;
    right: -1px;
}
.secAfterserviceTop .topTit{
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.secAfterserviceTop .subTit{
    display: block;
    margin-top: 4px;
    font-size: 48px;
}
.secAfterserviceTop .nmber{
    font-size: 90px;
    vertical-align: -2px;
}
.secAfterserviceTop .topTxt{
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}
.secAfterserviceTop .subTxt{
    font-size: 12px;
    margin-top: 40px;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width:767px){
    .secAfterserviceTop{
        height: 781px;
        margin-top: 1px;
    }
    .secAfterserviceTop.lazyloaded{
        background: url(../img/about/bgAfterserviceTop01_sp.jpg) center top / cover;
    }
    .secAfterserviceTop .tagList{
        display: block;
        margin-top: 23px;
    }
    .secAfterserviceTop .tagItem{
        width: 100%;
        margin-right: 0;
    }
    .secAfterserviceTop .tagItem:nth-child(n+2){
        margin-top: 10px;
    }
    .secAfterserviceTop .tagInner{
        height: 73px;
        padding: 4px;
    }
    .secAfterserviceTop .flexBox{
        display: flex;
        align-items: center;
    }
    .secAfterserviceTop .nmberImg{
        padding: 0 10px;
        flex-shrink: 0;
    }
    .secAfterserviceTop .nmberImg img{
        width: 38px;
        height: 42px;
    }
    .secAfterserviceTop .tagTxtBox{
        padding-left: 10px;
        height: 50px;
    }
    .secAfterserviceTop .tagTxt{
        font-size: 17px;
        line-height: 1.4;
    }
    .secAfterserviceTop .iconTag{
        font-size: 10px;
        top: -10px;
    }
    .secAfterserviceTop .topTit{
        font-size: 15px;
    }
    .secAfterserviceTop .subTit{
        margin-top: 1px;
        font-size: 26px;
    }
    .secAfterserviceTop .nmber{
        font-size: 52px;
        vertical-align: -2px;
    }
    .secAfterserviceTop .topTxt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 12px;
    }
    .secAfterserviceTop .subTxt{
        font-size: 10px;
        line-height: 1.4;
        margin-top: 8px;
        text-align: left;
    }
}

/* secAfterSupp */
.secAfterSupp .suppItem{
    position: relative;
    padding-top: 190px;
}
.secAfterSupp .suppItem:nth-child(n+2){
    padding-top: 198px;
}
.secAfterSupp .mainBox{
    display: flex;
    align-items: center;
    position: relative;
}
.secAfterSupp .suppItem:nth-child(2n) .mainBox{
    flex-flow: row-reverse;
}
.secAfterSupp .imgBox{
    position: relative;
    z-index: 10;
}
.secAfterSupp .reasonImg{
    position: absolute;
    top: -90px;
    left: calc(50% - 343.5px);
}
.secAfterSupp .rightBox{
    position: relative;
    z-index: 10;
    width: calc(100% - 600px);
    padding-left: 68px;
}
.secAfterSupp .suppItem:nth-child(2n) .rightBox{
    padding-left: 0;
    padding-right: 68px;
}
.secAfterSupp .tit{
    font-size: 36px;
    line-height: 1.57;
}
.secAfterSupp .txt{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 22px;
}
.secAfterSupp .subTxt{
    font-size: 12px;
    margin-top: 8px;
}
.secAfterSupp .scrollBox{
    border: solid 1px #bababa;
    margin-top: 70px;
    padding: 60px 0 79px;
}
.secAfterSupp .boxImg{
    text-align: center;
}
.secAfterSupp .scrollTxt{
    width: 794px;
    margin: 27px auto 0;
    font-size: 12px;
    line-height: 1.6;
}
@media only screen and (max-width:767px){
    .secAfterSupp .suppItem{
        padding-top: 40px;
    }
    .secAfterSupp .suppItem:nth-child(n+2){
        padding-top: 40px;
    }
    .secAfterSupp .mainBox{
        display: block;
    }
    .secAfterSupp .leftBox{
        position: relative;
        width: 43.479%;
        margin-right: auto;
    }
    .secAfterSupp .reasonImg{
        top: calc(50% - 32px);
        left: auto;
        right: -160px;
        z-index: 20;
    }
    .secAfterSupp .reasonImg img{
        width: auto;
        height: 36px;
    }
    .secAfterSupp .rightBox{
        width: 100%;
        padding: 0;
        margin-top: -30px;
    }
    .secAfterSupp .suppItem:nth-child(2n) .rightBox{
        padding: 0;
    }
    .secAfterSupp .tit{
        font-size: 15px;
        line-height: 1.6;
        background: #fff;
        font-weight: 500;
        padding: 10px 0 0 15px;
        margin-left: 55px;
    }
    .secAfterSupp .txt{
        font-size: 12px;
        line-height: 1.75;
        margin-top: 12px;
    }
    .secAfterSupp .subTxt{
        font-size: 10px;
        margin-top: 7px;
    }
    .secAfterSupp .scrollBox{
        border: none;
        margin-top: 20px;
        padding: 0;
    }
    .secAfterSupp .boxImg{
        padding: 22px 23px 14px;
        border: solid 1px #bababa;
    }
    .secAfterSupp .scrollItem .img{
        width: 576px;
    }
    .secAfterSupp .scrollTxt{
        width: 100%;
        margin: 7px auto 0;
        font-size: 10px;
        line-height: 1.5;
    }
}
/* deviceBox */
.secAfterSupp .deviceBox{
    margin-top: 83px;
}
.secAfterSupp .deviceTit{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.secAfterSupp .deviceList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
}
.secAfterSupp .deviceItem{
    width: 23.4375%;
    margin-right: 2.083%;
}
.secAfterSupp .deviceItem:nth-child(4n){
    margin-right: 0;
}
.secAfterSupp .deviceItem:nth-child(n+5){
    margin-top: 38px;
}
.secAfterSupp .deviceTxt{
    font-size: 15px;
    text-align: center;
    margin-top: 21px;
    font-weight: 500;
}
@media only screen and (max-width:767px){
    .secAfterSupp .deviceBox{
        margin-top: 36px;
    }
    .secAfterSupp .deviceTit{
        font-size: 13px;
    }
    .secAfterSupp .deviceList{
        margin-top: 20px;
    }
    .secAfterSupp .deviceItem{
        width: 47.827%;
        margin-right: 4.346%;
    }
    .secAfterSupp .deviceItem:nth-child(2n){
        margin-right: 0;
    }
    .secAfterSupp .deviceItem:nth-child(n+3){
        margin-top: 17px;
    }
    .secAfterSupp .deviceTxt{
        font-size: 12px;
        line-height: 1.4;
        margin-top: 8px;
    }
}
/* specBox */
.secAfterSupp .specBox{
    border: solid 1px #bababa;
    height: 452px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}
@media only screen and (max-width:767px){
    .secAfterSupp .specBox{
        height: auto;
        display: block;
        margin-top: 15px;
    }
    .secAfterSupp .specImg{
        width: 97.668%;
        margin: 0 auto;
    }
}
/* insuBox */
.secAfterSupp .insuBox{
    border: solid 1px #bababa;
    height: 665px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}
@media only screen and (max-width:767px){
    .secAfterSupp .insuBox{
        height: auto;
        display: block;
        margin-top: 15px;
        padding: 14px 0;
    }
    .secAfterSupp .insuImg{
        width: 91.837%;
        margin: 0 auto;
    }
}
/* secAfterPort */
.secAfterPort{
    padding: 160px 0 80px;
}
@media only screen and (max-width:767px){
    .secAfterPort{
        padding: 40px 0 0;
    }
}
/* deyBox */
.secAfterSupp .deyBox{
    margin-top: 45px;
    width: 262px;
    height: 58px;
    border: solid 1px #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secAfterSupp .deyIcon{
    flex-shrink: 0;
    margin-right: 6px;
}
.secAfterSupp .deyTit{
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 5px;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .secAfterSupp .deyBox{
        margin: 20px auto 0;
        width: 214px;
        height: 48px;
    }
    .secAfterSupp .deyIcon{
        width: 21px;
        margin-right: 6px;
    }
    .secAfterSupp .deyTit{
        font-size: 13px;
        padding-top: 2px;
    }
}