@charset "UTF-8";

.sec-sub-ttl{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#outline{
	border-bottom: none;
}
#column{
	border-top: 1px solid #eee;
}
.column-area:nth-of-type(1){
	border-top: 1px solid #eee;
	margin-top: 60px;
}
.column-area{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	jutify-content: space-between;
	padding: 40px 0;
	border-bottom: 1px solid #eee;
}
.column-no{
	font-size: 14px;
	line-height: 1;
	color: #f57020;
	margin-bottom: 10px;
}
.column-area h4{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#column .pic{
	width: 40%;
	padding-left: 40px;
}
#column .txt{
	width: 60%;
}

#vacate .desc{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
#vacate .pic{
	width: 50%;
	padding-left: 40px;
}
#vacate .txt{
	width: 50%;
}
#vacate .btn01{
	margin-top: 40px;
}

.contact-area{
	margin: 50px auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.contact-box{
	width: 50%;
	flex-direction: column;
	padding: 40px 50px;
	text-align: center;
}
.contact-box h4{
	font-size: 18px;
	line-height: 1.5;
}
.tel-contact-area{
	border-left: 1px solid #eee;
}
.tel-contact-area p{
	font-weight: 600;
}
.contact-box a{
	margin-top: 20px;
}
.tel-contact-area a{
	color: #f57020;
	font-size: 36px;
	display: inline-block;;
	padding: 0 .5em .2em;
	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;
}
.sec .caution{
	margin-top: 1em;
	font-size: 14px;
	font-weight: 600;
}



@media screen and (max-width: 768px){
	.sec-sub-ttl{
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#career-info{
		flex-direction: column;
	}
	#outline{
		padding-left: 20px;
		padding-right: 20px;
	}
	.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;
	}
	.contact-area{
		margin: 0 auto;
		flex-direction: column;
	}
	.contact-box{
		width: 100%;
		flex-direction: column;
		padding: 0;
		text-align: center;
		margin-top: 40px;
	}
	.contact-box h4{
		font-size: 1.6rem;
	}
	.tel-contact-area{
		border-left: none;
	}
	.tel-contact-area p{
		font-weight: 600;
	}
	.contact-box a{
		margin-top: 15px;
	}
	.sec .caution{
		font-size: 1.3rem;
	}
	.column-area:nth-of-type(1){
		border-top: 1px solid #eee;
		margin-top: 40px;
	}
	.column-area{
		flex-direction: column-reverse;
		padding: 25px 0;
	}
	.column-no{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.column-area h4{
		font-size: 1.7rem;
		margin-bottom: 15px;
	}
	#column .pic{
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	#column .txt{
		width: 100%;
	}
	#vacate .desc{
		flex-direction: column-reverse;
	}
	#vacate .pic{
		width: 100%;
		padding: 0 0 20px;
		
	}
	#vacate .txt{
		width: 100%;
	}
	#vacate .btn01{
		margin-top: 20px;
	}
}