/* リキッドレイアウト対応 */

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

html {
	word-wrap: break-word;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.section-title__en {
	font-size: 94px;
	font-size: 5.875rem;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.section-title__jp {
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 500;
	margin-top: -15px;
	margin-top: -0.9375rem;
}

html:has(.front-page) { /* Mobile Nav body classes */
}

html:has(.front-page) #header {
	background: none;
	left: 0;
	padding: 15px 60px;
	padding: 0.9375rem 3.75rem;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
	z-index: 996;
}

html:has(.front-page) #header .container {
	max-width: 1984px;
	max-width: 124rem;
}

html:has(.front-page) #header .header-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	position: relative;
}

html:has(.front-page) #header .header-wrapper .header-logo {
	padding: 0;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

html:has(.front-page) #header .header-wrapper .header-logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 224px;
	width: 14rem;
}

html:has(.front-page) #header .header-wrapper .header-logo a img {
	border: none;
	display: block;
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
}

html:has(.front-page) #header .header-wrapper .header-nav {
	background: #ffffff;
	border-radius: 0.375rem;
	padding: 10px 10px;
	padding: 0.625rem 0.625rem;
	position: relative;
}

html:has(.front-page) #header .header-wrapper .header-nav .nav-menu {
	-moz-column-gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	max-width: 100%;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

html:has(.front-page) #header .header-wrapper .header-nav .nav-menu > li {
	position: relative;
}

html:has(.front-page) #header .header-wrapper .header-nav .nav-menu > li .menu-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #122c48;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: 48px;
	height: 3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	width: clamp(90px, -136.464px + 20.588vw, 160px);
	width: clamp(5.625rem, -8.529rem + 20.588vw, 10rem);
	z-index: 0;
}

html:has(.front-page) #header .header-wrapper .header-nav .nav-menu > li .menu-link:hover,
html:has(.front-page) #header .header-wrapper .header-nav .nav-menu > li .menu-link.active {
	background: #184d93;
	border-radius: 0.3125rem;
	color: #ffffff;
}

html:has(.front-page) #header .header-wrapper .header-nav .nav-menu > li .menu-link.contact-link {
	background: #091e3a;
	border-radius: 0.3125rem;
	color: #ffffff;
	height: 48px;
	height: 3rem;
}

html:has(.front-page) .mobile-nav-toggle {
	background: #091e3a;
	border: none;
	cursor: pointer;
	display: none;
	height: 56px;
	height: 3.5rem;
	margin: 0;
	outline: none;
	padding: 17px 14px;
	padding: 1.0625rem 0.875rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 56px;
	width: 3.5rem;
	z-index: 999;
}

html:has(.front-page) .mobile-nav-toggle .toggle-icon {
	display: block;
	height: 100%;
	margin: 0;
	position: relative;
	width: 100%;
}

html:has(.front-page) .mobile-nav-toggle .toggle-icon span {
	background: #ffffff;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

html:has(.front-page) .mobile-nav-toggle .toggle-icon span:nth-child(1) {
	top: 0;
}

html:has(.front-page) .mobile-nav-toggle .toggle-icon span:nth-child(2) {
	top: calc(50% - 1px);
}

html:has(.front-page) .mobile-nav-toggle .toggle-icon span:nth-child(3) {
	bottom: 0;
}

html:has(.front-page) .mobile-nav-toggle.toggle-active .toggle-icon span {
	background: #ffffff;
}

html:has(.front-page) .mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
	-webkit-transform: translateY(0.625rem) rotate(-45deg);
	transform: translateY(0.625rem) rotate(-45deg);
}

html:has(.front-page) .mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}

html:has(.front-page) .mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(3) {
	-webkit-transform: translateY(-0.625rem) rotate(45deg);
	transform: translateY(-0.625rem) rotate(45deg);
}

html:has(.front-page) #mobile-nav {
	background: #091e3a;
	bottom: 0;
	max-width: 500px;
	max-width: 31.25rem;
	overflow-y: auto;
	position: fixed;
	right: -100%;
	top: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 80%;
	z-index: 998;
}

html:has(.front-page) #mobile-nav .mobile-nav-container {
	padding: 56px 20px 30px;
	padding: 3.5rem 1.25rem 1.875rem;
	position: relative;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu > li {
	border-bottom: 1px solid #ffffff;
	display: block;
	position: relative;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu > li > a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 24px;
	line-height: 1.5rem;
	outline: none;
	padding: 15px 0;
	padding: 0.9375rem 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu .drop-down > a::after {
	background-image: url(../img/common/icon-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 6px;
	height: 0.375rem;
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
	width: 10px;
	width: 0.625rem;
	z-index: 2;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu .drop-down ul {
	display: none;
	overflow: hidden;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu .drop-down li {
	border-bottom: 1px solid #323232;
	padding-left: 16px;
	padding-left: 1rem;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu .drop-down li a {
	color: #323232;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 24px;
	line-height: 1.5rem;
	outline: none;
	padding: 16px 0;
	padding: 1rem 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

html:has(.front-page) #mobile-nav .mobile-nav-menu .drop-down.active > a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

html:has(.front-page) #mobile-nav .mobile-nav-social {
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .social-menu {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .social-menu > li {
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .social-menu > li .social-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	overflow: hidden;
	position: relative;
	width: 30px;
	width: 1.875rem;
	z-index: 0;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .social-menu > li .social-link img {
	border: none;
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .market-action {
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .market-action .market-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border: none;
	border-radius: 0.1875rem;
	color: #091e3a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: 44px;
	height: 2.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	max-width: 100%;
	overflow: hidden;
	padding: 5px 15px 5px 5px;
	padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	width: 100%;
	z-index: 0;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .market-action .market-btn .text {
	color: inherit;
	position: relative;
	text-decoration: none;
	z-index: 3;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .market-action .market-btn .icon {
	display: block;
	margin: 0;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: calc(50% - 0.8rem);
	width: 16px;
	width: 1rem;
}

html:has(.front-page) #mobile-nav .mobile-nav-social .market-action .market-btn:hover {
	opacity: 0.8;
}

html:has(.front-page) .sp-phone-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2543ae;
	display: none;
	height: 56px;
	height: 3.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	right: 56px;
	right: 3.5rem;
	top: 0;
	width: 56px;
	width: 3.5rem;
	z-index: 999;
}

html:has(.front-page) .sp-phone-link img {
	display: block;
	width: 24px;
	width: 1.5rem;
}

html:has(.front-page) .mobile-nav-overly {
	background: rgba(0, 0, 0, .5);
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
	z-index: 997;
}

html:has(.front-page) body.mobile-nav-active #mobile-nav {
	right: 0;
}

html:has(.front-page) body.contact-page .mobile-nav-toggle {
	display: none;
}

html:has(.front-page) body.contact-page .sp-phone-link {
	right: 0;
}

.mv {
	background-image: url("..//images/top/top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.mv__inner {
	margin-inline: auto;
	max-width: 1340px;
	max-width: 83.75rem;
	padding: 0 25px;
}

.mv__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100svh;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 900px;
	min-height: 56.25rem;
	padding: 176px 0 48px;
	padding: 11rem 0 3rem;
}

.mv__title {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	letter-spacing: 0.7em;
	margin-left: auto;
	margin-right: 100px;
	margin-right: 6.25rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.mv__title .line {
	display: block;
	margin-left: 10px;
	margin-left: 0.625rem;
	white-space: nowrap;
}

.mv__title .line:nth-of-type(2) {
	margin-top: 80px;
	margin-top: 5rem;
}

.mv__title .line:nth-of-type(3) {
	margin-top: 313px;
	margin-top: 19.5625rem;
}

.mv__title .kanji {
	font-size: 62px;
	font-size: 3.875rem;
}

.mv__title .kana {
	font-size: 55px;
	font-size: 3.4375rem;
}

.mv__bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -164px;
	margin-top: -10.25rem;
	padding-left: 12px;
	padding-left: 0.75rem;
}

.mv__copies {
	color: #fff;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.mv__copy {
	color: #fff;
	font-size: 100px;
	font-size: 6.25rem;
	line-height: 1.15;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.mv__copy-small {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

.mv__scroll {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translate(5rem, -6.25rem) rotate(90deg);
	transform: translate(5rem, -6.25rem) rotate(90deg);
}

.mv__scroll .text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-transform: uppercase;
}

.mv__scroll .bar {
	-webkit-animation: bar 3s infinite ease-in-out;
	animation: bar 3s infinite ease-in-out;
	background: #fff;
	height: 1px;
	width: 98px;
	width: 6.125rem;
}

.about {
	background-image: url("../images/top/about-bg.jpg");
	background-repeat: repeat-y;
	background-size: 100% 56.25rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.about::after {
	color: rgba(255, 255, 255, .11);
	content: "ABOUT US";
	display: block;
	font-size: 280px;
	font-size: 17.5rem;
	font-weight: 500;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 80px;
	top: 5rem;
	-webkit-writing-mode: sideways-rl;
	-ms-writing-mode: sideways-rl;
	writing-mode: sideways-rl;
	z-index: 1;
}

.about__inner {
	margin-inline: auto;
	max-width: 1130px;
	max-width: 70.625rem;
	padding: 0 25px;
	position: relative;
	z-index: 2;
}

.about__container {
	color: #fff;
	padding-top: 78px;
	padding-top: 4.875rem;
}

.about__title {
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}

.about__content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 121px;
	margin-bottom: 7.5625rem;
}

.about__read {
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	padding-right: 25px;
	padding-right: 1.5625rem;
	width: 45%;
}

.about__imgs {
	margin-top: -24px;
	margin-top: -1.5rem;
	position: relative;
	width: 50%;
}

.about__img1 {
	aspect-ratio: 269/388;
	width: 270px;
	width: 16.875rem;
}

.about__img2 {
	aspect-ratio: 373/245;
	left: 350px;
	left: 21.875rem;
	position: absolute;
	top: -80px;
	top: -5rem;
	width: 373px;
	width: 23.3125rem;
}

.about__img3 {
	aspect-ratio: 328/226;
	bottom: -112px;
	bottom: -7rem;
	left: 350px;
	left: 21.875rem;
	position: absolute;
	width: 328px;
	width: 20.5rem;
}

.about__text {
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	margin-bottom: 200px;
	margin-bottom: 12.5rem;
	max-width: 815px;
	max-width: 50.9375rem;
}

.about__text-en {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.5;
	max-width: 811px;
	max-width: 50.6875rem;
	position: relative;
	z-index: 3;
}

.about__bottom {
	margin-bottom: 400px;
	margin-bottom: 25rem;
	position: relative;
	z-index: 3;
}

.about__earth-wrap {
	position: absolute;
	right: 0;
	top: 0px;
	top: 0rem;
	width: 68vw;
	z-index: 2;
}

.about__earth {
	opacity: 0;
}

.about__earth svg {
	aspect-ratio: 833/453;
	-webkit-clip-path: inset(0% calc(100% - 11.125rem) 0% 11.125rem);
	clip-path: inset(0% calc(100% - 11.125rem) 0% 11.125rem);
	left: 34%;
	position: absolute;
	top: 5%;
	width: 56%;
	z-index: 1;
}

.dec-text {
	margin-top: -100px;
	margin-top: -6.25rem;
	overflow: hidden;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	position: relative;
	z-index: 4;
}

.dec-text__wrap {
	gap: 18px;
	gap: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.dec-text__text {
	color: rgba(255, 255, 255, .6);
	font-size: 143px;
	font-size: 8.9375rem;
	font-weight: 400;
	white-space: nowrap;
}

.business {
	background-image: url("../images/top/business-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.business__wrap {
	position: relative;
}

.business__title {
	color: rgba(255, 255, 255, .5);
	font-size: 120px;
	font-size: 7.5rem;
	font-weight: 400;
	left: 0;
	letter-spacing: 0.2em;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.business__items {
	gap: 34px;
	gap: 2.125rem;
	display: grid;
	grid-template-columns: repeat(4, 34.875rem);
	padding-left: 180px;
	padding-left: 11.25rem;
	padding-right: 180px;
	padding-right: 11.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.business__item {
	aspect-ratio: 558/734;
	position: relative;
}

.business__item-img {
	inset: 0;
	position: absolute;
	z-index: 1;
}

.business__item-content {
	gap: 30px;
	gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	padding: 0 37px 20px;
	padding: 0 2.3125rem 1.25rem;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 2;
}

.business__item-texts {
	color: #fff;
}

.business__item-title-en {
	font-size: 60px;
	font-size: 3.75rem;
	letter-spacing: -0.05em;
	min-height: 130px;
	min-height: 8.125rem;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.business__item-title-jp {
	font-size: 34px;
	font-size: 2.125rem;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.business__item-arrow {
	aspect-ratio: 1;
	background: #fff;
	border-radius: 0.25rem;
	bottom: 50px;
	bottom: 3.125rem;
	display: grid;
	place-content: center;
	position: absolute;
	right: 36px;
	right: 2.25rem;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 51px;
	width: 3.1875rem;
}

.business__item-arrow::after {
	aspect-ratio: 1;
	-webkit-mask-image: url("../images/top/business-arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #091e3a;
	content: "";
	display: block;
	mask-image: url("../images/top/business-arrow.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	width: 15px;
	width: 0.9375rem;
}

.business__inner {
	margin-inline: auto;
	max-width: 740px;
	max-width: 46.25rem;
	padding: 0 25px;
	position: relative;
}

.business__inner::after {
	aspect-ratio: 1;
	background-image: url("../images/top/business-mark.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 3px;
	top: 0.1875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 538px;
	width: 33.625rem;
}

.business__text {
	color: #fff;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	padding: 100px 0 85px;
	padding: 6.25rem 0 5.3125rem;
	-webkit-transform: translateX(1.25rem);
	transform: translateX(1.25rem);
}

.business__slider .swiper {
	overflow: visible !important;
}

.business__slider .swiper-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.business__slider .swiper-slide img {
	height: 100%;
}

.business__slider .swiper-slide:nth-of-type(3n + 1) {
	aspect-ratio: 595/329;
	width: 595px;
	width: 37.1875rem;
}

.business__slider .swiper-slide:nth-of-type(3n + 2) {
	aspect-ratio: 437/242;
	-webkit-transform: translateY(-7.1875rem);
	transform: translateY(-7.1875rem);
	width: 437px;
	width: 27.3125rem;
}

.business__slider .swiper-slide:nth-of-type(3n + 3) {
	aspect-ratio: 492/273;
	width: 492px;
	width: 30.75rem;
}

.system {
	background-image: url("../images/top/system-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.system__inner {
	margin-inline: auto;
	max-width: 1040px;
	max-width: 65rem;
	padding: 0 25px;
}

.system__container {
	gap: 65px;
	gap: 4.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 180px 0 160px;
	padding: 11.25rem 0 10rem;
}

.system__texts {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 30%;
}

.system__title {
	color: #2f80ed;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.5;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.system__read {
	color: #000000;
	font-size: 94px;
	font-size: 5.875rem;
	line-height: 1;
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.system__text {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.8;
}

.system__img {
	aspect-ratio: 470/556;
	width: 470px;
	width: 29.375rem;
}

html:has(.front-page) .company-news-section {
	background-attachment: fixed;
	background-image: url(../images/top/news-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 180px 0 150px;
	padding: 11.25rem 0 9.375rem;
	position: relative;
}

html:has(.front-page) .company-news-section::before {
	color: rgba(99, 104, 119, .5);
	content: "NEWS";
	font-size: 280px;
	font-size: 17.5rem;
	font-weight: 500;
	left: -15px;
	left: -0.9375rem;
	line-height: 1;
	line-height: 1;
	position: absolute;
	top: -15px;
	top: -0.9375rem;
	white-space: nowrap;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	z-index: 0;
}

html:has(.front-page) .company-news-section .container {
	max-width: 1270px;
	max-width: 79.375rem;
	padding: 0 25px;
	position: relative;
	z-index: 1;
}

html:has(.front-page) .company-news-section .section-wrapper {
	margin-left: auto;
	margin-right: 0;
	max-width: 1062px;
	max-width: 66.375rem;
	position: relative;
	width: 100%;
}

html:has(.front-page) .company-news-section .section-title {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	position: relative;
}

html:has(.front-page) .company-news-section .section-title .jp {
	font-size: 34px;
	font-size: 2.125rem;
	margin-top: -15px;
	margin-top: -0.9375rem;
}

html:has(.front-page) .company-news-section .section-title .en {
	font-size: 94px;
	font-size: 5.875rem;
}

html:has(.front-page) .company-news-section .section-title .en,
html:has(.front-page) .company-news-section .section-title .jp {
	color: #091e3a;
}

html:has(.front-page) .company-news-section .section-content {
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper {
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav > li {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav .tab-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #d1d1d1;
	border-radius: 0.5rem;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	width: 196px;
	width: 12.25rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav .tab-link span {
	color: inherit;
	position: relative;
	text-decoration: none;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav .tab-link:hover,
html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav .tab-link.active {
	background: #091e3a;
	color: #ffffff;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content {
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content {
	display: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list {
	color: #000000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list > li {
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list > li:not(:last-child) {
	border-bottom: 1px solid rgba(99, 104, 119, .5);
	margin-bottom: 62px;
	margin-bottom: 3.875rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item {
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 0 30px;
	margin: 0 0 1.875rem;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta > li {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta .date {
	display: inline-block;
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta .category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #184d93;
	border-radius: 0.5rem;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 196px;
	width: 12.25rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta .category.cat-1 {
	background: #184d93;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta .category.cat-2 {
	background: #2a78e1;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .title {
	color: inherit;
	display: block;
	font-size: inherit;
	line-height: inherit;
	position: relative;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .title a {
	color: inherit;
	text-decoration: none;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .title a:hover {
	text-decoration: underline;
}

.company {
	-ms-flex-line-pack: center;
	align-content: center;
	background-image: url("../images/top/company-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	display: grid;
	height: 457px;
	height: 28.5625rem;
	position: relative;
}

.company::after {
	aspect-ratio: 1;
	background-image: url("../images/top/company-mark.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 407px;
	width: 25.4375rem;
	z-index: 1;
}

.company__inner {
	margin-inline: auto;
	max-width: 1130px;
	max-width: 70.625rem;
	padding: 0 25px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.company__container {
	position: relative;
}

.company__title {
	color: #fff;
	margin-bottom: unset;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}

.company__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 50%;
	opacity: 0;
	padding-right: 80px;
	padding-right: 5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, calc(-50% + 2.5rem));
	transform: translate(-50%, calc(-50% + 2.5rem));
	-webkit-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	width: 100%;
}

.company__text {
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.6;
}

.company__arorw {
	aspect-ratio: 1;
	background: #2f80ed;
	border-radius: 0.25rem;
	display: grid;
	place-content: center;
	width: 118px;
	width: 7.375rem;
}

.company__arorw::after {
	aspect-ratio: 1;
	-webkit-mask-image: url("../images/top/business-arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	background: #fff;
	content: "";
	display: block;
	mask-image: url("../images/top/business-arrow.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 36px;
	width: 2.25rem;
}

html:has(.front-page) .common-banner-section {
	padding: 0;
	position: relative;
}

html:has(.front-page) .common-banner-section .banner-rows {
	display: grid;
	grid-template-columns: repeat(2, minmax(0rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) .common-banner-section .banner-rows > li {
	display: block;
	padding: 0;
	position: relative;
}

html:has(.front-page) .common-banner-section .banner-rows .banner {
	border: none;
	color: #ffffff;
	display: block;
	font-size: 94px;
	font-size: 5.875rem;
	font-weight: 500;
	height: 100%;
	height: 360px;
	height: 22.5rem;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
	z-index: 0;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .back {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .back img {
	-o-object-fit: cover;
	-o-object-position: center;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 0;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap {
	gap: 50px;
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap .text {
	color: white;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap .icon {
	background: #fff;
	border: none;
	border-radius: 0.1875rem;
	display: inline-block;
	display: grid;
	height: 50px;
	height: 3.125rem;
	margin-top: 6px;
	margin-top: 0.375rem;
	overflow: hidden;
	place-content: center;
	position: relative;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 50px;
	width: 3.125rem;
	z-index: 0;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap .icon::before {
	-webkit-mask-image: url("../images/top/business-arrow.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	aspect-ratio: 1;
	background: #091e3a;
	content: "";
	left: 50%;
	mask-image: url("../images/top/business-arrow.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	width: 15px;
	width: 0.9375rem;
}

html:has(.front-page) .common-banner-section .banner-rows li .wrap .text::after {
	color: #fff;
	display: block;
	font-size: 40px;
	font-size: 2.5rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

html:has(.front-page) .common-banner-section .banner-rows li:nth-of-type(1) .wrap .text::after {
	content: "お問い合わせ";
}

html:has(.front-page) .common-banner-section .banner-rows li:nth-of-type(2) .wrap .text::after {
	content: "採用情報";
}

.sliders {
	background-image: url("../images/top/sliders-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sliders__container {
	padding: 180px 0;
	padding: 11.25rem 0;
	position: relative;
}

.sliders__texts-wrap {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}

.sliders__texts {
	-webkit-animation: text-slide 16s linear infinite;
	animation: text-slide 16s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sliders__text {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 143px;
	font-size: 8.9375rem;
	white-space: nowrap;
}

.sliders__items {
	position: relative;
	z-index: 1;
}

.sliders__items .sliders__top-slider {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.sliders__items .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.sliders__items .swiper-slide {
	aspect-ratio: 1;
	width: 262px;
	width: 16.375rem;
}

html:has(.front-page) #footer {
	background-image: url(../../assets/image/footer-background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 30px;
	padding: 7.5rem 0 1.875rem;
	position: relative;
}

html:has(.front-page) #footer .container {
	max-width: 1080px;
	max-width: 67.5rem;
	position: relative;
}

html:has(.front-page) #footer .footer-wrappper {
	position: relative;
}

html:has(.front-page) #footer .footer-wrappper::after {
	clear: both;
	content: "";
	display: block;
}

html:has(.front-page) #footer .footer-headline {
	position: relative;
}

html:has(.front-page) #footer .footer-headline .footer-logo {
	background: none;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 0;
}

html:has(.front-page) #footer .footer-headline .footer-logo .logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 160px;
	width: 10rem;
	z-index: 0;
}

html:has(.front-page) #footer .footer-headline .footer-logo .logo img {
	display: block;
	width: 100%;
}

html:has(.front-page) #footer .footer-headline .footer-logo .name {
	color: #ffffff;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

html:has(.front-page) #footer .footer-content {
	position: relative;
}

html:has(.front-page) #footer .footer-menu {
	border-top: 1px solid #494949;
	color: #ffffff;
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	list-style: none;
	position: relative;
	text-align: left;
}

html:has(.front-page) #footer .footer-menu > li {
	border-bottom: 1px solid #494949;
	padding: 20px 0 20px 24px;
	padding: 1.25rem 0 1.25rem 1.5rem;
	position: relative;
}

html:has(.front-page) #footer .footer-menu > li .menu-link {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	white-space: nowrap;
}

html:has(.front-page) #footer .footer-menu > li .menu-link .text {
	color: inherit;
	font-size: inherit;
	position: relative;
	text-decoration: none;
}

html:has(.front-page) #footer .footer-menu > li .menu-link .icon {
	background: #ffffff;
	border: none;
	border-radius: 50%;
	display: block;
	height: 30px;
	height: 1.875rem;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 30px;
	width: 1.875rem;
	z-index: 0;
}

html:has(.front-page) #footer .footer-menu > li .menu-link .icon::before {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.69238 5.46124C1.26755 5.46124 0.923152 5.80563 0.923152 6.23047C0.923152 6.6553 1.26755 6.9997 1.69238 6.9997L1.69238 5.46124ZM11.4671 6.7744C11.7675 6.47399 11.7675 5.98694 11.4671 5.68654L6.57173 0.791186C6.27132 0.490782 5.78427 0.490782 5.48387 0.791186C5.18347 1.09159 5.18347 1.57864 5.48387 1.87904L9.8353 6.23047L5.48387 10.5819C5.18347 10.8823 5.18347 11.3693 5.48387 11.6698C5.78427 11.9702 6.27132 11.9702 6.57173 11.6698L11.4671 6.7744ZM1.69238 6.23047L1.69238 6.9997L10.9232 6.9997L10.9232 6.23047L10.9232 5.46124L1.69238 5.46124L1.69238 6.23047Z' fill='%23091E3A'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12px;
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	width: 0.75rem;
}

html:has(.front-page) #footer .footer-menu > li .menu-link:hover .icon {
	-webkit-transform: translateX(0.1875rem);
	transform: translateX(0.1875rem);
}

html:has(.front-page) #footer .footer-menu > li .menu-rows {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: minmax(0rem, 1fr) 18.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #footer .footer-menu > li .menu-rows > li {
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #footer .footer-menu > li .menu-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

html:has(.front-page) #footer .footer-menu > li .sub-menu {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 24px;
	line-height: 1.5rem;
	list-style: none;
	margin: 24px 0 0;
	margin: 1.5rem 0 0;
	padding: 0 0 0 10px;
	padding: 0 0 0 0.625rem;
	position: relative;
	text-align: left;
}

html:has(.front-page) #footer .footer-menu > li .sub-menu > li {
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #footer .footer-menu > li .sub-menu > li:not(:last-child) {
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

html:has(.front-page) #footer .footer-menu > li .sub-menu .sub-link {
	color: inherit;
	position: relative;
	text-decoration: none;
}

html:has(.front-page) #footer .footer-menu > li .sub-menu .sub-link:hover {
	text-decoration: underline;
}

html:has(.front-page) #footer .footer-menu > li .other-menu {
	gap: 16px;
	gap: 1rem;
	display: block;
	list-style: none;
	padding: 0;
	position: relative;
}

html:has(.front-page) #footer .footer-menu > li .other-menu > li {
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #footer .footer-menu > li .other-menu > li:not(:last-child) {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

html:has(.front-page) #footer .footer-menu > li .other-menu > li .other-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 100%;
	z-index: 0;
}

html:has(.front-page) #footer .footer-menu > li .other-menu > li .other-link img {
	border: none;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

html:has(.front-page) #footer .footer-menu > li .other-menu > li .other-link:hover {
	opacity: 0.8;
}

html:has(.front-page) #footer .footer-social {
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
}

html:has(.front-page) #footer .footer-social .social-menu {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #footer .footer-social .social-menu > li {
	margin: 0;
	padding: 0;
	position: relative;
}

html:has(.front-page) #footer .footer-social .social-menu > li .social-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	overflow: hidden;
	position: relative;
	width: 30px;
	width: 1.875rem;
	z-index: 0;
}

html:has(.front-page) #footer .footer-social .social-menu > li .social-link img {
	border: none;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

html:has(.front-page) #footer .footer-social .market-action {
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
}

html:has(.front-page) #footer .footer-social .market-action .market-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border: none;
	border-radius: 0.1875rem;
	color: #091e3a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: 45px;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
	max-width: 100%;
	overflow: hidden;
	padding: 5px 15px 5px 5px;
	padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	width: 100%;
	z-index: 0;
}

html:has(.front-page) #footer .footer-social .market-action .market-btn .text {
	color: inherit;
	position: relative;
	text-decoration: none;
	z-index: 3;
}

html:has(.front-page) #footer .footer-social .market-action .market-btn .icon {
	display: block;
	margin: 0;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: calc(50% - 0.8rem);
	width: 16px;
	width: 1rem;
}

html:has(.front-page) #footer .footer-social .market-action .market-btn:hover {
	opacity: 0.8;
}

html:has(.front-page) #footer .footer-copy {
	color: #cacaca;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 24px;
	line-height: 1.5rem;
	margin-top: 60px;
	margin-top: 3.75rem;
	position: relative;
	text-align: center;
}

html:has(.front-page) #footer .footer-copy > p {
	margin: 0;
}

@media (any-hover: hover) {

.business__item:hover .business__item-title-en {
	color: #2f80ed;
}

.business__item:hover .business__item-title-jp {
	color: #2f80ed;
}

.business__item:hover .business__item-arrow {
	background: #2f80ed;
}

.business__item:hover .business__item-arrow::after {
	background: #fff;
}

.company:hover .company__title {
	opacity: 0;
	-webkit-transform: translateY(-1.875rem);
	transform: translateY(-1.875rem);
}

.company:hover .company__content {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

html:has(.front-page) .common-banner-section .banner-rows .banner:hover .back img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

html:has(.front-page) .common-banner-section .banner-rows .banner:hover .icon {
	background: #2f80ed;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

html:has(.front-page) .common-banner-section .banner-rows .banner:hover .icon::before {
	background: #fff;
}

html:has(.front-page) .common-banner-section .banner-rows li .banner:hover .text {
	color: transparent !important;
}

html:has(.front-page) .common-banner-section .banner-rows li .banner:hover .text::after {
	opacity: 1 !important;
}

}

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

.sp {
	display: none !important;
}

}

@media (min-width: 768px) {

html {
	font-size: 1.4545454545vw;
}

}

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

html:has(.front-page) #footer .footer-headline {
	float: left;
	width: 14.375rem;
}

html:has(.front-page) #footer .footer-content {
	float: right;
	max-width: 100%;
	width: 42.5rem;
}

html:has(.front-page) #footer .footer-social {
	float: left;
	width: 14.375rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.pc {
	display: none !important;
}

html:has(.front-page) .company-news-section {
	padding: 4.375rem 0 5rem;
}

html:has(.front-page) .company-news-section::before {
	font-size: 10rem;
	left: unset;
	right: -2.5rem;
	top: 0;
}

html:has(.front-page) .company-news-section .section-wrapper {
	padding: 0;
}

html:has(.front-page) .company-news-section .section-title {
	margin-bottom: 3.125rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav {
	gap: 0.625rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-nav .tab-link {
	font-size: 0.875rem;
	height: 2.5rem;
	min-width: 5rem;
	padding: 0.3125rem 1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content {
	margin-top: 3.125rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list {
	font-size: 0.875rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list > li:not(:last-child) {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta {
	margin-bottom: 0.75rem;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .meta .category {
	font-size: 0.875rem;
	height: 2.5rem;
	min-width: 5rem;
	padding: 0.3125rem 1rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

html:has(.front-page) .company-news-section .section-content .tabs-wrapper .tabs-content .tab-content .news-list .news-item .title a {
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: underline;
}

html:has(.front-page) .common-banner-section .banner-rows {
	grid-template-columns: minmax(0rem, 1fr);
}

html:has(.front-page) .common-banner-section .banner-rows .banner {
	font-size: 2.25rem;
	height: 12.5rem;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap {
	gap: 1.5rem;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap .icon {
	height: 2.5rem;
	margin-top: 0.1875rem;
	width: 2.5rem;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap .icon::before {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.69238 5.46124C1.26755 5.46124 0.923152 5.80563 0.923152 6.23047C0.923152 6.6553 1.26755 6.9997 1.69238 6.9997L1.69238 5.46124ZM11.4671 6.7744C11.7675 6.47399 11.7675 5.98694 11.4671 5.68654L6.57173 0.791186C6.27132 0.490782 5.78427 0.490782 5.48387 0.791186C5.18347 1.09159 5.18347 1.57864 5.48387 1.87904L9.8353 6.23047L5.48387 10.5819C5.18347 10.8823 5.18347 11.3693 5.48387 11.6698C5.78427 11.9702 6.27132 11.9702 6.57173 11.6698L11.4671 6.7744ZM1.69238 6.23047L1.69238 6.9997L10.9232 6.9997L10.9232 6.23047L10.9232 5.46124L1.69238 5.46124L1.69238 6.23047Z' fill='%23091E3A'/%3E%3C/svg%3E%0A");
	height: 0.75rem;
	width: 0.75rem;
}

html:has(.front-page) #footer {
	padding: 4.375rem 0 1.5rem;
}

html:has(.front-page) #footer .footer-headline {
	margin-bottom: 3.75rem;
}

html:has(.front-page) #footer .footer-headline .footer-logo .logo {
	width: 5rem;
}

html:has(.front-page) #footer .footer-headline .footer-logo .name {
	font-size: 1.5rem;
}

html:has(.front-page) #footer .footer-menu {
	font-size: 1.125rem;
}

html:has(.front-page) #footer .footer-menu > li {
	padding: 1rem 0.625rem;
}

html:has(.front-page) #footer .footer-menu > li .menu-link .icon {
	height: 1.75rem;
	width: 1.75rem;
}

html:has(.front-page) #footer .footer-menu > li .menu-rows {
	gap: 1.875rem;
	grid-template-columns: minmax(0rem, 1fr);
}

html:has(.front-page) #footer .footer-menu > li .sub-menu {
	margin-top: 1rem;
}

html:has(.front-page) #footer .footer-menu > li .sub-menu > li:not(:last-child) {
	margin-bottom: 1rem;
}

html:has(.front-page) #footer .footer-menu > li .other-menu {
	padding-bottom: 0.25rem;
}

html:has(.front-page) #footer .footer-social {
	margin-top: 2.5rem;
}

html:has(.front-page) #footer .footer-social .market-action {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 16.875rem;
	width: 100%;
}

html:has(.front-page) #footer .footer-copy {
	font-size: 0.75rem;
	margin-top: 3.125rem;
}

}

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

a[href^="tel:"] {
	pointer-events: all;
}

a:hover {
	opacity: 0.8;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.section-title__en {
	font-size: 2.5rem;
	margin-bottom: 0.0625rem;
}

.section-title__jp {
	font-size: 1.375rem;
	margin-top: unset;
}

html:has(.front-page) #header {
	height: 3.5rem;
	padding: 0.625rem 1.25rem 0.375rem;
}

html:has(.front-page) #header .header-wrapper .header-logo a {
	width: 9.625rem;
}

html:has(.front-page) #header .header-wrapper .header-nav {
	display: none;
}

html:has(.front-page) .mobile-nav-toggle {
	display: inline-block;
}

html:has(.front-page) .sp-phone-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

html:has(.front-page) body.mobile-nav-active {
	overflow: hidden;
}

.mv {
	min-height: unset;
}

.mv__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.mv__container {
	min-height: 37.5rem;
	padding: 5rem 0 1.875rem;
}

.mv__title {
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 2.1875rem;
	margin-left: auto;
	margin-right: 0.625rem;
}

.mv__title .line {
	margin-left: 0.25rem;
}

.mv__title .line:nth-of-type(2) {
	margin-top: 2.5rem;
}

.mv__title .line:nth-of-type(3) {
	margin-top: 11.25rem;
}

.mv__title .kanji {
	font-size: 2.5rem;
}

.mv__title .kana {
	font-size: 2.1875rem;
}

.mv__bottom {
	display: block;
	margin-top: unset;
	padding-left: unset;
	position: relative;
}

.mv__copies {
	margin-bottom: unset;
}

.mv__copy {
	font-size: 2.5rem;
	margin-bottom: 0.3125rem;
}

.mv__copy-small {
	font-size: 1.125rem;
}

.mv__scroll {
	bottom: -0.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: -5rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mv__scroll .text {
	font-size: 0.75rem;
}

.mv__scroll .bar {
	width: 4.375rem;
}

.about::after {
	font-size: 7.5rem;
	top: 2.5rem;
}

.about__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.about__container {
	padding-top: 3.125rem;
}

.about__title {
	margin-bottom: 3.125rem;
}

.about__content {
	display: block;
	margin-bottom: 3.125rem;
}

.about__read {
	font-size: 1.375rem;
	margin-bottom: 2.5rem;
	padding-right: unset;
	width: 100%;
}

.about__imgs {
	margin-bottom: 3.125rem;
	margin-top: unset;
	width: 100%;
}

.about__img1 {
	width: 48%;
}

.about__img2 {
	left: unset;
	right: -0.9375rem;
	top: -0.625rem;
	width: 50%;
}

.about__img3 {
	bottom: 0;
	left: unset;
	right: -0.625rem;
	width: 50%;
}

.about__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.about__text-en {
	line-height: 1.8;
}

.about__bottom {
	margin-bottom: 1.25rem;
}

.about__earth-wrap {
	left: unset;
	margin-left: -20%;
	position: relative;
	top: unset;
	width: 120vw;
}

.about__earth {
	opacity: 1;
}

.dec-text {
	margin-top: -5rem;
	padding-bottom: 3.75rem;
}

.dec-text__wrap {
	gap: 0.9375rem;
}

.dec-text__text {
	font-size: 4.375rem;
}

.business__title {
	font-size: 2.5rem;
}

.business__items {
	gap: 0.9375rem;
	margin-inline: auto;
	grid-template-columns: 1fr;
	max-width: 37.5rem;
	padding: 0 20px;
	width: 100%;
}

.business__item-content {
	padding: 0 0.625rem 0.9375rem;
}

.business__item-title-en {
	font-size: 2.125rem;
	min-height: 3rem;
}

.business__item-title-jp {
	font-size: 1.25rem;
}

.business__item-arrow {
	bottom: 0.625rem;
	right: 0.625rem;
	width: 1.875rem;
}

.business__item-arrow::after {
	width: 0.8125rem;
}

.business__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.business__inner::after {
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18.75rem;
}

.business__text {
	font-size: 1rem;
	-webkit-transform: unset;
	transform: unset;
}

.business__slider .swiper-slide:nth-of-type(3n + 1) {
	width: 18.75rem;
}

.business__slider .swiper-slide:nth-of-type(3n + 2) {
	-webkit-transform: translateY(-4.875rem);
	transform: translateY(-4.875rem);
	width: 12.5rem;
}

.business__slider .swiper-slide:nth-of-type(3n + 3) {
	width: 15rem;
}

.system__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.system__container {
	gap: unset;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5rem 0;
}

.system__texts {
	display: contents;
}

.system__title {
	margin-bottom: 0.625rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.system__read {
	font-size: 3rem;
	margin-bottom: 1.875rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.system__text {
	font-size: 1rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.system__img {
	margin-bottom: 1.875rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

html:has(.front-page) .company-news-section .container {
	max-width: 37.5rem;
	padding: 0 20px;
}

html:has(.front-page) .company-news-section .section-title .jp {
	font-size: 1.375rem;
	margin-top: -0.25rem;
}

html:has(.front-page) .company-news-section .section-title .en {
	font-size: 2.5rem;
}

.company::after {
	width: 60%;
}

.company__inner {
	max-width: 37.5rem;
	padding: 0 20px;
}

.company__container {
	padding: 5rem 0 4.375rem;
}

.company__title {
	margin-bottom: 2.5rem;
}

.company__content {
	display: block;
	margin-top: unset;
	opacity: 1;
	padding-right: unset;
	position: static;
	-webkit-transform: unset;
	transform: unset;
}

.company__text {
	font-size: 1rem;
	margin-bottom: 0.625rem;
}

.company__arorw {
	margin-left: auto;
	width: 2.5rem;
}

.company__arorw::after {
	width: 1.125rem;
}

html:has(.front-page) .common-banner-section .banner-rows .banner .wrap .text {
	text-align: left;
}

html:has(.front-page) .common-banner-section .banner-rows li .wrap .text::after {
	display: block;
	font-size: 1.125rem;
	margin-top: 1.25rem;
	opacity: 1;
	position: static;
}

.sliders__container {
	padding: 3.75rem 0;
}

.sliders__text {
	font-size: 3.75rem;
}

.sliders__items .swiper-slide {
	width: 11.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes bar {

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

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

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

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

}

@keyframes bar {

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

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

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

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

}

@-webkit-keyframes text-slide {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

}

@keyframes text-slide {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

}


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