@charset "UTF-8";
/* CSS Document */


::selection {
	background: #9fcddc;
	color: #281662;
	-webkit-text-fill-color: initial;
}
::-moz-selection {
	background: #9fcddc;
	color: #281662;
	-webkit-text-fill-color: initial;
}


.braisetto {
	font-family: braisetto, script;
	font-weight: 400;
	font-style: normal;
}
.braisetto.bold {
	font-family: braisetto, script;
	font-weight: 700;
	font-style: normal;
}

ins,iframe {
	max-width: 100%;
	width: 100%;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	margin: 0 auto;
}

html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
body {
	font-family: YakuHanMP,"Cormorant",'Noto Serif JP', serif;
	font-size: 1.4rem;
	color: #281662;
	line-height: 1.8;
	letter-spacing: .1em;
	background-color: white;
	background-image: url("../img/bottom-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	z-index: 1;
	position: relative;
}
body.bgnone {
	background: none;
}
a {
	color: #281662;
}
img {
	max-width: 100%;
	height: auto;
}
.inner {
	margin: 0 auto;
	max-width: calc(100% - 11.44%);
	overflow: hidden;
	box-sizing: border-box;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.fs12 {
	font-size: 1.2rem;
}
.align_center {
	text-align: center;
}

header {
	padding: 0 2.08%;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100px;
	background: white;
	transition: 1s;
}
.menu {
	position: absolute;
	right: 2.08%;
	z-index: 24242424;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #281662;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
	
}
.menu-trigger.active span:nth-of-type(1),
.menu-trigger.active span:nth-of-type(3) {
  width: 13px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translate(-1px,13px) rotate(-45deg);
	top: -8px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translate(-1px,-13px) rotate(45deg);
	bottom: -9px;
}
.global_menu {
	position:fixed;
	z-index: 999;
	top:0;
	left: -120%;
	width: calc(88.56% - 30px);
	height: 100vh;
	background: #23234B;;
	transition: all .84s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.global_menu.active {
	left: 0;
}
.global_menu li a {
	color: white;
	padding: .8em;
	display: block;
}
.global_menu ul {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}




.fixed_left {
	position: fixed;
	left: 1.5%;
	top: 0;
	bottom: 0;
	z-index: 200;
	display: flex;
	justify-content: center;
	writing-mode: vertical-rl;
	font-family: miller-banner, serif;
}
.follow {
	display: flex;
	align-items: center;
}
.follow_link {
	margin-bottom: 40px;
}
.follow_link a {
	display: block;
	font-size: 2.2rem;
	
	margin-top: 40px;
}


h1 {
	font-size: 1.2rem;
}
.logo {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
	font-size: 60px;
	letter-spacing: 2px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
}
.logo a {
	display: block;
}
.logo a img {
	
}
header.active {
	height: 70px;
	background: rgba(255,255,255,.8);
}
header.active .logo {
	text-align: center;
	font-size: 50px;
}
section:first-child {
	margin-top: 100px;
}
section {
	background: white;
	z-index: 24;
	position: relative;
}

.main_visual {
	height: calc(100vh - 100px);
	width: 100%;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
.main_bg {
	width: 100%;
	height: 100%;
	background: url("../img/main-visual2.jpg") left center no-repeat;
	background-size: cover;
	animation: animationZoom1 7s ease-in-out forwards;
}
.main_visual h2 {
	text-align: left;
	letter-spacing: .4em;
	font-style: normal;
	margin-bottom: 2em;
	font-family: inherit;
	font-weight: normal;
	
}
.main_visual h2::after {
	content: none;
}
	@keyframes animationZoom1 {
			100% { transform:scale(1.1)} 
	}

.main_visual .kira1 {
	position: relative;
	top: -10px;
	animation: kira1 3s ease-in-out infinite;
}
@keyframes kira1 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% { opacity: 0;} 
	}

.main_visual .kira2{
	animation: kira2 3s ease-in-out infinite;
}
@keyframes kira2 {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% { opacity: 1;} 
	}

.italic {
	font-style: italic;
}
.catch {
	position: absolute;
	right: 7%;
	bottom: 7%;
	font-size: 1.2rem;
	line-height: 2.2;
	letter-spacing: .2em;
}
.catch p {
	margin-bottom: 2em;
}
.catch .braisetto {
	font-size: 2em;
}
h2 {
	font-size: 2.6rem;
	margin-bottom: 1.24em;
	text-align: center;
	font-style: italic;
}
h2::after {
	display: block;
	content: '';
	width: 50px;
	margin: 26px auto 0;
	background: #281662;
	height: 1px;
}
.sub_ttl {
	text-align: center;
	font-size: 1.24rem;
	margin-bottom: 100px;
}
.descripttion {
	padding: 8.24% 0;
}
.descripttion p,.txt_area p {
	margin-bottom: 2em;
}
.illust_area {

	overflow: hidden;
	margin-bottom: 100px;
opacity: 0;
z-index: -1;
}
.illust_area.illust_animation {
	animation: illust_anime 8s linear forwards;
	position: sticky;
	top: 70px;
	left: 0;
	
}
@keyframes illust_anime {
	0% {
		opacity: 0;
	}
	2% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.illust_area::before {
	content: '';
	display: block;
	background-image: url("../img/concept.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1144px;
	height: 100vh;
	max-height: 726px;
	max-width: 100%;
	box-sizing: border-box;
	z-index: -1;
	position: relative;
}
.concept {
	padding: 0 0 8.24%;
	position: relative;
	z-index: 24;
	background: none;
}


.contents {
	/*border-top: 1px solid #ebe9e7;*/
	padding: 8.24% 0;
}


.photo {
	width: 50%;
}
.txt {
	width: 50%;
	padding: 4%;
	box-sizing: border-box;
}
.txt h3 {
	margin-bottom: .4em;
}
.txt p {
	margin-bottom: 2em;
}
p span {
	font-size: 90%;
}

.pattern_area {
	padding: 0 0 8.24%;
	position: relative;
	min-height:100vh;
	background-image: url("../img/bg-pattern.jpg");
	background-size: cover;
  background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: white;
	
}
.pattern_area::after {
	content: '';
	
	width: 100%;
	height: 100%;

	
}
.pattern_area.inner {
	overflow: visible;
}
.pattern_area h3 span {
	display: block;
	font-size: 80%;
}
.pattern_area h3 {
	text-align: center;
	padding: 5em 1em 0;
	margin: 0 auto;
	position: relative;
	border-radius: 0 40px 0 40px;

}

/*.pattern_area::after {
	content: '';
	background-image: url("../img/pattern.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 1920px;
	height: 1100px;
	position: absolute;
	bottom: 0;
	right: 0;
}*/
/*.pattern_area h3::before {
content: '';
	border-left: 1px solid #281662;
	border-bottom: 1px solid #281662;
	border-radius: 20px;
	width: 100%;
	height: 70px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.pattern_area h4 {
	
	font-size: 2.4em;
	background: -webkit-linear-gradient(0deg, #ffc6da, #e6e79d, #b6e3ff, #bff3ff, #ffc6da);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	display: inline-block;
	line-height: 1.2;
	transform: rotate(-5deg);
	position: relative;
	left: -4px;
	transition: 1s;
	
}
.pattern_area h4.inview {
	animation: colorful 4s infinite;
}
@keyframes colorful {
	30% {
		background: -webkit-linear-gradient(0deg, #e6e79d, #b6e3ff, #bff3ff, #ffc6da);
		-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
	70% {
		background: -webkit-linear-gradient(0deg, #b6e3ff, #bff3ff, #ffc6da, #e6e79d, #ffc6da);
		-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
			}
.pattern_area h4 span {
	margin-left: .2em;
}*/
.pattern_list {
	max-width: 1000px;
	margin: 0 auto;
	padding: 4em 3em 2em;
	
	position: relative;
	
}
.pattern_list li {
	overflow: hidden;
}
.pattern_list dl {
	
}
.pattern_list dt {
	width: 100%;
	padding: 1em 0 2em;
	position: relative;
	
}
.pattern_list dt::before {
	content: '';
	background: #f7f8fb;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 15px;
	lef: 0;
}

.checkmark img,.checkmark svg {
	width: 34px;
	height: 30px;
	z-index: 424;
	position: relative;
	display: block;
}


.checkmark path {
	stroke: transparent;
	fill: none;
	opacity: 0;
}
 .checkmark.inview path {
	opacity: 1;
	fill: none;
	stroke-linecap: round; /*パスの端は角丸 */
	stroke: #281662; /*線色 */
	stroke-width: 2px; /*線幅 */
	stroke-miterlimit: 4; /*線の折れてるところを尖らせない*/
	stroke-dasharray: 1000 1000; /*線とすき間の間隔 */
	stroke-dashoffset: 1; /*線のスタート位置 */
	animation: strokeAnimation 5s linear 0s forwards;
}
@keyframes strokeAnimation {
	0% {
		stroke-dashoffset: 1000;
	  }
	  50% {
	  }
	  100% {
		stroke-dashoffset: 0;
		
	  }
}
.pattern_list .inview dt p::before {
	opacity: 10;
}
.pattern_list dt p {
  line-height:2;
	width: calc(100% - 40px);
	margin-left: 40px;
}
.pattern_list dt p span {
	border-bottom: 1px dashed #fff;
	padding-bottom:5px;
}
.pattern_list dt p span.checkmark {
	position: absolute;
	left: 0;
	border: none;
}

.pattern_list dd {
	background: #f7f8fb;
	border-radius: 0 40px 0 40px;
	margin-left: 10%;
	padding: 2em;
	margin-bottom: 3em;
}
.pattern_list dd::before {
	height: 17px;
	width: 45px;
	content: '';
	display: block;
	opacity: 0;
}
.pattern_list .inview dd::before {
	background-image: url("../img/icon.png");
	background-size: 100%;
	margin-bottom: .4em;
	animation: iconAnime 1s 3s forwards;
	
}
@keyframes iconAnime {
  0% {
  opacity: 0;
  transform: translateY(40px);
  }

  100% {
  opacity: 1;
  transform: translateY(0);
  }
}

.member ul {
	max-width: 80%;
	margin: 0 auto 100px;
}
.member li {
	justify-content: center;
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	border-top: 1px solid #281662;
	border-bottom: 1px solid #281662;
}
.member .photo {
	text-align: center;
	width: 35%;
	padding: 4%;
}
.member .txt {
	width: 65%;
}
.member .txt p {
	margin-bottom: 0;
}
.member .txt h3 {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.member::after {
	content: '';
	width: 100%;
	padding-bottom: 29.2%;
	background-image: url("../img/pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin-top: 100px;
}
.slick-prev,.slick-next {
	font-size: 1.4em;
	width: 30px;
} 
.slick-next:before {
	content: "\f105";
}
.slick-prev:before {
	content: "\f104";
}
.slick-prev::before,
.slick-next::before {
	content: '';
	width: 30px;
	height: 1px;
	background-color: #281662;
	display: block;
}
.slick-prev::after,
.slick-next::after {
	content: '';
	width: 14px;
	height: 1px;
	background-color: #281662;
	display: block;
	position: absolute;
	right: 0;
	bottom: 7px;
	transform: rotate(-26deg);
}
.slick-prev::after {
	position: absolute;
	left: -2px;
	transform: rotate(26deg);
}
.linkarea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}
.linkarea i {
	font-size: 24px;
	margin: .6em;
}
.linkarea img {
	width: 24px;
	margin: .6em;
}

.management {
	padding: 8.24% 0;
}
.management a,.contents a,.news a,.price a {
	text-decoration: underline;
	font-size: 90%;
}
.fee {
	font-size: 6.8rem;
}
.fee span {
	font-size: .4em;
}
.price p {
	margin-bottom: 3em;
}
.btn {
	position: relative;
	display: block;
	width: 300px;
	padding: 1em 0;
	margin: 0 auto 3em;
	border: 1px solid #281662;
	transition: .5s;
	text-align: center;
	font-family: miller-banner, serif;
	font-weight: lighter;
	font-size: 94%;
}

.btn::after {
	background-color: #281662;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.1s;
	transition-delay: 0.1s;
	top: 6px;
	right: -6px;
	height: 100%;
	width: 1px;
}

.btn::before {
	background-color: #23234B;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all 0.1s;
	transition-delay: 0.2s;
	bottom: -6px;
	height: 1px;
	right: -6px;
	width: 100%;
}

.btn:hover::before {
	width: 0;
	transition-delay: 0.2s;
}

.btn:hover::after {
	height: 0;
	transition-delay: 0.3s;
}
.btn a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}
.introduction p {
	padding-bottom: 2em;
}
.introduction .sub_ttl {
	margin-bottom: 2em;
}
.introduction {
	padding-top: 8.24%;
}
.news {
	padding: 8.24% 0;
}
.list_news {
	max-width: 840px;
	padding: 2.4em 1.4em;
	height: 340px;
	overflow-y: scroll;
	border-top: 1px solid #281662;
	border-bottom: 1px solid #281662;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.list_news::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 2px;
	top: 0;
}
.list_news .date {
	font-size: 90%;
	padding-right: .8em;
	padding-bottom: .4em;
	letter-spacing: .2em;
	font-family: 'Petit Formal Script', cursive;
	font-weight: bold;
	display: block;
}
.list_news li {
	margin-bottom: 1em;
	position: relative;
	list-style: none;
	padding:0 0 20px 0;
}
.list_news li::after {
	width: 70px;
	height: 1px;
	display: block;
	content: "";
	background: #281662;
	margin: 2em auto 0;
}
footer {
	padding-top: 100px;
	text-align: center;
}
footer .logo {
	position: static;
	margin-bottom: 3rem;
}
footer p {
	margin-bottom: 3rem;
}
.footer_link,
.sns_link {
	justify-content: center;
	margin-bottom: 3rem;
	font-size: 1.2rem;
}
.sns_link li {
	margin-right: 3rem;
	font-size: 3rem;
}
.sns_link li:last-child {
	margin-right: 0;
}
.footer_link li::after {
	content: '／';
	margin: 0 5px;
}
.footer_link li:last-child::after {
	content: none;
}
.copyright {
	background: #23234B;
	color: white;
	font-size: 1.1rem;
	padding: .4em 0;
	margin-bottom: 0;
}

th {
	padding: 4%;
	width: 30%;
	box-sizing: border-box;
}

/*Media list*/
.media {
	background: none;
}
.media::before {
	backgroun: white;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.media_list {
	justify-content: space-between;
	padding: 0 4%;
}
.slick-dotted.slick-slider.media_list {
	margin-bottom: 80px;
	margin-top: 80px;
}
.slick-vertical .slick-slide {
	display: flex;
}
.media_list li {
	margin: 12.4px 0;
	align-items: center;
	justify-content: space-between;
	background: rgba(255,255,255,.3);
}
.eyecatch {
	width: 300px;
}
.media_list .txt_area {
	width: calc(100% - 340px);
	text-align: left;
}
.media_list .date {
	font-size: 11px;
	font-family: 'Petit Formal Script', cursive;
	font-weight: bold;
}
.media_ttl {
	font-size: 13px;
	padding: 4.24% 30px 4.24% 0;
	line-height: 1.24;
}
.media .slick-prev {
	left: calc(4% + 144px);
	top: -14px;
	z-index: 2400;
}

.media .slick-next {
	right: auto;
	left: calc(4% + 144px);
	bottom: -44px;
	top: auto;
	z-index: 2400;
}
.slick-prev.slick-disabled::before,
.slick-prev.slick-disabled::after,
.slick-next.slick-disabled::before,
.slick-next.slick-disabled::after {
	content: none;
}
.media .slick-prev,
.media .slick-next {
	height: 30px;
	width: 14px;
}
.media .slick-prev::before,
.media .slick-next::before {
	width: 1px;
	height: 30px;
	transform: none;
}
.media .slick-prev::after,
.media .slick-next::after {
	display: block;
	bottom: auto;
}
.media .slick-prev::after {
	transform: rotate(-70deg);
	top: 6px;
	left: -9px;
	right: auto;
}
.media .slick-next::after {
	transform: rotate(-70deg);
	bottom: 5px;
	left: -4px;
	right: auto;

}
/*マーカー*/

/* アニメーション前のスタイル */
.marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #e0f1f0, #f5fbce,#caffe5); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 2s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.marker.inview {
  background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}



/*===404ページ==*/
.page404 h2 {
	padding: 1em 0;
	font-size: 16px;
}
.page404 p {
	padding-bottom: 1em;
}
.page404 header {
	
}
.page404 section:first-child {
	padding-top: 2em;
}

/*===セミナー告知バナー==*/
.seminar-banner {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2424;
	width: 120px;
}