@charset "UTF-8";
.company_ctn{
	width: 100%;
	height: auto;
	padding: 10px 5%;
}
.company_wide{
	padding: 0 5%;
}
.company_title{
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
	color: #272727;
	border-bottom: thin #000000 solid;
}

.company_txt_top{
	width: 100%;
	font-size: 1em;
	line-height: 1.6;
	margin: 30px auto 50px;
	text-align: justify;
}
.company_txt{
	width: 100%;
	font-size: 1em;
	line-height: 2;
	text-align: justify;
	margin: 30px 0;
}
.company_txt2{
	width: 100%;
	font-size: 1em;
	line-height: 2;
	text-align: justify;
	padding: 20px 0;
}
.company_data {
	width: 100%;
}
.company_data li{
	width: 100%;
	height: 50px;
}
.company_data li span{
	display: inline-block;
	width:200px;
	background-color: red;
}
table{
	border-collapse: separate;
	width: 100%;
	margin: 50px 0 100px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td ,th{
	padding: 20px 0;
    border-top: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}
th{
	font-weight: 600;
}
.c_map{
	width: 100%;
	height: 300px;
}
.map_btn{
	width: 100%;
    height:52px;
    color: #fff;
    text-align: center;
    background-color: #333;
    padding-top: 8px;
    display: inline-block;
    text-align: center;
    position: relative;
    border: thin solid #333;
    margin: 40px 0;
    font-size: 16px;
	border-radius: 4px;
}
.map_btn:hover{
	background-color: #fff;
	color:#333;
	transition: 0.5s;
}
.map_btn::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.map_btn:hover::after{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.sub_title{
	color: #333;
	position: absolute;
	left: 5%;
/*	top:13px;*/
	top:43px;
	font-size: 10px;
	letter-spacing: 0.1px !important;
}
.recruitArea{
	margin-bottom: 60px;
}
.recruitArea ul li{
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.recruitArea ul li .ttl{
	font-weight: 700;
	width: 100%+
}
.recruitArea ul li .txt{
	width: 100%;
	margin-left: 10px;
}