@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: 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: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	transition: none;
}

.c-arw .arw {
	position: relative;
	display: block;
	z-index: 1;
	transition: none;
	aspect-ratio: 1 / 1;
}

.section-container {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0 3rem;
	box-sizing: border-box;
}

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

.section-title {
	margin: 0 0 3.5rem;
}

.section-title .ja {
	margin: 0 0 0.5rem;
	padding-left: 1.2rem;
	position: relative;
	font-size: 1.3rem;
	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: 4.3rem;
	font-weight: 600;
	line-height: 1.2;
}

.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: 6rem;
}

.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: 4.8rem;
	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: 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: static;
}

.header__logo {
	width: 16rem;
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 11;
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

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

.header__logo a::before {
	opacity: 0;
	filter: brightness(0) invert(1);
	background: url("../img/logo_white.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__logo a img {
	display: block;
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__menu {
	width: 5.5rem;
	height: 5.5rem;
	margin: 0;
	padding: 0;
	border: var(--primary) solid 1px;
	background: var(--primary);
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	display: block;
	overflow: hidden;
	text-indent: -5260px;
	box-sizing: border-box;
	z-index: 11;
	transition: border-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__menu .line {
	width: 2.4rem;
	height: 2px;
	margin-top: -1px;
	background: var(--white);
	position: absolute;
	left: calc(50% - 1.2rem);
	display: block;
	transition:
		opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
		top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
		transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header__menu .line:nth-child(1) {
	top: calc(50% - 0.8rem);
}

.header__menu .line:nth-child(2) {
	top: 50%;
}

.header__menu .line:nth-child(3) {
	top: calc(50% + 0.8rem);
}

.header__nav {
	margin-left: 0;
	pointer-events: none;
	background: var(--primary);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	overflow: auto;
	z-index: 10;
	transition:
		visibility 0s linear 0.4s,
		-webkit-clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
		clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	overscroll-behavior: none;
	-webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.header.nav-open .header__nav {
	pointer-events: auto;
	visibility: visible;
	transition:
		visibility 0s linear 0s,
		-webkit-clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
		clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.header .h-nav {
	padding: 12rem 3rem;
	position: relative;
	display: block;
}

.header .h-nav__list {
	padding: 0;
	border-top: rgba(255, 255, 255, 0.4) solid 1px;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.header .h-nav__list li {
	border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
}

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

.header .h-nav__list a {
	height: auto;
	padding: 2rem 0;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--white);
	transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header .h-nav__list .c-drawline {
	background: none;
}

.header .h-nav__list .c-arw {
	width: 2.6rem;
	margin-left: 2rem;
	display: flex;
}

.header .h-nav__list .c-arw::before {
	border: var(--white) solid 1px;
}

.header .h-nav__list .c-arw .arw {
	width: 1.1rem;
	fill: var(--white);
}

.header .h-nav__cv {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	row-gap: 2rem;
}

.header .h-nav__cv a {
	width: auto;
	height: 10rem;
	padding: 0 2rem 0 2.5rem;
	border: none;
	border-radius: 1rem;
	background: var(--white);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	box-sizing: border-box;
	transition: none;
}

.header .h-nav__cv a .txt dt {
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--primary);
}

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

.header .h-nav__cv a span {
	display: block;
}

.header .h-nav__cv a .c-arw {
	width: 2.6rem;
	margin-left: 2rem;
	display: flex;
}

.header .h-nav__cv a .c-arw::before {
	border: var(--primary) solid 1px;
}

.header .h-nav__cv a .c-arw .arw {
	width: 1.1rem;
	fill: var(--primary);
}

.header.header__logo a::before {
	opacity: 1;
}

.header.header__logo a img {
	opacity: 0;
}

.header.h-nav__list a {
	color: var(--white);
}

.header.h-nav__cv a {
	background: var(--white);
}

.header.nav-open .header__logo {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.header.nav-open .header__logo a::before {
	opacity: 1;
}

.header.nav-open .header__logo a img {
	opacity: 0;
}

.header.nav-open .header__menu {
	border-color: var(--white);
}

.header.nav-open .header__menu .line:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}

.header.nav-open .header__menu .line:nth-child(2) {
	opacity: 0;
}

.header.nav-open .header__menu .line:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

html.is-nav-open,
body.is-nav-open {
	height: 100%;
	overflow: hidden;
}

body.is-nav-open {
	width: 100%;
	position: fixed;
}

.header .h-nav__lang {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4rem;
	right: 3rem;
	display: flex;
	align-items: center;
	font-family: var(--text-en);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	color: var(--white);
	letter-spacing: 0.08em;
	column-gap: 1.2rem;
}

.header .h-nav__lang li+li {
	padding-left: 1.2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.header .h-nav__lang a {
	opacity: 1;
	background: none;
	display: block;
	color: var(--white);
	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;
}

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

.footer__container {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0 3rem;
	box-sizing: border-box;
}

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

.footer .f-contact {
	padding: 4.8rem 3.2rem;
	background: var(--primary);
	position: relative;
	display: block;
	overflow: hidden;
	color: var(--white);
	box-sizing: border-box;
	transition: none;
}

.footer .f-contact::before {
	display: none;
}

.footer .f-contact__txt {
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.72;
	z-index: 2;
	transition: none;
}

.footer .f-contact__ttl {
	margin: 0 0 3rem;
}

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

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

.footer .f-contact .c-arw {
	width: 4rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	transition: none;
}

.footer .f-contact .c-arw::before {
	border-top: 1px solid rgba(255, 255, 255, 0.72);
	border-left: 1px solid rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.16);
}

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

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

.footer__row {
	display: block;
}

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

.footer__logo {
	margin: 0 0 4rem;
	display: block;
}

.footer__logo img {
	width: 20rem;
	display: block;
}

.footer__nav {
	margin: 2.5rem 0 0;
	border-bottom: #e0e0e0 solid 1px;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.footer__nav li+li {
	border-top: #e0e0e0 solid 1px;
}

.footer__nav li a {
	padding: 1.8rem 1.5rem 1.8rem 0;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__nav .c-arw {
	width: 2rem;
	margin-left: 1.5rem;
	display: flex;
}

.footer__nav .c-arw::before {
	border: var(--primary) solid 1px;
}

.footer__nav .c-arw .arw {
	width: 0.8rem;
	fill: var(--primary);
}

.footer__banner {
	width: auto;
	margin: 4rem 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2rem;
}

.footer__lower {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	row-gap: 1.5rem;
}

.footer__lower .footer__col {
	display: block;
	text-align: left;
}

.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: left;
	letter-spacing: 0.04em;
}

.footer__robot {
	margin: 1.5rem 0 0;
}

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

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

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

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

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

.page-top .mv__inner {
	min-height: 100svh;
	padding: 30rem 2.4rem 2.4rem;
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 2;
}

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

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

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

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

.page-top .mv__text {
	max-width: 100%;
	margin: 1.2rem 0 0;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.9;
	color: var(--secondary);
	letter-spacing: 0.04em;
}

.page-top .mv__images {
	height: 32rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.page-top .mv__images::before {
	width: 100%;
	height: 50%;
	opacity: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

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

.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: 64% center;
}

.page-top .mv__features {
	width: 100%;
	margin: 3.2rem 0 0;
	display: grid;
	color: var(--black);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.6rem 1.2rem;
}

.page-top .mv__features li {
	min-width: 0;
	padding: 1.6rem;
	border: 1px solid var(--gray02);
	background: rgba(255, 255, 255, 0.78);
	text-align: center;
	box-sizing: border-box;
	backdrop-filter: blur(8px);
}

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

.page-top .mv__features .icon img {
	max-height: 100%;
	display: block;
}

.page-top .mv__features h2 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.page-top .mv__features p {
	margin: 0.6rem 0 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.page-top .mv__about {
	width: 20rem;
	height: 5.6rem;
	margin: 2.4rem auto 0;
	position: relative;
	right: auto;
	bottom: auto;
	z-index: 3;
}

.page-top .mv__about a {
	width: 100%;
	height: 100%;
	padding: 0 2rem;
	background: var(--secondary);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: var(--white);
	box-sizing: border-box;
	column-gap: 1.2rem;
}

.page-top .mv__about-bg {
	display: none;
}

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

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

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

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

.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: block;
}

.top-about__title {
	margin-bottom: 4rem;
	text-align: left;
}

.top-about__title .en {
	display: block;
	font-size: 4.8rem;
	line-height: 1;
}

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

.top-about__title .ja {
	margin-top: 0.5rem;
	font-size: 1.6rem;
}

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

.top-about__body {
	font-size: 1.4rem;
	line-height: 2;
}

.top-about__lead {
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.56;
}

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

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

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

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

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

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

.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: 5rem 0 0;
}

.top-about__more .link {
	padding: 0;
	border-bottom: none;
	background: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.top-about__more .link .ttl {
	width: 100%;
	margin: 0 0 0.5rem;
	transition: none;
}

.top-about__more .link .ttl .en {
	font-size: 3.5rem;
}

.top-about__more .link .ttl .ja {
	font-size: 1.4rem;
}

.top-about__more .link .more {
	margin: 0 1.5rem 0 0;
	display: flex;
	align-items: center;
	flex-grow: 1;
	font-family: var(--text-en);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	transition: none;
	-webkit-clip-path: none;
	clip-path: none;
}

.top-about__more .link .more::before {
	height: 1px;
	margin-right: 1rem;
	background: #e0e0e0;
	content: "";
	display: block;
	flex-grow: 1;
}

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

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

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

@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: 10rem 0;
	background: var(--bg03);
	color: var(--white);
}

.top-service__inner {
	position: relative;
	display: block;
}

.top-service__inner::before {
	display: none;
}

.top-service__body {
	width: auto;
	max-width: none;
	margin: 0;
	padding: 0 3rem;
	box-sizing: border-box;
}

.top-service__ttl {
	margin: 0 0 4rem;
}

.top-service__ttl .en {
	display: block;
}

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

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

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

.top-service__items {
	margin: 4rem 0 0;
	counter-reset: home-service-number 0;
	border-top: none;
}

.top-service__items .item {
	counter-increment: home-service-number 1;
	border-bottom: none;
}

.top-service__items .item+.item {
	margin: 6rem 0 0;
}

.top-service__items .item__img {
	width: 100%;
	height: 24rem;
	display: block;
	object-fit: cover;
}

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

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

.top-service__items .item__txt dt::before {
	width: 4.5rem;
	height: 4.5rem;
	border: var(--white) solid 1px;
	background: var(--white);
	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.8rem;
	font-weight: 600;
	line-height: 1;
	color: var(--bg03);
	box-sizing: border-box;
}

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

.top-service__items .item__txt dt .icon {
	display: none;
}

.top-service__items .item__txt dd {
	height: auto;
	margin: 1.6rem 0 0;
	overflow: visible;
	font-size: 1.4rem;
	line-height: 1.72;
}

.top-service__items .item__txt dd .txt {
	padding: 0;
}

.top-service__items .item__more {
	margin: 2rem 0 0;
	display: flex;
	justify-content: flex-end;
	font-family: var(--text-en);
	font-size: 1.5rem;
	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ページ - recruit
================================================================ */
.top-recruit {
	width: auto;
	margin: 0;
	position: relative;
}

.top-recruit__images {
	margin: 0;
	position: relative;
	display: grid;
	z-index: 1;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto;
	aspect-ratio: auto;
}

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

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

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

.top-recruit__images .slider--4 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	aspect-ratio: 185 / 220;
}

.top-recruit__images .slider--3 {
	grid-column: 1 / 3;
	grid-row: 3 / 4;
	aspect-ratio: 400 / 220;
}

.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 {
	margin: 5rem 3rem 0;
	position: relative;
	display: block;
	color: var(--black);
	z-index: 2;
}

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

.top-recruit__more .link {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0;
	border-bottom: none;
	background: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	overflow: visible;
	z-index: 3;
}

.top-recruit__more .link::before,
.top-recruit__more .link::after {
	display: none;
}

.top-recruit__more .link .ttl {
	width: 100%;
	margin: 0 0 0.5rem;
	position: relative;
	z-index: 3;
	transition: none;
}

.top-recruit__more .link .ttl .en {
	font-size: 3.5rem;
}

.top-recruit__more .link .ttl .ja {
	font-size: 1.4rem;
}

.top-recruit__more .link .more {
	margin: 0 1.5rem 0 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-grow: 1;
	font-family: var(--text-en);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	z-index: 3;
	transition: none;
	transform: none;
	-webkit-clip-path: none;
	clip-path: none;
}

.top-recruit__more .link .more::before {
	height: 1px;
	margin-right: 1rem;
	background: #e0e0e0;
	content: "";
	display: block;
	flex-grow: 1;
}

.top-recruit__more .link .c-arw {
	width: 4rem;
	position: relative;
	z-index: 3;
	transition: none;
}

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

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

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

.main__head {
	margin: 0;
	padding: 10rem 0 0;
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.main__title {
	width: 100%;
	margin: 0 3rem;
}

.main__breadcrumbs {
	width: 100%;
	margin: 0 0 3rem;
	display: flex;
	font-size: 1.1rem;
	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: 1rem;
	padding-right: 1rem;
	flex-shrink: 0;
}

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

.main__breadcrumbs li a {
	color: #a7a7a7;
}

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

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

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

.main__eyecatch {
	--y: 0;
	margin: 0 0 5rem;
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	aspect-ratio: auto;
}

.main__eyecatch img {
	width: 100%;
	height: 240px;
	display: block;
	object-fit: cover;
}

/* anchor links
------------------------------------------------------ */
.main__aside {
	margin: 0 0 8rem;
	padding: 0 3rem;
	order: 3;
}

.main__asideInner {
	display: block;
}

.anchor-link {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 1.2rem;
}

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

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

.anchor-link .num {
	width: 3.2rem;
	display: block;
	flex-shrink: 0;
	font-family: var(--text-en);
	font-size: 1.8rem;
	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: calc(50% - 1.4rem);
	right: 1.2rem;
	transform: rotate(90deg);
}

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

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

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

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

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

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

.service-intro__lead {
	margin: 2rem 0 0;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.service-intro__text {
	max-width: none;
	margin: 2.4rem 0 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.9;
}

.service-section__grid {
	margin: 4rem 0 0;
	display: block;
}

.service-section__content {
	width: auto;
	min-width: 0;
}

.service-section__visual {
	width: auto;
	margin: 4rem 0 0;
	position: relative;
	overflow: hidden;
}

.service-section__visual img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	object-fit: cover;
	z-index: 1;
	aspect-ratio: 1 / 1;
}

.service-section--reverse .service-section__grid {
	display: block;
}

.service-section--reverse .service-section__visual,
.service-section--reverse .service-section__content {
	order: initial;
}

.service-section__strength {
	margin: 4rem 0 0;
	padding: 3.2rem 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: 2.4rem;
	height: 2px;
	margin-right: 1.2rem;
	background: var(--primary);
	content: "";
	display: block;
	flex-shrink: 0;
}

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

.service-section__items {
	margin: 4rem 0 0;
	padding: 2.4rem 0;
	border-top: #dce3ea solid 1px;
	border-bottom: #dce3ea solid 1px;
	display: block;
	box-sizing: border-box;
}

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

.service-section__items ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.8rem;
}

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

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

/*================================================================
# 会社情報
================================================================ */
/* profile
------------------------------------------------------ */
.company-outline .section-container {
	padding: 0;
}

.company-outline .heading01 {
	padding: 0 3rem;
}

.company-outline .company-outline__panel {
	margin: 8rem 0 0;
	padding: 6.4rem 3rem;
	background: var(--bg02);
	position: relative;
	z-index: 1;
}

.company-outline .company-outline__image {
	width: 64%;
	margin: -10rem auto 4rem;
}

.company-outline .company-outline__image img {
	width: 100%;
	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.4rem;
	line-height: 1.9;
	letter-spacing: 0.04em;
}

.company-outline .company-outline__table tr {
	padding: 2.4rem 0;
	border: 0;
	border-top: 1px solid #e0e0e0;
	display: block;
}

.company-outline .company-outline__table th,
.company-outline .company-outline__table td {
	width: 100%;
	padding: 0;
	display: block;
	vertical-align: top;
}

.company-outline .company-outline__table th {
	padding-left: 2.4rem;
	position: relative;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.6;
	color: var(--primary);
	text-align: left;
	white-space: normal;
}

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

.company-outline .company-outline__table td {
	margin: 1.2rem 0 0;
	font-size: 1.4rem;
}

.company-outline .company-outline__table .gmap {
	width: 100%;
	margin: 2rem 0 0;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

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

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

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

.company-history__blocks .block__items .item {
	position: relative;
	display: block;
	z-index: 1;
}

.company-history__blocks .block__items .item+.item {
	margin: 3rem 0 0;
}

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

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

.company-history__blocks .block__items .item__body {
	padding-left: 2.2rem;
}

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

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

.company-history__blocks .block__items .item__month dd {
	margin: 0.8rem 0 0;
	font-size: 1.2rem;
	line-height: 1.72;
}

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

.recruit-requirements__title {
	margin: 0 0 1.8rem;
	padding-left: 1.2rem;
	border-left: var(--primary) solid 3px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
}

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

.recruit-requirements__table tr {
	padding: 1.8rem 0;
	border-top: #e0e0e0 solid 1px;
	display: block;
}

.recruit-requirements__table th,
.recruit-requirements__table td {
	width: 100%;
	padding: 0;
	display: block;
	vertical-align: top;
}

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

.recruit-requirements__table td {
	margin: 0.6rem 0 0;
}

.recruit-entry__body {
	max-width: none;
	font-size: 1.4rem;
	line-height: 1.9;
}

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

.recruit-entry__button .btn {
	width: 100%;
	min-height: 6.4rem;
	padding: 0 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);
}

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

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

.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 {
	margin: auto;
	padding: 4.8rem 3.2rem;
	border: 1px solid var(--border01);
	background: var(--bg02);
	text-align: center;
}

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

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

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

.contact-form__item {
	padding: 2.4rem 0;
	border-top: #e0e0e0 solid 1px;
	display: block;
}

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

.contact-form__label {
	margin: 0 0 1.2rem;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	gap: 1rem;
}

.contact-form__label .required,
.contact-form__label .optional {
	min-width: 4.4rem;
	padding: 0.4rem 0.8rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	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__field {
	width: 100%;
}

.contact-form__footer {
	margin: 4rem 0 0;
}

.contact-form__footer .title {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.privacy-box {
	width: 100%;
	height: 22rem;
	margin: 2rem 0 0;
	padding: 2rem;
	border-radius: 0.5rem;
	background: #f2f2f2;
	overflow: auto;
	font-size: 1.3rem;
	line-height: 1.8;
	box-sizing: border-box;
}

.privacy-box .text {
	line-height: 1.8;
}

.privacy-box .unit {
	margin: 2.4rem 0 0;
}

.privacy-box .unit__title {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
}

.privacy-box .unit__text {
	margin: 0.8rem 0 0;
	line-height: 1.8;
}

.privacy-text {
	margin: 2rem 0 0;
	font-size: 1.3rem;
	line-height: 1.9;
	text-align: left;
}

.privacy-check {
	margin: 2.4rem 0 0;
}

.privacy-check label {
	display: flex;
	align-items: flex-start;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	gap: 1rem;
}

.privacy-check input {
	width: 1.8rem;
	height: 1.8rem;
	margin: 0.2rem 0 0;
	flex-shrink: 0;
}

::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"]),
.contact-form__item select {
	width: 100%;
	height: 5.6rem;
	padding: 0 1.6rem;
	border: none;
	border-radius: 0.5rem;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	transition: none;
}

.contact-form__item textarea {
	width: 100%;
	min-height: 18rem;
	padding: 1.6rem;
	border: none;
	border-radius: 0.5rem;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 1.7;
	box-sizing: border-box;
	transition: none;
}

.contact-form__item input[type="file"] {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}

.contact-form__item input:focus,
.contact-form__item input:focus-visible,
.contact-form__item textarea:focus,
.contact-form__item textarea:focus-visible,
.contact-form__item select:focus,
.contact-form__item select:focus-visible {
	border: none;
	outline: none;
	background: #f2f2f2;
	box-shadow: none;
	-webkit-box-shadow: none;
}

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

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

.contact-form__submit .btn {
	width: 80%;
	min-height: 6.4rem;
	padding: 0 2.4rem;
	background: var(--secondary);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--white);
	box-sizing: border-box;
	transition: none;
}

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

.contact-form__submit .btn .c-arw {
	width: 3rem;
	margin-left: 1.6rem;
}

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

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