.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.75;
	font-weight: 400;
}
.inner {
	width: 100%;
	padding: 0 1.5rem;
}
img {
	max-width: 100%;
}
:root {
	--green: #0091a2;
	--yellow: #f7ef66;
}
.m-plus-rounded-1c-regular {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
/*------------------アニメーション-----------------------*/
.mv-zoom {
	opacity: 0;
	transform: scale(0);
}
.mv-zoom.active {
	opacity: 1;
	transform: scale(1);
	animation: bound .7s 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);
}
@keyframes bound {
	0% {
		transform: scale(0, 0);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
.fade {
	opacity: 0;
	transform: translate(0, 5rem);
	transition: 1s cubic-bezier(0,.53,.68,.99);
}
.fade.active {
	opacity: 1;
	transform: translate(0, 0);
}
.zoom-bound {
	transform: scale(0, 0);
}
.zoom-bound.active {
	transform: scale(1, 1);
	animation: zoombound 1s cubic-bezier(.73,.01,.31,.99);
}
@keyframes zoombound {
	0% {
		transform: scale(0, 0);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
/*---------------------------------------------------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: #2765c0;
}
header ul li:nth-child(2) a {
	background-color: #e44064;
}
header ul li:nth-child(3) a {
	background-color: #fff14b;
	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;
}
.mv-img {
	width: 100%;
}
.mainvisual h2 {
	position: absolute;
	top: 8%;
	right: 4%;
	width: 53.5%;
}
.mainvisual a.cta-btn {
	position: absolute;
	bottom: -6%;
	left: 9.333%;
	width: 81.33%;
	padding: 6%;
	font-size: 5.3vw;
	border-radius: 8rem;
	background-color: #e44064;
}
.mainvisual a.cta-btn span {
	display: inline-block;
	border: .1rem solid #fff;
	padding: 2%;
	margin: 0 2% 0 0;
	border-radius: .5rem;
}
/*----------------------------------------------------------------------------------------------------------------*/
.campaign {
	padding: 22% 0;
}
.campaign h3 {
	text-align: center;
	font-size: 2rem;
	padding: 1.5rem 0;
	line-height: 1.5;
}
.campaign .cta-area {
	padding: 5rem 0 0;
}
/*-----------------------------------CTA共通----ここから----------------------------------*/
a.cta-btn {
	background-color: #e44064;
	border: .2rem solid #fff;
	color: #fff;
	text-align: center;
	display: block;
	padding: 2.3rem 0;
	font-size: 2rem;
	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:after {
	content: '';
	position: absolute;
	background-image: url("../img/common/cta-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.45rem;
	height: 0.55rem;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}
.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: #333;
}
.cta .tel-num {
	color: #333;
}
.cta .tel-copy:before {
	background-image: url("../img/common/cta-tel-icon-g.png");
}
.cta p.tostudent {
	color: #333;
}
.cta p.tostudent a {
	color: #333;
}
/*-----------------------------------CTA共通----ここまで----------------------------------*/
.summer {
	background-image: url(../img/stripe-bg.jpg);
	background-size: 4%;
	position: relative;
}
.summer-copy {
	margin: -15% 0 0;
}
.summer h3 {
	font-size: 2.3rem;
	text-align: center;
	padding: 1rem 0 0;
	line-height: 1.5;
}
.summer h3 span {
	color: #ef5162;
}
.summer-title-wrap {
	padding: 4rem 0 2rem;
}
.experience {
	border: .15rem solid #173688;
	border-radius: 3rem;
	background-color: #fff;
	padding: 3rem 1.5rem;
}
.exp-img {
	padding: 2rem 0;
}
.exp-flow {
	padding: 4rem 0 2rem;
}
.experience h5 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	text-align: center;
	padding: 2rem 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
.point {
	background-image: url(../img/stripe-bg.jpg);
	background-size: 4%;
	padding: 4rem 0 8rem;
}
.point h3 {
	font-size: 1.7rem;
	text-align: center;
	padding: 3rem 0 0;
}
.point h4 {
	padding: 3rem 0;
}
.point-txt {
	position: relative;
	margin: -1rem 0 0;
}
.point-txt p {
	position: absolute;
	top: 12%;
	left: 0%;
	padding: 0 4%;
	font-size: 4.3vw;
	color: #173688;
}
.point h5 {
	padding: 0 0 1rem;
}
.point li:last-child {
	padding: 6rem 0 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
.history {
	padding: 3rem 0 5rem;
}
.history h3 {
	text-align: center;
	font-size: 1.8rem;
	padding: 3rem 0;
}
/*----------------------------------------------------------------------------------------------------------------*/
.cta {
	background-color: #fff581;
	padding: 2rem 0 3rem;
	position: relative;
}
.cta:not(.pop):before {
	position: absolute;
	content: '';
	background-image: url(../img/cta-head.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 2rem;
	top: -2rem;
	left: 50%;
	transform: translateX(-50%);
}
.cta .inner {
	padding: 1rem 2rem;
}
.cta h2 {
	padding: 0 0 3rem;
}
.cta.cta2 {
	padding: 1rem 0 4rem;
}
.cta.cta2 .inner {
	padding: 0 2rem;
}
/*-------------------------------------------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: 7rem;
	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 3rem;
	}
/*---------------------------------------------------------------------------------------------------------------*/
	header {
		position: relative;
	}
	.header-inner {
		padding: 0;
	}
	header .logo {
		width: 21.06%;
		margin: 0;
		position: absolute;
		top: 1rem;
		left: 1rem;
		z-index: 1;
	}
	.mainvisual a.cta-btn {
		width: 32.85%;
		padding: 1.8%;
		font-size: 2vw;
		bottom: 5%;
		left: 5%;
	}
	.mainvisual a.cta-btn:after {
		right: 1rem;
	}
	.mainvisual h2 {
		top: 22%;
		right: auto;
		left: 5%;
		width: 21.6%;
	}
	/*---------------------------------------------------------------------------------------------------------------*/
	.campaign {
		padding: 2rem 0 8rem;
	}
	.cp-side {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 2rem;
		max-width: 98rem;
		margin: 0 auto;
	}
	.campaign h2 {
		width: 47%;
	}
	.campaign h3 {
		width: 48%;
		text-align: left;
		font-size: 2rem;
		padding: 0;
	}
	.campaign .cta-area {
		padding: 5rem 0 0;
	}
	/*---------------------------------------------------------------------------------------------------------------*/
	.summer {
		background-size: 1.5rem;
	}
	.summer .inner {
		padding: 1rem 3rem 0;
	}
	.summer-copy {
		margin: -8% auto 0;
		max-width: 82rem;
	}
	.summer h2 {
		max-width: 54rem;
		margin: 0 auto;
	}
	/*---------------------------------------------------------------------------------------------------------------*/	
	.experience {
		padding: 4rem 3rem;
	}
	.exp-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.exp-title-sub {
		flex: 1;
	}
	.exp-img {
		width: 50%;
		margin: 0 0 0 4rem;
		padding: 0;
	}
	.exp-head h4 {
		padding: 0 0 2rem;
	}
	.exp-sticky-cta {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.exp-sticky {
		width: 45%;
		margin: 0 3rem 0 0;
	}
	.exp-cta {
		width: 43%;
	}
	.exp-cta a.cta-btn {
		width: 100%;
	}
	.experience h5 {
		padding: 0 0 2rem;
	}
	/*-----------------------------------------------------------------------------------------------------------*/
	.point {
		background-size: 1.5rem;
	}
	.point-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.point-img {
		width: 50%;
	}
	.point-txt {
		width: 50%;
		margin: 0;
	}
	.point-txt p {
		font-size: 1.8vw;
		padding: 0 5% 0 8%;
	}
	.point h4 {
		max-width: 74rem;
		margin: 0 auto;
		display: block;
		padding: 5rem 0;
	}
	.point h5 {
		max-width: 78rem;
		margin: 0 auto;
		display: block;
		padding: 0 0 2rem;
	}
	.point li:last-child {
		padding: 8rem 0 0;
	}
	/*-----------------------------------------------------------------------------------------------------------*/
	.cta {
		background-size: 2%;
	}
	.cta h2 {
		padding: 0 0 5rem;
		max-width: 95rem;
		display: block;
		margin: 0 auto;
	}
	.cta:not(.pop):before {
		height: 4rem;
		top: -4rem;
	}
/*----------------------------------------CTA共通----ここから-------------------------------------------------------------------------*/		
	a.cta-btn {
		width: 50rem;
	}
	.cta a.cta-btn:after, .cta-area a.cta-btn:after {
		width: 2.9rem;
		height: 1.1rem;
		right: 4rem;
	}
 /*--------------------------------------------CTA共通----ここまで-------------------------------------------------------------------*/

	}

	@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 a.cta-btn:after {
			width: 2.9rem;
			height: 1.1rem;
			right: 2rem;
		}
		.campaign {
			padding: 5rem 0 12rem;
		}
		.campaign h3 {
			font-size: 3rem;
		}
		.summer-title-wrap {
			padding: 6rem 0 4rem;
		}
		.summer h3 {
			font-size: 3rem;
			padding: 3rem 0 0;
		}
		.experience a.cta-btn {
			font-size: 2.8rem;
		}
		.experience a.cta-btn:after {
			width: 2.9rem;
			height: 1.1rem;
			right: 2rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.point {
			padding: 6rem 0 15rem;
		}
		.point-txt p {
			font-size: 2rem;
			line-height: 2;
			padding: 0 4rem 0 6rem;
		}
		.point h3 {
			font-size: 2.2rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.history {
			padding: 5rem 0 8rem;
		}
		.history h3 {
			font-size: 2rem;
		}
		/*----------------------------------------------------------------------------------------------------------------*/
		.cta:not(.pop):before {
			height: 6rem;
			top: -6rem;
		}
		
 /*----------------------------------------CTA共通----ここから--------------------------------------------------------------------------*/			
		.cta {
			padding: 0 0 8rem;
			background-size: 1.5%;
		}
		a.cta-btn {
			font-size: 3rem;
			letter-spacing: .2rem;
			padding: 3.4rem 0;
			border-radius: 8rem;
			font-weight: 500;
			width: 56rem;
		}
		.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;
		}
		.cta p.tostudent {
			font-size: 1.8rem;
			padding: 5rem 0 0;
		}
		.cta.cta2 {
			padding: 1rem 0 6rem;
		}
 /*-------------------------------------------CTA共通----ここまで----------------------------------------------------------------------*/
		
		footer p {
			font-size: 1.4rem;
		}
		footer img{
			width: 20rem;
		}
		}
			@media screen and (min-width:1200px) {
				.experience {
					width: 120rem;
					margin: 0 auto;
					padding: 6rem 5rem;
				}
				.exp-head h4 {
					padding: 0 0 4rem;
				}
				.exp-flow {
					padding: 6rem 0;
				}
				.exp-sticky {
					margin: 0 6rem 0 0;
				}
				.experience h5 {
					font-size: 3rem;
				}
				

			}
			@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;
				}
}

