	#mainbox{
  width:100%;
  height:100%;
position: absolute;
		top:0;
		left: 0;
  margin:0 auto;
  background-color:#eb5c02;
}

#psection1{/*background:#FFF;*/
background-color:#f6f6f6;
width:100%;
height: auto !important;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
	padding: 0;
	/*padding-top: 65px;*/
	position: relative;
	padding-bottom: 60px;
	
}


#psection1 .fp-tableCell {
    vertical-align:top;
	
	overflow: hidden;
}
#psection1 .intro{
	width: 100%;
	max-width: 100%;
	max-height:500px;
	position:relative;
	overflow:hidden;
	 
background-position:center top;
background-repeat:no-repeat;
-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-size:cover;
margin:0;
padding:0;

	opacity: 0;
}
#psection1.setstart .intro{
	opacity: 1;
transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out ;
    -moz-transition: opacity 0.5s ease-out;
}
#psection1.bg01 .intro{	/*background-image:url(../images/top/bg_main01.jpg)*/;}
.wingran-name{
	font-family: "industry",sans-serif;
	font-size: 7.5em;
	font-weight: 700;
	width: 100%;
	font-style: italic;
	color:#ffcc00;
	position: absolute;
	text-align: center;
	bottom:0.4em;
	left: 0;
	z-index:200;
opacity: 0;
	-webkit-transform: scale(0.95) ;
	-ms-transform:scale(0.95) ;
	transform:scale(0.95) ;
}
#psection1.setstart .wingran-name{
	opacity: 1;
	-webkit-transform: scale(1) ;
	-ms-transform:scale(1) ;
	transform:scale(1) ;
transition: transform 0.5s ease-out 0.2s,opacity 0.5s ease-out 0.2s;
    -webkit-transition: transform 0.5s ease-out 0.2s,opacity 0.5s ease-out 0.2s;
    -moz-transition: transform 0.5s ease-out 0.2s,opacity 0.5s ease-out 0.2s;
}

/*#psection1 .intro::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	top:0;
	left: 0;
}
#psection1.single .intro::after{
	background:url(../images/common/pattern.png) 0 0 repeat;
	opacity: 0.8;
}
*/
	#psection1 h1	{
	margin:auto; padding:0 0;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:1em;
	text-align:center;
		letter-spacing: 0.08em;
	font-size:2.4em;
color:#fff;
line-height:1;
z-index:100;
	
	}
#psection1 h1 img{
	width: 50%;
	max-width: 400px;
	height: auto;
}
#psection1 h1 span{
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#psection1 h1 strong{
	margin-left: 0.3em;
	font-weight: 500;
	width: 100%;
	font-size: 1.7em;
	letter-spacing: 0.08em;
}
@media all and (max-width: 1200px) {
	.wingran-name{font-size: 5.5em;bottom:0.6em;}
}
@media all and (max-width: 960px) {
	.wingran-name{font-size: 4em;bottom:0.8em;}
}
@media all and (max-width: 768px) {
	.wingran-name{font-size: 3.5em;bottom:1em;}
	#psection1{padding-top: 65px;}
	#psection1 h1	{font-size:1.8em;}
}
@media all and (max-width: 500px) {
	.wingran-name{font-size: 2em;bottom:1.7em;}
	#psection1 h1	{font-size:1.3em;}
}


	



.swiper-container.topslide   {
        width: 100%;
        height: 100%;
	 border:0px solid #fff;
	/*border-left: none;*/
	overflow: hidden;

    }


 .topslide .swiper-slide {
		width: 100%;
        height: 100%;		
        text-align: center;
        font-size: 18px;
	 overflow: hidden;
        background: none;
	  /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
	 
	 position: relative;
								
    }
.topslide .swiper-slide::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}
.topslide .swiper-slide .slideimg{
		width: 100%;
        height: 100%;
		overflow: hidden;
		background-position:center;
		background-repeat:no-repeat;
		-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-size:cover;

position:relative;
		
	 -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;  
box-sizing: border-box;
	transform: translate3d(0,0,0);
				}
				
				
		
				
		
.topslide .swiper-slide:not(.my-active) .slideimg{
	
 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);		
				
}

.topslide .swiper-slide.my-active .slideimg{
	
-webkit-animation:animation-topslide 15s linear forwards;
-moz-animation:animation-topslide 15s linear forwards;
-ms-animation:animation-topslide 15s linear forwards;
    animation:animation-topslide 15s linear forwards;
				
}



@keyframes animation-topslide {
     
    from{
        -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);		
    }
    to{
       -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    -ms-transform: scale(1.18);
    transform: scale(1.18);		
    }
}



	.section .intro{
	padding:0;
	/*background-color: #f6f6f6;*/
	position: relative;
}

.bg-logo{
	width: 80%;
	min-width: 700px;
	max-width: 1200px;
	height: auto;
	position: absolute;
	opacity: 0.2;
	bottom:0;
	left: 25%;
}

.bg-logo.rvs{
	left: auto;
	right: 25%;
	-webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    transform:rotate(-180deg);
}

svg#line1{position: absolute; top:50px; right: 40%; width:70%; max-width: 1000px; }
svg#line2{position: absolute; top:50px; left: 40%; width:70%; max-width: 1000px; }
.lineanime{
	fill:none;stroke:#FFCC00;stroke-miterlimit:10;
	stroke-dasharray:868 870;stroke-dashoffset:869;
}
/*■■■■■■■■ ieハック ■■■■■■■■*/ 
/*ie10以下*/ 
	.lineanime{stroke-dasharray:0 \9; opacity:0 \9;}
/*ie11*/  
@media all and (-ms-high-contrast:none) {  
	*::-ms-backdrop, .lineanime{stroke-dasharray:0;opacity:0;}
}  
/*■■■■■■■■ ieハック end ■■■■■■■■*/ 

.setstart .lineanime{animation:line_draw 1000ms ease-out 0ms forwards;}

/*■■■■■■■■ ieハック ■■■■■■■■*/ 
/*ie10以下*/ 
	.setstart .lineanime{opacity: 1 \9; transition:opacity 1000ms ease-out 0ms forwards \9;}
/*ie11*/  
@media all and (-ms-high-contrast:none) {  
	*::-ms-backdrop, .setstart .lineanime{opacity: 1; transition:opacity 1000ms ease-out 0ms forwards;}
}  
/*■■■■■■■■ ieハック end ■■■■■■■■*/ 


@keyframes line_draw{100%{stroke-dashoffset:0;}}
@keyframes line_fade{0%{stroke-opacity:0;}92.3076923076923%{stroke-opacity:0;}100%{stroke-opacity:1;}}


.section .intro .timgbox{
	 float: left;
	width: 50%;
	margin-top: -10%;
}
#psection2.section .intro .timgbox{	width: 45%; margin-top: 0%; }
#psection4.section .intro .timgbox{	width: 60%; margin-left: -50px; margin-top: 0;}
.section .intro .timgbox img{width: 100%; height: auto; }
.section .intro .ttxtbox{
	float: right;
	width: 45%;
	max-width: 450px;
	margin-top: 0px;
	text-align: left;
}
.section .ttxtbox h2{
	font-family: "industry",sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	width: 100%;
	font-style: italic;
	color:#eb5c02;
	line-height: 1.6;
	margin:20px auto 3%;
	position: relative;
	z-index: 11;
	}
.section .ttxtbox h2::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 2px solid #ffcc00;
	bottom: 0;
	left: 110%;
	transition: all 0.25s ease-out 0.8s;
    -webkit-transition: all 0.25s ease-out 0.8s;
    -moz-transition: all 0.25s ease-out 0.8s;
}
.section.setstart .ttxtbox h2::after{width: 120%; left: -20%;}

.section .intro .ttxtbox h3{
	font-size: 1.6em;
	line-height: 1.4;
	color: #444;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 3% auto 3%;
}
.section .intro .ttxtbox p{
	font-size: 0.96em;
	line-height: 1.7;
	color: #333;
	padding: 0;
	margin: 1% auto 1%;
}

.section .intro .timgbox.rvs{	 float: right;}
.section .intro .ttxtbox.rvs{	float: left;}
.section .ttxtbox.rvs h2::after{	width: 0; left: auto; right: 110%;}
.section.setstart .ttxtbox.rvs h2::after{width: 120%; right: -20%;}

#psection6.section.setstart .ttxtbox h2::after{width: 80%; left: 10%;}
#psection6.section .intro .ttxtbox{ float: none; margin:10% auto; text-align: center;}
#psection6.section .intro .ttxtbox h2,
#psection6.section .intro .ttxtbox h3,
#psection6.section .intro .ttxtbox p{color: #fff;}
@media all and (max-width: 958px) {
.section .intro .ttxtbox{font-size: 0.9em;}
}
@media all and (max-width: 560px) {
	svg#line1{position: absolute; top:0px; right: 0; width:100%; max-width: 1000px; }
	svg#line2{position: absolute; top:0px; left: 0; width:100%; max-width: 1000px; }
	.section .intro .ttxtbox,.section .intro .ttxtbox.rvs{	 float: none;	width: 100%; margin-top: 0;}
	.section .intro .timgbox,.section .intro .timgbox.rvs{	 float: none;	width: 80%; margin-left: 10%; margin-top: -20%;}
	#psection2.section .intro .timgbox{	 float: none;	width: 100%;	margin-top: 0; margin-left: 0;}
	#psection4.section .intro .timgbox{	 float: none;	width: 100%; margin-left: 0;  margin-top: -10%;}
	.section .intro .ttxtbox{margin-bottom: 40px;}

}



#psection2{
	position: relative;
	background-color:#f6f6f6;
	padding: 7% 0;
}

#psection2 .intro{
	padding:0;
	position:relative;
	z-index: 1000;
}


#psection3{
	position: relative;
	
	padding: 7% 0;
}


#psection3::before{
	position: absolute;
	content: '';
	width: 120%;
	height: 30%;
	top:95%;
	left: 0;
	margin: 3% -10% 0;
	background-color: #f6f6f6;
	-webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}



#psection4{
	position: relative;
	background-color:#f6f6f6;
	padding: 7% 0;
}
#psection4 .intro{
	padding:0;
	position:relative;
	z-index: 1000;
}
#psection4::before{
	position: absolute;
	content: '';
	width: 120%;
	height: 30%;
	top:95%;
	left: 0;
	margin: 3% -10% 0;
	background-color: #ffffff;
	-webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}
#psection5{
	position: relative;
	background-color: #fff;
	padding: 7% 0;
}
	
#psection6{
	position: relative;
	background-color: #eb5c02;
	padding: 7% 0;
	overflow: hidden;
	
}
#psection6 .bgbox{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 120%;
	background-image: url(../images/common/contact_bg.jpg);
	background-position:center;
		background-repeat:no-repeat;
		-moz-background-size:cover;
-webkit-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
background-size:cover;
}



.mapbox{
		width:100%;
		height:320px;
		background:#535353;
	}

#map{
		width:100%;
		height:100%;
	}
	#map{
		_display:none;
	}


@media all and (max-width: 768px) {
	#psection6 h4{font-size: 1.1em;}
}



/* --------------------------------------------
 BASE TABLE
----------------------------------------------*/
.basetbl{
 margin:10px auto;
	padding:0px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
.basetbl table{
 margin:0px auto;
	padding:0px ;
	width:100%;
	/*border: #222 solid 1px;*/
	background:none;
	text-align:center;
	
	}
.basetbl table span.sstx{font-size: 70%;}
.basetbl table th{
 margin:0px ;
	padding:10px 10px ;
	/*min-width: 8em;*/
	border: none;
	/*border-bottom: #000 solid 1px;*/
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	}
.basetbl table thead th{background-color:#FF0051; color: #fff;}
#psection5 .basetbl table thead th{background-color:#FE4949; color: #fff; font-size: 1.5em;}
.basetbl table td{
 margin:0px ;
	padding:10px ;
/*border-bottom: #000 solid 1px;*/
/*	border-left: #000 solid 2px;*/
	border:none;
	line-height:1.4;
	text-align:center;
	}
#psection7 .basetbl{max-width: 800px;}
#psection7 .basetbl table th{
	border-bottom: #aaa dotted 1px;
}
#psection7 .basetbl table td{
	border-bottom: #aaa dotted 1px;
	border-left: #aaa dotted 1px;
}
#psection7 .basetbl table thead th{
	border-bottom:none;
	border-left: #FFF solid 1px;
}
#psection7 .basetbl table thead th:first-child{
	border-left:none;
}

#psection5 .basetbl table th{min-width: 8em;	}
#psection5 .basetbl table td{text-align:left;	}
.basetbl table tr:last-child th,.basetbl table tr:last-child td{
	border-bottom: none;
	}
.basetbl table tr:nth-child(even) th{
	background-color:#d3d3d3;
}
.basetbl table tr:nth-child(even) td{
	background-color:#f6f6f6;
}

	span.formkome{
		color:#666;
		font-size:0.8em;
	}
.basetbl p{font-size: 0.9em; text-align: left; color: #CC3437;}	







#psection5 .intro .inner.event01{ border-color:#FE4949;}
#psection5 .intro .inner.event01 .basetbl table thead th{background-color:#FE4949;}

#psection5 .intro .inner.event02{ border-color:#2695C4;}
#psection5 .intro .inner.event02 .basetbl table thead th{background-color:#2695C4;}



.memobox{
	border:1px solid #CC3437;
	padding: 10px 15px 0;
	text-align: left;
	max-width: 600px;
	margin: 6% auto 3%;
}
.memobox h5{ font-weight: 600; font-size: 1.1em;}
.memobox ul li{ font-size: 0.9em;}


#psection6{
	position: relative;
	padding: 0;
}



#psection8{
	position: relative;
	background-color: #FEF8F0;
	padding: 0;
}

#psection8.section .intro h3{
	margin: 3% auto 1%;
}
#psection8 .staffbox{
	margin: 4% auto 2%;
}




/*------------------
   CONTACT
		------------------*/
.contactbox{ width:100%; letter-spacing:0.06em; padding-bottom:10%;}
	
.basetbl table textarea{
	width:90%;
}
.basetbl{
	width:100%;
	/*font-size:0.9em;*/
}
.basetbl table{
	overflow:hidden;
}
 .basetbl table td input[type="text"],
			.basetbl table td select,
			.basetbl table td textarea{
				max-width:100%;
			}
			.basetbl table td input[type="text"]{
				width:250px;
			}
			.basetbl table td label{
				margin-right:12px;
			}
			.basetbl table td input[type="radio"]{
				margin-right:5px;
				margin-top:-0.25em;
				border:1px solid #ccc;

			}
			
td.errortd{
	background:#FEE;
}
.basetbl table tr:nth-child(even) td.errortd{
	background:#fFE5E5;
}
			.contactbox button{
	height: 30px;
	padding:0 15px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size:0.9em;
	border:none;
cursor: pointer;
		-moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}


		.contactbox button.submit{
	background-color:#231F20;
	color: #fff;
}

	.contactbox button.reset{
	background-color: #A3A3A3;
	color: #231F20;
}
	

.contactbox button:hover{
	background-color: #fc3;
	color: #231F20;
	
}

@media only screen and (max-width:480px){
	#psection7 .basetbl table{font-size: 0.9em;}
	#psection7 .basetbl table th,
	#psection7 .basetbl table td{padding: 5px;}
    #psection5 .basetbl table thead th{font-size: 1.2em;}
	#psection5 .basetbl table th,
    #psection5 .basetbl table td{
        width: 100%;
        display: block;
        border-top: none;
		border-left:none;
    }
	#psection5 .basetbl table th{padding:3px; border-bottom: none;}
			.basetbl table td input[type="text"],
			.basetbl table td select,
			 .basetbl table td textarea{
				width:100%;
			}
	#psection5 .basetbl table tr:nth-child(even) th{
	background: #ddd;
}
#psection5 .basetbl table tr:nth-child(even) td{
	background: #FFF;
}
	#psection5 .basetbl table tr:nth-child(even) td.errortd{
	background:#FEE;
}
}


.basetbl.weektbl{max-width: 500px; margin: 3% auto 2%; font-size: 0.8em; border-bottom:1px solid #666; border-right:1px solid #666;}
.basetbl.weektbl table{}
.basetbl.weektbl th{font-weight: normal;}
.basetbl.weektbl td{width: 10%;}
.basetbl.weektbl table th,
.basetbl.weektbl table td{border-top:1px solid #666; border-left:1px solid #666; padding: 0.5em; line-height: 1.1;}
.basetbl.weektbl table tr:first-child th:last-child{white-space: nowrap;}

