@charset "utf-8";

:root {
  /* 色 */

  /* 余白 */
}

/**************************************************************
*
* 検索フォーム
*
**************************************************************/

.form_type1 {
	margin-bottom: 40px;
}

.form_type1 .fbody {
	display: none;
}

/* 給与 小分類 */

label[for="salary02"] {
	visibility: hidden;
	opacity: 0;
}

label[for="salary02"].active {
	visibility: visible;
	opacity: 1;
}

/**************************************************************
*
* 検索条件表示エリア
*
**************************************************************/

.rowblock.conditions {
	margin-bottom: 60px;

}

.rowblock.conditions .paragraph {
	margin-bottom: 5px;

	font-size: 1.575rem;
}

@media screen and (max-width: 599px) {
	.rowblock.conditions .paragraph {
		margin-bottom: 5px;

		font-size: 1.4rem;
	}
}

.job_id {
	float:right;
	/*margin-bottom:10px;*/
}

.merit {
	font-size: 1.2rem;
	line-height: 1;

	display: inline-block;
}

.none {
	display:none;
}

.header_job .content_headline::before {
	content: url(../img/icon_news.png);
}

/* ===========================================================================================================================
	button
=========================================================================================================================== */

.more_info .btn_form {
	padding-top:0px;
	background:#E9E9EB;
	text-shadow:none;
	color:#40474E;

	transition: all 0.2s
}

.more_info .btn_form:hover {
	color:#FADE75;
	text-shadow: 1px 1px 7px rgba(50, 50, 50, 1);
	background: rgb(216,30,45);
	background: linear-gradient(to right, rgb(216,30,45) 0%,rgb(221,55,63) 35%,rgb(221,55,63) 65%,rgb(216,30,45) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81e2d', endColorstr='#d81e2d',GradientType=1 );
}

.more_info .btn_form .txt_up {
	background-color:transparent;
	font-size:1.8rem;
	line-height:normal;
	padding:5px 20px;
}

.entry_bnr .btn_form {
	color:#FFF;
}

.entry_bnr .btn_form::after {
  content: url(../img/svg/arrow01-large.svg);
  top: -10px;
}

/* ===========================================================================================================================
	20161215revision
=========================================================================================================================== */

.entry_bnr .btn_form .txt_up {
	background-color:transparent;
	font-size:2.2rem;
	line-height:normal;

	margin-bottom: 0;
}

/* ==========================================================================================
	content
========================================================================================== */

.content_box.job_info {
	padding:0px;
	margin-bottom:20px;
}

.content_box.pager {
	border:none;
	padding:25px 5px;
}

.content_box.job_related {
	border:none;
  padding-top: 30px;
  padding-bottom: 35px;
}

@media screen and (max-width: 479px) {
	.content_box.job_info {
		margin-bottom:40px;
	}

	.content_box.pager {
		padding:25px 10px;
	}

	.entry_bnr .contact a {
		font-size:2.4rem;
	}

	.footer_bnr_low .contact * {
		text-align:center;
	}
}

/* ===========================================================================================================================
	headline
=========================================================================================================================== */

.job_info .content_header {
	padding:10px 15px;
	background-color:#40474E;
	border:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.job_info .content_header * {
	color:#FFF;
}

.header_job .content_headline {
	margin-bottom:10px;
	text-indent: -2.3rem;
	margin-left: 2.3rem;
}

.job_info .content_headline {
	font-size:2rem;
}

.job_info .content_header .content_headline_sub:nth-of-type(2) {
	font-size:1.3rem;
}

.job_related .content_header {
	border-bottom:none;
}

.job_related .content_headline {
	font-size:1.6rem;
	font-weight:normal;
}

@media screen and (max-width: 768px) {
	.header_job .content_headline {
		text-indent: -3.2rem;
		margin-left: 3.2rem;
	}
}

@media screen and (max-width: 599px) {
	.content_header .content_headline_sub {
		margin-top:0px;
	}

	.job_info .content_header .content_headline_sub:nth-of-type(2) {
		width:100%;
		float:none;

		margin-bottom: 8px;
	}
	.job_info .content_headline {
		font-size: 1.45rem;
		letter-spacing: 0.025rem;
		line-height: 1.5;
	}
}

/**************************************************************
*
* お仕事詳細
*
**************************************************************/

/**************************************************************
* header_job
**************************************************************/

.header_job {
  display: flex;
  align-items: stretch;
  column-gap: 5px;
}

.header_job_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header_job .header_job_left {
  width: calc(100% - 300px - 5px);
}

.header_job .header_job_left.__full {
    width: 100%;
  }

.header_job .header_job_right {
  width: 300px;
}

.header_job .header_job_right.__none {
    display: none;
  }

.header_job .tab {
	margin-top: 5px;
	margin-bottom: 7px;
}

.header_job .tab ul {
	float:left;
}

.list_info  {
  margin-left: -10px;
}

.list_info dl {
	display: inline-block;

	border-right: 1px solid #EFE8E0;
	border-radius: 3px;

	font-size: 1.2rem;
	padding: 3px 10px;
}

.list_info dl > * {
	display: inline;
}

/* サムネイル画像 */

.job_slide {
  position: relative;
  z-index: 0;
}

.job_slide.__none {
    display: none;
  }

.job_slide .job_slide_main {
    position: relative;
    margin-bottom: 10px;
    width: 300px;
    height: 200px;
  }

.job_slide .job_slide_main .job_slide_main_video,
    .job_slide .job_slide_main .job_slide_main_image {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;

      width: 300px !important;
      height: 200px;
      border-radius: 4px;
      overflow: hidden;
    }

.job_slide .job_slide_main .job_slide_main_video .job_slide_main_photo, .job_slide .job_slide_main .job_slide_main_image .job_slide_main_photo {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 4px;
      }

.job_slide .job_slide_thumb .slick-track {
      display: flex;
      column-gap: 8px;
    }

.job_slide .job_slide_thumb .job_slide_button {
      margin: 0;
      padding: 0;
      width: calc(100%/3 - 8px*2/3);
      border-radius: 4px;
      border: 2px solid rgba(246,128,138,0);
      overflow: hidden;
    }

.job_slide .job_slide_thumb .job_slide_button .job_slide_image {
        object-fit: cover;
        width: 100%;
        border-radius: 4px;
      }

.job_slide .job_slide_thumb .job_slide_button.slick-current {
        border: 2px solid rgba(246,128,138,1);
      }

.job_slide.vari1 {
    display: none;
  }

.job_list_head {
  position: relative;
  z-index: 0;
  clear: both;

  height: 280px;
  overflow: hidden;
  transition: height 0.6s ease-in-out;
}

.job_list_head .job_slide {
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
    width: 300px;
  }

@media screen and (max-width: 768px) {

.job_list_head {
    height: 84px;
    overflow: hidden
}
  }

.header_job .description {
	margin-bottom: 30px;

	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
}

/* こだわりポイント */

.check_points {
	margin-top: 2rem;

	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
  column-gap: 10px;
}

.check_points .headline_type7 {
    margin-top: 3px;
    white-space: nowrap;
  }

.check_points .headline {
		position: relative;

		background-color: #26466D;

		font-weight: bold;
		font-size: 1.2rem;
		color: #fff;
		line-height: 1;

		padding: 0.75rem;
    white-space: nowrap;

    margin-right: 20px;
	}

.check_points .headline:after,
		.check_points .headline:before {
			content: "";
			position: absolute;
			left: calc(100% - 12px);

			margin: auto;
			width: 20px;
			height: 50%;

			background-color: #26466D;
		}

.check_points .headline:after {
			top: 0;
			transform: skew(45deg);
		}

.check_points .headline:before {
			bottom: 0;
			transform: skew(-45deg);
		}

.check_points .list_type3 {
		margin-top: -4px;
	}

.check_points .list_type3 .litem {
			margin-top: 4px;
			margin-bottom: 0;

			font-size: 1.2rem;
		}

@media screen and (max-width: 599px) {
		.check_points {
			display: block;

			border-radius: 3px;
		}
		.check_points .headline {
			background-color: transparent;

			margin-right: 0;
			margin-bottom: 1rem;
			padding: 0;
			padding-left: 1.5rem;

			color: #26466D;
			font-size: 1.4rem;
		}

			.check_points .headline:before {
				content: none;
			}
			.check_points .headline:after {
				left: 0;
				top: 0;

				transform: skew(0deg);

				background-color: transparent;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 6px 0 6px 12px;
				border-color: transparent transparent transparent #333333;
			}

		.check_points .list_type3 {

			margin-top: 0;
		}

			.check_points .list_type3 .litem {
				font-size: 1.1rem;

				padding: 6px;
			}
	}

@media screen and (max-width: 768px) {
  .header_job {
    flex-direction: column;
  }

    .header_job .header_job_left,
    .header_job .header_job_right {
      width: 100%;
    }

    .header_job .header_job_left {
      margin-bottom: 20px;
    }

    .header_job .headline_type1 {
      font-size: 1.5rem;
      line-height: 1.75;
    }
    .job_list_head .job_slide {
      margin-right: 10px;
      margin-bottom: 5px;
    }

  .job_slide {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

    .job_slide.sp-none {
      display: none;
    }

    .job_slide.vari1 {
      display: block;
      width: 120px;
      height: 80px;
    }

      .job_slide.vari1.__none {
        display: none;
      }

      .job_slide.vari1 .box_type3_left_image {
        width: 120px;
        height: 80px;
      }

    .job_slide .job_slide_main {
      margin-bottom: 5px;
    }
      .job_slide .job_slide_thumb .slick-track {
        column-gap: 5px;
      }

      .job_slide .job_slide_thumb .job_slide_button {
        width: calc(100%/3 - 5px*2/3)!important;
      }

	.header_job .list_info {
		float: none;

		margin-left: -10px;

		text-align: left;
		color: #787878;
	}
}

@media screen and (max-width: 599px) {
	.header_job .tab {
		margin-top: 8px;
		margin-bottom: 7px;
	}
	.header_job .tab ul {
		float:none;
	}
	.header_job .list_info {
		margin-top: 8px;
		margin-left: 0;
	}
	.header_job .list_info dl {
		display: inline-block;

		padding-left: 0;

		font-size: 1rem;
	}
	.header_job .description {
		margin-bottom: 10px;
		margin-top: 20px;
		padding-top: 0;
		padding-bottom: 0;

		max-width: none;

		font-size: 1.575rem;
	}
}

/**************************************************************
* job_info
**************************************************************/

.job_info {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.job_info.bg_yellow {
    padding-top: 15px;
  }

.job_keywords {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

/* 概要 */

.job_info .outline {
	background-color: #fff;
	border: #EFE8E0 1px solid;
	border-top: 8px #F6808A solid;
  border-radius: 4px;

	padding: 18px;
	margin-bottom: 30px;

	font-size: 1.575rem;
	line-height: 1.75;
}

.job_info .outline .dlist_type1 {
	padding: 7px 0px;

	border-bottom: #EFE8E0 dotted 1px;
}

.job_info .outline .dlist_type1 .dhead,
.job_info .outline .dlist_type1 .ditem {
	line-height: 1.65;
}

.job_info .outline .dlist_type1 .dhead {
	width: 140px;
}

.job_info .outline .dlist_type1 .ditem {
	width: calc(100% - 140px);
}

.job_info .outline .sml {
	font-size: 0.8em;

	display: block;

	margin-top: 4px;
}

.job_info .outline .headline_type7 {
	margin-top: 20px;
}

@media screen and (max-width: 599px) {

	.job_info .outline {
		font-size: 1.4rem;
	}
	.job_info .outline .dlist_type1 .dhead {
		width: 70px;
	}
	.job_info .outline .dlist_type1 .ditem {
		width: calc(100% - 70px);

		padding-top: 4px;
	}
}

.job_detail {
	background-color: #fff;

	width:100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #EFE8E0;
}

.job_detail * {
	vertical-align: text-top;
	line-height: 1.65;
	font-size: 1.575rem;
}

.job_detail .job_detail_item {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.job_detail .job_detail_item:last-child .thead,
  .job_detail .job_detail_item:last-child .titem {
    border-bottom: none;
  }

.job_detail .thead,
.job_detail .titem {
	padding: 20px;
	border-bottom: 1px solid #EFE8E0;
}

.job_detail .thead {
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.035em;

	border-right: 1px solid #EFE8E0;
	background-color: #FFF4CA;

	width: 200px;
  min-width: 200px;
	max-width: 200px;
}

.job_detail .titem {

  width: calc(100% - 200px);
}

.job_detail .to_jobdetail {
	display:block;
	margin-top:5px;
}

.job_detail td a {
	margin-left:10px;
	color:#62a8e6
}

.job_detail td a:hover {
	text-decoration:underline;
}

.more_info {
	padding:10px 30px;
}

@media screen and (max-width: 599px) {
	.job_detail * {
    font-size: 1.4rem;
	}
	.job_info .job_id {
		float:none;
	}

  .job_detail .job_detail_item {
    flex-direction: column;
  }
	.job_detail .thead,
	.job_detail .titem {
		padding: 12px 15px;
    width: 100%;
    max-width: 100%;
	}
	.job_detail .thead {
    border-right: none;
	}

	.job_detail .description {
		font-size: 1.4rem;
	}

	.more_info {
		padding:10px 10px;
	}
}

/* pager */

.pager {
	text-align:center;
	font-size:1.575rem;
	line-height:40px;
}

.pager_box {
	display:inline-block;

	margin-left: 4px;
	margin-right: 4px;
}

.pager_box:not(.arrow):not(.prev):not(.next) a {
	display: block;
	width: 40px;
	height: 40px;

	border-radius: 5px;
	border: #26466D 1px solid;

	cursor: pointer;

	color: #26466D;
	text-decoration:none;
}

.pager_box.arrow {
	border: none;

	color: #F6808A;
}

.other a:hover,
.current a {
	color:#FFF !important;
	background-color:#F6808A;
	border-color:#F6808A !important;
}

.next,
.prev {
	border:none;
	width:50px;

	color: #F6808A;
	font-size: 0.9em;
	text-decoration:none;
}

.next:hover,
.prev:hover {
	text-decoration:underline;
}

@media screen and (max-width: 479px) {
	.pager {
		width:100%;
		padding:25px 0px;
	}

	.next, .prev {
		width:35px;
	}

	.special {
		display:none;
	}

}

/**************************************************************
*
* お仕事問い合わせ
*
**************************************************************/

.inquiry_box .attention {
	margin-bottom: 20px;
}

.inquiry_box .inquiryNotes {
	margin-top: 20px;
}

@media screen and (max-width: 599px) {
	.inquiry_box .inquiryNotes {
		font-size: 1.2rem;
	}
}

.job_entry .job_detail .creater_check .titem {
	width:100%;

	border-left: 1px solid #EFE8E0;
	background-color: #fff;
}

.job_entry .job_duties .merit {
	font-size:1.2rem;
}

/* entry_bnr */

.entry_bnr {
	position: relative;

	margin-top: 80px;
}

.footer_bnr_up {
	text-align:left;
	font-weight:bold;

	background-color: transparent;

	padding: 0px 0px 0px 110px;
	margin-bottom: 10px;
}

.footer_bnr_low {
  position: relative;
	text-align: left;

  padding-left: 110px;
}

.footer_bnr_low .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 145px;
    height: 140px;
  }

.footer_bnr_low img {
	position:absolute;
	left: -2%;
	bottom:0;

	margin-bottom: 0;
}

.footer_bnr_low .contact {
	margin-right: 30px;

	max-width: 261px;
}

.footer_bnr_low .contact a {
  font-size: 3.8rem;
  line-height: 1;
}

.entry_bnr .btn_form {
	text-shadow: 0px 2px 4px rgba(50, 50, 50, 0.3);
}

.entry_bnr .btn_form span {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.entry_bnr .btn_form {
	background: #F6808A;
	padding-top: 15px;
	padding-bottom: 15px;

	width: 100%;
	max-width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
	.entry_bnr .btn_form .txt_up {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	.entry_bnr .btn_form .txt_up.dt_none {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
	.footer_bnr_low .btn_form {
		width: 100%;
    max-width: calc(100% - 265px);
	}
	.entry_bnr .btn_form .txt_up {
		font-size:1.6rem;
		padding: 2px 5px;
	}
  .footer_bnr_low .contact {
    margin-right: 10px;
  }
}

@media screen and (max-width: 599px) {
	.more_info .btn_form .txt_up {
		font-size:1.4rem;
	}
	.contact > p {
		font-size: 1rem;
		margin-bottom: 4px;
	}
	.entry_bnr  {
		margin-top: 40px;
	}
	.entry_bnr .contact a p {
			margin-bottom: 4px;
	}
	.footer_bnr_low .contact {
		color: #FFF;
		font-size: 0px;
		text-align: center;
		text-shadow: 1px 1px 7px rgba(50, 50, 50, 1);
		letter-spacing: 0.1rem;

		background: #5DCA72;
    border-radius: 4px;

		display: block;
		position: relative;

		padding: 10px 5px 6px;
		margin-bottom: 10px;
		margin-right: 0;

    max-width: 100%;
    width: 100%;
	}

	.footer_bnr_low .contact a {
		font-size: 2.4rem;
	}
	.footer_bnr_low .contact:hover {
		background:#f7ae3c;
	}
	.footer_bnr_low .contact:hover::after {
		border-right: 15px solid #f7ae3c;
	}
	.footer_bnr_low .btn_form {
		max-width: 100%;
	}
	#job_inquiry .collumn_side {
		display: none;
	}

}

/**************************************************************
*
* 関連のお仕事情報
*
**************************************************************/

.job_related .headline_type7 {
	margin-bottom: 20px;
}

.job_related .bg {
	padding: 20px;

	background-color: #F8F6F2;
}

.job_related  .col_3 {
	padding-left: 1%;
	padding-right: 1%;
}

.job_related .tab_item {
	padding: 15px;

	border: 1px solid #EFE8E0;
	border-radius: 10px;
	background-color: #fff;

	position:relative;

	transition: background-color 0.2s;

	font-size: 1.4rem;
	line-height: 1.65;
}

.job_related .tab_item:hover {
	background-color: #FFF4CA;
}

.job_related .tab_item_up,
.job_related .tab_item_mid {
	border-bottom:1px dotted #EFE8E0;

	margin-bottom: 10px;
}

.job_related .tab_item_mid,
.job_related .tab_item_low {
	padding-top:5px;
}

.job_related .tab_item::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 15px solid transparent;
	border-right: 15px solid #EFE8E0;
	border-left: 0;
	border-bottom: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	right: 2px;
	bottom: 2px;
	transition: border-right-color .12s linear;
}

.job_related .tab_item:hover::after {
	border-right-color: #F6808A;
}

.job_related .job_title {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media screen and (max-width: 959px) {
	.job_related .row .col_3 {
		width:50%;
		float:left;
		margin-bottom:20px;
	}
}

@media screen and (max-width: 599px) {
	.job_related .row .col_3 {
		width: 100%;
		float: none;
	}

	.job_entry .job_detail th, .job_detail td {
		padding:10px;
	}

	.job_entry .job_detail th {
		min-width:90px;
	}

	.job_inquiry p {
		padding-left:0px;
		width:100%;
	}

	.job_entry .job_duties {
		text-align:left;
		margin-bottom:5px;
	}

	.job_related .col_3 {
		width:100%;
		float:none;
	}

	.job_related .tab_item {
		font-size: 1.2rem;
	}

}
/*# sourceMappingURL=job.css.map */