@charset "UTF-8";
.recruit {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 85px;
  overflow: hidden;
}
.recruit .red {
  color: #BF3F3F;
}

.recruit-mv {
  padding: 5px 0 0;
}
.recruit-mv__catch {
  letter-spacing: 0.04em;
  text-align: center;
}
.recruit-mv__catch strong {
  font-weight: 700;
}
.recruit-mv__catch strong .dot {
  background: radial-gradient(circle at center, #BF3F3F 0.1em, transparent 0.1em) top left/1.04em 0.2em repeat-x;
  padding-top: 0.3em;
}
.recruit-mv__img {
  position: relative;
  margin: 16px auto 0;
  text-align: center;
}
.recruit-mv__img::before {
  content: "Cast Recruiting";
  position: absolute;
  top: 68px;
  left: 50%;
  width: auto;
  color: #EAEAEA;
  font: 300 64px "Inknut Antiqua", serif;
  letter-spacing: 0.04em;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: -1;
}
.recruit-mv__img::after {
  content: "";
  position: absolute;
  top: -62px;
  left: 50%;
  display: block;
  width: 403px;
  height: 403px;
  border: solid 1px #CBCBCB;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.recruit-mv__campaign {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 27px;
  text-align: center;
}
.recruit-mv__strength {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}
.recruit-mv__strength-item {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.9285714286;
  padding: 0 20px;
  text-align: center;
}
.recruit-mv__strength-item + .recruit-mv__strength-item::before {
  content: "";
  position: absolute;
  top: 4%;
  left: -1px;
  width: 1px;
  height: 92%;
  background: #CBCBCB;
}
.recruit-mv__strength-item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.64;
}

.recruit-intro {
  padding: 24px 0;
}
.recruit-intro__txt {
  line-height: 2.1428571429;
  text-align: center;
}
.recruit-intro__txt span {
  font-weight: bold;
}

.recruit-strength {
  position: relative;
  padding: 35px 0 21px;
}
.recruit-strength::before {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(to bottom, #CBCBCB 1px, transparent 1px) center top/1px 31px;
}
.recruit-strength--01::before {
  top: 174px;
  height: 1px;
}
.recruit-strength--02::before {
  top: 158px;
  height: 32px;
}
.recruit-strength--03::before {
  top: 142px;
  height: 64px;
}
.recruit-strength--04 {
  padding-bottom: 59px;
}
.recruit-strength--04::before {
  top: 126px;
  height: 96px;
}
.recruit-strength__ttl {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 235px;
  height: 279px;
  background: center/100% no-repeat;
  color: #fff;
  margin: 0 auto;
  padding: 0 0 3px;
}
.recruit-strength__ttl::before, .recruit-strength__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: center/100% no-repeat;
  opacity: 0.7;
}
.recruit-strength__ttl::before {
  z-index: -1;
  rotate: 2deg;
}
.recruit-strength__ttl::after {
  z-index: -2;
  rotate: 4deg;
}
.recruit-strength--01 .recruit-strength__ttl {
  background-image: url(../img/recruit/strength01.jpg);
}
.recruit-strength--01 .recruit-strength__ttl::before, .recruit-strength--01 .recruit-strength__ttl::after {
  background-image: url(../img/recruit/strength01.jpg);
}
.recruit-strength--02 .recruit-strength__ttl {
  background-image: url(../img/recruit/strength02.jpg);
}
.recruit-strength--02 .recruit-strength__ttl::before, .recruit-strength--02 .recruit-strength__ttl::after {
  background-image: url(../img/recruit/strength02.jpg);
}
.recruit-strength--03 .recruit-strength__ttl {
  background-image: url(../img/recruit/strength03.jpg);
}
.recruit-strength--03 .recruit-strength__ttl::before, .recruit-strength--03 .recruit-strength__ttl::after {
  background-image: url(../img/recruit/strength03.jpg);
}
.recruit-strength--04 .recruit-strength__ttl {
  background-image: url(../img/recruit/strength04.jpg);
}
.recruit-strength--04 .recruit-strength__ttl::before, .recruit-strength--04 .recruit-strength__ttl::after {
  background-image: url(../img/recruit/strength04.jpg);
}
.recruit-strength__ttl-sub {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
.recruit-strength__ttl-sub span {
  font-weight: 700;
}
.recruit-strength__txt {
  max-width: 375px;
  line-height: 2.1428571429;
  margin: 10px auto 0;
  padding: 0 25px;
}

.recruit-reason {
  padding: 76px 0 60px;
}
.recruit-reason__ttl-sub {
  letter-spacing: 0.04em;
  margin-bottom: -10px;
  text-align: center;
}
.recruit-reason__ttl {
  position: relative;
  color: #BF3F3F;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.recruit-reason__ttl::after {
  content: "Reason of the choice!";
  position: absolute;
  top: -32px;
  left: 50%;
  color: transparent;
  font: 300 64px "Inknut Antiqua", serif;
  letter-spacing: 0.04em;
  -webkit-text-stroke: 1px #EAEAEA;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: -1;
}
.recruit-reason__list {
  width: calc(100% - 50px);
  max-width: 325px;
  margin: 0 auto;
  padding-left: 1.5em;
  margin-top: 20px;
}
.recruit-reason__list > li {
  line-height: 1.8;
}
.recruit-reason__list > li::before {
  content: "//";
  display: inline-block;
  width: 1em;
  color: #BF3F3F;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.recruit-reason__list > li + li {
  margin-top: 1.35em;
}
.recruit-reason__list > li span {
  font-weight: 700;
}

.recruit-salary {
  background: url(../img/recruit/salary-bg.jpg) center/cover no-repeat;
  padding: 60px 0 28px;
}
.recruit-salary__ttl-sub {
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  text-align: center;
}
.recruit-salary__diff {
  line-height: 2.1428571429;
  margin-top: 19px;
  text-align: center;
}
.recruit-salary__diff span {
  font-weight: 700;
}
.recruit-salary__diff em {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.recruit-salary-case {
  width: calc(100% - 30px);
  max-width: 345px;
  background: #fff;
  margin: 25px auto 0;
}
.recruit-salary-case__ttl {
  color: #fff;
  letter-spacing: 0.04em;
  padding: 12px 0;
  text-align: center;
}
.recruit-salary-case--slide .recruit-salary-case__ttl {
  background: #666;
}
.recruit-salary-case--league .recruit-salary-case__ttl {
  background: #222;
}
.recruit-salary-case__detail {
  padding: 12px 15px;
}
.recruit-salary-case__rule {
  color: #666;
  margin-bottom: 15px;
}
.recruit-salary-case__result {
  line-height: 2.1428571429;
  margin-bottom: 8px;
}
.recruit-salary-case__result .amount {
  display: block;
  margin-bottom: 11px;
  text-align: center;
}
.recruit-salary-case__result .num {
  font: 700 44px "Cinzel", serif;
  line-height: 1.3;
}
.recruit-salary-case--league .recruit-salary-case__result .amount {
  margin-top: 11px;
}
.recruit-salary-case__note {
  color: #666;
  font-size: 12px;
  padding: 0 0.5em 0 1.2em;
}
.recruit-salary-case__note::before {
  content: "※";
  margin-left: -1.2em;
  margin-right: 0.2em;
}

.recruit-benefit {
  padding: 60px 0 58px;
}
.recruit-benefit__ttl-sub {
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  text-align: center;
}
.recruit-benefit__strength {
  background: #BF3F3F;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 18px;
  padding: 4px 0;
  text-align: center;
}
.recruit-benefit__list {
  width: calc(100% - 50px);
  max-width: 325px;
  margin: 0 auto;
  padding-left: 1.5em;
  margin-top: 29px;
}
.recruit-benefit__list > li {
  line-height: 1.8;
}
.recruit-benefit__list > li::before {
  content: "//";
  display: inline-block;
  width: 1em;
  color: #BF3F3F;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.recruit-benefit__list > li + li {
  margin-top: 1.35em;
}
.recruit-benefit__list > li span {
  font-weight: 700;
}
.recruit-benefit__campaign {
  background: #F5F5F5;
  line-height: 2.1428571429;
  margin-top: 30px;
  padding: 18px 0;
  text-align: center;
}
.recruit-benefit__campaign span {
  font-weight: 700;
}
.recruit-benefit__msg {
  line-height: 2.1428571429;
  margin-top: 20px;
  text-align: center;
}

.recruit-faq {
  padding: 60px 0 0;
}
.recruit-faq__ttl-sub {
  margin-bottom: 2px;
  text-align: center;
}
.recruit-faq__list {
  max-width: calc(100% - 30px);
  margin: 25px auto 0;
}

.recruit-faq-item {
  max-width: 345px;
  margin: 0 auto;
}
.recruit-faq-item + .recruit-faq-item {
  margin-top: 12px;
}
.recruit-faq-item__q {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 79px;
  border-bottom: solid 1px #EAEAEA;
  padding: 0 20px 10px 45px;
}
.recruit-faq-item__q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  font: 300 25px "Inknut Antiqua", serif;
  letter-spacing: 0.04em;
}
.recruit-faq-item__q button {
  position: absolute;
  top: 26px;
  right: 0;
  width: 17px;
  height: 17px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.recruit-faq-item__q button::before, .recruit-faq-item__q button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #CBCBCB;
  margin: auto;
}
.recruit-faq-item__q button::before {
  width: 100%;
  height: 2px;
}
.recruit-faq-item__q button::after {
  width: 2px;
  height: 100%;
  transition: 0.2s;
}
.recruit-faq-item__q.open button::after {
  height: 0;
}
.recruit-faq-item__a {
  display: none;
  background: #F5F5F5;
  line-height: 2.1428571429;
  padding: 28px 20px;
}

.recruit-guideline {
  padding: 62px 0 0;
}
.recruit-guideline__ttl-sub {
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  text-align: center;
}
.recruit-guideline__list {
  width: calc(100% - 30px);
  max-width: 345px;
  background: #F5F5F5;
  margin: 25px auto 0;
  padding: 38px 20px 40px;
}
.recruit-guideline__list > dt {
  font-size: 16px;
  line-height: 1.75;
}
.recruit-guideline__list > dd {
  position: relative;
  background: linear-gradient(to right, #BF3F3F 16px, #CBCBCB 16px) bottom/100% 1px no-repeat;
  margin-top: 2px;
  padding-bottom: 28px;
}
.recruit-guideline__list > dd + dt {
  margin-top: 31px;
}
.recruit-guideline__location-list > dt {
  font-weight: 500;
}
.recruit-guideline__location-list > dd + dt {
  margin-top: 10px;
}

.recruit-flow {
  padding: 60px 0 64px;
}
.recruit-flow__list {
  width: calc(100% - 30px);
  max-width: 345px;
  border-top: solid 1px #EAEAEA;
  margin: 25px auto 0;
  counter-reset: c;
}

.recruit-flow-step {
  position: relative;
  display: flex;
  border: solid #EAEAEA;
  border-width: 0 1px 1px 0;
  counter-increment: c;
}
.recruit-flow-step::before {
  content: counter(c, decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 10px;
  color: #EAEAEA;
  font: 700 55px "Cinzel", serif;
  z-index: -1;
}
.recruit-flow-step__img {
  flex: 0 0 120px;
  height: 120px;
}
.recruit-flow-step__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-flow-step__txt {
  padding: 15px 16px;
}
.recruit-flow-step__ttl {
  font-size: 16px;
  margin-bottom: 8px;
}
.recruit-flow-step__detail {
  line-height: 1.7142857143;
}

.recruit-bottom-float {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  max-width: 750px;
  height: 46px;
  margin: auto;
}
.recruit-bottom-float a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  letter-spacing: 0.04em;
}
.recruit-bottom-float a:nth-child(1) {
  background: #666;
}
.recruit-bottom-float a:nth-child(2) {
  background: #222;
}

.recruit-contact {
  padding: 60px 0 0;
}

.recruit .content07__list {
  margin-top: 30px;
  padding: 0 15px;
}

.recruit .content07-item {
  max-width: 345px;
	border: solid 1px #000;
	background: #F5F5F5;
  margin: auto;
	padding: 0 18px 19px;
}

.recruit .content07-item__area {
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	padding: 16px 0;
}

.recruit .content07-item + .content07-item {
	margin-top: 20px;
}

.recruit .content07-item__owner {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.recruit .content07-item__owner::before {
	content: '';
	flex: 0 0 60px;
	height: 60px;
	background: url('../img/recruit/owner.svg') center / contain no-repeat;
	margin-right: 13px;
}

.recruit .content07-item__owner-name {
	font-size: 18px;
}

.recruit .content07-item__btn a {
	display: block;
	text-align: center;
	border: solid 1px #ccc;
	background: #ccc;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	padding: 10px 0;
	font-size: 16px;
	position: relative;
}

.recruit .content07-item__btn a:hover {
	opacity: .8;
}

.recruit .content07-item__btn a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 11px;
	background: url('../img/recruit/btn_arrow.svg') center / contain no-repeat;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
}

.recruit .content07-item__btn + .content07-item__btn {
	margin-top: 20px;
}

.recruit .content07-item__btn--tel a {
	background: #021952;
}

.recruit .content07-item__btn--tel a::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	background: url('../img/recruit/btn_tel.png') center / contain no-repeat;
	left: 47px;
	top: 50%;
	transform: translateY(-50%);	
}

.recruit .content07-item__btn--line a {
	background: #01B000;
	border-color: #01B000;
}

.recruit .content07-item__btn--line a::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 23px;
	background: url('../img/recruit/btn_line.svg') center / contain no-repeat;
	left: 47px;
	top: 50%;
	transform: translateY(-50%);	
}
