@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
html{
	scroll-padding-top: 10rem;
}
html,body {
	font-family: YuGothic;
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1280px){
	html,body {
		font-size: 13px;
	}
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.items_center{
	align-items: center;
}
.items_end{
	align-items: flex-end;
}
.center{
	text-align: center;
}
.pc_br,
.pc_img,
.pc{
	display: none;
}
.sp_br,
.sp_img,
.sp{
	display: block;
}
@media only screen and (min-width: 767px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	.pc_br,
	.pc{
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 23.75rem;
}
.block_btn li .btn{
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #273f97;
	padding: 1rem;
}
.block_btn li .blue{
	background: #002060;
	color: #fff;
}
.block_btn li .blue:hover{
	background: #fff;
	color: #002060;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 20rem;
	}
	.block_btn li .btn{
		font-size: 1.125rem;
		padding: 0.75rem;
	}
}
/**
/* ランディングページ CSS
----------------------------------------------- */
.landing-guide .inner {
	max-width: 1080px;
}
.landing-guide .guide-ttl .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.025em;
}
.landing-guide .guide-ttl h2{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.075em;
}
.landing-guide .btn__bestsemi span,
.landing-guide .inquiry-form__button input {
	font-family: "Noto Sans JP", serif;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 3.5rem;
	padding: 0.625rem 2.8rem;
}
@media only screen and (max-width: 1360px) {
	.landing-guide .inner{
		width: 90%;
	}
}
@media only screen and (max-width: 767px) {
	.landing-guide .guide-ttl .roma{
		font-size: 1.875rem;
	}
	.landing-guide .guide-ttl h2{
		font-size: 1rem;
	}
	.landing-guide .btn__bestsemi span,
	.landing-guide .inquiry-form__button input {
		font-size: 1.125rem;
		padding: 0.5rem 2.8rem;
	}
}
/**
/*無料体験 CSS
----------------------------------------------- */
.landing-guide .free-trial{
	background: #3df729;
	padding: 2rem 0;
}
.landing-guide .free-trial h2{
	font-family: "Noto Sans JP", serif;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.075em;
	margin-top: 1rem;
}
.landing-guide .free-trial h2 small{
	display: inline-block;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	vertical-align: text-top;
	margin-top: 0.5rem;
}
.landing-guide .free-trial .trial_btn li{
	display: inline-block;
	max-width: 25rem;
}
.landing-guide .free-trial .trial_btn li a{
	display: block;
	font-family: "Noto Sans JP", serif;
	color: #ffffff;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.125;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 5.5rem;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
	text-shadow: 1px 1px 4px rgba(32, 89, 158, 0.75);
	padding: 1.25rem 3rem;
}
.landing-guide .free-trial .trial_btn li a span{
	font-family: "ゴシック体", "MS Pゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
	font-size: 2.6875rem;
	font-weight: 500;
}
.landing-guide .free-trial .trial_btn li a span small{
	font-size: 1.625rem;
	font-weight: 500;
}
.landing-guide .free-trial .trial-text{
	margin-top: -2.5rem;
	align-items: flex-end;
}
.landing-guide .free-trial .trial-text .text{
	font-family: "Noto Sans JP", serif;
	color: #111111;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.025em;
}
.landing-guide .free-trial .trial-text .text .no{
	position: relative;
	font-family: "Noto Sans JP", serif;
	font-size: 5.375rem;
	font-weight: 700;
}
.landing-guide .free-trial .trial-text .text .no small{
	display: inline-block;
	font-size: 2.375rem;
	font-weight: 700;
	margin-right: 0.875rem;
}
.landing-guide .free-trial .trial-text .text .no:before,
.landing-guide .free-trial .trial-text .text .no:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #111111;
	width: 3px;
	height: 3.25rem;
	margin: 0 0.5rem;
	margin-top: -.2rem;
	vertical-align: middle;
}
.landing-guide .free-trial .trial-text .text .no:before {
	transform: rotate(335deg);
}
.landing-guide .free-trial .trial-text .text .no:after {
	transform: rotate(20deg);
}
.landing-guide .free-trial .trial-text .note{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.025em;
	margin-left: 0.75rem;
}
@media only screen and (max-width: 990px) {
	.landing-guide .free-trial .trial-ttl{
		display: block;
		text-align: center;
	}
	.landing-guide .free-trial h2{
		margin-top: 0;
	}
	.landing-guide .free-trial .trial-text{
		display: block;
		text-align: center;
		margin-top: 0;
	}
	.landing-guide .free-trial .trial-text .note{
		margin-left: 0;
		margin-top: 0.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.landing-guide .free-trial{
		padding: 1rem 0 1.5rem 0;
	}
	.landing-guide .free-trial h2{
		font-size: 1.6875rem;
		margin-top: 0;
	}
	.landing-guide .free-trial h2 small{
		font-size: 1.1875rem;
		margin-top: 0.25rem;
	}
	.landing-guide .free-trial .trial_btn{
		margin-top: 0.625rem;
	}
	.landing-guide .free-trial .trial_btn li{
		max-width: 18rem;
	}
	.landing-guide .free-trial .trial_btn li a{
		font-size: 1.125rem;
		padding: 1.125rem 2rem 1rem 2rem;
	}
	.landing-guide .free-trial .trial_btn li a span{
		font-size: 1.6875rem;
	}
	.landing-guide .free-trial .trial_btn li a span small{
		font-size: 1.625rem;
	}
	.landing-guide .free-trial .trial-text .text{
		 font-size: 1.5625rem;
	}
	.landing-guide .free-trial .trial-text .text .no{
		 font-size: 3.75rem;
		 margin-right: 0.5rem;
	}
	.landing-guide .free-trial .trial-text .text .no small{
		font-size: 2.3125rem;
		margin-right: 0.5rem;
	}
	.landing-guide .free-trial .trial-text .text .no:before,
	.landing-guide .free-trial .trial-text .text .no:after {
		width: 2px;
		height: 3rem;
		margin: 0 0.375rem;
	}
	.landing-guide .free-trial .trial-text .note{
		font-size: 1rem;
		text-align: left;
		margin-left: 0;
	}
}
/**
/*選ばれる理由 CSS
----------------------------------------------- */
.landing-guide #reason{
	background: #002060;
	padding: 5rem 0;
}
.landing-guide #reason h2{
	font-family: "Noto Sans JP", serif;
	color: #ffffff;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 2.5rem;
}
#reason .reason-list{
	column-gap: 1.625rem;
}
#reason .reason-list .reason-items{
	position: relative;
	background: #ffffff;
	width: calc(25% - 1.25rem);
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 2rem 1rem 1.5rem 1rem;
}
#reason .reason-list .reason-items h3{
	font-family: "Noto Sans JP", serif;
	color: #0692ff;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 1rem;
}
#reason .reason-list .reason-items h3 small{
	font-size: 1.3125rem;
	font-weight: 500;
}
#reason .reason-list .reason-items .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.01em;
}
#reason .reason-list .reason-items .teachers_btn{
	margin-top: auto;
}
#reason .reason-list .reason-items .teachers_btn li{
	width: 50%;
}
#reason .reason-list .reason-items .teachers_btn li .link{
	position: relative;
	font-family: "Noto Sans JP", serif;
	color: #314098;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
	padding-bottom: 0.5rem;
}
#reason .reason-list .reason-items .teachers_btn li .link::after{
	content: '';
	background: url(../img/chuzai/arrow.png) no-repeat center;
	background-size: contain;
	width: 5rem;
	height: 0.45rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
#reason .reason-list .reason-items .teachers_btn li a{
	display: block;
}
#reason .reason-list .reason-items .teachers_btn li a:hover img{
	background: #fff799;
}
#reason .reason-list .reason-items .block_btn{
	width: 100%;
	margin-top: auto;
}
#reason .reason-list .reason-items .block_btn li{
	max-width: 10rem;
}
#reason .reason-list .reason-items .block_btn li .btn{
	font-size: 0.8125rem;
	border: 1px solid #314098;
	padding: 0.625rem;
}
#reason .reason-list .reason-items .block_btn li .blue{
	background: #314098;
}
#reason .reason-list .reason-items .block_btn li .blue:hover{
	background: #ffffff;
	color: #314098;
}
@media only screen and (max-width: 990px) {
	#reason .reason-list{
		column-gap: 1rem;
	}
	#reason .reason-list .reason-items{
		width: calc(25% - 0.75rem);
	}
	#reason .reason-list .reason-items h3{
		font-size: 1.5rem;
	}
	#reason .reason-list .reason-items h3 small{
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 767px) {
	.landing-guide #reason{
		padding: 3.5rem 0 3rem 0;
	}
	.landing-guide #reason h2{
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	#reason .reason-list{
		column-gap: 0.625rem;
		row-gap: 0.625rem;
	}
	#reason .reason-list .reason-items{
		width: calc(50% - 0.3125rem);
		padding: 1.125rem 0.75rem 1rem 0.75rem;
	}
	#reason .reason-list .reason-items h3{
		width: 100%;
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
	#reason .reason-list .reason-items h3 small{
		font-size: 0.875rem;
	}
	#reason .reason-list .reason-items .text{
		margin-bottom: 0.625rem;
	}
	#reason .reason-list .reason-items .teachers_btn{
		display: block;
		padding: 0 0.625rem;
		margin-top: 1.25rem;
	}
	#reason .reason-list .reason-items .teachers_btn li{
		width: 100%;
	}
	#reason .reason-list .reason-items .teachers_btn li .link{
		font-size: 1rem;
	}
	#reason .reason-list .reason-items .teachers_btn li .link .sp{
		display: inline-block;
	}
	#reason .reason-list .reason-items .teachers_btn li .link::after{
		content: none;
	}
}
/**
/* Future CSS
----------------------------------------------- */
.landing-guide .future-cont {
	padding: 6.875rem 0;
}
.landing-guide .future-cont__inner{
	padding: 4rem;
}
.future-cont__inner .guide-ttl{
	margin-bottom: 3.5rem;
}
.future-cont__subtext p{
	color: #111111;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.78;
}
.future-cont__inner .block_btn{
	margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.landing-guide #future{
		background: #f8f6f6;
		padding: 2rem 1.25rem;
	}
	.landing-guide .future-cont{
		padding: 2.5rem 0;
	}
	.landing-guide .future-cont__inner{
		 padding: 2rem 1.5rem;
	}
	.future-cont__inner .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.future-cont__subtext p{
		font-size: 1rem;
	}
	.future-cont__inner .block_btn{
		margin-top: 1.5rem;
	}
}
/**
/* コース概要 CSS
----------------------------------------------- */
.landing-guide #course{
	padding: 5.75rem 0 8.125rem 0;
}
.course-cont .guide-ttl{
	margin-bottom: 5rem;
}
.course-cont__content{
	column-gap: 3.375rem;
}
.course-cont__ttl{
	margin-bottom: 2.5rem;
}
.course-cont__ttl .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.125;
	letter-spacing: 0.025em;
	margin-bottom: 0.875rem;
}
.course-cont__ttl h3{
	display: flex;
	align-items: center;
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.course-cont__ttl h3::after{
	content: '';
	background: #273f97;
	flex-grow: 1;
	height: 1px;
	margin-left: 1.5rem;
}
.course-cont__content .col6{
	width: calc(60% - 1.6875rem);
}
.course-cont__content .col4{
	width: calc(40% - 1.6875rem);
}
.course-cont__content h3{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.05em;
	margin-bottom: 2rem;
}
.course-cont__text dl{
	margin-bottom: 1.5rem;
}
.course-cont__text dl dt{
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 0.25rem;
}
.course-cont__text dl dt span{
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	margin-right: 0.25rem;
	margin-top: -0.375rem;
	vertical-align: middle;
}
.course-cont__text dl dd{
	color: #111111;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.73;
	margin-left: 1.25rem;
}
.course-cont__container .more_btn{
	margin-top: 2rem;
}
.course-cont__container .more_btn li{
	display: inline-block;
}
.course-cont__container .more_btn li a{
	display: block;
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #273f97;
	padding: 1rem 1.5rem;
	border-radius: 3.5rem;
}
.course-cont__container .more_btn li a:hover{
	background: #273f97;
	color: #fff;
}
.course-cont__container .block_btn{
	margin-top: 4rem;
}
.chuzai .course-cont__text .img,
.jyuken .course-cont__text .img{
	margin-top: 2rem;
}
.chuzai .course-cont__text .img img,
.jyuken .course-cont__text .img img{
	max-width: 28.3125rem;
}
@media only screen and (max-width: 767px) {
	.landing-guide #course{
		padding: 3.75rem 0 3.5rem 0;
	}
	.course-cont .guide-ttl{
		margin-bottom: 2rem;
	}
	.landing-guide .course-cont__content {
		margin: 0;
	}
	.course-cont__content{
		column-gap: 0;
	}
	.course-cont__ttl{
		text-align: center;
		margin-bottom: 2rem;
	}
	.course-cont__ttl .roma{
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.course-cont__ttl h3{
		font-size: 1.625rem;
	}
	.course-cont__ttl h3::after{
		content: none;
	}
	.course-cont__content .col6{
		width: 100%;
	}
	.course-cont__content .col4{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.course-cont__content h3{
		display: block;
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.course-cont__text dl dt{
		font-size: 1.1875rem;
		margin-bottom: 0.25rem;
	}
	.course-cont__text dl dt span{
		font-size: 0.875rem;
		margin-top: -0.125rem;
	}
	.course-cont__text dl dd{
		font-size: 1rem;
		line-height: 1.5;
		margin-left: 0;
	}
	.course-cont__container .more_btn li a{
		font-size: 1.1875rem;
		padding: 0.75rem 2rem;
	}
	.course-cont__container .block_btn{
		margin-top: 3.125rem;
	}
	.course-cont__text .img{
		margin-top: 1.5rem;
	}
}
/**
/* 帰国子女入試　合格実績 CSS
----------------------------------------------- */
.landing-guide .track-record-cont{
	max-width: 960px;
	padding: 0;
}
.track-record-cont .guide-ttl{
	margin-bottom: 4rem;
}
.landing-guide .track-record__learning-cont{
	border: 1px solid #273f97;
	margin: 0 0 4rem 0;
}
.landing-guide .track-record__cont-title{
	background-color: #273F97;
	color: #fff;
	padding: 1rem;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}
.landing-guide .track-record__cont-text{
	padding: 1.5rem 2.625rem;
}
.landing-guide .track-record__cont-text p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: -0.01em;
}
.landing-guide .track-record__eg{
	background: #ffffff;
}
.landing-guide .track-record-cont .record-ttl{
	text-align: center;
	margin-bottom: 5rem;
}
.landing-guide .track-record-cont .record-ttl img{
	max-width: 17rem;
}
.landing-guide .track-record__cont-points-item{
	display: block;
	background: #ffffff;
	border-radius: 1.25rem;
	margin: 0 0 5.375rem;
}
.landing-guide .track-record__cont-points-item:nth-child(1){
	border: 2px solid #fe9602;
}
.landing-guide .track-record__cont-points-item:nth-child(2){
	border: 2px solid #29abe2;
}
.landing-guide .track-record__cont-points-item:nth-child(3){
	border: 2px solid #662d91;
}
.landing-guide .track-record__cont-points-text{
	width: 100%;
	margin: 0;
	border: none;
	padding: 3rem 3rem 3rem 3rem;
}
.landing-guide .track-record__cont-points-title{
	height: auto;
	width: auto;
	margin-top: -1.5rem;
}
.landing-guide .track-record__cont-points-title span{
	width: 12.5rem;
	font-family: "Noto Sans JP", serif;
	color: #ffffff;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0.375rem;
	border-radius: 3.5rem;
}
.landing-guide .track-record__cont-points-item:nth-child(1) .track-record__cont-points-title span{
	background: #fe9602;
}
.landing-guide .track-record__cont-points-item:nth-child(2) .track-record__cont-points-title span{
	background: #29abe2;
}
.landing-guide .track-record__cont-points-item:nth-child(3) .track-record__cont-points-title span{
	background: #662d91;
}
.landing-guide .track-record__cont-points-text p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
	.track-record-cont .guide-ttl{
		margin-bottom: 2rem;
	}
	.track-record-cont .guide-ttl .roma{
		line-height: 1.12;
		margin-bottom: 0.5rem;
	}
	.landing-guide .track-record__learning-cont{
		margin: 0 0 2.5rem 0;
	}
	.landing-guide .track-record__cont-title{
		padding: 0.625rem;
		font-size: 0.875rem;
	}
	.landing-guide .track-record__cont-text{
		padding: 1rem 1rem;
	}
	.landing-guide .track-record__cont-text p{
		font-size: 1rem;
	}
	.landing-guide .track-record-cont .record-ttl{
		margin-bottom: 3rem;
	}
	.landing-guide .track-record-cont .record-ttl img{
		max-width: 15.625rem;
	}
	.landing-guide .track-record__cont-points-item{
		border-radius: 0.625rem;
		margin: 0 0 3.5rem;
	}
	.landing-guide .track-record__cont-points-text{
		padding: 5rem 1rem 1rem 1rem;
	}
	.landing-guide .track-record__cont-points-title{
		margin-top: -1.5rem;
	}
	.landing-guide .track-record__cont-points-title span{
		width: 8.5rem;
		font-size: 1.1875rem;
		padding: 0.375rem;
		border-radius: 3.5rem;
	}
	.landing-guide .track-record__cont-points-text p{
		font-size: 0.875rem;
	}
}
/*　　帰国生入試のポイント　　*/
/**
/* ブログ CSS
----------------------------------------------- */
#track-point{
	background: #edf4ff;
	padding: 5rem 0;
}
#track-point .point-cont{
	max-width: 960px;
	padding: 0;
}
#track-point .point-cont h2{
	position: relative;
	background: #ffffff;
	font-family: "Noto Sans JP", serif;
	font-size: 2.625rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	padding: 0.375rem;
	margin-bottom: 5rem;
}
#track-point .point-cont h2::before,
#track-point .point-cont h2::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#track-point .point-cont h2::before{
	border-top: 2.125rem solid transparent;
	border-bottom: 2.125rem solid transparent;
	border-right: 1.25rem solid #ffffff;
	border-left: 0;
	left: -1.25rem;
}
#track-point .point-cont h2::after{
	border-top: 2.125rem solid transparent;
	border-bottom: 2.125rem solid transparent;
	border-left: 1.25rem solid #ffffff;
	border-right: 0;
	right: -1.25rem;
}
#track-point .point-list{
	column-gap: 2.5rem;
	row-gap: 4.5rem;
}
#track-point .point-list .point-items{
	width: calc(50% - 1.25rem);
	background: #ffffff;
	border: 3px dashed #304098;
	border-radius: 2.5rem;
	padding: 3.5rem 1.5rem 2rem 1.5rem;
}
#track-point .point-list .point-items h3{
	display: flex;
	justify-content: center;
	align-items: center;
}
#track-point .point-list .point-items h3 span{
	background: #c2cdff;
	width: 10rem;
	font-family: "Noto Sans JP", serif;
	color: #304098;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0.375rem;
	border-radius: 3.5rem;
	margin-top: -7rem;
}
#track-point .point-list .point-items .text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375;
	letter-spacing: -0.01em;
}
#track-point .point-list .point-items .text span{
	color: #ff0000;
}
#track-point .point-cont .block_btn{
    margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
	#track-point{
		padding: 3rem 0;
	}
	#track-point .point-cont h2{
		font-size: 1.625rem;
		padding: 0.375rem;
		margin-bottom: 3rem;
	}
	#track-point .point-cont h2::before,
	#track-point .point-cont h2::after{
		content: none;
	}
	#track-point .point-list{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	#track-point .point-list .point-items{
		width: 100%;
		border: 2px dashed #304098;
		border-radius: 1.5rem;
		padding: 2.5rem 1rem 1.25rem 1rem;
	}
	#track-point .point-list .point-items h3 span{
		width: 8rem;
		font-size: 1.5rem;
		padding: 0.375rem;
		margin-top: -5rem;
	}
	#track-point .point-list .point-items .text{
		font-size: 1rem;
	}
	#track-point .point-cont .block_btn{
	    margin-top: 3rem;
	}
}
/**
/* ブログ CSS
----------------------------------------------- */
.landing-guide #instagram-column{
	padding: 6rem 0 4.5rem 0;
}
.landing-guide .column-cont{
	margin: 3.5rem auto 0;
}
.landing-guide .column-cont>.am-flex {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.landing-guide #instagram-column{
		padding: 6rem 0 4.5rem 0;
	}
	.landing-guide .column-cont{
		margin: 3.5rem auto 0;
	}
}
/**
/* SNS CSS
----------------------------------------------- */
.landing-guide #sns{
	padding: 4.75rem 0 5.75rem 0;
}
.landing-guide #sns .guide-ttl{
	margin-bottom: 2.5rem;
}
.landing-guide .sns__con-title{
	width: 10rem;
	background-color: #314098;
	
	font-size: 0.875rem;
	line-height: 1.45;
	border: 1px solid #314098;
	border-radius: 3.5rem;
	padding: 0.5rem;
	margin: 0 auto 1.75rem auto;
}
.landing-guide .sns__con-title:hover{
	background-color: #fff;
	color: #314098;
	border: 1px solid #314098;
}
.landing-guide .sns__cont .sns__icon{
	width: 6.875rem;
	height: 6.875rem;
}
.landing-guide .sns__cont .sns__icon.yt{
	width: 10rem;
	object-fit: contain ;
}
@media only screen and (max-width: 990px) {
	.landing-guide .sns__cont > .am-col3 {
		width: calc(100% / 12 * 3);
	}
}
@media only screen and (max-width: 767px) {
	.landing-guide #sns{
		padding: 3.75rem 0 2.75rem 0;
	}
	.landing-guide .sns__cont{
		row-gap: 1.5rem;
	}
	.landing-guide .sns__cont > .am-col3,
	.landing-guide .sns__cont > .am-col3:first-child{
		width: 50%;
		margin: 0;
	}
	.landing-guide .sns__con-title{
		margin: 0 auto 1.25rem auto;
	}
	.landing-guide .sns__cont .sns__icon{
		width: 4.5rem;
		height: 4.5rem;
	}
	.landing-guide .sns__cont .sns__icon.yt{
		width: 8rem;
		object-fit: contain;
	}
}
/**
/* 体験者の声 CSS
----------------------------------------------- */
.landing-guide #review{
	padding: 6.5rem 0 6rem 0;
}
.landing-guide #review .guide-ttl{
	margin-bottom: 5rem;
}
.landing-guide .review-inn-content{
    margin-top: 0;
}
.landing-guide .glsr-review-author .glsr-tag-value{
	font-size: 1.125rem;
}
.landing-guide .glsr-review-title .glsr-tag-value{
	color: #000000;
	font-size: 0.625rem;
    letter-spacing: 0;
}
.landing-guide .review-inn-content .review-list .glsr-review-content{
	color: #33333;
	font-size: 0.875rem;
	letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
	.landing-guide #review{
		padding: 3.5rem 0 3rem 0;
	}
	.landing-guide #review .guide-ttl{
		margin-bottom: 2.5rem;
	}
}
/**
/* よくある質問 CSS
----------------------------------------------- */
.landing-guide #topfaq{
	padding: 5rem 0;
}
.landing-guide #topfaq .guide-ttl{
	margin-bottom: 3.5rem;
}
.landing-guide .faq-inn-content .faq-list{
	margin-top: 0;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap h2{
	font-size: 1.3125rem;
	letter-spacing: 0;
	padding: 1.875rem 2.1875rem;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap h2:after{
	right: 2.1875rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 2px solid #fe9602;
	border-right: 2px solid #fe9602;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl{
	padding: 1.875rem;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dd{
	font-size: 1.3125rem;
	letter-spacing: 0;
	padding-right: 1.5rem;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dd:before{
	font-size: 1.5rem;
	padding-right: 1.5rem;
	margin-top: -0.625rem;
	top: 2px;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dt{
	font-size: 1.3125rem;
	letter-spacing: 0;
	line-height: 1.45;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dt.active{
	margin-top: 3rem;
}
.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dt:before{
	font-size: 1.5rem;
	padding-right: 1.5rem;
	margin-top: -0.625rem;
	top: 2px;
}
@media only screen and (max-width: 767px) {
	.landing-guide #topfaq{
		padding: 3rem 0;
	}
	.landing-guide #topfaq .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.landing-guide .faq-inn-content .faq-list {
		width: 100%;
		margin: 0;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap h2{
		font-size: 1rem;
		padding: 1.5rem 1.1875rem;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap h2:after{
		right: 1.125rem;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl{
		padding: 0.875rem;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dd{
		font-size: 1rem;
		padding-right: 1.5rem;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dd:before{
		font-size: 1.125rem;
		padding-right: 0.875rem;
		margin-top: -0.375rem;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dt{
		font-size: 1rem;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dt.active{
		margin-top: 1rem!important;
	}
	.landing-guide .faq-inn-content .faq-list .faq-list-wrap dl dt:before{
		font-size: 1.125rem;
		padding-right: 0.875rem;
		margin-top: -0.375rem;
	}
}
/**
/* 代表挨拶 CSS
----------------------------------------------- */
.landing-guide #message{
	padding: 6.5rem 0 5rem 0;
}
.landing-guide #message .guide-ttl{
	margin-bottom: 4.5rem;
}
.message__cont__content{
	max-width: 960px;
	margin: 0 auto;
}
.message__cont__content .col4{
	width: 40%;
}
.message__cont__content .col6{
	width: 60%;
	padding-left: 2.5rem;
}
.message__cont__content .message__text p{
	color: #111111;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
}
.landing-guide #message .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.landing-guide #message{
		padding: 4rem 0 3rem 0;
	}
	.landing-guide #message .guide-ttl{
		margin-bottom: 2rem;
	}
	.message__cont__content .col4{
		width: 100%;
	}
	.message__cont__content .col6{
		width: 100%;
		padding-left: 0;
		margin-top: 2rem;
	}
	.message__cont__content .message__text p{
		font-size: 1rem;
	}
	.landing-guide #message .block_btn{
		margin-top: 3rem;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
.landing-guide #information{
	background-color: #f4f4f4;
	padding: 5rem 0;
}
.landing-guide #information .guide-ttl{
	margin-bottom: 4.5rem;
}
.landing-guide .information__cont {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.landing-guide .news-item.am-flex.wrap{
	display: table;
	width: 100%;
}
.landing-guide .am-col3.information__cont-date{
	background-color: #EDF4FF;
	display: table-cell;
	width: 14rem;
	height: auto;
	font-size: 0.875rem;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 1rem;
}
.landing-guide .news-item:nth-child(even) .am-col3.information__cont-date{
	background-color: #e0ebfc;
}
.landing-guide #information .am-col9{
	display: table-cell;
	background-color: #ffffff;
	width: calc(100% - 14rem);
	font-size: 0.875rem;
	line-height: 1.25;
	vertical-align: middle;
	border-bottom: 1px solid #EDF4FF;
	padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
	.landing-guide #information{
		padding: 2.5rem 0;
	}
	.landing-guide #information .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.landing-guide .news-item.am-flex.wrap {
		margin: 0;
		line-height: initial;
	}
	.landing-guide .am-col3.information__cont-date{
		width: 6rem;
		font-size: 0.75rem;
		padding: 1rem;
	}
	.landing-guide #information .am-col9{
		width: calc(100% - 6rem);
		font-size: 0.75rem;
		padding: 1rem 1rem;
	}
}
/**
/* ブログ CSS
----------------------------------------------- */
.blog-guide{
	padding: 4.625rem 0 6.5rem 0;
}
.blog-guide h2{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
	text-align: center;
}
.landing-guide .column-cont{
	margin: 2.5rem auto 0;
}
.landing-guide .column-cont>.am-flex {
	margin: 1.5rem 0 0 0;
}
.blog-guide#instagram-column .am-col4{
	background: #ffffff;
	padding: 0;
}
.blog-guide#instagram-column .am-col4:hover{
	background: #fff799;
}
.blog-guide .blog-thumbImg {
	margin-bottom: 0;
}
.blog-guide .blog-item__pix > img{
	object-fit: cover;
	height: 100%;
}
.blog-guide .am-col4 .box-detail{
	padding: 1.25rem;
}
.blog-guide .am-col4 .column-cat{
	font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.2em;
	margin-bottom: 0.5rem;
}
.blog-guide .am-col4 .dates{
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	color: #273f97;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: .1em;
	padding-left: 1.5rem;
	margin-bottom: 1.25rem;
}
.blog-guide .am-col4 .dates:before {
	content: "";
	position: absolute;
	width: 0.625rem;
	top: 50%;
	left: 0;
	border-top: 1px solid #273f97;
	transform: translateY(-50%);
}
.blog-guide .am-col4 h3{
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.blog-guide{
		padding: 3rem 0 3.5rem 0;
	}
	.blog-guide h2{
		font-size: 1.5rem;
	}
	.blog-guide .column-cont{
		margin: 1.5rem auto 0;
	}
	.blog-guide .am-col4 .box-detail{
		padding: 1.25rem;
	}
	.blog-guide .am-col4 .column-cat{
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.blog-guide .am-col4 .dates{
		font-size: 0.75rem;
		padding-left: 1.5rem;
		margin-bottom: 1.25rem;
	}
	.blog-guide .am-col4 .dates:before {
		width: 0.625rem;
	}
	.blog-guide .am-col4 h3{
		font-size: 1rem;
	}
}
/**
/* 体験授業 CSS
----------------------------------------------- */
.trial-voice .trial-voice-inner{
	max-height: 19.375rem;
	overflow-y: scroll;
}
.trial-voice ul li,
.trial-voice p{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
}
.trial-voice ul li + li,
.trial-voice p + p{
	margin-top: 0.5rem;
}
.trial-voice ul li::before{
	background: url(../img/trial/icon.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	content: '';
	position: relative;
	width: 1.375rem;
	height: 1.375rem;
	top: 0.25rem;
	left: 0;
	margin-right: 0.375rem;
}
@media only screen and (max-width: 767px) {
	.trial-voice .trial-voice-inner{
		max-height: 15rem;
	}
	.trial-voice ul li,
	.trial-voice p{
		font-size: 0.9375rem;
	}
	.trial-voice ul li + li,
	.trial-voice p + p{
		margin-top: 0.5rem;
	}
	.trial-voice ul li::before,
	.trial-voice p::before{
		width: 1.125rem;
		height: 1.125rem;
		top: 0;
	}
}
/**
/* cv CSS
----------------------------------------------- */
.js-modal-overlay{
	display: none;
	background: rgba(35, 24, 21, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	cursor: pointer;
}
.js-modal-overlay.is-active{
	display: block;
}
.js-modal-content{
	background: #ffffff;
	opacity: 0;
	position: fixed;
	top: 50%;
	right: 50%;
	width: 90%;
	height: auto;
	max-width: 960px;
	transform: translate(50%, -50%);
	z-index: 10000;
	padding: 2rem;
	line-height: 0;
	pointer-events: none;
}
.js-modal-content.is-active{
	opacity: 1;
	pointer-events: auto;
}
.js-modal-content .modal-close{
	position: absolute;
	width: 1.875rem;
	top: 0.5rem;
	right: 0.5rem;
	cursor: pointer;
}
.js-modal-content video,
.js-modal-content iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.js-modal-content{
		padding: 0.5rem;
	}
	.js-modal-content .modal-close{
		width: 1.5rem;
		top: -0.625rem;
		right: -0.625rem;
	}
}
/**
/* フォーム CSS
----------------------------------------------- */
.form-box table{
	width: 100%;
}
.form-box table th{
	width: 10rem;
	text-align: right;
	padding: 0.75rem 1.5rem 0.75rem 0;
}
.form-box table th p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.5rem;
}
.form-box table th span{
	display: block;
}
.form-box table th .required{
	color: #ed1e79;
	font-weight: 500;
	font-size: 0.875rem;
	margin: 0;
}
.form-box table th .note{
	font-size: 0.5rem;
}
.form-box table td{
	padding: 0.75rem 0;
}
.form-box table td .date{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin: 0 0.5rem;
}
.form-box table td .date:last-child{
	margin: 0 0 0 0.5rem;
}
.form-box table td .note{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 0.25rem;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	border: 1px solid #4d4d4d;
	padding: 0.625rem;
}
.form-box table td select{
	width: 9rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #b3b3b3;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #b3b3b3;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #b3b3b3;
}
textarea{
	height: 7.5rem;
}
.form-box .form-time .wpcf7-form-control.wpcf7-checkbox{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 1em;
}
.form-box .form-time .wpcf7-list-item input{
	margin-top: -1px;
}
.form-box .form-time .wpcf7-list-item-label{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.form-box .submit-btn{
	position: relative;
	display: block;
	width: 100%;
	max-width: 23.75rem;
	color: #fff;
	background: #0692ff;
	border-radius: 3.5rem;
	border: 1px solid #0692ff;
	text-align: center;
	margin: 2rem auto 0;
	padding: 0.875rem;
}
.form-box .submit-btn:after,
.form-box .contact-btn .send-btn:after,
.contact-btn .back-btn:after{
	content: none;
}
.form-box .submit-btn:hover{
	color: #0692ff;
	background: #fff;
}
.form-box .submit-btn input{
	border: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	font-size: 1.3125rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	width: auto;
	height: auto;
	cursor: pointer;
}
.form-box .submit-btn:hover input{
	color: #0692ff;
}
.form-box .contact-btn{
	column-gap: 3rem;
	margin-top: 2rem;
}
.form-box .contact-btn .back-btn input,
.form-box .contact-btn .send-btn input{
	font-family: 'Noto Sans JP', sans-serif;
	border: 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	font-size: 1.125rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
}
.form-box .contact-btn .back-btn,
.form-box .contact-btn .send-btn{
	position: relative;
	display: block;
	width: calc(50% - 1.5rem);
	max-width: initial;
	color: #fff;
	text-align: center;
	border-radius: 3.5rem;
	margin: 0;
	padding: 0.875rem;
}
.form-box .contact-btn .back-btn:hover input {
	color: #273f97;
}
.form-box .contact-btn .send-btn{
	background: #0692ff;
	border: 1px solid #0692ff;
}
.form-box .contact-btn .send-btn:hover{
	color: #0692ff;
	background: #fff;
}
.form-box .contact-btn .send-btn:hover input{
    color: #0692ff;
}
.thankyou-box h3{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.025em;
	text-align: center;
	margin-bottom: 1rem;
}
.thankyou-box .roma{
	font-family: "Montserrat", sans-serif;
	color: #273f97;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.thankyou-box .text{
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
    font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.form-box table th{
		display: block;
		width: 100%;
		text-align: left;
		padding: 0.75rem 0 0 0;
	}
	.form-box table th span{
		display: inline-block;
	}
	.form-box table th .required{
		font-size: 0.75rem;
		margin: 0 0 0 0.375rem;
	}
	.form-box table th .note{
		font-size: 0.5rem;
	}
	.form-box table td{
		display: block;
		padding: 0.625rem 0 0 0;
	}
	.form-box table td .date{
		font-size: 0.75rem;
		margin: 0 0.375rem;
	}
	.form-box table td .date:last-child{
		margin: 0 0 0 0.375rem;
	}
	.form-box table td .note{
		margin-top: 0.375rem;
	}
	.form-box table td select{
		width: 6rem;
	}
	textarea{
		height: 7.5rem;
	}
	.form-box .form-time .wpcf7-list-item-label{
		font-size: 0.875rem;
	}
	.form-box .submit-btn{
		width: 100%;
		max-width: 16.75rem;
		padding: 0.625rem;
	}
	.form-box .submit-btn input{
		font-size: 1.125rem;
	}
	.form-box .contact-btn{
		display: block;
		text-align: center;
		margin-top: 1.25rem;
	}
	.form-box .contact-btn .send-btn{
		margin-top: 0.875rem;
	}
	.form-box .contact-btn .back-btn input,
	.form-box .contact-btn .send-btn input{
		font-size: 1.125rem;
	}
	.form-box .contact-btn .back-btn,
	.form-box .contact-btn .send-btn{
		display: inline-block;
		width: 100%;
		max-width: 16.75rem;
		padding: 0.625rem;
	}
	.thankyou-box h3{
		font-size: 1.25rem;
		margin-top: 2rem;
		margin-bottom: 0.5rem;
	}
	.thankyou-box .roma{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.thankyou-box .text{
		font-size: 0.875rem;
	}
}
/**
/* お問合せ CSS
----------------------------------------------- */
.bottom-contact{
	padding: 5rem 0 5.5rem 0;
}
.bottom-contact .inner{
	width: 90%;
	max-width: 1020px;
}
.bottom-contact .guide-ttl{
	text-align: center;
	margin-bottom: 5.5rem;
}
.bottom-contact .guide-ttl .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.025em;
}
.bottom-contact .guide-ttl h2{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.075em;
}
.bottom-contact .tel-btn dt{
	width: 5rem;
}
.bottom-contact .tel-btn dd{
	margin-left: 1.5rem;
}
.bottom-contact .tel-btn dd .roma{
	font-family: "Noto Sans JP", serif;
	color: #000000;
	font-size: 1.1875rem;
	font-weight: 300;
	line-height: 1.25;
}
.bottom-contact .tel-btn dd .roma span{
	font-weight: 500;
}
.bottom-contact .tel-btn dd .tel{
	font-family: "Noto Sans JP", serif;
	color: #000000;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.125;
	letter-spacing: 0.025em;
}
.bottom-contact .shiryo_btn li{
	display: inline-block;
	width: 12.5rem;
}
.bottom-contact .shiryo_btn li .btn{
	display: block;
	background: #314098;
	font-family: "Noto Sans JP", serif;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 0.625rem;
	border: 1px solid  #314098;;
	padding: 0.625rem 1.25rem;
}
.bottom-contact .shiryo_btn li .btn:hover{
	background: #fff;
	color: #314098;
}
.bottom-contact .line_btn li{
	display: inline-block;
}
.bottom-contact .line_btn li + li{
	margin-left: 0.625rem;
}
.bottom-contact .line_btn li a{
	display: block;
}
.bottom-contact .line_btn li img{
	width: 4.875rem;
}
.bottom-contact .bottom-company-layout{
	column-gap: 2.5rem;
	margin-top: 7rem;
}
.bottom-company-layout .company-box{
	width: calc(60% - 1.25rem);
}
.bottom-company-layout .company-box h4{
	width: 50%;
	display: inline-block;
	background: #333333;
	border-radius: 1.25rem 0 0 0;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
	padding: 0.875rem 1.125rem 0.25rem 1.125rem;
}
.bottom-company-layout .company-box h4 span{
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.025em;
}
.bottom-company-layout .company-box .box{
	background: #333333;
	border-radius: 0 1.25em 1.25em 1.25em;
	column-gap: 1.5rem;
	padding: 2rem 1.125rem 1.5rem 1.125rem;
	margin-top: -2px;
}
.bottom-company-layout .company-box .company{
	width: calc(43% - 0.75rem);
}
.bottom-company-layout .company-box .company dl + dl{
	margin-top: 1rem;
}
.bottom-company-layout .company-box .company dl dt{
	background: #fff;
	width: 5rem;
	font-family: "Noto Sans JP", serif;
	color: #333333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	padding: 0.25rem;
}
.bottom-company-layout .company-box .company dl dd{
	width: calc(100% - 5rem);
	font-family: "Noto Sans JP", serif;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.075em;
	padding-left: 1rem;
}
.bottom-company-layout .company-box .profile{
	width: calc(57% - 0.75rem);
}
.bottom-company-layout .company-box .profile dl{
	width: 65%;
	padding-right: 1.5rem;
}
.bottom-company-layout .company-box .profile dl dt{
	background: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-align: center;
	padding: 0.25rem;
	margin-bottom: 0.625rem;
}
.bottom-company-layout .company-box .profile .name{
	font-family: "Noto Sans JP", serif;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.075em;
	text-align: right;
	padding-right: 1rem;
}
.bottom-company-layout .company-box .profile .text{
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 1.25rem;
}
.bottom-company-layout .company-box .profile .img{
	width: 35%;
}
.bottom-company-layout .company-box .link{
	width: calc(57% - 0.75rem);
	margin-left: auto;
	margin-top: 0.625rem;
}
.bottom-company-layout .company-box .link li a{
	font-family: "Noto Sans JP", serif;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.075em;
}
.bottom-company-layout .block_btn{
	width: calc(40% - 1.25rem);
	text-align: right;
}
@media screen and (max-width: 1500px) {
	.bottom-contact .inner{
		max-width: 900px;
	}
}
@media only screen and (max-width: 767px) {
	.bottom-contact{
		padding: 3rem 0 3.5rem 0;
	}
	.bottom-contact .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.bottom-contact .guide-ttl .roma{
		font-size: 1.875rem;
	}
	.bottom-contact .guide-ttl h2{
		font-size: 1rem;
	}
	.bottom-contact .bottom-contact-layout{
		display: block;
	}
	.bottom-contact .tel-btn a{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.bottom-contact .tel-btn dt{
		width: 4rem;
	}
	.bottom-contact .tel-btn dd{
		margin-left: 1.25rem;
	}
	.bottom-contact .tel-btn dd .roma{
		font-size: 1rem;
	}
	.bottom-contact .tel-btn dd .tel{
		font-size: 1.75rem;
	}
	.bottom-contact .shiryo_btn{
		text-align: center;
		margin-top: 2.5rem;
	}
	.bottom-contact .shiryo_btn li{
		width: 12.5rem;
	}
	.bottom-contact .shiryo_btn li .btn{
		font-size: 1.1875rem;
		border-radius: 0.375rem;
		padding: 0.625rem 1.25rem;
	}
	.bottom-contact .line_btn{
		text-align: center;
		margin-top: 2.5rem;
	}
	.bottom-contact .line_btn li + li{
		margin-left: 0.625rem;
	}
	.bottom-contact .line_btn li img{
		width: 3.5rem;
	}
	.bottom-contact .bottom-company-layout{
		column-gap: 0;
		row-gap: 3.5rem;
		margin-top: 4rem;
	}
	.bottom-company-layout .company-box{
		width: 100%;
	}
	.bottom-company-layout .company-box h4{
		width: 60%;
		border-radius: 0.625rem 0 0 0;
		padding: 0.75rem 1rem 0.25rem 1rem;
	}
	.bottom-company-layout .company-box h4 span{
		font-size: 1rem;
	}
	.bottom-company-layout .company-box .box{
		border-radius: 0 0.625rem 0.625rem 0.625rem;
		column-gap: 0;
		row-gap: 1rem;
		padding: 1.5rem 1rem 1.5rem 1rem;
	}
	.bottom-company-layout .company-box .company{
		width: 100%;
	}
	.bottom-company-layout .company-box .company dl + dl{
		margin-top: 1rem;
	}
	.bottom-company-layout .company-box .company dl dt{
		width: 5rem;
		font-size: 0.875rem;
	}
	.bottom-company-layout .company-box .company dl dd{
		width: calc(100% - 5rem);
		font-size: 1rem;
		padding-left: 0.625rem;
	}
	.bottom-company-layout .company-box .profile{
		width: 100%;
	}
	.bottom-company-layout .company-box .profile dl{
		width: 65%;
		padding-right: 1.5rem;
	}
	.bottom-company-layout .company-box .profile dl dt{
		width: 10rem;
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}
	.bottom-company-layout .company-box .profile .text{
		font-size: 0.875rem;
		margin-top: 1rem;
	}
	.bottom-company-layout .company-box .profile .img{
		width: 35%;
		margin-top: -4.5rem;
	}
	.bottom-company-layout .company-box .link{
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-top: 0;
	}
	.bottom-company-layout .company-box .link li a{
		font-size: 1.25rem;
	}
	.bottom-company-layout .block_btn{
		width: 100%;
		text-align: center;
	}
}
.ft-inn .fb-banner{
	margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.ft-inn .fb-banner{
		margin-bottom: 0.375rem;
	}
}
