@charset "UTF-8";
/* CSS Document */

/*共通*/
a:link {
	color: #0000ff;
	 } /*… 未訪問のリンク*/
a:visited { 
	color: #000080;
	 } /*… 訪問済みのリンク*/
a:hover { 
	color: #ff0000;
	 } /*… ポイント時のリンク*/
a:active { 
	color: #ff8000;
	 } /*… 選択中のリンク*/
	 
body {
	max-width: 480px;
	border-style: solid; border-width: 5px; border-color: #ffff69; background-size:auto;
	margin: 0 auto;
	height: 100%;
    color: #555;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 14px;
	}
	
p {
	margin-top:0px;
	margin-bottom:0px;
	}

.wrap {
	overflow: hidden;
}
	
/*ヘッダー*/
#header {
	max-width:480px;
	margin:0 auto;
	position:relative;
	padding-bottom:10px;
	}
	
#navi {
	display:none;
	}
	
.text {
	display:none;
	}

.topsp_text {
	padding:5px 10px 5px 20px;
	font-size: calc(0.75rem + ((1vw - 4.8px) * 0.9677));
}
	
.botton {
	display:none;
	}
	
.tel {
	display:none;
	}	

.time {
	display:none;
	}
.logo {
	padding-left:10px;
	margin: 5px 5px 5px 10px;
	}

.logo img {
	width:70%;
	}
/*メニュー*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #fff rgba(255,0,0,0.3);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

/*ハンバーガー用*/
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 15px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
		
/*top*/
#top {
	max-width: 480px;
	height: auto;
	margin: 0 auto;
	background-color:#ffff69;
	}
	
#top p img {
	width:100%;
	text-align:center;
	}
	
.topimg1 {
	display:none;
	}	
	
.top_0-1 {
	display:none;
	}	
.top_cv {
	width:70%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	}
.topsp_cv {
	max-width:250px;
	margin:0 auto;
	}
	
.topsp_cv img {
	width:100%;
	}

.pc_h1 {
	display:none;
}

/*バナー*/
.bunner {
	display:none;
}
		
/*top2*/
#top2 {
	max-width: 480px;
	height: auto;
	margin: 0 auto;
	background-color:#ffff69;
	}
	
#top2 p img {
	width:100%;
	text-align:center;
	padding-top:30px;
	}

.top_text_pc {
	display:none;
	}
	
.top_text_sp1 {
	width:100%;
	text-align:center;
	color:#fc3f74;
	padding-top:20px;
	padding-bottom:10px;
	font-size: calc( 3.125vw + 10px ); 
	}
	
.top_text_sp2 {
	width:100%;
	text-align:center;
	color:#fff;
	background-color:#1d72e5;
	padding-top:5px;
	font-size: large;
	}

.top_text_sp3 {
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#1d72e5;
	padding-top:15px;
	padding-bottom:20px;
	}
	
.top_text_sp4 {
	width:100%;
	text-align:center;
	color:#1d72e5;
	font-size: calc( 3.125vw + 7px ); 
	padding-top:15px;
	}
	
.top_text_sp5 {
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#1d72e5;
	padding-top:5px;
	margin-bottom:20px;
	}

#point h2 {
position: relative;
padding-left: 35px;
max-width:280px;
}

#point h2:before{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f0eb";
background: #ffca2c;
color: white;
font-weight: normal;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

#point h2:after {/*吹き出しのちょこんと出た部分*/
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ffca2c;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.schoolpoint {
	max-width:400px;
	height:100%;
	margin:0 auto;
	}
	
.schoolpoint_1 {
	max-width:85%;
	margin:0 auto;
	margin-bottom: 20px;
	border:solid 5px #ffff69;
	background-color:#fff;
	}	

.schoolpoint_1 h2 {
	max-width:100%;
	font-size: calc( 2.125vw + 10px );
	margin-left: 0.6em;
	}
		
.schoolpoint_1 p {
	padding:0px 10px 20px 10px;
	}

.schoolpoint_2 {
	max-width:85%;
	margin:0 auto;
	margin-bottom: 20px;
	border:solid 5px #ffff69;
	background-color:#fff;
	}	

.schoolpoint_2 h2 {
	max-width:100%;
	font-size: calc( 2.125vw + 10px );
	margin-left: 0.6em;
	}
		
.schoolpoint_2 p {
	padding:0px 10px 20px 10px;
	}

.schoolpoint_3 {
	max-width:85%;
	margin:0 auto;
	margin-bottom: 20px;
	border:solid 5px #ffff69;
	background-color:#fff;
	}	

.schoolpoint_3 h2 {
	width:100%;
	font-size: calc( 2.125vw + 10px );
	margin-left: 0.6em;
	}
		
.schoolpoint_3 p {
	padding:0px 10px 20px 10px;
	}

.schoolpoint_4 {
	max-width:85%;
	margin:0 auto;
	border:solid 5px #ffff69;
	background-color:#fff;
	margin-bottom:50px;
	}	

.schoolpoint_4 h2 {
	width:100%;
	font-size: calc( 2.125vw + 10px );
	margin-left: 0.6em;
	}
		
.schoolpoint_4 p {
	padding:0px 10px 20px 10px;
	}
/*top3*/

#point {
	max-width: 480px;
	height: auto;
	margin: 0 auto;
	background-image:url(../images/bg011_09.gif) 
	/*box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.2) inset;*/
	}
	
#point h1 {
	max-width:400px;
	margin:0 auto;
	}
	
#point h1 img {
	width:100%;
	text-align:center;
	padding-bottom:30px;
	padding-top:20px;
	}

.scroll {
	display:none;
	}
	
.point_area {
	max-width:400px;
	margin:0 auto;
	padding-bottom:30px;
	}
.h3 {
	font-size: calc( 3.125vw + 10px ); 
	}

.ribbon9 {
    display: inline-block;
    position: relative;
	text-align:center;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 5px;
    width: calc(40% + 40px);
    font-size: 20px;
    color: white;
    background: #70a6ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon9_2 {
    display: inline-block;
    position: relative;
	text-align:center;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 5px;
    width: calc(40% + 40px);
    font-size: 20px;
    color: white;
    background: #1d72e6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon9_3 {
    display: inline-block;
    position: relative;
	text-align:center;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 5px;
    width: calc(40% + 40px);
    font-size: 20px;
    color: white;
    background: #023ac6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
/*.ribbon9:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #6081b7;
}*/
	
.point1 {
    width: 84%;
	height: auto;
	margin:0 auto;
	text-align:center;
	border:solid thin #B5B5B5;
	background-color:#fff;
	margin-bottom:40px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }
	
.point_photo_1 {
	width:80%;
	margin:0 auto;
	margin-top:20px;
	}

.point_photo_1 img {
	width:100%
	}
	
.point_text_1 {
	width: 85%;
	margin: 0 auto;
	line-height :1.5;
	text-align:left;
	padding-top:10px;
	padding-bottom:20px;
	}
	
.point2 {
    width: 84%;
	height: auto;
	margin:0 auto;
	text-align:center;
	border:solid thin #B5B5B5;
	background-color:#fff;
	margin-bottom:40px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }
	
.point_photo_2 {
	width:80%;
	margin:0 auto;
	margin-top:20px;
	}

.point_photo_2 img {
	width:100%
	}
	
.point_text_2 {
	width: 85%;
	margin: 0 auto;
	line-height :1.5;
	text-align:left;
	padding-top:10px;
	padding-bottom:20px;
	}

.point3 {
    width: 84%;
	height: auto;
	margin:0 auto;
	text-align:center;
	border:solid thin #B5B5B5;
	background-color:#fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    }
	
.point_photo_3 {
	width:80%;
	margin:0 auto;
	margin-top:20px;
	}

.point_photo_3 img {
	width:100%
	}
	
.point_text_3 {
	width: 85%;
	margin: 0 auto;
	line-height :1.5;
	text-align:left;
	padding-top:10px;
	padding-bottom:20px;
	}

/*top4*/
#top4 {
	max-width: 480px;
	height: auto;
	margin: 0 auto;
	background-color:#ffff69;
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.2) inset;
	padding-top: 50px;
	}
	
#top4 h1 {
	width:85%;
	position: relative;
	margin:0 auto;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #70a6ff, #70a6ff 4px,#3389fe 3px, #3389fe 8px);
	background: repeating-linear-gradient(-45deg, #70a6ff, #70a6ff 4px,#3389fe 3px, #3389fe 8px);
	border-radius: 7px;
	font-size: calc( 3.125vw + 10px ); 
	color: #fff;
    text-shadow: 1px 1px 5px #ACACAC;
	text-align: center;
	}

#top4 h1:after {
	position: absolute;
	content: '';
	top: 99%;
	left: 45%;
	border: 15px solid transparent;
	border-top: 15px solid #3389fe;
	width: 0;
	height: 0;
	}
	
#top4 h1 {
	margin-bottom:20px;
	}

.sp_h2 {
	font-size:calc( 2.125vw + 10px );
	text-align: center;
    padding-top: 20px;
	}

.text_point {
	width:90%;
	margin: 0 auto;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 40px;
	}

#top4 .teache_area {
	padding-top:30px
	}
	
.teacher_photo {
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-top:30px;
	}
	
.teacher_photo img {
	width:100%;
	}

.teacher_text1 {
	width:95%;
	margin:0 auto;
	text-align:center;
	}
	
.teacher_text2 {
	width:90%;
	margin:0 auto;
	text-align:left;
	padding-left: 10px;
	padding-bottom:50px;
	}

.cvimg {
	max-width:380px;
	margin:0 auto;
	padding-bottom: 50px;
	}
	
.cvimg img {
	width:100%;
	}

#curriculum h1 {
	width:85%;
	position: relative;
	margin:0 auto;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #70a6ff, #70a6ff 4px,#3389fe 3px, #3389fe 8px);
	background: repeating-linear-gradient(-45deg, #70a6ff, #70a6ff 4px,#3389fe 3px, #3389fe 8px);
	border-radius: 7px;
	font-size: calc( 3.125vw + 10px ); 
	color: #fff;
    text-shadow: 1px 1px 5px #ACACAC;
	}

#curriculum h1:after {
	position: absolute;
	content: '';
	top: 99%;
	left: 45%;
	border: 15px solid transparent;
	border-top: 15px solid #3389fe;
	width: 0;
	height: 0;
	}
	
#curriculum h1 {
	margin-bottom:20px;
	}

		
#curriculum {
	max-width:480px;
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.2) inset;
	padding-top: 50px;
	}

.curriculum_1 {
	max-width:460px;
	margin:0 auto;
	}
	
.curriculum_1 img {
	width:100%;
	}
		
.curriculum_text {
	line-height :25px;
	margin:0 auto;
	text-align:left;
	padding-top: 20px;
	padding-bottom:20px;
	width:80%;
	}

#curriculum table th {
	background: #90bcf9;
	border: solid 1px #90bcf9;
	padding:10px 20px 10px 20px;/**/
	font-size:20px;
	color:#fff;
	}

#curriculum table td {
  	border: solid 1px #90bcf9;
  	padding:10px 10px;
	display:block;
  /*破線 1px オレンジ*/
}


#curriculum .left_text {
	font-size:100%;
	display:block;
	border: none;
	
}



.slider{
    margin: 100px auto;
    width: 90%;
	margin-top: 0px;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
	max-width:480px;
}

.basic_table {
	margin:0 auto;
	margin-bottom:50px;
	width:95%;
	border-collapse: separate;
  	border: solid 5px #90bcf9;/*表全体を線で囲う*/
  	border-radius: 10px;
 	border-spacing: 0;
	}

.middle_table {
	margin:0 auto;
	margin-bottom:20px;
	width:95%;
	border-collapse: separate;
  	border: solid 5px #90bcf9;/*表全体を線で囲う*/
 	border-radius: 10px;
  	border-spacing: 0;
	}

.sptd {
	text-align:left;
}

.middle_text {
	display:none;
	}

.sp_middle_text {
	width:95%;
	margin:0 auto;
	text-align:left;
	padding-bottom: 40px;
	}

.pc_h2 {
	display:none;
	}	
	
.curriculum_cv {
	max-width:400px;
	text-align:center;
	}

.curriculum_cv img {
	width:60%;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
	}

/**/
#student_voice {
	max-width:480px;
	margin:0 auto;
	background-color:#ffff69;
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.2) inset;
	}

.sp_img_1 {
	max-width:460px;
	padding-top:40px;
	padding-bottom: 20px;
	margin: 0 auto;
	}
	

.sp_img_1 img {
	width:100%;
	}
	
.clearfix {
	list-style:none;
	max-width:250px;
	margin:0 auto;
	padding-left: 0px;
	padding-bottom: 20px;
	}

.clearfix li {
	width:100%;
	}
	
.v_text {
	margin:0 auto;
	width:90%;
	padding-bottom: 40px;
	}
	
.voice_p_1 {
	max-width:100px;
	margin:0 auto;
	}
	
.voice_p_1 img {
	width:100%;
	}

.voice_p_2 {
	max-width:100px;
	margin:0 auto;
	}
	
.voice_p_2 img {
	width:100%;
	}

.voice_p_3 {
	max-width:100px;
	margin:0 auto;
	}
	
.voice_p_3 img {
	width:100%;
	}
	
.balloon2-top {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 10px 20px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 14px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}

.balloon2-top:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-top:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #555;
 	z-index: 1;
}

.balloon2-top p {
	margin: 0;
	padding: 0;
}

.voice {
	padding-bottom:40px;
	}
/*トピックス*/
#top5 {
	max-width: 480px;
	height: 100%;
	margin: 0 auto;
	background: repeating-linear-gradient(-45deg, #ffffd2, #ffffd2 5px, #fff 0, #fff 10px);
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.2) inset;
	}

.topic_area {
	max-width:480px;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	}
	
.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    vertical-align: middle;
	margin:0 auto;
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #f57a78;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before{
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after{
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.topic {
	width:95%;
   height: 180px;  /* 高さを制限(※) */
   overflow:scroll;/* スクロールバーを表示(※) */
   border: red 1px dashed;  /* 枠線を追加 */
   background-color: #fff; /* 背景色を追加 */
   margin:0 auto;
   margin-bottom:40px;
   margin-top:30px;
}

.topic p {
	margin-top:15px;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	}
	
.sns_sp {
	max-width:400px;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
	}

.sns_sp h3 {
	margin-bottom:0px;
	padding-bottom:5px;
	}

.facebook_sp img{
	width:80%;
	}

.twitter_sp img{
	width:80%;
	}
.sns {
	display:none;
	}

/*フッター*/

#footer {
	max-width:480px;
	height:auto;
	margin:0 auto;
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.2) inset;
	}

#f_navi {
	display: none;
	}

#f_navi li {
	width:100%;
	display: inline;
	font-size: calc(112.5% + 0.25vw);
	}
	
.f_navi {
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #999;
	font-size: calc(112.5% + 0.25vw);
	}

.f_box {
	max-width:480px;
	margin:0 auto;
	}

.f_botton {
	display:none;
	}

.f_text {
	display: none;
	}
	
.f_logo {
	margin-bottom:10px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	}

.f_logo img {
	width:60%;
	}
	
.f_tel {
	display: none;
	}  
	
.f_time {
	display: none;
	}

.copy {
	max-width: 400px;
	text-align: center;
	padding-bottom:10px;
	font-size: 10px;
	}