@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {	
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight:500;
	font-size: 16px; 
	color: #525252;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
	 overflow: hidden;
}

.md-40{
	font-size: 25px!important;
}
.md-30{
	font-size: 30px!important;
}
.md-24{
	font-size: 24px!important;
}
.material-icons {
  vertical-align: middle;
}


a{
  color:#248002;
  text-decoration: underline;
}
a:hover {
  color:#248002;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
a:hover img { 
	opacity: 0.8;
}
a img { 
	transition: opacity 0.2s linear; 
}
img{
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
 }

.br-pc { 
  display:none;
}
.br-tb { 
  display:none;
}
.pcmenu{
	display:none!important;
}
.tbmenu{
	display:none!important;
}


.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px!important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.al_left{
	text-align: left !important;
}
.al_right{
	text-align: right !important;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img{
	width:100%;
}
p{
	margin: 20px 0;
}

.container{
	max-width: 92%;
	margin: 0 auto;
	padding: 0 ;
}
.container_footer{
	max-width: 92%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#instagram_btn{
	width:55px;
	height: 55px;
	transition: all ease .6s;
	position: fixed;	
	right: 10px;
	bottom: 100px;
	z-index: 1000;	
}
#instagram_btn img{
	border-radius: 100vh;
	box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
}
#kyushoku_btn{
	width:55px;
	height: 55px;
	border-radius: 100vh;
	transition: all ease .6s;
	position: fixed;	
	right: 10px;
	bottom: 20px;
	z-index: 1000;	
}
#kyushoku_btn img{
	border-radius: 100vh;
	box-shadow: 1px 3px 6px rgba(0,0,0,0.3);
}


/* ナビゲーション */
#head_wrap01{
	transition: all ease .6s;
	position: fixed;
	height: 75px;
	background-color: #fff;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}
.navi_menu_wrap{
	width:100%;
	position: relative;
	height: 75px;
}
.header_logo{
	width: 174px;
	position: absolute;
	top: 13px;
	left:16px;
}
.navi_menu_wrap_pc{
	display: none;
}
#toggle{
	position: absolute;
	width:30px;
	top: 25px;
	right: 18px;
}
.head_wrap{
	background-color: #fff;
	box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}
.g_navi{
}
#menu {
	display: none;
}
#menu li{
 font-weight:700;
	font-size: 14px;
	color:#72B25A;
	display: block;
	float: none;
	border-bottom:1px solid #72B25A;
	width: 90%;
	margin: 0 auto;
}
#menu li span{
  font-weight:700;
	font-size: 13px;
	color:#525252;
	display: block;
	text-align: center;	
	line-height: 1.3;
}
#menu li a {
  font-weight:700;
	font-size: 14px;
	color:#72B25A;
	display: block;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	padding: 8px;
}
#menu li a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
 }
 #menu li:last-child{
	border-bottom:none;
}
.navi_menu_wrap_sp{
	padding: 10px;
}
.navi_hicheese_button a{
  margin: 10px auto;
  background-color: #fff;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #FF9D58 !important;
  padding: 8px 20px !important;
  border-radius: 100vh;
  border: 1px solid #FF9D58;
  text-decoration: none;
  cursor: pointer;
  width: 80%;
  text-align: center !important;
}
.navi_hicheese_button img {
  width: 27px;
  margin-right: 8px;
  vertical-align: middle;
 }
 .navi_hicheese_button a:hover{
  background-color: #FF9D58;
  color: #fff;
 }

 .navi_shinseisho_button a{
 	margin: 10px auto;
  background-color: #fff;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #EC799A !important;
  padding: 8px 20px !important;
  border-radius: 100vh;
  border: 1px solid #EC799A;
  text-decoration: none;
  cursor: pointer;
  width: 80%; 
  text-align: center !important;
}
.navi_shinseisho_button img {
  width: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
 .navi_shinseisho_button a:hover{
  background-color: #EC799A;
  color: #fff;
 }
.navi_contact_button a{
  margin: 10px auto;
  background-color: #63C340 !important; 
 	padding: 7px 40px !important;
  border-radius: 100vh;
  text-decoration: none;
  cursor: pointer;
  display: table !important;
 	width: 80%;
  text-align: center !important;
}
.navi_contact_button a:hover{
  background-color: #248002;
 }
.navi_contact_button img {
  width: 35px;
  margin-right: 16px; 
  margin-top: 5px; 
  display: table-cell !important;
  vertical-align: middle;
}
.navi_contact_button a span {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
  display: table-cell !important;
  vertical-align: middle;
  text-align: left !important;
}


/* top_mainvisual */
/* メインビジュアル */
.top_mainvisual{
	margin-top: 75px; 
	width:100%;	
}
.slide_ph{
 width: 100%;
 height: 200px;
} 
.slide_ph img{
	width: 100%;
	height: 200px;
  object-fit: cover;	
}
/* メインビジュアル */
/* top_mainvisual */

.gray_back{
 width: 100%;
 background-color: #F8F8F4;
 overflow: hidden;
} 

/* top_sec01 */
.top_sec01{
	width: 100%;
	margin: 0;	
}
.top_sec01_wrap{
	position: relative;
}
.top_sec01_ttl_wrap {
	position:absolute;
	width: 204px;
	top:-45px;
	left: 10px;
}
.top_sec01_ttl_wrap img{
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}
.news_ttl{
	font-weight: 700;
	font-size: 18px;
	color: #248002;
	display: inline-block;
	vertical-align: middle;
}
.news_wrap{
	margin-top: 54px;
	width: 100%;	
	background-color: #fff;
	padding: 15px;
	overflow-y: scroll;	
	box-sizing: border-box;
	height: 364px;
	scrollbar-width: thin;
	scrollbar-color: #72B25A #fff;
}
.news_wrap::-webkit-scrollbar{
	width: 10px;
}
.news_wrap::-webkit-scrollbar-track{
	background-color: #fff;
}
.news_wrap::-webkit-scrollbar-thumb{
	background-color: #72B25A;
}
ul.news_cate{
	margin-top: 0;	
}
ul.news_cate li{
	border-top: 1px dashed #41081A;
	padding: 10px 0;
}
ul.news_cate li:last-child{
	border-top: 1px dashed #41081A;
	border-bottom: 1px dashed #41081A;
	padding: 10px 0;
}
ul.news_cate li a{
	color:#525252;
	text-decoration: none;
}
ul.news_cate li:hover{
	transition: 0.5s;
}
ul.news_cate li span.date{
	font-size: 15px;
	width:100%;
	display: block;
	float: none;
}
ul.news_cate li a span.txt{
	font-size: 15px;
	width:100%;
	display: block;
	line-height: 1.6;
	color:#248002;
}


/* top_sec02 */
.top_sec02{
	margin: 40px 0 0;
}
.wave_gr_top{
	width: 100%;
	background-image: url('../img/wave_green_top_sp.png');
	background-repeat: repeat-x;
	height: 10px;
}
.wave_gr_bottom{
	width: 100%;
	background-image: url('../img/wave_green_btm_sp.png');
	background-repeat: repeat-x;
	height: 10px;
}
.green_back{
	width: 100%;
	background-color:#BFE917;
	overflow: hidden;
}
.common_ttl{
	text-align: center;
	margin: 26px 0 20px;
}
.ttl_en_white {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #fff;
}
.ttl_jp_green{
	font-weight: 700;
  font-size: 18px;
  color: #248002;
  display: block;
}
.circle_wrap{
	width: 100%;
	position: relative;
	margin: 10px 0 45px;
}
.white_back{
	width: 100%;
	padding: 10px 20px;
	background-color: #fff;
}
.circle_back_top{
	width: 70px;
	position: absolute;
	top:-110px;
	right:-18px;
}
.circle_back_bottom{
	width: 70px;
	position: absolute;
	bottom:-45px;
	left:-30px;
	z-index: 1;
}
.top_sec02_wrap{
	width: 100%;
	margin: 45px 0 0;
}
.common_btn{
	margin: 30px auto;
	text-align: center;
	display: block;
}
.common_btn a {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 11px 40px;
	font-weight: 700;
	border-radius: 100vh;
	font-size: 15px;
	color: #fff;
	background-color: #63C340;
	transition: 0.5s;
	display: inline-block;
}
.common_btn a:hover {
	color: #fff;
	background-color: #248002;
}
.top_sec02_Img{
	width: 70%;
	margin: 20px auto;
}
.top_sec02_Img img{
	border-radius: 50vh;
}


/* top_sec03 */
.top_sec03{
	margin: 0;
}
.ttl_en_litgreen {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #BFE917;
}
.kids_back_top{
	width: 110px;
	position: absolute;
	top:-55px;
	left:0px;
}
.top_sec03 ul {
	margin: 30px 0 35px;
}
.top_sec03 ul li{
	background-color: #FF9D58;
	color: #fff;
	font-weight: 700;
	font-size:18px;
	padding: 6px;
	margin: 14px 0;
	width: 100%;
	text-align: center;
}
.mushi_back_bottom{
	width: 126px;
	margin: 0 0 0 auto;
}
.top_sec03_wrap{
	width: 100%;
}
.top_sec03_inn_wrap_left{
	float:none;	
	width: 100%;
	margin:75px 0 0;
	position: relative;	
}
.top_sec03_inn_wrap_right{
	float:none;		
	width: 100%;
	margin:75px 0 0;
	position: relative;	
}
.white_back02{
	width: 100%;
	padding: 25px 20px 4px;
	background-color: #fff;
	position: relative;
}
.top_sec03_ttl{
	width: 220px;
	vertical-align: middle;
	color: #248002;
	font-size: 18px;
	position: absolute;
	top:-45px;
	left: 0;
}
.top_sec03_ttl img{
	width: 46px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.top_sec03_Img{
	width: 100%;
}

/* top_sec04 */
.top_sec04{
	margin: 50px 0 0;
}
.wave_pi_top{
	width: 100%;
	background-image: url('../img/wave_pink_top_sp.png');
	background-repeat: repeat-x;
	height: 10px;
}
.wave_pi_bottom{
	width: 100%;
	background-image: url('../img/wave_pink_btm_sp.png');
	background-repeat: repeat-x;
	height: 10px;
}
.pink_back{
	width: 100%;
	background-color:#F8DAD7;
	overflow: hidden;
}
.ttl_jp_pink{
	font-weight: 700;
  font-size: 18px;
  color: #EC799A;
  display: block;
}
.top_sec04_wrap{
	width: 100%;
	margin: 0px 0 60px;
	position: relative;
}
.top_sec04_inn_wrap_left{
	float:none;	
	width: 100%;
	margin: 30px 0 0;
}
.top_sec04_inn_wrap_right{
	float:none;	
	width: 100%;
	margin: 30px 0 0;
}
.top_sec04_ttl{
	color: #EC799A;
	font-size: 18px;
	text-align: center;
}
.top_sec04_Img{
	width: 100%;
	margin-top: 25px;
}

/* top_sec05 */
.top_sec05{
	margin: 0 0 40px;
}
.ttl_en_orange {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #FF9D58;
}


/* top_sec06 */
.top_sec06{
	margin: 0;
}
.top_sec06_back_bnr{
	width: 100%;
	background-image: url("../img/top_sec06_bnr_sp.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:0% 50%;
  z-index: 1;
	height: 770px;
	position:relative;
}
.top_sec06_wrap{
	width: 214px;
	position:absolute;
	top: 120px;
	left: 90px;
}
.top_sec06_ttl_wrap{
	width: 214px;
	float: none;
}
.top_sec06_ttl_en{
	font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #63C340;
  line-height: 1;
}
.top_sec06_ttl_jp{
	font-weight: 700;
  font-size: 18px;
  color: #63C340;
  display: block;
  line-height: 1.2;
}
.top_sec06_inn_wrap{
	width: 214px;
	float: none;
	margin-top: 25px;
}
.top_sec06_inn_wrap p{
	margin: 0 0 30px;
}

/* top_sec07 */
.top_sec07{
	margin: 50px 0 0;
}
.common_btn_orange{
	margin: 30px auto;
	text-align: center;
	display: block;
	z-index: 20!important;
	position: relative;
}
.arrowright{
	position: absolute;
  top: calc(50% - 0.5em);
  right: 0.25em;
}
.common_btn_orange a {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	padding: 10px 8px;
	font-weight: 700;
	border-radius: 100vh;
	font-size: 15px;
	color: #fff;
	background-color:#FF9D58;
	transition: 0.5s;
	display: inline-block;
}
.common_btn_orange a:hover {
	color: #fff;
	background-color: #DC8E56;
}
.top_sec07_txt{
	font-size: 15px;
	text-align: center;
	margin: 0;
}
.top_sec07_tel_button {
	text-align: center;
	margin: 20px 0;
}
.top_sec07_tel_button a{
	font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #63C340;
  line-height: 1;
  display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
}
.top_sec07_tel_button a:hover{
	opacity: 0.8;
}
.top_sec07_tel_button img{
	width: 38px;
	display: inline-block;
	vertical-align: middle;
}
.wave_gr_bottom_w{
	width: 100%;
	background-image: url('../img/wave_green_btm_w_sp.png');
	background-repeat: repeat-x;
	height: 10px;
}

/* aboutus_mainvisual */
/* メインビジュアル */
.aboutus_mainvisual{
	margin-top: 75px;
}
.main_wrap{
	position: relative;
	width: 100%;
	margin: 0;
}
.main_circle_back_top{
	width: 70px;
	position: absolute;
	top:-25px;
	right:-15px;
}
.main_common_ttl{
	text-align: center;
	margin: 24px 0;
}
.tag_cloud_container{
	width: 92%;
	margin: 0 auto;
}
.tag_cloud{
	text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
a.tag_cloud_link {
  background-color: #63C340;
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
  margin-right: 8px;
  padding: 6px 10px !important;
  text-decoration: none;
  border-radius: 50vh;
}
a.tag_cloud_link:before {
  font-family: 'Material Icons';
  content: "\ead0";
  font-size: 15px;
  vertical-align: middle;
  padding-right: 0.2em;
}
a.tag_cloud_link:hover {
  background-color: #248002;
}

.aboutus_sec01{
	margin: 20px 0 0;
}
.k_common_ttl_wrap{
	padding: 0 0 8px;
	border-bottom: 2px solid #63C340;
}

.k_common_ttl img{
	width: 46px;
	vertical-align: middle;
	margin-right: 8px;
}
.k_common_ttl{
	font-weight: 700;
	font-size: 18px;
	color: #248002;
	display: inline-bock;
	vertical-align: middle;
	padding-left:3em;
	text-indent:-3em;
}
.k_circle_wrap{
	width: 100%;
	position: relative;
	margin: 20px 0 0;
}
.k_circle_back_top{
	position: absolute;
	width: 70px;
	top:0;
	left:-30px;
}
.k_circle_back_bottom{
	position: absolute;
	width: 70px;
	bottom:30px;
	right:-50px;
}
.aboutus_sec01_wrap{
	width: 100%;
}
.aboutus_sec01_wrap_right{
	float:none;
	width: 100%;
}
.aboutus_sec01_wrap_left{
	float:none;
	width: 100%;
}
.aboutus_sec01_Img img{
	border-radius: 25px;
	margin-top: 20px;
}
.encho_sign{
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.aboutus_sec02{
	margin: 45px 0 0;
}
.non_circle_wrap{
	width: 100%;
	margin: 20px 0 0;
}
.aboutus_sec02_wrap{
	width: 100%;
}
.aboutus_sec02_wrap_left{
	float:none;
	width: 100%;
}
.aboutus_sec02_Img img{
	border-radius: 25px;
	margin-top: 20px;
}
.aboutus_sec02_wrap_right{
	float:none;
	width: 100%;
}
table.t_green{
	margin-top: 20px;
	width: 100%;
	background-color: #fff;
	font-size: 15px;
}
table.t_green th{
	background-color: #E3F4DC;
	border-bottom:1px solid #fff;
	padding: 20px;
	color: #248002;
	font-weight: bold;
	vertical-align: middle;
	margin: 0;
	width: 34%;
}
table.t_green td{
	border-bottom:1px solid #E3F4DC;
	padding: 20px 10px;
	vertical-align: middle;
}


.aboutus_sec03{
	margin: 45px 0 0;
}
.aboutus_sec03_wrap{
	width: 100%;
}
.aboutus_sec03_wrap_left{
	float:none;
	width: 100%;
}
.aboutus_sec03_Img img{
	border-radius: 25px;
	margin-top: 0px;
}
.aboutus_sec03_wrap_right{
	float:none;
	width: 100%;
}
.k_common_subttl_wrap{
	text-align: center;
}
.k_common_subttl{
	font-size: 17px;
	font-weight: bold;
	color: #248002;
	position: relative;
  display: inline-block;
  margin-bottom:1em;
  text-align: center;
  margin: 20px 0;
  line-height: 1.5;
}
.k_common_subttl:before {
  content: '';
  position: absolute;
  bottom: -11px;
  display: inline-block;
  width: 85%;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D0EDC5;
  border-radius: 2px;
}
.k_common_leadttl{
	color: #B1D038;
	font-weight: bold;
	font-size: 17px;
	margin-top: 15px;
}
.aboutus_sec03_btn a{
	background-color: #FF9D58;
	border-radius: 100vh;
	padding: 8px 20px;
	transition: 0.5s;
	display: inline-block;
	margin: 40px 0 30px;
	text-decoration: none;
}
.aboutus_sec03_btn a:hover{
	opacity: 0.8;
}
.aboutus_sec03_btn_wrap{
	width: 100%;
	display: table;
}
.aboutus_sec03_btn01{
	display: table-cell;
	width: 70%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
  font-weight:900;
  font-style: normal;
  color: #fff;
 	vertical-align: middle;
}
.btn_small{
	font-size: 13px;
}
.aboutus_sec03_btn02{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.aboutus_sec03_btn02 img{
	border-radius: 100vh;
}

.aboutus_sec04{
	margin: 45px 0 0;
}
.aboutus_sec04_wrap{
	width: 100%;
}
.aboutus_sec04_inn_wrap{
	width: 100%;
	margin-bottom: 30px;
}
.aboutus_sec04_ttl{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #248002;
	border-radius: 100vh;
	padding: 20px 30px;
	height: 58px;
	vertical-align: middle;
	margin: 20px 25px;
	line-height: 1.2;
}

.aboutus_sec04_ttl01{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #248002;
	border-radius: 100vh;
	padding: 10px 30px;
	height: 58px;
	vertical-align: middle;
	margin: 20px 25px;
	line-height: 1.2;
}
.aboutus_sec04_ttl01 span{
	font-size:14px;
	display: block;
}
.circle_line{
	width: 100%;
	background-image: url("../img/circle_back_green_line.png");
	background-repeat: repeat-y;
	background-size:14px;
	background-position:0% 0%;
	height: auto;
}
table.t_aboutus_sec04{
	margin-left: 30px;
	width: 90%;
}
table.t_aboutus_sec04 th{
	width: 30%;
	padding: 6px 0;
}
table.t_aboutus_sec04 th span{
	background-color: #A2DB8D;
	border-radius: 50vh;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px 10px;
}
table.t_aboutus_sec04 td{
	padding: 6px;
}
.aboutus_sec04_Img_wrap{
	width: 100%;
	margin-top:20px;
}
.aboutus_sec04_Img{
	width: 100%;
	margin: 10px 0;
}

.aboutus_sec05{
	margin: 45px 0 0;
}

.aboutus_sec06{
	margin: 45px 0 0;
}
.aboutus_sec07{
	margin: 45px 0 45px;
}
.gglmap_wrap{
	margin: 30px 0 0;
}


/* concept_mainvisual */
/* メインビジュアル */
.concept_mainvisual{
	margin-top: 75px;
}

.concept_sec01{
	margin: 20px 0 0;
}
.concept_white_back{
	width: 100%;
	background-color: #fff;
}
.concept_sec01_wrap{
	position: relative;
}
.concept_sec01_ill_top{
	width: 100%x;
}
.concept_sec01 ul {
	margin: 15px 20px;
}
.concept_sec01 ul li{
	background-color: #FF9D58;
	color: #fff;
	font-weight: 700;
	font-size:18px;
	padding: 6px;
	margin: 14px 0;
	width: 100%;
	text-align: center;
}

.concept_sec02{
	margin: 45px 0 0;
}
.concept_sec02_wrap{
	width: 100%;
	margin-top:20px;
}
.concept_sec02_inn_wrap{
	width: 100%;
	margin: 0px;
}
.concept_sec02_ttl_green{
	width: 115px;
	height:110px;
	background-image: url("../img/suisai_green.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 40px 0;
	margin: 0 auto;
	letter-spacing: 1px;
	margin-top:30px;
}
.concept_sec02_ttl_pink{
	width: 115px;
	height:110px;
	background-image: url("../img/suisai_pink.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 40px 0;
	margin: 0 auto;
	letter-spacing: 1px;
	margin-top:30px;
}
.concept_sec02_ttl_blue{
	width: 115px;
	height:110px;
	background-image: url("../img/suisai_blue.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 40px 0;
	margin: 0 auto;
	letter-spacing: 1px;
	margin-top:30px;
}
.concept_sec02_Img_wrap{
	width: 100%;
	margin-top:20px;
}
.concept_sec02_Img{
	width: 100%;
	margin: 20px 0;
}
.concept_sec03{
	margin: 45px 0 45px;
}
.concept_sec03_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:20px;
}
.concept_sec03_inn_wrap{
	width: 30%;
	margin: 8px 5px;
}
.concept_sec03_ttl_green{
	width: 93px;
	height: 91px;
	background-image: url("../img/suisai_green.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.2;
}
.concept_sec03_ttl_pink{
	width: 95px;
	height: 95px;
	background-image: url("../img/suisai_pink.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.2;
}
.concept_sec03_ttl_blue{
	width: 95px;
	height: 95px;
	background-image: url("../img/suisai_blue.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.2;
}
.pd50{
		padding: 36px 0;
}
.pd30{
		padding: 16px 0;
}
.pd37{
		padding: 26px 0;
}
.concept_sec03_txt{
	text-align: center;
	margin: 25px 0 20px;
}
.concept_sec03_ttl{
	font-size: 16px;
	color:#248002;
	text-align: center;
	margin:30px 0 20px;
}
.concept_sec03 ul{
	width: 100%;
	margin: 0 auto;
}
.concept_sec03 ul li{
	background-color: #fff;
	border: 1px solid #63C340;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	color: #248002;
	font-weight: bold;
	border-radius: 10px;
	padding-left:1.5em;
	text-indent:-1em;
}

/* event_mainvisual */
/* メインビジュアル */
.event_mainvisual{
	margin-top: 75px;
}

.event_sec01{
	margin: 20px 0 0;
}
.event_sec01_border{
	width: 63%;
	margin-left: 50px;
	padding-bottom: 10px;
	border-left:6px solid #248002;
	position: relative;
}
.event_sec01_tokei{
	position: absolute;
	width: 110px;
	top:0;
	left:-60px;
}
.event_sec01_wrap{
	margin-left: 60px;
	width: 100%;
}
.event_sec01_inn_wrap{
	width: 100%;
}
.k_common_subttl span{
	font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #248002;
}
.event_sec01_inn_wrap_green{
	width: 100%;
	margin-top: 10px;
	background-color: #F6FCF3;
	padding: 10px 15px;
	border-radius: 25px;
	margin-bottom: 0px;
}
.event_sec01_inn_wrap_pink{
	margin-top: 10px;
	background-color: #FEF5F8;
	padding: 10px 15px;
	border-radius: 25px;
	margin-bottom: 0px;
}
.event_sec01_inn_wrap_blue{
	margin-top: 10px;
	background-color: #F0FAFF;
	padding: 10px 15px;
	border-radius: 25px;
	margin-bottom: 0px;
}
.event_sec01_inn_wrap_left{
	float:none;
	width: 100%;
	margin: 10px 0;
}
.event_sec01_inn_wrap_right{
	float:none;
	width: 100%;
	margin: 10px 0;
}
.event_sec01 p{
	font-size: 15px;
	margin: 0;
}
.mat20{
	margin-bottom: 10px!important;
}

.event_sec02{
	margin: 45px 0 45px;
}
.event_sec02_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:20px;
	margin-bottom:10px;
}
.event_sec02_inn_wrap{
	width: 43%;
	margin: 10px 8px;
}
.event_sec02_ttl_pink{
	width: 80px;
	height:78px;
	background-image: url("../img/suisai_pink.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin: 0 auto;
	letter-spacing: 1px;
}
.event_sec02_ttl_blue{
	width: 80px;
	height:78px;
	background-image: url("../img/suisai_blue.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin: 0 auto;
	letter-spacing: 1px;
}
.event_sec02_ttl_orange{
	width: 80px;
	height:78px;
	background-image: url("../img/suisai_orange.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin: 0 auto;
	letter-spacing: 1px;
}
.event_sec02_ttl_green{
	width: 80px;
	height:78px;
	background-image: url("../img/suisai_green.png");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin: 0 auto;
	letter-spacing: 1px;
}

.event_sec02 ul{
	margin-top: 20px;
	font-size: 15px;
}
.event_sec02 ul li{
	border-top: 1px dashed #41081A;
	padding: 4px 0;
}
.event_sec02 ul li.pink_circle:before{
	content: "●";
	margin-right: 0.5em;
	color:#EC799A;
}
.event_sec02 ul li.blue_circle:before{
	content: "●";
	margin-right: 0.5em;
	color:#58BFFF;
}
.event_sec02 ul li.orange_circle:before{
	content: "●";
	margin-right: 0.5em;
	color:#FF9D58;
}
.event_sec02 ul li.green_circle:before{
	content: "●";
	margin-right: 0.5em;
	color:#A1DB8C;
}
.event_sec02 ul li:last-child{
	border-top: 1px dashed #41081A;
	border-bottom: 1px dashed #41081A;
	padding: 4px 0;
}
.event_sec02_Img_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:25px;
}
.event_sec02_Img{
	width: 46%;
	margin: 5px;
}


/* guide_mainvisual */
/* メインビジュアル */
.guide_mainvisual{
	margin-top: 75px;
}
.guide_sec01{
	margin: 20px 0 0;
}
.white_back_r{
	width: 100%;
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 20px;
}
.k_common_subttl_pink{
	font-size: 17px;
	font-weight: bold;
	color: #EC799A;
	position: relative;
  display: inline-block;
  margin-bottom:1em;
  text-align: center;
  line-height: 1.5;
}
.k_common_subttl_pink span{
	font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #F8DAD7;
}
.k_common_subttl_pink:before {
  content: '';
  position: absolute;
  bottom: -11px;
  display: inline-block;
  width: 85%;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F8DAD7;
  border-radius: 2px;
}
.guide_sec01_wrap{
	width: 100%;
}
.guide_sec01_wrap_left{
	float:none;
	width: 100%;
}
.guide_sec01_wrap_right{
	ffloat:none;
	width: 100%;
}
.guide_sec01_wrap_left span{
	font-size: 14px;
}
.triangle_pink{
	width: 36%;
	margin: 20px auto;
}

.guide_sec02{
	margin: 45px 0 45px;
}
.construction{
	font-size: 16px;
	font-weight: bold;
	color: #248002;
}


/* preschool_mainvisual */
/* メインビジュアル */
.preschool_mainvisual{
	margin-top: 75px;
}

.preschool_sec{
	margin: 45px 0 0;
}
.preschool_underspace{
	margin: 45px;
}
table.t_pink{
	margin-top: 20px;
	width: 100%;
	background-color: #fff;
	font-size: 15px;
}
table.t_pink th{
	background-color: #FBECEB;
	border-bottom:1px solid #fff;
	padding: 20px;
	color: #EC799A;
	font-weight: bold;
	vertical-align: middle;
	margin: 0;
	width: 30%;
	text-align: center;
}
table.t_pink td{
	border-bottom:1px solid #F8DAD7;
	padding: 20px 10px;
	vertical-align: middle;
	width: 70%;
}
.preschool_sec strong{
	font-weight: bold;
}
.preschool_pink{
	color: #EC799A;
}
.preschool_Img{
  width: 100%;
  margin: 20px auto 30px;
  box-shadow: 10px 10px 0px 0px rgba(251, 236, 235, 1);
}
.preschool_txt{
	width: 100%;
	margin: 20px auto;
}


/* day_mainvisual */
/* メインビジュアル */
.day_mainvisual{
	margin-top: 75px;
}
.wave_or_bottom{
	width: 100%;
	background-image: url('../img/wave_orange_btm_sp.png');
	background-repeat: repeat-x;
	height: 10px;
}
.orange_back{
	width: 100%;
	background-color:#FF9D58;
	overflow: hidden;
}
.ttl_jp_brown{
	font-weight: 700;
  font-size: 18px;
  color: #965223;
  display: block;
}

.day_sec01{
	margin: 20px 0 0;
}
.k_common_subttl_orange{
	font-size: 17px;
	font-weight: bold;
	color: #FF9D58;
	position: relative;
  display: inline-block;
  margin-bottom:1em;
  text-align: center;
  margin: 20px 0;
  line-height: 1.5;
}
.k_common_subttl_orange:before {
  content: '';
  position: absolute;
  bottom: -11px;
  display: inline-block;
  width: 85%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFF0E6;
  border-radius: 2px;
}
.k_common_leadttl_orange{
	color: #BCAF17;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
}
.day_sec01_wrap{
	width: 100%;
	margin: 20px 0;
}
.day_sec01_wrap_left{
	float:none;
	width: 100%;
}
.day_sec01_wrap_right{
	float:none;
	width: 100%;
}
.day_sec01_Img img{
	margin-top: 20px;
	border-radius: 25px;
}
.day_sec01_ttl{
	font-size: 16px;
	color:#965223;
	text-align: center;
	margin:30px 0 20px;
}
.day_sec01 ul{
	width: 100%;
	margin: 0 auto;
}
.day_sec01 ul li{
	background-color: #fff;
	border: 1px solid #FFF0E6;
	padding: 10px;
	margin: 10px 0;
	font-size: 14px;
	color: #965223;
	font-weight: bold;
	border-radius: 10px;
	padding-left:1.5em;
	text-indent:-1em;
}

.day_sec02{
	margin: 45px 0 0;
}
.day_sec02_ttl{
	background-color: #FFF0E6;
	padding: 12px;
	width: 100%;
	border-radius: 50vh;
	color:#965223;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}
.triangle_orange{
	width: 36%;
	margin: 15px auto;
}
.day_sec03{
	margin: 45px 0 0;
}
.day_sec03_wrap{
	width: 100%;
	margin: 20px 0 0;
}
.day_sec03_wrap_left{
	float:none;
	width: 100%;
}
.day_sec03_wrap_right{
	float:none;
	width: 100%;
}
.day_sec03_Img{
	width: 80%;
	margin: 20px auto 0;
}

.day_sec04{
	margin: 45px 0 45px;
}
.day_sec04_wrap{
	width: 100%;
	margin: 0;
}
.day_sec03_wrap_left{
	float:none;
	width: 100%;
}
.day_sec03_wrap_right{
	float:none;
	width: 100%;
}
.day_sec04_Img{
	width: 80%;
	margin: 20px auto 0;
}

/* recruit_mainvisual */
/* メインビジュアル */
.recruit_mainvisual{
	margin-top: 75px;
}

.recruit_sec01{
	margin: 20px 0 45px;
}
.recruit_sec01_wrap{
	width: 100%;
	margin: 20px 0;
}
.recruit_sec01_wrap_left{
	float:none;
	width: 100%;
}
.recruit_sec01_wrap_right{
	float:none;
	width: 100%;
}
.recruit_sec01_Img img{
	border-radius: 25px;
}
.recruit_sec01_ttl{
	font-size: 17px;
	font-weight: bold;
	color:#248002;
	text-align: center;
}


/* application_mainvisual */
/* メインビジュアル */
.application_mainvisual{
	margin-top: 75px;
}

.application_sec01{
	margin: 20px 0 45px;
}
.application_sec01_txt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.application_sec01_wrap01{
	width: 100%;
	margin: 0 auto;
}
.application_sec01_wrap02{
	width: 100%;
	margin: 40px auto 0;
}
.application_sec01_ttl{
	font-size: 18px;
	font-weight: bold;
	color:#248002;
	text-align: center;
	margin: 20px auto;
}
.application_sec01_subttl{
	font-size: 14px;
	font-weight: bold;
	color:#248002;
}
.application_sec01_wrap01 p{
	font-size: 14px;
	margin: 0;
}
.application_kyoka_btn{
	margin: 30px auto;
	text-align: center;
	display: block;
	position: relative;
}
.application_kyoka_btn a {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
  font-weight:900;
	border-radius: 100vh;
	color: #fff;
	background-color: #FF9D58;
	transition: 0.5s;
	display: inline-block;
}
.application_kyoka_btn a:hover {
	color: #fff;
	background-color: #DC8E56;
}

.application_toen_btn{
	margin: 30px auto;
	text-align: center;
	display: block;
	position: relative;
}
.application_toen_btn a {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 16px 0;
	font-family: "Noto Sans JP", sans-serif;
	padding: 15px 0;
  font-weight:900;
	border-radius: 100vh;
	color: #fff;
	background-color: #63C340;
	transition: 0.5s;
	display: inline-block;
}
.application_toen_btn a:hover {
	color: #fff;
	background-color: #5FAC43;
}

.application_works_btn{
	margin: 30px auto;
	text-align: center;
	display: block;
	position: relative;
}
.application_works_btn a {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
  font-weight:900;
	border-radius: 100vh;
	color: #fff;
	background-color: #EF91AC;
	transition: 0.5s;
	display: inline-block;
}
.application_works_btn a:hover {
	color: #fff;
	background-color: #E26789;
}


/* privacy_mainvisual */
/* メインビジュアル */
.privacy_mainvisual{
	margin-top: 75px;
}

.privacy_sec01{
	margin: 20px 0 45px;
}
.privacy_sec01_ttl{
	font-size: 16px;
	font-weight: bold;
	color:#248002;
}
.privacy_txt{
	margin: 0 0 30px;
}

/* contact_mainvisual */
/* メインビジュアル */
.contact_mainvisual{
	margin-top: 75px;
}

/* contact_sec01 */
.contact_sec01{
	margin: 20px 0 45px;
}
.contact_sec01_subttl{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.contact_sec01_txt{
	font-size: 15px;
	text-align: center;
}
ul.contact_telfax{
	width: 230px;
	margin: 0 auto;
}
ul.contact_telfax li{
	font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #63C340;
  line-height: 1.4;
}
ul.contact_telfax li a{
  color: #63C340;
  text-decoration: none;
}
.contact_sec01_info_txt01{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #248002;
	margin: 20px 0;
}
.contact_sec01_info_txt02{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #248002;
	margin: 14px 0;
}
td.contact_sec01_privacy_txt{
	font-size: 14px;
}
.contact_privacy{
	text-align: center;
	margin: 40px 0;
}
.required{
	font-family: 'Noto Sans JP', sans-serif;
  font-size:13px;
  padding: 2px 10px;
  background:#FF9D58;
  color: #fff;
  margin-left: 1em; 
}
table.contactform {
	font-size: 16px;
}
table.contactform th{
	display: block;
	width: 100%;
	padding: 20px 10px;	
}
table.contactform td{
	display: block;
	width: 100%;
	padding: 25px 20px;
}


.frm_button_wrp{
	width: 100%;
	text-align: center;
	margin: 40px 0 80px;
}
.frm_button_wrp02{
	width: 100%;
	text-align: center;
	margin: 40px 0 40px ;
}


.frm_button{
width: 100%;
font-family: "Noto Sans JP", sans-serif;
font-size: 16px;
font-weight: 700;
font-style: normal;
letter-spacing: 1px;
color:#fff;
background-color:#63C340;
padding: 18px;
margin: 15px auto;
display: block;
text-decoration: none;
letter-spacing: 1px;
text-align: center;
border:none;
cursor: pointer;
position: relative;
border-radius: 100vh;
}
.frm_button:hover{
	color: #fff;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
.thx_button{
width: 100%;
color:#fff;
font-weight: 700;
font-size: 18px;

background-color:#003B82;
padding: 13px;
margin: 15px auto;
display: block;
text-decoration: none;
letter-spacing: 2px;
text-align: center;
border:none;
cursor: pointer;
position: relative;
}
.thx_button a{
	text-decoration: none;
	color: #fff;
}
.thx_button:hover{
	color: #fff;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}


.contactform input[type="text"],.contactform input[type="email"],.contactform input[type="tel"],
.contactform textarea{
  width: 100%;
  padding: 15px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.5em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 16px;
}
.contactform input[type="radio"]{
	margin: 14px 0;
}

select{
  width: 30%;
  padding: 16px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
	font-size: 16px;
}


.contact_sec01 p.error_messe{
	 color:#DB3131;
}



/* footer01 */
.wave_wh_top{
	width: 100%;
	background-image: url('../img/wave_white_top_sp.png');
	background-repeat: repeat-x;
	height: 10px;
}
.footer01{
	max-width:100%;
	margin: 40px 0;
}
.footer01_wrap{
	width: 100%;
}
.foot_logo_wrap{
	width: 75%;
	float: none;
	margin: 0 auto;
}
.foot_logo{
	width: 100%;
}
.foot_logo img{
	width: 240px;
}
.foot_address{
	font-size: 14px;
	margin:15px 0 30px;

}
.foot_address a{
	text-decoration: none;
	color: #585858;
}

.foot_wrap{
	width: 100%;
	float: none;
}
.foot_wrap ul{
	width:100%;
	margin-left:0px;
}
.foot_wrap ul li a{
	font-size: 15px;
	line-height: 2;
	color: #585858;
	text-decoration: none;
}
.footer_copy{
	width:100%;
	font-size: 11px;
	color: #fff;
	text-align:center;
	padding: 15px 0;
	background-color: #72B25A;
}