@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
.pageTitle .headLine01 {
	margin-bottom: 4.5rem;
}
.pageTitle .headLine01 .en {
	height: 9.1rem;
	margin-left: -1.5rem;
}
.pageTitle .headLine01 .jp {
	margin-bottom: 0.5rem;
	padding: 1rem 3rem;
}
.pageTitle .headLine01 .text {
	display: block;
	text-align: left;
	line-height: 1.6;
}
#main .listBox {
	margin-bottom: 8rem;
}
#main .listBox .headLine02 {
	line-height: 1.65;
}
#main .listBox .headLine02::after {
	margin-top: 1.8rem;
}
#main .listBox .cTxt {
	margin-bottom: 4.9rem;
	text-align: center;
	line-height: 2;
}
#main .listBox .comInterview {
	padding-bottom: 9rem;
	margin-bottom: 0;
}
#main .listBox .comInterview::after {
	width: 100%;
	height: calc(100% - 17rem);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(248, 226, 160, 0.20) 0%, rgba(241, 218, 147, 0.20) 100%);
	content: '';
}
#main .listBox .comInterview .slideUl {
	margin: 0 auto;
	width: 70rem;
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6rem 0;
	position: relative;
	z-index: 1;
}
#main .listBox .comInterview .slideUl li {
	margin: 0;
}
#main .job .headLine02 {
	margin-bottom: 3.9rem;
}
#main .job .imgBox {
	margin-bottom: 8.1rem;
	display: flex;
	justify-content: space-between;
}
#main .job .imgBox .textBox {
	width: 44rem;
}
#main .job .imgBox .textBox p {
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: justify;
}
#main .job .imgBox .photoBox {
	margin-top: 0.9rem;
	width: 50rem;
}
#main .job .imgBox .photoBox img {
	width: 100%;
	border-radius: 2rem 0;
}
#main .job .pinkBox {
	margin-bottom: -20rem;
	padding: 8rem 0 29rem;
	position: relative;
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(230, 0, 45, 0.05) 0%, rgba(142, 20, 39, 0.05) 100%);
}
#main .job .pinkBox::before {
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 0;
	border-top: 3.5rem solid #fff;
	border-left: 6rem solid transparent;
	border-right: 6rem solid transparent;
	transform: translateX(-50%);
	box-sizing: border-box;
	content: '';
}
#main .job .pinkBox .subBox {
	display: flex;
	justify-content: center;
	text-align: center;
}
#main .job .pinkBox .subBox .item01 {
	padding: 0.8rem 5.9rem 1rem 5rem;
	width: 63.5rem;
	position: relative;
	border-right: 1px dashed #aaa;
}
#main .job .pinkBox .subBox .item02 {
	padding: 0.8rem 0 1rem 6rem;
	flex: 1;
}
#main .job .pinkBox .subBox .ttl {
	margin: 0 auto 1.8rem;
	width: fit-content;
	color: #E6002D;
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px solid #E6002D;
}
#main .job .pinkBox .subBox .ttl .icon {
	margin: 0 auto 0.9rem;
	width: 6.6rem;
	display: block;
}
#main .job .pinkBox .subBox p {
	margin-bottom: 3.4rem;
	line-height: 1.6;
}
#main .job .pinkBox .subBox .item01 .photo {
	position: relative;
}
#main .job .pinkBox .subBox .item01 .photo::after {
	margin-top: -0.1rem;
	width: 5rem;
	height: 5rem;
	position: absolute;
	right: -8.5rem;
	top: 50%;
	border-radius: 100%;
	background: #fff url(../img/interview/arrow01.png) no-repeat center center / 100%;
	transform: translateY(-50%);
	content: '';
	z-index: 1;
}
@media all and (max-width: 896px) {
	.pageTitle .headLine01 {
		margin-bottom: 2rem;
	}
	.pageTitle .headLine01 .en {
		height: 5.5rem;
		margin-left: -0.1rem;
		margin-top: -0.2rem;
	}
	.pageTitle .headLine01 .jp {
		margin-bottom: 0.6rem;
		padding: 0.5rem 1rem;
	}
	.comAnchorList {
		margin-bottom: 5rem;
	}
	.comAnchorList a {
		padding: 0.7rem 0 2.4rem;
		min-height: 5rem;
	}
	#main .listBox {
		margin-bottom: 5rem;
	}
	#main .listBox .headLine02 {
		margin-bottom: 3rem;
		line-height: 1.7;
	}
	#main .listBox .headLine02::after {
		margin-top: 1.9rem;
	}
	#main .listBox .cTxt {
		margin: 0 1rem 5.1rem;
		text-align: justify;
	}
	#main .listBox .comInterview {
		padding-bottom: 5rem;
	}
	#main .listBox .comInterview::after {
		height: calc(100% - 12.7rem);
		border-radius: 10rem 0 0 0;
	}
	#main .listBox .comInterview .slideUl {
		width: auto;
		flex-direction: column;
		align-items: center;
		gap: 3rem 0;
	}
	#main .job .headLine02 {
		margin-bottom: 3.4rem;
	}
	#main .job .imgBox {
		margin: 0 1rem 5rem;
		display: block;
	}
	#main .job .imgBox .textBox {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .job .imgBox .photoBox {
		margin-top: 0;
		width: auto;
	}
	#main .job .imgBox .photoBox img {
		border-radius: 1rem 0;
	}
	#main .job .pinkBox {
		margin-bottom: -7rem;
		padding: 5rem 0 23.5rem;
		border-radius: 7rem 0 0 0;
	}
	#main .job .pinkBox::before {
		border-top-width: 1.8rem;
		border-left-width: 3rem;
		border-right-width: 3rem;
	}
	#main .job .pinkBox .subBox {
		margin: 0 1rem;
		display: block;
	}
	#main .job .pinkBox .subBox .item01 {
		margin-bottom: 5.5rem;
		padding: 0 0 3.9rem;
		width: auto;
		border-right: none;
		border-bottom: 1px dashed #aaa;
	}
	#main .job .pinkBox .subBox .item02 {
		padding: 0;
	}
	#main .job .pinkBox .subBox .ttl {
		font-size: 1.8rem;
		padding-bottom: 0.2rem;
		margin-bottom: 1.9rem;
	}
	#main .job .pinkBox .subBox .ttl .icon {
		margin-bottom: 1.1rem;
		width: 4.2rem;
	}
	#main .job .pinkBox .subBox p {
		margin-bottom: 2rem;
	}
	#main .job .pinkBox .subBox .item01 .photo img {
		width: 100%;
	}
	#main .job .pinkBox .subBox .item01 .photo::after {
		margin-top: 0;
		width: 3rem;
		height: 3rem;
		right: 50%;
		top: auto;
		bottom: -5.5rem;
		transform: translateX(50%) rotate(90deg);
	}
	#main .job .pinkBox .subBox .item02 .photo {
		margin: 0 auto;
		width: 58%;
	}
	#main .job .pinkBox .subBox .item02 .photo img {
		width: 100%;
	}
}