.p-top-hero {
	background-color: var(--color-bg);
	margin-bottom: 5.4166666667vw;
	position: relative;
}

.p-top-hero::after {
	aspect-ratio: 1440/78;
	background-image: url("../images/top/frame01.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(100%);
	width: 100%;
	z-index: -1;
}

.p-top-hero__inner {
	display: flex;
	flex-direction: column-reverse;
}

.p-top-hero__content-wrap {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex: 0 0 100%;
	justify-content: flex-start;
	padding: 20px 20px 140px;
}

.p-top-hero__content {
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-top-hero__logo {
	margin-bottom: 20px;
}

.p-top-hero__logo-text {
	color: #6e6964;
	font-family: "Oswald", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.p-top-hero__logo img {
	display: block;
	height: auto;
	margin-top: 25px;
	max-width: 120px;
}

.p-top-hero__title {
	font-weight: 400;
	margin-bottom: 0;
	white-space: nowrap;
}

.p-top-hero__title span {
	background-color: inherit;
	clip-path: inset(0 100% 0 0);
	color: #6e6964;
	display: inline-block;
	font-size: 16px;
	padding: 5px 0 5px;
	position: relative;
}

.p-top-hero__title span::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.swiper-slide-active .p-top-hero__title span {
	animation: top_hero_marker 1s 0.5s both;
}

.swiper-slide-active .p-top-hero__title span::after {
	animation: top_hero_markerBg 1s 0.5s both;
}

.swiper-slide-active .p-top-hero__title span:nth-child(1) {
	animation-delay: 0.1s;
}

.swiper-slide-active .p-top-hero__title span:nth-child(1)::after {
	animation-delay: 0.1s;
}

.js-slide-minacute.swiper-slide-active .p-top-hero__title span:nth-child(1) {
	margin-left: -9px;
}

.js-slide-minacute.swiper-slide-active .p-top-hero__title span:nth-child(1)::after {
	left: 10px;
}

.swiper-slide-active .p-top-hero__title span:nth-child(3) {
	animation-delay: 0.5s;
}

.swiper-slide-active .p-top-hero__title span:nth-child(3)::after {
	animation-delay: 0.5s;
}

.p-top-hero__btn {
	background-color: transparent;
	display: none;
	font-size: 14px;
	gap: 20px;
	padding: 15px 20px;
	width: 200px;
}

.p-top-hero__img-wrap {
	flex: 1;
	height: 250px;
}

.p-top-hero__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-hero__brand-nav {
	grid-gap: 4px;
	bottom: 30px;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(3, 1fr);
	left: 0;
	padding: 0 20px;
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 20;
}

.p-top-hero__brand-nav-item {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: var(--color-text);
	display: flex;
	font-size: 14px;
	font-weight: 400;
	justify-content: center;
	padding: 8px;
	text-decoration: none;
}

.p-top-hero__controls {
	align-items: center;
	bottom: auto;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: absolute;
	top: 125px;
	width: 100%;
	z-index: 20;
}

.p-top-hero .swiper-button-next,
.p-top-hero .swiper-button-prev {
	opacity: 1;
	padding: 8px;
}

.p-top-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.p-top-hero__prev,
.p-top-hero__next {
	background-image: url("../images/common/icon-arrow-large-bk.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 32px;
	margin: 0;
	opacity: 0.6;
	position: static;
	transition: opacity 0.3s;
	width: 32px;
}

.p-top-hero__prev:hover,
.p-top-hero__next:hover {
	opacity: 1;
}

.p-top-hero__prev::after,
.p-top-hero__next::after {
	display: none;
}

.p-top-hero__prev {
	transform: rotate(180deg);
}

.p-top-hero__pagination {
	align-items: center;
	display: flex;
	gap: 8px;
	margin: 0 32px;
	position: static;
	width: auto;
}

.p-top-hero__pagination .swiper-pagination-bullet {
	margin: 0 !important;
}

.p-top-hero__pagination .swiper-pagination-bullet {
	background-color: #d9d9d9;
	border-radius: 0;
	height: 1px;
	opacity: 1;
	transition: background-color 0.3s;
	width: 20px;
}

.p-top-hero__pagination .swiper-pagination-bullet-active {
	background-color: var(--color-text);
}

.p-top-brands {
	margin-bottom: -10vw;
	padding: 20px 20px 80px;
	position: relative;
	z-index: 2;
}

.p-top-brands__head {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 30px;
}

.p-top-brands__list {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-about {
	background-color: var(--color-bg);
	padding: 36px 0 64px;
	position: relative;
	z-index: 1;
}

.p-top-about::before,
.p-top-about::after {
	aspect-ratio: 1440/240;
	background-image: url("../images/top/frame02.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.p-top-about::before {
	top: -16.6666666667vw;
}

.p-top-about::after {
	bottom: -16.6666666667vw;
	transform: rotate(180deg);
}

.p-top-about__head {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 24px;
}

.p-top-about__head .c-sec-title {
	align-items: flex-start;
}

.p-top-about__inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-top-about__content {
	flex: 1;
	max-width: 600px;
}

.p-top-about__catch {
	margin-bottom: 40px;
}

.p-top-about__catch-sub {
	color: #707070;
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}

.p-top-about__catch-main {
	color: var(--color-main);
	font-family: "Oswald", sans-serif;
	font-size: max(28px, min(4vw, 54px));
	font-weight: 500;
	line-height: 1.2;
}

.p-top-about__text {
	line-height: 2.2;
	margin-bottom: 48px;
}

.p-top-about .v-more {
	background-color: transparent;
}

.p-top-about__images {
	flex: 1;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.p-top-about__img {
	display: block;
	height: auto;
}

.p-top-about__img--01 {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	margin: 0 auto 40px;
	object-fit: cover;
	width: 100%;
}

.p-top-news {
	padding: 120px 20px 0;
}

.p-top-news__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-top-news__body {
	flex: 1;
	margin-top: 0;
}

.p-top-news__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 30px;
	justify-content: center;
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}

.p-top-news__cats li a {
	-webkit-text-decoration: none;
	color: #a0a0a0;
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
	text-decoration: none;
	transition: color 0.3s;
}

.p-top-news__cats li a::after {
	background-color: var(--color-main);
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: width 0.3s;
	width: 0;
}

.p-top-news__cats li a:hover {
	color: var(--color-main);
}

.p-top-news__cats li.is-active a {
	color: var(--color-main);
}

.p-top-news__cats li.is-active a::after {
	width: 24px;
}

.p-top-news__list {
	border-top: 1px solid #d9d9d9;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-top-news__item {
	border-bottom: 1px solid #d9d9d9;
}

.p-top-news__link {
	-webkit-text-decoration: none;
	color: var(--color-text);
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px 0;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-top-news__link:hover {
	opacity: 0.7;
}

.p-top-news__meta {
	align-items: center;
	display: flex;
	gap: 16px;
}

.p-top-news__date {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.p-top-news__cat {
	background-color: #fff;
	border: 1px solid #c4c4c4;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 4px 12px;
	white-space: nowrap;
}

.p-top-news__title {
	flex: 1;
	line-height: 1.6;
	margin-bottom: 0;
}

.p-top-news__btn-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 48px;
}

.p-top-news__panel {
	display: none;
}

.p-top-news__panel.is-active {
	display: block;
}

.p-top-news__item--empty {
	padding: 24px 0;
}

.p-top-news__empty {
	color: #a0a0a0;
	font-size: 14px;
	margin-bottom: 0;
}

.p-top-recruit {
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}

.p-top-recruit__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-top-recruit__content {
	flex: 1;
	max-width: 500px;
	width: 100%;
}

.p-top-recruit__content .c-sec-title {
	margin-bottom: 24px;
}

.p-top-recruit__text-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.p-top-recruit__text {
	color: var(--color-text);
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.p-top-recruit__img-wrap {
	flex: 1;
	max-width: 700px;
	position: relative;
	width: 100%;
}

.p-top-recruit__img {
	display: block;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 2;
}

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

.p-top-brands__head {
	margin-bottom: 80px;
}

.p-top-brands__list {
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-about__img--01 {
	-o-object-fit: fill;
	aspect-ratio: auto;
	margin: 0 auto;
	object-fit: fill;
}

.p-top-news__inner {
	gap: 60px;
}

.p-top-news__cats {
	gap: 20px 32px;
	margin-bottom: 40px;
}

.p-top-recruit__content .c-sec-title {
	margin-bottom: 48px;
}

.p-top-recruit__text {
	line-height: 2;
}

}

@media screen and (min-width: 1024px) {

.p-top-hero::after {
	bottom: 1px;
}

.p-top-hero__inner {
	align-items: stretch;
	flex-direction: row;
	min-height: 600px;
}

.p-top-hero__content-wrap {
	flex: 0 0 32%;
	flex: 0 0 32vw;
	padding: 80px 20px 80px max(20px, 50vw - 640px);
	width: 32%;
	width: 32vw;
}

.p-top-hero__logo {
	margin-bottom: 48px;
}

.p-top-hero__logo-text {
	font-size: 48px;
}

.p-top-hero__title {
	margin-bottom: 48px;
}

.p-top-hero__title span {
	background-color: rgba(255, 255, 255, 0.5);
	color: var(--color-text);
	font-size: 32px;
	font-size: min(1.7vw, 28px);
	margin-bottom: 8px;
	padding: 0 25px 3px;
}

.js-slide-minacute.swiper-slide-active .p-top-hero__title span:nth-child(1) {
	margin-left: 0;
	padding-left: 0;
}

.js-slide-minacute.swiper-slide-active .p-top-hero__title span:nth-child(1)::after {
	left: 0;
}

.p-top-hero__btn {
	display: inline-flex;
}

.p-top-hero__btn::before {
	width: 30px;
}

.p-top-hero__img-wrap {
	height: auto;
}

.p-top-hero__brand-nav {
	display: none;
}

.p-top-hero__controls {
	bottom: 60px;
	bottom: 40px;
	justify-content: flex-start;
	margin-left: max(20px, 50vw - 640px);
	top: auto;
	width: 230px;
}

.p-top-hero__prev,
.p-top-hero__next {
	height: 48px;
	width: 48px;
}

.p-top-brands__list {
	gap: 40px;
	grid-template-columns: repeat(3, 1fr);
}

.p-top-about {
	margin-bottom: 16.6666666667vw;
	margin-top: 16.6666666667vw;
	padding: 150px 0;
}

.p-top-about__head {
	margin-bottom: 60px;
}

.p-top-about__inner {
	align-items: center;
	flex-direction: row;
	gap: 100px;
	justify-content: space-between;
}

.p-top-news__inner {
	flex-direction: row;
	gap: 120px;
	justify-content: space-between;
}

.p-top-news__head {
	flex: 0 0 25%;
}

.p-top-news__body {
	margin-top: 190px;
}

.p-top-news__cats {
	justify-content: space-between;
}

.p-top-news__link {
	align-items: flex-start;
	gap: 10px;
}

.p-top-recruit {
	padding: 120px 0;
}

.p-top-recruit__inner {
	align-items: center;
	flex-direction: row;
	gap: 10%;
	justify-content: space-between;
}

}

@media screen and (min-width: 1280px) {

.p-top-hero__title span {
	font-size: min(2vw, 28px);
	padding: 6px 8px 5px;
}

.p-top-brands {
	padding: 20px 50px 80px;
}

.p-top-news {
	padding: 120px 50px;
}

}

@media screen and (min-width: 1400px) and (max-width: 1535.98px) {

.p-top-hero__title span {
	font-size: 25px;
}

}

@media screen and (min-width: 1536px) {

.p-top-hero__content-wrap {
	padding-left: 6vw;
}

.p-top-hero__controls {
	margin-left: 6vw;
}

}

@keyframes top_hero_marker {

60%,100% {
	clip-path: inset(0);
}

}

@keyframes top_hero_markerBg {

60% {
	clip-path: inset(0);
}

100% {
	clip-path: inset(0 0 0 100%);
}

}


/*# sourceMappingURL=top.css.map */
