@charset "UTF-8";

.bg-area .bg-swiper,
.bg-area .bg-swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.bg-area .bg-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#top-area {
	height: 100dvh;
}

#top-area>.inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#top-area>.inner>h1 {
	width: 100%;
	max-width: 1200px;
}

#top-area>.inner>h1 img {
	width: 100%;
}

#top-area>.inner>h1>div svg {
	width: 100%;
	height: auto;
}

#top-area>.inner>h1>div:nth-child(1),
#top-area>.inner>h1>div:nth-child(3) {
	width: 38%;
	padding: 0 1%;
}

#top-area>.inner>h1>div:nth-child(2) {
	width: 24%;
}

.fadein {
	opacity: 0;
}

.loaded .fadein {
	animation: fadeIn 2.3s ease-out forwards;
}

.loaded .fadein.p1 {
	animation-delay: 0s;
}

.loaded .fadein.p2 {
	animation-delay: 0.2s;
}

.loaded .fadein.p3 {
	animation-delay: 0.4s;
}

.loaded .fadein.p4 {
	animation-delay: 0.6s;
}

.loaded .fadein.p5 {
	animation-delay: 0.8s;
}

.loaded .fadein.p6 {
	animation-delay: 1s;
}

.loaded .fadein.p7 {
	animation-delay: 1.2s;
}

.loaded .fadein.p8 {
	animation-delay: 1.4s;
}

.loaded .fadein.p9 {
	animation-delay: 1.6s;
}

.loaded .fadein.p10 {
	animation-delay: 1.8s;
}

.loaded .fadein.p11 {
	animation-delay: 2s;
}

.loaded .fadein.p12 {
	animation-delay: 2.2s;
}

.loaded .fadein.p13 {
	animation-delay: 2.4s;
}

.loaded .fadein.p14 {
	animation-delay: 2.6s;
}

.loaded .fadein.p15 {
	animation-delay: 2.8s;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.glitch-img {
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

#top-area h1.flexBlock {
	justify-content: center;
	align-items: center;
}

.top-text {
	font-size: 2.0rem;
	text-align: left;
	color: #FFFFFF;
	line-height: 2.3;
}

#second-area {
	padding: 100px 15px 300px;
}

#second-area>.inner {
	max-width: 800px;
	width: 100%;
}

.logo-middle {
	margin: 300px auto 0;
}

#top-company-info,
#top-capabilities {
	padding: 150px 15px;
}

.top-swiper {
	overflow: hidden;
	margin-bottom: 50px;
}

.top-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-swiper .swiper-pagination {
	position: relative;
	bottom: auto;
	top: auto;
	padding: 10px 0;
	text-align: right;
}

.top-swiper .swiper-pagination-bullet {
	background: #F2F2F2;
	border-radius: 0;
	height: 6px;
	opacity: 1;
	width: 60px;
}

.top-swiper .swiper-pagination-bullet-active {
	background: #219CDE;
}

#top-interview {
	padding: 0 15px 230px;
	overflow: hidden;
	color: #FFFFFF;
}

#top-interview .scroll-slider {
	position: relative;
	transform: translateY(-25%);
}

#top-interview .inner .img {
	margin: 11% auto 70px;
	background: #dddee3;
	aspect-ratio: 2 / 1;
	width: 100%;
	height: auto;
}

#top-interview .inner .img>.bg {
	width: 100%;
	height: 100%;
}

#top-interview .inner .img>.bg>.left,
#top-interview .inner .img>.bg>.right {
	bottom: 0;
	height: 100%;
	width: auto;
}

#top-interview .inner .img>.bg>.left {
	left: 0;
}

#top-interview .inner .img>.bg>.right {
	right: 0;
}

#top-interview .inner .img>.text-img,
#top-interview .inner .img>.x {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	height: auto;
}

#top-interview .name-area>img.x {
	transform: rotate(-180deg);
}

#top-interview .name-area>img.x.visible {
	transform: rotate(0deg);
}

#top-interview .inner .img>.x.fade-item {
	transform: translate(-50%, -50%) rotate(180deg);
}

#top-interview .inner .img>.x.fade-item.visible {
	transform: translate(-50%, -50%) rotate(0deg);
}

#top-interview .inner .img>.text-img.fade-item {
	transform: translate(-50%, -50%) scale(0.7);
}

#top-interview .inner .img>.text-img.fade-item.visible {
	transform: translate(-50%, -50%) scale(1);
}

#top-interview .inner .img>.text-img {
	height: 85%;
	width: auto;
}

#top-interview .name-area {
	justify-content: center;
	margin-bottom: 80px;
}

#top-interview .name-area .medium {
	font-size: 1.6rem;
	line-height: 1.2;
}

#top-interview .name-area .semibold {
	font-size: 3.2rem;
}

#top-interview .name-area>div.rel {
	text-align: center;
	display: flex;
	align-self: center;
	flex-direction: column;
}

#top-interview .name-area>img {
	width: 80px;
	height: auto;
	margin: 0 30px;
}

@media screen and (max-width: 768px) {

	#top-interview .inner .img>.bg>.left,
	#top-interview .inner .img>.bg>.right {
		height: 85%;
	}

	.top-swiper {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}

	#top-area {
		padding-top: 35px;
		height: auto;
	}

	#top-area>.inner {
		height: auto;
	}

	#top-area h1.flexBlock {
		flex-direction: column;
	}

	#top-area>.inner>h1>div:nth-child(2) {
		width: 38%;
		margin-top: 25px;
	}

	#top-area>.inner>h1>div:nth-child(1),
	#top-area>.inner>h1>div:nth-child(3) {
		width: 55%;
		padding: 0;
	}

	#top-area>.inner>h1>div:nth-child(3) {
		margin-top: -20%;
	}

	.top-text {
		font-size: 1.6rem;
	}

	.logo-middle {
		margin: 230px auto 0;
		width: 200px;
	}

	#top-company-info,
	#top-capabilities {
		padding: 50px 15px;
	}

	#top-interview .inner .img {
		aspect-ratio: 1.32 / 1;
		margin-top: 0;
		margin-bottom: 40px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}

	#top-interview .inner .img>.x {
		width: 110%;
	}

	#top-interview .name-area .medium {
		font-size: 1.4rem;
	}

	#top-interview .name-area .semibold {
		font-size: 2.4rem;
	}

	#top-interview .name-area>img {
		margin: 0 15px;
		width: 22%;
		max-width: 80px;
	}

	#top-interview .name-area {
		margin-bottom: 35px;
	}

	#top-interview {
		padding-bottom: 150px;
	}
}