@charset "utf-8";
/* CSS Document */

.chamber{
	position: relative;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index:1;
}
.chamber .four-areas{
	align-items: center;
	position: relative;
	z-index:1;
	transform:translate3d(0, 0, 0);
	display: flex;
	justify-content:space-between;
	color: #86868B;
}


.chamber .four-areas .four-areas-left{
	font-size: 0;
	line-height: 1;
	filter:blur(0);
	transition: filter 400ms;
	width: 56.25vw;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	object-fit:contain;
	float: left;
}

.chamber .four-areas .four-areas-right{
	float: right;
	align-items: center;
	position: relative;
	width: -webkit-fill-available;
	background: #fff;
	height: 100%;
	display: flex;
	justify-content:center;
	flex-direction:column;
}

.chamber .four-areas .four-areas-right .second-slogan:hover{
	background-color: #6baed9;
		padding: 10px 15px;
	border-radius:10px;
}

.chamber .four-areas .four-areas-right .other-button:hover{
	background-color:#f1b56e;
	padding: 10px 15px;
	border-radius:10px;
}


.chamber .four-areas .four-areas-right .second-slogan{
	font-size: 24px;
	color: #000;
	line-height: 1;
	position: relative;
	background-color: #f1b56e;
	padding: 10px 15px;
	border-radius:10px;
	color: #fff;
}

.chamber .four-areas .four-areas-right .second-slogan a{
	color: #fff;
}

.chamber .four-areas .four-areas-right .slogan{
	font-size: 43px;
	color: #000;
	line-height: 1.6;
	margin: 10px 0 30px 0;
	position: relative;
	background-image: linear-gradient(90deg, rgb(241, 181, 110), rgb(107, 174, 217));
	-webkit-text-fill-color:rgba(0, 0, 0, 0);
	-webkit-background-clip:text;
	white-space:nowrap;
	font-weight: 600;
	letter-spacing: 3px;
}

.chamber .four-areas .four-areas-right .details-text{
	font-size: 24px;
	color: #333;
	line-height: 2;
	margin: 10px 0;
	position: relative;
	text-align: center;
}

.chamber .four-areas .four-areas-right .details-text h1{
	font-size: 24px;
	color: #333;
	line-height: 1.4;
	margin: 10px 0;
	position: relative;
}

.chamber .four-areas .four-areas-right .details-text h2{
	font-size: 24px;
	line-height: 1.4;
	margin: 10px 0;
	position: relative;
	color: #2580bb;
}

.chamber .four-areas .four-areas-right .details-text h3{
	font-size: 24px;
	line-height: 1.4;
	margin: 10px 0;
	position: relative;
}


.chamber .four-areas .four-areas-right .other-button{
	font-size: 20px;
	color: #6baed9;
	line-height: 1;
	position: relative;
	background-color: #6baed9;
	padding: 10px 15px;
	border-radius:10px;
	color: #fff;
	margin-top: 30px;
}

.chamber .four-areas .four-areas-right .other-button a{
	color: #fff;
}










