@charset "utf-8";
/*------------------------------------------------------------
	interview index
------------------------------------------------------------*/
.comNav .navSub02 .linkList .nav02 a {
	opacity: 0.5;
}
#cover {
	background: #fff;
}
#main {
	margin-bottom: 13.1rem;
	padding: 13.4rem 0 19.9rem;
	color: #000;
	position: relative;
}
#main::before {
	width: 1.5rem;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	content: '';
	z-index: 20;
	transition: all 0.7s ease-in-out 0.2s;
}
#main.visible::before {
	height: 100%;
}
#main.top .fadeInL {
	transform: translateX(10rem);
}
#main.top .fadeInL.visible {
	transform: none;
	transition: opacity ease 5s, transform ease 8s;
}
#main.top .clipInL {
	transition: opacity ease 8s;
}
#main.top .clipInL em {
	transform: translateX(10%);
}
#main.top .clipInL.visible em {
	transform: translateX(0);
	transition: transform ease 8s;
}
#main.top .clipIn em {
	transform: translateY(100%);
}
#main.top .clipIn.visible em {
	transform: translateY(0);
	transition: transform ease 1s;
}
#main.top .introBox {
	margin: 0 auto 9.8rem;
	max-width: 100rem;
	display: flex;
	justify-content: center;
	gap: 3rem;
}
#main.top .introBox::selection {
	color: #fff;
	background-color: #000;
}
#main.top .introBox p {
	max-width: calc(50% - 1.5rem);
	font-size: max(10px, 1.5rem);
	letter-spacing: 0.06em;
	line-height: 2.133;
}
#main.top .introBox .enTxt {
	margin-top: 0.3rem;
	color: #3C3C3C;
	font-size: max(10px, 1.4rem);
	line-height: 2.142;
	order: 1;
}
#main.top .mainBox {
	margin-left: 11.4rem;
}
#main.top .h2Ttl {
	margin: 0 0 -1.9rem -0.9rem;
	color: #B9B9B9;
	font-size: 10.5rem;
	line-height: 1;
}
#main.top .h2Ttl::selection {
	color: #fff;
	background-color: #000;
}
#main.top .linkList {
	display: flex;
	justify-content: space-between;
}
#main.top .linkList.first {
	margin-bottom: 8rem;
}
#main.top .linkList li {
	width: 17.571%;
	transition: opacity ease 2.5s calc(var(--delay) * var(--index)), width ease 0.7s;
	--delay: 0.05s;
}
#main.top .linkList li:nth-of-type(1) {
	--index: 1;
}
#main.top .linkList li:nth-of-type(2) {
	--index: 2;
}
#main.top .linkList li:nth-of-type(3) {
	--index: 3;
}
#main.top .linkList li:nth-of-type(4) {
	--index: 4;
}
#main.top .linkList li:nth-of-type(5) {
	--index: 5;
}
#main.top .linkList li:nth-of-type(6) {
	--index: 6;
}
#main.top .linkList a {
	display: block;
	opacity: 1;
}
#main.top .linkList .photo {
	width: 100%;
	height: 30.6vw;
	overflow: hidden;
}
#main.top .linkList .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
	/*filter: grayscale(100%);*/
	transition: 0.7s;
}
#main.top .linkList .textBox {
	margin-top: 3.1rem;
}
#main.top .linkList .textBox::selection {
	color: #fff;
	background-color: #000;
}
#main.top .linkList .text01 {
	margin-bottom: 1rem;
	font-size: 2rem;
	letter-spacing: 0.01em;
	line-height: 1.2;
}
#main.top .linkList .text02 {
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.01em;
}
#main.top .linkList .text02 span {
	display: block;
}
#main.top .linkList .text02 .sml {
	margin-top: 0.1rem;
	font-size: max(10px, 1rem);
	letter-spacing: 0.01em;
}
#main.top .linkList .view {
	margin-top: 0.2rem;
	font-size: max(10px, 1.2rem);
	letter-spacing: 0.01em;
}
@media all and (min-width: 1000px) {
	#main.top .linkList li:hover {
		width: 21.565%;
	}
	/*#main.top .linkList li:hover img {
		filter: grayscale(0%);
	}*/
}
@media all and (max-width: 999px) {
	.interviewTop #container {
		overflow: hidden;
	}
	#main {
		margin-bottom: 0;
		padding: 7.5rem 0 10rem;
	}
	#main::before {
		width: 0.7rem;
	}
	#main.top .introBox {
		margin-bottom: 3rem;
		max-width: 72.8%;
		display: block;
	}
	#main.top .introBox p {
		max-width: initial;
		font-size: 1.2rem;
		line-height: 1.9166;
	}
	#main.top .introBox .enTxt {
		margin: 0 0 1.3rem;
		font-size: max(10px, 1rem);
		line-height: 1.8;
	}
	#main.top .mainBox {
		margin-left: 0;
	}
	#main.top .h2Ttl {
		margin: 0 0 5.8rem 0.1rem;
		font-size: 6.5rem;
	}
	#main.top .linkList {
		margin-left: 3rem;
		display: flex;
		flex-wrap: wrap;
	}
	#main.top .linkList.first {
		margin-bottom: 0.2rem;
	}
	#main.top .linkList li {
		margin-bottom: 2.2rem;
		width: 50%;
	}
	#main.top .linkList li:last-child {
		margin-bottom: 0;
	}
	#main.top .linkList .photo {
		height: auto;
	}
	#main.top .linkList .photo img {
		height: auto;
	}
	#main.top .linkList .textBox {
		margin-top: 0.8rem;
	}
	#main.top .linkList .text01 {
		margin-bottom: 0.3rem;
		font-size: 1.5rem;
	}
	#main.top .linkList .text02 {
		font-size: 1rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 1.1rem;
	}
	#main.top .linkList .view {
		margin-top: 0rem;
		font-size: 1rem;
		pointer-events: none;
	}
}
/*------------------------------------------------------------
	interview detail
------------------------------------------------------------*/
#main.detail .fadeInL {
	transform: translateX(5rem);
}
#main.detail .fadeInL.visible {
	transform: none;
	transition: opacity ease 2s, transform ease 8s;
}
#main.detail .clipIn em {
	transform: translateY(100%);
}
#main.detail .clipIn.visible em {
	transform: translateY(0);
	transition: transform ease 1s;
}
#main.detail h2 .clipIn em {
	transform: translateY(100%);
}
#main.detail h2 .clipIn.visible em {
	transform: translateY(0);
	transition: transform ease 1s;
}
#main.detail .blurIn {
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
#main.detail .blurIn.visible {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	transition: opacity ease 1s, filter ease 1s;
}
#main.detail .contsBox .profile .text02 {
	filter: blur(10px);
	-webkit-filter: blur(10px);
}
#main.detail .contsBox .profile .text02.visible {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	transition: opacity ease 1s, filter ease 1s;
}
#main.detail .fadeIn.visible {
	transition: all ease 1s;
}
#main.detail .sideWrap > div {
	overflow: clip;
}
#main.detail .sideWrap div img {
	transform: scale(1.1);
	opacity: 0;
	transition: transform ease 1.5s, opacity ease 1s;
	/*filter: grayscale(100%);*/
}
#main.detail .sideWrap .photo02 img {
	transition-delay: 0.15s;
}
#main.detail .sideWrap .photo03 img {
	transition-delay: 0.6s;
}
#main.detail .sideWrap.visible div img {
	opacity: 1;
	transform: none;
}
#main.detail {
	padding: 0;
	--h2-btm: 66rem;
	--l-btm: 33rem
}
#main.detail .fixTxt {
	width: fit-content;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: -0.3rem;
	color: #000;
	line-height: 1;
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-size: 11.1rem;
	letter-spacing: 0.01em;
	opacity: 0.05;
	z-index: 1;
}
#main.detail .fixTxt::selection {
	color: #fff;
	background: #000;
}
#main.detail .fixTxt02 {
	opacity: 1;
	mix-blend-mode: overlay;
}
#main.detail .fixTxt span {
	margin-bottom: calc(0px - var(--l-btm));
	display: block;
	position: sticky;
	left: 0;
	top: calc(50% + 1.1rem);
	transform: translateY(-50%);
	opacity: 0;
    transition: opacity 0.7s ease-in-out 0.2s;
}
#main.detail.visible .fixTxt span {
	opacity: 1;
}
#main.detail h2 {
	margin-bottom: var(--h2-btm);
	height: 0;
	position: sticky;
	right: -0.6rem;
	top: 5.4rem;
	color: #E6E6E6;
	font-size: 10rem;
	line-height: 1;
	text-align: right;
	z-index: 200;
	opacity: 1;
	transition: opacity ease 1s 0.1s;
}
#main.detail h2::selection {
	color: #fff;
	background: #000;
}
#main.detail h2.out {
	opacity: 0.3;
}
#main.detail h2 em {
	display: block;
	font-style: normal;
}
#main.detail .mainBox {
	margin-bottom: 30rem;
	margin-top: calc(0px - var(--h2-btm));
	position: relative;
	display: flex;
	justify-content: space-between;
}
#main.detail .sideBox {
	margin-top: 14.9rem;
	width: 42.8%;
	min-height: 80rem;
	position: relative;
}
#main.detail .sideBox::selection {
	color: #fff;
	background: #000;
}
#main.detail .sideBox .sideWrap {
	width: 100%;
	height: 100vh;
	max-height: 80rem;
	position: sticky;
	left: 0;
	top: 0;
}
#main.detail .sideBox img {
	width: 100%;
	transition: 0.3s;
}
#main.detail .sideBox .photo01,
#main.detail .sideBox .photo02,
#main.detail .sideBox .photo03 {
	position: absolute;
}
#main.detail .contsBox {
	padding: 22.6rem 3.5rem 0 9.5rem;
	width: 57%;
	position: relative;
	z-index: 10;
}
#main.detail .contsBox::selection {
	color: #fff;
	background-color: #000;
}
#main.detail .contsBox h3 {
	margin-bottom: 2.9rem;
	font-size: 3.6rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.5277;
}
#main.detail .contsBox h3 span {
	display: inline-block;
}
#main.detail .contsBox h3 .clipIn:nth-of-type(2) em {
	transition-delay: 0.2s;
}
#main.detail .contsBox h3 .clipIn:nth-of-type(3) em {
	transition-delay: 0.2s;
}
#main.detail .contsBox .profile {
	position: relative;
	margin-bottom: 25rem;
}
#main.detail .contsBox .profile .text01 {
	margin-bottom: 0.4rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2.4rem;
}
#main.detail .contsBox .profile .text01 .sub01 {
	display: block;
	font-size: 3.6rem;
	letter-spacing: 0.01em;
}
#main.detail .contsBox .profile .text01 .sub02 {
	display: block;
	font-size: max(10px, 1rem);
	letter-spacing: 0.01em;
	line-height: 1.4;
}
#main.detail .contsBox .profile .text01 .sub02 span {
	display: block;
	font-size: max(10px, 1.3rem);
	letter-spacing: 0.01em;
}
#main.detail .contsBox .profile .text02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	font-size: max(10px, 1.4rem);
	letter-spacing: 0.06em;
	position: relative;
}
#main.detail .contsBox .profile .text02::after {
	width: 5rem;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -9.9rem;
	background: #000;
	content: '';
}
#main.detail .contsBox .profile .text02 .sml {
	margin-top: 0.1rem;
	font-size: max(10px, 1rem);
}
#main.detail .contsBox .secBox h4 {
	margin-bottom: 2.4rem;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5833;
	letter-spacing: 0.02em;
}
#main.detail .contsBox .secBox p {
	margin-bottom: 2rem;
	font-size: max(10px, 1.5rem);
	line-height: 2;
	letter-spacing: 0.06em;
}
#main.detail .contsBox .secBox p:last-child {
	margin-bottom: 0;
}
#main.detail .contsBox .secBox {
	margin-bottom: 25rem;
}
#main.detail .contsBox .secBox:last-child {
	margin-bottom: 0;
}
#main.detail .indexBox {
	margin-left: 15.8rem;
	padding-bottom: 19.9rem;
	position: relative;
	z-index: 10;
}
#main.detail .indexBox h3 {
	margin-bottom: 3.1rem;
	font-size: 3rem;
	line-height: 1.2;
}
#main.detail .indexBox h3::selection {
	color: #fff;
	background-color: #000;
}
#main.detail .indexBox .linkList {
	display: flex;
	margin-left: -0.1rem;
}
#main.detail .indexBox .linkList.first {
	margin-bottom: 5rem;
}
#main.detail .indexBox .linkList li {
	width: 20%;
	border-left: 1px solid #fff;
	background: #fff;
}
#main.detail .indexBox .linkList li a {
	display: block;
	opacity: 1;
}
#main.detail .indexBox .linkList li .pho {
	margin-bottom: 1.2rem;
	overflow: hidden;
}
#main.detail .indexBox .linkList li .pho img {
	width: 100%;
	filter: grayscale(100%);
	transition: transform ease 0.3s, filter ease 0.3s;
}
#main.detail .indexBox .linkList li .text01 {
	margin-bottom: 0.3rem;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
}
#main.detail .indexBox .linkList li .text02 {
	font-size: max(10px, 1rem);
	letter-spacing: 0.01em;
	line-height: 1.45;
}
#main.detail .indexBox .linkList li .view {
	margin-top: 0.2rem;
	font-size: max(10px, 1rem);
	letter-spacing: 0.01em;
}
#main.detail .indexBox .linkList li .text01::selection,
#main.detail .indexBox .linkList li .text02::selection {
	color: #fff;
	background-color: #000;
}
#main.detail .indexBox .linkList li .text02 span {
	display: block;
}
#main.detail .indexBox .linkList li.on a {
	opacity: 0.5;
}
@media all and (min-width: 1000px) {
	#main.detail .sideBox .photo01,
	#main.detail .sideBox .photo02,
	#main.detail .sideBox .photo03 {
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		backface-visibility: hidden;
		transition: all ease 1s, z-index 0s;
	}
	#main.detail .sideBox .photo01 {
		width: 61.5%;
		right: 1.4%;
		top: 51.5%;
		filter: blur(0);
		-webkit-filter: blur(0);
		z-index: 10;
	}
	#main.detail .sideBox .photo02 {
		width: 97.5%;
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
		transform: translate(-13%, 87.4%) scale(1);
		z-index: 9;
	}
	#main.detail .sideBox .photo03 {
		width: 71%;
		filter: blur(1.5rem);
		-webkit-filter: blur(1.5rem);
		transform: translate(-59%, -148%) scale(1);
		z-index: 8;
	}
	#main.detail .sideBox .change01 .photo01 {
		filter: blur(1.5rem);
		-webkit-filter: blur(1.5rem);
		transform: translate(-50%, -106%) scale(0.65);
		z-index: 9;
	}
	#main.detail .sideBox .change01.up .photo01 {
		z-index: 8;
	}
	#main.detail .sideBox .change01 .photo02 {
		filter: blur(0);
		-webkit-filter: blur(0);
		transform: translate(0, -50%) scale(1);
		z-index: 10;
	}
	#main.detail .sideBox .change01 .photo03 {
		transform: translate(-20%, 58%) scale(1.06);
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
		z-index: 8;
	}
	#main.detail .sideBox .change01.up .photo03 {
		z-index: 9;
	}
	#main.detail .sideBox .change02 .photo01 {
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
		transform: translate(-20%, -15%) scale(0.65);
		z-index: 8;
	}
	#main.detail .sideBox .change02 .photo02 {
		filter: blur(1.5rem);
		-webkit-filter: blur(1.5rem);
		transform: translate(-15%, -110%) scale(0.7);
		z-index: 9;
	}
	#main.detail .sideBox .change02 .photo03 {
		transform: translate(-15%, -50%) scale(1.28);
		filter: blur(0rem);
		-webkit-filter: blur(0rem);
		z-index: 10;
	}
	#main.detail .indexBox .linkList li:first-child {
		border-left-color: transparent;
	}
	#main.detail .indexBox .linkList li a:hover .pho img {
		/*filter: grayscale(0%);*/
		transform: scale(1.05);
	}
	#main.detail .indexBox .linkList li.on a:hover {
		opacity: 1;
	}
	#main.detail .contsBox .photoArea01 {
		height: 0;
	}
	#main.detail .contsBox .photoArea02 {
		height: 0;
	}
}
@media all and (max-width: 999px) {
	#main.detail {
		margin-bottom: 8rem;
		padding: 15.2rem 0 0;
	}
	#main.detail h2 {
		margin-bottom: 0;
		position: fixed;
		right: -0.4rem;
		top: 5.7rem;
		font-size: 6.5rem;
		z-index: 2;
	}
	#main.detail .mainBox {
		margin-bottom: 10rem;
		margin-top: 0;
		display: block;
	}
	#main.detail .sideBox {
		margin: 0 0 3.8rem;
		width: 100%;
		height: 56vw;
		max-height: initial;
		min-height: initial;
	}
	#main.detail .sideBox .sideWrap {
		height: inherit;
		max-height: initial;
		position: fixed;
		top: 14.5rem;
		opacity: 1;
		transition: opacity ease 0.3s;
	}
	#main.detail .sideBox .sideWrap.blur {
		opacity: 0.15;
	}
	#main.detail .sideBox .photo01,
	#main.detail .sideBox .photo02,
	#main.detail .sideBox .photo03 {
		width: 88%;
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
		transition: all ease 1s, z-index 0s;
	}
	#main.detail .sideBox .photo01 {
		top: 7%;
		left: 0.7rem;
		filter: blur(0);
		-webkit-filter: blur(0);
		z-index: 10;
	}
	#main.detail .sideBox .photo02 {
		width: 84.5%;
		left: 7.8%;
		top: 7.4%;
		transform: translate(76.7%, -2.3%) scale(0.665);
	}
	#main.detail .sideBox .photo03 {
		width: 83%;
		left: 0.6rem;
		transform: translate(200%, -26%) scale(0.5);
	}
	#main.detail .sideBox .change01 .photo01 {
		transform: scale(1) translate(-88.5%, 18%);
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
		z-index: auto;
	}
	#main.detail .sideBox .change01 .photo02 {
		transform: translate(0, 0) scale(1);
		filter: blur(0);
		-webkit-filter: blur(0);
		z-index: 10;
	}
	#main.detail .sideBox .change01 .photo03 {
		transform: translate(68.2%, -26%) scale(0.55);
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
	}
	#main.detail .sideBox .change02 .photo01 {
		transform: scale(1) translate(-350%, 18%);
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
		z-index: 9;
	}
	#main.detail .sideBox .change02 .photo02 {
		transform: scale(0.645) translate(-350%, 3%);
		filter: blur(0.5rem);
		-webkit-filter: blur(0.5rem);
		z-index: 8;
	}
	#main.detail .sideBox .change02 .photo03 {
		transform: translate(0, 0) scale(1);
		filter: blur(0);
		-webkit-filter: blur(0);
		z-index: 10;
	}
	#main.detail .contsBox {
		padding: 0 1.5rem 0 2.5rem;
		width: auto;
		position: relative;
	}
	#main.detail .contsBox h3 {
		margin-bottom: 1.6rem;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: 0.02em;
	}
	#main.detail .contsBox .profile {
		margin-bottom: 20rem;
	}
	#main.detail .contsBox .profile .text01 {
		margin-bottom: 0.2rem;
		gap: 1.9rem;
	}
	#main.detail .contsBox .profile .text01 .sub01 {
		font-size: 2.6rem;
	}
	#main.detail .contsBox .profile .text01 .sub02 {
		line-height: 1.3;
	}
	#main.detail .contsBox .profile .text01 .sub02 span {
		font-size: 1.2rem;
	}
	#main.detail .contsBox .profile .text02 {
		font-size: max(10px, 1.3rem);
	}
	#main.detail .contsBox .profile .text02::after {
		width: 4rem;
		bottom: -5rem;
	}
	#main.detail .contsBox .secBox h4 {
		margin-bottom: 1.7rem;
		font-size: 1.6rem;
		line-height: 1.5625;
	}
	#main.detail .contsBox .secBox p {
		margin-bottom: 1.5rem;
		font-size: max(10px, 1.3rem);
		line-height: 1.846;
		letter-spacing: 0.04em;
	}
	#main.detail .contsBox .secBox p:last-child {
		margin-bottom: 0;
	}
	#main.detail .contsBox .secBox {
		margin-bottom: 20rem;
	}
	#main.detail .contsBox .secBox.noswitch {
		margin-bottom: 7rem;
	}
	#main.detail .contsBox .secBox:last-child {
		margin-bottom: 0;
	}
	#main.detail .contsBox .photoArea01 {
		height: 82.5vw;
	}
	#main.detail .contsBox .photoArea02 {
		height: 82.5vw;
	}
	#main.detail .indexBox {
		margin-left: 0;
		padding: 6.8rem 0 10rem 3rem;
		background: #fff;
	}
	#main.detail .indexBox h3 {
		margin-bottom: 2.1rem;
		font-size: 2.2rem;
	}
	#main.detail .indexBox .linkList {
		margin-top: -2.9rem;
		flex-wrap: wrap;
	}
	#main.detail .indexBox .linkList.first {
		margin-bottom: 3rem;
	}
	#main.detail .indexBox .linkList li {
		margin-top: 2rem;
		width: 50%;
	}
	#main.detail .indexBox .linkList li .pho {
		margin-bottom: 0.8rem;
	}
	#main.detail .indexBox .linkList li .text01 {
		margin-bottom: 0.3rem;
		font-size: max(10px, 1.5rem);
	}
	#main.top .linkList .view {
		pointer-events: none;
	}
	#main.detail {
		margin-bottom: 0;
	}
	#gFooter {
		padding-top: 8rem;
	}
}