@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;
}

#js-line-box {
    background: #2099FF;
}

.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;
		z-index: 999;
		background: rgba(0,0,0,.5);
	}
	.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;
	}
}

/***************************************

LINE用

***************************************/
.line-header {
	text-align: center;
	}

	.line-backg {
		display: block;
		width: 100%;
		background-color: #4caf50;
		color: #fff;
		padding: 10px 2px;
		box-sizing: border-box;
		font-size: 30px;
		letter-spacing: 1px;
		text-align: center;
		border-radius: 4px 4px 0 0;
		font-weight: bold;
	}
	.modal__content ul {
		margin-top: 18px;
		margin-bottom: 0px;
		padding: 0 56px;
		font-size: 17px;
		list-style: none;
		counter-reset:cp_clist;
	}

	.modal__content ul li {
		position: relative;
		padding-left: 27px;
	}

	.modal__content ul li:before {
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 0;
		counter-increment: cp_clist;
		content: counter(cp_clist);
		padding: 3px;
		background: #636363;
		color: #fff;
		border-radius: 50%;
		width: 19px;
		height: 19px;
		line-height: 11px;
		text-align: center;
		transform: translateY(-50%);
	}

	.modal__content a {
		background-color: #4caf50;
		width: 220px;
		display: block;
		margin: 15px auto 0;
		text-align: center;
		line-height: 49px;
		border-radius: 32px;
		color: #fff;
		font-weight: 600;
		letter-spacing: 1px;
		font-size: 17px;
	}

	.line-btn{
		background-color: #4caf50;
		width: 220px;
		display: block;
		text-align: center;
		line-height: 49px;
		border-radius: 32px;
		color: #fff;
		font-weight: 600;
		letter-spacing: 1px;
		font-size: 17px;
		margin-right: auto;
		margin-left: auto;
	}

	.line-btn:hover{

		color: #fff;
		text-decoration: none;
	}

	.line-close{
		height: 22px;
		width: 22px;
		background-color: #fff;
		border-radius: 50%;
		display: inline-block;
	}

	/* 767px以下の画面幅 */
	@media screen and (max-width:502px) {
		.modal__content ul {
			margin-top: 18px;
			margin-bottom: 0px;
			padding: 0px 6px;
			font-size: 17px;
			list-style: none;
			counter-reset: cp_clist;
		}
		.modal__content ul li {
			position: relative;
			padding-left: 26px;
			vertical-align: top;
			font-size: 3.2vw;
		}
		.line-btn {
			width: 50vw;
			font-size: 4vw;
			margin-right: auto;
			line-height: 10vw;
		}
		.line-backg {
			font-size: 5vw;
		}
		.line-header {
			font-size: 3.4vw;
		}
		.modal__content ul li:before {
			padding: 3px;
			border-radius: 50%;
			width: 4vw;
			height: 4vw;
		}
		}
		.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;
			}
		}
