
/*VISION*/

#wotop{
	background: #000;
	position: relative;
	padding: 100px 0 0;
}

.wotopBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("../images/ws/ws_topbg.jpg") no-repeat center center;
	background-size: cover;
	opacity: .6;
	z-index: 1;
	top: 0;
	left: 0;
}

.wotopLogo{
	text-align: center;
	padding: 50px 0 100px 0 ;
	position: relative;
	z-index: 2;

}
.wotopLogo img{
	width: 400px;
	height: auto;
}
h2.wotoptitle{
	font-size: 50px;
	text-align: center;
	line-height: 130%;
	margin-bottom: 50px
}
h2.wotoptitle > span{
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 100%;
	z-index: 1;
	letter-spacing: .2em;
	padding: 0 20px;
}
h2.wotoptitle > span::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -1px;
	left: 0;
	background: #FFDD00;
	z-index: -1;
	
}

h2.wotoptitle > span > span {
  opacity: 0;
  transform: translateY(10px);
  display: inline-block;
  transition: all 0.3s ease;
}

h2.wotoptitle > span > span.show {
  opacity: 1;
  transform: translateY(0);
}



.wotopRead{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 240%;
	letter-spacing: .2em;
	
	position: relative;
	z-index: 2;
}
.wotopRead span{
	color:#FFDD00;
}
.wotopRead span ruby {
  ruby-position: under;
}
.wotopRead span ruby rt {
	letter-spacing: inherit;
	text-align: center;
}


#wotop2{
	padding: 100px 0;
	background: rgba(0,0,0,.6);
	position: relative;
	z-index: 2;
	margin-top: 40px;
}

.wotop2In{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.wotop2In p{
	color: #fff;
	line-height: 180%;
	font-size: 18px;
	margin-bottom: 50px;
	text-align: center;
}

.wotopDate{
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 30px auto 0;
	z-index: 2;
	
	background: rgba(0,0,0,.5);
}

.wotopDateBox{
	color: #fff;
	width: 46%;
	border: 6px solid #FFDD00;
    padding: 20px 20px;
	line-height: 180%;
}
.wotopDateBox h3{
	margin: 0 0 10px 0;
	color: #FFDD00;
}


#planArea{
	padding: 100px 0;
	background: #111;
}
#planAreab{
	padding: 100px 0;
	background: #000;
}


.planAreaIn{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	
}

.palnAreaTop{
	width:100%;
	height: 700px;
	margin-bottom: 40px
}
.palnAreaTop.plana{
	background: url("../images/ws/ws_plan-a.jpg") no-repeat center center;
	background-size: cover;
}
.palnAreaTop.planb{
	background: url("../images/ws/ws_plan-b.jpg") no-repeat center center;
	background-size: cover;
}
.planAreaTopTitle{
	padding: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}
.planAreaTopTitle span{
	color: #000;
	background: #FFDD00;
	padding: 6px;
	display: inline-block;
	margin-right: 10px;
}


h3.planTitleh3{
	color: #FFDD00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
h3.planTitleh3 span{
	color: #fff;
	display: block;
}

h4.planTitleh4{
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 20px;
}
p.planTxt{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}
p.planTxt span{
	position: relative;
	display: inline-block;
}
p.planTxt span::after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFDD00;
}
p.planTxt2{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
	
	padding: 15px;
	border: #8C1F1F 2px solid;
}

#instructor2{
	padding: 100px 0;
}

.instructor2In{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.instructor2In h2.secTitle{
	margin-bottom: 30px;
}
.instructor2In h2.secTitle span{
	font-size: 24px;
	line-height: 100%;
}

.instructor2In .instLists{
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap:30px 5%;
	margin-bottom: 60px;
}
.instructor2In .instBox h3::after{
	display: none;
}

.wsinstructorread{
	text-align: center;
	font-size: 18px;
	
	font-family: "NotoSansJP", CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	
	margin-bottom: 60px;
}
.wsinstructorread span{
	font-size: 24px;
	display: block;
}

.instructorTxt{
	width: 100%;
	background: #eee;
	padding: 10px 40px 10px 40px;
	
	margin: 0 auto;
}

.instructorTxt h4{
	margin-bottom: 10px;
	font-size: 18px;
}
.instructorTxt p{
	margin-bottom: 30px;
	font-size: 16px;
}

.instBox{
	width: 30%;
	cursor:default;
}
.instPic img:hover {
	transform: none!important;
}





#wsSche{
	padding: 100px 0;
	background: rgba(0,0,0,.95);
	position: relative;
	z-index: 2;
	margin-top: 40px;
}

.wsScheIn{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.wsScheIn h2 span.sectitleS{
	font-size: 18px;
	line-height: 100%;
	padding-top: 40px;
}
.wsScheIn h2 span.sectitleS::before{
	display: none;
}


.wsScheBox{
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	border-top: 1px solid #303030;
	width: 600px;
	margin: 0 auto;
}
.wsScheBox .wsScheTitle{
	color: #FFDD00;
	font-size: 18px;
	width: 25%;
	border-bottom: 1px solid #303030;
	padding: 20px 0;
}
.wsScheBox .wsScheTxt{
	color: #fff;
	font-size: 18px;
	width: 75%;
	border-bottom: 1px solid #303030;
	padding: 20px 0;
}


@media screen and (max-width: 480px) {

	#wotop{
		background: #000;
		position: relative;
		padding: 40px 0 0;
	}

	.wotopBg{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000 url("../images/ws/ws_topbg_sp.jpg") no-repeat center top;
		background-size: cover;
		opacity: .7;
		z-index: 1;
		top: 0;
		left: 0;
	}

	
	.wotopLogo{
		text-align: center;
		padding: 180px 0 50px 0 ;
		position: relative;
		z-index: 2;

	}
	.wotopLogo img{
		width: 80%;
		height: auto;
	}

	
	h2.wotoptitle{
		font-size: 26px;
		text-align: center;
		line-height: 130%;
		margin-bottom: 50px;
		padding-top: 0;
	}
	h2.wotoptitle > span{
		color: #fff;
		position: relative;
		display: inline-block;
		line-height: 100%;
		z-index: 1;
		letter-spacing: .2em;
		padding: 0 12px;
	}
	h2.wotoptitle > span::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 5px;
		bottom: -5px;
		left: 0;
		background: #FFDD00;
		z-index: -1;

	}

	h2.wotoptitle > span > span {
	  opacity: 0;
	  transform: translateY(10px);
	  display: inline-block;
	  transition: all 0.3s ease;
	}

	h2.wotoptitle > span > span.show {
	  opacity: 1;
	  transform: translateY(0);
	}


	.wotopRead{
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		line-height: 200%;
		letter-spacing: .2em;
	}
	.wotopRead span{
		color:#FFDD00;
	}
	.wotopRead span ruby rt {
		font-size: 9px;
	}


	#wotop2list{
		padding: 30px 0 50px;
	}
	#wotop2{
		padding: 40px 0;
		background: rgba(0,0,0,.6);
		position: relative;
		z-index: 2;
		margin-top: 40px;
	}

	.wotop2In{
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.wotop2In p{
		color: #fff;
		line-height: 180%;
		font-size: 16px;
		margin-bottom: 50px;
		text-align: center;
	}

	
	.wotopDate{
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		margin: 20px auto 0;
		z-index: 2;
		gap: 10px;
		background: rgba(0,0,0,.6)
	}

	.wotopDateBox{
		color: #fff;
		width: 100%;
		border: 3px solid #FFDD00;
		padding: 12px 12px;
		line-height: 160%;
	}
	.wotopDateBox h3{
		margin: 0 0 10px 0;
		color: #FFDD00;
	}


	#planArea{
		padding: 40px 0;
	}
	#planAreab{
		padding: 40px 0;
	}


	.planAreaIn{
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.planAreaTopTitle{
		padding: 20px;
		color: #fff;
		font-size: 16px;
		line-height: 100%;
		font-weight: bold;
	}
	.planAreaTopTitle span{
		color: #000;
		background: #FFDD00;
		padding: 6px;
		display: inline-block;
		margin-right: 10px;
	}



	.palnAreaTop{
		width:100%;
		height: 90vw;
		margin-bottom: 40px
	}
	.palnAreaTop.plana{
		background: url("../images/ws/ws_plan-a.jpg") no-repeat center center;
		background-size: cover;
	}
	.palnAreaTop.planb{
		background: url("../images/ws/ws_plan-b.jpg") no-repeat center center;
		background-size: cover;
	}
	.planAreaTopTitle{
		padding: 10px;
		color: #fff;
		font-size: 16px;
		line-height: 100%;
		font-weight: bold;
	}
	.planAreaTopTitle span{
		color: #000;
		background: #FFDD00;
		padding: 6px;
		display: inline-block;
		margin-right: 10px;
	}



	h3.planTitleh3{
		color: #FFDD00;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	h4.planTitleh4{
		font-size: 20px;
		color: #ffffff;
		margin-bottom: 20px;
	}
	p.planTxt{
		font-size: 14px;
		color: #ffffff;
		margin-bottom: 20px;
	}
	p.planTxt span{
		position: relative;
		display: inline-block;
		font-size: 16px;
	}
	p.planTxt span::after{
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #FFDD00;
	}
	p.planTxt2{
		font-size: 12px;
		margin-bottom: 20px;
		padding: 10px;
		padding: 10px;

	}
	#instructor2{
		padding: 70px 0;
	}

	.instructor2In{
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.instructor2In h2.secTitle{
		margin-bottom: 30px;
	}
	.instructor2In h2.secTitle span{
		font-size: 16px;
		line-height: 100%;
	}

	.instructor2In .instLists{
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		gap:30px 5%;
		margin-bottom: 60px;
	}
	.instructor2In .instBox h3::after{
		display: none;
	}

	.wsinstructorread{
		text-align: center;
		font-size: 18px;

		font-family: "NotoSansJP", CenturyGothic, AppleGothic, sans-serif;
		font-weight: bold;

		margin-bottom: 60px;
	}
	.wsinstructorread span{
		font-size: 24px;
		display: block;
		margin-bottom: 10px
	}

	.instructorTxt{
		width: 100%;
		background: #eee;
		padding: 20px 15px 10px 15px;

		margin: 0 auto;
	}

	.instructorTxt h4{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.instructorTxt p{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.instBox{
		width: 47.5%;
		cursor: pointer;
		
		pointer-events: none;
	}


	#wsSche{
		padding: 40px 0 60px;
		background: rgba(0,0,0,.95);
		position: relative;
		z-index: 2;
		margin-top: 40px;
	}

	.wsScheIn{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.wsScheIn h2 span.sectitleS{
		font-size: 14px;
		line-height: 100%;
		padding-top: 40px;
	}
	.wsScheIn h2 span.sectitleS::before{
		display: none;
	}


	.wsScheBox{
		display: flex;
		flex-wrap: wrap;
		font-weight: bold;
		border-top: 1px solid #303030;
		width: 100%;
		margin: 0 auto;
	}
	.wsScheBox .wsScheTitle{
		color: #FFDD00;
		font-size: 14px;
		width: 100%;
		border-bottom: none;
		padding: 20px 0 0;
	}
	.wsScheBox .wsScheTxt{
		color: #fff;
		font-size: 14px;
		width: 100%;
		border-bottom: 1px solid #303030;
		padding: 10px 0 20px;
	}


}










.page-top{
	width: 140px;
	height: 140px;
	animation: yoyakubanaanime 2.5s linear infinite;
}
.page-top a{
	width: 160px;
	height: 160px;
	background: url("../images/ws/wsbtn.png") no-repeat 0 0;
	background-size: 100%;
	border: none;
}
.page-top a::before,
.page-top a::after{
	display: none;
}

.page-top::before{
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	background: url("../images/ws/wsbtn.png") no-repeat 0 0;
	background-size: 100%;
	border: none;
	transform: scale(0);
	z-index: 1;
	animation: yoyakubanaanime2 2.5s linear infinite;
	pointer-events: none;
	cursor: pointer;
}


@media screen and (max-width: 480px) {
	.page-top{
		width: 100px;
		height: 100px;
	}
	.page-top a{
		width: 100px;
		height: 100px;
		background: url("../images/ws/wsbtn.png") no-repeat 0 0;
		background-size: 100%;
		border: none;
	}
	.page-top a::before,
	.page-top a::after{
		display: none;
	}


}





