@charset "UTF-8";

#recruit{
	/* padding: 0 10px; */
}
/* .contents_wrapper{
	background: url(../img/common/contents_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
} */
/* #recruit .ttl{
	text-align: center;
	font-size: 32px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 600;
} */


.company_table{
  /* max-width: 1200px; */
  margin: 0 auto;
}
.company_table p{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
}


.table_inner{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #3e3e3e;
  background-color: #f3f2eb;
}
.table_inner:nth-of-type(odd){
  background-color: #f7f5f0;
}
.table_ttl{
  width: 36.083%;
  padding-left: 40px;
  box-sizing: border-box;
}
.table_ttl p{
	font-size: 18px;
	padding: 30px 0;
	font-weight: 600;
}
.table_read{
  width: 63.917%;
  padding-right: 40px;
}
.table_read p{
	font-size: 16px;
	padding: 30px 0;
	font-weight: 300;
}
.table_read .salary01{
	padding: 30px 0 0;
}
.table_read .salary02{
	padding: 0;
	margin: 0;
}
.table_read .salary03{
	padding: 0 0 30px;
	margin: 0;
}

.contact_mail{
	margin: 100px auto 0;
	width: 100%;
	max-width: 350px;
}
.contact_mail a{
	text-align: center;
	display: block;
	/* padding: 24px 0 25px 0; */
	color: #21251a;
	border: solid 1px #21251a;
	font-size: 18px;
	letter-spacing: 0.085em;
	line-height: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_mail a:hover{
	background: #21251a;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.contact_mail a:hover .square{
	transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
}

.bg_deco{
    position: absolute;
    z-index: -5;
}
.moon{max-width: 530px;left: -5%;width: 26vw;top: -5%;}
.sky, .ground{
    max-width: 1134px;
    width: 54vw;
}
.grass{bottom: -5vw;right: 0;max-width: 400px;width: 20vw;}
.sky{
    top: 0;
    right: 0;
}
.ground{
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}
@media(max-width:1560px){
	.company_table p{
    letter-spacing: 0.05em;
    line-height: 2.5;
	}
}
@media(max-width:768px){
	/* #recruit .ttl{
		font-size: 28px;
    padding-bottom: 16px;
    margin-bottom: 20px;
	} */
	.company_table p{
    letter-spacing: 0.05em;
    line-height: 2;
	}
	.contact_mail{
		max-width: 290px;
	}
	.contact_mail a{
		font-size: 14px;
		/* padding: 18px 0 19px 0; */
	}
	
}

@media(max-width:600px){
	.table_inner{
		flex-wrap: wrap;
	}
	.table_ttl{
		width: 100%;
		padding: 0 20px;
	}
	.table_read{
		width: 100%;
		padding: 0 20px;
	}
	.table_read p{
		padding: 0;
	}
	.company_table p{
		padding: 0;
	}
	.table_inner {
		padding: 30px 0;
	}
}
@media(max-width:550px){
.contact_mail {
    max-width: 300px;
    margin: 60px auto 0;
}
}

@media(max-width:450px){
	.table_read p {
		font-size: 14px;
	}
	.table_ttl p {
		font-size: 16px;
	}
}