@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;
}



img{ border: none;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(110%);
}


/* 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;
}

#header_01 { background: url("../images/header_01.png") no-repeat top center; height:    648px; } 
#header_02 { background: url("../images/header_02.png") no-repeat top center; height:    871px; } 
#header_2 { background: url("../images/header_2.png") no-repeat top center; height:    486px; } 
#header_03 { background: url("../images/header_03.png") no-repeat top center; height:    883px; } 
#header_04 { background: url("../images/header_04.png") no-repeat top center; height:    595px; } 
#header_05 { background: url("../images/header_05.png") no-repeat top center; height:    1125px; } 
#header_06 { background: url("../images/header_06.png") no-repeat top center; height:    1127px; } 
#header_07 { background: url("../images/header_07.png") no-repeat top center; height:    381px; } 
#header_08 { background: url("../images/header_08.png") no-repeat top center; height:    715px; } 
#header_09 { background: url("../images/header_09.png") no-repeat top center; height:    1105px; } 
#header_10 { background: url("../images/header_10.png") no-repeat top center; height:    652px; } 
#header_11 { background: url("../images/header_11.png") no-repeat top center; height:    1152px; } 
#header_12 { background: url("../images/header_12.png") no-repeat top center; height:    861px; } 
#header_13 { background: url("../images/header_13.png") no-repeat top center; height:    850px; } 
#header_14 { background: url("../images/header_14.png") no-repeat top center; height:    679px; } 
#header_15 { background: url("../images/header_15.png") no-repeat top center; height:    1101px; } 
#header_16 { background: url("../images/header_16.png") no-repeat top center; height:    680px; } 
#header_17 { background: url("../images/header_17.png") no-repeat top center; height:    315px; } 
#header_18 { background: url("../images/header_18.png") no-repeat top center; height:    1277px; } 
#header_19 { background: url("../images/header_19.png") no-repeat top center; height:    1010px; } 
#header_20 { background: url("../images/header_20.png") no-repeat top center; height:    775px; } 
#header_21 { background: url("../images/header_21.png") no-repeat top center; height:    1863px; } 
#header_22 { background: url("../images/header_22.png") no-repeat top center; height:    1493px; } 
#header_23 { background: url("../images/header_23.png") no-repeat top center; height:    825px; } 
#header_24 { background: url("../images/header_24.png") no-repeat top center; height:    983px; } 
#header_25 { background: url("../images/header_25.png") no-repeat top center; height:    711px; } 
#header_26 { background: url("../images/header_26.png") no-repeat top center; height:    728px; } 
#header_27 { background: url("../images/header_27.png") no-repeat top center; height:    1308px; } 
#header_28 { background: url("../images/header_28.png") no-repeat top center; height:    561px; } 
#header_29 { background: url("../images/header_29.png") no-repeat top center; height:    469px; } 
#header_30 { background: url("../images/header_30.png") no-repeat top center; height:    1263px; } 
#form_01 { background: url("../images/form_01.png") no-repeat top center; height:    883px; } 
#form_02 { background: url("../images/form_02.png") no-repeat top center; height:    421px; } 
#form_03 { background: url("../images/form_03.png") no-repeat top center; height:    464px; } 
#form_04 { background: url("../images/form_04.png") no-repeat top center; height:    529px; } 




#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:1200px;
	margin:0 auto;
	
	
}

.white {
  color: #fff;
}

.text-center {
 text-align: center;
}

#footer {  
	background-color: #f9898b;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

.btn_01 {
  transition: transform 0.3s ease;
}

.btn_01:hover {
  transform: scale(1.08);
  filter: brightness(102%);
}

#header_18 {
  position: relative;
}

.image-scroll {
  position: absolute;      /* header内に固定 */
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;           /* ← 好きな位置に調整 */
  
  width: 800px;           /* 枠の幅 */
  max-width: 95%;
  
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;

   border: 6px solid #fbbabb;   /* ← 外枠 */
  border-radius: 20px;         /* ← 角丸 */
  padding: 5px;               /* ← 枠と画像の間の余白 */
}

.image-scroll img {
  flex: 0 0 auto;
  scroll-snap-align: start;
}