@media all and (min-width: 769px) {
	aside {display: block;}
}

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


#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;
margin:0;
padding:0;
background-color:#eb5c02;
	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 .intro::before{
	content: '';
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	position:absolute;
	
background-position:80% center;
background-repeat:no-repeat;
-moz-background-size:60% auto;
-webkit-background-size:60% auto;
-o-background-size:60% auto;
-ms-background-size:60% auto;
background-size:60% auto;
margin:0;
padding:0;
	background-blend-mode: multiply;
	/*opacity: 0.5;*/

}
#psection1.bg01 .intro::before{	background-image:url(../images/common/illust1_p.png);}
#psection1.bg02 .intro::before{	background-image:url(../images/common/illust2_p.png);}
#psection1.bg03 .intro::before{	background-image:url(../images/common/illust3_p.png);}
#psection1.bg04 .intro::before{	background-image:url(../images/common/bg-logo.svg); opacity: 0.2;
-moz-background-size:auto 130%;
-webkit-background-size:auto 130%;
-o-background-size:auto 130%;
-ms-background-size:auto 130%;
background-size:auto 130%;
}



.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.2sopacity 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 15%;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:1em;
	text-align:left;
		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;}
	#psection1{padding-bottom: 50px;}
}
@media all and (max-width: 768px) {
	.wingran-name{font-size: 3.5em;}
	#psection1{padding-top: 65px; padding-bottom: 40px;}
	#psection1 h1	{font-size:1.8em;}
}
@media all and (max-width: 500px) {
	.wingran-name{font-size: 2em;}
	#psection1{padding-bottom: 30px;}
	#psection1 h1	{font-size:1.3em;}
}


	


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

.section .intro .ptxtbox{
	width: 100%;
	margin-top: 0px;
	text-align: left;
	font-size: 1.1em;
}
.section .ptxtbox h2{
	font-family: "industry",sans-serif;
	font-size: 2.0em;
	font-weight: 700;
	width: 100%;
	color:#eb5c02;
	line-height: 1.6;
	margin:20px auto 3%;
	position: relative;
	z-index: 11;
	}
.section .ptxtbox h2::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 2px solid #ffcc00;
	bottom: 0;
	right: 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 .ptxtbox h2::after{width: 100%; right: 0%;}

.section .intro .ptxtbox h3{
	font-size: 1.4em;
	line-height: 1.4;
	color: #444;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 3% auto 3%;
}
.section .intro .ptxtbox h4{
	font-size: 1.4em;
	line-height: 1.4;
	color: #444;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 0;
	margin: 0 auto 2%;
	position: relative;
}
.section .intro .ptxtbox h4::before{
	content: '';
	position: relative;
	margin-right: 0.5em;
	margin-left: 0.1em;
	width: 0;
	height: 100%;
	border-left: 5px solid #ffcb00;
}
.section .intro .ptxtbox p{
	font-size: 1em;
	line-height: 1.7;
	color: #333;
	padding: 0;
	margin: 1% auto 1%;
}

.section .intro .ptxtbox ul.imglist{
	width: 100%;
	margin:2% 0;
	padding: 0;
	list-style: none;
}
.section .intro .ptxtbox ul.imglist li{
	float: left;
	width: 48%;
	margin: 1%;
	padding: 0;
}
.section .intro .ptxtbox ul.imglist.set3 li{	width: 31%;}
.section .intro .ptxtbox ul.imglist li img{
	width: 100%;
	height: auto;
}
@media all and (max-width: 958px) {
.section .intro .ptxtbox{font-size: 0.95em;}
}
@media all and (max-width: 560px) {
	.section .intro .ptxtbox{margin-bottom: 40px;font-size: 0.9em;}

}
@media all and (max-width: 480px) {
	.section .intro .ptxtbox{font-size: 0.85em;}

}


#psection2{
	position: relative;
	background-color:#f6f6f6;
	padding: 0 0 3%;
}
#psection2.contact{padding: 6% 0;}
#psection2 .intro{
	padding:0;
	position:relative;
	z-index: 1000;
}
#psection2 .intro h4{
	max-width: 700px;
	font-size: 1.2em;
	margin: 1% auto 2%;
	text-align: left;
	line-height: 1.8;
}
@media all and (max-width: 768px) {
	#psection2 .intro h4{font-size: 1.1em;}
}
@media all and (max-width: 600px) {
	#psection2 .intro h4{font-size: 1.0em;}
}
@media all and (max-width: 480px) {
	#psection2 .intro h4{font-size: 0.9em;}
}

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


#psection4{
	position: relative;
	background-color: #eb5c02;
	padding: 12% 0;
	overflow: hidden;
	
}
#psection4 .bgbox{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 120%;
	
	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;
}
#psection4 .bgbox.education{background-image: url(../images/page/bg_edu.jpg);}
#psection4 .bgbox.carlife{background-image: url(../images/page/bg_car.jpg);}
#psection4 .bgbox.architecture{background-image: url(../images/page/bg_arc.jpg);}

#psection4 .gobtn{margin-top:0;letter-spacing:0.06em; position: relative;}
#psection4 .gobtn.row2{padding-top: 8px; font-size: 0.9em;}
#psection4 .gobtn span.minitxt{
	position: absolute;
	top:12px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
	font-size: 0.75em;
}
@media all and (min-width: 1200px) {
	#psection4{padding: 160px 0;}
	#psection4 .gobtn{
		width: 380px;
	height: 80px;
	line-height: 80px;
	font-size:1.6em;
	}
}
@media all and (max-width: 600px) {
	#psection4{padding: 80px 0;}
}

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


.yellow{color:#FFCD00;}

.oflw-auto{overflow: auto;}

/* --------------------------------------------
 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: #fff solid 2px;
	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:rgba(235,91,1,0.9);
	font-weight:normal;
	text-align:center;
	line-height:1.4;
	font-size: 0.9em;
	color: #ffffff;
	}
.basetbl table thead th{background-color:#FF0051; color: #fff;}

.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:left;
	background-color:#ffffff;
	}

.basetbl table tr:last-child th,.basetbl table tr:last-child td{
	border-bottom: none;
	}
.basetbl table tr:nth-child(even) th{
	background-color:rgba(235,91,1,1);
}
.basetbl table tr:nth-child(even) td{
	background-color:#f8f8f8;
}

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







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



/*------------------
   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;

			}
			
.basetbl table 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){
    #psection2 .basetbl table thead th{font-size: 1.2em;}
	#psection2 .basetbl table th,
    #psection2 .basetbl table td{
        width: 100%;
        display: block;
        border-top: none;
		border-left:none;
    }
	#psection2 .basetbl table th{padding:3px; border-bottom: none;background-color:rgba(235,91,1,1);}
			.basetbl table td input[type="text"],
			.basetbl table td select,
			 .basetbl table td textarea{
				width:100%;
			}
	#psection2 .basetbl table tr:nth-child(even) th{
	background-color:rgba(235,91,1,1);
}
#psection2 .basetbl table tr:nth-child(even) td{
	background: #FFF;
}
	#psection2 .basetbl table tr:nth-child(even) td.errortd{
	background:#FEE;
}
}
