@charset "UTF-8";
/* ---------------------------------------
  社員のホンネ（データで見る会社）
-----------------------------------------*/
#sec_voice_detail {
	padding: 10rem 0 0cqi
}
#sec_voice_detail .wrap {
	padding: 0 3.3rem;
}
#sec_voice_detail .voice_post {
	max-width: 112rem;
	margin: 0 auto;
}
/* セクションごとに背景色を切り替える（コンテンツカラム全幅） */
#sec_voice_detail .voice_post .post_main .block {
	margin-left: -3.3rem;
	margin-right: -3.3rem;
	padding: 6rem 3.3rem;
	border-radius: 0;
}
#sec_voice_detail .voice_post .post_main .block + .block {
	margin-top: 0;
}
/* イントロ（最初の .block）は素のまま */
#sec_voice_detail .voice_post .post_main .block:first-of-type {
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 6rem;
	background: transparent;
}
/* オレンジ系と白を交互（イントロ除く・白からスタート） */
#sec_voice_detail .voice_post .post_main .block:nth-of-type(2n) {
	background: #ffffff;
}
#sec_voice_detail .voice_post .post_main .block:nth-of-type(2n + 1) {
	background: #fff6ea;
}
/* 「どんな先輩がいるの？」「アドバンステクノロジーって、どんな会社？」のみ緑系 */
#sec_voice_detail .voice_post .post_main .block:nth-of-type(3),
#sec_voice_detail .voice_post .post_main .block:nth-of-type(7) {
	background: #F4F8DE;
}

/* topic / ttl（message 準拠） */
#sec_voice_detail .voice_post .post_main .block .topic {
	position: relative;
	font-weight: 500;
	font-size: max(2.2rem, 15px);
	line-height: 1.5454545455;
	letter-spacing: 0;
	padding-left: 1.14em;
	margin: 0;
}
#sec_voice_detail .voice_post .post_main .block .topic::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	background-color: #FF8128;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 0.4em);
}
#sec_voice_detail .voice_post .post_main .block .topic + .ttl {
	margin-top: 0.9rem;
}
#sec_voice_detail .voice_post .post_main .block .ttl {
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 1.5952380952;
	letter-spacing: 0.04em;
	margin: 0;
	color: #262623;
	position: relative;
	z-index: 0;
	padding-top: 2.2rem;
}
#sec_voice_detail .voice_post .post_main .block .ttl[data-en]::before {
	content: attr(data-en);
	position: absolute;
	top: -0.6rem;
	left: -0.4rem;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 900;
	font-size: 7rem;
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(238, 119, 0, 0.16);
	mix-blend-mode: multiply;
	pointer-events: none;
	white-space: nowrap;
	z-index: -1;
}
#sec_voice_detail .voice_post .post_main .block .ttl[data-en="PEOPLE"]::before,
#sec_voice_detail .voice_post .post_main .block .ttl[data-en="ABOUT US"]::before {
	color: rgba(170, 190, 80, 0.28);
}
#sec_voice_detail .voice_post .post_main .block .topic + .ttl {
	margin-top: 2.4rem;
}
#sec_voice_detail .voice_post .post_main .block .ttl + .sub_ttl {
	margin-top: 2.4rem;
}
#sec_voice_detail .voice_post .post_main .block .sub_ttl {
	color: #EE7700;
	font-weight: 700;
	font-size: max(2.2rem, 16px);
	line-height: 1.5;
	letter-spacing: 0.02em;
}
#sec_voice_detail .voice_post .post_main .block .sub_ttl + .txt {
	margin-top: 2rem;
}
#sec_voice_detail .voice_post .post_main .block .sub_ttl:has(+ .voice_good_list) {
	margin-bottom: 2rem;
}
#sec_voice_detail .voice_post .post_main .block .ttl + .voice_good_list {
	margin-top: 2.4rem;
}
#sec_voice_detail .voice_post .post_main .block .sub_ttl > .fa-solid:first-child {
	margin-right: 0.45em;
	font-size: 0.92em;
	vertical-align: 0.06em;
	opacity: 0.95;
}
#sec_voice_detail .voice_post .post_main .block .txt {
	font-size: max(1.5rem, 14px);
	line-height: 1.8;
	letter-spacing: 0;
}
#sec_voice_detail .voice_post .post_main .block .ttl + .voice_company_figure {
	margin: 2.4rem 0 0;
}
#sec_voice_detail .voice_post .post_main .block .voice_company_figure {
	margin: 0;
}
#sec_voice_detail .voice_post .post_main .block .voice_company_figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.8rem;
}

/* イントロ（work のキャッチ風） */
#sec_voice_detail .voice_intro {
	margin-bottom: 0;
}
#sec_voice_detail .voice_intro_catch {
	margin: 0;
	font-weight: 800;
	font-size: clamp(3.2rem, 5vw, 5.5rem);
	line-height: 1.18;
	letter-spacing: 0.02em;
	color: #262623;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
	#sec_voice_detail .voice_intro_catch {
		background: linear-gradient(105deg, #d4ef21 0%, #ffaa0d 52%, #ff8128 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}
}
#sec_voice_detail .voice_intro_lead {
	margin-top: 2.4rem;
	font-size: max(2.3rem, 14px) !important;
}

/* ドーナツグラフ */
/* 環境ページの .list と同様：常時1カラム（スマホファースト） */
#sec_voice_detail .voice_post .post_main .list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem 0;
	margin-top: 3rem;
}
#sec_voice_detail .voice_post .post_main .list.voice_charts--profile {
	gap: 4rem 0;
}
@media screen and (min-width: 768px) {
	#sec_voice_detail .voice_post .post_main .list.voice_charts--profile {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.4rem 2rem;
	}
	#sec_voice_detail .voice_post .post_main .list.voice_charts--profile .voice_chart_card {
		min-width: 0;
	}
}
/* ワークスタイル編：残業・有給の円グラフを2カラム */
#sec_voice_detail .voice_post .post_main .list.voice_charts--workstyle {
	gap: 4rem 0;
}
@media screen and (min-width: 768px) {
	#sec_voice_detail .voice_post .post_main .list.voice_charts--workstyle {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.4rem 2rem;
	}
	#sec_voice_detail .voice_post .post_main .list.voice_charts--workstyle .voice_chart_card {
		min-width: 0;
	}
}
#sec_voice_detail .voice_chart_card {
	background: #fff;
	border-radius: 1rem;
	padding: 2.4rem 2rem 2rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
	text-align: center;
}
#sec_voice_detail .voice_chart_card .voice_chart_ttl {
	font-weight: 700;
	font-size: max(1.5rem, 14px);
	line-height: 1.5;
	color: #262623;
	margin: 0 0 1.6rem;
}
#sec_voice_detail .voice_chart_card .voice_chart_canvas_wrap {
	position: relative;
	width: 100%;
	max-width: 32rem;
	height: 26rem;
	margin: 0 auto;
}
/* HTML 凡例（Chart.js 内蔵凡例の代替） */
#sec_voice_detail .voice_chart_legend {
	list-style: none;
	margin: 1.6rem auto 0;
	padding: 0;
	max-width: 32rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 0.8rem;
	column-gap: 1.4rem;
	justify-content: start;
	text-align: left;
}
#sec_voice_detail .voice_chart_legend__item {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	min-width: 0;
}
#sec_voice_detail .voice_chart_legend__break {
	grid-column: 1 / -1;
	height: 0;
	margin: 0;
	padding: 0;
}
#sec_voice_detail .voice_chart_legend__box {
	display: inline-block;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	border-radius: 0.2rem;
}
#sec_voice_detail .voice_chart_legend__text {
	font-size: max(1.3rem, 13px);
	line-height: 1.4;
	font-weight: 500;
	color: #585852;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* Chart.js ドーナツ（全チャート同一ボックスサイズ） */
#sec_voice_detail .voice_chart_canvas_wrap--chartjs {
	position: relative;
	width: 100%;
	max-width: min(32rem, 100%);
	height: 28rem;
	margin: 0 auto;
}
/* 入社前後のギャップ：凡例右寄せ用に横幅を広げる（ドーナツ＋凡例の2カラム） */
#sec_voice_detail .voice_chart_canvas_wrap--chartjs-gap {
	max-width: min(42rem, 100%);
}
/* 入社の決め手：比較横棒をカラム内いっぱい（余白制限の解除＋カード左右パディングを外してチャートを広げる） */
#sec_voice_detail .voice_join_compare--full .voice_join_compare__card .voice_chart_ttl {
	margin-left: 2rem;
	margin-right: 2rem;
}
#sec_voice_detail .voice_join_compare--full .voice_chart_canvas_wrap--chartjs.voice_chart_canvas_wrap--hbar-join {
	max-width: none;
	width: 100%;
}
/* 入社の決め手：項目が多いので JS で高さを補正（最低値はここで担保） */
#sec_voice_detail .voice_chart_canvas_wrap--chartjs.voice_chart_canvas_wrap--hbar-join {
	height: 44rem;
	max-width: min(60rem, 100%);
}
#sec_voice_detail .voice_chart_canvas_wrap--chartjs .voice_chartjs {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	#sec_voice_detail .voice_chart_canvas_wrap--chartjs {
		height: 30rem;
	}
	#sec_voice_detail .voice_chart_canvas_wrap--chartjs-gap {
		max-width: 100%;
		height: 32rem;
	}
	#sec_voice_detail .voice_chart_canvas_wrap--chartjs.voice_chart_canvas_wrap--hbar-join {
		max-width: 100%;
	}
}
#sec_voice_detail .voice_note {
	margin-top: 3rem;
	padding: 2rem 2.4rem;
	background: linear-gradient(145deg, #fff8ed 0%, #ffeecf 100%);
	border-radius: 1rem;
	border: 0.2rem solid #ffd9a8;
	text-align: center;
	font-weight: 700;
	font-size: max(1.5rem, 14px);
	line-height: 1.7;
	color: #262623;
}
#sec_voice_detail .voice_note i {
	color: #EE7700;
	margin-right: 0.6rem;
}

/* Q5 ギャップ：ポジ／ネガ タブ（フォルダタブ風・オレンジ系） */
#sec_voice_detail .voice_gap_tabs {
	margin-top: 4.0rem;
}
#sec_voice_detail .voice_gap_tabs__nav {
	display: flex;
	width: 100%;
	gap: 1.0rem;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}
#sec_voice_detail .voice_gap_tabs__btn {
	flex: 1 1 50%;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 1.4rem 1.2rem 1.6rem;
	margin: 0 0 -0.1rem;
	font-family: inherit;
	font-weight: 700;
	font-size: max(1.4rem, 13px);
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #b85f00;
	background: #fff;
	border: 0.1rem solid #ffe9d4;
	border-bottom: 0.1rem solid #ffe9d4;
	border-radius: 0.8rem 0.8rem 0 0;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}
#sec_voice_detail .voice_gap_tabs__btn .voice_gap_tabs__ico {
	font-size: 1.4em;
	line-height: 1;
}
#sec_voice_detail .voice_gap_tabs__btn.is-active {
	z-index: 2;
	color: #262623;
	background: #fff6ea;
	border-color: #ffe9d4;
	border-bottom-color: #fff6ea;
}
#sec_voice_detail .voice_gap_tabs__btn:focus {
	outline: none;
}
#sec_voice_detail .voice_gap_tabs__btn:focus-visible {
	outline: 0.25rem solid rgba(238, 119, 0, 0.55);
	outline-offset: -0.25rem;
}
@media screen and (min-width: 768px) {
	#sec_voice_detail .voice_gap_tabs__btn:hover:not(.is-active) {
		color: #ee7700;
		background: #fffbf6;
	}
}
#sec_voice_detail .voice_gap_tabs__panels {
	position: relative;
	margin-top: 0;
	background: #fff6ea;
	border: 0.1rem solid #ffe9d4;
	border-radius: 0 0 0.8rem 0.8rem;
	box-shadow: 0 0.4rem 1.4rem rgba(238, 119, 0, 0.06);
}
#sec_voice_detail .voice_gap_tabs__panel {
	display: none;
	padding: 3.2rem 2rem 2.8rem;
	background: transparent;
	border: none;
	border-radius: inherit;
}
#sec_voice_detail .voice_gap_tabs__panel.is-active {
	display: block;
}
#sec_voice_detail .voice_gap_tabs__panel[hidden] {
	display: none !important;
}
#sec_voice_detail .voice_gap_tabs__panel_ttl {
	font-weight: 700;
	font-size: max(1.7rem, 15px);
	color: #262623;
	margin: 0 0 1.6rem;
	padding-bottom: 1.2rem;
	line-height: 1.45;
}
#sec_voice_detail .voice_gap_tabs__list {
	margin: 0;
	padding: 0 0 0 1.6rem;
	list-style: disc;
	font-size: max(1.5rem, 14px);
	line-height: 1.85;
	color: #262623;
}
#sec_voice_detail .voice_gap_tabs__list li {
	list-style: disc !important;
	font-size: 1.6rem;
}
#sec_voice_detail .voice_gap_tabs__list li + li {
	margin-top: 0.9rem;
}
#sec_voice_detail .voice_gap_tabs__list--neg li {
	color: #3d3a35;
}
#sec_voice_detail .voice_gap_tabs__note {
	display: block;
	margin-top: 0.4rem;
	padding: 0.6rem 0.9rem 0.6rem 1.4rem;
	border-left: 0.2rem solid #ffd9a8;
	font-size: max(1.3rem, 12px);
	line-height: 1.7;
	color: #6e5f4a;
	letter-spacing: 0.01em;
}
#sec_voice_detail .voice_gap_tabs__note::before {
	content: "けれど";
	display: inline-block;
	margin-right: 0.6rem;
	padding: 0 0.5rem;
	font-size: max(1rem, 10px);
	font-weight: 700;
	line-height: 1.6;
	color: #b85f00;
	background: #fff;
	border: 0.1rem solid #ffd9a8;
	border-radius: 0.3rem;
	letter-spacing: 0.04em;
	vertical-align: 0.1em;
}
#sec_voice_detail .voice_gap_tabs__foot {
	margin: 2rem 0 0;
	padding: 1.4rem 1.6rem;
	font-size: max(1.4rem, 13px);
	line-height: 1.75;
	color: #585852;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 0.8rem;
	border: 1px dashed #c9c4bc;
}

/* 長いページタイトル */
@media screen and (max-width: 767px) {
	#sec_page_head .page_ttl span.ja {
		font-size: 2rem;
		line-height: 1.4;
	}
}

/* 入社の決め手 */
#sec_voice_detail .voice_join_rank {
	margin: 0 0 3.2rem;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
}
/* 入社の決め手：見出しは左寄せ（.sub_ttl 共通トーン） */
#sec_voice_detail .voice_join_rank .voice_join_rank__heading.sub_ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.55rem;
	flex-wrap: wrap;
	margin: 2rem 0;
	text-align: left;
}
#sec_voice_detail .voice_join_rank + .sub_ttl {
	margin-top: 0;
}

/* 会社の良いところ：カード枠・番号円（::before） */
#sec_voice_detail .voice_good_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	counter-reset: good;
}
#sec_voice_detail .voice_good_list > li {
	list-style: none;
}
#sec_voice_detail .voice_good_item {
	counter-increment: good;
	display: flex;
	align-items: center;
	gap: 1.2rem 1.4rem;
	margin: 0;
	padding: 2rem 2.4rem;
	min-height: 0;
}
#sec_voice_detail .voice_good_item::before {
	content: counter(good);
	flex-shrink: 0;
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	background: linear-gradient(180deg, #ff9a4d 0%, #ff8128 100%);
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
#sec_voice_detail .voice_good_item:nth-child(1)::before {
	background: linear-gradient(180deg, #ff9a4d 0%, #ee7700 100%);
}
#sec_voice_detail .voice_good_body {
	flex: 1 1 auto;
	min-width: 0;
}
#sec_voice_detail .voice_good_body h3 {
	font-weight: 700;
	font-size: max(1.8rem, 15px);
	color: #262623;
	margin: 0;
	line-height: 1.5;
}
/* 会社を一言で表すと（吹き出し） */
#sec_voice_detail .voice_word_bubbles {
	position: relative;
	width: 100%;
	max-width: 88rem;
	min-height: 42rem;
	margin: 3rem auto 9rem;
}
#sec_voice_detail .voice_word_bubble {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 13.5rem;
	padding: 2rem 3rem;
	background: #fff;
	border-radius: 1rem;
	border: 0.5rem solid currentColor;
}
#sec_voice_detail .voice_word_bubble__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	text-align: center;
	max-width: 100%;
}
#sec_voice_detail .voice_word_bubble__ttl {
	font-weight: 800;
	font-size: clamp(2.8rem, 3.8vw, 5.2rem);
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: inherit;
}
#sec_voice_detail .voice_word_bubble__note {
	display: block;
	font-weight: 500;
	font-size: max(1.4rem, 13px);
	line-height: 1.65;
	letter-spacing: 0.02em;
	color: #262623;
	max-width: 42rem;
}
#sec_voice_detail .voice_word_bubble--merihari .voice_word_bubble__inner {
	align-items: flex-start;
	text-align: left;
	width: 100%;
}
#sec_voice_detail .voice_word_bubble--merihari .voice_word_bubble__note {
	max-width: none;
}
#sec_voice_detail .voice_word_bubble::after {
	content: '';
	position: absolute;
	width: 2.2rem;
	height: 2.2rem;
	background: #fff;
	border-left: 0.5rem solid currentColor;
	border-bottom: 0.5rem solid currentColor;
	transform: rotate(-45deg);
}
#sec_voice_detail .voice_word_bubble--soft {
	top: 0;
	right: 7.8rem;
	width: min(44rem, 78%);
	color: #FF8128;
}
#sec_voice_detail .voice_word_bubble--soft::after {
	right: 7rem;
	bottom: -1.4rem;
}
#sec_voice_detail .voice_word_bubble--merihari {
	top: 17rem;
	left: 0.6rem;
	width: min(55rem, 80%);
	color: #FFAA0D;
	justify-content: flex-start;
	padding-left: 6rem;
}
#sec_voice_detail .voice_word_bubble--merihari::after {
	left: 4rem;
	bottom: -1.4rem;
}
#sec_voice_detail .voice_word_bubble--home {
	right: 0;
	bottom: -5rem;
	width: min(50rem, 77%);
	color: #aabe50;
}
#sec_voice_detail .voice_word_bubble--home::after {
	right: 5rem;
	bottom: -1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_voice_detail .voice_word_bubbles {
		min-height: 0;
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
	#sec_voice_detail .voice_word_bubble {
		position: relative;
		width: 100% !important;
		min-height: 0;
		padding: 1.6rem 2rem;
		justify-content: center;
	}
	#sec_voice_detail .voice_word_bubble__ttl {
		font-size: clamp(2.3rem, 8vw, 3.6rem);
	}
	#sec_voice_detail .voice_word_bubble__note {
		font-size: max(1.15rem, 10px);
	}
	#sec_voice_detail .voice_word_bubble::after {
		left: 2.4rem;
		right: auto;
		bottom: -1.2rem;
	}
	#sec_voice_detail .voice_word_bubble--soft,
	#sec_voice_detail .voice_word_bubble--merihari,
	#sec_voice_detail .voice_word_bubble--home {
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding-left: 2rem;
	}
	#sec_voice_detail .voice_word_bubble--merihari {
		justify-content: center;
	}
	#sec_voice_detail .voice_word_bubble--merihari .voice_word_bubble__inner {
		align-items: center;
		text-align: center;
	}
}

/* おまけ：仕事中音楽聞く？聞かない？（横棒比率バー） */
#sec_voice_detail .voice_bgm {
	margin: 2.4rem auto 0;
	max-width: 64rem;
	padding: 2.4rem 2.4rem 2.6rem;
	background: #FFFCF3;
	border: 0.1rem solid #ffe9d4;
	border-radius: 1rem;
}
#sec_voice_detail .voice_bgm__ttl {
	margin: 0;
	font-weight: 700;
	font-size: max(1.8rem, 15px);
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #262623;
	text-align: center;
}
#sec_voice_detail .voice_bgm__lead {
	margin: 0.6rem 0 0;
	font-size: max(1.3rem, 12px);
	line-height: 1.6;
	color: #6e5f4a;
	text-align: center;
}
#sec_voice_detail .voice_bgm__bar {
	display: flex;
	width: 100%;
	height: 4.6rem;
	margin: 1.8rem 0 0;
	background: #fff;
	border: 0.1rem solid #ffe9d4;
	border-radius: 100vh;
	overflow: hidden;
	box-shadow: 0 0.2rem 0.6rem rgba(238, 119, 0, 0.06);
}
#sec_voice_detail .voice_bgm__segment {
	flex: 0 0 var(--rate, 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	min-width: 0;
	padding: 0 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#sec_voice_detail .voice_bgm__segment--music {
	background: #FF8128;
	color: #fff;
}
#sec_voice_detail .voice_bgm__segment--silent {
	background: #FFEECF;
	color: #b85f00;
}
#sec_voice_detail .voice_bgm__segment-label {
	font-size: max(1.4rem, 12px);
}
#sec_voice_detail .voice_bgm__segment-value {
	font-size: max(1.5rem, 13px);
	font-feature-settings: "tnum" 1;
}
#sec_voice_detail .voice_bgm__legend {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.4rem 2rem;
	margin: 1.4rem 0 0;
	padding: 0;
}
#sec_voice_detail .voice_bgm__legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-size: max(1.25rem, 11px);
	color: #4a3a25;
	letter-spacing: 0.02em;
}
#sec_voice_detail .voice_bgm__legend-item dt,
#sec_voice_detail .voice_bgm__legend-item dd {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-weight: 600;
}
#sec_voice_detail .voice_bgm__legend-item dd {
	color: #b85f00;
	font-weight: 700;
	font-feature-settings: "tnum" 1;
}
#sec_voice_detail .voice_bgm__legend-item dt {
	gap: 0.4rem;
}
#sec_voice_detail .voice_bgm__legend-item dt::after {
	content: "／";
	margin-left: 0.4rem;
	color: #c8b8a0;
	font-weight: 400;
}
#sec_voice_detail .voice_bgm__swatch {
	display: inline-block;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 0.2rem;
}
#sec_voice_detail .voice_bgm__swatch--music {
	background: #FF8128;
}
#sec_voice_detail .voice_bgm__swatch--silent {
	background: #FFEECF;
	border: 0.1rem solid #ffd9a8;
}
#sec_voice_detail .voice_bgm + .voice_bgm {
	margin-top: 2.4rem;
}
#sec_voice_detail .voice_bgm__segment--ai-daily {
	background: #ff8128;
	color: #fff;
}
#sec_voice_detail .voice_bgm__segment--ai-sometimes {
	background: #ffaa0d;
	color: #fff;
}
#sec_voice_detail .voice_bgm__segment--ai-rarely {
	background: #FFEECF;
	color: #b85f00;
}
#sec_voice_detail .voice_bgm__segment--oko-soba {
	background: #ff8128;
	color: #fff;
}
#sec_voice_detail .voice_bgm__segment--oko-both {
	background: #ffaa0d;
	color: #fff;
}
#sec_voice_detail .voice_bgm__segment--oko-udon {
	background: #FFEECF;
	color: #b85f00;
}
#sec_voice_detail .voice_bgm__segment--narrow {
	flex-direction: column;
	gap: 0.1rem;
	padding: 0 0.4rem;
	line-height: 1.15;
	overflow: visible;
	position: relative;
	z-index: 1;
}
#sec_voice_detail .voice_bgm__segment--narrow .voice_bgm__segment-label {
	font-size: max(1.1rem, 10px);
	white-space: nowrap;
}
#sec_voice_detail .voice_bgm__segment--narrow .voice_bgm__segment-value {
	font-size: max(1.2rem, 10px);
}
@media screen and (max-width: 767px) {
	#sec_voice_detail .voice_bgm {
		padding: 2rem 1.6rem 2.2rem;
	}
	#sec_voice_detail .voice_bgm__bar {
		height: 4.6rem;
	}
	#sec_voice_detail .voice_bgm__segment {
		padding: 0 0.6rem;
		gap: 0.3rem;
		font-size: max(1.2rem, 11px);
	}
	#sec_voice_detail .voice_bgm__segment-label {
		font-size: max(1.3rem, 11px);
	}
	#sec_voice_detail .voice_bgm__segment-value {
		font-size: max(1.3rem, 11px);
	}
	/* SP のみ縦積み（中程度に狭いセグメント用） */
	#sec_voice_detail .voice_bgm__segment--narrow-sp {
		flex-direction: column;
		gap: 0.1rem;
		padding: 0 0.4rem;
		line-height: 1.15;
	}
	#sec_voice_detail .voice_bgm__segment--narrow-sp .voice_bgm__segment-label {
		font-size: max(1.1rem, 10px);
		white-space: nowrap;
	}
	#sec_voice_detail .voice_bgm__segment--narrow-sp .voice_bgm__segment-value {
		font-size: max(1.2rem, 10px);
	}
	/* SP では極狭セグメントもセグメント内に収める（はみ出しは許容） */
	#sec_voice_detail .voice_bgm__segment--narrow {
		padding: 0 0.2rem;
	}
	#sec_voice_detail .voice_bgm__segment--narrow .voice_bgm__segment-label {
		font-size: max(0.95rem, 9px);
	}
	#sec_voice_detail .voice_bgm__segment--narrow .voice_bgm__segment-value {
		font-size: max(1rem, 9px);
	}
}

/* メッセージスライダー */
#sec_voice_detail .voice_slider {
	position: relative;
	width: 100%;
	max-width: 72rem;
	margin: 3rem auto 0;
	padding: 0 2rem;
}
#sec_voice_detail .voice_slider__viewport {
	overflow: hidden;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.06);
	border: 1px solid #e8e5e0;
}
#sec_voice_detail .voice_slider__track {
	position: relative;
}
#sec_voice_detail .voice_slider__slide {
	display: none;
	padding: 3rem 2.4rem;
	font-size: max(1.6rem, 15px);
	line-height: 1.85;
	font-weight: 500;
	color: #262623;
	text-align: center;
}
#sec_voice_detail .voice_slider__slide.is-active {
	display: block;
	animation: voice_slide_in 0.45s ease;
}
@keyframes voice_slide_in {
	from {
		opacity: 0;
		transform: translateX(0.8rem);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@media (prefers-reduced-motion: reduce) {
	#sec_voice_detail .voice_slider__slide.is-active {
		animation: none;
	}
}
#sec_voice_detail .voice_slider__prev,
#sec_voice_detail .voice_slider__next {
	position: absolute;
	top: 39%;
	transform: translateY(-50%);
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: 1px solid #EE7700;
	background: #fff;
	color: #EE7700;
	font-size: 1.4rem;
	cursor: pointer;
	z-index: 2;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
#sec_voice_detail .voice_slider__prev:hover,
#sec_voice_detail .voice_slider__next:hover {
	background: #EE7700;
	border-color: #EE7700;
	color: #fff;
}
#sec_voice_detail .voice_slider__prev:focus-visible,
#sec_voice_detail .voice_slider__next:focus-visible {
	outline: 0.25rem solid rgba(238, 119, 0, 0.4);
	outline-offset: 0.2rem;
}
#sec_voice_detail .voice_slider__prev {
	left: 0;
}
#sec_voice_detail .voice_slider__next {
	right: 0;
}
@media screen and (max-width: 767px) {
	#sec_voice_detail .voice_slider__prev,
	#sec_voice_detail .voice_slider__next {
		width: 3.6rem;
		height: 3.6rem;
	}
}
#sec_voice_detail .voice_slider__dots {
	display: flex;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 2rem;
}
#sec_voice_detail .voice_slider__dot {
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #d5d2cc;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease;
}
#sec_voice_detail .voice_slider__dot.is-active {
	background: #EE7700;
	transform: scale(1.15);
}

/* スマホ：仕事紹介ページと同様の余白・見出し（1カラム前提） */
@media screen and (max-width: 767px) {
	#sec_voice_detail {
		padding: 6rem 0 0rem;
	}
	#sec_voice_detail .wrap {
		padding: 0 2rem;
	}
	#sec_voice_detail .voice_post .post_main .block {
		margin-left: -2rem;
		margin-right: -2rem;
		padding: 3.6rem 2rem;
		border-radius: 0;
	}
	#sec_voice_detail .voice_post .post_main .block:first-of-type {
		margin-left: 0;
		margin-right: 0;
		padding: 0 0 3.6rem;
	}
	#sec_voice_detail .voice_post .post_main .block + .block {
		margin-top: 0;
	}
	#sec_voice_detail .voice_post .post_main .block .ttl {
		font-size: max(2.6rem, 20px);
		line-height: 1.45;
	}
	#sec_voice_detail .voice_slider__slide {
		padding: 2.4rem 1.6rem;
	}
	/* ギャップタブ：スマホでは本文と補足のサイズを引き上げ */
	#sec_voice_detail .voice_gap_tabs__list,
	#sec_voice_detail .voice_gap_tabs__list li {
		font-size: max(1.5rem, 14px);
		line-height: 1.85;
	}
	#sec_voice_detail .voice_gap_tabs__note {
		font-size: max(1.35rem, 13px);
		line-height: 1.75;
	}
	#sec_voice_detail .voice_gap_tabs__note::before {
		font-size: max(1.15rem, 11px);
	}
}
