@charset "utf-8";
/***************************************************************************

  ページヘッダ

***************************************************************************/
.pageHeadImg.HeadRecruit {
  background-image: url("/common/images/lower/recruit/head_recruit_bg.png");
}
@media screen and (max-width: 767px) {}
/***************************************************************************

  RECRUIT

***************************************************************************/
.h2txt span {
  line-height: 2;
}
.staffWrap {
  max-width: 974px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
}
.staffBox {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 80px;
  transition: .3s;
}
.staffInfo {
  width: 21%;
  text-align: center;
}
.staffInfo h3 {
  font-size: 2rem;
  letter-spacing: .3rem;
  margin-bottom: 0;
}
.staffInfo p {
  font-size: 1.1rem;
}
.staffImg {
  margin-bottom: 20px;
}
.staffVoice {
  width: 79%;
  padding-right: 50px;
}
.staffVoiceTi {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  min-width: 170px;
}
.staffVoice h4 {
  font-size: 2rem;
  position: relative;
  padding-top: 4px;
}
.staffVoice h4:before {
  position: absolute;
  content: '';
  width: 170px;
  height: 1px;
  top: 0;
  left: 50%;
  margin-left: -85px;
  background-color: #000;
}
.staffVoice p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .2rem;
}
.staffVoiceNo {
  font-size: 1rem;
  letter-spacing: .1rem;
}
.staffSchedule {
  width: calc(100%/3);
}
.staffSchedule h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.staffSchedule p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 80px;
}
.staffSchedule dl {}
.staffSchedule dt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.staffSchedule dd {
  font-size: 1.2rem;
  padding-bottom: 30px;
}
.staffSchedule dd.lastDl {
  text-align: center;
  border-bottom: solid 2px #000;
  margin-bottom: 0;
  padding-bottom: 110px;
}
.staffSchedule dd:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  margin: 30px auto 0 auto;
}
.staffSchedule dd.lastDl:after {
  display: none;
}
.staff01 {
  order: 1;
}
.staff02 {
  order: 2;
}
.staff03 {
  order: 3;
}
.dayFlow {
  order: 4;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
.dayFlow:before, .dayFlow:after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #000;
  display: block;
}
.dayFlow:before {
  margin-right: 20px;
}
.dayFlow:after {
  margin-left: 20px;
}
.staffSchedule01 {
  order: 5;
  padding: 0 34px 0 10px;
}
.staffSchedule02 {
  order: 6;
  padding: 0 34px;
}
.staffSchedule03 {
  order: 7;
  padding: 0 10px 0 34px;
}
.recruitInfo {
  max-width: 1120px;
  margin: 0 auto 160px auto;
  background-color: #eeeeef;
  padding: 50px 40px 20px 40px;
  font-size: 1.2rem;
}
.recruitInfo dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.recruitInfo dt {
  width: 11%;
  font-weight: 700;
  margin-bottom: 30px;
}
.recruitInfo dd {
  width: 89%;
  margin-bottom: 30px;
}
.infoDdTi {
  float: left;
}
.infoDdTxt {
  display: block;
  padding-left: 6rem;
}
.messageWrap {
  max-width: 1024px;
  margin: 0 auto 120px auto;
  display: flex;
  transition: .3s;
}
.messageTxt {
  width: 79%;
  padding-left: 40px;
  line-height: 2;
}
.messageTxt h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.messageTxt p {
  font-size: 1.4rem;
}
.movieWrap video {
	width: 100%;
	height: auto;
}
.movieWrap {
	max-width: 960px;
	margin: 0 auto 90px auto;
}
@media screen and (max-width: 1024px) {
  .messageWrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 974px) {
  .staffBox {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .staffWrap {
		margin-bottom: 30px;
  }
  .staffBox {
		display: block;
    margin-bottom: 30px;
		padding: 0 40px;
  }
  .staffInfo {
		width: 100%;
		margin-bottom: 40px;
  }
  .staffInfo p {
    font-size: 1.1rem;
  }
  .staffImg {
    margin-bottom: 20px;
		padding: 0 40px;
  }
  .staffVoice {
		width: 100%;
    padding-right: 0;
  }
  .staffVoiceTi {
		display: block;
    margin: 0 auto 20px auto;
  }
  .staffSchedule {
		width: 100%;
		padding: 0 40px !important;
  }
  .staffSchedule h4 {
		display: none;
  }
  .staffSchedule p {
		font-size: 1.4rem;
		line-height: 1.7;
		margin-bottom: 30px;
  }
	.dayFlowSp {
		width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
	}
	.dayFlowSp:before, .dayFlowSp:after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block;
  }
  .dayFlowSp:before {
    margin-right: 14px;
  }
  .dayFlowSp:after {
    margin-left: 14px;
  }
  .staffSchedule dd {
		font-size: 1.4rem;
    padding-bottom: 14px;
  }
  .staffSchedule dd.lastDl {
		border: none;
		padding-bottom: 50px;
  }
  .staffSchedule dd:after {
		margin-top: 14px;
  }
  .staffSchedule dd.lastDl:after {
    display: none;
  }
  .staff01 {
    order: 1;
  }
  .staff02 {
    order: 3;
  }
  .staff03 {
    order: 5;
  }
  .dayFlow {
		display: none;
  }
  .staffSchedule01 {
    order: 2;
  }
  .staffSchedule02 {
    order: 4;
  }
  .staffSchedule03 {
    order: 6;
  }
	.recruitInfoWrap {
		padding: 0 10px;
	}
  .recruitInfo {
		margin-bottom: 40px;
    padding: 20px 10px 0 20px;
  }
  .recruitInfo dt {
		width: 20%;
    margin-bottom: 14px;
  }
  .recruitInfo dd {
		width: 80%;
    margin-bottom: 14px;
  }
  .infoDdTi {
		float: none;
  }
  .infoDdTxt {
    padding-left: 0;
  }
	.recruitInfo dd span {
		display: block;
	}
	.recruitInfo dt.infoDtLast {
		width: 30%;
	}
	.recruitInfo dd.infoDdLast {
		width: 70%;
	}
  .messageWrap {
		display: block;
		padding: 0 40px;
    margin-bottom: 60px;
  }
  .messageTxt {
		width: 100%;
    padding-left: 0;
  }
  .messageTxt h4 {
		font-size: 1.8rem;
		text-align: center;
    font-weight: 500;
  }
	.movieWrap {
		margin-bottom: 40px;
	}
}