@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
	color: #333333;
	background-color: #fff;
	font-size: 1rem;
	font-family: 'Open Sans','Kosugi Maru','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',sans-serif;
	line-height: 1.6;
	letter-spacing: 0.2em;
	position: relative;
}
#page-top-btn {
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 100;
}
#page-top-btn a {
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #333;
	background-color: #FFF183;
	width: 100px;
	height: 100px;
	position: relative;
}
#page-top-btn .top-arrow {
	display: inline-block;
	border-left: 2px;
	border-bottom: 2px;
	border-color: #333;
	border-style: solid;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(135deg);
}
.start-fade-in {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start-fade-in p {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 600px;
	height: auto;
	display: none;
}
.start-fade-in img {
	width: 100%;
	height: auto;
}
.l-content-fixed {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.l-content-expanded {
	width: auto;
	margin: 0;
}
.l-content-flex {
	display: flex;
}
.l-multicolumn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.l-4column > .l-column {
	width: calc(100% / 4 - 1.6em / 4 * 3);
	padding: 2em;
	margin-top: 3em;
}
.l-3column > .l-column {
	width: calc(100% / 3 - 1.6em / 3 * 2);
	padding: 2em;
	margin-top: 2em;
}
.l-2column > .l-column {
	width: calc(100% / 2 - 1.6em / 2 * 1);
	padding: 3em 3em 1em;
	margin-top: 2em;
}
.sp-menu-btn::after {
	top: 10px;
	left: 0;
}
header {
	padding: 2em 5em;
}
header .l-content-flex,
footer .l-content-flex {
	align-items: center;
	justify-content: space-between;
}
.sp-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	font-size: 2.8em;
}
.sp-nav .nav-menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sp-nav .nav-menu li + li {
	margin-left: 0;
	margin-top: 2em;
}
.logo {
	margin: 0;
	width: 450px;
	height: auto;
	line-height: 1;
}
.logo img {
	width: 100%;
	height: 100%;
}
.nav {
	font-size: 1.6em;
}
.nav-menu li + li {
	margin-left: 3em;
}
.nav-menu a:hover {
	transition: 0.2s ease;
	color: #0364AD;
}
.tel-item span {
	display: block;
}
.contact-text {
	font-size: 0.6em;
	color: #0364AD;
}
.tel {
	font-size: 2em;
}
.br {
	display: block;
}
.sp-menu-btn {
	position: absolute;
    top: 35px;
    right: 5em;
    cursor: pointer;
    width: 40px;
    height: 26px;
    display: none;
}
.sp-menu-btn span {
	display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
}
.sp-menu-btn span + span {
	margin-top: 10px;
}
.home {
	text-align: center;
}
.home .section-title {
	padding: 3em 0;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.home-background {
	padding: 5em 0;
	background-color: #BAE8FF;
	border-radius: 50px;
	margin: 0 2em;
	background-image: url(../images/cloud_background.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
.section-title-wrapper {
	display: inline-block;
	position: relative;
}
.section-title-wrapper img {
	position: absolute;
	top: 1em;
	left: -6em;
	width: auto;
	height: 180px;
}
.slider {
	z-index: 100;
	width: 100%;
}
.slider img {
	width: 800px;
	height: auto;
	border-radius: 30px;
	border: 10px solid #fff;
}
.slider-item {
	padding: 0 4em;
}
.advertisement {
	display: block;
	width: 60%;
	margin: 8em auto 0 auto;
}
.advertisement-wrapper {
	position: relative;
	border-radius: 30px;
	background-color: #FFF183;
	margin-top: 8em;
}
.news-document {
	background-color: white;
	border: 2px solid #000;
	border-radius: 30px;
	font-size: 1.4em;
	padding: 2em 2em 1em 2em;
}
.news-document li {
	margin-top: 1.4em;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px dotted #000;
}
.news-document li a {
	display: block;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-day {
	margin-right: 2em;
	color: #FD816B;
	align-items: center;
}
.news-title {
	font-size: 1.8em;
	color: white;
	letter-spacing: 0.4em;
	background-color: #0087B9;
	border-radius: 50px;
}
.news-list-btn {
	display: inline-block;
	background-color: #0087B9;
	border-radius: 50px;
	padding: 0.6em 2em;
	margin-top: 2em;
	color: white;
}
.triangle-icon img {
	width: 10px;
	height: 10px;
	transform: rotate(90deg);
	margin-right: 10px;
}
.advertisement-title {
	font-size: 2.8em;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	border-bottom: 6px dotted #FD816B;
	width: 65%;
}
.advertisement-document {
	text-align: left;
	font-size: 1.4em;
	align-items: center;
	justify-content: space-between;
	padding: 3em 3em 2em;
}
.advertisement-document .tel-item {
	margin-left: 2em;
	background-color: #fff;
	border-radius: 50px;
	padding: 1em 4em;
}
.countermeasures-wrapper {
	background-color: #FFB1B1;
	position: absolute;
	top: 180px;
	right: 0;
	border-radius: 30px 0 0 30px;
	padding: 3em 2em 2em;
}
.countermeasures-wrapper p {
	font-size: 1.4em;
	text-align: left;
}
.countermeasures-title {
	font-size: 2.1em;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	letter-spacing: 0.2em;
}
.countermeasures-wrapper .countermeasures-text {
	font-size: 2em;
	background-color: #fff;
	border-radius: 50px;
	padding: 0.5em 1em;
	margin: 0.4em 0;
}
.countermeasures-text img {
	width: 26px;
	height: auto;
	vertical-align: sub;
}
.about {
	position: relative;
	padding: 14em 2em 0;
	text-align: center;
}
.about .section-sub-title {
	font-size: 1.2em;
	position: relative;
	display: inline-block;
}
.about .section-title {
	padding: 2em 0;
}
.about .section-sub-title::before,
.about .section-sub-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 5em;
	height: 1px;
	background-color: #333;
}
.about .section-sub-title::before {
	left: -6em;
}
.about .section-sub-title::after {
	right: -6em;
}
.balloon {
	position: absolute;
}
.balloon img {
	width: 60px;
	height: auto;
}
.about .b_red {
	top: 100px;
	left: 10px;
}
.about .b_green {
	top: -20px;
	right: 100px;
}
.about .b_blue {
	top: 100px;
	right: 10px;
}
.about .b_pink {
	top: -20px;
	left: 100px;
}
.b_left img {
	transform: rotate(-10deg);
}
.b_right img {
	transform: rotate(10deg);
}
.section-title {
	font-size: 2.8em;
	font-weight: bold;
	display: block;
	letter-spacing: 0.4em;
	padding: 0.6em 2em;
	z-index: 10;
	position: relative;
}
.section-sub-title {
	font-size: 1.8em;
	display: block;
	text-align: center;
	padding: 2em;
}
.section-document {
	padding: 1.8em;
	font-size: 1.6em;
	line-height: 2;
	z-index: 100;
}
.section-title rt {
	font-size: 0.2em;
}
.introduction {
	background-color: #EAFAFF;
	border-radius: 50px;
	padding: 10em;
	margin: 24em 4em 0;
	position: relative;
}
.introduction .section-title {
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.introduction .section-title::before,
.introduction .section-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 5em;
	height: 2px;
	background-color: #333;
}
.introduction .section-title::before {
	left: -5em;
}
.introduction .section-title::after {
	right: -5em;
}
.information-card li {
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
}
.course-title {
	display: block;
	font-size: 2em;
	border-radius: 50px;
	color: #fff;
	padding: 0.4em 0;
	letter-spacing: 0.2em;
}
.course-target {
	align-items: center;
	justify-content: space-between;
	font-size: 1.3em;
	padding: 1.4em 0;
}
.target {
	display: inline-block;
	border: 2px solid #333;
	border-radius: 50px;
	padding: 0 1em;
}
.introduction-document {
	font-size: 1.4em;
	text-align: left;
	padding: 1.8em 0;
}
.teacher .introduction-img img {
	max-width: 250px;
}
.teacher-career {
	font-size: 1.4em;
	margin-top: 30px;
	padding: 0 1em;
}
.teacher-career table {
	width: 100%;
}
.teacher-career th {
	display: block;
	text-align: left;
	background-color: #FFF183;
	border-radius: 1em;
	padding: 0.2em 0 0.2em 1em;
}
.teacher-career td {
	display: block;
	text-align: right;
	margin: 0.4em 0;
}
.introduction-img img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.more-btn {
	display: block;
	margin: 50px 20px 0;
}
.more-btn a {
	display: block;
	background-color: #fff;
	border-radius: 50px;
	padding: 1em;
	font-size: 1.4em;
	border: 2px solid #333;
	transition: 0.2s ease;
}
.more-btn a:hover {
	transition: 0.2s ease;
	background-color: #FFF183;
	border-color: #333;
}
.color-A {
	background-color: #FD816B;
}
.color-B {
	background-color: #68AFEF;
}
.color-C {
	background-color: #FCEB54;
}
.color-D {
	background-color: #FC94E8;
}
.color-E {
	background-color: #FFB95A;
}
.color-TB {
	background-color: #65CB90;
}
.color-training {
	background-color: #0087B9;
}
.color-free {
	background-color: #FFA2A2;
}
.guide {
	text-align: center;
	padding-top: 24em;
	background-color: #BAE8FF;
	background-image: url(../images/cloud_background_Inversion.png), url(../images/cloud_background.png);
	background-position: top center ,bottom center;
	background-repeat: repeat-x;
	position: relative;
}
.guide .section-title {
	display: inline-block;
	border-radius: 50px;
	border: 2px solid #333;
	background-color: #fff;
}
.guide .more-btn {
	display: inline-block;
}
.guide .more-btn a {
	padding: 1em 4em;
}
.guide .section-document {
	padding-top: 4em;
}
.guide .more-btn a {
	background-color: #FFF183;
	border: 2px solid #333;
}
.guide .b_orange {
	top: 10%;
	left: 30%;
}
.guide .b_red {
	bottom: 10%;
	left: 20%;
}
.guide .b_blue {
	top: 20%;
	right: 30%;
}
.guide .b_green {
	top: 20%;
	right: 30%;
}
.guide .b_pink {
	bottom: 15%;
	right: 20%;
}
.guide .b_yellow {
	top: 10%;
	left: 30%;
}
.teacher-name {
	font-size: 2.4em;
	padding-bottom: 0.4em;
}
.ruby {
	font-size: 1.2em;
	display: block;
	text-align: center;
}
.teacher .l-3column::after {
	display: block;
	content: "";
	width: calc(100% / 3 - 1.6em / 3 * 2);
}
.trial_lesson .section-title::before {
	display: inline-block;
	content: "";
	background-image: url(../images/beginner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.tel-btn {
	display: inline-block;
	background-color: #FFF183;
	border-radius: 50px;
	border: 2px solid #333;
	padding: 1em 5em;
}
.tel-btn .tel {
	font-size: 2.6em;
}
.tel-btn .tel::before {
	display: inline-block;
	content: "";
	background-image: url(../images/phone-call.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 0.6em;
}
.tel-btn .contact-text {
	font-size: 1.2em;
}
.tel-btn .sp-content-text {
	display: none;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
}
.map {
	width: 100%;
	height: auto;
	border-radius: 30px;
	flex: 1;
}
.access-info {
	font-size: 1.5em;
	padding: 3em;
	border: 2px solid #333;
	border-radius: 30px;
	background-color: #fff;
	width: 600px;
	margin-left: 2em;
}
.access-info table {
	width: 100%;
	text-align: left;
}
.access-info th {
	display: block;
	font-weight: bold;
	margin-bottom: 0.6em;
	background-color: #FFF183;
	border-radius: 50px;
	padding: 0.2em 0 0.2em 1em;
}
.access-info td {
	display: block;
}
.access-info tr {
	display: block;
}
.access-info tr + tr {
	padding-top: 2em;
	border-top: 1px solid #333;
}
.sns-wrapper {
	margin-top: 12em;
	padding: 4em 0;
	background-color: #FFF183;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.sns-title {
	font-size: 3.4em;
}
.sns-title::before {
	content: "";
	background-image: url(../images/instagram-logo-b.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
}
.sns-name {
	font-size: 1.6em;
	padding: 0.6em 0;
}
.sns-slider {
	background-image: url(../images/snsImg.png);
	width: calc(1979px * 3);
	height: 200px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: contain;
	animation: bgSlider 80s linear 0s infinite;
}
@keyframes bgSlider {
	0% {
		transform: translate3d(0,0,0);
	}
	100% {
		transform: translate3d(-1979px,0,0);
	}
}
.sns .more-btn {
	display: inline-block;
}
.sns .more-btn a:hover {
	background-color: #fff;
}
footer {
	padding: 10em 5em 2em;
}
.copyright {
	font-size: 1.2em;
	padding-top: 6em;
	text-align: center;
}
.page-wrapper {
	text-align: center;
	position: relative;
}
.page-wrapper img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -100px;
	left: -100px;
}
.page-title {
	background-color: #BAE8FF;
	background-image: url(../images/cloud_background.png);
	background-size: 850px;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 400px;
	border-radius: 50px;
	margin: 0 2em;
	align-items: center;
	justify-content: center;
}
.page-name {
	font-size: 3.8em;
	letter-spacing: 0.4em;
	position: relative;
	z-index: 100;
}
.page-document {
	font-size: 1.6em;
	margin: 20px 10px 0;
}
.introduction-details .introduction,
.admission-details .introduction {
	margin-top: 3em;
}
.introduction-details table {
	font-size: 1.4em;
	width: 100%;
	height: 230px;
	margin-left: 20px;
}
.introduction-details tr {
	border-bottom: 1px solid #CBCBCB;
}
.introduction-details th {
	text-align: left;
	padding: 1.6em 0 1em;
}
.introduction-details th span {
	display: inline-block;
	border: 2px solid #333;
	border-radius: 50px;
	padding: 0.2em 1em;
}
.introduction-details td {
	text-align: right;
}
.introduction-details .introduction-img img {
	width: 250px;
}
.introduction-details .course-title {
	margin-bottom: 1em;
}
.rMark {
	font-size: 0.8em;
	display: block;
}
.introduction-title {
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding-top: 2em;
}
.introduction-details .introduction-document {
	padding-top: 1em;
}
.admission-paper {
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 50px;
	padding: 3em 6em;
}
.admission-paper table {
	margin: 0 auto 10em;
}
.admission-paper tr {
	font-size: 1.2em;
}
.admission-paper th {
	font-weight: bold;
}
.admission-paper th,
.admission-paper td {
	display: block;
}
.admission-title {
	font-size: 2.4em;
	font-weight: bold;
	padding: 2em 0;
	text-align: center;
}

.news-wrapper {
	justify-content: space-around;
}
.news-wrapper.introduction {
	margin: 0 2em 0;
	padding: 5em;
}
.news-article-img img {
	width: 100%;
}
.news-article {
	flex-grow: 1;
}
.news-article-date {
	display: inline-block;
	font-size: 1.6em;
	margin: 1em 0;
}
.news-jpkids-logo img {
	max-width: 350px;
	width: 100%;
}
.news-article-inner {
	padding: 4em 3em;
	margin-bottom: 6em;
	background-color: #fff;
	border-radius: 20px;
	border: 2px solid #000;
}
.news-article-inner h2 {
	font-size: 2.4em;
	font-weight: bold;
}
.news-article-inner p {
	font-size: 1.6em;
	padding: 1em 0;
}
.news-date {
	margin-left: 20px;
}
.news-date-ac {
	display: block;
	width: 350px;
	padding: 1em;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 20px;
}
.news-date-ac h3 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}
.date-parent {
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 1.8em;
	font-weight: bold;
	color: #FD816B;
	display: flex;
	align-items: center;
	justify-content: space-between;


}
.date-child {
	display: none;
	padding: 0.6em;
	font-size: 1.4em;
}
.date-child span {
	display: block;
	margin-bottom: 10px;
	cursor: pointer;
}
.ac-stay {
	display: block;
}
@media screen and (max-width: 1780px) {
	.introduction-wrapper.l-content-flex {
		display: block;
	}
	.information-card table {
		margin: 0;
	}
}
@media screen and (max-width: 1600px) {
	.logo {
		width: 350px;
	}
	.nav {
		font-size: 1.4em;
	}
	.nav-menu li + li {
		margin-left: 2em;
	}
	.section-title {
		font-size: 2.4em;
	}
	.access .l-content-flex {
		display: block;
	}
	#page-top-btn a {
		width: 80px;
		height: 80px;
	}
	#page-top-btn .top-arrow {
		width: 25px;
		height: 25px;
	}
	.access-info {
		margin-left: 0;
		margin-top: 2em;
		width: 100%;
	}
	.access-info tr + tr {
		padding-top: 1em;
	}
	.td-wrapper {
		display: block;
	}
	.map {
		height: 500px;
	}
	.countermeasures-wrapper {
		top: 140px;
	}
}
@media screen and (max-width: 1320px) {
	header {
		padding: 3em 5em;
	}
	.information-card .l-2column > .l-column {
		width: 100%;
		margin: 2em auto 0;
	}
	.introduction-details .introduction-img img {
		width: 300px;
	}
	.dp-header .nav {
		display: none;
	}
	.course .l-4column > .l-column {
		width: calc(100% / 3 - 1.6em / 3 * 2);
	}
	.course .l-4column::after {
		content: "";
		display: block;
		width: calc(100% / 3 - 1.6em / 3 * 2);
	}
	.footer-wrapper {
		display: block;
	}
	.footer-wrapper .logo {
		margin-bottom: 2.5em;
	}
	.sp-menu-btn {
		display: block;
	}
	.countermeasures-wrapper {
		position: relative;
		top: 0;
		left: 0;
		border-radius: 30px;
		margin: 30px 2em 0 2em;
	}
	.countermeasures-wrapper p {
		text-align: center;
	}
	.advertisement-document {
		display: block;
		text-align: center;
	}
	.advertisement-document .tel-item {
		margin: 1.4em 0 0 0;
	}
	.news-wrapper {
		flex-direction: column;
	}
	.news-date-ac {
		width: 100%;
	}
	.news-date {
		margin-left: 0px;
	}
}
@media screen and (max-width: 1025px) {
	.admission-title {
		font-size: 1.8em;
	}
	.admission-paper td {
		text-align: left;
	}
	.teacher .l-3column > .l-column {
		width: calc(100% / 2 - 1.6em / 2 * 1);
	}
	.slider img {
		max-width: 600px;
	}
	.slider-item {
		padding: 0 2em;
	}
	.footer-wrapper .nav-menu {
		display: block;
	}
	.footer-wrapper .nav-menu li + li {
		margin-left: 0;
		margin-top: 1em;
	}
	.teacher .l-3column::after {
		width: calc(100% / 2 - 1.6em / 2 * 1);
	}
	.tel-btn .sp-content-text {
		display: block;
	}
	.tel-btn .dp-content-text {
		display: none;
	}
	a[href*="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
	.advertisement {
		width: 85%;
	}
}
@media screen and (max-width: 970px) {
	.course .l-4column > .l-column {
		width: calc(100% / 2 - 1.6em / 2 * 1);
	}
	.introduction {
		padding: 4em;
		margin: 10em 2em 0;
	}
	.section-document {
		font-size: 1.4em;
		text-align: left;
	}
	.page-name {
		font-size: 2.4em;
	}
	.page-document {
		font-size: 1.4em;
	}
	.page-title {
		height: 240px;
		background-size: 500px;
		border-radius: 20px;
	}
	.page-wrapper img {
		width: 100px;
		height: 100px;
		top: -60px;
		left: -60px;
	}
}
@media screen and (max-width: 780px) {
	.course .l-4column > .l-column {
		width: calc(100% / 2 - 1.6em / 2 * 1);
		margin: 2em auto 0;
	}
	.teacher .l-3column > .l-column {
		width: 100%;
		margin: 2em auto 0;
	}
	.balloon {
		display: none;
	}
	header {
		padding: 2em;
	}
	.logo {
		width: 250px;
	}
	.section-title-wrapper img {
		height: 130px;
		top: -0.4em;
		left: -3em;
	}
	.slider img {
		width: 450px;
	}
	.advertisement {
		margin: 3em auto 0;
		border-radius: 20px;
	}
	.advertisement-title {
		font-size: 2.2em;
		border-bottom: 4px dotted #FD816B;
	}
	.advertisement-document {
		font-size: 1em;
		padding: 2em 2em 1em;
	}
	.advertisement-document p {
		padding: 1em 0;
	}
	.news-document {
		font-size: 1.2em;
		padding: 2em 2em 1em 2em;
}
	.advertisement-document .tel-item {
		margin-left: 0;
		text-align: center;
		margin-top: 10px;
	}
	.sp-nav {
		font-size: 1.6em;
	}
	.sp-nav .tel {
		font-size: 1.4em;
	}
	.home-background {
		border-radius: 20px;
	}
	.home .section-title {
		padding: 2em 0;
	}
	.section-title-wrapper img {
		height: 250px;
		top: -3em;
		left: -5em;
	}
	.about {
		padding-top: 2em;
	}
	.start-fade-in p {
		width: 400px;
	}
	.sp-menu-btn {
		top: 2em;
		right: 3em;
	}
}
@media screen and (max-width: 600px) {
	.course .l-4column > .l-column {
		width: 100%;
	}
	.section-title-wrapper img {
		height: 200px;
		top: -2em;
		left: -4em;
	}
	.slider img {
		width: 350px;
		border: 5px solid #fff;
	}
	.home-background {
		margin: 0 1em;
		padding: 5em 0 2em;
		background-size: 1000px;
	}
	.slider-item {
		padding: 0 1em;
	}
	.advertisement-title {
		font-size: 1.8em;
	}

	.about .balloon {
		display: none;
	}
	.introduction {
		border-radius: 20px;
	}
	.introduction .section-title::before,
	.introduction .section-title::after {
		width: 2em;
	}
	.introduction .section-title::before {
		left: -2em;
	}
	.introduction .section-title::after {
		right: -2em;
	}
	.home .section-title,
	.about .section-title {
		font-size: 1.8em;
	}
	.course .section-title,
	.teacher .section-title,
	.access .section-title {
		width: 200px;
		text-align: center;
		padding: 0.5em;
	}
	.section-title {
		padding: 0.4em 1em;
	}
	.admission .section-title {
		font-size: 2.4em;
	}
	.trial_lesson .section-title {
		font-size: 1.8em;
	}
	.guide {
		padding-top: 12em;
		background-size: 600px;
	}
	.access-info {
		font-size: 1.2em;
		padding: 1.6em;
	}
	.sns-wrapper {
		margin-top: 6em;
	}
	.sns-title {
		font-size: 2.4em;
	}
	.sns-name {
		font-size: 1.2em;
	}
	.sns-slider {
		height: 150px;
	}
	footer {
		padding: 5em 2em 1em;
	}
	.start-fade-in p {
		width: 300px;
	}
	.introduction-details tr {
		display: block;
	}
	.introduction-details th {
		display: block;
	}
	.introduction-details td {
		display: inline-block;
		vertical-align: top;
	}
	.admission-paper {
		padding: 2em 3em;
		border-radius: 20px;
	}
	.admission-title {
		font-size: 1.6em;
	}
	.admission-paper tr {
		font-size: 1em;
	}
	.admission-paper table {
		margin-bottom: 3em;
	}
	.countermeasures-title {
		font-size: 1.8em;
	}
	.countermeasures-wrapper p {
		font-size: 1.2em;
	}
	.news-wrapper.introduction {
		padding: 1em;
	}
}
@media screen and (max-width: 500px) {
	.home .section-title,
	.about .section-title {
		font-size: 1.6em;
	}
	.section-title {
		font-size: 2em;
	}
	.course-target {
		font-size: 1.2em;
	}
	.introduction-document {
		font-size: 1.3em;
	}
	.more-btn {
		margin-top: 30px;
	}
	.map {
		height: 300px;
	}
	.access .introduction {
		padding-top: 4em;
	}
	.sns .more-btn a {
		font-size: 1em;
	}
	.sp-menu-btn {
		top: 20px;
		width: 25px;
		height: 20px;
	}
	.sp-menu-btn span + span {
		margin-top: 7px;
	}
	.about .section-sub-title::before,
	.about .section-sub-title::after {
		width: 3em;
	}
	.about .section-sub-title::before {
		left: -3em;
	}
	.about .section-sub-title::after {
		right: -3em;
	}
	.section-sub-title {
		font-size: 1.4em;
		text-align: left;
	}
	.page-wrapper img {
		width: 80px;
		height: 80px;
		top: -60px;
		left: 10px;
	}
	.introduction-details .introduction-img img {
		max-width: 230px;
	}
	.introduction-details table {
		font-size: 1.2em;
	}
	.introduction-title {
		font-size: 1.6em;
	}
	#page-top-btn a {
		width: 60px;
		height: 60px;
	}
	#page-top-btn .top-arrow {
		width: 20px;
		height: 20px;
	}
	.teacher .introduction-img img {
		width: 230px;
	}
	.advertisement-wrapper {
		margin-top: 6em;
	}
	.advertisement-wrapper .tel {
		font-size: 1.6em;
	}
	.countermeasures-wrapper {
		margin: 30px 0 0 0;
	}
	.countermeasures-wrapper .countermeasures-text {
		font-size: 1.8em;
	}
	.tel-btn {
		padding: 1em 3em;
	}
	.about .section-document {
		padding: 0;
		font-size: 1.4em;
		text-align: justify;
	}
	.introduction-img img {
		max-width: 230px;
	}
	.news-article-date {
		font-size: 1.2em;
	}
	.news-article-inner h2 {
		font-size: 2.1em;
	}
	.news-article-inner p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 400px) {
	.introduction {
		padding: 3em;
	}
	.section-title-wrapper img {
		height: 180px;
		top: -2em;
		left: 1em;
	}
	.slider img {
		width: 300px;
	}
	.slider-item {
		padding: 0 0.4em;
	}
	.br {
		display: none;
	}
}
@media screen and (max-width: 361px) {
	.tel-btn .tel {
		font-size: 1.8em;
	}
	.tel-btn .tel::before {
		width: 20px;
		height: 20px;
	}
	.guide {
		padding-top: 6em;
	}
	.introduction {
		margin-top: 8em;
	}
	.section-title,
	.admission .section-title {
		font-size: 1.8em;
	}
	.trial_lesson .section-title {
		font-size: 1.6em;
	}
	.trial_lesson .section-title::before {
		width: 30px;
		height: 30px;
	}
	.home .section-title,
	.about .section-title {
		font-size: 1.2em;
	}
	.page-document {
		font-size: 1.2em;
		text-align: left;
	}
	.page-wrapper img {
		width: 60px;
		height: 60px;
		top: -30px;
		left: 30px;
	}
	.page-title {
		height: 180px;
		background-size: 300px;
	}
	.advertisement-title {
		font-size: 1.6em;
	}
	.about .section-document,
	.introduction-document,
	.section-sub-title,
	.guide .section-document {
		font-size: 1.2em;
	}
	.slider img {
		width: 250px;
	}
	.introduction .section-title::before, .introduction .section-title::after {
		width: 1em;
	}
	.introduction .section-title::before {
		left: -1em;
	}
	.introduction .section-title::after {
		right: -1em;
	}
	.page-name {
		font-size: 1.8em;
	}
	.admission-title {
		font-size: 1.4em;
	}
	.logo {
		width: 200px;
	}
	.tel-item .tel {
		font-size: 1.8em;
	}
	.countermeasures-wrapper .countermeasures-text {
		font-size: 1.4em;
	}
	.countermeasures-text img {
		width: 20px;
	}
}