@charset "utf-8";
/* CSS Document */
.main {
	position: static;
}
@media screen and (max-width: 959px) {
	.main {
		margin-top: 4rem;
	}
}
.pageheadline--wrap {
	width: 100%;
	position: relative;
}
.pageheadline--wrap::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 50%;
	height: 4rem;
	background-color: #fffdfb;
	transform: rotate(3deg);
	transform-origin: left top;
	z-index: 2;
}
.pageheadline--wrap::after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 55%;
	height: 4rem;
	background-color: #fffdfb;
	transform: rotate(-3deg);
	transform-origin: right top;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.pageheadline--wrap::before,.pageheadline--wrap::after {
		height: 2rem;
	}
}
@media screen and (max-width: 479px) {
	.pageheadline--wrap::before,.pageheadline--wrap::after {
		height: 1rem;
	}
}
.pageheadline--image {
	width: 100%;
}
.lesson__pageheadline {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
	.lesson__pageheadline {
		font-size: 1.5rem;
	}
}
.overview--wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 0rem auto;
	padding: 4rem 1rem;
}
.overview__headline {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	border-right: 4px solid #b857bd;
	border-left: 4px solid #b857bd;
	width: 3.2rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.overview__headline {
		font-size: 1.5rem;
		width: 2.4rem;
	}
}
.overview__back__topimage {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: inline-block;
	max-width: 20%;
}
@media screen and (max-width: 767px) {
	.overview__back__topimage {
		max-width: 35%;
	}
}
.overview__back__bottomimage {
	position: absolute;
	top: 30rem;
	right: 1rem;
	display: inline-block;
	max-width: 20%;
}
@media screen and (max-width: 767px) {
	.overview__back__bottomimage {
		max-width: 35%;
		top: 40rem;
	}
}

.overview__description--wrap {
	max-width: 60rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	box-sizing: border-box;
	margin: 5rem auto;
}
@media screen and (max-width: 767px) {
	.overview__description--wrap {
		max-width: 40rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.overview__description--image--wrap {
	width: 30%;
	margin-right: 2rem;
	z-index:1;
}
@media screen and (max-width: 767px) {
	.overview__description--image--wrap {
		width: 100%;
		margin-right: 0;
	}
	.overview__description--image {
		text-align: center;
	}
}
.overview__group {
	width: 50%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.overview__group {
		width: 100%;
	}
}
.overview__description__headline {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #b857bd;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.overview__description__headline {
		font-size: 1.5rem;
		margin: 1rem 0 0.5rem 0;
	}
}
.overview__description__text {
	margin-bottom: 1rem;
}
.pagelink__button--group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	box-sizing: border-box;
	margin: 5rem auto;
}
@media screen and (max-width: 767px) {
	.pagelink__button--group {
		width: 15rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 2rem auto 0 auto;
	}
}
.pagelink__button {
	margin-left: 2rem;
}
@media screen and (max-width: 767px) {
	.pagelink__button {
		margin-left: 0;
		margin-bottom: 2rem;
	}
}
.pagelink__link {
	position: relative;
	display: inline-block;
	width: 8rem;
	color:#fffdfb;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-align: center;
	background-color: #6d3970;
	padding: 0.5rem 5rem 0.5rem 2rem;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 7px 4px -2px rgba(20,20,20,0.3);
}
.pagelink__link:hover {
	box-shadow: none;
	transition: .3s;
}
.pagelink__link::after {
	position: absolute;
	top: 50%;
	content: '';
	margin: -0.5rem 0 0 1rem;
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #fffdfb;
	border-right: 1px solid #fffdfb;
	transform: skew(45deg);
}
.pagelink__link:hover::after {
	margin: -0.5rem 0 0 2rem;
	transition: .3s;
}
.flow--wrap {
	position: relative;
	width: 100%;
	background-color: #fbe4fb;
}
.contents--back__topimage {
	position: absolute;
	top: 2rem;
	right: 0.5rem;
	display: inline-block;
	max-width: 30%;
}
@media screen and (max-width: 767px) {
	.contents--back__topimage {
		max-width: 40%;
	}
}
.contents--back__bottomimage {
	position: absolute;
	top: 4rem;
	left: 0.5rem;
	display: inline-block;
	max-width: 30%;
}
@media screen and (max-width: 767px) {
	.contents--back__bottomimage {
		max-width: 40%;
		top: 6rem;
	}
}
.flow--inner {
	max-width: 60rem;
	margin: 0 auto;
	padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
	.flow--inner {
		padding: 6rem 1rem;
	}
}
.flow__headline {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	border-right: 4px solid #b857bd;
	border-left: 4px solid #b857bd;
	width: 3.2rem;
	margin: 0 auto 5rem auto;
}
@media screen and (max-width: 767px) {
	.flow__headline {
		font-size: 1.5rem;
		width: 2.4rem;
	}
}
.flow__message {
	font-size: 1.25rem;
	font-weight: bold;
	background-color: #fffdfb;
	margin-bottom: 2rem;
	padding: 1rem 0.5rem;
}
.flow__submessage {
	font-size: 1.125rem;
	margin-bottom: 2rem;
}
.voice--wrap {
	position: relative;
	width: 100%;
	background-color: #fbe4fb;
}
.voice--inner {
	max-width: 60rem;
	margin: 0 auto;
	padding: 0rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
	.voice--inner {
		padding: 6rem 1rem;
	}
}
.voice__headline {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	border-right: 4px solid #b857bd;
	border-left: 4px solid #b857bd;
	width: 3.2rem;
	margin: 0 auto 5rem auto;
}
@media screen and (max-width: 767px) {
	.voice__headline {
		font-size: 1.5rem;
		width: 2.4rem;
	}
}
.voice__message {
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
	.voice__message {
		text-align: left;
	}
}
.voice--group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 2rem auto;
}
.voice__image {
	width: 30%;
	text-align: center;
	margin-right: 2rem;
}
.voice__text {
	position: relative; 
	display: inline-block;
	width: 75%;
	text-align: left;
	border-radius: 12px;
	background: #fffdfb;
	padding: 1rem 0.8rem;
}
.voice__text::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #fffdfb;
}
.classroom--wrap {
	position: relative;
	width: 100%;
	background: url(../images/top__about__back.jpg);
}
.classroom--back__topimage {
	position: absolute;
	top: 2rem;
	right: 1rem;
	display: inline-block;
	max-width: 30%;
}
.classroom--back__bottomimage {
	position: absolute;
	top: 3rem;
	left: 1rem;
	display: inline-block;
	max-width: 30%;
}
.classroom--inner {
	max-width: 60rem;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
.classroom--inner {
		width: 100%;
		padding: 6rem 1rem;
	}
}
.classroom__headline {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	border-right: 4px solid #b857bd;
	border-left: 4px solid #b857bd;
	width: 3.2rem;
	margin: 0 auto 5rem auto;
}
@media screen and (max-width: 767px) {
	.classroom__headline {
		font-size: 1.5rem;
		width: 2.4rem;
	}
}
.classroom__message {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.classroom__submessage {
	font-size: 1.125rem;
	margin-bottom: 3rem;
}
.classroom__link__phone {
	color: #6d3970;
}
.classroom__link {
	color: #6d3970;
	border-bottom: 1px solid #6d3970;
}
.classroom__name {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
}
.classroom__group {
	width: 40rem;
	line-height: 2rem;
	font-size: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #b857bd;
	border-bottom: 1px solid #b857bd;
	box-sizing: border-box;
	margin: 0.5rem auto 4rem auto;
	padding: 2rem 0;
}
@media screen and (max-width: 767px) {
	.classroom__group {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1rem 0;
	}
}
.classroom__title {
	width: 12rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
	.classroom__title {
		width: 100%;
	}
}
.classroom__text {
	width: 28rem;
}

@media screen and (max-width: 767px) {
	.classroom__text {
		width: 100%;
	}
}