@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #A95CC4;
	color: #fff;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/

}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	

}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}


body.skin-default{
   background:#fff;
}

body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

body .pagewidth{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.module_row > .row_inner{
	width:100%;
}

.home #pagewrap{
	background:url("../../uploads/mainhome.png")no-repeat top center;
	background-size:100% auto;
}

.no-home #pagewrap{
	background:url("../../uploads/main-1.png")no-repeat top center;
	background-size:100% auto;
}

/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
   background-color:inherit;
	z-index:10;
	position:relative;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header.header{
	overflow:hidden;
	padding:0;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}

.header-brand-container{
	padding:110px 20px 0 11vw;
}

.no-home .header-brand-container{
	padding-top:15px;
}
.no-home .header-brand-container img{
	width:137px;
}

.rh{
	padding:0;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.list_btn_h_1{
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
	padding-left:35px;
}

body #site-logo{
	position:static;
}

body #site-logo a,
body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

.btn_h_1 a,
.btn_h_2 a{
	display:block;
	text-align:center;
	width:200px;
	color:#fff;
	font-size:18px;
	padding:0 10px;
	text-decoration:none;
}

.btn_h_1 a{
	background:#B3E863;
}
.btn_h_2 a{
	background:#A95CC4;
}

.btn_h_1 span{
	background:url("../../uploads/iconnote.png")no-repeat center left;
	padding:29px 0 29px 40px;
	display:inline-block;
}
.btn_h_2 span{
	background:url("../../uploads/iconmail.png")no-repeat center left;
	padding:29px 0 29px 35px;
	display:inline-block;
}

/* -----end header----- */

/* -----menu----- */

#headerwrap #main-menu-container{}
 #headerwrap #main-menu{width: 100%;text-align:center;list-style:none;margin:0 auto;}
 #headerwrap #main-menu > li {padding:0 13px;margin:0;display:inline-block;position:relative;}
 #headerwrap #main-menu > li > a {padding:0;margin:0;color:#333;font-size:17px;text-decoration:none;text-align:center;font-weight:500;line-height: 25px;}
#headerwrap #main-menu > li > a:after{
	content: attr(title);
    color: #DB9DF2;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 0;
}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:rgba(255,255,255,0.8);}
 #headerwrap #main-menu li ul.sub-menu li {border-bottom: 1px dotted #ccd6e3;width: 100% !important;}
 #headerwrap #main-menu li ul.sub-menu li a {padding: 18px 0 17px;font-size: 13px;width: 100% !important;color: #434343 !important;z-index:100;}
 /*#headerwrap #main-menu .current_page_item a,#pagewrap #main-menu .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}*/

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

#headerwrap #main-menu > li a:hover{
	opacity:0.7;
}

#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:none;
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:8px 0 0;
	background-image: linear-gradient(to top, rgba(47,200,226,0.95) , rgba(110,224,243,0.95));
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

/* -----end menu----- */

/* -----footer----- */
#footerwrap{
	border-top:7px solid #B3E863;
	padding:70px 0 0;
}
#footerwrap #footer{
	overflow:hidden;
	background:#A95CC4;
	padding:34px 0 0;
}

.text_f_1.module .module-title{
	font-size:22px;
	color:#A95CC4;
	margin: 0;
}

.list_social_f_1.module_subrow {
	width:180px;
}
.list_social_f_1 .subrow_inner {
	--area: "col1 col2 col3" !important;
}
.list_social_f_1 .module{
	width:35px;
}

body #footerwrap #footer-nav{
	text-align:center;
	margin:0;
}
body #footerwrap #footer-nav li {
    border-right:1px solid #fff;
  line-height:1;
	margin:0 0px 10px 0;	
}
body #footerwrap #footer-nav li.nav00{
	display:none;
}
body #footerwrap #footer-nav li.navf00{
	display:inline-block;
}
body #footerwrap #footer-nav li:last-child{
	border:0;	
}
#pagewrap #footerwrap #footer-nav li a{
	color:#fff;
  font-size:16px;
  padding:0 23px 0 19px;
	text-decoration:none;
}

#pagewrap #footerwrap #footer-nav li a:hover{
	text-decoration:underline;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children{
	border:0;
  margin:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children > a{
    border-left:1px solid #fff;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children a{
	padding:0 4px 0 10px;
}

#pagewrap #footerwrap #footer-nav li.nav01 a{
  padding: 0 10px 0 0;
}

#footerwrap #footer-nav  li.nav_h{display:none;}

body #footerwrap #footer-nav li .sub-menu{
	display:inline;
  margin:0;
  line-height:1;
}

body #footerwrap #footer-nav li .sub-menu:before{
	content:"(";
}

body #footerwrap #footer-nav li .sub-menu:after{
	content:")";
  padding-right:4px;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li{
  border:0;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li::before{
	content:"/";
}


#pagewrap #footerwrap #footer-nav li .sub-menu li:first-child::before{
	content:"";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li a{
	padding:0 4px;
  border:0;
}


.copyright-container{
	background:none;
  padding:19px 10px 15px;
	text-align:center;
}

.copyright-container span{
	color:#E2BEEF;
  font-size:14px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	width:auto;
    bottom: 337px;
	display:none;
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}


#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

.btn_page_1.module{
	margin-bottom:40px;
}
.btn_page_1.module.module-buttons .ui:not(.transparent){
	display: flex;
    height: 150px;
	align-items: center;
	justify-content: center;
	max-width:366px;
	width:100%;
	text-align:center;
	font-size:30px;
	font-weight:500;
	color:#fff !important;
	background:url("../../uploads/btnicon1.png")no-repeat bottom 11px right 11px,#A95CC4;
	position:relative;
	margin:0 auto;
	border:0;
	padding: 15px;
}
.btn_page_1b.module.module-buttons .ui:not(.transparent){
	background:url("../../uploads/btnicon2.png")no-repeat bottom 11px right 11px,#B3E863;
}

.btn_page_1.module.module-buttons .ui:not(.transparent):before{
	content:"";
	width:100%;
	height:100%;
	border:2px solid #A95CC4;
	border-width:0 2px 2px 0;
	position:absolute;
	right:-8px;
	bottom:-8px;
	box-sizing:border-box;
}
.btn_page_1b.module.module-buttons .ui:not(.transparent):before{
	border:2px solid #B3E863;
	border-width:0 2px 2px 0;
}

.row_btn_home_1{
	max-width:780px;
	margin:0 auto;
}

.btn_page_2.module.module-buttons .ui:not(.transparent){
	width:208px;
	text-align:center;
	display:block;
	margin:0 auto;
	border-radius:30px;
	padding:17px 10px 16px;
	font-size:18px;
	font-weight:400;
	line-height:1.5;
	border:0;
	color:#fff;
	background:url("../../uploads/btnarr1.png")no-repeat center right 10px,#A95CC4;
}

/* -----end general----- */

.home_main{
	top:-127px;
}
.home_main .tb-column{
	max-width:1336px;
	width:100%;
	background:
		url("../../uploads/bg2.png")no-repeat bottom 60px left,	
		url("../../uploads/bg1.png")no-repeat top 89px right 70px;
	margin:0 auto;
}

.box_text_main_home_1{
	position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
	padding:0 10px;
}

.img_main_home_1.module{
	max-width:1066px;
	margin:0 auto;
}

.text_home_1.module{
	text-align:center;
}

.text_home_1.module .module-title{
	font-size:30px;
	color:#A95CC4;
	margin:0 0 27px;
	background:url("../../uploads/dot-line.png")no-repeat center bottom;
	padding:0 0 33px;
}

.ti_home_post_1.module{
	text-align:center;
}
.ti_home_post_1.module .tb_text_wrap{
	display:inline-block;
	margin:0;
	padding:0 28px;
	position:relative;
	font-size:35px;
	color:#A95CC4;
}
.ti_home_post_1.module .tb_text_wrap:before,
.ti_home_post_1.module .tb_text_wrap:after{
	content:"";
	display:block;
	width:14px;
	height:14px;
	background:#B3E863;
	border-radius:50%;
	position:absolute;
	top:23px;
}
.ti_home_post_1.module .tb_text_wrap:before{
	left:0;
}
.ti_home_post_1.module .tb_text_wrap:after{
	right:0
}

.row_post_home_1 .tb-column{
	background:#fff;
	padding:0 15px;
}

.row_post_home_1 .tb-column > .tb-column-inner{
	max-width:1080px;
	width:100%;
	margin:0 auto;
}

/* POST */

.post_home_1.module{
}

.post_home_1 .list-post{
}

.post_home_1.module.module-post .post{
  margin-bottom:0;
	border-bottom:2px dotted #ccddb2;
	padding:13px 10px 12px;
}

.post_home_1 time{
  font-size:16px;
	line-height:2;
  margin:0;
	color:#A95CC4;
	width:120px;
	float:left;
	overflow:hidden
}

.post_home_1.module.module-post .post-title{
  font-size:16px;
	line-height:2;
	font-weight:normal;
}

.post_home_1.module.module-post .post-title a{
	color:#333333;
  font-size:16px;
	line-height:2;
	font-weight:normal;
  text-decoration:none;
}
.post_home_1.module.module-post .post-title a:hover{
  text-decoration:underline;
}

/* End POST */

.row_list_btn_home_1{
	background:
		url("../../uploads/bg_list_btn1_01.png")no-repeat top right 11.12vw,
		url("../../uploads/bg_list_btn1_02.png")no-repeat bottom left,
		url("../../uploads/bg_list_btn1_03.png")no-repeat bottom right;
}

.text_home_2.module .module-title{
	text-align:center;
	margin:0 0 29px;
	font-size:32px;
	color:#A95CC4;
	font-weight: 600;
}
.text_home_2.module{
	font-size:22px;
	font-weight:500;
}
.text_home_2.module .module-title:after{
	content:"";
	display:block;
	height:7px;
	width:30px;
	margin:15px auto 0;
	border: 2px solid #E1F5C1;
    border-width: 2px 0;
    box-sizing: border-box;
}

.list_home_1.module ul{
	margin:0;
	list-style:none;
}
.list_home_1.module li{
	padding:0 0 0 23px;
	position:relative;
	font-size:16px;
	line-height:1.8;
	color:#4F6035;
	margin:0 0 2px;
}
.list_home_1.module li:before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	background:#B3E863;
	border-radius:50%;
	position:absolute;
	top:7px;
	left:0;
}

.box_home_1,
.box_home_1b{
	margin-bottom:70px;
	background:#fff;
}

.box_home_1 .sub_column.last,
.box_home_1b .sub_column.first{
	padding:43px 15px 20px;
}

.box_home_1 .sub_column.first .module-image,
.box_home_1b .sub_column.last .module-image{
	margin:0;
}

.box_home_1 .sub_column.last .tb-column-inner,
.box_home_1b .sub_column.first .tb-column-inner{
	max-width:520px;
	width:100%;
	margin:0 auto;
}

.row_btn_home_2 .tb-column{
	max-width:900px;
	width:100%;
	margin:0 auto;
	height: 400px;
    display: flex;
    align-items: center;
}

.row_gl_home_1 .tb-column{
	max-width:1600px;
	width:100%;
	padding:0 10px;
	margin:0 auto;
}

.gl_home_1.module img{
/* 	width:auto; */
	width: 375px;
    height: 375px;
    object-fit: cover;
}

.bg_sub_main .module .module-title{
	font-size:50px;
	line-height:1.1;
	color:#A95CC4;
/* 	padding:0 37px 0 0; */
	margin:0 0 10px;
	letter-spacing:2.5px;
/* 	font-weight:500; */
	font-weight: 700;
	font-family: heisei-maru-gothic-std, sans-serif;
}
.bg_sub_main .module{
	letter-spacing:2px;
	color:#7B7B7B;
	font-size:20px;
	font-weight:500;
	text-align:center;
}

.text_infant_1.module{
	background:#F3FCE7;
	text-align:center;
	font-weight:bold;
	padding:10px 10px 10px;
	font-size:22px;
}

.ti_dot_1.module{
	text-align:center;
}
.ti_dot_1.module .module-title{
	display:inline-block;
	font-size:60px;
	line-height:1.1;
	color:#A95CC4;
	padding:0 45px;
	position:relative;
	letter-spacing:3px;
	text-shadow:2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
	margin:0;
	font-family: heisei-maru-gothic-std, sans-serif;
}
.ti_dot_1.module .module-title:before,
.ti_dot_1.module .module-title:after{
	content:"";
	border:3px solid #fff;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#B3E863;
	position:absolute;
	top:20px;
}
.ti_dot_1.module .module-title:before{
	left:0;
}
.ti_dot_1.module .module-title:after{
	right:0;
}

.bg_infant_blue_1{
	background:
		url("../../uploads/bgtr1.png")no-repeat top 29px right -100px,
		url("../../uploads/bgbl1.png")no-repeat bottom -15px left -80px,#FDF5FF;
}

.bg_infant_blue_1 .row_inner{
	background:
		url("../../uploads/bg1-1.png")no-repeat top 400px left,
		url("../../uploads/bg2-1.png")no-repeat top 400px right;
}

.bg_player_blue_1 .row_inner{
	background:
		url("../../uploads/bg1-1.png")no-repeat top 150px left 35px,
		url("../../uploads/bg2-1.png")no-repeat top 150px right 100px;
}
.bg_infant_blue_1 .tb-column{
	max-width:805px;
	width:100%;
	margin:0 auto;
}

.table_infant_1.module{
	max-width:620px;
	width:100%;
	margin:0 auto;
}
.table_infant_1.module tr{
	background:#fff;
}
.table_infant_1.module tr:nth-child(even){
	background:#F3F3F3;
}
.table_infant_1.module th,
.table_infant_1.module td{
	text-align:left;
	padding:15px 0 16px;
	border:0;
}
.table_infant_1.module th{
	width:190px;
	color:#A95CC4;
	padding-left:30px;
	padding-right:20px;
}

.box_text_infant_1 .subrow_inner {
	background:#F3FCE7;
	grid-template-columns: 300px calc(100% - 300px);
	padding:35px 0;
}

.box_text_infant_1 .sub_column.first{
	border-right:1px solid #707070;
	padding:0 15px;
}
.box_text_infant_1 .sub_column.first .module-text{
	max-width:200px;
	width:100%;
	margin:0 auto;
}

.box_text_infant_1 .sub_column.last{
	padding:0 10px;
}

.box_text_infant_1 .module{
	margin:0;
}

.text_list_infant_1.module ul{
	margin:0;
	list-style:none;
	column-count:2;
	max-width:400px;
	width:100%;
	margin:0 auto;
}
.text_list_infant_1.module ul li{
	margin:0;
	font-size:16px;
	line-height:1.8;
	color:#4F6035;
	padding:2px 0 3px 22px;
	position:relative;
	font-weight:bold;
}
.text_list_infant_1.module ul li:before{
	content:"";
	background:#A95CC4;
	width:15px;
	height:15px;
	position:absolute;
	top:8px;
	left:0;
	display:block;
	border-radius:50%;
}

.box_teacher_1 .subrow_inner{
	grid-template-columns: 68.8% 31.2%;
	background:#F3FCE7;
}

.box_teacher_1 .module{
	margin:0;
}

.box_teacher_1 .sub_column.last{
	padding:15px;
}

.box_teacher_1 .sub_column.last .tb-column-inner{
	max-width:300px;
	width:100%;
	margin:0 auto;
}

.text_teacher_1.module .module-title{
	font-size:22px;
	color:#333;
	text-align:center;
	margin:0 0 22px;
}
.text_teacher_1.module .module-title:before{
	content:url("../../uploads/icon.png");
	display:block;
	text-align:center;
	line-height:1;    
	margin: 0 0 12px;
}

.table_teacher_1 th,
.table_teacher_1 td{
	padding:9px 0;
	border:0;
	text-align:left;
	vertical-align:top;
}
.table_teacher_1 th{
	width:200px;
	color:#4F6035;
	position:relative;
	padding-left:22px;
}
.table_teacher_1 th:before{
	content:"";
	width:15px;
	height:15px;
	background:#B3E863;
	border-radius:50%;
	display:block;
	position:absolute;
	top:16px;
	left:0;
}

.bg_1_teacher{
	background:
		url("../../uploads/bl1.png")no-repeat bottom 110px left 60px,
		url("../../uploads/br1.png")no-repeat bottom right -140px;
}

.table_ac_1.module tr{
	border-bottom:1px dashed #ccddb2;
}
.table_ac_1.module th,
.table_ac_1.module td{
	padding:18px 0 19px 9px;
	border:0;
	vertical-align:top;
	line-height:24px;
}
.table_ac_1.module th{
	width:140px;
	text-align:left;
	font-weight:normal;
	color:#A95CC4;
}

#pagewrap .wpcf7 table tr th, 
#pagewrap .wpcf7 table tr td{
	display:block;
	width:100%;
	padding:0;
	border:0;
}
#pagewrap .wpcf7 table tr th{
	font-size:16px;
	font-weight:normal;
	color:#333;
	padding:0 0 6px;
}
#pagewrap .wpcf7 table tr td{
	padding-bottom:24px;
}
#pagewrap .wpcf7 table tr th span{
	display:inline-block;
	font-size:11px;
	color:#fff;
	background:#A95CC4;
	padding: 4px 7px;
	line-height:1;
	margin-left:15px;
}
#pagewrap .wpcf7 table tr td input,
#pagewrap .wpcf7 table tr td textarea{
	background:#fff;
	border-radius:5px;
	border:1px solid #E0E0E0;
	box-shadow:unset;
	padding:2px 10px 3px;
}
#pagewrap .wpcf7 table tr td textarea{
	height:92px;
}

#pagewrap .wpcf7 .submit_btn input[type="submit"]{
	width: 208px;
    text-align: center;
    display: block;
    margin:36px auto 0;
    border-radius: 30px;
    padding: 17px 10px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    color: #fff;
    background: url(../../uploads/btnarr1.png) no-repeat center right 10px, #A95CC4;
}

.text_policy.module .module-title{
	font-size:25px;
	line-height:33px;
	color:#A95CC4;
	margin-bottom:29px;
}
.text_policy.module .tb_text_wrap{
	height:115px;
	overflow:auto;
}

.post_news_1.module .post{
	border-bottom:2px dotted #e5eed9;
	margin:0 !important;
	padding:39px 0 10px;
}

.single-post time,
.post_news_1.module time{
	font-size:16px;
	color:#A95CC4;
	font-weight:normal;
	margin-bottom:3px;
}


.single-post time{
	display:inline-block;
}

.single-post .post-title{
	border-bottom:1px dashed #e5eed9;
	padding-bottom:15px;
	margin-bottom:32px;
}

.single-post .post-title,
.post_news_1.module .post-title,
.post_news_1.module .post-title a{
	font-size:20px;
	line-height:29px;
	color:#333;
	text-decoration:none;
}
.post_news_1.module .post-title a:hover{
	text-decoration:underline;
}

#pagewrap .pagenav a, 
#pagewrap .pagenav span{
	padding: 10px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    border-radius: 0;
	border:1px solid #A95CC4;
	background:#fff;
	color:#333;
	font-size:16px;
}

#pagewrap .pagenav a:hover, 
#pagewrap .pagenav span{
	background:#A95CC4;
	color:#fff;
	text-decoration:none;
}

#pagewrap .pagenav{
	padding:35px 0 30px;
}


.single-post #content{
	padding:122px 0 120px;
}

.single-post .post{
	margin-bottom:40px;
}

.single-post .entry-content{
	margin-bottom:66px
}


.rtb a{
	width: 208px;
    text-align: center;
    display: block;
    margin:0 auto 0;
    border-radius: 30px;
    padding: 17px 10px 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    border: 0;
    color: #fff;
    background: url(../../uploads/btnarr1.png) no-repeat center right 10px, #A95CC4;
}

.sidebar1 #sidebar{
	width:calc(25.4% - 33px);
	padding:70px 0 0;
}
.sidebar1 #block-3{
	margin-bottom:0;
}
.sidebar1 .widgettitle,
.sidebar1 #block-3 .wp-block-heading{
	background:#A95CC4;
	font-size:16px;
	font-weight:500;
	text-align:center;
	padding:6px 10px;
	margin-bottom:25px;
	color:#fff;
	line-height:1.8;
}

.sidebar1 .categories-list,
.sidebar1 .wp-block-archives-list{
	margin:0;
	list-style:none;
}

.sidebar1 .categories-list li,
.sidebar1 .wp-block-archives-list li{
	margin:0;
	position:relative;
	padding:0 0 11px 22px;
}
.sidebar1 .categories-list li:before,
.sidebar1 .wp-block-archives-list li:before,
#nav_menu-2 .menu-result-menu-container #menu-result-menu li:before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	background:#B3E863;
	position:absolute;
	top:4px;
	left:0;
	border-radius:50%;
}

.sidebar1 .categories-list li a,
.sidebar1 .wp-block-archives-list li a{
	font-weight:bold;
	color:#4F6035;
	text-decoration:underline;
}

.sidebar1 .categories-list li a:hover,
.sidebar1 .wp-block-archives-list li a:hover{
	text-decoration:none;
}

.sidebar1 #layout{
	padding:148px 0 90px;
}

.sidebar1 #content{
	width:74.6%;
	padding:0;
}

.archive .page-title{
	padding:0 0 0 38px;
	font-size:32px;
	line-height:43px;
	color:#A95CC4;
	background:url("../../uploads/dotti1.png")no-repeat top 8px left;
	margin-bottom:28px;
	font-family: heisei-maru-gothic-std, sans-serif;
}

.archive .post{
	background:#F3FCE7;
	padding:37px 37px 7px;
	margin-bottom:30px !important;
	
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
	justify-content: space-between;
}

.archive .post:last-child{
	margin-bottom:0 !important;
}

.archive .loops-wrapper.list-thumb-image .post-image{
	margin:0 0 30px 0;
	float: none;
    width: 49.7%;
}

.archive .post-content{
	width: calc(50.3% - 33px);
	margin:0 0 30px 33px;
}

.archive .entry-content{
	overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.archive #pagewrap .pagenav{
	padding-top:30px;
}


.archive .post-title{
	margin-bottom:15px;
}

.archive .post-title,
.archive .post-title a{
	font-size:22px;
	line-height:28.8px;
	color:#A95CC4;
}

.single-post .bg_sub_main .module{
	display:none;
}

.single-post #layout:not(.news) .bg_sub_main .module.text_main_result,
.single-post #layout.news .bg_sub_main .module.text_main_news{
	display:block;
}



/* 20250314 */
br.not-pc {
	display: none;
}
.font-heisei {
	font-family: heisei-maru-gothic-std, sans-serif;
}
.font-heisei.ti_dot_1.module .module-title {
	font-family: heisei-maru-gothic-std, sans-serif;
}
.ti_home_post_1.module .tb_text_wrap span {
	font-size: 32px;
}
br.pc-only {
	display: block;
}
#nav_menu-2 .menu-result-menu-container #menu-result-menu li {
	margin: 0;
    position: relative;
    padding: 0 0 11px 22px;
}
#nav_menu-2 .menu-result-menu-container #menu-result-menu li a {
	font-weight: bold;
    color: #4F6035;
    text-decoration: underline;
}#nav_menu-2 .menu-result-menu-container #menu-result-menu li a:hover {
	text-decoration: none;
}









@media screen and (max-width: 1680px) {
	
	.home .header-brand-container {
		padding: 110px 20px 0 100px;
	}
	
}

@media screen and (max-width: 1600px) {
	
	.home .header-brand-container {
		padding: 110px 20px 0 50px;
	}
	
}

@media screen and (max-width: 1540px) {
	
	.rh {
		align-items: flex-end;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	
	.list_btn_h_1{
		margin-bottom:20px;
	}
	
	.home_main {
		top: -50px;
	}
	
}


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

	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
	body.mobile_menu_active #header,body #header.header  {
/* 		padding: 45px 0; */
		padding: 25px 0;
        width: 35%;
        margin: 0 auto 15px;
	}

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	
	.home .header-brand-container {
		padding:0;
	}
	
	.no-home .header-brand-container img {
		width: auto;
	}
	
	.list_btn_h_1,
	.h_contact{
		display:none;
	}
	
	
	
	
	.course_text.module_column {
		text-align: center
	}
	.course_text .list_home_1.module li {
		width: fit-content;
        margin: 0 auto;
	}
	br.not-pc {
		display: block;
	}
	body #header.header {
		justify-content: center;
	}
	.img_main_home_1.module{
		max-width: 70%;
	}
	.box_text_main_home_1 {
		text-align: right;
		padding: 0 80px 0 0;
		bottom: -45px;
	}
	.box_text_main_home_1 .module-image img {
		max-width: 60%;
	}
	#pagewrap .box_text_main_home_1 .text_main_1.module-text {
		font-size: 28px;
		line-height: 1.45;
	}
	

	#headerwrap #main-menu-container.is-active{
		display: flex;
		padding-top: 15vw;
		background:rgba(255,255,255,0.95);
	}
	    #headerwrap #main-menu-container {
        padding-top: 15vw;
    }
	#headerwrap #main-menu {
		background: none;
		padding-right: 0;
	}
	#headerwrap #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
#headerwrap #main-menu-container ul > li.menu-item{
		padding: 10px;
        background: none;
        text-align: CENTER;
        border-bottom: 0;
        DISPLAY: BLOCK;
	}
	
	#headerwrap #main-menu > li > a:after{
		content:none;
	}

body .sp-footer-icons-container a {
    font-size: 14px;
    padding: 11px 0;
}

#pagewrap {
    padding-bottom: 0;
}

body #footer .sp-footer-icons-container a{
		background:#A95CC4;
		color: #fff;
		border-color:#fff;
	}
	
	
	.box_teacher_1 .subrow_inner {
    	grid-template-columns: 100% 100%;
		--area: "col1" "col2";
		max-width:828px;
		width:100%;
		margin:0 auto;
	}
	
	.box_teacher_1 .sub_column.last {
		padding: 40px 15px;
	}
	.no-home .header-brand-container {
		padding-top: 0;
	}

  
}


@media screen and (max-width: 1024px) {
	
	.home_main .tb-column{
		background:none;
	}
	
	.sidebar1 #content {
		width: 100%;
		float:none;
		padding-bottom:50px;
	}
	
	.sidebar1 #sidebar{
		max-width:271px !important;
		width:100%;
		margin:0 auto;
		padding:0;
		float:none;
	}
	
}

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
    width:96%;
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
#headerwrap #main-menu > li {display:block;border:0;padding:10px;}
		
	
body #headerwrap {
  padding:0;
}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

#pagewrap {
    padding-bottom:50px;
}

body #pc-backtop{
		display:none;
	}

}


@media screen and (max-width: 768px) {
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}
	
	.img_main_home_1.module{
		max-width: inherit;
	}
	.box_text_main_home_1 .module-image img {
		max-width: inherit;
	}
	.box_text_main_home_1 {
		position:relative !important;
		top:-45px;
/* 		padding: 0 20px; */
		padding: 0 10%;
	}
	.img_main_home_1.module {
        padding: 0 10%;
    }
	.ti_dot_1.module .module-title {
		font-size: 40px;
	}

}

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

#pagewrap .pagewidth{
    width:92%;
  }
	

	
	.box_text_infant_1 .subrow_inner {
		grid-template-columns: auto;
	}
	
	.box_text_infant_1 .sub_column.first {
		border-right: 0;
		padding: 0 15px 30px;
	}
	
	.archive .post {
		flex-direction: column;
	}
	.archive .loops-wrapper.list-thumb-image .post-image {
		margin: 0 0 20px 0;
		width: auto;
	}
	.archive .post-content {
		width: auto;
		margin: 0 0 30px 0;
	}
	
	
	.ti_dot_1.module .module-title {
		font-size: 45px;
	}
	#pagewrap .box_text_main_home_1 .text_main_1.module-text {
        font-size: 20px;
        text-align: center;
    }
	.ti_home_post_1.module .tb_text_wrap {
		font-size: 25px;
	}
	.ti_home_post_1.module .tb_text_wrap span {
		font-size: 22px;
	}
	#footerwrap .footer-center {
		text-align: center;
	}
	.ti_dot_1.module .module-title:before, .ti_dot_1.module .module-title:after {
		top: 15px;
	}
	br.pc-only {
		display: none;
	}
	.box_text_infant_1 .sub_column.first .module-text {
		max-width: unset;
		width: 100%;
		margin: 0 auto;
		font-size: 25px;
		text-align: center;
	}
	.table_ac_1.module th {
		width: auto;
		padding-bottom: 0;
	}
	.table_ac_1.module th, .table_ac_1.module td {
		display: block;
	}
	
	

}

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

@media screen and (max-width: 480px) {
	
	.table_infant_1.module th,
	.table_infant_1.module td{
		width:100% !important;
		display:block !important;
	}
	
	.table_infant_1.module td{
		padding:0 30px 16px;
	}
	
	.bg_sub_main .module .module-title {
		font-size: 40px;
	}
	.bg_sub_main .module {
		font-size: 18px;
	}
	.box_text_main_home_1 {
		padding: 0 5%;
	}
	.img_main_home_1.module {
        padding: 0 5%;
    }
	
}

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

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

