/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

nav,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	margin: 0;
	clear: both;
	overflow: visible; /* 2 */
	border-top-width: 1px;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-size: inherit; /* 2 */
	font-family: monospace, monospace; /* 1 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

span {
	display: inline-block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-size: inherit; /* 2 */
	font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: inherit;
	vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	     appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	     appearance: radio;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	color: inherit; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */

/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

/* 初期設定 */

button {
	background: none;
}

:where(dialog) {
	width: unset;
	max-width: unset;
	height: unset;
	max-height: unset;
	padding: unset;
	overflow: unset;
	border: unset;
	background-color: unset;
	color: unset;
}

body:has(dialog[open]) {
	overflow: hidden;
}

/*=================================================
色
==================================================*/

/*=================================================
フォント
==================================================*/

/*=================================================
レイアウト
==================================================*/

/*=================================================
vwの幅指定
==================================================*/

/*=================================================
ブレークポイント
==================================================*/

/*=================================================
重なり順の定義
==================================================*/

/*=================================================
フォント情報の一括入力
==================================================*/

/*=================================================
fontサイズ
==================================================*/

/*=================================================
vw
==================================================*/

/* メディアクエリ―
----------------------------------------------------*/

body {
	color: #1a1a1a;
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.008em;
}

img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}

a,
span {
	display: inline-block;
}

/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */

@font-face {
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-family: swiper-icons;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	display: block;
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.swiper {
	display: block;
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	display: block;
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	flex-shrink: 0;
	order: 9999;
	content: "";
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	width: var(--swiper-centered-offset-after);
	height: 100%;
	min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	box-sizing: border-box;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	margin-left: -21px;
	transform-origin: 50%;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	width: var(--swiper-virtual-size);
	height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	display: flex;
	z-index: 10;
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	align-items: center;
	justify-content: center;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	right: auto;
	left: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-variant: initial;
	font-size: var(--swiper-navigation-size);
	line-height: 1;
	font-family: swiper-icons;
	letter-spacing: 0;
	text-transform: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	z-index: 10;
	position: absolute;
	transform: translate3d(0, 0, 0);
	text-align: center;
	transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: var(--swiper-pagination-top, auto);
	bottom: var(--swiper-pagination-bottom, 8px);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	display: inline-block;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	top: 50%;
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	width: 8px;
	transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	position: absolute;
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: 0;
	left: 0;
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	top: 0;
	left: 0;
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	position: relative;
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
	touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	z-index: 50;
	position: absolute;
	top: var(--swiper-scrollbar-top, auto);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	left: var(--swiper-scrollbar-sides-offset, 1%);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
	height: var(--swiper-scrollbar-size, 4px);
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	z-index: 50;
	position: absolute;
	top: var(--swiper-scrollbar-sides-offset, 1%);
	right: var(--swiper-scrollbar-right, 4px);
	left: var(--swiper-scrollbar-left, auto);
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

.swiper .swiper-notification {
	z-index: -1000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	visibility: hidden;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform-origin: 0 0;
	backface-visibility: hidden;
	pointer-events: none;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	visibility: visible;
	pointer-events: auto;
}

.swiper-cube .swiper-cube-shadow {
	z-index: 0;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	content: "";
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	visibility: visible;
	pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	z-index: 1;
	backface-visibility: hidden;
	pointer-events: none;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	overflow: hidden;
	backface-visibility: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	overflow: hidden;
	transform-origin: center bottom;
	backface-visibility: hidden;
}

.l-inner {
	width: min(1280px, 100%);
	margin-inline: auto;
	padding-inline: 20px;
}

.l-lower {
	padding-block-start: 9.375rem;
}

/* section heading
----------------------------------------------------*/

.c-section-heading {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: -moz-fit-content;
	width: fit-content;
	transform: translateY(8px);
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.c-section-heading.is-show {
	transform: translateY(0);
	opacity: 1;
}

.c-section-heading__primary {
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	font-weight: 700;
	font-size: 2.625rem;
	line-height: 1.6;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.c-section-heading__secondary {
	color: #4a4a4a;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}

.c-button-more {
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	width: 100%;
	max-width: 11.25rem;
	padding: 0.75rem 0.625rem;
	overflow: hidden;
	border: 2px solid #8484ee;
	border-radius: 12px;
	color: #8484ee;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
	transition: color 0.3s ease;
}

.c-button-more::after {
	z-index: -1;
	position: absolute;
	top: 100%;
	right: 100%;
	width: 130%;
	height: 130%;
	border-radius: 100vmax;
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	content: "";
	transition: all 0.3s ease;
}

.c-button-more span {
	position: relative;
	padding-inline-end: 1.375rem;
}

.c-button-more span::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 14px;
	translate: 0 -50%;
	rotate: 45deg;
	border-inline-end: 2px solid #8484ee;
	border-block-start: 2px solid #8484ee;
	content: "";
}

.c-lower-mv {
	position: relative;
	width: 100%;
	height: 80vh;
	height: 80dvh;
}

.c-lower-mv__img {
	width: inherit;
	height: 100%;
}

.c-lower-mv__img picture {
	width: inherit;
	height: inherit;
}

.c-lower-mv__img picture img {
	height: inherit;
}

.c-lower-mv__title {
	display: flex;
	position: absolute;
	bottom: 0.3125rem;
	left: 0.3125rem;
	align-items: end;
	width: 34.375rem;
	height: 14.375rem;
	padding-inline-start: 2.5rem;
	padding-block-end: 0.625rem;
	transform: translate(-120%, -120%);
	background-color: #fff;
	font-style: italic;
	font-weight: 700;
	font-size: 3.625rem;
	line-height: 1.224137931;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.4s ease;
}

.c-lower-mv__title.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.c-to-top {
	display: flex;
	visibility: hidden;
	z-index: 30;
	position: fixed;
	right: 2.5rem;
	bottom: 2.5rem;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	transform: translateY(0.625rem);
	border-radius: 100vmax;
	background-color: #6f6ff0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	opacity: 0;
	transition: transform 0.6s, visibility 0.3s, opacity 0.3s;
}

.c-to-top.is-show {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.c-to-top::before {
	position: absolute;
	top: 50%;
	width: 1.25rem;
	height: 1.25rem;
	transform: rotate(-45deg);
	translate: 0 -30%;
	border-inline-end: 2px solid #fff;
	border-block-start: 2px solid #fff;
	content: "";
}

.p-header {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 1.25rem 5rem;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.p-header.is-hidden {
	visibility: hidden;
	opacity: 0;
}

.p-header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 1.375rem 1.875rem;
	border-radius: 100vmax;
	background-color: #8484ee;
}

.p-header__logo {
	width: 100%;
	max-width: 17.5rem;
}

.p-header__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-block: 1.125rem;
	background-color: #fff;
}

.p-header__nav-lists {
	display: flex;
	align-items: center;
	height: 100%;
	color: #fff;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 0;
}

.p-header__nav-list {
	height: inherit;
	margin-inline: 0.5rem;
}

.p-header__nav-link {
	position: relative;
	width: 100%;
	padding-block: 0.75rem;
}

.p-header__nav-link::after {
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	width: 0%;
	height: 2px;
	translate: -50%;
	background-color: #fff;
	content: "";
	transition: width 0.3s ease;
}

.p-header__nav-button {
	z-index: 1;
	position: relative;
	margin-inline-start: 0.625rem;
	padding: 1.5rem 1.875rem;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 100vmax;
	font-weight: 700;
	transition: color 0.3s ease;
}

.p-header__nav-button::after {
	z-index: -1;
	position: absolute;
	top: 100%;
	right: 100%;
	width: 0%;
	height: 0%;
	border-radius: 100vmax;
	background-color: #fff;
	content: "";
	transition: all 0.3s ease;
}

.p-drawer {
	z-index: 39;
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	transform: translateX(300%);
	background-color: #6f6ff0;
}

.p-drawer.js-open {
	transform: translateX(0);
	transition: transform 0.3s ease-in-out;
}

.p-drawer__body {
	width: 100%;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-inline: auto;
	margin-block-start: 3.75rem;
}

.p-drawer__list {
	display: flex;
	row-gap: 1.25rem;
	flex-direction: column;
	margin-block-start: 7.5rem;
}

.p-drawer__link {
	color: #FFF;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
}

.p-drawer__link.p-drawer__contact-button {
	display: inline-block;
	margin-block-start: 0.625rem;
	padding: 0.625rem 1.875rem;
	border: 2px solid #fff;
	border-radius: 100vmax;
	color: #fff;
}

.p-drawer__icon {
	display: flex;
	z-index: 40;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	width: 28px;
	height: 20px;
}

.p-drawer__line {
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: rotate 0.3s ease;
}

.p-drawer__icon.js-open .p-drawer__line:nth-of-type(1) {
	translate: 0 9.5px;
	rotate: 45deg;
}

.p-drawer__icon.js-open .p-drawer__line:nth-of-type(2) {
	display: none;
}

.p-drawer__icon.js-open .p-drawer__line:nth-of-type(3) {
	translate: 0 -9px;
	rotate: -45deg;
}

.p-mv {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
}

.p-mv .swiper-container {
	position: relative;
	height: inherit;
}

.p-mv .swiper {
	position: relative;
	height: inherit;
}

.p-mv .swiper-wrapper {
	position: relative;
	height: inherit;
}

.p-mv .p-mv-swiper__slide img {
	height: 100%;
}

.p-mv { /*=================================================
  paginationのカスタマイズ
  ==================================================*/
}

.p-mv .swiper-pagination-bullet {
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 100vmax;
	background: #fff;
	opacity: 1;
}

.p-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ff4f81;
}

.p-mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.p-mv .swiper-horizontal > .swiper-pagination-bullets,
.p-mv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-mv .swiper-pagination-custom,
.p-mv .swiper-pagination-fraction {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.p-mv { /*=================================================
  paginationの矢印カスタマイズ
  ==================================================*/
}

.p-mv .swiper-button-prev::after {
	content: "";
}

.p-mv .swiper-button-next::after {
	content: "";
}

.p-mv__title {
	display: flex;
	z-index: 2;
	position: absolute;
	bottom: 5rem;
	left: 6.25rem;
	flex-direction: column;
	overflow: hidden;
	gap: 1.75rem;
	transform: skew(-10deg) rotate(-10deg);
}

.p-mv__title-line {
	width: 0;
	overflow: hidden;
	transform-origin: left center;
	background-color: #fff;
	text-wrap: nowrap;
	animation: textExpands 0.4s linear forwards;
	transition: transform 1.4s linear;
}

.p-mv__title-line:nth-child(1) {
	animation-delay: 0.8s;
}

.p-mv__title-line:nth-child(2) {
	animation-delay: 1.4s;
}

.p-mv__title-line:nth-child(3) {
	animation-delay: 2s;
}

.p-mv__title-line span {
	padding-inline: 0.75rem;
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	font-weight: 700;
	font-size: 3.75rem;
	line-height: 1.5;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: #fff;
	background-clip: text;
}

.p-top-about {
	padding-block: 7.5rem;
	overflow: hidden;
}

.p-top-about__container {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	margin-inline-start: 7.5rem;
	padding: 2.5rem 3rem;
	gap: 8.4375rem;
}

.p-top-about__container::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + (100vw - 100%) / 2);
	height: 100%;
	background-color: #f7f8ff;
	content: "";
}

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

.p-top-about__text {
	margin-block-start: 3rem;
}

.p-top-about__button {
	margin-block-start: 3.75rem;
}

.p-top-about__img {
	flex: 0 0 22.5rem;
	aspect-ratio: 360/345;
}

.p-top-about__img img {
	width: 100%;
	height: 100%;
}

/*=================================================
equipment
==================================================*/

.p-top-equipment {
	padding-block: 7.5rem;
	background-color: #f7f8ff;
}

.p-top-equipment__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3.75rem;
}

.p-top-equipment__summary {
	width: 46.7741935484%;
}

.p-top-equipment__img {
	aspect-ratio: 445/396;
	width: 100%;
	margin-block-start: 3.75rem;
}

.p-top-equipment__img img {
	height: 100%;
}

.p-top-equipment__text {
	margin-block-start: 3.75rem;
}

.p-top-equipment__gallery {
	width: 46.7741935484%;
}

.p-top-equipment__gallery-img {
	display: flex;
}

.p-top-equipment__gallery-img img {
	height: 100%;
}

.p-top-equipment__gallery-second {
	aspect-ratio: 468/210;
	margin-block-start: 7.5rem;
}

.p-top-equipment__gallery-second img {
	height: 100%;
}

.p-top-equipment__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-start: 5rem;
}

/*=================================================
parallax img
==================================================*/

.p-top-parallax {
	width: 100%;
	height: 480px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
	transform: translateY(8px);
	        mask-image: linear-gradient(to bottom, transparent 0%, black 100%);
	opacity: 0;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.p-top-parallax img {
	height: calc(100% + 400px);
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-top-parallax.is-show {
	transform: translateY(0);
	opacity: 1;
}

/*=================================================
products
==================================================*/

.p-top-products {
	position: relative;
	padding-block: 7.5rem;
	overflow: hidden;
}

.p-top-products::before {
	position: absolute;
	top: 0.625rem;
	right: 0.625rem;
	aspect-ratio: 1;
	width: 12.5rem;
	border-radius: 100vmax;
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	content: "";
	opacity: 0.6;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
	z-index: -1;
	animation: floatEarly 5s ease-in-out infinite;
	        mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}

.p-top-products::after {
	position: absolute;
	top: 17.5rem;
	left: 1.25rem;
	aspect-ratio: 1;
	width: 7.5rem;
	border-radius: 100vmax;
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	content: "";
	-webkit-mask-image: linear-gradient(to top, transparent 0%, #000 100%);
	z-index: -1;
	animation: floatLate 4s ease infinite;
	        mask-image: linear-gradient(to top, transparent 0%, #000 100%);
	opacity: 0.6;
}

.p-top-products__title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-top-products__title .c-section-heading {
	align-items: center;
}

.p-top-products__lists {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-block-start: 5rem;
	gap: 2.5rem;
}

.p-top-products__card-img {
	overflow: hidden;
}

.p-top-products__card-img img {
	border-radius: 8px;
}

.p-top-products__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-start: 5rem;
}

/*=================================================
access
==================================================*/

.p-top-access {
	padding-block: 7.5rem;
	background: #f7f8ff;
}

.p-top-access__container {
	padding: 1.5rem 0.75rem 3.75rem;
	border-radius: 12px;
	background-color: #fff;
}

.p-top-access__container .c-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

.p-top-access__map {
	aspect-ratio: 765/520;
	width: 47.8125rem;
	margin-inline: auto;
	margin-block-start: 3.75rem;
	overflow: hidden;
	border-radius: 8px;
}

.p-top-access__map iframe {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.p-top-access__meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 47.8125rem;
	margin-inline: auto;
	margin-block-start: 2.5rem;
	padding: 2.5rem 1.25rem;
	gap: 2.5rem;
	background-color: #f7f8ff;
}

.p-top-access__meta-row {
	display: flex;
	gap: 1.5rem;
}

.p-top-access__term {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
	white-space: nowrap;
}

.p-top-access__description {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-top-access__description-link {
	color: #8484ee;
}

.p-top-access__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-start: 5rem;
}

.p-footer {
	padding-block: 5rem 1.25rem;
	background-color: #8484ee;
}

.p-footer__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-footer__logo {
	aspect-ratio: 180/80;
	width: 100%;
	max-width: 11.25rem;
}

.p-footer__logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-block: 0.875rem;
	background-color: #fff;
	font-size: 1rem;
}

.p-footer__lists {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-start: 3.75rem;
	gap: 2.5rem;
}

.p-footer__link {
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
	transition: color 0.3s ease, transform 0.3s ease;
}

.p-footer__meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-block-start: 1.5rem;
	gap: 0.75rem;
}

.p-footer__company {
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
}

.p-footer__row {
	display: flex;
	gap: 1.5rem;
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-footer__mail {
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-footer__copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-start: 2.5rem;
	color: #fff;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-company__bg-fix {
	z-index: -1;
	position: fixed;
	inset: 0;
	background: url("../img/img-factory1.jpg") no-repeat center center/cover;
	opacity: 0.3;
}

.p-company {
	padding-block: 7.5rem;
	background-color: #f7f8ff;
}

.p-company .c-section-heading {
	align-items: center;
	margin-inline: auto;
}

.p-company__container {
	width: min(880px, 100%);
	margin-inline: auto;
	padding: 5rem;
	border-radius: 12px;
	background-color: #fff;
}

.p-company__box {
	width: min(600px, 100%);
	margin-inline: auto;
	margin-block-start: 3.75rem;
}

.p-company__table {
	width: 100%;
	border-collapse: collapse;
}

.p-company__table .p-company__table-row {
	display: flex;
	align-items: center;
	border-radius: 8px;
}

.p-company__table .p-company__table-row:nth-child(even) {
	background-color: #f7f8ff;
}

.p-company__table .p-company__table-row:first-child {
	padding-block-start: 0.5rem;
}

.p-company__table .p-company__table-row:last-child {
	padding-block-end: 0.5rem;
}

.p-company__table .p-company__label,
.p-company__table .p-company__data {
	padding: 0.5rem;
}

.p-company__table .p-company__label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.3333333333;
	vertical-align: middle;
}

.p-company__table .p-company__data {
	font-size: 1.125rem;
}

.p-company-trade {
	position: relative;
	padding: 5rem 2.5rem;
}

.p-company-trade::before {
	position: absolute;
	top: 5%;
	left: 6%;
	aspect-ratio: 1;
	width: 7.5rem;
	border-radius: 100vmax;
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	content: "";
	animation: floatEarly 5s ease-in-out infinite;
	opacity: 0.4;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
	        mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}

.p-company-trade::after {
	position: absolute;
	right: 6%;
	bottom: 5%;
	aspect-ratio: 1;
	width: 12.5rem;
	border-radius: 100vmax;
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	content: "";
	-webkit-mask-image: linear-gradient(to top, transparent 0%, #000 100%);
	animation: floatLate 4s ease infinite;
	        mask-image: linear-gradient(to top, transparent 0%, #000 100%);
}

.p-company-trade__wrapper {
	display: flex;
	gap: 1.25rem;
}

.p-company-trade__left,
.p-company-trade__right {
	flex: 0 1 40%;
}

.p-company-trade__head {
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	border-block-end: 2px solid #ffb84d;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-company-trade__lists-wrap {
	margin-block-start: 2.5rem;
	padding: 2rem 5rem;
	border-radius: 12px;
	background-color: #f7f8ff;
}

.p-company-trade__lists {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: -moz-max-content;
	width: max-content;
	margin-inline: auto;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.p-company-trade__list {
	position: relative;
	padding-inline-start: 1.125rem;
}

.p-company-trade__list::before {
	position: absolute;
	top: 50%;
	left: 0;
	aspect-ratio: 1;
	width: 0.5rem;
	translate: 0 -50%;
	border-radius: 100vmax;
	background-color: #ff4f81;
	content: "";
}

.p-company-trade__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	width: 7.5rem;
}

.p-company-trade__icon path {
	fill: #8484ee;
}

.p-company-trade__toggle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-block-start: 1.5rem;
	gap: 0.75rem;
}

.p-company-trade__button {
	position: relative;
	padding-block-end: 1.5rem;
	font-weight: bold;
	transition: all 0.3s ease;
}

.p-company-trade__button::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50%;
	content: "▼";
	color: #8484ee;
}

.p-company__policy {
	padding-block: 7.5rem;
	background-color: #f7f8ff;
}

.p-company__policy .c-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

.p-company__policy-container {
	margin-block-start: 5rem;
}

.p-company__card {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-company__policy-row {
	display: flex;
	align-items: center;
	width: min(55rem, 100%);
	margin-inline: auto;
	padding: 0.75rem 1.5rem;
	border-radius: 12px;
}

.p-company__policy-row:nth-child(odd) {
	background-color: #bfbfff;
}

.p-company__card-head {
	position: relative;
	width: 38%;
	padding-inline-start: 2.125rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-company__card-head::before {
	position: absolute;
	top: 50%;
	left: 0;
	aspect-ratio: 1;
	width: 1.125rem;
	translate: 0 -50%;
	border-radius: 100vmax;
	background: linear-gradient(135deg, #8f8fee 0%, #6ab8ff 100%);
	content: "";
}

.p-company__card-data {
	flex: 0 1 100%;
	font-size: 1.125rem;
}

.p-company__gallery {
	padding-block: 7.5rem;
}

.p-company__gallery-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-block-start: 5rem;
	gap: 2rem;
}

.p-company__gallery-row:nth-child(1) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.p-company__gallery-row:nth-child(1) .p-company__gallery-img img {
	height: 100%;
}

.p-company__gallery-row:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}

.p-company__gallery-row:nth-child(2) .p-company__gallery-img {
	width: 33.333%;
}

.p-company__gallery-row:nth-child(2) .p-company__gallery-img img {
	height: 100%;
}

.p-products {
	padding-block: 7.5rem;
	overflow: hidden;
	background-color: #f7f8ff;
}

.p-products .c-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

.p-products__container {
	display: flex;
	flex-direction: column;
	margin-block-start: 5rem;
	gap: 4rem;
}

.p-products__gallery {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	padding-block: 2.5rem;
	gap: 3.75rem;
	border-radius: 12px;
}

.p-products__gallery:nth-child(odd) {
	width: calc(100% + (100vw - 100%) / 2);
	padding-inline-start: 5rem;
	background-color: #fff;
}

.p-products__gallery:nth-child(even) {
	flex-direction: row-reverse;
	width: calc(100% + (100vw - 100%) / 2);
	margin-inline-start: calc((100vw - 100%) / 2 * -1);
	padding-inline-end: 5rem;
}

.p-products__gallery-title {
	width: calc(22% - 1.875rem);
	padding: 0.75rem;
	border-radius: 8px;
	background-color: #bfbfff;
	color: #fff;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: center;
}

.p-swiper-container__gallery1,
.p-swiper-container__gallery2,
.p-swiper-container__gallery3 {
	width: 100%;
}

.p-swiper-container__gallery1,
.p-swiper-container__gallery3 {
	padding-inline-start: 0.75rem;
}

.p-swiper-container__gallery2 {
	padding-inline-end: 0.75rem;
}

.p-products__item-meta {
	margin-block-start: 0.5rem;
	text-align: center;
}

/* swiper
----------------------------------------------------*/

.p-products .swiper-container {
	position: relative;
	width: calc(100% - (22% - 1.875rem));
}

.p-products .swiper {
	position: relative;
}

.p-products .swiper-wrapper {
	position: relative;
}

.p-products { /*=================================================
  paginationのカスタマイズ
  ==================================================*/
}

.p-products .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: gray;
	opacity: 1;
}

.p-products .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: red;
}

.p-products .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-products .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.p-products .swiper-horizontal > .swiper-pagination-bullets,
.p-products .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-products .swiper-pagination-custom,
.p-products .swiper-pagination-fraction {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.p-products { /*=================================================
  paginationの矢印カスタマイズ
  ==================================================*/
}

.p-products .swiper-button-prev::after {
	content: "";
}

.p-products .swiper-button-next::after {
	content: "";
}

.is-in-left {
	visibility: hidden;
	transform: translateX(12.5rem);
	opacity: 0;
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.is-in-left.is-show {
	visibility: visible;
	transform: translateX(0);
	opacity: 1;
}

.is-in-right {
	visibility: hidden;
	transform: translateX(-12.5rem);
	opacity: 0;
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.is-in-right.is-show {
	visibility: visible;
	transform: translateX(0);
	opacity: 1;
}

.p-equipment {
	z-index: 1;
	position: relative;
	padding-block: 7.5rem;
	overflow: hidden;
}

.p-equipment::after {
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/img-factory1.jpg") no-repeat center center/cover;
	content: "";
	opacity: 0.2;
}

.p-equipment-tabs {
	margin-block-start: 5rem;
}

.p-equipment-tabs__inner {
	margin-inline: auto;
}

.p-equipment-tabs__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.75rem;
}

.p-equipment-tabs__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	border-radius: 12px;
	background-color: #6ab8ff;
	color: #fff;
}

.p-equipment-tabs__item[aria-selected=true] {
	background-color: #ffb84d;
	color: #fff;
	pointer-events: none;
}

.p-equipment-tabs__item[aria-selected=false] {
	transition: opacity 0.3s ease;
}

.p-equipment-tabs__contents {
	margin-block-start: 4rem;
	padding-inline: 1.25rem;
}

.p-equipment-tabs__content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem 3rem;
}

.p-equipment-tabs__content.p-equipment-tabs__content--content1 {
	background: #d9d9d9;
}

.p-equipment-tabs__content.p-equipment-tabs__content--content2 {
	background: #e8fea0;
}

.p-equipment-tabs__content.p-equipment-tabs__content--content3 {
	background: #b2b3f7;
}

.p-equipment-tabs__content-wrap {
	visibility: hidden;
	height: 0;
	translate: 0 20px;
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
}

.p-equipment-tabs__content-wrap.js-show {
	visibility: visible;
	height: -moz-fit-content;
	height: fit-content;
	translate: 0;
	opacity: 1;
}

.p-equipment__card {
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 3px 3px 8px 4px rgba(0, 0, 0, 0.2);
}

.p-equipment__card-img {
	overflow: hidden;
}

.p-equipment__card-img img {
	border-radius: 8px;
}

.p-equipment__card-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.75rem;
	gap: 0.1875rem;
}

.p-equipment__card-head {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.3333333333;
}

.p-access {
	position: relative;
	padding-block: 7.5rem;
}

.p-access::before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	aspect-ratio: 4/2;
	width: 80%;
	background-color: #f7f8ff;
	content: "";
	clip-path: polygon(0 0, 100% 0, 0 100%);
}

.p-access::after {
	z-index: -1;
	position: absolute;
	right: 0;
	bottom: 0;
	aspect-ratio: 4/2;
	width: 80%;
	background-color: #f7f8ff;
	content: "";
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.p-access .c-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

.p-access__container {
	margin-block-start: 5rem;
}

.p-access__map {
	aspect-ratio: 765/520;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
}

.p-access__meta-wrap {
	width: min(880px, 100%);
	margin-inline: auto;
	margin-block-start: 3.75rem;
}

.p-access__meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem 2rem;
}

.p-access__meta-row {
	display: grid;
	grid-template-columns: 25% 1fr;
	align-items: center;
	padding-inline-start: 0.75rem;
	padding-block-end: 0.5rem;
	gap: 1.5rem;
	border-block-end: 2px solid #ffb84d;
}

.p-access__label {
	white-space: nowrap;
}

.p-access__data {
	display: flex;
	flex-direction: column;
}

.p-access__data a {
	color: #8484ee;
	transition: opacity 0.3s ease, color 0.3s ease;
}

.p-contact {
	padding-block: 7.5rem;
}

.p-contact .c-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

.p-contact__inner {
	width: min(720px, 100%);
	margin-inline: auto;
}

.p-contact__text {
	margin-block-start: 4rem;
}

.p-contact__form {
	display: flex;
	row-gap: 1.875rem;
	flex-direction: column;
	margin-block-start: 4rem;
	padding: 1.5rem;
	border-radius: 12px;
	background-color: #f7f8ff;
}

.p-contact__row {
	display: grid;
	grid-template-columns: 14.375rem, 1fr;
	align-items: center;
	gap: 1.875rem;
}

.p-contact__row.p-contact__row--aifs {
	align-items: flex-start;
}

.p-contact__head {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.5;
	line-height: normal;
}

.p-contact__head span.p-contact__head--must {
	display: inline-block;
	position: relative;
}

.p-contact__head span.p-contact__head--must::after {
	display: inline-block;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(100% + 14px);
	padding: 0.0625rem 0.4375rem 0.125rem;
	translate: 0 -50%;
	border-radius: 4px;
	background-color: #6f6ff0;
	content: "必須";
	color: #fff;
	font-size: 0.75rem;
	line-height: normal;
	white-space: nowrap;
}

/*=================================================
input text email select textarea
==================================================*/

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	width: 100%;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 0;
	background: #F0F0F0;
	font-size: 1rem;
	line-height: normal;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #ccc;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
	color: #ccc;
}

textarea {
	height: 17.5rem;
	resize: vertical;
}

/*=================================================
select
==================================================*/

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.p-contact__select-wrap {
	position: relative;
}

.p-contact__select-wrap .p-contact__select-chevron {
	position: absolute;
	top: calc(50% - 3px);
	right: 0.75rem;
	width: 0.75rem;
	height: 0.75rem;
	transform-origin: center center;
	translate: 0 -50%;
	rotate: 135deg;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	pointer-events: none;
}

/*=================================================
checkbox
==================================================*/

input[type=checkbox] {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-contact__data-checkbox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px 10px;
}

.p-contact__data-checkbox span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: normal;
}

.p-contact__data-checkbox span::before {
	position: absolute;
	top: 1.5px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	content: "";
}

.p-contact__data-checkbox span::after {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 6px;
	height: 12px;
	rotate: 45deg;
	border-right: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	content: "";
	opacity: 0;
	transition: opacity 0.3s ease;
}

/*=================================================
radio
==================================================*/

input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span {
	background: #000;
	color: #fff;
}

.p-contact__data-radio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-contact__data-radio span {
	display: block;
	padding: 12px 10px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: normal;
	text-align: center;
}

.p-contact__data-radio label:not(:last-of-type) span {
	border-right: none;
}

/*=================================================
submit
==================================================*/

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}

.p-contact__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.p-contact__submit input[type=submit] {
	display: inline-block;
	padding: 11px 63px;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: normal;
}

.p-contact__acceptance {
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-contact__data-post {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 0.875rem;
}

.p-contact__address:nth-child(1) {
	width: 30ch;
}

/*=================================================
各デバイスの表示、非表示
==================================================*/

@media (any-hover: hover) {

.c-button-more:hover {
	color: #fff;
}

.c-button-more:hover::after {
	top: -10%;
	right: -10%;
}

.p-header__nav-link:hover::after {
	width: 100%;
}

.p-header__nav-button:hover {
	color: #8484ee;
}

.p-header__nav-button:hover::after {
	position: absolute;
	top: -10%;
	right: -10%;
	width: 130%;
	height: 130%;
	content: "";
}

.p-footer__link:hover {
	transform: translateY(-6px);
	color: #ffb84d;
}

.p-company-trade__button:hover {
	opacity: 0.7;
}

.p-equipment-tabs__item[aria-selected=false]:hover {
	cursor: pointer;
	opacity: 0.7;
}

.p-access__data a:hover {
	color: #ff4f81;
	opacity: 0.4;
}

}

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

.p-drawer__icon {
	display: none;
}

.u-hidden--pc {
	display: none;
}

.u-dc--pc {
	display: contents;
}

}

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

html {
	font-size: calc(16 / 1240 * 100vw);
}

.p-top-about__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-block-start: 2.375rem;
}

.p-top-about__img {
	flex: 1 1 100%;
	aspect-ratio: 1/1;
	max-width: 24.375rem;
	margin-inline: auto;
	margin-block-start: 2.5rem;
}

.p-top-parallax {
	height: 280px;
}

.p-access__map {
	aspect-ratio: 500/300;
	width: 100%;
}

.p-access__map iframe {
	width: 100%;
	height: 100%;
}

.u-hidden--tab {
	display: none;
}

.u-dc--tab {
	display: contents;
}

}

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

html {
	font-size: calc(16 / 375 * 100vw);
}

.c-section-heading__primary {
	font-size: 1.75rem;
}

.c-section-heading__secondary {
	font-size: 1rem;
}

.c-lower-mv__title {
	width: 14.0625rem;
	height: 7.1875rem;
	padding-inline-start: 0.5rem;
	font-size: 1.5rem;
}

.c-to-top {
	right: 1.25rem;
	bottom: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
}

.c-to-top::before {
	width: 0.75rem;
	height: 0.75rem;
}

.p-header {
	padding: 0.625rem 1.25rem;
}

.p-header__wrap {
	padding-block: 1rem;
}

.p-header__link {
	max-width: 10rem;
	padding: 0;
	font-size: 0.875rem;
}

.p-mv .swiper-pagination-bullet {
	width: 0.875rem;
	height: 0.875rem;
}

.p-mv__title {
	bottom: 3.625rem;
	left: 1.25rem;
}

.p-mv__title-line span {
	font-size: 1.75rem;
}

.p-top-about {
	padding-block: 5rem;
}

.p-top-about__container {
	flex-direction: column;
	margin-inline-start: 0;
	padding: 1.25rem;
	gap: 2.5rem;
}

.p-top-about__text {
	margin-block-start: 1.5rem;
}

.p-top-equipment {
	padding-block: 5rem;
}

.p-top-equipment__container {
	flex-direction: column;
	gap: 2.5rem;
}

.p-top-equipment__summary {
	width: 100%;
}

.p-top-equipment__img {
	aspect-ratio: 1;
	margin-block-start: 1.875rem;
}

.p-top-equipment__text {
	margin-block-start: 1.5rem;
}

.p-top-equipment__gallery {
	width: 100%;
}

.p-top-equipment__gallery-second {
	margin-block-start: 3.75rem;
}

.p-top-equipment__button {
	margin-block-start: 3.75rem;
}

.p-top-products {
	padding-block: 5rem;
}

.p-top-products::before {
	width: 7.5rem;
}

.p-top-products::after {
	top: auto;
	bottom: 7.5rem;
	width: 5rem;
}

.p-top-products__lists {
	grid-template-columns: repeat(1, 1fr);
	margin-block-start: 2.5rem;
}

.p-top-products__card-text {
	margin-block-start: 0.75rem;
}

.p-top-access {
	padding-block: 5rem;
}

.p-top-access__container {
	padding-block: 0.75rem 1.875rem;
}

.p-top-access__map {
	width: 100%;
	margin-block-start: 2.375rem;
}

.p-top-access__meta {
	grid-template-columns: repeat(1, 1fr);
	padding-block: 1.25rem;
	gap: 1.25rem;
}

.p-top-access__meta-row {
	flex-direction: column;
	gap: 0.5rem;
}

.p-top-access__term {
	font-size: 1rem;
}

.p-top-access__button {
	margin-block-start: 2.5rem;
}

.p-footer {
	padding-block-start: 2.5rem;
}

.p-footer__lists {
	flex-direction: column;
	gap: 0.75rem;
}

.p-footer__company {
	margin-block-start: 2.5rem;
	font-size: 1.375rem;
}

.p-footer__row {
	font-size: 1rem;
}

.p-footer__mail {
	font-size: 1rem;
}

.p-company {
	padding-block: 5rem;
}

.p-company__container {
	padding: 2.5rem 0.625rem;
}

.p-company__box {
	margin-block-start: 1.875rem;
}

.p-company__table .p-company__label {
	width: 40%;
	font-size: 0.9375rem;
}

.p-company__table .p-company__data {
	flex: 1 1 100%;
	font-size: 0.875rem;
	letter-spacing: -0.02em;
}

.p-company-trade {
	padding: 0;
	padding-block: 2.5rem;
}

.p-company-trade::before {
	top: 1%;
	width: 5rem;
}

.p-company-trade::after {
	bottom: 0;
	width: 6.25rem;
}

.p-company-trade__wrapper {
	flex-direction: column;
}

.p-company-trade__left,
.p-company-trade__right {
	flex: 1 1 100%;
}

.p-company-trade__icon {
	width: 5rem;
	margin-inline: auto;
}

.p-company__policy {
	padding-block: 5rem;
}

.p-company__policy-container {
	margin-block-start: 2.5rem;
}

.p-company__policy-row {
	flex-direction: column;
	padding: 0.375rem 0.5rem;
	gap: 0.75rem;
}

.p-company__card-head {
	width: -moz-fit-content;
	width: fit-content;
	padding-inline-start: 1.375rem;
	font-size: 1rem;
}

.p-company__card-head::before {
	width: 0.75rem;
}

.p-company__card-data {
	font-size: 0.875rem;
}

.p-company__gallery {
	padding-block: 5rem;
}

.p-company__gallery .c-section-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

.p-company__gallery-container {
	margin-block-start: 2.5rem;
	gap: 0.75rem;
}

.p-company__gallery-row:nth-child(1) {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-company__gallery-row:nth-child(2) {
	flex-direction: column;
	gap: 0.75rem;
}

.p-company__gallery-row:nth-child(2) .p-company__gallery-img {
	width: 100%;
}

.p-products {
	padding-block: 5rem;
}

.p-products__container {
	margin-block-start: 2.5rem;
}

.p-products__gallery {
	flex-direction: column;
	gap: 1.75rem;
}

.p-products__gallery:nth-child(odd) {
	padding-inline-start: 1.5rem;
}

.p-products__gallery:nth-child(even) {
	flex-direction: column;
	padding-inline-end: 1.5rem;
}

.p-products__gallery-title {
	width: -moz-fit-content;
	width: fit-content;
}

.p-products .swiper-container {
	width: calc(100% + (100vw - 100%) / 2);
}

.p-equipment {
	padding-block: 5rem;
}

.p-equipment-tabs {
	margin-block-start: 2.5rem;
}

.p-equipment-tabs__list {
	grid-template-columns: repeat(2, 1fr);
}

.p-equipment-tabs__item {
	padding: 0.375rem 0.25rem;
}

.p-equipment-tabs__contents {
	margin-block-start: 2rem;
	padding-inline: 0.625rem;
}

.p-equipment-tabs__content {
	grid-template-columns: repeat(1, 1fr);
}

.p-equipment__card-img img {
	max-height: 12.5rem;
}

.p-access {
	padding-block: 5rem;
}

.p-access__container {
	margin-block-start: 2.5rem;
}

.p-access__map {
	aspect-ratio: 1/1;
	width: 100%;
}

.p-access__meta-wrap {
	margin-block-start: 1.875rem;
}

.p-access__meta {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 2rem;
}

.p-access__meta-row {
	grid-template-columns: 30% 1fr;
}

.p-contact {
	padding-block: 5rem;
}

.p-contact__text {
	margin-block-start: 3rem;
}

.p-contact__form {
	padding: 1.125rem;
}

.p-contact__row {
	grid-template-columns: 7.5rem, 1fr;
	gap: 0.75rem;
}

.p-contact__head {
	font-size: 1.125rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
	padding: 0.5rem 0.875rem;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	font-size: inherit;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
	font-size: inherit;
}

textarea {
	height: 14.375rem;
}

.p-contact__address:nth-child(1) {
	width: 28ch;
}

.u-hidden--sp {
	display: none;
}

.u-dc--sp {
	display: contents;
}

}

@keyframes swiper-preloader-spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes textExpands {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

@keyframes floatEarly {

0% {
	transform: translateY(20px);
}

50% {
	transform: translateY(0);
}

100% {
	transform: translateY(20px);
}

}

@keyframes floatLate {

0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-20px);
}

100% {
	transform: translateY(0);
}

}

