@charset "utf-8";

.lower_fv {
	background-image: url("../img/interview_fv.jpg");
}
@media (max-width: 519px) {
	.lower_fv {
		background-image: url("../img/interview_fv_sp.jpg");
	}
}


#interview {
	max-width: 1040px;
	padding: 60px 20px 100px;
	margin-inline: auto;
}
#interview .en {
	color: var(--beige);
	line-height: 1;
	text-align: center;
}
#interview h2 {
	margin-top: 20px;
	font-size: var(--text-title);
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
#interview ol {
}
#interview li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 70px;
	margin-top: 30px;
}
#interview .icon {
	flex-shrink: 0;
	width: 205px;
}
#interview li:nth-child(2n) .icon {
	order: 2;
}
#interview .icon img {
	width: 100%;
}
#interview .balloon {
	position: relative;
	min-height: 240px;
	padding: 20px 40px 30px 50px;
	border: 1px solid var(--usui-beige);
	border-radius: 20px;
}
#interview .balloon::before,
#interview .balloon::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	height: 34px;
	margin-block: auto;
}
#interview .balloon::before {
	left: -1px;
	width: 1px;
	background-color: #fff;
}
#interview .balloon::after {
	right: 100%;
	width: 22px;
	background-color: var(--usui-beige);
	clip-path: polygon(calc(100% - 1px) 0, 100% 0, 1px 50%, 100% 100%, calc(100% - 1px) 100%, 0 50%);
}
#interview li:nth-child(2n) .balloon::before {
	left: auto;
	right: -1px;
}
#interview li:nth-child(2n) .balloon::after {
	right: auto;
	left: 100%;
	clip-path: polygon(0 0, 1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%);
}
#interview .ttl {
	padding-left: 41px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	text-indent: -21px;
}
#interview .ttl .num {
	display: inline-block;
	margin-right: 10px;
	font-size: 26px;
}
#interview p {
	margin-top: 10px;
	line-height: 2;
}
#interview .initial {
	margin-top: 10px;
	color: var(--beige);
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#interview ol {
	}
	#interview li {
		display: block;
	}
	#interview li:not(:first-child) {
		margin-top: 40px;
	}
	#interview .icon {
		display: flex;
		align-items: flex-end;
		gap: 10px;
		width: auto;
	}
	#interview li:nth-child(2n) .icon {
		flex-direction: row-reverse;
	}
	#interview .icon img {
		width: 110px;
	}
	#interview .icon span {
		color: var(--beige);
		line-height: 2;
	}
	#interview .balloon {
		min-height: 0;
		margin-top: 20px;
		padding: 20px;
	}
	#interview .balloon::before,
	#interview .balloon::after {
		display: none;
	}
	#interview .ttl {
		position: relative;
		padding-left: 37px;
		font-size: 20px;
		line-height: 1.4;
		text-indent: 0;
	}
	#interview .ttl .num {
		position: absolute;
		left: 0;
		top: 0;
		margin-right: 0;
		font-size: 22px;
		line-height: 1.7;
	}
	#interview p {
		margin-top: 10px;
		line-height: 2;
	}
	#interview .initial {
		margin-top: 10px;
		color: var(--beige);
	}
}