@charset "UTF-8";
.page-title {
	background: url("../img/voice/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 225px;
	text-align: left;
	position: relative;
	margin-top: 131px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}
.page-title .ttl02 {
	width: fit-content;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px 0;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.2em;
	margin: 0;
	text-shadow: none;
	padding: 0;
}
.page-title .ttl02 span {
	font-size: 3.125em;
	padding: 0;
	letter-spacing: 0.1em;
}
.content {
	color: #1C0C00;
}
.inner {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
	.page-title .ttl02 span {
		font-size: 2.4em;
		padding: 0;
		letter-spacing: 0.1em;
	}
	.inner {
		display: block;
	}
}
figure {
	position: relative;
}
figure figcaption {
	color: #1C0C00;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.1rem;
	font-family: 'Shippori Mincho B1', serif;
	padding: 0.1em 0.5em;
}
figure figcaption.white {
	color: #fff;
}
figure figcaption.cap_bg {
	background-color: rgba(0, 0, 0, .5);
}

.slideEffectWrap {
	overflow: hidden;
}
.slideEffectUp {
	transform: translateY(-100%);
	overflow: hidden;
	transition: transform 1.2s ease-in-out;
	display: block;
}
.slideEffectUp img {
	transform: translateY(100%);
	filter: blur(5px) grayscale(100%);
	transition: transform 1.2s ease-in-out, filter 3s ease-in-out;
}
.slideEffectUp.is-active {
	transform: translateY(0);
}
.slideEffectUp.is-active img {
	transform: translateY(0);
	filter: blur(0) grayscale(0);
}


/* sec01
-----------------------------------------------*/
.sec01 {
	max-width: 1000px;
	padding: 60px 0 90px;
	margin: 0 auto;
}
.sec01 h3 {
	font-size: 3rem;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	margin: 0 0 60px;
}
.sec01_graph01 {
	position: relative;
	margin-bottom: 90px;
}
.sec01_graph01 figure:nth-child(1) {
	width: 712px;
	margin: 0 auto;
	z-index: 10;
}
.sec01_graph01 figure:not(:nth-child(1)) {
	position: absolute;
}
.sec01_graph01 figure:nth-child(2) {
	width: 174px;
	top: 20px;
	left: 0;
}
.sec01_graph01 figure:nth-child(3) {
	width: 216px;
	bottom: -20px;
	left: 0;
}
.sec01_graph01 figure:nth-child(4) {
	width: 181px;
	bottom: 120px;
	right: 0;
}
.sec01_inner {
	display: flex;
	justify-content: space-between;
}
.sec01_inner > div {
	width: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec01_inner p {
	font-size: 3rem;
	color: #9E9284;
	position: relative;
	height: 74px;
	line-height: 74px;
	margin-bottom: 30px;
}
.sec01_inner p::before,
.sec01_inner p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right,rgba(155, 143, 128, 0.49) 0%, rgba(155, 143, 128, 0.9) 20.69%, #9b8f80 51.86%, rgba(155, 143, 128, 0.9) 81.77%, rgba(155, 143, 128, 0.49) 100%);
}
.sec01_inner p::after {
	top: auto;
	bottom: 0;
}

@media only screen and (max-width: 768px) {
	.sec01 {
		width: 90%;
		padding: 40px 0 40px;
	}
	.sec01 h3 {
		font-size: 4.4vw;
		line-height: 1.6;
	}
	.sec01_graph01 {
		position: relative;
		margin-bottom: 90px;
	}
	.sec01_graph01 figure:nth-child(1) {
		width: 100%;
	}
	.sec01_graph01 figure:not(:nth-child(1)) {
		position: absolute;
	}
	.sec01_graph01 figure:nth-child(2) {
		max-width: 174px;
		width: 25%;
		top: -30px;
		left: -10px;
	}
	.sec01_graph01 figure:nth-child(3) {
		max-width: 216px;
		width: 35%;
		bottom: -60px;
		left: -10px;
	}
	.sec01_graph01 figure:nth-child(4) {
		max-width: 181px;
		width: 30%;
		top: -50px;
		right: -10px;
	}
	.sec01_graph01 + h3 {
		margin-bottom: 20px;
	}
	.sec01_inner {
		flex-direction: column;
		row-gap: 30px;
	}
	.sec01_inner > div {
		max-width: 480px;
		width: 100%;
	}
	.sec01_inner p {
		font-size: 4vw;
		height: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.sec01_inner p::before,
	.sec01_inner p::after {
		height: 0.8px;
	}
}


/* sec02
-----------------------------------------------*/
.sec02 {
	padding: 112px 0 180px;
}
.sec02::before {
	content: "";
	width: 990px;
	height: 1110px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
}
.sec02 h3 {
	font-size: 4rem;
	font-weight: 400;
	font-family: 'Shippori Mincho B1', serif;
	letter-spacing: 0.1em;
	margin: 0 0 70px;
}
.sec02 .sec_img div {
	display: flex;
	column-gap: 20px;
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.sec02 {
		padding: 40px 0 80px;
	}
	.sec02::before {
		width: 70%;
		height: 1110px;
	}
	.sec02 h3 {
		font-size: 4.8vw;
		letter-spacing: 0;
		margin: 0 0 30px;
	}
}

/* sec03
-----------------------------------------------*/
.sec03 {
	padding: 0 0 180px;
}
.sec03::before {
	content: "";
	width: 990px;
	height: 790px;
	position: absolute;
	right: 0;
	top: 75px;
	background: #ffffff;
}
.sec03 .sec_img {
	order: 2;
}
.sec03 .sec_inner + .sec_inner {
	margin-top: 50px;
}
.sec03 .price_wrap {
	display: block;
	margin: 60px auto 0;
	background: rgba(255,255,255,0.5);
	padding: 30px 20px 20px;
}
.sec03 .price_wrap h4 {
	font-size: 2.2rem;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0 0 10px #9B8F80, 0 0 5px #9B8F80;
	margin-bottom: 30px;
}
.sec03 .price_wrap h4 span {
	z-index: 2;
	line-height: 64px;
}
.sec03 .price_wrap h4::before {
	content: "";
	position: absolute;
	left: calc(50% - 250px);
	top: 0;
	width: 500px;
	height: 60px;
	background: linear-gradient(to right,rgba(155, 143, 128, 0) 0%, rgba(155, 143, 128, 0.9) 49.79%, rgba(155, 143, 128, 0) 100%);
}
.sec03 .price_wrap > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec03 .price_wrap > div figure {
	width: 454px;
	order: 1;
}
.sec03 .price_wrap > div figure + figure {
	order: 3;
}
.sec03 .price_wrap > div::before {
	content: "";
	height: 150px;
	width: 0.5px;
	background: #51473A;
	opacity: 0.75;
	order: 2;
}
.sec03 .price_wrap p.cap {
	font-size: 1.1rem;
	margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
	.sec03 {
		padding: 0 0 80px;
	}
	.sec03::before {
		width: 70%;
		height: 790px;
	}
	.sec03 .sec_img {
		order: 2;
	}
	.sec03 .sec_inner + .sec_inner {
		margin-top: 40px;
	}
	.sec03 .sec_inner + .sec_inner .sec_txt:first-of-type p {
		margin-bottom: 40px;
	}
	.sec03 .price_wrap {
		margin: 40px auto 0;
		padding: 20px 15px 15px;
	}
	.sec03 .price_wrap h4 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	.sec03 .price_wrap h4 span {
		z-index: 2;
		line-height: 40px;
	}
	.sec03 .price_wrap h4::before {
		left: 5%;
		width: 90%;
		height: 40px;
	}
	.sec03 .price_wrap > div {
		flex-direction: column;
	}
	.sec03 .price_wrap > div figure {
		max-width: 454px;
		width: 90%;
	}
	.sec03 .price_wrap > div::before {
		height: 0.5px;
		width: 150px;
		margin: 20px 0;
	}
	.sec03 .price_wrap p.cap {
		width: 90%;
		margin: 20px auto 0;
		font-size: 1rem;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
	}
}

.sec04 {
	padding: 0 0 180px;
}
.sec04::before {
	content: "";
	width: 990px;
	height: 580px;
	position: absolute;
	left: 0;
	top: 56px;
	background: #ffffff;
}
@media only screen and (max-width: 768px) {
	.sec04 {
		padding: 0 0 80px;
	}
	.sec04::before {
		width: 70%;
		height: 580px;
	}
}

.sec05 {
	padding: 0 0 180px;
}
.sec05::before {
	content: "";
	width: 990px;
	height: 580px;
	position: absolute;
	right: 0;
	top: 56px;
	background: #ffffff;
}
.sec05 .sec_img {
	order: 2;
	position: relative;
}
.sec05 .sec_img figure {
	position: absolute;
}
.sec05 .sec_img figure:nth-child(1) {
	width: 205px;
	left: 0;
	top: 0;
}
.sec05 .sec_img figure:nth-child(2) {
	width: 280px;
	right: 0;
	top: 23px;
}
.sec05 .sec_img figure:nth-child(3) {
	width: 256px;
	left: 56px;
	top: 146px;
}
@media only screen and (max-width: 768px) {
	.sec05 {
		padding: 0 0 80px;
	}
	.sec05::before {
		width: 70%;
		height: 580px;
	}
	.sec05 .sec_img {
		padding-top: 87vw;
	}
	.sec05 .sec_img figure:nth-child(1) {
		max-width: 205px;
		width: calc(205 / 500 * 100vw);
		left: 0;
		top: 0;
	}
	.sec05 .sec_img figure:nth-child(2) {
		max-width: 280px;
		width: calc(280 / 500 * 100vw);
		right: 0;
		top: calc(23 / 500 * 100vw);
	}
	.sec05 .sec_img figure:nth-child(3) {
		max-width: 256px;
		width: calc(256 / 500 * 100vw);
		left: calc(56 / 500 * 100vw);
		top: calc(146 / 500 * 100vw);
	}
}

.sec06 {
	padding: 0 0 140px;
}
.sec06::before {
	content: "";
	width: 990px;
	height: 540px;
	position: absolute;
	right: 0;
	top: 56px;
	background: #ffffff;
}
.sec06 .sec_img {
	position: relative;
}
.sec06 .sec_img figure {
	position: absolute;
}
.sec06 .sec_img figure:nth-child(1) {
	width: 280px;
	right: 0;
	top: 210px;
}
.sec06 .sec_img figure:nth-child(2) {
	width: 233px;
	left: 0;
	top: 150px;
}
.sec06 .sec_img figure:nth-child(3) {
	width: 305px;
	right: 40px;
	top: 0;
}
@media only screen and (max-width: 768px) {
	.sec06 {
		padding: 0 0 60px;
	}
	.sec06::before {
		width: 70%;
		height: 540px;
	}
	.sec06 .sec_img {
		padding-top: 78vw;
	}
	.sec06 .sec_img figure:nth-child(1) {
		max-width: 280px;
		width: calc(280 / 500 * 100vw);
		right: 0;
		top: calc(210 / 500 * 100vw);
	}
	.sec06 .sec_img figure:nth-child(2) {
		max-width: 233px;
		width: calc(233 / 500 * 100vw);
		left: 0;
		top: calc(150 / 500 * 100vw);
	}
	.sec06 .sec_img figure:nth-child(3) {
		max-width: 305px;
		width: calc(305 / 500 * 100vw);
		right: calc(40 / 500 * 100vw);
		top: 0;
	}
}

.bnr_interview {
	width: 1000px;
	margin: 0 auto 100px;
}
.bnr_interview a {
	transition: .4s;
}
.bnr_interview a:hover {
	opacity: .7;
}
@media only screen and (max-width: 768px) {
	.bnr_interview {
		max-width: 1000px;
		width: 90%;
		margin: 0 auto 60px;
	}
}

.sec_ttl {
	width: 1000px;
	font-size: 3rem;
	font-weight: 500;
	color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 38px;
	background: linear-gradient(to right,#9b8f80 0%, rgba(155, 143, 128, 0) 100%);
	padding: 9px 0 9px 30px;
	margin: 0 auto 50px;
}
.sec_ttl img {
	width: 235px;
}
.sec_ttl span {
	text-shadow: 0 0 10px #9B8F80, 0 0 5px #9B8F80;
}
.sec_inner {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.sec_img {
	width: 500px;
}
.sec_txt {
	width: 440px;
	text-align: left;
}
.sec_txt .icon_voice {
	width: 98px;
	margin-bottom: 14px;
}
.sec_txt .sec_txt_icon {
	width: 83px;
	margin-bottom: 16px;
}
.sec_txt .sec_txt_copy {
	color: #ffffff;
	margin-bottom: 55px;
	z-index: 2
}
.sec05 .sec_txt .sec_txt_copy {
	margin-bottom: 25px;
}
.sec_txt .sec_txt_copy span {
	display: inline-block;
	background-color: #9B8F80;
	margin-bottom: 5px;
	padding: 2px 7px 1px;
}
.sec_txt .sec_txt_photo {
	position: absolute;
	right: 0;
	top: -8px;
	width: 264px;
	z-index: 0;
}
.sec_txt .sec_txt_photo::before {
	content: "";
	position: absolute;
	left: -56px;
	top: 56px;
	width: 147px;
	height: 143px;
	z-index: -1;
	background: linear-gradient(to bottom,#d1c2a6 0%, rgba(209, 194, 166, 0) 100%);
	opacity: 0.49;
}
.sec_txt > p {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
a.btn_more {
	color: #7B664B;
	width: 260px;
	height: 55px;
	font-size: 1.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #7B664B;
	background-color: #ffffff;
	margin: 0 auto;
	transition: .4s;
}
a.btn_more::after {
	content: "";
	background-color: #7B664B;
	width: 26px;
	height: 0.5px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: .4s;
}
a.btn_more:hover {
	color: #ffffff;
	background-color: #7B664B;
}
a.btn_more:hover::after {
	background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
	.sec_ttl {
		width: 95%;
		font-size: 5.4vw;
		flex-direction: column;
		row-gap: 10px;
		background: linear-gradient(to right,#9b8f80 0%, rgba(155, 143, 128, 0.2) 100%);
		padding: 5px 15px 5px 10px;
		margin: 0 0 30px auto;
	}
	.sec_ttl img {
		width: 160px;
		filter: drop-shadow(0 0 10px rgba(121,105,86,1.00));
	}
	.sec_ttl span {
		line-height: 1.2;
	}
	.sec_inner {
		max-width: 1000px;
		width: 90%;
		display: block;
	}
	.sec_img {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.sec_txt {
		max-width: 440px;
		width: 100%;
		margin: 0 auto;
	}
	.sec_txt .icon_voice {
		width: 80px;
		margin-bottom: 10px;
	}
	.sec_txt .sec_txt_icon {
		width: 75px;
		margin-bottom: 10px;
	}
	.sec_txt .sec_txt_copy {
		font-size: 1.3rem;
		margin-bottom: 40px;
	}
	.sec05 .sec_txt .sec_txt_copy {
		margin-bottom: 15px;
	}
	.sec_txt .sec_txt_photo {
		max-width: 264px;
		width: 70%;
	}
	.sec_txt .sec_txt_photo::before {
		left: -45px;
		height: 120px;
	}
	a.btn_more {
		width: 220px;
		height: 45px;
		font-size: 1.6rem;
	}
	a.btn_more::after {
		width: 24px;
	}
}



