@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

*{
	box-sizing: border-box;
}
html {
	overflow-y:scroll;
	font-size: 62.5%;
}

body {
	line-height:1.0;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #111;
}

a, a:link,
a:active,
a:visited {
	transition: all 0.5s ease-out;
	outline: none;
	text-decoration:none;
}

@media only screen and (max-width: 480px) {
	html {
	font-size: 55%;
}

}

/*---------------------------------------------------------common*/

img{
	width:100%;
	height: auto;
}

.tac{
	text-align: center;

}

.spnomi{display: none;}

/*---------------------------------------------------------page-top*/

#page-top{
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  font-size:12px;
  width:60px;
  height:60px;
  line-height:60px;
  background: #C52C37;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 5px #C52C37;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5);
}
#page-top:hover{
  background: rgba(0,0,0,.4);
}

.p_t_arrow{
	display: block;
	margin:25px auto 0;
width: 16px;
height: 16px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align:middle;

	}

/*---------------------------------------------------------contain*/
header{
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#header{
	/* padding: 10px 0; */
	height: 70px;
}
header h1{
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #111;
	padding-left: 5px;
	letter-spacing: 1px;
	height: 70px;
}

.navigation {
  height: auto;
	font-weight: 500;
	letter-spacing: 1px;

}


.nav-container {
  width: 100%;
  height: auto;
}


#logo{
	width: 50%;
	height: 70px;
	max-width: 323px;

}
#logo a{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

#logo img{
	width: 100%;
	height: auto;
}

nav {
}
nav ul {
  list-style: none;
  padding: 0;
	max-width: 700px;
	margin: 0 auto;
}
nav ul li {
  float: left;
  position: relative;
	margin: 17px 0 0 0;
}


nav ul li a{
  display: block;
  padding: 0 5px;
  line-height: 1.2;
  text-decoration: none;
	font-size: 12px;
	color: #111;
}

nav ul li.nopc{
	display: none;
}
.nav-list_firsttime a {
	font-size: 14px;
	transform: translateY(1px);
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #fff;
}

nav ul li a br{
	display: none;
}

.sns{
	width: 20px;

}

.sns img{
	width: 20px;
	height: auto;
}




/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #C52C37;
  height: 70px;
  width: 70px;
	z-index: 10;
}

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

  .nav-mobile {
    display: block;
	  position: fixed;
	  text-align: center;
	  /* height: 70px; */
  }

  nav {
    width: 100%;
	  background: #f5f5f5;
	  box-shadow: 0 5px 3px -3px  rgba(0,0,0,0.2) inset;

  }
	.nav-list{

		z-index: 8;
		padding: 30px 10px 50px ;
		text-align: center;


	}
	.nav-list:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
		pointer-events: none;
}

  nav ul {
    display: none;
  }
  nav ul li {
	  float: none;
	  text-align: center;
	  width: 110px;
	height: 110px;
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	  border-radius: 5px;
	  display: inline-block;
	  margin: 10px 2px 0 2px;
	  box-sizing: border-box;
	  background-color: #fff;
	  box-shadow: 0 0 5px rgba(0,0,0,0.08);
  }

	nav ul li.nopc{
	display: inline-block;
}

nav ul li a{
	font-size: 14px;
	margin-bottom: 0px;
	color: #111;
	height: 110px;
	padding-top: 75px;
	display: block;
	 box-sizing: border-box;
	transition: .4s;
	font-family: fot-seurat-pron, sans-serif;
font-weight: 600;

font-style: normal;
		border-radius: 5px;

}


	nav ul li a br{
	display: block;
}

	nav ul li a:hover{
		background: rgba(30,30,30,0.3);

	}

  nav ul li ul li a {
    padding-left: 30px;
  }

	nav ul li a:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	color: #111;
	left: 50%;
	margin-left: -17px;
	top: 10px;
	font-size: 35px;
	pointer-events: none;
}



nav ul li:hover:after{
	color: #fff;
	pointer-events: none;
}



nav ul li:nth-child(1) a:after{
	 content: '\f015';/*home*/
	color: #C31724;/*red*/
	color: #0180C5;/*blue*/
}
nav ul li:nth-child(2) a:after{
	 content: '\f549';/*school*/
	color: #69B62F;/*green*/
}
nav ul li:nth-child(3) a:after{
	 content: '\f02d';/*smile*/
	color: #F8B900;/*yamabuki*/
}
nav ul li:nth-child(4) a:after{
	 content: '\f0c0';/*watch*/

	color: #E76E23;/*orange*/
}
nav ul li:nth-child(5) a:after{
	 content: '\f073';/*Fork and knife */
	color: #9E56D0;/*parple*/

	color: #C31724;/*red*/

}
nav ul li:nth-child(6) a:after{
	 content: '\f073';/*calender*/
	color: #F066A6;/*pink*/

}
nav ul li:nth-child(7) a:after{
	 content: '\f304';/*pen*/
	color: #F3B6C7;

}
nav ul li:nth-child(8) a:after{
	 content: '\f0e0';/*mail*/
	color: #E8903C;/*orange*/
	color: #03BDF2;/*mizuiro*/
}
nav ul li:nth-child(9) a:after{
	 content: '\f3c5';/*pin*/
	color: #BDD402;
}
nav ul li:nth-child(10) a:after{
	 content: '\f2bd';/*parson*/
	color: #E76E23;/*orange*/

}

nav ul li i{
	 position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 400;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
}
nav ul li.inst {
	 background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
  background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
}

nav ul li.fb {
	 background: rgba(59,89,152,1);
}

nav ul li.line {
	 background: rgba(29,205,0,1);
}


  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 2001px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
	  position: absolute;
	  left: 18px;
	  top: 22px;
	  cursor: pointer;
	  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	  cursor: pointer;
	  border-radius: 2px;
	  height: 4px;
	  width: 35px;
	  background: #fff;
	  position: absolute;
	  display: block;
	  content: "";
	  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  	top: -10px;
}
#nav-toggle span:after {
  	bottom: -10px;
}
#nav-toggle.active span {
  	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  	top: 0;
}
#nav-toggle.active span:before {
  	transform: rotate(45deg);
}
#nav-toggle.active span:after {
  	transform: rotate(-45deg);
}

.tel,
.map{
	position: absolute;
	  right: 75px;
	  top: 10px;
	  cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
    background-color: #C52C37;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;;
	padding: 15px 0 0 0;
	box-sizing: border-box;

}

.map{
	right: 130px;
}

.tel a,
.map a{
	color: #fff;
}



@media only screen and (max-width: 580px) {
nav ul li {
	  width: calc(100%/3 - 2%);

  }
	.nav-list{
		padding-top: 10px;
	}

	.tel,
.map{
	position: absolute;
	width: 45px;
	height: 45px;
	right: 73px;
	padding: 12px 0 0 0;

}
	.map{
	right: 122px;


}
    /* #idea {

        height: 400px!important;
    } */
}
/* -------------------------------------------------------------/nav */
#container{
	width: 100%;
	height: 1000px;
	padding-top: 70px;
}

.main{
	width: 96%;
	margin: 0 auto;
	position: relative;
}

.main .swiper-slide img {
	height: auto;
	width: 100%;
}
.main .slide-title{
	position: absolute;
	right: 6.75%;
	top: 6.75%;
	width: 20%;
	min-width: 80px;
	max-width: 326px;
	z-index: 11;
}
/* .gotorecruit a{
	position: absolute;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	bottom: 90px;
	right: 90px;
	background-color: #E0F8F7;
	color: #5ba39f;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	box-shadow: 0px 0px 0px 5px #E0F8F7, 0px 0px 10px rgba(0,0,0,0.95);
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5);
	letter-spacing: 2px;
}

.gotorecruit a:hover{
    color: #fff;
	background-color: #00a5d4;
	box-shadow: 0px 0px 0px 5px #00a5d4, 0px 0px 10px rgba(0,0,0,0.95);
}

.img-banner {
    height: 400px!important;
    object-fit: cover;
} */




/* @keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
} */
.swiper-button-next, .swiper-button-prev{
	width: 55px;
	height: 48px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	content: "";
	width: 55px;
	height: 48px;
	background: url(./images/mv/tri.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: center;
}
.swiper-button-prev:after{
	transform: rotate(180deg);
	transform-origin: center;
}
/*---------------------------------------------------------news*/
#news{
	padding: 80px 0;
}
.head01{
	margin: 0 0 20px;
	font-size: 	28px;
	text-align: center;
	letter-spacing: 4px;
font-weight: 400;

}

.max_w {
	max-width: 100%;
	width: 96%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.max1200{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}


.news_li{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: #ccc solid 1px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;

}

.news_date{
	color: #999;
	margin-right: 10px;
/*	display: inline-block;*/
}

.news_cat{
	line-height: 1;
	padding: 6px 0 3px;
	width: 70px;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	font-size: 11px;
	display: inline-block;
	text-align: center;


}

.cat_color01{
	background-color: #8DC21E;
}

.cat_color02{
	background-color: #F8B900;
}

.cat_color03{
	background-color: #E36702;
}

.news_title a{
	color: #000;
	display: inline-block;
}

.news_title a:hover{
	color: #ccc;
}

.btn01 a {
	padding: 14px 0 10px;
	width: 200px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 40px auto 0;
	font-size: 15px;
	border-radius: 20px;
	font-weight: 400;
	color: #000;
	display: block;
}




.btn01 a:hover{
	border: 1px solid #F8B900;
	background-color: #F8B900;
	color: #fff;

}

@media only screen and (max-width: 800px) {
	.gotorecruit a{
	position: absolute;
	width: 100px;
	height: 100px;
		font-size: 13px;
		letter-spacing: 1px;
	bottom: 10px;
	right: 10px;


}

}

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

	.news_li{
		width: 100%;
		padding: 8px 0;
		margin: 0;
	}

	.news_date{
		display: block;

	}

	.news_cat{
		position: absolute;
		right: 0;
		top: 0;

	}

	.news_title{
		display: block;
	}




}

/*---------------------------------------------------------nav_middle*/

#nav_middle{

	width: 100%;
	height: auto;
	background-color: #F0F0F0;

}

#nav_middle ul{

		padding: 30px 10px 50px ;
		text-align: center;
	max-width: 1200px;
	margin: 0 auto;


	}

 #nav_middle ul li {
	  text-align: center;
	  width: calc(100%/6 - 2%);
	height: 110px;
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	  border-radius: 5px;
	  display: inline-block;
	  margin: 10px 2px 0 2px;
	  box-sizing: border-box;
	  background-color: #fff;
	  box-shadow: 0 0 5px rgba(0,0,0,0.08);
  }


#nav_middle ul li a{
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	color: #111;
	height: 110px;
	padding-top: 75px;
	display: block;
	box-sizing: border-box;
	transition: .4s;
	font-family: fot-seurat-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	border-radius: 5px;

	position: relative;
}



#nav_middle ul li a:hover{
		background: rgba(30,30,30,0.3);

	}

#nav_middle ul li ul li a {
    padding-left: 30px;
  }

#nav_middle ul li a:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	color: #111;
	left: 50%;
	margin-left: -17px;
	top: 10px;
	font-size: 35px;
	pointer-events: none;
}

#nav_middle ul li:hover a{
	color: #fff;
}

#nav_middle ul li:nth-child(1) a:after{
	 content: '\f549';/*school*/
	color: #C31724;/*red*/
}
#nav_middle ul li:nth-child(2) a:after{
	 content: '\f02d';/*smail*/
	color: #F8B900;/*yamabuki*/
}
#nav_middle ul li:nth-child(3) a:after{
	 content: '\f0c0';/*Fork and knife */
	color: #E7752E;/*orange*/
}
#nav_middle ul li:nth-child(4) a:after{
	 content: '\f073';/*calender*/
	color: #F066A6;/*pink*/
}
#nav_middle ul li:nth-child(5) a:after{
	 content: '\f304';/*pen*/
	color: #03BDF2;/*blue*/
}
#nav_middle ul li:nth-child(6) a:after{
	  content: '\f0e0';/*mail*/
	color: #BDD402;/*kimidori*/
}
#nav_middle ul li:nth-child(7) a:after{
	 content: '\f304';/*pen*/
	color: #F3B6C7;/*rightpink*/
}
#nav_middle ul li:nth-child(8) a:after{
	 content: '\f0e0';/*mail*/
	color: #9E56D0;/*parple*/
}
#nav_middle ul li:nth-child(9) a:after{
	 content: '\f3c5';/*pin*/
	color: #BDD402;/*kimidori*/
}
#nav_middle ul li:nth-child(10) a:after{
	 content: '\f2bd';/*parson*/
	color: #E76E23;/*orange*/
}

@media only screen and (max-width: 600px) {
	#nav_middle ul li {
	width: calc(100%/2 - 2%);




}
}
/*---------------------------------------------------------top_concept*/

#concept{
	padding: 80px 0;
	width: 96%;
	margin: 0 auto;
}

.title_box{
	text-align: center;
}

.head02,
.head02color{
	margin: 0 0 20px;
	font-size: 	2.8rem;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
	position: relative;
	padding: 0 38px 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;


}

.head02:before,
.head02color:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #C52C37;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.head02color:before{
	color: #C31724;
}

.head02:after,
.head02color:after{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #C52C37;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.head02color:after{
	color: #E6752E;
}

.head03{
	margin: 0 0 0;
	font-size: 	16px;
	text-align: center;
	letter-spacing: 4px;
	font-weight: 400;
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;


}

.head03:before{
	content: 'ー';
	font-size: 30px;
	color: #ccc;/*pink*/
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.head03:after{
	content: 'ー';
	font-size: 30px;
	color: #ccc;/*blue*/
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.top_concept{
	display: flex;
  justify-content: space-between;
	padding: 50px 0 0;
}

.tc_ph{
	display: inline-block;
	width: calc(100%/3 - 2%);
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;


}

.tc_ph img{
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	border-radius: 5px;
	box-sizing: border-box;

}

.tc_ph span{
	display: block;
	margin-top: 10px;
}

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

	.top_concept{
	display: block;
		text-align: center;

}
	.tc_ph{
	width: calc(100%/1 - 10%);


}
}


/*---------------------------------------------------------footer*/
#footer{
	height: auto;
	text-align: center;
	background-color: #C52C37;
	color: #fff;
	padding: 30px 0;
	width: 100%;
}
#footer *{
	color: #fff;
}

#f_inner{
	display: flex;
  justify-content: space-between;

}

#f_left,
#f_right{
	width: 50%;

	display: inline-block;
	border-right: 2px #fff solid;
	box-sizing: border-box;
	padding: 0px 10% 20px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 2;

}

#f_right{
	border: none;
	padding: 85px 5%;
}

#f_right h2{
	font-size: 16px;
	font-family: fot-seurat-pron, sans-serif;
	border: 1px #fff solid;
	border-radius: 20px;
	width: 200px;
	display: inline-block;
}
#f_right .social-icons{
	margin:26px 0 52px 0;
}

#f_left img{
	margin-bottom: 10px;
	width: 85px;
	height: auto;
}
#f_left iframe{
	margin: 30px auto 0 auto;
	width: 80%;
	height: 286px;
	max-width: 536px;

}

.font-bold {
    font-weight: bold;
}

.btn02:hover{
	border: 1px solid  #5ba39f;/*kimidori*/
	background-color:  #5ba39f;/*kimidori*/
	color: #fff;
}

.open{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: none;
	font-size: 14px;

}

.open dt{
	font-weight: 800;
	width: 40%;
	line-height: 1.5;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
	font-family: fot-seurat-pron, sans-serif;
}

.open dd{
	padding: 10px;
	width: 60%;
	box-sizing: border-box;
	line-height: 1.5;
	text-align: left;


}


.copy{
	font-size: 12px;
	text-align: center;
}

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

	#f_inner{
	display: block;

}
	.tc_ph{
	width: calc(100%/1 - 10%);


}
	#f_left,
#f_right{
	width: 90%;
	}
	#f_left{
		border-right: none;
		border-bottom: 1px solid #fff;

	}
}
/*---------------------------------------------------------campany*/

.main_c{
	width: 100%;
	text-align: center;
	height: 150px;
	overflow: hidden;
	background-color:#F9E9EB;
	position: relative;
	margin-bottom: 26px;

}

.main_c h2{
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	padding-top: 60px;
	color: #693906;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.bbg01{
	position: absolute;
	right: 20%;
	bottom: 20px;
	width: 40px;

}

.bbg02{
	position: absolute;
	left: 20%;
	bottom: 20px;
	width: 30px;

}

.bbg03{
	position: absolute;
	right: -30px;
	bottom: -10px;
	width: 35px;
	animation: r3 2s linear infinite alternate;
}

@media only screen and (max-width: 480px) {
	.bbg01{
		right: 5%;
	}

	.bbg02{
		left:5%;
	}

}



@keyframes r3 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(20deg); }
}

@keyframes r4 {
  0%   { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

.swiper-custom-parent{
  width: 98%;
	max-width: 1200px;
  position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	z-index: 0;
}

.swiper-container {
      width: 100%;
	max-width: 700px;
      height: 400px;

	margin: auto;
	border-radius: 20px;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);


    }


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

    }

@media only screen and (max-width: 800px) {
	.swiper-container {
		height: 320px;}

}
@media only screen and (max-width: 600px) {
	.swiper-container {
		height: 280px;}
}
@media only screen and (max-width: 480px) {
	.swiper-container {
		height: 220px;
	}
	.swiper-button-prev{
  left: -2%;
  right: auto;
}
	.swiper-button-next{
  right: -2%;
  left: auto;
}
}

#introduce,
#events{
	padding: 80px 0;
	text-align: center;

}
#idea{
	width: 100%;
	padding: 80px 0;
}
#policy,
#access{
	width: 100%;
	/* background-color: #F9E9EB; */
	padding: 80px 0;

}

#policy .row .column img{
	height: 453px;
	object-fit: cover;

}

#policy .row .column img:first-of-type {
	object-position: center 80%;
}

#detail,
#recruit{
	width: 100%;
	background-color: #f9ecf2;
	padding: 80px 0;

}

#class{
	width: 100%;
	background-color: #f8f0da;
	padding: 80px 0;

}

#flow{
	padding: 80px 0;


}

#effort{
	width: 100%;
	background-color: #f8f0da;
	padding: 80px 0;
	height: auto;
}

.course {
    width: 100%;
	background-color: #F9E9EB;
	padding: 80px 0;
    text-align: center;
}

.course2 {
	padding: 80px 0;
    text-align: center;
}
.course table, .course2 table{
	margin-bottom: 12px;
}

table {
    margin: 0 auto;
}

.head04a {
   /* width: 450px!important;*/
    width: fit-content!important;
}

.idea_box{
	width: 100%;
	padding: 80px 0;
}
.idea_box .txt-wrapper{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.idea_box .txt-wrapper ul li{
	display: flex;
	align-items: center;
	margin-bottom: 52px;
	justify-content: center;
}
.idea_box .txt-wrapper ul li:nth-child(2){
	flex-direction: row-reverse;
}
.idea_box .txt-wrapper ul li:nth-child(2) p{
	padding-left: 0;
	padding-right: 3%;
}
.idea_box .txt-wrapper ul li .icon{
	width: 143px;
	height: 143px;
}
.idea_box .txt-wrapper ul li p{
	width: calc(100% - 143px);
	padding-left: 3%;
	font-size: 20px;
	line-height: 1.5em;
}

.head04{
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 30px;
	color: #000;
	/* border-bottom: 7px dotted #C52C37; */
	padding-bottom: 10px;
	width: 330px;
	margin: 0 auto 30px;
	text-align: center;
	line-height: 1.5;
	background-image : linear-gradient(to right, #C52C37 8px, transparent 8px);
	background-size: 14px 8px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.head_small{
	font-size: 2.6rem;
}

.img-paypal {
    width: 12%;
}

/*-----------------------------------------------------border-bottom色*/

.bb_yamabuki{
	border-bottom: 7px dotted #F8B900;
}
.bb_blue{
	border-bottom: 7px dotted #03BDF2;
}
.bb_pink{
	border-bottom: 7px dotted #F066A6;
}

/*-----------------------------------------------------background-color色*/


.bc_blue{
	background-color: #F9E9EB;
}
.bc_pink{
	background-color: #f9ecf2;
}

.text01{
	font-size: 15px;
	margin: 30px 0 0;
	line-height: 2;
	text-align: center;
}

.text01 strong {
    font-weight: bold;
}

.txt-left {
    text-align: left;
    width: 66%;
    margin: 40px auto;
}

.table01{
	display:flex;
  flex-wrap: wrap;
	width: 96%;
	font-size: 16px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 1200px;

}

.table01 dt{
	font-weight: bold;
	width: 80px;
	padding: 10px;
	 border-bottom: 5px solid #cdecf6;
	box-sizing: border-box;

}

.table01 dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 10px 10px 10px 20px;
	width: calc(100% - 80px);
	border-bottom: 5px solid #cdecf6;
	box-sizing: border-box;
	vertical-align: middle;

}


.policy_deco{
	font-size: 10px;
	display: block;
	background-color: #03BDF2;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}

.policy_deco span{
	display: inline-block;
	margin-top: -5px;
	font-size: 30px;
	font-weight: 800;
	font-style: normal;
}

.class_box{
	width: 100%;
	max-width: 867px;
	margin: 0 auto;
	box-sizing: border-box;
}
.class_box dl p{
	padding: 20px 14px;
	margin: 0;
	border-top: 1px solid #B53A3D;
	width: 100%;
}

.class_box p{
	font-size: 14px;
	margin: 20px 14px;
	text-align: center;
}


.table02{
	display:flex;
  flex-wrap: wrap;
	border: 1px solid #B53A3D;
	width: 96%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
}



.table02 dt{
	width: 50%;
	padding: 15px;
	border-top: 1px solid #B53A3D;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #C52C37;
	color: #fff;
}


.table02 dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 50%;
	border-top: 1px solid #B53A3D;
	box-sizing: border-box;
	background-color: #fff;

}

@media only screen and (max-width: 800px) {
	.idea_img{
	right: 10%;
	opacity: 0.4;
}

.idea_img02{
	left: 10%;
	opacity: 0.4;
}


}

@media only screen and (max-width: 480px) {
	.spnomi{display: block;}
	.idea_img{
		top: 0px;
	right: 0%;
}

.idea_img02{
	left: 0%;
	bottom: 0;

}


}

.t_head{
	font-weight: bold;
	color: #F8B900;
}


/*---------------------------------------------------------concept*/

.flow_box{
	display:flex;
  flex-wrap: wrap;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;


}

.flow01,
.flow02{
	width: 49%;
	padding: 50px 20px;
	box-sizing: border-box;
	display: inline-block;
	display:flex;
  	flex-wrap: wrap;
	min-width: 350px;

}

.flow01{
	margin-right: 2%;
}




.flow01_head{
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	display: inline-block;
	width: 90%;
	border-radius: 5px;
	margin: 0 auto	40px;
	padding: 12px 0 10px;
	text-align: center;
	letter-spacing: 8px;
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5);
	height: 20px;
}

.head_pink{
	background-color: #F066A6;
	box-shadow: 0px 0px 0px 5px #F066A6;
}

.head_blue{
	background-color: #03BDF2;
	box-shadow: 0px 0px 0px 5px #03BDF2;
}

.table04{
	display:flex;
  flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 1200px;

}


.table04 dt{
	font-weight: bold;
	width: 25%;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;

}

.table04 dd{
	padding: 10px;
	width: 75%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	text-align: center;

}


.flow_time{
	font-size: 19px;
	display: block;
	background-color: #693906;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 7px 0 2px;
	font-weight: 800;
	font-style: normal;
	line-height: 1;

}

.table04 dt:after{
	content: "";
	height: calc(100% - 55px);
	width: 2px;
	position: absolute;
	left: 48%;
	background-color: transparent;
	border-right: 5px dotted #BDD402;
	top: 50px;
}

.table04 dt.after_none:after{
	display: none;

}

.flow_img{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display:block;
	border-radius: 10px;
	overflow: hidden;
	max-width: 300px;

}

.flow_img img{
	width: 100%;
	height: auto;
	border-radius: 10px;


}

.flow_text{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 22px;

}



.flow_text_s{
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}


@media only screen and (max-width: 800px) {
.flow01,
.flow02{
	width: 100%;
	padding: 50px 20px;
	margin: 0 auto;
	min-width: 350px;

}
	.flow01{
		margin-bottom:
		20px;
	}
}

/*---------------------------------------------------------torikumi*/
.table05{
	display:flex;
  flex-wrap: wrap;
	width: 96%;
	font-size: 14px;
	 border-top: none;
/*	margin: 20px auto 0;*/
    margin: 60px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 1200px;

}

.table05 dt{
	font-weight: bold;
	width: 15%;
	padding: 10px;
	box-sizing: border-box;
	display: none;
}

.table05 dd{
	padding: 10px;
/*	width: 37.5%;*/
    width: 24%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 25px;
	font-weight: 800;
	text-align: left;

}


.table05 dd.dd-txt {
    width: 35%;
}

.table05 dd.dd-img {
    width: 15%;
}

.dd-img img {
    position: relative;
    left: -20px;
	z-index: 0;
}

.table05-2{
	width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}
.table05-2 dd.dd-txt {
    width: 73%;
}
.table05-2 dd.dd-img{
	width: 27%;
}


.table05 dd2{
	padding: 10px;
	width: 75%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
	text-align: left;

}

.table05 dd2 strong{
    font-weight: bold;
}

.introduce-wrap{
	max-width: 1389px;
	width: 90%;
	margin: 0 auto;
}
.introduce-wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.introduce-wrap ul li{
	display: flex;
	width: 45%;
	margin-bottom: 256px;
}
.introduce-wrap ul li:nth-of-type(1){
	width: 100%;
	max-width: 1070px;
	margin: 0 auto 200px auto;
}
.introduce-wrap ul li:nth-of-type(4),
.introduce-wrap ul li:nth-of-type(5){
	margin-bottom: 200px;
}
.introduce-wrap ul li .introduce-text{
	text-align: left;
	width: calc(100% - 254px);
	padding-right: 1em;
}
.introduce-wrap ul li:nth-of-type(1) .introduce-text{
	width: calc(100% - 314px);
}
.introduce-wrap ul li .introduce-text h3{
	font-size: 32px;
	margin-bottom: 1.5em;
}
.introduce-wrap ul li .introduce-text h3 span{
	font-size: 21px;
	display: block;
	margin-top: 15px;
}
.introduce-wrap ul li .introduce-text p{
	font-size: 20px;
	line-height: 1.4em;
}
.introduce-wrap ul li .introduce-img{
	height: auto;
	width: 254px;
}
.introduce-wrap ul li:nth-of-type(1) .introduce-img{
	width: 314px;
}

.effort_deco{
	font-size: 11px;
	display: block;
	background-color: #F8B900;
	width: 80px;
	height: 80px;
	padding-top: 10px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 5px #F8B900;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5);
}

.effort_deco span{
	display: inline-block;
	margin-top: 0px;
	font-size: 35px;
	font-weight: 800;
	font-style: normal;
}


.img_effort{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;

}

.img_effort img{
	border-radius: 10px;
}

.text_effort{
	font-size: 15px;
	padding-top: 10px;
	line-height: 1.8;
	display: block;
	padding-right: 20px;
	font-weight: normal;
}



@media only screen and (max-width: 800px) {
	.table05{
		max-width: 550px;
		display:block;
	}

	.table05 dt{
		width: 100%;

	}
	.table05 dd{
		width: 100%;
		text-align: center;

	}
	.text_effort{
		text-align: left;
	}
	.effort_deco{
	font-size: 10px;
	width: 60px;
	height: 60px;
	padding-top: 10px;


}

.effort_deco span{
	font-size: 23px;

}
}


.bg_orange{
	background-color: #E7752E;
	box-shadow: 0px 0px 0px 5px #E7752E;

}

.bg_yamabuki{
	background-color: #F8B900;
	box-shadow: 0px 0px 0px 5px #F8B900;
	border: dashed 2px #f1e1b1;
}
.bg_pink{
	background-color: #F066A6;
	box-shadow: 0px 0px 0px 5px #F066A6;
	border: dashed 2px #f08ebc;
}
.bg_mizuiro{
	background-color: #03BDF2;
	box-shadow: 0px 0px 0px 5px #03BDF2;
	border: dashed 2px #59cff0;
}


/*---------------------------------------------------------events*/
.month{
	font-size: 35px;
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 5px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5);
}

.month span{
	display: block;
	margin-top: -10px;
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 2px;

}

@media only screen and (max-width: 800px) {
	.month{
	font-size: 22px;
	width: 60px;
	height: 60px;
	padding-top: 5px;

}

.month span{
	font-size: 10px;
	margin-top: -5px;


}
}


.img-line img {
    width: 180px;
}

.img-classroom img {
/*
    width: 25%;
    display: block;
    margin: 0 auto;
*/
}

.img-classroom2 img {
/*
    width: 25%;
    display: block;
*/
/*    margin-left: 69%;*/
}

.img-classroom3 img {
    width: 92%;
    display: block;
    margin: 0 auto;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb15 {
    margin-bottom: 15px;
}

.mgb40 {
    margin-bottom: 40px;
}


/*
.row {
    margin-left: 3%;
}
*/

/* Create three columns that floats next to each other */
/*
.column {
  float: left;
  width: 36%;
  padding: 10px;
}
*/

/*
.column2 {
  float: left;
  width: 20%;
  padding: 10px;
}
*/

/* Clear floats after the columns */
/*
.row:after {
  content: "";
  display: table;
  clear: both;
}
*/

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 3%;
}

.column {
    padding: 10px;
    flex: 100%;
    max-width: calc(39% - 20px);
}

.column2 {
    padding: 10px;
    flex: 100%;
    max-width: calc(22% - 20px);
}

.br-pc {
    display: inline-block;
}

.br-sp {
    display: none;
}

.icon-blog {
    width: 28px;
    position: relative;
    top: 2px;
    padding-right: 2px;
}

.icon-ig {
    width: 32px;
    position: relative;
    top: 5px;
}

.fa-line {
    font-size: 32px;
    color: #00b900;
}

.btn-blog {
    color: #5ba39f;
    font-weight: bold;
    font-size: 20px;
}

.btn-blog a {
    color: #5ba39f!important;
}

.social-icons {

}

.social-icons span {
    padding: 0 10px;
    font-size: 10px;
}

.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 85px;
    margin-top: 4px;
    margin-left: -22px;
}

.caption {
     display: block;
}

.tel-no {
    color: #03BDF2;
    font-weight: bold;
    font-size: 24px;
}

.tel-note {
    font-size: 12px;
}

.txt-line {
    font-size: 15px;
}

.news-subhead {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 20px;
    text-align: left;
    letter-spacing: 4px;
    font-weight: 400;
}

.mgt40 {
    margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
    .table05 dd.dd-img {
        position: relative;
    }

    .data-wrap {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .txt-left {
        width: 75%;
    }

    .table05 dd.dd-txt {
        width: 100%;
    }

    .table05 dd.dd-img {
        width: 100%;
    }

    .dd-img img {
        position: relative;
        left: 0;
        width: 50%;
    }

     .table05 {
        margin: 20px auto 0;
    }

}

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

/*
    .row {
        margin-left: 0%;
    }

    .column {
        float: left;
        width: 95%;
        padding: 10px;
        display: block;
        margin: o auto;
    }

    .column2 {
        float: left;
        width: 95%;
        padding: 10px;
        display: block;
        margin: o auto;
    }

*/

    .column {
        padding: 10px;
        display: block;
        max-width: 100%;
    }

    .column2 {
        padding: 10px;
        display: block;
        max-width: 100%;
    }

    .img-classroom img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

/*
    .img-classroom2 img {
        width: 76%;
        display: block;
        margin: 0 auto;
    }
*/

    .img-classroom3 img {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .head01 {
        font-size: 16px;
    }

    .head02 {
        font-size: 1.8rem;
		line-height: 1.5em;
    }

    .head04 {
        font-size: 2.2rem;
        width: 280px;
    }

    .txt-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .txt-wrapper2 {
        padding-left: 19px;
        padding-right: 19px;
    }

    .br-pc {
        display: none;
    }

    .br-sp {
        display: inline-block;
    }

    .txt-smaller {
        font-size: 12px;
    }

     .txt-smaller2 {
        font-size: 13px;
    }

    .table02a dt{
        width: 45%;
    }

    .table02a dd {
        width: 27.5%;
    }

    .table02a dd2 {
        width: 55%;
	}

    .text01 {
        font-size: 14px;
        text-align: left;
    }

    header h1 {
        font-size: 9px;
    }

    .head04a {
        width: 280px!important;
    }

    .img-paypal {
        width: 35%;
    }

    .padding-btm {
        padding-bottom: 50px;
    }

    .txt-left {
        width: 100%;
        margin: 0;
    }

    .table05 dd.dd-txt {
        width: 100%;
    }

    .table05 dd.dd-img {
        width: 100%;
    }

}

.f-20 {
	font-size: 20px;
}

.news-scroll {
	height: 200px;
    width: 100%;
    max-width: 1200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 1.8;
    margin: 20px auto 0;
}

div::-webkit-scrollbar {
      -webkit-appearance: none;
  }

  div::-webkit-scrollbar:vertical {
      width: 12px;
  }

  div::-webkit-scrollbar:horizontal {
      height: 12px;
  }

  div::-webkit-scrollbar-thumb {
     /* background-color: rgba(0, 0, 0, .5);*/
     background-color: #E0F8F7;
      border-radius: 10px;
      /*border: 2px solid #ffffff;*/
      border: 1px solid #03BDF2;
  }

  div::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #ffffff;
  }

@media only screen and (max-width: 767px) {
	.news-scroll {
	    width: unset;
	}

}


@media only screen and (max-width: 1500px) {
	.introduce-wrap ul li .introduce-text h3{
		font-size: 2.5rem;
	}
	.introduce-wrap ul li .introduce-text h3 span{
		font-size: 2rem;
		line-height: 1.4em;
	}
	.introduce-wrap ul li .introduce-img {
		width: 200px;
	}
	.introduce-wrap ul li .introduce-text {
		width: calc(100% - 200px);
	}
}


@media only screen and (max-width: 768px) {
	.hidden_768{
		display: none;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
		width: 24px;
		height: 24px;
	}
	#f_left iframe {
		width: 100%;
		height: 240px;
		max-width: unset;
	}
}
.show_500{
	display: none;
}
@media only screen and (max-width: 500px) {
	.hidden_500{
		display: none;
	}
	.show_500{
		display: block;
	}
	#f_right {
		padding: 40px 5%;
	}
	.class_box dl p {
		text-align: left;
	}
	.class_box p{
		text-align: left;
		line-height: 1.4em;
	}
	.idea_box .txt-wrapper ul li{
		display: block;
	}
	.idea_box .txt-wrapper ul li .icon{
		margin: 0 auto 24px auto;
	}
	.idea_box .txt-wrapper ul li p {
		width: 100%;
		padding: 0;
		font-size: 2rem;
	}
}

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

	.introduce-wrap ul li {
		display: block;
		margin-bottom: 160px;
	}
	.introduce-wrap ul li:nth-of-type(1){
		display: flex;
	}
	.introduce-wrap ul li .introduce-text{
		width: 100%;
		padding: 0;
	}
	.introduce-wrap ul li .introduce-img{
		margin: 24px auto 0 auto;
	}
	.introduce-wrap ul li .introduce-text p{
		min-height: 140px;
	}
}


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

.introduce-wrap ul li:nth-of-type(1){
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 80px;
}
.introduce-wrap ul li:nth-of-type(1) .introduce-text{
	width: 100%;
	padding: 0;
	margin-top: 24px;
}
.introduce-wrap ul li {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 80px;

}
.introduce-wrap ul li .introduce-text{
	min-height: 310px;
}
.introduce-wrap ul li .introduce-text{
	margin-top: 24px;
}
.introduce-wrap ul li:nth-of-type(4), .introduce-wrap ul li:nth-of-type(5) {
	margin-bottom: 80px;
}
#introduce .text01{
	text-align: center;
}


}

@media only screen and (max-width: 500px) {
	.introduce-wrap ul li{
		width: 100%;
		margin-bottom: 80px;
	}
	.introduce-wrap ul li .introduce-text{
		min-height: unset;
	}
	.introduce-wrap ul li .introduce-text p{
		min-height: unset;
	}
	.introduce-wrap ul li:nth-of-type(1){
		margin-bottom: 80px;
	}
}
