@charset "utf-8";
/******************************************
事業所毎採用ページ
Version: 1.0.0
*******************************************/

body {
	overflow-x: hidden;
}

a {
	color: #666;
}
h2 {
	font-size:  2.25rem;
	color: #00008b;
	background-color: #EEEEEE;
	margin: 30px calc(50% - 50vw);
	padding: 30px calc(50vw - 50%);
}
@media(max-width: 575px) {
	h2 {
		font-size: 1.75rem;
		padding: 15px calc(50vw - 50%);
	}
}
h3 {
	font-size:  2rem;
	color: #00008b;
	margin-top: 20px;
	padding: 15px;
}
@media(max-width: 575px) {
	h3 {
		font-size: 1.5rem;
	}
}
h4 {
	font-size:  1.2rem;
	color: #00008b;
}
@media(max-width: 575px) {
	h4 {
		font-size: 1.1rem;
	}
}
table th {
	font-weight: normal;
	padding-right: 1rem;
}

.recruit-top-kv {
	margin: 0 calc(50% - 50vw);
	position: relative;
}
.recruit-top-kv-text {
	color: #00008b;
	font-size: 3.2vw;
	font-weight: 700;
	text-shadow: rgb(255, 255, 255, 0.3) 2px 0px 4px, rgb(255, 255, 255, 0.3) -2px 0px 4px, rgb(255, 255, 255, 0.3) 0px -2px 4px, rgb(255, 255, 255, 0.3) 0px 2px 4px, rgb(255, 255, 255, 0.3) 2px 2px 4px, rgb(255, 255, 255, 0.3) -2px 2px 4px, rgb(255, 255, 255, 0.3) 2px -2px 4px, rgb(255, 255, 255, 0.3) -2px -2px 4px, rgb(255, 255, 255, 0.3) 1px 2px 4px, rgb(255, 255, 255, 0.3) -1px 2px 4px, rgb(255, 255, 255, 0.3) 1px -2px 4px, rgb(255, 255, 255, 0.3) -1px -2px 4px, rgb(255, 255, 255, 0.3) 2px 1px 4px, rgb(255, 255, 255, 0.3) -2px 1px 4px, rgb(255, 255, 255, 0.3) 2px -1px 4px, rgb(255, 255, 255, 0.3) -2px -1px 4px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}
@media(max-width: 1199px) {
	.recruit-top-kv-text {
		font-size: 4.5vw;
	}
}
@media(max-width: 575px) {
	.recruit-top-kv-text {
		font-size: 7vw;
	}
}
.recruit-block {
	width: 70%;
	margin: auto;
	font-size: 18px;
	text-align: center;
}
@media(max-width: 1199px) {
	.recruit-block {
		width: 80%;
		font-size: 17px;
	}
}
@media(max-width: 575px) {
	.recruit-block {
		width: 100%;
		font-size: 16px;
	}
}

/* swiper */ 
.swiper-container {
	width: 100%;
	padding-top: 10px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 584px;
	color: #fff;
	padding-left: 10px;
	text-shadow: rgb(0, 0, 0, 0.2) 2px 0px 4px, rgb(0, 0, 0, 0.2) -2px 0px 4px, rgb(0, 0, 0, 0.2) 0px -2px 4px, rgb(0, 0, 0, 0.2) 0px 2px 4px, rgb(0, 0, 0, 0.2) 2px 2px 4px, rgb(0, 0, 0, 0.2) -2px 2px 4px, rgb(0, 0, 0, 0.2) 2px -2px 4px, rgb(0, 0, 0, 0.2) -2px -2px 4px, rgb(0, 0, 0, 0.2) 1px 2px 4px, rgb(0, 0, 0, 0.2) -1px 2px 4px, rgb(0, 0, 0, 0.2) 1px -2px 4px, rgb(0, 0, 0, 0.2) -1px -2px 4px, rgb(0, 0, 0, 0.2) 2px 1px 4px, rgb(0, 0, 0, 0.2) -2px 1px 4px, rgb(0, 0, 0, 0.2) 2px -1px 4px, rgb(0, 0, 0, 0.2) -2px -1px 4px !important;
}
.swiper-slide {
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media(max-width: 991px) {
	.swiper-slide {
		height: 425px;
	}
}
@media(max-width: 767px) {
	.swiper-slide {
		height: 360px;
	}
}
@media(max-width: 575px) {
	.swiper-slide {
		height: 240px;
	}
}

.card {
	border-radius: 1rem;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.card-body p {
	font-size: 16px;
}
@media(max-width: 575px) {
	.card-body p {
		font-size: 14px;
	}
}
.card-img-top {
	border-top-left-radius: calc(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px);
}
.history tr {
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgb(200, 200, 255);
}
.history tr:nth-child(1) {
	border-top: 1px solid rgb(200, 200, 255);
}
@media(min-width: 576px) {
	.history th {
		width: 200px;
	}
}
@media(min-width: 992px) {
	.history th {
		width: 300px;
	}
}
.radius-shadow {
	border-radius: 1rem;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
	
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'Font Awesome 5 Free', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt {
	position: relative;
	margin: 0 0 0.5em 0;
}
.cp_qa dd {
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 1.5em 2em;
	border-bottom: 1px dotted #0097a7;
}
.cp_qa dt::before, .cp_qa dd::before {
	font-size: 1em;
	margin: 0 0.5em 0 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.1em;
}
.cp_qa dt::before {
	padding: 0.1em 0.25em;
	content: '\f128';
	background: #00008b;
}

/* time-schedule */
.time-schedule {
  min-width: 250px;
  max-width: 100%;
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 6px solid #00008b;
  box-sizing: border-box;
}
@media(max-width: 575px) {
	.time-schedule {
		padding-left: 17px;
	}
}

.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  background: #00008b;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 37px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}

/* 募集要項 */
.jobdescription table, .jobdescription th, .jobdescription td {
  border:1px solid #ccc;
}
.jobdescription th, .jobdescription td {
    text-align: left;
    padding: 0.3rem 0.5rem;
}
.jobdescription th {
    background-color: #efefef;
}
.jobdescription ul {
    padding-left: 15px;
}
.jobdescription li {
    padding-left: 0;
}
