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

.page-title-description {
	background-color:#14B8DC;
	padding:25px 0;
	position:relative;
}
.description-ones{
	background-color:#F9F3EE;
}
.description-arrowz{
	background-color:#ECECEC;
}
.description-ones .page-title-description{
		background-color:#E95513;
}
.description-arrowz .page-title-description{
		background-color:#14538A;
}
.page-title-description h1{
	color:#fff;
	margin:0;
	text-align:center;
	font-size:40px;
}
.page-title-description h1 span{
	display:block;
	font-size:100px;
	opacity:0.2;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	line-height:100px;
	font-family:'arial black',serif;
}

.page-title-description2 {
}
.page-title-description2 h2{
	border-top:solid 2px #14B8DC;
	border-bottom:solid 2px #14B8DC;
	text-align:center;
	color:#373737;
	padding:20px 0;
	width:90%;
	max-width:960px;
	margin:50px auto;
}
.description-ones .page-title-description2 h2{
	border-top:solid 2px #E95513;
	border-bottom:solid 2px #E95513;
}
.description-arrowz .page-title-description2 h2{
	border-top:solid 2px #14538A;
	border-bottom:solid 2px #14538A;
}
.description-btn {
	width:90%;
	max-width:960px;
	margin:20px auto;
}
.description-btn h3{
	color:#373737;
	display:flex;
	align-items:center;
	margin:0;
	font-size:16px;
}
.description-btn h3::before{
	content:"●";
	color:#14B8DC;
	font-size:12px;
	margin-right:3px;
}
.description-ones .description-btn h3::before{
	color:#E95513;
}
.description-arrowz .description-btn h3::before{
	color:#14538A;
}
.description-btn ul{
	padding-left:0;
	list-style:none;
	display:flex;
	justify-content:space-between;
	margin:0;
}
.description-btn ul li{
	width:50%;
	border:solid 1px #fff;
}
.description-btn ul li a{
	text-align:center;
	display:block;
	width:100%;
	background-color:#14B8DC;
	padding:7px 0;
	color:#fff;
}
.description-ones .description-btn ul li a{
	background-color:#E95513;
	}
.description-arrowz .description-btn ul li a{
	background-color:#14538A;
	}
.description-box {
	width:90%;
	max-width:960px;
	margin:50px auto;
	border:solid 2px #878787;
	border-radius:10px;
	padding:30px 40px;
	box-sizing: border-box;
}
.description-ones .description-box{
		background-color:#fff;
}
.description-arrowz .description-box{
		background-color:#fff;
}
.description-box table{
	border-collapse: collapse;
	width:100%;
}
.description-box th{
	padding:20px 20px;
	border-bottom:solid 1px #373737;
	width:20%;
	text-align:left;
	min-width: 85px;
	box-sizing: border-box;
}
.description-box td{
	border-bottom:solid 1px #373737;
	width:80%;
	padding-top:20px;
	padding-bottom: 20px;
}
.description-box tr:last-child td, .description-box tr:last-child th{
	border-bottom:none;
}
.description-box ul{
	padding-left: 25px;
}
@media(max-width:640px){
	.description-box th{
	padding:20px 0px;
	}
	.description-box td{
	padding-top:16px;
	padding-bottom: 16px;
	}
}
@media(max-width:520px){
	.description-box{
		font-size: 15px;
		padding:  20px;
	}
	.description-box td{
	padding-top:14px;
	padding-bottom: 14px;
	}
}
.map{
	width:90%;
	max-width:960px;
	margin:auto;
}
.map iframe{
	width:100%;
	height:350px;
}
.description-search {
	width:90%;
	max-width:960px;
	margin:auto;
	padding-top:30px;
	padding-bottom:50px;
}
.description-search h3{
	display:flex;
	align-items:center;
	background-color:#f2f2f2;
	height:40px;
	margin-top:40px;
}
.description-search h3::before{
	content:"";
	display:block;
	width:10px;
	height:40px;
	background-color:#14B8DC;
	margin-right:7px;
}

.job-search-box {
	border:solid 2px #14B8DC;
	padding:15px 020px;
	box-sizing: border-box;
	width:30%;
	background-color:#ffff;
}
.job-search-box .name{
	color:#373737;
	font-weight:bold;
	text-align:center;
	margin:0 0 5px 0;
}
.job-search-box .address{
	color:#373737;
	text-align:center;
	margin:0 0 5px 0;
}
.job-search-box-btn{
	display:block;
	padding:5px;
	text-align:center;
	background-color:#14B8DC;
	color:#fff;
	font-weight:bold;
	border-radius:50px;
}

.job-search-btn {
	
}
.job-search-btn ul{
	padding-left:0;
	list-style:none;
	display:flex;
}
.job-search-btn ul li{
	margin:5px;
}
.job-search-btn ul li a{
	display:block;
	background-color:#14B8DC;
	color:#fff;
	padding:5px 10px;
	box-sizing: border-box;
	border-radius:5px;
}
