/* ==============================
	Interview
	（エンジニアインタビュー）
============================== */

/* ------------------------------
	Page Heading
------------------------------ */
.page-heading--interview {
	padding-bottom: 20px;
}
.page-heading--interview .page-heading__inner {
	align-items: flex-start;
}
.page-heading--interview .page-heading__title-en {
}
.page-heading--interview .page-heading__title-jp {
}

/* ------------------------------
	Interview Hero
------------------------------ */
.interview-hero {
}
.interview-hero__slider {
}
.interview-hero__slide {
	max-width: 440px;
	margin-right: 5px;
}

/* ------------------------------
	Interview Intro
------------------------------ */
.interview-intro {
	background: #F5F5F5;
	padding-top: 30px;
}
.interview-intro__content {
}
.interview-intro__catch {
	margin-bottom: 20px;
	padding-left: 18px;
	border-left: 2px solid #EF8125;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}
.interview-intro__catch-em {
	margin-left: -.6em;
	color: #ED6C00;
}
.interview-intro__text {
	margin-bottom: 20px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2;
}

/* ------------------------------
	Interview Filter
------------------------------ */
.interview-filter {
	padding-bottom: 30px;
	border-bottom: 1px solid #C3C3C3;
}
.interview-filter__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 7px;
}
.interview-filter__item {
	line-height: 1;
}
.interview-filter__button {
	padding: 3px 12px;
	border-radius: 25px;
	background: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	cursor: pointer;
}
.interview-filter__button .hashtag {
	margin-right: 3px;
	font-size: 1.3rem;
	color: #ED6C00;
}
.interview-filter__button.is-active,
.interview-filter__button.is-active .hashtag {
	background: #ED6C00;
	color: #fff;
}

.interview-filter__button::hover,
.interview-filter__button::hover .hashtag {
	background: #ED6C00;
	color: #fff;
}

/* ------------------------------
	Interview Pick Up
------------------------------ */
.interview-pickup {
	background: #F5F5F5;
	padding: 30px 0 80px;
}
.interview-pickup__heading {
	margin-bottom: 30px;
}
.interview-pickup__label {
	margin-right: 5px;
	color: #ED6C00;
	font-size: 2.9rem;
	font-weight: 500;
}
.interview-pickup__title {
	color: #9F9D9D;
	font-size: 1.2rem;
	font-weight: 500;
}
.interview-pickup__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.interview-pickup__item {
}

/* ------------------------------
	Interview Card
------------------------------ */
.interview-card__link {
	position: relative;
	display: block;
	padding-left: 12px;
}
.interview-card__media {
	aspect-ratio: 3 / 2;
	width: 100%;
	overflow: hidden;
}
.interview-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interview-card__lead {
	position: absolute;
	top: -12px;
	left: 0;
	display: inline-block;
	padding: 4px 12px 3px;
	background: #EF8125;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.interview-card__lead::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	display: block;
	width: 12px;
	height: 9px;
	border-right: 12px solid #C97A39;
	border-bottom: 9px solid transparent;
}
.interview-card__meta {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 96%;
}
.interview-card__title span {
	display: inline;
	padding: 1px 6px 0;
	background: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.interview-card__tag span {
	display: inline-block;
	padding: 1px 6px 0;
	background: #9F9D9D;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
}

/* ==============================
	PC
============================== */
@media screen and (min-width: 1024px) {

	/* ------------------------------
		Page Heading
	------------------------------ */
	.page-heading--interview {
		padding-bottom: 40px;
	}
	.page-heading--interview .page-heading__inner {
	}
	.page-heading--interview .page-heading__title-en {
	}
	.page-heading--interview .page-heading__title-jp {
	}

	/* ------------------------------
		Interview Hero
	------------------------------ */
	.interview-hero {
		position: relative;
		padding-left: 40px;
	}
	.interview-hero::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 50%;
		background: #F5F5F5;
		z-index: -1;
	}
	.interview-hero__slider {
	}
	.interview-hero__slide {
		width: 615px;
		max-width: none;
		margin-right: 7px;
	}

	/* ------------------------------
		Interview Intro
	------------------------------ */
	.interview-intro {
		padding-top: 60px;
	}
	.interview-intro__content {
		display: flex;
		align-items: flex-start;
		gap: 40px;
		margin-bottom: 60px;
	}
	.interview-intro__catch {
		width: calc(50% - 40px);
		margin-bottom: 0;
		padding-left: 36px;
		border-left: 4px solid #EF8125;
		font-size: 3.4rem;
	}
	.interview-intro__catch-em {
	}
	.interview-intro__text {
		width: 50%;
		margin-bottom: 0;
		font-size: 1.6rem;
	}

	/* ------------------------------
		Interview Filter
	------------------------------ */
	.interview-filter {
		padding-bottom: 60px;
	}
	.interview-filter__list {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.interview-filter__item {
	}
	.interview-filter__button {
		padding: 5px 20px;
		font-size: 1.7rem;
	}
	.interview-filter__button .hashtag {
		margin-right: 5px;
		font-size: 1.8rem;
	}

	/* ------------------------------
		Interview Pick Up
	------------------------------ */
	.interview-pickup {
		padding: 60px 0 160px;
	}
	.interview-pickup__heading {
		margin-bottom: 60px;
	}
	.interview-pickup__label {
		margin-right: 10px;
		font-size: 4rem;
	}
	.interview-pickup__title {
		font-size: 1.6rem;
	}
	.interview-pickup__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 80px 60px;
	}
	.interview-pickup__item {
		width: calc((100% - 60px) / 2)
	}

	/* ------------------------------
		Interview Card
	------------------------------ */
	.interview-card__link {
		padding-left: 18px;
	}
	.interview-card__media {
	}
	.interview-card__image {
	}
	.interview-card__lead {
		top: -10px;
		padding: 4px 18px 3px;
		font-size: 1.4rem;
	}
	.interview-card__lead::after {
		bottom: -13px;
		width: 18px;
		height: 13px;
		border-right: 18px solid #C97A39;
		border-bottom: 13px solid transparent;
	}
	.interview-card__meta {
		width: 90%;
		bottom: 18px;
	}
	.interview-card__title span {
		padding: 1px 9px 0;
		font-size: 2rem;
	}
	.interview-card__tag span {
		padding: 1px 9px 0;
		font-size: 1.1rem;
	}

}

/* ==============================
	Interview Detail
	（エンジニアインタビュー詳細）
============================== */

/* ------------------------------
	Interview Detail Hero
------------------------------ */
.interview-detail-hero {
	position: relative;
	background: #EF8125;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 40px;
}
.interview-detail-hero::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	z-index: 0;
}
.interview-detail-hero::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 80px;
	background: #F5F5F5;
	z-index: 0;
}
.interview-detail-hero__icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 40px;
}
.interview-detail-hero__icon img {
	height: 22px;
	width: auto;
}
.interview-detail-hero__lead {
	margin: 10px 0 8px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
}
.interview-detail-hero__media {
	position: relative;
	aspect-ratio: 2 / 1;
	width: 100%;
	overflow: hidden;
}
.interview-detail-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.interview-detail-hero__meta {
	position: absolute;
	bottom: 6px;
	left: 10px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	width: 96%;
}
.interview-detail-hero__title {
	line-height: 1;
}
.interview-detail-hero__title span {
	display: inline;
	padding: 1px 6px 0;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.interview-detail-hero__tag span {
	display: inline-block;
	padding: 1px 6px 0;
	background: #9F9D9D;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
}

/* ------------------------------
	Interview Detail Profile
------------------------------ */
.interview-detail {
	margin-bottom: 80px;
}
.interview-profile {
	margin-bottom: 40px;
}
.interview-profile__label {
	position: relative;
	margin-bottom: 3px;
	padding-left: 14px;
	font-size: 1.5rem;
	font-weight: 500;
}
.interview-profile__label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ED6C00;
}
.interview-profile__text {
	font-size: 1.3rem;
	font-weight: 400;
}
.interview-profile__text .bold {
	font-weight: 500;
}

/* ------------------------------
	Interview Detail Content
------------------------------ */
.interview-detail-content {
}
.interview-detail-content__media {
	margin-bottom: 20px;
}
.interview-detail-content__title {
	display: flex;
	align-items: flex-start;
	gap: 3px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.5;
}
.interview-detail-content__num {
	color: #ED6C00;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.2;
}
.interview-detail-content__text {
	margin-bottom: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}
.interview-detail-content__text .bold {
	font-weight: 500;
}

/* ==============================
	PC
============================== */
@media screen and (min-width: 1024px) {

	/* ------------------------------
		Interview Detail Hero
	------------------------------ */
	.interview-detail-hero {
		margin-bottom: 80px;
		padding-left: 60px;
		padding-bottom: 80px;
	}
	.interview-detail-hero::after {
		top: 80px;
	}
	.interview-detail-hero::before {
		height: 200px;
	}
	.interview-detail-hero__icon {
		height: 80px;
	}
	.interview-detail-hero__icon img {
		height: 40px;
	}
	.interview-detail-hero__lead {
		margin: 12px 0 10px;
		font-size: 2.8rem;
	}
	.interview-detail-hero__media {
		aspect-ratio: 27 / 10;
	}
	.interview-detail-hero__media img {
		object-position: top;
	}
	.interview-detail-hero__meta {
		bottom: 20px;
		left: 30px;
		gap: 4px;
		width: 90%;
	}
	.interview-detail-hero__title {
		line-height: 1.7;
	}
	.interview-detail-hero__title span {
		padding: 3px 14px 1px;
		font-size: 3rem;
	}
	.interview-detail-hero__tag span {
		padding: 3px 14px 1px;
		font-size: 1.7rem;
	}

	/* ------------------------------
		Interview Detail Profile
	------------------------------ */
	.interview-detail {
		margin-bottom: 160px;
	}
	.interview-profile {
		display: flex;
		align-items: flex-start;
		margin-bottom: 100px;
	}
	.interview-profile__label {
		min-width: 160px;
		width: 25%;
		margin-bottom: 0;
		padding-left: 22px;
		font-size: 2.2rem;
	}
	.interview-profile__label::before {
		width: 11px;
		height: 11px;
	}
	.interview-profile__text {
		width: 75%;
		font-size: 1.6rem;
	}

	/* ------------------------------
		Interview Detail Content
	------------------------------ */
	.interview-detail-content {
	}
	.interview-detail-content__media {
		margin-bottom: 40px;
	}
	.interview-detail-content__title {
		gap: 5px;
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 2.5rem;
	}
	.interview-detail-content__num {
		color: #ED6C00;
		font-size: 3rem;
	}
	.interview-detail-content__text {
		margin-bottom: 16px;
		font-size: 1.6rem;
	}

}

