@charset "UTF-8";

/*------------------------------------------------------------
タブ切り替え
------------------------------------------------------------*/
.tabs-container {
	width: 100%;
}
.tab-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3px;
	margin-bottom: 13px;
}
.tab-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 6px) / 3);
	height: 45px;
	color: #FFF;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: bold;
	background: #DADADA;
	border-radius: 5px 5px 5px 5px;
	transition: 0.3s;
}
.tab-item.active {
	background: #ED6D20;
	color: #FFF;
}
.tab-content {
	min-height: 200px;
}


@media screen and (min-width: 768px) {
	.tab-list {
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 2px;
		border-bottom: 2px solid #ED6D20;
		margin-bottom: 30px;
	}
	.tab-item {
/*		width: calc((100% - 8px) / 5);*/
		width: 100%;
		font-size: 1.8rem;
		border-radius: 5px 5px 0 0;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	
} /* ----- media END ----- */

/*------------------------------------------------------------
拠点別求人情報
------------------------------------------------------------*/
.set_joblist {
	display: none;
}
.set_joblist.is-loaded {
	display: list-item;
}

.by_location {
}
.by_location > li {
    border: 1px solid #ffa800;
    border-top: 5px solid #ffa800;
    padding: 20px;
}
.by_location > li:not(:last-child) {
    margin-bottom: 30px;
}
.by_location__info {
    margin-bottom: 10px;
}
.by_location__status {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 20px;
}
.by_location__status li:not(:last-child) {
    margin-right: 5px
}
.by_location__status li img {
    height: 20px;
}
.by_location__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.by_location__img {
    width: 40%;
    padding-right: 5px;
}
.by_location__ttl {
    width: 60%;
    font-size: 1.6rem;
    line-height: 1.4;
}
.by_location__num {
    color: #999;
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 5px;
}
.by_location__tbl {
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.by_location__tbl th,
.by_location__tbl td {
    width: 33.333333%;
}
.by_location__tbl th:not(:last-child),
.by_location__tbl td:not(:last-child) {
    border-right: 1px solid #ccc;
}
.by_location__tbl th {
    color: #238f3b;
    background: #e8f6eb;
    font-weight: normal;
    padding: 8px 0;
}
.by_location__tbl td {
    padding: 5px 0;
    font-size: 1rem;
}
.by_location__tbl--pref {
    font-size: 1.2rem;
}
.by_location__tbl--city {
    font-size: 1.4rem;
}
.by_location__btn {
    background: #fffaea;
    padding: 20px;
    margin: 0 -20px -20px;
}
.br_none > br {
    display: none;
}

@media screen and (min-width: 768px) {
    .by_location__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 20px;
    }
    .by_location__img {
        padding-right: 30px;
    }
    .by_location__box {
        width: 60%;
    }
    .by_location__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .by_location__num {
        margin-bottom: 0;
    }
    .by_location__ttl {
        width: 100%;
    }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
    .by_location > li {
        padding: 30px;
    }
    .by_location > li:not(:last-child) {
        margin-bottom: 60px;
    }
    .by_location__content {
        margin-bottom: 30px;
    }
    .by_location__img {
        width: 35%;
    }
    .by_location__box {
        width: 65%;
    }
    .by_location__info {
        margin-bottom: 15px;
    }
    .by_location__status {
        height: 25px;
    }
    .by_location__status li img {
        height: 25px;
    }
    .by_location__inner {
        margin-bottom: 25px;
    }
    .by_location__ttl {
        font-size: 2rem;
    }
    .by_location__tbl th,
    .by_location__tbl td,
    .by_location__tbl--city {
        font-size: 1.8rem;
    }
    .by_location__tbl th {
        padding: 2px 0;
    }
    .by_location__tbl td {
        padding: 11px 0;
    }
    .by_location__tbl--pref {
        font-size: 1.4rem;
    }
    .by_location__btn {
        margin: 0 -30px -30px;
    }
} /* ----- media END ----- */
