@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Inter:wght@600;700&family=Jost:wght@400;600;700&display=swap");

/* ========================================
   リセット・ベーススタイル
   ======================================== */
#job_content {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	font-family: "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

section {
	padding: 60px 20px;
	position: relative;
}

section.hero {
	padding: 0;
}

@media screen and (max-width: 768px) {
	section {
		padding: 40px 15px;
	}

	section.hero {
		padding: 0;
	}
}

/* ========================================
   ユーティリティクラス
   ======================================== */
.mobile_break {
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.mobile_break {
		white-space: normal;
	}
}

br.mobile_break {
	display: none;
}

@media screen and (max-width: 768px) {
	br.mobile_break {
		display: block;
	}
}

.desktop_break {
	white-space: normal;
}

@media screen and (max-width: 768px) {
	.desktop_break {
		white-space: nowrap;
	}
}

br.desktop_break {
	display: block;
}

@media screen and (max-width: 768px) {
	br.desktop_break {
		display: none;
	}
}

/* ========================================
   セクションタイトル
   ======================================== */
.section_title {
	font-size: 6rem;
	font-weight: 600;
	font-family: "Jost", "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	margin-bottom: 50px;
	color: #232323;
}

@media screen and (max-width: 768px) {
	.section_title {
		font-size: 2.5rem;
		margin-bottom: 30px;
	}
}

/* ========================================
   ヒーローセクション
   ======================================== */
.hero {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.hero_logo {
	position: absolute;
	top: 3%;
	left: 18%;
	z-index: 3;
}

.hero_logo img {
	width: auto;
	height: auto;
	max-width: 200px;
	display: block;
}

@media screen and (max-width: 768px) {
	.hero_logo {
		top: 15px;
		left: 15px;
	}

	.hero_logo img {
		max-width: 150px;
	}
}

.hero_image {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	aspect-ratio: 780 / 994;
	position: relative;
	overflow: hidden;
}

.hero_image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.hero_content {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 780px;
	padding: 0 20px;
	text-align: center;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.hero_image {
		max-width: 100%;
		aspect-ratio: 780 / 994;
	}

	.hero_content {
		bottom: 5%;
	}
}

.hero_buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	width: 100%;
}

.hero_buttons a {
	display: inline-block;
	text-decoration: none;
}

.hero_buttons a img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.hero_buttons {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 95%;
		max-width: 95%;
		margin: 0 auto;
		gap: 10px;
	}

	.hero_buttons a {
		width: auto;
		max-width: 48%;
		flex: 1;
	}

	.hero_buttons a img {
		width: 100%;
		height: auto;
	}
}

/* ========================================
   STAFFセクション
   ======================================== */
.staff {
	background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.staff_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 780px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.staff_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

.staff_item {
	background: #fff;
	overflow: visible;
}

.staff_image {
	width: 100%;
	aspect-ratio: 339 / 461;
	overflow: hidden;
	background: #f0f0f0;
	position: relative;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.staff_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.staff_badge {
	position: absolute;
	top: 0;
	left: 0%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
	padding: 0 0.5em;
}

.staff_role {
	color: #000;
	font-size: 0.875rem;
	font-family: "Inter", "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.staff_experience {
	color: #000;
	font-size: 0.875rem;
	font-family: "Inter", "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	white-space: nowrap;
}

.staff_catchcopy {
	position: absolute;
	bottom: 15%;
	left: 0;
	right: auto;
	width: auto;
	max-width: 50%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.staff_catchcopy_line {
	padding: 0 0.5em;
	width: fit-content;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 1.4rem;
	font-family: "Inter", "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}

.staff_name_banner {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 0.3em;
	background: linear-gradient(135deg, #5b9bd5 0%, #9b59b6 100%);
	color: #fff;
	font-size: 2rem;
	font-family: "Jost", "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	z-index: 11;
	white-space: nowrap;
	border-radius: 8px 0 0 0;
	text-transform: uppercase;
	max-width: 35%;
	min-width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	line-height: 1.2;
}

.staff_name_banner.staff_name_mixed {
	text-transform: none;
}

@media screen and (max-width: 768px) {
	.staff_image {
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	}

	.staff_role {
		font-size: 0.5rem;
	}

	.staff_experience {
		font-size: 0.5rem;
	}

	.staff_catchcopy {
		bottom: 16%;
		left: 0;
		gap: 3px;
	}

	.staff_catchcopy_line {
		font-size: 0.7rem;
		line-height: 2;
	}

	.staff_name_banner {
		font-size: 1.2rem;
		padding: 2px 10px;
		max-width: 40%;
		border-radius: 6px 0 0 0;
	}
}

/* ========================================
   RECRUITセクション
   ======================================== */
.recruit {
	background: linear-gradient(135deg, #cbdaff 0%, #e8cefa 100%);
	padding: 60px 20px;
}

.recruit .section_title {
	color: #232323;
	font-size: 6rem;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
}

.recruit_card {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	border-radius: 12px;
}

.recruit_item {
	margin-bottom: 40px;
}

.recruit_item:last-child {
	margin-bottom: 0;
}

.recruit_item_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
}

.recruit_item_half {
	margin-bottom: 0;
}

.recruit_header {
	background: #232323;
	color: #fff;
	padding: 12px 20px;
	font-size: 1.5rem;
	font-family: "Jost", "BIZ UDPGothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	margin: 0 0 20px 0;
	border-radius: 10px;
}

.recruit_header_no_bar {
	color: #626262;
	padding: 0;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}

.recruit_list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.recruit_list li {
	font-size: 1.5rem;
	color: #232323;
}

.recruit_list li .price {
	margin-left: 1rem;
}

.recruit_text {
	font-size: 1.5rem;
	color: #626262;
	text-align: center;
}

.recruit_item .recruit_text:first-of-type {
	color: #232323;
	margin-bottom: 1.5rem;
}

.recruit_item .recruit_text:not(:first-of-type) {
	color: #626262;
}

.recruit_item .recruit_text:last-child:not(:first-of-type) {
	margin-bottom: 0;
}

.recruit_text_list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 1.5rem;
	row-gap: 0.5rem;
}

.recruit_text_list li {
	font-size: 1.5rem;
	color: #626262;
	text-align: center;
	line-height: 1.2;
}

.recruit_text_list_vertical {
	flex-direction: column;
	align-items: center;
}

.recruit_text_list_vertical li {
	flex-basis: 100%;
	width: 100%;
}

.recruit_text_list_benefits li {
	white-space: nowrap;
	flex-shrink: 0;
}

.recruit_text_list_benefits li.break-line {
	flex-basis: 100%;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.recruit {
		padding: 40px 15px;
	}

	.recruit .section_title {
		font-size: 2.3rem;
		margin-bottom: 30px;
	}

	.recruit_card {
		padding: 25px 20px;
	}

	.recruit_item {
		margin-bottom: 25px;
	}

	.recruit_item_row {
		gap: 10px;
		margin-bottom: 25px;
	}

	.recruit_item_half {
		margin-bottom: 25px;
	}

	.recruit_item_half:last-child {
		margin-bottom: 0;
	}

	.recruit_header {
		font-size: 0.875rem;
		padding: 10px 15px;
		margin-bottom: 15px;
		border-radius: 3px;
	}

	.recruit_header_no_bar {
		font-size: 0.875rem;
		margin-bottom: 12px;
	}

	.recruit_list li {
		font-size: 0.875rem;
	}

	.recruit_list .price {
		font-size: 1rem;
	}

	.recruit_text {
		font-size: 0.875rem;
	}

	.recruit_text_list li {
		font-size: 0.875rem;
		line-height: 1.2;
	}

	.recruit_text_list_benefits li.break-line {
		display: none;
	}
}

/* ========================================
   ABOUT SALONセクション
   ======================================== */
.about {
	background: #fff;
}

.about_content {
	max-width: 780px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media screen and (max-width: 768px) {
	.about_content {
		gap: 25px;
	}
}

.about_image {
	position: relative;
	width: 100%;
	overflow: visible;
}

.about_image img {
	width: 100%;
	height: auto;
	display: block;
}

.btn_salon_line {
	position: absolute;
	bottom: 12%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	z-index: 10;
}

.btn_salon_line img {
	width: auto;
	height: auto;
	max-width: 300px;
	display: block;
}

.about_info {
	padding: 0 100px;
}

.about_list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 15px 25px;
	align-items: start;
}

.about_list dt {
	font-size: 1.5rem;
	color: #232323;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.8;
}

.about_list dd {
	font-size: 1.5rem;
	color: #232323;
	line-height: 1.8;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}

.about_list dd a {
	color: #232323;
	text-decoration: none;
}

.about_list dd a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.btn_salon_line {
		bottom: 8%;
		left: 50%;
		transform: translateX(-50%);
	}

	.btn_salon_line img {
		max-width: 240px;
	}

	.about_info {
		padding: 0 20px;
	}

	.about_list {
		grid-template-columns: 80px 1fr;
		gap: 12px 20px;
	}

	.about_list dt {
		font-size: 0.875rem;
		line-height: 1.8;
		text-align: center;
	}

	.about_list dd {
		font-size: 0.875rem;
		line-height: 1.8;
	}
}

/* ========================================
   Q&Aセクション
   ======================================== */
.qa {
	background: linear-gradient(135deg, #c5c4eb 0%, #f5d4ff 100%);
	padding-bottom: 100px; /* 初期値、JavaScriptで動的に調整 */
}

.qa .section_title {
	color: #232323;
}

.qa_list {
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.qa_item {
	background: #fff;
	margin-bottom: 20px;
	overflow: visible;
	position: relative;
	border-radius: 8px;
}

.qa_question {
	display: flex;
	align-items: center;
	padding: 25px 30px;
	cursor: pointer;
	background: #232323;
	color: #fff;
	position: relative;
}

.qa_item:not(.active) .qa_question {
	border-radius: 8px;
}

.qa_item.active .qa_question {
	border-radius: 8px 8px 0 0;
}

.qa_question:hover {
	background: #232323;
}

.qa_item.active .qa_question {
	background: #232323;
}

.qa_q {
	font-size: 1.9rem;
	margin-right: 15px;
	color: #fff;
	flex-shrink: 0;
}

.qa_text {
	flex: 1;
	font-size: 1.7rem;
	line-height: 1.6;
}

.qa_toggle {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #232323;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.qa_answer {
	display: none;
	padding: 25px 30px;
	background: #fff;
	border-top: 1px solid #eee;
	overflow: visible;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0 0 8px 8px;
}

.qa_item.active .qa_answer {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.qa_a {
	font-size: 1.9rem;
	color: #000;
	flex-shrink: 0;
	display: inline-block;
	line-height: 1.8;
	min-width: 40px;
	width: auto;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
}

.qa_text_wrap {
	flex: 1;
	min-width: 0;
	overflow: visible;
}

.qa_text_wrap p {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #232323;
	margin: 0;
}

.qa_text_wrap ul {
	list-style: disc;
	padding-left: 1.5em;
	margin: 0.5em 0 0 0;
}

.qa_text_wrap ul li {
	list-style: disc;
	font-size: 1.5rem;
	line-height: 1.8;
	color: #232323;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.qa_question {
		padding: 20px 15px;
	}

	.qa_q {
		font-size: 1.5rem;
		margin-right: 10px;
	}

	.qa_text {
		font-size: 1rem;
	}

	.qa_toggle {
		width: 28px;
		height: 28px;
		font-size: 1.25rem;
	}

	.qa_answer {
		padding: 20px 15px;
		width: 100%;
		box-sizing: border-box;
	}

	.qa_item.active .qa_answer {
		padding: 20px 15px;
		width: 100%;
	}

	.qa_a {
		font-size: 1.5rem;
		min-width: 35px;
		padding: 0;
	}

	.qa_text_wrap {
		min-width: 0;
	}

	.qa_text_wrap p {
		font-size: 1rem;
	}

	.qa_text_wrap ul {
		list-style: disc;
		padding-left: 1.2em;
		margin: 0.3em 0 0 0;
	}

	.qa_text_wrap ul li {
		list-style: disc;
		font-size: 1rem;
	}

	.qa {
		padding-bottom: 80px; /* モバイル初期値、JavaScriptで動的に調整 */
	}
}

/* ========================================
   固定ボタン
   ======================================== */
.fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	z-index: 1000;
	margin-bottom: 0;
	padding: 0;
}

.fixed_btn {
	flex: 1;
	display: block;
	text-decoration: none;
}

.fixed_btn img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.fixed_buttons {
		max-width: 100%;
	}

	#sp-fixed-menu3 {
		display: none;
	}
}
