@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.mainTitBox{ background:url(../img/reservation/bgCoTop.jpg) top left /auto no-repeat;}
@media only screen and (max-width:767px){
    .mainTitBox{ background:url(../img/reservation/bgCoTop_sp.jpg) top left /cover no-repeat;}
}
.secCmnFormBtn{
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secCmnFormBtn{
        margin-top: 30px;
    }
}
.index #container{
    max-width: calc(100% - 70px);
    margin: 0;
}
@media only screen and (max-width:1450px){
    .index #container{
        min-width: calc(100% - 70px);
    }
}
@media only screen and (max-width:767px){
    .index #container{
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
}
/* boxSecTit */
.boxSecTit{
    text-align: center;
    margin-bottom: 55px;
}
.boxSecTit .txtTitEng{
    font-size: 30px;
    letter-spacing: 2.5px;
    color: #ea5516;
}
.boxSecTit .txtTitJp{
    font-size: 50px;
    letter-spacing: 3px;
    margin-top: 28px;
}
@media only screen and (max-width:767px){
    .boxSecTit{
        margin-bottom: 30px;
    }
    .boxSecTit .txtTitEng{
        font-size: 18px;
        letter-spacing: 1px;
    }
    .boxSecTit .txtTitJp{
        font-size: 22px;
        letter-spacing: 2px;
        margin-top: 17px;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secTop */
.secTop{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secTop .imgScroll{
    position: absolute;
    bottom:0;
    left:100px;
    z-index: 10;
}
/* secHero */
.secHero{
	position: relative;
	width: 100%;
    max-width: 1850px;
    height: 0;
    padding-top: 57.838%;
	max-height: 1070px;
	overflow: hidden;
    margin: 0 auto 0 0;
}
.secHero .slide{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: clip-path 0.5s ease-out 0s;
}
.secHero .slide .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width:767px){
    .secTop{
        min-height: auto;
    }
    .secTop {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .secTop .imgScroll {
        display: none;
    }
    .secHero{
        max-width:100%;
        min-height: unset;
        padding-top: 181.335%;
    }
}

/* secAbout */
.secAbout{
    text-align: center;
    margin-top: 120px;
}
.secAbout .imgTop{
    margin-top: 100px;
}
.secAbout .imgList{
    margin-top: 60px;
}
.secAbout .imgAbout{
    margin-top: 80px;
}
.secAbout .imgAbout2{
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secAbout{
        margin-top: 41px;
    }
    .secAbout .imgTop{
        max-width: 301px;
        margin: 39px auto 0;
    }
    .secAbout .imgList{
        max-width: 344px;
        margin: 30px auto 0;
    }
    .secAbout .imgAbout{
        max-width: 345px;
        margin: 30px auto 0;
    }
    .secAbout .imgAbout2{
        max-width: 345px;
        margin: 30px auto 0;
    }
}

/* secStyle */
.secStyle{
    text-align: center;
    margin-top: 100px;
}
.secStyle .boxSlider{
    max-width: calc(100% - 100px);
    margin: 0 auto;
}
.secStyle .swiper-button-prev,
.secStyle .swiper-button-next{
    display: none;
}
.secStyle .swiper-wrapper{
    flex-wrap: wrap;
}
.secStyle .swiper-slide{
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
}
.secStyle .swiper-slide:nth-child(3n){
    margin-right: 0;
}
.secStyle .txtBottom{
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secStyle{
        margin-top: 50px;
    }
    .secStyle .boxSlider{
        max-width: 1820px;
        position: relative;
    }
    .secStyle .swiper-button-prev,
    .secStyle .swiper-button-next{
        display: none;
    }
    .secStyle .swiper-wrapper{
        flex-wrap: wrap;
    }

    #sliderLineup .swiper-slide {
        width: calc(100% - 90px);
        margin-right: auto;
    }
    .secStyle .swiper-slide:nth-child(3n){
        margin-right: 0;
    }
    .secStyle .txtBottom{
        font-size: 13px;
        letter-spacing: 0;
        margin-top: 60px;
    }
    .secStyle .swiper-button-prev,
    .secStyle .swiper-button-next{
        display: block;
        width: 45px;
        height: 45px;
        top: 150px;
    }
    .secStyle .swiper-button-prev{
        left: 15px;
    }
    .secStyle .swiper-button-next{
        right: 15px;
    }
    .secStyle .swiper-button-prev::after,
    .secStyle .swiper-button-next::after{
        display: none;
    }
    .secStyle .swiper-button-next{
        background: url(../img/select_order/btnNext.png) center top /cover;
    }
    .secStyle .swiper-button-prev{
        background: url(../img/select_order/btnPrev.png) center top /cover;
    }
    .secStyle .swiper-pagination{
        left: 50%;
        transform: translateX(-50%);
        bottom: -42px;
    }
    .secStyle .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #ea5516;
        opacity: 1;
        margin: 0 5px;
    }
    .secStyle .swiper-pagination-bullet-active {
    background: #f0641e;   /* アクティブ時の色 */
    }
    .secStyle .swiper-wrapper{
        flex-wrap: nowrap;
    }
    .secStyle .swiper-slide,
    .secStyle .swiper-slide:nth-child(3n){
        width: auto;
        margin: auto;
    }
}

/* secFeature */
.secFeature{
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    .secFeature{
        margin-top: 50px;
    }
}

/* secFlow */
.secFlow{
    text-align: center;
    background: #f6f5f3;
    margin-top: 100px;
    padding-top: 98px;
    padding-bottom: 100px;
}
.secFlow .boxSecTit{
    margin-bottom: 40px;
}
.secFlow .txtAbout{
    font-size: 18px;
    line-height: calc(36 / 18);
    letter-spacing: 1px;
    margin-bottom: 40px;
}
@media only screen and (max-width:767px){
    .secFlow{
        margin-top: 0;
        padding-top: 48px;
        padding-bottom: 50px;
    }
    .secFlow .boxSecTit{
        margin-bottom: 23px;
    }
    .secFlow .txtAbout{
        font-size: 13px;
        line-height: calc(24 / 13);
        letter-spacing:0.5px;
        margin-bottom: 22px;
    }
    .secFlow .boxImg{
        max-width: 345px;
        margin: 22px auto 0;
    }
}

/* secLink */
.secLink{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 120px;
}
.secLink .boxList{
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 34px;
}
.secLink .boxList .item{
    width: 610px;
}
.secLink .boxList .item:first-child{
    margin-top: 46px;
}
@media only screen and (max-width:767px){
    .secLink{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .secLink .boxImg{
        max-width: 344px;
        margin: 0 auto;
    }
    .secLink .boxList{
        flex-direction: column;
        gap: 9px;
        margin-top: 29px;
    }
    .secLink .boxList .item{
        width: 100%;
    }
    .secLink .boxList .item:first-child{
        margin-top: 0;
    }
}

/* bgClass */
.bgClass{
    background: #f6f5f3;
}
.secForm .boxTable {
    background: #fff;
    padding: 76px 50px 80px;
}
.secFormTop {
    padding: 87px 0 188px;
}
.secFormTop .tit{
    text-align: center;
    font-size: 50px;
    letter-spacing: 3px;
}
.secFormTop .formName{
    position: relative;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-top: 21px;
}
@media only screen and (max-width:767px){
    .bgClass{
        background: #fff;
    }
    .secForm .boxTable {
        padding: 0;
    }
    .secFormTop {
        background: #b9aa87;
        padding: 37px 0 25px;
    }
    .secFormTop .tit{
        font-size: 30px;
        letter-spacing: 2px;
    }
    .secFormTop .formName{
        position: relative;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        margin-top: 14px;
    }
    .secForm {
        margin-top: 0;
    }
    .secFormIn {
        padding: 25px 0 80px;
    }
}

/* secList */
.secList{
    width: 100%;
    margin: 0 auto;
}
.secList .itemMain{
    position: relative;
    margin-bottom: 120px;
}
.secList .itemMain:last-child{
    margin-bottom: 0;
}
.secList .linkMain{
    height: 220px;
    cursor: pointer;
    background: #ea5513;
}
.secList .linkMain{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    max-width: 1280px;
    margin: 0 auto;
}
.secList .linkMain .circle {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    z-index: 0;
}
.secList .linkMain:before,
.secList .linkMain:after {
    content: "";
    background: #ea5513;
    width: 45px;
    height: 3px;
    position: absolute;
    right: 87px;
    top: calc(50% - 1px);
    display: block;
    transition: all 0.4s ease;
    z-index: 1;
}
.secList .linkMain:after {
    transform: rotate(90deg);
}
.secList .linkMain.on:after {
    transform: rotate(360deg);
}
.secList .linkMain .txtTop{
    font-size: 22px;
    letter-spacing: 2px;
}
.secList .linkMain .txtBottom{
    font-size: 40px;
    letter-spacing: 3px;
    margin-top: 28px;
}
.secList .boxSubList{
    display: none;
    padding: 60px 0 0;
}
@media only screen and (max-width:767px){
    .secList .linkMain{
        height: auto;
        padding: 29px 30px 30px 15px;
        align-items: flex-start;
    }
    .secList .itemMain{
        margin-bottom: 50px;
    }
    .secList .linkMain .circle{
        right: 15px;
        width: 45px;
        height: 45px;
    }
    .secList .linkMain:before,
    .secList .linkMain:after {
        width: 20px;
        height: 2px;
        right: 27px;
        top: calc(50% - 1px);
    }
    .secList .linkMain .txtTop{
        font-size: 15px;
        letter-spacing: 1px;
    }
    .secList .linkMain .txtBottom{
        font-size: 18px;
        letter-spacing: 2px;
        margin-top: 18px;
    }
    .secList .boxSubList{
        padding: 25px 0 0;
    }
}
@media only screen and (max-width:350px){
    .secList .linkMain .txtTop{
        font-size: 14px;
        letter-spacing: 0;
    }
    .secList .linkMain .txtBottom{
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 20px;
    }
}

/*-----------------------------------------------
	ZEH
-----------------------------------------------*/
.secTop.secConceptZeh{
    height: 620px;
}
.secTop.secConceptZeh::after{
    background: url(../img/concept/imgZehHeroTop.jpg) center top / cover;
}
.secTop.secConceptZeh .wrapperTop {
    padding-top: 90px;
    height: 100%;
    display: flex;
    align-items: center;
}
.secTop.secConceptZeh .topConceptImg{
    left: 0;
}
@media only screen and (max-width:767px){
    .secTop.secConceptZeh{
        height: 340px;
    }
    .secTop.secConceptZeh::after{
        background: url(../img/concept/imgZehHeroTop_sp.jpg) center top / cover;
    }
    .secTop.secConceptZeh .wrapperTop {
        padding-top: 55px;
    }
    .secTop.secConceptZeh .topConceptImg{
        width: 138px;
    }
}
/* secZehTop */
.secZehTop{
    margin-top: 58px;
}
.secZehTop .topTit{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}
.secZehTop .mainTit{
    font-size: 40px;
    line-height: 1.5;
    margin-top: 18px;
    display: inline-block;
}
.secZehTop .subTit{
    font-size: 30px;
}
.secZehTop .list{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 68px;
}
.secZehTop .item{
    width: 24.21875%;
    margin-right: 1.041666666666667%;
}
.secZehTop .item:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secZehTop{
        margin-top: 27px;
    }
    .secZehTop .topTit{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .secZehTop .mainTit{
        font-size: 20px;
        letter-spacing: normal;
        margin-top: 9px;
    }
    .secZehTop .subTit{
        font-size: 16px;
    }
    .secZehTop .list{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .secZehTop .item{
        width: 48.6966%;
        margin-right: 2.6068%;
    }
    .secZehTop .item:nth-child(2n){
        margin-right: 0;
    }
    .secZehTop .item:nth-child(n+3){
        margin-top: 10px;
    }
}
@media only screen and (max-width:374px){
    .secZehTop .topTit{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .secZehTop .mainTit{
        font-size: 18px;
    }
    .secZehTop .subTit{
        font-size: 15px;
    }
}
@media only screen and (max-width:359px){
    .secZehTop .topTit{
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .secZehTop .mainTit{
        font-size: 17px;
    }
    .secZehTop .subTit{
        font-size: 14px;
    }
}
/* secZehFour */
.secZehFour{
    margin-top: 130px;
}
.secZehFour .topTit{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.secZehFour .mainTit{
    font-size: 42px;
    display: inline-block;
    margin-top: 25px;
}
.secZehFour .color{
    color: #e5002c;
    font-size: 54px;
}
.secZehFour .list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 43px;
}
.secZehFour .item{
    width: 49.21875%;
    margin-right: 1.5625%;
}
.secZehFour .item:nth-child(2n){
    margin-right: 0;
}
.secZehFour .item:nth-child(n+3){
    margin-top: 50px;
}
.secZehFour .txtBox{
    margin-top: 28px;
    text-align: center;
}
.secZehFour .tit{
    font-size: 26px;
    font-weight: bold;
}
.secZehFour .txt{
    font-size: 18px;
    margin-top: 29px;
}
@media only screen and (max-width:767px){
    .secZehFour{
        margin-top: 43px;
    }
    .secZehFour .topTit{
        font-size: 14px;
    }
    .secZehFour .mainTit{
        font-size: 20px;
        margin-top: 10px;
    }
    .secZehFour .color{
        font-size: 24px;
    }
    .secZehFour .list{
        display: block;
        margin-top: 19px;
    }
    .secZehFour .item{
        width: 100%;
        margin-right: 0;
    }
    .secZehFour .item:nth-child(2n){
        margin-top: 19px;
    }
    .secZehFour .item:nth-child(n+3){
        margin-top: 19px;
    }
    .secZehFour .txtBox{
        margin-top: 12px;
    }
    .secZehFour .tit{
        font-size: 15px;
    }
    .secZehFour .txt{
        font-size: 12px;
        margin-top: 12px;
    }
}
@media only screen and (max-width:359px){
    .secZehFour .tit{
        font-size: 13px;
    }
}
/* secZehThree */
.secZehThree{
    margin-top: 122px;
    height: 600px;
    padding-top: 65px;
    position: relative;
}
.secZehThree.lazyloaded{
    background: url(../img/concept/bgZehThree.jpg) center top / cover;
}
.secZehThree .topTit{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.secZehThree .mainTit{
    display: inline-block;
    font-size: 40px;
    line-height: 1.65;
    letter-spacing: 1.5px;
    margin-top: 11px;
}
.secZehThree .subTit{
    position: relative;
    border-bottom: solid 2px #fff;
}
.secZehThree .list{
    display: flex;
    justify-content: center;
    margin-top: 69px;
}
.secZehThree .item{
    margin-right: 50px;
}
.secZehThree .item:last-child{
    margin-right: 0;
}
.secZehThree .righttxt{
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
@media only screen and (max-width:767px){
    .secZehThree{
        margin-top: 50px;
        height: auto;
        padding: 30px 0 44px;
    }
    .secZehThree.lazyloaded{
        background: url(../img/concept/bgZehThree_sp.jpg) center top / cover;
    }
    .secZehThree .topTit{
        font-size: 14px;
    }
    .secZehThree .mainTit{
        font-size: 18px;
        line-height: 2;
        letter-spacing: 1px;
        margin-top: 8px;
    }
    .secZehThree .list{
        margin-top: 25px;
    }
    .secZehThree .item{
        width: 26.87%;
        margin-right: 5px;
    }
    .secZehThree .item:last-child{
        margin-right: 0;
    }
    .secZehThree .righttxt{
        font-size: 10px;
        bottom: 10px;
        display: block;
        text-align: center;
        width: 100%;
        right: 0;
    }
}
/* secZehActual */
.secZehActual{
    border: solid 1px #000000;
    margin-top: 80px;
    padding: 48px 0 45px;
    position: relative;
}
.secZehActual .topTit{
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
}
.secZehActual .mainTit{
    display: inline-block;
    font-size: 32px;
    margin-top: 18px;
    letter-spacing: 2.5px;
}
.secZehActual .img{
    text-align: center;
    margin-top: 42px;
}
.secZehActual .righttxt{
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
@media only screen and (max-width:767px){
    .secZehActual{
        margin-top: 19px;
        padding: 31px 0 37px;
    }
    .secZehActual .topTit{
        font-size: 13px;
        letter-spacing: normal;
    }
    .secZehActual .mainTit{
        font-size: 15px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .secZehActual .img{
        margin: 27px auto 0;
        width: 86.957%;
        min-width: 300px;
    }
    .secZehActual .righttxt{
        font-size: 10px;
        bottom: 10px;
        display: block;
        text-align: center;
        width: 100%;
        right: 0;
    }
}
/* secZehCost */
.secZehCost{
    margin-top: 79px;
    border: solid 1px #000000;
    padding: 52px 0 49px;
}
.secZehCost .topTit{
    font-size: 22px;
    line-height: 1.82;
    letter-spacing: 1px;
    margin-left: 10px;
    font-weight: bold;
    text-align: center;
}
.secZehCost .color{
    font-size: 26px;
    color: #e5002c;
}
.secZehCost .mainTit{
    font-size: 40px;
    display: inline-block;
    margin-top: 2px;
    letter-spacing: normal;
}
.secZehCost .img{
    text-align: center;
    margin-top: 16px;
}
.secZehCost .underImg{
    text-align: center;
    margin-top: 21px;
}
@media only screen and (max-width:767px){
    .secZehCost{
        margin-top: 20px;
        padding: 19px 0 21px;
    }
    .secZehCost .topTit{
        font-size: 13px;
        line-height: 2.15;
        letter-spacing: normal;
        margin-left: 0;
    }
    .secZehCost .color{
        font-size: 13px;
    }
    .secZehCost .mainTit{
        font-size: 15px;
        line-height: 1.73;
        margin-top: 5px;
    }
    .secZehCost .img{
        margin: 21px auto 0;
        width: 91.884%;
    }
    .secZehCost .underImg{
        margin: 13px auto 0;
        width: 91.304%;
    }
}
/* secZCmnZehTitBox */
.secZCmnZehTitBox{
    width: 100%;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b3b41;
}
.secZCmnZehTitBox .cmnZehPoint{
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    background: #fff100;
    width: 70px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 35px);
    top: -13px;
    position: absolute;
    padding-top: 2px;
}
.secZCmnZehTitBox .cmnZehTit{
    font-size: 24px;
    letter-spacing: 0.8px;
    font-weight: bold;
    color: #fff;
}
.secZCmnZehTitBox .cmnZehTit.sub10{
    letter-spacing: 1.3px;
}
@media only screen and (max-width:767px){
    .secZCmnZehTitBox{
        height: auto;
        padding: 23px 5px;
    }
    .secZCmnZehTitBox .cmnZehPoint{
        font-size: 16px;
        letter-spacing: 1px;
        width: 50px;
        height: 20px;
        left: calc(50% - 25px);
        top: -10px;
    }
    .secZCmnZehTitBox .cmnZehTit{
        font-size: 14px;
        letter-spacing: normal;
    }
    .secZCmnZehTitBox .cmnZehTit.sub10{
        letter-spacing: normal;
    }
}
/* secZehWorld */
.secZehWorld{
    margin-top: 149px;
}
.secZehWorld .bgZehWorld{
    position: relative;
    height: 400px;
}
.secZehWorld .bgZehWorld::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
}
.secZehWorld .bgZehWorld.lazyloaded::after{
    background: url(../img/concept/bgZehWorld.jpg) center top / cover;
}
.secZehWorld .wrapper{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}
.secZehWorld .mainTit{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-top: 75px;
}
.secZehWorld .subTit{
    display: inline-block;
    font-size: 50px;
    line-height: 1.4;
    margin-top: 9px;
    text-indent: -10px;
}
.secZehWorld .flexBox{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.secZehWorld .topImg{
    margin-top: -299px;
}
.secZehWorld .topTxtBox{
    margin-top: 71px;
    width: calc(100% - 630px);
}
.secZehWorld .topTit{
    font-size: 20px;
    line-height: 1.9;
    font-weight: bold;
}
.secZehWorld .topTxt{
    font-size: 12px;
    line-height: 1.67;
    margin-top: 10px;
}
.secZehWorld .secZCmnZehTitBox{
    margin-top: 102px;
}
.secZehWorld .glassList{
    border: solid 1px #000;
    margin-top: 49px;
    padding: 52px 0 51px;
}
.secZehWorld .glassTit{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.secZehWorld .glassImg{
    text-align: center;
    margin-top: 34px;
}
.secZehWorld .windowList{
    border: solid 1px #000;
    margin-top: 49px;
    padding: 52px 0 45px;
}
.secZehWorld .windowImg{
    text-align: center;
    margin-top: 39px;
}
.secZehWorld .windowTxt{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 34px;
}
.secZehWorld .windowSub{
    font-size: 22px;
    color: #e5002c;
}
.secZehWorld .triple .windowTxt{
    margin-top: 19px;
}
.secZehWorld .underTxt{
    font-size: 11px;
    margin-top: 11px;
    text-align: right;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:1470px){
    .secZehWorld .subTit{
        font-size: 45px;
    }
    .secZehWorld .topTit{
        font-size: 18px;
    }
}
@media only screen and (max-width:767px){
    .secZehWorld{
        margin-top: 49px;
    }
    .secZehWorld .bgZehWorld{
        height: 130px;
    }
    .secZehWorld .bgZehWorld::after{
        width: 100%;
        height: 130px;
    }
    .secZehWorld .bgZehWorld.lazyloaded::after{
        background: url(../img/concept/bgZehWorld_sp.jpg) center top / cover;
    }
    .secZehWorld .mainTit{
        font-size: 12px;
        padding: 0 0 12px;
    }
    .secZehWorld .subTit{
        font-size: 18px;
        margin-top: 10px;
        margin-left: 0;
        text-indent: -3px;
    }
    .secZehWorld .flexBox{
        display: block;
    }
    .secZehWorld .topImg{
        margin-top: -21px;
    }
    .secZehWorld .topTxtBox{
        margin-top: 13px;
        padding-right: 5px;
        width: 100%;
    }
    .secZehWorld .topTit{
        font-size: 13px;
        line-height: 1.84;
    }
    .secZehWorld .topTxt{
        font-size: 10px;
        line-height: 1.8;
        margin-top: 7px;
    }
    .secZehWorld .secZCmnZehTitBox{
        margin-top: 45px;
    }
    .secZehWorld .glassList{
        margin-top: 19px;
        padding: 24px 0 15px;
    }
    .secZehWorld .glassTit{
        font-size: 15px;
    }
    .secZehWorld .glassImg{
        margin: 24px auto 0;
        width: 96.21%;
    }
    .secZehWorld .windowList{
        margin-top: 20px;
        padding: 24px 0 30px;
    }
    .secZehWorld .windowImg{
        width: 78.43%;
        margin: 23px auto 0 8.5%;
    }
    .secZehWorld .windowTxt{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 24px;
    }
    .secZehWorld .windowSub{
        font-size: 13px;
    }
    .secZehWorld .triple.windowList{
        padding: 20px 0 21px;
    }
    .secZehWorld .triple .glassTit{
        font-size: 15px;
        line-height: 1.67;
    }
    .secZehWorld .triple .windowImg{
        width: 94.754%;
        margin: 17px auto 0;
    }
    .secZehWorld .triple .windowTxt{
        margin-top: 23px;
    }
    .secZehWorld .underTxt{
        font-size: 10px;
        line-height: 2;
        margin-top: 4px;
        text-align: left;
        letter-spacing: normal;
    }
}
/* secZehScroll */
.secZehScroll{
    margin-top: 78px;
}
.secZehScroll .boxImg{
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secZehScroll{
        margin-top: 33px;
    }
    .secZehScroll .secZCmnZehTitBox{
        width: 92%;
        margin: 0 auto;
    }
    .secZehScroll .boxImg{
        margin-top: 19px;
        width: 96%;
        padding-right: 4vw;
        margin-left: auto;
        overflow-y: hidden;
        overflow-x: scroll;
    }
	.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;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/common/iconScroll.png) center center / 150px 140px 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;
    }
	.scrollItem img{
		width: 600px;
	}
    @keyframes scrollItemAnimation {
        0%   { transform:translateX(0); }
        25%   { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
}
@media only screen and (max-width:374px){
    .secZehScroll .cmnZehTit{
        font-size: 12px;
    }
}
/* secZehDan */
.secZehDan{
    margin-top: 149px;
}
.secZehDan .bgZehDan{
    position: relative;
    height: 400px;
}
.secZehDan .bgZehDan::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
}
.secZehDan .bgZehDan.lazyloaded::after{
    background: url(../img/concept/bgZehDan.jpg) center top / cover;
}
.secZehDan .wrapper{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}
.secZehDan .mainTit{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
}
.secZehDan .subTit{
    display: inline-block;
    font-size: 50px;
    margin-top: 19px;
    margin-left: -3px;
}
.secZehDan .flexBox{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.secZehDan .topImg{
    margin-top: -299px;
}
.secZehDan .topTxtBox{
    margin-top: 62px;
    width: calc(100% - 630px);
}
.secZehDan .txtCover{
    padding: 0 97px 0 29px;
    position: relative;
}
.secZehDan .txtCover::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 140px;
    left: 0;
    top: calc(50% - 70px);
    background: #000;
}
.secZehDan .txtBox{
    display: flex;
    align-items: center;
}
.secZehDan .point{
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    background: #fff100;
    width: 60px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    margin-right: 15px;
}
.secZehDan .topTit{
    font-size: 26px;
    font-weight: bold;
}
.secZehDan .topTxt{
    font-size: 16px;
    line-height: 2.25;
    font-weight: bold;
    margin-top: 22px;
}
.secZehDan .highBox{
    margin-top: 97px;
    position: relative;
    padding-bottom: 45px;
}
.secZehDan .highImg{
    text-align: center;
}
.secZehDan .highTxt{
    font-size: 11px;
    line-height: 1.81;
    letter-spacing: 0.25px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.secZehDan .secZCmnZehTitBox{
    margin-top: 56px;
}
.secZehDan .threeBox{
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.secZehDan .threeItem{
    width: 31.25%;
}
.secZehDan .twoBox{
    margin-top: 59px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.secZehDan .twoItem{
    width: 48.4375%;
}
@media only screen and (max-width:1470px){
    .secZehDan .subTit{
        font-size: 45px;
    }
    .secZehDan .mainTit{
        font-size: 22px;
    }
}
@media only screen and (max-width:767px){
    .secZehDan{
        margin-top: 49px;
    }
    .secZehDan .bgZehDan{
        height: 130px;
    }
    .secZehDan .bgZehDan::after{
        width: 100%;
        height: 130px;
    }
    .secZehDan .bgZehDan.lazyloaded::after{
        background: url(../img/concept/bgZehDan_sp.jpg) center top / cover;
    }
    .secZehDan .mainTit{
        font-size: 12px;
        padding: 0 0 12px;
    }
    .secZehDan .subTit{
        font-size: 18px;
        margin-top: 10px;
        margin-left: -1px;
    }
    .secZehDan .flexBox{
        display: block;
    }
    .secZehDan .topImg{
        margin-top: -21px;
    }
    .secZehDan .topTxtBox{
        margin-top: 21px;
        width: 100%;
    }
    .secZehDan .txtCover{
        padding: 0 10px 0 19px;
    }
    .secZehDan .txtCover::after{
        width: 4px;
        height: calc(100% - 3px);
        left: 0;
        top: 0;
    }
    .secZehDan .point{
        font-size: 16px;
        letter-spacing: 1px;
        width: 50px;
        height: 20px;
        padding-top: 2px;
        margin-right: 8px;
    }
    .secZehDan .topTit{
        font-size: 15px;
    }
    .secZehDan .topTxt{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 5px;
    }
    .secZehDan .highBox{
        margin-top: 27px;
        padding: 0;
    }
    .secZehDan .highImg{
        margin: 0 auto;
    }
    .secZehDan .highTxt{
        font-size: 10px;
        line-height: 1.8;
        margin-top: 7px;
        letter-spacing: normal;
        position: static;
    }
    .secZehDan .secZCmnZehTitBox{
        margin-top: 46px;
    }
    .secZehDan .threeBox{
        margin-top: 20px;
        display: block;
    }
    .secZehDan .threeItem{
        width: 100%;
    }
    .secZehDan .threeItem:nth-child(n+2){
        margin-top: 10px;
    }
    .secZehDan .twoBox{
        margin-top: 25px;
        display: block;
    }
    .secZehDan .twoItem{
        width: 100%;
    }
    .secZehDan .twoItem:nth-child(2){
        margin-top: 10px;
    }
}
/* secZehHeat */
.secZehHeat{
    margin-top: 149px;
}
.secZehHeat .bgZehDan{
    position: relative;
    height: 400px;
}
.secZehHeat .bgZehDan::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
}
.secZehHeat .bgZehDan.lazyloaded::after{
    background: url(../img/concept/bgZehHeat.jpg) center top / cover;
}
.secZehHeat .wrapper{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}
.secZehHeat .mainTit{
    font-size: 24px;
    line-height: 1.83;
    font-weight: bold;
    color: #fff;
    padding-top: 18px;
}
.secZehHeat .subTit{
    display: inline-block;
    font-size: 50px;
    margin-top: -7px;
    margin-left: -3px;
}
.secZehHeat .flexBox{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.secZehHeat .topImg{
    margin-top: -299px;
}
.secZehHeat .topTxtBox{
    margin-top: 62px;
    width: calc(100% - 630px);
}
.secZehHeat .txtCover{
    padding: 0 97px 0 29px;
    position: relative;
}
.secZehHeat .txtCover::after{
    position: absolute;
    content: "";
    width: 6px;
    height: calc(100% + 20px);
    left: 0;
    top: -10px;
    background: #000;
}
.secZehHeat .txtBox{
    display: flex;
    align-items: center;
}
.secZehHeat .point{
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    background: #fff100;
    width: 60px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    margin-right: 15px;
}
.secZehHeat .topTit{
    font-size: 26px;
    font-weight: bold;
}
.secZehHeat .topTxt{
    font-size: 16px;
    line-height: 2.25;
    font-weight: bold;
    margin-top: 22px;
}
.secZehHeat .highImg{
    margin-top: 102px;
}
.secZehHeat .secZCmnZehTitBox{
    margin-top: 100px;
}
.secZehHeat .singBox{
    border: solid 1px #000;
    margin-top: 49px;
    padding: 51px 0 44px;
}
.secZehHeat .singTit{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.secZehHeat .singImg{
    text-align: center;
    margin-top: 27px;
}
.secZehHeat .singSub{
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 22px;
}
.secZehHeat .singTxt{
    font-size: 16px;
    line-height: 1.62;
    font-weight: bold;
    text-align: center;
    margin-top: 36px;
}
.secZehHeat .singColor{
    font-size: 24px;
    color: #e50831;
}
@media only screen and (max-width:767px){
    .secZehHeat{
        margin-top: 49px;
    }
    .secZehHeat .bgZehDan{
        height: 130px;
    }
    .secZehHeat .bgZehDan::after{
        width: 100%;
        height: 130px;
    }
    .secZehHeat .bgZehDan.lazyloaded::after{
        background: url(../img/concept/bgZehHeat_sp.jpg) center top / cover;
    }
    .secZehHeat .mainTit{
        font-size: 12px;
        line-height: 1.67;
        padding: 0 0 12px;
    }
    .secZehHeat .subTit{
        font-size: 18px;
        margin-top: 0px;
        margin-left: 0;
    }
    .secZehHeat .flexBox{
        display: block;
    }
    .secZehHeat .topImg{
        margin-top: -20px;
    }
    .secZehHeat .topTxtBox{
        margin-top: 22px;
        width: 100%;
    }
    .secZehHeat .txtCover{
        padding: 0 10px 0 19px;
    }
    .secZehHeat .txtCover::after{
        width: 4px;
        height: calc(100% - 3px);
        left: 0;
        top: 0;
    }
    .secZehHeat .point{
        font-size: 16px;
        letter-spacing: 1px;
        width: 50px;
        height: 20px;
        padding-top: 2px;
        margin-right: 8px;
    }
    .secZehHeat .topTit{
        font-size: 15px;
    }
    .secZehHeat .topTxt{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 7px;
    }
    .secZehHeat .highImg{
        margin-top: 33px;
    }
    .secZehHeat .secZCmnZehTitBox{
        margin-top: 41px;
    }
    .secZehHeat .singBox{
        margin-top: 22px;
        padding: 25px 0 20px;
    }
    .secZehHeat .singTit{
        font-size: 15px;
    }
    .secZehHeat .singImg{
        width: 91.837%;
        margin: 20px auto 0;
    }
    .secZehHeat .singSub{
        font-size: 10px;
        line-height: 1.8;
        letter-spacing: normal;
        text-align: left;
        margin-top: 6px;
        margin-left: 4.0815%;
    }
    .secZehHeat .singTxt{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 20px;
    }
    .secZehHeat .singColor{
        font-size: 13px;
    }
}
@media only screen and (max-width:359px){
    .secZehHeat .singTxt{
        font-size: 12px;
    }
    .secZehHeat .singColor{
        font-size: 12px;
    }
}
/* secZehHood */
.secZehHood{
    margin-top: 149px;
}
.secZehHood .bgZehDan{
    position: relative;
    height: 400px;
}
.secZehHood .bgZehDan::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
}
.secZehHood .bgZehDan.lazyloaded::after{
    background: url(../img/concept/bgZehHood.jpg) center top / cover;
}
.secZehHood .wrapper{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}
.secZehHood .mainTit{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-top: 17px;
}
.secZehHood .subTit{
    display: inline-block;
    font-size: 50px;
    line-height: 1.4;
    margin-top: 13px;
    margin-left: -3px;
}
.secZehHood .flexBox{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
}
.secZehHood .topImg{
    margin: -300px 0 0 auto;
}
.secZehHood .secZCmnZehTitBox{
    margin-top: 101px;
}
.secZehHood .listTxt{
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin-top: 43px;
    text-align: center;
}
.secZehHood .list02Img{
    text-align: center;
    margin-top: 40px;
}
.secZehHood .list03Img{
    text-align: center;
    margin-top: 50px;
}
.secZehHood .list04Img{
    text-align: center;
    margin-top: 49px;
}
@media only screen and (max-width:1460px){
    .secZehHood .subTit{
        font-size: 45px;
    }
}
@media only screen and (max-width:767px){
    .secZehHood{
        margin-top: 52px;
    }
    .secZehHood .bgZehDan{
        height: 130px;
    }
    .secZehHood .bgZehDan::after{
        width: 100%;
        height: 130px;
    }
    .secZehHood .bgZehDan.lazyloaded::after{
        background: url(../img/concept/bgZehHood_sp.jpg) center top / cover;
    }
    .secZehHood .mainTit{
        font-size: 12px;
        line-height: 1.67;
        padding: 0 0 9px;
    }
    .secZehHood .subTit{
        font-size: 18px;
        line-height: 1.55;
        margin-top: 3px;
        margin-left: 0;
    }
    .secZehHood .flexBox{
        display: block;
    }
    .secZehHood .topImg{
        margin-top: -20px;
    }
    .secZehHood .secZCmnZehTitBox{
        margin-top: 40px;
    }
    .secZehHood .listTxt{
        font-size: 12px;
        line-height: 2;
        margin-top: 12px;
        text-align: left;
    }
    .secZehHood .list02Img{
        width: 100%;
        margin: 14px auto 0;
    }
    .secZehHood .list03Img{
        width: 100%;
        margin: 20px auto 0;
    }
    .secZehHood .list04Img{
        width: 100%;
        margin: 22px auto 0;
    }
}
/* secZehPoint */
.secZehPoint{
    position: relative;
    margin-top: 170px;
}
.secZehPoint::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 48px;
    left: calc(50% - 4px);
    top: -100px;
}
.secZehPoint.lazyloaded::after{
    background: url(../img/concept/iconPoint.gif) center top / cover;
}
.secZehPoint .pointInner{
    width: 100%;
    height: 360px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secZehPoint .pointInner.lazyloaded{
    background: url(../img/concept/bgPoint.jpg) center top / cover;
}
.secZehPoint .txtBox{
    position: relative;
    z-index: 10;
    color: #fff;
    padding-bottom: 23px;
}
.secZehPoint .point{
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    background: #fff100;
    width: 70px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    margin: 0 auto;
}
.secZehPoint .tit{
    font-size: 22px;
    line-height: 1.81;
    margin-top: 23px;
    font-weight: bold;
    text-align: center;
}
.secZehPoint .mainTit{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-top: 27px;
    display: block;
}
.secZehPoint .subTit{
    position: relative;
    padding-bottom: 4px;
    border-bottom: solid 3px #fff;
}
@media only screen and (max-width:767px){
    .secZehPoint{
        margin-top: 87px;
    }
    .secZehPoint::after{
        width: 6px;
        height: 26px;
        left: calc(50% - 3px);
        top: -58px;
    }
    .secZehPoint.lazyloaded::after{
        background: url(../img/concept/iconPoint_sp.gif) center top / cover;
    }
    .secZehPoint .pointInner{
        height: auto;
        min-height: 260px;
    }
    .secZehPoint .pointInner.lazyloaded{
        background: url(../img/concept/bgPoint_sp.jpg) center top / cover;
    }
    .secZehPoint .txtBox{
        padding: 20px 0 20px;
    }
    .secZehPoint .point{
        font-size: 16px;
        letter-spacing: 1px;
        width: 50px;
        height: 20px;
        padding-top: 2px;
    }
    .secZehPoint .tit{
        font-size: 15px;
        line-height: 1.73;
        margin-top: 13px;
    }
    .secZehPoint .mainTit{
        font-size: 22px;
        line-height: 1.81;
        margin-top: 4px;
    }
    .secZehPoint .subTit{
        padding-bottom: 0;
        border-bottom: solid 2px #fff;
    }
}
@media only screen and (max-width:374px){
    .secZehPoint .mainTit{
        font-size: 20px;
    }
    .secZehPoint .tit{
        font-size: 14px;
    }
}
@media only screen and (max-width:359px){
    .secZehPoint .mainTit{
        font-size: 18px;
    }
    .secZehPoint .tit{
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px){
    .secConceptBnr.zeh{
        margin-top: 72px;
    }
}
/*-----------------------------------------------
	strong
-----------------------------------------------*/
.secTop.secConceptStrong{
    height: 620px;
}
.secTop.secConceptStrong::after{
    background: url(../img/concept/imgStrongHeroTop.jpg) center top / cover;
}
.secTop.secConceptStrong .boxTit,
.secTop.secConceptZeh .boxTit{
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 3px;
    margin-left: 0;
    text-align: left;
}
.secTop.secConceptStrong .subTit,
.secTop.secConceptZeh .subTit{
    font-size: 70px;
    letter-spacing: 5px;
    display: inline-block;
}
.secTop.secConceptStrong .wrapperTop {
    padding-top: 106px;
    height: 100%;
    display: flex;
    align-items: center;
}
.secTop.secConceptStrong .topConceptImg{
    left: 0;
}
@media only screen and (max-width:767px){
    .secTop.secConceptStrong{
        height: 340px;
    }
    .secTop.secConceptStrong::after{
        background: url(../img/concept/imgStrongHeroTop_sp.jpg) center top / cover;
    }
    .secTop.secConceptStrong .boxTit,
    .secTop.secConceptZeh .boxTit{
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }
    .secTop.secConceptStrong .subTit,
    .secTop.secConceptZeh .subTit{
        font-size: 30px;
        letter-spacing: 2px;
        margin-top: 0;
    }
    .secTop.secConceptStrong .wrapperTop{
        padding-top: 59px;
    }
    .secTop.secConceptStrong .topConceptImg{
        width: 87.536%;
        max-width: 302px;
    }
}
@media only screen and (max-width:359px){
    .secTop.secConceptStrong .boxTit,
    .secTop.secConceptZeh .boxTit{
        font-size: 15px;
        letter-spacing: 0;
    }
}
/* secStrongTop */
.secStrongTop{
    margin-top: 57px;
}
.secStrongTop .topTit{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.secStrongTop .wrapper{
    width: 1280px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.secStrongTop .mainTit{
    font-size: 40px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 10px;
}
.secStrongTop .sub{
    font-size: 30px;
}
.secStrongTop .item{
    font-size: 120px;
    font-weight: 500;
    color: #dcdcdc;
    display: inline-block;
    vertical-align: -33px;
    margin: 0 -33px;
}
.isDesktopIpad .secStrongTop .item{
    vertical-align: -17.5px;
    margin: 0 -10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 768px) {
    _::-webkit-full-page-media, _:future, :root .secStrongTop .item{
        vertical-align: -17.5px;
        margin: 0 -10px;
    }
}
.secStrongTop .topList{
    background: #246492;
    margin-top: 45px;
    padding: 77px 0 106px;
}
@media only screen and (max-width:1500px){
    .secStrongTop .topList{
        width: calc(100% - 70px);
    }
}
@media only screen and (max-width:767px){
    .secStrongTop{
        margin-top: 27px;
    }
    .secStrongTop .topTit{
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .secStrongTop .wrapper{
        width: 100%;
        max-width: none;
    }
    .secStrongTop .mainTit{
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        margin-top: 9px;
    }
    .secStrongTop .sub{
        font-size: 20px;
    }
    .secStrongTop .item{
        font-size: 20px;
        font-weight: bold;
        color: #000;
        vertical-align: 0;
        margin: 0 -1px;
    }
    .secStrongTop .topList{
        margin-top: 26px;
        padding: 42px 0 36px;
        width: 100%;
    }
    .secStrongTop .img{
        width: 94.4%;
        margin: 0 auto;
    }
}
@media only screen and (max-width:359px){
    .secStrongTop .mainTit{
        font-size: 18px;
    }
    .secStrongTop .sub{
        font-size: 18px;
    }
    .secStrongTop .item{
        font-size: 18px;
    }
}
/* secStrongFukui */
.secStrongFukui{
    margin-top: 80px;
}
.secStrongFukui .fukuiBox{
    border: solid 1px #000000;
    width: 100%;
    height: 100%;
}
.secStrongFukui .flexBox{
    display: flex;
    align-items: center;
}
.secStrongFukui .imgBox{
    width: 280px;
}
.secStrongFukui .txtBox{
    width: calc(100% - 280px);
    padding: 0 50px 8px 41px;
}
.secStrongFukui .subFlex{
    display: flex;
    align-items: center;
}
.secStrongFukui .point{
    font-size: 20px;
    letter-spacing: 1px;
    background: #fff100;
    width: 60px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding-top: 2px;
}
.secStrongFukui .tit{
    font-size: 24px;
    font-weight: bold;
}
.secStrongFukui .txt{
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secStrongFukui{
        margin-top: 31px;
    }
    .secStrongFukui .fukuiBox{
        padding: 19px 19px 15px;
    }
    .secStrongFukui .flexBox{
        display: block;
        position: relative;
    }
    .secStrongFukui .imgBox{
        position: absolute;
        top: 0;
        left: 0;
    }
    .secStrongFukui .img{
        width: 140px;
        height: 140px;
    }
    .secStrongFukui .txtBox{
        width: 100%;
        padding: 0;
    }
    .secStrongFukui .subFlex{
        display: block;
        padding: 50px 0 0 152px;
    }
    .secStrongFukui .point{
        font-size: 16px;
        letter-spacing: 1px;
        width: 50px;
        height: 20px;
        margin-right: 0;
    }
    .secStrongFukui .tit{
        font-size: 15px;
        line-height: 1.5;
        margin-top: 5px;
    }
    .secStrongFukui .txt{
        font-size: 12px;
        line-height: 2;
        letter-spacing: 0.5px;
        margin-top: 57px;
    }
}
@media only screen and (max-width:374px){
    .secStrongFukui .tit{
        font-size: 13px;
    }
}
/* secCmnStrong */
.secCmnStrong{
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secCmnStrong .cmnStrongBox{
    color: #fff;
    padding-bottom: 28px;
}
.secCmnStrong .cmnStrongTit{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 9px;
    padding-left: 9px;
    width: 100px;
    height: 50px;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 2px;
}
.secCmnStrong .cmnStrongItem{
    text-align: center;
}
.secCmnStrong .cmnStrongList{
    display: inline-block;
    position: relative;
}
.secCmnStrong .cmnStrongMain{
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-top: 20px;
    font-weight: bold;
}
.secCmnStrong .cmnSub{
    font-size: 42px;
}
.secCmnStrong .cmnStrongTxt{
    font-size: 13px;
    position: absolute;
    bottom: -22px;
    right: 0;
}
@media only screen and (max-width:767px){
    .secCmnStrong{
        height: 180px;
        width: 100%;
    }
    .secCmnStrong .cmnStrongBox{
        padding-bottom: 22px;
    }
    .secCmnStrong .cmnStrongTit{
        font-size: 20px;
        letter-spacing: 6px;
        padding-left: 5px;
        width: 80px;
        height: 36px;
    }
    .secCmnStrong .cmnStrongMain{
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 1px;
        margin-top: 12px;
    }
    .secCmnStrong .cmnSub{
        font-size: 20px;
    }
    .secCmnStrong .cmnStrongTxt{
        font-size: 10px;
        bottom: -20px;
        right: 0;
    }
}
@media only screen and (max-width:359px){
    .secCmnStrong .cmnStrongMain{
        font-size: 17px;
    }
    .secCmnStrong .cmnSub{
        font-size: 17px;
    }
}
/* secStrongSeven */
.secStrongSeven{
    margin-top: 125px;
}
.secStrongSeven .secCmnStrong.lazyloaded{
    background: url(../img/concept/bgStrongSeven.jpg) center top /cover;
}
.secStrongSeven .perforList{
    border: solid 1px #000;
    padding: 50px 0 53px;
    margin-top: 79px;
}
.secStrongSeven .perforTit{
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
}
.secStrongSeven .perforImg{
    text-align: center;
    margin: 39px 30px 0 0; 
}
.secStrongSeven .perforTxt{
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 42px 89px 0;
}
.secStrongSeven .faceList{
    border: solid 1px #000;
    padding: 50px 0 51px;
    margin-top: 50px;
}
.secStrongSeven .faceTit{
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-align: center;
}
.secStrongSeven .faceMainTit{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
}
.secStrongSeven .faceImg{
    text-align: center;
    margin: 58px 8px 0 0; 
}
.secStrongSeven .faceTxt{
    font-size: 16px;
    line-height: 2;
    padding: 47px 99px 0;
}
@media only screen and (max-width:767px){
    .secStrongSeven{
        margin-top: 41px;
    }
    .secStrongSeven .secCmnStrong.lazyloaded{
        background: url(../img/concept/bgStrongSeven_sp.jpg) center top /cover;
    }
    .secStrongSeven .perforList{
        padding: 25px 0 21px;
        margin-top: 20px;
    }
    .secStrongSeven .perforTit{
        font-size: 15px;
        line-height: 1.67;
    }
    .secStrongSeven .perforImg{
        width: 94.169%;
        margin: 19px auto 0; 
    }
    .secStrongSeven .perforTxt{
        font-size: 12px;
        line-height: 2;
        padding: 24px 14px 0;
    }
    .secStrongSeven .faceList{
        padding: 30px 0 19px;
        margin-top: 20px;
    }
    .secStrongSeven .faceTit{
        font-size: 12px;
        letter-spacing: normal;
    }
    .secStrongSeven .faceMainTit{
        font-size: 15px;
        margin-top: 10px;
    }
    .secStrongSeven .faceImg{
        width: 89.213%;
        margin: 28px auto 0; 
    }
    .secStrongSeven .faceTxt{
        font-size: 12px;
        line-height: 2;
        padding: 25px 14px 0;
    }
}
/* secStrongTwo */
.secStrongTwo{
    margin-top: 152px;
}
.secStrongTwo .secCmnStrong.lazyloaded{
    background: url(../img/concept/bgStrongTwo.jpg) center top /cover;
}
.secStrongTwo .energyList{
    border: solid 1px #000;
    padding: 51px 0 69px;
    margin-top: 81px;
}
.secStrongTwo .energyTit{
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}
.secStrongTwo .energyTxt{
    font-size: 16px;
    line-height: 2.25;
    padding: 36px 89px 0;
}
.secStrongTwo .energyImg{
    text-align: center;
    margin: 54px 3px 0 0;
}
.secStrongTwo .tit{
    font-size: 22px;
    line-height: 1.44;
    text-align: center;
    font-weight: bold;
    margin-top: 77px;
}
.secStrongTwo .subTit{
    font-size: 25px;
}
.secStrongTwo .mainImg{
    text-align: center;
    margin-top: 36px;
}
.secStrongTwo .txt{
    font-size: 30px;
    line-height: 1.67;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 73px;
}
.secStrongTwo .subTxt{
    position: relative;
    border-bottom: solid 2px #000;
    padding-bottom: 2px;
}
@media only screen and (max-width:767px){
    .secStrongTwo{
        margin-top: 50px;
    }
    .secStrongTwo .secCmnStrong.lazyloaded{
        background: url(../img/concept/bgStrongTwo_sp.jpg) center top /cover;
    }
    .secStrongTwo .secCmnStrong .cmnStrongBox {
        padding-bottom: 9px;
    }
    .secStrongTwo .energyList{
        padding: 30px 0 25px;
        margin-top: 30px;
    }
    .secStrongTwo .energyTit{
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    .secStrongTwo .energyTxt{
        font-size: 12px;
        line-height: 2;
        padding: 21px 14px 0;
    }
    .secStrongTwo .energyImg{
        width: 94.461%;
        margin: 21px auto 0;
    }
    .secStrongTwo .tit{
        font-size: 12px;
        line-height: 1.7;
        margin-top: 27px;
    }
    .secStrongTwo .subTit{
        font-size: 15px;
    }
    .secStrongTwo .mainImg{
        margin: 14px auto 0;
        width: 100%;
    }
    .secStrongTwo .txt{
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0;
        margin-top: 37px;
    }
    .secStrongTwo .subTxt{
        font-size: 20px;
        padding-bottom: 0;
    }
}
/* secStrongEart */
.secStrongEart .bgEart{
    position: relative;
    height: 340px;
}
.secStrongEart .bgEart::after{
    position: absolute;
    content: "";
    width: 1380px;
    top: 0;
    left: calc(50% - 960px);
    height: 100%;
    background: #313131;
}
.secStrongEart .eartInner{
    position: relative;
    z-index: 10;
}
.secStrongEart .eartTit{
    padding-top: 93px;
    color: #fff;
    font-weight: bold;
}
.secStrongEart .subTit01{
    font-size: 30px;
    display: inline-block;
}
.secStrongEart .subTit02{
    font-size: 54px;
    margin-top: 18px;
    display: inline-block;
}
.secStrongEart .subTit03{
    font-size: 40px;
    margin-top: 16px;
    display: inline-block;
}
.secStrongEart .flexBox{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.secStrongRoof + .secStrongRoof{margin-top: 100px;}
.secStrongRoof + .secStrongRoof .secStrongEart .eartImg{margin-top: 0;}
.secStrongRoof + .secStrongRoof .secStrongEart .flexBox{align-items: center;}
.secStrongEart .eartImg{
    margin-top: -250px;
}
.secStrongEart .leftBox{
    margin-top: 62px;
    width: calc(100% - 640px);
}
.secStrongRoof + .secStrongRoof .secStrongEart .leftBox{width: 43%}
.secStrongEart .eartTxtBox{
    padding: 0 97px 0 29px;
    position: relative;
}
.secStrongRoof + .secStrongRoof .secStrongEart .leftBox .eartTxtBox{padding-right: 0;}
.secStrongEart .eartTxtBox::after{
    position: absolute;
    content: "";
    width: 6px;
    height: calc(100% + 14px);
    left: 0;
    top: -12px;
    background: #000;
}
.secStrongEart .subflex{
    display: flex;
    align-items: center;
}
.secStrongEart .point{
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    background: #fff100;
    width: 60px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    margin-right: 11px;
}
.secStrongEart .pointTit{
    font-size: 26px;
    font-weight: bold;
}
.secStrongEart .pointTxt{
    font-size: 16px;
    line-height: 2.25;
    font-weight: bold;
    margin-top: 22px;
}
.secStrongEart .pointImg{
    margin-top: 42px;
}
.secStrongEart .pointSub{
    font-size: 11px;
    margin-top: 13px;
}
@media only screen and (max-width:767px){
    .secStrongEart .bgEart{
        height: auto;
        padding: 32px 0 32px;
    }
    .secStrongEart .bgEart::after{
        width: 58.667%;
        top: 0;
        left: 0;
    }
    .secStrongEart .eartTit{
        padding-top: 0;
    }
    .secStrongEart .subTit01{
        font-size: 13px;
        line-height: 20px;
    }
    .secStrongEart .subTit02{
        font-size: 20px;
        margin-top: 8px;
    }
    .secStrongEart .subTit03{
        font-size: 16px;
        margin-top: 9px;
    }
    .secStrongEart .flexBox{
        display: block;
    }
    .secStrongRoof + .secStrongRoof{margin-top: 50px;}
    .secStrongRoof + .secStrongRoof .secStrongEart .flexBox {
        display: flex;
        flex-direction: column;
    }
    .secStrongRoof + .secStrongRoof .secStrongEart .eartImg{
        order: 1;
        margin: 0 auto 0 0;
    }
    .secStrongRoof + .secStrongRoof .secStrongEart .leftBox {
        width: 100%;
        order: 2;
    }
    .secStrongEart .eartImg{
        width: 63.768%;
        margin: -110px 0 0 auto;
    }
    .secStrongEart .leftBox{
        margin-top: 31px;
        width: 100%;
    }
    .secStrongEart .eartTxtBox{
        padding: 0 10px 0 17px;
    }
    .secStrongEart .eartTxtBox::after{
        width: 4px;
        height: calc(100% - 1px);
        top: 0;
    }
    .secStrongEart .point{
        font-size: 16px;
        letter-spacing: 1px;
        width: 50px;
        height: 20px;
        padding-top: 2px;
        margin-right: 5px;
    }
    .secStrongEart .pointTit{
        font-size: 16px;
    }
    .secStrongEart .pointTxt{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 6px;
    }
    .secStrongEart .pointImg{
        width: 100%;
        margin: 26px auto 0;
    }
    .secStrongEart .pointSub{
        font-size: 10px;
        margin-top: 12px;
    }
}
@media only screen and (max-width:359px){
    .secStrongEart .subTit01{
        font-size: 12px;
    }
    .secStrongEart .subTit02{
        font-size: 18px;
    }
    .secStrongEart .subTit03{
        font-size: 14px;
    }
}
/* secStrongDamper */
.secStrongDamper{
    margin-top: 148px;
}
.secStrongDamper .damperList{
    margin-top: 76px;
    padding: 51px 0 43px;
    border: solid 1px #000;
    text-align: center;
}
.secStrongDamper .listTit{
    font-size: 24px;
    font-weight: bold;
}
.secStrongDamper .listImg{
    text-align: center;
    margin-top: 52px;
}
.secStrongDamper .listTxt{
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin-top: 44px;
}
.secStrongDamper .damperItem{
    margin-top: 50px;
    padding: 53px 0 32px;
    border: solid 1px #000;
    text-align: center;
}
.secStrongDamper .itemTit{
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin-top: 33px;
}
.secStrongDamper .itemImg{
    margin-top: 30px;
}
.secStrongDamper .itemImg02{
    margin-top: 40px;
}
.secStrongDamper .itemTxt{
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
.isDesktopIpad .secStrongDamper .itemTxt{
    line-height: 1.5;
    padding: 0 100px;
    text-align: left;
}
@media only screen and (max-width:767px){
    .secStrongDamper{
        margin-top: 46px;
    }
    .secStrongDamper .damperList{
        margin-top: 30px;
        padding: 25px 0 23px;
    }
    .secStrongDamper .listTit{
        font-size: 15px;
        line-height: 1.67;
    }
    .secStrongDamper .listImg{
        margin: 23px auto 0;
        width: 90.379%;
    }
    .secStrongDamper .listTxt{
        font-size: 13px;
        line-height: 1.77;
        margin-top: 28px;
    }
    .secStrongDamper .damperItem{
        margin-top: 19px;
        padding: 25px 0 15px;
    }
    .secStrongDamper .itemTit{
        font-size: 13px;
        line-height: 1.77;
        margin-top: 19px;
    }
    .secStrongDamper .itemImg{
        margin: 20px auto 0;
        width: 91.837%;
    }
    .secStrongDamper .itemImg02{
        margin: 10px auto 0;
        width: 91.837%;
    }
    .secStrongDamper .itemTxt{
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 0;
        margin-top: 11px;
        text-align: left;
        padding-left: 4.0815%;
    }
}
@media only screen and (max-width:359px){
    .secStrongDamper .damperItem .listTit{
        font-size: 13px;
    }
    .secStrongDamper .itemTit{
        font-size: 11px;
    }
}
/* secStrongSafety */
.secStrongSafety{
    margin-top: 152px;
}
.secStrongSafety .secStrongEart .bgEart::after {
    left: auto;
    right: calc(50% - 960px);
}
.secStrongSafety .secStrongEart .rightbox{
    display: flex;
    justify-content: flex-end;
}
.secStrongSafety .secStrongEart .eartTit{
    padding: 121px 160px 0 0;
}
.secStrongSafety .secStrongEart .flexBox{
    flex-flow: row;
}
.secStrongSafety .secStrongEart .leftBox{
    margin-top: 81px;
    padding-left: 91px;
}
.secStrongSafety .secStrongEart .eartTxtBox {
    padding: 0 0 0 29px;
}
.secStrongSafety .secStrongEart .point{
    margin-right: 17px;
}
.secStrongSafety .safetyList{
    margin-top: 100px;
    padding: 82px 0 72px;
    position: relative;
    border: solid 1px #000;
}
.secStrongSafety .listInner{
    width: calc(100% - 540px);
    margin-left: auto;
    padding-left: 98px;
}
.secStrongSafety .listTit{
    font-size: 24px;
    font-weight: bold;
}
.secStrongSafety .listImg{
    position: absolute;
    top: calc(50% - 120px);
    left: 107px;
}
.secStrongSafety .listTxt{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 20px;
}
@media only screen and (max-width:1440px){
    .secStrongSafety .secStrongEart .eartTit{
        padding: 121px 120px 0 0;
    }
}
@media only screen and (max-width:767px){
    .secStrongSafety{
        margin-top: 50px;
    }
    .secStrongSafety .secStrongEart .bgEart::after {
        width: 58.667%;
        top: 0;
        left: auto;
        right: 0;
    }
    .secStrongSafety .secStrongEart .bgEart{
        padding: 27px 0 37px;
    }
    .secStrongSafety .secStrongEart .subTit01{
        font-size: 13px;
        line-height: 1.53;
    }
    .secStrongSafety .secStrongEart .eartImg{
        width: 63.768%;
        margin: -110px auto 0 0;
    }
    .secStrongSafety .secStrongEart .rightbox{
        display: flex;
        justify-content: flex-end;
    }
    .secStrongSafety .secStrongEart .eartTit{
        padding: 0;
    }
    .secStrongSafety .secStrongEart .flexBox{
        flex-flow: row;
    }
    .secStrongSafety .secStrongEart .leftBox{
        margin-top: 31px;
        padding-left: 0;
    }
    .secStrongSafety .secStrongEart .eartTxtBox {
        padding: 0 10px 0 17px;
    }
    .secStrongSafety .secStrongEart .point{
        margin-right: 10px;
    }
    .secStrongSafety .secStrongEart .subTit02 {
        font-size: 18px;
        letter-spacing: -1px;
        margin-top: 8px;
    }
    .secStrongSafety .safetyList{
        margin-top: 25px;
        padding: 30px 0 17px;
    }
    .secStrongSafety .listInner{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .secStrongSafety .listTit{
        font-size: 15px;
        text-align: center;
    }
    .secStrongSafety .listImg{
        position: static;
        width: 75.51%;
        margin: 28px auto 0;
    }
    .secStrongSafety .listTxt{
        font-size: 12px;
        letter-spacing: 0;
        line-height: 2;
        margin-top: 18px;
        padding: 0 14px;
    }
}
@media only screen and (max-width:374px){
    .secStrongSafety .secStrongEart .subTit02 {
        font-size: 16px;
        letter-spacing: -1px;
    }
    .secStrongSafety .secStrongEart .subTit01{
        font-size: 12px;
    }
}
@media only screen and (max-width:359px){
    .secStrongSafety .secStrongEart .subTit02 {
        font-size: 15px;
        letter-spacing: -1px;
    }
    .secStrongSafety .secStrongEart .subTit01{
        font-size: 11px;
    }
}
/* secStrongRoof */
.secStrongRoof{
    margin-top: 150px;
}
.secStrongRoof .secStrongEart .eartTit{
    padding-top: 119px;
}
.secStrongRoof .secStrongEart .subTit02{
    margin-left: -8px;
}
.secStrongRoof .secStrongEart .leftBox{
    margin-top: 82px;
}
.secStrongRoof .secStrongEart .point{
    margin-right: 16px;
}
.secStrongRoof .listBox{
    border: solid 1px #000;
    margin-top: 100px;
    padding: 22px 160px 38px;
}
.secStrongRoof .listInner{
    display: flex;
    align-items: center;
}
.secStrongRoof .listTxtBox{
    width: calc(100% - 390px);
    padding-left: 88px;
    padding-top: 26px;
}
.secStrongRoof .listTit{
    font-size: 24px;
    font-weight: bold;
}
.secStrongRoof .listTxt{
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}
.isDesktopIpad .secStrongRoof .secStrongEart .pointTit{
    font-size: 20px;
}
.secStrongRoof .newBox{
    padding: 40px;
}
.secStrongRoof .newBox .listTxtBox{
    padding: 0;
}
@media only screen and (max-width:767px){
    .secStrongRoof{
        margin-top: 50px;
    }
    .secStrongRoof .secStrongEart .bgEart{
        padding: 31px 0 30px;
    }
    .secStrongRoof .secStrongEart .eartTit{
        padding-top: 0;
    }
    .secStrongRoof .secStrongEart .subTit02{
        margin-left: 0;
        line-height: 1.25;
        margin-top: 6px;
    }
    .secStrongRoof .secStrongEart .leftBox{
        margin-top: 30px;
    }
    .secStrongRoof .secStrongEart .point{
        margin-right: 10px;
    }
    .secStrongRoof .listBox{
        margin-top: 38px;
        padding: 10px 0 17px;
    }
    .secStrongRoof .listInner{
        display: block;
    }
    .secStrongRoof .listImg{
        width: 79.592%;
        margin: 0 auto;
    }
    .secStrongRoof .listTxtBox{
        width: 100%;
        padding-left: 0;
        padding-top: 22px;
    }
    .secStrongRoof .listTit{
        font-size: 15px;
        text-align: center;
    }
    .secStrongRoof .listTxt{
        font-size: 12px;
        line-height: 2;
        margin-top: 11px;
        padding: 0 13px;
    }
    .secStrongRoof .newBox{
        padding: 18.5px 20px;
    }
    .secStrongRoof .newBox .listInner{
        display: flex;
        flex-direction: column;
    }
    .secStrongRoof .newBox .listTxtBox{
        order: 2;
        margin-top: 20px;
    }
    .secStrongRoof .newBox .listTxtBox .listTxt{
        padding: 0;
    }
    .secStrongRoof .newBox .listImg{
        order: 1;
        width: 100%;
    }
}
@media only screen and (max-width:374px){
    .secStrongRoof .secStrongEart .subTit01{
        font-size: 12px;
    }
}
@media only screen and (max-width:359px){
    .secStrongRoof .secStrongEart .subTit01{
        font-size: 10px;
    }
    .secStrongRoof .secStrongEart .pointTit{
        font-size: 14px;
    }
}
/* secZehPoint */
.secZehPoint.strong{
    margin-top: 184px;
}
.secZehPoint.strong .pointInner.lazyloaded {
    background: url(../img/concept/bgPointStrong.jpg) center top / cover;
}
@media only screen and (max-width:767px){
    .secZehPoint.strong{
        margin-top: 89px;
    }
    .secZehPoint.strong .pointInner.lazyloaded {
        background: url(../img/concept/bgPointStrong_sp.jpg) center top / cover;
    }
    .secZehPoint.strong .tit{
        font-size: 15px;
        line-height: 2;
        margin-top: 20px;
    }
    .secZehPoint.strong .mainTit {
        font-size: 22px;
        line-height: 1.81;
        margin-top: 6px;
    }
    .secZehPoint.strong .txtBox {
        padding: 0px 0 19px;
    }
}
@media only screen and (max-width:374px){
    .secZehPoint.strong .mainTit {
        font-size: 20px;
    }
}
@media only screen and (max-width:359px){
    .secZehPoint.strong .mainTit {
        font-size: 18px;
    }
}
/* secConceptBnr */
.secConceptBnr.strong{
    margin-top: 153px;
}
@media only screen and (max-width:767px){
    .secConceptBnr.strong{
        margin-top: 73px;
    }
}
/*-----------------------------------------------
	after
-----------------------------------------------*/
.secTop.secConceptStrong.after::after{
    background: url(../img/concept/imgAfterHeroTop.jpg) center top / cover;
}
.secTop.secConceptStrong.after .wrapperTop {
    padding-top: 90px;
}
@media only screen and (max-width:767px){
    .secTop.secConceptStrong.after::after{
        background: url(../img/concept/imgAfterHeroTop_sp.jpg) center top / cover;
    }
    .secTop.secConceptStrong.after .wrapperTop {
        padding-top: 60px;
    }
    .secTop.secConceptStrong.after .topConceptImg {
        width: 70.725%;
        max-width: 244px;
    }
}
/* secAfterTop */
.secAfterTop{
    margin-top: 57px;
}
.secAfterTop .topBox{
    text-align: center;
    font-weight: bold;
}
.secAfterTop .topTit{
    font-size: 24px;
}
.secAfterTop .mainTit{
    display: block;
    margin-top: 17px;
    font-size: 40px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.secAfterTop .subTit{
    font-size: 30px;
}
.secAfterTop .afterTopImg{
    margin-top: 36px;
}
.secAfterTop .txtBox{
    text-align: center;
    margin-top: 22px;
}
.secAfterTop .txt{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 2.4;
}
.secAfterTop .secZCmnZehTitBox{
    margin-top: 102px;
}
.secAfterTop .cmnZehPoint{
    top: -15px;
    left: calc(50% - 37px);
}
.secAfterTop .afterImg{
    margin-top: 41px;
}
@media only screen and (max-width:767px){
    .secAfterTop{
        margin-top: 27px;
    }
    .secAfterTop .topTit{
        font-size: 14px;
    }
    .secAfterTop .mainTit{
        margin-top: 9px;
        font-size: 20px;
        letter-spacing: normal;
        line-height: 1.5;
    }
    .secAfterTop .subTit{
        font-size: 16px;
    }
    .secAfterTop .afterTopImg{
        margin: 13px auto 0;
        width: 100%;
    }
    .secAfterTop .txtBox{
        text-align: left;
        margin-top: 21px;
    }
    .secAfterTop .txt{
        font-size: 12px;
        letter-spacing: 0.3px;
        line-height: 2;
    }
    .secAfterTop .secZCmnZehTitBox{
        margin-top: 40px;
    }
    .secAfterTop .cmnZehTit{
        letter-spacing: 1px;
    }
    .secAfterTop .cmnZehPoint{
        top: -10px;
        left: calc(50% - 25px);
    }
    .secAfterTop .afterImg{
        margin: 20px auto 0;
        width: 100%;
    }
}
/* secAfterCmnBox */
.secAfterCmnBox .supportTopBox{
    height: 350px;
    position: relative;
}
.secAfterCmnBox .supportTopBox::after{
    position: absolute;
    content: "";
    width: calc(100% - 70px);
    height: 100%;
    top: 0;
    left: 0;
    background: #f7f6f4;
}
.secAfterCmnBox .wrapper{
    position: relative;
    z-index: 10;
}
.secAfterCmnBox .supportTitBox{
    padding-top: 87px;
}
.secAfterCmnBox .supporSub{
    font-size: 16px;
    letter-spacing: 1.7px;
    color: #e5002c;
    position: relative;
    display: inline-block;
}
.secAfterCmnBox .supporSub::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(50% - 2px);
    right: -17px;
    background: #e5002c;
}
.secAfterCmnBox .supporMain{
    font-size: 40px;
    font-weight: bold;
    margin-top: 27px;
}
.secAfterCmnBox .supporTit{
    font-size: 22px;
    line-height: 1.81;
    font-weight: bold;
    margin-top: 19px;
}
.secAfterCmnBox .supportList{
    position: relative;
    z-index: 10;
    display: flex;
    flex-flow: row-reverse;
}
.secAfterCmnBox .supportImg{
    margin-top: -250px;
}
.secAfterCmnBox .supportTxtBox{
    width: calc(100% - 630px);
    padding: 34px 80px 0 0;
}
.secAfterCmnBox .supportTxt{
    font-size: 15px;
    line-height: 2.7;
}
@media only screen and (max-width:767px){
    .secAfterCmnBox .supportTopBox{
        height: auto;
        padding: 30px 0 57px;
    }
    .secAfterCmnBox .supportTopBox::after{
        width: 100%;
    }
    .secAfterCmnBox .supportTitBox{
        padding-top: 0;
    }
    .secAfterCmnBox .supporSub{
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .secAfterCmnBox .supporSub::after{
        top: calc(50% - 2px);
        right: -18px;
    }
    .secAfterCmnBox .supporMain{
        font-size: 20px;
        margin-top: 18px;
    }
    .secAfterCmnBox .supporTit{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 14px;
    }
    .secAfterCmnBox .supportList{
        display: block;
    }
    .secAfterCmnBox .supportImg{
        margin: -39px auto 0;
        width: 100%;
    }
    .secAfterCmnBox .supportTxtBox{
        width: 100%;
        padding: 13px 0 0;
    }
    .secAfterCmnBox .supportTxt{
        font-size: 12px;
        line-height: 2;
    }
}
@media only screen and (max-width:359px){
    .secAfterCmnBox .supporTit{
        font-size: 11px;
    }
}
/* secAfterSupport */
.secAfterSupport{
    margin-top: 125px;
}
.secAfterSupport .supportItem{
    margin-top: 99px;
}
.secAfterSupport .boxImg{
    margin-top: 73px;
}
.secAfterSupport .sixList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.secAfterSupport .sixItem{
    width: 31.25%;
    margin-right: 3.125%;
}
.secAfterSupport .sixItem:nth-child(3n){
    margin-right: 0;
}
.secAfterSupport .sixItem:nth-child(n+4){
    margin-top: 50px;
}
.secAfterSupport .supportNote{
    font-size: 12px;
    line-height: 2;
    margin-top: 25px;
}
@media only screen and (max-width:767px){
    .secAfterSupport{
        margin-top: 50px;
    }
    .secAfterSupport .supportItem{
        margin: 28px auto 0;
        width: 92%;
    }
    .secAfterSupport .boxImg{
        margin-top: 39px;
        width: 96%;
        padding-right: 4vw;
        margin-left: auto;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .secAfterSupport .scrollItem img {
        width: 1024px;
    }
    .secAfterSupport .sixList{
        display: block;
        margin-top: 50px;
    }
    .secAfterSupport .sixItem{
        width: 100%;
        margin-right: 0;
    }
    .secAfterSupport .sixItem:nth-child(n+2){
        margin-top: 20px;
    }
    .secAfterSupport .sixItem:nth-child(n+4){
        margin-top: 20px;
    }
    .secAfterSupport .supportNote{
        font-size: 10px;
        line-height: 1.5;
        margin-top: 15px;
    }
}
/* secAfterRelief */
.secAfterRelief{
    margin-top: 149px;
}
.secAfterRelief .secAfterCmnBox .supportTitBox{
    padding-top: 62px;
}
.secAfterRelief .secAfterCmnBox .supporMain{
    line-height: 1.5;
    margin-top: 18px;
}
.secAfterRelief .secAfterCmnBox .supporTit{
    margin-top: 8px;
}
.secAfterRelief .secZCmnZehTitBox{
    margin-top: 100px;
}
.secAfterRelief .cmnZehPoint{
    top: -15px;
    left: calc(50% - 37px);
}
.secAfterRelief .reliefImg{
    margin-top: 42px;
}
@media only screen and (max-width:767px){
    .secAfterRelief{
        margin-top: 50px;
    }
    .secAfterRelief .secAfterCmnBox .supportTopBox{
        padding: 30px 0 50px;
    }
    .secAfterRelief .secAfterCmnBox .supportTitBox{
        padding-top: 0;
    }
    .secAfterRelief .secAfterCmnBox .supporMain{
        margin-top: 12px;
    }
    .secAfterRelief .secAfterCmnBox .supporTit{
        margin-top: 7px;
    }
    .secAfterRelief .secAfterCmnBox .supportImg{
        margin: -33px auto 0;
    }
    .secAfterRelief .secZCmnZehTitBox{
        margin-top: 42px;
    }
    .secAfterRelief .cmnZehPoint {
        top: -10px;
        left: calc(50% - 25px);
    }
    .secAfterRelief .reliefImg{
        margin: 18px auto 0 0;
        width: 91.595%;
    }
}
/* secAfterLast */
.secAfterLast{
    margin-top: 152px;
}
.secAfterLast .secAfterCmnBox .supportTitBox{
    padding-top: 46px;
}
.secAfterLast .secAfterCmnBox .supporMain{
    line-height: 1.5;
    margin-top: 18px;
}
.secAfterLast .secAfterCmnBox .supporTit{
    margin-top: 14px;
    line-height: 1.63;
}
.secAfterLast .secAfterCmnBox .supportTxtBox{
    padding: 42px 80px 0 0;
}
@media only screen and (max-width:767px){
    .secAfterLast{
        margin-top: 45px;
    }
    .secAfterLast .secAfterCmnBox .supportTopBox{
        padding: 30px 0 36px;
    }
    .secAfterLast .secAfterCmnBox .supportTitBox{
        padding-top: 0;
    }
    .secAfterLast .secAfterCmnBox .supporMain{
        margin-top: 12px;
    }
    .secAfterLast .secAfterCmnBox .supporTit{
        margin-top: 10px;
        line-height: 1.77;
    }
    .secAfterLast .secAfterCmnBox .supportImg{
        margin: -21px auto 0;
    }
    .secAfterLast .secAfterCmnBox .supportTxtBox{
        padding: 13px 0 0;
    }
}
/* secZehPoint */
.secZehPoint.after{
    margin-top: 184px;
}
.secZehPoint.after .pointInner.lazyloaded {
    background: url(../img/concept/bgPointAfter.jpg) center top / cover;
}
.secZehPoint.after .mainTit{
    font-size: 50px;
    letter-spacing: 1px;
    margin-top: 29px;
}
.secZehPoint.after .txtBox{
    padding-bottom: 11px;
}
@media only screen and (max-width:767px){
    .secZehPoint.after{
        margin-top: 89px;
    }
    .secZehPoint.after .pointInner.lazyloaded {
        background: url(../img/concept/bgPointAfter_sp.jpg) center top / cover;
    }
    .secZehPoint.after .tit{
        font-size: 15px;
        line-height: 2;
        margin-top: 20px;
    }
    .secZehPoint.after .mainTit {
        font-size: 22px;
        line-height: 1.81;
        margin-top: 6px;
        letter-spacing: normal;
    }
    .secZehPoint.after .txtBox {
        padding: 1px 0 0;
    }
}
@media only screen and (max-width:359px){
    .secZehPoint.after .tit{
        font-size: 13px;
    }
}