@charset "utf-8";
/* CSS Document */
.common .main-image {
  background-image: url(../images/recruit1.jpg);
  background-position: center center;
}
.recruit-copy {
	font-size: 1.8rem;
	font-weight: bold;
}
.top-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.top-btn li {
  width: 48%;
  margin-bottom: 1.5rem;
}
.top-btn li:nth-child(n+2) {
  margin-bottom: 0;
}
.message-photo li:first-child {
	margin-bottom: 3rem;
}




/*************
/* ここからSP用
*************/
@media screen and (max-width: 991.98px) {

}



/*************
/* ここからPC用
*************/
@media print, screen and (min-width: 992px) {
  .common .main-image {
    background-image: url(../images/recruit1.jpg);
    background-position: center center;
    background-size: auto;
  }
  .recruit-copy {
	font-size: 2.6rem;
	text-align: center;
}
  .top-btn {
  	justify-content: center;
  	margin-bottom: 8.5rem;
  	margin-top: -1.4rem;
  }
  .top-btn li {
    width: 350px;
  }
  .top-btn li:first-child {
    margin-right:3rem
  }
	.message-photo {
		display: flex;
		justify-content: center;
	}
.message-photo li {
	width: 370px;
}	
.message-photo li:first-child {
	margin-right: 3rem;
}	
	
	
	
	
}