﻿@charset "utf-8";
/* ----------------------------------
              COMMON
---------------------------------- */
body { 
    margin:0px auto;
    font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-style: normal;
    background:#fff; 
    font-size:18px; 
}
@media screen and (max-width:480px){
	body { 
    font-size:15px; 
	}
}
header,section,article,aside,footer{ 	
    display: block;
}
img { 
    margin:0;
    padding:0;
    border:none;
}
ul,ol {	
    margin:0;
    padding:0;
    list-style:none;
    list-style-position:outside;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
p { 
    margin:0;
    padding:0;
}
div {
    margin:0;
    padding:0;
}
* {
	box-sizing:border-box;
}
/* ----------------------------------
           COMMON LINK
---------------------------------- */
a:link { 
    color:#0000ff;
    text-decoration:none;
}
a:visited { 
    color:#0000ff;
    text-decoration:none;
}
a:hover { 
    color:#007f85;	
    text-decoration:none; 
}
a:active { 
    color:#007f85;
    text-decoration:none;
}
/*-------------------------------------
			画像
-------------------------------------*/
img { 
    display:block;
    width:100%;
    margin:0;
    padding:0;
    vertical-align: middle; 
}
/* ----------------------------------
           FLEX
---------------------------------- */
.flex-con{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.flex-10{
	width:10%;
}
.flex-20{
	width:20%;
}
.flex-25{
	width:25%;
}
.flex-30{
	width:30%;
}
.flex-33{
	width:33%;
}
.flex-40{
	width:40%;
}
.flex-50{
	width:50%;
}
.flex-60{
	width:60%;
}
.flex-70{
	width:70%;
}
.flex-80{
	width:80%;
}
.flex-90{
	width:90%;
}
.flex-100{
	width:100%;
}
@media screen and (max-width:480px){
	.flex-60{
		width:100%;
	}
	.flex-70{
		width:100%;
	}
	.flex-80{
		width:100%;
	}
	.flex-90{
		width:100%;
	}
}
/*-------------------------------------
             PC TB SP
-------------------------------------*/
.pc { display:block; }
.pctb {display:block; }
.tb { display:none; }
.tbsp{display:none; }
.sp { display:none; }
@media screen and (max-width : 769px){
	.pc { display:none; }
    .tb { display:block; }
	.tbsp{display:block; }
    .sp { display:none; }
}
@media screen and (max-width : 480px) { 
	.pc { display:none; }
	.pctb {display:none; }
    .tb { display:none; }
     .sp { display:block; }
}
/*-------------------------------------
	     Header
-------------------------------------*/
header { 
    width:100%;
    height:35vw;
	max-height:700px;
    margin:0px auto;  
	overflow:hidden;
}
#header-inner { 
    max-width:1920px;
    height:100%;
    margin:0 auto;
	position:relative;
}

/*-------------------------------------
	     TOP IMAGE
-------------------------------------*/

.swiper-wrapper{
	max-height:700px;
}
.mv05 .swiper-slide,
.mv05 .slide-media{
	max-height:700px;
}
.mv05 {
}
.mv05 .slide-media {
	height: 35vw;
	display:flex;
	align-items:center;
}

.mv05 .slide-media img {
  -webkit-transition: 3s;
  transition: 3s;
}
@media screen and (max-width:1300px){
	.mv05 .slide-media{
		justify-content:center;
	}
	.mv05 .slide-media img{

		height: 35vw;
	}
}
@media screen and (max-width:1024px){
	.mv05 .slide-media {
		height: auto;
	}
}
@media screen and (max-width:768px){
	.mv05 .slide-media img{
		
	}
}
@media screen and (max-width:480px){
	.mv05 .slide-media img{
		width:auto;
		height: 30vh;
	}
}
/*-------------------------------------
	     TOP FV LOGO & TEXT
-------------------------------------*/
#header-inner {
	position:relative;
}
#header-inner  .topOverLay {
    width:100%;
    max-width:1920px;
    position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:0 auto;
}
#header-inner  .topOverLay > div {
	position:absolute;
    color:#fff; 
    font-weight:500;
	z-index:10;
}
#header-inner  .topOverLay img {
    max-width:150px;
	filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 10px #fff);
}
#header-inner  .topOverLay > div.markOverLay01 {
    top:3%;
    left:3%;
}
#header-inner  .topOverLay > div.markOverLay02 {
	width:100%;
	text-align:center;
	bottom:20%;
	right:0;
	left:0;
	margin:auto;
}
#header-inner  .topOverLay > div.markOverLay02 h2{
	text-align:center;
	font-size:40px;
    color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5)) drop-shadow(-2px -2px 2px rgba(0,0,0,0.5)) drop-shadow(-2px 2px 2px rgba(0,0,0,0.5)) drop-shadow(2px -2px 2px rgba(0,0,0,0.5));
}
#header-inner  .topOverLay > div.markOverLay02 p{
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5)) drop-shadow(-2px -2px 2px rgba(0,0,0,0.5)) drop-shadow(-2px 2px 2px rgba(0,0,0,0.5)) drop-shadow(2px -2px 2px rgba(0,0,0,0.5));
	font-size: 26px;
    color: #fff;
}
#header-inner  .topOverLay > div.markOverLay03 {
    top:auto;
    top:7%;
    right:auto;
	left:12%;;
}
#header-inner  .topOverLay img.mol {
	max-width:400px;
	filter: drop-shadow(2px 2px 2px rgba(255,255,255,0.5)) drop-shadow(-2px -2px 2px rgba(255,255,255,0.5)) drop-shadow(-2px 2px 2px rgba(255,255,255,0.5)) drop-shadow(2px -2px 2px rgba(255,255,255,0.5));
}

@media screen and (max-width:1920px) {
	#header-inner  .topOverLay img {
		max-width:7.5vw;
	}
	#header-inner  .topOverLay img.mol {
		max-width:30vw;
		min-width:200px;
	}
}
@media only screen and (max-width: 1024px) {

	#header-inner  .topOverLay > div.markOverLay02 {
		font-size:2.5vw;
	}
	#header-inner  .topOverLay > div.markOverLay03 {
		font-size:5vw;
		top:6%;
	}
}
@media screen and (max-width:768px) {
	header{
		height:auto;
	}
	#header-inner {
		height:auto;
	}
	#header-inner  .topOverLay > div.markOverLay02 h2{
		font-size:max(6vw, 26px);
	}
	#header-inner  .topOverLay > div.markOverLay02 p{
		font-size:max(4vw, 18px);
	}
	#header-inner  .topOverLay > div.markOverLay03 {
		top:5%;
		left:12%;
	}
}
@media screen and (max-width:480px) {
    #header-inner  .topOverLay > div.markOverLay01 {
        top:1%;
        left:1%;
    }
    #header-inner .topOverLay img {
        max-width: 60px;
    }
    #header-inner  .topOverLay > div.markOverLay02 {


    }
    #header-inner  .topOverLay > div.markOverLay03 {
        font-size:22px;
		top:6%;
		left:15%;
    }
}
/*-------------------------------------
	     TOP IMAGE TEXT
-------------------------------------*/
#header-inner  .toptitle {
    width:100%;
    max-width:1680px;
    margin:0 auto;
    text-align:center;
}
#header-inner  .toptitle > div {
    position:absolute;
    top:30%;
    left:0;
    right:0;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:0;
    animation-name:top-title;
    animation-duration:60s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:infinite;
}
#header-inner  .toptitle > div  { 
    font-size:60px; 
    font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight:600;
    color:#777; 
    width:100%; 
}
#header-inner  .toptitle  div.top-title-w  { 
    color:#fff; 
    text-shadow:2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000 ;
}
#header-inner  .toptitle > div.topTitle001 {
    animation-delay:0s;
}
#header-inner  .toptitle > div.topTitle002 {
    animation-delay:12s;
}
#header-inner  .toptitle > div.topTitle003 {
    animation-delay:24s;
}
#header-inner  .toptitle > div.topTitle004 {
    animation-delay:36s;
}
#header-inner  .toptitle > div.topTitle005 {
    animation-delay:48s;
	font-size:80px;
}
#header-inner  .toptitle > div.topTitle005 span{
	font-size:50px;
}

@keyframes top-title {
    3% { opacity:0; } 
    8% { opacity:1; } 
    18% { opacity:1;  }
    20% { opacity:0; }
    100% { opacity:0; }
}

@media screen and (max-width : 1920px){ 
	#header-inner  .toptitle > div  { 
		font-size:3vw; 
	}
	#header-inner  .toptitle > div.topTitle005 {
		font-size:4.5vw;
	}
	#header-inner  .toptitle > div.topTitle005 span{
		font-size:2.5vw;
	}
}

@media screen and (max-width : 768px){ 
    #header-inner  .toptitle > div {
        font-size: 5vw;
        top:30%;
    }
}
@media screen and (max-width : 480px){ 
    #header-inner  .topImage > div img {
        height:50vh;
    }
    #header-inner  .toptitle > div {
        font-size: 9vw;
        top:16%;
    }
}
/*-------------------------------------
          GLOBAL NAVIGATION 
-------------------------------------*/
nav { 
    width:100%;
	max-width:1920px;
	margin:0 auto;
    height:85px;
    z-index:10;
    background-color: #00A73C; 
}
.navInner {
    width:100%;
    max-width:1300px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}

.navInner ul { 
    line-height:85px;
	margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
}
.navInner li { 
    padding:0 10px;
    width:auto; 
    font-weight:bold;
    text-align:center; 
}
.navInner li:first-child { 
	padding-right:10px;
}
.navInner li img{
	max-width:30px;
	display:inline-block;
	vertical-align:middle;
}
.navInner li h1{
	display:inline-block;
}
.navInner li h1 a:link,
.navInner li h1 a:visited{
    color:#fff; 
}

.navInner li a:link,
.navInner li a:visited { 
    font-weight:bold;
    display: block;
    font-size:17px;
    color:#fff; 
}
.navInnert li a:visited { 
    color:#fff; 
}
nav.white #openList a:link { 
    color:#fff; 
}
nav.white #openList li a:visited { 
    color:#fff; 
}
nav.white #openList li a:hover { 
    color:#ccc;
}
nav.white #openList li.active a { 
    color:#fff;
}
#openList{ 
    display:none;
}

@media screen and (max-width : 1300px){
    nav {  
        width:100%; 
        height:47px;
        background:none;
        position:fixed;
        top:0;
        opacity: 1.0;
    }
    nav.white {
        opacity: 1.0;
    }
    .navInner {
        justify-content: flex-end;
    }
	.navInner ul { 
		display:none;
	}
    #openList { 
        display:block;
        width:50px;
        margin:0;
        cursor:pointer;
        z-index:10;
    }
    #openList  img { 
        display:block; 
    }
    #openList div.open {
        height:50px;
        margin-right:-310px; 
        transition: .5s linear; 
    }
    #openList div.close { 
        height:100%;
        margin-left:-230px; 
        transition: .5s linear; 
    }
    #openList .openIcon { 
        position:relative;
        width:50px;
        z-index:10;
        background:rgba(0,0,0,0.6);
    }
    #openList ul { 
        padding:0px;
        height: 100vh;
        display: block;
        line-height: 60px;
        margin:-47px 0px 0px 50px; 
        background: rgba(0,0,0,0.6); 
    }
    #openList ul li { 
        font-size: 16px;
        font-weight: bold;
        position: relative;
        width: 230px;
        padding:0;
        border-bottom: 1px solid #FFF;
        z-index:3; 
    }
    #openList li a { 
        display:block;
        padding:5px;
        text-decoration: none;
    }
    nav.white #openList li.active a:link,
    nav.white #openList li.active a:visited { 
        color:#fff;
    }
    nav #openList li a:link, nav #openList li a:visited { 
        color:#fff; 
    }
    nav.white #openList li a:link,
    nav.white #openList li a:visited {
        color:#fff; 
    }
    nav #openList li a:link,
    nav #openList li a:visited { 
        color:#fff; 
    }
}
@media screen and (max-width:480px) {
    nav div.company-logo img {
        width: 85px;
    }
    #openList ul li.scrap { 
        line-height:30px;
    }
}

/*-------------------------------------
	   Main Contents
-------------------------------------*/
main {  }
article { 
    width:100%; 
    margin:0 auto;  
}
section {
    width:100%; 
    margin:0 auto; 
    opacity:0;
}
.section-inner {
    max-width:1920px; 
    margin:0 auto;  
    box-sizing: border-box;
}
section.show {
    animation-name:section-show;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
}
@keyframes section-show {
    0% { opacity:0; transform: translateY(100px);}
    100% { opacity:1;transform: translateY(0);}
}
.contents-inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width:768px) {
    .sectionInner {
        width:98%;
        margin:0 1%;
    }
}

/*-------------------------------------
             WHATS NEW
-------------------------------------*/
h2 { 
    font-size:36px;
    text-align:center;
    color:#333;
    text-transform:uppercase;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
}

h2.news { 
    color:#00A73C; 
    padding:50px 0; 
}

.NewInner {
    max-width:1000px; 
    margin:0 auto;  
}
.NewBox {
    max-width: 900px;
    margin:0 auto;  
    padding: 10px;
    font-size:16px;
    color:#555;
    display:flex;
    flex-wrap:wrap;
	align-items: center;
    border-bottom:1px #eee solid;
}
.NewBox:nth-child(2) {
    border-top:1px #eee solid;
}
.postDate {
    margin:0px 0px 0 40px;
    color:#777;
    width: 100px;
}
.postCategory {
    color:#fff;
    width:120px;
    margin:0px;
    padding:5px 20px;
    background-color: #00A73C; 
    border-radius:2px;
    font-size:14px;
}
.postTitle {
    margin:0px 0 0 40px;
}
.NewInner .s-news{
	width:100%;
	max-width:800px;
	margin:30px auto;
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:480px) {
    .NewInner {
        padding:0 0 0px;
    }
	h2 { 
		font-size:24px;
	}
	h2.news {
		padding: 20px 0;
	}
}
/*-------------------------------------
	          園の特徴
-------------------------------------*/
 h2.overView { 
    color:#fff;
    padding:10px 0; 
    margin:40px auto 0;
    background-color: #00A73C; 
}
.visionInner {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
	overflow:hidden;
}
.visionBox1{
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content: flex-end;
	background-image:url(image/mid-001.jpg);
	background-size:100%;
	background-position:center center;
    width:100%;
	height:300px;
    padding:140px 40px 100px 100px;
	margin-top:-60px;
    opacity:0;
    position:relative;
	clip-path: polygon(0 100%, 100% 80%, 100% 0, 0 20%);
}
.visionBox1.show {
    animation-name: fadeInVisionLeft;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
}
@keyframes fadeInVisionLeft {
    0% { transform: translateX(-400px); }
    100% {opacity:1; transform: translateX(0);}
}
.visionBox2,
.visionBox3,
.visionBox4,
.visionBox5{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	background-image:url(image/mid-003.jpg?124);
	background-size:100%;
	background-position:center center;
    width:100%;
	height:300px;
    padding:180px 40px 150px 100px;
	margin-top:-50px;
    opacity:0;
	clip-path: polygon(0 100%, 100% 80%, 100% 0, 0 20%);
	position: relative;
}
.visionBox3{
	background-image:url(image/mid-004.jpg?124);
}
.visionBox4{
	background-image:url(image/mid-002.jpg?124);
}
.visionBox5{
	background-image:url(image/mid-005.jpg?124);
}
.visionBox2.show,
.visionBox4.show{
    animation-name: fadeInVisionRight;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
    transform: skewY(-7deg) ;
}
@keyframes fadeInVisionRight {
    0% { transform: translateX(400px); }
    100% {opacity:1; transform: translateX(0);}
}
.visionBox3.left.show,
.visionBox5.left.show {
    animation-name: fadeInVisionLeft;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
    transform: skewY(-7deg) ;
}
.visionBox6{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	background-image:url(image/mid-006.jpg?123);
	background-position:center center;
	background-size:100%;
    width:100%;
	height:300px;
    padding:150px 40px 120px 100px;
	margin-top:-50px;
    opacity:0;
	clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 20%);
	position: relative;
}
.visionBox6.show {
    animation-name: fadeInVisionRight;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
}
.visionBox6.left.show {
    animation-name: fadeInVisionLeft;
    animation-duration:0.5s;
    animation-timing-function:ease-in-out;
    animation-fill-mode:forwards;
    transform: skewY(-7deg) ;
}
.visionText {
	font-size:24px;
	color:#fff;
	font-weight:600;
    line-height:1.8em;
	background:#fff;
	padding:20px;
	border-radius:20px;
 }
.visionBox1 .visionText{
	background:rgba(240, 61, 64, 0.6); 
}
.visionBox2 .visionText{
	background:rgba(243, 135, 164, 0.6); 
}
.visionBox3 .visionText{
	background:rgba(128, 66, 152, 0.6); 
}
.visionBox4 .visionText{
	background:rgba(1, 101, 171, 0.6); 
}
.visionBox5 .visionText {
	background:rgba(3, 182, 222, 0.6); 
}
.visionBox6 .visionText {
	background:rgba(38, 178, 79, 0.6); 
}
@media screen and (max-width:1000px) {
    .visionBoxInner {
        width:98%;
        margin:0 1%;
    }
}
@media screen and (max-width:768px) {
    .visionBoxInner h3 {
        font-size:7vw;
        margin: 20px auto 10px;
    }
    .visionBoxInner .visionBoxSubTitle {
        font-size: 3vw;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:480px) {
    section#vision-mission {
        padding-top:40px;
    }
    .visionBox {
        padding:20px 0 20px;
    }
	.visionBox1, 
	.visionBox2, 
	.visionBox3, 
	.visionBox4, 
	.visionBox5,
	.visionBox6 {
		height:200px;
		margin-top:-30px;
		padding: 100px 40px 90px 100px;
	}
    .visionBoxInner .visionBoxLeft {
        width:100%;
        padding-right:0;
    }
    .visionBoxInner .visionBoxRight {
        width:100%;
        padding-left:0;
    }
    .visionBoxInner .visionBoxSubTitle {
        font-size: 5vw;
    }
    .visionLinkBox {
    margin:30px auto 60px;
    }
	.visionBox6{
		background-image:url(image/mid-006s.jpg?123);
	}
	.visionText{
		font-size:16px;
	}
    article #aboutus-sdgs .sectionBoxImage .sdgsBox {
        margin-top:20px;
    }
    article #aboutus-sdgs .sectionBoxImage > div {
        width:98%;
        margin:0 1%;
    }
} 
/*-------------------------------------
               ご挨拶
-------------------------------------*/
.sec-03{
}
.sec-03 .Greetings{
	padding:40px 0 0 0;
}
.sec-03 .Greetings p{
	line-height:2em;
	padding:5px 0;
}
.sec-03 .Greetings-pic{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.sec-03 .Greetings-pic img{
	width:50%;
}
.sec-03 .Greetings-pic img.gpic01{
	max-width:200px;
	height:auto;
	max-height:150px;
	margin:10px auto 10px 0;
}
.sec-03 .Greetings-pic img.gpic02{
	max-width:554px;
	height:auto;
	max-height:195px;
	margin:10px 0 10px auto;
}
.sec-03 .nbaacademy{
	padding-top:70px;
	margin:20px auto;
}
.sec-03 .nbaacademy p{
	text-align:center;
}
.sec-03 .nbaacademy img{
	margin:30px auto 50px;
	max-width:400px;
}

@media screen and (max-width:1000px){
	.sec-03 .contents-inner{
		width:98%;
	}
}
@media screen and (max-width:480px){
	.sec-03 .Greetings {
		padding: 10px 0 0 0;
	}
	.sec-03 .Greetings p {
		line-height: 1.5em;
		padding: 5px 0;
	}
	.sec-03 .Greetings-pic img{
		width:100%;
	}
	.sec-03 .Greetings-pic img.gpic01{
		margin:10px auto;
	}
	.sec-03 .nbaacademy img{
		width:90%;
	}
}
/*-------------------------------------
     ウィズが大切にしていること
-------------------------------------*/
.sec-032 .flex-con{
	margin:0px auto 20px;
	position:relative;
	padding:0 0 20px 0;
	align-items: flex-start;
}
.sec-032 .flex-30{
	padding:50px 20px 0;
	position:relative;
}
.sec-032 img{
	border-radius:50%;
	box-shadow:2px 2px 4px #aaa;
}
.sec-032 h3{
	padding:40px 0;
	line-height:2em;
	text-align:center;
	color:#333;
}

@media screen and (max-width:480px){
	.sec-032 .flex-30{
		padding:40px 10px 0;
		width:100%;
	}
	.sec-032 img{
		width:70%;
		margin:0 auto;
	}
	.sec-032 h3{
		padding:10px 0;
	}
}

/*-------------------------------------
        運動など日々のプログラム
-------------------------------------*/
.sec-04 .contents-inner{
	max-width:830px;
	margin:0 auto;
}
.sec-04 .flex-con{
	margin:0px auto 20px;
	position:relative;
	padding:0 0 20px 0;
	align-items: flex-start;
}
.sec-04 .flex-100{
	padding:50px 20px 0;
	position:relative;
}
.sec-04 p{
	padding:10px 0 0;
	line-height:1.5em;
}
.sec-04 .flex-100 img{
	width:60%;
	margin:10px auto;
}

.sec-04 .sec04-01:before{
	content:"";
    width: calc(100% - 40px);
    display: block;
    padding-top: 100%;
	position:absolute;
	top:0;
	background-image:url(image/sec04-01.png);
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.1;
}
.sec-04 .sec04-02:before{
	content:"";
    width: calc(100% - 40px);
    display: block;
    padding-top: 100%;
	position:absolute;
	top:0;
	background-image:url(image/sec04-02.png);
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.1;
}
.sec-04 .sec04-03:before{
	content:"";
    width: calc(100% - 40px);
    display: block;
    padding-top: 100%;
	position:absolute;
	top:0;
	background-image:url(image/sec04-03.png);
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.1;
}
.sec-04 .card03{
	margin-top:40px;
}

.sec-link {
	width:99%;
	text-align:right;
	margin:1%;
	border-radius:20px;
	box-sizing:border-box;
}
.sec-link a:link,
.sec-link a:visited{
	text-align:center;
	padding:5px 20px;
	border-radius:20px;
	box-sizing:border-box;
	color:#fff;
	background:#00A73C;
}

.slider {
    margin: 0 auto;
    width: 80%;
}
.slider img {
    height: auto;
    width: 50%;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
@media screen and (max-width:1000px){
	.sec-04 .flex-30{
		width:100%;		
	}
	.sec-04 .sec04-01:before{
		width:20%;
	}
	.sec-04 .sec04-02:before{
		width:20%;
	}
	.sec-04 .sec04-03:before{
		width:20%;
	}
	.sec-04 .flex-30{
		padding:50px 20px 0;
	}
}
@media screen and (max-width:480px){
	.sec-04 .flex-100{
		padding:20px 10px 0;
	}
	.sec-04 .flex-100 img{
		width:100%;
		margin:10px auto;
	}
}
/*-------------------------------------
               コラム
-------------------------------------*/
.sec-05{
}
.sec-05 h3{
    font-family: "Times New Roman", Times, serif;
	padding:20px 0;
	text-align:center;
	font-size:22px;
	color:#00A73C;
}
.sec-05 .column-box{
	max-width:900px;
	margin:10px auto;
	padding:0 0 10px 0;
	border-bottom: 1px dotted #c0c0c0;
}
.sec-05 h4{
	color: #845737;
	font-size:18px;
}
.sec-05 p{
	color: #5f5f5f;
    margin-top: 12px;
	font-size:14px;
}
.readMore{
	padding-top:20px;
	text-align:right;
}
.readMore a:link,
.readMore a:visited{
	background:#00A73C;
	border-radius:30px;
	padding:10px 20px;
	margin:10px;
	color:#fff;
}
@media screen and (max-width:480px){
	.sec-05 .column-box{
		width:98%;
	}
}
/*-------------------------------------
        保護者アンケート
-------------------------------------*/
.sec-06{
}
.sec-06 .flex-con{
	margin:40px auto 10px;
	position:relative;
	padding:0 0 40px 0;
	align-items: flex-start;
}
.sec-06 .flex-25{
	padding:0 10px;
	align-items: flex-start;
}
.sec-06 .flex-25 h4{
	padding:10px 0;
	font-size:16px;
	color:#555;
}
.sec-06.show .bar-graph-wrap {
	position: relative;
	height: 190px;
	margin:10px auto;
	overflow: hidden;
}
.sec-06.show .bar-graph-wrap .graph {
	height: 40px;
	position: absolute;
	left: 0;
	border-radius: 0 4px 4px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	animation: graphAnim 1.5s forwards;
}
.bar-graph-wrap .graph span {
  font-size: 14px;
  color: #ffffff;
}
.bar-graph-wrap .graph.blue {
  top: 0;
  background: #03a9f4;
}
.bar-graph-wrap .graph.red {
  top: 50px;
  margin: auto;
  background: #ff3051;
}
.bar-graph-wrap .graph.green {
  top: 100px;
  margin: auto;
  background: #1fd26c;
}
.bar-graph-wrap .graph.purple {
  bottom: 0;
  background: #884898;
}
.bar-graph-wrap .graph.w100 {
	width:100%;
}
.bar-graph-wrap .graph.w98 {
	width:98%;
}
.bar-graph-wrap .graph.w97 {
	width:97%;
}
.bar-graph-wrap .graph.w96 {
	width:96%;
}
.bar-graph-wrap .graph.w95 {
	width:95%;
}

@keyframes graphAnim {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}

/*------    保護者様からの声    ------------*/
.sec-06 h3.voice{
	text-align:center;
	color:#00A73C;
	font-size:28px;
	padding:10px 0;
	font-family: "Times New Roman", Times, serif;
}
.sec-06 h3.voice span{
	padding:0 10px;
	letter-spacing:-2px;
}
.sec-06 ul {
	display:flex;
	flex-wrap:wrap;
}
.sec-06 li{
	width:33.33%;
	padding: 40px 30px;
    min-height: 180px;
    margin: 10px 0;
	font-size:16px;
	background-image:url(image/sec06-bg.jpg);
	background-size:100%;
	background-repeat:no-repeat;
}
@media screen and (max-width:768px){
	.sec-06 li{
		padding: 10px 10px 10px;
		min-height: 130px;
	}
}
@media screen and (max-width:480px){
	.sec-06 .flex-25{
		width:100%;
	}
	.sec-06 li{
		width: 100%;
        padding: 30px 40px;
        min-height: 160px;
        background-size: 90%;
        background-position: center;
	}
	.sec-06 h3.voice span{
		display:none;
	}
}
/*-------------------------------------
           子育てをする心構え
-------------------------------------*/
.sec-07{
}
.sec-07 h3{
    font-family: "Times New Roman", Times, serif;
	padding:20px 20px 0;
	text-align:left;
	font-size:19px;
	color:#00A73C;
}
.sec-07 .flex-con{
	margin:40px auto 40px;
	position:relative;
	padding:0 0 40px 0;
	align-items: flex-start;
}
.sec-07 .flex-60,
.sec-07 .flex-100{
	padding:40px 20px 0;
}
.sec-07 .flex-60:before{
	content: "";
	position:absolute;
	top:40px;
	bottom:0;
	left:10%;
	width: 90%;
	z-index: -1;
	background:#eee;
}
.sec-07 .flex-100:before{
	content: "";
	position:absolute;
	top:40px;
	bottom:0;
	left:0%;
	width: 100%;
	z-index: -1;
	background:#eee;
}
.sec-07 .sec07-01:before{
	background:rgba(243, 135, 164, 0.1);
}
.sec-07 .sec07-02:before{
	background:rgba(128, 66, 152, 0.1);
}
.sec-07 .sec07-03:before{
	background:rgba(1, 101, 171, 0.1);
}
.sec-07 .sec07-04:before{
	background:rgba(38, 178, 79, 0.1);
}
.sec-07 .sec07-05:before{
	background:rgba(240, 61, 64, 0.1);
}
.sec-07 h4{
	margin:10px 0;
}
.sec-07 .sec07-box{
	background:#fff;
	padding:15px;
}
.sec-07 .sec07-box p{
	font-size:15px;
	line-height:1.8em;
}
.sec-07 .sec07-box p.sec07-ttl{
	padding-bottom:10px;
}
.sec-07 .sec07-box p.sec07-txt{
	margin-left:0.5em;
	padding-left:1em;
	text-indent:-0.5em;
}

.sec-07.show .bar-graph-wrap {
	position: relative;
	height: 140px;
	margin:10px auto;
	overflow: hidden;
}
.sec-07.show .bar-graph-wrap .graph {
	height: 40px;
	position: absolute;
	left: 0;
	border-radius: 0 4px 4px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	animation: graphAnim 1.5s forwards;
}
@media screen and (max-width:480px){
	.sec-07 h3{
		font-size:16px;
	}
	.flex-40 {
		width: 100%;
	}
}
/*-------------------------------------
             幼稚園の概要
-------------------------------------*/
.sec-09 table {
	width: 100%;
	max-width:1000px;
	margin:40px auto 0;
	border-collapse: collapse;
}
.sec-09 table tr{
  border-bottom: solid 2px white;
}
.sec-09 table tr:nth-child(odd){
  background-color: #eee;
}
.sec-09 table tr:nth-child(even){
  background-color: #fff;
}
.sec-09 table tr:last-child{
  border-bottom: none;
}
.sec-09 table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}
.sec-09 table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.sec-09 table td{
  text-align: left;
  width: 70%;
  text-align: left;
  padding: 10px 0 10px 30px;
}

@media screen and (max-width : 768px) {
	.sec-09 table{
		font-size:14px;
	}
}
.map {
  position: relative;
	margin:30px auto;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}
 
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width : 480px) {
	.sec-09 table{
		font-size:13px;
	}
	.sec-09 table td{
		font-size:13px;
		padding: 10px 0 10px 15px;
	}
}
/*-------------------------------------
               FAQ
-------------------------------------*/
.sec-careers-04 .contents-inner{
	max-width:1000px;
	background:#fff;
	margin:0px auto 30px;
	padding:50px 50px 20px;
	border-radius:10px;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.sec-careers-04 details{
	transition:all .5s;
	padding:3px 0;
	border-bottom:1px #EAEAEA solid;
}
.sec-careers-04 summary {
	position:relative;
	list-style: none;
	color:#2E2E2E;
	cursor: pointer;
}
.sec-careers-04 details:last-child {
	border-bottom:none;
}
.sec-careers-04 summary:before {
    content: "";
	position:absolute;
	right:1px;
	background-image: url("image/arrow-d-b2.png");
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top:30px;
    width: 23px;
    height: 10px;
}
.sec-careers-04 details[open] summary:before,
.sec-careers-04 summary details[open] summary:before {
    content: "";
	position:absolute;
	right:1px;
	background-image: url("image/arrow-u-b2.png");
    background-position: center;
    background-size: contain;
	background-repeat:no-repeat;
	position:absolute;
	top:30px;
    width: 23px;
    height: 10px;
}

.sec-careers-04 .question{
	font-size:18px;
	color:#2E2E2E;
	padding:19px 0 16px;
}
.sec-careers-04 .question:before{
	content:"Q.";
	font-weight:500;
	padding-right:10px;
}
.sec-careers-04 .answer{
	font-size:18px;
	color:#928041;
	padding:0px 0 15px 40px;
}
.sec-careers-04 .answer:before{
	content:"A.";
	font-family:Robot;
	font-weight:500;
	padding-right:10px;
}
@media screen and (max-width : 1100px){
	.sec-careers-02 .contents-inner,
	.sec-careers-03 .contents-inner,
	.sec-careers-04 .contents-inner{
		width:100%;
		padding:0 3% 0 9%;
		box-sizing:border-box;
	}
}
@media screen and (max-width : 1100px){
	.sec-careers-04 h2{
		font-size:max(2.5vw, 24px);
	}
}
@media screen and (max-width : 768px){
}
@media screen and (max-width:480px) {
	.sec-careers-02 .contents-inner, 
	.sec-careers-03 .contents-inner, 
	.sec-careers-04 .contents-inner{
		padding:0 15px;
	}
	.sec-careers-04 {
		margin: 0 auto -50px;
		padding: 0px 0 50px;
		background:none;
	}
	.sec-careers-04 h3{
		font-size:12px;
	}
	.sec-careers-04 .contents-inner {
		margin: 10px auto 0px;
		box-shadow:none;
	}
	.sec-careers-04 .question{
		font-size:16px;
		margin-left:24px;
	}
	.sec-careers-04 .question:before{
		font-size:16px;
		margin-left:-24px;
	}
	.sec-careers-04 .answer{
		font-size:16px;
		margin-left:24px;
	}
	.sec-careers-04 .answer:before{
		font-size:16px;
		margin-left:-24px;
	}
	.sec-careers-04 details {
		padding: 6px 0 6px;
	}
}

/*-------------------------------------
               お問い合わせ
-------------------------------------*/
.sectionBox{
	padding-top:30px;
}
.contactBoxInner p {
    margin:5px 0;
}
.Form-Item {
  padding: 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item-Label {
  width: 100%;
  max-width: 30%;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
	.sectionBox{
		width:96%;
		margin:0 auto;
	}
}
@media screen and (max-width: 480px) {
	.sec-20 .Form {
		width: 96%;
		margin: 0 auto 100px;
	}
    .Form-Item {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 16px;
        padding-bottom: 16px;
        flex-wrap: wrap;
    }
    .Form-Item-file {
        padding:20px 0;
    }
	.sec-11 .sectionBox {
		width:98%;
		margin:0 auto;
	}
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 70px;
  display: inline-block;
  text-align: center;
  background: #00A73C;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-nonRequired {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #aaa;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 20px;
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
    color: #555;
}
.radio-box{
	font-size:16px;
	height: 36px;
}
.Form-Item-Radio {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 20px;
  padding: 0 10px;
  height: 20px;
  flex: 1;
  width: 20px;
  background: #eaedf2;
	vertical-align: text-bottom;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 20px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    }
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
  }
    .Form-Item-Input-radio {
        height: 20px;
        width: 20px;
        max-width: 40px;
        margin-left: 30px;
    }
    .Form-Item .radio-box {
        margin:10px 0 30px;
		width:50%;
		line-height:40px;
    }
    .Form-Item select {
        color:#777;
    }

}
.Form-Btn {
    border:none;
    cursor:pointer;
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #00A73C;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
  @media screen and (max-width : 480px) {

  }

/*-------------------------------------
	   CONTACT 
-------------------------------------*/
.sec-11 {
	padding-bottom:70px;
}


/*-------------------------------------
             PAGE 
-------------------------------------*/
main.page{
	padding:0 0 40px;
}
.page-header{
	height:auto;
}
.page-top{

}
.page-ttl{
	width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.page-ttl h1{
	color:#fff;
    margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size:48px;
    text-shadow:2px 2px 5px #000, -2px 2px 5px #000, 2px -2px 5px #000, -2px -2px 5px #000 ;
}
.page section{
	opacity:1;
}
@media screen and (max-width:480px){
	.page-ttl h1{
		font-size:24px;
	}
}
/*-------------------------------------
          Page Program
-------------------------------------*/
article section h3{
	text-align:left;
	margin:0 0 20px;
	color:#00A73C;;
}
.sec-20{
}
.sec-20 .flex-con{
	margin:30px auto;
}
.sec-20 .flex-50{
	padding:0 20px;
	box-sizing:border-box;
}
.sec-20 .flex-50 p{
	line-height:2em;
}
@media screen and (max-width:480px){
	.sec-20 .flex-50{
		width:100%;
	}
	.sec-20 .flex-50:first-child{
		order:2;
	}
}

/*-------------------------------------
          Page Chidcare
-------------------------------------*/
header .page-child{
	height:300px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.sec-21 .section-inner{
	width:98%;
	margin:20px auto 20px;
}
.sec-21 h2.overView{
	color:#333;
	background:#fff;
}
.sec-21 h3{
	color:#333;
}
.sec-21 .contents-inner{
	background-position:right bottom;
	background-size:50%;
	background-repeat:no-repeat;
}
.sec-21 .contents-inner.childcare{
	background-image:url(image/chidcare-bg.png?123);
}
.sec-21 .contents-inner.activity{
	background-image:url(image/activity-bg.png?123);
}
.sec-21 .contents-inner.experience{
	background-image:url(image/experience-bg.png?123);
}
.sec-21 .sec21-box {
	padding:20px 0;
	border-bottom:1px #ccc solid;
}
.sec-21 .sec21-box p{
	padding-left:40px;
	line-height:1.7em;
}
@media screen and (max-width:768px){
	header .page-child{
		height:250px;
	}
	header .page-ttl h1{
		font-size: 36px;
	}
}
@media screen and (max-width:480px){
	header .page-child{
		height:200px;
	}
	header .page-ttl h1{
		font-size: 30px;
	}
	.sec-21 h3{
		padding:0 20px;
	}
	.sec-21 .sec21-box p{
		padding:0 20px;
	}
}

/*-------------------------------------
           ASIDE Page Top
-------------------------------------*/
aside {
    width:100%;
    text-align: center;  
}
aside:hover{

}
#pageTop {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 100px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: rgba(0,0,0,0.7); 

}
#pageTop a:link {
    display:block;
    width: 100%;
    color: #fff;  
    padding:20px 0;
}
  @media screen and (max-width : 480px) {
      #pageTop { display: none; }
  }
/*-------------------------------------
	     Footer
-------------------------------------*/
footer { 
    width:100%;
    text-align:center;
    margin:0 auto;
    padding:0;
    background:#323333;
    font-size:18px;
    color:#fff;
}
#footer-inner { 
    max-width:1480px;
    margin:0px auto; 
    padding:50px 0 0; 

}
footer ul{
    display:flex;
    flex-wrap:wrap;
	justify-content:space-around;
	gap:20;
}
footer ul li {
    width:auto;
}
footer ul li a:link,
footer ul li a:visited {
    color:#fff;
}
footer address { 
    font-size:16px;
    color:#fff; 
    padding:50px 0;
}
@media screen and (max-width : 1100px) {
    footer ul li {
        width:25%;
		padding:10px 0;
    }
}

@media screen and (max-width : 480px) {
    footer #footer-inner > div {
        width:50%;
    }
    footer h4 {
        font-size:4vw;
        line-height:3em;
    }
	footer ul li {
		width: 33.33%;
		font-size: 14px;
		margin: 10px auto;
	}
	footer address {
		font-size: 14px;
	}
}



















