@charset "utf-8";
/*
xs : - 768px
sm : 769px - 991px
md : 992px - 1199px
lg : 1200px -
*/

/*--------------------
  lg(1200px～)
--------------------*/
@media (min-width: 1200px) {

}

/*--------------------
  md(992px～1199px)
--------------------*/
@media (max-width: 1199px) {

}

/*--------------------
  sm(769px～991px)
--------------------*/
@media (max-width: 991px) {
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	p.lead {
		font-size: 18px;
	}
	section {
		padding: 30px 0;
	}
	#header.home {
		height: auto;
	}
	#header .carousel {
		padding-left: 100px;
	}
	#header .catch {
		text-align: center;
	}
	#header .catch span {
		font-size: 18px;
	}
	#content.home .concept {
		margin-bottom: 20px;
	}
	#content.home .concept .box {
		margin-top: 20px;
		margin-bottom: 50px;
		padding: 10px 20px;
	}
	#content.home .concept .dash {
		font-size: 16px;
        line-height: 30px;
	}
	#content.home .topics ul > li {
		width: 50%;
	}
	#footer .other {
		text-align: center;
	}
	#content.service .add-content .works-list li {
		width: 100%;
	}
	#content.company table tr th {
		width: 120px;
	}
	#content.recruit table tr th {
		width: 120px;
	}
}

/*--------------------
  xs(～768px)
--------------------*/
@media (max-width: 768px) {
	#content.lower h2.page-title {
		height: 150px;
		padding: 50px 0 100px;
	}
	#content.lower h2.page-title .en {
		font-size: 30px;
	}
	#header .catch span {
		font-size: 20px;
	}
	#content.home .concept {
		background-size: 100%;
	}
	#content.home .concept .box {
		margin-bottom: 210px;
	}
	#content.home .topics ul > li {
		width: 100%;
	}
	#content.service .service-list li a {
		width: 200px;
		height: 200px;
		line-height: 200px;
	}
	#content.service .jobs li {
		width: 100%;
	}
	#content.works .works-list > li {
		width: 100%;
	}
	#content.works .works-list li .pic img {
		height: 250px;
	}
	#g-nav ul.list-inline.icon a {
		width: 50px;
	}
	#content.company .table th,
	#content.company .table td,
	#content.recruit .table th,
	#content.recruit .table td {
		display: block;
		width: 100%;
		border: none;
	}
	#content.company .table th,
	#content.recruit .table th {
		background: #117bb7;
		color: #FFF;
	}
	#content.company .table td,
	#content.recruit .table td {
		background: #FFF;
	}
	#content.contact .form-horizontal .control-label {
		margin-bottom: 15px;
	}

}

