@charset "utf-8";

/* qualityBtn */
.qualityBtn{
	max-width: 1100px;
	width:90%;
	margin: 0 auto;
	padding: 50px 0;
}
.qualityBtn>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qualityBtn>ul>li{
	width: 18%;
	text-align: center;
	margin-bottom: 10px;
}
.qualityBtn>ul>li:nth-last-child(-n+5){
	margin-bottom: 0px;
}
.qualityBtn>ul>li>a{
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #0d102c;
	background-color: #dfd7c2;
	border: 1px solid #dfd7c2;
	padding: 0.75em 0em;
	box-sizing: border-box;
	transition: 1s all;
}
.qualityBtn>ul>li>a:hover,
.qualityBtn>ul>li>a:active,
.qualityBtn>ul>li>a.current{
	color: #dfd7c2;
	background-color: #0d102c;
	border: 1px solid #0d102c;
	transition: 1s all;
}
@media (max-width:1024px){
	.qualityBtn>ul>li{
		width: 19%;
	}
	.qualityBtn>ul>li>a{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.qualityBtn>ul>li{
		width: 48%;
	}
	.qualityBtn>ul>li>a{
		font-size: 0.8em;
	}
	.qualityBtn>ul>li:nth-last-child(-n+5){
		margin-bottom: 10px;
	}
	.qualityBtn>ul>li:nth-last-child(-n+2){
		margin-bottom: 0px;
	}
}

/* titleBox */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.titleBox{
	background-image: url(../images/smartLife/bg01.jpg);
	text-align: center;
	background-size: cover;
	background-position: center center;
	margin-bottom: 50px;              
}
.titleBox>h3{
	font-family: "Jost", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 0.5em 3em;
	box-sizing: border-box;
	height: 100%;
	color: #fff;
	display: inline-block;
	background-image: url(../images/smartLife/bg02.jpg);
	background-size: cover;
	background-position: center center;                  
}
@media (max-width:1024px){
	.titleBox>h3{
		font-size: 1.4em;                 
	}
}
@media (max-width:768px){
	.titleBox>h3{
		font-size: 1.3em;                 
	}
}

/* zeh */
.zeh>.txtBox,
.zeh>.ttlBox,
.zeh>.imgBox{
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;                        
}
.zeh>.txtBox>p.em{
	font-size: 1.25em;
	line-height: 1.8;
	letter-spacing: 0.25em;
}
.zeh>.ttlBox>h4{
	font-family: "Jost", sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 0.25em 2em;
	box-sizing: border-box;
	display: inline-block;
	color: #1c2857;
	position: relative;
	margin-bottom: 30px;
}
.zeh>.ttlBox>h4:before,
.zeh>.ttlBox>h4:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #1c2857;
}
.zeh>.ttlBox>h4:before{
	top: 0;
	left: 0;
}
.zeh>.ttlBox>h4:after{
	top: 0;
	right: 0;
}
.zeh>.ttlBox>p{
	font-size: 0.9em;
	line-height: 2.5;
}
.zeh>.ttlBox>p.em{
	font-size: 1.3em;
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.zeh>.ttlBox>p.catchTxt{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
@media (max-width:1024px){
	.zeh>.txtBox>p.em{
		font-size: 1.15em;
	}
	.zeh>.ttlBox>h4{
		font-size: 1.55em;
	}
	.zeh>.ttlBox>p.em{
		font-size: 1.2em;
	}
	.zeh>.ttlBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:768px){
	.zeh>.txtBox,
	.zeh>.ttlBox,
	.zeh>.imgBox{
		width: 90%;
		margin-bottom: 30px;                       
	}
	.zeh>.ttlBox>h4{
		font-size: 1.35em;
	}
	.zeh>.ttlBox>p.em{
		font-size: 1.1em;
	}
}

/* standard */
.standard{
	margin-bottom: 80px;
}
.standard>.standardWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	border: 1px solid #1c2857;
}
.standard>.standardWrap>.ttlBox{
	margin-bottom: 30px;
}
.standard>.standardWrap>.ttlBox>h5{
	font-size: 1.25em;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}
.standard>.standardWrap>.ttlBox>p{
	font-size: 0.9em;
	line-height: 1.8;                        
}
.standard>.standardWrap>.contentBox{
	margin-bottom: 50px;
}
.standard>.standardWrap>.contentBox>h5{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	font-weight: 500;
	color: #1c2857;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1c2857;
}
.standard>.standardWrap>.contentBox>.contentRow{
	margin-bottom: 30px;
}
.standard>.standardWrap>.contentBox>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.standard>.standardWrap>.contentBox>.contentRow>ul>.leftBox{
	width: 16%;
}
.standard>.standardWrap>.contentBox>.contentRow>ul>.rightBox{
	width: 80%;
}
.standard>.standardWrap>.contentBox>.contentRow>ul>.rightBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.standard>.standardWrap>.contentBox>.imgRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.standard>.standardWrap>.contentBox>.imgRow>.leftBox,
.standard>.standardWrap>.contentBox>.imgRow>.rightBox{
	width: 48%;
	text-align: center;
}
.standard>.standardWrap>.contentBox>.imgRow>.leftBox>h6,
.standard>.standardWrap>.contentBox>.imgRow>.rightBox>h6{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #1c2857;
	padding: 0.5em 1em;
	box-sizing: border-box;
	background-color: #dfd7c2;
	margin-bottom: 10px;
}
.standard>.standardWrap>.contentBox>.imgRow>.leftBox>p,
.standard>.standardWrap>.contentBox>.imgRow>.rightBox>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9em;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 10px;
}
.standard>.standardWrap>.contentBox>p.noticeTxt{
	font-size: 0.75em;
	text-align: center;
}
.standard>.standardWrap>.contentBox>.contentRow02>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.standard>.standardWrap>.contentBox>.contentRow02>ul>li{
	width: 31%;
}
.standard>.standardWrap>.contentBox>.contentRow02>ul>li>.txtBox>h6{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	color: #1c2857;
	background-color: #dfd7c2;
	margin-bottom: 10px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.standard>.standardWrap>.contentBox>.contentRow02>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.standard>.standardWrap>.conclusionBox{
	padding: 20px;
	box-sizing: border-box;
	border: 3px solid #dfd7c2;
	border-radius: 10px;
	text-align: center;
}
.standard>.standardWrap>.conclusionBox>h5{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	font-weight: 500;
	text-align: center;
	color: #1c2857;
	margin-bottom: 5px;
}
.standard>.standardWrap>.conclusionBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.zehSlider>.swiper-wrapper>.swiper-slide{
	padding-bottom: 30px;
}
.zehSlider>.swiper-wrapper>.swiper-slide>.txtBox>h6{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	color: #1c2857;
	background-color: #dfd7c2;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.75em 0;
}
.zehSlider>.swiper-wrapper>.swiper-slide>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.swiper-button-prev,
.swiper-button-next{
	width: 30px;
	height: 30px;
	background-color: #0d102c;
	transition: 0.5s;
	margin-top: 0;
}
.swiper-button-prev{
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}
.swiper-button-next{
	top: 50%;
	right: 0;
	transform: translate(0%,-50%);
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{
	font-size: 1em;
	color: #bfad68;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	bottom: var(--swiper-pagination-bottom, 4px);
}
.swiper-pagination-bullet{
	background-color: #ccc;
	opacity: 1;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	transition: 0.3s;
	border-radius: 50%;
}
/* アクティブ（現在のスライド） */
.swiper-pagination-bullet-active{
	background-color: #bfad68;
}
@media (max-width:1024px){
	.standard>.standardWrap>.ttlBox>h5{
		font-size: 1.15em;
	}
	.standard>.standardWrap>.contentBox>h5,
	.standard>.standardWrap>.conclusionBox>h5{
		font-size: 1.05em;
	}
	.standard>.standardWrap>.ttlBox>p,
	.standard>.standardWrap>.contentBox>.contentRow>.rightBox>p,
	.standard>.standardWrap>.contentBox>.imgRow>.leftBox>p,
	.standard>.standardWrap>.contentBox>.imgRow>.rightBox>p,
	.standard>.standardWrap>.contentBox>.contentRow>ul>li>.txtBox>p,
	.standard>.standardWrap>.conclusionBox>p{
		font-size: 0.8em;                       
	}
	.standard>.standardWrap>.contentBox>.imgRow>.leftBox>h6,
	.standard>.standardWrap>.contentBox>.imgRow>.rightBox>h6,
	.standard>.standardWrap>.contentBox>.contentRow>ul>li>.txtBox>h6{
		font-size: 0.9em;
	}
	.standard>.standardWrap>.contentBox>p.noticeTxt{
		font-size: 0.65em;
	}
}
@media (max-width:768px){
	.standard{
		margin-bottom: 50px;
	}
	.standard>.standardWrap{
		width: 90%;
		padding: 30px;
	}
	.standard>.standardWrap>.ttlBox{
		margin-bottom: 20px;
	}
	.standard>.standardWrap>.ttlBox>h5{
		margin-bottom: 10px;
	}                       
	.standard>.standardWrap>.contentBox{
		margin-bottom: 30px;
	}
	.standard>.standardWrap>.contentBox>.contentRow>ul{
		justify-content: center;
		flex-direction: column;
	}
	.standard>.standardWrap>.contentBox>.contentRow>ul>.leftBox{
		max-width: 200px;
		width: 30%;
		margin-bottom: 10px;
	}
	.standard>.standardWrap>.contentBox>.contentRow>ul>.rightBox{
		max-width: 400px;
		width: 100%;
	}
	.standard>.standardWrap>.contentBox>.imgRow{
		flex-direction: column;
	}
	.standard>.standardWrap>.contentBox>.imgRow>.leftBox,
	.standard>.standardWrap>.contentBox>.imgRow>.rightBox{
		max-width: 400px;
		width: 100%;
	}
	.zehSlider{
		max-width: 400px;
		width: 100%;
	}
	.standard>.standardWrap>.contentBox>.contentRow02>ul>li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.standard>.standardWrap>.contentBox>.contentRow02>ul>li:last-child{
		margin-bottom: 0px;
	}
	.standard>.standardWrap>.contentBox>.contentRow02>ul>li>.imgBox,
	.standard>.standardWrap>.contentBox>.contentRow02>ul>li>.txtBox{
		width: 48%;
	}
	.standard>.standardWrap>.contentBox>.contentRow02>ul>li>.txtBox>h6{
		height: auto;
		padding: 10px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.standard>.standardWrap>.conclusionBox{
		padding: 10px;
	}
}
@media (max-width:500px){
	.standard>.standardWrap{
		padding: 20px;
	}
	.standard>.standardWrap>.contentBox>.contentRow>ul>li>.imgBox,
	.standard>.standardWrap>.contentBox>.contentRow>ul>li>.txtBox{
		width: 100%;
	}
}

/* comfortLivingSpace */
.comfortLivingSpace_wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}
.comfortLivingSpace_wrap>.ttlBox{
	margin-bottom: 30px;
}
.comfortLivingSpace_wrap>.ttlBox>p{
	font-size: 0.9em;
	line-height: 1.8;
	text-align: center;
}
.comfortLivingSpace_wrap>.imgBox{
	margin-bottom: 30px;
}
.imgNotice{
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	font-size: 0.75em;
}
.imgNotice.white{
	color: #fff;
}
.comfortLivingSpace_wrap>.ttlBox>h3{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.comfortLivingSpace_wrap>.contentBox{
	margin-bottom: 30px;
}
.comfortLivingSpace_wrap>.contentBox:last-of-type{
	margin-bottom: 0px;
}
.comfortLivingSpace_wrap>.contentBox>h4{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.comfortLivingSpace_wrap>.contentBox>h4>span:nth-child(1){
	max-width: 50px;
	width: 8%;
	margin-right: 1em;
}
.comfortLivingSpace_wrap>.contentBox>h4>span:nth-child(2){
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #1c2857;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li{
	width: 48%;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox,
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02,
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.imgBox{
	margin-bottom: 30px;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.imgBox.shortWidth{
	max-width: 350px;
	width: 70%;
	margin: 0 auto;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.imgBox02{
	margin-bottom: 10px;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox>h5{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	color: #1c2857;
	background-color: #dfd7c2;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox>p,
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02>h6{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #1c2857;
	margin-bottom: 10px;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02>p.noticeTxt{
	font-size: 0.75em;
	text-align: right;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>p.noticeTxt{
	font-size: 0.75em;
	line-height: 1.4;
}
.comfortLivingSpace_wrap>.contentBox>.txtBox>h5{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	font-weight: 500;
	text-align: center;
	color: #1c2857;
	background-color: #dfd7c2;
	padding: 0.5em 1em;
	margin-bottom: 10px;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>.txtBox{
	width: 68%;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>.imgBox{
	width: 28%;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
	margin-bottom: 10px;
}
.comfortLivingSpace_wrap>.contentBox>.contentRow>.txtBox>p.noticeTxt{
	font-size: 0.75em;
	line-height: 1.8;
}
.under500{
	display: none;
}
@media (max-width:1024px){
	.comfortLivingSpace_wrap>.contentBox>h4>span:nth-child(2){
		font-size: 1.15em;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox>h5{
		font-size: 1.05em;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox>p,
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02>p{
		font-size: 0.8em;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02>h6{
		font-size: 0.9em;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02>p.noticeTxt,
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>p.noticeTxt{
		font-size: 0.65em;
	}
	.comfortLivingSpace_wrap>.contentBox>.txtBox>h5{
		font-size: 1.05em;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>.txtBox>p{
		font-size: 0.8em;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>.txtBox>p.noticeTxt{
		font-size: 0.65em;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>.txtBox{
		width: 100%;
		margin-bottom: 20px;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>.imgBox{
		max-width: 350px;
		width: 70%;
		margin: 0 auto;
	}
}
@media (max-width:768px){
	.comfortLivingSpace_wrap{
		width: 90%;
	}
	.comfortLivingSpace_wrap>.ttlBox,
	.comfortLivingSpace_wrap>.imgBox{
		margin-bottom: 30px;
	}
	.comfortLivingSpace_wrap>.contentBox{
		margin-bottom: 20px;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li{
		width: 100%;
		margin-bottom: 30px;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li:last-child{
		margin-bottom: 0px;
	}
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox,
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.txtBox02,
	.comfortLivingSpace_wrap>.contentBox>.contentRow>ul>li>.imgBox{
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
}