@charset "UTF-8";
/* CSS Document */

/*タイトル*/
.Hero_work{
	display:flex;
	align-items: center;
	justify-content: center;
	height:40vh;
	min-height: 300px;
	background-image:linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,1)), url("../img//office_img.jpg");
	background-position: center;
	background-size: cover;
	color:#000;
   text-align: center;

}

.Hero_work p{
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size:60px;
	letter-spacing: 0;
	margin-left: 0;
}


.Hero_work img{
	width: 20%;
}

.tittle{
	margin-top:100px;
}
.tittle .midasi_R{
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size:60px;
	letter-spacing: 0;
	margin-left: 0;
}

.tittle .midasi_R2{
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:40px;
	letter-spacing: 0;
	margin-left: 0;
}


@media (min-width: 1240px){
	.Hero_work p {
		font-size: 60px;
	}
}

@media (max-width:599px){
	.tittle .midasi_W3{
	margin-top: 45px;
	margin-bottom: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:16px;
	letter-spacing: 0;
	margin-left: 0;
}
}

/*人材募集*/

.recruitA{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height: auto;
	background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.5));
	background-position: center;
	background-size: cover;	
}


.recruitA.container{
	display: block;
	flex-wrap: wrap;
	max-width: 1000px;
	max-width: var(__large-width);
	margin: auto;
}

.textE{
	padding-top: 20px; 
	margin-top:20px;
}


.recruitB {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.recruitB th, .recruitB td {
  padding: 1em;
}
.recruitB th {
  border-right: 1px solid #c1c7c6; 
  color: #000000;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
}
/*.recruitB th::after {
  content: '';
  background-color: #c1c7c6;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
}*/
	
@media (max-width:599px){
	
.recruitA{
  padding-bottom: 30px;
	}	
.recruitB {
  border-collapse: collapse;
  width: 100%;
  max-width: 400px;
}

.recruitB th {
  color: #000000;
  font-weight: bold;
  text-align: left;
  width: 35%;
  position: relative;
}
}
