@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: contain;
-webkit-text-size-adjust:none;
	    background-size: cover;
  text-align:center;
  font-size:18px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

#head1 { background: url("../images/1.jpg") no-repeat top center; height:    356px; } 
#head1-2 { background: url("../images/1-2.jpg") no-repeat top center; height:    348px; } 
#head1-3 { background: url("../images/1-3.jpg") no-repeat top center; height:    365px; } 
#head2 { background: url("../images/2.jpg") no-repeat top center; height:    223px; } 
#head3 { background: url("../images/3.png") no-repeat top center; height:    561px; } 
#head_gif { background: url("../images/gif.png") no-repeat top center; height:    686px; } 
#head4 { background: url("../images/4.jpg") no-repeat top center; height:    892px; } 
#head4_2 { background: url("../images/4_2.jpg") no-repeat top center; height:    892px; } 
#head5 { background: url("../images/5.jpg") no-repeat top center; height:    177px; } 
#head6 { background: url("../images/6.jpg") no-repeat top center; height:    999px; } 
#head7 { background: url("../images/7.jpg") no-repeat top center; height:    809px; } 
#head8 { background: url("../images/8.png") no-repeat top center; height:    512px; } 
#voice_1 { background: url("../images/voice_1.png") no-repeat top center; height:    776px; } 
#voice_2 { background: url("../images/voice_2.png") no-repeat top center; height:    826px; } 
#student { background: url("../images/student.png") no-repeat top center; height:   906px; } 
#student_2 { background: url("../images/student_2.png") no-repeat top center; height:   170px; } 
#head9 { background: url("../images/9.png") no-repeat top center; height:    296px; } 
#profile { background: url("../images/profile.png") no-repeat top center; height:    1011px; } 
#head10 { background: url("../images/10.jpg") no-repeat top center; height:    57px; } 
#head11 { background: url("../images/11.jpg") no-repeat top center; height:    600px; } 



#form { background: url("../images/form_bg.jpg") no-repeat top center; height:    316px; } 

#form_main { background: url("../images/main_cta_bg.jpg") no-repeat top center; height:    264px; } 

#bg_tokuten { background: url("../images/main_tokuten_bg.jpg") no-repeat top center; height: 147px; } 

.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


#form_2{ background: url("../images/form_2_bg.png") no-repeat top center; height:    352px; } 


#wrap {

	background-image: url("../images/red_wrap_1.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#red { background: url("../images/red_1.png") no-repeat top center; height:    461px; } 
#midashi { background: url("../images/midashi.png") no-repeat top center; height:    308px; } 
#course_sample { background: url("../images/course_sample.png") no-repeat top center; height:500px; } 
#midashi_2 { background: url("../images/midashi_2.png") no-repeat top center; height:    260px; } 


.gif{
	background: url("../images/white_bg.jpg") no-repeat top center; height:    594px;
	margin: auto;

}

.gif img{
	width:860px;
}

.updown{
	/* アニメーションの名前 */
	animation-name:UpDown;
	/* アニメーションの１回分の長さ */
	animation-duration: 1s;
	/* アニメーションの回数 */
	animation-iteration-count: infinite;
	/* アニメーションの進行具合 */
	animation-timing-function: ease-in-out;
	/* アニメーション再生の向き */
	animation-direction: alternate;
	}
	/* アニメーションの設定 */
	@keyframes UpDown{
	/* 開始地点 */
	0%{
	/* Y軸0px */
	transform: translateY(0);
	}
	/* 終了地点 */
	100%{
	/* Y軸50px */
	transform: translateY(30px);
	}
}


#wrap_2 {
	background-image: url("../images/student_1.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#wrap_3 {
	background-image: url("../images/wrap_3.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}



#wrapform {

	background-image: url("../images/wrapform.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}




#container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

#text {

	text-align:left;
	width:850px;
	margin:0 auto;
	font-size: 30px;
    line-height: 1.7;
	
}

.yellow_ul{
	text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #fff001; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
}

.red_txt{
	color: #b80000;
}

.red_big{
	color: #FFF;
    background-color: #b80000;
    padding: 10px 10px;
    font-size: 55px;
}


.container {

	text-align:left;
	width:1200px;
	margin:0 auto;
	
	
}

.white {
  color: #fff;
}

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

#footer {  
	background-color: #333;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

