@charset "utf-8";
/* CSS Document */

.figure.tac {
	margin-top: 120px;
}

@media screen and (max-width: 767px) {
	.figure.tac {
		margin-top: 30px;
	}
}

.imgCol2 {
	margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
	.imgCol2 {
		margin-bottom: 60px;
	}
}

.houseType {
	margin-top: 230px;
	padding: 0 0 70px;
	position: relative;
	z-index: 0;
}
.houseType:after {
	content:'';
	display: block;
	background: rgba(0,0,0,0.03);
	border-radius: 0 131px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(100% - 40px);
	width: 96%;
	z-index: -1;
}
.houseType .headline {
	font-size: 4.8rem;
	font-weight: 700;
	margin-bottom: 100px;
	padding: 0 40px;
}
.houseType .headline span {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 17px;
}
.houseTypeCol {
	align-items: flex-start;
}
.houseTypeCol .unit {
	display: block;
	padding-bottom: 100px;
	position: relative;
}

.houseTypeCol.imgRight .unit {
	padding-left: 170px;
}
.houseTypeCol.imgLeft .unit {
	padding-right: 170px;
}

.houseTypeCol .unit:nth-of-type(2n) {
	padding-top: 80px;
}

.houseTypeCol .unit .txt {
	border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	background: #fff;
	padding: 20px 14px 30px;
	position: absolute;
	bottom: 0;
	width: 350px;
}
.houseTypeCol.imgRight .unit .txt {
	left: 0;
}
.houseTypeCol.imgLeft .unit .txt {
	right: 0;
}
.houseTypeCol .unit .txt .caption {
	color: #7BA327;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.houseTypeCol .unit .txt .subttl {
	font-size: 1.4rem;
}
.houseTypeCol .unit .txt .ttl {
	color: #022202;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0;
}

.houseType .btnWrap {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	.houseType {
		margin-top: 80px;
		padding-bottom: 50px;
	}
	.houseType .headline {
		font-size: 2.4rem;
		margin-bottom: 30px;
		padding: 0 3%;
	}
	.houseType:after {
		border-radius: 0 30px 0 0;
		height: calc(100% - 20px);
		width: 90%;
	}
	.houseTypeCol .unit{
		margin-bottom: 30px;
	}
	.houseTypeCol.imgRight .unit, .houseTypeCol.imgLeft .unit {
		padding: 0 0 80px;
	}
	.houseTypeCol .unit .img {
		margin: 0 0 0 10%;
		width: 90%;
	}
	.houseTypeCol .unit .txt {
		padding: 10px;
		width: 70%;
	}
	.houseTypeCol.imgLeft .unit .txt {
		right: auto;
		left: 0;
	}

	.houseTypeCol .unit .txt .caption {
		font-size: 1.4rem;
	}
	.houseTypeCol .unit .txt .subttl {
		font-size: 1.2rem;
	}
	.houseTypeCol .unit .txt .ttl {
		font-size: 1.8rem;
	}
	.houseType .btnWrap {
		margin-top: 50px;
	}
}

/*動画*/
.video {
	margin: 170px 0 160px;
}
.video .headline {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 40px;
}
.video iframe {
	height: 676px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.video {
		margin: 50px 0 80px;
	}
	.video .headline {
		font-size: 2rem;
	}
	.video iframe {
		height: 300px;
	}

}

/*quality*/
.qualityList {
	display: flex;
	flex-wrap: wrap;
	margin: 100px 0 150px;
}
.qualityList li {
	margin: 0 4.6% 55px 0;
}

@media screen and (min-width: 768px) {
	.qualityList li:nth-child(4n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.qualityList {
		margin: 30px 0 50px;
	}
	.qualityList li {
		margin: 0 2% 20px 0;
		width: 31%;
	}
	.qualityList li:nth-child(3n) {
		margin-right: 0;
	}
}