@media screen and (max-width: 768px) {
	#main-visual {
	    /*background: url(../img/top_main.jpg) center no-repeat;
	    background-size: cover;
	    height: 300px;*/
	}
	#business-visual {
		height: 200px;
	}
	#recruit-visual {
		height: 200px;
	}
	#contact-visual {
		height: 200px;
	}
	#content-visual {
		height: 200px;
	}


	#top-head,
	.inner-nav {
		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: 13px;
		top: 13px;
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #000;
		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: 14px;
		font-weight: bold;
	}
	#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;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(157deg);
		-moz-transform: rotate(157deg);
		transform: rotate(157deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-157deg);
		-moz-transform: rotate(-157deg);
		transform: rotate(-157deg);
	}
	.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
/* Section */
	section  {
		padding: 60px 0;
	}
    section h2{
	    font-size: 20px;
	    font-weight: bold;
    }
	.inner {
		width: 90%;
		padding: 0;
	}
/* Mission */
    #mission span {
        font-size:16px;
    }
    #mission p {
        font-size:8px;
    }
	
/* company */
    #about {
		background: #f5f5f5;
		padding: 80px 0;
	}
    #about dl {
		margin-top: 40px;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.02em;
	}
    #about dl > dt {
		position: inherit;
		left: 0;
		padding: 21px 0 0 0;
	}
    #about dl > dd {
		position: inherit;
		width: 100%;
		border-bottom: 1px solid #cccccc;
		padding: 4px 0 22px 0;
	}

/* footer */
footer{
    height: 200px;
    padding: 0 30px;
}
footer > nav{
    width:100%;
    margin: auto;
}
footer > nav > ul{
    width: 100%;
    height: 82px;
    padding: 40px 0;
    box-sizing: border-box;
	display:block;
    border-bottom: 1px solid #4c4c4c;
}
footer > nav > ul > li~li{
    margin-top: 28px;
}
footer > nav > ul > li > ul#text{
    width: 195px;
    display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
  	-moz-box-pack: justify;
  	-ms-flex-pack: justify;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-right: 0;
}
footer > nav > ul > li > ul#text > li{
    padding-left: 0;
}
footer > nav > ul > li > ul#text > li > a{
    height: 12px;
    line-height: 0;
    vertical-align: baseline;
    display: block;
}
footer > nav > ul#footer_logo{
    border-bottom: none;
    align-items: center;
    height: 90px;
    padding: 40px 0;
	text-align: center;
	font-size: 10px;
}
footer > nav > ul#footer_logo li > a > img{
    width: 170px;
}
footer > nav > ul#footer_logo li:nth-of-type(2){
    padding-bottom: 5px;
}
footer > nav > ul#footer_logo li:nth-of-type(2) img{
    width:234.5px;
}
footer > nav > ul#footer_logo li~li{
    margin-top: 18px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}
/*footer > #page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
*/

/* product */
#product{
    background: #fff;
	padding: 80px 0;
}
#product .product_img {
	text-align: center;
	width: 80%;
}
#product p {
    font-size: 14px;
}
#product a {
    font-size: 12px;
}

/* consulting */
#consulting{
	background: #f5f5f5;
	padding: 80px 0;
}
#consulting h2{
	padding-bottom: 30px;
}
#consulting .listBox{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 20px;
}
#consulting .listBox .cslt-1{
	width:100%;
}
#consulting .listBox .cslt-2{
	width:100%;
}
#consulting .listBox .cslt-3{
	width:100%;
}
#consulting .listBox .cslt-4{
	width:100%;
}
#consulting .listBox p{
	font-size: 20px;
	line-height: 26px;
	margin: 28px 0 17px;
}
#consulting .listBox li{
	list-style-type: square;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.04em;
}


/* Contact */
#main_contact{
	width: 100%;
}
#contact_form{
	margin-top: 36px;
}
#contact_form li dl{
	display: block;
}
#contact_form li dl dt{
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 15px;
}
contact_form li dl dd{
	width: 100%;
	font-size: 14px;
	line-height: 16px;
}
#contact_form li dl dd input{
	width: 140%;
	height: 40px;
	padding: 14px;
	font-size: 14px;
}
#contact_form li dl dd textarea{
	width: 140%;
	height: 190px;
	background: #f5f5f5;
	font-size: 16px;
	line-height: 26px;
	padding: 14px 18px;
}



#confirm {
}
table {
    margin: 10px 0; 
}
table th, table td {
	width: 100%;
    display: block; 
    border-top: 2px solid #fff; 
}

/* Recruit */
#recruit {
}
table th, table td {
    border: 2px solid #eee; 
}
}
