@charset "utf-8";
/*------------------------------------------------------------
	interview_detail
------------------------------------------------------------*/
#main .pageTitle {
	padding: 14.4rem 0 0;
	position: relative;
	overflow: hidden;
	min-height: 116.7rem;
	background-image: url(../img/interview/detail/page_title_bg.webp);
}
#main .pageTitle .enImg {
	position: absolute;
	top: 37.6rem;
	right: 0;
	width: 100%;
}
#main .pageTitle .enImg img {
	margin-right: 2rem;
	width: 320rem;
	display: block;
	max-width: inherit;
}
#main .pageTitle .inner {
	position: relative;
}
#main .pageTitle .inner .en {
	padding-top: 10.9rem;
	position: absolute;
	bottom: 0.8rem;
	left: 7.5rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 10;
	transform: rotate(180deg);
}
#main .pageTitle .inner .en::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 9rem;
	background: #FFF;
	content: '';
}
#main .pageTitle .topPhotoBox {
	position: relative;
	margin: 0 auto;
	width: 104.3rem;
}
#main .pageTitle .topPhotoBox::before {
	position: absolute;
	bottom: -11rem;
	right: -7rem;
	width: 116.5rem;
	height: 77.1rem;
	background: url(../img/interview/detail/page_bg.webp) no-repeat left top / 100%;
	content: '';
}
#main .pageTitle .topPhotoBox .photo {
	clip-path: polygon(0 2.6rem,100% 0,100% calc(100% - 3.5rem),0 100%);
	aspect-ratio: 1043 / 696;
	z-index: 5;
	position: relative;
}
#main .pageTitle .topPhotoBox .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: linear-gradient(196deg, rgba(5, 36, 171, 0.00) 60.18%, #0524AB 91.48%);
	mix-blend-mode: multiply;
	content: '';
}
#main .pageTitle .topPhotoBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .pageTitle .topPhotoBox .hTitle {
	position: absolute;
	top: -1rem;
	right: 2.9rem;
	font-size: 5.1rem;
	font-weight: 700;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.15;
	z-index: 5;
}
#main .pageTitle .topPhotoBox .hTitle .bgText {
	padding: 0.2rem 0 0;
	background: -webkit-linear-gradient(#FFF,#FFF) no-repeat center center / 70% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .pageTitle .textArea {
	margin: -17rem auto 0;
	max-width: 127.6rem;
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .pageTitle .textArea .enName {
	color: #FFF;
	font-size: 12.2rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
	line-height: 0.8;
}
#main .pageTitle .textArea .nameBox {
	margin: -0.5rem -10.2rem;
	color: #FFF;
	max-width: 16.3rem;
}
#main .pageTitle .textArea .nameBox .name {
	margin-bottom: 2.5rem;
	padding-bottom: 1.6rem;
	font-size: 3.2rem;
	font-weight: 500;
	position: relative;
}
#main .pageTitle .textArea .nameBox .name small {
	display: block;
	font-size: 1.4rem;
	font-family: "Instrument Sans", sans-serif;
}
#main .pageTitle .textArea .nameBox .name::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2rem;
	height: 1px;
	background: #FFF;
	content: '';
}
#main .pageTitle .textArea .nameBox .text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}
#main .pageTitle .textArea .nameBox .text .sub {
	display: block;
}
#main .comBox {
	margin-top: -9.8rem;
}
#main .comBox p {
	word-break: break-all;
}
#main .comBox p a {
	text-decoration: underline;
}
#main .comBox p a:hover {
	opacity: 0.6;
}
#main .topBox {
	margin: 0 auto 11.4rem;
	max-width: 152rem;
	align-items: flex-start;
}
#main .topBox .photo {
	width: 36rem;
	aspect-ratio: 1 / 1;
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .topBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .topBox .rBox {
	margin-top: -0.4rem;
	width: calc(100% - 52rem);
}
#main .topBox .rBox .hTitle {
	margin-bottom: 6rem;
	padding-left: 2rem;
	position: relative;
	font-family: "Instrument Sans", sans-serif;
}
#main .topBox .rBox .hTitle::before {
	position: absolute;
	top: 0.7rem;
	left: 0;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #0620A3;
	content: '';
}
#main .topBox .rBox .textList li {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .topBox .rBox .textList li .title {
	font-weight: 500;
	line-height: 1.75;
}
#main .topBox .rBox .textList li .textBox {
	width: calc(100% - 25.6rem);
}
#main .topBox .rBox .textList li .textBox p {
	margin-bottom: 2rem;
	line-height: 1.75;
}
#main .topBox .rBox .textList li .textBox p:last-child {
	margin-bottom: 0;
}
#main .innerBox {
	padding: 16rem 0 15.2rem;
	border-top: 1px solid #D9D9D9;
}
#main .innerBox .photoArea .area {
	margin-bottom: 16rem;
	padding-bottom: 15.9rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #D9D9D9;
}
#main .innerBox .photoArea .area:last-child {
	margin-bottom: 0;
}
#main .innerBox .photoArea .area .photo {
	width: 71.2rem;
	border-radius: 1.6rem;
	overflow: hidden;
	aspect-ratio: 712 / 800;
}
#main .innerBox .photoArea .area .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .innerBox .photoArea .area:nth-child(2n-1) .photo {
	order: 2;
}
#main .innerBox .photoArea .area .textBox {
	margin-top: 8.1rem;
	width: calc(100% - 95rem);
}
#main .innerBox .photoArea .area .textBox p {
	margin-bottom: 3.6rem;
	line-height: 2;
}
#main .innerBox .photoArea .area .textBox p:last-child {
	margin-bottom: 0;
}
#main .career {
	margin-bottom: 15.2rem;
	display: none;
}
#main .career .inner {
	padding-bottom: 5.8rem;
	border-bottom: 1px solid #D9D9D9;
}
#main .career .dlBox {
	margin-top: 0.8rem;
	padding-bottom: 10rem;
	width: calc(100% - 52rem);
}
#main .career .textDl {
	padding-bottom: 6.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#main .career .textDl:last-child {
	padding-bottom: 0;
}
#main .career .textDl::before {
	position: absolute;
	top: 0;
	left: 13.2rem;
	width: 1px;
	bottom: 0;
	border-right: 1px dotted #969696;
	content: '';
}
#main .career .textDl dt {
	position: relative;
	width: 10.4rem;
	color: #FFF;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
}
#main .career .textDl dt::before {
	position: absolute;
	top: 1.2rem;
	right: -3.3rem;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background: #0620A3;
	content: '';
}
#main .career .textDl dt span {
	margin-bottom: 0.5rem;
	padding: 0.3rem 0.5rem 0.4rem;
	display: block;
	background: #0620A3;
	border-radius: 0.3rem;
}
#main .career .textDl dt span:last-child {
	margin-bottom: 0;
}
#main .career .textDl dd {
	width: calc(100% - 16.1rem);
}
#main .career .textDl dd p {
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
}
#main .schedule {
	padding-bottom: 25.3rem;
}
#main .schedule .headLine04 {
	margin-bottom: 8.3rem;
}
#main .schedule .scheduleList li {
	position: relative;
	padding-right: 8rem;
	width: 36.8rem;
	box-sizing: content-box;
}
#main .schedule .scheduleList li::before {
	position: absolute;
	top: 5.7rem;
	left: 0;
	right: 0.1rem;
	height: 1px;
	border-top: 1px dotted #969696;
	content: '';
}
#main .schedule .scheduleList li:first-child::before {
	left: 1rem;
}
#main .schedule .scheduleList li .date {
	margin-bottom: 2.4rem;
	padding-bottom: 1.8rem;
	min-height: 6.1rem;
	width: fit-content;
	color: #0620A3;
	font-size: 2.9rem;
	font-weight: 700;
	position: relative;
}
#main .schedule .scheduleList li .date .dot {
	margin-left: -0.4rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: block;
}
#main .schedule .scheduleList li .date .dot .sub {
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background: #0620A3;
	z-index: 5;
}
#main .schedule .scheduleList li .date .dot::before {
	position: absolute;
	top: 0;
	left: -1rem;
	right: -1rem;
	bottom: 0;
	background: #FFF;
	content: '';
	z-index: -1;
}
#main .schedule .scheduleList li .textBox {
	padding: 4rem;
	border-radius: 1.6rem;
	color: #FFF;
	background: #0620A3;
	box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.10);
}
#main .schedule .scheduleList li .textBox .title {
	margin-bottom: 1.2rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .schedule .scheduleList li .textBox .subBox p {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	line-height: 1.75;
}
#main .schedule .scheduleList li .textBox .subBox p:last-child {
	margin-bottom: 0;
}
#main .schedule .scheduleList li .textBox .photo {
	margin-bottom: 2rem;
	border-radius: 0.8rem;
	overflow: hidden;
	aspect-ratio: 576 / 368;
}
#main .schedule .scheduleList li .textBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .outPhotoArea {
	margin-bottom: 19.3rem;
	padding: 5rem 0;
	position: relative;
	min-height: 100.3rem;
}
#main .outPhotoArea .content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
#main .outPhotoArea .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .outPhotoArea .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .outPhotoArea .textBox {
	margin-left: auto;
	padding: 10.9rem 9.5rem 11.7rem;
	width: 67.9rem;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.40);
	backdrop-filter: blur(3rem);
}
#main .outPhotoArea .textBox .headLine04 {
	margin-bottom: 2.4rem;
}
#main .outPhotoArea .textBox .headLine04 small {
	margin-bottom: 5.8rem;
}
#main .outPhotoArea .textBox .subBox p {
	line-height: 2;
}
#main .interview {
	margin-bottom: 19.9rem;
}
#main .interview .comLink {
	margin: -6.6rem 0 7.9rem auto;
}
#main .interview .comInterviewList {
	display: block;
}
#main .interview .comInterviewList li {
	margin-right: 9.5rem;
	width: 45.3rem;
}
#main .interview .comInterviewList li .title {
	margin-bottom: 1.4rem;
	line-height: 1.35;
}
#main .interview .comSlideBox .comSwiper {
	margin-bottom: 14rem;
}
@media all and (max-width: 896px) {
	#main .pageTitle {
		padding: 9.3rem 0 20rem;
		min-height: 85.9rem;
		background-image: url(../img/interview/detail/page_title_bg_sp.webp);
	}
	#main .pageTitle .enImg {
		position: absolute;
		top: 33.1rem;
		right: auto;
		left: 0;
	}
	#main .pageTitle .enImg img {
		width: 138.4rem;
	}
	#main .pageTitle .inner {
		margin: 0 2.4rem;
		position: relative;
	}
	#main .pageTitle .inner .en {
		padding-top: 9.8rem;
		bottom: 0.9rem;
		left: 0;
		font-size: 1.1rem;
	}
	#main .pageTitle .inner .en::before {
		height: 8.8rem;
	}
	#main .pageTitle .topPhotoBox {
		margin: 0 4rem;
		width: auto;
	}
	#main .pageTitle .topPhotoBox::before {
		top: 0;
		bottom: -4rem;
		left: 3rem;
		right: 1rem;
		width: auto;
		height: auto;
		background-image: url(../img/interview/detail/page_bg_sp.webp);
	}
	#main .pageTitle .topPhotoBox .photo {
		clip-path: polygon(0 1.4rem,100% 0,100% calc(100% - 4.6rem),0 calc(100% - 2.8rem));
		aspect-ratio: 247 / 396;
	}
	#main .pageTitle .topPhotoBox .photo::before {
		display: none;
	}
	#main .pageTitle .topPhotoBox .hTitle {
		top: -2.5rem;
		right: -1.6rem;
		font-size: 2.95rem;
		line-height: 1.15;
	}
	#main .pageTitle .topPhotoBox .hTitle .bgText {
		background: -webkit-linear-gradient(#FFF,#FFF) no-repeat center left calc(50% + 0.1rem) / 70% 100%;
	}
	#main .pageTitle .textArea {
		margin: -0.1rem 4rem 0;
		max-width: inherit;
		display: block;
	}
	#main .pageTitle .textArea .enName {
		margin-bottom: 3.1rem;
		font-size: 3.5rem;
		line-height: 0.95;
	}
	#main .pageTitle .textArea .nameBox {
		margin: 0;
		max-width: inherit;
	}
	#main .pageTitle .textArea .nameBox .name {
		margin-bottom: 1.2rem;
		padding-bottom: 1.1rem;
		font-size: 1.8rem;
	}
	#main .pageTitle .textArea .nameBox .name small {
		display: none;
	}
	#main .pageTitle .textArea .nameBox .name::before {
		width: 1.8rem;
	}
	#main .pageTitle .textArea .nameBox .text {
		font-size: 1.1rem;
	}
	#main .pageTitle .textArea .nameBox .text .sub {
		margin-left: 0.9rem;
		display: inline;
	}
	#main .comBox {
		margin-top: -12.5rem;
		padding-top: 8rem;
		border-radius: 4.8rem 4.8rem 0 0;
	}
	#main .topBox {
		margin: 0 0 7.7rem;
		max-width: inherit;
		display: block;
	}
	#main .topBox .photo {
		margin: 0 auto 7.6rem;
		width: 19.1rem;
		aspect-ratio: 1 / 1;
		border-radius: 0.8rem;
	}
	#main .topBox .rBox {
		margin-top: 0;
		padding: 0 2rem;
		width: auto;
	}
	#main .topBox .rBox .hTitle {
		margin-bottom: 6rem;
		padding-left: 2rem;
		font-size: 1.6rem;
	}
	#main .topBox .rBox .hTitle::before {
		top: 0.6rem;
	}
	#main .topBox .rBox .textList li {
		margin-bottom: 4.7rem;
		display: block;
	}
	#main .topBox .rBox .textList li .title {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
	}
	#main .topBox .rBox .textList li .textBox {
		width: auto;
	}
	#main .innerBox {
		padding: 8rem 0 7.5rem;
	}
	#main .innerBox .photoArea .area {
		margin-bottom: 8rem;
		padding-bottom: 7.8rem;
		display: block;
	}
	#main .innerBox .photoArea .area .photo {
		margin-bottom: 8.3rem;
		width: auto;
		border-radius: 0.8rem;
		overflow: hidden;
		aspect-ratio: 712 / 800;
	}
	#main .innerBox .photoArea .area .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .innerBox .photoArea .area .textBox p {
		margin-bottom: 2.6rem;
		line-height: 1.75;
	}
	#main .career {
		margin-bottom: 7.5rem;
	}
	#main .career .headLine04 {
		margin-bottom: 8rem;
		font-size: 2.2rem;
	}
	#main .career .headLine04 small {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}
	#main .career .inner {
		padding-bottom: 7.8rem;
		display: block;
	}
	#main .career .dlBox {
		margin-top: 0.8rem;
		padding-bottom: 0;
		width: auto;
	}
	#main .career .textDl {
		padding-bottom: 2.4rem;
	}
	#main .career .textDl::before {
		left: 9.1rem;
	}
	#main .career .textDl dt {
		width: 7.2rem;
		font-size: 1.1rem;
	}
	#main .career .textDl dt::before {
		top: 1rem;
		right: -2.5rem;
	}
	#main .career .textDl dt span {
		padding: 0.5rem 0.5rem 0.6rem;
	}
	#main .career .textDl dd {
		width: calc(100% - 11.3rem);
	}
	#main .career .textDl dd p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	#main .schedule {
		padding-bottom: 8rem;
	}
	#main .schedule .headLine04 {
		margin-bottom: 4.9rem;
		font-size: 2.2rem;
	}
	#main .schedule .headLine04 small {
		margin-bottom: 1rem;
		font-size: 1.5rem;
	}
	#main .schedule .scheduleList li {
		padding-right: 2.4rem;
		width: 23.3rem;
	}
	#main .schedule .scheduleList li::before {
		top: 4.4rem;
	}
	#main .schedule .scheduleList li .date {
		margin-bottom: 1.4rem;
		padding-bottom: 0.8rem;
		min-height: 4.7rem;
		font-size: 2.6rem;
	}
	#main .schedule .scheduleList li .date .dot {
		margin-left: -1.1rem;
	}
	#main .schedule .scheduleList li .date .dot .sub {
		width: 0.5rem;
		height: 0.5rem;
	}
	#main .schedule .scheduleList li .date .dot::before {
		left: -0.5rem;
		right: -0.5rem;
	}
	#main .schedule .scheduleList li .textBox {
		padding: 3.2rem 2.4rem;
		border-radius: 1.3rem;
		box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.10);
	}
	#main .schedule .scheduleList li .textBox .title {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	#main .schedule .scheduleList li .textBox .subBox p {
		margin-bottom: 1rem;
		font-size: 1.3rem;
	}
	#main .schedule .scheduleList li .textBox .photo {
		margin-bottom: 1.5rem;
		border-radius: 0.6rem;
	}
	#main .outPhotoArea {
		margin-bottom: 11.7rem;
		padding: 0;
		position: relative;
		min-height: inherit;
	}
	#main .outPhotoArea .content {
		position: static;
		transform: none;
		width: auto;
		height: auto;
		display: block;
	}
	#main .outPhotoArea .photo {
		position: static;
		width: auto;
		height: auto;
		aspect-ratio: 375 / 479;
	}
	#main .outPhotoArea .textBox {
		margin-left: 0;
		padding: 5.9rem 2rem 0;
		width: auto;
		border-radius: 0;
		background: none;
		backdrop-filter: inherit;
	}
	#main .outPhotoArea .textBox .headLine04 {
		margin-bottom: 1.7rem;
	}
	#main .outPhotoArea .textBox .headLine04 small {
		margin-bottom: 2.6rem;
	}
	#main .outPhotoArea .textBox .subBox p {
		line-height: 1.75;
	}
	#main .interview {
		margin-bottom: 20rem;
		padding-top: 11.7rem;
		border-top: 1px solid #F0F0F0;
	}
	#main .interview .comLink {
		margin: 5.6rem auto 0;
	}
	#main .interview .comInterviewList {
		display: block;
	}
	#main .interview .comInterviewList li {
		margin: 0 2rem 0 0;
		width: 33.5rem;
	}
	#main .interview .comInterviewList li .title {
		margin-bottom: 0.9rem;
	}
	#main .interview .comInterviewList li .name .sub {
		margin-right: 1.5rem;
		padding-right: 1.8rem;
	}
	#main .interview .comInterviewList li .name .sub::before {
		top: 0.4rem;
		bottom: 0.4rem;
	}
	#main .interview .comSlideBox .comSwiper {
		margin-bottom: 2.8rem;
	}
}