@charset "utf-8";

/*================================================================
# 全ページ共通
================================================================ */
.symbols {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.js-cliptext {
	--delay: 0s;
}

.js-cliptext__line {
	opacity: 0;
	display: inline-block;
	-webkit-clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
	clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
}

.js-cliptext.visibled .js-cliptext__line {
	opacity: 1;
	transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) var(--delay);
	transition-property: opacity, -webkit-clip-path;
	-webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
	clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
}

.c-drawline {
	background: linear-gradient(to top, currentColor 0px, currentColor 1.1px, transparent 1px) no-repeat right bottom;
	background-position: right bottom;
	background-size: 0% auto;
	transition: background-size 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (hover: hover) {

	a.c-drawline:hover,
	a:hover .c-drawline {
		background-position: left bottom;
		background-size: 100% auto;
		animation: none;
	}
}

@keyframes arw-r {
	0% {
		opacity: 1;
		transform: translateX(0);
	}

	50% {
		opacity: 0;
		transform: translateX(100%);
	}

	50.1% {
		opacity: 0;
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.c-arw {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	aspect-ratio: 1/1;
}

.c-arw::before {
	position: absolute;
	content: "";
	display: block;
	box-sizing: border-box;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition-property: transform, background;
	inset: 0;
}

.c-arw .arw {
	position: relative;
	display: block;
	z-index: 1;
	transition: fill 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	aspect-ratio: 1/1;
}

@media (hover: hover) {
	a:hover .c-arw .arw--r {
		animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	}
}

.section-container {
	max-width: 117rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5.5rem;
	padding-left: 5.5rem;
	box-sizing: border-box;
}

.section+.section {
	margin: 16rem 0 0;
}

.section-title {
	margin-bottom: 7rem;
}

.section-title .ja {
	margin-bottom: 1rem;
	padding-left: 1.2rem;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--primary);
}

.section-title .ja::before {
	width: 0.6rem;
	height: 0.6rem;
	background: currentColor;
	position: absolute;
	content: "";
	top: calc(0.75em - 0.3rem);
	left: 0;
	display: block;
}

.section-title .en {
	font-family: var(--text-en);
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
}

.section-title.js-cliptext .ja::before {
	opacity: 0;
}

.section-title.js-cliptext.visibled .ja::before {
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

/* heading / lead / text
------------------------------------------------------ */
.heading01 {
	margin-bottom: 7rem;
}

.heading01 .ja {
	margin-bottom: 1rem;
	padding-left: 1.2rem;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--primary);
}

.heading01 .ja::before {
	width: 0.6rem;
	height: 0.6rem;
	background: currentColor;
	position: absolute;
	content: "";
	top: calc(0.75em - 0.3rem);
	left: 0;
	display: block;
}

.heading01 .en {
	font-family: var(--text-en);
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
}

.heading01.js-cliptext .ja::before {
	opacity: 0;
}

.heading01.js-cliptext.visibled .ja::before {
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.lead01 {
	margin-bottom: 3rem;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.46;
}

.text01 {
	margin: 4rem 0 0;
	font-size: 14px;
	line-height: 2;
}

.text01 p+p {
	margin: 1.6rem 0 0;
}

/* header
------------------------------------------------------ */
.header {
	position: fixed;
	top: 2.4rem;
	right: 3.2rem;
	left: 3.2rem;
	display: flex;
	align-items: flex-start;
	z-index: 10;
	transition: top 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header.is-scrolled {
	padding: 1.6rem 2.4rem;
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 0.8rem 2.4rem rgba(17, 24, 39, 0.08);
	top: 1.6rem;
	right: 2.4rem;
	left: 2.4rem;
	backdrop-filter: blur(12px);
}

.header__logo {
	width: 22.4rem;
	flex: 0 0 auto;
	transition: width 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header.is-scrolled .header__logo {
	width: 18rem;
}

.header__logo a {
	background: none;
	display: block;
}

.header__logo a::before {
	display: none;
}

.header__logo a img {
	width: 100%;
	height: auto;
	opacity: 1;
	display: block;
}

.header__menu {
	display: none;
}

.header__nav {
	margin: 0 0 0 auto;
}

.header .h-nav {
	display: flex;
	align-items: center;
}

.header .h-nav__list {
	padding: 0 2.4rem;
	display: flex;
	align-items: center;
	font-family: var(--text-en);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	column-gap: 2rem;
}

.header .h-nav__list .nav-top {
	display: none;
}

.header .h-nav__list a {
	height: 4.8rem;
	padding: 0 1.2rem;
	background: none;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	color: var(--secondary);
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header .h-nav__list .c-arw {
	display: none;
}

.header .h-nav__cv {
	display: flex;
	align-items: center;
	font-family: var(--text-en);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	column-gap: 1.6rem;
}

.header .h-nav__cv a,
.header .h-nav__cv li:first-child a {
	width: 13.6rem;
	height: 4.8rem;
	padding: 0;
	border: var(--secondary) solid 1px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: var(--secondary);
	box-sizing: border-box;
	transition:
		background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
		color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
		border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header .h-nav__cv a .txt dd {
	display: none;
}

.header .h-nav__cv a .c-arw {
	display: none;
}

.header .h-nav__lang {
	margin-left: 2.8rem;
	display: flex;
	align-items: center;
	font-family: var(--text-en);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: var(--secondary);
	letter-spacing: 0.1em;
	column-gap: 1rem;
}

.header .h-nav__lang li+li {
	padding-left: 1rem;
	border-left: 1px solid currentColor;
}

.header .h-nav__lang a {
	opacity: 1;
	background: none;
	display: block;
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header .h-nav__lang a.is-current {
	pointer-events: none;
}

.header .h-nav__lang a.is-current,
.header .h-nav__lang a:hover {
	opacity: 0.45;
}

@media (hover: hover) {

	.header .h-nav__cv a:hover,
	.header .h-nav__cv li:first-child a:hover {
		border-color: var(--secondary);
		background: var(--secondary);
		color: var(--white);
	}
}

/* footer
------------------------------------------------------ */
.footer {
	margin: 16rem 0 0;
}

.footer__container {
	max-width: 117rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5.5rem;
	padding-left: 5.5rem;
	box-sizing: border-box;
}

.footer__contact {
	width: 88%;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}

.footer .f-contact {
	height: 39rem;
	padding: 0 8rem;
	background: var(--primary);
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	color: var(--white);
	transition:
		background-color 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer .f-contact::before {
	opacity: 0;
	background: url("../img/mv.png") no-repeat center center;
	background-size: cover;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 0;
	transition:
		opacity 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
		transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: scale(1.05);
}

.footer .f-contact__txt {
	position: relative;
	font-weight: 500;
	line-height: 1.72;
	z-index: 2;
	transition:
		transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
		letter-spacing 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer .f-contact .c-arw {
	width: 8rem;
	position: relative;
	z-index: 2;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer .f-contact .c-arw::before {
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.16);
	transition:
		background 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
		transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer .f-contact .c-arw .arw {
	width: 2rem;
	fill: var(--white);
}

@media (hover: hover) {
	.footer .f-contact:hover {
		background-color: var(--bg03);
	}

	.footer .f-contact:hover::before {
		opacity: .8;
		transform: scale(1);
	}

	.footer .f-contact:hover .c-arw {
		transform: translateX(0.8rem);
	}

	.footer .f-contact:hover .c-arw::before {
		background: rgba(255, 255, 255, 0.22);
	}

	.footer .f-contact:hover .c-arw .arw--r {
		animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	}
}

.footer .f-contact__ttl {
	margin-bottom: 5rem;
}

.footer .f-contact__ttl .en {
	font-family: var(--text-en);
	font-size: 6.4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
}

.footer .f-contact__ttl .ja {
	--delay: 0.1s;
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--white);
}

.footer__body {
	margin-top: -19.5rem;
	padding: 32.5rem 0 12rem;
	background: var(--bg02);
	position: relative;
	z-index: 0;
}

.footer__row:not(:first-child) {
	margin-top: 6rem;
}

.footer__logo {
	width: 24rem;
	margin: 0 auto 0 0;
	background: none;
	display: block;
}

.footer__nav {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	column-gap: 4rem;
}

.footer__nav .c-arw {
	display: none;
}

.footer__lower .footer__col {
	text-align: right;
}

.footer__links {
	font-size: 1.2rem;
	line-height: 1.5;
}

.footer__copyright {
	font-family: var(--text-en);
	font-size: 1.2rem;
	font-weight: 400;
	text-align: right;
	letter-spacing: 0.04em;
}

/*================================================================
# topページ - 共通
================================================================ */
.top-section {
	margin: 16rem 0 0;
}

.top-section-container {
	max-width: 117rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4rem;
	padding-left: 4rem;
	box-sizing: border-box;
}

.top-section__title .en {
	font-family: var(--text-en);
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
}

.top-section__title .ja {
	--delay: 0.1s;
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--primary);
}

/*================================================================
# topページ - mv
================================================================ */
.page-top .mv {
	height: 88vh;
	position: relative;
	overflow: hidden;
}

.page-top .mv__inner {
	height: 88vh;
	padding: 18rem 5.5rem 6.4rem;
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	z-index: 2;
}

.page-top .mv__copy {
	max-width: 84rem;
	color: var(--primary);
}

.page-top .mv__title {
	margin: 0;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--secondary);
	letter-spacing: 0;
}

.page-top .mv__title span {
	color: #f5b800;
}

.page-top .mv__lead {
	width: fit-content;
	margin: 3rem 0 0;
	padding: 0 0 0.8rem;
	border-bottom: #f5b800 solid 2px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--secondary);
	letter-spacing: 0;
}

.page-top .mv__text {
	max-width: 76rem;
	margin: 1.6rem 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	color: var(--secondary);
	letter-spacing: 0;
}

.page-top .mv::before {
	opacity: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(255, 255, 255, 0.12) 60%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.page-top .mv.is-start::before {
	animation: fvOverlayFade 1.4s ease-out forwards;
}

.page-top .mv__images {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.page-top .mv__images img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	will-change: transform;
	animation: fvImageZoom 5s ease-out forwards;
	transform: scale(1.05);
	object-position: center center;
}

.page-top .mv__features {
	width: min(80rem, 64%);
	margin: 6.4rem 0 0 -2.4rem;
	display: flex;
	color: var(--black);
}

.page-top .mv__features li {
	min-width: 0;
	padding: 0 2.4rem;
	border-left: rgba(64, 82, 162, 0.28) solid 1px;
	flex: 1 1 0;
}

.page-top .mv__features li:first-child {
	border: 0;
}

.page-top .mv__features .icon {
	width: 5.6rem;
	height: 4rem;
	margin: 0 0 1.6rem;
	display: flex;
	align-items: center;
}

.page-top .mv__features .icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.page-top .mv__features h2 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.page-top .mv__features p {
	margin: 0.8rem 0 0;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.page-top .mv__about {
	width: 32rem;
	height: 9.6rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.page-top .mv__about a {
	width: 100%;
	height: 100%;
	padding: 0 4rem 0 5.6rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	color: var(--white);
	box-sizing: border-box;
}

.page-top .mv__about-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 0;
}

.page-top .mv__about-bg path {
	fill: var(--secondary);
}

.page-top .mv__about span,
.page-top .mv__about .c-arw {
	position: relative;
	z-index: 1;
}

.page-top .mv__about span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--white);
	letter-spacing: 0.08em;
}

.page-top .mv__about .c-arw {
	width: 4rem;
}

.page-top .mv__about .c-arw::before {
	background: transparent;
}

.page-top .mv__about .c-arw .arw {
	width: 1.6rem;
	fill: var(--white);
}

@media (hover: hover) {
	.page-top .mv__about a:hover::before {
		opacity: 0.82;
	}

	.page-top .mv__about a:hover .c-arw .arw--r {
		animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	}
}

.page-top .mv__title,
.page-top .mv__lead,
.page-top .mv__text,
.page-top .mv__features,
.page-top .mv__about {
	opacity: 0;
	will-change: opacity, transform;
	transform: translateY(20px);
}

.page-top .mv.is-start .mv__title {
	animation: fvTextFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
}

.page-top .mv.is-start .mv__lead {
	animation: fvTextFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.65s forwards;
}

.page-top .mv.is-start .mv__text {
	animation: fvTextFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards;
}

.page-top .mv.is-start .mv__features {
	animation: fvTextFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 1.05s forwards;
}

.page-top .mv.is-start .mv__about {
	animation: fvTextFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 1.15s forwards;
}

@keyframes fvOverlayFade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fvImageZoom {
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1);
	}
}

@keyframes fvTextFadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*================================================================
# topページ - about
================================================================ */
.top-about__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 6.4rem;
}

.top-about__title {
	flex-shrink: 0;
	text-align: right;
}

.top-about__title .en {
	display: flex;
	flex-direction: column;
}

.top-about__title .en .js-cliptext__line:nth-child(2) {
	--delay: 0.1s;
}

.top-about__title .ja {
	margin-top: 1.5rem;
	font-size: 2.6rem;
}

.top-about__title .ja .js-cliptext__line {
	--delay: 0.2s;
}

.top-about__body {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0;
}

.top-about__lead {
	margin-bottom: 3rem;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.82;
	letter-spacing: 0;
}

.top-about__images-wrap {
	margin: 16rem 0 0;
}

.top-about__images {
	margin: 16rem 0 0;
	display: flex;
	overflow: hidden;
}

.top-about__images+.top-about__images {
	margin: 2.4rem 0 0;
}

.top-about__images .group {
	padding-right: 4rem;
	display: flex;
	flex-shrink: 0;
	column-gap: 2.4rem;
}

.top-about__images img {
	width: 48rem;
	height: 30rem;
	object-fit: cover;
	aspect-ratio: 1.618 / 1;
}

.top-about__images .container {
	display: flex;
	flex-shrink: 0;
}

.top-about__images.animating .container {
	will-change: transform;
	animation: top-about-slider calc(var(--length) * 10s) linear infinite;
}

.top-about__images--reverse.animating .container {
	animation-name: top-about-slider-reverse;
}

.top-about__images.paused .container {
	will-change: auto;
	animation-play-state: paused;
}

.top-about__more {
	margin-top: 14rem;
}

.top-about__more .link {
	padding-bottom: 4rem;
	border-bottom: #e0e0e0 solid 1px;
	background: none;
	display: flex;
	align-items: center;
}

.top-about__more .link .ttl {
	transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.top-about__more .link .more {
	margin: 0 2.7rem 0 auto;
	font-family: var(--text-en);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	transition: clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.top-about__more .en {
	font-size: 6.4rem;
}

.top-about__more .link .c-arw {
	width: 6.2rem;
}

.top-about__more .link .c-arw::before {
	background: var(--primary);
}

.top-about__more .link .c-arw .arw {
	width: 1.8rem;
	fill: var(--white);
}

@media (hover: hover) {
	.top-about__more .link:hover .ttl {
		transform: translateX(2rem);
	}

	.top-about__more .link:hover .more {
		transition: none;
		animation: top-about-more 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	.top-about__more .link:hover .c-arw::before {
		transform: scale(1.23);
	}
}

@keyframes top-about-more {
	0% {
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}

	100% {
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

@keyframes top-about-slider {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes top-about-slider-reverse {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}

/*================================================================
# topページ - service
================================================================ */
.top-service {
	padding: 16rem 0;
	background: var(--bg03);
	color: var(--white);
}

.top-service__inner {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.top-service__inner::before {
	width: 44%;
	height: 100%;
	content: "";
}

.top-service__body {
	width: 56%;
	max-width: 64rem;
	margin: 0 auto;
	padding: 0 4.8rem;
	flex-grow: 1;
	box-sizing: border-box;
	align-self: center;
}

.top-service__ttl {
	margin-bottom: 8rem;
}

.top-service__ttl .en {
	display: flex;
	flex-direction: column;
}

.top-service__ttl .en .js-cliptext__line:nth-child(2) {
	--delay: 0.1s;
}

.top-service__ttl .ja {
	color: var(--white);
}

.top-service__ttl .ja .js-cliptext__line {
	--delay: 0.2s;
}

.top-service__items {
	margin: 8rem 0 0;
	counter-reset: home-service-number 0;
	border-top: rgba(255, 255, 255, 0.3) solid 1px;
}

.top-service__items .item {
	counter-increment: home-service-number 1;
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.top-service__items .item__img {
	width: 44%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.top-service__items .item__txt {
	padding: 3.5rem 0;
}

.top-service__items .item__txt dt {
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.32;
}

.top-service__items .item__txt dt::before {
	width: 4rem;
	height: 4rem;
	border: var(--white) solid 1px;
	content: counter(home-service-number, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	font-family: var(--text-en);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	color: var(--white);
	box-sizing: border-box;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition-property: background, color;
}

.top-service__items .item__txt dt .label {
	padding: 0 2rem;
}

.top-service__items .item__txt dt .icon {
	width: 2rem;
	height: 2rem;
	margin-left: auto;
	background: rgba(255, 255, 255, 0.4);
	position: relative;
	display: block;
}

.top-service__items .item__txt dt .icon::before,
.top-service__items .item__txt dt .icon::after {
	width: 1rem;
	height: 2px;
	background: var(--bg02);
	position: absolute;
	content: "";
	top: calc(50% - 1px);
	left: calc(50% - 0.5rem);
	display: block;
}

.top-service__items .item__txt dt .icon::after {
	transform: rotate(90deg);
}

.top-service__items .item__txt dd {
	height: 0;
	overflow: hidden;
	line-height: 1.72;
}

.top-service__items .item__txt dd .txt {
	min-height: 122px;
	padding-top: 2rem;
	font-size: 14px;
	line-height: 1.72;
}

.top-service__items .item__more {
	margin-top: 3rem;
	display: flex;
	justify-content: flex-end;
	font-family: var(--text-en);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.top-service__items .item__more a {
	background: none;
	display: flex;
	align-items: center;
}

.top-service__items .item__more .c-arw {
	width: 1.2rem;
	margin-left: 1rem;
}

.top-service__items .item__more .c-arw .arw {
	width: 1.2rem;
	fill: currentColor;
}

.top-service__items .item.active .item__img {
	opacity: 1;
}

.top-service__items .item.active .item__txt dt::before {
	background: var(--white);
	color: var(--bg03);
}

.top-service__items .item.active .item__txt dt .icon::after {
	opacity: 0;
}

.top-service__items .item.active .item__txt dd {
	height: auto;
	opacity: 1;
}

/*================================================================
# topページ - recruit
================================================================ */
.top-recruit {
	width: 94%;
	max-width: 1600px;
	margin: 16rem auto 0;
	position: relative;
}

.top-recruit__images {
	margin-top: 0;
	position: relative;
	display: grid;
	z-index: 1;
	grid-template-columns: 36.92% 26.16% 36.92%;
	grid-template-rows: 1fr 1fr;
	aspect-ratio: 1280 / 640;
}

.top-recruit__images .slider {
	position: relative;
	overflow: hidden;
}

.top-recruit__images .slider--1 {
	grid-row: 1/3;
}

.top-recruit__images .slider--2 {
	grid-column: 2/3;
	grid-row: 1/2;
}

.top-recruit__images .slider--3 {
	grid-column: 2/3;
	grid-row: 2/3;
}

.top-recruit__images .slider--4 {
	grid-row: 1/3;
}

.top-recruit__images .slider .img {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	object-fit: cover;
	transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateX(100%);
}

.top-recruit__images .slider .img.active {
	opacity: 1;
	z-index: 2;
	transform: translateX(0);
}

.top-recruit__images .slider .img.prev {
	opacity: 1;
	z-index: 1;
	transform: translateX(-100%);
}

.top-recruit__more {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	color: var(--white);
	z-index: 2;
}

.top-recruit__more .en {
	font-size: 6.4rem;
}

.top-recruit__more .link {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 10rem;
	background: none;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: 3;
}

.top-recruit__more .link::before {
	pointer-events: none;
	background: linear-gradient(90deg, rgba(16, 24, 40, 0.56) 0%, rgba(16, 24, 40, 0.28) 38%, rgba(16, 24, 40, 0.12) 100%);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: opacity 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.top-recruit__more .link::after {
	pointer-events: none;
	opacity: 0;
	background: linear-gradient(90deg, rgba(8, 13, 22, 0.72) 0%, rgba(8, 13, 22, 0.56) 42%, rgba(8, 13, 22, 0.38) 100%);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: opacity 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.top-recruit__more .link .ttl {
	position: relative;
	z-index: 3;
	transition:
		transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
		letter-spacing 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.top-recruit__more .link .more {
	margin: 0 2.7rem 0 auto;
	position: relative;
	font-family: var(--text-en);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2;
	z-index: 3;
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translateX(1.5rem);
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.top-recruit__more .link .c-arw {
	width: 6.2rem;
	position: relative;
	z-index: 3;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.top-recruit__more .link .c-arw::before {
	background: var(--primary);
	transition:
		background 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
		transform 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.top-recruit__more .link .c-arw .arw {
	width: 1.8rem;
	fill: var(--white);
}

@media (hover: hover) {
	.top-recruit__more .link:hover::before {
		opacity: 0.7;
	}

	.top-recruit__more .link:hover::after {
		opacity: 1;
	}

	.top-recruit__more .link:hover .ttl {
		letter-spacing: 0.02em;
		transform: translateX(2rem);
	}

	.top-recruit__more .link:hover .more {
		opacity: 1;
		transform: translateX(0);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	.top-recruit__more .link:hover .c-arw {
		transform: translateX(0.8rem);
	}

	.top-recruit__more .link:hover .c-arw::before {
		background: rgba(255, 255, 255, 0.16);
		transform: scale(1.28);
	}

	.top-recruit__more .link:hover .c-arw .arw--r {
		animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	}
}

/*================================================================
# 中面共通
================================================================ */
.main {
	position: relative;
}

.main__head {
	padding-top: 16rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 1;
}

.main__head .main__title {
	margin-left: max(5.5rem, (100% - 106rem)/2);
}

.main__breadcrumbs {
	width: 100%;
	margin-bottom: 8rem;
	display: flex;
	font-size: 1.2rem;
	line-height: 1.5;
	white-space: nowrap;
}

.main__breadcrumbs li {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main__breadcrumbs li:not(:last-child) {
	width: auto;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	flex-shrink: 0;
}

.main__breadcrumbs li:not(:last-child)::after {
	width: 1px;
	height: 1.2rem;
	background: #e0e0e0;
	position: absolute;
	content: "";
	top: calc(50% - .6rem);
	right: 0;
	display: block;
}

.main__breadcrumbs li a {
	color: #a7a7a7;
}

.page-title-text {
	padding-bottom: 12rem;
}

.page-title-text .en {
	font-family: var(--text-en);
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
}

.page-title-text .ja {
	margin-top: .5rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--primary);
}

.main__eyecatch {
	--y: 0;
	width: 100%;
	margin-bottom: 16rem;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	aspect-ratio: 1280 / 300;
}

.main__eyecatch img {
	width: 100%;
	transform: translateY(max(-33.33%, -1 * var(--y) * 0.25px));
}

/* anchor links
------------------------------------------------------ */
.main__aside {
	margin: 0 0 0 auto;
	padding-right: max(5.5rem, (100% - 106rem)/2);
}

.main__asideInner {
	display: flex;
}

.anchor-link {
	width: 100%;
	min-width: 32rem;
}

.anchor-link li+li {
	margin: 2.4rem 0 0;
}

.anchor-link a {
	padding: 0 4.8rem 1.6rem 0;
	border-bottom: #d9d9d9 solid 1px;
	background: none;
	position: relative;
	display: flex;
	align-items: center;
	color: var(--black);
	gap: 0.8rem;
}

.anchor-link .num {
	width: 3.2rem;
	display: block;
	font-family: var(--text-en);
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	color: var(--primary);
	letter-spacing: 0.04em;
}

.anchor-link .label {
	margin: 0;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.04em;
}

.anchor-link .c-arw {
	width: 2.8rem;
	position: absolute;
	top: -.8rem;
	right: 0;
	transform: rotate(90deg);
}

.anchor-link .c-arw .arw {
	width: 1rem;
	fill: var(--primary);
}

.anchor-link .c-arw::before {
	background: transparent;
}

.anchor-link a:hover .c-arw .arw {
	fill: var(--primary);
}

/*================================================================
# 事業紹介
================================================================ */
.service-intro {
	margin: 0 0 16rem;
}

.service-intro__inner {
	padding: 7.2rem 8rem;
	background: var(--bg02);
	position: relative;
	box-sizing: border-box;
}

.service-intro__inner::before {
	width: 8rem;
	height: 2px;
	background: var(--primary);
	position: absolute;
	content: "";
	top: 0;
	left: 8rem;
	display: block;
}

.service-intro__label {
	font-family: var(--text-en);
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	color: var(--primary);
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.service-intro__lead {
	margin: 2.4rem 0 0;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
}

.service-intro__text {
	max-width: 82rem;
	margin: 3.2rem 0 0;
	font-size: 1.5rem;
	line-height: 2;
}

.service-section__grid {
	margin: 5.6rem 0 0;
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 54rem 46rem;
	gap: 4rem;
}

.service-section__content {
	width: 54rem;
	min-width: 0;
}

.service-section__visual {
	width: 46rem;
	position: relative;
	overflow: hidden;
}

.service-section__visual img {
	width: 46rem;
	height: 46rem;
	position: relative;
	display: block;
	object-fit: cover;
	z-index: 1;
}

.service-section--reverse .service-section__grid {
	grid-template-columns: 46rem 54rem;
}

.service-section--reverse .service-section__visual {
	order: 1;
}

.service-section--reverse .service-section__content {
	order: 2;
}

.service-section__strength {
	margin: 6.4rem 0 0;
	padding: 4.8rem 0 0;
	border-top: #dce3ea solid 1px;
}

.service-section__strength h4 {
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.service-section__strength h4::before {
	width: 3.2rem;
	height: 2px;
	margin-right: 1.6rem;
	background: var(--primary);
	content: "";
	display: block;
	flex-shrink: 0;
}

.service-section__strength p {
	margin: 2.4rem 0 0;
	font-size: 1.4rem;
	line-height: 2;
}

.service-section__items {
	margin: 6.4rem 0 0;
	padding: 3.2rem 4rem;
	border-top: #dce3ea solid 1px;
	border-bottom: #dce3ea solid 1px;
	display: grid;
	box-sizing: border-box;
	grid-template-columns: 22rem 1fr;
	gap: 4rem;
}

.service-section__items h4 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--primary);
	letter-spacing: 0.06em;
}

.service-section__items ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.4rem 3.2rem;
}

.service-section__items li {
	padding-left: 2rem;
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
}

.service-section__items li::before {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	background: var(--primary);
	position: absolute;
	content: "";
	top: .8em;
	left: 0;
	display: block;
}


/*================================================================
# 会社情報
================================================================ */
/* profile
------------------------------------------------------ */
.company-outline .company-outline__panel {
	width: 88%;
	margin: 0 0 0 auto;
	padding: 14rem 12rem;
	background: var(--bg02);
	position: relative;
	z-index: 1;
}

.company-outline .company-outline__image {
	width: 32rem;
	position: absolute;
	bottom: -8rem;
	left: -26rem;
}

.company-outline .company-outline__image img {
	width: 100%;
	height: 52rem;
	display: block;
	object-fit: cover;
}

.company-outline .company-outline__body {
	padding: 0;
}

.company-outline .company-outline__table {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1.5rem;
	line-height: 1.9;
	letter-spacing: 0.04em;
}

.company-outline .company-outline__table tr {
	border: 0;
	border-top: 1px solid #e0e0e0;
	display: grid;
	grid-template-columns: 14rem 1fr;
	gap: 2.4rem;
}

.company-outline .company-outline__table th,
.company-outline .company-outline__table td {
	padding: 2.8rem 0;
	vertical-align: top;
}

.company-outline .company-outline__table th {
	width: auto;
	padding: 2.8rem 2.8rem;
	position: relative;
	color: var(--primary);
	text-align: left;
	white-space: nowrap;
}

.company-outline .company-outline__table th::before {
	width: 1.6rem;
	height: .1rem;
	background: var(--primary);
	position: absolute;
	content: "";
	top: 4.1rem;
	left: 0;
	display: block;
}

.company-outline .company-outline__table .gmap {
	width: 88%;
	margin: 2.4rem 0;
	overflow: hidden;
	aspect-ratio: 1.618 / 1;
}

.company-outline .company-outline__table .gmap iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* history
------------------------------------------------------ */
.company-history__blocks .block__items {
	padding: 2rem 0 3rem 1.6rem;
	position: relative;
}

.company-history__blocks .block__items::before {
	width: 1px;
	background: #e0e0e0;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 2rem;
	display: block;
	z-index: 0;
}

.company-history__blocks .block__items .item {
	position: relative;
	display: flex;
	align-items: flex-start;
	z-index: 1;
}

.company-history__blocks .block__items .item+.item {
	margin-top: 6rem;
}

.company-history__blocks .block__items .item__y {
	width: 16rem;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	font-family: var(--text-en);
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--primary);
}

.company-history__blocks .block__items .item__y::before {
	width: .9rem;
	height: .9rem;
	margin-right: 1.5rem;
	background: currentColor;
	content: "";
	display: block;
}

.company-history__blocks .block__items .item__body {
	flex: 1 1 0;
}

.company-history__blocks .block__items .item__month {
	padding: .4rem 0 2.5rem;
	border-bottom: #e0e0e0 solid 1px;
	line-height: 1.72;
}

.company-history__blocks .block__items .item__month dt {
	font-size: 1.6rem;
	font-weight: 500;
}

.company-history__blocks .block__items .item__month dd {
	margin: .8rem 0 0;
	font-size: 1.4rem;
}

/*================================================================
# 採用情報
================================================================ */
.recruit-requirements__block+.recruit-requirements__block {
	margin: 8rem 0 0;
}

.recruit-requirements__title {
	margin: 0 0 2.4rem;
	padding-left: 1.6rem;
	border-left: var(--primary) solid 4px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

.recruit-requirements__table {
	width: 100%;
	border-top: #e0e0e0 solid 1px;
	border-bottom: #e0e0e0 solid 1px;
	font-size: 1.4rem;
	line-height: 1.8;
}

.recruit-requirements__table tr {
	border-top: #e0e0e0 solid 1px;
	border-bottom: #e0e0e0 solid 1px;
}

.recruit-requirements__table th,
.recruit-requirements__table td {
	padding: 2.5rem 0;
	vertical-align: top;
}

.recruit-requirements__table th {
	width: 18rem;
	font-weight: 500;
	color: var(--primary);
	text-align: left;
}

.recruit-entry__body {
	font-size: 1.5rem;
	line-height: 1.9;
}

.recruit-entry__button {
	margin: 4rem 0 0;
}

.recruit-entry__button .btn {
	width: 32rem;
	min-height: 7.2rem;
	padding: 0 2.4rem;
	background: var(--secondary);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--white);
	box-sizing: border-box;
	transition:
		background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
		color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.recruit-entry__button .btn span {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.recruit-entry__button .btn .c-arw {
	width: 3.2rem;
	margin-left: 2rem;
}

.recruit-entry__button .btn .c-arw::before {
	border: rgba(255, 255, 255, 0.7) solid 1px;
}

.recruit-entry__button .btn .c-arw .arw {
	width: 1.1rem;
	fill: var(--white);
}

.recruit-entry__button .btn:hover {
	background: var(--primary);
}

/* recruit-closed
------------------------------------------------------ */
.recruit-closed {
	padding: 0;
}

.recruit-closed__box {
	width: 80%;
	margin: auto;
	padding: 4.8rem 3.2rem;
	border: 1px solid var(--border01);
	background: var(--bg02);
	text-align: center;
}

.recruit-closed__text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	color: var(--black);
	letter-spacing: 0.08em;
}

/*================================================================
# お問い合わせ
================================================================ */
.contact-form__lead {
	max-width: 82rem;
	font-size: 1.5rem;
	line-height: 1.9;
}

.contact-form__form {
	margin: 6rem 0 0;
}

.contact-form__item {
	padding: 3rem 0;
	border-top: #e0e0e0 solid 1px;
	display: grid;
	grid-template-columns: 24rem 1fr;
	gap: 4rem;
}

.contact-form__item:last-of-type {
	border-bottom: #e0e0e0 solid 1px;
}

.contact-form__label {
	display: flex;
	align-items: flex-start;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	gap: 1.2rem;
}

.contact-form__label .required,
.contact-form__label .optional {
	min-width: 4.8rem;
	padding: .4rem .8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
	letter-spacing: 0.04em;
}

.contact-form__label .required {
	background: var(--primary);
}

.contact-form__label .optional {
	background: var(--gray03);
}

.contact-form__footer {
	margin: 40px 0 0;
}

.contact-form__footer .title {
	font-size: 18px;
	text-align: center;
}

.privacy-box {
	width: 80%;
	height: 200px;
	margin: 20px auto;
	padding: 30px 40px;
	border-radius: 5px;
	background: #f2f2f2;
	overflow: auto;
	font-size: 14px;
}

.privacy-box .unit {
	margin-top: 24px;
}

.privacy-box .unit__title {
	font-size: 16px;
	font-weight: 600;
}

.privacy-box .unit__text {
	margin-top: 8px;
}

.privacy-text {
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

/*-----------
form
------------*/
::placeholder {
	color: #999;
}

.contact-form__item select,
.contact-form__item input,
.contact-form__item button,
.contact-form__item textarea,
.contact-form__item option {
	font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', Yu Gothic Medium, '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, sans-serif;
}

.contact-form__item input:not([type="file"]) {
	width: 100%;
	height: 56px;
	padding: 20px 24px;
	border-radius: 5px;
	background: #f2f2f2;
	font-size: 14px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.contact-form__item textarea {
	width: 100%;
	padding: 20px 24px;
	border-radius: 5px;
	background: #f2f2f2;
	font-size: 14px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.contact-form__item input:focus,
.contact-form__item textarea:focus {
	border: 0;
	outline: 0;
	background: #f2f2f2;
}

.contact-form__item input:focus::placeholder,
.contact-form__item textarea:focus::placeholder {
	color: transparent;
}

.contact-form__item select {
	border: 1px solid #000;
}

.contact-form__item select:focus,
.contact-form__item select:focus-visible {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.contact-form__submit {
	margin: 5rem 0 0;
	display: flex;
	justify-content: center;
}

.contact-form__submit .btn {
	width: 32rem;
	min-height: 7.2rem;
	padding: 0 3.2rem;
	background: var(--secondary);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--white);
	box-sizing: border-box;
	transition:
		background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
		color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact-form__submit .btn span {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.contact-form__submit .btn .c-arw {
	width: 3.2rem;
	margin-left: 2rem;
}

.contact-form__submit .btn .c-arw::before {
	border: rgba(255, 255, 255, 0.7) solid 1px;
}

.contact-form__submit .btn .arw {
	width: 1.1rem;
	fill: var(--white);
}

.contact-form__submit .btn:hover {
	background: var(--primary);
}