@charset "utf-8";
/**
/* トップページ CSS
----------------------------------------------- */
/*　　FV　　*/
.front-fv{
	position: relative;
	margin: 4.5rem 0 0 0;
}
.front-fv .fv-box{
	position: absolute;
	align-items: center;
	max-width: 1400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.front-fv .fv-cont{
	position: relative;
	width: calc(100% - 20.625rem);
	padding-left: 2.5rem;
}
.front-fv .fv-cont .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;
}
.front-fv .fv-cont h3{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0.5rem;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}
.front-fv .fv-cont .fv_btn{
	margin-top: 2.5rem;
}
.front-fv .fv-cont .fv_btn li{
	display: inline-block;
	width: 100%;
	max-width: 23.75rem;
}
.front-fv .fv-cont .fv_btn li a{
	display: block;
	background: #0692ff;
	font-family: "Noto Sans JP", serif;
	color: #ffffff;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.35;
	border: 2px solid #0692ff;
	padding: 1.25rem 3rem;
	border-radius: 2.5rem;
}
.front-fv .fv-cont .fv_btn li a:hover{
	background: #ffffff;
	color: #0692ff;
}
.front-fv .trial-voice{
	background: #ffffff;
	width: 20.625rem;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	border-radius: 0.875rem;
	padding: 1.25rem;
}
.front-fv .trial-voice 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;
}
.front-fv .trial-voice .trial-voice-inner{
	max-height: 22rem;
}
@media only screen and (max-width: 767px) {
	.front-fv .fv-box{
		top: 2rem;
		transform: translate(-50%, 0%);
	}
	.front-fv .fv-cont{
		width: 100%;
		padding-left: 0;
	}
	.front-fv .fv-cont .text{
		font-size: 1.875rem;
	}
	.front-fv .fv-cont h3{
		font-size: 2.25rem;
		margin-top: 0;
	}
	.front-fv .fv-cont .fv_btn{
		margin-top: 1rem;
	}
	.front-fv .fv-cont .fv_btn li{
		max-width: 16rem;
	}
	.front-fv .fv-cont .fv_btn li a{
		font-size: 0.9375rem;
		text-align: center;
		border: 1px solid #0692ff;
		padding: 0.75rem 1rem;
	}
	.front-fv .trial-voice .trial-voice-inner{
		max-height: 15rem;
	}
}
.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);
}
/*　　20年間選んで頂いた理由　　*/
#chose{
	background: #002060;
	padding: 5rem 0 0 0;
}
.top-chose h2.ttl{
	font-family: "Noto Sans JP", serif;
	color: #0692ff;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 4rem;
}
.top-chose .chose-list{
	background: #ffffff;
	column-gap: 0.625rem;
	row-gap: 0.625rem;
}
.top-chose .chose-list .chose-items{
	position: relative;
	width: calc(50% - 0.3125rem);
	height: 25rem;
}
.top-chose .chose-list .chose-items a{
	display: block;
	height: 100%;
}
.chose-list .chose-items .chose-items__pix{
	width: 100%;
	height: 100%;
}
.top-chose .chose-list .chose-items a:hover .chose-items__pix > img {
	filter: brightness(60%);
}
.chose-list .chose-items .chose-items__pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.chose-list .chose-items .chose-items__item{
	position: absolute;
	font-family: "Noto Sans JP", serif;
	color: #fff;
	width: 80%;
	top: 5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.chose-list .chose-items .caption{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
}
.chose-list .chose-items h3{
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1.2;
}
.chose-list .chose-items h3 small{
	font-size: 2.25rem;
	font-weight: 500;
}
.chose-list .chose-items .chose-items__img{
	width: 13.125rem;
}
.chose-list .chose-items .link{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 5.875rem;
}
@media only screen and (max-width: 990px) {
	.top-chose .chose-list .chose-items{
		height: 20rem;
	}
	.chose-list .chose-items .chose-items__item{
		width: 85%;
		top: 4rem;
	}
	.chose-list .chose-items .caption{
		font-size: 1.75rem;
	}
	.chose-list .chose-items h3{
		font-size: 2.375rem;
	}
	.chose-list .chose-items h3 small{
		font-size: 2rem;
	}
	.chose-list .chose-items .chose-items__img{
		width: 8.125rem;
	}
	.chose-list .chose-items .link{
		font-size: 1.125rem;
		margin-top: 2.875rem;
	}
}
@media only screen and (max-width: 767px) {
	#chose{
		padding: 2rem 0 0 0;
	}
	#chose .class-box{
		background: #ffffff;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
		border-radius: 0.5rem;
		padding: 1.25rem 1.125rem;
		margin: 0 5%;
		margin-bottom: 2.5rem;
	}
	#chose .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;
	}
	.top-chose h2.ttl{
		font-size: 1.875rem;
		margin-bottom: 2rem;
	}
	.top-chose .chose-list{
		background: #002060;
		column-gap: 0;
		row-gap: 0.375rem;
	}
	.top-chose .chose-list .chose-items{
		position: relative;
		width: 100%;
		height: 12.5rem;
	}
	.chose-list .chose-items .chose-items__item{
		width: 80%;
		top: 3rem;
	}
	.chose-list .chose-items .caption{
		font-size: 1.125rem;
	}
	.chose-list .chose-items h3{
		font-size: 1.5rem;
	}
	.chose-list .chose-items h3 small{
		font-size: 1.5rem;
	}
	.chose-list .chose-items .chose-items__img{
		width: 7rem;
		margin-top: -1.5rem;
	}
	.chose-list .chose-items .link{
		font-size: 0.8125rem;
		margin-top: 4.875rem;
	}
}
/*　　Future　　*/
.front .future-cont__inner{
	padding: 4rem 2rem;
}
@media only screen and (max-width: 767px) {
	.front #future{
		padding: 0;
	}
	.front #future .am-bg-pix > img {
		object-position: -9rem center;
	}
	.front .future-cont{
		width: 100%;
		padding: 0;
	}
	.front .future-cont__inner{
		 padding: 4.5rem 1.5rem;
	}
}
/*　　コース　　*/
.front-course .guide-ttl{
	margin-bottom: 2rem;
}
.front-course .course-cont__content{
	column-gap: 0;
}
.front-course .course-cont__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 3rem 0;
}
.front-course .course-cont__title span{
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0.5rem 0 0 0;
}
.front-course .course-cont__text p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.front-course .course-cont__container .more_btn li a{
	font-size: 0.9375rem;
	padding: 0.625rem 2rem;
}
.front-course .course-cont__container .block_btn{
	margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
	.front #course{
		padding: 3.75rem 0 0 0;
	}
	.front-course .guide-ttl{
		margin-bottom: 2rem;
	}
	.front-course .course-cont__content{
		column-gap: 0;
	}
	.front-course .course-cont__layout {
		margin: 0;
		padding: 2.5rem 1.5rem 4rem 1.5rem;
	}
	.front-course .course-cont__title {
		margin: 0 0 2rem 0;
	}
	.front-course .course-cont__title span{
		color: #273f97;
		margin: 0.375rem 0 0 0;
	}
	.front-course .course-cont__container .more_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
	.front-course .course-cont__container .more_btn li a{
		font-size: 1.125rem;
		padding: 0.75rem 2rem;
	}
	.front-course .course-cont__container .block_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
}
/*　　20年間の実績　　*/
.front #track-record{
	background: #f4f4f4;
	padding: 5.875rem 0;
}
.front .track-record-cont{
	max-width: inherit;
	padding: 0;
}
.track-record-cont .guide-ttl{
	margin-bottom: 5rem;
}
.track-record-cont .track-record__figure-inner{
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 1.25rem;
	padding-bottom: 0.625rem;
}
.track-record-cont .track-record__figure-items{
	background: #333333;
	display: flex;
    flex-direction: column;
	width: fit-content;
	min-width: 55.65rem;
	border-radius: 2rem;
	padding: 2.5rem 3.5rem 3rem 3.5rem;
	margin: 0 1.25rem;
}
.track-record-cont .track-record__figure-items h3{
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-bottom: 1.25rem;
}
.track-record-cont .track-record__figure-items .box{
	background: url(../img/top/new/record_bg.png) center top no-repeat;
	background-size: cover;
	display: flex;
    flex-direction: column;
    flex-grow: 1;
	padding: 3rem 1.5rem 2rem 1.5rem;
}
.track-record-cont .track-record__figure-items .box .track-record-wrap:not(:last-child){
	margin-bottom: 0.875rem;
}
.track-record-cont .track-record__figure-items .box .track-record__cont-points-item:last-child{
	margin: 0;
}
.front .track-record__cont-points-title{
	margin-top: -1.375rem;
}
.front .track-record__cont-points-title span{
	width: 11.25rem;
	font-size: 1.4375rem;
}
.front .track-record__cont-points-text{
	padding: 1.5rem 3rem;
}
.front .track-record__cont-points-text p{
	font-size: 0.875rem;
	line-height: 1.65;
}
.front .track-record__cont-points-item.blue{
	border: 2px solid #29abe2;
}
.front .track-record__cont-points-item.blue .track-record__cont-points-title span{
	background: #29abe2;
}
.front .track-record__cont-points-item.purple{
	border: 2px solid #662d91;
}
.front .track-record__cont-points-item.purple .track-record__cont-points-title span{
	background: #662d91;
}
.front .track-record__cont-points-item.red{
	border: 2px solid #fc0624;
}
.front .track-record__cont-points-item.red dl:not(:last-child){
	margin-bottom: 0.875rem;
}
.front .track-record__cont-points-item.red dl dt{
	color: #156082;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.front .track-record__cont-points-item.red dl dd{
	color: #333333;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
	.front #track-record{
		padding: 4.5rem 0 3rem 0;
	}
	.track-record-cont .guide-ttl{
		margin-bottom: 3rem;
	}
	.track-record-cont .track-record__figure-inner{
		padding: 0 0.625rem;
		padding-bottom: 0.625rem;
	}
	.track-record-cont .track-record__figure-items{
		min-width: 33.5rem;
		border-radius: 1rem;
		padding: 1.5rem;
		margin: 0 0.5rem;
	}
	.track-record-cont .track-record__figure-items h3{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.track-record-cont .track-record__figure-items .box{
		padding: 2rem 1.5rem 1.5rem 1.5rem;
	}
	.track-record-cont .track-record__figure-items .box .track-record-wrap:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.front .track-record__cont-points-title{
		margin-top: -1rem;
	}
	.front .track-record__cont-points-title span{
		width: 6.5rem;
		font-size: 0.875rem;
	}
	.front .track-record__cont-points-text{
		padding: 4.5rem 1.5rem 1rem 1.5rem;
	}
	.front .track-record__cont-points-text p{
		font-size: 0.625rem;
	}
	.front .track-record__cont-points-item.red .track-record__cont-points-text{
		padding: 4.5rem 1.5rem 1rem 1.5rem;
	}
	.front .track-record__cont-points-item.red dl:not(:last-child){
		margin-bottom: 0.875rem;
	}
	.front .track-record__cont-points-item.red dl dt{
		font-size: 0.875rem;
	}
	.front .track-record__cont-points-item.red dl dd{
		font-size: 0.875rem;
	}
}