body {
	background-color: #F6F6F2;
	font-family: "Noto Sans JP", serif;
}

@font-face {
	font-display: swap;
	font-family: "Anton";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/Anton-Regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

html:has(.header-f):not(:has(.header-f)) {
	scroll-padding-top: 500px;
}

*,
*::before,
*::after {
	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 */

/* Set core body defaults */

body {
	counter-reset: number 0;
	font-weight: 500;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* 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: 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;
}

/* ホバー */

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

a:hover {
	opacity: 0.6;
}

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

.business-list {
	padding: 9.9375rem 0 18.25rem;
}

.business-list__list {
	display: flex;
	flex-direction: column;
	gap: 6.1875rem;
}

.business-item {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 3.3125rem 3.1875rem 3.0625rem 2.6875rem;
	position: relative;
}

.business-item::before {
	color: #3C5481;
	content: "0" counter(number);
	counter-increment: number 1;
	font-family: "Montserrat", sans-serif;
	font-size: 3.25rem;
	font-weight: 600;
	left: -1.25rem;
	letter-spacing: -0.02em;
	position: absolute;
	top: -2.875rem;
}

.business-item__content {
	display: flex;
	gap: 4%;
	justify-content: space-between;
}

.business-item__image {
	max-width: 24.0625rem;
	width: 100%;
}

.business-item__image img {
	-o-object-fit: cover;
	aspect-ratio: 385/267;
	border-radius: 0.3125rem;
	object-fit: cover;
	width: 100%;
}

.business-item__text {
	width: 100%;
}

.business-item__title {
	color: #3C5481;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.business-item__description {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.9375rem;
}

.business-item__btn {
	margin-left: auto;
	margin-top: 3.125rem;
	max-width: 16.9375rem;
	width: 100%;
}

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.inner-n {
	margin: 0 auto;
	max-width: 71.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.inner-s {
	margin: 0 auto;
	max-width: 60rem;
	padding: 0 1.25rem;
	width: 100%;
}

.section-title {
	color: #0E3D65;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.section-subtitle {
	color: #0E3D65;
	font-family: "Montserrat", sans-serif;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.lower-section-heading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 11.75rem;
	padding-bottom: 3.75rem;
}

.lower-section-heading__inner {
	margin: 0 auto;
	max-width: 77.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.lower-section-heading__inner-n {
	margin: 0 auto;
	max-width: 65rem;
	padding: 0 1.25rem;
	width: 100%;
}

.philosophy-heading {
	border-bottom: none;
}

.philosophy-heading .lower-section-subtitle,
.philosophy-heading .lower-section-title {
	text-align: center;
}

.lower-section-title {
	color: #0E3D65;
	font-family: "Montserrat", sans-serif;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -0.15em;
}

.lower-section-subtitle {
	color: #0E3D65;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 0.25rem;
}

.section-title--r,
.section-subtitle--r,
.lower-section-title--r,
.lower-section-subtitle--r {
	color: #F6F6F2;
}

.lower-section {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 8.1875rem;
}

.lower-common-heading {
	color: #0E3D65;
	font-family: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.lower-common-subheading {
	color: #0E3D65;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 0.9375rem;
}

.section-btn {
	max-width: 19.5rem;
	width: 100%;
}

.section-btn a {
	background-color: #0E3D65;
	border-radius: 2.25rem;
	color: #f6f6f2;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.22;
	padding: 1.375rem 0 1.375rem 2.4375rem;
	position: relative;
}

.section-btn a:hover {
	opacity: 1;
}

.section-btn a:hover:after {
	right: 1.25rem;
}

.section-btn a::after {
	background: url(../images/top/arrow-circle.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 1.8125rem;
}

.fixed-contact {
	max-width: 100%;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 46.5%;
	transform: translateY(-50%);
	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
	width: 3.4375rem;
	z-index: 9999;
}

.fixed-contact.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%) translateX(20px);
}

.fixed-contact__link {
	background-color: #f6f6f2;
	border-radius: 0.625rem 0 0 0.625rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.36);
	color: #0E3D65;
	display: block;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.05em;
	padding: 1.5625rem 1rem 2.8125rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.fixed-contact__link:hover::after {
	bottom: 1.25rem;
}

.fixed-contact__link::before {
	background: url(../images/top/arrow-b.svg) no-repeat center center/cover;
	bottom: 1.625rem;
	content: "";
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: bottom 0.2s ease;
	width: 0.625rem;
}

.fixed-contact__link span {
	position: relative;
}

.js-fadeIn {
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fadeIn.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-fadeRight {
	opacity: 0;
	transform: translateX(60px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fadeRight.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.js-fadeLeft {
	opacity: 0;
	transform: translateX(-60px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-fadeLeft.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.target {
	display: inline-block;
	opacity: 0;
	transform: translateY(1em);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.target.show {
	opacity: 1;
	transform: translateY(0);
}

.lower-btn a {
	border: 1px solid #0E3D65;
	border-radius: 2.25rem;
	color: #3C5481;
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 1.25rem 2.6875rem 1.25rem 2.625rem;
	position: relative;
	text-transform: uppercase;
}

.lower-btn a:hover {
	opacity: 1;
}

.lower-btn a:hover:after {
	right: 2.1875rem;
}

.lower-btn a::after {
	background: url(../images/business/btn-o.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 2.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 1.8125rem;
}

.lower-mv {
	overflow: hidden;
}

.mv-blur {
	position: relative;
}

.mv-blur::after {
	background-color: #F6F6F2;
	border-radius: 50%;
	box-shadow: 0 -50px 50px 25px #f6f6f2;
	content: "";
	display: inline-block;
	height: 18.75rem;
	left: 50%;
	position: absolute;
	top: 27.5rem;
	transform: translateX(-50%);
	width: 120%;
}

.lower-mv__img {
	height: 31.5rem;
	width: 100%;
}

.lower-mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 1440/511;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lower-mv__content {
	background-color: #F6F6F2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 -50px 50px 25px #f6f6f2;
	margin-top: -1.5rem;
	padding-bottom: 7.75rem;
	position: relative;
}

.lower-mv__title {
	color: #0E3D65;
	font-size: 2.375rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	text-align: center;
}

.lower-mv__subtitle {
	color: #0E3D65;
	font-family: "Montserrat", sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-top: 1rem;
	text-align: center;
}

.lower-mv__description {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 3.0625rem;
	text-align: center;
}

.cta-btn {
	max-width: 32.5rem;
	width: 100%;
}

.cta-btn a {
	border: 1px solid #0E3D65;
	border-radius: 1.0625rem;
	color: #0E3D65;
	display: block;
	font-size: 1.375rem;
	padding: 1.25rem 0;
	text-align: center;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.cta-btn a:hover {
	background-color: #0E3D65;
	color: #fff;
	opacity: 1;
}

.lower-common {
	display: flex;
	gap: 4%;
	justify-content: space-between;
	padding-top: 8.6875rem;
}

.lower-common--s {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 4%;
	justify-content: space-between;
	margin-top: 7.0625rem;
	padding-top: 7.625rem;
}

.lower-common__wrap {
	display: flex;
	gap: 5%;
}

.lower-common__content {
	width: 100%;
}

.lower-common__title {
	color: #3C5481;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.66;
	margin-top: -0.5625rem;
}

.lower-common__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 2.1875rem;
}

.lower-common__img {
	max-width: 32.5rem;
	width: 100%;
}

.lower-common__img img {
	-o-object-fit: cover;
	aspect-ratio: 520/347;
	border-radius: 0.625rem;
	object-fit: cover;
	width: 100%;
}

.lower-news__pagination {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 5rem;
}

.lower-news__pagination .page-numbers {
	align-items: center;
	background-color: #F6F6F2;
	border: 1px solid #0E3D65;
	border-radius: 50%;
	color: #0E3D65;
	display: flex;
	font-weight: bold;
	height: 3.5rem;
	justify-content: center;
	width: 3.5rem;
}

.lower-news__pagination .page-numbers:hover {
	background-color: #0E3D65;
	color: #fff;
	opacity: 1;
}

.lower-news__pagination .page-numbers:hover.prev.page-numbers::after {
	background: url(../images/news/line-w.svg) no-repeat center center/contain;
}

.lower-news__pagination .page-numbers:hover.next.page-numbers::after {
	background: url(../images/news/line-w.svg) no-repeat center center/contain;
}

.lower-news__pagination .current {
	background-color: #0E3D65;
	color: #fff;
}

.lower-news__pagination .prev.page-numbers,
.lower-news__pagination .next.page-numbers {
	align-items: center;
	display: flex;
	height: 3.5rem;
	justify-content: center;
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transition: all 0.3s ease;
	width: 3.5rem;
}

.lower-news__pagination .prev.page-numbers.disabled,
.lower-news__pagination .next.page-numbers.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.lower-news__pagination .prev.page-numbers::after,
.lower-news__pagination .next.page-numbers::after {
	content: "";
	height: 0.75rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: background 0.3s ease-in;
	width: 0.75rem;
}

.lower-news__pagination .next.page-numbers::after {
	background: url(../images/news/line-b.svg) no-repeat center center/contain;
	left: 48%;
}

.lower-news__pagination .prev.page-numbers::after {
	background: url(../images/news/line-b.svg) no-repeat center center/contain;
	left: 52%;
	transform: translate(-50%, -50%) rotate(180deg);
}

.lower-common__btn {
	margin-left: auto;
	margin-top: 2.8125rem;
	max-width: 15.8125rem;
	width: 100%;
}

.lower-common__btn a {
	border: 1px solid #0E3D65;
	border-radius: 2.125rem;
	color: #3C5481;
	display: block;
	font-size: 0.875rem;
	padding: 1.4375rem 2.9375rem 1.4375rem 2.5625rem;
	position: relative;
}

.lower-common__btn a:hover::after {
	right: 1.4375rem;
}

.lower-common__btn a::after {
	background: url(../images/business/btn-o.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.9375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 1.8125rem;
}

.greeting {
	padding-bottom: 11.8125rem;
}

.greeting__wrap {
	display: flex;
	gap: 4%;
	justify-content: space-between;
	margin-top: 5.375rem;
}

.greeting__content {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	width: 70%;
}

.greeting__profile {
	margin-top: 0.875rem;
}

.greeting__profile-image {
	max-width: 16.9375rem;
	width: 100%;
}

.greeting__profile-image img {
	-o-object-fit: cover;
	aspect-ratio: 271/344;
	object-fit: cover;
	width: 100%;
}

.greeting__profile-text {
	letter-spacing: 0.05em;
	margin-top: 5rem;
}

.greeting__company {
	font-size: 0.875rem;
	font-weight: 600;
	text-align: right;
}

.greeting__name {
	font-size: 1rem;
	margin-top: 0.4375rem;
	text-align: right;
}

.profile {
	padding-bottom: 8.625rem;
}

.profile__list {
	margin-top: 6.25rem;
}

.profile__item {
	align-items: baseline;
	display: flex;
	gap: 4%;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 1.1875rem 3.1875rem;
}

.profile__item:nth-child(odd) {
	background-color: #fff;
	border-radius: 0.625rem;
}

.profile__label {
	flex-shrink: 0;
	font-weight: 600;
	width: 11.375rem;
}

.profile__value {
	font-weight: 400;
	line-height: 2.875;
}

.labor-policy {
	padding: 8.8125rem 0 10.6875rem;
}

.labor-policy__heading {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}

.labor-policy__list {
	margin: 5.9375rem auto 0;
	max-width: 65.25rem;
	width: 100%;
}

.labor-policy__item {
	padding-left: 1.25rem;
	position: relative;
}

.labor-policy__item::before {
	color: #E28F3B;
	content: counter(number) ".";
	counter-increment: number 1;
	font-size: 1rem;
	font-weight: 600;
	left: -0.5rem;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
}

.labor-policy__item:not(:first-child) {
	margin-top: 2.5rem;
}

.labor-policy__title {
	font-weight: 600;
	letter-spacing: 0.05em;
}

.labor-policy__text {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1rem;
}

.labor-policy__note {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 2.875rem auto 0;
	max-width: 65.25rem;
	padding-left: 1.3125rem;
	width: 100%;
}

.history {
	padding-bottom: 8.625rem;
}

.history__list {
	margin: 5.1875rem auto 0;
	max-width: 55.625rem;
	position: relative;
	width: 100%;
}

.history__list::before {
	background-color: rgba(0, 0, 0, 0.1);
	content: ""; /* 初期値は CSS変数 --line-height で管理、デフォルトは 0 にする */
	height: 0;
	height: var(--line-height, 0);
	left: 0.5rem;
	position: absolute;
	top: 1.875rem;
	width: 0.0625rem;
}

.history__item {
	align-items: flex-start;
	display: flex;
	gap: 14.8%;
}

.history__item:last-child:before {
	height: 100%;
}

.history__item:not(:first-child) {
	margin-top: 3.0625rem;
}

.history__year {
	color: #0E3D65;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	padding-left: 4.375rem;
	position: relative;
	width: 8.75rem;
}

.history__year::before {
	background-color: #0E3D65;
	border-radius: 50%;
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.history__content-wrap {
	margin-top: 0.375rem;
}

.history__content:not(:first-child) {
	margin-top: 3.4375rem;
}

.history__description {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}

.access {
	padding-bottom: 15.1875rem;
}

.access__locations {
	grid-gap: 5.375rem 5.2%;
	display: grid;
	gap: 5.375rem 5.2%;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.125rem;
}

.access__location {
	width: 100%;
}

.access__map {
	max-width: 32.5625rem;
	width: 100%;
}

.access__map img {
	-o-object-fit: cover;
	aspect-ratio: 521/347;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.access__info {
	margin-top: 2.75rem;
}

.access__name {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.access__address {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.5625rem;
}

.access__link {
	align-items: center;
	display: flex;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-left: -0.625rem;
	margin-top: 1rem;
	padding: 0.625rem;
}

.access__link img {
	margin-left: 0.75rem;
	width: 0.9375rem;
}

.access__company-wrap {
	display: flex;
	gap: 4%;
}

.access__company {
	margin-top: 7.4375rem;
}

.access__company-title {
	color: #0E3D65;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.access__company-content {
	display: block;
	margin-top: 2.1875rem;
	max-width: 32.5625rem;
	width: 100%;
}

.access__company-content img {
	border-radius: 1.25rem;
}

.small-etc {
	font-size: 0.5625rem;
}

.contact-annotation {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-annotation__inner {
	margin: 0 auto;
	max-width: 65rem;
	padding: 3.625rem 1.25rem 4.75rem;
	width: 100%;
}

.contact-annotation__text {
	font-weight: 400;
	line-height: 1.75;
}

.contact-annotation__contact {
	align-items: baseline;
	display: flex;
	font-family: "Noto Sans", sans-serif;
	margin-left: 0.4375rem;
	margin-top: 3.5rem;
}

.contact-annotation__contact--tel {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.contact-annotation__contact--fax {
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 2.6875rem;
}

.contact-annotation__contact-time {
	font-weight: 400;
	margin-top: 0.25rem;
}

.contact__inner {
	margin: auto;
	max-width: 65rem;
	padding: 4.0625rem 1.25rem 0;
	width: 100%;
}

.contact__form-wrapper {
	margin: 4.3125rem 0 5.75rem;
}

.contact__form-wrapper .contact__form-wrap + .contact__form-wrap {
	margin-top: 1.5625rem;
}

.contact__form-label span {
	color: #F04D4D;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: 0.5625rem;
}

.contact__form-label .small-etc {
	color: #F04D4D;
	display: inline-block;
	font-size: 0.5625rem;
}

.contact__form-input {
	margin-top: 1rem;
}

.contact__form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #CBCBCB;
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 1;
	padding: 1rem;
	width: 100%;
}

.contact__form-input input:focus {
	outline: none;
}

.contact__form-input input::-moz-placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-input input::placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-radio {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.contact__form-radio label {
	display: block;
}

.contact__form-radio input {
	display: none;
}

.contact__form-radio input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	padding: 0 0 0 2.4375rem;
	position: relative;
}

.contact__form-radio input + span::before {
	background: #fff;
	border: 1px solid #CBCBCB;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.contact__form-radio input + span::after {
	background: #0E3D65;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 1.125rem;
	left: 0.3125rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.125rem;
}

.contact__form-radio input:checked + span::after {
	opacity: 1;
}

.contact__form-textarea {
	margin-top: 1rem;
}

.contact__form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	field-sizing: content;
	appearance: none;
	background-color: #fff;
	border: 0.0625rem solid #CBCBCB;
	border-radius: 0.3125rem;
	font-size: 1rem;
	min-height: 15.4375rem;
	padding: 1rem;
	resize: none;
	width: 100%;
}

.contact__form-textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

.contact__form-textarea textarea::-moz-placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-textarea textarea::placeholder {
	color: rgba(159, 159, 159, 0.5);
	font-size: 1rem;
	font-weight: 400;
}

.contact__form-file {
	display: flex;
	margin-top: 4.4375rem;
}

.contact__form-file p {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
}

.contact__form-file-text {
	font-size: 1rem;
	font-weight: 500;
}

input[type=file] {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	justify-content: center;
	line-height: 1.8;
}

.custom-file-button {
	background-color: #fff;
	border: 1px solid #CBCBCB;
	border-radius: 0.75rem;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	padding: 0.0625rem 1.75rem;
}

.file-name-display {
	font-size: 0.875rem;
	margin-left: 1.25rem;
}

.contact__form-submit {
	margin: 4.6875rem auto 0;
	max-width: 18.75rem;
	position: relative;
	width: 100%;
}

.contact__form-submit:hover::before {
	background-color: #0E3D65;
}

.contact__form-submit:hover::after {
	background-color: #0E3D65;
}

.contact__form-submit input {
	background-color: #0E3D65;
	border: 1px solid #0E3D65;
	border-radius: 2.25rem;
	color: #F6F6F2;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 1.25rem 2.0625rem 1.25rem 2.4375rem;
	text-align: left;
	transition: color 0.2s ease-in, background-color 0.2s ease-in;
	width: 100%;
}

.contact__form-submit input:hover {
	background-color: #F6F6F2;
	color: #0E3D65;
	opacity: 1;
}

.contact__form-submit::before,
.contact__form-submit::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 2.0625rem;
	top: 35%;
	transform: translateY(-50%);
	transition: background-color 0.2s ease-in;
	width: 1.5rem;
}

.contact__form-submit::after {
	transform: rotate(90deg);
}

.contact__form-submit input:hover,
.contact__form-submit input:focus {
	outline: none;
}

.contact__form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.footer {
	background-color: #F6F6F2;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5.375rem 0 3.0625rem;
}

.footer__inner {
	display: flex;
	gap: 4%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 83.375rem;
	padding: 0 1.25rem;
	width: 100%;
}

.footer__company {
	font-size: 1.25rem;
}

.footer__address {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 1.125rem;
}

.footer__nav {
	display: flex;
	margin-right: -0.5rem;
}

.footer__link {
	display: block;
	font-family: "Montserrat", sans-serif;
	padding: 0.625rem 1.25rem;
	position: relative;
	text-transform: capitalize;
}

.footer__bottom {
	display: flex;
	margin-right: 0.75rem;
	margin-top: 2.4375rem;
}

.footer__privacy {
	font-size: 0.75rem;
	margin-left: auto;
}

.footer__copyright {
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	margin-left: 2.125rem;
}

.layout-header {
	left: 0;
	mix-blend-mode: difference;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header {
	height: 5.875rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 4.6875rem;
	padding-right: 4.0625rem;
}

.header__logo {
	height: inherit;
	max-width: 8.375rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__logo a svg {
	mix-blend-mode: difference;
}

.header__nav {
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Montserrat", sans-serif;
	height: inherit;
	line-height: 1.18;
	mix-blend-mode: difference;
	padding: 0 1.25rem;
	text-transform: capitalize;
}

.header__nav-item--tel a {
	letter-spacing: 0.05em;
	pointer-events: none;
}

.header__hamburger {
	display: none;
}

.header__drawer-circle-bg {
	background-color: rgba(14, 61, 101, 0.95);
	border-radius: 50%;
	height: 6.25rem;
	position: fixed;
	right: -3.125rem;
	top: -3.125rem;
	transform: scale(0);
	transition: all 0.6s;
	width: 6.25rem;
	z-index: 14;
}

.header__drawer-circle-bg.circleactive {
	transform: scale(50);
}

.header__drawer {
	display: none;
}

.header__drawer-item--phone {
	margin: 1.25rem auto 0;
	max-width: 15.625rem;
}

.header__drawer-item--phone a {
	background-color: transparent;
	border: 1px solid #e3c39b;
	border-radius: 2.25rem;
	color: #e3c39b;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.22;
	padding: 1.125rem 0 1.125rem 2.9375rem;
}

.phone-icon {
	margin-right: 0.625rem;
}

.header__nav-item-title {
	display: flex;
	flex-direction: column;
	height: 6.25rem;
	justify-content: center;
	letter-spacing: 0.02rem;
	margin-right: 0.875rem;
	padding: 0 0.625rem;
	position: relative;
	transition: color 0.2s ease-in;
}

.header__nav-item-title:hover {
	-webkit-text-decoration: underline;
	color: #bc6d00;
	text-decoration: underline;
}

.header__nav-modal {
	background-color: transparent;
	border-radius: 1.875rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.36);
	left: 50%;
	opacity: 0;
	padding: 2.625rem 2.625rem 3.125rem;
	position: fixed;
	top: 6.25rem;
	transform: translateX(-50%);
	transition: all 0.2s ease-in;
	visibility: hidden;
	width: 88.5714%;
	z-index: 10;
}

.header__nav-modal-link {
	align-items: center;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.header__nav-modal-list {
	display: flex;
	margin-left: 1.875rem;
	margin-top: 1.1875rem;
}

.header__nav-modal-item {
	position: relative;
}

.header__nav-modal-item::before {
	background-color: #fda449;
	border-radius: 6.25rem;
	content: "";
	height: 0.125rem;
	left: -0.625rem;
	position: absolute;
	top: 33%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.header__nav-modal-item:not(:first-child) {
	margin-left: 1.875rem;
}

.header__nav-item:hover > .header__nav-modal {
	opacity: 1;
	visibility: visible;
}

.header__nav-modal-item-link {
	display: block;
	padding: 0.625rem;
}

.header__nav-modal-item-link span {
	font-size: 0.875rem;
}

.header__drawer-modal-content {
	padding-left: 4.375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.header__drawer-item .header__drawer-modal-content a {
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	margin-left: -1.25rem;
	padding: 0.6875rem 1.25rem;
}

.layout- {
	margin-top: 5.9375rem;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.layout-archive-news {
	padding-bottom: 9.25rem;
	padding-top: 4.6875rem;
}

.layout-contact {
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: clip;
	padding-top: 9.375rem;
	position: relative;
	z-index: 1;
}

.layout-contact::after {
	-webkit-clip-path: polygon(100% 0, 100% 100%, 50% 1%, 0 100%, 0 0);
	aspect-ratio: 1440/228;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(100% 0, 100% 100%, 50% 1%, 0 100%, 0 0);
	content: "";
	height: 14.375rem;
	left: 50%;
	position: absolute;
	top: -0.125rem;
	transform: translateX(-50%);
	width: 102%;
	z-index: -1;
}

.layout-contact.layout-contact--post::after {
	background-color: #F2F2F2;
}

.layout-contact.layout-contact--orange::after {
	background-color: #fc6c2c;
}

.layout-exterior {
	overflow-x: clip;
	padding-bottom: 7.75rem;
	padding-top: 7.75rem;
}

.layout-factory-about {
	overflow-x: clip;
	padding-bottom: 4rem;
	position: relative;
	z-index: 3;
}

.layout-factory-about::after {
	-webkit-clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0 100%, 0 0);
	aspect-ratio: 1440/234;
	background: #000;
	bottom: 0;
	clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0 100%, 0 0);
	content: "";
	left: 0;
	position: absolute;
	width: 100vw;
}

.layout-factory-about::before {
	-webkit-filter: blur(30px);
	background: linear-gradient(to bottom, #FF862A, #FF7026);
	background-color: transparent;
	content: "";
	filter: blur(30px);
	height: 110%;
	left: 50%;
	opacity: 0.96;
	position: absolute;
	top: -1.25rem;
	transform: translateX(-50%);
	width: 150%;
	will-change: filter;
}

.layout-factory-feature {
	background-color: #000;
	margin-top: -0.0625rem;
	overflow-x: clip;
	padding-top: 6.25rem;
	position: relative;
	z-index: 3;
}

.layout-overview-swiper {
	position: relative;
	z-index: 3;
}

.layout-price {
	background: linear-gradient(180deg, #FB8933, #FC6F2C);
	overflow-x: clip;
	padding-bottom: 9.25rem;
	padding-top: 5.625rem;
}

.layout-specifications {
	background-color: #000;
	padding-bottom: 6.25rem;
	padding-top: 7.5rem;
}

.layout-specifications.layout-specifications--orange {
	background-color: #fc6c2c;
}

.layout-top-news {
	background-color: #000;
	overflow-x: clip;
	padding-bottom: 8.3125rem;
	padding-top: 9.6875rem;
	position: relative;
	z-index: 3;
}

.layout-wrapping-carousel {
	background-color: #000;
}

.layout-wrapping-price {
	background-color: #000;
	overflow-x: clip;
	padding-bottom: 9.25rem;
	padding-top: 5.625rem;
}

.no-article {
	color: #0E3D65;
	font-size: 1.3125rem;
	width: 100%;
}

.lower-news {
	margin-top: 5rem;
	padding-bottom: 8.375rem;
}

.lower-news__list {
	margin: 0 auto;
	max-width: 57.5625rem;
	width: 100%;
}

.lower-news__list .news__item a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	padding-bottom: 3.75rem;
	padding-right: 7.25rem;
	position: relative;
	width: 100%;
}

.lower-news__list .news__item a:hover::after {
	right: -0.3125rem;
}

.lower-news__list .news__text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 2;
	margin-top: 1.25rem;
}

.news-detail {
	margin-top: 4.0625rem;
	padding-bottom: 7.5rem;
}

.new-detail__inner {
	margin: 0 auto;
	max-width: 60rem;
	padding: 0 1.25rem;
	width: 100%;
}

.news-detail__meta {
	align-items: baseline;
	display: flex;
}

.news-detail__date {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 0.875rem;
	font-weight: 400;
	padding-right: 1.875rem;
}

.news-detail__category-wrap {
	margin-left: 1.875rem;
}

.news-detail__category {
	border: 1px solid #0e3d65;
	border-radius: 6.25rem;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-right: 1.875rem;
	margin-top: 0.9375rem;
	padding: 0 1.1875rem;
}

.news-detail__title {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 2.1875rem;
}

.news-detail__content {
	margin-top: 1.6875rem;
}

.news-detail__content h1 {
	background-color: #0E3D65;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.625rem 0 0.625rem 0.9375rem;
}

.news-detail__content h2 {
	border-left: 5px solid #0E3D65;
	font-size: 1.5rem;
	font-weight: 500;
	padding-left: 0.625rem;
}

.news-detail__content h3 {
	border-bottom: 2px solid #0E3D65;
	font-size: 1.125rem;
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: 0.3125rem;
}

.news-detail__content p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.6875rem;
}

.news-detail__content img {
	-o-object-fit: cover;
	aspect-ratio: 652/400;
	margin-top: 2.5rem;
	max-width: 40.75rem;
	object-fit: cover;
	width: 100%;
}

.news-detail__content a {
	-webkit-text-decoration: underline;
	color: #0E3D65;
	text-decoration: underline;
}

.news-detail__content ul {
	margin-top: 2.5rem;
}

.news-detail__content li {
	font-size: 1.125rem;
	font-weight: 400;
	padding-left: 1rem;
	position: relative;
}

.news-detail__content li::after {
	background-color: #0e3d65;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.5rem;
}

.news-detail__content li + li {
	margin-top: 0.25rem;
}

.news-detail__back {
	margin: 8.375rem auto 0;
	max-width: 18.75rem;
	width: 100%;
}

.news-detail__back-link {
	background-color: #0E3D65;
	border: 1px solid #0E3D65;
	border-radius: 2.25rem;
	color: #F6F6F2;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 1.25rem 2.0625rem 1.25rem 2.4375rem;
	position: relative;
	transition: color 0.2s ease-in, background-color 0.2s ease-in;
}

.news-detail__back-link:hover {
	background-color: #F6F6F2;
	color: #0E3D65;
	opacity: 1;
}

.news-detail__back-link:hover::before {
	background-color: #0E3D65;
}

.news-detail__back-link:hover::after {
	background-color: #0E3D65;
}

.news-detail__back-link::before,
.news-detail__back-link::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 2.0625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.2s ease-in;
	width: 1.5rem;
}

.news-detail__back-link::after {
	transform: rotate(90deg);
}

.lower-news__category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin-top: 5rem;
}

.lower-news__category-item {
	pointer-events: auto;
}

.lower-news__category-item a {
	border: 1px solid #0E3D65;
	color: #0E3D65;
	cursor: pointer;
	display: block;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 1.125rem;
	position: relative;
	transition: all 0.7s cubic-bezier(0.4, 0, 0, 1);
	width: 100%;
}

.lower-news__category-item a:hover {
	background-color: #0E3D65;
	color: #fff;
	opacity: 1;
}

.lower-news__category-item a.is-active {
	background-color: #0E3D65;
	color: #fff;
}

.not-found {
	margin-top: 8.125rem;
	padding-bottom: 5rem;
}

.not-found__content {
	background-color: #0E3D65;
	border-radius: 0.625rem;
	padding: 1.875rem;
}

.not-found__title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 5rem;
	text-align: center;
	text-transform: uppercase;
}

.not-found__subtitle {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}

.not-found__text {
	color: #fff;
	font-size: 1.0625rem;
	margin-top: 1.25rem;
	text-align: center;
}

.not-found__btn {
	margin: 2.5rem auto 0;
	max-width: 16rem;
	width: 100%;
}

.philosophy {
	background-color: #fff;
	overflow: hidden;
	padding: 8.6875rem 0 0;
}

.philosophy__message {
	text-align: center;
}

.philosophy__lead {
	color: #0E3D65;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.philosophy__text {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-top: 5.75rem;
}

.philosophy__image {
	left: 48.5%;
	margin: 6.5625rem auto 0;
	position: relative;
	transform: translateX(-50%);
	width: 108.5vw;
}

.philosophy__image--car {
	margin-top: 6.875rem;
}

.philosophy__experience {
	margin-top: 0.1875rem;
}

.philosophy__title {
	color: #0E3D65;
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.philosophy__columns {
	display: flex;
	gap: 3.1875rem;
}

.philosophy__column {
	width: 36%;
}

.philosophy__block {
	display: flex;
	margin-top: 15.6875rem;
	position: relative;
}

.philosophy__block .philosophy__text {
	margin-top: 4.375rem;
	padding-right: 2.1875rem;
}

.philosophy__image--left {
	position: absolute;
	right: calc(50% + 4.0625rem);
	top: 5.875rem;
	width: 54vw;
}

.philosophy__content {
	margin-left: auto;
	width: 48%;
}

.philosophy__image--treat {
	margin-top: -12.8125rem;
}

.philosophy__experience--bottom {
	margin-top: -6.25rem;
}

.philosophy-buttons {
	background-color: #F6F6F2;
	display: flex;
	gap: 2.375rem;
	justify-content: center;
	padding: 11.0625rem 0;
}

.philosophy-buttons__btn {
	max-width: 22.75rem;
	width: 100%;
}

.philosophy-buttons__btn a {
	border: 1px solid #0E3D65;
	border-radius: 2.125rem;
	color: #0E3D65;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 1.4375rem 1.875rem 1.4375rem 3.75rem;
	position: relative;
}

.philosophy-buttons__btn a:hover::after {
	right: 1.25rem;
}

.philosophy-buttons__btn a::after {
	background: url(../images/business/btn-o.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease-in;
	width: 1.8125rem;
}

.privacy-policy-title {
	font-size: 3.125rem;
}

.privacy-policy__inner {
	margin: 0 auto;
	max-width: 65rem;
	padding: 3.25rem 1.25rem 7.9375rem;
	width: 100%;
}

.privacy-policy__inner-wrap {
	max-width: 57.3125rem;
}

.privacy-policy__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.14;
}

.privacy-policy__section {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.14;
	margin-top: 1.875rem;
}

.privacy-policy__item {
	padding-left: 1.125rem;
	position: relative;
}

.privacy-policy__item::before {
	content: counter(number) ".";
	counter-increment: number 1;
	left: 0;
	position: absolute;
	top: 0;
}

.privacy-policy__description {
	padding-left: 1rem;
}

.privacy-policy__list {
	margin-top: 1.875rem;
	padding-left: 1rem;
}

.privacy-policy__list-item {
	padding-left: 1rem;
	text-indent: -1rem;
}

.recruit {
	overflow: hidden;
	position: relative;
}

.recruit__inner {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 11.75rem 1.25rem 0 1.25rem;
	position: relative;
	width: 100%;
}

.recruit__wrap {
	display: flex;
}

.recruit__sidebar {
	margin-top: 1.75rem;
	mix-blend-mode: difference;
	width: 34%;
}

.recruit__nav {
	position: fixed;
	top: 18%;
}

.recruit__nav-list {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.recruit__nav-title {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
}

.recruit__nav-item-wrap {
	display: flex;
	flex-direction: column;
}

.recruit__nav-item-wrap:not(:first-child) {
	margin-top: 0.625rem;
}

.recruit__nav-link {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0.625rem 0;
	padding-left: 1.125rem;
	position: relative;
	transition: color 0.3s ease-in-out;
}

.recruit__nav-link::before {
	background: url(../images/recruit/triangle.svg) no-repeat center center/cover;
	content: "";
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.recruit__nav-link.is-current {
	color: #E28F3B;
}

.original-gradient {
	position: relative;
}

.original-gradient::after {
	background-image: linear-gradient(0deg, rgba(255, 0, 0, 0) 50%, rgb(14, 61, 101) 50%);
	content: "";
	height: 125.75rem;
	position: absolute;
	width: 100%;
}

.recruit__title {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -0.15em;
}

.recruit__subtitle {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 0.25rem;
}

.recruit__text {
	color: #fff;
	font-size: 1.625rem;
	line-height: 1.84;
	margin-left: 3.1875rem;
	margin-top: 9.125rem;
}

.recruit__description {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 2;
	margin-left: 3.1875rem;
	margin-top: 2.875rem;
	width: 44%;
}

.recruit__image1,
.recruit__image2,
.recruit__image3 {
	position: absolute;
}

.recruit__image1 {
	right: 3.75rem;
	top: 12rem;
}

.recruit__image2 {
	right: 8.1875rem;
	top: 14.5rem;
}

.recruit__image3 {
	right: -2.375rem;
	top: 20.125rem;
}

.recruit__image1 {
	max-width: 21.0625rem;
	right: 1.4375rem;
	top: 12.8125rem;
}

.recruit__image2 {
	max-width: 13.375rem;
	width: 100%;
}

.recruit__image1 img {
	-o-object-fit: cover;
	aspect-ratio: 337/200;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.recruit__image2 img {
	-o-object-fit: cover;
	aspect-ratio: 214/269;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.recruit__image3 {
	max-width: 18.75rem;
	width: 100%;
}

.recruit__image3 img {
	-o-object-fit: cover;
	aspect-ratio: 300/214;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.recruit__bottom-wrap {
	margin-top: 28.75rem;
}

.staff-voice {
	padding-bottom: 15.5rem;
}

.staff-voice__wrap {
	display: flex;
	flex-direction: column;
	gap: 9.375rem;
}

.staff-voice__title {
	color: #0E3D65;
	font-family: "Montserrat", sans-serif;
	font-size: 4.5rem;
	font-weight: 600;
	letter-spacing: -0.15em;
}

.staff-voice__subtitle {
	color: #0E3D65;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 0.375rem;
}

.staff-voice__content {
	display: flex;
	justify-content: space-between;
	margin: 0 2.5rem 0 3.125rem;
	margin-top: 6.5rem;
}

.staff-voice__text {
	margin-top: 8.125rem;
}

.staff-voice__text--over {
	margin-right: -9.375rem;
	position: relative;
	z-index: 1;
}

.staff-voice__quote {
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.84;
}

.staff-voice__name {
	font-family: "Montserrat", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 3.875rem;
}

.staff-voice__position {
	color: #7E7E7E;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.75rem;
}

.staff-voice__image {
	max-width: 25rem;
	width: 100%;
}

.staff-voice__image img {
	-o-object-fit: cover;
	aspect-ratio: 400/500;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.staff-voice__list {
	display: flex;
	flex-direction: column;
	gap: 4.125rem;
	margin: 5.125rem 2.5rem 0 3.125rem;
}

.staff-voice__question {
	color: #7E7E7E;
	font-size: 0.875rem;
	font-weight: 400;
	padding-left: 5.5rem;
	position: relative;
}

.staff-voice__question::before {
	background-color: #707070;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.5625rem;
}

.staff-voice__catchcopy {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 2.375rem;
}

.staff-voice__description {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.625rem;
}

.staff-voice__image--s {
	margin-top: 4.25rem;
	max-width: 45.125rem;
	width: 100%;
}

.staff-voice__image--s img {
	-o-object-fit: cover;
	aspect-ratio: 722/433;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.staff-voice__image--m {
	margin-top: 4.25rem;
	max-width: 59.75rem;
	width: 100%;
}

.staff-voice__image--m img {
	-o-object-fit: cover;
	aspect-ratio: 956/433;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.staff-voice__image--over {
	margin-right: -7.5rem;
	max-width: 40rem;
}

.staff-voice__image--over img {
	-o-object-fit: cover;
	aspect-ratio: 640/452;
	border-radius: 1.25rem 0 0 1.25rem;
	object-fit: cover;
	width: 100%;
}

.recruit-info {
	background-color: #fff;
	padding: 8.375rem 0 7rem;
	position: relative;
}

.recruit-info::after {
	background-color: #fff;
	content: "";
	height: 110%;
	left: calc(40% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.recruit-info__title {
	color: #0E3D65;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}

.recruit-info__content {
	margin-top: 8.75rem;
}

.recruit-info__subtitle {
	font-size: 2rem;
	font-weight: 600;
}

.recruit-info__catch-copy {
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 3.125rem;
}

.recruit-info__list {
	margin-top: 3.25rem;
}

.recruit-info__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	display: flex;
	padding: 1.8125rem 0;
}

.recruit-info__item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.recruit-info__term {
	flex-shrink: 0;
	font-weight: 600;
	width: 9.625rem;
}

.recruit-info__description {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.recruit-info__contact {
	margin-top: 4.5rem;
	max-width: 13.75rem;
	width: 100%;
}

.recruit-info__contact a {
	background-color: #0E3D65;
	border-radius: 2.8125rem;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	padding: 0.875rem 3.125rem 0.875rem 1.875rem;
	position: relative;
}

.recruit-info__contact a:hover::after {
	right: 1.1875rem;
}

.recruit-info__contact a::after {
	background: url(../images/top/arrow-w.svg) no-repeat center center/cover;
	content: "";
	height: 0.6875rem;
	position: absolute;
	right: 1.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease-in;
	width: 0.75rem;
}

.rfid-service {
	padding-bottom: 12.0625rem;
}

.rfid-tire {
	padding-bottom: 11.25rem;
}

.label-service {
	padding: 9.1875rem 0 12.0625rem;
}

.inner-n.label-service__wrapper {
	padding-bottom: 7.625rem;
}

.label-service__wrapper:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.label-service__wrap {
	display: flex;
	gap: 5.5%;
	justify-content: space-between;
}

.label-service__annotation {
	color: #0E3D65;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-top: -3.125rem;
	padding-bottom: 8.75rem;
	text-align: center;
}

.label-service__content {
	width: 50%;
}

.label-service__title {
	color: #0E3D65;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.label-service__description {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.875rem;
}

.label-service__cta {
	width: 50%;
}

.label-service__cta a {
	background-color: #0E3D65;
	border-radius: 1.25rem;
	display: block;
	padding: 2.0625rem 2.75rem 1.6875rem 2.125rem;
}

.label-service__cta a:hover .label-service__btn::after {
	right: 0.6875rem;
}

.label-service__cta-content {
	display: flex;
	gap: 6%;
}

.label-service__image {
	max-width: 13.875rem;
	width: 100%;
}

.label-service__image img {
	-o-object-fit: cover;
	aspect-ratio: 222/144;
	object-fit: cover;
	width: 100%;
}

.label-service__info {
	width: 44%;
}

.label-service__text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.7;
}

.label-service__btn {
	background-color: #fff;
	border-radius: 1.375rem;
	color: #0E3D65;
	font-size: 0.75rem;
	margin-top: 1.5625rem;
	padding: 0.6875rem 1.0625rem 0.6875rem 1.4375rem;
	position: relative;
}

.label-service__btn::after {
	background: url(../images/sticker-label/btn-b.svg) no-repeat center center/cover;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 1.625rem;
}

.label-service__cta-btn {
	margin-left: auto;
	margin-top: 1.875rem;
}

.sales-planning {
	background-color: #fff;
	padding-bottom: 10.125rem;
	padding-top: 9.0625rem;
}

.sales-planning__title {
	color: #3C5481;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.sales-planning__description {
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 1.5rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.sales-planning__content {
	height: 45.8125rem;
	margin: 8.5625rem auto 0;
	position: relative;
	width: 45.8125rem;
}

.sales-list {
	margin: 11.875rem auto 0;
	max-width: 48.75rem;
	width: 100%;
}

.sales-list__list:not(:first-child) {
	margin-top: 6.875rem;
}

.sales-list__title {
	color: #0E3D65;
	font-size: 1.5rem;
	font-weight: 500;
	margin-top: 0.5rem;
	text-align: center;
}

.sales-list__image {
	margin-top: 2.25rem;
}

.sales-list__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 2.5rem auto 0;
	width: 100%;
}

.planning-swiper__wrap {
	padding: 1.5rem 4rem 0;
	position: relative;
}

.planning-swiper__wrap .swiper-button-prev::before,
.planning-swiper__wrap .swiper-button-next::before {
	background: url(../images/top/arrow-big-circle.svg) no-repeat center center/cover;
	content: "";
	height: 2.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 2.9375rem;
}

.planning-swiper__wrap .swiper-button-next::before {
	transform: translateY(-50%) rotate(180deg);
}

.planning-swiper__wrap .swiper-button-prev {
	left: 0.625rem;
}

.planning-swiper__wrap .swiper-button-next {
	right: 0.625rem;
}

.planning-swiper__wrap .swiper-button-prev,
.planning-swiper__wrap .swiper-button-next {
	top: 56%;
}

.planning-swiper__wrap .swiper-button-prev:hover,
.planning-swiper__wrap .swiper-button-next:hover {
	opacity: 0.8;
}

.planning-swiper01,
.planning-swiper02 {
	margin-top: 2.25rem;
	padding: 0 2.5rem 3.75rem;
	position: relative;
}

.planning-swiper01 .swiper-slide img,
.planning-swiper02 .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 780/520;
	object-fit: cover;
	width: 100%;
}

.planning-swiper02 .planning-swiper02-slide {
	border: 1px solid #C7C7C7;
}

.flow {
	margin-top: 8.75rem;
}

.flow__title {
	color: #0E3D65;
	font-size: 1.8125rem;
	font-weight: 500;
	text-align: center;
}

.flow__steps {
	display: flex;
	gap: 3rem;
	margin-top: 6.125rem;
}

.flow__step {
	flex: 1;
	position: relative;
}

.flow__step:not(:first-child)::before {
	background: url(../images/top/arrow-circle-blue.svg) no-repeat center center/cover;
	content: "";
	height: 1.4375rem;
	left: -2.25rem;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.flow__step-number {
	background-color: #F3F5F7;
	border-radius: 56.25rem;
	color: #0E3D65;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.5rem 0;
	text-align: center;
}

.flow__step-title {
	color: #0E3D65;
	font-size: 1.125rem;
	font-weight: 600;
	margin-top: 2rem;
	text-align: center;
}

.flow__step-icon {
	margin: 0.625rem auto 0;
	width: 5.3125rem;
}

.flow__step-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.125rem;
}

.product-list__inner {
	padding-top: 4.5rem;
}

.product-list__title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	padding-bottom: 0.875rem;
}

.product-list {
	grid-column-gap: 3.4375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.8125rem;
}

.product-item {
	align-items: stretch;
	display: flex;
	flex-direction: column;
}

.product-item a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-image {
	max-width: 20.625rem;
	width: 100%;
}

.product-image-img {
	-o-object-fit: cover;
	aspect-ratio: 330/220;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-image__wrap {
	display: flex;
	flex-direction: column;
	width: 60%;
}

.product-image-modal {
	max-width: 39.9375rem;
	width: 100%;
}

.product-image-img-modal {
	-o-object-fit: cover;
	aspect-ratio: 639/425;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 1.8125rem;
}

.product-client {
	font-size: 1.125rem;
	letter-spacing: -0.02em;
}

.product-detail {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.8571428571;
	margin-top: 1rem;
}

.product-category__wrap {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	gap: 1rem;
	letter-spacing: -0.02em;
	margin-top: 1rem;
}

.product-category {
	display: block;
}

.product-tags {
	color: rgba(0, 0, 0, 0.4);
	font-family: "Montserrat", sans-serif;
	font-size: 0.8125rem;
	letter-spacing: -0.02em;
	margin-top: auto;
	padding-top: 0.75rem;
}

.product-list__btn {
	margin: 7.0625rem auto 0;
	width: 100%;
}

.product-list__btn a {
	border: 1px solid #0E3D65;
	border-radius: 2.125rem;
	color: #3C5481;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 1.4375rem 6.25rem 1.4375rem 3.125rem;
	position: relative;
}

.product-list__btn a:hover::after {
	right: 1.25rem;
}

.product-list__btn a::after {
	background: url(../images/business/btn-o.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease-in;
	width: 1.8125rem;
}

.thanks-btn {
	margin: 0 auto 5rem;
}

.mv {
	background-color: #0E3D65;
	height: 100dvh;
	min-height: 37.5rem;
	position: relative;
	z-index: -1;
}

.mv::after {
	background: linear-gradient(to bottom, rgba(14, 61, 101, 0) 0%, rgb(14, 61, 101) 100%);
	bottom: 0;
	content: "";
	height: 17.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.mv__video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	position: fixed;
	width: 100%;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
	position: relative;
}

.mv__title-wrap {
	left: 50%;
	margin: 0 auto;
	max-width: 77.5rem;
	padding: 0 1.25rem;
	position: fixed;
	top: 40.5%;
	transform: translate(-50%, -50%);
	transition: top 0.6s ease;
	width: 100%;
	z-index: 8;
}

.mv__main-title {
	max-width: 24.8125rem;
	position: relative;
	width: 100%;
}

.mv__swiper-wrap {
	bottom: -20rem;
	height: 16.25rem;
	left: 1.25rem;
	position: absolute;
	transition: opacity 0.4s ease, transform 0.4s ease;
	width: 15.3125rem;
}

.is-scrolled .mv__title-wrap {
	top: 54.5%;
}

.is-scrolled .mv__swiper-wrap {
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
}

.swiper-mv-slide a:hover {
	opacity: 1;
}

.swiper-mv-slide a:hover .swiper-img img {
	transform: scale(1.05);
}

.mv__swiper .swiper-img {
	border-radius: 0.3125rem;
	overflow: hidden;
}

.mv__swiper .swiper-img img {
	transition: transform 0.3s ease;
}

.mv__swiper-info {
	margin-top: 0.625rem;
}

.mv__swiper-title {
	color: #e28f3b;
	font-size: 1.25rem;
	font-weight: 500;
}

.mv__swiper-text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.6;
	margin-top: 0.3125rem;
	padding-bottom: 1.25rem;
}

.mv__swiper .swiper-slide .mv__swiper-info {
	transition: opacity 0.3s ease;
}

.mv__swiper .swiper-slide:not(.swiper-slide-active) .mv__swiper-info {
	opacity: 0;
	pointer-events: none;
}

.mv__swiper .swiper-slide-active .mv__swiper-info {
	opacity: 1;
}

.mv__swiper .swiper-pagination {
	bottom: 0 !important;
	left: 0 !important;
}

.mv__swiper .swiper-pagination {
	margin-left: -0.3125rem;
	text-align: left;
	width: auto;
	width: initial;
}

.mv__swiper .swiper-pagination .mv__pagination-bullet {
	margin: 0 0.3125rem !important;
}

.mv__swiper .swiper-pagination .mv__pagination-bullet { /* ====== ★ ① 白いベース ====== */
	background: #ffffff;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 2px;
	opacity: 1;
	overflow: hidden;
	position: relative;
	width: 1.75rem; /* ====== ★ ② オレンジの塗りつぶし ====== */
}

.mv__swiper .swiper-pagination .mv__pagination-bullet::after {
	background: #e28f3b;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: none;
}

.mv__swiper .swiper-pagination .mv__pagination-bullet.is-active::after {
	animation: barFill 5s linear forwards;
	animation: barFill var(--delay, 5s) linear forwards;
}

.mv__swiper .swiper-pagination .mv__pagination-bullet.is-filled::after {
	transform: scaleX(1);
}

.mv-sub {
	background-color: #0E3D65;
	overflow: hidden;
	padding: 2.75rem 0 19.25rem;
	position: relative;
}

.mv-sub::after {
	background: linear-gradient(to bottom, rgba(14, 61, 101, 0) 0%, rgb(14, 61, 101) 100%);
	bottom: 0;
	content: "";
	height: 37.6875rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 8;
}

.mv-sub__content {
	position: relative;
}

.mv-sub__img {
	position: absolute;
	z-index: 6;
}

.mv-sub__img img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.mv-sub__img1 {
	max-width: 18.5rem;
	right: 0;
	top: 13.5rem;
	width: 100%;
}

.mv-sub__img2 {
	max-width: 12.9375rem;
	right: 27.5rem;
	top: 19.8125rem;
	width: 100%;
}

.mv-sub__img3 {
	max-width: 18.5rem;
	right: 5.9375rem;
	top: 38.1875rem;
	width: 100%;
}

.mv-sub__img1 img,
.mv-sub__img3 img {
	aspect-ratio: 296/198;
}

.mv-sub__img2 img {
	aspect-ratio: 207/257;
}

.mv-sub__text-wrap {
	max-width: 66.4375rem;
	padding-top: 60.375rem;
	width: 100%;
}

.mv-sub__text {
	color: #F6F6F2;
	display: flex;
	font-weight: 400;
	line-height: 2.81;
	margin-left: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 9;
}

.mv-sub__svg-wrap {
	left: -0.6875rem;
	overflow: hidden;
	position: absolute;
	top: -0.9375rem;
	z-index: 5;
}

.mv-sub__svg svg {
	height: auto;
	width: 100%;
}

#path-670 {
	stroke-dasharray: 4000;
	stroke-dashoffset: 4000;
}

.business {
	background-color: #F6F6F2;
	padding: 10.875rem 0 14.6875rem;
}

.layout-business {
	overflow: hidden;
}

.business__wrap {
	display: flex;
	gap: 4%;
	justify-content: space-between;
	margin-top: 4.625rem;
}

.business__content {
	margin-top: 1.5rem;
}

.business__list {
	margin-left: 4.125rem;
	width: 18.5rem;
}

.business__item:not(:first-child) {
	margin-top: 2.5rem;
}

.business__link {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	padding: 0.625rem 0;
	position: relative;
}

.business__link:hover::after {
	right: -0.5rem;
}

.business__link::after {
	background: url(../images/top/arrow-bl.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 0.625rem;
}

.business__btn {
	margin-left: 3.75rem;
	margin-top: 6rem;
}

.business__image {
	height: 100%;
	margin-right: -10.625rem;
	max-width: 44.9375rem;
	width: 100%;
}

.business__image img {
	-o-object-fit: cover;
	aspect-ratio: 719/413;
	border-radius: 1.25rem 0 0 1.25rem;
	object-fit: cover;
	width: 100%;
}

.about {
	background-color: #0E3D65;
	padding: 9.0625rem 0 9.5625rem;
}

.layout-about {
	overflow: hidden;
}

.about__card-content {
	color: #0E3D65;
	padding: 6.375rem 0 5.4375rem;
}

.about__card {
	background-color: #F6F6F2;
	border-radius: 1.25rem 0 0 1.25rem;
	margin-right: -10.625rem;
	margin-top: 4.875rem;
	width: 100vw;
}

.about__card a {
	display: flex;
	padding: 0 7.5rem 0 5.75rem;
}

.about__label {
	font-size: 1.3125rem;
}

.about__heading {
	font-family: "Montserrat", sans-serif;
	font-size: 2.8125rem;
	font-weight: 600;
	margin-top: 0.5rem;
}

.about__text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.53;
	margin-top: 2.25rem;
}

.about__card-image {
	margin-left: 3.4375rem;
	max-width: 40.25rem;
}

.about__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 644/376;
	object-fit: cover;
	width: 100%;
}

.about__links {
	color: #fff;
	display: flex;
	gap: 5.5625rem;
	margin-top: 5.1875rem;
}

.about__link-wrap {
	max-width: 23.6875rem;
	width: 100%;
}

.about__link-subtitle {
	color: #F6F6F2;
	font-weight: 400;
}

.about__link {
	border-bottom: 1px solid #F6F6F2;
	color: #F6F6F2;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 2.375rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	padding: 0.875rem 0 1.0625rem;
	position: relative;
	text-transform: capitalize;
	width: 100%;
}

.about__link:hover::after {
	right: -0.5rem;
}

.about__link::after {
	background: url(../images/top/arrow-w.svg) no-repeat center center/cover;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 0.625rem;
}

.news {
	background-color: #F6F6F2;
	padding: 14.375rem 0 9.5rem;
}

.news__content {
	display: flex;
	gap: 4%;
	justify-content: space-between;
}

.news__list {
	margin-right: 3.125rem;
	max-width: 45.9375rem;
	width: 100%;
}

.news__item a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	padding-bottom: 3.75rem;
	padding-right: 4.75rem;
	position: relative;
	width: 100%;
}

.news__item a:hover::after {
	right: -0.3125rem;
}

.news__item a::after {
	background: url(../images/top/arrow-circle-b.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 0.1875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 1.75rem;
}

.news__item:not(:first-child) a {
	padding-top: 3.75rem;
}

.news__item-meta {
	align-items: center;
	display: flex;
}

.news__date {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 0.875rem;
	font-weight: 400;
	padding-right: 1.875rem;
}

.news__category {
	border: 1px solid #0e3d65;
	border-radius: 6.25rem;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 1.875rem;
	padding: 0 1.1875rem;
}

.news__text {
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 2;
	margin-top: 1.875rem;
}

.footer-contact {
	background-color: #0E3D65;
	padding: 8.9375rem 0 9.125rem;
}

.footer-contact__title {
	color: #F6F6F2;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}

.footer-contact__subtitle {
	color: #F6F6F2;
	font-family: "Montserrat", sans-serif;
	font-size: 4.5rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.footer-contact__text {
	color: #fff;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.5625rem;
	text-align: center;
}

.footer-contact__btn {
	margin: 3.25rem auto 0;
	max-width: 23.1875rem;
	position: relative;
	width: 100%;
}

.footer-contact__btn a {
	background-color: #0E3D65;
	border: 1px solid #F6F6F2;
	border-radius: 2.25rem;
	color: #f6f6f2;
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.22;
	padding: 1.375rem 0 1.375rem 2.4375rem;
	position: relative;
}

.footer-contact__btn a:hover {
	opacity: 1;
}

.footer-contact__btn a:hover:after {
	right: 1.25rem;
}

.footer-contact__btn a::after {
	background: url(../images/top/arrow-circle.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.6875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 1.8125rem;
}

.works {
	background-color: #fff;
	padding: 5.875rem 0 14.25rem;
}

.works__title {
	color: #3C5481;
	font-family: "Montserrat", sans-serif;
	font-size: 3.125rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: center;
}

.works__subtitle {
	color: #3C5481;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-top: 0.1875rem;
	text-align: center;
}

.works__inner {
	margin: 0 auto;
	max-width: 71.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.works .product-list {
	grid-row-gap: 6.125rem;
	margin-top: 0;
	padding-top: 7.3125rem;
}

.works__cta-btn {
	margin: 8.1875rem auto 0;
}

.modal {
	-webkit-backdrop-filter: blur(13.2px);
	align-items: center;
	backdrop-filter: blur(13.2px);
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 2.5rem 1.25rem;
	position: fixed;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.modal.is-open {
	opacity: 1;
	visibility: visible;
}

.modal__body {
	align-items: center;
	background-color: #fff;
	border-radius: 0.5625rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 68.75rem;
	padding: 3.625rem 0 2.5625rem;
	position: relative;
	width: 78.5%;
}

.modal__close-button {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	cursor: pointer;
	height: 3rem;
	position: absolute;
	right: -4.5%;
	top: -5.5%;
	width: 3rem;
}

.modal__close-button::after {
	background: url(../images/sticker/close.svg) no-repeat center center/cover;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.9375rem;
}

.modal__content {
	background: #fff;
	padding: 60px;
}

.modal__text {
	font-size: 16px;
	margin-top: 20px;
}

.modal-open {
	height: 100vh;
	overflow: hidden;
	padding-right: 0;
	scrollbar-width: none;
}

.modal-open::-webkit-scrollbar {
	display: none;
}

.modal-pagination {
	display: flex;
	justify-content: space-between;
	padding: 0 1.25rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 10;
}

.modal-pagination__wrap > .swiper-button-prev {
	left: 11% !important;
	top: 39% !important;
}

.modal-pagination__wrap > .swiper-button-next {
	right: 11% !important;
	top: 39% !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.modal-pagination__prev::before,
.modal-pagination__next::before {
	content: "";
	cursor: pointer;
	height: 2.5rem;
	pointer-events: auto;
	position: absolute;
	width: 2.5rem;
}

.modal-pagination__prev::before {
	background: url(../images/sticker/prev.svg) no-repeat center center/cover;
}

.modal-pagination__next::before {
	background: url(../images/sticker/next.svg) no-repeat center center/cover;
}

.modal-swiper {
	height: 100%;
	padding: 1.25rem 0;
	width: 100%;
}

.modal-swiper .swiper-slide {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.modal-swiper .swiper-button-next.modal-pagination__next.swiper-button-disabled,
.modal-swiper .swiper-button-prev.modal-pagination__prev.swiper-button-disabled {
	cursor: default !important;
	pointer-events: none !important;
}

.button-f {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	padding-bottom: 0.78125rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 0.78125rem;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	width: 10.6875rem;
}

.button-f--black {
	background-color: #000;
	color: #FF7600;
	transition: background-color 0.3s, color 0.3s;
}

.button-f--gradient {
	background: linear-gradient(to right, #FF8900, #FF6C00);
	color: #000;
	position: relative;
	z-index: 0;
}

.button-f--gradient::before {
	background: linear-gradient(to right, #FF6C00, #FF8900);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: -1;
}

.button-f::after {
	-webkit-mask-image: url(./../images/uls-factory/button-arrow.svg);
	-webkit-mask-size: cover;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 12/20;
	background-color: #FF7600;
	content: "";
	mask-image: url(./../images/uls-factory/button-arrow.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s, right 0.3s;
	width: 0.75rem;
}

.button-f.button-f--gradient::after {
	background-color: #000;
}

.button-f2 {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	max-width: 10.6875rem;
	padding-bottom: 0.78125rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 0.78125rem;
	position: relative;
	text-transform: uppercase;
}

.button-f2--black {
	background-color: #000;
	color: #FF7600;
	transition: background-color 0.3s, color 0.3s;
}

.button-f2--gradient {
	background: linear-gradient(90deg, 開始する色, 終了する色);
}

.button-f2::after {
	-webkit-mask-image: url(./../images/uls-factory/button-arrow.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 12/20;
	background-color: #FF7600;
	content: "";
	mask-image: url(./../images/uls-factory/button-arrow.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s, right 0.3s;
	width: 0.75rem;
}

.button-f3 {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	max-width: 10.6875rem;
	padding-bottom: 0.78125rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 0.78125rem;
	position: relative;
	text-transform: uppercase;
}

.button-f3--black {
	background-color: #000;
	color: #FF7600;
	transition: background-color 0.3s, color 0.3s;
}

.button-f3--gradient {
	background: linear-gradient(90deg, 開始する色, 終了する色);
}

.button-f3::after {
	-webkit-mask-image: url(./../images/uls-factory/button-arrow.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 12/20;
	background-color: #FF7600;
	content: "";
	mask-image: url(./../images/uls-factory/button-arrow.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s, right 0.3s;
	width: 0.75rem;
}

.button-gradient-long {
	align-items: center;
	background: linear-gradient(to right, #FB8933, #FC6C2C);
	display: flex;
	justify-content: space-between;
	padding: 1.6875rem 1.375rem;
	position: relative;
	transition: background-position 0.3s;
	z-index: 0;
}

.button-gradient-long::after {
	background: linear-gradient(to right, #FC6C2C, #FB8933);
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: -1;
}

.button-gradient-long-icon {
	display: flex;
}

.button-gradient-long-icon span {
	opacity: 1;
	position: relative;
	transition: opacity 0.3s ease;
}

.button-gradient-long-icon span::after {
	-webkit-mask-image: url(./../images/uls-factory/button-arrow.svg);
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 12/20;
	background-color: #000;
	content: "";
	mask-image: url(./../images/uls-factory/button-arrow.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 0.75rem;
}

.button-gradient-long-icon span:nth-child(1) {
	left: -0.75rem;
}

.button-gradient-long-icon span:nth-child(3) {
	left: 0.75rem;
}

.exterior__title {
	background-color: #000;
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.375;
	padding: 2.375rem 7.5rem 6.25rem 0;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.exterior__title::before {
	background: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0rem;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.exterior-swiper {
	margin-top: -5.375rem;
	position: relative;
	z-index: 3;
}

.swiper-slide.exterior-card {
	width: 31.25rem;
}

.exterior__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.exterior-button {
	align-items: center;
	display: flex;
	height: 1.25rem;
	justify-content: space-between;
	margin-top: 2.25rem;
	width: 4.375rem;
}

.exterior-button-item {
	cursor: pointer;
	position: relative;
}

.exterior-button-item::before {
	aspect-ratio: 12/18;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.75rem;
}

.exterior-button-prev::before {
	background-image: url(./../images/uls-factory/button-next.svg);
}

.exterior-button-next::before {
	background-image: url(./../images/uls-factory/button-prev.svg);
}

.factory-about {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.factory-about__inner {
	position: relative;
	z-index: 3;
}

.factory-about-container {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	z-index: 3;
}

.factory-about-img1,
.factory-about-img2 {
	max-width: 26.375rem;
	width: 100%;
}

.factory-about-img2 {
	margin-left: auto;
}

.factory-about-img1 img,
.factory-about-img2 img {
	-o-object-fit: cover;
	aspect-ratio: 422/739;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.factory-about-info {
	margin-top: 5.375rem;
}

.factory-about-info__catch {
	background-color: #000;
	color: #FF7600;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0.375rem 0.9375rem;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.factory-about-info__title {
	color: #000;
	font-family: "Anton", sans-serif;
	font-size: 5.5rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.9375rem;
	max-width: 26rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.factory-about-info__subTitle {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.5625;
	margin-top: 3.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
}

.factory-about-info__text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.7142857143;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 22.1875rem;
	text-align: left;
	width: 100%;
}

.factory-about-bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 7.5rem;
	position: relative;
	text-align: center;
	z-index: 3;
}

.factory-about-bottom-icon {
	display: flex;
	flex-direction: column;
	height: 2.625rem;
	justify-content: center;
	margin-top: 1.875rem;
	width: 1.125rem;
}

.factory-about-bottom-icon span {
	animation: iconBlink 1.5s ease-in-out infinite;
	display: inline-block;
	width: 1.125rem;
}

.factory-about-bottom-icon span:nth-child(1) {
	animation-delay: 0s;
}

.factory-about-bottom-icon span:nth-child(2) {
	animation-delay: 0.3s;
}

.factory-about-bottom-icon span:nth-child(3) {
	animation-delay: 0.6s;
}

.factory-about-bottom-icon span img {
	-o-object-fit: cover;
	aspect-ratio: 18/12;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.factory-about-bottom__text {
	color: #000;
	font-family: "Anton", sans-serif;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.factory-contact__title {
	text-align: center;
}

.factory-contact__title-en {
	color: #FF7600;
	font-family: "Anton", sans-serif;
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.factory-contact__title-ja {
	color: #FF7600;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 1.625rem;
}

.factory-contact-tell {
	margin-top: 4.375rem;
	text-align: center;
}

.factory-contact-tell-number {
	color: #FF7600;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
}

.factory-contact-tell__text {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 1rem;
}

.factory-contact__button {
	margin-top: 3.6875rem;
}

.factory-contact__button-link {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.factory-feature {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	width: 100%;
}

.factory-feature__container {
	grid-gap: 8.125rem;
	display: grid;
	gap: 8.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.factory-feature__container-box {
	position: relative;
}

.factory-feature__container-box::before {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.3s;
	z-index: 1;
}

.factory-feature__container-box.is-hover::before {
	background-color: rgba(0, 0, 0, 0.4);
	transition: background-color 0.3s;
}

.factory-feature__container-box.factory-feature__container-box--overview,
.factory-feature__container-box.factory-feature__container-box--rental {
	position: relative;
}

.factory-feature__container-box--overview-bg,
.factory-feature__container-box--rental-bg {
	position: relative;
}

.factory-feature__container-box--overview-bg {
	left: 0;
}

.factory-feature__container-info {
	align-items: center;
	content: "";
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: -moz-fit-content;
	width: fit-content;
	width: 100%;
	z-index: 3;
}

.factory-feature__container-info--left {
	margin-left: auto;
	padding-right: 0.375rem;
}

.factory-feature__container-info--right {
	padding-left: 0.375rem;
}

.factory-feature__container-info-catch {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 1.25vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.factory-feature__container-info-title {
	color: #FF7600;
	font-family: "Anton", sans-serif;
	font-size: 6.25vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 1.875vw;
	text-transform: uppercase;
}

.factory-feature__container-info-text {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.7777777778;
	margin-top: 2.2916666667vw;
}

.factory-feature__container-info-button {
	margin-top: 3.9113428944vw;
	text-align: center;
}

.factory-feature-bottom {
	background: url(./../images/uls-factory/factory-feature-bottom-bg-pc.webp) no-repeat center top/cover;
	margin: 0 calc(50% - 50vw);
	margin-top: 3.25rem;
	padding-bottom: 6.25rem;
	text-align: center;
	width: 100vw;
}

.factory-feature-bottom__title,
.factory-feature-bottom__subTitle,
.factory-feature-bottom__text {
	color: #FF7600;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.factory-feature-bottom__title {
	font-family: "Anton", sans-serif;
	font-size: 4.375rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.factory-feature-bottom__subTitle {
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 1.75rem;
}

.factory-feature-bottom__text {
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 3.5rem;
	text-align: left;
}

.factory-mv {
	overflow-x: clip;
	padding-bottom: clamp(14.375rem, 27.644rem - 14.744vw, 0rem);
	padding-top: 18.75rem;
	position: relative;
	z-index: 0;
}

.factory-mv::after {
	background: linear-gradient(to bottom, #fb8933, #fc792f);
	content: "";
	height: 110%;
	left: -1.25rem;
	position: absolute;
	top: -1.25rem;
	width: 110%;
	z-index: -2;
}

.factory-mv__title {
	color: #000;
	content: "";
	font-family: "Anton", sans-serif;
	font-size: 19.4375rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0em;
	line-height: 1;
	opacity: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 7.5rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.factory-mv__bg {
	margin-top: 2.5rem;
	max-height: 28.125rem;
	position: relative;
	width: 100%;
	z-index: -1;
}

.factory-mv__bg::before,
.factory-mv__bg::after {
	content: "";
	filter: blur(20px);
	height: 20%;
	left: 50%;
	opacity: 0.9;
	position: absolute;
	transform: translateX(-50%);
	width: 110%;
}

.factory-mv__bg::before {
	background: #fb8431;
	top: -3.125rem;
}

.factory-mv__bg::after {
	background: #fb7f30;
	bottom: -3.125rem;
}

.factory-mv__bg img {
	-o-object-fit: cover;
	aspect-ratio: 1440/450;
	max-height: 28.125rem;
	object-fit: cover;
	width: 100%;
}

.factory-mv__car {
	left: 50%;
	max-width: 51.8125rem;
	opacity: 0;
	position: fixed;
	top: calc(100vh + 12.5rem);
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.factory-mv__car.is-final {
	top: 12.5rem;
}

.factory-mv__car.is-none {
	opacity: 0 !important;
}

.factory-mv__car img {
	-o-object-fit: cover;
	aspect-ratio: 829/628;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.factory-single {
	padding-bottom: 10.8125rem;
	padding-top: 4.375rem;
}

.factory-single-tag {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
	width: -moz-fit-content;
	width: fit-content;
}

.factory-single-tag__time,
.factory-single-tag__category {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.factory-single-tag__time {
	background-color: #000;
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0.625rem;
	position: relative;
	z-index: 0;
}

.factory-single-tag__time::before {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0rem;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.factory-single-tag__category {
	background-color: #000;
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.factory-single__title {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-top: 0.625rem;
}

.factory-single__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.75rem;
	width: 100vw;
}

.factory-single__img img {
	-o-object-fit: cover;
	aspect-ratio: 1440/632;
	height: 100%;
	height: 100%;
	max-height: 39.5rem;
	object-fit: cover;
	width: 100%;
}

.factory-single__content {
	margin-top: 3.75rem;
}

.factory-single__content-title {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.3333333333;
}

.factory-single__content-text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 2.625rem;
}

.factory-single__content-button {
	margin-left: auto;
	margin-top: 1.875rem;
}

.factory-single__content-button-link {
	margin-left: auto;
}

.wp-block-gallery {
	grid-gap: 0 !important;
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: repeat(4, 1fr) !important;
}

.wp-block-gallery {
	margin-top: 6.375rem;
}

.wp-block-image {
	width: 100% !important;
}

.wp-block-image img {
	-o-object-fit: cover !important;
	aspect-ratio: 300/200 !important;
	height: 100% !important;
	object-fit: cover !important;
	width: 100% !important;
}

.wp-element-caption {
	display: none;
}

.footer-f {
	background-color: rgba(0, 0, 0, 0.9);
	padding-bottom: 5.25rem;
	padding-top: 3.25rem;
	position: relative;
	z-index: 3;
}

.footer-f__inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.footer-f__company {
	color: #FF7600;
	font-family: "Anton", sans-serif;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.footer-f__address {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 1rem;
}

.footer-f-left-bottom {
	margin-top: 1.125rem;
}

.footer-f-left-bottom__text,
.footer-f-right-box__text {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
}

.footer-f-left-bottom__img {
	display: block;
	margin-top: 1.125rem;
	max-width: 10.9375rem;
	width: 100%;
}

.footer-f-left-bottom__img img {
	-o-object-fit: cover;
	aspect-ratio: 175/69;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-f-right-box__logo {
	display: block;
	max-width: 10.9375rem;
	width: 100%;
}

.footer-f-right-box__logo img {
	-o-object-fit: cover;
	aspect-ratio: 175/69;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-f-right-container {
	margin-top: 3.625rem;
}

.footer-f-right-items {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
}

.footer-f-right-item,
.footer-f-right-privacy {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.footer-f-right-privacy {
	margin-top: 2.375rem;
	text-align: right;
}

.footer-f__copyright {
	margin-top: 2.75rem;
	text-align: right;
}

.footer-f__copyright small {
	color: #6F6F6F;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
}

.overview-fv-bottom {
	position: relative;
	z-index: 2;
}

.overview-fv-bottom__title {
	color: #000;
	font-family: "Anton", sans-serif;
	font-size: 4.375rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.overview-fv-bottom__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 68.75rem;
	position: relative;
	width: 100%;
}

.overview-fv-bottom__img::after {
	aspect-ratio: 1440/375;
	background-image: url(./../images/uls-factory/overview-fv-bottom-bg.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	width: 100vw;
	z-index: -1;
}

.overview-fv-bottom__img img {
	-o-object-fit: cover;
	aspect-ratio: 1100/268;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv-bottom__title {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
}

.fv-bottom__text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 35.625rem;
	width: 100%;
}

.fv-bottom.fv-bottom--rental {
	margin-top: -10.625rem;
}

.fv-bottom.fv-bottom--wrapping {
	margin-top: 7.5rem;
}

.fv {
	overflow-x: clip;
	padding-bottom: 8.75rem;
	position: relative;
}

.fv-bg {
	background: linear-gradient(to bottom, #FB8131, #FC5E29);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -4;
}

.fv__inner {
	--fv-clip: inset(0 100% 0 0);
	position: relative;
	transition: -webkit-clip-path 1s ease-out;
	transition: clip-path 1s ease-out;
	transition: clip-path 1s ease-out, -webkit-clip-path 1s ease-out;
}

.fv__inner::before {
	-webkit-clip-path: var(--fv-clip);
	aspect-ratio: 958/936;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: var(--fv-clip);
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	transition: -webkit-clip-path 0.5s ease-out;
	transition: clip-path 0.5s ease-out;
	transition: clip-path 0.5s ease-out, -webkit-clip-path 0.5s ease-out;
	width: 66.5277777778vw;
	will-change: clip-path;
	z-index: 0;
}

.fv__inner.fv__inner--rental::before {
	background-image: url(./../images/uls-factory/rental-fv-bg.png);
}

.fv__inner.fv__inner--overview::before {
	background-image: url(./../images/uls-factory/overview-fv-bg.png);
}

.fv__inner.fv__inner--wrapping::before {
	background-image: url(./../images/uls-factory/wrapping-fv-bg.png);
}

.fv-container {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20.8333333333vw;
	position: relative;
	width: 100%;
	z-index: 2;
}

.fv-info {
	opacity: 0;
}

.fv-info__title {
	color: #FF7600;
	font-family: "Anton", sans-serif;
	font-size: min(7.6388888889vw, 158px);
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.fv-info__text {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1.3888888889vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	margin-top: 0.9722222222vw;
}

.fv__img.fv__img--overview {
	margin-right: calc(50% - 50vw);
	margin-top: -5rem;
	width: 51.3888888889vw;
}

.fv__img.fv__img--overview img {
	-o-object-fit: cover;
	aspect-ratio: 730/746;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__img.fv__img--rental {
	margin-right: calc(50% - 50vw);
	margin-top: -12.5rem;
	width: 27.0833333333vw;
}

.fv__img.fv__img--rental img {
	-o-object-fit: cover;
	aspect-ratio: 390/1020;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__img.fv__img--wrapping {
	margin-left: -25rem;
	margin-right: calc(50% - 50vw);
	width: 77.7777777778vw;
}

.fv__img.fv__img--wrapping img {
	-o-object-fit: cover;
	aspect-ratio: 1120/500;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gradient-horizontal {
	background: linear-gradient(to bottom, #FF892A, #FF6C25);
}

.gradient-vertical {
	background: linear-gradient(to right, #FF892A, #FF6C25);
}

.header-f {
	background-color: transparent;
	bottom: 0;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	mix-blend-mode: difference;
	padding-bottom: 1.125rem;
	padding-top: 1.125rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 0.3s;
	z-index: 1000;
}

.header-f.is-top {
	mix-blend-mode: normal !important;
	z-index: 1000 !important;
}

.header-f.is-top .header-f__logo,
.header-f.is-top .header-f__logo.header-f__logo--top a {
	display: block !important;
	opacity: 1 !important;
}

.header-f.is-top .header-f__nav,
.header-f.is-top .header-f__hamburger {
	opacity: 1 !important;
}

.header-f.is-mix .header-f__logo {
	mix-blend-mode: normal;
}

.header-f.header-f-news {
	mix-blend-mode: normal;
}

.opening--bg,
.opening--bg2 {
	-webkit-clip-path: inset(0 100% 0 0%);
	background: #000;
	clip-path: inset(0 100% 0 0%);
	position: fixed;
	right: 0;
	top: 0rem;
	top: 1.125rem;
	transition: -webkit-clip-path 0.5s ease-in-out;
	transition: clip-path 0.5s ease-in-out;
	transition: clip-path 0.5s ease-in-out, -webkit-clip-path 0.5s ease-in-out;
	width: 100vw;
	z-index: 1;
}

.opening--bg {
	height: 26.25rem;
}

.opening--bg2 {
	height: 3.625rem;
}

.header-f__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
	position: relative;
}

.header-f__logo {
	color: #FF7600;
	font-family: "Anton", sans-serif;
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	opacity: 1;
	text-transform: uppercase;
}

.header-f__logo.header-f__logo--black {
	color: #000;
}

.header-f__logo.header-f__logo--top a {
	display: none;
	opacity: 1;
}

.header-f__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header-f__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header-f__nav {
	height: inherit;
	opacity: 1;
}

.header-f__nav-list {
	align-items: center;
	display: flex;
	gap: 2.25rem;
	height: inherit;
}

.header-f__nav-item {
	height: inherit;
}

.header-f__nav-item a {
	background-color: transparent;
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	mix-blend-mode: difference;
	padding: 0rem 0.25rem;
	text-transform: uppercase;
	transition: background-color 0.3s, color 0.3s;
}

.header-f.header-f-news .header-f__nav-item a {
	color: #000;
}

.header-f__nav-item.header-f__nav-item--contact,
.header-f__hamburger {
	position: relative;
}

.header-f__nav-item.header-f__nav-item--contact a {
	background: #000;
	background: linear-gradient(to right, #ff892a, #ff6c25);
	color: #000;
	display: block;
	padding: 1.3125rem 0.625rem;
	position: relative;
	text-align: left;
	transition: transform 0.3s ease;
	transition: opacity 0.3s, color 0.3s, background 0.3s;
	width: 9.375rem;
	z-index: 1;
}

.header-f.header-f-news .header-f__nav-item.header-f__nav-item--contact a {
	background: #000;
	color: #FF7600;
}

.header-f__nav-item.header-f__nav-item--contact a::after {
	background: #000;
	border: 1px solid #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s, color 0.3s;
	width: 100%;
	z-index: -1;
}

.header-f.header-f-news .header-f__nav-item.header-f__nav-item--contact a::after {
	background: linear-gradient(to right, #ff892a, #ff6c25);
}

.header-f__hamburger {
	background: #FF7600;
	border: none;
	cursor: pointer;
	display: none;
	height: inherit;
	margin: 0;
	opacity: 1;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	z-index: 999;
}

.header-f.header-f-news .header-f__hamburger {
	background: #000;
}

.header-f__hamburger.is-open {
	background-color: transparent;
}

.header-f__hamburger span {
	align-items: center;
	background: #000;
	background-color: #FF7600;
	color: #000;
	display: block;
	display: flex;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	justify-content: flex-start;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0.75rem;
	text-transform: uppercase;
	transform: translateX(0);
	transition: 0.5s;
	transition: transform 0.5s ease;
	width: 8.5rem;
}

.header-f.header-f-news .header-f__hamburger span {
	background: #000;
	color: #FF7600;
}

.header-f__hamburger.is-open span {
	transform: translateX(3.75rem);
}

.header-f__hamburger.is-active span {
	transform: translateX(3.75rem);
}

.header-f__drawer {
	background: url(./../images/uls-factory/drower-bg.jpg) no-repeat center bottom/cover;
	bottom: 0;
	display: none;
	height: 102vh;
	left: 0;
	overflow-y: scroll;
	padding: 8.5625rem 0;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0rem;
	width: 100%;
	z-index: 900;
}

.header-f__drawer.is-open {
	display: block;
}

.header-f__drawer-list {
	margin-left: auto;
	margin-right: auto;
	width: 15.125rem;
}

.header-f__drawer::-webkit-scrollbar {
	display: none;
}

.header-f__drawer-item a {
	color: #fff;
	display: block;
	font-size: 2.375rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: left;
	text-transform: uppercase;
	transition: color 0.3s;
}

.header-f__drawer-nav-button {
	margin-top: 4.3125rem;
	text-align: center;
}

.header-f__drawer-nav-button a {
	background: #FF7600;
	color: #000;
	content: "";
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 1.25rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	width: 19.875rem;
	z-index: 1;
}

.header-f__drawer-nav-button a::after {
	background: linear-gradient(to right, #fc6c2c, #fb8933);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s;
	z-index: -1;
}

.info-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 71.875rem;
	width: 100%;
}

.info-box__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
}

.info-box__head {
	background-color: #000;
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	padding: 1.625rem 9.6875rem 0 0;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 0;
}

.info-box__head::before {
	background-color: #000; /* 横 */
	content: "";
	height: calc(100% + 7.6875rem);
	margin-left: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: -0.0625rem;
	width: 100vw;
	z-index: -1;
}

.info-box__head.info-box__head--orange {
	background-color: #FF7600;
	color: #000;
}

.info-box__head.info-box__head--orange::before,
.info-box__head.info-box__head--orange::after {
	background-color: #FF7600;
}

.info-box__content-container {
	margin-top: 2.6875rem;
	position: relative;
}

.info-box__content-container-bg {
	-webkit-clip-path: inset(0 0 0 100%);
	background-color: #000;
	clip-path: inset(0 0 0 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: -webkit-clip-path 0.4s ease;
	transition: clip-path 0.4s ease;
	transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
	width: 100vw;
	z-index: 0;
}

.info-box__content-container-bg--orange {
	background-color: #FF7600;
}

.info-box__content {
	background-color: #000;
	opacity: 0;
	padding: 2.8125rem 3.5rem;
	position: relative;
	z-index: 0;
}

.info-box__content::after {
	background: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.info-box__content.info-box__content--orange {
	background-color: #FF7600;
}

.info-box__content.info-box__content--orange::after {
	background: #FF7600;
}

.info-box__lead {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.1666666667;
}

.info-box__lead.info-box__lead--black {
	color: #000;
}

.info-box__sublead {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.4;
	margin-top: 1.25rem;
}

.info-box__list {
	margin-top: 1.25rem;
}

.info-box__item {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5555555556;
	padding-left: 1em;
	text-indent: -1em;
}

.info-box__note {
	margin-top: 1.4375rem;
}

.info-box__note span {
	color: #A8A8A8;
	display: block;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.7142857143;
	padding-left: 1em;
	text-indent: -1em;
}

.info-box--orange {
	background-color: #f39200;
	color: #000;
}

.info-box__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
}

.info-box__label {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.info-box--orange .info-box__label {
	color: #fff;
}

.price-table-block__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.price-table-block__row {
	align-items: flex-start;
	display: flex;
	padding: 2rem 0;
}

.price-table-block__row:not(:last-child) {
	border-bottom: 1px solid #000;
}

.price-table-block__item,
.price-table-block__price {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.4;
}

.price-table-block__item {
	width: 17.25rem;
}

.price-table-block__price {
	flex: 1;
}

.info-box-bottom {
	align-items: flex-end;
	display: flex;
	gap: 0.375rem;
	justify-content: flex-end;
}

.info-box-bottom__text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5555555556;
}

.price-table-block__img {
	margin-top: 2.6875rem;
	max-width: 25.5625rem;
	width: 100%;
}

.price-table-block__img img {
	aspect-ratio: 409/249;
	display: block;
	height: auto;
	width: 100%;
}

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

.mv-movie {
	height: 100vh;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mv-movie video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv-movie__title-en {
	color: #fff;
	content: "";
	font-family: "Anton", sans-serif;
	font-size: 5.625rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0em;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

.news-section__head {
	align-items: center;
	display: flex;
	gap: 6.6875rem;
	margin-bottom: 2.5rem;
	text-align: left;
}

.news-section__title {
	color: #FF7600;
	display: inline-block;
	font-family: "Anton", sans-serif;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.news-section__head-grid {
	-webkit-mask-image: url("./../images/uls-factory/grid-orange-pc.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: repeat-x;
	aspect-ratio: 1008/28;
	background-color: #FF7600;
	height: 1.75rem;
	margin-right: calc(50% - 50vw);
	mask-image: url("./../images/uls-factory/grid-orange-pc.svg");
	mask-repeat: repeat-x;
	mask-size: contain;
	opacity: 0;
	transform: translateY(-1.25rem);
	transition: opacity 0.3s, transform 0.3s;
	width: 100vw;
}

.news-section__subtitle {
	color: #ff9900;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 1rem;
}

.report-list-container__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.report-list-tab {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.report-list-tab__item {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
	transition: opacity 0.3s;
}

.report-list-tab__item.report-list-tab__item--black {
	color: #000;
}

.report-list-tab__item::after {
	content: "/";
	margin-left: 0.5rem;
}

.report-list-tab__item:last-child::after {
	content: "";
	margin-left: 0;
}

.report-list {
	grid-gap: 3.4375rem;
	display: grid;
	gap: 3.4375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.report-list__item {
	height: 100%;
}

.report-list__item-link {
	display: flex;
	flex-direction: column;
}

.report-list__img {
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.report-list__img::before,
.report-list__img::after {
	aspect-ratio: 1/1;
	background-color: #F2F2F2;
	box-sizing: border-box;
	content: "";
	position: absolute;
	width: 1.75rem;
	z-index: 2;
}

.report-list__img.report-list__img--black::before,
.report-list__img.report-list__img--black::after {
	background-color: #000;
}

.report-list__img::before {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	right: 0px;
	top: 0;
}

.report-list__img::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	bottom: 0px;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	left: 0;
}

.report-list__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	width: 100%;
}

.report-list__body {
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	margin-top: 1.1875rem;
}

.report-list__label,
.report-list__date,
.report-list__text {
	color: #FF7600;
	display: inline-block;
	letter-spacing: 0em;
}

.report-list__date.report-list__date--black,
.report-list__text.report-list__text--black {
	color: #000;
}

.report-list__label {
	border: 1px solid #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.1875rem 0.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.report-list__date {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 1.0625rem;
}

.report-list__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	flex: 1;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8666666667;
	margin-top: 0.625rem;
	overflow: hidden;
}

.factory-flex {
	--after-clip: inset(0 0 0% 0);
	background: linear-gradient(180deg, #FC792F, #FC6C2C);
	overflow-x: clip;
	position: relative;
}

.factory-flex::after {
	-webkit-clip-path: var(--after-clip);
	background-color: #000;
	clip-path: var(--after-clip);
	content: "";
	height: 101%;
	position: absolute;
	top: 0;
	transition: -webkit-clip-path 1s ease-in-out;
	transition: clip-path 1s ease-in-out;
	transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
	width: 1000vw;
	z-index: 1;
}

.factory-flex__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	width: 100%;
}

.factory-flex__img {
	max-width: min(50vw, 720px);
	position: relative;
	z-index: 5;
}

.factory-flex__img img {
	-o-object-fit: cover;
	aspect-ratio: 720/600;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.factory-flex-info {
	padding-bottom: min(9.4444444444vw, 136px);
	padding-left: min(3.3333333333vw, 48px);
	padding-right: min(8.3333333333vw, 120px);
}

.factory-flex-info__section-title {
	background-color: #000;
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: 3.9375rem;
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}

.factory-flex-info__section-title::before {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 1000vw;
	z-index: -1;
}

.factory-flex-info__section-title::before {
	left: 50%;
	transform: translateX(-50%);
}

.factory-flex-info__title {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
}

.factory-flex-info__text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 1.5625rem;
	max-width: 20.5625rem;
	width: 100%;
}

.factory-flex-info__subText {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 1.4375rem;
}

.overview-swiper {
	position: relative;
}

.overview-swiper__inner {
	width: 100%;
}

.overview-swiper__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.overview-swiper__button {
	background-color: #FF7600;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	z-index: 10;
}

.overview-swiper__button.swiper-button-prev,
.overview-swiper__button.swiper-button-next {
	height: 3.125rem;
	width: 3.125rem;
}

.overview-swiper__button--prev.swiper-button-prev {
	left: 4.375rem;
}

.overview-swiper__button--next.swiper-button-next {
	right: 4.375rem;
}

.overview-swiper__button-icon {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	aspect-ratio: 12.16/18.55;
	background-color: #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
	width: 0.75rem;
}

.overview-swiper__button-icon--prev {
	-webkit-mask-image: url("./../images/uls-factory/button-prev.svg");
	mask-image: url("./../images/uls-factory/button-prev.svg");
}

.overview-swiper__button-icon--next {
	-webkit-mask-image: url("./../images/uls-factory/button-next.svg");
	mask-image: url("./../images/uls-factory/button-next.svg");
}

.overview-swiper__button-icon img {
	-o-object-fit: contain;
	aspect-ratio: 9/11;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.post-bg {
	background-color: #F2F2F2;
}

.post-factory-news {
	background-color: #F2F2F2;
	overflow-x: clip;
	padding-top: 7.625rem;
}

.post-factory-news__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.layout-archive-top {
	--archive-top-path: inset(0 100% 0 0);
	position: relative;
}

.layout-archive-top::after {
	-webkit-clip-path: var(--archive-top-path);
	background: #000;
	bottom: 0;
	clip-path: var(--archive-top-path);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: -webkit-clip-path 0.7s ease-in-out;
	transition: clip-path 0.7s ease-in-out;
	transition: clip-path 0.7s ease-in-out, -webkit-clip-path 0.7s ease-in-out;
	width: 100%;
	z-index: 0;
}

.post-top {
	background-color: #000;
	opacity: 0;
	position: relative;
	z-index: 1;
}

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

.post-top__title {
	align-items: center;
	display: flex;
	gap: 3rem;
}

.post-top__title-en {
	color: #000;
	display: inline-block;
	font-family: "Anton", sans-serif;
	font-size: 6.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: uppercase;
}

.post-top__title-grid {
	-webkit-mask-image: url("./../images/uls-factory/grid-black.svg");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: repeat-x;
	aspect-ratio: 1008/28;
	background-color: #000;
	height: 1.75rem;
	mask-image: url("./../images/uls-factory/grid-black.svg");
	mask-repeat: repeat-x;
	mask-size: contain;
	width: 100vw;
}

.post-top__title-grid {
	margin-right: calc(50% - 50vw);
}

.post-top-article-link {
	align-items: flex-end;
	display: flex;
	gap: 2.8125rem;
}

.post-top-article__img {
	max-width: 42.0625rem;
	overflow: hidden;
	width: 100%;
}

.post-top-article__img img {
	-o-object-fit: cover;
	aspect-ratio: 673/359;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
	width: 100%;
}

.post-top-article-info {
	flex: 1;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.post-top-article-info__title {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.post-top-article-info__text.report-list__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	overflow: hidden;
}

.post-top-article-info__tag {
	margin-top: 1.375rem;
}

.post-factory-news .report-list__text {
	font-size: 1.125rem;
	letter-spacing: 0em;
	line-height: 1.7777777778;
}

.printing-feature {
	background-image: url(./../images/uls-factory/printing-feature-bg.webp);
	background-position: center;
	background-size: cover;
	padding-bottom: 12.5rem;
	padding-top: 13.125rem;
}

.printing-feature__inner {
	margin: 0 auto;
	max-width: 62.5rem;
	text-align: center;
}

.printing-feature__lead {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.7857142857;
}

.printing-feature__desc {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.7857142857;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 37.5rem;
	text-align: left;
	width: 100%;
}

.rental-img {
	width: 100%;
}

.rental-img img {
	-o-object-fit: cover;
	aspect-ratio: 1440/700;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.simulation {
	background-color: #000;
	overflow-x: clip;
	padding-bottom: 14.625rem;
}

.simulation-container {
	grid-gap: 0rem;
	display: grid;
	gap: 0rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	width: 100%;
}

.simulation-left {
	padding-bottom: 4.375rem;
	padding-left: min(8.3333333333vw, 120px);
	padding-right: min(3.3333333333vw, 48px);
	padding-top: 4.375rem;
}

.simulation-left-info__title {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
}

.simulation-left-info__text {
	color: #FF7600;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-top: 2.5rem;
	max-width: 23.9375rem;
	width: 100%;
}

.simulation-right {
	margin-right: calc(50% - 50vw);
	max-width: min(50vw, 720px);
	width: 100vw;
}

.simulation-right video {
	-o-object-fit: cover;
	aspect-ratio: 720/600;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.specifications__title {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.spec-table {
	background-color: #000;
}

.spec-table--first {
	margin-top: 3.125rem;
}

.spec-table--second {
	margin-top: 6.25rem;
}

.spec-table__head {
	color: #000;
	cursor: pointer;
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.75;
	padding: 1.875rem 2.625rem;
}

.spec-table__list {
	width: 100%;
}

.spec-table__row {
	background-color: #000;
	display: flex;
	padding: 1.4375rem 2.625rem;
}

.spec-table__row:nth-child(odd) {
	background-color: #383838;
}

.spec-table__term {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5555555556;
	max-width: 16.625rem;
	width: 100%;
}

.spec-table__desc {
	color: #fff;
	flex: 1;
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5555555556;
	margin-top: 0;
}

.to-top {
	aspect-ratio: 1/1;
	background-color: #000;
	border-radius: 50%;
	bottom: 11.875rem;
	content: "";
	cursor: pointer;
	position: absolute;
	right: calc(50% - min(47.5vw, 43rem));
	transition: opacity 0.3s;
	width: 4.625rem;
	z-index: 500;
}

.to-top.to-top--movie {
	bottom: 3.75rem;
	opacity: 1;
}

.to-top.is-animate {
	animation: blink 1.5s infinite;
}

.to-top-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	height: 100%;
	justify-content: center;
}

.to-top__text {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 0.625rem;
	text-transform: uppercase;
}

.to-top__icon {
	width: 0.9375rem;
}

.to-top__icon img {
	-o-object-fit: cover;
	aspect-ratio: 15/10;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-wrapping {
	background: linear-gradient(to bottom, #FF8900, #FF6C00);
	overflow-x: clip;
	position: relative;
	z-index: 3;
}

.top-wrapping-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.top-wrapping-left {
	padding-bottom: 6.8125rem;
	padding-top: 4.75rem;
}

.top-wrapping-right {
	--clip-val: inset(0% 0 100% 0);
	padding-bottom: 6.8125rem;
	padding-top: 4.75rem;
	position: relative;
	transition: -webkit-clip-path 0.8s ease-in-out;
	transition: clip-path 0.8s ease-in-out;
	transition: clip-path 0.8s ease-in-out, -webkit-clip-path 0.8s ease-in-out;
}

.top-wrapping-right::before {
	-webkit-clip-path: var(--clip-val);
	background: #000;
	clip-path: var(--clip-val);
	content: "";
	height: 101%;
	left: 0;
	position: absolute;
	top: -0.0625rem;
	transition: -webkit-clip-path 1.5s ease;
	transition: clip-path 1.5s ease;
	transition: clip-path 1.5s ease, -webkit-clip-path 1.5s ease;
	width: 100%;
	z-index: -1;
}

.top-wrapping-left__title {
	color: #000;
	font-family: "Anton", sans-serif;
	font-size: 6.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1;
	white-space: nowrap;
}

.top-wrapping-left__text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 1rem;
}

.top-wrapping-left__button {
	margin-top: 3rem;
}

.top-wrapping-left__button a {
	margin-left: auto;
	margin-right: auto;
}

.top-wrapping-right__text {
	color: #FF7600;
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	padding-right: 1.0625rem;
	text-align: right;
}

.top-wrapping-right__img {
	margin-right: calc(50% - 50vw);
	margin-top: 0.75rem;
	max-width: min(50vw, 720px);
}

.top-wrapping-right__img img {
	-o-object-fit: cover;
	aspect-ratio: 720/502;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.layout-wrapping-carousel {
	padding-bottom: 6.5rem;
	padding-top: 11rem;
}

.swiper-slide {
	width: auto;
}

.wrapping-swiper .swiper-slide {
	transform: scale(0.95) !important;
}

.wrapping-swiper .swiper-slide {
	opacity: 0.33;
	transition: 0.7s;
}

.wrapping-swiper .swiper-slide img {
	height: auto;
	width: 100%;
}

.wrapping-swiper .swiper-slide-active {
	transform: scale(1.05) !important;
}

.wrapping-swiper .swiper-slide-active {
	opacity: 1;
	z-index: 1;
}

.wrapping-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 850/550;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wrapping-swiper__button {
	background-color: #FF7600;
	cursor: pointer;
	position: absolute;
	transition: background-color 0.3s;
	z-index: 10;
	z-index: 3;
}

.wrapping-swiper__button.swiper-button-prev,
.wrapping-swiper__button.swiper-button-next {
	height: 3.125rem;
	width: 3.125rem;
}

.wrapping-swiper__button--prev.swiper-button-prev {
	left: 4.375rem;
}

.wrapping-swiper__button--next.swiper-button-next {
	right: 4.375rem;
}

.wrapping-swiper__button-icon {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	aspect-ratio: 12.16/18.55;
	background-color: #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	mask-repeat: no-repeat;
	mask-size: contain;
	transition: background-color 0.3s;
	width: 0.75rem;
}

.wrapping-swiper__button-icon--prev {
	-webkit-mask-image: url("./../images/uls-factory/button-prev.svg");
	mask-image: url("./../images/uls-factory/button-prev.svg");
}

.wrapping-swiper__button-icon--next {
	-webkit-mask-image: url("./../images/uls-factory/button-next.svg");
	mask-image: url("./../images/uls-factory/button-next.svg");
}

.wrapping-swiper__button-icon img {
	-o-object-fit: contain;
	aspect-ratio: 9/11;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wrapping-message {
	background-image: url(./../images/uls-factory/wrapping-message-bg-pc.webp);
	background-position: center;
	background-size: cover;
	padding-bottom: 20.4375rem;
	padding-top: 20.4375rem;
}

.wrapping-message__text {
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 0.875;
	text-align: center;
}

@media (any-hover: hover) {

.button-f:hover {
	opacity: 1;
}

.button-f--black:hover {
	background-color: #fff;
}

.button-f:hover::after {
	right: 0.8125rem;
}

.button-f--gradient:hover::before {
	opacity: 1;
}

.button-f2:hover {
	opacity: 1;
}

.button-f2--black:hover {
	background-color: #FF7600;
	color: #000;
}

.button-f2:hover::after {
	background-color: #000;
	right: 0.8125rem;
}

.button-f3:hover {
	opacity: 1;
}

.button-f3--black:hover {
	background-color: #fff;
	color: #FF7600;
}

.button-f3:hover::after {
	background-color: #FF7600;
	right: 0.8125rem;
}

.button-gradient-long:hover {
	opacity: 1;
}

.button-gradient-long:hover::after {
	opacity: 1;
}

.button-gradient-long:hover .button-gradient-long-icon span:nth-child(1) {
	animation: fadeOutIn 1.2s ease-in-out infinite;
	animation-delay: 0s;
}

.button-gradient-long:hover .button-gradient-long-icon span:nth-child(2) {
	animation: fadeOutIn 1.2s ease-in-out infinite;
	animation-delay: 0.3s;
}

.button-gradient-long:hover .button-gradient-long-icon span:nth-child(3) {
	animation: fadeOutIn 1.2s ease-in-out infinite;
	animation-delay: 0.6s;
}

.header-f__nav-item a:hover {
	background: #FF7600;
	color: #000;
	opacity: 1;
}

.header-f.header-f-news .header-f__nav-item a:hover {
	background: #000;
	color: #FF7600;
}

.header-f.header-f-news .header-f__nav-item.header-f__nav-item--contact a:hover {
	background: #FF7600;
	color: #000;
}

.header-f__nav-item.header-f__nav-item--contact a:hover {
	background-color: transparent;
	color: #FF7600;
}

.header-f__nav-item.header-f__nav-item--contact a:hover::after {
	opacity: 1;
}

.header-f__drawer-item a:hover {
	color: #FF7600;
	opacity: 1;
}

.header-f__drawer-nav-button a:hover {
	opacity: 1;
}

.header-f__drawer-nav-button a:hover::after {
	opacity: 1;
}

.report-list-tab__item:hover {
	cursor: pointer;
	opacity: 0.8;
}

.report-list__item-link:hover {
	opacity: 1;
}

.report-list__item-link:hover .report-list__img img {
	transform: scale(1.1);
}

.overview-swiper__button:hover {
	background-color: #000;
}

.overview-swiper__button:hover .overview-swiper__button-icon {
	background-color: #FF7600;
}

.post-top-article-link:hover {
	opacity: 1;
}

.post-top-article-link:hover img {
	transform: scale(1.1);
}

.wrapping-swiper__button:hover {
	background-color: #000;
}

.wrapping-swiper__button:hover .wrapping-swiper__button-icon {
	background-color: #FF7600;
}

}

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

.staff-voice__image--over img {
	border-radius: 1.25rem;
}

.business__image img {
	border-radius: 1.25rem;
}

}

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

.overview-fv-bottom__img::after {
	bottom: -6.25rem;
	top: auto;
}

}

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

.fv-info__title {
	font-size: 6.875rem;
}

.fv-info__text {
	font-size: 1.25rem;
	margin-top: 0.875rem;
}

}

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

.factory-about-info__subTitle {
	font-size: 1.625rem;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.business-list {
	padding: 5rem 0;
}

.business-list__list {
	gap: 3.75rem;
}

.business-item {
	padding: 2.5rem 1.25rem 1.875rem;
}

.business-item::before {
	font-size: 2.5rem;
	left: -0.625rem;
	top: -1.875rem;
}

.business-item__image {
	margin: 1.25rem auto 0;
	max-width: none;
	max-width: initial;
	width: 90%;
}

.business-item__title {
	font-size: 1.25rem;
	margin: 0 auto;
	width: 90%;
}

.business-item__description {
	line-height: 1.6;
	margin-top: 1.875rem;
}

.business-item__btn {
	margin: 1.875rem auto 0;
}

.inner {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.inner-n {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.inner-s {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.section-subtitle {
	font-size: 2.5rem;
}

.lower-section-heading {
	margin-top: 5rem;
}

.lower-section-heading__inner {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.lower-section-title {
	font-size: 3.125rem;
}

.lower-section-subtitle {
	font-size: 1rem;
	margin-top: -0.3125rem;
}

.lower-common-heading {
	font-size: 2.5rem;
}

.lower-common-subheading {
	margin-top: -0.3125rem;
}

.section-btn {
	max-width: 15.625rem;
}

.section-btn a {
	font-size: 1rem;
	padding: 1.125rem 0 1.125rem 2.4375rem;
}

.fixed-contact {
	display: none;
}

.fixed-contact__link::before {
	display: none;
}

.js-fadeIn {
	transform: translateY(50px);
}

.js-fadeRight {
	transform: translateX(50px);
}

.js-fadeLeft {
	transform: translateX(-50px);
}

.lower-btn a {
	font-size: 1rem;
	padding: 1.125rem 0 1.125rem 2.4375rem;
}

.mv-blur::after {
	border-radius: 25%;
	top: 14.375rem;
}

.lower-mv__img {
	height: 18.75rem;
}

.lower-mv__content {
	padding-bottom: 3.75rem;
}

.lower-mv__title {
	font-size: 1.875rem;
}

.lower-mv__title span {
	font-size: 1.5rem;
}

.lower-mv__subtitle {
	font-size: 1.125rem;
}

.lower-mv__description {
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: left;
}

.cta-btn a {
	font-size: 1rem;
	padding: 1rem 0;
}

.lower-common {
	padding-top: 0;
}

.lower-common--s {
	margin-top: 3.75rem;
	padding-top: 3.75rem;
}

.lower-common__wrap {
	display: block;
}

.lower-common__title {
	font-size: 1.25rem;
	margin-top: 0;
}

.lower-common__text {
	line-height: 1.6;
	margin-top: 1.25rem;
}

.lower-common__img {
	margin: 1.25rem auto 0;
	max-width: none;
	max-width: initial;
}

.lower-news__pagination {
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.lower-news__pagination .page-numbers {
	font-size: 0.875rem;
	height: 2.5rem;
	width: 2.5rem;
}

.lower-news__pagination .prev.page-numbers,
.lower-news__pagination .next.page-numbers {
	height: 2.5rem;
	width: 2.5rem;
}

.lower-news__pagination .next.page-numbers::after {
	left: 45%;
}

.lower-news__pagination .prev.page-numbers::after {
	left: 55%;
}

.lower-common__btn {
	margin: 2.5rem auto 0;
	max-width: none;
	max-width: initial;
}

.lower-common__btn a {
	padding: 1.125rem 2.9375rem 1.125rem 2.5625rem;
}

.greeting {
	padding: 3.75rem 0;
}

.greeting__wrap {
	display: block;
	margin-top: 1.875rem;
}

.greeting__content {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1.25rem;
	width: 100%;
}

.greeting__profile-image {
	margin: 0 auto;
	max-width: none;
	max-width: initial;
	width: 70%;
}

.greeting__profile-text {
	margin-top: 1.875rem;
}

.greeting__name {
	font-size: 0.875rem;
}

.profile {
	padding: 3.75rem 0;
}

.profile__list {
	margin-top: 1.875rem;
}

.profile__item {
	display: block;
	padding: 0.625rem 1.25rem;
}

.profile__label {
	width: 100%;
}

.profile__value {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.labor-policy {
	padding: 3.75rem 0;
}

.labor-policy__heading {
	font-size: 1.125rem;
}

.labor-policy__list {
	margin: 1.875rem auto 0;
}

.labor-policy__item::before {
	left: -0.25rem;
}

.labor-policy__text {
	font-size: 0.875rem;
	line-height: 1.6;
}

.labor-policy__note {
	font-size: 0.875rem;
	line-height: 1.6;
}

.history {
	padding: 3.75rem 0;
}

.history__list {
	margin: 1.875rem auto 0;
}

.history__item {
	display: block;
}

.history__item:not(:first-child) {
	margin-top: 1.875rem;
}

.history__year {
	font-size: 1.75rem;
	padding-left: 1.875rem;
}

.history__content-wrap {
	padding-left: 1.875rem;
}

.history__description {
	font-size: 0.875rem;
	line-height: 1.6;
}

.access {
	padding: 3.75rem 0;
}

.access__locations {
	display: block;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.access__info {
	margin-top: 1.875rem;
}

.access__location:not(:first-child) {
	margin-top: 1.875rem;
}

.access__address {
	line-height: 1.6;
	margin-top: 1.25rem;
}

.access__company-wrap {
	flex-direction: column;
}

.access__company {
	margin-top: 1.875rem;
}

.contact-annotation {
	padding: 3.75rem 0;
}

.contact-annotation__inner {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.contact-annotation__text {
	font-size: 0.875rem;
}

.contact-annotation__contact {
	display: block;
	margin-left: 0;
	margin-top: 1.875rem;
}

.contact-annotation__contact--tel {
	display: block;
	font-size: 1.75rem;
}

.contact-annotation__contact--fax {
	display: block;
	font-size: 1.25rem;
	margin-left: 0;
}

.contact-annotation__contact-time {
	font-size: 0.875rem;
}

.contact {
	padding-top: 3.75rem;
}

.contact__inner {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.contact__form {
	margin: auto;
	max-width: 50rem;
	width: 100%;
}

.contact__form-wrapper {
	margin: 3.75rem 0;
}

.contact__form-wrapper .contact__form-wrap + .contact__form-wrap {
	margin-top: 1.125rem;
}

.contact__form-input {
	margin-top: 0.625rem;
}

.contact__form-input input {
	padding: 0.625rem;
}

.contact__form-radio {
	gap: 1.125rem;
	margin-top: 0.625rem;
}

.contact__form-textarea {
	margin-top: 0.625rem;
}

.contact__form-textarea textarea {
	padding: 0.625rem;
}

.contact__form-file {
	display: block;
	margin-top: 1.875rem;
}

.contact__form-file p {
	display: block;
}

.contact__form-file-text {
	display: block;
	font-size: 0.875rem;
	padding-bottom: 0.625rem;
}

.contact__form-submit {
	margin: 1.875rem auto 0;
}

.contact__form-submit input {
	font-size: 1rem;
	padding: 1.125rem 2.0625rem 1.125rem 2.4375rem;
}

.contact__form-submit input:hover {
	opacity: 0.8;
}

.footer {
	padding: 3.75rem 0 1.25rem;
}

.footer__inner {
	display: block;
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.footer__address {
	margin-top: 0.625rem;
}

.footer__content {
	margin-top: 1.25rem;
}

.footer__nav {
	display: block;
}

.footer__link {
	font-size: 0.875rem;
	padding: 0.5rem 1.25rem 0.5rem 2.5rem;
}

.footer__link::before {
	background-color: #FDA449;
	border-radius: 6.25rem;
	content: "";
	height: 0.0625rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.footer__bottom {
	display: block;
	margin: 1.875rem auto 0;
}

.footer__privacy {
	display: block;
	text-align: center;
}

.footer__copyright {
	margin-left: 0;
	margin-top: 0.625rem;
	text-align: center;
}

.header {
	height: 3.125rem;
}

.header__inner {
	padding-left: 0.625rem;
	padding-right: 0;
}

.header__logo {
	max-width: 6.25rem;
	padding-top: 0.625rem;
}

.header__nav {
	display: none;
}

.header__hamburger {
	background-color: #0E3D65;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	right: 0.625rem;
	top: 0.625rem;
	transition: 0.3s;
	width: 3.125rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 0.9375rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	display: block;
	height: 100dvh;
	overflow-y: scroll;
	padding: 5rem 0;
	position: fixed;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 1s;
	width: 100%;
	z-index: 890;
}

.header__drawer.is-open {
	right: 0;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.125rem 4.375rem;
	position: relative;
	text-transform: capitalize;
}

.header__drawer-item a::before {
	background-color: #fda449;
	border-radius: 6.25rem;
	content: "";
	height: 0.0625rem;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.header__drawer-modal {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.125rem 4.375rem;
	position: relative;
	text-transform: capitalize;
}

.header__drawer-modal::before {
	background-color: #fda449;
	border-radius: 6.25rem;
	content: "";
	height: 0.0625rem;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.header__drawer-item .header__drawer-modal-content a::before {
	display: none;
}

.layout- {
	margin-top: 7.5rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.layout-archive-news {
	padding-bottom: 4.0625rem;
	padding-top: 3.75rem;
}

.layout-contact {
	padding-top: 32vw;
}

.layout-contact::after {
	height: 17.0666666667vw;
}

.layout-exterior {
	padding-bottom: 5.875rem;
	padding-top: 5rem;
}

.layout-factory-about {
	padding-bottom: 2.375rem;
}

.layout-factory-feature {
	padding-top: 0.5rem;
}

.layout-price {
	padding-bottom: 5rem;
	padding-top: 4.8125rem;
}

.layout-specifications {
	padding-bottom: 4.125rem;
	padding-top: 6.25rem;
}

.layout-top-news {
	padding-bottom: 6.1875rem;
	padding-top: 2.9375rem;
}

.layout-wrapping-price {
	padding-bottom: 5rem;
	padding-top: 4.8125rem;
}

.no-article {
	font-size: 0.875rem;
	font-weight: 400;
}

.lower-news {
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.lower-news__list .news__item a {
	padding-bottom: 1.25rem;
	padding-right: 3.125rem;
}

.lower-news__list .news__text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.news-detail {
	margin-top: 2.8125rem;
	padding-bottom: 3.75rem;
}

.news-detail__meta {
	display: block;
}

.news-detail__date {
	padding-right: 0.9375rem;
}

.news-detail__category-wrap {
	margin-left: 0;
}

.news-detail__category {
	margin-right: 0.9375rem;
	margin-top: 0.9375rem;
}

.news-detail__title {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.news-detail__content h1 {
	font-size: 1.75rem;
}

.news-detail__content h2 {
	font-size: 1.25rem;
}

.news-detail__content p {
	font-size: 0.875rem;
	line-height: 1.6;
}

.news-detail__content img {
	margin-top: 1.875rem;
	max-width: none;
	max-width: initial;
}

.news-detail__back {
	margin: 6.25rem auto 0;
}

.news-detail__back-link {
	font-size: 1rem;
	padding: 1.125rem 2.0625rem 1.125rem 2.4375rem;
}

.lower-news__category-list {
	gap: 0.9375rem;
	margin-top: 3.75rem;
}

.lower-news__category-item a {
	font-size: 0.875rem;
	padding: 0.375rem;
}

.not-found {
	margin-top: 5.625rem;
	padding-bottom: 2.5rem;
}

.not-found__content {
	padding: 1.25rem 0.875rem;
}

.not-found__title {
	font-size: 1.75rem;
}

.not-found__subtitle {
	font-size: 0.875rem;
}

.not-found__text {
	font-size: 0.875rem;
}

.philosophy {
	padding: 3.75rem 0 0;
}

.philosophy__message {
	text-align: left;
}

.philosophy__lead {
	font-size: 1.5rem;
}

.philosophy__text {
	font-size: 0.875rem;
	margin-top: 1.875rem;
}

.philosophy__image {
	margin: 3.75rem auto 0;
	width: 180vw;
}

.philosophy__image--car {
	margin-top: 3.75rem;
}

.philosophy__title {
	font-size: 1.5rem;
}

.philosophy__columns {
	flex-direction: column;
	gap: 0;
}

.philosophy__column {
	width: 100%;
}

.philosophy__block .philosophy__text {
	margin-top: 2.5rem;
	padding-right: 0;
}

.philosophy__block {
	margin-top: 9.375rem;
}

.philosophy__image--left {
	right: calc(50% - 10.9375rem);
	top: -9.125rem;
	width: 17.625rem;
}

.philosophy__content {
	width: 100%;
}

.philosophy__image--treat {
	margin-top: -3.75rem;
}

.philosophy__experience--bottom {
	margin-top: -1.5625rem;
}

.philosophy-buttons {
	align-items: center;
	flex-direction: column;
	padding: 3.75rem 0;
}

.philosophy-buttons__btn {
	width: 85%;
}

.privacy-policy__inner {
	max-width: 37.5rem;
	padding: 3.75rem 0.9375rem;
}

.recruit__inner {
	max-width: 37.5rem;
	padding: 5rem 0.9375rem;
}

.recruit__sidebar {
	background-color: #fff;
	border-radius: 0.625rem;
	bottom: 0.625rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
	left: 0.9375rem;
	margin-top: 0;
	max-width: 9.375rem;
	mix-blend-mode: initial;
	padding: 0.625rem;
	position: fixed;
	width: 100%;
	z-index: 3;
}

.recruit__nav {
	display: none;
	position: static;
	position: initial;
}

.recruit__nav-list {
	color: #0E3D65;
	gap: 0.3125rem;
	padding-bottom: 0.625rem;
}

.recruit__nav-title {
	font-size: 0.75rem;
	margin-bottom: 0;
}

.recruit__nav-item-wrap:not(:first-child) {
	margin-top: 0;
}

.recruit__nav-link {
	font-size: 0.75rem;
	padding: 0.125rem 0;
	padding-left: 0.9375rem;
}

.recruit__nav-link::before {
	background: url(../images/recruit/triangle-b.svg) no-repeat center center/cover;
}

.recruit__close a {
	background-color: #0E3D65;
	border-radius: 6.25rem;
	color: #fff;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	padding: 0.3125rem 0;
	text-align: center;
	text-transform: uppercase;
}

.original-gradient::after {
	height: 162.5rem;
}

.recruit__title {
	font-size: 3.125rem;
}

.recruit__subtitle {
	font-size: 1rem;
}

.recruit__text {
	font-size: 1.25rem;
	margin-left: 0;
	margin-top: 45.1875rem;
}

.recruit__description {
	margin-left: 0;
	width: 100%;
}

.recruit__image1 {
	right: 0.9375rem;
	top: 11.875rem;
}

.recruit__image2 {
	left: 0.9375rem;
	right: auto;
	top: 12.5rem;
}

.recruit__image3 {
	right: -0.625rem;
	top: 20rem;
}

.recruit__image2 {
	max-width: 11.375rem;
}

.recruit__image3 {
	max-width: 15.625rem;
}

.recruit__bottom-wrap {
	margin-top: 8.75rem;
}

.staff-voice {
	padding-bottom: 3.75rem;
}

.staff-voice__wrap {
	gap: 5rem;
}

.staff-voice__title {
	font-size: 3.125rem;
}

.staff-voice__content {
	display: block;
	margin: 0;
}

.staff-voice__text {
	margin-top: 1.875rem;
}

.staff-voice__text--over {
	margin-right: 0;
}

.staff-voice__quote {
	font-size: 1.25rem;
}

.staff-voice__name {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.staff-voice__image {
	margin: 1.875rem auto 0;
}

.staff-voice__list {
	gap: 1.875rem;
	margin: 2.5rem 0 0;
}

.staff-voice__catchcopy {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.staff-voice__description {
	line-height: 1.6;
	margin-top: 1.875rem;
}

.staff-voice__image--s {
	margin-top: 1.875rem;
}

.staff-voice__image--m {
	margin-top: 1.875rem;
}

.staff-voice__image--over img {
	border-radius: 1.25rem;
}

.recruit-info {
	padding: 3.75rem 0;
}

.recruit-info::after {
	left: calc(50% - 50vw);
}

.recruit-info__title {
	font-size: 2rem;
}

.recruit-info__content {
	margin-top: 2.5rem;
}

.recruit-info__subtitle {
	font-size: 1.5rem;
}

.recruit-info__list {
	margin-top: 1.875rem;
}

.recruit-info__item {
	display: block;
	padding: 1.25rem 0;
}

.recruit-info__description {
	margin-top: 0.625rem;
}

.recruit-info__contact {
	margin-top: 1.875rem;
}

.rfid-service {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.rfid-tire {
	padding-bottom: 3.75rem;
}

.rfid-tire__inner {
	padding-top: 3.75rem;
}

.label-service {
	padding: 3.75rem 0;
}

.inner-n.label-service__wrapper {
	padding-bottom: 3.75rem;
}

.label-service__wrapper:not(:first-child) {
	padding-top: 3.75rem;
}

.label-service__wrap {
	display: block;
}

.label-service__annotation {
	font-size: 1.25rem;
	margin-top: 0rem;
	padding-bottom: 3.75rem;
}

.label-service__content {
	width: 100%;
}

.label-service__description {
	line-height: 1.6;
}

.label-service__cta {
	margin: 2.5rem auto 0;
	width: 90%;
}

.label-service__cta a {
	padding: 1.5625rem;
}

.label-service__cta-content {
	display: block;
}

.label-service__image {
	max-width: none;
	max-width: initial;
}

.label-service__info {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.label-service__text {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.label-service__btn {
	margin-top: 1.25rem;
}

.label-service__btn::after {
	height: 1.25rem;
	width: 1.28125rem;
}

.label-service__cta-btn {
	margin: 1.875rem auto 0;
}

.sales-planning {
	padding-bottom: 0.625rem;
	padding-top: 3.75rem;
}

.sales-planning__title {
	font-size: 1.875rem;
}

.sales-planning__description {
	font-size: 0.875rem;
	line-height: 1.6;
	margin: 1.25rem auto 0;
	width: 100%;
}

.sales-planning__content {
	height: auto;
	height: initial;
	margin: 3.75rem auto 0;
	width: auto;
	width: initial;
}

.sales-list {
	margin: 3.75rem auto 0;
}

.sales-list__list:not(:first-child) {
	margin-top: 3.75rem;
}

.sales-list__title {
	font-size: 1.125rem;
}

.sales-list__image {
	margin-top: 1.875rem;
}

.sales-list__text {
	margin: 1.875rem auto 0;
}

.planning-swiper__wrap {
	padding: 1.5rem 2.5rem 0;
}

.planning-swiper__wrap .swiper-button-prev::before,
.planning-swiper__wrap .swiper-button-next::before {
	height: 1.4375rem;
	width: 1.5rem;
}

.planning-swiper__wrap .swiper-button-prev,
.planning-swiper__wrap .swiper-button-next {
	top: 65%;
}

.planning-swiper01,
.planning-swiper02 {
	margin-top: 1.875rem;
	padding: 0 1.875rem 3.125rem;
}

.flow {
	margin-top: 3.75rem;
}

.flow__steps {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.flow__step:not(:first-child)::before {
	display: none;
}

.product-list__inner {
	margin-top: 3.75rem;
}

.product-list {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
}

.product-item:not(:first-child) {
	margin-top: 1.875rem;
}

.product-image {
	max-width: none;
	max-width: initial;
}

.product-image__wrap {
	width: 80%;
}

.product-info {
	margin-top: 0.625rem;
}

.product-category__wrap {
	margin-top: 0.625rem;
}

.product-tags {
	padding-top: 0.625rem;
}

.product-list__btn {
	margin: 3.75rem auto 0;
}

.product-list__btn a {
	padding: 1.125rem 6.25rem 1.125rem 1.875rem;
}

.thanks-btn {
	margin: 2.5rem auto 0;
}

.mv {
	height: 100lvh;
}

.mv__video video {
	-o-object-position: bottom 0 right 26%;
	object-position: bottom 0 right 26%;
}

.mv__title-wrap {
	left: 53%;
	top: 48.5%;
	z-index: 11;
}

.mv__main-title {
	width: 73.5%;
}

.mv__main-title::after {
	background: linear-gradient(to bottom, rgba(14, 61, 101, 0) 100%, rgb(14, 61, 101) 100%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 8;
}

.mv__main-title img {
	filter: drop-shadow(0 0 10px rgba(14, 61, 101, 0.9));
}

.mv__swiper-wrap {
	bottom: -18.125rem;
	width: 14.375rem;
}

.mv__swiper .swiper-img {
	width: 68%;
}

.mv__swiper-info {
	margin-top: 0.75rem;
}

.mv__swiper-title {
	font-size: 1.125rem;
}

.mv__swiper-text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 0.4375rem;
}

.mv__swiper .swiper-pagination {
	bottom: -0.1875rem !important;
	right: auto !important;
	right: initial !important;
}

.mv__swiper .swiper-pagination {
	width: 100%;
}

.mv-sub {
	padding: 2.75rem 0 7.5rem;
}

.mv-sub::after {
	background: linear-gradient(to bottom, rgba(14, 61, 101, 0) 0%, rgb(14, 61, 101) 0%);
	height: 18.75rem;
	z-index: 12;
}

.mv-sub__img1 {
	max-width: 13.125rem;
	top: 2.125rem;
}

.mv-sub__img2 {
	left: 0;
	max-width: 8.75rem;
	right: auto;
	top: 12.875rem;
}

.mv-sub__img3 {
	max-width: 13.125rem;
	top: 25.1875rem;
	z-index: 10;
}

.mv-sub__text-wrap {
	padding-top: 43.75rem;
}

.mv-sub__text {
	background-color: #0E3D65;
	font-size: 0.875rem;
	line-height: 2.61;
	margin-left: 0;
	margin-left: initial;
	width: 100vw;
	z-index: 13;
}

.mv-sub__text::before {
	background: linear-gradient(to bottom, rgba(14, 61, 101, 0) 0%, rgb(14, 61, 101) 80%);
	content: "";
	height: 7.5rem;
	left: 0;
	margin-left: calc(50% - 100vw);
	position: absolute;
	top: -6.875rem;
	width: 200vw;
	z-index: 8;
}

.mv-sub__svg-wrap {
	top: 5.3125rem;
}

.mv-sub__svg svg {
	width: 110%;
}

.business {
	padding: 3.75rem 0;
}

.business__wrap {
	flex-direction: column-reverse;
	margin-top: 1.25rem;
}

.business__content {
	margin-top: 1.25rem;
}

.business__list {
	margin: 0 auto 0;
	width: 60%;
}

.business__item:not(:first-child) {
	margin-top: 1.25rem;
}

.business__link {
	font-size: 1rem;
	padding: 0.5rem 0;
}

.business__btn {
	margin: 2.5rem auto 0;
}

.business__image {
	width: 100vw;
}

.about {
	padding: 3.75rem 0;
}

.about__card-content {
	padding: 0;
}

.about__card {
	margin-right: 0;
	margin-top: 2.5rem;
}

.about__card a {
	display: block;
	padding: 1.875rem 0.9375rem 1.875rem 1.875rem;
}

.about__label {
	font-size: 1.125rem;
}

.about__heading {
	font-size: 2rem;
}

.about__text {
	font-size: 0.875rem;
	margin-right: 0.9375rem;
	margin-top: 1.25rem;
}

.about__card-image {
	margin-left: 0;
	margin-top: 1.25rem;
	max-width: 23.75rem;
	width: 80%;
}

.about__links {
	display: block;
	margin-top: 2.5rem;
}

.about__link-wrap {
	margin: 0 auto;
	width: 60%;
}

.about__link-wrap:not(:first-child) {
	margin-top: 1.25rem;
}

.about__link-subtitle {
	font-size: 0.875rem;
}

.about__link {
	font-size: 2rem;
	padding: 0.5rem 0;
}

.about__link::after {
	top: 50%;
}

.news {
	padding: 3.75rem 0;
}

.news__content {
	display: block;
}

.news__list {
	margin-top: 2.5rem;
}

.news__item a {
	padding-bottom: 1.25rem;
	padding-right: 3.125rem;
}

.news__item:not(:first-child) a {
	padding-top: 1.25rem;
}

.news__date {
	padding-right: 0.9375rem;
}

.news__category {
	margin-left: 0.9375rem;
}

.news__text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.footer-contact {
	padding: 3.75rem 0;
}

.footer-contact__subtitle {
	font-size: 2.5rem;
}

.footer-contact__text {
	font-size: 0.875rem;
	line-height: 1.6;
}

.footer-contact__btn {
	margin: 2.5rem auto 0;
	max-width: 15.625rem;
}

.footer-contact__btn a {
	font-size: 1rem;
	padding: 1.125rem 0 1.125rem 2.4375rem;
}

.works {
	padding: 3.125rem 0 3.75rem;
}

.works__inner {
	max-width: 37.5rem;
	padding: 0 0.9375rem;
}

.works .product-list {
	grid-row-gap: 2.5rem;
	margin-top: 0;
	padding-top: 1.875rem;
}

.works .product-item:not(:first-child) {
	margin-top: 0;
}

.works__cta-btn {
	margin: 2.5rem auto 0;
}

.modal__body {
	padding: 2.5rem 0.625rem 1.25rem;
	width: 95%;
}

.modal__close-button {
	height: 1.875rem;
	right: 3%;
	top: 3%;
	width: 1.875rem;
}

.modal__close-button::after {
	height: 0.625rem;
	width: 0.625rem;
}

.modal-pagination__wrap > .swiper-button-prev {
	left: 0 !important;
}

.modal-pagination__wrap > .swiper-button-next {
	right: 0 !important;
}

.modal-pagination__prev::before,
.modal-pagination__next::before {
	height: 1.5rem;
	width: 1.5rem;
}

.button-gradient-long {
	padding: 1.375rem;
}

.exterior__title {
	font-size: 1.5rem;
	line-height: 1.3333333333;
	padding: 1.75rem 9.0666666667vw 16.1875rem 0;
}

.exterior-swiper {
	margin-top: -14.4375rem;
}

.swiper-slide.exterior-card {
	width: 22.1875rem;
}

.exterior-button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
}

.factory-about {
	max-width: 40rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.factory-about-container {
	gap: 2.875rem;
	grid-template-columns: repeat(1, 1fr);
}

.factory-about-img1,
.factory-about-img2 {
	max-width: 62.5rem;
	width: auto;
}

.factory-about-img1 {
	margin-right: calc(50% - 50vw);
}

.factory-about-img2 {
	margin-right: calc(50% - 50vw);
}

.factory-about-info {
	margin-top: 0;
}

.factory-about-info__catch {
	font-size: 1.8125rem;
	padding: 0.25rem 0.625rem;
}

.factory-about-info__title {
	font-size: 3.125rem;
	margin-top: 1.25rem;
	max-width: 100%;
}

.factory-about-info__subTitle {
	font-size: 1.5rem;
	line-height: 1.1666666667;
	margin-top: 1.5625rem;
	padding-left: 0rem;
	padding-right: 0rem;
}

.factory-about-info__text {
	font-size: 0.875rem;
	line-height: 1.7777777778;
	margin-top: 1.3125rem;
	max-width: 100%;
}

.factory-about-bottom {
	margin-top: 3.125rem;
}

.factory-about-bottom-icon {
	margin-top: 1rem;
}

.factory-about-bottom__text {
	font-size: 2.625rem;
}

.factory-contact__title-en {
	font-size: 2.5rem;
}

.factory-contact__title-ja {
	margin-top: 1.25rem;
}

.factory-contact-tell {
	margin-top: 2.625rem;
}

.factory-contact-tell-number {
	font-size: 1.875rem;
}

.factory-contact-tell__text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.factory-contact__button {
	margin-top: 2.375rem;
}

.factory-contact__button-link {
	font-size: 1rem;
}

.factory-feature {
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.factory-feature__container {
	gap: 0;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 16vw;
}

.factory-feature__container-box {
	padding-bottom: 0rem;
	padding-top: 0rem;
}

.factory-feature__container-box--overview-bg {
	margin-left: calc(50% - 50vw);
	padding-right: 20px;
}

.factory-feature__container-box--rental-bg {
	margin-right: calc(50% - 50vw);
	padding-left: 20px;
}

.factory-feature__container-box--rental {
	order: -1;
}

.factory-feature__container-info {
	padding-left: 20px;
	padding-right: 20px;
}

.factory-feature__container-info--left {
	margin-right: auto;
	padding-right: 0;
}

.factory-feature__container-info--right {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}

.factory-feature__container-info-catch {
	font-size: 4.2666666667vw;
}

.factory-feature__container-info-title {
	font-size: 15.7333333333vw;
	margin-top: 3.2vw;
}

.factory-feature__container-info-text {
	font-size: 4vw;
	line-height: 1.6;
	margin-top: 7.2vw;
}

.factory-feature__container-info-button {
	margin-top: 5.3333333333vw;
}

.factory-feature-bottom {
	margin-top: 3.625rem;
	padding-bottom: 2.5rem;
}

.factory-feature-bottom__title,
.factory-feature-bottom__subTitle,
.factory-feature-bottom__text {
	max-width: 37.5rem;
}

.factory-feature-bottom__title {
	font-size: 3.125rem;
	line-height: 1.2;
}

.factory-feature-bottom__subTitle {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.3125rem;
	text-align: left;
	width: -moz-fit-content;
	width: fit-content;
}

.factory-feature-bottom__text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	margin-top: 3.125rem;
}

.factory-mv {
	padding-bottom: clamp(5.625rem, -15.899rem + 91.837vw, 28.125rem);
	padding-top: 14.6875rem;
}

.factory-mv__title {
	font-size: 32vw;
	top: 3.75rem;
}

.factory-mv__bg {
	max-height: 15.75rem;
}

.factory-mv__bg::before {
	top: -1.25rem;
}

.factory-mv__bg::after {
	bottom: -12.5rem;
}

.factory-mv__bg img {
	aspect-ratio: 375/252;
}

.factory-mv__car {
	max-width: 100%;
	top: calc(100vh + 15rem);
}

.factory-mv__car.is-final {
	top: 15rem;
}

.factory-single {
	padding-bottom: 4.0625rem;
	padding-top: 2.5rem;
}

.factory-single__title {
	font-size: 1.5rem;
	line-height: 1.3333333333;
	margin-top: 1.4375rem;
}

.factory-single__img {
	margin-top: 1.875rem;
}

.factory-single__content {
	margin-top: 4.375rem;
}

.factory-single__content-text {
	margin-top: 3.125rem;
}

.factory-single__content-button-link {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-gallery {
	grid-template-columns: repeat(2, 1fr) !important;
}

.wp-block-gallery {
	margin-top: 5rem;
}

.wp-block-image img {
	aspect-ratio: 168/122 !important;
}

.footer-f {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.footer-f__inner {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.footer-f__company {
	font-size: 2.625rem;
}

.footer-f__address {
	font-size: 0.875rem;
	margin-top: 1.125rem;
}

.footer-f-left-bottom {
	margin-top: 0;
}

.footer-f-left-bottom__img {
	margin-top: 0;
}

.footer-f-right {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 1.625rem;
	width: 100%;
}

.footer-f-right-box__logo {
	margin-top: 1.25rem;
}

.footer-f-right-container {
	margin-top: 0;
}

.footer-f-right-items {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.25rem;
}

.footer-f-right-item,
.footer-f-right-privacy {
	font-size: 0.9375rem;
}

.footer-f-right-privacy {
	margin-top: 1.25rem;
	text-align: left;
}

.footer-f__copyright {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	text-align: center;
}

.footer-f__copyright small {
	font-size: 0.75rem;
}

.overview-fv-bottom {
	margin-top: 2.5rem;
}

.overview-fv-bottom__title {
	font-size: 3.125rem;
}

.overview-fv-bottom__img {
	margin-top: 2.25rem;
}

.overview-fv-bottom__img::after {
	aspect-ratio: 375/151;
	background-image: url(./../images/uls-factory/overview-fv-bottom-bg-sp.webp);
	bottom: -13.3333333333vw;
}

.fv-bottom__title {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.fv-bottom__text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	margin-top: 4rem;
	max-width: 100%;
}

.fv-bottom.fv-bottom--rental {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 37.5rem;
	width: 100%;
}

.fv-bottom.fv-bottom--wrapping {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5rem;
	max-width: 37.5rem;
	width: 100%;
}

.fv {
	padding-bottom: 4.25rem;
}

.fv__inner::before {
	aspect-ratio: 355/450;
	width: 96.5333333333vw;
}

.fv__inner.fv__inner--rental::before {
	background-image: url(./../images/uls-factory/rental-fv-bg-sp.png);
}

.fv__inner.fv__inner--overview::before {
	background-image: url(./../images/uls-factory/overview-fv-bg-sp.png);
}

.fv__inner.fv__inner--wrapping::before {
	background-image: url(./../images/uls-factory/wrapping-fv-bg-sp.png);
}

.fv-container {
	flex-direction: column;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 32vw;
}

.fv-info__title {
	font-size: 13.3333333333vw;
}

.fv-info__text {
	font-size: 4vw;
	line-height: 1.6;
	margin-top: 1.8666666667vw;
}

.fv__img.fv__img--overview {
	margin-top: 5.3333333333vw;
	width: 98.6666666667vw;
}

.fv__img.fv__img--rental {
	margin-left: auto;
	margin-top: -26.6666666667vw;
	width: 44.8vw;
}

.fv__img.fv__img--wrapping {
	margin-left: auto;
	margin-left: -112vw;
	margin-top: 16vw;
	width: 261.3333333333vw;
}

.fv__img.fv__img--wrapping img {
	-o-object-fit: contain;
	aspect-ratio: 800/240;
	object-fit: contain;
}

.header-f {
	padding-bottom: 1.375rem;
	padding-top: 1.375rem;
}

.opening--bg,
.opening--bg2 {
	top: 1.375rem;
}

.opening--bg {
	height: 80vw;
}

.opening--bg2 {
	height: 2.5rem;
}

.header-f__logo {
	font-size: 2rem;
}

.header-f__nav {
	display: none;
}

.header-f__nav-item.header-f__nav-item--contact a {
	width: 8.5rem;
}

.header-f__hamburger {
	display: block;
}

.info-box__head {
	width: 100%;
}

.info-box__content-container {
	margin-top: 2.5rem;
}

.info-box__content {
	padding: 1.875rem;
}

.info-box__lead {
	font-size: 1.25rem;
	line-height: 1.4;
}

.info-box__sublead {
	font-size: 0.875rem;
	line-height: 1.8666666667;
}

.info-box__list {
	margin-top: 0.875rem;
}

.info-box__item {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
}

.info-box__note {
	margin-top: 1.75rem;
}

.price-table-block__row {
	flex-direction: column;
	padding: 1rem 0;
}

.price-table-block__item,
.price-table-block__price {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
}

.price-table-block__item {
	width: 100%;
}

.info-box-bottom {
	align-items: left;
	flex-direction: column-reverse;
	gap: 1.625rem;
}

.info-box-bottom__text {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-left: auto;
	margin-right: auto;
	max-width: min(67.4666666667vw, 402px);
	width: 100%;
}

.price-table-block__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: min(67.4666666667vw, 402px);
	width: 100%;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.mv-movie__title-en {
	font-size: 13.037809648vw;
}

.news-section__inner.inner {
	max-width: 600px;
}

.news-section__head {
	gap: 1.0625rem;
}

.news-section__title {
	font-size: 2.5rem;
}

.news-section__head-grid {
	-webkit-mask-image: url("./../images/uls-factory/grid-orange-sp.svg");
	aspect-ratio: 579/16;
	height: 1rem;
	mask-image: url("./../images/uls-factory/grid-orange-sp.svg");
	width: 36.1875rem;
}

.news-section__subtitle {
	font-size: 0.875rem;
	margin-top: 0;
}

.report-list-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.report-list-container__inner {
	max-width: 600px;
}

.report-list-tab {
	gap: 0.125rem;
}

.report-list-tab__item {
	font-size: 0.75rem;
}

.report-list-tab__item::after {
	margin-left: 0.125rem;
}

.report-list {
	gap: 3.125rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 3rem;
}

.report-list__body {
	margin-top: 1.0625rem;
}

.report-list__date {
	margin-top: 1.125rem;
}

.report-list__text {
	font-size: 0.9375rem;
}

.factory-flex {
	padding-bottom: 5rem;
}

.factory-flex__inner {
	grid-template-columns: repeat(1, 1fr);
	max-width: 640px;
	padding-left: 20px;
	padding-right: 20px;
}

.factory-flex__img {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.factory-flex__img img {
	aspect-ratio: 375/312;
}

.factory-flex-info {
	display: contents;
	max-width: 100%;
	padding-bottom: 5rem;
	padding-left: 0;
}

.factory-flex-info__section-title {
	font-size: 1.5rem;
	margin-bottom: 0rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	order: -1;
	padding-bottom: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 0;
	padding-top: 1.625rem;
	text-align: left;
	width: 100%;
}

.factory-flex-info__title {
	font-size: 1.5rem;
	margin-top: 1.875rem;
}

.factory-flex-info__text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	margin-top: 1.5625rem;
	max-width: 100%;
}

.factory-flex-info__subText {
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin-top: 1.375rem;
}

.overview-swiper__button {
	bottom: 0.6875rem;
	top: auto;
	transform: none;
}

.overview-swiper__button.swiper-button-prev,
.overview-swiper__button.swiper-button-next {
	height: 1.875rem;
	top: 90%;
	top: var(--swiper-navigation-top-offset, 90%);
	width: 1.875rem;
}

.overview-swiper__button--prev.swiper-button-prev {
	left: 1.25rem;
}

.overview-swiper__button--next.swiper-button-next {
	right: 1.25rem;
}

.overview-swiper__button-icon {
	width: 0.4375rem;
}

.post-factory-news {
	padding-top: 7.5rem;
}

.post-factory-news__inner.inner {
	max-width: 600px;
}

.post-top__inner.inner {
	max-width: 600px;
}

.post-top__title-en {
	font-size: 3.125rem;
}

.post-top__title-grid {
	-webkit-mask-image: url("./../images/uls-factory/grid-black-sp.svg");
	aspect-ratio: 228/20;
	height: 1.25rem;
	mask-image: url("./../images/uls-factory/grid-black-sp.svg");
}

.post-top-article-link {
	align-items: flex-start;
	flex-direction: column;
	gap: 0rem;
}

.post-top-article__img {
	max-width: 100%;
}

.post-top-article-info {
	padding-bottom: 2.625rem;
	padding-top: 1.25rem;
}

.post-top-article-info__title {
	font-size: 1.5rem;
}

.post-top-article-info__text.report-list__text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
}

.post-top-article-info__tag {
	margin-top: 1.5625rem;
}

.post-factory-news .report-list__text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
}

.printing-feature {
	background-image: url(./../images/uls-factory/printing-feature-bg-sp.webp);
	padding-bottom: 5.125rem;
	padding-top: 5.125rem;
}

.printing-feature__lead {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.printing-feature__desc {
	font-size: 0.9375rem;
	letter-spacing: 0.15em;
	line-height: 1.8666666667;
	margin-top: 2.5rem;
}

.rental-img img {
	aspect-ratio: 375/303;
}

.simulation {
	padding-bottom: 6rem;
}

.simulation-container {
	grid-template-columns: repeat(1, 1fr);
	max-width: 640px;
	padding-left: 20px;
	padding-right: 20px;
}

.simulation-left {
	padding-bottom: 2.5rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 2.125rem;
}

.simulation-left-info__title {
	font-size: 1.5rem;
}

.simulation-left-info__text {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	margin-top: 1.375rem;
	max-width: 100%;
}

.simulation-right {
	max-width: 100vw;
	width: -moz-fit-content;
	width: fit-content;
}

.specifications__title {
	font-size: 1.5rem;
}

.spec-table--first {
	margin-top: 1.75rem;
}

.spec-table--second {
	margin-top: 6.25rem;
}

.spec-table__head {
	font-size: 1rem;
	padding: 1.0625rem 0.8125rem;
}

.spec-table__row {
	flex-direction: column;
	padding: 0.875rem 0.8125rem;
}

.spec-table__term {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	width: 100%;
}

.spec-table__desc {
	font-size: 0.9375rem;
	line-height: 1.8666666667;
	margin-top: 0.25rem;
	width: 100%;
}

.to-top {
	bottom: 1.25rem;
	padding: 0.625rem;
}

.to-top.to-top--movie {
	bottom: 1.25rem;
}

.top-wrapping-container {
	gap: 0rem;
	grid-template-columns: repeat(1, 1fr);
	max-width: 37.5rem;
	width: 100%;
}

.top-wrapping-left {
	padding-bottom: 5.3125rem;
	padding-top: 3.625rem;
}

.top-wrapping-right {
	padding-bottom: 5.3125rem;
	padding-top: 4.25rem;
}

.top-wrapping-right::after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.top-wrapping-left__title {
	font-size: 4.375rem;
}

.top-wrapping-left__text {
	margin-top: 0.6875rem;
}

.top-wrapping-left__button {
	margin-top: 3.5rem;
}

.top-wrapping-right__text {
	font-size: 0.875rem;
	padding-right: 0;
	position: relative;
}

.top-wrapping-right__img {
	margin: 0 calc(50% - 50vw);
	margin-top: 1.125rem;
	max-width: 100vw;
}

.top-wrapping-right__img img {
	aspect-ratio: 375/265;
}

.layout-wrapping-carousel {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.wrapping-swiper .swiper-slide-active {
	transform: scale(1) !important;
}

.wrapping-swiper__button {
	bottom: 0.6875rem;
	top: auto;
	transform: none;
}

.wrapping-swiper__button.swiper-button-prev,
.wrapping-swiper__button.swiper-button-next {
	height: 1.875rem;
	top: 90%;
	top: var(--swiper-navigation-top-offset, 90%);
	width: 1.875rem;
}

.wrapping-swiper__button--prev.swiper-button-prev {
	left: 1.25rem;
}

.wrapping-swiper__button--next.swiper-button-next {
	right: 1.25rem;
}

.wrapping-swiper__button-icon {
	width: 0.4375rem;
}

.wrapping-message {
	background-image: url(./../images/uls-factory/wrapping-message-bg-sp.webp);
	padding-bottom: 7.4375rem;
	padding-top: 7.4375rem;
}

.wrapping-message__text {
	font-size: 1.5rem;
	line-height: 1.1666666667;
}

}

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

.recruit__close a {
	opacity: 1;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes barFill {

0% {
	transform: scaleX(0);
}

100% {
	transform: scaleX(1);
}

}

@keyframes fadeOutIn {

0% {
	opacity: 1;
}

50% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes iconBlink {

0%,100% {
	opacity: 0;
}

50% {
	opacity: 1;
}

}

@keyframes blink {

0%,100% {
	opacity: 1;
}

50% {
	opacity: 0;
}

}


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