@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", Yu Gothic, "游ゴシック体", "ヒラノギ角ゴ Pro W3", sans-serif;
	line-height: 1.7; 
	color: #432;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.wrapper {
	max-width:1100px; 
	margin: 0 auto;
	padding: 0;
}

.title {
	color: rgb(0,176,80);
	text-align: center;
	margin: 30px;
	margin-top: 70px;
}

#bg-line {
	height: 50px;
	background:white;
}


/*slide*/
.bx-wrapper {
	position: relative;
	margin-bottom: 0px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
  }
  
  .bx-wrapper img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
  }
  
  .bxslider {
	margin: 0;
	padding: 0;
  }

  ul.bxslider {
	list-style: none;
  }


  /** THEME
  ===================================*/
  .bx-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 0px solid #fff;
	background: #fff;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 35px;
	width: 100%;
  }
  /* LOADER */
  .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
  }
  /* PAGER */
  .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: rgb(0,176,80);
  }
  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
  }
  .bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
  }
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
	left: 10px;
	background: url('images/controls.png') no-repeat 0 -32px;
  }
  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
  }
  .bx-wrapper .bx-next {
	right: 10px;
	background: url('images/controls.png') no-repeat -43px -32px;
  }
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
	background-position: -43px 0;
  }
  .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
  }
  .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
  }
  /* AUTO CONTROLS (START / STOP) */
  .bx-wrapper .bx-controls-auto {
	text-align: center;
  }
  .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active,
  .bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
  }
  .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active,
  .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
  }
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
  }
  /* IMAGE CAPTIONS */
  .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
  }
  .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
  }


/*HEADER*/
#index, #index_en {
	min-height: 100vh;
}

.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.logo{
	width: 130px;
	margin-top: 15px;
	padding-inline-end: 15px;
	}

.main-nav {
	display: flex;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-top: 20px;
	list-style: none;
}

.main-nav li{
	margin-left: 36px
}

.main-nav1 {
	color: #fff;
}

.main-nav1:hover {
	color: rgb(225,238,193);
	border-bottom: solid 1.5px rgb(225,238,193);
}

.page-header {
	z-index: 1;
    background: rgb(0,176,80, 0.85);
    display: flex;
    justify-content: space-between;
	position: fixed;
	width: 100%;
    margin: 0 auto;
	padding: 0 5%;

}

.Toggle {
 display: none;	
}

/*Button*/

.Reponsive_Language_button {
	display: none;
}

.button {
	font-size: 1.2rem;
	background: #fff;
	color: rgb(0,176,80);
	border-radius: 5px;
	padding: 5px 10px;
}

.button:hover {
	background: rgb(225,238,193);
	color: rgb(0,176,80);
}


/* HOME---------------------------------------------------*/  
	.main-text h1 {
	max-width: 1024px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	color: #fff;
	text-shadow: 2px 4px 3px #000000;
	}

	.main-text span {
		font-size: 70px;
	}

	/*Button2*/
	.button2 {
	margin: auto;
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	background: rgb(0,176,80);
	color: #fff;
	border-radius: 50px;
	padding: 10px 25px;
	box-shadow:  2px 4px 3px #000000;
	}

	.button2:hover {
	background: rgb(0,176,80, 0.75);
	color: rgba(255, 255, 255, 0.5);
	}

	/*Button3*/
	.button3 {
	margin: auto;
	position: absolute;
	top: 80%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	background: rgb(0,176,80);
	color: #fff;
	border-radius: 50px;
	padding: 10px 25px;
	box-shadow:  2px 4px 3px #000000;
	}

	.button3:hover {
	background: rgb(0,176,80, 0.75);
	color: rgba(255, 255, 255, 0.5);
	}

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 50px;
	background: rgb(0,176,80);
	opacity: 0.8;
	border-radius: 50%;
	margin-bottom: 20px;
  }

#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 35px;
	text-decoration: none;
  }

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }

.to-top {
	margin-right: 50px;
}

/*---モバイル版--*/

@media ( max-width : 600px) {

	/* ----------------------------------------ナビゲーション始 */

	.page-header {
		height: 60px;
	}

	.Reponsive_Language_button {
		display: block;
		position: fixed;
		top: 15px;
		right: 13px;
	}

	.logo {
		margin-top: 10px;
		margin-left: 90%;
	}

	.title {
		margin: 20px 50px 50px 50px;
	}

	.text h1 {
		font-size: 18px;
	}

	.text span {
		font-size: 30px;
	}


	#page_top {
		margin: 0px;
		margin-bottom: 20px;
	}

	.main-text {
		font-size: 45px;
	}

	.main-text span {
		font-size: 40px;
	}

	.main-text h1 {
		margin-top: 15px;
		font-size: 30px;
	}

	.button2 {
		margin-left: 20px;
		}
	
	.button3 {
		margin-left: 20px;
		}
		
	

	/*ナビメニューのスタイルを指定*/
.main-nav{
	display: none;
    position: fixed; /*表示位置を固定*/
    z-index: 2; /*重ね順を変更*/
    top: 0; /*表示位置を指定*/
    left: 0; /*表示位置を指定*/
    background: rgb(0,176,80, 0.85);/*背景を白にする*/
    color: #fff; /*文字色を黒にする*/
    text-align: center; /*テキストを中央揃え*/
    width: 100%; /*全幅表示*/
    transform: translateY(-100%); /*ナビを上に隠す*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
    }
    
.main-nav ul{
    background: #ccc; /*背景をグレーにする*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }
    
.main-nav ul li{
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #fff;
    }
    
.main-nav ul li:last-child{
    padding-bottom: 0;
    border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
    }
    
.main-nav ul li a{
    display: block; /*クリックできる領域を広げる*/
    color: #fff;
    padding: 1em 0;
    }

    /*トグルボタンが押されたときに付与するクラス*/
.main-nav.active{
	display: block;
	transform: translateY(0%);
	height: 420px;
	margin-top: 60px;
	}
	
.main-nav.active li {
	margin-top: 20px;
	margin-left: 0px;
}

    /*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
	z-index: 3;
	margin: 0px 5px;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}
 
.Toggle span:nth-child(1) {
    top: 9px;
}
 
.Toggle span:nth-child(2) {
    top: 18px;
}
 
.Toggle span:nth-child(3) {
    top: 27px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ----------------------------------------ナビゲーション終 */
  }