@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  height: 100%;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.5;
}
.content_job {
	padding-bottom: 30px;
	background-color: #fff;
  border-top: 4px solid #fa338f;
}
.fruid {
	width: 100%;
	height: auto;
}
.tit_type1 {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	column-gap: 10px;
	font-size: 22px;
}
.tit_type1 span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .inner {
    max-width: 940px;
    margin: 0 auto;
  }
}
.teaser-job_heading {
	padding: 30px 20px 20px;
}
.teaser-job_item-heading {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  border-left: 4px solid #fb3690;
  box-shadow: 0 1px #cfcfcf inset, 0 -1px #cfcfcf inset, -1px 0 #cfcfcf inset;
  position: relative;
  padding: 10px;
}
.wrap_job {
  padding-inline: 20px;
}
.txt_job p {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 28px;
  margin-top: 30px;
}
.tit_recruit {
  font-size: 20px;
  border-bottom: 3px solid #fb3690;
  padding-bottom: 15px;
}
.tit_recruit span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.content_job + .content_job {
  margin-top: 20px;
}
.item_job + .item_job {
	margin-top: 30px;
}
table {
	width: 100%;
  text-align: left;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 15px;
}
tr {
	display: flex;
	flex-direction: column;
}
th {
  color: #fb1282;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background: #f5f5ef;
  padding: 10px 15px;
}
td {
  padding: 15px 0;
}
td > * + * {
	margin-top: 15px;
}
@media (min-width: 768px) {
	tr {
		flex-direction: row;
	}
	tr + tr {
		border-top: 1px dashed #bebebe;
	}
	
	th {
		width: 160px;
		padding: 20px;
	}
	td {
		flex: 1;
		padding: 20px;
	}
}
.li_disc {
  list-style-type: disc;
  padding-left: 1em;
}
.li_decimal {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.prev {
	display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, 300px);
  height: 48px;
	margin-top: 20px;
  margin-inline: auto;
  padding-inline: 15px;
  border-radius: 48px;
  background-color: #7a7a5e;
  color: #fff;
  text-align: center;
}
.prev::after {
	content: "";
}
.prev .arrow-primary {
	rotate: 180deg;
}
.arrow-primary {
	justify-self: start;
}
.arrow-primary::before,
.arrow-primary::after {
	display: block;
  transform-origin: 88% center;
  width: 13px;
  height: 2px;
  background-color: #e6ca61;
  content: "";
}
.arrow-primary::before {
  rotate: 45deg;
  border-radius: 2px 2px 0 2px;
}
.arrow-primary::after {
  rotate: -45deg;
  border-radius: 2px 0 2px 2px;
}