@charset "utf-8";
/**
/* 駐在ランディングページ CSS
----------------------------------------------- */
/*　　FV　　*/
.chuzai-fv{
	position: relative;
	margin: 4.5rem 0 0 0;
}
.chuzai-fv .fv-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.chuzai-fv .fv-box .text{
	font-family: "Noto Sans JP", serif;
	color: #111111;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 2rem;
}
.chuzai-fv .fv-box h2{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}
.chuzai-fv .fv-box .bg-text{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.35;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
	margin-top: 5.5rem;
}
@media only screen and (max-width: 990px) {
	.chuzai-fv .fv-box .text{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.chuzai-fv .fv-box h2{
		font-size: 3.25rem;
	}
	.chuzai-fv .fv-box .bg-text{
		font-size: 1.625rem;
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.chuzai-fv .fv-img{
		height: 30.5rem;
	}
	.chuzai-fv .fv-img img{
		height: 100%;
		object-fit: cover;
	}
	.chuzai-fv .fv-box{
		top: 3rem;
		height: 100%;
		transform: translate(-50%, 0%);
	}
	.chuzai-fv .fv-box .text{
		font-size: 1.125rem;
	}
	.chuzai-fv .fv-box h2{
		font-size: 2.25rem;
	}
	.chuzai-fv .fv-box .bg-text{
		position: absolute;
		bottom: 4.5rem;
		font-size: 1.625rem;
		line-height: 1.25;
		margin-top: 0;
	}
}
.landing-guide .free-trial .trial_btn li a{
	background: #0692ff;
	color: #ffffff;
}
.landing-guide .free-trial .trial_btn li a:hover{
	background: #ffffff;
	color: #0692ff;
	text-shadow: 0px 0px 0px rgba(32, 89, 158, 0.75);
}
/*　　選ばれる理由　　*/
#reason .reason-list .reason-items{
	border-radius: 0.625rem;
}
@media only screen and (max-width: 767px) {
	#reason .reason-list .reason-items{
		border-radius: 0.625rem;
	}
}
/*　　帰国子女入試　合格実績　　*/
.chuzai #track-record{
	background: url(../img/chuzai/record_bg.png) center top no-repeat;
	background-size: cover;
	padding: 6.25rem 0 5rem 0;
}
@media only screen and (max-width: 767px) {
	.chuzai #track-record{
		position: relative;
		background: url(../img/chuzai/sp_record_bg.png) center top no-repeat;
		background-size: cover;
		padding: 4rem 0 3rem 0;
	}
	.chuzai #track-record::before{
		position: absolute;
		content: '';
		background: rgb(255, 255, 255, 0.75);
		width: 100%;
		height: 20rem;
		top: 2rem;
		left: 0;
	}
}