@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;}

/* ボタンのマウスオーバーで明るくする */
.bt1:hover {
  filter: brightness(120%);
}
.bt2: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: 1000px;
	
  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;
}

#fv1 { background: url("../images/fv_1.png") no-repeat top center; height:    219px; } 
#fv2 { background: url("../images/fv_2.png") no-repeat top center; height:    709px;position: relative;   /* ← これ重要 */ } 
#sec1 { background: url("../images/sec1.png") no-repeat top center; height:    412px; }
#sec2_1 { background: url("../images/sec2_1.png") no-repeat top center; height:    193px; }
#sec2_2 { background: url("../images/sec2_2.png") no-repeat top center; height:    423px; } 
#sec3_1 { background: url("../images/sec3_1.png") no-repeat top center; height:    318px; } 
#sec3_2 { background: url("../images/sec3_2.png") no-repeat top center; height:    668px; }
#sec3_3 { background: url("../images/sec3_3.png") no-repeat top center; height:    636px; } 
#sec3_4 { background: url("../images/sec3_4.png") no-repeat top center; height:    607px; }
#sec4_1 { background: url("../images/sec4_1.png") no-repeat top center; height:    221px; } 
#sec4_2 { background: url("../images/sec4_2.png") no-repeat top center; height:    476px; }
#sec5_1 { background: url("../images/sec5_1.png") no-repeat top center; height:    246px; } 
#sec5_2 { background: url("../images/sec5_2.png") no-repeat top center; height:    496px; }
#sec5_3 { background: url("../images/sec5_3.png") no-repeat top center; height:    571px; } 
#sec6_1 { background: url("../images/sec6_1.png") no-repeat top center; height:    315px; } 
#sec6_2 { background: url("../images/sec6_2.png") no-repeat top center; height:    375px; } 
#sec7 { background: url("../images/sec7.png") no-repeat top center; height:    499px; } 
#sec8 { background: url("../images/sec8.png") no-repeat top center; height:    1089px;position: relative;   /* ← これ重要 */ } 

.fv-buttons1 {
  position: absolute;
  top: 550px;          
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  gap: 30px;           /* ボタン間の余白 */
}

.fv-buttons2 {
  position: absolute;
  top: 860px;          
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  gap: 30px;           /* ボタン間の余白 */
}

#footersns {
  height: 250px;                 /* 画像サイズ通りに固定 */
  margin: 0 auto;

  background: url("../images/footersns.png") no-repeat center top;
  background-size: 2000px 250px;

  position: relative;
}

/* 中央寄せ＋間隔固定 */
#footersns .footer-inner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  justify-content: center;   /* ← 中央寄せ */
  align-items: center;
  gap: 60px;                 /* ← 間隔固定（ここ調整） */
}


/* ボタンサイズ */
#footersns .footer-inner img {
  width: 100px;
  height: auto;
}

/* クリック領域拡張 */
#footersns .footer-inner a {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#wrap {

	background-image: url("../images/wrap.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;
	
	
}

#textwhite {

	text-align:left;
	width:850px;
	margin:0 auto;
	color: #fff;
	
}

#texts2 {

	text-align:left;
	width:750px;
	position: relative;
	margin-top:170px;
	margin-left:400px;
	
	
}

#texts3 {

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


.container {

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

.white {
  color: #fff;
}

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

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

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

