@charset "utf-8";
/* @media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {} 
"Noto Serif JP Bold"
"Noto Serif JP Light"
"Noto Serif JP Regular"
"DIN Pro Light"
"Canvas"
"MADE Canvas"
"DIN Pro Light"*/

/* common
---------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 10dvh;
}

body {
	background-color: #fff;
}
* {
	box-sizing: border-box;
}
.dib {
	display: inline-block;
}
.tac {
	text-align: center;
}
.noto {
	font-family: "Noto Serif JP Regular", sans-serif;
}
.noto-light {
	font-family: "Noto Serif JP Light", sans-serif;
}
.noto-bold {
	font-family: "Noto Serif JP Bold", sans-serif;
}
sup {
	font-size: 14px;
	letter-spacing: normal;
	vertical-align:text-top;
}
.page-header {
	padding-top: 220px;
}
@media only screen and (max-width:768px) {
	.page-header {
		padding-top: 150px;
	}
}
.color-01 {
	color: #5f5040;
}

/* contents
====================================== */
.contents {
	margin-block: min(160px, 16vw);
}
.contents__inner {
	width: min(1060px, calc(100% - 200px));
}
.contents__bgcolor {
	background-color: #c0b9b1;
	padding: 10px;
}
.contents__bg-img {
	/* background: url(../images/voices_bg.jpg) no-repeat center center/cover; */
	background:
	#e5e6e4
	radial-gradient(circle at left top, #fff 0%, #fff 42%, #e5e6e4 65%)
	no-repeat left top / 100% 50%;
}
.contents__header {
	padding: 60px min(40px, 4vw) min(40px, 4vw);
	position: relative;
}
.contents__header::before {
	display: block;
	content: '';
	width: min(240px, 60%);
	aspect-ratio: 865 / 753;
	background-image: url(../images/voices_head_img.png);
	background-repeat: no-repeat;
	background-size: cover;

	position: absolute;
	top: -70%;
	left: 50%;
	transform: translateX(-50%);
}
.contents__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}
.contents__title-img img[src$=".svg"] {
	height: min(58px, 8vw);
	margin-bottom: min(10px, 2vw);
}
.contents__title::before,
.contents__title::after {
	display: inline-block;
	content: '';
	width: 36%;
	height: 2px;
	background-color: #5f5040;
}
.contents__sub-title {
	font-size: min(24px, 5vw);
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 0.5em;
	color: #5f5040;
}
.contents__sub-title small {
	font-size: 80%;
}
.contents__sub-title02 {
	text-align: center;
	font-size: min(24px, 5vw);
	font-weight: 100;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}
.contents__sub-title02 .en{
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	color: #5f5040;
	letter-spacing: 0.05em;
	font-family: "MADE Canvas", serif;
}
.contents__sub-title02-img img[src$=".svg"] {
	height: min(28px, 7vw);
	margin-bottom: min(10px, 2vw);
}
.contents__sub-title02-lead {
	font-size: min(20px, 4vw);
	text-align: center;
	line-height: 1.6;
}
.contents__sub-title02-lead02 {
	/* font-size: 16px; */
	text-align: center;
	line-height: 2;
	margin-bottom: min(30px, 3vw);
	font-weight: bold;
}
.contents__sub-title03 {
	color: #fff;
	text-align: center;
	background: url(../images/voices_title_bg.png) no-repeat center center/cover;
	font-family: "MADE Canvas", serif;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin-block: 40px min(40px, 4vw);
}
.contents__sub-title03 span {
	font-size: 160%;
}
.contents__lead {
	text-align: center;
	font-size: 18px;
	line-height: 2.8;
}


.contents__body {
	padding-inline: min(40px, 4vw);
	padding-bottom: min(40px, 4vw);
}
.contents__body-wrap {
	padding-inline: min(40px, 4vw);
}
.contents__thumb {
	width: min(180px, 100%);
	/* margin-inline: auto; */
}
.contents__text {
	font-size: 16px;
    line-height: 2;
}
.contents__text02 {
	font-size: min(18px, 1.6vw);
	font-weight: bold;
	line-height: 2;
	padding-block: 1em;
}
.contents__text03 {
	display: inline-block;
	font-size: min(12px, 2.4vw);
	color: #595757;
	line-height: 1.4;
	margin-top: 1em;
}
.contents__img {
	width: fit-content;
	margin-inline: auto;
}
.contents__wrap {
	display: grid;
	grid-template-columns: 1fr 2.6fr;
	align-items: center;
	gap: min(20px, 2vw);
}
.contents__wrap02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: min(30px, 3vw);
}
.contents__border {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #5f5040;
	margin-block: 20px min(60px, 6vw);
}

#freeContentsArea {
	background: unset;
	color: #000;
}
#freeContentsArea #bgVideo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.commonLead02,
.commonBdrTitle03 {
	color: #000;
}


/* anchor
------------- */
.anchor {
	margin-block: min(60px, 10vw)
}
.anchor--special .anchor__img03 {
	transform: rotate(180deg);
}
.anchor__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.anchor__list a {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}
.anchor__list a:hover {
	opacity: 0.7;
}
.anchor__img01 {
	width: min(180px, 80%);
	margin-inline: auto;
	margin-bottom: min(20px, 4vw);
}
.anchor__img02 img[src$=".svg"] {
	height: min(34px, 6vw);
	margin-bottom: min(10px, 2vw);
}
.anchor__img03 {
	width: min(180px, 80%);
	margin-inline: auto;
}
.anchor__text {
	font-size: min(22px, 1.7vw);
	text-align: center;
	margin-bottom: min(20px, 2vw);
}

/* contents00
------------- */
.contents00__link {
	width: min(600px, 90%);
	margin-inline: auto;
	margin-top: min(100px, 10vw);
}
.contents00__link a {
	transition:  opacity 0.3s ;
}
.contents00__link a:hover {
	opacity: 0.8;
}
.contents00 .contents__body {
	padding: 0;
}

/* voice01
---------------- */
.voice01__wrap {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	margin-block: min(40px, 4vw);
	gap: min(20px, 2vw);
}

.voice01__wrap02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: min(30px, 3vw);
	margin-bottom: min(30px, 3vw);
}
.voice01__wrap03 {
	display: flex;
	width: min(800px, 100%);
	margin-inline: auto;
	gap: min(30px, 3vw)
}
.voice01__wrap04 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1em;
}
.voice01__img01 {
	width: min(500px, 100%);
	margin-block: min(40px, 4vw);
}
.voice01__img02 {
	width: min(240px, 100%);
}
.voice01__img03 {
	margin-top: min(40px, 4vw);
	width: min(220px, 100%);
	margin-inline: unset;
}
.voice01__img04 {
	width: min(440px, 100%);
	margin-inline: unset;
	margin-left: auto;
}
.voice01__img05 {
	width: min(330px, 100%);
}
.voice01__img06 {
	width: min(450px, 100%);
}
.voice01__img08 {
	width: min(440px, 100%);
}

/* voice02
-------------- */
.voice02__wrap {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: min(30px, 3vw);
	align-items: center;
}
.voice02__wrap02 {
	/* display: flex; */
	display: grid;
	/* justify-content: center; */
	grid-template-columns: 1fr 1fr;
	gap: min(30px, 3vw);
}
.voice__img01 {
	width: min(456px, 100%);
	margin-block: min(40px, 4vw);
}
.voice02__img02 {
	width: min(306px, 100%);
	margin-inline: unset;
	margin-left: auto;
}
.voice02__img03 {
	margin-top: min(60px, 6vw);
	width: min(272px, 100%);
	margin-inline: unset;
	margin-left: min(60px, 6vw);
	margin-right: auto;
}
.voice02__img04 {
	margin-block: min(60px, 5vw);
}
/* voice03
-------------- */
.voice03__wrap {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: min(30px, 3vw);
	align-items: center;
	margin-top: min(20px, 2vw);
}
.voice03__wrap02 {
	display: grid;
	grid-template-columns: 1fr;
	gap: min(40px, 4vw);
	margin-bottom: min(80px, 8vw);
}
.voice03__wrap03 {
	position: relative;
}
.voice03__item {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: min(30px, 3vw);
}
/* .voice03__texts {} */
.voice03__text01 {
	color: #fff;
	background: url(../images/voices_title_bg.png) no-repeat center center/cover;
	font-size: min(18px, 4vw);
	padding: 0.2em 0.4em;
	font-weight: 100;
	margin-bottom: 0.5em;
}
.voice03__text02 {
	font-size: 80%;
	margin-bottom: 2em;
}
.voice03__text03 {
	font-size: 20px;
	color: #5f5040;
	margin-bottom: 0.4em;
}
.voice03__text04 {
	line-height: 1.8;
}
.voice03__sub-title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #5f5040;
	text-align: center;
	margin-bottom: 1em;
}
.voice03__img07 {
	width: 100%;
	margin-bottom: min(60px, 6vw);
	overflow: hidden;
	touch-action: none;
}
.panzoom-wrapper {
	overflow: hidden;
	max-width: 100%;
	touch-action: none;
}
.panzoom-wrapper img {
	display: block;
	max-width: 100%;
	user-select: none;
	-webkit-user-drag: none;
	touch-action: none;
}
.voice03__icons {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 10px;
}
.voice03__icon img[src$=".svg"] {
	width: 30px;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}

/* voice04
----------------- */
.voice04__wrap {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: min(30px, 3vw);
	margin-block: min(40px, 4vw);
}
.voice04__img02 {
	width: min(247px, 100%);
	margin-top: 10%;
	margin-inline: unset;
	margin-left: auto;
}
.voice04__lead {
	text-align: center;
	font-size: 10px;
	margin-bottom: 40px;
}
.voice04__sub-title {
	width: min(480px, 96%);
	margin-inline: auto;
	color: #fff;
	text-align: center;
	background: url(../images/voices_title_bg.png) no-repeat center center/cover;
	font-size: min(18px, 4vw);
	padding: 0.2em 0.4em;
	font-weight: 100;
	margin-bottom: 0.5em;
}
.voice04__sub-title02 {
	font-size: min(24px, 5vw);
	color: #5f5040;
	text-align: center;
	font-weight: bold;
}
.voice04__sub-title02 span {
	color: #172a5a;
}
.voice04__img03 {
	width: min(680px, 100%);
	margin-block: min(40px, 4vw);
}
.voice04__img04 {
	width: min(760px, 100%);
	margin-block: min(40px, 4vw);
}
.voice04__text01 {
	color: #595757;
	font-size: 10px;
	margin-top: 1em;
}
.voice04__text02 {
	width: 55%;
	width: 26em;
	position: absolute;
	top: 0;
	left: 0;
}
.voice04__text02 sup {
	font-size: 60%;
}

@media only screen and (max-width:768px) {
	.inner {
		width: calc(100% - 40px);
	}
	.contents {
		margin-block: 80px;
	}
	.contents__header::before {
		width: min(240px, 50%);
	}
	.contents__lead {
		font-size: 16px;
		line-height: 2;
	}
	.contents__thumb {
		width: min(180px, 40%);
		margin-inline: auto;
		margin-bottom: 20px;
	}
	.contents__body-wrap {
		padding: unset;
	}
	.contents__sub-title {
		line-height: 1.4;
	}
	.contents__text {
		line-height: 1.8;
	}
	.contents__text02 {
		font-size: min(18px, 3vw);
	}
	.contents__wrap,
	.contents__wrap02,
	.voice01__wrap,
	.voice01__wrap02,
	.voice01__wrap03,
	.voice02__wrap,
	.voice03__wrap,
	.voice03__item,
	.voice04__wrap
	{
		display: grid;
		grid-template-columns: 1fr;
	}
	.anchor__list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}
	/* .anchor__item:nth-of-type(2n) {
		transform: translateY(8%);
	} */
	.anchor__img01,
	.anchor__img03 {
		width: min(300px, 70%);
	}
	.anchor__text {
		font-size: min(18px, 3.5vw);
	}
	.voice01__img02 {
		width: min(240px, 60%);
		margin-inline: unset;
		margin-left: auto;
		margin-right: 5%;
	}
	.voice01__img03 {
		width: min(220px, 50%);
		margin-left: unset;
		margin-inline: auto;
	}
	.voice02__img03 {
		margin-left: unset;
	}
	.contents__sub-title02-lead02 {
		text-align: left;
		line-height: 1.6;
	}
	.voice03__img07 img {
		max-width: unset;
        width: 100%;
        height: auto;
	}
	.voice04__text02 {
		position: relative;
		top: unset;
		left: unset;
		width: unset;
	}
	.voice04__img02 {
		margin-left: unset;
		margin-inline: auto;
		margin-top: 0;
	}
	.voice04__lead {
		text-align: left;
	}
}
