/*-----------ページ下部読み込みコンテンツ -----------------*/
@import url("housing.css");
.in-wo-block{
}
.in-re-block{
	margin-top: 120px;
}
@media screen and (max-width:640px) {
	.in-re-block{
		margin-top: 96px;
	}
}



#sub_headimage {
    background-image: url(../img/passive/head_img.jpg);
}
/*-----------プランページ外側リート文 -----------------*/

.passive{
	width: 980px;
	margin: 130px auto;
}
@media screen and (max-width:1080px) {
	.passive{
		width: auto;
		margin: 90px 5%;
	}
}
@media screen and (max-width:640px) {
	.passive{
		width: auto;
		margin: 70px 7%;
	}
}


/*----*/

/*----------- ベース　-----------------*/

.passive .ttl_box{
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}
.passive .ttl_box p span{
	font-weight: bold;
}
.passive .ttl_box .small{
	color: #9e9d9d;
	font-size: 12px;
	margin-top: 15px;
}
.passive .midasi_eng{
    color: #a49b7b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.passive .midasi1{
	color: #11161d;
	font-size: 35px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 26px;
}
.passive .midasi2{
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	display: inline-block;
}
.passive .txt_link{
	margin-top: 15px;
}
.passive .txt_link li{
	margin-bottom: 6px;
}
.passive .txt_link a{
	position: relative;
	color: #3d6398;
	font-size: 15px;
}
.passive .txt_link a::before{
    content: "> ";
}
/* .passive .txt_link a::after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #3d6398;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}

.passive .txt_link a:hover::after{
    transform: scale(1, 1);
} */
@media screen and (max-width:640px) {
	.passive .midasi_eng{
	    font-size: 15px;
	}
	.passive .midasi1{
		font-size: 25px;
		line-height: 1.4em;
		letter-spacing: 0.02em;
		margin-bottom: 18px;
	}
	.passive .midasi2{
		font-size: 18px;
		line-height: 1.4em;
	}
	.passive .txt_link a{
		font-size: 13px;
	}
}




/*----------- ブロック１-----------------*/
.block1{
	margin: 130px auto;
}
.block1 p{
	color: #6b6b6b;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-top: 35px;
}
.block1 img{
	display: block;
	width: 100%;
	height: auto;
}

.block1 .slick-dots li button::before{
	color: #e0d3a7;
	opacity: .6;
}
.block1 .slick-dots li.slick-active button::before{
	opacity: 1;
}
@media screen and (max-width:640px) {
	.block1{
		margin: 70px auto;
	}
	.block1 p{
		font-size: 14px;
	}
	.block1 .slick-dots{
		bottom: 10px;
	}
	.block1.slick-dots li button::before{
	    font-size: 4px;
	    line-height: 16px;
	    top: 0;
	    left: 0;
	    width: 10px;
	    height: 10px;
	    content: '•';
	}
}




/*----------- ブロック2-----------------*/
.block2{
	margin: 130px auto;
}
.block2 .flex2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block2 .point_box{
	width: calc(50% - 25px);
	margin-bottom: 72px;
}
.block2 .point_box .text{
	margin-top: 26px;
}
.block2 .point_box .midasi2{
	margin-top: 10px;
	margin-bottom: 15px;
}
.block2 .point_box .text p{
	font-size: 13.5px;
	line-height: 1.6em;
	text-align: justify;
	letter-spacing: 0.05em;
}
.block2 .point_box .text span{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #a49b7b;
	padding: 2px 14px;

}
.block2 .point_box .text .small{
	color: #6b6b6b;
	font-size: 11px;
	margin-top: 12px;
}
.block2 .point_box img{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width:640px) {
	.block2{
		margin: 70px auto;
	}
	.block2 .flex2{
		display: block;
	}
	.block2 .point_box{
		width: 100%;
		margin-bottom: 50px;
	}
	.block2 .point_box .text{
		margin-top: 20px;
	}
	.block2 .point_box .text p{
		font-size: 13px;
	}
	.block2 .point_box .text span{
		font-size: 11px;
	}
	.block2 .point_box .text .small{
		margin-top: 8px;
	}
}


/*----------- ブロック3-----------------*/
.block3{
	margin: 130px auto;
}
.block3 .flex3{
	display: flex;
	justify-content: space-between;
}
.block3 .flex3 li{
	width: 30%;
}
.block3 .flex3 li img{
	display: block;
	width: 100%;
	height: auto;
}
.block3 .midasi2{
	margin-top: 40px;
}
.block3 .works{
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 24px 0;
}
.block3 .works article{
	width: 22%;
	margin-right: 4%;
	margin-bottom: 35px;
}
.block3 .works article:nth-child(4n){
	margin-right: 0;
}
@media screen and (max-width:1019px) {
	.block3.works_list_img::before{
	    width: 100%;
	}
}
@media screen and (max-width:640px) {
	.block3{
		margin: 70px auto;
	}
	.block3 .flex3{
		display: block;
	}
	.block3 .flex3 li{
		width: 100%;
		margin-bottom: 10px;
	}
	.block3 .flex3 li:last-child{
		margin-bottom: 0;
	}
	.block3 .works{
		margin: 20px 0;
	}
	.block3 .works article{
		width: 47%;
		margin-right: 6%;
	}
	.block3 .works article:nth-child(2n){
		margin-right: 0;
	}
	.block3 .ttl_box{
		margin-bottom: 30px;
	}
}










