@charset "UTF-8";
/*----------
	プロジェクトストーリー
----------*/
/*-----------
	billboard
----------*/
.un-billboard {
	position: relative;
}
.un-billboard__upper {
	position: relative;
}
.un-billboard__upper .un-billboard__inner {
	height: 100%;
	min-height: 100vh;
}
.un-billboard__upper .un-billboard__lead {
	position: absolute;
	left: 0;
	bottom: 43px;
	padding-left: 5.3%;
	padding-right: 5.3%;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	z-index: 6;
}
.un-billboard__image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.un-billboard__image img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.un-billboard__image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 1;
}
.un-billboard__title {
	position: relative;
	padding-top: 39.06vh;
	padding-left: 5.3%;
	padding-right: 5.3%;
	color: #fff;
	z-index: 1;
}
.un-billboard__ja {
	position: relative;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.28;
}
.un-billboard__ja::before {
	content: "";
	display: inline-block;
	position: relative;
	top: -3px;
	width: 21px;
	height: 2px;
	margin-right: 15px;
	background-color: var(--color-prim);
	transform: skew(-18deg);
}
.un-billboard__en {
	position: relative;
	left: -3px;
	margin-bottom: 6px;
	font-family: var(--font-barlow);
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.un-billboard__triangle {
	position: absolute;
	top: 100%;
	right: 0;
	width: 26.67%;
	max-width: 100px;
	aspect-ratio: 1/2;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background: rgba(0, 159, 232, 0.95);
	transform: translateY(-50%);
	z-index: 5;
}
.un-billboard__lower {
	position: relative;
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #fff;
}
.un-billboard__lower .un-billboard__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.333%;
	padding-right: 5.333%;
}
@media (min-width: 768px), print {
	.un-billboard__lower .un-billboard__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.un-billboard__lower .un-billboard__lead {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.03em;
	z-index: 6;
}
@media (min-width: 768px), print {
	.un-billboard__upper .un-billboard__inner {
		min-height: auto;
		height: 800px;
	}
	.un-billboard__upper .un-billboard__lead {
		padding-left: 20px;
		padding-right: 20px;
		left: 100px;
		bottom: 80px;
		font-size: 4.5rem;
		line-height: 1.48;
	}
	.un-billboard__title {
		padding-top: 13.13vh;
		padding-left: 120px;
		padding-right: 20px;
	}
	.un-billboard__ja {
		margin-bottom: 0;
		font-size: 1.9rem;
		line-height: 1;
		letter-spacing: 0;
	}
	.un-billboard__ja::before {
		width: 28px;
		height: 5px;
		margin-right: 20px;
	}
	.un-billboard__en {
		left: -6px;
		font-size: 9rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.un-billboard__triangle {
		top: 450px;
		width: 31.94%;
		max-width: 460px;
		transform: none;
	}
	.un-billboard__lower {
		padding-top: 80px;
		padding-bottom: 150px;
	}
	.un-billboard__lower .un-billboard__lead {
		font-size: 2rem;
	}
}

/*-----------
	member
----------*/
.un-member {
	position: relative;
	padding-bottom: 150px;
	margin-top: -1px;
}
.un-member::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 180px);
	background-color: var(--color-bg);
	z-index: -1;
}
.un-member__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.333%;
	padding-right: 5.333%;
}
@media (min-width: 768px), print {
	.un-member__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 768px), print {
	.un-member {
		padding-bottom: 100px;
	}
	.un-member::after {
		height: calc(100% - 244px);
	}
}

/*-----------
	story
----------*/
.un-story {
	position: relative;
	clip-path: inset(0);
	background-color: #000;
}
.un-story::after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/recruit/assets/images/project-story/bg_story.webp) no-repeat 0 0;
	background-size: cover;
	z-index: -1;
	opacity: 0.4;
}
.un-story__label {
	position: absolute;
	top: 0;
	left: -4px;
	color: #fff;
	font-family: var(--font-barlow);
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	writing-mode: vertical-rl;
}
.un-story__item {
	position: relative;
	padding-top: 60px;
	color: #fff;
}
.un-story__contents {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.333%;
	padding-right: 5.333%;
	padding-left: 8%;
	padding-right: 8%;
}
@media (min-width: 768px), print {
	.un-story__contents {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.un-story__text {
	margin-bottom: 20px;
}
.un-story__fullimage {
	aspect-ratio: 65/27;
}
.un-story .un-storyblock + .un-storyblock {
	margin-top: 20px;
}
.un-story .un-storyblock__text {
	letter-spacing: 0.03em;
}
.un-story .un-storyblock__text + .un-storyblock__text {
	margin-top: 20px;
}
.un-story .un-storyblock__image {
	margin: 0 -10% 20px;
	aspect-ratio: 3/2;
}
.un-story .un-storyblock__content {
	padding-bottom: 20px;
}
@media (min-width: 768px), print {
	.un-story__label {
		left: -8px;
		font-size: 10rem;
	}
	.un-story__item {
		padding-top: 120px;
	}
	.un-story__text {
		margin-bottom: 70px;
	}
	.un-story__fullimage {
		aspect-ratio: 12/5;
	}
	.un-story .un-storyblock + .un-storyblock {
		margin-top: 70px;
	}
	.un-story .un-storyblock__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.un-story .un-storyblock__image {
		flex: 0 0 calc(50% - 30px);
		margin-right: 60px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.un-story .un-storyblock__content {
		flex: 1 0 calc(50% - 30px);
		padding-bottom: 0;
	}
	.un-story .un-storyblock--reverse .un-storyblock__inner {
		flex-direction: row-reverse;
	}
	.un-story .un-storyblock--reverse .un-storyblock__image {
		margin-right: 0;
		margin-left: 32px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
	.un-story__contents {
		max-width: 1100px;
	}
}

/*-----------
	relatedpage
----------*/
.un-relatedpage {
	margin-top: 60px;
}
@media (min-width: 768px), print {
	.un-relatedpage {
		margin-top: 150px;
	}
}