
.voice-area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 98%;
	max-width: 1080px;
	height: auto;
	overflow: hidden;
}







/* header */
.voice_head {
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.voice_head .voice_head_txt {
	display: block;
	position: relative;
	padding: 0 28px 0 28px;
	margin: 0 0 0 0;
	width: 60%;
	height: auto;
	float: left;
	overflow: hidden;
}

.voice_head .voice_head_txt .kind {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #9b886d;
	font-size: 1.5em;
	line-height: 28px;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
}

.voice_head .voice_head_txt .kind span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 16px 0 0;
	width: 120px;
	height: 26px;
	line-height: 26px;
	background-color: #9b886d;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	border-radius: 6px;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.voice_head .voice_head_txt .name {
	display: block;
	position: relative;
	padding: 20px 0 0 8px;
	margin: 0 0 0 0;
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

.voice_head .voice_head_txt .title {
	display: block;
	position: relative;
	padding: 50px 0 0 8px;
	margin: 0 0 0 0;
	font-size: 2.8em;
	line-height: 1.3em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
}

.voice_head .voice_head_txt .kinmu {
	display: block;
	position: relative;
	padding: 20px 0 28px 8px;
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.voice_head .voice_head_txt .kinmu span {
	display: inline-block;
	position: relative;
	padding: 0 12px 0 0;
}

.voice_head .voice_head_img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 40%;
	height: auto;
	float: left;
	overflow: hidden;
}

.voice_head .voice_head_img img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 12px 0 18px 0;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

@media screen and (max-width: 768px) {

	.voice_head .voice_head_txt {
		display: block;
		position: relative;
		padding: 12px 0 0 0;
		margin: 0 auto 0 auto;
		width: 80%;
		height: auto;
		float: none;
		overflow: hidden;
	}
	
	.voice_head .voice_head_img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 80%;
		height: auto;
		float: none;
		overflow: hidden;
	}

}

@media screen and (max-width: 640px) {

	.voice_head .voice_head_txt {
		display: block;
		position: relative;
		padding: 12px 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		height: auto;
		float: none;
		overflow: hidden;
	}
	
	.voice_head .voice_head_img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 95%;
		height: auto;
		float: none;
		overflow: hidden;
	}

}







/* ナビ */

.voice-layout {
	display: block;
	position: relative;
	padding: 40px 0 40px 0;
	margin: 0 0 0 0;
	width: 100%;
	align-items:flex-start;
	position:relative;
}



.voice-layout .voice-nav {
	display: block;
	position: absolute;
	width:280px;
	top: 40px;
	left: 0;
	z-index: 10;
}

.voice-layout .voice-nav.fixed {
	display: block;
	position:fixed;
	top: 180px;
	width:280px;
	left: auto;
	z-index: 10;
}

.voice-layout .voice-nav.stop {
	display: block;
	position:fixed;
	top: -100px;
	width:240px;
	left: auto;
	z-index: 10;
}

.voice-layout .voice-nav ul {
	list-style:none;
	padding:0;
}

.voice-layout .voice-nav li {
	font-size: 1.2em;
	line-height: 2.2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.voice-layout .voice-nav a {
	text-decoration:none;
	color: #9b886d;
}

.voice-layout .voice-nav a:hover {
	text-decoration:none;
	color: #9b886d;
	text-decoration: underline;
}

.voice-layout .voice-nav a.active {
	font-weight:bold;
	color: #9b886d;
	text-decoration: underline;
}

.voice-layout .voice-nav a span {
	padding: 0 8px 0 0;
}


@media screen and (max-width: 940px) {
	
	.voice-layout .voice-nav {
		display: none;
	}	

	.voice-layout .voice-nav.fixed {
		display: none;
	}
	
	.voice-layout .voice-nav.stop {
		display: none;
	}
	
}
	


/* コンテンツ */

.voice-layout .voice-content {
	display: block;
	position: relative;
	padding: 0 0 0 280px;
	margin: 0 0 0 0;
	z-index: 5;
}

.voice-layout .voice-content .voice__section {
	display: block;
	position: relative;
	margin-bottom: 120px;
	scroll-margin-top: 160px;
	height: auto;
	overflow: hidden;
}


.voice-layout .voice-content .voice__section h2 {
	display: block;
	position: relative;
	font-size: 1.1em;
	line-height: 2.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.voice-layout .voice-content .voice__section h2 span {
	padding: 0 8px 0 0;
}


	
	
.voice-layout .voice-content .voice__section .voice_ti {
	display: block;
	position: relative;
	padding: 0 0 8px 0;
	margin: 0 0 24px 0;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 700;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #e3e3e3;
}
	
	
.voice-layout .voice-content .voice__section .voice_co {
	display: block;
	position: relative;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}

.voice-layout .voice-content .voice__section .voice_co p {
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}			
	
	
.voice-layout .voice-content .voice_img {
	display: block;
	position: relative;
	padding:  0 0 0 0;
	margin: 24px 1% 0 1%;
	width: 98%;
}

.voice-layout .voice-content .voice_img img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

@media screen and (max-width: 940px) {

	.voice-layout .voice-content {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 768px;
		height: auto;
		z-index: 5;
	}

}














/* foot */
.voice_foot {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}







































































































