@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%;
}
.about__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) {
	.message__pageheadline {
		font-size: 1.5rem;
	}
}
.message--wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin: 0rem auto;
	padding: 4rem 1rem;
}
.message__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) {
	.message__headline {
		font-size: 1.5rem;
		width: 2.4rem;
	}
}
.message__back__topimage {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: inline-block;
	max-width: 20%;
}
@media screen and (max-width: 767px) {
	.message__back__topimage {
		max-width: 35%;
	}
}
.message__back__bottomimage {
	position: absolute;
	top: 2rem;
	right: 0rem;
	display: inline-block;
	max-width: 20%;
}
.message--inner {
	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) {
		.message--inner {
			max-width: 40rem;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
}
.message__image--wrap {
	width: 30%;
	margin-right: 2rem;
	z-index:1;
}
@media screen and (max-width: 767px) {
		.message__image--wrap {
			width: 100%;
			margin-right: 0;
			text-align: center;
	}
}
.message__text--wrap {
	width: 50%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
.message__text--wrap {
		width: 100%;
	}
}
.message__text {
	margin-top: 2rem;
	letter-spacing: 0.1rem;
}
.message__name {
	text-align: right;
	margin-top: 3rem;
}
.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: 0 auto 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;
}
.aboutus--wrap {
	position: relative;
	width: 100%;
	background-color: #fbe4fb;
}
.aboutus--back__topimage {
	position: absolute;
	top: 2rem;
	right: 0.5rem;
	display: inline-block;
	max-width: 30%;
}
@media screen and (max-width: 767px) {
	.aboutus--back__topimage {
		max-width: 40%;
	}
}
.aboutus--back__bottomimage {
	position: absolute;
	top: 4rem;
	left: 0.5rem;
	display: inline-block;
	max-width: 30%;
}
@media screen and (max-width: 767px) {
	.aboutus--back__bottomimage {
		max-width: 40%;
		top: 6rem;
	}
}
.aboutus--inner {
	padding: 6rem 2rem 4rem 2rem;
}
@media screen and (max-width: 767px) {
	.aboutus--inner {
		padding: 6rem 1rem;
	}
}
.aboutus, .history {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 60rem;
	margin: 8rem auto;
}
@media screen and (max-width: 767px) {
	.aboutus, .history {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			margin: 0 auto;
			padding: 1rem 0;
	}
}
.aboutus__image--wrap {
	width: 35%;
}
@media screen and (max-width: 767px) {
	.aboutus__image--wrap {
		width: 96%;
	}
}
.aboutus__text--wrap {
	width: 55%;
}
@media screen and (max-width: 767px) {
	.aboutus__text--wrap {
		width: 96%;
	}
}
.aboutus__headline {
	position: relative;
	line-height: 1.4;
	display: inline-block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	margin-bottom: 1rem;
	padding:0.25em 1em;
}
.aboutus__headline::before, .aboutus__headline::after { 
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}
.aboutus__headline::before {
	border-left: solid 2px #b857bd;
	border-top: solid 2px #b857bd;
	top:0;
	left: 0;
}
.aboutus__headline::after {
	border-right: solid 2px #b857bd;
	border-bottom: solid 2px #b857bd;
	bottom:0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.aboutus__headline {
		text-align: center;
		font-size: 1.5rem;
		margin: 1.5rem 0;
	}
	.aboutus__text--wrap {
		margin: 0 auto;
	}
}
.aboutus__text {
	letter-spacing: 0.1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}
.service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 60rem;
	margin: 6rem auto;
}
@media screen and (max-width: 767px) {
	.service {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			padding: 1rem 0;
			margin: 2rem auto;
	}
}
.organization--wrap {
	position: relative;
	width: 100%;
	background: #fffdfb;
	padding: 8rem 0 4rem 0;
}
.organization--wrap::before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 15rem;
	height: 15rem;
	background: url(../images/organization__topimage.png);
}
.organization--wrap::after {
	position: absolute;
	content: " ";
	bottom: 0;
	right: 0;
	width: 15em;
	height: 15rem;
	background: url(../images/organization__bottomimage.png);
}
.organization__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) {
	.organization__headline {
		font-size: 1.5rem;
		width: 2.4rem;
	}
}
.members__image {
	width: 100%;
}
.organization--inner {
	max-width: 48rem;
	margin: 0 auto;
	padding: 3rem 2rem ;
}
@media screen and (max-width: 767px) {
	.organization--inner {
		padding: 4rem 1rem;
	}
}
.organization__text {
	margin-bottom: 1rem;
}
.organization--group__headline {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	color: #b857bd;
	margin: 6rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
	.organization--group__headline {
		font-size: 1.5rem;
		margin: 4rem 0 0 0;
	}
}
.organization--group__small {
	display: block;
	font-size: 1.25rem;
	color: #262626;
}
@media screen and (max-width: 767px) {
	.organization--group__small {
		font-size: 1rem;
		margin: 0.5rem 0 1rem 0;
	}
}
.member--group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 60rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.member--group {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			padding: 1rem 0;
	}
}
.member__leaders--group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 60rem;
	margin: 2rem auto;
}
@media screen and (max-width: 767px) {
	.member__leaders--group {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			margin: 2rem auto 0 auto;
			padding: 1rem 0;
	}
	.member__image {
		text-align: center;
		margin-bottom: 2rem;
	}
}
.leaders {
	width: 30%;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.leaders {
		width: 100%;
		margin-bottom: 1rem;
	}
}
.school--list {
	width: 80%;
	font-size: 1.125rem;
	margin: 2rem auto;
}
@media screen and (max-width: 767px) {
	.school--list {
		width: 100%;
		font-size: 1rem;
	}
}
.school--list tr {
	border-bottom: 2px solid #6d3970;
}
.school--list th {
	font-weight: bold;
	padding-bottom: 0.25rem;
}
.school--list td {
	padding: 1rem;
}
@media screen and (max-width: 767px) {
	.school--list td {
		padding: 1.5rem 0;
	}
}
.member {
	position: relative;
}
.member__name {
	position: absolute;
	bottom: 2rem;
	left: 0;
	color: #fffdfb;
	line-height: 1.2;
	letter-spacing: 0.2;
	background: #b857bd;
	padding: 0.5rem 2rem;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.member__name {
		left: 50%;
		margin-left: -4rem;
	}
}
.organization__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) {
	.organization__headline {
		font-size: 1.5rem;
		width: 2.4rem;
	}
}
.event--wrap {
	position: relative;
	width: 100%;
	background: url(../images/top__about__back.jpg);
}
.event__back__topimage {
	position: absolute;
	top: 2rem;
	right: 1rem;
	display: inline-block;
	max-width: 30%;
}
@media screen and (max-width: 767px) {
.event__back__topimage {
		max-width: 25%;
	}
}
.event__back__bottomimage {
	position: absolute;
	top: 0rem;
	left: 1rem;
	display: inline-block;
	max-width: 30%;
}
@media screen and (max-width: 767px) {
.event__back__bottomimage {
		max-width: 25%;
	}
}
.event--inner {
	max-width: 60rem;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 9rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
.event--inner {
		width: 100%;
		padding: 6rem 1rem;
	}
}
.event__message {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.event__headline {
	position: absolute;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	padding-top: 3rem;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	.event__headline {
		font-size: 1.5rem;
	}
}
.event--group {
	position: static;
	padding-top: 4rem;
}
.event__date {
	border-bottom: 1px solid #b857bd;
	border-left: 6px solid #b857bd;
	color: #b857bd;
	letter-spacing: 0.1rem;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 3rem 0 1rem 0;
	padding: 0 0 0.5rem 1rem;
}
.event__place {
	font-weight: normal;
	color: #262626;
	font-size: 1rem;
	margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	.event__place {
		display: block;
		margin-left: 0;
	}
}
.event__title {
	font-weight: bold;
	font-size: 1.25rem;
	margin-left: 1rem;
}
.event__notes {
	font-weight: normal;
	color: #b857bd;
	font-size: 1rem;
	margin-left: 1rem;
}
.event__note__text {
	margin-top: 3rem;
}
