@charset "euc-jp";
/* CSS Document */

html {
	overflow:auto;
	font-size:62.5%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	overflow:hidden;
	font-size: 14px;
	height:100%;
	margin: 0;
	background: #fafffa;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}
a {
    display: block;
    text-decoration: none;
    color: #484848;
    outline: none;
	margin: 0;
}
p , ul li , h1 , h2 , h3 {
	color: #484848;
	margin: 0;
}
ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.sp , .spBr {
    display: none;
}

/* header */

header {
    box-sizing: border-box;
    background: #fff;
	padding: 5px 0 7px;
	width: 100%;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 1px 10px 0px rgba(210,210,210,0.5);
}
header .logo {
	text-align: left;
	line-height: 0;
	margin: 0;
}
header .logo img {
	width: 60px;
}
.PCheader {
	align-items: center;
	justify-content: space-between;
	font-size: 1.0em;
	letter-spacing: .5px;
	font-weight: bold;
	width: 1000px;
	margin: 0 auto;
}
.PCmenu {
	width: 700px;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.PCmenu li a {
	transition: .3s
}
.PCmenu li a:hover {
	color: #009944;
}
.PCheader .applyBt {
	background:  -moz-linear-gradient(90deg, #ff7800, #ffb129);
	background:  -webkit-linear-gradient(90deg, #ff7800, #ffb129);
	background: linear-gradient(90deg, #ff7800, #ffb129); 
	color: #fff;
	padding: 11px 30px 13px;
	border-radius: 25px;
	letter-spacing: 1px;
	transition: .3s;
	box-shadow: 0px 1px 10px 0px rgba(210,210,210,0.5);
	font-weight: bold;
}
.PCheader .applyBt:hover {
	opacity: .7;
}

/* main */

.main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
	background: #fff;
	box-shadow: 0px 1px 20px 5px rgba(205,224,205,0.6);
	text-align: center;
}
.mainV.pc {
	width: 1000px;
	margin: 0 auto;
}

/* story */

.contents {
	background: #f0fbef;
	padding: 50px 75px 70px;
}
.contents:nth-of-type(odd) {
	background: #fff; 
}

.contents#story {
	padding: 20px 0 25px;
}

.catch {
	font-size: 2.0em;
	color: #009944;
	font-weight: bold;
	letter-spacing: 2.5px;
}

h2 {
	color: #009944;
	font-size: 1.6em;
	letter-spacing: 1px;
	margin-bottom: 30px;
	line-height: 1.3;
	font-weight: bold;
}
h2 span {
	display: block;
	color: #addfc3;
	font-size: 0.8em;
}
h2 span:nth-of-type(2) {
	display: inline;
	color: #009944;
}
.lead {
	font-size: 1.1em;
	line-height: 2.1;
	letter-spacing: .5px;
	margin-bottom: 10px;
}
.contents .applyBt {
	display: block;
	width:  370px;
	margin: 30px auto 0;
	background:  -moz-linear-gradient(90deg, #ff7800, #ffb129);
	background:  -webkit-linear-gradient(90deg, #ff7800, #ffb129);
	background: linear-gradient(90deg, #ff7800, #ffb129); 
	color: #fff;
	padding: 15px 0 17px;
	border-radius: 35px;
	letter-spacing: 2px;
	font-size: 1.2em;
	transition: .3s;
	position: relative;
	box-shadow: 0px 1px 10px 0px rgba(210,210,210,0.5);
	font-weight: bold;
}
.contents .applyBt:before{
    content: "";
    position: absolute;
    top: 49%;
    right: 4%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 9px solid #fff; 
}
.applyBt:hover {
	opacity: .7;
}
.notes {
	margin-top: 20px;
	font-size: 0.9em;
	line-height: 1.6;
}
.notes .red {
	color: #ff5f5f;
}

/* Exhibition */
.catch02 {
	background: #009944;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	padding: 20px 0 25px;
	letter-spacing: 2.5px;
}
#exhibition h2 {
	margin: 40px auto 25px;
}
#exhibition.contents {
	padding-top: 0;
}
.contents .tx01 {
	font-size: 1.1em;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
#exhibition > .tx01 {
	font-size: 1.2em;
	letter-spacing: 1.5px;
}
.area{
	width: 850px;
	margin: 0 auto;
	padding: 0;
	justify-content: space-between;
}
.area > li {
	box-sizing: content-box;
	border: 2px solid #f7cb00;
	border-radius: 10px;
	width: 31%;
	background: #fff;
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.area > li:nth-of-type(2) {
	border:  2px solid #4bc0cc;
}
.area > li:nth-of-type(3) {
	border:  2px solid #f876b0;
}
.area h3 {
	position: absolute;
	display: inline-block;
	background: #f7cb00;
	left: 30%;
	top:-20px;
	color: #fff;
	padding: 5px 25px 8px;
	border-radius: 30px;
	font-size: 1.25em;
	letter-spacing: 2px;
}
.area > li:nth-of-type(2) h3 {
	background: #4bc0cc;
}
.area > li:nth-of-type(3) h3 {
	background: #f876b0;
}
.area .box01 {
	padding: 15px 15px 5px;
}
.contents .area .tx01 {
	font-size: 1.1em;
	letter-spacing: .5px;
	line-height: 1.4;
	margin-bottom: 12px;
	padding-bottom: 15px;
	border-bottom: 3px dotted #f7cb00;
	font-weight: bold;
}
.contents .area > li:nth-of-type(2) .tx01 {
	border-bottom: 3px dotted #4bc0cc;
}
.contents .area > li:nth-of-type(3) .tx01 {
	border-bottom: 3px dotted #f876b0;
}
.contents .area .tx02 {
	font-size: 0.9em;
	line-height: 1.3;
	margin-bottom: 3px;
}
.contents .area .tx02.type02 {
	font-size: 0.8em;
	margin-bottom: 5px;
}
.contents .area .logo {
	margin: 5px auto 8px;
}
.contents .area .logo img {
	width: 90%;
}
.contents .area .list {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
.contents .area .list li {
	padding-left: 15px;
	position: relative;
}
.contents .area .list li + li {
	margin-top: 3px;
}
.contents .area .list li:before {
	position: absolute;
	content: "¡¦";
	display: inline-block;
	font-size: 14px;
	left: 0;
}
.area .smallTx {
	padding-top: 10px;
	text-align: right;
	font-size: 0.9em;
}
.companyLogo {
	width: 660px;
	margin: 0 auto;
}
.companyLogo li {
	width: 202px;
	margin-right: 27px;
}
.companyLogo li:nth-of-type(3n) {
	margin-right: 0;
}
.companyLogo li:nth-of-type(n+4) {
	margin-top: 20px;
}
.contactBt {
	display: block;
	width:  360px;
	margin: 45px auto 0;
	background: #fff; 
	color: #009944;
	border: 2px solid #009944;
	padding: 15px 0 17px;
	border-radius: 35px;
	letter-spacing: 1px;
	font-size: 1.1em;
	transition: .3s;
	position: relative;
	font-weight: bold;
}
.contactBt:before{
    content: "";
    position: absolute;
    top: 48%;
    right: 4%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 9px solid #009944; 
}
.contactBt:hover {
	opacity: .7;
}
#exhibition .notes {
	margin-top: 5px;
	letter-spacing: .5px;
}

/* seminar */

#seminar .tx01 {
	font-size: 1.4em;
	line-height: 1.5;
	color: #009944;
	margin-bottom: 10px;
}
#seminar .tx01 span {
	font-size: 0.85em;
}
#seminar .tx02 {
	font-size: 1.0em;
	line-height: 1.8;
	margin-bottom: 30px;
}
.teacher {
	width: 600px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	padding: 25px 30px;
	justify-content: space-between;
	border-radius: 10px;
	align-items: center;
}
.teacher.type02 {
	background: #f0fbef;
}
.teacher>img {
	width: 130px;
	height: 130px;
}
.teacher>div {
	width: 450px;
}
#seminar .teacher .tx01 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 3px;
}
#seminar .teacher .tx02 {
	font-size: 0.9em;
	line-height: 1.6;
	margin-bottom: 0;
}
.schedule {
	width: 600px;
	margin: 25px auto 0;
}
.schedule>li {
	border-bottom: 1px solid #addfc3;
	padding: 10px 0;
}
.schedule h3 {
	background: #009944;
	width: 15%;
	height: 100%;
	padding: 3px 0 5px 0;
	border-radius: 30px;
	color: #fff;
	font-size: 1.0em;
	letter-spacing: 1px;
	margin-right: 15px;
}
.schedule li p {
	margin-top: 3px;
	font-size: 1.0em;
	line-height: 1.5;
	text-align:left;
	width: 80%;
}
.schedule li span {
	font-size: 0.9em;
	line-height: 1.4;
}
.schedule .list li {
	text-align: left;
	padding-left: 16px;
	line-height: 1.7;
	position: relative;
}
.schedule .list li:before {
	position: absolute;
	content: "¡¦";
	display: inline-block;
	left: 0;
}
/* event */

.nurseryImg {
	margin-top: 30px;
	justify-content: space-between;
}
.nurseryImg img {
	width: 48%;
}

/* comms */

#comms .schedule>li {
	border-bottom: 1px solid #addfc3;
}

/* about */

.schedule li a {
	color: #009944;
	text-decoration: underline;
	display: inline-block;
}

#philosophy.contents {
	background: #009944;
	padding: 33px 75px 40px;
}
#philosophy.contents p {
	font-size: 1.2em;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #fff;
}

/* contact */
#contact.contents {
	background: #fff;
	padding: 30px 75px 60px;
}
#contact .tx02 {
	margin-top: 10px;
	line-height: 1.7;
}
#contact .contactBt {
	margin-top: 15px;
}

/* footer */

footer {
    background: #f4f4f4;
	padding: 7px 0;
}
.copyright {
	font-size: 0.9em;
	line-height: 1.2;
}


@media screen and (max-width:599px) {

body {
	margin: 0;
	font-weight: 500;
}	
.sp , .spBr {
    display: block;
}
.pc , .pcBr {
     display: none;
}
/* header */

header {
	background: #fff;
	padding: 7px 0 0;
	width: 100%;
	height: 64px;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 1px 10px 0px rgba(210,210,210,0.5);
}
.SPlogo {
    width: 50px;
	line-height: 0;
	margin: 0 auto;
}
.hamburger {
    display : block;
    position: absolute;
    width: 60px;
    height: 64px;
    right: 0px;
    top:0;
    cursor:pointer;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 24px;
    height  : 2px ;
    right: 20px;
    background : #000;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 22px;
}
.hamburger span:nth-child(2) {
     top: 30px;
}
.hamburger span:nth-child(3) {
     top: 38px;
}
.hamburger.active span:nth-child(1) {
    top:30px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
 .hamburger.active span:nth-child(3) {
      top: 30px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
}
.hamburgerMenu {
    opacity: 0;
    pointer-events:none;
	width: 100%;
	height: 0;
    position: fixed;
	top : 63px;
	left: 0;
	transition: .7s;
}
.hamburgerMenu.active {
	width: 100%;
    height: 100vh;
    display: block;
    pointer-events: auto;
    z-index : 999;
    background: #fff;
    text-align: center;
    transition: opacity .5s ease, visibility .5s ease;
    opacity: 1;
}
.hamburgerMenu ul {
	padding-left: 0;
}
.hamburgerMenu ul li {
	padding: 0 10px;
}
.hamburgerMenu ul li a {
    font-size: 3.8vw;
    text-align: center;
    padding: 15px 0 17px;
	border-top: 1px solid #ccc;
	letter-spacing: 2px
}
.hamburgerMenu ul li:nth-of-type(6) a {
	border-bottom: 1px solid #ccc;
}
	
.applyBt {
	border-top: none!important;
	display: block;
	width:  93%;
	margin: 20px auto 0;
	background:  -moz-linear-gradient(90deg, #ff7800, #ffb129);
	background:  -webkit-linear-gradient(90deg, #ff7800, #ffb129);
	background: linear-gradient(90deg, #ff7800, #ffb129); 
	color: #fff;
	padding: 16px 0 18px;
	border-radius: 35px;
	letter-spacing: 2px;
	font-size: 3.8vw;
	font-weight: bold;
	position: relative;
}
.applyBt:before{
    content: "";
    position: absolute;
    top: 49%;
    right: 4%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 9px solid #fff; 
}
	
/* main */

.main {
	width: 100%;
	padding-top: 61px;
	box-shadow: none;
}

/* story */

.contents {
	padding: 30px 34px 50px;
}
.contents#story {
	padding: 15px 30px 22px;
}
.catch {
    font-size: 5.0vw;
    letter-spacing: 2px;
	line-height: 1.4;
}
h2 {
	font-size: 5.0vw;
	margin-bottom: 20px;
	line-height: 1.4;
}
h2 span {
	display: block;
	color: #b8edbc;
	font-size: 4.0vw;
}

.lead {
	font-size: 3.5vw;
	line-height: 1.9;
}
.contents .applyBt {
	display: block;
	width: 100%;
	margin: 30px auto 0;
	padding: 13px 0 15px;
	font-size: 3.8vw;
	position: relative;
	border-radius: 100px;
}
.contents .applyBt:before{
    top: 49%;
    right: 4%;
    border: 6px solid transparent;
    border-left: 9px solid #fff; 
}
.applyBt:hover {
	opacity: 1;
}
.notes {
	margin-top: 15px;
	font-size: 3.2vw;
	line-height: 1.7;
}

/* Exhibition */

.catch02 {
    font-size: 5.0vw;
    padding: 20px 0 23px;
    letter-spacing: 2px;
}
.contents .tx01 {
	font-size: 3.5vw;
	line-height: 1.6;
	margin-bottom: 20px;
}
#exhibition > .tx01 {
	margin-bottom: 35px;
	font-size: 3.6vw;
}
#exhibition h2 {
    margin: 30px auto 40px;
}
.area{
	display: block;
	width: 100%;
}
.area > li {
	margin: 0 auto;
	width: 100%;
}
.area h3 {
	position: relative;
	padding: 4px 30px 7px;
	font-size: 4.2vw;
	left: 0;
	top:-34px;
}
.area .box01 {
	padding: 0 20px 10px;
}
.area>li+li {
	margin-top: 35px;
}
.contents .area .tx01 {
	font-size: 3.8vw;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: -20px;
}
.contents .area .tx02 {
	font-size: 3.5vw;
	margin-bottom: 5px;
}
.contents .area .tx02.type02 {
	font-size: 3.3vw;
	margin-bottom: 5px;
}
.contents .area .logo {
	margin-bottom: 0;
}
.contents .area .logo img {
	width: 80%;
	max-width: 300px;
}
.contents .area .list {
	font-size: 3.5vw;
	line-height: 1.4;
	margin-top: 5px;
}
.contents .area .list li {
	padding-left: 25px;
	position: relative;
}
.contents .area .list li:before {
	left:10px;
	top: 22%;
	font-size: 3.0vw;
	line-height: 1;
}
.area .smallTx {
	font-size: 3.2vw;
}
.companyLogo {
	justify-content: space-between;
	margin-top: -25px;
    width: 100%;
}
.companyLogo li {
	width: 47%;
	margin-right: 0
}
.companyLogo li:nth-of-type(n+3) {
    margin-top: 12px;
}
.companyLogo li:nth-of-type(n+4) {
	margin-top: 12px;
}	
.contactBt {
	width: 100%;
	padding: 13px 0 15px;
	font-size: 3.5vw;
	margin-top: 30px;
}
.contactBt:before{
    content: "";
    position: absolute;
    top: 48%;
    right: 4%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 9px solid #009944; 
}
.contactBt:hover {
	opacity: 1;
}

/* seminar */

#seminar .tx01 {
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 4.3vw;
}
#seminar .tx01 span {
	display: block;
	font-size: 3.5vw;
	line-height: 1.4;
	margin-top: 3px;
	letter-spacing: 0;
}
#seminar .tx02 {
	font-size: 3.5vw;
	line-height: 1.7;
	margin-bottom: 30px;
}
#seminar .tx02 span {
	color: #009944;
	font-size: 3.5vw;
}
.teacher {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 20px 30px 25px;
}
.teacher>img {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 130px;
	height: 130px;
}
.teacher>div {
	width: 100%;
}
#seminar .teacher .tx01 {
	font-size: 3.2vw;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
}
#seminar .teacher .tx02 {
	font-size: 3.0vw;
	line-height: 1.6;
	margin-bottom: 0;
}
.schedule {
	width: 100%;
	margin: 10px auto 0;
}
.schedule h3 {
	width: 25%;
	padding: 3px 0 4px 0;
	font-size: 3.2vw;
	margin-right: 15px;
}
.schedule>li {
	padding: 9px 0 12px;
}
.schedule li p {
	width: 70%;
	margin-top: 2px;
	font-size: 3.2vw;
}
.schedule li span {
	font-size: 3.0vw;
}
.schedule .list {
	width: 70%;
}
.schedule .list li {
	font-size: 3.2vw;
	padding-left: 13px;
	line-height: 1.6;
}
#seminar .applyBt , #event .applyBt , #about .applyBt {
	margin-top: 20px;
}
	
/* event */

.nurseryImg img {
	width: 49%;
}

/* contact */

#philosophy.contents {
	padding: 30px 30px 35px;
}
#philosophy.contents p {
    font-size: 3.5vw;
    line-height: 1.6;
    letter-spacing: 1px;
}
#contact.contents {
	padding: 20px 30px 40px;
}
#contact .tx02 {
	font-size: 3.2vw;
	line-height: 1.6;
}
#contact .contactBt {
	margin-top: 15px;
	font-size: 3.8vw;
}

/* footer */

footer {
	margin-top: 0;
}
.copyright {
	font-size: 3.0vw;
	line-height: 1.3;
}



} 