@charset "UTF-8";
[data-animation] {
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
	transition-property: transform, opacity;
	transition-delay: .2s;
}
[data-animation="after"] {
	opacity: 1;
	transform: translateY(0);
}
.newsList {
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
}
.newsList > li {}
.newsList > li:first-child {}
.newsList > li:last-child {}
.newsList > li:nth-child(2n+1) {}
.newsList > li:nth-child(n+3) {}
.newsList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	border-top: 1px solid #DDDDDD;
	position: relative;
	z-index: 1;
	padding: 18px 14px 14px;
	padding-right: 41px;
}
.newsList > li > a > .icon {
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	background-image: linear-gradient(to right, #5DCDFF, #CDC1FF);
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	padding-left: 1px;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	margin-right: 0px;
	transition-duration: .3s;
	transition-property: margin-right;
}
.newsList > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #4393FF, #6EE3FF);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.newsList > li > a::after {
	content: "";
}
.newsList_info {
	display: flex;
	align-items: center;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.newsList_update {
	font-size: 16px;
	font-weight: 900;
	margin-right: 12px;
	position: relative;
	z-index: 1;
	top: 2px;
}
.newsList_update > time {}
.newsList_cat {
	display: flex;
	align-items: center;
	background-image: linear-gradient(to right, #4393FF, #6EE3FF);
	color: #fff;
	line-height: 1;
	padding: 3px 10px;
	min-width: 120px;
	box-sizing: border-box;
	justify-content: center;
}
.newsList_cat::before {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	margin-right: -1px;
}
.newsList_name {
	line-height: 1.4;
	margin-top: 9px;
	position: relative;
	z-index: 1;
	font-size: 112.5%;
}
.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 41px;
}
.pager > a,
.pager > span {
	min-width: 50px;
	box-sizing: border-box;
	padding: 0 5px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, #4393FF, #6EE3FF);
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	margin: 10px 10px;
	transition-duration: .3s;
	transition-property: opacity;
}
.pager > .previouspostslink {}
.pager > .current {
	background-image: none;
	background-color: #B2B2B2;
}
.pager > .extend {
	background: no-repeat;
	color: inherit;
}
.pager > .nextpostslink {}
.areaNews_selWrap {
	margin-bottom: 48px;
	max-width: 300px;
}
.areaNews_selWrap > select {}
.areaNews {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	min-height: 108px;
}
.areaNews_logo {
	width: 100px;
	position: absolute;
	z-index: 10;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 85px;
}
.areaNews_logo-gallery {
	margin-left: -20px;
	z-index: 0;
}
.areaNews_logo > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.areaNews-entry {
	max-width: none;
}
.entry {}
.newsList_update-entry {
	margin-right: 0;
	margin-bottom: 5px;
}
.newsList_cat-entry {}
.entry_title {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.entry_body {
	border-top: 1px solid #499FFF;
	border-bottom: 1px solid #499FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 22px;
}
.entryNav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 47px;
}
.entryNav_link {}
.entryNav_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	color: #B2B2B2;
	font-size: 40px;
	padding: 0px 22px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.entryNav_link-hidden {
	visibility: hidden;
}
.entryNav_link > a::before {
	content: "";
}
.entryNav_link > a::after {
	content: "";
}
.entryNav_link > a > .icon {
	display: block;
}
.entry_info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 17px;
}
.areaNews_link {
	max-width: 300px;
	margin: 47px auto 0;
}
.areaNews_link > a {}
.areaNews_link > a::before {
	content: "";
}
.areaNews_link > a::after {
	content: "";
}
.areaNews_link > a > b {}
.areaNews_link > a > .icon {}
.newsCont {
	margin-top: 69px;
}
.newsCont_title {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
}
.newsCont_boss {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 7px;
	margin-bottom: 19px;
}
.newsCont_list {
	list-style: none;
	max-width: 660px;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
}
.newsCont_list > li {
	width: 48.5%;
}
.newsCont_list > li:first-child {}
.newsCont_list > li:last-child {}
.newsCont_list > li:nth-child(2n+1) {}
.newsCont_list > li:nth-child(n+3) {}
.newsCont_list > li > a {
	display: flex;
	text-decoration: none;
	height: 60px;
	position: relative;
	z-index: 1;
	color: #fff;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to left, #4393FF, #6EE3FF);
	box-sizing: border-box;
}
.newsCont_list > li > a[href^="tel:"] {
	font-size: 25px;
	font-weight: 900;
	padding-top: 7px;
}
.newsCont_list > li > a::before {
	content: "";
}
.newsCont_list > li > a::after {
	content: "";
	background-image: linear-gradient(to right, #4393FF, #6EE3FF);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.newsCont_list > li > a > b {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: inherit;
}
.faq {}
.faq_title {}
.faq_title > b {}
.faq_title > small {}
.faq_sect {
	border-top: 1px solid #DDDDDD;
}
.faq_headline {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
	padding-left: 3px;
}
.faq_headline::before {
	content: "";
	display: block;
	width: 1px;
	height: 69px;
	margin-right: -1px;
}
.faq_mark {
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	display: block;
}
.faq_mark-q {
	color: #FF6FE3;
	margin-right: 29px;
}
.faq_answer {
	background-color: #F0F9FA;
	position: relative;
	z-index: 1;
	padding: 10px 26px;
	color: #00ACD5;
	display: flex;
	align-items: center;
}
.faq_answer::before {
	content: "";
	display: block;
	width: 1px;
	height: 77px;
	margin-right: -1px;
}
.faq_mark-a {
	color: #00ACD5;
	margin-right: 30px;
}
.faq_text {
	line-height: 1.65;
}
.certificate {
	background-color: #F7F7F7;
	padding-top: 85px;
	padding-bottom: 105px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.certificate_title {}
.certificate_title > img {
	display: block;
	margin: 0 auto 10px;
}
.certificate_title > b {
	display: block;
	font-size: 35px;
	text-align: center;
}
.certificate_msg {
	text-align: center;
	font-size: 112.5%;
	margin-top: 7px;
}
.certificate_msg > b {
	color: #FF7600;
	font-weight: inherit;
}
.certificate_caution {
	text-align: center;
	text-indent: -1em;
	padding-left: 1em;
	margin: 22px 0 34px;
}
.certificate_link {
	max-width: 400px;
	margin: 10px auto 31px;
}
.certificate_link > a {
	display: block;
	text-decoration: none;
	position: relative;
	color: #fff;
	z-index: 1;
	line-height: 1;
	padding: 39px 50px;
	background-image: linear-gradient(to left, #FF5DC1, #FFE5E5);
	padding-right: 88px;
}
.certificate_link > a::before {
	content: "";
}
.certificate_link > a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #FF5DC1, #FFE5E5);
	transition-duration: .3s;
	transition-property: opacity;
}
.certificate_link > a > b {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 25px;
	margin-bottom: 10px;
}
.certificate_link > a > small {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 16px;
}
.certificate_link > a > .icon {
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 48px;
	font-size: 30px;
	transform: translateY(-50%);
}
.certificate_text {
	text-align: center;
	font-size: 14px;
}
.certificate_hr {
	height: 1px;
	background-color: #DDDDDD;
	width: auto;
	border: none;
	margin: 52px 0 62px;
}
.certificate_cols {
	display: flex;
	justify-content: space-between;
}
.certificate_col {}
.certificate_col-no1 {
	width: 380px;
}
.certificate_headline {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.certificate_name {
	font-size: 22px;
	font-weight: bold;
}
.certificate_telLink {
	margin: 10px 0 16px;
	max-width: 320px;
}
.certificate_telLink > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	background-image: linear-gradient(to right, #FF5DC1, #FFE5E5);
	font-size: 25px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	height: 60px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 4px;
}
.certificate_telLink > a::before {
	content: "";
}
.certificate_telLink > a::after {
	content: "";
}
.certificate_addr {
	line-height: 1.7;
	font-size: 14px;
	margin-top: 14px;
}
.certificate_image {
	max-width: 230px;
	margin-top: 25px;
}
.certificate_image > img {
	display: block;
}
.certificate_col-no2 {
	width: calc(100% - 400px);
	max-width: 500px;
}
.certificate_map {
	padding-bottom: 80%;
	position: relative;
	z-index: 1;
}
.certificate_map > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.school {
	margin-bottom: 100px;
}
.school_title {}
.school_title > b {}
.school_title > small {}
.school_cols {
	display: flex;
	justify-content: space-around;
}
.school_col {
	width: 46.4%;
}
.school_col-no1 {}
.school_image {}
.school_image > img {
	display: block;
}
.school_col-no2 {}
.school_headline {}
.school_text {}
.club {
	margin-bottom: 100px;
}
.club_title {}
.club_title > b {}
.club_title > small {}
.uniform {
	margin-bottom: 100px;
}
.uniform_title {}
.uniform_title > b {}
.uniform_title > small {}
.uniform_text {
	max-width: 600px;
	margin: 0 auto 30px;
}
.uniform_image {}
.uniform_image > img {
	display: block;
}
.history {
	max-width: 800px;
	margin: 0 auto;
}
.history_title {}
.history_title > b {}
.history_title > small {}
.history_table {
	width: 100%;
}
.history_table > tbody {}
.history_table > tbody > tr {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.history_table > tbody > tr:first-child {}
.history_table > tbody > tr:last-child {}
.history_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: inherit;
	text-align: left;
	width: 90px;
	vertical-align: top;
	padding: 3px 0;
	padding-right: 40px;
}
.history_table > tbody > tr > th:nth-child(2) {
	text-align: right;
	width: 50px;
}
.history_table > tbody > tr > td {
	vertical-align: top;
	padding: 3px 0;
}
.history_link {
	max-width: 510px;
	margin: 40px auto 0;
}
.history_link-gallery {
	margin-top: 100px;
}
.history_link > a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #00ACD5;
	position: relative;
	z-index: 1;
	padding-left: 169px;
	color: #fff;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.history_link > a > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 16px;
	font-size: 25px;
	transform: translateY(-50%);
}
.history_link > a::before {
	content: "";
}
.history_link > a::after {
	content: "";
}
.history_link > a > small {
	display: block;
	font-size: 25px;
	margin-bottom: 7px;
}
.history_link > a > b {
	font-size: 30px;
}
.history_link_bg {
	background-image: url(/assets/img/home/bg-history@2x.jpg);
	width: 150px;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	background-size: cover;
	background-position: center center;
	background-color: #aace40;
}
.message {
	position: relative;
	z-index: 1;
	padding-bottom: 95px;
	margin-bottom: 98px;
}
.message::before {
	content: "";
	display: block;
	width: 966px;
	height: 385px;
	position: absolute;
	z-index: 0;
	left: -138px;
	bottom: 0;
	background-image: linear-gradient(-225deg, #FFFFCC, #FFF2FA);
}
.message_cols {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.message_col {}
.message_col-no1 {
	width: 45.7%;
}
.message_title {
	text-align: left;
	margin-bottom: 30px;
}
.message_title::after {
	margin-left: 0;
}
.message_title > b {}
.message_title > small {}
.message_text {}
.message_faceWrap {
	display: flex;
	align-items: flex-end;
	margin-top: 34px;
}
.message_face {
	max-width: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 17px;
}
.message_face > img {
	display: block;
}
.message_name {
	line-height: 1.3;
}
.message_name > small {
	display: block;
	font-size: inherit;
}
.message_name > b {
	display: block;
	font-size: 25px;
	margin-top: 6px;
}
.message_col-no2 {
	width: 46.9%;
}
.message_image {
	width: 601px;
}
.message_image > img {
	display: block;
}
.intro {
	margin-top: 100px;
}
.intro_title {}
.intro_title > b {}
.intro_title > small {}
.intro_msg {
	text-align: center;
	margin-bottom: 35px;
}
.intro_sect {
	margin-bottom: 100px;
}
.intro_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.intro_col {}
.intro_col-no1 {
	width: 40.5%;
}
.intro_text {
	margin-bottom: 1.4em;
}
.intro_list {
	list-style: none;
}
.intro_list > li {
	margin-top: 16px;
}
.intro_list > li:first-child {
	margin-top: 0;
}
.intro_list > li:last-child {}
.intro_list > li:nth-child(2n+1) {}
.intro_list > li:nth-child(n+3) {}
.intro_list > li > a {}
.intro_list > li > a::before {
	content: "";
}
.intro_list > li > a::after {
	content: "";
}
.intro_list > li > a > b {}
.intro_col-no2 {
	width: 55%;
}
.intro_image {}
.intro_image > img {
	display: block;
}
.intro_cols-rev {
	flex-direction: row;
}
.spirit {
	margin-bottom: 92px;
}
.spirit_title {}
.spirit_title > b {}
.spirit_title > small {}
.spirit_imageWrap {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	padding-right: 160px;
}
.spirit_headline {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	width: 200px;
	transform: translateY(-50%);
}
.spirit_headline > img {
	display: block;
}
.spirit_image {
	max-width: 840px;
}
.spirit_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.spirit_text {
	text-align: center;
	margin-bottom: 2.1em;
}
.song {}
.song_title {}
.song_title > b {}
.song_title > small {}
.song_image {
	max-width: 600px;
	margin: 0 auto;
}
.song_image > img {
	display: block;
}
.closing {
	background-image: url(/assets/img/home/bg-closing@2x.png);
	padding-bottom: 110px;
	margin-top: 232px;
}
.closing_areaTitle {
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
	top: -80px;
	width: 760px;
	box-sizing: border-box;
	margin-left: -138px;
	margin-bottom: -7px;
}
.closing_areaTitle::before {
	content: "";
	height: 10px;
	display: block;
	background-color: #F5F5F5;
	background-image: linear-gradient(to right, #D31212 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 80px 100%;
}
.closing_areaTitle::after {
	content: "";
	height: 10px;
	display: block;
	background-color: #F5F5F5;
	background-image: linear-gradient(to right, #D31212 50%, rgba(255, 255, 255, 0) 50%);
	background-size: 80px 100%;
}
.closing_title {
	line-height: 1;
	padding: 43px 0;
	padding-left: 138px;
}
.closing_title > img {
	display: block;
	position: relative;
	z-index: 1;
	left: 9px;
}
.closing_title > b {
	font-size: 30px;
	display: block;
	margin-top: 14px;
}
.closing_sect {
	margin-bottom: 70px;
}
.closing_cols {
	display: flex;
}
.closing_col {}
.closing_col-no1 {
	width: 39%;
}
.closing_headline {
	color: #D31212;
}
.closing_text {}
.closing_col-no2 {
	width: 55.7%;
	max-width: 551px;
	margin-left: auto;
}
.closing_slide {
	font-size: 0;
}
.closing_slide_item {}
.closing_slide_image {}
.closing_slide_image > img {
	display: block;
}
.closing_slide_dots {
	position: absolute;
	z-index: 10;
	bottom: 14px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.closing_slide_dots > li {}
.closing_slide_dots > li > button {
	display: block;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0);
	background-clip: content-box;
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: transform, background-color;
}
.closing_slide_dots > li.slick-active > button {
	background-color: #00ACD5;
}
.messages {
	margin-top: 148px;
	margin-bottom: 107px;
}
.messages_title {}
.messages_title > b {}
.messages_title > small {}
.messages_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 64px;
}
.messages_list > li {
	width: 47.5%;
	margin-left: 5%;
}
.messages_list > li:first-child {}
.messages_list > li:last-child {}
.messages_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.messages_list > li:nth-child(n+3) {
	margin-top: 36px;
}
.messages_fig {}
.messages_fig > img {
	display: block;
}
.messages_fig > figcaption {
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 15px;
}
.messages_fig > figcaption > small {
	display: block;
}
.messages_fig > figcaption > b {
	display: block;
	font-weight: inherit;
}
.messages_sectWrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 96px;
}
.messages_sect {
	border-top: 1px solid #D31212;
	padding-top: 27px;
	width: 47.5%;
	margin-left: 5%;
}
.messages_sect:nth-child(2n+1) {
	margin-left: 0;
}
.messages_sect:nth-child(n+3) {
	margin-top: 40px;
}
.messages_cols {
	display: flex;
	justify-content: space-between;
}
.messages_col {}
.messages_col-no1 {
	width: 130px;
}
.messages_face {
	width: 130px;
}
.messages_face > img {
	display: block;
	border-radius: 50%;
}
.messages_col-no2 {
	width: calc(100% - 150px);
}
.messages_name {
	font-size: 20px;
	font-weight: inherit;
	line-height: 1.4;
	margin-bottom: 7px;
}
.messages_name > small {
	display: block;
}
.messages_name > b {
	display: block;
	font-weight: inherit;
}
.messages_name::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: currentColor;
	margin-top: 9px;
}
.messages_text {}
.special {}
.special_title {}
.special_title > b {}
.special_title > small {}
.special_sect {
	margin-bottom: 77px;
}
.special_sect:last-child {
	margin-bottom: 0;
}
.special_cols {
	display: flex;
	justify-content: space-between;
}
.special_cols-rev {
	flex-direction: row-reverse;
}
.special_col {}
.special_col-no1 {
	width: 41%;
}
.special_headline {}
.special_text {}
.special_link {
	margin-top: 25px;
}
.special_link > a {}
.special_link > a::before {
	content: "";
}
.special_link > a::after {
	content: "";
}
.special_link > a > b {}
.special_col-no2 {
	width: 55%;
}
.special_movie {
	padding-bottom: 56.4%;
	position: relative;
	z-index: 1;
}
.special_movie > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.special_image {
	max-width: 318px;
	margin-left: auto;
}
.special_image > img {
	display: block;
}
.visual {
	position: relative;
	z-index: 1;
	min-height: 700px;
	margin-bottom: 100px;
	height: 100vh;
}
.visual_movie {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .3s;
}
.visual_movie.isShow {
	opacity: 1;
}
.visual_movie > video {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.visual_msg {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	left: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1;
	font-size: 20px;
	white-space: nowrap;
	pointer-events: none;
}
.visual_msg > b {
	display: flex;
	color: #fff;
	height: 30px;
	align-items: center;
	padding: 0 12px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.visual_msg > b::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, rgba(67, 147, 255, 0.80), rgba(110, 227, 255, 0.80));
	transition-duration: 0.5s;
	transition-property: width;
	width: 0;
}
.visual_msg > b:nth-child(2)::before {
	transition-delay: .1s;
}
.visual_msg > b:nth-child(3)::before {
	transition-delay: .2s;
}
.visual_msg > b:nth-child(4)::before {
	transition-delay: .3s;
}
.visual_msg.isShow > b::before {
	width: 100%;
}
.visual_msg > b:first-child {
	margin-top: 0;
}
.visual_logo {
	display: block;
	width: 100px;
	height: 108px;
	fill: #fff;
}
.visual_title {
	fill: currentColor;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.visual_titleWrap {
	display: block;
	position: absolute;
	z-index: 10;
	width: 539px;
	height: 278px;
	bottom: 240px;
	left: 57px;
	color: #393939;
	transition-duration: 1s;
	transition-delay: .5s;
	transition-property: background-color, color;
	pointer-events: none;
}
.visual_titleWrap.isShow {
	color: #fff;
}
.visual_mask {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 14px;
}
.visual_msg_text {
	display: block;
	position: relative;
	z-index: 10;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .4s;
}
.visual_msg.isShow > b > .visual_msg_text {
	opacity: 1;
}
.sectWrap {}
.sectWrap-closing {
	padding-top: 100px;
	margin-top: -100px;
}
.instaVis {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0s, 0s, 0s;
	pointer-events: auto;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	transition-duration: 1s, 0s, 0s;
	transition-property: opacity, transform, -webkit-transform;
}
.instaVis.isFadeOut {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
	transition-delay: 0s, 1s, 1s;
	pointer-events: none;
}
.instaVis_scene {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.instaVis_scene-no1 {}
.instaVis_scene-no2 {
	z-index: 2;
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: opacity;
	pointer-events: none;
}
.instaVis_scene-no2.isShow {
	opacity: 1;
	pointer-events: auto;
}
.instaVis_name {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 33px;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.instaVis_name.isShow {
	opacity: 1;
}
.instaVis_name > svg {
	display: block;
	width: 36px;
	height: 32px;
	margin-right: 5px;
}
.instaVis_title {
	width: 362px;
	height: 52px;
	position: relative;
	z-index: 1;
}
.instaVis_title_text {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.instaVis_title_mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 6px;
	z-index: 2;
}
.instaVis_scene_bg {
	background-image: url(/assets/img/39/pt-main@2x.jpg);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right center;
	background-color: #fff;
	margin-left: 73px;
	transition-duration: 1s;
	transition-property: margin-left;
}
.instaVis_scene_bg::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 18%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.instaVis_scene_bg.isShow {
	margin-left: 0;
}
.instaVis_logo {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 33.7%;
	max-width: 459px;
	transform: translateY(-50%);
	left: 7%;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.instaVis_logo.isShow {
	opacity: 1;
}
.instaVis_logo > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.thanks {
	position: relative;
	z-index: 0;
}
.thanks_cols {
	display: flex;
	height: 100vh;
	min-height: 520px;
}
.thanks_col {}
.thanks_col-no1 {
	width: 238px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanks_title {}
.thanks_title > img {
	display: block;
}
.thanks_col-no2 {
	width: calc(100% - 476px);
}
.thanks_col-no3 {
	width: 238px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.thanks_logo {
	width: 150px;
	margin-bottom: 25px;
}
.thanks_logo > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.thanks_link {
	width: 100px;
}
.thanks_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	height: 100px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	flex-direction: column;
	transition-duration: .3s;
	transition-property: transform;
}
.thanks_link > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FF62C2;
	/* background-image: linear-gradient(125deg, #74D4FF, #EAE5FF 80%); */
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.thanks_link > a::after {
	content: "";
}
.thanks_link > a > b {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: 900;
}
.thanks_link > a > svg {
	display: block;
	width: 34px;
	height: 9px;
	fill: none;
	stroke: #fff;
	stroke-width: 1px;
	position: relative;
	z-index: 1;
	margin-top: 4px;
}


/*追加*/
.thanks_p {
	margin-top: 25px;
	width: 130px;
	text-align: center;
	font-weight: 600;
	color:#FF62C2;
}

.thanks_insta {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 28px;
	width: 180px;
}
.thanks_insta > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.thanks_insta > a::before {
	content: "";
}
.thanks_insta_inner {
	background-image: linear-gradient(to bottom, #FF5DC1, #FFE5E5);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.30);
	padding: 12px 0 15px;
}
.thanks_insta_inner::before {
	content: "";
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image: linear-gradient(to top, #FF5DC1, #FFE5E5);
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.thanks_insta > a::after {
	content: "";
}
.thanks_headline {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: -4px;
	position: relative;
	z-index: 1;
}
.thanks_headline > img {
	display: block;
	margin-right: 8px;
	transition-duration: .3s;
	transition-property: transform;
}
.thanks_insta_text {
	font-weight: bold;
	line-height: 1.43;
	text-align: center;
	color: #fff;
	margin: 0px 0 8px;
	position: relative;
	z-index: 1;
}
.thanks_insta_fukidashi {
	width: 120px;
	height: 24px;
	background-color: #FF62C2;
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
}
.thanks_insta_fukidashi::before {
	content: "";
	border: 5px solid rgba(255, 255, 255, 0);
	border-bottom-color: #FF62C2;
	display: block;
	border-top-width: 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	border-bottom-width: 6px;
	transform: translateX(-50%);
}
.insta {
	display: flex;
	width: 100%;
	height: 100%;
}
.insta_col {
	width: 18.5%;
	background-color: #eee;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.insta_col-large {
	width: 31.5%;
	background-color: #ddd;
}
.insta_item {}
.insta_item > a {
	padding-bottom: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: .3s;
	transition-property: opacity;
}
.insta_item > a > img {
	display: none;
}
.insta_scrollWrap {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
}
.insta_scrollWrap-rev {
	bottom: 0;
	top: auto;
}
.insta_scroll {
	position: relative;
	z-index: 1;
	top: 0;
}
.insta_scroll-rev {
	top: auto;
	bottom: 0;
}
.visual_logoWrap {
	position: absolute;
	z-index: 10;
	width: 100px;
	bottom: 50px;
	right: 50px;
}
.visual_logoWrap > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: transform;
}
.visual_logoWrap > a::before {
	content: "";
}
.visual_logoWrap > a::after {
	content: "";
}
.song_audio {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.song_audio > audio {}
.club_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 985px;
	margin: 55px auto 0;
}
.club_list > li {
	width: 22.45%;
	margin-left: 3.4%;
}
.club_list > li:first-child {}
.club_list > li:last-child {}
.club_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.club_list > li:nth-child(n+5) {
	margin-top: 14px;
}
.club_fig {}
.club_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.club_fig > figcaption {
	font-size: 20px;
	display: flex;
	justify-content: center;
	line-height: 1.4;
	margin-top: 9px;
}
.galleryList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 989px;
	position: relative;
	z-index: 1;
}
.galleryList > li {
	width: 24.25%;
	margin-left: 1%;
}
.galleryList > li:first-child {}
.galleryList > li:last-child {}
.galleryList > li:nth-child(4n+1) {
	margin-left: 0;
}
.galleryList > li:nth-child(n+5) {
	margin-top: 1%;
}
.galleryList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: opacity;
}
.galleryList > li > a::before {
	content: "";
}
.galleryList > li > a::after {
	content: "";
}
.galleryList_image {
	padding-bottom: 66.67%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}
.galleryListWrap {
	max-width: 989px;
	position: relative;
	z-index: 1;
}
.galery {
	margin-bottom: 100px;
}
.galery_title {}
.galery_title > b {}
.galery_title > small {}
.galery_link {
	max-width: 300px;
	margin: 45px auto 0;
}
.galery_link > a {}
.galery_link > a::before {
	content: "";
}
.galery_link > a::after {
	content: "";
}
.galery_link > a > b {}
@media screen and (max-width: 1199px) {
	.thanks_col-no1 {
		width: 138px;
	}
	.thanks_col-no2 {
		width: calc(100% - 376px);
	}
}
@media screen and (min-width:1000px) {
	.galleryList > li > a:hover {
		opacity: .7;
	}
	.galery_link > a:hover {}
	.insta_item > a:hover {
		opacity: .7;
	}
	.visual_logoWrap > a:hover {
		transform: scale(1.05);
	}
	a:hover .thanks_insta_inner::before {
		opacity: 1;
	}
	.thanks_link > a:hover {
		transform: scale(1.1);
	}
	.thanks_insta > a:hover {}
	.history_link > a:hover {
		background-color: #4bc7e5;
	}
	.intro_list > li > a:hover {}
	.closing_slide_dots > li > button:hover {
		transform: scale(1.4);
	}
	.special_link > a:hover {}
	.areaNews_link > a:hover {}
	.newsCont_list > li > a:hover {}
	.newsCont_list > li > a:hover::after {
		opacity: 0;
	}
	.certificate_link > a:hover {}
	.certificate_link > a:hover::after {
		opacity: 0;
	}
	.certificate_telLink > a:hover {}
	.entryNav_link > a:hover {
		color: #393939;
	}
	.newsList > li > a:hover > .icon {
		margin-right: -5px;
	}
	.newsList > li > a:hover {}
	.newsList > li > a:hover::before {
		opacity: .1;
	}
	.pager > a:hover {
		opacity: .7;
	}
	a:hover .thanks_headline > img {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 999px) {
	.newsList {}
	.newsList > li {}
	.newsList > li:first-child {}
	.newsList > li:last-child {}
	.newsList > li:nth-child(2n+1) {}
	.newsList > li:nth-child(n+3) {}
	.newsList > li > a {}
	.newsList > li > a > .icon {}
	.newsList > li > a::before {}
	.newsList > li > a::after {}
	.newsList_info {}
	.newsList_update {}
	.newsList_update > time {}
	.newsList_cat {}
	.newsList_cat::before {}
	.newsList_name {}
	.pager {}
	.pager > a,
	.pager > span {}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.areaNews_selWrap {}
	.areaNews_selWrap > select {}
	.areaNews {}
	.areaNews_logo {}
	.areaNews_logo-gallery {
		display: none;
	}
	.areaNews_logo > img {}
	.areaNews-entry {}
	.entry {}
	.newsList_update-entry {}
	.newsList_cat-entry {}
	.entry_title {}
	.entry_body {}
	.entryNav {}
	.entryNav_link {}
	.entryNav_link > a {}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link > a > .icon {}
	.entry_info {}
	.certificate {}
	.certificate_title {}
	.certificate_title > img {}
	.certificate_title > b {}
	.certificate_msg {}
	.certificate_msg > b {}
	.certificate_caution {}
	.certificate_link {}
	.certificate_link > a {}
	.certificate_link > a::before {}
	.certificate_link > a::after {}
	.certificate_link > a > b {}
	.certificate_link > a > small {}
	.certificate_link > a > .icon {}
	.certificate_text {}
	.certificate_hr {}
	.certificate_cols {
		display: block;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.certificate_col {
		width: auto;
	}
	.certificate_col-no1 {
		margin-bottom: 25px;
	}
	.certificate_headline {}
	.certificate_name {}
	.certificate_telLink {}
	.certificate_telLink > a {}
	.certificate_telLink > a::before {}
	.certificate_telLink > a::after {}
	.certificate_addr {}
	.certificate_image {}
	.certificate_image > img {}
	.certificate_col-no2 {}
	.certificate_map {}
	.certificate_map > iframe {}
	.areaNews_link {}
	.areaNews_link > a {}
	.areaNews_link > a::before {}
	.areaNews_link > a::after {}
	.areaNews_link > a > b {}
	.areaNews_link > a > .icon {}
	.newsCont {}
	.newsCont_title {}
	.newsCont_boss {}
	.newsCont_list {}
	.newsCont_list > li {}
	.newsCont_list > li:first-child {}
	.newsCont_list > li:last-child {}
	.newsCont_list > li:nth-child(2n+1) {}
	.newsCont_list > li:nth-child(n+3) {}
	.newsCont_list > li > a {}
	.newsCont_list > li > a[href^="tel:"] {}
	.newsCont_list > li > a::before {}
	.newsCont_list > li > a::after {}
	.newsCont_list > li > a > b {}
	.faq {}
	.faq_title {}
	.faq_title > b {}
	.faq_title > small {}
	.faq_sect {}
	.faq_headline {}
	.faq_headline::before {}
	.faq_mark {}
	.faq_mark-q {}
	.faq_answer {}
	.faq_answer::before {}
	.faq_mark-a {}
	.faq_text {}
	.school {}
	.school_title {}
	.school_title > b {}
	.school_title > small {}
	.school_cols {}
	.school_col {}
	.school_col-no1 {}
	.school_image {}
	.school_image > img {}
	.school_col-no2 {}
	.school_headline {}
	.school_text {}
	.club {}
	.club_title {}
	.club_title > b {}
	.club_title > small {}
	.uniform {}
	.uniform_title {}
	.uniform_title > b {}
	.uniform_title > small {}
	.uniform_text {}
	.uniform_image {}
	.uniform_image > img {}
	.history {}
	.history_title {}
	.history_title > b {}
	.history_title > small {}
	.history_table {}
	.history_table > tbody {}
	.history_table > tbody > tr {}
	.history_table > tbody > tr:first-child {}
	.history_table > tbody > tr:last-child {}
	.history_table > tbody > tr > th {}
	.history_table > tbody > tr > th:nth-child(2) {}
	.history_table > tbody > tr > td {}
	.history_link {}
	.history_link > a {}
	.history_link > a > .icon {}
	.history_link > a::before {}
	.history_link > a::after {}
	.history_link > a > small {}
	.history_link > a > b {}
	.history_link_bg {}
	.message {}
	.message::before {
		width: 600px;
	}
	.message_cols {}
	.message_col {}
	.message_col-no1 {}
	.message_title {}
	.message_title::after {}
	.message_title > b {}
	.message_title > small {}
	.message_text {}
	.message_faceWrap {}
	.message_face {}
	.message_face > img {}
	.message_name {}
	.message_name > small {}
	.message_name > b {}
	.message_col-no2 {}
	.message_image {}
	.message_image > img {}
	.intro {
		margin-top: 80px;
	}
	.intro_title {}
	.intro_title > b {}
	.intro_title > small {}
	.intro_msg {}
	.intro_sect {
		margin-bottom: 65px;
	}
	.intro_cols {}
	.intro_col {}
	.intro_col-no1 {}
	.intro_text {}
	.intro_list {}
	.intro_list > li {
		margin-top: 10px;
	}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.intro_list > li > a {}
	.intro_list > li > a::before {}
	.intro_list > li > a::after {}
	.intro_list > li > a > b {}
	.intro_col-no2 {}
	.intro_image {}
	.intro_image > img {}
	.intro_cols-rev {}
	.spirit {}
	.spirit_title {}
	.spirit_title > b {}
	.spirit_title > small {}
	.spirit_imageWrap {
		padding-right: 140px;
	}
	.spirit_headline {
		width: 130px;
	}
	.spirit_headline > img {}
	.spirit_image {}
	.spirit_image > img {}
	.spirit_text {}
	.song {}
	.song_title {}
	.song_title > b {}
	.song_title > small {}
	.song_image {}
	.song_image > img {}
	.closing {
		padding-bottom: 80px;
		margin-top: 170px;
	}
	.closing_areaTitle {
		width: 520px;
		margin-left: -20px;
	}
	.closing_areaTitle::before {
		height: 8px;
	}
	.closing_areaTitle::after {
		height: 8px;
	}
	.closing_title {
		padding-left: 20px;
	}
	.closing_title > img {}
	.closing_title > b {}
	.closing_sect {}
	.closing_cols {}
	.closing_col {}
	.closing_col-no1 {
		width: 47%;
	}
	.closing_headline {}
	.closing_text {}
	.closing_col-no2 {
		width: 50%;
	}
	.closing_slide {}
	.closing_slide_item {}
	.closing_slide_image {}
	.closing_slide_image > img {}
	.closing_slide_dots {}
	.closing_slide_dots > li {}
	.closing_slide_dots > li > button {}
	.closing_slide_dots > li.slick-active > button {}
	.messages {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.messages_title {}
	.messages_title > b {}
	.messages_title > small {}
	.messages_list {}
	.messages_list > li {}
	.messages_list > li:first-child {}
	.messages_list > li:last-child {}
	.messages_list > li:nth-child(2n+1) {}
	.messages_list > li:nth-child(n+3) {}
	.messages_fig {}
	.messages_fig > img {}
	.messages_fig > figcaption {}
	.messages_fig > figcaption > small {}
	.messages_fig > figcaption > b {}
	.messages_sectWrap {}
	.messages_sect {}
	.messages_sect:nth-child(2n+1) {}
	.messages_sect:nth-child(n+3) {}
	.messages_cols {
		display: block;
	}
	.messages_col {
		width: auto;
	}
	.messages_col-no1 {
		max-width: 100px;
		margin: 0 auto 13px;
	}
	.messages_face {
		width: auto;
	}
	.messages_face > img {}
	.messages_col-no2 {}
	.messages_name {}
	.messages_name > small {}
	.messages_name > b {}
	.messages_name::after {}
	.messages_text {}
	.special {}
	.special_title {}
	.special_title > b {}
	.special_title > small {}
	.special_sect {}
	.special_sect:last-child {}
	.special_cols {}
	.special_cols-rev {}
	.special_col {}
	.special_col-no1 {}
	.special_headline {}
	.special_text {}
	.special_link {}
	.special_link > a {}
	.special_link > a::before {}
	.special_link > a::after {}
	.special_link > a > b {}
	.special_col-no2 {}
	.special_movie {}
	.special_movie > iframe {}
	.special_image {}
	.special_image > img {}
	.visual {}
	.visual_movie {}
	.visual_movie.isShow {}
	.visual_movie > video {}
	.visual_msg {
		left: 30px;
		font-size: 17px;
	}
	.visual_msg > b {}
	.visual_msg > b::before {}
	.visual_msg > b:nth-child(2)::before {}
	.visual_msg > b:nth-child(3)::before {}
	.visual_msg > b:nth-child(4)::before {}
	.visual_msg.isShow > b::before {}
	.visual_msg > b:first-child {}
	.visual_logo {}
	.visual_title {}
	.visual_titleWrap {
		width: 400px;
		height: 207px;
		left: 25px;
	}
	.visual_titleWrap.isShow {}
	.visual_mask {}
	.visual_msg_text {}
	.visual_msg.isShow > b > .visual_msg_text {}
	.sectWrap {}
	.sectWrap-closing {}
	.instaVis {}
	.instaVis.isFadeOut {}
	.instaVis_scene {}
	.instaVis_scene-no1 {}
	.instaVis_scene-no2 {}
	.instaVis_scene-no2.isShow {}
	.instaVis_name {}
	.instaVis_name.isShow {}
	.instaVis_name > svg {}
	.instaVis_title {}
	.instaVis_title_text {}
	.instaVis_title_mask {}
	.instaVis_scene_bg {
		background-position: 62% center;
	}
	.instaVis_scene_bg::before {
		width: 70%;
		background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0));
	}
	.instaVis_scene_bg.isShow {}
	.instaVis_logo {}
	.instaVis_logo.isShow {}
	.instaVis_logo > img {}
	.thanks {}
	.thanks_cols {}
	.thanks_col {}
	.thanks_col-no1 {}
	.thanks_title {}
	.thanks_title > img {}
	.thanks_col-no2 {}
	.thanks_col-no3 {}
	.thanks_logo {}
	.thanks_logo > img {}
	.thanks_link {}
	.thanks_link > a {}
	.thanks_link > a::before {}
	.thanks_link > a::after {}
	.thanks_link > a > b {}
	.thanks_link > a > svg {}
	
	/*追加*/
	.thanks_p {
	width: 120px;
	}
	
	.thanks_insta {}
	.thanks_insta > a {}
	.thanks_insta > a::before {}
	.thanks_insta_inner {}
	.thanks_insta > a::after {}
	.thanks_headline {}
	.thanks_headline > img {}
	.thanks_insta_text {}
	.thanks_insta_fukidashi {}
	.thanks_insta_fukidashi::before {}
	.insta {}
	.insta_col {
		width: 37%;
	}
	.insta_col:nth-child(3) {
		display: none;
	}
	.insta_col:nth-child(4) {
		display: none;
	}
	.insta_col-large {
		width: 63%;
	}
	.visual_logoWrap {
		bottom: 35px;
		right: 35px;
	}
	.visual_logoWrap > a {}
	.visual_logoWrap > a::before {}
	.visual_logoWrap > a::after {}
	.song_audio {}
	.song_audio > audio {}
	.club_list {}
	.club_list > li {
		width: 32%;
		margin-left: 2%;
	}
	.club_list > li:first-child {}
	.club_list > li:last-child {}
	.club_list > li:nth-child(4n+1) {
		margin-left: 2%;
	}
	.club_list > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.club_list > li:nth-child(n+4) {
		margin-top: 20px;
	}
	.club_fig {}
	.club_fig > img {}
	.club_fig > figcaption {
		font-size: inherit;
		margin-top: 5px;
	}
	.galleryList {}
	.galleryList > li {}
	.galleryList > li:first-child {}
	.galleryList > li:last-child {}
	.galleryList > li:nth-child(4n+1) {}
	.galleryList > li:nth-child(n+5) {}
	.galleryList > li > a {}
	.galleryList > li > a::before {}
	.galleryList > li > a::after {}
	.galleryList_image {}
	.galleryListWrap {}
	.galery {
		margin-bottom: 60px;
	}
	.galery_title {}
	.galery_title > b {}
	.galery_title > small {}
	.galery_link {}
	.galery_link > a {}
	.galery_link > a::before {}
	.galery_link > a::after {}
	.galery_link > a > b {}
}
@media screen and (max-width:767px) {
	.newsList {}
	.newsList > li {}
	.newsList > li:first-child {}
	.newsList > li:last-child {}
	.newsList > li:nth-child(2n+1) {}
	.newsList > li:nth-child(n+3) {}
	.newsList > li > a {
		padding: 12px 0 10px;
		padding-right: 30px;
	}
	.newsList > li > a > .icon {
		right: 2px;
	}
	.newsList > li > a::before {}
	.newsList > li > a::after {}
	.newsList_info {}
	.newsList_update {
		font-size: 14px;
	}
	.newsList_update > time {}
	.newsList_cat {
		font-size: 12px;
		min-width: 90px;
	}
	.newsList_cat::before {
		height: 15px;
	}
	.newsList_name {
		font-size: inherit;
		margin-top: 7px;
	}
	.pager {
		margin-top: 25px;
	}
	.pager > a,
	.pager > span {
		min-width: 36px;
		height: 36px;
		font-size: 16px;
		margin: 5px 5px;
	}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.areaNews_selWrap {
		max-width: none;
		margin-bottom: 25px;
	}
	.areaNews_selWrap > select {}
	.areaNews {}
	.areaNews_logo {}
	.areaNews_logo > img {}
	.areaNews-entry {}
	.entry {}
	.newsList_update-entry {}
	.newsList_cat-entry {}
	.entry_title {
		font-size: 18px;
	}
	.entry_body {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.entryNav {
		margin-top: 25px;
	}
	.entryNav_link {}
	.entryNav_link > a {
		font-size: 24px;
		padding: 0 12px;
	}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link > a > .icon {}
	.entry_info {
		margin-bottom: 12px;
	}
	.certificate {
		padding-top: 45px;
		margin-top: 45px;
		padding-bottom: 45px;
		margin-bottom: 45px;
	}
	.certificate_title {}
	.certificate_title > img {
		width: 40px;
		margin-bottom: 4px;
	}
	.certificate_title > b {
		font-size: 22px;
	}
	.certificate_msg {
		font-size: inherit;
		text-align: left;
	}
	.certificate_msg > b {}
	.certificate_caution {
		text-align: left;
		font-size: 12px;
		margin: 15px 0 17px;
	}
	.certificate_link {
		margin: 10px auto 20px;
	}
	.certificate_link > a {
		padding: 20px 20px;
		padding-right: 46px;
	}
	.certificate_link > a::before {}
	.certificate_link > a::after {}
	.certificate_link > a > b {}
	.certificate_link > a > small {}
	.certificate_link > a > .icon {
		font-size: 20px;
		right: 15px;
	}
	.certificate_text {
		text-align: left;
		font-size: inherit;
	}
	.certificate_hr {
		margin: 35px 0;
	}
	.certificate_cols {}
	.certificate_col {}
	.certificate_col-no1 {}
	.certificate_headline {
		font-size: 20px;
	}
	.certificate_name {
		font-size: 16px;
	}
	.certificate_telLink {
		max-width: none;
	}
	.certificate_telLink > a {
		height: 50px;
		font-size: 22px;
	}
	.certificate_telLink > a::before {}
	.certificate_telLink > a::after {}
	.certificate_addr {}
	.certificate_image {}
	.certificate_image > img {}
	.certificate_col-no2 {}
	.certificate_map {}
	.certificate_map > iframe {}
	.areaNews_link {
		margin-top: 25px;
	}
	.areaNews_link > a {}
	.areaNews_link > a::before {}
	.areaNews_link > a::after {}
	.areaNews_link > a > b {}
	.areaNews_link > a > .icon {}
	.newsCont {
		margin-top: 35px;
	}
	.newsCont_title {
		font-size: 20px;
	}
	.newsCont_boss {
		font-size: 15px;
	}
	.newsCont_list {
		display: block;
	}
	.newsCont_list > li {
		width: auto;
		margin-top: 10px;
	}
	.newsCont_list > li:first-child {}
	.newsCont_list > li:last-child {}
	.newsCont_list > li:nth-child(2n+1) {}
	.newsCont_list > li:nth-child(n+3) {}
	.newsCont_list > li > a {
		height: 50px;
	}
	.newsCont_list > li > a[href^="tel:"] {}
	.newsCont_list > li > a::before {}
	.newsCont_list > li > a::after {}
	.newsCont_list > li > a > b {}
	.faq {}
	.faq_title {}
	.faq_title > b {}
	.faq_title > small {}
	.faq_sect {}
	.faq_headline {
		font-size: 16px;
	}
	.faq_headline::before {
		height: 45px;
	}
	.faq_mark {
		font-size: 30px;
	}
	.faq_mark-q {
		margin-right: 15px;
	}
	.faq_answer {
		padding: 10px 15px;
	}
	.faq_answer::before {}
	.faq_mark-a {
		margin-right: 15px;
	}
	.faq_text {}
	.school {
		margin-bottom: 45px;
	}
	.school_title {}
	.school_title > b {}
	.school_title > small {}
	.school_cols {
		display: block;
	}
	.school_col {
		width: auto;
	}
	.school_col-no1 {
		margin-bottom: 25px;
	}
	.school_image {
		max-width: 470px;
		margin: 0 auto;
	}
	.school_image > img {}
	.school_col-no2 {}
	.school_headline {}
	.school_text {}
	.club {
		margin-bottom: 45px;
	}
	.club_title {}
	.club_title > b {}
	.club_title > small {}
	.uniform {
		margin-bottom: 45px;
	}
	.uniform_title {}
	.uniform_title > b {}
	.uniform_title > small {}
	.uniform_text {}
	.uniform_image {
		margin-left: -10px;
		margin-right: -10px;
	}
	.uniform_image > img {}
	.history {}
	.history_title {}
	.history_title > b {}
	.history_title > small {}
	.history_table {}
	.history_table > tbody {}
	.history_table > tbody > tr {}
	.history_table > tbody > tr:first-child {}
	.history_table > tbody > tr:last-child {}
	.history_table > tbody > tr > th {
		width: auto;
		padding-right: 1em;
	}
	.history_table > tbody > tr > th:nth-child(2) {}
	.history_table > tbody > tr > td {}
	.history_link {
		margin-top: 25px;
	}
	.history_link-gallery {
		margin-top: 60px;
	}
	.history_link > a {
		height: 100px;
		padding-left: 119px;
	}
	.history_link > a > .icon {
		font-size: 20px;
	}
	.history_link > a::before {}
	.history_link > a::after {}
	.history_link > a > small {
		font-size: 17px;
	}
	.history_link > a > b {
		font-size: 19px;
	}
	.history_link_bg {
		width: 100px;
	}
	.message {
		padding-bottom: 45px;
		margin-bottom: 45px;
	}
	.message::before {
		width: 100%;
		left: -20px;
	}
	.message_cols {
		display: block;
	}
	.message_col {
		width: auto;
	}
	.message_col-no1 {}
	.message_title {
		margin-bottom: 20px;
	}
	.message_title::after {}
	.message_title > b {}
	.message_title > small {}
	.message_text {}
	.message_faceWrap {
		align-items: center;
		margin-top: 15px;
	}
	.message_face {
		width: 90px;
	}
	.message_face > img {}
	.message_name {
		font-size: 12px;
	}
	.message_name > small {}
	.message_name > b {
		font-size: 20px;
	}
	.message_col-no2 {
		margin-right: -20px;
		margin-top: 35px;
	}
	.message_image {
		width: auto;
		max-width: 400px;
		margin-left: auto;
	}
	.message_image > img {}
	.intro {
		margin-top: 50px;
	}
	.intro_title {}
	.intro_title > b {}
	.intro_title > small {}
	.intro_msg {
		text-align: left;
	}
	.intro_sect {
		margin-bottom: 45px;
	}
	.intro_cols {
		display: block;
	}
	.intro_col {
		width: auto;
	}
	.intro_col-no1 {
		margin-bottom: 25px;
	}
	.intro_text {}
	.intro_list {}
	.intro_list > li {}
	.intro_list > li:first-child {}
	.intro_list > li:last-child {}
	.intro_list > li:nth-child(2n+1) {}
	.intro_list > li:nth-child(n+3) {}
	.intro_list > li > a {}
	.intro_list > li > a::before {}
	.intro_list > li > a::after {}
	.intro_list > li > a > b {}
	.intro_col-no2 {}
	.intro_image {
		max-width: 470px;
		margin: 0 auto;
	}
	.intro_image > img {}
	.intro_cols-rev {}
	.spirit {
		margin-bottom: 45px;
	}
	.spirit_title {}
	.spirit_title > b {}
	.spirit_title > small {}
	.spirit_imageWrap {
		padding-right: 50px;
		margin-bottom: 20px;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
	}
	.spirit_headline {
		width: 60px;
	}
	.spirit_headline > img {}
	.spirit_image {}
	.spirit_image > img {}
	.spirit_text {
		text-align: left;
		margin-bottom: 1em;
	}
	.song {}
	.song_title {}
	.song_title > b {}
	.song_title > small {}
	.song_image {}
	.song_image > img {}
	.closing {
		padding-bottom: 45px;
		margin-top: 130px;
	}
	.closing_areaTitle {
		width: 249px;
		margin-bottom: -40px;
	}
	.closing_areaTitle::before {
		background-size: 20px 100%;
		height: 4px;
	}
	.closing_areaTitle::after {
		background-size: 20px 100%;
		height: 4px;
	}
	.closing_title {
		padding-top: 24px;
		padding-bottom: 23px;
	}
	.closing_title > img {
		width: 190px;
		left: 2px;
	}
	.closing_title > b {
		font-size: 16px;
		margin-top: 7px;
	}
	.closing_sect {
		margin-bottom: 45px;
	}
	.closing_cols {
		display: block;
	}
	.closing_col {
		width: auto;
	}
	.closing_col-no1 {}
	.closing_headline {}
	.closing_text {}
	.closing_col-no2 {
		margin-top: 25px;
		margin-right: auto;
	}
	.closing_slide {}
	.closing_slide_item {}
	.closing_slide_image {}
	.closing_slide_image > img {}
	.closing_slide_dots {}
	.closing_slide_dots > li {}
	.closing_slide_dots > li > button {}
	.closing_slide_dots > li.slick-active > button {}
	.messages {
		margin-bottom: 45px;
	}
	.messages_title {}
	.messages_title > b {}
	.messages_title > small {}
	.messages_list {
		margin-top: 0;
		display: block;
	}
	.messages_list > li {
		width: auto;
		margin-left: 0;
	}
	.messages_list > li:first-child {}
	.messages_list > li:last-child {}
	.messages_list > li:nth-child(2n+1) {}
	.messages_list > li:nth-child(n+2) {
		margin-top: 25px;
	}
	.messages_fig {
		max-width: 470px;
		margin-left: auto;
		margin-right: auto;
	}
	.messages_fig > img {}
	.messages_fig > figcaption {
		font-size: 16px;
		margin-top: 10px;
	}
	.messages_fig > figcaption > small {}
	.messages_fig > figcaption > b {}
	.messages_sectWrap {
		margin-top: 45px;
		display: block;
	}
	.messages_sect {
		width: auto;
		margin-left: 0;
		padding-top: 20px;
	}
	.messages_sect:nth-child(2n+1) {}
	.messages_sect:nth-child(n+2) {
		margin-top: 25px;
	}
	.messages_cols {}
	.messages_col {}
	.messages_col-no1 {}
	.messages_face {}
	.messages_face > img {}
	.messages_col-no2 {}
	.messages_name {}
	.messages_name > small {}
	.messages_name > b {}
	.messages_name::after {}
	.messages_text {}
	.special {}
	.special_title {}
	.special_title > b {}
	.special_title > small {}
	.special_sect {
		margin-bottom: 45px;
	}
	.special_sect:last-child {}
	.special_cols {
		display: block;
	}
	.special_cols-rev {}
	.special_col {
		width: auto;
	}
	.special_col-no1 {
		margin-bottom: 25px;
	}
	.special_headline {}
	.special_text {}
	.special_link {}
	.special_link > a {}
	.special_link > a::before {}
	.special_link > a::after {}
	.special_link > a > b {}
	.special_col-no2 {}
	.special_movie {}
	.special_movie > iframe {}
	.special_image {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.special_image > img {}
	.visual {
		min-height: 0;
		height: 587px;
		margin-bottom: 45px;
	}
	.visual_movie {}
	.visual_movie.isShow {}
	.visual_movie > video {}
	.visual_msg {
		font-size: 13px;
		left: 16px;
		bottom: 22px;
	}
	.visual_msg > b {
		height: 25px;
		margin-top: 5px;
	}
	.visual_msg > b::before {}
	.visual_msg > b:nth-child(2)::before {}
	.visual_msg > b:nth-child(3)::before {}
	.visual_msg > b:nth-child(4)::before {}
	.visual_msg.isShow > b::before {}
	.visual_msg > b:first-child {}
	.visual_logo {
		display: none;
	}
	.visual_title {}
	.visual_titleWrap {
		width: 275px;
		height: 142px;
		left: 17px;
		bottom: 170px;
	}
	.visual_titleWrap.isShow {}
	.visual_mask {}
	.visual_msg_text {}
	.visual_msg.isShow > b > .visual_msg_text {}
	.sectWrap {}
	.sectWrap-closing {
		padding-top: 160px;
		margin-top: -150px;
	}
	.instaVis {}
	.instaVis.isFadeOut {}
	.instaVis_scene {}
	.instaVis_scene-no1 {}
	.instaVis_scene-no2 {}
	.instaVis_scene-no2.isShow {}
	.instaVis_name {
		margin-bottom: 20px;
	}
	.instaVis_name.isShow {}
	.instaVis_name > svg {}
	.instaVis_title {
		width: 300px;
		height: 44px;
	}
	.instaVis_title_text {}
	.instaVis_title_mask {}
	.instaVis_scene_bg {}
	.instaVis_scene_bg::before {}
	.instaVis_scene_bg.isShow {}
	.instaVis_logo {}
	.instaVis_logo.isShow {}
	.instaVis_logo > img {}
	.thanks {}
	.thanks_cols {}
	.thanks_col {}
	.thanks_col-no1 {
		width: 69px;
	}
	.thanks_title {
		width: 20px;
	}
	.thanks_title > img {}
	.thanks_col-no2 {
		width: calc(100% - 219px);
	}
	.thanks_col-no3 {
		width: 150px;
	}
	.thanks_logo {
		width: 110px;
	}
	.thanks_logo > img {}
	.thanks_link {}
	.thanks_link > a {}
	.thanks_link > a::before {}
	.thanks_link > a::after {}
	.thanks_link > a > b {}
	.thanks_link > a > svg {}
	.thanks_insta {
		right: 0;
	}
	.thanks_insta > a {}
	.thanks_insta > a::before {}
	.thanks_insta_inner {}
	.thanks_insta > a::after {}
	.thanks_headline {}
	.thanks_headline > img {}
	.thanks_insta_text {}
	.thanks_insta_fukidashi {}
	.thanks_insta_fukidashi::before {}
	.insta {}
	.insta_col {
		width: 100%;
	}
	.insta_col-large {}
	.insta_col:nth-child(2) {
		display: none;
	}
	.visual_logoWrap {
		display: none;
	}
	.visual_logoWrap > a {}
	.visual_logoWrap > a::before {}
	.visual_logoWrap > a::after {}
	.visual_logo {}
	.song_audio {}
	.song_audio > audio {}
	.club_list {
		margin-top: 20px;
	}
	.club_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.club_list > li:first-child {}
	.club_list > li:last-child {}
	.club_list > li:nth-child(4n+1) {
		margin-left: 2%;
	}
	.club_list > li:nth-child(3n+1) {
		margin-left: 2%;
	}
	.club_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.club_list > li:nth-child(n+3) {
		margin-top: 20px;
	}
	.club_fig {}
	.club_fig > img {}
	.club_fig > figcaption {}
	.galleryList {}
	.galleryList > li {
		width: 48.5%;
		margin-left: 3%;
	}
	.galleryList > li:first-child {}
	.galleryList > li:last-child {}
	.galleryList > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.galleryList > li:nth-child(n+3) {
		margin-top: 3%;
	}
	.galleryList > li > a {}
	.galleryList > li > a::before {}
	.galleryList > li > a::after {}
	.galleryList_image {}
	.galleryListWrap {}
	.galery {
		margin-bottom: 45px;
	}
	.galery_title {}
	.galery_title > b {}
	.galery_title > small {}
	.galery_link {
		margin-top: 25px;
	}
	.galery_link > a {}
	.galery_link > a::before {}
	.galery_link > a::after {}
	.galery_link > a > b {}
}
@media screen and (max-width:374px) {
	.visual_msg {
		font-size: 11px;
	}
}

/*追加*/
.addition {border: 5px solid #00ACD5; margin: 0 auto 98px;}
.addition p {
	text-align: center;
	padding: 2.5rem;
	font-weight: bold;
	font-size: 18px;
	color: #00ACD5;
}
@media screen and (max-width: 767px){
.addition p {
		font-size: 14px;
		padding: 1.5rem;
	}
.addition {
    margin-bottom: 45px;
}
}

@media screen and (max-width:1060px) {
	.sp-none {
		display: none;
	}
}