@charset "UTF-8";

.experience-page__inner {
	margin: 90px auto 120px;
}

.experience-hero {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 335px;
	overflow: hidden;
	background: #f5f5f5;
}

.experience-hero__contents,
.experience-hero__bg {
	grid-area: 1 / -1;
}

.experience-hero__contents {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 48px;
	padding-bottom: 48px;
	color: #fff;
}

.experience-hero__text {
	max-width: 960px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}

.experience-hero__label {
	display: inline-block;
	margin: 0 0 18px;
	padding: 2px 18px 2px 20px;
	background: #2449a4;
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: none;
}

.experience-hero__title {
	margin: 0;
	color: #fff;
	font-size: 58px;
	font-weight: normal;
	line-height: 1.05;
}

.experience-hero__desc {
	margin: 16px 0 0;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
}

.experience-hero__bg {
	position: relative;
	z-index: 1;
}

.experience-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .18);
}

.experience-hero__bg picture,
.experience-hero__bg img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 335px;
}

.experience-hero__bg img {
	object-fit: cover;
}

.experience-hero__triangle {
	position: absolute;
	z-index: 3;
	width: 0;
	height: 0;
}

.experience-hero__triangle--left {
	top: 0;
	left: 10px;
	border-top: 48px solid #2449a4;
	border-right: 48px solid transparent;
}

.experience-hero__triangle--right {
	right: 10px;
	bottom: 0;
	border-bottom: 86px solid #2449a4;
	border-left: 86px solid transparent;
}

@media screen and (max-width: 767px) {
	.experience-page__inner {
		margin: 50px auto 80px;
	}

	.experience-hero {
		min-height: 360px;
	}

	.experience-hero__contents {
		align-items: center;
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.experience-hero__text {
		max-width: 320px;
		margin: 0 auto;
		text-align: center;
	}

	.experience-hero__label {
		margin-bottom: 12px;
		font-size: 13px;
	}

	.experience-hero__title {
		font-size: 42px;
	}

	.experience-hero__desc {
		font-size: 22px;
		line-height: 1.45;
	}

	.experience-hero__bg,
	.experience-hero__bg picture,
	.experience-hero__bg img {
		min-height: 360px;
	}

	.experience-hero__bg img {
		object-position: center top;
	}

	.experience-hero__triangle--left {
		left: 0;
		border-top-width: 34px;
		border-right-width: 34px;
	}

	.experience-hero__triangle--right {
		right: 0;
		border-bottom-width: 62px;
		border-left-width: 62px;
	}
}
