@charset "utf-8";

/* ---------------------------------------- 
 - clubhouse_box
---------------------------------------- */
.clubhouse_box {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto 120px;
}
.clubhouse_box .visual {
	margin-bottom: 40px;
}
/* clubhouse_txt */
.clubhouse_txt {
	display: flex;
	justify-content: space-between;
}
.clubhouse_txt .ttl_box {
	width: 45%;
	max-width: 750px;
}
.clubhouse_txt .ttl_box .ttl .en {
	font-size: 4.0rem;
	font-weight: 200;
	line-height: 1.2;
	color:#657568;
}
.clubhouse_txt .ttl_box .ttl .jp {
	font-size: 1.8rem;
	display: block;
}
.clubhouse_txt .lead_box {
	width: 60%;
	max-width: 600px;
	margin-top: 0.5em;
	border-left:solid 1px #92a395;
	padding-left: 30px;
	display: flex;
	align-items: center;		
}
@media screen and (max-width: 1024px) {
	/* clubhouse_txt */
	.clubhouse_txt .ttl_box {
		width: 50%;
	}
	.clubhouse_txt .ttl_box .ttl .en {
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 768px) {
	.clubhouse_box {
		margin: 50px auto 60px;
	}
	.clubhouse_box .visual {
		margin-bottom: 20px;
	}
	/* clubhouse_txt */
	.clubhouse_txt {
		display: block;
		position: relative;
		padding-bottom: 50px;
	}
	.clubhouse_txt .ttl_box {
		width: 100%;
	}
	.clubhouse_txt .ttl_box .ttl {
		margin-bottom: 1.0em;
	}
	.clubhouse_txt .ttl_box .ttl .en {
		font-size: 2.6rem;
		font-weight: 300;
	}
	.clubhouse_txt .ttl_box .ttl .jp {
		font-size: 1.6rem;
	}
	.clubhouse_txt .lead_box {
		width: 100%;
		max-width: 100%;
		border-left:none;
		padding-left: 0;
		display: block;		
	}
}