/***********************************************
求人リスト
***********************************************/
#tcru_job_list,
#tcru_job_detail {
	margin-bottom: 140px;
}
#tcru_job_list {
	display: flex;
	flex-wrap: wrap;
}
#tcru_job_list form {
	width: calc(100% / 3 - 32px);
	margin: 0 48px 50px 0;
}
#tcru_job_list form:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width:1000px) {
	#tcru_job_list form:nth-child(2n) {
		margin-right: 0;
	}
	#tcru_job_list form:nth-child(3n) {
		margin-right: 40px;
	}
	#tcru_job_list form {
		width: calc(50% - 20px);
		margin: 0 40px 50px 0;
	}
}
@media screen and (max-width:600px) {
	#tcru_job_list form:nth-child(2n) {
		margin-right: 0;
	}
	#tcru_job_list form:nth-child(3n) {
		margin-right: 0;
	}
	#tcru_job_list {
		display: block;
	}
	#tcru_job_list form {
		width: auto;
		margin: 0 0 30px 0;
	}
}
#tcru_job_detail {
	max-width:1080px;
	margin-left: auto;
	margin-right: auto;
}
#tcru_job_detail { padding:80px 60px 110px; }
@media screen and (max-width:1100px) {
  #tcru_job_detail { padding: 0px 0px 0px; }
}
/* 
@media screen and (max-width:800px) {
  #tcru_job_detail { padding:0px 20px 35px; margin:-5px 0 0 0; }
} */
.jobs_list {
/*
	border-radius: 10px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
*/
	margin-bottom: 1rem;
}
.jobs_list .job_detail {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
}
.jobs_list .point {
	width: 100%;
	order: 1;
	font-weight: 400;
	margin: 30px 0;
}
.jobs_list .period {
	width: 100%;
	order: 5;
	text-align: left !important;
	color: #999;
	font-weight: 400;
	margin-top: 20px;
}
.jobListCoverTitle {
	width: 100%;
	order: 2;
}
.jobListCoverImage {
	width: 100%;
	order: 0;
}
.jobListCoverDetail {
	display: flex;
	flex-wrap: wrap;
	order: 4;
/*
	width: 65%;
	padding-left: 20px;
*/
}
.jobListCoverDetail div {
	margin-right: 20px;
}
.jobListCoverDetail div:nth-child(5) {
	width: 100%;
}
.jobListCoverDetail div br {
	display: none;
}
.jobListCoverImage {
	overflow: hidden;
	border-radius: 5px;
}
@media(hover: hover) {
	.jobListCoverImage img { width:100%; height:100%; will-change:transform; transition: transform  0.5s ease; }
	.jobListCoverImage:hover img { transform: scale(1.2); }
}
/***********************************************
求人詳細
***********************************************/
#tcru_job_detail {
}
#tcru_job_detail h1{
	font-size: 2rem;
	margin: 25px 0 !important;
}
#mainJobSliderWrap {
	position: relative;
}
#mainJobSliderWrap .dots {
	display: flex;
	padding: 10px 0;
	justify-content: center;
}
#mainJobSliderWrap .dot {
	border: none;
	width: 10px;
	height: 10px;
	background: #c5c5c5;
	border-radius: 50%;
	margin: 0 5px;
	padding: 5px;
	cursor: pointer;
}
#mainJobSliderWrap .dot--active {
	background: #000 !important;
}
#mainJobSliderWrap .arrow--left {
	left: 5px;
	fill: "#fff";
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}
#mainJobSliderWrap .arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	fill: #fff;
	cursor: pointer;
}
#mainJobSliderWrap .arrow--right {
	left: auto;
	right: 5px;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
#mainJobSliderWrap .arrow--disabled.arrow--left {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}
#mainJobSliderWrap .arrow--disabled.arrow--right {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}
/* 内容部分 */
#tcru_job_detail dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#tcru_job_detail dl dt {
	width: 35%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dee2e6;
}
#tcru_job_detail dl dd {
	width: 65%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dee2e6;
}
/* 応募ボタン */
.application {
	padding: 20px 0;
	text-align: center;
}
.application a {
	display: inline-block;
	text-align: center;
	background: #bb2d3b;
	padding: 20px 80px;
	margin: auto;
	border-radius: 5em;
	text-decoration: none;
	color: #fff !important;
}
/* 戻るボタン */
.backlist button {
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #dee2e6;
	cursor: pointer;
}

/***********************************************
その他
***********************************************/
.h5 {
	font-size: 1.25rem !important;
}
.card {
	position: relative;

/*
	display: flex;
	flex-direction: column;
	min-width: 0;
*/
	word-wrap: break-word;
/*
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
*/
}
.card-body {
/*
	flex: 1 1 auto;
	padding: 1rem 1rem;
*/
}
.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}
.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}
.p-2 {
	padding: .5rem !important;
}
.pt-2 {
	padding-top: .5rem !important;
}
.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}
.mt-1 {
	margin-top: .25rem !important;
}
.mt-2 {
	margin-top: .5rem !important;
}
.mb-2 {
	margin-bottom: .5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.my-3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.small {
	font-size: .875em;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.text-dark {
	color: #212529 !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}
.rounded-pill {
	border-radius: 50rem !important;
}
.rounded-10 {
	border-radius: 5px !important;
}
.border {
	border: 1px solid #dee2e6 !important;
}
.text-start {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-end {
	text-align: right !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

