@charset "utf-8";

/* -------------------------------------------------- */
/* 採用（正社員・アルバイト） */
/* -------------------------------------------------- */
#container {
	min-width: auto;
}

#recruitInfo {
	width: 100%;
}

#recruitInfo .frame1 {
	width: 90%;
	margin-bottom: 70px;
}

/* メイン画像 */
/* ---------------------------- */
#recruitFv {
	width: 100%;
	margin-bottom: 95px;
	position: relative;
}

#recruitMv {
	width: 80%;
	float: left;
}

#recruitMv img {
	width: 100%;
}

#recruitTit {
	position: absolute;
	bottom: -55px;
	right: 4%;
	line-height: 1.1;
	text-align: right;
}

#recruitTitEn {
	font-size: 4.5rem;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: 300;
}

#recruitTitJp {
	width: 100%;
	font-size: 1.4rem;
  color: #000000;
  letter-spacing: 1.7em;
  text-align: right;
  margin-right: -1em;
	margin: -3px -1em 0 0;
  display: block;
  line-height: 1.5;
}

/* 募集しているスキル */
/* ---------------------------- */
#skills {
	margin: 0 auto 80px;
}

#skillIn {
	width: 90%;
	margin: 0 auto;
	padding: 20px 3%;
	border: 4px #0095da solid;
	border-radius: 30px;
	text-align: center;
}

#slillTit {
	font-size: 2.3rem;
	line-height: 1.2;
	padding-bottom: 30px;
	color: #0095da;
	display: inline-block;
	text-align: left;
}

#slillTit span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
}

#slillTit:before {
	content: "";
	width: 100%;
	height: 125px;
	background: url(../../img/recruit-partner/recruit_p_img1_sp.png) center 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#skillList1 {
	display: block;
	text-align: left;
	vertical-align: top;
}

#skillList2 {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

#skillList3 span {
	text-decoration: line-through;
	color: #999999;
}

#skillList4 span {
	text-decoration: line-through;
	color: #999999;
}

#skillIn li {
	display: block;
	font-weight: bold;
	padding: 0 0 20px 30px;
	font-size: 1.6rem;
	position: relative;
	text-align: left;
	letter-spacing: normal;
}

#skillIn li:before {
	content: "";
	width: 24px;
	height: 19px;
	display: inline-block;
	vertical-align: top;
	background: url(../../img/recruit-partner/check_icon_sp.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
  left: 5px;
}

#skillIn li span {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

#skillEnd {
	padding-top: 20px;
	letter-spacing: -0.4em;
}

#etc {
	display: inline-block;
	padding: 10px 5%;
  margin: 0 auto 20px;
  letter-spacing: normal;
  font-weight: bold;
  color: #999999;
  border: 1px solid;
  text-align: center;
}

/* 求める人物像 */
/* ---------------------------- */
#figure {
	margin: 0 auto 60px;
	text-align: center;
}

#figure h3 {
	text-align: left;
}


#figureList {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	letter-spacing: -0.4em;
}

#figureList li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin:0 0 20px 2%;
	text-align: center;
	letter-spacing: normal;
}

#figureList li:first-child {
	margin-left: 2%;
}

.figureImg {
	width: 100%;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.figureImg img {
	width: auto;
  max-height: 108px;
	vertical-align: bottom;
}

/* #figureList li:nth-child(2)   {
	margin: 0 0 25px -6px;
}

#figureList li:nth-child(2) .figureImg img  {
	max-height: 101px;
} */

.figureTxt {
	font-size: 1.3rem;
	display: inline-block;
	text-align: left;
	font-weight: 500;
	letter-spacing: -0.05em;
}

/* インタビュー */
/* ---------------------------- */
#interview {
	width: 90%;
  margin: 0 auto;
	padding-bottom: 80px;
}

#ivList li {
	width: 100%;
  border: 1px #c9c9c9 solid;
  padding: 20px 5%;
  display: inline-block;
  letter-spacing: -0.4em;
}

#ivList li:first-child {
	margin-bottom: 20px;
}

.ivIcon {
	width: 40%;
	padding-right: 3%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ivIcon img {
	width: 100%;
}

.iv {
	padding-bottom: 15px;
}

.ivName {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}

.ivTxt {
	letter-spacing: normal;
	font-size: 1.6rem;
}

.ivCopy {
	padding-top: 15px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 1.6rem;
}

/* 応募条件 */
/* ---------------------------- */
#applicant {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 70px;
}
#applicantList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1em 0;
}

#applicantList li {
	width: 49%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.applicantBox {
	width: 100%;
	height: 100%;
	text-align: center;
	border: 2px #0095da solid;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #0095da;
	font-size: 1.7rem;
}



/* ご依頼の流れ */
/* ---------------------------- */
#workFlow {
	padding-bottom: 0;
}

#workFlowStep {
	width: 90%;
	margin: 0 auto;
}

#workFlowStep li {
	width: 100%;
	display: block;
	vertical-align: top;
	padding-bottom: 80px;
	position: relative;
}

#workFlowStep li:after {
	content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../../img/common/icon13.png) center no-repeat;
	background-size: 8%;
}

#workFlowStep li:first-child {
	margin-left: 0px;
}

#workFlowStep li:last-child:after {
	background: none;
}

#workFlowStep li:last-child .workFlowImg {
	width: 34%;
}

.workFlowImg {
	width: 55%;
	margin: 0 auto;
}

.workFlowImg img {
	width: 100%;
}

.workFlowDetail p {
	font-size: 1.6rem
}

.workFlowDetail h4 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 8px;
}

.workFlowDetail .num {
	width: 22px;
	height: 22px;
	display: inline-block;
	color: #FFF;
	font-size: 1.3rem;
	background: #0095da;
	border-radius: 22px;
	text-align: center;
	margin-right: 5px;
}

.workFlowDetail span {
	vertical-align: middle;
}


/* よくある質問 */
/* ---------------------------- */
#faqRecruit {
	padding-bottom: 70px;
}

#faqList {
	width: 90%;
	margin: 0 auto;
}

#faqList li {
	padding-bottom: 10px;
}

.faqQ {
	font-size: 1.6rem;
	padding: 10px 30px 10px 10px;
	border: 1px #c9c9c9 solid;
	cursor: pointer;
}

.faqQ.off {
	background: url(../../img/common/icon13.png) 96% center no-repeat;
	-webkit-background-size: 5% auto;
	background-size: 5% auto;
}

.faqQ.on {
	background: url(../../img/common/icon12.png) 96% center no-repeat;
	-webkit-background-size: 5% auto;
	background-size: 5% auto;
}

.faqA {
	background: #f9f9f9;
	padding: 10px;
	border-left: 1px #c9c9c9 solid;
	border-bottom: 1px #c9c9c9 solid;
	border-right: 1px #c9c9c9 solid;
	font-size: 1.6rem;
}

#faqList .faqTxt {
	display: block;
	position: relative;
	padding-left: 9%;
}

.faqQ .faqTxt:before {
	content: "Q";
	color: #cd2121;
	font-size: 1.8rem;
	font-family: 'Chivo', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
}

.faqA .faqTxt:before {
	content: "A";
	color: #0095da;
	font-family: 'Chivo', sans-serif;
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 1.8rem;
}


/* 採用の流れ */
/* ---------------------------- */

#process {
	width: 90%;
	margin: 0 auto 40px;
}

#process li {
	width: 100%;
  display: block;
  vertical-align: top;
  background: url(../../img/common/icon13.png) center bottom no-repeat;
  background-size: 8%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 40px;
	margin-bottom: 30px;
}

#process li:last-child {
	display: block;
	background: none;
}

.prgTit {
	display: block;
  width: 100%;
  padding: 20px 0;
  vertical-align: middle;
  border: 1px #7d7d7d solid;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}

.prgTit .small {
	font-size: 1.1rem;
}

.prgTit.decide {
	background: #00a0e9;
	border: 1px #00a0e9 solid;
	color: #FFFFFF;
}

.prgTxt {
	padding: 10px 0 0 0;
  font-size: 1.6rem;
}
.prgTxt span {
	color: #F00;
}

/* 募集要項 */
/* ---------------------------- */
#guideline {
	width: 90%;
	margin: 0 auto;
}

#companyInfo {
	height: 100%;
	width: 100%;
	font-size: 1.6rem;
	border-bottom: 2px #bfbfbf solid;
}

#companyInfo th {
	width: 100%;
  display: block;
  padding: 10px 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-top: 2px #bfbfbf solid;
}

.glTit {
	height: 100%;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 500;
}

#companyInfo td {
	display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px #EEE solid;
}

#companyInfo td a {
	color: #333333;
}

.infoList dt {
	font-weight: 500;
}

.infoList dd {
	padding-bottom: 30px;
}

/* 応募ボタン */
/* ---------------------------- */

#entry {
	height: 270px;
	position: relative;
}

#entry a {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 81px;
	background: #00a0e9;
	color: #FFFFFF;
	font-size: 3.2rem;
	letter-spacing: 0.5em;
	padding: 30px 0;
	z-index: 9999;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	overflow: hidden;
}
