@charset "utf-8";
@import url("base.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/

/*リンク*/
.view a{
	text-align: center;
	display: block;
	transition: all 0.2s linear;
	color: #fff!important;
	background-color: #028a4a;
	line-height: 2.5em;
	text-decoration: none!important;
	width: 150px;
	margin: 2em 0;
	border-radius: 10px;
}
.view a:hover,.view a:active{
	background-color: #02aa60;
	text-decoration: none!important;
}
.view_cl{
	display: none;
}
/*メイン*/
h1:after{
	content: 'business,performance';
}
#main_title{
	background-image: url(../img/business/top_img.png);
	background-position: center bottom;
}
.recruit,#trust,#contact{
	margin: 3em auto 0;
}
#works{
	margin: 3.5em auto;
	text-align: left;
}
#works ul{
	width: 100%;
	margin: 2em auto 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	text-align: center;
}
#works ul li{
	width: 31.333%;
}
#works ul li dl dt{
	position: relative;
	z-index: 0;
	overflow:hidden;
}
#works ul li dl dt span{
	position:absolute;
	top:0;
	left:0;
	padding: 0.25em 2%;
	color: #fff;
	z-index: 1;
}
#works ul li dl dd{
	padding: 0.5em 0;
	text-align: left;
}
.green{
	background-color: #028a4a;
}
.gray{
	background-color: #636363;
}
.blue{
	background-color: #02528a;
}
.b_gray{
	background-color: #f7f7f7;
	padding: 1em 0 3em;
}
#trust p{
	margin: 3em auto 0;
	text-align: center;
}
#trust ul{
	width: 100%;
	margin: 2em 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#trust ul li:nth-child(even){
	width: 76%;
	z-index: 1;
}
#trust ul li{
	margin: 0 0 2em;
}
#trust ul li dl dt{
	color: #028a4a;
	font-size: 187%;
	position:relative;
	display: inline-block;
	margin: 0 0 1em -10%;
}		

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1300px)  {

/*メイン*/
h1,.recruit,#trust,#works{
	width: 1280px;
}
.recruit .btn{
	display: none;
}
#trust ul li:nth-child(odd){
	width: 20%;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
#trust ul li:nth-child(odd) img{
	width: 100px;
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px)  {
	
/*メイン*/
h1,.recruit,#trust,#works{
	width: 96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/


/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px)  {

/*メイン*/
.recruit .btn{
	display: none;
}
#trust ul li:nth-child(odd){
	width: 20%;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
#trust ul li:nth-child(odd) img{
	width: 100px;
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
/*メイン*/
#trust ul li:nth-child(odd){
	width: 20%;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
#trust ul li:nth-child(odd) img{
	width: 100px;
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*リンク*/
.view a{
	margin: 2em auto;
}
	
/*メイン*/
#works ul{
	flex-direction:column;
}
#works ul li{
	width: 70%;
	margin: 1em auto 0;
}
#works ul li:nth-child(1){
	margin: 0 auto;
}
#trust p{
	text-align: left;
}
#trust ul{
	wflex-direction:column;
	text-align: center;
}
#trust ul li:nth-child(odd){
	width: 160px;
	background-color: #fff;
	margin: 1em auto;
	padding: 1em 0;
}
#trust ul li:nth-child(odd) img{
	width: 100px;
}
#trust ul li:nth-child(even){
	width: 100%;
}
#trust ul li{
	margin: 0 0 2em;
}
#trust ul li dl dt{
	color: #028a4a;
	font-size: 187%;
	display: inline-block;
	margin: 0 0 1em 0;
}	
#trust ul li dl dd{
	text-align: left;
}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {
	
/*メイン*/
#works ul li{
	width: 100%;
}
}