@charset "UTF-8";
/*-----------------------------------
    contents_inner（下層ページ用）
-----------------------------------*/
@media screen and (max-width: 640px) {
	.contents_inner {
		width: 90%;
	}
}

/*-----------------------------------
    voice_section_head（共通見出し）
-----------------------------------*/
.voice_section_head {
	margin-bottom: 50px;
}

.voice_section_en {
	display: block;
	margin-bottom: 8px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	color: #c0876f;
}

.voice_section_lead {
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 1.9;
	color: #6a5a50;
}

@media screen and (max-width: 840px) {
	.voice_section_head {
		margin-bottom: 30px;
	}
}


/*-----------------------------------
    voice_list（先輩紹介カード）
-----------------------------------*/
#voice_list_block {
	padding: 90px 0;
	background-color: #ffffff;
}

.voice_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
}

.voice_card {
	overflow: hidden;
}

.voice_card_photo {
	position: relative;
}

.voice_card_photo img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
}

.voice_card_badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 7px 18px;
	border-radius: 999px;
	background-color: rgba(247, 52, 32, 0.92);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #ffffff;
	border: 2px solid #fff;
}

.voice_card_body {
	padding: 25px 0 0;
}

.voice_card_name {
	display: flex;
	align-items: baseline;
	gap: 12px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-size: 2.8rem;
	color: #4e3f2d;
}

.voice_card_roman {
	font-size: 1.5rem;
	font-style: italic;
	color: #c0876f;
}

.voice_card_role {
	margin-top: 6px;
	padding-bottom: 16px;
	border-bottom: 1px solid #ebd6bc;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	color: #a8857a;
}

.voice_card_quote {
	position: relative;
	margin-top: 35px;
	padding-left: 25px;
	font-size: 1.5rem;
	line-height: 200%;
	color: #5b4b42;
}

.voice_card_quote::before {
	content: "“";
	position: absolute;
	left: -4px;
	top: -18px;
	font-family: "Yellowtail", cursive;
	font-size: 5rem;
	line-height: 1;
	color: #f2b8ab;
}

@media screen and (max-width: 840px) {
	#voice_list_block {
		padding: 60px 0;
	}

	.voice_list {
		grid-template-columns: 1fr;
		gap: 80px;
	}
}


/*-----------------------------------
    voice_qa
-----------------------------------*/
#voice_qa_block {
	padding: 100px 0;
	background-color: #fef8ef;
}

.voice_qa_person {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

.voice_qa_person + .voice_qa_person {
	margin-top: 80px;
}

.voice_qa_person_photo {
	flex: none;
	width: 200px;
}

.voice_qa_person_photo img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(78, 63, 45, 0.14);
}

.voice_qa_person_body {
	flex: 1;
	min-width: 0;
}

.voice_qa_person_name {
	margin-bottom: 16px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-size: 2.6rem;
	color: #4e3f2d;
}

.voice_qa_person_role {
	margin-left: 10px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #a8857a;
}

.voice_qa_item {
	padding: 18px 22px;
	border: 1px solid #ebd6bc;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 0 4px 14px rgba(78, 63, 45, 0.04);
}

.voice_qa_item + .voice_qa_item {
	margin-top: 12px;
}

.voice_qa_q {
	display: flex;
	gap: 10px;
	align-items: baseline;
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #4e3f2d;
}

.voice_qa_a {
	display: flex;
	gap: 15px;
	align-items: baseline;
	font-size: 1.5rem;
	line-height: 1.95;
	color: #6a5a50;
}

.voice_qa_q .fs_en,
.voice_qa_a .fs_en {
	flex: none;
	font-weight: 700;
	font-size: 2.0rem;
}

.voice_qa_q .fs_en {
	color: #f73420;
}

.voice_qa_a .fs_en {
	color: #c9a26a;
}

@media screen and (max-width: 840px) {
	#voice_qa_block {
		padding: 60px 0;
	}

	.voice_qa_person {
		gap: 18px;
	}

	.voice_qa_person + .voice_qa_person {
		margin-top: 36px;
	}

	.voice_qa_person_photo {
		width: 80px;
	}
}

@media screen and (max-width: 640px) {
	.voice_qa_person {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.voice_qa_person_photo {
		width: 100px;
	}

	.voice_qa_q,
	.voice_qa_a {
		text-align: left;
	}
}


/*-----------------------------------
    voice_schedule
-----------------------------------*/
#voice_schedule_block {
	margin-bottom: 80px;
	padding: 90px 0;
	background-color: #ffffff;
}

.voice_schedule_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.voice_schedule_item {
	padding: 22px 20px;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 6px 16px rgba(78, 63, 45, 0.05);
}

.voice_schedule_time {
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
	color: #f73420;
}

.voice_schedule_title {
	margin: 8px 0 6px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #4e3f2d;
}

.voice_schedule_desc {
	font-size: 1.5rem;
	line-height: 1.75;
	color: #7a6a60;
}

@media screen and (max-width: 840px) {
	#voice_schedule_block {
		padding: 60px 0;
	}

	.voice_schedule_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
}
