/*============================
タイトル
============================*/
#recruit .cont_title {
	font-size: 0.36rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.20rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#recruit .cont_title {
		font-size: 0.20rem;
		margin-top: 0.20rem;
		margin-bottom: 0.2rem;
	}
}


/*============================
リード
============================*/
#recruit_top .sec_title {
	text-align: center;
	margin-bottom: 0.60rem;
}

#recruit_top .lead {
	text-align: center;
}

#recruit_top .lead .lead_title {
	font-size: 0.36rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.30rem;
	text-align: center;
}

#recruit_top .lead .text {
	font-size: 0.16rem;
	line-height: 0.1;
	line-height: 2.25;
	margin-bottom: 0.65rem;
}

@media screen and (max-width: 599px) {
	#recruit_top .lead .text {
		font-size: 0.15rem;
		line-height: 1.85;
		margin-bottom: 0.65rem;
		text-align: justify;
	}
}


/*アイコンリスト*/
#recruit_top .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#recruit_top .list {
		margin-bottom: 0.2rem;
	}
}


#recruit_top .list .item {
	width: 25%;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#recruit_top .list .item {
		width: 50%;
		padding-bottom: 0.30rem;
		box-sizing: border-box;
	}
}


#recruit_top .list .item .ph_wrap {
	width: 1.64rem;
	margin: 0 auto 0.15rem;
}

@media screen and (max-width: 599px) {
	#recruit_top .list .item .ph_wrap {
		width: 60%;
	}
}


#recruit_top .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#recruit_top .list .item .text {
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 1.75;
	display: block;
}

@media screen and (max-width: 599px) {
	#recruit_top .list .item .text {
		font-size: 0.14rem;
		padding: 0 0.15rem;
		line-height: 1.45;
		box-sizing: border-box;
		text-align: center;
	}
}

@media screen and (max-width: 599px) {
	.youtube_wrap {
		margin: 0 0 0.30rem;
		width: 100%;
	}
}


/*============================
メンバーの声
============================*/
#recruit_member {
	background: #F2F2F2;
	padding: 0.8rem 0;
}

@media screen and (max-width: 599px) {
	#recruit_member {
		padding: 0.30rem 0 0.60rem;
	}
}

#recruit_member .member_wrap {
	padding-top: 0.70rem;
}

@media screen and (max-width: 599px) {
	#recruit_member .member_wrap {
		padding-top: 0.20rem;
	}
}

/*コンテンツボックス*/
#recruit_member .member_wrap .box {
	display: flex;
	align-items: center;
	margin-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	#recruit_member .member_wrap .box {
		flex-wrap: wrap;
		margin-bottom: 0.40rem;
	}
}


/*画像*/
#recruit_member .member_wrap .box .ph_wrap {
	width: 2.00rem;
	height: 2.00rem;
}

@media screen and (max-width: 599px) {
	#recruit_member .member_wrap .box .ph_wrap {
		margin: auto;
		margin-bottom: 0.20rem;
		width: 1.50rem;
		height: 1.50rem;
	}
}


#recruit_member .member_wrap .box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*テキスト*/
#recruit_member .member_wrap .box .text_wrap {
	width: calc(100% - 2.00rem);
	font-size: 0.16rem;
	line-height: 2.25;
	letter-spacing: 0.1em;
	background: #fff;
	padding: 0.30rem;
	margin-left: 0.70rem;
	box-sizing: border-box;
	border-radius: 0.10rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#recruit_member .member_wrap .box .text_wrap {
		width: 100%;
		font-size: 0.14rem;
		padding: 0.20rem;
		letter-spacing: 0.05em;
		line-height: 1.85;
		margin-left: 0;
		text-align: justify;
	}
}

/*吹き出し*/
#recruit_member .member_wrap .box .text_wrap::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.23rem 0.31rem 0.23rem 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0.30rem;
}

@media screen and (max-width: 599px) {
	#recruit_member .member_wrap .box .text_wrap::before {
		border-width: 0 0.12rem 0.12rem 0.12rem;
		border-color: transparent transparent #ffffff transparent;
		top: -0.10rem;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 599px) {
	#recruit_member .btn_common {
		max-width: 2.50rem;
		margin: auto;
	}
}


/*============================
採用FAQ
============================*/
.faq_wrapper {
	padding-top: 0.30rem;
}

@media screen and (max-width: 599px) {
.faq_wrapper {
	padding-top: 0.10rem;
}
}

/*============================
募集要項
============================*/
#recruit_bosyu {
	background: #F2F2F2;
	padding: 0.80rem 0;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu {
		padding: 0.30rem 0;
	}
}

/* タブ */
#recruit_bosyu .tab_list_wrap {
	max-width: 8.00rem;
	margin: auto;
	padding-top: 0.20rem;
}

#recruit_bosyu .tab_list_wrap .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#recruit_bosyu .tab_list_wrap .list .tab_list {
	width: 49.5%;
	text-align: center;
	padding: 0.25rem 0;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	background-color: #111;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .tab_list_wrap .list .tab_list {
		padding: 0.10rem 0;
		font-size: 0.14rem;
		line-height: 1.55;
	}
}

#recruit_bosyu .tab_list_wrap .list .tab_list:hover {
	background-color: #C71E0A;
}

#recruit_bosyu .tab_list_wrap .list .tab_list.active {
	background-color: #C71E0A;
}

#recruit_bosyu .tab_list_wrap .list .tab_list::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.10rem 0.15rem 0 0.15rem;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: 0.01rem;
	transform: translateX(-50%);
	z-index: 10;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .tab_list_wrap .list .tab_list::after {
		border-width: 0.06rem 0.075rem 0 0.075rem;
	}
}

#recruit_bosyu .tab_list_wrap .list .tab_list:hover::after {
	border-color: #C71E0A transparent transparent transparent;
}

#recruit_bosyu .tab_list_wrap .list .tab_list.active::after {
	bottom: -0.08rem;
	border-color: #C71E0A transparent transparent transparent;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .tab_list_wrap .list .tab_list.active::after {
		bottom: -0.07rem;
		border-color: #C71E0A transparent transparent transparent;
	}
}

#recruit_bosyu .box {
	padding: 0.45rem;
	background: #fff;
	display: none;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box {
		padding: 0.25rem 0.20rem;
	}
}


#recruit_bosyu .box .bosyu_title {
	font-size: 0.20rem;
	font-weight: 700;
	border-bottom: solid 1px #CCCCCC;
	position: relative;
	padding-bottom: 0.20rem;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box .bosyu_title {
		font-size: 0.18rem;
		padding-bottom: 0.15rem;
	}
}

#recruit_bosyu .box .bosyu_title::after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 2.00rem;
	border-bottom: 2px solid #C71E0A;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box .bosyu_title::after {
		width: 1.00rem;
	}
}


#recruit_bosyu .box table {
	width: 100%;
	border-collapse: collapse;
}

#recruit_bosyu .box table tr {
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}

#recruit_bosyu .box table th {
	width: 1.20rem;
	box-sizing: border-box;
	padding: 0.20rem 0;
	text-align: left;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.075em;
	vertical-align: top;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box table th {
		font-size: 0.15rem;
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 0.15rem 0 0;
	}
}

#recruit_bosyu .box table td {
	width: calc(100% - 1.20rem);
	box-sizing: border-box;
	padding: 0.20rem 0;
	font-size: 0.16rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box table td {
		font-size: 0.14rem;
		letter-spacing: 0;
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 0 0 0.20rem;
	}
}


#recruit_bosyu .box table td .note {
	display: block;
	font-size: 0.14rem;
	padding-left: 0.14rem;
	text-indent: -0.14rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box table td .note {
		font-size: 0.12rem;
		padding-left: 0.12rem;
		text-indent: -0.12rem;
		line-height: 1.65;
		letter-spacing: 0.05em;
	}
}

#recruit_bosyu .box table td .list_1col {
	list-style: inside disc;
}

#recruit_bosyu .box table td .list_3col,
#recruit_bosyu .box table td .list_2col {
	list-style: inside disc;
	display: flex;
	flex-wrap: wrap;
}

#recruit_bosyu .box table td .list_3col .item {
	width: 33.33%;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box table td .list_1col .item,
	#recruit_bosyu .box table td .list_3col .item {
		width: 100%;
		padding-left: 0.15rem;
		text-indent: -0.15rem;
	}
}


#recruit_bosyu .box table td .list_2col .item {
	width: 50%;
}

@media screen and (max-width: 599px) {
	#recruit_bosyu .box table td .list_2col .item {
		width: 100%;
		padding-left: 0.15rem;
		text-indent: -0.15rem;
	}
}


#recruit_bosyu .box table td .list_2col .item.w100 {
	width: 100%;
}


#recruit_bosyu .box .btn_large_bk {
	margin-top: 0.40rem;
}

@media screen and (max-width: 599px) {
#recruit_bosyu .box .btn_large_bk {
	max-width: 2.70rem;
	margin: 0.40rem auto 0.20rem;
}
}

/*============================
募集要項
============================*/

/*奇数ボックス*/
#recruit_faq .faq_wrapper .box:nth-child(odd) {
	background: #FBEFEE;
}

/*偶数ボックス*/
#recruit_faq .faq_wrapper .box:nth-child(even) {
	background: #FDF8F7;
}
