@charset "utf-8";

/*============

recruit.css

=============*/

/*============

Nav

=============*/

/*-------------

bottom-nav-list

--------------*/

.bottom-nav-list > li:not(.bottom-nav-list__recruit) {
	display: none;
}

/*============

Layout

=============*/

/*-------------

category-box

--------------*/

.category-box {
	margin-top: 12rem;
}

.category-box:first-of-type {
	margin-top: 6rem;
}

.tel-link {
	font-size: max(2.2rem, 20px);
}

.tel-link span:before {
	top: 0.5rem;
}

/*-------------

category-table

--------------*/

.category-table {
	width: 100%;
	margin-top: 4rem;
}

.category-table__tbody {
	border-top: solid 0.1rem #ccc;
}

.category-table__col--category {
	min-width: 16rem;
}

.category-table__head {
	text-align: center;
	border-bottom: solid 0.1rem #ccc;
	padding: 2rem 1rem;
	vertical-align: middle;
	min-width: 12rem;
}

.category-table__head:first-of-type,
.category-table__data:first-of-type{
	border-top: solid 0.1rem #ccc;
}

.category-table__data {
	position: relative;
	border-bottom: solid 0.1rem #ccc;
	padding: 2rem 0 2rem 6rem;
	vertical-align: middle;
}

.category-table__data:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0.3rem;
	height: calc(100% - 4rem);
	background-color: #eee;
}

.category-table__data__txt {
	margin-top: 1rem;
}

.category-table__logo--mynavi {
	max-width: 18rem;
	display: inline-block;
	text-indent: 0;
}

.category-table__logo--mynavi img {
	width: 100%;
	vertical-align: top;
}

/* category-table-def */

.category-table-def {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.category-table-def dt {
	width: 12rem;
	font-weight: bold;
	color: #666;
}

.category-table-def dd {
	width: calc(100% - 12rem);
	position: relative;
	padding: 1rem 0 1rem 2rem;
}

.category-table-def dd:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0.1rem;
	height: calc(100% - 2rem);
	background-color: #eee;
}

.category-table__number-list__item {
	list-style: decimal inside;
	text-indent: -2.2rem;
	padding-left: 2.2rem;
	margin-top: 1.6rem;
}

.category-table__number-list__item__title {
	font-weight: bold;
	display: inline-block;
	text-indent: 0;
}

.category-table__number-list__item__txt {
	text-indent: 0;
}

.category-table__number-list__item--no-number {
	list-style: none;
}

.category-table__data .note-list {
	margin-top: 1.6rem;
}

/*============

media queries

=============*/

/*-------------

タブレット・スマホ

--------------*/

@media (max-width: 959px) {
	.category-table__col--category {
		min-width: 10rem;
	}

	.category-table__data {
		padding: 2rem 0 2rem 3rem;
	}
}

/*-------------

スマホ

--------------*/

@media (max-width: 519px) {
	.category-table-def dt {
		width: 100%;
		margin-top: 2rem;
	}

	.category-table-def dd {
		width: 100%;
		padding: 0 0 0 2rem;
	}

	.category-table-def dd:before {
		height: 90%;
	}

	.tel-link span:before {
		top: 1.2rem;
	}
}
