@charset "UTF-8";

.jobdetail-ttl-2 {
    max-width: 750px;
    margin: 0 auto;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.jobdetail-ttl-2>p{
	display: inline-block;
    text-align: left;
	margin-bottom: 0;
}

/************求人画像**************/
.job-thumb-wrap {
    max-width: 430px;
    margin: 0 auto 3em;
    padding: 0;
}

.slick-prev, .slick-next{
	top: 50%;
}

.slick-prev {
	left: -20px;
}

.slick-next{
    right: -20px;
}

.slick-next:before{
	content: "";
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 3px solid;
    border-color: transparent #9e9e9e #9e9e9e transparent;
    transform: rotate(-45deg);
}

.slick-prev:before{
	content: "";
    display: block;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 3px solid;
    border-color: transparent #9e9e9e #9e9e9e transparent;
    transform: rotate(135deg);
}

.job-thumb {
    margin: 0;
    padding: 0;
    text-align: center;
}

.job-thumb-inner {
    margin: 0 15px;
}

.jobdetail-img-box {
    margin: 0;
    padding: 0;
    text-align: center;
}
.jobdetail-caption {
	text-align: left;
}

/********募集要項********/
.jobdetail-tbl-box{
	margin: 0;
}

.job-detail{
	max-width: 700px;
	margin: 0 auto;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 0%, 0);
}

.table-striped th,
.table-striped td {
	border-top: none;
}

.table-striped th {
    font-size: 16px;
    line-height: 22px;
    padding: 9px 0 0;
}

.table-striped td {
	padding: 0 0 9px;
	font-size: 14px;
	line-height: 22px;
}

.job-gmap-btn {
    border: 1px solid #666;
    color: #666;
    margin: 0;
    padding: 0 15px;
    border-radius: 0;
    font-weight: normal;
    font-size: 15px;
	position: relative;
	top: -3px;
	left: 1em;
}

.job-gmap-btn:hover {
    color: inherit;
    opacity: 0.65;
}

/***********フリー項目****************/
.jobdetail-ttl {
	display: block;
	background: none;
	color: #000;
    font-weight: normal;
    text-align: left;
	border-left: 10px solid #666;
    padding: 6px 0 6px 8px !important;
	font-size: 20px !important;
	line-height: normal !important;
}

.jobdetail-txt {
    word-break: break-word;
    margin: 0.5em auto;
    max-width: 42em;
}

/***********固定ボタン****************/
.fixed-option-buttons {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 1;
}

.fixed-option-buttons__list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 70px;
}

.fixed-option-buttons__item {
	margin: 0;
	padding: 0;
}

.fixed-option-buttons__item > button,
.fixed-option-buttons__item > a {
	position: relative;
	display: block;
	margin: 0 0 5px;
	padding: 10px 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: 0;
	border: 0;
	border-radius: 10px 0 0 10px;
}

.fixed-option-buttons__icon {
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

.fixed-option-buttons__text {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

#js-phone-box {
	background: #43A047;
}

#js-apply-box {
	background: #ff0000;
}

.btn-secondary {
	background-color: #bfbfbf;
    border-color: #bfbfbf;
}

.modal-dialog {
	top: 60px;
}

#js-phone-number {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
}

.jobdetail-txt{
    max-width: none;
	text-align: left;
}

.modal .phone-btn {
    background: #6c757d;
    color: #fff;
}

@media screen and ( max-width:815px ) {
	.jobdetail-ttl-2 {
		font-size: 20px;
	}
}

@media screen and ( max-width:767px ) {
	.slick-prev {
		left: 5px;
	}
	.slick-next{
		right: 5px;
	}
	.fixed-option-buttons {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #bfbfbf80;
	}
	.fixed-option-buttons__list {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-flow: nowrap row;
		align-items: center;
		justify-content: space-between;
		margin: 0 1%;
		padding: 0;
		list-style: none;
		width: 98%;
		height: 100%;
	}
	.fixed-option-buttons__item {
		flex: 1 0 32%;
		margin: 0;
		padding: 0;
		height: 80%;
	}
	.fixed-option-buttons__item > button,
	.fixed-option-buttons__item > a {
		position: relative;
		display: block;
		margin: 0 2.5%;
		padding: 0;
		width: 95%;
		height: 100%;
		color: #fff;
		font-size: 10px;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		outline: 0;
		border: 0;
		border-radius: 0;
	}
	.fixed-option-buttons__text {
		position: absolute;
		bottom: 4px;
		left: 0;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		font-size: 10px;
		text-align: center;
	}
	.fixed-option-buttons__icon {
		position: absolute;
		top: 8px;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
		margin: 0;
		padding: 0;
		font-size: 20px;
	}
}

.video_area {
	text-align: center;
}

@media screen and ( max-width:414px ) {
	.jobdetail-ttl-2 h3 {
	    font-size: 6vw;
    	font-weight: bold;
    	text-align: left;
	}
}