<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

:root {
	--white: #FFFFFF;
	--text: #333333;
	--main: #2193DE;
	--accent1: #FFA201;
	--accent2: #FAF33F;
	--mv-bg: #30B5E8;
	--bg-blue: #E4F2FC;

}

html, body {
  min-height: 100%;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	color: var(--text1);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	background-color: var(--white);
}

.sp-only {
	display: none;
}

span {
	display: inline-block;
}

a {
	transition: opacity .5s;
}

a:hover {
	opacity: .5;
}


/*========================================
		layout
=========================================*/

.page-wrap {
	width: 100%;
	max-width: 2000px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.content-wrap {
	flex: 1;
}

.inner {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sp-cta {
	display: none;
}


/*========================================
		slider
=========================================*/

.swiper-wrap {
	z-index: 1;
	position: relative;
}

.swiper {
	width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	outline: none;
}


/*========================================
		common-heading
=========================================*/

h1 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
}

.h2-wrap {
	height: 142px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}

h2 {
	color: var(--white);
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.44;
	text-align: center;
	white-space: nowrap;
}

.reason h3,
.about h3 {
	color: var(--main);
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.45;
}

.about .h3-sub {
	color: var(--main);
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .015em;
	line-height: 1.66;
}



/*========================================
		btn
=========================================*/

.cta-btn {
	color: var(--white);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.44;
	background-color: #186EE0;
	border-radius: 30px;
	padding: 13px 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.cta-btn .mail {
	width: 23px;
	height: 23px;
	margin-right: 5px;
}


/*========================================
		header
=========================================*/

header {
	width: 100%;
	max-width: 2000px;
	background-color: rgba(48,181,232,.8);
	position: fixed;
	top: 0;
	z-index: 8;
}

header .header-inner {
	color: var(--white);
	width: 95%;
	max-width: 1220px;
	margin: 24px auto 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo-wrap .logo {
	width: 143px;
	height: auto;
}

header .text-wrap {
	margin-left: 10px;
}

header .text-wrap p {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.42;
}

header .gnav-pc-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

header .contact-wrap {
	display: flex;
	align-items: center;
}

header .tel-wrap {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.42;
}

header .tel-wrap .item {
	display: flex;
	align-items: center;
}

header .tel-wrap .item:not(:first-child) {
	margin-top: 9px;
}

header .tel-white {
	width: 15px;
	height: auto;
	margin: 0 6px 2px 15px;
}

header .cta-btn {
	margin-left: 50px;
}

header .gnav-pc {
	display: flex;
	margin-top: 16px;
	margin-right: -20px;
}

header .gnav-pc a {
	font-weight: 500;
	letter-spacing: .015em;
	line-height: 1.44;
	display: block;
	padding: 5px 20px;
}


/*========================================
		mainvisual
=========================================*/

.mainvisual {
	background-color: var(--mv-bg);
	padding-top: calc(142px + 28px);
	position: relative;
}

.mainvisual .mv-inner {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-end;
}

.mainvisual .item {
	width: 92.3%;
	max-width: 1330px;
	display: grid;
	grid-template-columns: 44.3% 1fr;
}

.mainvisual .text-wrap {
	margin-top: 23px;
	position: relative;
}

.mainvisual .text-wrap::before {
	content: url(../images/mv-bg-motif1.svg);
	position: absolute;
	top: -37px;
	left: -102px;
}

.mainvisual .text-wrap::after {
	content: url(../images/mv-bg-motif2.svg);
	position: absolute;
	top: 42%;
	right: -8px;
}

.mainvisual .copy {
	width: 73%;
	height: auto;
}

.mainvisual .copy2 {
	width: 84.4%;
	height: auto;
	margin-top: 20px;
}

.mainvisual .copy3 {
	width: 100%;
	height: auto;
}

.mainvisual .mv-cta {
	margin-top: 33px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mainvisual .experience {
	width: 46.6%;
	height: auto;
}

.mainvisual .kids-swimming {
	width: 55.3%;
	height: auto;
	margin-top: 3px;
}

.mainvisual .price-text {
	width: 34%;
	height: auto;
	margin-top: 16px;
}

.mainvisual .btn-wrap {
	text-align: center;
	margin-top: 32px;
}

.mainvisual .mv-btn {
	width: 56.7%;
	height: auto;
}

.mainvisual .photo {
	width: 100%;
	height: auto;
}

.mainvisual::after {
	content: "";
	width: 100%;
	height: 142px;
	background: url(../images/mv-wave.png) no-repeat center bottom;
	background-size: auto 100%;
	transform: translateY(100%);
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: -1;
}


/*========================================
		campaign
=========================================*/

.campaign {
	background-color: var(--white);
	margin-top: 142px;
	position: relative;
}

.campaign .inner {
	width: 100%;
	overflow: hidden;
}

.campaign .wrap1 {
	width: 69.4%;
	max-width: 1000px;
	display: inline-block;
	margin: calc(160px - 30px) 0 290px;
	position: relative;
	z-index: 1;
}

.campaign .wrap2 {
	width: 100%;
	position: relative;
}

.campaign .banner {
	width: 100%;
	height: auto;
}

.campaign .wrap1::before {
	content: url(../images/campaign-bg-motif1.svg);
	position: absolute;
	top: 73px;
	left: -220px;
	z-index: -1;
}

.campaign .wrap2::before {
	content: url(../images/campaign-bg-motif2.svg);
	position: absolute;
	top: 0;
	right: -220px;
	z-index: -1;
}

.campaign .wrap1::after {
	content: url(../images/campaign-bg-motif3.svg);
	position: absolute;
	bottom: -170px;
	left: 187px;
	z-index: -1;
}

.campaign .wrap2::after {
	content: url(../images/campaign-bg-motif4.svg);
	position: absolute;
	bottom: -140px;
	right: -185px;
	z-index: -1;
}

.campaign::after {
	content: "";
	width: 100%;
	height: 199px;
	background: url(../images/campaign-wave.png) no-repeat center bottom;
	background-size: auto 100%;
	transform: translateY(100%);
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 1;
}


/*========================================
		reason
=========================================*/

.reason {
	background-color: var(--bg-blue);
	padding: calc(199px + 100px) 0 284px;
	position: relative;
	overflow: hidden;
}

.reason .h2-wrap {
	background-image: url(../images/reason-title-bg.png);
	width: 889px;
}

.reason .h2-wrap::before {
	content: "";
	background: url(../images/reason-title-motif1.svg) no-repeat;
	background-size: contain;
	width: 160px;
	height: 201px;
	position: absolute;
	top: 21px;
	left: calc(-160px - 50px);
}

.reason .h2-wrap::after {
	content: "";
	background: url(../images/reason-title-motif2.svg) no-repeat;
	background-size: contain;
	width: 215px;
	height: 240px;
	position: absolute;
	top: -180px;
	right: -224px;
}

.reason .item-wrap {
	width: 1000px;
	margin: 80px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 64px;
	grid-row-gap: 62px;
}

.reason .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reason .item img {
	width: 100%;
	height: auto;
}

.reason .item h3 {
	margin-top: 15px;
}

.reason .item p {
	font-weight: 500;
	letter-spacing: .015em;
	line-height: 1.66;
	width: 360px;
	margin-top: 10px;
}

.reason::after {
	content: "";
	width: 100%;
	height: 199px;
	background: url(../images/campaign-wave.png) no-repeat center bottom;
	background-size: auto 100%;
	transform: rotate(180deg);
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
}


/*========================================
		about
=========================================*/

.about {
	background-color: var(--white);
	padding: 248px 0 103px;
	position: relative;
	overflow: hidden;
}

.about .h2-wrap {
	background-image: url(../images/about-title-bg.png);
	width: 675px;
}

.about .inner {
	position: relative;
	z-index: 1;
}

.about .h2-wrap::before {
	content: "";
	background: url(../images/about-title-motif.svg) no-repeat;
	background-size: contain;
	width: 320px;
	height: 320px;
	position: absolute;
	top: -100px;
	left: -321px;
}

.about .h2-wrap::after {
	content: "";
	background: url(../images/about-title-motif.svg) no-repeat;
	background-size: contain;
	width: 320px;
	height: 320px;
	transform: scale(-1, 1);
	position: absolute;
	top: -100px;
	right: -321px;
}

.about .item-wrap {
	width: 95%;
	max-width: 1220px;
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 37px;
	grid-row-gap: 72px;
	position: relative;
}

.about .item {
	background-color: var(--white);
	border-radius: 50px;
	box-shadow: 0 3px 20px rgba(0,0,0,.16);
	width: 100%;
	padding: 36px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about .item img {
	width: 293px;
	height: auto;
}

.about .item h3 {
	margin-top: 11px;
}

.about .item .text {
	font-weight: 500;
	letter-spacing: .015em;
	line-height: 1.66;
	margin-top: 15px;
}

.about .bg-motif3 {
	position: relative;
}

.about .item-wrap::before {
	content: "";
	background: url(../images/about-bg-motif1.svg) no-repeat;
	background-size: contain;
	width: 220px;
	height: 215px;
	position: absolute;
	right: -110px;
	top: -64px;
	z-index: -1;
}

.about .item-wrap::after {
	content: "";
	background: url(../images/about-bg-motif2.svg) no-repeat;
	background-size: contain;
	width: 254px;
	height: 256px;
	position: absolute;
	left: -110px;
	top: 380px;
	z-index: -1;
}

.about .bg-motif3::after {
	content: "";
	background: url(../images/about-bg-motif3.svg) no-repeat;
	background-size: contain;
	width: 262px;
	height: 338px;
	position: absolute;
	right: -110px;
	bottom: -55px;
	z-index: -1;
}


/*========================================
		price
=========================================*/

.price {
	background-color: var(--white);
	padding: 103px 0 145px;
}

.price .h2-wrap {
	background-image: url(../images/price-title-bg.png);
	width: 336px;
}

.price .price-list {
	width: 95%;
	max-width: 1000px;
	height: auto;
	margin-top: 80px;
}


/*========================================
		schedule
=========================================*/

.schedule {
	background-color: var(--white);
	padding: 145px 0 125px;
	position: relative;
}

.schedule .h2-wrap {
	background-image: url(../images/schedule-title-bg.png);
	width: 540px;
}

.schedule .h2-wrap::after {
	content: "";
	background: url(../images/schedule-title-motif.svg) no-repeat;
	background-size: contain;
	width: 306px;
	height: 229px;
	position: absolute;
	top: -40px;
	right: calc(-306px - 34px);
}

.schedule .swiper-wrap {
	width: 95%;
	max-width: 1000px;
	margin-top: 80px;
}

.schedule .swiper-slide .title {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.44;
	text-align: center;
}

.schedule .swiper-slide .schedule-img {
	width: 100%;
	height: auto;
	margin-top: 44px;
}

.schedule .swiper-button-prev:after {
  content: url(../images/slider-prev.svg);
	transform: translate(-100%, 0);
	position: absolute;
	left: -23px;
}

.schedule .swiper-button-next:after {
	content: url(../images/slider-next.svg);
	transform: translate(100%, 0);
	position: absolute;
	right: -23px;
}


/*========================================
		voice
=========================================*/

.voice {
	background-color: var(--white);
	padding: 125px 0 150px;
	position: relative;
}

.voice .h2-wrap {
	background-image: url(../images/voice-title-bg.png);
	width: 336px;
}

.voice .h2-wrap::before {
	content: "";
	background: url(../images/voice-title-motif.svg) no-repeat;
	background-size: contain;
	width: 303px;
	height: 154px;
	position: absolute;
	top: 0;
	left: -321px;
}

.voice .item-wrap {
	width: 95%;
	max-width: 1000px;
	margin-top: 80px;
	display: grid;
	grid-template-columns: 100%;
	grid-row-gap: 126px;
}

.voice .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.voice .text-wrap {
	width: 610px;
	background-color: var(--bg-blue);
	border-radius: 50px;
	box-shadow: 0 1px 10px rgba(0,0,0,.16);
	padding: 50px 32px 50px 50px;
	position: relative;
}

.voice .voice2 {
	order: 2;
}

.voice .text-wrap .title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
}

.voice .text-wrap .content {
	letter-spacing: .015em;
	line-height: 2.22;
	width: 503px;
	margin-top: 20px;
}

.voice .voice1::after {
	content: url(../images/voice-triangle.svg);
	position: absolute;
	top: 212px;
	right: -84px;
	z-index: 1;
}

.voice .voice2::after {
	content: url(../images/voice-triangle.svg);
	transform: scale(-1, 1);
	position: absolute;
	top: 240px;
	left: -86px;
	z-index: 1;
}

.voice .img-wrap {
	text-align: center;
}

.voice .img1 {
	width: 290px;
	height: auto;
}

.voice .img2 {
	width: 247px;
	height: auto;
}

.voice .name {
	color: var(--accent1);
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.45;
}

.voice::after {
	content: "";
	width: 100%;
	height: 379px;
	background: url(../images/voice-wave.png) no-repeat center bottom;
	background-size: auto 100%;
	transform: translateY(100%);
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: 1;
}


/*========================================
		school
=========================================*/

.school {
	background-color: var(--bg-blue);
	padding: calc(379px + 40px) 0 316px;
	position: relative;
}

.school .h2-wrap {
	background-image: url(../images/school-title-bg.png);
	width: 779px;
}

.school .h2-wrap::before {
	content: "";
	background: url(../images/school-bg-motif1.svg) no-repeat;
	background-size: contain;
	width: 213px;
	height: 178px;
	position: absolute;
	right: -217px;
	top: -217px;
}

.school .item-wrap {
	width: 95%;
	max-width: 1000px;
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(2, 420px);
	grid-row-gap: 70px;
	justify-content: space-between;
	position: relative;
}

.school .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.school .item-large {
	grid-column: 1 / 3;
}

.school .item-title {
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.44;
}

.school .top-large {
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.school .item-top .img-large {
	width: 446px;
	height: auto;
}

.school .item-top .pc-only.img-small {
	width: 100%;
	height: auto;
	display: inline-block;
}

.school .map {
	width: 483px;
	height: 393px;
	border-radius: 30px;
}

.school .info {
	background-color: var(--white);
	border: 10px solid var(--main);
	border-radius: 20px;
	margin: 40px auto 0;
}

.school .info-large {
	padding: 50px 34px;
	display: inline-flex;
	align-items: flex-start;
}

.school .info-small {
	width: 100%;
	height: 377px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.school .adress,
.school .tel {
	font-size: 2.4rem;
	letter-spacing: 0;
	line-height: 1.66;
}

.school .info-small .adress-wrap  {
	text-align: center;
}

.school .tel {
	margin-top: 6px;
	display: inline-flex;
	align-items: center;
}

.school .info-small .tel {
	margin-top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.school .tel-black {
	width: 25px;
	height: auto;
	margin-top: 3px;
	margin-right: 5px;
}

.school .open-wrap {
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-left: 25px;
	display: grid;
	grid-template-columns: 170px 1fr;
	grid-column-gap: 2px;
	grid-row-gap: 12px;
}

.school .info-small .open-wrap {
	margin-top: 22px;
	margin-left: 0;
}

.school .open-wrap .title {
	font-weight: 700;
	line-height: 1.5;
	grid-column: 1 / 3;
}

.school .info-small .open-wrap .title {
	text-align: center;
}

.school .open-wrap .day,
.school .open-wrap .time {
	line-height: 1;
}

.school .open-wrap .day {
	grid-column: 1 / 2;
}

.school .open-wrap .time {
	text-align: center;
	grid-column: 2 / 3;
}

.school .item-wrap::after {
	content: url(../images/school-bg-motif2.svg);
	position: absolute;
	left: -110px;
	bottom: -251px;
}

.school::after {
	content: "";
	width: 100%;
	height: 382px;
	background: url(../images/school-wave.png) no-repeat center bottom;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}


/*========================================
		question
=========================================*/

.question {
	background-color: var(--white);
	padding: 150px 0 75px;
	position: relative;
	overflow: hidden;
}

.question .h2-wrap {
	background-image: url(../images/question-title-bg.png);
	width: 467px;
}

.question .item-wrap {
	width: 95%;
	max-width: 1000px;
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

.question .accordion-area {
	width: 100%;
	position: relative;
}

.question .accordion-area li {
	font-size: 2.4rem;
	letter-spacing: .015em;
	line-height: 1.45;
  width: 100%;
  background-color: var(--white);
	border: 3px solid var(--main);
  border-radius: 30px;
  margin: 0 auto;
}

.question .accordion-area li:not(:last-of-type) {
  margin-bottom: 47px;
}

.question .question-title-wrap {
	padding: 40px 6%;
  cursor: pointer;
	position: relative;
}

.question .question-title {
  text-align: center;
  position: relative;
}

.question .question-title-wrap::before {
	content: "";
	background: url(../images/question-q.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 36px;
	transform: translate(0, -50%);
  position: absolute;
	left: 6%;
	top: 50%;
}

.question .question-title::before,
.question .question-title::after{
  content:'';
  background-color: var(--accent1);
  width: 28px;
  height: 4px;
  transform: translate(0, -50%);
	position: absolute;
	right: 15px;
	pointer-events: none;
}

.question .question-title::before{
	top: 50%;
  transition: background-color .5s;
}

.question .question-title::after{
  transform: rotate(-90deg);
	top: 49%;
  transition: transform .5s;
}

.question-title-wrap.close .question-title::before{
	background-color: transparent;
}

.question-title-wrap.close .question-title::after{
	transform: rotate(-180deg);
}

.question .box {
	width: 88%;
	border-top: 2px solid #D0D0D0;
  padding: 48px 30px 48px 0;
  margin: 0 auto;
  display: none;
	position: relative;
}

.question .box-inner {
	display: flex;
	align-items: flex-start;
}

.question .box-inner img {
	width: 30px;
	height: auto;
	margin-right: 35px;
}

.question .accordion-area::before {
	content: "";
	background: url(../images/question-bg-motif1.svg) no-repeat;
	background-size: contain;
	width: 271px;
	height: 266px;
	position: absolute;
	top: 22px;
	right: -220px;
	z-index: -1;
}

.question .accordion-area::after {
	content: "";
	background: url(../images/question-bg-motif2.svg) no-repeat;
	background-size: contain;
	width: 296px;
	height: 309px;
	position: absolute;
	top: 320px;
	left: -220px;
	z-index: -1;
}

.question .item-wrap::after {
	content: "";
	background: url(../images/question-bg-motif3.svg) no-repeat;
	background-size: contain;
	width: 302px;
	height: 350px;
	position: absolute;
	top: 845px;
	right: -220px;
	z-index: -1;
}


/*========================================
		contact
=========================================*/

.contact {
	background-color: var(--white);
	padding: 75px 0 150px;
	position: relative;
}

.contact .h2-wrap {
	background-image: url(../images/contact-title-bg.png);
	width: 740px;
}

.mw_wp_form {
	width: 95%;
	max-width: 1000px;
}

.form-table {
	letter-spacing: .015em;
	line-height: 1.44;
	width: 100%;
	margin-top: 80px;
	display: grid;
	grid-template-columns: 1fr 77.5%;
	grid-row-gap: 86px;
}

.form-table .label-wrap {
	position: relative;
}

.form-table .label-wrap p {
	display: inline-block;
}

.form-table .required {
	position: relative;
}

.form-table .required::before {
	content: "（必須）";
	color: var(--main);
	white-space: nowrap;
	transform: translate(100%, 0);
	position: absolute;
	right: 0;
	top: 0;
}

.form-table .input,
.form-table .select,
.form-table .textarea {
	background-color: #F5F5F5;
	width: 100%;
	padding: 24px 18px;
}

.form-table .input,
.form-table .select {
	height: 75px;
}

.form-table .select-wrap {
	width: 387px;
	position: relative;
}

.form-table .select-wrap::after {
	content: "";
	background: url(../images/contact-select-arrow.svg) no-repeat;
	background-size: contain;
	width: 34px;
	height: 23px;
	transform: translate(0, -50%);
	position: absolute;
	left: 327px;
	top: 53%;
	pointer-events: none;
}

.form-table .select {
	width: 100%;
	cursor: pointer;
}

.form-table .textarea {
	height: 330px;
}

.form-btn-wrap {
	margin-top: 60px;
	text-align: center;
}

.form-btn {
	color: var(--white);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .015em;
	background-color: var(--main);
	border-radius: 50px;
	padding: 28px 103px;
	transition: opacity .5s;
}

.form-btn:hover {
	opacity: .5;
}

/*- placeholder -*/
.form-table ::placeholder {
	color: #A0A0A0;
}

.mw_wp_form .error {
	font-size: 1.5rem !important;
	position: absolute;
	top: 30px;
	white-space: nowrap;
}


/*========================================
		contact - complete
=========================================*/

.complete {
	padding: 120px 0 100px;
	text-align: center;
	line-height: 1.7;
}

.complete .inner {
	width: 90%;
}

.complete .title {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 50px;
}

.complete .cta-btn {
	margin-top: 70px;
	padding: 13px 70px;
}


/*========================================
		footer
=========================================*/

footer {
	width: 100%;
	max-width: 2000px;
	background-color: #BBDFF7;
	padding-bottom: 30px;
	margin: 194px auto 0;
	position: relative;
}

footer::before {
	content: "";
	width: 100%;
	height: 194px;
	background: url(../images/footer-wave.png) no-repeat center bottom;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: -193px;
	z-index: 1;
}


footer .footer-inner {
	width: 95%;
	max-width: 1220px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .footer-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

footer .logo-wrap {
	display: flex;
	align-items: flex-end;
}

footer .logo-wrap .logo {
	width: 174px;
	height: auto;
}

footer .logo-wrap .text-wrap {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
  line-height: 1.71;
	margin-bottom: 2px;
}

footer .logo-wrap .name {
	font-size: 2rem;
	margin-top: -3px;
}

footer .footer-gnav {
	font-weight: 500;
	letter-spacing: .015em;
	line-height: 1.44;
	display: flex;
	align-items: center;
}

footer .footer-ul-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

footer .footer-ul {
	display: flex;
}

footer .footer-ul-wrap a {
	padding: 5px 10px;
	display: block;
}

footer .gnav-pc-sub {
	margin-top: 5px;
}

footer .cta-btn {
	margin-left: 10px;
}

footer .footer-bottom {
	display: flex;
	margin-top: 44px;
}

footer .footer-bottom .item:not(:first-of-type) {
	margin-left: 116px;
}

footer .footer-bottom .school-name {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
}

footer .footer-bottom .tel {
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.71;
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
}

footer .footer-bottom .tel-black {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-right: 3px;
}

footer .open {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 130px 130px;
	grid-column-gap: 5px;
	grid-row-gap: 8px;
}

footer .open .title {
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.72;
	margin-bottom: -5px;
	grid-column: 1 / 3;
}

footer .open .day,
footer .open .time {
	letter-spacing: 0;
	line-height: 1.11;
}

footer .open .day {
	grid-column: 1 / 2;
}

footer .open .time {
	text-align: center;
	grid-column: 2 / 3;
}


/*========================================
		follow-area
=========================================*/

.pc-follow {
	position: fixed;
	right: 0;
	bottom: 10vh;
	z-index: 50;
	opacity: 0;
	transform: translateX(100%);
}

.pc-follow a {
	display: block;
}

.pc-follow img {
	width: 7vw;
	max-width: 155px;
	height: auto;
}

.pc-follow.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
	from {
		opacity: 0;
	transform: translateX(100%);
	}
	to {
		opacity: 1;
	transform: translateX(0);
	}
}

.pc-follow.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
	from {
		opacity: 1;
	transform: translateX(0);
	}
	to {
		opacity: 1;
	transform: translateX(100%);
	}
}
</pre></body></html>