@charset "utf-8";
/*------------------------------------------------------------
	interview_detail
------------------------------------------------------------*/
#container {
	background: url(../img/interview/08/bg01.jpg) no-repeat center top / 100%;
}
#main .pagePath {
	margin-bottom: 6.2rem;
}
#main .topBox {
	margin-bottom: 9.4rem;
	align-items: flex-start;
}
#main .topBox .textBox {
	width: calc(100% - 60rem);
}
#main .topBox .textBox .en {
	margin-bottom: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}
#main .topBox .textBox .tag {
	margin-bottom: 1.9rem;
	padding: 0.4rem 0.5rem;
	width: fit-content;
	color: #FFF;
	font-size: 2rem;
	line-height: 1.24;
	font-weight: 700;
	letter-spacing: 0.02em;
	background-color: #E50012;
}
#main .topBox .textBox .headLine04 {
	margin-bottom: 3.6rem;
}
#main .topBox .textBox .text {
	margin-bottom: 1.3rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .topBox .textBox .name {
	margin-bottom: 1.3rem;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .topBox .textBox .note {
	margin-bottom: 1.2rem;
	color: #95A1BB;
	font-size: 1.2rem;
	font-weight: 700;
}
#main .topBox .textBox .note .num {
	font-size: 1.4rem;
	font-family: "DM Sans", sans-serif;
}
#main .topBox .textBox .tagUl {
	padding-right: 12rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}
#main .topBox .textBox .tagUl li {
	padding: 0.3rem 0.5rem 0.3rem 0.4rem;
	width: fit-content;
	color: #95A1BB;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	background-color: #F0F2F5;
	border-radius: 0.2rem;
}
#main .topBox .photo {
	margin-top: 0.4rem;
	width: 52rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .inner {
	margin-bottom: 1.7rem;
}
#main .inner .subInner {
	padding: 3.2rem 0 8rem;
	border-top: 0.2rem solid #E9E9E9;
}
#main .inner .subInner .photo {
	margin: 0 auto 4.8rem;
	width: 94.6rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .inner .subInner .textInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .inner .subInner .textInner .headLine03 {
	width: 51rem;
	line-height: 1.24;
	letter-spacing: 0.02em;
}
#main .inner .subInner .textInner .headLine03.spec {
	width: 53rem;
}
#main .inner .subInner .textInner .textBox {
	width: calc(100% - 56.4rem);
}
#main .inner .subInner .textInner .textBox .text {
	margin-bottom: 3rem;
	line-height: 1.8;
}
#main .inner .subInner .textInner .textBox .text .line {
	text-decoration: underline;
}
#main .inner .subInner .textInner .textBox .text .line:hover {
	opacity: 0.7;
}
#main .inner .subInner .textInner .textBox .text sup {
	font-size: 1rem;
	vertical-align: 0.5rem;
}
#main .inner .subInner .textInner .textBox .text:last-child {
	margin-bottom: 0;
}
#main .inner .subInner .textInner .textBox .note {
	margin-top: 4.1rem;
	padding-left: 1.2em;
	font-size: 1rem;
	text-indent: -1.2em;
}
#main .imgBox {
	margin-bottom: 12.8rem;
	align-items: center;
}
#main .imgBox .photoBox {
	width: 46.3rem;
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .imgBox .textBox {
	width: calc(100% - 54.7rem);
}
#main .imgBox .textBox .headLine06 {
	margin-bottom: 3.2rem;
}
#main .imgBox .textBox .text {
	line-height: 1.8;
}
#main .bottomArea {
	padding: 3.3rem 3.3rem 3.1rem;
	border-radius: 1.6rem;
	border: 1px solid #F0F2F5;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(250, 96, 85, 0.20);
}
#main .bottomArea .subBox {
	margin-bottom: 3.2rem;
	padding: 1.5rem 0 0;
	border-top: 1px solid #E9E9E9;
}
#main .bottomArea .subBox .title {
	padding-top: 0.7rem;
	font-weight: 700;
}
#main .bottomArea .subBox .comArrow {
	margin: 0;
	max-width: inherit;
}
#main .bottomArea .interViewUl .swiper-wrapper > li {
	margin-right: 3.2rem;
	width: 24.4rem;
}
#main .bottomArea .interViewUl li:last-child {
	margin-right: 0;
}
#main .bottomArea .interViewUl li a {
	display: block;
}
#main .bottomArea .interViewUl li a:hover {
	opacity: 0.7;
}
#main .bottomArea .interViewUl li .pho {
	margin-bottom: 2.3rem;
	position: relative;
	aspect-ratio: 244 / 200;
}
#main .bottomArea .interViewUl li .pho img {
	border-radius: 1.6rem;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .bottomArea .interViewUl li .pho .txt {
	position: absolute;
	bottom: 1.2rem;
	left: 1.6rem;
	color: #FFF;
	font-weight: 700;
}
#main .bottomArea .interViewUl li .pho .txt.gray {
	color: #D5D5D5;
}
#main .bottomArea .interViewUl li .pho .txt .sub {
	margin-right: 0.3rem;
	letter-spacing: -0.02em;
}
#main .bottomArea .interViewUl li .ttl {
	margin-bottom: 1.7rem;
	font-weight: 700;
}
#main .bottomArea .interViewUl li .tag {
	margin-bottom: 0.7rem;
	padding: 0.3rem 0.8rem 0.5rem;
	width: fit-content;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	background-color: #1A1A1A;
}
#main .bottomArea .interViewUl li .note {
	margin-bottom: 0.6rem;
	color: #95A1BB;
	font-size: 1.2rem;
	line-height: 1.17;
	font-weight: 700;
}
#main .bottomArea .interViewUl li .note .num {
	font-size: 1.4rem;
}
#main .bottomArea .interViewUl li .name {
	margin-bottom: 0.9rem;
	font-weight: 700;
}
#main .bottomArea .interViewUl li .tagUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}
#main .bottomArea .interViewUl li .tagUl li {
	padding: 0.3rem 0.4rem;
	width: fit-content;
	font-size: 1.2rem;
	color: #95A1BB;
	font-weight: 700;
	line-height: 1.2;
	background-color: #F0F2F5;
}
@media all and (max-width: 959px) {
	#container {
		background-image: url(../img/interview/08/bg01_sp.jpg);
	}
	.comBoke.comBoke02 {
		top: 34.4rem;
	}
	.comBoke.comBoke03 {
		bottom: 19.43%;
	}
	#main .pagePath {
		margin-bottom: 1.2rem;
	}
	#main .topBox {
		margin-bottom: 4.7rem;
		display: block;
	}
	#main .topBox .textBox {
		width: auto;
	}
	#main .topBox .textBox .en {
		margin-bottom: 2.7rem;
		font-size: 2rem;
	}
	#main .topBox .textBox .tag {
		margin-bottom: 1.5rem;
		padding: 0.2rem 0.4rem;
		font-size: 1.4rem;
	}
	#main .topBox .textBox .headLine04 {
		margin-bottom: 3.5rem;
		font-size: 3.6rem;
		line-height: 1.18;
		letter-spacing: 0;
	}
	#main .topBox .textBox .text {
		margin-bottom: 1.4rem;
		line-height: 1.75;
	}
	#main .topBox .textBox .note {
		margin-bottom: 1.2rem;
	}
	#main .topBox .textBox .tagUl {
		padding-right: 0;
	}
	#main .topBox .textBox .tagUl li {
		font-size: 1rem;
	}
	#main .topBox .photo {
		margin: 0 0 2.7rem;
		width: auto;
	}
	#main .topBox .photo img {
		width: 100%;
	}
	#main .inner {
		margin-bottom: 0;
	}
	#main .inner .subInner {
		padding: 1.5rem 0 4.7rem;
	}
	#main .inner .subInner .photo {
		margin: 0 0 2.3rem;
		width: auto;
	}
	#main .inner .subInner .photo img {
		width: 100%;
	}
	#main .inner .subInner .textInner {
		display: block;
	}
	#main .inner .subInner .textInner .headLine03 {
		width: auto !important;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#main .inner .subInner .textInner .textBox {
		width: auto;
	}
	#main .inner .subInner .textInner .textBox .text {
		margin-bottom: 2.4rem;
	}
	#main .inner .subInner .textInner .textBox .note {
		margin-top: 3rem;
	}
	#main .imgBox {
		margin: 0 3rem 4.7rem;
		display: block;
	}
	#main .imgBox .photoBox {
		margin-bottom: 3.2rem;
		width: auto;
	}
	#main .imgBox .photoBox img {
		width: 100%;
	}
	#main .imgBox .textBox {
		width: auto;
	}
	#main .imgBox .textBox .headLine06 {
		margin-bottom: 2.4rem;
		font-size: 2rem;
	}
	#main .bottomArea {
		padding: 0 0.8rem;
		border-radius: 0;
		border: none;
		background: none;
	}
	#main .bottomArea .subBox {
		margin-bottom: 3.2rem;
		padding: 1.4rem 0 0;
		border-top: 0.2rem solid #E9E9E9;
	}
	#main .bottomArea .subBox .title {
		padding-top: 0.5rem;
		font-size: 2rem;
	}
	#main .bottomArea .interViewUl {
		margin: 0 -3.2rem;
	}
	#main .bottomArea .interViewUl .swiper-wrapper > li {
		margin: 0 1rem !important;
		width: 25.5rem;
	}
	#main .bottomArea .interViewUl li .pho {
		margin-bottom: 1.6rem;
		aspect-ratio: 255 / 319;
	}
	#main .bottomArea .interViewUl li .pho .txt {
		bottom: auto;
		top: 1.2rem;
		font-size: 1.8rem;
		color: #D5D5D5;
	}
	#main .bottomArea .interViewUl li .pho .txt.white {
		color: #FFF;
	}
	#main .bottomArea .interViewUl li .pho .txt .sub {
		margin-right: 0.4rem;
	}
	#main .bottomArea .interViewUl li .ttl {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	#main .bottomArea .interViewUl li .tag {
		padding: 0.3rem 0.8rem 0.4rem;
		font-size: 1.2rem;
	}
	#main .bottomArea .interViewUl li .note {
		margin-bottom: 1.1rem;
	}
	#main .bottomArea .interViewUl li .name,
	#main .bottomArea .interViewUl li .tagUl {
		display: none;
	}
}