.p-rec_career {
	margin-bottom: 110px;
  }
  .p-rec_career--title {
	font-size: 24px;
	letter-spacing: 0.14em;
	color: #333333;
  }
  @media only screen and (max-width: 768px) {
	.p-rec_career--title {
	  margin: 48px 10px 0;
	  padding-bottom: 24px;
	  border-bottom: 1px solid #CCCCCC;
	}
  }

  .p-job {
	margin: 80px auto 0;
	width: 840px;
  }
  .p-job:first-of-type {
	margin-top: 40px;
  }
  @media only screen and (max-width: 768px) {
	.p-job {
	  width: calc(100% - 20px);
	}
  }
  .p-job--title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #336799;
	text-align: center;
  }
  @media only screen and (max-width: 768px) {
	.p-job--title {
	  font-size: 18px;
	}
  }
  .p-job--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
  }
  .p-job--item {
	margin-top: 110px;
	padding-bottom: 32px;
	width: 400px;
	border: 1px solid #CCCCCC;
  }
  @media only screen and (max-width: 768px) {
	.p-job--item {
	  margin-top: 70px;
	  padding-bottom: 16px;
	}
  }
  .p-job--link {
	text-decoration: none !important;
  }
  .p-job--link:hover .p-job--jobname {
	text-decoration: none;
  }
  .p-job--link:hover .p-job--thumbnail .p-job--thumbnail--img {
	opacity: 1;
  }
  .p-job--link:hover .c-btn--detail--txt {
	background-position: 0 0;
  }
  .p-job--thumbnail {
	text-align: center;
	margin-top: -70px;
  }
  @media only screen and (max-width: 768px) {
	.p-job--thumbnail {
	  margin-top: -48px;
	}
  }
  .p-job--thumbnail--img {
	width: 140px;
	height: 140px;
	border-radius: 70px;
  }
  @media only screen and (max-width: 768px) {
	.p-job--thumbnail--img {
	  width: 95px;
	  height: 95px;
	  border-radius: 50px;
	}
  }
  .p-job--jobname {
	margin-top: 24px;
	text-align: center;
	line-height: 2;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
  }
  @media only screen and (max-width: 768px) {
	.p-job--jobname {
	  font-size: 16px;
	  margin-top: 16px;
	}
  }

  .c-btn--detail {
	margin-top: 12px;
	text-align: center;
  }
  @media only screen and (max-width: 768px) {
	.c-btn--detail {
	  margin-top: 4px;
	}
  }
  .c-btn--detail--txt {
	padding: 8px 40px;
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #0d5fb1 0%, #0d5fb1 50%, #013365 50%, #013365 100%);
	transition: background-position ease 0.4s;
	font-size: 16px;
	letter-spacing: 0.25em;
	margin: 0 auto;
	font-weight: bold;
	color: #FFF;
	border-radius: 50px;
	position: relative;
  }
  @media only screen and (max-width: 768px) {
	.c-btn--detail--txt {
	  font-size: 14px;
	  padding: 4px 24px;
	}
  }
  .c-btn--detail--txt::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(/company/images/recruit/career/icon_arrow_right.svg) no-repeat left top;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
  }
