  @charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html {
	height: 100%;
}

body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	min-width: 1200px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.only-pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}

.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 6% 4%;
}

.shadow {
	box-shadow: 2px 2px 14px 0px #797979;
}

.mt--30 {
	display: block;
	margin-top: -30px;
}

@media screen and (max-width: 767px) {
	.mt--30 {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.container {
		min-width: auto;
	}
	.sp-none {
		display: none;
	}
	.pc-none {
		display: block;
	}
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	.wrap {
		width: auto;
		padding: 4% 2%;
	}
}

/*!------------------------*\
    hedaer
\*!------------------------*/
.l-header {
	width: 100%;
	color: #333333;
	background: #faf7df;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.l-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 2px solid #e60020;
}

.l-header .l-header__menu-toggler {
	display: none;
}

.l-header .l-header__menu-wrap {
	display: none;
}

.l-header__title {
	height: 59px;
}

.l-header__title a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.l-header__title span {
	display: inline-block;
	width: 174px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
	background: url(/entertainment/school/standard/img/logo.png) no-repeat;
	background-position: 0 50%;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {
	.l-header {
		box-shadow: none;
	}
	.l-header__title {
		position: static;
		height: 59px;
		padding-right: 59px;
		background: none;
	}
	.l-header__title span {
		width: 148px;
		margin-top: 2px;
		padding-top: 21px;
		background-image: url(/entertainment/school/standard/img/logo@sp.png);
		background-size: 100% auto;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.l-header__title span {
		background-image: url(/entertainment/school/standard/img/logo@2x.png);
		background-size: 100% auto;
	}
}

/*!------------------------*\
    footer
\*!------------------------*/
.footer {
	font-family: "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3", Meiryo, メイリオ, "MS PGothic", sans-serif;
	font-weight: normal;
	position: relative;
	z-index: 1;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}

.footer__list {
	padding: 30px 0 0;
}

.footer__button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: solid 1px #e5e5e5;
	border-radius: 8px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-transition: all 100ms ease;
}

.footer__button::after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	border-bottom: solid 1px #e60020;
	border-right: solid 1px #e60020;
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
}

.footer__button:hover {
	background: #e60020;
	border-color: #e60020;
	color: #ffffff;
}

.footer__button:hover:hover:after {
	border-color: #ffffff;
}

.footer__copy {
	padding: 30px 0;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}

.footer__pagetop a {
	position: absolute;
	display: block;
	overflow: hidden;
	height: 0;
	width: 50px;
	padding-top: 46px;
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #5AB4BE;
	border-radius: 50%;
	color: #5AB4BE;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	opacity: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.footer__pagetop a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 8px;
	width: 8px;
	margin: -2px 0 0;
	border-bottom: solid 2px #5AB4BE;
	border-right: solid 2px #5AB4BE;
	line-height: 1;
	-webkit-transform: translate(-50%) rotate(-135deg);
	-ms-transform: translate(-50%) rotate(-135deg);
	transform: translate(-50%) rotate(-135deg);
	speak: none;
}

.footer__pagetop a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	color: #5AB4BE;
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.footer__pagetop a:active {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.footer__pagetop .page-top--is-scrolled {
	display: block;
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.footer__list {
		width: 215px;
		margin: 0 auto;
	}
	.footer__list:after {
		clear: both;
		content: "";
		display: block;
	}
	.footer__item {
		float: left;
	}
	.footer__item + .footer__item {
		margin-left: 32px;
	}
	.footer__item:last-child {
		clear: both;
		margin-left: 0;
	}
	.footer__button {
		height: 40px;
		width: 215px;
		font-size: 13px;
	}
	.footer__pagetop a {
		bottom: 2.66667vw;
		right: 2.66667vw;
	}
}

@media print, screen and (min-width: 768px) {
	.footer__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		-ms-flex-align: center;
		-ms-flex-pack: center;
	}
	.footer__item + .footer__item {
		margin-left: 20px;
	}
	.footer__button {
		height: 50px;
		width: 250px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.footer__pagetop a:hover {
		box-shadow: none;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/*----------------------
    追従headerber
-----------------------*/
.nav {
	min-width: 1200px;
	font-size: 0;
	letter-spacing: 0;
	display: none;
	background-position: center;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: block;
	animation-name: fadein;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	background-color: #fff;
}

@media all and (max-width: 750px) {
	.nav {
		min-width: auto;
	}
}

/*!------------------------*\
    main
\*!------------------------*/
main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 2%;
	background-image: url(/entertainment/school/standard/img/bg.jpg);
}

@media screen and (max-width: 767px) {
	main {
		width: 100%;
		padding-bottom: 13.03781vw;
		background-image: url(/entertainment/school/standard/img/bg_sp.jpg);
	}
}

.header-content {
	margin: 0 auto;
	overflow: hidden;
}

.header-content.nav .disabled {
	opacity: 0.4;
}

.header-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.3% 2%;
}

@media screen and (min-width: 768px) {
	.header-content ul {
		min-width: 1100px;
	}
}

@media screen and (max-width: 767px) {
	.header-content ul {
		width: 100%;
		padding: 3% 0;
		min-width: 100%;
	}
}

.header-content ul li {
	margin: 0 .8%;
	border-radius: 16px;
	border: 1px solid #5AB4BE;
	background-color: #fff;
	transition: .3s;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.header-content ul li {
		margin: 0 .2%;
		border-radius: 14px;
		border: 1px solid #5AB4BE;
	}
}

.header-content ul li a {
	font-size: 16px;
	color: #5AB4BE;
	padding: 5px 20px 5px;
	letter-spacing: .06em;
	text-align: center;
	display: block;
	font-family: "YuGothic",'Yu Gothic','游ゴシック',YuGothic,"游ゴシック体", system-ui, "Hiragino Sans", 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic", "Arial", sans-serif;
}

@media screen and (max-width: 767px) {
	.header-content ul li a {
		font-size: 10px;
		padding: 4px 10px 4px;
		letter-spacing: 0;
		line-height: 1.4;
	}
}

.header-content ul li.disabled {
	opacity: 0.8;
}

.header-content ul li.disabled a {
	pointer-events: none;
}

.header-content ul li:not(.disabled):hover {
	background-color: #73321E;
}

.header-content ul li:not(.disabled):hover a {
	color: #fff;
}

.kv {
	max-width: 1200px;
	margin: 0 auto;
}

.kv h2 img {
	width: 100%;
}

#course {
	padding-top: 65px;
}

@media screen and (max-width: 767px) {
	#course {
		padding-top: 55px;
	}
}

#special {
	padding-top: 65px;
}

@media screen and (max-width: 767px) {
	#special {
		padding-top: 55px;
	}
}

.s-posi {
	padding-top: 75px;
}

@media screen and (max-width: 767px) {
	.s-posi {
		padding-top: 3.12907vw;
	}
}

.s-posi#ensemble {
	margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
	.s-posi#ensemble {
		margin-bottom: 9.12647vw;
		padding-top: 3.12907vw;
	}
}

.main-container {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.main-container {
		width: auto;
		padding: 0 6%;
	}
}

/**
 * answer
 ------------*/
.answer {
	display: none;
}

.class {
	margin-bottom: 4%;
}

@media screen and (min-width: 768px) {
	.class.online {
		width: 958px;
		margin: auto;
	}
}

.class.online .content {
	width: 100%;
	margin-bottom: 0;
	border-radius: 64px;
	overflow: hidden;
	background-color: #fff;
}

.class.online .content .title-wrap {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.class.online .content .title-wrap {
		padding: 15px 15px 0;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .title-wrap {
		padding: 2vw 2vw 0;
	}
}

.class.online .content .title-wrap .title {
	border-radius: 64px 64px 0 0;
}

@media screen and (min-width: 768px) {
	.class.online .content .title-wrap .title {
		border: 1px solid #73321E;
		border-bottom: none;
		padding: 30px 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .title-wrap .title {
		border: 0.13038vw solid #73321E;
		border-bottom: none;
		padding: 3.91134vw 0 1.30378vw;
	}
}

.class.online .content .title-wrap img {
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 767px) {
	.class.online .content .title-wrap img {
		width: 33.89831vw;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .title-wrap h3 {
		font-size: 77px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .title-wrap h3 {
		font-size: 8.3442vw;
	}
}

.class.online .content .title-wrap p {
	font-size: 18px;
}

.class.online .content .title-wrap p img {
	margin-bottom: 26px;
}

.class.online .content .detail-image {
	display: block;
	width: 100%;
}

.class.online .content .detail-wrap {
	background-image: url(/entertainment/school/standard/img/info_bg.jpg);
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap {
		padding: 0 15px 15px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap {
		padding: 0 2vw 2vw;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail {
		border-radius: 0 0 64px 64px;
		border: 1px solid #643232;
		border-top: none;
		padding: 0 85px 30px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail {
		border-radius: 0 0 14.60235vw 14.60235vw;
		border: 0.13038vw solid #643232;
		border-top: none;
		padding: 0vw 4.43286vw 5.21512vw;
	}
}

.class.online .content .detail-wrap .detail h4 {
	border: none;
	margin-bottom: 0;
	text-align: center;
	padding: 0.2em 0;
	position: relative;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail h4 {
		font-size: 56px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail h4 {
		font-size: 5.86701vw;
	}
}

.class.online .content .detail-wrap .detail h4::before {
	content: '';
	display: block;
	background-image: url("/entertainment/school/img/icon-style-01.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail h4::before {
		top: -72px;
		left: -40px;
		width: 263px;
		height: 122px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail h4::before {
		top: -10.691vw;
		left: -1.30378vw;
		width: 29.07432vw;
		height: 13.6897vw;
	}
}

.class.online .content .detail-wrap .detail h4.class01 {
	padding: 0.5em 0;
}

.class.online .content .detail-wrap .detail h4.class02::before {
	background-image: url("/entertainment/school/img/icon-style-02.png");
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail h4.class02::before {
		top: -60px;
		left: -95px;
		width: 338px;
		height: 93px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail h4.class02::before {
		top: -9.12647vw;
		left: -5.86701vw;
		width: 44.0678vw;
		height: 12.12516vw;
	}
}

.class.online .content .detail-wrap .detail h4.class03::before {
	background-image: none;
}

.class.online .content .detail-wrap .detail p {
	margin: auto;
	font-weight: 700;
	font-family: inherit;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail p.summary {
		padding: 0.5em 0 0.4em;
		font-size: 24px;
		border-top: 1px solid #643232;
		border-bottom: 1px solid #643232;
				text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail p.summary {
		padding: 0.6em 0 0.5em;
		font-size: 2.73794vw;
		border-top: 0.13038vw solid #643232;
		border-bottom: 0.13038vw solid #643232;
				text-align: center;
	}
}

.class.online .content .detail-wrap .detail .fee-wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .fee-wrap .fee {
		margin: 10px 0 0 -0.5em;
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .fee-wrap .fee {
		padding: 0.7em 0;
		font-size: 2.47718vw;
		margin-left: -0.6em;
	}
}

.class.online .content .detail-wrap .detail .fee-wrap .fee span {
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .fee-wrap .fee span + span {
		margin-left: 16px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .fee-wrap .fee span + span {
		margin-left: 1.30378vw;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .fee-wrap .fee span + span.class02 {
		margin-left: 0 !important;
	}
}

.class.online .content .detail-wrap .detail .fee-wrap .small {
	margin: 1em 0 0;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .fee-wrap .small {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .fee-wrap .small {
		font-size: 1.82529vw;
		text-align: right;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution {
		font-size: 20px;
		margin-top: 45px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .distribution {
		font-size: 2.60756vw;
	}
}

.class.online .content .detail-wrap .detail .distribution .head {
	margin: 1em 0 0.5em;
}

.class.online .content .detail-wrap .detail .distribution .head span {
	background-color: #643232;
	color: #fff;
	padding: 0.5em 1em;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution .head span {
		border-radius: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .distribution .head span {
		border-radius: 1.30378vw;
		font-size: 2.08605vw;
	}
}

.class.online .content .detail-wrap .detail .distribution .body .lead {
	margin-top: 0.5em;
}

.class.online .content .detail-wrap .detail .distribution .body .images {
	margin-top: 1em;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution .body .images {
		display: flex;
		justify-content: space-between;
	}
}

.class.online .content .detail-wrap .detail .distribution .body .images .item {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item {
		margin: 1em 0;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item:nth-child(1) {
		flex: 0 0 260px;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item:nth-child(2) {
		flex: 0 0 210px;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item:nth-child(3) {
		flex: 0 0 243px;
	}
}

.class.online .content .detail-wrap .detail .distribution .body .images .item picture {
	display: block;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item picture {
		margin-right: 1.2em;
		flex: 0 0 100px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item picture {
		margin-right: 1.5em;
		flex: 0 0 20%;
	}
}

.class.online .content .detail-wrap .detail .distribution .body .images .item picture img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item .text {
		font-size: 13px;
		flex: 0 1 auto;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .distribution .body .images .item .text {
		font-size: 2.60756vw;
	}
}

.class.online .content .detail-wrap .detail .buttons {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap {
		margin: 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap {
		margin: 0 1.30378vw 0;
	}
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule {
		margin: 12px 0;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule {
		margin: 1.56454vw 0 0;
	}
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .number {
	padding: 0.1em 0.2em;
	margin-right: 0.2em;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .number {
		font-size: 16px;
		border-top: 2px solid #643232;
		border-bottom: 2px solid #643232;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .number {
		font-size: 5.21512vw;
	}
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .date {
	display: flex;
	align-items: flex-end;
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .date span {
	line-height: 1;
	font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .date span:nth-child(1) {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .date span:nth-child(1) {
		font-size: 4.1721vw;
	}
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .date span:nth-child(2) {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .schedule .date span:nth-child(2) {
		font-size: 4.1721vw;
	}
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/entertainment/school/standard/img/bg_btn_pre_online.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .button {
		width: 315px;
		height: 51px;
		padding-bottom: 6px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .button {
		width: 72.35984vw;
		height: 11.47327vw;
		margin: 4.69361vw auto 0;
	}
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .button span {
	color: #fff;
	line-height: 1;
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .button span:nth-child(1) {
	margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .button span:nth-child(1) {
		font-size: 23px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .button span:nth-child(1) {
		font-size: 5.73664vw;
		padding-bottom: 0.78227vw;
	}
}

.class.online .content .detail-wrap .detail .buttons .button_wrap .button span:nth-child(2) {
	font-family: "YuGothic",'Yu Gothic','游ゴシック',YuGothic,"游ゴシック体", system-ui, "Hiragino Sans", 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic", "Arial", sans-serif;
}

@media screen and (min-width: 768px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .button span:nth-child(2) {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.class.online .content .detail-wrap .detail .buttons .button_wrap .button span:nth-child(2) {
		font-size: 3.12907vw;
		padding-bottom: 0.39113vw;
	}
}

.descriptions {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.8;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.descriptions {
		width: 890px;
		padding: 55px 55px;
		background-image: url(/entertainment/school/standard/img/info_bg.jpg);
		margin: 60px auto;
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions {
		width: 83.44198vw;
		padding: 7.1708vw 6.5189vw;
		background-image: url(/entertainment/school/standard/img/info_bg.jpg);
		margin: 9.77836vw auto;
		font-size: 2.60756vw;
	}
}

.descriptions .description-item {
	margin: 0 0 1.5em;
}

.descriptions .description-item .description-title {
	padding: 0.2em 0.6em;
	background-color: #ffe6a0;
	display: inline;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .description-title {
		font-size: 25px;
		border-left: 5px solid #643232;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .description-title {
		font-size: 2.86832vw;
		border-left: 0.65189vw solid #643232;
	}
}

.descriptions .description-item .description-body {
	padding: 1em 0.5em;
}

.descriptions .description-item .description-body h4 {
	font-weight: 700;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .description-body h4 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .description-body h4 {
		font-size: 2.47718vw;
	}
}

.descriptions .description-item .description-body .preparation-wrap {
	margin: 1em 0 0 0.5em;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .description-body .preparation-wrap {
		padding: 1em 0 1em 1.5em;
		border: 1px solid #73321E;
		border-radius: 30px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .description-body .preparation-wrap {
		padding: 1em 1em;
		border: 0.13038vw solid #73321E;
		border-radius: 3.91134vw;
	}
}

.descriptions .description-item .description-body .preparation-wrap ol {
	list-style: none;
}

.descriptions .description-item .description-body .preparation-wrap ol li {
	margin: 0.5em 0;
	text-indent: -1em;
}

.descriptions .description-item .description-body .preparation-wrap ol li:nth-child(1)::before {
	content: '①';
}

.descriptions .description-item .description-body .preparation-wrap ol li:nth-child(2)::before {
	content: '②';
}

.descriptions .description-item .description-body .preparation-wrap ol li:nth-child(3)::before {
	content: '③';
}

.descriptions .description-item .description-body .preparation-wrap ol li:nth-child(4)::before {
	content: '④';
}

.descriptions .description-item .description-body ul {
	padding-left: 0em;
}

.descriptions .description-item .description-body ul li {
	list-style-type: none;
	text-indent: -0.25em;
	padding-left: 0.4em;
}

.descriptions .description-item .description-body .link {
	color: #ec5e11;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .description-body ul li {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .description-body ul li {
		font-size: 2.47718vw;
	}
}

.descriptions .description-item .description-body ul li::before {
	content: '?';
	display: inline-block;
}

.descriptions .description-item .description-body__the-day .label {
	font-size: 20px;
}

.descriptions .description-item .description-body__the-day .step {
	font-size: 20px;
}

.descriptions .description-item p {
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item p {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item p {
		font-size: 2.47718vw;
	}
}

.descriptions .description-item .schedule .item {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .schedule .item {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .schedule .item:first-child {
		margin-bottom: 5.47588vw;
	}
	.descriptions .description-item .schedule .item:not(:first-child) {
		margin-bottom: 2.86832vw;
	}
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .schedule .item > div {
		margin-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .schedule .item > div {
		margin-bottom: 2.60756vw;
	}
}

.descriptions .description-item .schedule .item > div .day {
	line-height: 1;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .schedule .item > div .day {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .schedule .item > div .day {
		font-size: 6.25815vw;
		margin-left: 0.2em;
	}
}

.descriptions .description-item .schedule .item > div .time {
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .schedule .item > div .time {
		font-size: 20px;
		vertical-align: middle;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .schedule .item > div .time {
		vertical-align: bottom;
		font-size: 4.69361vw;
	}
}

.descriptions .description-item .schedule .item .btn-participation img {
	display: block;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .schedule .item .btn-participation:hover img {
		opacity: 0.6;
	}
}

.descriptions .description-item .schedule .small {
	text-align: left;
}

.descriptions .description-item ol {
	line-height: 1.8;
	list-style: decimal;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item ol {
		font-size: 18px;
		padding-left: 2.5em !important;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item ol {
		font-size: 2.34681vw;
		padding-left: 1.5em !important;
		padding-right: 1em !important;
	}
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .small {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .small {
		font-size: 2.15124vw;
		/* font-size: 2.34681vw; */
		text-align: center;
	}
}

.descriptions .description-item > .btn-toggle_terms {
	display: block;
	margin: auto;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item > .btn-toggle_terms {
		width: 460px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item > .btn-toggle_terms {
		width: 63.88527vw;
	}
}

.descriptions .description-item > .btn-toggle_terms img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item > .btn-toggle_terms:hover img {
		opacity: 0.6;
	}
}

.descriptions .description-item .terms {
	background-color: #fff;
	position: relative;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms {
		padding: 10px 50px;
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms {
		padding: 10px 5.21512vw;
		margin-top: 25px;
	}
}

.descriptions .description-item .terms .btn-toggle_terms {
	cursor: pointer;
}

.descriptions .description-item .terms .btn-toggle_terms.first {
	border-radius: 1000px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms .btn-toggle_terms.first {
		width: 52px;
		height: 52px;
		font-size: 12px;
		border: 1px solid #73321E;
		top: 22px;
		right: 23px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms .btn-toggle_terms.first {
		width: 6.77966vw;
		height: 6.77966vw;
		font-size: 1.56454vw;
		border: 0.13038vw solid #73321E;
		top: 2.60756vw;
		right: 2.60756vw;
	}
}

.descriptions .description-item .terms .btn-toggle_terms.last {
	font-feature-settings: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms .btn-toggle_terms.last {
		border-radius: 25px;
		width: 140px;
		height: 50px;
		font-size: 18px;
		border: 1px solid #73321E;
		margin: 1em auto;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms .btn-toggle_terms.last {
		border-radius: 4.56323vw;
		width: 25.68449vw;
		height: 9.12647vw;
		font-size: 2.60756vw;
		border: 0.13038vw solid #73321E;
		margin: 2.5em auto;
	}
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms .btn-toggle_terms:hover {
		opacity: 0.5;
	}
}

.descriptions .description-item .terms h3 {
	margin-top: 2em;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms h3 {
		font-size: 16px;
	}
}

.descriptions .description-item .terms h3.center {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms h3.center {
		font-size: 24px;
		margin: 55px auto 50px;
		padding: 0.2em 0;
		width: 605px;
		border: 1px solid #73321E;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms h3.center {
		font-size: 2.86832vw;
		margin: 9.12647vw auto 50px;
		width: 50.19557vw;
		padding: 0.6em 0;
		border: 0.13038vw solid #73321E;
	}
}

.descriptions .description-item .terms .term-title {
	margin: 0.5em 0;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms .term-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms .term-title {
		font-size: 2.60756vw;
	}
}

.descriptions .description-item .terms .term-body {
	padding: 0 1em;
}

.descriptions .description-item .terms .term-body h5 {
	margin: 0.5em 0;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms .term-body h5 {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms .term-body h5 {
		font-size: 2.60756vw;
	}
}

.descriptions .description-item .terms ul {
	padding: 0 0 0 1em;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms ul li {
		font-size: 16px;
		text-indent: -0.3em;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms ul li {
		font-size: 2.60756vw;
	}
}

.descriptions .description-item .terms ul li::before {
	content: '?';
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.descriptions .description-item .terms p {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.descriptions .description-item .terms p {
		font-size: 2.60756vw;
	}
}

.descriptions .description-item .terms .term-item {
	margin-top: 2em;
}

.descriptions .description-item .terms .privacy {
	color: #5AB4BE;
	text-decoration: underline;
}

/*!------------------------*\
    tab
\*!------------------------*/
.tab-list {
	/*margin-bottom: 6%;*/
}

.tab-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tab-list ul li {
	margin-right: 4%;
}

.tab-list ul li:last-child {
	margin-right: 0;
}

.tab-list ul li a {
	width: 200px;
	font-size: 16px;
	text-align: center;
	letter-spacing: .16em;
	padding: 10px 20px 26px;
	border: 2px solid #73321E;
	border-radius: 50px;
	background-color: #fff;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center bottom 13px;
	background-size: 60%;
	font-family: "YuGothic",'Yu Gothic','游ゴシック',YuGothic,"游ゴシック体", system-ui, "Hiragino Sans", 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic", "Arial", sans-serif;
	font-weight: bold;
}

.tab-list ul li .active {
	color: #fff;
	border: 1px solid #73321E;
	background-color: #73321E;
	/* pointer-events: none;*/
}

.tab-list ul .tab-a-1 a {
	background-image: url(/entertainment/school/standard/img/info_btn_about.png);
}

.tab-list ul .tab-a-1 .active {
	background-image: url(/entertainment/school/standard/img/info_btn_about_on.png);
}

.tab-list ul .tab-a-2 a {
	background-image: url(/entertainment/school/standard/img/info_btn_report.png);
}

.tab-list ul .tab-a-2 .active {
	background-image: url(/entertainment/school/standard/img/info_btn_report_01_on.png);
}

.tab-list ul .tab-b a {
	background-image: url(/entertainment/school/standard/img/info_btn_review.png);
}

.tab-list ul .tab-b .active {
	background-image: url(/entertainment/school/standard/img/info_btn_review_on.png);
}

.tab-list ul .tab-c a {
	background-image: url(/entertainment/school/standard/img/info_btn_qa.png);
}

.tab-list ul .tab-c .active {
	background-image: url(/entertainment/school/standard/img/info_btn_qa_on.png);
}

.closeTab {
	width: 100px;
	border-radius: 20px;
	padding: 4px;
	margin: 40px auto 10px;
	border: 2px solid #73321E;
	display: block;
	cursor: pointer;
	font-family: "YuGothic",'Yu Gothic','游ゴシック',YuGothic,"游ゴシック体", system-ui, "Hiragino Sans", 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic", "Arial", sans-serif;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.tab-list {
		margin-bottom: 6%;
	}
	.tab-list ul li {
		width: 32%;
		margin-right: 2%;
	}
	.tab-list ul li a {
		width: 100%;
		font-size: 10px;
		letter-spacing: .2em;
		padding: 6px 10px 18px;
		border: 1px solid #73321E;
		background-position: center bottom 9px;
		background-size: 74%;
	}
}

.tab-content {
	text-align: center;
	margin-bottom: 120px;
	max-width: 100%;
}

.tab-content--hide {
	position: absolute;
	left: -200%;
}

.tab-base {
	display: none;
	width: 670px;
	margin: 0 auto;
	text-align: center;
	padding: 4%;
	margin-top: 3%;
	margin-bottom: 4%;
	background-color: #fff;
}

.tab-base .title {
	margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
	.tab-base {
		width: 100%;
		padding: 4%;
		margin-top: -2%;
		margin-bottom: 4%;
		background-color: #fff;
	}
	.tab-base .title {
		margin-bottom: 6%;
	}
}

/*!------------------------*\
    end
\*!------------------------*/