/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title.js-inview {
	transform: translateY(0);
}
.page-title .set {
	padding: 10px 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 .inner {
	position: relative;
}
.page-title .box {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.page-title .box p span {
	display: inline-block;
	margin-block: 3px;
	padding-inline: 5px;
	background: #fff;
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .06em;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-title {
	position: relative;
}
.page-title .set {
	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 h1 {
	float: none;
	font-size: calc(2rem / 1.6);
}
.page-title .sub {
	float: none;
	font-size: calc(1.5rem / 1.6);
}
.page-title .inner {
	position: relative;
	max-height: calc(100vh - 80px);
	margin-left: 220px;
}
.page-title .inner img {
	object-fit: cover;
	max-height: calc(100vh - 80px);
}
.page-title .box {
	right: 80px;
	bottom: 80px;
}
.page-title .box p span {
	margin-block: 4px;
	padding-inline: 10px;
	font-size: calc(2.6rem / 1.6);
}
}/* @media */
@media print, screen and (max-width: 999px) and (min-width: 768px) {/* TABLET */
.page-title .box {
	right: 30px;
	bottom: 30px;
}
.page-title .box p span {
	font-size: calc(2.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	padding: 40px 20px 0;
}
.profile .item {
	padding: 20px 0;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}
.profile .name {
	margin-bottom: 10px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}
.profile .name span {
	font-family: var(--josefin);
}
.profile .division {
	margin-bottom: 5px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
}
.profile .text {
	font-size: calc(1.2rem / 1.6);
	line-height: 1.4;
}
.profile .note {
	margin-top: 20px;
	font-size: calc(1.2rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	max-width: 1060px;
	margin-inline: auto;
	padding: 80px 20px 100px;
}
.profile .item {
	display: flex;
	padding: 30px 0;
}
.profile .name {
	width: calc(260 / 1060 * 100%);
	margin: 0;
	font-size: calc(2.4rem / 1.6);
}
.profile .set {
	flex: 1;
}
.profile .division {
	margin-bottom: 10px;
	font-size: calc(1.8rem / 1.6);
}
.profile .text {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
}
.profile .note {
	font-size: calc(1.4rem / 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 {
	position: static;
	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-width: none;
	max-height: calc(100vh - 260px);
	border-radius: 0 10px 10px 0;
	opacity: 1;
	pointer-events: auto;
}
.side-nav.is-open {
	width: 360px;
}
.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 {
	padding-block: 3px;
}
.side-nav.is-open li {
	padding-block: 5px;
}
.side-nav li a {
	padding-left: 20px;
}
.side-nav li a::before,
.side-nav li a::after {
	top: .3em;
}
.side-nav li:first-child a::before,
.side-nav li:first-child a::after {
	top: .2em;
}
.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: 40px;
}
.chapter .img img {
	object-fit: cover;
	height: 250px;
}
@media print, screen and (min-width: 768px) {/* PC */
.chapter {
	flex: 1;
	min-width: 0;
}
.chapter .img + .section {
	margin-top: 160px;
}
.chapter .img {
	margin-left: -98px;
}
.chapter .img img {
	height: 100%;
	max-height: 800px;
}
}/* @media */
/* -----------------------------------------------
= on-off
----------------------------------------------- */
.on-off {
	scroll-margin-top: 60px;
	padding: 0 20px 40px;
}
.on-off h2 {
	margin-bottom: 15px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .04em;
}
.on-off .item + .item {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
}
.on-off .item + .item::before,
.on-off .item + .item::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% - 31px);
	width: 62px;
	height: 1px;
	background: #000;
}
.on-off .item + .item::before {
	transform: rotate(-45deg);
}
.on-off .item + .item::after {
	transform: rotate(45deg);
}
.on-off .box {
	position: relative;
	padding: 6px 20px 40px;
	text-align: center;
}
.on-off .box p {
	color: #fff;
	font-weight: 700;
}
.on-off .box .type {
	margin-bottom: 8px;
	font-family: var(--josefin);
	font-size: calc(2rem / 1.6);
}
.on-off .box .question {
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .04em;
}
.on-off .box .answer {
	font-size: calc(2rem / 1.6);
	line-height: 1.4;
	letter-spacing: .06em;
}
.on-off .box .btn-more {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	background: rgba(255,255,255,.8);
	font-family: var(--josefin);
	font-size: calc(1.4rem / 1.6);
}
.on-off .detail {
	position: relative;
	background: #edede0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}
.on-off .detail.is-open {
	max-height: 600px;
	padding: 20px 20px 40px;
}
.on-off .detail .text {
	font-size: calc(1.4rem / 1.6);
}
.on-off .detail .btn-close {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	color: #fff;
	background: #989898;
	font-family: var(--josefin);
	font-size: calc(1.4rem / 1.6);
}
.on-off .detail.is-open .btn-close {
	display: block;
}
@media print, screen and (min-width: 768px) {/* PC */
.on-off {
	scroll-margin-top: 80px;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 118px 140px 20px;
}
.on-off h2 {
	margin-bottom: 30px;
	font-size: calc(2.8rem / 1.6);
}
.on-off .item-wrap {
	display: flex;
	gap: 0 100px;
}
.on-off .item  {
	width: 100%;
}
.on-off .item + .item {
	margin-top: 0;
	padding-top: 0;
}
.on-off .item + .item::before,
.on-off .item + .item::after {
	top: 84px;
	left: -80px;
}
.on-off .box {
	padding-bottom: 50px;
}
.on-off .box .type {
	font-size: calc(2.8rem / 1.6);
}
.on-off .box .question {
	font-size: calc(1.6rem / 1.6);
}
.on-off .box .answer {
	font-size: calc(2.8rem / 1.6);
}
.on-off .box .btn-more {
	padding: 0 20px;
	font-size: calc(1.6rem / 1.6);
	line-height: 1.4;
}
.on-off .detail.is-open {
	max-height: 500px;
	padding: 20px 50px 50px;
}
.on-off .detail .text {
	font-size: calc(1.6rem / 1.6);
}
.on-off .detail .btn-close {
	font-size: calc(1.6rem / 1.6);
	line-height: 1.4;
}
}/* @media */
@media print, screen and (max-width: 1119px) and (min-width: 768px) {/* TABLET */
.on-off {
	padding-right: 20px;
}
}/* @media */
@media print, screen and (max-width: 879px) and (min-width: 768px) {/* TABLET */
.on-off .item-wrap {
	display: block;
}
.on-off .item + .item {
	margin-top: 50px;
	padding-top: 50px;
}
.on-off .item + .item::before,
.on-off .item + .item::after {
	top: 0;
	left: calc(50% - 31px);
}
}/* @media */
/* -----------------------------------------------
= section
----------------------------------------------- */
.section {
	position: relative;
	scroll-margin-top: 60px;
	padding: 0 20px 50px;
	overflow: clip;
}
.section-set {
	position: relative;
	overflow: clip;
}
.section .num {
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
}
.section .num span:first-child {
	color: var(--red);
}
.section .num span:last-child {
	color: #989898;
}
.section h2 {
	padding: 5px 0;
	border-bottom: 1px solid #b1b1b1;
	font-size: calc(1.6rem / 1.6);
	line-height: 1.4;
}
.section .bg-en,
.section-set .bg-en {
	position: absolute;
	top: 80px;
	right: -14px;
	z-index: -1;
	color: #ffece8;
	transform: rotate(90deg) translateX(100%);
	transform-origin: top right;
	font-family: var(--noto);
	font-size: calc(6rem / 1.6);
	font-weight: 800;
	line-height: calc(65 / 60);
	white-space: nowrap;
}
.section .text {
	margin-top: 1.5em;
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .04em;
}
.section .img {
	margin: 30px 0 0;
}
.section .img img {
	height: 200px;
}
.img-large {
	margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {/* PC */
.section {
	scroll-margin-top: 80px;
	padding: 0 20px 120px;
}
.section .inner {
	max-width: 800px;
	margin: 0 auto;
}
.section .num {
	padding: 5px 0;
	font-size: calc(2rem / 1.6);
}
.section h2 {
	margin-bottom: 40px;
	padding: 12px 0 8px;
	font-size: calc(2.8rem / 1.6);
	line-height: 1.4;
}
.section .bg-en,
.section-set .bg-en {
	font-size: calc(14rem / 1.6);
	line-height: calc(152 / 140);
}
.section#chapter01 {
	padding-top: 278px;
}
.section#chapter01 .bg-en {
	top: 0;
}
.section-set .bg-en {
	top: 130px;
}
.section .text {
	margin-top: 2em;
	font-size: calc(1.6rem / 1.6);
}
.section .img {
	margin: 80px 0 0;
}
.section .img img {
	height: auto;
}
.img-large {
	margin-bottom: 140px;
}
}/* @media */
/* -----------------------------------------------
= swiper
----------------------------------------------- */
.swiper-wrapper {
	padding-bottom: 60px;
}
.swiper-button {
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
	display: block;
	position: relative;
	top: auto;
	width: 44px;
	height: 44px;
	margin: 0 20px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
	position: absolute;
	top: 16px;
	width: 10px;
	height: 10px;
	border-top: 1.5px solid;
	border-right: 1.5px solid;
}
.swiper-button-prev::after {
	left: 18px;
	transform: rotate(-135deg);
}
.swiper-button-next::after {
	right: 18px;
	transform: rotate(45deg);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.swiper-pagination {
	display: none;
	position: static;
	margin-bottom: 20px;
}
.swiper-pagination-bullet {
	width: 52px;
	height: 4px;
	background: #fff;
	border-radius: 0;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0;
	bottom: 0;
}
.swiper {
	position: relative;
}
.swiper-scroll-text {
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: calc(1.2rem / 1.6);
	letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {/* PC */
.swiper-wrapper {
	padding-bottom: 0;
}
.swiper-button {
	display: flex;
	justify-content: start;
	float: left;
	margin: 45px 20px 0 0;
}
.swiper-button-prev,
.swiper-button-next {
	width: 48px;
	height: 48px;
	margin: 0;
}
.swiper-button-prev {
	margin: 0 30px 0 -10px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	top: 18px;
	border-top: 2px solid;
	border-right: 2px solid;
}
.swiper-button-prev::after {
	left: 20px;
}
.swiper-button-next::after {
	right: 20px;
}
.swiper-horizontal > .swiper-pagination {
	float: left;
	width: auto;
	margin-block: 55px;
}
.swiper-pagination {
	display: block;
}
.swiper-pagination-bullet {
	width: 88px;
	height: 6px;
}
.swiper-scroll-text {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= one-day
----------------------------------------------- */
.one-day {
	scroll-margin-top: 60px;
	margin: 0 0 40px 20px;
	padding: 10px 0 10px 20px;
	color: #fff;
	border-radius: 20px 0 0 0;
}
.one-day h2 {
	margin-bottom: 25px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: .04em;
}
.one-day h2 span {
	margin-right: .5em;
	font-family: var(--josefin);
	font-size: calc(2rem / 1.6);
}
.one-day .time {
	margin-bottom: 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-family: var(--josefin);
	font-size: calc(1.8rem / 1.6);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.one-day h3 {
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	letter-spacing: .04em;
}
.one-day .text {
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .01em;
}
.one-day .swiper-slide {
	width: 260px;
}
.one-day .swiper-button-prev::after,
.one-day .swiper-button-next::after {
	border-top-color: #c78094;
	border-right-color: #c78094;
}
@media print, screen and (min-width: 768px) {/* PC */
.one-day {
	scroll-margin-top: 80px;
	margin: 0 0 140px;
	padding: 20px 0 70px 40px;
	border-radius: 40px 0 0 0;
}
.one-day h2 {
	margin-bottom: 70px;
	font-size: calc(1.8rem / 1.6);
}
.one-day h2 span {
	font-size: calc(3.6rem / 1.6);
}
.one-day .time {
	margin-bottom: 15px;
	border-radius: 8px;
	font-size: calc(2.8rem / 1.6);
}
.one-day h3 {
	margin-bottom: 15px;
	font-size: calc(2rem / 1.6);
}
.one-day .text {
	font-size: calc(1.6rem / 1.6);
	letter-spacing: .04em;
}
.one-day .swiper-slide {
	width: 360px;
}
}/* @media */
/* -----------------------------------------------
= career
----------------------------------------------- */
.career {
	scroll-margin-top: 60px;
	margin: 0 0 40px 20px;
	padding: 10px 0 10px 20px;
	color: #fff;
	background: #a59185;
	border-radius: 20px 0 0 0;
}
.career h2 {
	margin-bottom: 25px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: .5em;
}
.career h2 span {
	margin-right: .5em;
	font-family: var(--josefin);
	font-size: calc(2rem / 1.6);
	letter-spacing: .04em;
}
.career .year {
	max-width: 180px;
	margin: 0 auto 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-family: var(--josefin);
	font-size: calc(1.8rem / 1.6);
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.career .division {
	margin-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .04em;
}
.career h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .04em;
}
.career .text {
	font-size: calc(1.4rem / 1.6);
	letter-spacing: .01em;
}
.career .swiper-slide {
	width: 260px;
}
.career .swiper-button-prev::after,
.career .swiper-button-next::after {
	border-top-color: #a59185;
	border-right-color: #a59185;
}
@media print, screen and (min-width: 768px) {/* PC */
.career {
	scroll-margin-top: 80px;
	margin: 0 0 160px 20px;
	padding: 20px 0 60px 40px;
	border-radius: 40px 0 0 0;
}
.career h2 {
	margin-bottom: 60px;
	font-size: calc(1.8rem / 1.6);
}
.career h2 span {
	font-size: calc(3.6rem / 1.6);
}
.career .year {
	margin-bottom: 10px;
	border-radius: 8px;
	font-size: calc(2rem / 1.6);
}
.career .division {
	margin-bottom: 10px;
	font-size: calc(2.2rem / 1.6);
}
.career h3 {
	font-size: calc(1.8rem / 1.6);
}
.career .text {
	font-size: calc(1.6rem / 1.6);
}
.career .swiper-slide {
	width: 360px;
}
}/* @media */
/* -----------------------------------------------
= other-interview
----------------------------------------------- */
.other-interview {
	padding: 40px 20px;
}
.other-interview h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #b1b1b1;
	font-family: var(--josefin);
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.other-interview ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px 40px;
}
.other-interview .name {
	margin-top: 5px;
	font-size: calc(1rem / 1.6);
	font-weight: 700;
}
.other-interview .division {
	font-size: calc(1rem / 1.6);
	font-weight: 700;
}
.other-interview .title {
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.other-interview {
	max-width: 1060px;
	margin: 0 auto;
	padding: 80px 20px 90px;
}
.other-interview h2 {
	margin-bottom: 40px;
	padding-bottom: 10px;
	font-size: calc(2rem / 1.6);
}
.other-interview ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
}
.other-interview li {
	width: calc(50% - 30px);
}
.other-interview .name {
	margin-top: 15px;
	font-size: calc(1.6rem / 1.6);
	line-height: 1.2;
}
.other-interview .division {
	font-size: calc(1.6rem / 1.6);
}
.other-interview .title {
	font-size: calc(2rem / 1.6);
}
}/* @media */
