@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;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:18px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

#head1 { background: url("../images/ftv_01.png") no-repeat top center; height:     156px; } 
#head2 { background: url("../images/ftv_02.png") no-repeat top center; height:   259px; } 
#head3 { background: url("../images/ftv_03.png") no-repeat top center; height:    445px; } 
#head4 { background: url("../images/ftv_04.png") no-repeat top center; height:    346px; } 

#nayami1 { background: url("../images/nayami_01.png") no-repeat top center; height:    187px; }
#nayami2 { background: url("../images/nayami_02.png") no-repeat top center; height:    663px; }
#nayami3 { background: url("../images/nayami_03.png") no-repeat top center; height:    453px; }

#coaching1 { background: url("../images/coaching_01.png") no-repeat top center; height:    88px; }
#coaching2 { background: url("../images/coaching_02.png") no-repeat top center; height:    89px; }
#coaching3 { background: url("../images/coaching_03.png") no-repeat top center; height:    413px; }
#coaching4 { background: url("../images/coaching_04.png") no-repeat top center; height:    279px; }
#coaching5 { background: url("../images/coaching_05.png") no-repeat top center; height:    413px; }
#coaching6 { background: url("../images/coaching_06.png") no-repeat top center; height:    354px; }
#coaching7 { background: url("../images/coaching_07.png") no-repeat top center; height:    465px; }

#voice1 { background: url("../images/voice_01.png") no-repeat top center; height:    198px; }
#voice2 { background: url("../images/voice_02.png") no-repeat top center; height:    362px; }
#voice3 { background: url("../images/voice_03.png") no-repeat top center; height:    342px; }
#voice4 { background: url("../images/voice_04.png") no-repeat top center; height:    410px; }
#voice5 { background: url("../images/voice_05.png") no-repeat top center; height:    116px; }

#profile1 { background: url("../images/profile_01.png") no-repeat top center; height:    771px; }
#profile2 { background: url("../images/profile_02.png") no-repeat top center; height:    121px; }



#wrap1 {

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

#wrap2 {

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

#wrap3 {

	background-image: url("../images/wrap_03.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:830px;
	margin:0 auto;
	font-size: 40px;
	
}

.texts2 {

	text-align:left;
	width:850px;
	margin:0 auto;
	font-size: 40px;
}

#texts3 {

	text-align:left;
	width:850px;
	margin-top:250px;
	margin-left:170px;
	
	
}

#bg-fixform-A,
#bg-fixform-B,
#bg-fixform-C,
#bg-clear {
	position: sticky;
	top: 0;
	z-index: -1;
	height: 0;
	overflow: visible;
}

#bg-fixform-A::before,
#bg-fixform-B::before,
#bg-fixform-C::before,
#bg-clear::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#bg-fixform-A::before {
	background-image: url('../images/haikei.png');
}

#bg-fixform-B::before {
	background-image: url('../images/haikei2.jpg');
}

#bg-fixform-C::before {
	background-image: url('../images/profilehaikei.png');
}

#bg-clear::before {
	background-color: #fff;
}

#footer {  
	background-color: #135da4;
}
--------------------------- */

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

