@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
#main .comTitle {
	margin-bottom: 11.6rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#main .comTitle .comLinkList {
	margin-bottom: 1.6rem;
	display: flex;
	gap: 1.5rem;
}
#main .comTitle .comLinkList li {
	margin: 0;
	width: 14rem;
}
#main .comTitle .comLinkList a {
	padding: 0.2rem 2rem 0.2rem 2.2rem;
	background: url(../img/common/arrow05.png) no-repeat center right 2rem / 1.1rem,linear-gradient(90deg, #026EE4 0%, #51A7DD 100%) !important;
}
@media all and (min-width: 897px) {
	#main .comTitle .comLinkList a:hover {
		background: url(../img/common/arrow06.png) no-repeat center right 2rem / 1.1rem,#fff !important;
	}
}
#main .interview {
	margin-bottom: 9.9rem;
	padding-bottom: 10rem;
	border-bottom: 1px solid #D9D9D9;
}
#main .interview .titleBox {
	margin-bottom: 4.1rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}
#main .interview .titleBox .heading {
	flex: 1;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
}
#main .interview .titleBox .heading .en {
	display: block;
	margin-bottom: 1.6rem;
	color: #026EE4;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	font-family: "Albert Sans", sans-serif;
}
#main .interview .employee {
	margin-bottom: 0.6rem;
	width: max-content;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
	gap: 0.5rem 1.5rem;
}
#main .interview .employee .name {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .interview .employee .tag {
	padding: 0 1.3rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.785;
	letter-spacing: 0.05em;
	border-radius: 4rem;
	background: #333;
}
#main .interview .employee .meta {
	width: 100%;
	color: #B4BCC1;
	font-weight: 700;
	line-height: 1.562
}
#main .interview .bigPhoto {
	margin-bottom: 7rem;
	border-radius: 3rem;
	overflow: hidden;
	aspect-ratio: 2/1;
}
#main .interview .bigPhoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .interview .flexBox {
	display: flex;
	align-items: flex-start;
	gap: 10rem;
	position: relative;
}
#main .interview .flexBox .photo {
	width: 50rem;
	border-radius: 3rem;
	overflow: hidden;
	aspect-ratio: 5/6;
}
#main .interview .flexBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .interview .introDl {
	flex: 1;
}
#main .interview .introDl dt {
	margin-bottom: 2.9rem;
	color: #026EE4;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#main .interview .introDl dd {
	margin-bottom: 7.1rem;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: 0.04em;
	text-align: justify;
}
#main .interview .introDl > *:last-child {
	margin-bottom: 0;
}
#main .interview .timeline {
	padding: 3.9rem 4rem 4rem;
	margin-top: 4rem;
	border-radius: 2rem;
	background: #F2F2F2;
}
#main .interview .timeline li {
	display: flex;
	align-items: flex-start;
	position: relative;
	gap: 1.8rem;
}
#main .interview .timeline li + li {
	margin-top: 2rem;
}
#main .interview .timeline li:last-child::before {
	display: none;
}
#main .interview .timeline li::before {
	width: 0.2rem;
	content: "";
	position: absolute;
	left: 7.4rem;
	top: 1.3rem;
	bottom: -3.8rem;
	background-color: rgba(2, 110, 228, 0.4);
}
#main .interview .timeline .time {
	width: 7.8rem;
	position: relative;
	letter-spacing: 0;
}
#main .interview .timeline .time::before {
	width: 0.6rem;
	height: 0.6rem;
	content: "";
	position: absolute;
	right: 0;
	top: 1.2rem;
	border-radius: 100%;
	background-color: #026EE4;
}
#main .interview .timeline .text {
	flex: 1;
	letter-spacing: 0;
}
#main .interview:last-child {
	margin-bottom: 13rem;
}
#main .comInfiniteslide {
	margin-bottom: -6rem;
}
@media all and (min-width: 897px) {
	#main .interview .flexBox .photo {
		position: sticky;
		right: 0;
		top: 8rem;
	}
}
@media all and (max-width: 896px) {
	#main .comTitle {
		margin-bottom: 6.8rem;
		display: block;
	}
	#main .comTitle .comLinkList {
		margin: 4.3rem 0 0;
		display: block;
	}
	#main .comTitle .comLinkList li + li {
		margin-top: 1rem;
	}
	#main .interview {
		margin-bottom: 6.5rem;
		padding-bottom: 7rem;
	}
	#main .interview:last-child {
		margin-bottom: 7rem;
	}
	#main .interview .titleBox {
		margin-bottom: 6.1rem;
		display: block;
	}
	#main .interview .titleBox .heading {
		margin: 0 -2rem 4rem 0;
		font-size: 2.5rem;
		line-height: 1.8;
	}
	#main .interview .titleBox .heading .en {
		margin-bottom: 2.5rem;
		font-size: 1.5rem;
	}
	#main .interview .employee {
		width: 100%;
		justify-content: flex-start;
		text-align: left;
	}
	#main .interview .employee .tag {
		padding: 0.1rem 1.6rem;
		font-size: 1.3rem;
	}
	#main .interview .employee .name {
		font-size: 1.8rem;
	}
	#main .interview .bigPhoto {
		margin-bottom: 6.6rem;
		border-radius: 2rem;
		aspect-ratio: 319/230;
	}
	#main .interview .flexBox {
		display: block;
	}
	#main .interview .flexBox .photo {
		margin-top: 5.1rem;
		width: 100%;
		aspect-ratio: 319/230;
		border-radius: 2rem;
	}
	#main .interview .flexBox .photo img {
		object-position: 50% 24%;
	}
	#main .interview .introDl dt {
		margin: 0 0 2.1rem;
		padding-left: 1.8rem;
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 1.666;
		text-indent: -1.8rem;
	}
	#main .interview .introDl dd {
		margin-bottom: 6rem;
		line-height: 2;
		letter-spacing: 0;
		text-align: left;
	}
	#main .interview .timeline {
		padding: 3.5rem 3rem;
		margin-top: 0;
		font-size: 1.4rem;
	}
	#main .interview .timeline li {
		gap: 1.7rem;
	}
	#main .interview .timeline li::before {
		left: 5.9rem;
	}
	#main .interview .timeline li + li {
		margin-top: 2.2rem;
	}
	#main .interview .timeline .time {
		width: 6.3rem;
	}
	#main .interview .timeline .time::before {
		top: 1rem;
	}
	#main .interview .timeline .text {
		font-size: 1.3rem;
	}
	#main .comInfiniteslide {
		margin-bottom: -1.7rem;
	}
}