@charset "UTF-8";
.job-thumb-wrap{
	max-width:430px;
	margin:0 auto 3em;
}
.jobdetail-tbl-box{
	margin: 0;
}
.jobdetail-img-box .jobdetail-img {
    width: 400px;
    height: 300px;
	font-family: 'object-fit: contain; object-position: center;' /* IE・Edge対応; */ 
}
.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);
}
.slick-prev, .slick-next{
	top: 50%;
}
.slick-prev {
	left: -20px;
}
.slick-next{
    right: -20px;
}
.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;
}
.jobdetail-box{
	max-width: 700px;
	margin: 0 auto;
}
.jobdetail-ttl {
	background: none;
	color: #000;
    font-weight: normal;
    text-align: left;
	border-left: 10px solid #efad43;
    padding: 6px 0 6px 8px !important;
	font-size: 20px !important;
	line-height: normal !important;
}
.jobdetail-contents:nth-child(2n+1) .jobdetail-ttl {
	background: none;
}
.jobdetail-contents:nth-child(2n) .jobdetail-ttl {
    background: none;
}
.job-detail{
	max-width: 700px;
	margin: 0 auto;
}
.jobdetail-caption {
	word-break: break-all;
	text-align: left;
}
.table-striped th,
.table-striped td {
	border-top: none;
	padding: 0.75em 0 0;
}
.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;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 0%, 0);
}
.job-apply-process-text {
    margin: 0;
    font-size: 1em;
    text-align: left;
}
.jobdetail-txt{
	font-size: 14px;
    max-width: none;
	text-align: left;
	line-height: 22px;
}
.apply_form_box {
	border:1px solid #bfbfbf; 
	padding:0 5px;
	background: #FFF;
}
.apply_form_center {
	border-bottom: 1px solid #bfbfbf;
}
.apply_form_center:last-child {
	border-bottom: none;
}
.apply-form .form-label-bg label {
	font-size: 14px;
	margin-top: 6px;
}
.apply_form_box .form-control {
	margin-left: 30px;
    font-size: 14px;
    height: calc(2rem + -2px);
    padding: 0 5px;
    border-radius: 0;
	margin-top: 15px;
	border-color: #bfbfbf;
}
.apply_form_box .form-control2 {
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 50px;
    font-size: 14px;
    height: calc(2rem + -2px);
    padding: 0 5px;
    border-radius: 0;
    margin-top: 15px;
    border-color: #bfbfbf;
}
.form-inline span{
	margin-top: 12px;
}
.job-gmap-btn{
	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: #0056b3;
    text-decoration: none;
	border: 1px solid #0056b3;
}
.apply-form .apply-btn-box .apply-btn {
	background: #4e7280;
}
#page-top{
	bottom: 16%;
	font-size:70%;
}
#page-top a {
	padding: 4px 0;
	width: 75px;
	height: 59px;
}
#page-top a span{
	font-size: 22px;
    position: relative;
    top: 2px;
}
.error-txt{
	left: 24px;
}
.badge{
	margin: 7px 0 0;
    background: #ed1c24;
    font-weight: normal;
    padding: 3px 5px 4px;
}
.slick-dots li {
	margin: 0 4px;
}
.form-inline.form-radio {
    margin: 12px 0 12px 20px;
    font-size: 14px;
}
.mailbox_text {
	font-size: 13px;
}
@media screen and ( max-width:815px ) {
	.jobdetail-ttl-2 {
		font-size: 20px;	
	}
}
@media screen and (min-width: 768px){
	.option-btn-list > li > a > .phone-btn {
		background: #dd6f6f;
		font-size: 11px;
		padding: 17px 0 3px;
		width: 75px;
	}
	.option-btn-list > li > a > .selfmail-btn {
    	background: #FB8C00;
		font-size: 11px;
		padding: 17px 0 3px;
		width: 75px;
	}
	.option-btn-list > li > a > .apply-btn {
    	background: #28a745;
		font-size: 11px;
		padding: 17px 0 3px;
		width: 75px;
	}
	.option-btn-list > li > a > .phone-btn > .icon {
		position: relative;
    	top: -7px;
	}
	.option-btn-list > li > a > .selfmail-btn > .icon {
		position: relative;
    	top: -4px;
	}
	.option-btn-list > li > a > .apply-btn > .icon {
		position: relative;
    	top: -5px;
	}
}
@media screen and (min-width: 767px){
	.denwa input[type="text"],
	.email input[type="email"] {
		max-width: 390px;
		width:100%;
	}
	.form-inline .form-control {
		width: 100%;
		max-width: 190px;
	}
}
@media screen and ( max-width:767px ) {
	.slick-prev {
		left: 5px;
	}
	.slick-next{
		right: 5px;
	}
	.apply_form_box{
		border: none;
	}
	.apply_form_center{
		border: none;
	}
	.apply-form .form-label-bg{
		padding: 10px 1em 10px !important;
	}
	.form-row>.py-2 {
		padding: 0 !important;
	}
	.apply-form .form-label-bg label{
		font-size: 1rem;
		margin-top: 0;
	}
	.form-inline.form-radio {
		margin: 12px 0;
	}
	.form-control{
		margin-left: 0;
		height: calc(2.25rem + 2px);
		padding: .375rem .75rem;
		font-size: 1rem;
	    margin-top: 0;
	}
	.apply_form_box .form-control,
	.apply_form_box .form-control2{
		margin-left: 0;
		height: 44px;
		padding-left: 1em;
		border-color: #cdcdcd;
		margin-bottom: 15px;
	}
	.error-txt{
		left: 0px;
	}
	.badge {
		margin: 3px 0 0;
	}
	.modal-dialog{
		top: 65px;
	}
	.option-btn-list > li > a .phone-btn {
		background: #dd6f6f;
		border-radius: 0;
	}
    .option-btn-list > li > a .selfmail-btn {
		background: #FB8C00;
		border-radius: 0;
	}
	.option-btn-list > li > a .apply-btn {
    	background: #28a745;
		border-radius: 0;
	}
}
@media screen and ( max-width:480px ) {
	.jobdetail-img-box .jobdetail-img {
		width: 300px;
		height: 225px;
		margin: 0 auto;
	}
	.apply_form_box .form-control2 {
		margin-top: 0;
	}
}
@media screen and ( max-width:380px ) {
	.jobdetail-img-box .jobdetail-img {
		width: 260px;
		height: 195px;
		margin: 0 auto;
	}
}
@media (min-width: 576px){
.modal-dialog {
	top: 60px;
}
}
/* --------------------------------------------------------
    @ 確認ぺーじ
-------------------------------------------------------- */
.apply-confi-form{
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
    padding: 0 5px;
    border-color: #4e7280;
}
.apply-confi-form .form-label-bg,
.apply-confi-form .form-label-bg2{
	border-bottom: 1px solid;
}




/***************************************************************
#
#  固定ボタン
#
****************************************************************/

/* 767px以下の画面幅 */
@media screen and (max-width:767px) {
	.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__item > a:hover {
		color: #fff;
		text-decoration: none;
	}
	.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;
	}
}
/* 768px以上の画面幅 */
@media screen and (min-width:768px) {
	.fixed-option-buttons {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
	}
	.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-mail-box {
	background: #FB8C00;
}
#js-apply-box {
	background: #ff0000;
}
.btn-secondary {
	background-color: #bfbfbf;
    border-color: #bfbfbf;
}