@charset "UTF-8";
/* CSS Document */
body {
	font-size: 15px;
}
.container {
	width: 100%;
	margin: 0;
}
h1 {
	padding-top: 5px;
}
/*メニュー*/
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
/*#top-head .fixed .logo,
#top-head .logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
*/
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 4.68vw;
}
#global-nav ul li {
	float: none;
	position: static;
}
#global-nav ul li:after  {
	display: none;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
/*見出し*/
.lead {
	min-height: 360px;
	background-size: contain;
}
#top {
	margin-top: 2em;
}
#top .lead {
	background-image: no-repeat;
	padding: 100px 0;
/*	min-height: 400px;
*/}
h2 {
	line-height: 1.25;
	font-size: 4.68vw;
}
#top h2 {
	line-height: 1.75;
}
#top .big {
	padding: 0;
}
.big {
	font-size: 7.81vw;
	margin-bottom: 5px;
}
#about .big2 {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	border-bottom: 1px solid #333;
	font-size: 7.81vw;
}
#top .home_text {
	margin: 0 0 20px;
	padding: 10px;
}
#about {
	margin: 0;
	padding: 0;
}
#about .about_text {
	width: 100%;
	margin: 0;
	padding: 10px 5px 20px;
	background-image: url(img/bg.png) no-repeat;
	background-size: 350px;
	background-position: -30% top;
}
#top .home_text {
	width: 100%;
	margin: 0;
	padding: 0 5px;
}
#about .profile {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 5px;
}
/*works*/
#works {
	margin: 0;
	padding: 0;
}
#works .work_group {
	padding-bottom: 20px;
}
#works .work_item {
	margin: 0 10px 0;
}
#press ul li {
	margin: 0 0 0 1em;
}
#works #seminar .seminar_inner {
	margin: 20px 0 20px 1em; 
}
#works .works_menu {
	padding-left: 10px;
}
#works .works_menu ul li ul li{
	margin: 0 0 0 2em;
}
#works .product_box {
	display: block;
	width: 100%;
}
#works figure {
	max-width: 700px;
	background: #fff;
	margin-bottom: 20px;
}
#works figure img {
	max-width: 100%;
}
#works figcaption {
	padding: 10px;
/*	min-height: 200px;
*/}
#works figure img {
	width: 100%;
}
/*contact*/ 
#contact #formWrap{
	padding: 10px;
}
table {
	text-align: left;
}
table th {
	display: block;
	width: 100%;
}
table td {
	display: block;
	width: 100%;
}
textarea {
	max-width:  240px;
}

