@charset "UTF-8";

h3{
	text-align: center;
	margin-bottom: 80px;
}
#luxy{
	z-index: -99;
}

#top{
	position: relative;
	z-index: 999;
}
.mv{
	display: table;
	width: 100%;
	height: 1000px;
}
.mv .mvBG{
	display: table-cell;
	vertical-align: middle;
	background: url(../img/bg_mv.png) repeat;
	position: relative;
}
.mv .mvBG h2{
	text-align: center;
}
.mv .mvBG .info{
	width: 100%;
	position: absolute;
	bottom: 100px;
}
.mv .mvBG .info .title{
	width: 960px;
	margin: 0 auto 15px;
	box-sizing: border-box;
	padding: 0 120px;
}
.mv .mvBG .info ul{
	width: 960px;
	margin: auto;
	box-sizing: border-box;
	padding: 0 120px;
}
.mv .mvBG .info ul li{
	display: block;
	padding: 7px 0;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
}
.mv .mvBG .info ul li a{
	display: block;
	color: #fff;
	transition: all 0.3s;
}
.mv .mvBG .info ul li a:hover{
	text-decoration: underline;
}
.top_info{
	margin-top: 100px;
	margin-bottom: 180px;
}
span.top_info_txt02 {
 text-align: left;
    padding: 7px 0 0 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
}
h3.top_info_txt {
	font-weight: 100;
	margin-bottom: 0;
	font-size: 14px;
	text-align: left;
}
#mind{
	padding: 180px 0 200px;
	background: #faf07d;
	position: relative;
	z-index: 999;
}
#mind .mindText{
	font-size: 15px;
	line-height: 2.6em;
	text-align: center;
	margin-bottom: 120px;
}

#mind .mindCopy{
	text-align: center;
}

#profile{
	padding: 180px 0 150px;
	position: relative;
	z-index: 999;
}
#profile h3{
	margin-bottom: 50px;
}
#profile .profileBox{
	font-size: 0;
	text-align: center;
	margin-bottom: 60px;
	padding: 0 2%;
}
#profile .profileBox ul{
	display: inline-block;
}
#profile .profileBox ul li{
	float: left;
	width: 420px;
}
#profile .profileBox ul li:nth-child(2){
	float: left;
	width: 540px;
}
#profile .profileBox ul li:first-child{
	margin-right: 50px;
}
#profile .profileBox ul li table{
	border-collapse: separate;
	border-spacing: 0 30px;
	table-layout: auto;
}
#profile .profileBox ul li table th{
	width: 4em;
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px 0 0;
	text-align: left;
	-moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
#profile .profileBox ul li table td{
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	border-left: 1px solid #1e1e1e;
	padding-left: 10px;
}
#profile .mapLink ul{
	text-align: center;
	font-size: 0;
}
#profile .mapLink ul li{
	display: inline-block;
}
#profile .mapLink ul li:first-child{
	margin-right: 60px;
}
#profile .table_flex{
	display: flex;
}
#profile .table_left{
	margin-right: 30px;
}
#works{
	padding: 180px 0 210px;
	background: #faf07d;
	position: relative;
	z-index: 999;
}
#works ul{
	width: 960px;
	margin: auto;
	font-size: 0;
}
#works ul li{
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}
#works ul li p{
	transition: all 0.5s;
}
#works ul li p:hover{
	transform: scale(1.1,1.1);
}
#works ul li:nth-child(6n){
	margin-right: 0;
}


@media screen and (max-width: 480px) {

	img{
		max-width: 100%;
		height: auto;
	}
	
	h3{
		text-align: center;
		margin-bottom: 50px;
	}
	#luxy{
		z-index: -99;
	}
	
	#top{
		position: relative;
		z-index: 999;
	}
	.mv{
		display: table;
		width: 100%;
		height: 750px;
		background-size: auto 100%;
		background-position: center center;
	}
	.mv .mvBG{
		display: table-cell;
		vertical-align: middle;
		background: url(../img/bg_mv.png) repeat;
		position: relative;
	}
	.mv .mvBG h2{
		text-align: center;
	}
	.mv .mvBG .info{
		width: 100%;
		position: absolute;
		bottom: 30px;
	}
	.mv .mvBG .info .title{
		width: 94%;
		margin: 0 auto 15px;
		box-sizing: border-box;
		padding: 0;
	}
	.mv .mvBG .info ul{
		width: 94%;
		margin: auto;
		box-sizing: border-box;
		padding: 0;
	}
	.mv .mvBG .info ul li{
		display: block;
		padding: 5px 0;
		font-size: 14px;
		line-height: 1.5em;
		 color: #fff;
	}
	.mv .mvBG .info ul li a{
		display: block;
		color: #fff;
		transition: all 0.3s;
	}
	.mv .mvBG .info ul li a:hover{
		text-decoration: underline;
	}
	
	.top_info {
		margin-top: 100px;
		margin-bottom: 140px;
		padding: 0 3%;
	}
	#mind{
		padding: 120px 0 80px;
		background: #faf07d;
		position: relative;
		z-index: 999;
	}
	#mind .mindText{
		font-size: 15px;
		line-height: 2.6em;
		text-align: center;
		margin-bottom: 80px;
	}
	#mind .mindCopy{
		width: 94%;
		margin: auto;
		text-align: center;
	}
	
	#profile{
		padding: 120px 0 80px;
		position: relative;
		z-index: 999;
	}
	#profile h3{
		margin-bottom: 50px;
	}
	#profile .profileBox{
		width: 94%;
		margin: 0 auto 60px;
		font-size: 0;
		text-align: center;
		margin-bottom: 50px;
	}
	#profile .profileBox ul{
		display: inline-block;
	}
	#profile .profileBox ul li{
		float: none;
		width: 100%;
	}
	#profile .profileBox ul li:first-child{
		margin-right: 0;
	}
	#profile .profileBox ul li table{
		border-collapse: separate;
		border-spacing: 0 30px;
		table-layout: auto;
	}
	#profile .profileBox ul li table th{
		width: 4em;
		font-size: 15px;
		font-weight: normal;
		padding: 0 10px 0 0;
		text-align: left;
		-moz-text-align-last: justify;
		text-align-last: justify;
		text-justify: inter-ideograph;
	}
	#profile .profileBox ul li table td{
		font-size: 15px;
		line-height: 2em;
		text-align: left;
		border-left: 1px solid #1e1e1e;
		padding-left: 10px;
	}
	#profile .mapLink ul{
		text-align: center;
		font-size: 0;
	}
	#profile .mapLink ul li{
		display: block;
	}
	#profile .mapLink ul li:first-child{
		margin-right: 0;
		margin-bottom: 30px;
	}
	#profile .table_flex {
    display: block;
	}
	#profile .profileBox ul li:nth-child(2) {
    float: left;
    width: 100%;
	}
	#works{
		padding: 120px 0 80px;
		background: #faf07d;
		position: relative;
		z-index: 999;
	}
	#works ul{
		width: 94%;
		margin: auto;
		font-size: 0;
		text-align: center;
	}
	#works ul li{
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 20px;
		 width: 150px!important;
	}
       
	#works ul li p{
		transition: all 0.5s;
	}
	#works ul li p:hover{
		transform: scale(1.1,1.1);
	}
	#works ul li:nth-child(even),
	#works ul li:nth-child(6n){
		margin-right: 0;
	}
	
}

@media screen and (max-width: 960px) {
	#works {
		padding: 180px 2% 210px;
		}
	#works ul {
			width: 98%;
			margin: auto;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;

}
	#works ul li {
    display: inline-block;
    margin: 0 1% 30px;
	width: 200px;	
	}
	#works ul li img{
		width: 100%;
	}
	#works ul li:nth-child(6n) {
    margin-right: 1%;
}
	#works ul::before{
	  content:"";
	  display: block;
	  width:200px;
	  order:1;
	  margin: 0 1% 30px;
}
#works ul::after{
	  content:"";
	  display: block;
	  width:200px;
	  margin: 0 1% 30px;
}
}
