@charset "UTF-8";
#key_img{
	margin-bottom: 5vw;
}
@media screen and (min-width:641px){
	#key_img{
		margin-bottom: 50px;
	}
}
.p-about {
	overflow: visible;
	display: block;
	justify-content: space-between;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
.p-about_left {
	width: 100%;
}
.p-about_left p {
	margin-top: 10px;
	line-height: 1.6;
	font-size: 14px;
}
.p-about_right {
	width: 100%;
}
.p-about_right dl {
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.p-about_right dt {
	width: 57px;
	display: block;
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f00;
}
.p-about_right dt img {
	width: 57px;
	height:auto;
}
.p-about_right dd {
	width: calc(100% - 57px);
	padding-left: 10px;
	font-size: 14px;
	display: block;
	margin-top: 19px;
	padding-bottom: 16px;
	line-height: 24px;
	border-bottom: 1px solid #cc0801;
}
.p-about_right dt:last-of-type {
	border-bottom: none;
}
.p-about_right dd:last-of-type {
	border-bottom: none;
}

/*@media screen 641
------------------------------------------*/
@media screen and (min-width: 641px) {
	.p-about {
		overflow: visible;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
		letter-spacing: 0.1em;
	}
	.p-about_left {
		width: calc(50% - 24px);
	}
	.p-about_left p {
		margin-top: 10px;
		line-height: 1.6;
		font-size: 14px;
	}
	.p-about_right {
		width: calc(50% - 54px);
	}
	.p-about_right dl {
		overflow: hidden;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.p-about_right dt {
		width: 16%;
		display: block;
		margin-top: 16px;
		padding-bottom: 16px;
		border-bottom: 1px solid #f00;
	}
	.p-about_right dt img {
		height: 30px;
	}
	.p-about_right dd {
		width: 84%;
		font-size: 12px;
		display: block;
		margin-top: 16px;
		padding-bottom: 16px;
		padding-left: 0;
		line-height: 30px;
		border-bottom: 1px solid #cc0801;
	}
	.p-about_right dt:last-of-type {
		border-bottom: none;
	}
	.p-about_right dd:last-of-type {
		border-bottom: none;
	}
}

.l-selection {
	letter-spacing: 0.13em;
}



/*====================================================================
新着求人
====================================================================*/

.p-newList {
	position: relative;
	margin-top: 3px;
	margin-bottom: 42px;
	height: 432px;
	overflow-y: scroll;
	padding-right: 4px;
}
/* .p-newList::-webkit-scrollbar {
	width: 4px;
}
.p-newList::-webkit-scrollbar-track {
	background: #fff;
}
.p-newList::-webkit-scrollbar-thumb {
	background: #c80f00;
} */
.ps__thumb-y {
  background-color: #c80f00;
	width: 4px;
	right: 0;
	border-radius: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #fff;
}
.ps__rail-x, .ps__rail-y {
  opacity: 1 !important;
	width: 4px;
}
.p-newList li {
	position: relative;
	padding-left: 80px;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	line-height: 22px;
}
.p-newList li::after {
	content: "NEW";
	position: absolute;
	color: #fff;
	background-color: #c80f00;
	top: 18px;
	left: 10px;
	font-size: 13px;
	letter-spacing: 0.3em;
	padding-right: 4px;
	padding-left: 10px;
}
.p-newList li a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}
.p-newList li a:hover {
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 641px) {
	.p-newList {
		margin-top: 3px;
		margin-bottom: 42px;
		height: 260px;
		overflow-y: scroll;
	}
	.p-newList li {
		position: relative;
		padding-left: 80px;
		font-size: 15px;
		letter-spacing: 0.1em;
		padding-top: 18px;
		padding-bottom: 6px;
		border-bottom: 1px solid #cccccc;
		line-height: 27px;
	}
	.p-newList li::after {
    content: "NEW";
    position: absolute;
    color: #fff;
    background-color: #c80f00;
    top: 20px;
    left: 10px;
    font-size: 13px;
    letter-spacing: 0.3em;
    padding: 5px 4px 2px 10px;
    line-height: 1;
	}
	.p-newList li a {
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid transparent;
		transition: 0.3s;
	}
	.p-newList li a:hover {
		border-bottom: 1px solid #000;
	}
}

/*====================================================================
おすすめ求人
====================================================================*/

.l-recommend {
	margin-bottom: 10vw;
}
.p-recommend {
	margin-top: 30px;
	padding-bottom: 50px;
}
.p-recommend_item__img {
	width: 100%;
	height: 130px;
	background-color: #fff;
	overflow: hidden;
}
.p-recommend_item__img img {
	max-width: 100%;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.p-recommend_item__body {
	height: calc(14px * 1.6 * 5 + 64px);
  overflow: hidden;
  position: relative;
}
.p-recommend_item__body::after {
	content: "";
	position: absolute;
	width: 60px;
	height: calc(14px * 1.6);
	background: linear-gradient(to right, rgba(100, 180, 225, 0) 0%, #fff 50%, #fff 100%);
	bottom: 0;
	right: 0;
}
.p-recommend_item {
	font-size: 14px;
	line-height: 1.6;
}
.p-recommend_item a {
	display: block;
	color: #000;
	transition: 0.3s;
	text-decoration: none;
}
.p-recommend_item__title {
	display: block;
	color: #000;
	margin-top: 15px;
	text-decoration: underline;
}
.p-recommend_item__location {
	display: block;
	margin-bottom: 9px;
}
.p-recommend_item__salary {
	display: block;
}
.p-recommend_item__qualification {
	display: block;
}
.p-recommend_item__experience {
	display: block;
}

.swiper-button-prev {
	top: auto;
  bottom: -3px;
	left: 50%;
	transform: translateX(-150px);
}
.swiper-button-next {
	top: auto;
  bottom: -3px;
	right: 50%;
	transform: translateX(150px);
}
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
	font-size: 20px;
  content: "\f053";
  color: #000; /* 色を白に */
}
.swiper-button-next:after {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
  font-weight: 600;
  content: "\f054";
  color: #000;
}
.swiper-pagination-bullet {
	width: 8px;
  height: 8px;
  text-align: center;
  line-height: 20px;
  font-size: 8px;
  color:#c4c4c4;
	margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background:#000;
}


/*====================================================================
search bottom
====================================================================*/
.l-searchBottom {
	margin-bottom: 30px;
}
.l-searchBottom > h3{
	margin-bottom: 10px;
}
.p-list {
	/* margin-bottom: 20px; */
}
.c-modal__check > h3 {
	margin-bottom: 10px;
}


/*====================================================================
sp
====================================================================*/
@media screen and (min-width: 641px) {
	.l-recommend {
		margin-bottom: 64px;
	}
	.p-recommend {
		margin-top: 30px;
		padding-bottom: 60px;
	}
	.p-recommend_item__img {
		width: 100%;
		height: 130px;
		background-color: #fff;
		overflow: hidden;
	}
	.p-recommend_item__img img {
		max-width: 100%;
		height: auto;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.p-recommend_item__body {
		height: calc(14px * 1.6 * 5 + 64px);
		overflow: hidden;
		position: relative;
	}
	.p-recommend_item__body::after {
		content: "";
		position: absolute;
		width: 60px;
		height: calc(14px * 1.6);
		background: linear-gradient(to right, rgba(100, 180, 225, 0) 0%, #fff 50%, #fff 100%);
		bottom: 0;
		right: 0;
	}
	.p-recommend_item {
		font-size: 14px;
		line-height: 1.6;
	}
	.p-recommend_item a {
		color: #000;
		transition: 0.3s;
		text-decoration: none;
	}
	.p-recommend_item__title {
		display: block;
		color: #000;
		margin-top: 10px;
		text-decoration: underline;
	}
	.p-recommend_item a:hover .p-recommend_item__title {
		text-decoration: none;
	}
	.p-recommend_item__location {
		display: block;
		margin-bottom: 9px;
	}
	.p-recommend_item__salary {
		display: block;
	}
	.p-recommend_item__qualification {
		display: block;
	}
	.p-recommend_item__experience {
		display: block;
	}
	
	.swiper-button-prev {
		top: auto;
		bottom: -2px;
		left: 50%;
		transform: translateX(-190px);
	}
	.swiper-button-next {
		top: auto;
		bottom: -2px;
		right: 50%;
		transform: translateX(190px);
	}
	.swiper-button-prev:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		font-size: 20px;
		content: "\f053";
		color: #000; /* 色を白に */
	}
	.swiper-button-next:after {
		font-family: "Font Awesome 5 Free";
		font-size: 20px;
		font-weight: 600;
		content: "\f054";
		color: #000;
	}
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		color:#c4c4c4;
		margin: 0 8px !important;
	}
	.swiper-pagination-bullet-active {
		background:#000;
	}
}