@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#container {
	background: linear-gradient(to bottom,#0d0907 0%,#0d0907 77rem, #9aa9b9 70%,  #9aa9b9 calc(100% - 88rem), #fff calc(100% - 50rem));
	background: linear-gradient(to bottom,#0d0907 0%, #9aa9b9 49.75%, #fff calc(100% - 50rem));
}
.comMainVisual .mainImg img {
	opacity: 0.7;
}
.comTopBox .imgBox p {
	text-align: left;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.1;
}
.comTopBox .imgBox .image img {
	width: 12.6rem;
}
.comTopBox .imgBox .image span {
	margin-top: 0.4rem;
	display: block;
	font-weight: 500;
	font-size: 1.6rem;
}
#main .interviewWrap {
	padding-bottom: 14rem;
	width: 120rem;
	position: relative;
	z-index: 1;
}
#main .interviewWrap .item {
	margin-bottom: 16rem;
	position: relative;
}
#main .interviewWrap .heading {
	margin-bottom: 0.3rem;
	font-weight: 400;
	font-size: 6.4rem;
	font-family: "Forum", serif;
	position: relative;
	z-index: 6;
}
#main .interviewWrap .imgBox {
	position: relative;
	z-index: 6;
}
#main .interviewWrap .heading.black {
	color: #0d0907;
}
#main .interviewWrap .imgBox .link {
	display: block;
	background-color: #464646;
	position: relative;
	z-index: 2;
}
#main .interviewWrap .imgBox .posPhoto {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #464646;
	z-index: -1;
}
#main .interviewWrap .imgBox .posPhoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .interviewWrap .imgBox .posPhoto::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(90deg,#0d0907 0%, #fff 100%);
	mix-blend-mode: overlay;
}
#main .interviewWrap .imgBox .photoBox {
	width: 36.5rem;
	margin-bottom: -9.3rem;
	box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1);	
}
#main .interviewWrap .imgBox .photoBox img {
	width: 100%;
}
#main .interviewWrap .title {
	margin-bottom: 2.8rem;	
	font-size: 3.8rem;
	font-family: "Shippori Mincho", serif;
	letter-spacing: 0.1em;
	line-height: 1.68;
	font-weight: 500;
}
#main .interviewWrap p {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
}
#main .interviewWrap p .name {
	display: inline-block;
	margin: 0.4rem 1.5rem 0 0;
	font-family: Forum;
	font-weight: 400;
	font-size: 3.2rem;
	font-family: "Forum", serif;
}
#main .interviewWrap p small {
	font-size: 1.6rem;
}
#main .ribbon1 {
	position: absolute;
	right: -7.2rem;
	z-index: -1;
	width: 179.6rem;
	top: -22.5rem;
}
#main .ribbon2 {
	width: 147.5rem;
	position: absolute;
	left: 14.5rem;
	top: 0;
}
#main .ribbon3 {
	width: 185rem;
	position: absolute;
	left: 50%;
	bottom: -16.9rem;
	transform: translateX(calc(-50% - 16rem));
}
@media all and (min-width: 897px) {
	.comTopBox .head {
		margin-bottom: 4.3rem;
		font-size: 3.8rem;
	}
	.comTopBox {
		margin-bottom: 9.1rem;
	}
	.comTopBox .imgBox {
		margin: 0 1.5rem 0 1.5rem;
		display: flex;
		justify-content: space-between;
	}
	.comTopBox .imgBox .text {
		flex: 1
	}
	.comTopBox .imgBox .image {
		margin: -1.3rem 0 0;
		width: 17.6rem;
		text-align: center;
	}
	#main .interviewWrap .imgBox .link {
		display: flex;
		z-index: 2;
		padding: 6rem 8rem 0;
		justify-content: space-between;
	}
	#main .interviewWrap .imgBox .textBox {
		margin: 1.3rem -13rem 0 0;
		width: 60rem;
	}
	#main .interviewWrap .item.itemRev .imgBox .link {
		flex-direction: row-reverse;
	}
	#main .interviewWrap .item.itemRev .imgBox .posPhoto::before {
		background: linear-gradient(-90deg,#0d0907 0%, #fff 100%);
	}
	#main .interviewWrap .item.itemRev .imgBox .photoBox {
		position: relative;
		top: 2.5rem;
	}
	#main .interviewWrap .imgBox .link .photoBox {
		overflow: hidden;
	}
	#main .interviewWrap .imgBox .link .photoBox img {
		transition: 0.3s;
	}
	#main .interviewWrap .imgBox .link:hover .photoBox img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	#main {
		background: linear-gradient(to bottom,#0d0907 0%, #9aa9b9 49.75%, #fff 100%);
	}
	#main .interviewWrap {
		padding-bottom: 4.8rem;
	}
	.comTopBox .head {
    	margin-bottom: 2.8rem;
		line-height: 1.6;
	}
	.comTopBox .imgBox {
		margin-bottom: 7rem;
	}
	.comTopBox .imgBox p {
		margin-bottom: 1.8rem;
		font-size: 1.3rem;
		line-height: 1.77;		
	}
	.comTopBox .imgBox .image {
		width: 11rem;
		margin-left: auto;
	}
	.comTopBox .imgBox .image img {
		width: 8.7rem;
	}
	.comTopBox .imgBox .image span {
		font-size: 1rem;
	}
	#main .interviewWrap .item {
		margin-bottom: 22.133vw;
	}
	#main .interviewWrap .heading {
		margin-bottom: 0;
		font-size: 4rem;
	}
	#main .interviewWrap .imgBox .link {
		padding: 3.5rem 1.5rem 0.1rem;
	}
	#main .interviewWrap .title {
		margin: 0 -2rem 1.6rem 0;
		font-size: 2.2rem;
		line-height: 1.45;
	}
	#main .interviewWrap p {
		font-size: 1rem;
	}
	#main .interviewWrap p .name {
		margin: 0.1rem 0.9rem 0 0;
		font-size: 2rem;
	}
	#main .interviewWrap p small {
		font-size: 1rem;
	}
	#main .interviewWrap .imgBox .photoBox {
		margin: -4.5rem 0 -13.8vw auto;
		width: calc(100% - 16.9rem);
	}
	#main .interviewWrap .item.itemRev .imgBox p {
		margin-left: calc(100% - 13.5rem);
		margin-right: -1rem;
	}
	#main .interviewWrap .item.itemRev .imgBox p .name {
		margin-right: 0.5rem;
	}
	#main .interviewWrap .item.itemRev .imgBox .photoBox {
		margin: -4.5rem 0 -13.8vw 0;
	}
	#main .interviewWrap .imgBox .posPhoto::before {
		background: linear-gradient(135deg,#0d0907 0%, #fff 100%);
	}
	#main .interviewWrap .item.itemRev .imgBox .posPhoto::before {
		background: linear-gradient(-135deg,#0d0907 0%, #fff 100%);
	}
	#main .ribbon1 {
		width: 56rem;
		top: -6.5rem;
		right: 50%;
		transform: translateX(calc(50% - 2rem));
	}
	#main .ribbon2 {
		width: 72rem;
		left: 50%;
		top: 1.5rem;
		transform: translateX(calc(-50% + 7.6rem));
	}
	#main .ribbon3 {
		width: 54.8rem;
		bottom: -13.8vw;
		transform: translateX(calc(-50% - 0.5rem));
	}

}
