/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title.js-inview {
	transform: translateY(0);
}
.page-title .set01 {
	padding: 10px 20px 0;
	overflow: hidden;
}
.page-title .set02 {
	padding: 0 20px 15px;
	overflow: hidden;
}
.page-title .category {
	font-family: var(--josefin);
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	line-height: 1.4;
}
.page-title .en {
	margin-bottom: 10px;
	font-family: var(--josefin);
	font-size: calc(2rem / 1.6);
	font-weight: 600;
	line-height: 1.4;
}
.page-title h1 {
	float: left;
	margin-right: 1em;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	line-height: 1.5;
}
.page-title .sub {
	float: left;
	font-size: calc(1.2rem / 1.6);
}
.page-title video {
	display: block;
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-title .box {
	padding: 15px 20px;
	color: #fff;
	background: rgba(179,123,57,.8);
}
.page-title .box p {
	font-weight: 700;
	line-height: 1.5;
}
.page-title .box p:first-child {
	margin-right: -10px;
	font-size: calc(1.7rem / 1.6);
}
.page-title .box p:last-child {
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .06em;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-title {
	position: relative;
}
.page-title .set01 {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
	padding: 0;
}
.page-title .category {
	margin-bottom: 80px;
	font-size: calc(1.8rem / 1.6);
}
.page-title .en {
	margin-bottom: 30px;
	font-size: calc(3.2rem / 1.6);
}
.page-title .set02 {
	position: absolute;
	bottom: 10px;
	left: 30px;
	z-index: 1;
	padding: 0;
}
.page-title h1 {
	float: none;
	font-size: calc(2rem / 1.6);
}
.page-title .sub {
	float: none;
	font-size: calc(1.8rem / 1.6);
}
.page-title .sub span {
	color: #fff;
}
.page-title .inner {
	position: relative;
	max-height: calc(100vh - 80px);
	margin-left: 220px;
}
.page-title .inner video {
	max-height: calc(100vh - 80px);
}
.page-title .box {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(-50%);
}
.page-title .box p:first-child {
	margin-right: 0;
	font-size: clamp(calc(2rem / 1.6), calc(24 / 1500 * 100vw), calc(2.4rem / 1.6));
	letter-spacing: .06em;
}
.page-title .box p:last-child {
	font-size: clamp(calc(1.4rem / 1.6), calc(16 / 1500 * 100vw), calc(1.6rem / 1.6));
	letter-spacing: .1em;
}
}/* @media */
/* -----------------------------------------------
= member
----------------------------------------------- */
.member {
	margin-inline: 20px;
}
.member .inner {
	margin-bottom: 10px;
	padding-block: 20px;
	border-bottom: 1px solid #b1b1b1;
}
.member h2 {
	position: relative;
	margin-bottom: 10px;
	font-family: var(--josefin);
	font-size: calc(1.4rem / 1.6);
	font-weight: 600;
	line-height: 1.2;
}
.member h2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 5em);
	height: 1px;
	background: #b1b1b1;
}
.member .item {
	display: flex;
	align-items: start;
	gap: 20px;
}
.member .item + .item {
	margin-top: 30px;
}
.member img {
	width: 94px;
}
.member .set {
	flex: 1;
}
.member .name {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
}
.member .name span:first-child {
	margin-right: 1em;
	font-size: calc(1.6rem / 1.6);
}
.member .name span:last-child {
	font-family: var(--josefin);
	font-size: calc(1rem / 1.6);
}
.member .position {
	margin-bottom: 5px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
}
.member .text {
	font-size: calc(1.2rem / 1.6);
	line-height: calc(16 / 12);
}
.member .note {
	font-size: calc(1rem / 1.6);
	text-align: right;
}
@media print, screen and (min-width: 768px) {/* PC */
.member {
	max-width: 1060px;
	margin-inline: auto;
	padding-inline: 20px;
}
.member .inner {
	margin-bottom: 20px;
	padding-block: 60px 25px;
}
.member h2 {
	margin-bottom: 30px;
	font-size: calc(2rem / 1.6);
}
.member .item {
	display: flex;
	gap: 0 70px;
}
.member .item + .item {
	margin-top: 60px;
}
.member .item img {
	width: 188px;
}
.member .name {
	margin-bottom: 40px;
}
.member .name span:first-child {
	font-size: calc(2.4rem / 1.6);
}
.member .name span:last-child {
	font-size: calc(1.6rem / 1.6);
}
.member .position {
	margin-bottom: 20px;
	font-size: calc(1.8rem / 1.6);
}
.member .text {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.member .note {
	font-size: calc(1.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	margin: 20px 20px 50px;
	padding: 10px 10px 20px;
	background: #f4f4ec;
}
.index h2 {
	margin-bottom: 5px;
	color: var(--red);
	font-size: calc(1.4rem / 1.6);
	font-family: var(--josefin);
	font-weight: 600;
}
.index ol {
	border-top: 1px solid #fff;
}
.index li a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.index li a::before,
.index li a::after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	border-radius: 50%;
}
.index li a::before {
	width: 10px;
	height: 10px;
	border: 1px solid var(--red);
}
.index li a::after {
	width: 6px;
	height: 6px;
	margin: 3px;
	background: var(--red);
}
.index li {
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
.index li .num {
	display: block;
	color: var(--red);
	font-size: calc(1.2rem / 1.6);
}
.index li .title {
	display: block;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.4;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	max-width: 1020px;
	margin: 90px auto 150px;
	padding: 20px 20px 60px;
}
.index h2 {
	margin-bottom: 20px;
	font-size: calc(1.8rem / 1.6);
}
.index ol {
	max-width: 800px;
	margin-inline: auto;
	border-top-width: 2px;
}
.index li a {
	padding-left: 25px;
}
.index li a::before,
.index li a::after {
	top: .4em;
}
.index li {
	padding: 15px 0;
	border-bottom-width: 2px;
}
.index li a {
	display: flex;
	align-items: center;
}
.index li .num {
	margin-right: 35px;
	font-size: calc(1.6rem / 1.6);
}
.index li .title {
	flex: 1;
	font-size: calc(1.6rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	display: flex;
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.side {
	position: sticky;
	top: calc(100svh - 44px);
	z-index: 5;
}
.btn-side-nav {
	position: relative;
	width: 124px;
	height: 44px;
	padding-left: 44px;
	color: var(--red);
	background: #edede0;
	border-radius: 0 5px 5px 0;
	font-size: 16px;
}
.btn-side-nav::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 16px;
	height: 100%;
	background: url(../../../img/shared/icon_circle_arrow_red.svg) no-repeat 50% / 100% auto;
}
.side-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 300px;
	max-height: calc(100svh - 44px);
	overflow-y: auto;
	overscroll-behavior: contain;
	margin: 0;
	padding: 0;
	background: #edede0;
	border-radius: 0 5px 5px 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.side-nav.is-open {
	opacity: 1;
	pointer-events: auto;
}
.btn-side-nav-close {
	position: absolute;
	top: 6px;
	right: 6px;
	color: #333;
	font-size: 30px;
	line-height: 1;
}
.side-nav p {
	margin-bottom: 5px;
	padding: 10px 10px 0;
	color: var(--red);
	font-size: calc(1.4rem / 1.6);
	font-family: var(--josefin);
	font-weight: 600;
}
.side-nav ol {
	margin: 0 10px 10px;
}
.side-nav li a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.side-nav li a.is-active {
	color: var(--red);
}
.side-nav li a::before,
.side-nav li a::after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	border-radius: 50%;
}
.side-nav li a::after {
	width: 6px;
	height: 6px;
	margin: 3px;
	background: #f48f97;
}
.side-nav li a.is-active::before {
	width: 10px;
	height: 10px;
	border: 1px solid var(--red);
}
.side-nav li a.is-active::after {
	background: var(--red);
}
.side-nav li {
	padding-block: 5px;
}
.side-nav li .num {
	display: block;
	color: var(--red);
	font-size: calc(1.2rem / 1.6);
}
.side-nav li .title {
	display: block;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.4;
}
@media print, screen and (min-width: 768px) {/* PC */
.side {
	width: 98px;
}
.side .sticky {
	position: sticky;
	top: 0;
	z-index: 5;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.btn-side-nav {
	z-index: 1;
	width: 100px;
	height: 48px;
	margin-left: -26px;
	padding-left: 40px;
	border-radius: 10px 0 0 0;
	transform: rotate(90deg);
}
.btn-side-nav[aria-expanded="true"] {
	z-index: -1;
}
.btn-side-nav::before {
	top: 0;
	left: 10px;
	width: 20px;
	transform: rotate(-90deg);
}
.side-nav {
	top: calc(50% - 50px);
	bottom: auto;
	max-height: calc(100vh - 130px);
	border-radius: 0 10px 10px 0;
	opacity: 1;
	pointer-events: auto;
}
.side-nav.is-open {
	width: 280px;
}
.btn-side-nav-close {
	display: none;
	top: 12px;
	right: 12px;
	font-size: 30px;
}
.side-nav.is-open .btn-side-nav-close {
	display: block;
}
.side-nav p {
	display: none;
	margin-bottom: 5px;
	padding: 15px 20px 0;
	font-size: calc(1.6rem / 1.6);
}
.side-nav.is-open p {
	display: block;
}
.side-nav ol {
	margin: 80px 10px 20px 18px;
}
.side-nav.is-open ol {
	margin-top: 0;
}
.side-nav li a {
	padding-left: 20px;
}
.side-nav li a::before,
.side-nav li a::after {
	top: .3em;
}
.side-nav.is-open li {
	padding-block: 10px;
}
.side-nav li .num {
	display: none;
	font-size: calc(1.4rem / 1.6);
}
.side-nav li .title {
	display: none;
}
.side-nav.is-open li .num,
.side-nav.is-open li .title {
	display: block;
}
}/* @media */
/* -----------------------------------------------
= chapter
----------------------------------------------- */
.chapter {
	padding-bottom: 50px;
}
.chapter .img + .section {
	margin-top: 30px;
}
.chapter .img video {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.img-large {
	margin-bottom: 30px;
}
.img-large video {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
@media print, screen and (min-width: 768px) {/* PC */
.chapter {
	flex: 1;
	padding-bottom: 0;
}
.chapter .img {
	margin-left: -98px;
}
.chapter .img video {
	height: 400px;
}
.chapter .img + .section {
	margin-top: 280px;
}
.img-large {
	margin-bottom: 280px;
	margin-left: -98px;
}
.img-large video {
	height: auto;
	max-height: 800px;
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section {
	scroll-margin-top: 60px;
	margin: 0 20px 50px;
}
.section .num {
	color: var(--red);
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
}
.section h2 {
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	line-height: 1.4;
}
.section .sub {
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 10px 40px;
	border-bottom: 1px dashed #f48f97;
	font-size: calc(1.4rem / 1.6);
	line-height: 1.4;
}
.section .sub::before {
	content: "";
	position: absolute;
	top: .8em;
	left: 0;
	width: 30px;
	height: 1px;
	background: #000;
}
.section .item {
	display: flex;
	align-items: start;
	gap: 0 10px;
	margin-bottom: 25px;
}
.section .item img {
	width: 36px;
}
.section .item p {
	flex: 1;
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .04em;
}
.section .item p span {
	margin-right: 1em;
	font-weight: 700;
}
.section .img {
	margin: 0 0 30px 46px;
}
.section .msg {
	margin-block: auto;
	font-weight: 300;
	line-height: 1.4;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.section .msg span:first-child {
	font-family: serif;
	font-size: calc(4.3rem / 1.6);
}
.section .msg span:last-child {
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.section .msg span:last-child::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100px;
	background: #989898;
}
@media print, screen and (min-width: 768px) {/* PC */
.section {
	display: flex;
	align-items: start;
	justify-content: space-between;
	scroll-margin-top: 80px;
	max-width: 1180px;
	margin: 0 auto 80px;
	overflow: clip;
}
.section .block {
	max-width: 810px;
	flex: 1;
}
.section.type01 .block {
	order: 2;
	margin-left: min(120px, calc(120 / 1500 * 100vw));
	padding-right: 20px;
}
.section.type02 .block {
	margin-right: min(120px, calc(120 / 1500 * 100vw));
}
.section .msg {
	margin: 160px 0 0;
	line-height: 1;
}
.section.type01 .msg {
	order: 1;
}
.section.type02 .msg {
	margin-right: min(120px, calc(120 / 1500 * 100vw));
}
.section .num {
	margin-left: 70px;
	font-size: calc(2rem / 1.6);
}
.section h2 {
	margin-left: 70px;
	font-size: calc(2.8rem / 1.6);
}
.section .sub {
	margin-bottom: 40px;
	margin-left: 70px;
	padding: 0 0 20px 60px;
	font-size: calc(1.8rem / 1.6);
}
.section .sub::before {
	top: .8em;
	width: 56px;
}
.section .item {
	gap: 0 22px;
	margin-bottom: 35px;
}
.section .item img {
	width: 48px;
}
.section .item p {
	font-size: calc(1.6rem / 1.6);
}
.section .item p span {
	margin-right: 1em;
	font-weight: 700;
}
.section .img {
	margin: 0 0 50px 70px;
}
.section .msg span:first-child {
	font-size: clamp(calc(4rem / 1.6), calc(72 / 1500 * 100vw), calc(7.2rem / 1.6));
}
.section .msg span:last-child {
	font-size: calc(2.4rem / 1.6);
	font-weight: 700;
}
.section .msg span:last-child::before {
	height: 170px;
}
}/* @media */
