@charset "utf-8";
/*-----------------------------------------------
	mainWrapper
-----------------------------------------------*/
.mainWrapper{
    background-color: #F7F7F7;
}

/*-----------------------------------------------
	bgUnder
-----------------------------------------------*/
.bgUnder{
    padding: 100px 0 80px;
    background: #FAFAFA;
    margin-top: 120px;
}
.navListUnder{
    width: 1260px;
    margin: 0 auto 0;
    font-size: 0;
}
.navListUnder .item{
    position: relative;
    color: #FFF;
    overflow: hidden;
    width: 300px;
    height: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
}
.navListUnder .item:nth-child(4n),
.navListUnder .item:last-child{
    margin-right:0;
}
.navListUnder .conBox{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    min-width: 100%;
    z-index: 10;
}
.navListUnder .item a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.navListUnder .item a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}
.navListUnder .conBox .titBlock{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 1.55;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 3px rgba(0,0,0,0.6);
}
.navListUnder .imgBox{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;    
}
.navListUnder .item:hover .imgBox{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.navListUnder .imgBox img{
    width: 100%;
    height: auto;
}
.navListUnder .iconNum{
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 10;
    width: 27px;
}
.navListUnder .iconNum img{
    width: 100%;
    height: auto;
}
.navListUnder .itemBack{
    width: 620px;
    height: 220px;
    background: #009E42;
    display: inline-block;
    vertical-align: top;
}
.navListUnder .itemBack .btnIn{
    display: block;
    color: #FFF;
    height: 220px;
    box-sizing: border-box;
    padding-top: 98px;
    text-align: center;
}
.navListUnder .itemBack .btnIn .inner{
    display: inline-block;
    font-size: 21px;
    background: url("../img/technology_new/iconBack.gif") left center /22px no-repeat;
    padding: 1px 0 1px 33px;
    font-weight: 700;
}
@media only screen and (max-width:767px){
	.bgUnder{
		padding: 50px 0;
		margin-top: 60px;
	}
	.navListUnder{
		display: flex;
		flex-wrap: wrap;
        justify-content: space-between;
		gap: 10px 2%;
		width: 100%;
	}
	.navListUnder .item{
		width: 48.12%;
        height: auto;
		margin: 0;
	}
	.navListUnder .conBox{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 10px 0;
	}
	.navListUnder .conBox .titBlock{
        font-size: 15px;
        letter-spacing: 0;
	}
	.navListUnder .iconNum{
        left: 7px;
        top: 7px;
        width: 24px;
	}
	.navListUnder .imgBox {
		position: static;
	}
	.navListUnder .itemBack{
		width: 100%;
        height: auto;
	}
	.navListUnder .itemBack .btnIn{
		height: auto;
        padding: 30px 0 28px;
	}
	.navListUnder .itemBack .btnIn .inner{
		font-size: 17px;
		background-size: 14px auto;
	}
}

/*-----------------------------------------------
	secHead
-----------------------------------------------*/
.secHead{
    margin-top: 100px;
}
/* boxTit */
.secHead .boxTit{
    text-align: center;
}
.secHead .boxTit .tit{
    font-weight: bold;
    font-size:40px;
    line-height: 1.5;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secHead .boxTit .titEng,
.secHead .boxTit .titNum{
    display: inline-block;
    margin-right: 10px;
}
.secHead .boxTit .titEng{
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 8px;
}
.secHead .boxTit .titNum{
    margin-right: 20px;
}
/* boxTxt */
.secHead .boxTxt{
    margin-top: 45px;
    text-align: center;
}
.secHead .boxTxt .tit,
.secHead .boxTxt .txt{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1px;
}
.secHead .boxTxt .txt{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
}
@media only screen and (max-width:767px){
    .secHead{
        margin-top: 10px;
    }
    /* boxTit */
    .secHead .boxTit .tit{
        flex-wrap: wrap;
        justify-content: center;
        font-size:25px;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }
    .secHead .boxTit .titEng{
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 1px;
        margin: 2px 5px 0 0;
    }
    .secHead .boxTit .titNum{
        margin-right: 0;
    }
    .secHead .boxTit .titJp{
        display: block;
        width: 100%;
    }
    /* boxTxt */
    .secHead .boxTxt{
        margin-top: 15px;
    }
    .secHead .boxTxt .tit{
        font-size: 15px;
        line-height: 1.8;
    }
    .secHead .boxTxt .txt{
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
        margin-top: 14px;
    }
}

/*-----------------------------------------------
	secBody
-----------------------------------------------*/
.secBody{
    margin-top: 80px;
}
.secBody .boxList{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.secBody .boxList .item{
    width: 100%;
    background: #fff;
    padding: 40px;
}
/* boxImg */
.secBody .boxImg{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 80px;
}
/* img */
.secBody .img{
    display: block;
}
/* imgMax */
.secBody .imgMax{
    text-align: center;
}
.secBody .imgMax img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
/* w100p */
.secBody .w100p{
    width: 100%;
}
/* w600 */
.secBody .w600{
    max-width: 46.876%;
}
/* imgDouble */
.secBody .imgDouble{
    text-align: center;
}
.secBody .imgDouble img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
/* boxTxt */
.secBody .boxTxt{
    text-align: left;
    margin-top: 18px;
}
.secBody .boxTxt:only-child{
    width: 100%;
    margin-top: 0;
}
.secBody .item01 .boxTxt{
    width: 100%;
}
.secBody .boxTxt .tit{
    font-size: 25px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.secBody .boxTxt .txt{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.secBody .boxTxt .tit + .txt{
    margin-top: 5px;
}
.secBody .boxTxt .tit:not(:empty) + .txt:not(:empty){
    margin-top: 20px;
    padding-top: 25px;
    background: linear-gradient(to right, #797979, #797979 1px, transparent 1px, transparent 4px) left top / 4px 1px repeat-x;
}
.secBody .boxTxt .tit.tit_line{
    text-decoration: underline;
}
/* item03,item04 */
.secBody .item03,
.secBody .item04{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secBody .item03 .boxTxt,
.secBody .item04 .boxTxt{
    margin-top: 0;
}
/* item06 */
.secBody .item06 .boxMovie{
    position: relative;
    text-align: center;
    padding-top: 26.407%;
    width: 100%;
    height: 0;
    margin: 0 auto;
}
.secBody .item06 iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* item08 */
.secBody .item08 .boxTxt{
    width: 100%;
}
@media only screen and (max-width:767px){
    .secBody{
        margin-top: 50px;
    }
    .secBody .boxList{
        gap: 35px 0;
    }
    .secBody .boxList .item{
        padding: 25px 5%;
    }
    /* boxImg */
    .secBody .boxImg{
        gap: 2.51%;
    }
    /* w600 */
    .secBody .w600{
        max-width: 47.75%;
    }
    .secBody .w100ps{
        max-width: 100%;
        width: 100%;
    }
    /* boxTxt */
    .secBody .boxTxt{
        margin-top: 15px;
    }
    .secBody .boxTxt .tit{
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .secBody .boxTxt .txt{
        font-size: 13px;
        letter-spacing: 0;
    }
    .secBody .boxTxt .tit + .txt{
        margin-top: 8px;
    }
    .secBody .boxTxt .tit:not(:empty) + .txt:not(:empty){
        margin-top: 15px;
        padding-top: 15px;
    }
    /* item03,item04 */
    .secBody .item03{
        flex-direction: column-reverse;
    }
    .secBody .item04{
        flex-direction: column;
    }
    .secBody .item03 .boxTxt,
    .secBody .item04 .boxTxt{
        margin-bottom: 15px;
    }
    /* item06 */
    .secBody .item06 .boxMovie{
        padding-top: 56.12%;
    }
    /* item06 */
    .secBody .item08 .boxTxt{
        margin: 0 auto 15px;
    }
}
/* secCmnBnr */
.secCmnBnr a {
    background-image: url(../img/technology/imgCmnBnrArrow.png);
}

/* secTechnologyLinkListRenewal */
.secTechnologyLinkListRenewal{
    background: #fff;
    padding: 150px 0 200px!important;
    margin-top: 120px;
}
.secTechnologyLinkListRenewal .wrapperTit{
    display: flex;
    justify-content: space-between;
}
.secTechnologyLinkListRenewal .txtTitEng{
    font-size: 30px;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 110px;
    margin-top: 183px;
    display: flex;
    align-items: center;
}
.secTechnologyLinkListRenewal .txtTitEng::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #000;
    position: absolute;
    top: calc(50% + 3px);
    right: 0;
    transform: translateY(-50%);
}
.secTechnologyLinkListRenewal .boxLIst{
    padding: 0 50px;
    margin-top: 87px;
}
@media only screen and (max-width:767px){
    .secTechnologyLinkListRenewal{
        padding: 60px 0 80px!important;
        margin-top: 60px;
    }
    .secTechnologyLinkListRenewal .wrapperTit{
        justify-content: center;
    }
    .secTechnologyLinkListRenewal .txtTitBottom{
        width: 95px;
    }
    .secTechnologyLinkListRenewal .boxLIst{
        padding: 0;
        margin-top: 60px;
    }
}

/* btnMore */
.secTechnologyLinkListRenewal .btnMore {
    width: 800px;
    height: 110px;
    border: 1px solid #000;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 100px auto 0;
    position: relative;
}
.secTechnologyLinkListRenewal .btnMore::after {
    content: '';
    width: 140px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}
.secTechnologyLinkListRenewal .btnMore.lazyloaded::after {
    background: url(../img/housing_new/btnMoreArrow_back.png) center left / cover no-repeat;
}
@media only screen and (max-width:767px){
    .secTechnologyLinkListRenewal .btnMore {
        width: 92%;
        margin: 0 auto;
        height: 90px;
        padding: 0 18px;
        font-size: 15px;
        line-height: calc(24 / 16);
        letter-spacing: 0;
        text-align: right;
        margin: 80px auto 0;
        max-width: 400px;
    }
    .secTechnologyLinkListRenewal .btnMore::after {
        width: 75px;
        height: 8px;
        left: 20px;
    }
}
@media only screen and (max-width:320px){
    .secTechnologyLinkListRenewal .btnMore {
        width: 89.335%;
        margin: 0 auto;
        height: 70px;
        padding: 0 18px;
        font-size: 12px;
        line-height: calc(24 / 16);
        letter-spacing: 0;
        margin: 40px auto 0;
        max-width: 400px;
    }
}