@charset "utf-8";
/**
/* 永住ランディングページ CSS
----------------------------------------------- */
/*　　FV　　*/
.eijyu-fv{
	position: relative;
	background: #f7f7f7;
	padding: 8rem 0 4rem 0;
}
.eijyu-fv .inner{
	width: 94%;
	align-items: flex-start;
	max-width: 1400px;
}
.eijyu-fv .fv-cont{
	position: relative;
	width: calc(100% - 20.625rem);
	padding-right: 1.5rem;
}
.eijyu-fv .fv-video{
	position: relative;
	width: 50%;
}
.eijyu-fv .fv-video .video{
	padding-top: 75.25%;
}
.eijyu-fv .fv-video .video video{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 3.875rem;
}
.eijyu-fv .fv-text{
	position: relative;
	width: 50%;
	padding-top: 1.875rem;
}
.eijyu-fv .fv-text .text{
	font-family: "Noto Sans JP", serif;
	color: #111111;
	font-size: 2.125rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.025em;
}
.eijyu-fv .fv-text .ttl{
	position: absolute;
	bottom: 0;
}
.eijyu-fv .fv-text .ttl img{
	width: 98%;
	max-width: 30rem;
}
.eijyu-fv .fv-box{
	background: #ffffff;
	width: 20.625rem;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	border-radius: 0.875rem;
	padding: 1.25rem;
}
.eijyu-fv .fv-box h2{
	font-family: "Noto Sans JP", serif;
	color: #0692ff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.eijyu-fv{
		padding: 7rem 0 2rem 0;
	}
	.eijyu-fv .inner{
		width: 90%;
	}
	.eijyu-fv .fv-cont{
		position: initial;
		width: 100%;
		padding-right: 0;
	}
	.eijyu-fv .fv-video{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.eijyu-fv .fv-video .video video{
		border-radius: 2.875rem;
	}
	.eijyu-fv .fv-text{
		width: 100%;
		padding-top: 0;
	}
	.eijyu-fv .fv-text .text{
		font-size: 1.1875rem;
		margin-bottom: 0.875rem;
	}
	.eijyu-fv .fv-text .ttl{
		bottom: -8rem;
	}
	.eijyu-fv .fv-text .ttl img{
		width: 100%;
		max-width: 30rem;
	}
}
.landing-guide .free-trial .trial_btn li a{
	background: #fe9602;
	color: #ffffff;
}
.landing-guide .free-trial .trial_btn li a:hover{
	background: #ffffff;
	color: #fe9602;
	text-shadow: 0px 0px 0px rgba(32, 89, 158, 0.75);
}
/*　　選ばれる理由　　*/
.eijyu #reason h2{
	margin-bottom: 5.5rem;
}
#reason .reason-list .reason-items{
	padding: 2rem 0.875rem 1.5rem 0.875rem;
	border-radius: 2.25rem;
}
#reason .reason-list .reason-items::before{
	content: "";
	position: absolute;
	background: #ffffff;
	width: 70%;
	height: 6.25rem;
	right: 50%;
	top: -2.75rem;
	transform: translateX(50%);
	border-radius: 50%;
	z-index: -1;
}
#reason .reason-list .reason-items:nth-child(3) h3,
#reason .reason-list .reason-items:nth-child(4) h3{
	padding: 1rem 0;
}
#reason .reason-list .reason-items .text a{
	color: #314098;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
#reason .reason-list .reason-items .img{
	text-align: center;
}
#reason .reason-list .reason-items .img img{
	width: 55%;
}
#reason .reason-list .reason-items .img:hover img{
	background: #fff799;
}
@media only screen and (max-width: 767px) {
	#reason .class-box{
		background: #ffffff;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
		border-radius: 0.5rem;
		padding: 1.25rem 1.125rem;
		margin-bottom: 2.5rem;
	}
	#reason .class-box h2{
		font-family: "Noto Sans JP", serif;
		color: #0692ff;
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 1.35;
		letter-spacing: 0.025em;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.eijyu #reason{
		padding: 1.5rem 0 3rem 0;
	}
	.eijyu #reason h2{
		margin-bottom: 1.5rem;
	}
	#reason .reason-list .reason-items{
		padding: 1.125rem 0.75rem 1rem 0.75rem;
		border-radius: 0.625rem;
	}
	#reason .reason-list .reason-items::before{
		content: none;
	}
	#reason .reason-list .reason-items:nth-child(3) h3,
	#reason .reason-list .reason-items:nth-child(4) h3{
		padding: 0.5rem 0;
	}
	#reason .reason-list .reason-items .text a{
		margin-bottom: 0.25rem;
	}
}
/*　　日本語の実績　　*/
.eijyu #track-record{
	background: #edf4ff;
	padding: 5.625rem 0 3.125rem 0;
}
.eijyu .track-record-cont{
	max-width: 960px;
	padding: 0;
}
.track-record-cont .guide-ttl{
	margin-bottom: 4rem;
}
.track-record__figure-cont h3{
	text-align: center;
	margin-bottom: 2rem;
}
.track-record__figure-cont h3 span{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
    font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.05em;
	border-top: 1px solid #273f97;
	border-bottom: 1px solid #273f97;
	padding: 0.5rem 1.5rem;
}
.track-record-cont .block_btn{
	margin-top: 4rem;
}
.eijyu .track-record__table-cont table {
	margin: 5.5rem 0 0 0;
}
.eijyu .track-record__table3 tr td.bg-gray {
	background-color: #273f97;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.35;
}
.eijyu .track-record__table3 tr td {
	background-color: #ffffff;
	font-size: 1.3125rem;
	line-height: 1.35;
	border: 1px solid #273f97;
	padding: 0.625rem;
}
.track-record-cont .more_btn{
	margin-top: 3rem;
}
.track-record-cont .more_btn li{
	display: inline-block;
	width: 100%;
	max-width: 23.75rem;
}
.track-record-cont .more_btn li a{
	background: #0692ff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 1.3125rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 3.5rem;
	border: 1px solid #0692ff;
	text-align: center;
	padding: 0.875rem;
}
.track-record-cont .more_btn li a:hover{
	color: #0692ff;
	background: #fff;
}
@media only screen and (max-width: 767px) {
	.eijyu #track-record{
		padding: 3.625rem 0 3rem 0;
	}
	.track-record-cont .guide-ttl{
		margin-bottom: 2rem;
	}
	.track-record-figure{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 0.625rem;
	}
	.track-record-figure img{
		width: 42rem;
		max-width: inherit;
	}
	.track-record__figure-cont h3{
		margin-bottom: 2rem;
	}
	.track-record__figure-cont h3 span{
		padding: 0.375rem 1.5rem;
	}
	.track-record-cont .block_btn{
		margin-top: 4rem;
	}
	.eijyu .track-record__table-cont table {
		margin: 2.5rem 0 0 0;
	}
	.eijyu .track-record__table3 tr td.bg-gray {
		font-size: 1rem;
	}
	.eijyu .track-record__table3 tr td {
		font-size: 0.875rem;
		padding: 0.625rem;
	}
	.track-record-cont .more_btn{
		margin-top: 2rem;
	}
	.track-record-cont .more_btn li{
		max-width: 14.75rem;
	}
	.track-record-cont .more_btn li a{
		font-size: 1rem;
		padding: 0.875rem;
	}
}