@charset "utf-8";
/*--------------------------------------------------------------------/
	01.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
.page-title {
	padding-top: 100px;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 4rem;
	background: url(../img/top/h2-bg_sp.jpg) no-repeat 50% 0;
	background-size: cover;
	text-align: center;
}
.page-title h2 img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.3rem;
}
.page-title p {
	margin-bottom: 1.4rem;
	line-height: 1.9;
	letter-spacing: 1px;;
	font-size: 1.2rem;
}
.page-title p.h2-jp {
	font-size: 1.04rem;
	text-align: left;
}
.h2-logo {
	display: block;
	margin: 1rem auto 0;
	width: 103px;
}

main {
	background: #010206 url(../img/common/bg-01.jpg) repeat-y 50% -180px;
}

/* staff
----------------------------------------------------------------*/
.cont-top {
	background: url(../img/top/lesson-bg_sp.jpg) no-repeat 50% 420px;
}
.cont-staff {
	margin-bottom: 3rem;
	padding-top: 3.5rem;
	position: relative;
}
.cont-staff h3 {
	margin: 0px auto 2rem;
	background: url(../img/top/staff-h3.png) no-repeat 50% 50%/cover;
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.cont-staff_pic {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.6rem;
	width: 100%;
	max-width: 970px;
}
.cont-staff_pic figure {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
.cont-staff_pic figure img {
	position: relative;
	z-index: 10;
}
.cont-staff_pic figure:after {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 300px;
	height: 245px;
	content: "";
}
.staff01:after{
	background-color: rgba(100,29,188, 0.5);
}
.staff02:after{
	background-color: rgba(199,62,8, 0.5);
}
.cont-staff_pic figcaption {
	border-radius: 2px;
	border: 2px solid #fff;
	padding: .7rem 0;
	text-align: center;
	font-size: 1.35rem;
}
.staff01 figcaption {
	box-shadow: 0px 0px 10px 1px #9868d2, 0px 0px 10px 1px #9868d2 inset;
	background-color: rgba(100,29,188, 0.5);
}
.staff02 figcaption {
	box-shadow: 0px 0px 10px 1px #dd4306, 0px 0px 10px 1px #dd4306 inset;
	background-color: rgba(199,62,8, 0.5);
}
.cont-staff p {
	line-height: 2;
	letter-spacing: 2px;
}

/* lesson
----------------------------------------------------------------*/
.cont-lesson {
	margin-bottom: 7rem;
	position: relative;
}
.cont-lesson h3 {
	margin: 0px auto 1.2rem;
	background: url(../img/top/lesson-h3.png) no-repeat 50% 50%/cover;
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.cont-lesson p.ft-el {
	font-size: 19px;
}
.cont-lesson > p {
	margin-bottom: .7rem;
	line-height: 1.9;
}
.cont-lesson_type {
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.cont-lesson_box {
	width: 100%;
}
.cont-lesson_box a {
	margin: 0px auto 1.5rem;
	display: block;
	background: rgb(100,29,188);
	background: radial-gradient(circle, rgba(100,29,188,1) 0%, rgba(136,4,253,1) 100%);
	width: 210px;
	height: 210px;
	border-radius: 50%;
	text-decoration:  none;
	color: #fff;
	text-align: center;
}
.cont-lesson_box:nth-of-type(2n) a {
	background: rgb(199,64,12);
	background: radial-gradient(circle, rgba(199,64,12,1) 0%, rgba(254,91,16,1) 100%);
}
.cont-lesson_box a:hover {
	box-shadow: 0px 0px 15px #8705fc;
}
.cont-lesson_box:nth-of-type(2n) a:hover {
	box-shadow: 0px 0px 15px #f6570f;
}
.cont-lesson_box figure {
	margin-bottom: 1rem;
}
.cont-lesson_box h4 {
	margin-bottom: .7rem;
	font-weight: 400;
	font-size: 1.8rem;
}
.cont-lesson_box a p {
	color: #000;
	font-weight: 500;
	line-height: 1.4;
	font-size: 1.1rem;
}
.cont-lesson_list {
	margin-bottom: 2.5rem;
}
.cont-lesson_list li {
	margin-bottom: 1.3rem;
	padding-top: 1.15rem;
	border-radius: 4px;
	background: #1d1d1d;
	color: #fff;
	text-align: center;
	font-size: 1.18rem;
	letter-spacing: 1px;
}
.cont-lesson_list li span {
	display: block;
	margin-top: 1.15rem;
	padding: 13px 0 12px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	color: #d7450d;
}
.cont-lesson_btn {
	margin: 0px auto;
	width: 100%;
	max-width: 500px;
}
.cont-lesson_btn a {
	display: block;
	padding: 1.5rem 0;
	background-color: rgba(100,29,188, 0.7);
	text-align: center;
	font-size: 1.25rem;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
}
.cont-lesson_btn a:hover {
	background-color: rgba(100,29,188, 1);
}
.cont-lesson_btn a:before {
	padding-right: 5px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color : #fff;
	color: #fff;
}

/* cont-history
----------------------------------------------------------------*/
.cont-history {
	padding-bottom: 9.25rem;
	background: rgb(100,29,188);
	background: linear-gradient(0deg, rgba(100,29,188,1) 0%, rgba(100,29,188,0) 25%);
}
.cont-history_box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.cont-history h3{
	margin-bottom: 1.4rem;
	order: 1;
	width: 100%;
}
.cont-history h3 img {
	margin: 0px auto;
	width: 70%;
	max-width: 504px;
}
.cont-history figure {
	margin-bottom: 2rem;
	width: 100%;
	order: 2;
}
.cont-history figure img {
	width: 70%;
	max-width: 498px;
}
.cont-history p {
	margin-bottom: 1.5rem;
	line-height: 1.9;
	letter-spacing: 1px;
	width: 100%;
	order: 3;
}
.cont-history .cont-btn {
	width: 100%;
	order: 4;
}

/* cont-news
----------------------------------------------------------------*/
.cont-news_wrap {
	padding-bottom: 4rem;
	background: #641dbc;
}
.cont-news_wrap h3 {
	margin-bottom: 1rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	font-size: 1.625rem;
	font-weight: 400;
}
.cont-news {
	margin-bottom: 3rem;
}
.cont-news_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.cont-news_box h4 {
	margin-bottom: 5px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-size: 14px;
	font-weight: 400;
}
.cont-news_box p {
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: 400;
	font-size: 14px;
}
.cont-news_box a {
	display: block;
	color: #fff;
}
.cont-news_box a:hover {
	background-color: rgba(255,255,255,.1);
}

@media print, screen and (min-width: 481px) {

	.cont-lesson_type {
		display: -webkit-box;
		display: -webkit-flex;
		display:flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.cont-lesson_box {
		width: 48%;
	}

}

@media print, screen and (min-width: 768px) {

	.page-title {
		height: 660px;
	}
	.page-title p.h2-jp {
		font-size: 1.07rem;
		text-align: center;
	}

	.cont-staff_pic {
		display: -webkit-flex;
		display:flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.cont-staff_pic figure {
		margin: 0;
	}

	.cont-lesson_list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display:flex;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.cont-lesson_list li {
		width: 48%;
	}

	.cont-history_box {
		display: block;
	}
	.cont-history_box h3 {
		margin-left: 50%;
		width: 50%;
	}
	.cont-history_box h3 img {
		margin: 0;
		width: 100%;
	}
	.cont-history_box figure {
		position: absolute;
		top: 3.7rem;
		left: 0;
		width: 45.27%;
	}
	.cont-history_box figure img {
		width: 100%;
	}
	.cont-history_box p {
		margin-left: 50%;
		width: 50%;
	}
	.cont-history .cont-btn {
		margin-left: 50%;
		width: 50%;
	}
	.cont-news {
		margin-bottom: 0;
	}
}

@media print, screen and (min-width: 1000px) {
	.page-title {
		padding-top: 280px;
		padding-bottom: 0;
		background: url(../img/top/h2-bg.jpg) no-repeat 50% 0;
		height: 940px;
	}

	.cont-top {
		background: url(../img/top/lesson-bg.jpg) no-repeat 50% 330px;
	}
	.cont-staff {
		padding-top: 5.5rem;
	}
	.cont-staff h3 {
		width: 255px;
		height: 255px;
		font-size: 3rem;
	}
	.cont-staff_pic {
		margin-top: -19rem;
	}
	.cont-lesson h3 {
		width: 255px;
		height: 255px;
		font-size: 2.6rem;
	}
	.cont-lesson_box {
		width: 22.45%;
	}
	.cont-lesson_list li {
		width: 31%;
	}
	.cont-news_box h4 {
		float: left;
		width: 20%;
	}
	.cont-news_box p {
		float: right;
		width: 80%;
	}

}

@media print, screen and (min-width: 1200px) {
	.cont-lesson_box a {
		width: 247px;
		height: 247px;
	}
}