@charset "UTF-8";

/*--PC-----------------------------------*/

@media screen and (min-width: 737px) {
	
.no-pc {
	display: none !important;
}

.delay-02-pc { transition-delay: 0.4s !important;}
.delay-03-pc { transition-delay: 0.8s !important;}
.delay-04-pc { transition-delay: 1.2s !important;}
.delay-05-pc { transition-delay: 1.6s !important;}
.delay-06-pc { transition-delay: 2.0s !important;}

.anker {
	display: block;
	margin-top: -140px;
    padding-top: 140px;
}
.anker-mt {
	display: block;
	margin-top: -170px;
    padding-top: 170px;
}

main {
}

body {
	font-family: var(--marugo);
	color: #333;
	font-size: 16px;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 0;
	z-index: 999;
}
header .outer {
	max-width: 1044px;
	height: 80px;
	background: #FFF;
	margin: 0 auto;
	border-radius: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
header .outer h1 {
	float: left;
	margin-left: 32px;
	margin-top: 16px;
}
header .outer h1 img {
	height: 48px;
	width: auto;
}
header .outer p.bt-contact {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
header .outer p.bt-contact a {
	display: block;
	background-color: var(--pink);
	border-radius: 20px;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 176px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
	letter-spacing: 0.05em;
	line-height: 0;
}
header .outer p.bt-contact a span.icon img {
	height: 16px;
	width: auto;
}
header .outer p.bt-nav {
	float: right;
	margin-right: 32px;
	margin-top: 20px;
	cursor: pointer;
}
header .outer p.bt-nav img {
	height: 40px;
	width: auto;
}
header nav {
	position: absolute;
	top: 0;
	right: -426px;
	width: 426px;
	background: var(--pink);
	border-radius: 0 0 0 30px;
	box-sizing: border-box;
	padding: 74px 0 50px 80px;
	transition: all 0.6s;
}
header nav.active {
	right: 0;
}
header nav p.close {
	width: 42px;
	position: absolute;
	top: 34px;
	right: 50px;
	cursor: pointer;
}
header nav ul {
	margin-top: 10px;
}
header nav ul li {
	list-style: none;
	margin-bottom: 16px;
}
header nav ul li:last-of-type {
	margin-bottom: 0;
}
header nav ul li a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
header nav ul li a::before {
	content: "\025b6";
	margin-right: 10px;
}

#home #sec01 {
	box-sizing: border-box;
	padding: 0 20px 10%;
	background-color: var(--beige);
	background-image: url(img/home/bg-b-beige.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}
#home .home-top {
	max-width: 1044px;
	margin: 120px auto 0;
	position: relative;
}
#home .home-top .slider {
	position: relative;
}
#home .home-top .slider img {
	width: 100%;
	height: auto;
}
#home .home-top p {
	font-size: 28px;
	font-weight: 800;
	color: #FFF;
	background: url(img/base/bg-mbl-blue.jpg);
	position: absolute;
	padding: 0 10px;
	letter-spacing: 0.1em;
}
#home .home-top p.text01 {
	top: 90px;
}
#home .home-top p.text02 {
	top: 148px;
}
#home .home-top .bt-entrance {
	position: absolute;
	bottom: -40px;
	right: 0;
	line-height: 0;
}
#home .home-top .bt-entrance img {
	width: 148px;
	height: auto;
}
#home #sec01 p.lead {
	text-align: center;
	line-height: 250%;
	letter-spacing: 0.05em;
	margin-top: 30px;
	font-weight: 700;
}
#home #sec01 p.bt-aboutus {
	width: 272px;
	margin: 30px auto 0;
}
#home #sec01 p.bt-aboutus a {
	display: block;
	width: 272px;
	height: 72px;
	color: #FFF;
	text-decoration: none;
	background-color: var(--pink);
	border-radius: 36px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
	letter-spacing: 0.05em;
	line-height: 0;
}
#home #sec01 p.bt-aboutus a span.icon {
	width: 54px;
}
#home #sec01 p.bt-aboutus a span.icon img {
	height: 44px;
	width: auto;
}
#home #sec01 p.bt-aboutus a span.arow {
	text-align: right;
	margin-left: auto;
}
#home #sec01 p.bt-aboutus a span.arow img {
	height: 32px;
	width: auto;
}
#home #sec01 ul.bn {
	max-width: 867px;
	margin: 60px auto 0;
}
#home #sec01 ul.bn li {
	list-style: none;
	margin-top: 40px;
}

#home #sec02 {
	max-width: 1044px;
	margin: 0 auto;
	padding: 40px 20px 0;
}
#home #sec02 h2 {
	font-size: 26px;
	color: var(--pink);
	font-weight: 800;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.1em;
	line-height: 0;
}
#home #sec02 h2::before {
	content: url(img/home/i-news.png);
	margin-right: 16px;
}
#home #sec02 .outer {
	display: flex;
	justify-content: start;
	margin-top: 30px;
}
#home #sec02 .outer figure {
	margin-right: 20px;
}
#home #sec02 .outer ul {
	flex-grow: 1;
}
#home #sec02 .outer ul li {
	list-style: none;
	margin-top: 20px;
	font-weight: 700;
}
#home #sec02 .outer ul li:first-of-type {
	margin-top: 0;
}
#home #sec02 .outer ul li a {
	list-style: none;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	color: #333;
	text-decoration: none;
	border-bottom: 2px dotted #999;
	padding-bottom: 10px;
}
#home #sec02 .outer ul li a span.date {
	margin-right: 10px;
}
#home #sec02 .outer ul li a span.cate {
	width: 116px;
	text-align: center;
	margin-right: 10px;
	color: #FFF;
	letter-spacing: 0.25em;
}
#home #sec02 .outer ul li a span.cate.info {
	background-color: var(--blue);
}
#home #sec02 .outer ul li a span.cate.stdnt-recruit {
	background-color: var(--green);
}
#home #sec02 .outer ul li a span.cate.event {
	background-color: var(--orange);
}
#home #sec02 p.bt-news {
	width: 272px;
	margin: 30px auto 0;
}
#home #sec02 p.bt-news a {
	display: block;
	width: 272px;
	height: 72px;
	color: #FFF;
	text-decoration: none;
	background-color: var(--pink);
	border-radius: 36px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 20px;
	letter-spacing: 0.05em;
	line-height: 0;
}
#home #sec02 p.bt-news a span.icon {
	width: 54px;
}
#home #sec02 p.bt-news a span.icon img {
	height: 48px;
	width: auto;
}
#home #sec02 p.bt-news a span.arow {
	text-align: right;
	margin-left: auto;
}
#home #sec02 p.bt-news a span.arow img {
	height: 32px;
	width: auto;
}

#home #sec03 {
	padding: 120px 20px 80px;
}
#home #sec03 .outer {
	max-width: 1044px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#home #sec03 .outer .inner {
	width: 30%;
}
#home #sec03 .outer .inner h2 {
	height: 58px;
	border-radius: 29px;
	display: inline-flex;
	align-items: center;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.25em;
	color: var(--pink);
	background: #FFF;
	border: 1px solid var(--pink);
	padding: 0 20px;
	position: relative;
	line-height: 0;
}
#home #sec03 .outer .inner h2 span.icon {
	margin-right: 10px;
}
#home #sec03 .outer .inner h2 span.educational img {
	height: 36px;
	width: auto;
}
#home #sec03 .outer .inner h2 span.oneday img {
	height: 36px;
	width: auto;
}
#home #sec03 .outer .inner h2 span.season img {
	height: 32px;
	width: auto;
}
#home #sec03 .outer .inner h2 span.title {
	flex-grow: 0;
}
#home #sec03 .outer .inner figure {
	margin-top: -29px;
	position: relative;
	z-index: -1;
}
#home #sec03 .outer .inner figure img {
	border-radius: 25%;
}
#home #sec03 .outer .inner p.bt {
	width: 194px;
	margin-top: -25px;
	position: relative;
	float: right;
}
#home #sec03 .outer .inner p.bt a {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
	text-decoration: none;
	background: var(--pink);
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 0;
}
#home #sec03 .outer .inner p.bt a span img {
	height: 32px;
	width: auto;
}
#home #sec03 .outer .inner p.text {
	clear: both;
	padding-top: 20px;
}

#home #sec04 {
	box-sizing: border-box;
	padding: 8% 20px;
	background-color: var(--lgreen);
	background-image: url(img/home/bg-t-green.jpg), url(img/home/bg-b-green.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center, bottom center;
	overflow: hidden;
}
#home #sec04 h2 {
	width: 420px;
	height: 165px;
	margin: 0 auto;
	background-image: url(img/home/bg-for-parents.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	text-align: center;
	letter-spacing: 0.1em
}
#home #sec04 figure.title {
	margin: -100px auto 0;
	text-align: center;
	max-width: 1044px;
}
#home #sec04 figure.title img {
	border-radius: 40px;
}
#home #sec04 .outer {
	max-width: 1044px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#home #sec04 .outer .inner {
	width: 30%;
	margin-top: 40px;
}
#home #sec04 .outer .inner .bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	padding: 15px;
	border-radius: 20px;
	position: relative;
}
#home #sec04 .outer .inner .bt figure.photo {
	width: 110px;
}
#home #sec04 .outer .inner .bt figure.photo img {
	border-radius: 15px;
}
#home #sec04 .outer .inner .bt p {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--pink);
}
#home #sec04 .outer .inner .bt figure.arow {
	margin-top: auto;
	line-height: 0;
}
#home #sec04 .outer .inner .bt figure.arow img {
	width: 25px;
	height: auto;
}
#home #sec04 .outer .inner .bt a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home #sec04 .outer .inner p.text {
	margin-top: 1em;
}

#home .bn-box {
	padding: 80px 20px 120px;
}
#home .bn-box p.bn {
	max-width: 690px;
	margin: 0 auto;
}
#home .bn-box p.bn:nth-of-type(2) {
	margin-top: 40px;
}

footer {
	background-image: url(img/base/bg-copy.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	position: relative;
	padding-bottom: 8%;
}
footer .outer {
	max-width: 1044px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .outer .text-box {
	max-width: 372px;
}
footer .outer .text-box .logo-box {
	position: relative;
}
footer .outer .text-box p.logo01 {
	width: 194px;
}
footer .outer .text-box p.logo02 {
	width: 372px;
	margin-top: 10px;
}
footer .outer .text-box .logo-box a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
footer .outer .text-box p.add {
	margin-top: 30px;
	font-weight: 400;
	line-height: 200%;
}
footer .outer nav {
	width: 550px;
	display: flex;
	justify-content: space-between;
}
footer .outer nav ul {
	margin-top: 10px;
}
footer .outer nav ul li {
	list-style: none;
	margin-bottom: 24px;
	font-weight: 700;
}
footer .outer nav ul li:last-of-type {
	margin-bottom: 0;
}
footer .outer nav ul li a {
	color: var(--pink);
	text-decoration: none;
}
footer .outer nav ul li a::before {
	content: "\025b6";
	margin-right: 10px;
}
footer p.copy {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

main.cont .cont-top {
	width: 100%;
	position: relative;
}
main.cont .cont-top .h2-box {
	background: url(img/base-cont/top-bg.png) no-repeat;
	width: 387px;
	height: 195px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
main.cont .cont-top .h2-box p.en {
	background: url(img/base-cont/top-en-bg.png) no-repeat;
	width: 167px;
	height: 31px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
main.cont .cont-top .h2-box h2 {
	color: var(--pink);
	font-size: 40px;
	font-weight: 700;
	margin-top: 16px;
}

main.cont .cont-sec01 {
	max-width: 1044px;
	margin: 80px auto;
	background-image: url(img/base-cont/top-flag-l.png), url(img/base-cont/top-flag-r.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left top, right top;
	padding: 0 20px;
	overflow: hidden;
}
main.cont .cont-sec01 h3 {
	color: var(--dorange);
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 0.1em;
}
main.cont .cont-sec01 p {
	line-height: 200%;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700;
}
main.cont .cont-sec01 figure {
	margin-top: 30px;
}

.bg-beige {
	background-color: var(--beige);
	background-image: url(img/base-cont/bg-beige-t.jpg), url(img/base-cont/bg-beige-b.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center, bottom -1px center;
	padding: 10% 20px;
}
.bg-blue {
	background-color: var(--lblue);
	background-image: url(img/base-cont/bg-blue-t.jpg), url(img/base-cont/bg-blue-b.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center, bottom -1px center;
	padding: 8% 20px;
}
.bg-pink {
	background-color: var(--lpink);
	background-image: url(img/base-cont/bg-pink-t.jpg), url(img/base-cont/bg-pink-b.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center, bottom -1px center;
	padding: 8% 20px;
}
.bg-green {
	background-color: var(--lgreen);
	background-image: url(img/base-cont/bg-green-t.jpg), url(img/base-cont/bg-green-b.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center, bottom -1px center;
	padding: 8% 20px;
}

#aboutus h3.wave {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	position: relative;
	padding-bottom: 24px;
	color: var(--pink);
	letter-spacing: 0.1em;
}
#aboutus h3.wave::after {
	content: url(img/base-cont/wave.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: 0;
}

#aboutus #sec01 p {
	font-size: 16px;
}
#aboutus #sec02 {}
#aboutus #sec02 p.lead {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 30px;
}
#aboutus #sec02 .outer {
	max-width: 1044px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
#aboutus #sec02 .outer.photo-r {
	flex-direction: row;
}
#aboutus #sec02 .outer.photo-l {
	flex-direction: row-reverse;
}
#aboutus #sec02 .outer .inner {
	width: 33.33%;
}
#aboutus #sec02 .outer .inner h4 {
	font-size: 36px;
	font-weight: 700;
	color: var(--dblue);
	display: flex;
	align-items: center;
	letter-spacing: 0.5em;
	line-height: 0;
}
#aboutus #sec02 .outer .inner h4 span.icon {
	margin-right: 20px;
}
#aboutus #sec02 .outer .inner h4 span.icon.pic01 img {
	width: 98px;
}
#aboutus #sec02 .outer .inner h4 span.icon.pic02 img {
	width: 120px;
}
#aboutus #sec02 .outer .inner h4 span.icon.pic03 img {
	width: 172px;
}
#aboutus #sec02 .outer .inner h4 span.icon.pic04 img {
	width: 130px;
}
#aboutus #sec02 .outer .inner h4 span.icon img {
	height: auto;
}
#aboutus #sec02 .outer .inner p {
	line-height: 180%;
	margin-top: 20px;
}
#aboutus #sec02 .outer figure {
	width: 58%;
}
#aboutus #sec02 p.bt {
    width: 194px;
    margin: 80px auto 0;
}
#aboutus #sec02 p.bt a {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    background: var(--pink);
    box-sizing: border-box;
    padding: 0 20px;
	line-height: 0;
}
#aboutus #sec02 p.bt a span img {
    height: 32px;
    width: auto;
}

#aboutus #sec03 {
	padding: 80px 0;
}
#aboutus #sec03 p.text {
	margin-top: 20px;
	line-height: 200%;
	text-align: center;
}
#aboutus #sec03 .facilities-cr {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
#aboutus #sec03 .facilities-cr .swiper {
	max-width: 844px;
	margin: 0 auto;
	overflow: visible;
}
#aboutus #sec03 .facilities-cr .swiper-slide {
	max-width: 696px;
	box-sizing: border-box;
}
#aboutus #sec03 .facilities-cr .swiper-slide figure img {
	width: 100%;
	border-radius: 30px;
}
#aboutus #sec03 .facilities-cr .swiper-slide figcaption {
	text-align: center;
	margin-top: 16px;
}
#aboutus #sec03 .facilities-cr .swiper-button-prev:after,
#aboutus #sec03 .facilities-cr .swiper-button-next:after {
	content: none;
}
#aboutus #sec03 .facilities-cr .swiper-button-prev,
#aboutus #sec03 .facilities-cr .swiper-button-next {
	background-size: 60px 60px !important;
	width: 60px;
	height: 60px;
	top: 50%;
	transform: translateY(-50%);
}
#aboutus #sec03 .facilities-cr .swiper-button-prev {
	background-image: url(img/aboutus/arow-prev.png) !important;
	left: 0;
}
#aboutus #sec03 .facilities-cr .swiper-button-next {
	background-image: url(img/aboutus/arow-next.png) !important;
	right: 0;
}

#aboutus #sec04 {}
#aboutus #sec04 p.lead {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}
#aboutus #sec04 .outer {
	max-width: 1044px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
#aboutus #sec04 .outer dl {
	border-left: 1px solid #333;
	width: 470px;
}
#aboutus #sec04 .outer dl dt {
	margin-left: 10px;
	float: left;
}
#aboutus #sec04 .outer dl dd {
	margin-bottom: 20px;
	padding-left: 126px;
}
#aboutus #sec04 .outer dl dd:last-of-type {
	margin-bottom: 0;
}

#aboutus #sec05 {
	padding: 80px 20px;
}
#aboutus #sec05 .outer {
	max-width: 1044px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
#aboutus #sec05 .outer p {
	width: 22.22%;
	background: var(--lgreen);
	padding: 20px 0;
	text-align: center;
	border-radius: 30px;
	font-size: 24px;
	font-weight: 700;
}
#aboutus #sec05 .outer p span.num{
	font-size: 34px;
}
#aboutus #sec05 p.caution {
	max-width: 1044px;
	font-size: 24px;
	text-align: right;
	margin: 10px auto 0;
}

#aboutus #sec06 {
	margin-bottom: 80px;
}
#aboutus #sec06 figure.map {
	max-width: 1044px;
	margin: 50px auto 0;
}
#aboutus #sec06 h4 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 30px;
	text-align: center;
}
#aboutus #sec06 .outer {
	width: 570px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: 30px auto 0;
}
#aboutus #sec06 .outer figure.illust {
	width: 185px;
	line-height: 0;
}
#aboutus #sec06 .outer .inner {
	width: 350px;
}
#aboutus #sec06 .outer .inner p.add {
}
#aboutus #sec06 p.bt {
    width: 194px;
	margin-top: 20px;
}
#aboutus #sec06 p.bt a {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    background: var(--pink);
    box-sizing: border-box;
    padding: 0 20px;
}
#aboutus #sec06 p.bt a span img {
    height: 32px;
    width: auto;
}

#educational .sec-box {}
#educational .sec-box figure.icon {
	text-align: center;
	line-height: 0;
}
#educational #sec02 figure.icon img {
}
#educational #sec03 figure.icon img {
}
#educational #sec04 figure.icon img {
}
#educational #sec05 figure.icon img {
}
#educational .sec-box h3 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: var(--pink);
	margin-top: 30px;
}
#educational .sec-box p.lead {
	text-align: center;
	line-height: 180%;
	margin-top: 30px;
}
#educational .bt-box {
	max-width: 1044px;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#educational .bt-box p.bt {
	width: 310px;
	margin: 0 10px;
}
#educational .bt-box p.bt a {
	width: 100%;
	height: 50px;
	border-radius: 20px;
	color: #FFF;
	text-decoration: none;
	background: var(--pink);
	display: flex;
	justify-content: center;
	align-items: center;
}
#educational .outer {
	max-width: 1044px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#educational .outer .inner {
	width: 30%;
}
#educational .outer .inner figure img {
	border-radius: 30px;
}
#educational .outer .inner h4 {
	font-size: 20px;
	font-weight: 700;
	color: var(--pink);
	margin-top: 20px;
	letter-spacing: 0.25em;
	text-align: center;
}
#educational .outer .inner p {
	margin-top: 4px;
	text-align: center;
}

#educational #sec02 {
	padding: 0 20px 80px;
}
#educational #sec04 {
	padding: 80px 20px;
}
#educational #sec05 {
	margin-bottom: 80px;
}

#oneday .sec-box .outer {
	max-width: 1044px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#oneday .sec-box .outer .clock-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
#oneday .sec-box .outer .clock {
	margin-top: -70px;
	padding-top: 20px;
	border-radius: 77.5px;
}
#oneday #sec03 .outer .clock,
#oneday #sec05 .outer .clock {
	background: #FFF;
}
#oneday #sec04 .outer .clock {
	background: var(--lblue);
}
#oneday #sec06 .outer .clock {
	background: var(--lgreen);
}
#oneday .sec-box .outer .inner {
	width: 328px;
	margin: 0 20px;
}
#oneday .sec-box .outer .inner p.time {
	font-size: 36px;
	font-weight: 800;
	color: var(--pink);
	display: flex;
	align-items: center;
}
#oneday .sec-box .outer .inner p.time span {
	margin-right: 10px;
	line-height: 0;
}
#oneday .sec-box .outer figure.photo {
	width: 46.5%;
}
#oneday .sec-box .outer figure.photo img {
	border-radius: 30px;
}
#oneday .sec-box .outer .line {
	border-left: 4px dotted #333;
	width: 4px;
	position: absolute;
	top: 120px;
	left: 74px;
	height: 300px;
}

#oneday #sec02 {
	padding: 8% 20px;
}
#oneday #sec03 {
	padding: 80px 20px;
}
#oneday #sec05 {
	padding: 80px 20px;
}
#oneday #sec06 {
	margin-bottom: 80px;
}

#season .sec-box {
	padding: 40px 20px 0;
}
#season .sec-box .outer {
	max-width: 1044px;
	margin: 0 auto 120px;
	position: relative;
	overflow: hidden;
}
#season .sec-box .outer .inner {
	width: 362px;
	height: 330px;
	position: absolute;
	left: 0;
	z-index: 1;
}
#season #sec02 .outer .inner {
	top: 0;
}
#season #sec03 .outer .inner {
	top: 50px;
}
#season #sec04 .outer .inner {
	top: 0;
}
#season #sec05 .outer .inner {
	top: 50px;
}
#season .sec-box .outer .inner h3 {
	width: 178px;
	height: 178px;
	background: var(--pink);
	border-radius: 50%;
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#season .sec-box .outer .inner p {
	width: 244px;
	height: 244px;
	background: #FFF;
	border: 1px solid var(--pink);
	border-radius: 50%;
	line-height: 180%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -100px;
	margin-left: auto;
}
#season #sec02 .outer .inner h3 {
	background: var(--pink);
}
#season #sec02 .outer .inner p {
	color: var(--pink);
	border: 1px solid var(--pink);
}
#season #sec03 .outer .inner h3 {
	background: var(--blue);
}
#season #sec03 .outer .inner p {
	color: var(--blue);
	border: 1px solid var(--blue);
}
#season #sec04 .outer .inner h3 {
	background: var(--dyellow);
}
#season #sec04 .outer .inner p {
	color: var(--dyellow);
	border: 1px solid var(--dyellow);
}
#season #sec05 .outer .inner h3 {
	background: var(--bblue);
}
#season #sec05 .outer .inner p {
	color: var(--bblue);
	border: 1px solid var(--bblue);
}

#season #sec02 .outer figure {
	margin-top: 50px;
}
#season #sec04 .outer figure {
	margin-top: 100px;
}

#season #sec06 {
	margin-bottom: 80px;
}
#season #sec06 .outer {
	max-width: 1044px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
#season #sec06 .outer .inner {
	width: 23%;
}
#season #sec06 .outer .inner h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--blue);
	border-bottom: 1px solid var(--blue);
	margin-bottom: 20px;
}
#season #sec06 .outer .inner dl {
}
#season #sec06 .outer .inner dl dt {
	width: 44px;
	background: var(--pink);
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	padding: 1px 0;
	border-radius: 5px;
	float: left;
}
#season #sec06 .outer .inner dl dd {
	padding-left: 54px;
	margin-bottom: 10px;
}
#season #sec06 .outer .inner ul li {
	list-style: none;
	margin-bottom: 10px;
}

#entrance #sec01 {
	margin-bottom: 40px;
}
#entrance #sec02 {
	padding: 0 20px;
}
#entrance #sec02 .outer {
	margin: 0 auto 40px;
	max-width: 870px;
	box-sizing: border-box;
	padding: 40px 115px;
	border: 1px solid var(--pink);
	border-radius: 30px;
}
#entrance #sec02 .outer h3 {
	font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
    color: var(--pink);
}
#entrance #sec02 .outer h3::after {
    content: url(img/base-cont/wave.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	line-height: 0;
}
#entrance #sec02 .outer .content {
	margin-top: 30px;
}
#entrance #sec02 .outer .content p {
	margin-top: 1.25em;
	line-height: 180%;
}

#entrance p.bt {
    width: 280px;
    margin: 40px auto 0;
}
#entrance p.bt a {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
    background: var(--pink);
    display: flex;
    justify-content: center;
    align-items: center;
}

#entrance .sec-box h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: var(--pink);
}
#entrance .sec-box p.text01 {
	margin-top: 20px;
	text-align: center;
}
#entrance .sec-box .wrap {
	max-width: 1044px;
	margin: 30px auto 0;
}
#entrance .sec-box table {
	width: 100%;
	background: #FFF;
	border-collapse: collapse;
	border-top: 1px solid #333;
	font-size: 18px;
}
#entrance .sec-box table tr {
	width: 100%;
}
#entrance .sec-box table tr th {
	box-sizing: border-box;
	background: #D3EDFB;
	width: 174px;
	text-align: center;
	border-bottom: 1px solid #333;
}
#entrance .sec-box table tr td {
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #333;
}
#entrance .sec-box p.text02 {
	margin-top: 30px;
	text-align: center;
	line-height: 180%;
}
#entrance .sec-box p.text03 {
	max-width: 1044px;
	margin: 10px auto 0;
}

#entrance #sec03 {
	margin-top: 80px;
}
#entrance #sec04 {
	padding: 80px 20px;
}

#entrance #sec05 {
	margin-bottom: 80px;
}
#entrance #sec05 h3 {
	font-size: 34px;
	color: var(--pink);
	text-align: center;
}
#entrance #sec05 h3.mt {
	margin-top: 60px;
}
#entrance #sec05 p.bn {
	max-width: 867px;
	margin: 20px auto 0;
}

#preschool .cont-top h2 {
	line-height: 120%;
	margin-bottom: -20px;
}
#preschool #sec02 {
	position: relative;
}
#preschool #sec02 h3 {
	font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
    color: var(--pink);
}
#preschool #sec02 h3::after {
    content: url(img/base-cont/wave.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	line-height: 0;
}
#preschool #sec02 p {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#preschool #sec02 p.edge {
	margin-bottom: 0;
}
#preschool #sec02 figure.photo01 {
	position: absolute;
	top: 50%;
	left: -18px;
	transform: translateY(-50%);
}
#preschool #sec02 figure.photo01 img {
	width: calc(100vw * 0.34);
	height: auto;
}
#preschool #sec02 figure.photo02 {
	position: absolute;
	top: 134px;
	right: 30px;
}
#preschool #sec02 figure.photo02 img {
	width: calc(100vw * 0.27);
	height: auto;
}

#preschool #sec03 {
	padding: 80px 20px;
}
#preschool #sec03 .outer {
	max-width: 870px;
	margin: 0 auto;
	overflow: hidden;
}
#preschool #sec03 .outer figure.illust {
	float: right;
	width: 37%;
}
#preschool #sec03 .outer .inner {
	float: left;
	width: 62%;
	padding-top: 50px;
}
#preschool #sec03 .outer .inner p.bt {
    width: 348px;
	margin-top: 30px;
}
#preschool #sec03 .outer .inner p.bt a {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
    background: var(--pink);
    display: flex;
    justify-content: center;
    align-items: center;
}

#faq .sec-box {
	padding: 0 20px;
}
#faq .sec-box .outer {
	max-width: 1044px;
	margin: 0 auto 60px;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 62px;
}
#faq #sec02 .outer {
	background: var(--beige);
}
#faq #sec03 .outer {
	background: var(--lblue);
}
#faq #sec04 .outer {
	background: var(--lgreen);
}
#faq #sec05 .outer {
	background: var(--lpink);
}
#faq #sec06 .outer {
	background: #DFEAF8;
}
#faq #sec07 .outer {
	background: #FFFCDB;
}
#faq .sec-box h3 {
	font-size: 32px;
	font-weight: 700;
	color: var(--pink);
	text-align: center;
}
#faq .sec-box dl {
	margin-top: 30px;
	background: #FFF;
	border-radius: 30px;
	padding: 20px;
}
#faq .sec-box dl dt {
	display: flex;
	justify-content: start;
	align-items: center;
	cursor: pointer;
}
#faq .sec-box dl dt span.circle {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--beige);
	color: var(--pink);
	font-size: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}
#faq .sec-box dl dt span.text {
	font-size: 24px;
	font-weight: 700;
	color: var(--pink);
	width: calc(100% - 80px - 50px);
}
#faq .sec-box dl dt span.arow {
	margin-left: auto;
	transform: rotate(180deg);
	transition: all 0.6s;
	line-height: 0;
}
#faq .sec-box dl dt.show span.arow {
	margin-left: auto;
	transform: rotate(0);
}
#faq .sec-box dl dd {
	display: flex;
	justify-content: start;
	align-items: start;
	margin-top: 20px;
}
#faq .sec-box dl dd span.circle {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--pink);
	color: #FFF;
	font-size: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}
#faq .sec-box dl dd span.text {
	font-size: 16px;
	width: calc(100% - 80px);
	margin-top: 10px;
}
#faq .sec-box dl dd a {
	color: var(--pink);
	text-decoration: underline;
}
#faq p.text01 {
	text-align: center;
	font-size: 18px;
	margin: 40px auto 80px;
}

#news #sec01 {
	padding: 80px 20px;
}
#news #sec01 .outer {
	max-width: 1044px;
	margin: 0 auto;
	padding: 87px;
	border: 1px solid #999;
	border-radius: 30px;
	box-sizing: border-box;
}
#news #sec01 .outer ul {
}
#news #sec01 .outer ul li {
	list-style: none;
	margin-top: 30px;
	font-weight: 700;
}
#news #sec01 .outer ul li:first-of-type {
	margin-top: 0;
}
#news #sec01 .outer ul li a {
	list-style: none;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	color: #333;
	text-decoration: none;
	border-bottom: 2px dotted #999;
	padding-bottom: 10px;
}
#news #sec01 .outer ul li a span.date {
	margin-right: 10px;
}
#news #sec01 .outer ul li a span.cate {
	width: 116px;
	text-align: center;
	margin-right: 10px;
	color: #FFF;
	letter-spacing: 0.25em;
}
#news #sec01 .outer ul li a span.cate.info {
	background-color: var(--blue);
}
#news #sec01 .outer ul li a span.cate.stdnt-recruit {
	background-color: var(--green);
}
#news #sec01 .outer ul li a span.cate.event {
	background-color: var(--orange);
}

#news-single #sec01 {
	padding: 80px 20px;
}
#news-single #sec01 .outer {
	max-width: 1044px;
	margin: 0 auto;
	padding: 87px;
	border: 1px solid #999;
	border-radius: 30px;
	box-sizing: border-box;
}
#news-single #sec01 .outer p.sub {
	display: flex;
	justify-content: start;
	font-size: 16px;
	font-weight: 700;
}
#news-single #sec01 .outer p.sub span.date {
	margin-right: 10px;
}
#news-single #sec01 .outer p.sub span.cate {
	width: 116px;
	text-align: center;
	margin-right: 10px;
	color: #FFF;
	letter-spacing: 0.25em;
}
#news-single #sec01 .outer p.sub span.cate.info {
	background-color: var(--blue);
}
#news-single #sec01 .outer p.sub span.cate.stdnt-recruit {
	background-color: var(--green);
}
#news-single #sec01 .outer p.sub span.cate.event {
	background-color: var(--orange);
}
#news-single #sec01 .outer h3 {
	margin-top: 16px;
	font-weight: 700;
	font-size: 24px;
}
#news-single #sec01 .outer .content {
	margin-top: 30px;
}
#news-single #sec01 .outer .content p {
	margin-top: 1.5em;
	line-height: 160%;
}

#news-single #sec01 .outer p.doc {
    width: 280px;
    margin: 40px auto 0;
}
#news-single #sec01 .outer p.doc a {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
    background: var(--pink);
    display: flex;
    justify-content: center;
    align-items: center;
}

#news-single #sec01 .outer p.back {
    width: 120px;
    margin: 60px auto 0;
}
#news-single #sec01 .outer p.back a {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    background: var(--pink);
    box-sizing: border-box;
    padding: 0 20px;
	line-height: 0;
}
#news-single #sec01 .outer p.back a span img {
    height: 32px;
    width: auto;
	transform: rotate(180deg);
}

#access #sec02 {
	padding: 0 20px;
}
#access #sec02 .gmap {
	max-width: 1044px;
	height: 599px;/*--299pxで口コミ非表示--*/
	margin: 0 auto;
}
#access #sec02 p {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
#access #sec03 {
	padding: 120px 20px 80px;
}
#access #sec03 h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
    color: var(--pink);
    letter-spacing: 0.1em;
}
#access #sec03 h3::after {
    content: url(img/base-cont/wave.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	line-height: 0;
}
#access #sec03 p {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
}
#access #sec03 figure {
	max-width: 1044px;
	margin: 30px auto 0;
}

#contact #sec02 {
	padding: 0 0 80px;
}
#contact #sec02 .outer {
	max-width: 520px;
	margin: 0 auto;
}
#contact #sec02 .outer p.text01 {
	font-size: 18px;
	font-weight: 700;
}
#contact #sec02 .outer input.smpl {
	width: 100%;
	box-sizing: border-box;
	background: #E4E4E4;
	border: 1px solid #8E8E8E;
	font-size: 16px;
	padding: 20px;
	margin-top: 30px;
}
#contact #sec02 .outer p.text02 {
	font-size: 14px;
	margin-top: 14px;
}
#contact #sec02 .outer textarea.smpl {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	background: #E4E4E4;
	border: 1px solid #8E8E8E;
	font-size: 16px;
	padding: 20px;
	margin-top: 30px;
}
#contact #sec02 .outer p.check {
	font-size: 18px;
	margin-top: 30px;
}
#contact input.btn {
	width: 280px;
	height: 60px;
	background: var(--pink);
	border: none;
	box-sizing: border-box;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto 0;
	cursor: pointer;
}



}

/*--PC-----------------------------------*/