@charset "UTF-8";

/* ▼▼▼ 会社概要／採用情報
====================================================== */

/* 会社概要
--------------------------------------- */
.table_wrap{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
	.table_wrap table{
		width: 47%;
		flex-shrink: 0;
	}
	.table_wrap table:nth-of-type(1) th,
	.table_wrap table:nth-of-type(1) td{
		vertical-align: middle;
	}
	.table_wrap table th.top,
	.table_wrap table td.top{
		vertical-align: top;
	}


/* アクセス
--------------------------------------- */
#acsess .read{
	font-size: 16px;
}
.flex_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.map{
	width: 100%;
	height: 400px;
	position: relative;
}
	.map iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}


/* 採用情報
--------------------------------------- */
.not_recruiting{
	background: #eee;
	padding: 30px;
	text-align: center;
}


/* ======================================================
	▼▼▼ 768px
====================================================== */
@media screen and (max-width: 768px) {

	/* 会社概要
	--------------------------------------- */
	.table_wrap{
		display: block;
	}
		.table_wrap table{
			width: 100%;
		}


	/* アクセス
	--------------------------------------- */
	.flex_wrap{
		display: block;
		margin: 0 0 30px;
	}
		.flex_wrap .read{
			margin: 0 0 20px;
		}
		.flex_wrap .btn a{
			margin: 0 auto;
			max-width: 280px;
		}
	.map{
		height: 100%;
		padding-top: 70%;
	}

	/* 採用情報
	--------------------------------------- */


}
