.pc-only {
	display: none !important;
}
.pc-only2 {
	display: none !important;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: YakuHanJP, 'Roboto', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
	color: #333;
	line-height: 1.7;
	font-weight: 400;
	font-feature-settings: "palt";
}
p {
	line-height: 1.9;
	font-feature-settings: "palt";
	letter-spacing: .05rem;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.8;
	font-weight: 500;
}
.inner {
	width: 100%;
	padding: 0 2rem;
}
img {
	max-width: 100%;
}
:root {
	--green: #0091a2;
	--yellow: #f7ef66;
}
/*------------------アニメーション-----------------------*/
.mv-zoom {
	opacity: 0;
	transform: scale(0);
	transform-origin: bottom;
}
.mv-zoom.active {
	opacity: 1;
	transform: scale(1);
	animation: bound .5s cubic-bezier(.73,.01,.31,.99);
}
.zoom {
	opacity: 0;
	transform: scale(0);
	transition: .4s cubic-bezier(.09,.49,.43,.96);
}
.zoom.active {
	opacity: 1;
	transform: scale(1);
}
.zoom-bound {
	transform: scale(0, 0);
	transform-origin: bottom center;
}
.zoom-bound.active {
	transform: scale(1, 1);
	animation: bound .6s cubic-bezier(.73,.01,.31,.99);
}
@keyframes bound {
	0% {
		transform: scale(0, 0);
	}
	50% {
		transform: scale(1, 1.1) translate(0, -1rem);
	}
	100% {
		transform: scale(1, 1) translate(0, 0);
	}
}
.fade {
	opacity: 0;
	transform: translate(0, 5rem);
	transition: 1s cubic-bezier(0,.53,.68,.99);
}
.fade.active {
	opacity: 1;
	transform: translate(0, 0);
}
.mv-fade {
	opacity: 0;
	transform: translate(0, -5rem);
	transition: 1.5s;
}
.mv-fade.active {
	opacity: 1;
	transform: translate(0, 0);
}
/*---------------------------------------------------header-------------------------------------------------------------*/
header {
	background-color: #fff;
}
header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}
header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo {
	width: 10rem;
	margin: 0 1rem 0 0.5rem;
}
header ul li a {
	padding: 0.5rem 0;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	border-top: .1rem solid #333;
	border-bottom: .1rem solid #333;
	border-left: .1rem solid #333;
	display: block;
}
header ul li a p {
	text-align: center;
}
header ul li {
	flex: 1;
}
header ul li:nth-child(2) {
	flex: 1.7;
}
header ul li:first-child a {
	background-color: #376DBF;
}
header ul li:nth-child(2) a {
	background-color: #EE7D69;
}
header ul li:nth-child(3) a {
	background-color: #F7F399;
	border-right: .1rem solid #333;
	color: #333;
}
header ul li img {
	width: 2.1rem;
	padding-bottom: 0.5rem;
	margin: 0 auto;
}
header ul li:nth-child(2) img {
	width: 8.3rem;
	padding-bottom: 0.5rem;
	margin: 0 auto;
}
header ul li:nth-child(3) .narrow {
	letter-spacing: -0.2rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.mainvisual {
	position: relative;
}
.mainvisual .mv-bg {
	width: 100%;
}
.mainvisual .mv-inner {
	width: 100%;
	padding: 0 2rem;
	position: absolute;
	top: 27%;
	left: 0%;
}
.mainvisual ul li:not(:last-child) {
	padding: 0 0 1rem;
}
.mainvisual ul li:nth-child(2) {
	transition: 1.5s 1s;
}
.mainvisual ul li:nth-child(3) {
	transition: 1.5s 2s;
}
.mv-cta {
	background-color: #E7F2FB;
	padding: 3rem 0 15rem;
}
/*----------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------*/
.intro {
	background-color: #FCF7EF;
}
.intro-letter {
	margin: -8rem auto 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
.pa-voice {
	padding: 6rem 0 0;
	background-color: #FCF7EF;
}
ul.an-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.an-link li {
	width: calc((100% - 3rem) / 3);
}
/*-----
.an-link-inner {
	position: sticky;
	top: 0;
}
---------*/
.voice_group {
	padding: 6rem 0 0;
}
.voice_group h2 {
	padding: 0 0 3rem;
}
.voice_group ul li {
	padding: 0 0 5rem;
}
.pa-voice .cta {
	background-color: #CFDCF0;
	padding: 4rem 0;
}
.pa-voice .voice_b .cta {
	background-color: #CEE8DE;
}
.pa-voice .voice_c .cta {
	background-color: #F9E3D1;
}
.pa-voice .cta h3 {
	width: 80%;
	display: block;
	margin: 0 auto 3rem;
}
.floating {
	padding: .5rem 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
}
.floating.is-hidden {
	visibility: hidden;
	opacity: 0;
}
/*-----------------------------------CTA共通----ここから----------------------------------*/
a.cta-btn {
	background-color: #EE7D69;
	border: .2rem solid #fff;
	color: #fff;
	text-align: center;
	display: block;
	padding: 2.3rem 0;
	font-size: 1.9rem;
	border-radius: 4rem;
	box-shadow: 0rem .3rem 1rem rgba(0, 0, 0, 0.2);
	transition: .2s;
	letter-spacing: .05rem;
	margin: 0 auto;
	position: relative;
}
a.cta-btn:hover {
	box-shadow: none;
	transform: scale(0.95);
}
a.cta-btn:before {
	content: '';
	position: absolute;
	background-image: url("../img/common/cta-icn.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 2rem;
	height: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
}
a.cta-btn:after {
	content: '';
	position: absolute;
	background-image: url("../img/common/cta-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 0.5rem;
	height: 1rem;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}
.tel-imgbtn {
	margin: 4rem auto 0;
	display: block;
	width: 90%;
}
.tel-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3rem auto 0;
	width: 100%;
	padding: 0 0 0 1.5rem;
}
.tel-num {
	font-size: 2.7rem;
	text-decoration: underline;
	padding: 0 0 0 0.5rem;
	font-weight: 500;
}
.tel-copy {
	position: relative;
}
.tel-copy p {
	line-height: 1;
	font-weight: 500;
	font-size: 1.4rem;
}
.tel-copy small {
	font-size: 0.9rem;
}
.tel-copy:before {
	content: '';
	background-image: url("../img/common/cta-tel-icon-g.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 2.3rem;
	height: 3rem;
	top: 50%;
	transform: translateY(-50%);
	left: -2.5rem;
}
p.tostudent {
	font-size: 1.4rem;
	text-align: center;
	padding: 3rem 0 0;
}
p.tostudent a {
	text-decoration: underline;
}
.cta .tel-wrap {
	color: #fff;
}
.cta .tel-num {
	color: #fff;
}
.cta .tel-copy:before {
	background-image: url("../img/common/cta-tel-icon-w.png");
}
.cta p.tostudent {
	color: #fff;
}
.cta p.tostudent a {
	color: #fff;
}
/*-----------------------------------CTA共通----ここまで----------------------------------*/

/*----------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------footer---------------------------------------------------------------------*/
footer {
	background-color: #1f649d;
}
footer .inner {
	padding: 5rem 0 2rem;
}
footer img {
	display: block;
	margin: 0 auto;
	padding: 0 0 2rem;
	width: 17rem;
}
footer p {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
footer p.address {
	padding: 0 0 3rem;
}
footer p.copyright {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.back-to-top-sp {
	display: block;
	margin: 0 auto 3rem;
	width: 5rem;
}
.tel-fix {
	position: fixed;
	right: 1%;
	bottom: 6rem;
	width: 8rem;
	z-index: 1;
}
.tel-fix img {
	filter: drop-shadow(.2rem .2rem .3rem rgba(0,0,0,0.2));
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
	.sp-only {
		display: none !important;
	}
	.pc-only {
		display: block !important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.inner {
		padding: 0 4rem;
	}
/*---------------------------------------------------------------------------------------------------------------*/
	header {
		position: static;
	}
	header .logo {
		width: 20rem;
		margin: 0;
	}
	.header-inner {
		padding: 1rem;
	}
	
/*---------------------------------------------------------------------------------------------------------------*/
	.mainvisual ul {
		display: flex;
		justify-content: space-between;
	}
	.mainvisual ul li {
		width: calc((100% - 2rem) / 3);
	}
	.mainvisual ul li:nth-child(1) {
		transition: 1.5s 1s;
	}
	.mainvisual ul li:nth-child(2) {
		transition: 1.5s 0s;
	}
	.mainvisual ul li:nth-child(3) {
		transition: 1.5s 2s;
	}
	.mainvisual .mv-inner {
		top: 47%;
	}
/*----------------------------------------CTA共通----ここから-------------------------------------------------------------------------*/		
	a.cta-btn {
		width: 50rem;
	}
	.tel-imgbtn {
		width: 43rem;
	}
 /*--------------------------------------------CTA共通----ここまで-------------------------------------------------------------------*/
 .intro .inner {
	padding: 1px 4rem;
 }
 .intro-letter {
	max-width: 84rem;
 }
 
 /*---------------------------------------------------------------------------------------------------------------*/
	.floating ul.an-link {
		max-width: 77rem;
		margin: 0 auto;
	}
	.floating ul.an-link li {
		width: calc((100% - 8rem) / 3);
	}
	.voice_group h2 {
		max-width: 60rem;
		margin: 0 auto;
	}
	.voice_group ul li {
		width: 45%;
		padding: 0 0 6%;
	}
	.voice_a li:nth-child(2) {
		margin: -75% 0 0 auto;
	}
	.voice_a li:nth-child(3) {
		margin: 0% 0 0 auto;
	}
	.voice_a li:nth-child(4) {
		margin: -20% 0 0 0;
	}
	.voice_a li:nth-child(5) {
		margin: -34% 0 0 auto;
	}
	.voice_a li:nth-child(6) {
		margin: -46% 0 0 0;
	}

	.voice_b li:nth-child(2) {
		margin: -67% 0 0 auto;
	}
	.voice_b li:nth-child(3) {
		margin: 0% 0 0 auto;
	}
	.voice_b li:nth-child(4) {
		margin: 0% 0 0 auto;
	}
	.voice_b li:nth-child(5) {
		margin: -83% 0 0 0;
	}
	.voice_b li:nth-child(6) {
		margin: 0% 0 0 0;
	}

	.voice_c li:nth-child(2) {
		margin: -75% 0 0 auto;
	}
	.voice_c li:nth-child(3) {
		margin: 0% 0 0 auto;
	}
	.voice_c li:nth-child(4) {
		margin: -4% 0 0 0;
	}
	.voice_c li:nth-child(5) {
		margin: 0% 0 0 0;
	}
	.voice_c li:nth-child(6) {
		margin: -65% 0 0 auto;
	}

	
 /*---------------------------------------------------------------------------------------------------------------*/	

 /*-------------------------------------------------------------------------------------------------------------*/	
	
 /*---------------------------------------------------------------------------------------------------------------*/

	}
	@media screen and (min-width:980px) {
		
}
	@media screen and (min-width:1000px) {
		.pc-only2 {
			display: block !important;
		}
		.tb-only {
			display: none !important;
		}
		.summer .inner {
			width: 100rem;
		}
		/*---------------------------------------------------fix-------------------------------------------------------------*/			
		.fix {
			position: fixed;
			top: 10rem;
			right: 0;
			z-index: 100;
		}
		.fix a {
			margin: 0 0 0.5rem 0;
			display: block;
			width: 5rem;
		}
		.fix a:hover {
			opacity: 0.8;
		}
		.back-to-top {
			position: fixed;
			bottom: 3rem;
			right: 2rem;
			cursor: pointer;
			z-index: 1;
		}
		a.back-to-top:hover {
			opacity: 0.8;
		}
/*---------------------------------------------------PageTopBtn-------------------------------------------------------------*/				
			
	}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------PC／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
	@media screen and (min-width:1100px) {
		body {
			font-size: 1.8rem;
			line-height: 1.8;
		}
		p {
			line-height: 1.8;
		}
		.inner {
			width: 110rem;
			margin: 0 auto;
			padding: 0;
		}
		.mainvisual .mv-inner {
			padding: 0 6rem;
		}
		.mv-cta {
			padding: 7rem 0 15rem;
		}
	/*----------------------------------------------------------------------------------------------------------------*/	
	.pa-voice {
		padding: 10rem 0 0;
	}
	.pa-voice .inner {
		width: 100rem;
	}
	.pa-voice ul.an-link {
		max-width: 93rem;
		margin: 0 auto;
	}
	.pa-voice ul.an-link li {
		width: calc((100% - 14rem) / 3);
	}
	ul.an-link li {
		transition: .2s;
	}
	ul.an-link li:hover {
		transform: translate(0, -1rem);
	}
	.voice_group {
		padding: 12rem 0 0;
	}
	.voice_group ul li:last-child {
		padding: 0 0 10rem;
	}
	.pa-voice .cta {
		padding: 8rem 0;
	}
	.pa-voice .cta h3 {
		margin: 0 auto 6rem;
	}
	.voice_group h2 {
		padding: 0 0 10rem;
	}
 /*----------------------------------------CTA共通----ここから--------------------------------------------------------------------------*/			
		.cta {
			padding: 14rem 0 8rem;
		}
		a.cta-btn {
			font-size: 3rem;
			letter-spacing: .2rem;
			padding: 3.4rem 0;
			border-radius: 8rem;
			font-weight: 500;
			width: 60rem;
		}
		a.cta-btn:before {
			width: 3rem;
			height: 3.2rem;
			left: 3rem;
		}
		a.cta-btn:after {
			width: 5.8rem;
			height: 2.2rem;
			right: -1rem;
		}
		.tel-imgbtn {
			width: 55rem;
			margin: 7rem auto 0;
		}
		.tel-wrap {
			margin: 5rem 0 0;
		}
		.tel-num {
			font-size: 4rem;
			padding: 0 0 0 1rem;
		}
		.tel-copy p {
			font-size: 2rem;
		}
		.tel-copy small {
			font-size: 1.4rem;
		}
		p.tostudent {
			font-size: 1.8rem;
			padding: 5rem 0 0;
		}

 /*-------------------------------------------CTA共通----ここまで----------------------------------------------------------------------*/
		
		footer p {
			font-size: 1.4rem;
		}
		footer img{
			width: 20rem;
		}
		

			
		}
			@media screen and (max-width:374px) {
				

				
 }
			@media screen and (max-width:359px) {
				body {
					font-size: 1.4rem;
				}
				header ul li a {
					font-size: 1rem;
				}
				.tel-num {
					font-size: 2.3rem;
				}
				.inner {
					padding: 0 1rem;
				}
}

