@charset "utf-8";
.kv{}
.kv img{
	display:block;
	width:100%;
	height:auto;
	pointer-events:none;
	image-rendering:-webkit-optimize-contrast;
}
.top__incont{
	padding:70px 0 0;
}
.top__incont--title{
	text-align:center;
	color:var(--main-black-color);
	padding-bottom:40px;
}
.top__incont--title .en{
	font-size:70px;
	line-height:1;
	display:block;
	text-align:center;
	margin-bottom:12px;
}
.top__incont--title .ja{
	line-height:1;
	display:block;
	text-align:center;
}
@media screen and (max-width: 768px){
	.top__incont{
		padding-top:8.125vw;
	}
	.top__incont--title{
		padding-bottom:8.125vw;
		width:80%;
		margin:0 auto;
	}
	.top__incont--title .en{
		font-size:4.4rem;
		margin-bottom:3.75vw;
	}
	.top__incont--title .ja{
		line-height:1.2;
		font-size:1.4rem;
	}
}
.info{
	background:var(--bg-gray-color);
	padding-bottom:70px;
}
.info__lists{
	width:var(--content-width);
	margin:0 auto 40px;
}
.info__lists li{
	margin-bottom:10px;
}
.info__lists li a{
	display:flex;
	padding:10px 36px 10px 10px;
	background:#FFF;
	text-decoration:none;
	position:relative;
}
.info__lists li a:before{
	content:'';
	position:absolute;
	top:50%;
	right:18px;
	content:"";
	display:block;
	width:6px;
	height:10px;
	background:url(../img/common/arrow_r-gy.svg) no-repeat center center / contain;
	margin-top:-5px;
	transition:transform .2s ease;
}
.info__lists li a:hover:before{
	transform:translateX(6px);
}
.info__list--img{
	max-width:50px;
	flex:1;
	margin-right:10px;
}
.info__list--img img{
	display:block;
	max-width:50px;
}
.info__list--texts{
	font-weight:700;
}
.info__list--texts time{
	padding-top:5px;
	display:inline-block;
	font-size:14px;
	line-height:1;
	margin-bottom:8px;
}
.info-new{
	margin-left:10px;
	display:none;
	padding:0 13px;
	background:#175dc3;
	color:#FFF;
	line-height:1.41;
	font-size:12px;
	vertical-align:baseline;
}
.info__list--texts{
	font-size:14px;
	line-height:1.75;
}
@media screen and (max-width: 768px){
	.info{
		padding-bottom:8.125vw;
	}
	.info__lists{
		width:var(--content-width);
		margin:0 auto 6vw;
	}
	.info__lists li{
		margin-bottom:3.125vw;
	}
	.info__lists li a{
		display:flex;
		padding:3.125vw 4.8vw 3.125vw 4.125vw;
		background:#FFF;
		text-decoration:none;
		position:relative;
	}
	.info__lists li a:before{
		content:'';
		position:absolute;
		top:50%;
		right:3vw;
		content:"";
		display:block;
		width:1.875vw;
		height:3.125vw;
		margin-top:-1.5677vw;
	}
	.info__list--img{
		max-width:12.5vw;
		margin-right:3.125vw;
	}
	.info__list--img img{
		max-width:12.5vw;
	}
	.info__list--texts time{
		padding-top:0px;
		font-size:1.2rem;
		margin-bottom:1.5vw;
	}
	.info-new{
		margin-left:2vw;
		padding:0 2vw;
		font-size:1.15rem;
	}
	.info__list--texts{
		font-size:1.2rem;
		line-height:1.75;
	}
}
.outline{}
.outline__inner{
	background:#f2f4f7;
	padding-top:50px;
	padding-bottom:70px;
}
.outline__contents{
	width:var(--content-width);
	margin:0 auto;
	padding-bottom:0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.outline__content{
	width:534px;
}
.outline__content > div{
	display:flex;
	width:100%;
	margin-bottom:24px;
}
.outline__content > div > dt{
	width:135px;
	font-size:14px;
	line-height:1.5;
	font-weight:700;
}
.outline__content dd{
	flex:1;
	font-size:12px;
	line-height:1.8;
	word-break: break-all;
}
.outline__theaterLists div{
	display:flex;
	margin-bottom:20px;
}
.outline__theaterLists dt{
	width:70px;
}
.outline__theaterLists2 div{
	align-items: flex-end;
}
.outline__theaterLists2 dt{
	width:8em;
}
.outline .general__btn {
	margin-bottom:20px;
}
@media screen and (max-width: 768px) {
	.outline__inner{
		padding-top:13vw;
		padding-bottom:15vw;
	}
	.outline__contents{
		flex-wrap: wrap;
	}
	.outline__content{
		width:100%;
	}
	.outline__content > div{
		margin-bottom:6.4vw;
	}
	.outline__content > div > dt{
		width:25%;
		font-size:1.4rem;
		margin-right:5%;
	}
	.outline__content dd{
		font-size:1.4rem;
		line-height:1.5;
	}
	.outline__theaterLists div{
		display:flex;
		margin-bottom:5.3vw;
	}
	.outline__theaterLists dt{
		width:20vw;
	}
	.outline .general__btn {
		margin-bottom:4vw;
	}
}
.tcast__inner{
	background: rgb(65,65,65);
	background: -moz-linear-gradient(right, rgba(65,65,65,1) 0%, rgba(65,65,65,1) 50%, rgba(175,59,71,1) 50%, rgba(175,59,71,1) 100%);
	background: -webkit-linear-gradient(right, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 50%,rgba(175,59,71,1) 50%,rgba(175,59,71,1) 100%);
	background: linear-gradient(to left, rgba(65,65,65,1) 0%,rgba(65,65,65,1) 50%,rgba(175,59,71,1) 50%,rgba(175,59,71,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af3b47', endColorstr='#414141',GradientType=1 );
}
.tcast__twoschools{
	width:var(--content-width);
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.tcast__jhschool{
	width:calc(100% / 2);
	color:#FFF;
	background:#af3b47;
	position:relative;
	z-index:5;
	padding:40px 40px 20px;

}
@media screen and (min-width: 769px) {
	.tcast__jhschool{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.bg_gray .foreign_c,
	.bg_gray2 .foreign_c {
			padding-right: 0 !important;
			padding-left: 0 !important;
	}
}
.tcast__jhschool--title{
	position:relative;
	margin-bottom:40px;
	display:flex;
	justify-content:center;
}
.tcast__jhschool--title:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#FFF;
	top:50%;
	transform:translateY(-50%);
}
.tcast__jhschool--title h3{
	font-size:20px;
	padding:0 20px;
	background:#af3b47;
	position:relative;
	z-index:3;
	font-weight:700;
	display:flex;
	line-height:20px;
}
.tcast__jhschool--title h3 .en{
	padding-left:20px;
	font-size:13px;
	display:inline-block;
	vertical-align:bottom;
}
.tcast__twoschools--lists{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	padding:0 20px;
}
.tcast__twoschools--lists div{
	flex-basis:14%;
	max-width:14%;
	margin-bottom:32px;
	text-align:center;
}

.tcast__twoschools--lists dt{
	width:100%;
	font-size:12px;
	text-align:center;
	margin-bottom:8px;
	line-height:1;
}
.tcast__twoschools--lists dd{
	width:100%;
	font-size:18px;
	text-align:center;
	font-weight:700;
	line-height:1.2;
}
.tcast__twoschools--lists.-lists4{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.tcast__twoschools--lists.-lists4 div {
	flex-basis: 25%;
	max-width: 25%;
}
.foreign_c{
	width:calc(100% / 2);
	color:#FFF;
	background:#414141;
	position:relative;
	z-index:5;
	padding:40px 0 20px 40px;
}
.foreign_c.foreign_c_left{
	padding: 40px 40px 20px 0;

}
.foreign_c--title{
	position:relative;
	margin-bottom:40px;
	display:flex;
	justify-content:center;
}
.foreign_c--title:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#FFF;
	top:50%;
	transform:translateY(-50%);
}
.foreign_c--title h3{
	font-size:20px;
	padding:0 20px;
	background:#414141;
	position:relative;
	z-index:3;
	font-weight:700;
	display:flex;
	line-height:20px;
}
.foreign_c--title h3 .en{
	padding-left:20px;
	font-size:13px;
	display:inline-block;
	vertical-align:bottom;
}
.tcast__doublecast {
	font-size:12px;
	text-align: center;
	padding-bottom: 30px;
}
.tcast__coach{
	padding:40px 0 20px;
	color:#FFF;
	background:#7c819b;
}
.tcast__coach--title{
	position:relative;
	display:flex;
	justify-content:center;
	margin:0 auto 40px;
	width:474px;
}
.tcast__coach--title:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#FFF;
	top:50%;
	transform:translateY(-50%);
}
.tcast__coach--title h3{
	font-size:20px;
	padding:0 20px;
	background:#7c819b;
	position:relative;
	z-index:3;
	font-weight:700;
	display:flex;
	line-height:20px;
	margin:0 auto;
}
.tcast__coach--title h3 .en{
	padding-left:20px;
	font-size:13px;
	display:inline-block;
	vertical-align:bottom;
}
.tcast__coach--lists{
	width:474px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.tcast__coach--lists div{
	flex-basis:33%;
	max-width:33%;
	margin-bottom:32px;
	text-align:center;
}
.tcast__coach--lists dt{
	width:100%;
	font-size:12px;
	text-align:center;
	margin-bottom:8px;
	line-height:1;
}
.tcast__coach--lists dd{
	width:100%;
	font-size:18px;
	text-align:center;
	font-weight:700;
	line-height:1;
}
.tcast__etc{
	padding:40px 0 10px;
	color:#FFF;
	background:#9f9f9f;
}
.tcast__etc--title{
	position:relative;
	display:flex;
	justify-content:center;
	margin:0 auto 40px;
	width:474px;
}
.tcast__etc--title:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#FFF;
	top:50%;
	transform:translateY(-50%);
}
.tcast__etc--title h3{
	font-size:20px;
	padding:0 20px;
	background:#9f9f9f;
	position:relative;
	z-index:3;
	font-weight:700;
	display:flex;
	line-height:20px;
	margin:0 auto;
}
.tcast__etc--title h3 .en{
	padding-left:20px;
	font-size:13px;
	display:inline-block;
	vertical-align:bottom;
}
.tcast__etc--lists{
	width:474px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
.tcast__etc--lists div{
	flex-basis:100%;
	max-width:100%;
	margin-bottom:32px;
	text-align:center;
}
.tcast__etc--lists dt{
	width:100%;
	font-size:12px;
	text-align:center;
	margin-bottom:8px;
	line-height:1;
}
.tcast__etc--lists dd{
	width:100%;
	font-size:18px;
	text-align:center;
	font-weight:700;
	line-height:1;
}
.tcast__tennimuboys{
	padding:40px 0;
	color:var(--main-black-color);
	background:#f2f4f7;

}
.tcast__tennimuboys--title{
	position:relative;
	display:flex;
	justify-content:center;
	margin:0 auto 40px;
	/* width:474px; */
	max-width: 960px;
}
.tcast__tennimuboys--title .ja.kids {
	display: block;
	text-align: center;
}

.tcast__tennimuboys--title:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:var(--main-black-color);
	top:50%;
	transform:translateY(-50%);
}
.tcast__tennimuboys--title h3{
	font-size:20px;
	padding:0 20px;
	background:#f2f4f7;
	position:relative;
	z-index:3;
	font-weight:700;
	display:flex;
	line-height:20px;
	margin:0 auto;
}
.tcast__tennimuboys--title h3 .en{
	padding-left:20px;
	font-size:13px;
	display:inline-block;
	vertical-align:bottom;
}
.tcast__tennimuboys--lists{
	width:474px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.tcast__tennimuboys--lists_kids{
	width:900px;
}
.tcast__tennimuboys--lists div{
	flex-basis:25%;
	max-width:25%;
	margin-bottom:32px;
	text-align:center;
}
/* .tcast__tennimuboys--lists_kids div {
	flex-basis: 100%;
	max-width: 100%;
} */
.tcast__tennimuboys--lists dt{
	width:100%;
	font-size:12px;
	text-align:center;
	margin-bottom:8px;
	line-height:1;
}
.tcast__tennimuboys--lists dd{
	width:100%;
	font-size:15px;
	text-align:center;
	font-weight:700;
	line-height:1;
}
.tcast__tennimuboys--lists .ttl-name-s{
	font-size:14.4px;
}
.tcast__tennimuboys .white__btn{
	margin-top:20px;
}
.tcast__tennimuboys_tokubetsu,
.tcast__tennimuboys_tokubetsu .tcast__tennimuboys--title h3{
	background: #fff;
}
.tcast__tennimuboys_tokubetsu .tcast__tennimuboys--title{
	color: #af3b47;
}
.tcast__tennimuboys_tokubetsu .tcast__tennimuboys--lists dt,
.tcast__tennimuboys_tokubetsu .tcast__tennimuboys--lists dd {
	color: #af3b47;
}
.tcast__tennimuboys_tokubetsu .tcast__tennimuboys--lists{
	display: block;
}
.tcast__tennimuboys_tokubetsu .tcast__tennimuboys--lists div{
	max-width:none;
}


.tcast__twoschools{
	display: block;
	background: #414141;

}
.tcast__jhschool,.foreign_c{
	width: var(--content-width);
	margin: 0 auto;
}
.bg_red{
	background: #af3b47;
	width: 100%;
}
.bg_gray{
	background: #414141;
	width: 100%;
	padding-top: 40px !important;
}
.bg_gray2{
	background: #7c819b;
	width: 100%;
}
.bg_gray3 {
	background: #494a58 !important;
}
.bg_gray3 .foreign_c{
	padding-left: 0 !important;
}
.bg_gray2 .foreign_c--title h3{
	background: #7c819b;
}
.bg_boys{
	background: #f2f4f7;
	width: 100%;
}
.tcast__twoschools{
	width: 100%;
}

.foreign_c{background: none !important;}
.bg_boys .foreign_c--title{
	background: #f2f4f7;
}
.tcast__twoschools--lists{justify-content: center;}
.tcast__twoschools--lists .list_wrap .box{
	display: flex;
}
.list_tl{
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.list_tl {
		font-size: 1.35rem;
	}
	.tcast__inner{
		background:transparent;
	}
	.tcast__twoschools,
	.tcast__coach--lists,
	.tcast__etc--lists,
	.tcast__tennimuboys--lists{
		width:100%;
	}
	.tcast__jhschool,
	.foreign_c,
	.tcast__yamabuki,
	.tcast__coach,
	.tcast__etc{
		width:100%;
		padding:12vw 5vw 3vw;
	}
	.tcast__tennimuboys{
		width:100%;
		padding:12vw 5vw 12vw;
	}
	.tcast__jhschool--title,
	.foreign_c--title,
	.tcast__yamabuki--title,
	.tcast__coach--title,
	.tcast__tennimuboys--title{
		margin-bottom:10vw;
		width:100%;
	}
	.tcast__jhschool--title h3,
	.foreign_c--title h3{
		display: block;
		font-size:2.4rem;
		padding:0 5.5vw;
		line-height:2.2rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tcast__coach--title h3{
		font-size:2.4em;
		padding:0 7vw;
		line-height:2.2rem;
	}
	.tcast__tennimuboys--title h3 {
		display: block;
		font-size:2.4rem;
		padding:0 7vw;
		line-height:2.2rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tcast__jhschool--title h3 .ja,
	.foreign_c--title h3 .ja {
		display: block;
		text-align: center;
	}
	.tcast__coach--title h3 .en{
		padding-left:6vw;
		font-size:1.5rem;
	}
	.tcast__jhschool--title h3 .en,
	.foreign_c--title h3 .en,
	.tcast__tennimuboys--title h3 .en{
		padding-left:0;
		font-size:1.4rem;
		display:block;
		vertical-align:bottom;
		text-align: center;
		padding-top:1.5vw;
	}
	.tcast__twoschools--lists div,
	.tcast__coach--lists div,
	.tcast__tennimuboys--lists div {
		flex-basis:50%;
		max-width:50%;
		margin-bottom:8vw;
	}
	.tcast__etc--lists div
	{
		margin-bottom:8vw;
	}
	.tcast__twoschools--lists dt,
	.tcast__coach--lists dt,
	.tcast__etc--lists dt,
	.tcast__tennimuboys--lists dt{
		width:100%;
		font-size:1.35rem;
		margin-bottom:3vw;
		line-height:1;
	}
	.tcast__tennimuboys--lists dd{
		font-size:1.6rem;
		text-align:center;
		font-weight:700;
		line-height:1;
	}
	.tcast__tennimuboys--lists .ttl-name-s{
		font-size:1.5rem;
	}
	.tcast__twoschools--lists dd,
	.tcast__coach--lists dd,
	.tcast__etc--lists dd{
		font-size:1.9rem;
	}
	.tcast__doublecast {
		font-size:1.3rem;
		text-align: center;
		padding-bottom:8vw;
	}
	#tcast .tcast__tennimuboys--lists_kids div {
		width: 100% !important;
		max-width: none !important;
		flex-basis:100%;
	}
	.tcast__twoschools--lists.-lists4 div {
		flex-basis: 50%;
		max-width: 50%;
	}
}
.staff{
	padding:70px 0 30px;
}
.staff__lists{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.staff__lists dt{
	width:50%;
	padding-right:10px;
	text-align:right;
	margin-bottom:30px;
	line-height:1.05;
	font-weight:700;
	font-size:14px;
}
.staff__lists dd{
	width:50%;
	padding-left:10px;
	margin-bottom:30px;
	line-height:1.2;
	font-size:13px;
}
@media screen and (max-width: 768px) {
	.staff{
		padding:10vw 0;
	}
	.staff__lists{
		justify-content:flex-start;
		width:90%;
		margin:0 auto;
	}
	.staff__lists dt{
		width:35%;
		padding-right:5%;
		text-align:left;
		margin-bottom:4vw;
		line-height:1.4;
		font-size:1.4rem;
	}
	.staff__lists dd{
		width:60%;
		padding-left:0;
		margin-bottom:4vw;
		line-height:1.4;
		font-size:1.4rem;
	}
}
#tcast .tcast__twoschools .foreign_c.p_bottom_none{
	padding-bottom: 0 !important;
}
#tcast .tcast__twoschools .foreign_c.p_top_none{
	padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
	#tcast .tcast__twoschools--lists.sp_block{
	display: block;
}

#tcast .tcast__twoschools--lists.sp_block div{
	width: 100%;
	max-width: none;
}
#tcast .tcast__twoschools .foreign_c.p_top_none{
	padding-top: 0 !important;
}
}
.border_bottom{
	border-bottom: 1px solid #FFF;
}
.glyph {
	font-family: sans-serif;
}