@charset "UTF-8";
/* CSS Document */

/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */


/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

.f_left {
	float: left;
} 
.f_right {
	float: right;
}
body {
	padding: 0px;
	margin: 0 auto;
			font-family: 'Noto Sans JP', sans-serif;
}

a {
	text-decoration: none;
}


p,strong {
			font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}

.kado_r {
	
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	
	
}

.logo_top {
	width: 250px;
	height: auto;
	float: left;
	margin-top: 10px;
}

.spnone {
	display: block;
}

.sponly {
	display: none;
}

.overimg:hover {
	opacity: 0.5;
}


/* 中ページ共通 */
.pankuzu, .pankuzu a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 6px;
	color:#747272; 
}
.pankuzu a:hiover {
	color: #FFAB1E;
}

/* ピクセル */

.w260 {
	width: 220px;
	margin-right: 40px;
}

.w300,.w300_companyinfo  {
	width: 300px;
}



.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w1000b {
	width: 1000px;
	margin: 0 auto;
}

.w1040 {
	width: 1040px;
	margin: 0 auto;
}


.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.w1100footer {
	
	width: 1100px;
	margin: 0 auto;
}

.height130 {
	
	height: 130px; 
}

/* パーセント */


.w40per {
	width: 40%;
	
}

.w46per {
	width: 40%;
	padding: 1% 3%;
	background-color: #fff;
}

.w48per {
	width: 48%;
}
	

.w50per {
	width: 49%;
}

.w50per_b {
	width: 45%;
}


.w50per_right {
		width: 50%;
		float: right;
	}

.w42_100per {
	width: 42%;
	margin-right: 6%; 
}

.w45_100per {
	width: 45%;
	margin-left: 6%; 
}
/* フロート */

.f_left {
	float: left;
}

.f_right {
	float: right;
}

/* テキスト　alien left center*/

.txt_a_l_c {
	text-align: left;
}

/* header */

.header_wraper {
	width: 1100px;
	margin: 0 auto
	}

.mainmenu_wrap {
	width: 800px;

}

/* バーガーメニュー */

.burger_wraper {
	float: right;

}

.mainmenu li {
	list-style:none;
	float: right;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	font-size: 15px;
	display: block;
	padding: 5px 5px;
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}




	nav.NavMenu{
			position: fixed;	/*表示位置を固定*/
			z-index: 2;		/*重ね順を変更*/
			top: 0;		/*表示位置を指定*/		
			left: 0;	/*表示位置を指定*/
			background: #fff;/*背景を白にする*/
			color: #000;	/*文字色を黒にする*/
			text-align: center;		/*テキストを中央揃え*/
			width: 100%;	/*全幅表示*/
			transform: translateY(-100%);	/*ナビを上に隠す*/
			transition: all 0.6s;	/*アニメーションの時間を指定*/
			
		}

nav.NavMenu ul{
			font-family: 'Roboto', sans-serif;
			font-family: 'M PLUS Rounded 1c', sans-serif;
			background: #fff;	/*背景をグレーにする*/

			width: 100%;	
			margin: 0 auto;
			padding: 0;
		}

		nav.NavMenu ul li{
			font-size: 1.1em;
			list-style-type: none;
			padding: 0;
			width: 100%;
			border-bottom: 1px dotted #333;		
		}

		nav.NavMenu ul li:last-child{
			padding-bottom: 0;
			border-bottom: none;	/*最後のメニュー項目のみ下線を消す*/
		}

		nav.NavMenu ul li a{
			font-family: 'Roboto', sans-serif;
			font-family: 'M PLUS Rounded 1c', sans-serif;
			display: block;		/*クリックできる領域を広げる*/
			color: #000;
			padding: 1em 0;
		}
		
		nav.NavMenu.active{
			transform: translateY(0%);		/*ナビを表示する*/
		}

		.Toggle {
		    display: block;
		    position: fixed;    /* bodyに対しての絶対位置指定 */
		    right: 15px;
		    top: 15px;
		    width: 43px;
		    height: 42px;
		    cursor: pointer;
		    z-index: 999999;
		}
		 
		.Toggle span {
			font-family: 'Noto Sans JP', sans-serif;
		    display: block;
		    position: absolute;
		    width: 30px;
		    border-bottom: solid 4px #fff;
		    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
		    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
		    transition: .35s ease-in-out;			/*変化の速度を指定*/
		    left: 6px;
			font-size: 5px!important;
			letter-spacing: 0.1em;
		    z-index: 999999;
		}
		 
		.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);
		}




		#fade{
			display: none;
		}


/* section 1 */

/* section 2 */

.w1000_inside {
		width: 950px;
		margin: 0px auto;
	}
	



/* 完成見学会・イベント情報 */




/* section 4 */

/* section 5 */

/* section 6 */


/* 中ページバーガーメニュー */

    ul,
    li {
      margin: 0;
      padding: 0;
	  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .wrapper {
      box-sizing: border-box;
      padding: 0 15px;
    }

    header {
		  background-color:#fff;
		  color: #666;
		  position: relative;
    }

    footer {
      background: #fff;
      padding: 1rem;
    }
    /*nabi開閉部分*/

    .gnav li {
      border-bottom: 1px dotted #F90;
    }

    .gnav li a {
      display: block;
      text-decoration: none;
	  font-size:14px;
	  letter-spacing:0.1em;
      /* (44-16)/2=14px */
      padding: .680rem 1rem;
	  color:#096ebb;
    }

	.gnav li a:hover {
		color:#999;
		padding-left:20px;
	}
	
	.gnav {
	
      list-style-type: none;
      background: #fff;
      display: block;
      width: 80%;
      overflow-x: hidden;
      overflow-y: auto;
	  position:absolute;
      left: 0;
      top: 0;
      z-index: 9999999;
      visibility: hidden;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition: all .5s linear;
      -moz-transition: all .5s linear;
      transition: all .5s linear;
    }

    .gnav.on {
      visibility: visible;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }

    .modal {
      background-color: rgba(255, 255, 255, .5);
      width: 100%;
      height: 100%;
      left: 0;
      opacity: .1;
      position: fixed;
      top: 0;
      z-index: 98;
      visibility: hidden;
      webkit-transition: visibility 0 linear .4s, opacity .4s;
      -moz-transition: visibility 0 linear .4s, opacity .4s;
      transition: visibility 0 linear .4s, opacity .4s;
      webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
    }

    .modal.on {
      opacity: 1;
      webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      transition-delay: 0;
      visibility: visible;
    }
	
	
      /*ハンバーガーボタン*/

    .icon-animation {
      width: 44px;
      height: 44px;
      display: block;
      cursor: pointer;
      float: right;
      position: absolute;
      right: .2rem;
      text-align: center;
      top: .1rem;
    }

    .icon-animation span {
      width: 39px;
      height: 1px;
      display: block;
      background: #666;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -25px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    .icon-animation .top {
      -webkit-transform: translateY(-13px);
      -ms-transform: translateY(-13px);
      transform: translateY(-13px);
    }

    .icon-animation .bottom {
      -webkit-transform: translateY(13px);
      -ms-transform: translateY(13px);
      transform: translateY(13px);
    }

    .is-open .middle {
      background: rgba(51, 51, 51, 0);
    }

    .is-open .top {
      -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
      transform: rotate(-45deg) translateY(0px);
    }

    .is-open .bottom {
      -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
      transform: rotate(45deg) translateY(0px);
    }
	

/* スマホ版メニューの設定　header_sp.htmlの書式設定　*/
  
 a.res_menu {
	 color:#CCC;
	 text-decoration:none;
 }
  
  
  
	/* コンテンツボタン スマホ用 */
	
	.topbtn_div {
		
		background-repeat:no-repeat;
		background-position:right top;
		width:100%;
		background-color:#FFFFFF;
		padding-top:20px;
		padding-bottom:18px;
		margin-bottom:10px;
		
	}
	
	.topbtn_sp {
		color:#000;
		letter-spacing:0.1em;
		font-size:14px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		
		font-weight:normal;
		display:block;
		margin:0 auto;
		padding:0px;
		width:80%;
	}
	
  
/* スマホ用　バーガーメニュー */
	

/* フッターメニュー　*/


.text_a_l_r {
	text-align:left;
}


.f_left_footer1 {
	float:left;
}


.f_left_footer2 {
	float:left;
	margin-left: 100px;
	margin-right: 100px;
}

.footer_menu_list {
	list-style:none;
	font-size:12px;
	margin-bottom:30px;
}

.footer_menu_list a {
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.5;
	color:#CCCCCC;
	font-weight:normal;
	
}


.footer_menu_list a:hover {
	color:#FF9900;
}

.footer_box {
	font-family: 'Noto Sans JP', sans-serif;
	background-image:url(../img/line_headermenu_white.png);
	background-repeat:no-repeat;
	background-position:right top;
}



.footer_box2 {
	font-family: 'Noto Sans JP', sans-serif;
	color:#CCC;
}


.morebtn1 {
	display: block;
	padding-top: 6px;
	padding-bottom: 0px;
	border: 1px solid #9D9B9B;
	color: #666;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 8px;
	height: 15px;
	width: 70px;
	float: right;
	margin-top: 8px;
	}
		
.w100per_90per {
	width: 100%;
		
		}
		
.top_title_h1_left {
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	text-align: left;
}



	/* 出口戦略　*/


	.w51per {
		width: 51%;
		
	}
	
	.w48per {
		width: 48%;
	}
	
	.w60per , .w60per_m{
		width: 60%;
		margin: 0 auto;
	}
	
	.w80per {
		width: 80%;
	}
	
	.w49per_deguchi {
		width: 48%;
	}
	
	
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
	
	
/* バーガーメニュー　*/
	
.Toggle {
		    right: 0px!important;
		    top: 0px!important;
		}
	
	
    .gnav li a {
	  font-size:18px;
      padding: .980rem 1rem;
    }

	
	
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

	
.spnone {
	display: none;
}

.sponly {
	display: block;
}
	
	
/* ピクセル */
	
.height130 {
	
	height: auto; 
	padding-bottom: 5px;
	margin-bottom: 10px;
}
	
.w270 {
	width:90%;
	margin:0 auto;
	border-top:1px solid #CCC;
	padding-top:30px;
}


.w300 {
	width: 100%;
}
	
	
.w300_companyinfo {
	width: 70%;
	margin: 10px auto!important;
}
	

.w1000 {
	width: 90%;
	margin: 0 auto;
}
	
.w1040 {
	width: 90%;
	margin: 0 auto;
}
	
.w1100 {
	width: 100%;
	margin: 0 auto;
}
.w1100footer {
	width: 100%;
	margin: 0 auto;
}

/* パーセント */
	
.w40per {
	width: 30%;
	
}
	
.w46per {
		width: 42%;
	}
	
.w50per {
	width: 100%;
}

.w50per_b {
	width: 65%;
	font-size: 18px!important;
}
		
.w48per {
	width: 95%;
	margin: 0 auto;
	float: none;
	border-bottom: 1px dotted #807E7E;
	margin-bottom: 10px;
	}
	
.w50per_right {
		width: 90%;
	float: none;
	margin: 0 auto;
	}
	
.w42_100per,.w45_100per  {
	width: 100%;
	margin: 0 auto;
}

/* フロート */


	
.f_left,.f_right {
	float: none;
	margin: 0 auto;
}

.header_wraper {
	width: 100%;
	}

	
/* テキスト　alien left center*/

.txt_a_l_c {
	text-align: center;
}
	
	
/* バーガーメニュー */

ul.mainmenu {
	display: none;
}

	

/* section 1 */

.logo_top {
		width: 180px;
		
	}
	
/* section 2 */

.w1000_inside {
		width: 95%;
	}
	
	
/* section 3 */

/* section 4 */

/* section 5 */

/* section 6 */

/* section8 */

/* footer menu */
	
	
/* フッターのついてくるボタン　*/

.footer_smart {
	width:100%;
	position:fixed;
	bottom:0px;
	text-align:center;
	background-color: #000000;
	
}

.btn_smart {
	width:33%;
}

.btn_smart_left {
	float:left;
}

.btn_smart_right {
	float:right;
}

/* フッターメニュー　*/

	
/* フッターのついてくるボタン　*/

.footer_smart {
	width:100%;
	position:fixed;
	bottom:0px;
	text-align:center;
	background-color: #000000;
	
}

.btn_smart {
	width:33%;
}

.btn_smart_left {
	float:left;
}

.btn_smart_right {
	float:right;
}


/* フッターメニュー */

.text_a_l_r {
	text-align:right;
}


.f_left_footer1 {
	text-align:right;
}

.f_left_footer2 {
	float:right;
	margin-left: 0px;
}

.footer_box {
	background-image:none;
}


		
.top_title_h1_left {
	text-align: center;
}

	
/* バーガーメニュー　*/
	
.Toggle {
	right: 0px!important;
	top: 0px!important;
		}
	
.slides {
	width: 90%;
	margin: 0 auto;
	display: block;
	}
	
.w100per_90per {
	width: 90%;
	}
	
	
	/* 出口戦略　*/

		.info_eventtitle {
		text-align: left;
		margin: 10px auto!important;
		width: 100%;
		display: block;
	}
	.w51per {
		width: 100%;
		
	}
	.w48per {
		width: 100%!important;
		margin: 0 auto;
	}
	
	.w60per {
		width: 80%!important;
		margin: 0 auto;
	}
	.w60per_m {
		width: 100%!important;
		margin: 0 auto;
	}
	.w80per {
		width: 100%;
	}
	
	
.w49per_deguchi {
		width: 100%;
		margin: 10px auto;
	
	}
	.f_left {
	float: none;
} 
.f_right {
	float: none;
}
	
}