/*------------------------------------
RECRUIT SECTION
Same design language as company.css:
- Washi-paper texture background
- .indent container (max-width: 1120px)
- h2.ttl with center-aligned underline
- .fadein scroll animation
- Brown/gold/cream color palette
- Noto Serif JP typography
------------------------------------*/

.top_recruit {
	padding: 7rem 0;
	background: url("https://tsubomi-33.com/wp-content/themes/twentyseventeen/assets/img/top/bk_washi.png");
}

/* タブ */
.recruit_tabs {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	border-bottom: 2px solid #D9D2C7;
}
.recruit_tabs .tab_btn {
	padding: 15px 40px;
	font-size: 1.05rem;
	font-weight: bold;
	color: #6D5E4F;
	cursor: pointer;
	border: none;
	background: none;
	position: relative;
	transition: color 0.3s;
	font-family: inherit;
}
.recruit_tabs .tab_btn:hover {
	color: #B19E4F;
}
.recruit_tabs .tab_btn.active {
	color: #B19E4F;
}
.recruit_tabs .tab_btn.active::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #B19E4F;
}

/* タブコンテンツ */
.recruit_content {
	display: none;
}
.recruit_content.active {
	display: block;
}

/* セクション見出し */
.recruit_content .section_title {
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	color: #B19E4F;
	margin-bottom: 10px;
}
.recruit_content .section_title_line {
	width: 60px;
	height: 3px;
	background: #B19E4F;
	margin: 0 auto 50px;
}

/* 募集要項ブロック */
.recruit_block {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E8E2DA;
}
.recruit_block:last-child {
	border-bottom: none;
}
.recruit_block h3 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #332D2A;
	margin-bottom: 15px;
}
.recruit_block .salary_highlight {
	font-size: 1.1rem;
	font-weight: bold;
	color: #B19E4F;
	margin-bottom: 15px;
}
.recruit_block p,
.recruit_block li {
	line-height: 2;
	font-size: 1rem;
	color: #332D2A;
}
.recruit_block ul {
	list-style: none;
	padding: 0;
}
.recruit_block ul li {
	padding-left: 20px;
	position: relative;
}
.recruit_block ul li::before {
	content: "◎";
	color: #B19E4F;
	font-size: 0.8rem;
	position: absolute;
	left: 0;
	top: 0;
}
.recruit_block .note {
	font-size: 0.9rem;
	color: #888;
	margin-top: 5px;
}

/* タグバッジ */
.recruit_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}
.recruit_tags .tag {
	display: inline-block;
	padding: 4px 12px;
	font-size: 0.8rem;
	border: 1px solid #CBA799;
	border-radius: 20px;
	color: #6D5E4F;
	background: #FFFCF5;
}

/* 店舗・勤務地 */
.recruit_store {
	background: #F9F6F1;
	padding: 25px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.recruit_store .store_name {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.recruit_store .store_name::before {
	content: "📍";
	position: absolute;
	left: 0;
	top: 0;
}
.recruit_store p {
	padding-left: 20px;
	line-height: 1.8;
}

/* PR・サロンの夢 */
.recruit_pr {
	background: #F9F6F1;
	padding: 40px;
	margin-bottom: 40px;
	line-height: 2.2;
}
.recruit_pr h4 {
	font-size: 1.05rem;
	font-weight: bold;
	margin: 25px 0 10px;
}
.recruit_pr h4:first-child {
	margin-top: 0;
}
.recruit_pr .decorative_line {
	text-align: center;
	color: #CBA799;
	margin: 20px 0;
	font-size: 0.9rem;
}
.recruit_pr .highlight_text {
	font-weight: bold;
	color: #6D5E4F;
}

/* 応募後の流れ */
.recruit_flow {
	max-width: 600px;
	margin: 0 auto;
}
.recruit_flow .flow_step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.recruit_flow .flow_arrow {
	text-align: center;
	color: #CBA799;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.recruit_flow .flow_step .step_icon {
	width: 30px;
	height: 30px;
	background: #B19E4F;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 15px;
	margin-top: 3px;
}
.recruit_flow .flow_step .step_icon.final {
	background: #B19E4F;
	width: 36px;
	height: 36px;
	font-size: 0.9rem;
}
.recruit_flow .flow_step p {
	line-height: 1.8;
	font-size: 1rem;
}

/* レスポンシブ */
@media (max-width: 767px) {
	.top_recruit {
		padding: 5rem 0;
	}
	.recruit_tabs .tab_btn {
		padding: 12px 15px;
		font-size: 0.9rem;
	}
	.recruit_pr {
		padding: 25px 20px;
	}
	.recruit_store {
		padding: 20px 15px;
	}
}
