@charset "UTF-8";
/* ------------------------------------------------------------
 AFTER KIDS - INDEX STYLES
--------------------------------------------------------------- */
/* VISUAL SECTION */
.pg_index .slick-slider {
	margin-bottom: 0 !important;
}

.pg_index .visualSection {
	position: relative;
}

.pg_index .visualSection .slideFrame {
	position: relative;
	margin: -185px auto 3px;
	padding: 0 0 35px;
	max-width: 1080px;
}

.pg_index .visualSection .slider {
	box-sizing: unset;
	margin: 0 auto;
	width: 50%;
	border: 12px solid #fff;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	z-index: 1;
}

.pg_index .visualSection .slider .slick-dots {
	display: block !important;
	width: 100%;
}

.pg_index .visualSection .slider .slick-dots  li button:before {
	content: "";
	opacity: 1;
	background: #eee;
	border-radius: 50%;
}

.pg_index .visualSection .slider .slick-dots  li.slick-active button:before {
	opacity: 1;
	background: #ddd;
}

/* ABOUT SECTION */
.pg_concept .aboutSection .ttlWrap {
	position: relative;
	margin: 20px auto 0;
}

.pg_concept .aboutSection .ttlWrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
}

.pg_concept .aboutSection .ttlWrap:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -32.5%;
	width: 65%;
	height: 100%;
	background: #fff;
	z-index: 1;
}

.pg_concept .aboutSection .ttlWrap > * {
	position: relative;
	z-index: 2;
}

.pg_concept .aboutSection .ttl {
	margin: 5px auto 0;
	font-size: 46px;
	font-size: 3.6rem;
	background: #fff;
	max-width: 700px;
	text-align: center;
}

/* INTRO FRAME */
.pg_concept .aboutSection .introFrame .colWrap {
	margin-top: 40px;
}

/* ABOUT FRAME*/
.pg_concept .aboutSection .aboutWrap {
	position: relative;
	margin: 4% auto 0;
}

.pg_concept .aboutSection .aboutWrap:before {
	content: "";
	display: block;
	width:47.19%;
	height: 0;
	margin: 0 auto;
	padding: 45.35% 0 0;
	background: url(../img/afterkids/index/about.png) no-repeat center center;
	background-size: contain;
}

.pg_concept .aboutSection .aboutWrap .box {
	position: absolute;
	width: 25%;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(odd) {
	left: 0;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(even) {
	right: 0;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(1) {
	top: 0%;
	padding: 2%;
	border: 2px solid #29b0e5;
	height: 180px;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(2) {
	top: 0%;
	padding: 2%;
	border: 2px solid #42ce25;
	max-height: 180px;
	min-height: 100px;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(3) {
	bottom: 0%;
	padding: 2%;
	border: 2px solid #d65827;
	max-height: 200px;
	min-height: 100px;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(4) {
	bottom: 0%;
	padding: 2%;
	border: 2px solid #ea2d2d;
	max-height: 200px;
	min-height: 100px;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(4) {
	letter-spacing: -0.07em;
}

.pg_concept .aboutSection .aboutWrap .box .head {
	font-size: 20px;
	font-size: 2.0rem;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(1) .head {
	color: #29b0e5;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(2) .head {
	color: #42ce25;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(3) .head {
	color: #d65827;
}

.pg_concept .aboutSection .aboutWrap .box:nth-child(4) .head {
	color: #ea2d2d;
}

/* SERVICE FRAME */
.pg_concept .aboutSection .serviceFrame .box {
	padding: 11px 2% 1%;
	border-radius: 20px;
	background: #daefeb;
}

.pg_concept .aboutSection .serviceFrame .box span {
	display: block;
	margin: 5% auto 0;
	min-height: 4em;
	line-height: 1.3;
	font-size: 20px;
	font-size: 2.0rem;
}

.pg_concept .aboutSection .serviceFrame .box:nth-child(10) span {
	letter-spacing: -0.06em;
}

@media only screen and (max-width: 1130px) {
	.pg_index .aboutSection .serviceFrame .box:nth-child(10) br.pc.tab {
		display: none !important;
	}

	.pg_index .aboutSection .serviceFrame .box:nth-child(10) br.sp {
		display: inline !important;
	}
}

/* NEWS SECTION */
.pg_index .newsSection .ttl_m {
	margin: 0 auto;
}

.pg_index .newsSection .ttl_m:before {
	content: "";
	display: block;
	margin: 0 auto 5px;
	width: 45px;
	height: 60px;
	background: url(../img/afterkids/index/ico_news.png) no-repeat 0 0;
}

.pg_index .newsSection .newsFrame {
	margin: 15px auto 30px;
	padding: 25px;
	border: 3px solid #22c4b0;
	border-radius: 20px;
	background-color: #fff;
}

.pg_index .newsSection .newsFrame li {
	margin: 0 0 15px;
	border-bottom: 1px dashed #aaa;
}

.pg_index .newsSection .newsFrame li:last-child {
	margin: 0;
}

.pg_index .newsSection .newsFrame li .date {
	padding: 0 15px 0 0;
	width: 10%;
	min-width: 91px;
}

.pg_index .newsSection .newsFrame li .txt {
	position: relative;
	overflow: hidden;
	width: 90%;
	max-width:90%;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* ------------------------------------------------------------
 CONCEPT PAGE STYLES
--------------------------------------------------------------- */
/* conceptSection */
.pg_concept .conceptSection .slideFrame {
	overflow: hidden;
	margin: 35px auto 30px;
}

.pg_concept .conceptSection .slider .box {
	margin: 0 10px;
}

/* scheduleSection */
.pg_concept .scheduleSection .container {
	max-width: 960px;
}

.pg_concept .scheduleSection .ttl_m:before {
	content: "";
	display: block;
	margin: 0 auto 5px;
	width: 71px;
	height: 74px;
	background: url(../img/afterkids/concept/ico_schedule.png) no-repeat 0 0;
	background-size: contain;
}

.pg_concept .scheduleSection .scheduleFrame {
	position: relative;
	padding: 0 0 30px;
}

.pg_concept .scheduleSection .scheduleFrame:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 12.25%;
	height: 100%;
	width: 1px;
	background: repeating-linear-gradient(#22c4b0, #22c4b0 7px, transparent 0, transparent 13px);
}

.pg_concept .scheduleSection .scheduleFrame:last-child:before {
	display: none;
}

.pg_concept .scheduleSection .time {
	width: 24.5%;
}

.pg_concept .scheduleSection .time p {
	position: relative;
	padding: 0.8vw;
}

.pg_concept .scheduleSection .time p:before {
	content: "";
	display: block;
	height: 0;
	padding: 100% 0 0;
	border-radius: 50%;
	background: #fff;
	border: 1px dashed #22c4b0;
	box-shadow: 0 0 0 0.8vw #fff;
}

.pg_concept .scheduleSection .time p span {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -2.0vw 0 0;
	width: 100%;
	line-height: 1;
	font-size: 5.0vw;
	font-weight: 600;
	color: #22c4b0;
	letter-spacing: 0.05em;
	text-align: center;
}

.pg_concept .scheduleSection .schedule {
	width:71.4%;
}

.pg_concept .scheduleSection .schedule .inner {
	padding: 3%;
	background: #fff;
	border: 2px solid #22c4b0;
	border-radius: 2.5vw;
}

.pg_concept .scheduleSection .schedule .img {
	overflow: hidden;
	border-radius: 2.5vw;
}

.pg_concept .scheduleSection .schedule .ttl_s {
	margin: 3.4% 0 1.7%;
}

.pg_concept .scheduleSection .schedule .ttl_s:last-child {
	margin: 3.4% 0 0;
}

.pg_concept .scheduleSection .schedule03 {
	padding: 25px 0 50px;
}

.pg_concept .scheduleSection .schedule03 .schedule .inner {
	width: 100%;
}

.pg_concept .scheduleSection .schedule03 .schedule .ttl_s {
	margin: 5px 0;
}

/* ------------------------------------------------------------
 SERVICE PAGE STYLES
--------------------------------------------------------------- */
/* serviceFrame */
.pg_service .serviceFrame {
	margin-bottom: 5.5%;
}

.pg_service .serviceFrame:first-of-type {
	margin-top: 30px;
}

.pg_service .serviceFrame .txtFrame {
	position: relative;
	margin: 35px 10px;
	padding: 0 1.5% 1.5%;
	width: 42%;
	background: #fff;
	border: 2px dashed #22c4b0;
	border-radius: 15px;
	box-shadow: 0 0 0 8px #fff,0 0 0 10px #22c4b0;
	text-align: center;
}

.pg_service .serviceFrame .txtFrame:before {
	content: "";
	display: block;
	position: relative;
	margin: 0 auto 15px;
	width: 126px;
	height: 126px;
	margin: -63px auto 15px;
	background: url(../img/afterkids/service/ico_service.png) no-repeat 0 0;
	background-size: 126px auto;
}

.pg_service .serviceFrame.service02 .txtFrame:before {
	margin-top: -80px;
	background-position: 0 -126px;
}

.pg_service .serviceFrame.service03 .txtFrame:before {
	margin: -54px auto 0;
	background-position: 0 -252px;
}

.pg_service .serviceFrame.service04 .txtFrame:before {
	margin: -72px auto 0;
	background-position: 0 -378px;
}

.pg_service .serviceFrame.service05 .txtFrame:before {
	margin: -72px auto 0;
	background-position: 0 -504px;
}

.pg_service .serviceFrame .txtFrame .ttl_m {
	/*font-size: 27px;
	font-size: 2.7rem; */
	margin: 0 auto 10px;
}

.pg_service .serviceFrame .txtFrame p {
	font-size: 17px;
	font-size: 1.7rem;
}


.pg_service .serviceFrame .imgFrame {
	overflow: hidden;
	width:65%;
	margin-right: -21%;
	border-radius: 20px;
	max-width: 700px;
}

.pg_service .serviceFrame.rtl .imgFrame {
	margin-right: 0;
	margin-left: -21%;
}

.pg_service .serviceFrame .imgFrame .img img {
	visibility: hidden;
}

.pg_service .service01 .imgFrame {
	background: url(../img/afterkids/service/service01.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .service02 .imgFrame {
	background: url(../img/afterkids/service/service02.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .service03 .imgFrame {
	background: url(../img/afterkids/service/service03.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .service04 .imgFrame {
	background: url(../img/afterkids/service/service04.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .service05 .imgFrame {
	background: url(../img/afterkids/service/service05.png) no-repeat center center;
	background-size: cover;
}

/* areaFrame*/
.pg_service .areaFrame {
	margin: 3% auto;
}

.pg_service .areaFrame .areaNav li {
	margin: 0 15px 0 0;
	padding: 16px 5px;
	min-width: 225px;
	line-height: 1;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: bold;
	color: #ccc;
	border: 3px solid #ccc;
	border-bottom: 0;
	text-align: center;
	cursor: pointer;
}

.pg_service .areaFrame .areaNav li:last-child {
	margin: 0;
}

.pg_service .areaFrame .areaNav li.current {
	color: #fff;
	background: #22c4b0;
	border-color: #22c4b0;
}

.pg_service .areaFrame .areaContent {
	display: none;
	padding: 3%;
	border: 3px solid #22c4b0;
	background-color: #fff;
}

.pg_service .areaFrame .areaContent.current {
	display: block;
}

.pg_service .areaFrame .areaContent .inner {
	margin: 0 auto;
	/*max-width: 920px;*/
}

.pg_service .areaFrame .areaContent .head {
	margin: 0 auto 5px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
	text-indent: -0.5em;
}

.pg_service .areaFrame .areaContent .mapFrame .imgFrame {
	max-height: 408px;
}

.pg_service .areaFrame .areaContent .mapFrame .imgFrame img {
	height: 408px;
	/* object-fit: cover; */
	visibility: hidden;
}

.pg_service .areaFrame .area01 .mapFrame .imgFrame {
	background: url(../img/afterkids/service/map01.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .areaFrame .area02 .mapFrame .imgFrame {
	background: url(../img/afterkids/service/map02.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .areaFrame .area03 .mapFrame .imgFrame {
	background: url(../img/afterkids/service/map03.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .areaFrame .area04 .mapFrame .imgFrame {
	background: url(../img/afterkids/service/map04.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .areaFrame .area05 .mapFrame .imgFrame {
	background: url(../img/afterkids/service/map05.png) no-repeat center center;
	background-size: cover;
}

.pg_service .areaFrame .area06 .mapFrame .imgFrame {
	background: url(../img/afterkids/service/map06.png) no-repeat center center;
	background-size: cover;
}
 
.pg_service .areaFrame .area07 .mapFrame .imgFrame {
	background: url(../img/afterkids/service/map07.jpg) no-repeat center center;
	background-size: cover;
}

.pg_service .areaFrame .areaContent .list .colWrap {
	margin: 0 -5px;
}

.pg_service .areaFrame .areaContent .list .box {
	margin: 0 5px 10px;
	padding: 0 2px;
	height: 60px;
	line-height: 1.1;
	font-size: 17px;
	font-size: 1.7rem;
	border: 1px solid #22c4b0;
	border-radius: 10px;
	text-align: center;
}

.pg_service .areaFrame .areaContent .list .box.sp-font_s {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: -0.06em;
}

.pg_service .areaFrame .areaContent .list .col3 .box {
	width: calc((100%/3) - 20px);
}

.pg_service .areaFrame .areaContent .list .col6 .box {
	width: calc((100%/6) - 20px);
}

.pg_service .areaFrame .areaContent .schoolList .box:last-child,.pg_service .areaFrame .areaContent .stationList .box:last-child {
	padding: 0;
	border: 0;
	font-size: 21px;
	font-size: 2.1rem;
	align-items: flex-end;
	align-content: flex-end;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: start;
}

.pg_service .areaFrame .areaContent .stationList {
	margin: 10px auto 0;
}

.pg_service .areaFrame .areaContent .stationList .box {
	border-color: #d7e207;
}

.pg_service .areaFrame .areaContent .note {
	margin: 10px auto 0;
	font-size: 12px;
	font-size: 1.2rem;
}




/* ------------------------------------------------------------
 LEARNING PAGE STYLES
--------------------------------------------------------------- */
/* learning Frame*/
.pg_learning .learningSection {
	margin: 4% auto 0;
	padding: 3% 0;
}

.pg_learning .learningFrame .ttl_m {
	margin: 0 auto 10px;
	font-size: 31px;
	font-size: 2.9rem;
	letter-spacing: 0.03em;
}

.pg_learning .learningFrame .ttl_m:before {
	content: "";
	display: block;
	margin: 0 auto 10px;
	width: 78px;
	height: 74px;
	background: url(../img/afterkids/learning/ico_crown.png) no-repeat 0 0;
}

.pg_learning .learningFrame .txt {
	width: 44.5%;
	font-size: 15px;
	font-size: 1.5rem;
}

.pg_learning .learningFrame .img {
	width: 53.2%;
}

/* category Frame*/
.pg_learning .categorySection .ttl_m:before {
	content: "";
	display: block;
	margin: 0 auto 5px;
	width: 56px;
	height: 53px;
	background: url(../img/afterkids/learning/ico_ttl_learning.png) no-repeat 0 0;
}

.pg_learning .categoryFrame {
	margin: 5.5% auto;
}

.pg_learning .categoryFrame .categoryNav li {
	position: relative;
	margin: 0;
	padding: 16px 2px;
	width: 19%;
	line-height: 1;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: bold;
	color: #ccc;
	border: 3px solid #ccc;
	border-bottom: 0;
	text-align: center;
	cursor: pointer;
}

.pg_learning .categoryFrame .categoryNav li:before {
	content: "";
	display: block;
	position: absolute;
	top: -69px;
	left: 50%;
	margin: 0 0 0 -45px;
	width: 90px;
	height: 90px;
	background: url(../img/afterkids/learning/ico_category.png) no-repeat 0 0;
	background-size: auto 100%;
}

.pg_learning .categoryFrame .categoryNav li.current {
	color: #fff !important;
}

.pg_learning .categoryFrame .categoryNav li:last-child {
	margin: 0;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat01 {
	color: #d65827;
	border-color: #d65827;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat02 {
	color: #9623c1;
	border-color: #9623c1;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat03 {
	color: #42ce25;
	border-color: #42ce25;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat04 {
	color: #29b0e5;
	border-color: #29b0e5;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat05 {
	color: #ea2d2d;
	border-color: #ea2d2d;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat02:before {
	background-position: -90px 0;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat03:before {
	background-position: -180px 0;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat04:before {
	background-position: -270px 0;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat05:before {
	background-position: -360px 0;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat01.current {
	background: #d65827;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat02.current {
	background: #9623c1;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat03.current {
	background: #42ce25;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat04.current {
	background: #29b0e5;
}

.pg_learning .categoryFrame .categoryNav li.nav_cat05.current {
	background: #ea2d2d;
}

.pg_learning .categoryFrame .categoryContent {
	display: none;
	padding: 3%;
	border: 3px solid #29b0e5;
}

.pg_learning .categoryFrame .categoryContent.current {
	display: block;
}

.pg_learning .categoryFrame .categoryContent .box {
	padding: 6px;
}

.pg_learning .categoryFrame .categoryContent .box.none {
	background: none;
}

.pg_learning .categoryFrame .categoryContent .wrap .box:nth-child(1),
.pg_learning .categoryFrame .categoryContent .wrap .box:nth-child(2) {
	margin-bottom: 25px;
}

.pg_learning .categoryFrame .categoryContent .box .txt {
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}

.pg_learning .categoryFrame .categoryContent .box .txt .head {
	margin: 0 0 0px;
	font-size: 25px;
	font-size: 2.5rem;
}

.pg_learning .categoryFrame .cat01 {
	border-color: #d65827;
}

.pg_learning .categoryFrame .cat02 {
	border-color: #9623c1;
}

.pg_learning .categoryFrame .cat03 {
	border-color: #42ce25;
}

.pg_learning .categoryFrame .cat04 {
	border-color: #29b0e5;
}

.pg_learning .categoryFrame .cat05 {
	border-color: #ea2d2d;
}

.pg_learning .categoryFrame .cat01 .box {
	background: #d65827;
}

.pg_learning .categoryFrame .cat02 .box {
	background: #9623c1;
}

.pg_learning .categoryFrame .cat03 .box {
	background: #42ce25;
}

.pg_learning .categoryFrame .cat04 .box {
	background: #29b0e5;
}

.pg_learning .categoryFrame .cat05 .box {
	background: #ea2d2d;
}


/* 幅1200px以上
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
	/* ------------------------------------------------------------
	 CONCEPT PAGE STYLES
	--------------------------------------------------------------- */
	/* conceptSection */
	.pg_concept .scheduleSection .time p {
		padding: 10px;
	}

	.pg_concept .scheduleSection .time p:before {
		box-shadow: 0 0 0 10px #fff;
	}

	.pg_concept .scheduleSection .time p span {
		margin: -20px 0 0;
		font-size: 50px;
		font-size: 5.0rem;
	}

	.pg_concept .scheduleSection .schedule .inner,
	.pg_concept .scheduleSection .schedule .img {
		border-radius: 25px;
	}
}

/* 幅1010px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1010px) {
	/* ------------------------------------------------------------
	  AFTER KIDS - INDEX STYLES
	--------------------------------------------------------------- */
	.pg_index .aboutSection .ttl {
		font-size: 5.2vw;
	}

	.pg_index .aboutSection .aboutWrap .box p {
		font-size: 1.6vw;
	}


	/* SERVICE FRAME */
	.pg_index .aboutSection .serviceFrame .box span {
		font-size: 1.9vw;
	}


	/* ------------------------------------------------------------
	 SERVICE PAGE STYLES
	--------------------------------------------------------------- */
	/* areaFrame */
	.pg_service .areaFrame .areaContent .mapFrame .imgFrame {
		max-height: 320px;
	}

	.pg_service .areaFrame .areaContent .mapFrame .imgFrame img {
		height: 320px;
	}
}


/* 幅767px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	/* ------------------------------------------------------------
	  AFTER KIDS - INDEX STYLES
	--------------------------------------------------------------- */
.pg_concept .aboutSection .aboutWrap .box:nth-child(1) {
	height: auto;
}	
	
	
	/* VISUAL SECTION */
	.pg_index .aboutSection .aboutWrap .box:nth-child(1) {
	top: 0%;
	padding: 2%;
	border: 2px solid #22c4b0;
	height: auto;
}

.pg_index .aboutSection .aboutWrap .box:nth-child(2) {
	top: 0%;
	padding: 2%;
	border: 2px solid #42ce25;
	height: auto;
}

.pg_index .aboutSection .aboutWrap .box:nth-child(3) {
	bottom: 0%;
	padding: 2%;
	border: 2px solid #d65827;
	height: auto;
}

.pg_index .aboutSection .aboutWrap .box:nth-child(4) {
	bottom: 0%;
	padding: 2%;
	border: 2px solid #ea2d2d;
	height: auto;
	width: auto;
}
	
	.pg_index .visualSection .slideFrame {
		margin: -117px auto 3px;
		padding: 0 0 25px;
	}

	.pg_index .visualSection .slider {
		border: 6px solid #fff;
		border-radius: 5px;
		width: auto;
		max-width: 340px;
	}

	.pg_index .visualSection .slider .slick-dots {
		bottom: -35px;
	}

	.pg_index .visualSection .slider .slick-dots li, 
	.pg_index .visualSection .slider .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}

	/* ABOUT SECTION */
	.pg_concept .aboutSection .ttlWrap img {
		width: 138px;
	}

	.pg_concept .aboutSection .ttl {
		margin: 15px auto;
		font-size: 26px;
		font-size: 2.6rem;
	}

	/* ABOUT FRAME*/
	.pg_concept .aboutSection .aboutFrame .ttl_m {
		font-size: 16px;
		font-size: 1.9rem;
	}

	.pg_concept .aboutSection .aboutWrap {
		position: relative;
		overflow: hidden;
		margin: 25px auto 0;
	}

	.pg_concept .aboutSection .aboutWrap:before {
		width: auto;
		margin: 170px auto 150px;
		padding: 95.5% 0 0;
	}

	.pg_concept .aboutSection .aboutWrap .box,
	.pg_concept .aboutSection .aboutWrap .box:nth-child(4) {
		width: 47%;
		max-width: 230px;
		min-height: 116px;
	}

	.pg_concept .aboutSection .aboutWrap .box:nth-child(1) {
		max-width: 47%;
	}

	.pg_concept .aboutSection .aboutWrap .box .head {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pg_concept .aboutSection .aboutWrap .box p {
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: -0.06em;
	}

	/* SERVICE FRAME */
	.pg_concept .aboutSection .serviceFrame .box {
		padding: 10px 3px 12px;
		border-radius: 15px;
	}

	.pg_concept .aboutSection .serviceFrame .box span {
		margin: 5px auto 0;
		min-height: 1px;
		font-size: 12px;
	}

	.pg_concept .aboutSection .serviceFrame .box:nth-child(11) span {
		letter-spacing: -0.04em;
	}

	/* NEWS SECTION */
	/*.pg_index .newsSection .ttl_m:before {
		width: 23px;
		height: 30px;
		background-size: contain;
	}*/

	.pg_concept .newsSection .newsFrame li .txt {
		white-space: normal;
	}*

	/* ------------------------------------------------------------
	 CONCEPT PAGE STYLES
	--------------------------------------------------------------- */
	/* conceptSection */
	.pg_concept .conceptSection .slideFrame {
		margin: 5px auto 10px;
		padding: 0 4%;
	}

	/* scheduleSection */
	.pg_concept .scheduleSection .ttl_m:before {
		width: 36px;
		height: 39px;
	}

	.pg_concept .scheduleSection .scheduleFrame:before {
		left: 11.5%;
		background: repeating-linear-gradient(#22c4b0, #22c4b0 3px, transparent 0, transparent 7px);
	}

	.pg_concept .scheduleSection .time {
		width: 23%;
	}

	.pg_concept .scheduleSection .schedule {
		width: 74%;
	}

	.pg_concept .scheduleSection .time p {
		padding: 5px;
	}

	.pg_concept .scheduleSection .time p:before {
		box-shadow: 0 0 0 5px #fff;
	}

	.pg_concept .scheduleSection .schedule .ttl_s {
		margin: 20px auto 10px;
	}

	.pg_concept .scheduleSection .schedule .ttl_s:last-child {
		margin: 20px auto 0;
	}

	.pg_concept .scheduleSection .schedule03 .schedule .ttl_s {
	    	margin: 5px 0;
	}

	.pg_concept .scheduleSection .schedule .txt {
		font-size: 13px;
		font-size: 1.3rem;
	}


	/* ------------------------------------------------------------
	 SERVICE PAGE STYLES
	--------------------------------------------------------------- */
	/* serviceFrame */
	.pg_service .serviceFrame {
		margin: 0 auto 40px;
	}

	.pg_service .serviceFrame:first-of-type {
		margin-top: 0;
	}

	.pg_service .serviceFrame .txtFrame {
		margin: -30px auto 0;
		padding: 0 15px 15px;
		width: 90%;
		border: 1px dashed #22c4b0;
		border-radius: 8px;
		box-shadow: 0 0 0 5px #fff,0 0 0 6px #22c4b0;
	}

	.pg_service .serviceFrame .txtFrame:before {
		width: 63px;
		height: 63px;
		margin: -32px auto 10px;
		background-size: 63px auto;
	}

	.pg_service .serviceFrame.service02 .txtFrame:before {
		margin-top: -40px;
		background-position: 0 -63px;
	}

	.pg_service .serviceFrame.service03 .txtFrame:before {
		margin: -27px auto 0;
		background-position: 0 -126px;
	}

	.pg_service .serviceFrame.service04 .txtFrame:before {
		margin: -36px auto 0;
		background-position: 0 -189px;
	}

	.pg_service .serviceFrame.service05 .txtFrame:before {
		margin: -36px auto 0;
		background-position: 0 -252px;
	}

	.pg_service .serviceFrame .txtFrame .ttl_m {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.pg_service .serviceFrame .txtFrame p {
		font-size: 12px;
		font-size: 1.2rem;
	}


	.pg_service .serviceFrame .imgFrame {
		width: auto;
		margin: 0 auto;
		border-radius: 10px;
		background: none !important;
	}

	.pg_service .serviceFrame.rtl .imgFrame {
		margin: 0 auto;
	}

	.pg_service .serviceFrame .imgFrame .img img {
		visibility: visible;
	}

	/* areaFrame */
	.pg_service .areaFrame .areaNav {
		margin: 0 -1%;
	}

	.pg_service .areaFrame .areaNav li,
	.pg_service .areaFrame .areaNav li:last-child {
		margin: 0 1%;
		padding: 16px 2px;
		width: 31.333%;
		min-width: 1px;
		font-size: 13px;
		font-size: 1.3rem;
		border-width: 2px;
	}

	.pg_service .areaFrame .areaContent {
		padding: 3% 2%;
		border-width: 2px;
	}

	.pg_service .areaFrame .areaContent .head {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pg_service .areaFrame .areaContent .mapFrame .imgFrame {
		margin: 0 auto 15px;
		background: none;
	}

	.pg_service .areaFrame .areaContent .mapFrame .imgFrame img {
		height: auto;
		/* object-fit: initial; */
		visibility: visible;
	}

	.pg_service .areaFrame .areaContent .list .colWrap {
		margin: 0 -3px;
	}

	.pg_service .areaFrame .areaContent .list .box {
		margin: 0 3px 6px;
		height: 40px;
		font-size: 13px;
		font-size: 1.3rem;
		border-radius: 6px;
	}

	.pg_service .areaFrame .areaContent .list .box.sp-font_s {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.pg_service .areaFrame .areaContent .list .col3.sp-col4 .box,
	.pg_service .areaFrame .areaContent .list .col6.sp-col4 .box {
		width: calc((100%/4) - 6px);
	}

	.pg_service .areaFrame .areaContent .schoolList .box:last-child,.pg_service .areaFrame .areaContent .stationList .box:last-child {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.pg_service .areaFrame .areaContent .schoolList .box:last-child.sp-align_top {
		align-content: start;
		align-items: start;
	}


	/* ------------------------------------------------------------
	 LEARNING PAGE STYLES
	--------------------------------------------------------------- */
	/* learning Frame*/
	.pg_learning .learningSection {
		padding: 20px 0;
	}

	.pg_learning .learningFrame .ttl_m {
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}

	.pg_learning .learningFrame .ttl_m:before {
		width: 39px;
		height: 37px;
		background-size: contain;
	}

	.pg_learning .learningFrame .txt {
		width: auto;
	}

	.pg_learning .learningFrame .txt p {
		margin: 0 auto;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: center;
	}

	.pg_learning .learningFrame .img {
		width: auto;
		margin: 30px auto 0;
	}


	/* category Frame*/
	.pg_learning .categorySection .ttl_m:before {
		width: 38px;
		height: 36px;
		background-size: contain;
	}

	.pg_learning .categorySection .ttl_m + .txt {
		margin: -10px auto 15px;
	}

	.pg_learning .categoryFrame {
		margin: 40px auto 20px;
	}

	.pg_learning .categoryFrame .categoryNav {
		margin: 0 auto;
	}

	.pg_learning .categoryFrame .categoryNav li {
		padding: 12px 0;
		width: 18%;
		font-size: 14px;
		font-size: 1.4rem;
		border-width: 2px;
	}

	.pg_learning .categoryFrame .categoryNav li:first-child {
		width: 24%;
	}

	.pg_learning .categoryFrame .categoryNav li:before {
		width: 45px;
		height: 45px;
		top: -34px;
		margin: 0 0 0 -22px;
		background-size: auto 45px;
	}

	.pg_learning .categoryFrame .categoryNav li.nav_cat02:before {
		background-position: -45px 0;
	}

	.pg_learning .categoryFrame .categoryNav li.nav_cat03:before {
		background-position: -90px 0;
	}

	.pg_learning .categoryFrame .categoryNav li.nav_cat04:before {
		background-position: -135px 0;
	}

	.pg_learning .categoryFrame .categoryNav li.nav_cat05:before {
		background-position: -180px 0;
	}

	.pg_learning .categoryFrame .categoryContent {
		padding: 3% 1.5%;
		border-width: 2px;
	}

	.pg_learning .categoryFrame .categoryContent .box {
		padding: 4px 4px 10px;
	}

	.pg_learning .categoryFrame .categoryContent .box + .box {
		margin-top: 15px;
	}

	.pg_learning .categoryFrame .categoryContent .box + .box.none {
		display: none;
	}

	.pg_learning .categoryFrame .categoryContent .box .txt .head {
		margin: 4px auto;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.pg_learning .categoryFrame .categoryContent .box .txt p {
		padding: 4px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
