@charset "UTF-8";

#career-info h3{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#career-info{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
#career-info .txt{
	width: 60%;
	max-width: 852px;
	padding-right: 2%;
}
#career-info ul{
	width: 40%;
	max-width: 568px;
	padding-left: 2%;
	padding-bottom: 5.2%;
}
#career-info li{
	width: calc(50% - 10px);
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#career-info li:nth-of-type(even){
	transform: translateY(40%);
}

#career-info ul:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

#job-description .inner,
#company-overview .inner{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#job-description .sec-ttl,
#company-overview .sec-ttl{
	width: 23%;
}
#job-description table,
#company-overview table{
	width: 77%;
}
table{
	border-top: 1px solid #eee;
}
th{
	font-weight: 600;
	width: 25%;
	padding: 20px;
	border-bottom: 1px solid #eee;
	text-align: left;
}
th span{
	font-size: 14px;
	display: inline-block;
	margin-left: 1em;
	color: #ef2c47;
	font-weight: 500;
}
td{
	padding: 20px;
	width: 75%;
	border-bottom: 1px solid #eee;
}
td dl:not(:last-of-type){
	padding-bottom: 0.7em;
}
td dt{
	font-weight: 600;
}

.tel-contact-area{
	text-align: center;
}
.tel-contact-area p{
	font-weight: 600;
}

.tel-contact-area a{
	color: #f57020;
	font-size: 36px;
	display: inline-block;;
	padding: 0 .5em .2em;
	margin-top: 20px;
	line-height: 1;
	border-bottom: 3px solid #f57020;
	letter-spacing: .1em;
}
.tel-contact-area a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: bold;
	vertical-align: .05em;
	font-size: 90%;
	margin-right: 10px;
}
.tel-contact-area ul{
	padding-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.entry-btn{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	width: 750px;
	color:  rgba(245,112,32,1);
	border: 1px solid rgba(245,112,32,1);
	background: #fff;
	line-height: 1;
	font-size: 17px;
	text-align: center;
	margin: 50px auto 0;
	padding: 40px 0;
	letter-spacing: .15em;
	position: relative;
	transition: .2s all ease;
}
.entry-btn span{
	font-size: 40px;
	margin-bottom: 15px;
}
.entry-btn:after{
	content: "";
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: rgba(245,112,32,1);
	margin: auto;
	transition: .2s all ease;
}
.entry-btn:hover:after{
	right: -70px;
	background: linear-gradient(90deg,#fff,#fff 30%,rgba(245,112,32,1) 30%,rgba(245,112,32,1));
}
.entry-btn:hover{
	opacity: 1;
	background: rgba(245,112,32,1);
	color: #fff;
}

@media screen and (max-width: 768px){
	#career-info h3{
		font-size: 1.7rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#career-info{
		flex-direction: column;
	}
	#career-info .txt{
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	#career-info ul{
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-bottom: calc(25vw * 0.4);
	}
	#career-info li{
		width: 50%;
		margin-bottom: 10px;
		margin-left: 0;
		padding: 0 5px;
	}





	#job-description .inner,
	#company-overview .inner{
		flex-direction: column;
	}
	#job-description .sec-ttl,
	#company-overview .sec-ttl{
		width: 100%;
	}
	#job-description table,
	#company-overview table{
		width: 100%;
		display: block;
	}

	tbody,
	tr{
		display: block;
		width: 100%;
	}
	th{
		display: block;
		width: 100%;
		padding: 15px 0 10px;
		border-bottom: none;
	}
	th span{
		font-size: 1.2rem;
	}
	td{
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}
	.btn01{
		font-size: 1.4rem;
		margin-top: 30px;
	}
	.tel-contact-area a{
		color: #f57020;
		font-size: 2.8rem;
		display: inline-block;;
		padding: 0 .5em .2em;
		margin-top: 20px;
		line-height: 1;
		border-bottom: 3px solid #f57020;
		letter-spacing: .1em;
	}
	.tel-contact-area a:before{
		font-family: "Font Awesome 5 Free";
		content: "\f095";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-weight: bold;
		vertical-align: .05em;
		font-size: 90%;
		margin-right: 10px;
	}
	.tel-contact-area ul{
		padding-top: 20px;
		font-size: 14px;
		line-height: 2;
	}

	.entry-btn{
		width: calc(100% - 30px);
		max-width: 400px;
		font-size: 1.4rem;
		margin: 30px auto 0;
		padding: 15px 0;
		letter-spacing: .1em;
	}
	.entry-btn span{
		font-size: 2rem;
		margin-bottom: 8px;
	}
	.entry-btn:after{
		right: -30px;
		width: 60px;
	}
	.entry-btn:hover:after{
		right: -40px;
		background: linear-gradient(90deg,#fff,#fff 20px,rgba(245,112,32,1) 20px,rgba(245,112,32,1));
	}
}