@charset "UTF-8";

/*--SP-----------------------------------*/

@media screen and (max-width: 736px) {

.no-sp {
	display: none !important;
}

.anker {
	display: block;
	margin-top: -85px;
    padding-top: 85px;
}
.anker-mt {
	display: block;
	margin-top: -107px;
    padding-top: 107px;
}

main {
}

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

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
}
header .outer {
	height: 60px;
	background: #FFF;
	box-sizing: border-box;
	overflow: hidden;
}
header .outer h1 {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
header .outer h1 img {
	height: 42px;
	width: auto;
}
header .outer p.bt-contact {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
header .outer p.bt-contact a {
	display: block;
	background-color: var(--pink);
	border-radius: 15px;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 10px;
	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: 10px;
	margin-top: 10px;
	cursor: pointer;
}
header .outer p.bt-nav img {
	height: 40px;
	width: auto;
}
header nav {
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	background: var(--pink);
	box-sizing: border-box;
	padding: 70px 0 0 60px;
	transition: all 0.6s;
}
header nav.active {
	right: 0;
}
header nav p.close {
	width: 40px;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
header nav ul {
	margin-top: 10px;
}
header nav ul li {
	list-style: none;
	margin-bottom: 16px;
	font-weight: 700;
}
header nav ul li:last-of-type {
	margin-bottom: 0;
}
header nav ul li a {
	color: #FFF;
	text-decoration: none;
}
header nav ul li a::before {
	content: "\025b6";
	margin-right: 10px;
}

#home #sec01 {
	box-sizing: border-box;
	padding: 0 0 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 {
	margin: 70px 0 0;
	position: relative;
}
#home .home-top .slider {
	position: relative;
	margin: 0 10px;
}
#home .home-top .slider img {
	width: 100%;
	height: auto;
}
#home .home-top p span {
	font-size: 16px;
	font-weight: 800;
	color: #FFF;
	background: url(img/base/bg-mbl-blue.jpg);
	padding: 3px 10px 3px 30px;
	letter-spacing: 0.1em;
	display: inline-block;
}
#home .home-top p.text01 {
	margin-top: 10px;
}
#home .home-top p.text02 {
	margin-top: 6px;
}
#home .home-top .bt-entrance {
	position: absolute;
	top: 0;
	right: 10px;
}
#home .home-top .bt-entrance img {
	width: 90px;
	height: auto;
}
#home #sec01 p.lead {
	text-align: left;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin: 14px 30px 0;
	font-weight: 700;
}
#home #sec01 p.bt-aboutus {
	width: 235px;
	margin: 20px auto 0;
}
#home #sec01 p.bt-aboutus a {
	display: block;
	width: 100%;
	height: 60px;
	color: #FFF;
	text-decoration: none;
	background-color: var(--pink);
	border-radius: 30px;
	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: 44px;
}
#home #sec01 p.bt-aboutus a span.icon img {
	height: 34px;
	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: 26px;
	width: auto;
}
#home #sec01 ul.bn {
	margin: 40px 30px 0;
}
#home #sec01 ul.bn li {
	list-style: none;
	margin-top: 20px;
}

#home #sec02 {
	margin: 0 auto;
	padding: 40px 30px 0;
}
#home #sec02 h2 {
	font-size: 20px;
	color: var(--pink);
	font-weight: 700;
	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-sp.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 .outer ul li a span.text {
	margin-top: 8px;
	width: 100%;
}
#home #sec02 p.bt-news {
	width: 235px;
	margin: 30px auto 0;
}
#home #sec02 p.bt-news a {
	display: block;
	width: 100%;
	height: 60px;
	color: #FFF;
	text-decoration: none;
	background-color: var(--pink);
	border-radius: 30px;
	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: 44px;
}
#home #sec02 p.bt-news a span.icon img {
	height: 40px;
	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: 26px;
	width: auto;
}

#home #sec03 {
	padding: 80px 30px 20px;
}
#home #sec03 .outer {
	margin: 0 auto;
}
#home #sec03 .outer .inner {
	margin-bottom: 30px;
}
#home #sec03 .outer .inner h2 {
	height: 52px;
	border-radius: 26px;
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	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: 32px;
	width: auto;
}
#home #sec03 .outer .inner h2 span.oneday img {
	height: 32px;
	width: auto;
}
#home #sec03 .outer .inner h2 span.season img {
	height: 28px;
	width: auto;
}
#home #sec03 .outer .inner h2 span.title {
	flex-grow: 0;
}
#home #sec03 .outer .inner figure {
	margin-top: -26px;
	position: relative;
	z-index: -1;
}
#home #sec03 .outer .inner figure img {
	border-radius: 25%;
}
#home #sec03 .outer .inner p.bt {
	width: 180px;
	margin-top: -25px;
	position: relative;
	float: right;
}
#home #sec03 .outer .inner p.bt a {
	width: 100%;
	height: 46px;
	border-radius: 23px;
	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: 30px;
	width: auto;
}
#home #sec03 .outer .inner p.text {
	clear: both;
	padding-top: 14px;
}

#home #sec04 {
	box-sizing: border-box;
	padding: 12% 30px;
	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: 294px;
	height: 116px;
	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: 20px;
	position: relative;
	z-index: 1;
	text-align: center;
	letter-spacing: 0.1em
}
#home #sec04 figure.title {
	margin: -58px auto 0;
	text-align: center;
	max-width: 1044px;
}
#home #sec04 figure.title img {
	border-radius: 40px;
}
#home #sec04 .outer {
}
#home #sec04 .outer .inner {
	margin-top: 30px;
}
#home #sec04 .outer .inner .bt {
	display: flex;
	justify-content: start;
	align-items: center;
	background: #FFF;
	padding: 15px;
	border-radius: 20px;
	position: relative;
}
#home #sec04 .outer .inner .bt figure.photo {
	width: 110px;
	margin-right: 20px;
}
#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;
	margin-left: 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 {
	overflow: hidden;
	padding: 40px 30px 60px;
}
#home .bn-box p.bn {
	margin: 0 auto;
}
#home .bn-box p.bn:nth-of-type(2) {
	margin-top: 20px;
}

footer {
	background-image: url(img/base/bg-copy-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	position: relative;
	padding-bottom: 18%;
}
footer .outer {
}
footer .outer .text-box {
}
footer .outer .text-box .logo-box {
	position: relative;
}
footer .outer .text-box p.logo01 {
	width: 194px;
	margin: 0 auto;
}
footer .outer .text-box p.logo02 {
	width: 334px;
	margin: 10px auto 0;
}
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: 14px;
	font-weight: 400;
	line-height: 180%;
	text-align: center;
}
footer .outer nav {
	width: 334px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .outer nav ul {
	margin-top: 20px;
}
footer .outer nav ul li {
	list-style: none;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
}
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: 12px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

main.cont {
	margin-top: 60px;
}
main.cont .cont-top {
	width: 100%;
	position: relative;
}
main.cont .cont-top .h2-box {
	background: url(img/base-cont/top-bg.png) no-repeat;
	background-size: cover;
	width: 127px;
	height: 64px;
	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;
	background-size: cover;
	width: 55px;
	height: 10px;
	color: #FFF;
	font-size: 7px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
main.cont .cont-top .h2-box h2 {
	color: var(--pink);
	font-size: 14px;
	font-weight: 700;
	margin-top: 5px;
}

main.cont .cont-sec01 {
	margin: 40px 30px;
	background-image: url(img/base-cont/top-flag-l.png), url(img/base-cont/top-flag-r.png);
	background-repeat: no-repeat;
	background-size: 65px auto;
	background-position: left top, right top;
	overflow: hidden;
}
main.cont .cont-sec01 h3 {
	color: var(--dorange);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 0.1em;
	line-height: 180%;
}
main.cont .cont-sec01 p {
	line-height: 180%;
	text-align: left;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
}
main.cont .cont-sec01 figure {
	margin-top: 20px;
}
main.cont .cont-sec01 figure img {
	border-radius: 10px;
}

.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 center;
	padding: 10% 30px;
}
.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 center;
	padding: 8% 30px 12%;
}
.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 center;
	padding: 8% 30px;
}
.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 center;
	padding: 8% 30px;
}

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

#aboutus #sec02 {}
#aboutus #sec02 p.lead {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 20px;
}
#aboutus #sec02 .outer {
	margin: 40px 0 0;
}
#aboutus #sec02 .outer.photo-r {
}
#aboutus #sec02 .outer.photo-l {
}
#aboutus #sec02 .outer .inner {
}
#aboutus #sec02 .outer .inner h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--dblue);
	display: flex;
	justify-content: center;
	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: 49px;
}
#aboutus #sec02 .outer .inner h4 span.icon.pic02 img {
	width: 60px;
}
#aboutus #sec02 .outer .inner h4 span.icon.pic03 img {
	width: 86px;
}
#aboutus #sec02 .outer .inner h4 span.icon.pic04 img {
	width: 65px;
}
#aboutus #sec02 .outer .inner h4 span.icon img {
	height: auto;
}
#aboutus #sec02 .outer .inner p {
	line-height: 180%;
	margin-top: 13px;
	font-size: 13px;
}
#aboutus #sec02 .outer figure {
	margin-top: 10px;
}
#aboutus #sec02 .outer figure img {
	border-radius: 15px;
}
#aboutus #sec02 p.bt {
    width: 180px;
    margin: 30px auto 0;
}
#aboutus #sec02 p.bt a {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    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: 30px;
    width: auto;
}

#aboutus #sec03 {
	padding: 40px 0;
}
#aboutus #sec03 p.text {
	margin: 20px 30px 0;
	line-height: 200%;
	text-align: left;
}
#aboutus #sec03 .facilities-cr {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
#aboutus #sec03 .facilities-cr .swiper {
	max-width: 100%;
	margin: 0 auto;
	overflow: visible;
}
#aboutus #sec03 .facilities-cr .swiper-slide {
	width: calc(100% - 60px);
	box-sizing: border-box;
}
#aboutus #sec03 .facilities-cr .swiper-slide figure img {
	width: 100%;
	border-radius: 15px;
}
#aboutus #sec03 .facilities-cr .swiper-slide figcaption {
	text-align: left;
	margin-top: 12px;
	font-size: 12px;
}
#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: 25px 25px !important;
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
}
#aboutus #sec03 .facilities-cr .swiper-button-prev {
	background-image: url(img/aboutus/arow-prev.png) !important;
	left: 2.5px;
}
#aboutus #sec03 .facilities-cr .swiper-button-next {
	background-image: url(img/aboutus/arow-next.png) !important;
	right: 2.5px;
}

#aboutus #sec04 {}
#aboutus #sec04 p.lead {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-top: 16px;
}
#aboutus #sec04 .outer {
	margin: 20px auto 0;
	width: 310px;
}
#aboutus #sec04 .outer dl {
}
#aboutus #sec04 .outer dl dt {
	font-size: 13px;
	float: left;
}
#aboutus #sec04 .outer dl dd {
	padding-left: 96px;
	margin-bottom: 4px;
}
#aboutus #sec04 .outer dl dd:last-of-type {
	margin-bottom: 0;
}

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

#aboutus #sec06 {
	margin-bottom: 40px;
}
#aboutus #sec06 figure.map {
	margin: 30px auto 0;
}
#aboutus #sec06 h4 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 30px;
	text-align: center;
}
#aboutus #sec06 .outer {
	width: 234px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: 20px auto 0;
}
#aboutus #sec06 .outer figure.illust {
	width: 92px;
	line-height: 0;
}
#aboutus #sec06 .outer .inner {
}
#aboutus #sec06 .outer .inner p.add {
}
#aboutus #sec06 p.bt {
    width: 180px;
	margin: 20px auto 0;
}
#aboutus #sec06 p.bt a {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    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: 30px;
    width: auto;
}

#educational .sec-box {}
#educational .sec-box figure.icon {
	text-align: center;
	line-height: 0;
}
#educational #sec02 figure.icon img {
	width: 58px;
}
#educational #sec03 figure.icon img {
	width: 128px;
}
#educational #sec04 figure.icon img {
	width: 76px;
}
#educational #sec05 figure.icon img {
	width: 56px;
}
#educational .sec-box h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--pink);
	margin-top: 20px;
}
#educational .sec-box p.lead {
	text-align: left;
	line-height: 180%;
	margin-top: 20px;
	font-size: 13px;
}
#educational .bt-box {
	margin: 20px auto 0;
}
#educational .bt-box p.bt {
	width: 310px;
	margin: 20px auto 0;
}
#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 {
	margin: 0 auto 0;
}
#educational .outer .inner {
	margin: 40px auto;
}
#educational .outer .inner figure img {
	border-radius: 30px;
}
#educational .outer .inner h4 {
	font-size: 16px;
	font-weight: 700;
	color: var(--pink);
	margin-top: 15px;
	letter-spacing: 0.25em;
	text-align: center;
}
#educational .outer .inner p {
	margin-top: 4px;
	font-size: 13px;
	text-align: center;
}

#educational #sec02 {
	padding: 0 30px 40px;
}
#educational #sec04 {
	padding: 40px 30px;
}
#educational #sec05 {
	margin-bottom: 40px;
}

#oneday .sec-box .outer {
	margin: 0 auto;
	position: relative;
}
#oneday .sec-box .outer .clock-box {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}
#oneday .sec-box .outer .clock-box figure img {
	width: 54px;
	height: auto;
}
#oneday .sec-box .outer .clock-box p.time {
	font-size: 18px;
	font-weight: 800;
	color: var(--pink);
	display: flex;
	align-items: center;
	margin-left: 10px;
}
#oneday .sec-box .outer .clock-box p.time span {
	margin-right: 3px;
}
#oneday .sec-box .outer .clock-box p.time span img {
	width: 8px;
	height: auto;
}
#oneday .sec-box .outer .clock {
}
#oneday .sec-box .outer .inner .text {
	font-size: 13px;
	margin-top: 20px;
}
#oneday .sec-box .outer figure.photo {
	margin-top: 20px;
}
#oneday .sec-box .outer figure.photo img {
	border-radius: 15px;
}
#oneday .sec-box .outer .line {
	display: none;
}

#oneday #sec02 {
	padding: 8% 30px 12%;
}
#oneday #sec03 {
	padding: 40px 30px;
}
#oneday #sec05 {
	padding: 40px 30px;
}
#oneday #sec06 {
	margin-bottom: 40px;
	padding-bottom: 11%;
}

#season .sec-box {
	padding: 0 30px;
}
#season .sec-box .outer {
	margin: 0 auto 40px;
	position: relative;
	overflow: hidden;
}
#season .sec-box .outer .inner {
	display: flex;
	justify-content: start;
	align-items: center;
}
#season .sec-box .outer .inner h3 {
	width: 100px;
	height: 100px;
	background: var(--pink);
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 10px;
}
#season .sec-box .outer .inner p {
	font-size: 13px;
	line-height: 180%;
}
#season #sec02 .outer .inner h3 {
	background: var(--pink);
}
#season #sec02 .outer .inner p {
	color: var(--pink);
}
#season #sec03 .outer .inner h3 {
	background: var(--blue);
}
#season #sec03 .outer .inner p {
	color: var(--blue);
}
#season #sec04 .outer .inner h3 {
	background: var(--dyellow);
}
#season #sec04 .outer .inner p {
	color: var(--dyellow);
}
#season #sec05 .outer .inner h3 {
	background: var(--bblue);
}
#season #sec05 .outer .inner p {
	color: var(--bblue);
}

#season .sec-box .outer figure {
	margin-top: 10px;
}

#season #sec06 {
	margin-bottom: 40px;
}
#season #sec06 .outer {
	margin-top: 30px;
}
#season #sec06 .outer .inner {
	margin: 0 auto 30px;
	width: 250px;
}
#season #sec06 .outer .inner h3 {
	font-size: 18px;
	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: 12px;
	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: 20px;
}
#entrance #sec02 {
	padding: 0 30px;
}
#entrance #sec02 .outer {
	margin: 0 auto 20px;
	box-sizing: border-box;
	padding: 30px 20px;
	border: 1px solid var(--pink);
	border-radius: 15px;
}
#entrance #sec02 .outer h3 {
	font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 14px;
    color: var(--pink);
}
#entrance #sec02 .outer h3::after {
    content: url(img/base-cont/wave-sp.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	line-height: 0;
}
#entrance #sec02 .outer .content {
	margin-top: 20px;
}
#entrance #sec02 .outer .content p {
	margin-top: 1.25em;
	line-height: 180%;
	font-size: 13px;
}

#entrance p.bt {
    width: 210px;
    margin: 40px auto 0;
}
#entrance p.bt a {
    width: 100%;
    height: 46px;
    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: 20px;
	font-weight: bold;
	text-align: center;
	color: var(--pink);
}
#entrance .sec-box p.text01 {
	margin-top: 16px;
	text-align: center;
}
#entrance .sec-box .wrap {
	margin: 30px auto 0;
}
#entrance .sec-box table {
	width: 100%;
	background: #FFF;
	border-collapse: collapse;
	border-top: 1px solid #333;
	font-size: 13px;
}
#entrance .sec-box table tr {
	width: 100%;
}
#entrance .sec-box table tr th {
	box-sizing: border-box;
	background: #D3EDFB;
	width: 52px;
	text-align: center;
	border-bottom: 1px solid #333;
}
#entrance .sec-box table tr td {
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 1px solid #333;
}
#entrance #sec03 table tr td:first-of-type {
	padding-right: 0;
	width: 100px;
}
#entrance .sec-box p.text02 {
	margin-top: 20px;
	text-align: left;
	line-height: 180%;
	font-size: 13px;
}
#entrance .sec-box p.text03 {
	font-size: 13px;
	margin: 10px auto 0;
}

#entrance #sec03 {
	margin-top: 40px;
}
#entrance #sec04 {
	padding: 40px 30px;
}

#entrance #sec05 {
	margin-bottom: 40px;
	padding: 12% 30px;
}
#entrance #sec05 h3 {
	font-size: 20px;
	color: var(--pink);
	text-align: center;
}
#entrance #sec05 h3.mt {
	margin-top: 40px;
}
#entrance #sec05 p.bn {
	margin: 10px auto 0;
}

#preschool .cont-top h2 {
	line-height: 120%;
	margin-bottom: -8px;
}
#preschool #sec02 {
	position: relative;
	padding-top: 212px;
}
#preschool #sec02 h3 {
	font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    color: var(--pink);
}
#preschool #sec02 h3::after {
    content: url(img/base-cont/wave-sp.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	line-height: 0;
}
#preschool #sec02 p {
	text-align: center;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 30px;
}
#preschool #sec02 p.edge {
}
#preschool #sec02 figure.photo01 {
	position: absolute;
	top: 0;
	left: -6px;
}
#preschool #sec02 figure.photo01 img {
	width: 198px;
	height: auto;
}
#preschool #sec02 figure.photo02 {
	position: absolute;
	top: 58px;
	right: 10px;
}
#preschool #sec02 figure.photo02 img {
	width: 140px;
	height: auto;
}

#preschool #sec03 {
	padding: 40px 30px 60px;
}
#preschool #sec03 .outer {
	margin: 0 auto;
	overflow: hidden;
}
#preschool #sec03 .outer figure.illust {
	width: 164px;
	margin: 0 auto;
}
#preschool #sec03 .outer .inner {
}
#preschool #sec03 .outer .inner p.text {
	font-size: 13px;
	margin-top: 13px;
}
#preschool #sec03 .outer .inner p.bt {
    width: 310px;
	margin-top: 20px;
}
#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 {
	margin: 0 auto 30px;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 30px 15px 15px;
}
#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: 20px;
	font-weight: 700;
	color: var(--pink);
	text-align: center;
}
#faq .sec-box dl {
	margin-top: 10px;
	background: #FFF;
	border-radius: 15px;
	padding: 10px;
}
#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: 11px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
#faq .sec-box dl dt span.text {
	font-size: 15px;
	font-weight: 700;
	color: var(--pink);
	width: calc(100% - 40px - 27px);
}
#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 span.arow img {
	width: 17px;
	height: auto;
}
#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: 10px;
}
#faq .sec-box dl dd span.circle {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--pink);
	color: #FFF;
	font-size: 11px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
#faq .sec-box dl dd span.text {
	font-size: 13px;
	width: calc(100% - 40px);
	margin-top: 3px;
}
#faq .sec-box dl dd a {
	color: var(--pink);
	text-decoration: underline;
}
#faq p.text01 {
	text-align: left;
	font-size: 14px;
	margin: 30px 30px 40px;
}

#news #sec01 {
	padding: 40px 30px;
}
#news #sec01 .outer {
}
#news #sec01 .outer ul {
}
#news #sec01 .outer ul li {
	list-style: none;
	margin-top: 15px;
	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 #sec01 .outer ul li a span.text {
	width: 100%;
	margin-top: 8px;
}

#news-single #sec01 {
	padding: 40px 30px;
}
#news-single #sec01 .outer {
}
#news-single #sec01 .outer p.sub {
	display: flex;
	justify-content: start;
	font-size: 14px;
	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: 14px;
	font-weight: 700;
	font-size: 16px;
}
#news-single #sec01 .outer .content {
	margin-top: 20px;
}
#news-single #sec01 .outer .content p {
	margin-top: 1.5em;
	line-height: 160%;
	font-size: 13px;
}

#news-single #sec01 .outer p.doc {
    width: 210px;
    margin: 30px auto 0;
}
#news-single #sec01 .outer p.doc a {
    width: 100%;
    height: 46px;
    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: 40px auto 0;
}
#news-single #sec01 .outer p.back a {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    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: 30px;
    width: auto;
	transform: rotate(180deg);
}

#access #sec02 {
	padding: 0 30px;
}
#access #sec02 .gmap {
	height: 180px;
}
#access #sec02 p {
	font-size: 13px;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
#access #sec03 {
	padding: 40px 30px 40px;
}
#access #sec03 h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    color: var(--pink);
    letter-spacing: 0.1em;
}
#access #sec03 h3::after {
    content: url(img/base-cont/wave-sp.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	line-height: 0;
}
#access #sec03 p {
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	margin-top: 15px;
}
#access #sec03 figure {
	max-width: 1044px;
	margin: 15px auto 0;
}

#contact #sec02 {
	padding: 0 30px 40px;
}
#contact #sec02 .outer {
	margin: 0 auto;
}
#contact #sec02 .outer p.text01 {
	font-size: 14px;
	font-weight: 700;
}
#contact #sec02 .outer input.smpl {
	width: 100%;
	box-sizing: border-box;
	background: #E4E4E4;
	border: 1px solid #8E8E8E;
	font-size: 14px;
	padding: 15px;
	margin-top: 20px;
}
#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: 14px;
	padding: 15px;
	margin-top: 20px;
}
#contact #sec02 .outer p.check {
	font-size: 14px;
	margin-top: 30px;
}
#contact input.btn {
	width: 210px;
	height: 46px;
	background: var(--pink);
	border: none;
	box-sizing: border-box;
	border-radius: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 30px auto 0;
	cursor: pointer;
}



}

/*--SP-----------------------------------*/