@charset "utf-8";
.interview_wrap {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 30px;
}
.interview_hdr {
		margin: 0 0 70px;
		background: #C3392D;
		display: flex;
}
.interview_hdr_main {
		width: 67%;
}
.interview_hdr_main img {
		width: 100%;
		height: auto;
		aspect-ratio: 2 / 1;
		object-fit: cover;
}
.interview_hdr_right {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
}
.interview_hdr_caption {
		color: #fff;
}
.interview_name {
		font-size: 24px;
		font-weight: 700;
		margin: 0 0 25px;
}
.interview_name span {
		font-size: 200%;
}
.interview_hdr_caption dl {
		display: flex;
		align-items: center;
		margin: 0 0 20px;
		font-weight: 700;
}
.interview_hdr_caption dt {
		width: 75px;
		margin-right: 10px;
		height: 22px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-radius: 60px;
		color: #C3392D;
		font-size: 15px;
}
.interview_hdr_caption dt span {
		transform: translateY(-1px)
}
.interview_hdr_caption dd {
		flex: 1;
		font-size: 18px;
}
.interview_cont {
		padding-bottom: 35px;
		border-bottom: 1px dotted #A8A8A8;
		margin-bottom: 120px;
}
.interview_cont h2, .interview_cont h3, .interview_cont h4, .interview_cont h5, .interview_cont h6 {
		padding: 35px 0 0;
		font-size: 20px;
		font-weight: 700;
		margin: 40px 0 25px;
		padding-left: 23px;
		line-height: 1.6;
		position: relative;
		border-top: 1px dotted #A8A8A8;
}
.interview_cont h2::before, .interview_cont h3::before, .interview_cont h4::before, .interview_cont h5::before, .interview_cont h6::before {
		content: '';
		display: block;
		position: absolute;
		top: 43px;
		left: 0px;
		width: 13px;
		height: 13px;
		background: #C3392D;
		border-radius: 50%;
}
.interview_cont p {
		line-height: 1.8;
		margin-bottom: 1em;
}
.wp-block-heading + p {
		padding-left: 23px;
}
.interview_grid {
		margin-bottom: 60px;
}
@media(max-width: 960px) {
		.interview_hdr_main {
				width: 65%;
		}
		.interview_name {
				font-size: 18px;
				margin: 0 0 15px;
		}
		.interview_hdr_caption dl {
				margin: 0 0 15px;
		}
		.interview_hdr_caption dt {
				width: 70px;
				margin-right: 10px;
				height: 22px;
				font-size: 14px;
		}
		.interview_hdr_caption dd {
				flex: 1;
				font-size: 16px;
		}
}
@media(max-width: 767px) {
		.interview_wrap {
				padding: 0 20px;
		}
		.interview_hdr {
				margin: 0 0 40px;
				display: block;
				background: none;
		}
		.interview_hdr_main {
				width: 100%;
		}
		.interview_hdr_right {
				flex: 1;
				display: flex;
				align-items: center;
				justify-content: center;
		}
		.interview_hdr_caption {
				background: #C3392D;
				padding: 10px 0 0;
				width: 100%;
				box-sizing: border-box
		}
		.interview_name {
				font-size: 12px;
				margin: 0 0 15px;
				text-align: center;
		}
		.interview_caption_flex {
				display: flex;
				justify-content: center;
		}
		.interview_hdr_caption dl {
				margin: 0 0 15px;
		}
		.interview_hdr_caption dt {
				height: 20px;
				font-size: 13px;
		}
		.interview_hdr_caption dd {
				font-size: 16px;
		}
		.interview_cont {
				margin-bottom: 80px;
		}
		.interview_cont h2, .interview_cont h3, .interview_cont h4, .interview_cont h5, .interview_cont h6 {
				padding: 25px 0 0;
				font-size: 18px;
				margin: 40px 0 15px;
				padding-left: 20px;
		}
		.interview_cont h2::before, .interview_cont h3::before, .interview_cont h4::before, .interview_cont h5::before, .interview_cont h6::before {
				top: 34px;
				width: 11px;
				height: 11px;
		}
		.wp-block-heading + p {
				padding-left: 20px;
		}
}