@charset 'UTF-8';
/* =====================================================
* Base
* ================================================== */

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

*,
:after,
:before {
	box-sizing: inherit;
	background-repeat: no-repeat;
}

:after,
:before {
	vertical-align: inherit;
	text-decoration: inherit;
}

* {
	margin: 0;
	padding: 0;
}

hr {
	overflow: visible;
	height: 0;
	color: inherit;
}

details,
main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

pre {
	font-size: 1em;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	border-color: inherit;
	text-indent: 0;
}

input {
	border-radius: 0;
}

[disabled] {
	cursor: default;
}

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

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

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

textarea {
	resize: vertical;
	overflow: auto;
}

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

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
	color: inherit;
}

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

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

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	border-style: none;
	background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

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

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

select::-ms-value {
	color: currentColor;
}

legend {
	display: table;
	max-width: 100%;
	border: 0;
	color: inherit;
	white-space: normal;
}

::-webkit-file-upload-button {
	color: inherit;
	font: inherit;
	-webkit-appearance: button;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled=true] {
	cursor: default;
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

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

html {
	background-color: #fff;
	color: #000;
	font-size: 2.5641025641vw;
	-webkit-tap-highlight-color: transparent;
}

body {
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.875;
	letter-spacing: 0;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-webkit-font-feature-settings: 'palt', 'halt';
	font-feature-settings: 'palt', 'halt';
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

body.is-modal-open {
	overflow: hidden;
	touch-action: none;
}

body.page-home {
	overflow: hidden;
}

body.page-home.is-kv-ok {
	overflow: auto;
}

.grecaptcha-badge {
	z-index: 9999;
}

:focus-visible {
	outline: 1px solid #ff882d;
	outline-offset: -2px;
}

a {
	color: inherit;
}

a[target=_blank]::after {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 1.8rem;
	background: no-repeat 50% 50%/contain;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 11 11\'%3E%3Cpath stroke=\'%23000\' d=\'M.705 10 10 .706\'/%3E%3Cpath stroke=\'%23000\' d=\'M.443.524H9.82v9.625\'/%3E%3C/svg%3E');
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
}

sup {
	font-weight: 400;
}

input[type=hidden] {
	pointer-events: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

ul {
	list-style-type: none;
}

/* =====================================================
 * Libraries
 * ================================================== */

/* =====================================================
 * Layout
 * ================================================== */

/* -----------------------------------------------------
 * Layout Article
 * -------------------------------------------------- */

.l-article {
	position: relative;
	padding: 120px 0 210px;
}

.l-article .js-wave-anim {
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-article-eycatch {
	display: flex;
	justify-content: center;
	max-width: 960px;
	margin: 64px auto 0;
	aspect-ratio: 960/480;
}

.l-article-eycatch img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	border-radius: 24px;
	object-fit: contain;
	-o-object-fit: contain;
}

.l-article-inner {
	max-width: 1200px;
	margin: 48px auto 0;
	padding: 0 120px;
}

.l-article-btn {
	display: flex;
	justify-content: center;
	margin: 96px 0 0;
}

/* -----------------------------------------------------
 * Layout Footer
 * -------------------------------------------------- */

.l-footer {
	position: relative;
	margin-top: auto;
	padding: 7.4rem 3.1rem 6rem;
	background-color: #fff;
	color: #000;
}

.l-footer-inner {
	display: grid;
	grid-template-areas: 'logo' 'banner' 'links' 'sns' 'copy';
}

.l-footer-logo {
	grid-area: logo;
	display: block;
	width: 18.9rem;
	height: 4.6rem;
	line-height: 0;
	text-decoration: none;
	letter-spacing: 0.07em;
	transition: all 0.3s ease;
}

.l-footer-banner {
	grid-area: banner;
	display: block;
	width: 100%;
	margin: 4rem 0 0;
	line-height: 1;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-footer-banner::after {
	display: none !important;
}

.l-footer-banner img {
	width: 100%;
}

.l-footer-links {
	grid-area: links;
	display: flex;
}

.l-footer-links h2 {
	grid-area: heading;
	font-family: 'Lora', serif;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.l-footer-links ul {
	display: flex;
}

.l-footer-links ul a {
	display: flex;
	align-items: center;
	gap: 0 0.6rem;
	font-family: 'Lora', serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
}

.l-footer-sns {
	display: flex;
	align-items: center;
	gap: 0 1.2rem;
}

.l-footer-sns li a {
	display: block;
	overflow: hidden;
	background: no-repeat 50% 50%/contain;
	white-space: nowrap;
	text-indent: 200%;
	transition: all 0.3s ease;
}

.l-footer-sns li a:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	opacity: 0.7;
	-webkit-transform: translateY(-3px) scale(1.1);
	transform: translateY(-3px) scale(1.1);
}

.l-footer-sns li a:active {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

.l-footer-sns li a::after {
	display: none;
	text-indent: 0;
}

.l-footer-sns li a span {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

.l-footer-sns li a.yt {
	width: 3.4rem;
	height: 2.4rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 34 24\'%3E%3Cpath fill=\'%23000\' d=\'M33.437 4.65C32.997 2.087 31.69.807 29.134.539c-1.91-.2-3.831-.32-5.75-.391C17.23-.08 11.079-.111 4.94.538 2.394.808 1.062 1.955.581 4.486.388 5.503.295 6.542.206 7.576c-.34 3.922-.271 7.836.296 11.735.203 1.393.706 2.617 1.904 3.463 1.038.733 2.242.834 3.424.902 3.796.219 15.42.378 17.425.307 2.004-.072 4.007-.238 6.005-.423 2.29-.213 3.683-1.477 4.087-3.775.261-1.487.418-3 .522-4.508.244-3.555.172-7.105-.432-10.626ZM13.724 17.257V6.855l8.925 5.199-8.925 5.202Z\'/%3E%3C/svg%3E');
}

.l-footer-sns li a.ig {
	width: 2.5rem;
	height: 2.5rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 25 25\'%3E%3Cpath fill=\'%23000\' d=\'M0 17.526V6.648c.058-.364.106-.73.176-1.09.527-2.7 2.05-4.507 4.746-5.233C5.486.173 6.072.106 6.648 0h10.878c.363.058.728.105 1.089.176 2.7.527 4.507 2.05 5.233 4.745.152.564.22 1.15.325 1.727v10.878c-.058.363-.106.729-.176 1.09-.519 2.68-2.027 4.482-4.698 5.217-.579.16-1.182.23-1.773.34H6.648c-.148-.024-.296-.052-.444-.071-2.285-.299-4.168-1.236-5.306-3.349C.354 19.746.155 18.641 0 17.526Zm2.35-5.444c0 1.744-.036 3.49.008 5.232.063 2.529 1.391 4.028 3.882 4.426.676.108 1.368.17 2.053.168 3.036-.012 6.074-.017 9.11-.099 2.473-.066 3.95-1.417 4.334-3.864.116-.742.165-1.5.173-2.253.024-2.165.033-4.33.004-6.496-.014-1.054-.063-2.115-.207-3.158-.262-1.906-1.367-3.099-3.257-3.5a12.871 12.871 0 0 0-2.644-.269c-2.987-.004-5.974.019-8.96.09-2.708.064-4.415 1.78-4.488 4.49-.047 1.743-.008 3.489-.009 5.233Z\'/%3E%3Cpath fill=\'%23000\' d=\'M18.365 12.088a6.27 6.27 0 0 1-6.267 6.277 6.267 6.267 0 0 1-6.29-6.305C5.814 8.6 8.627 5.805 12.1 5.808a6.27 6.27 0 0 1 6.265 6.28Zm-2.357.014c.004-2.228-1.677-3.928-3.893-3.937-2.251-.009-3.95 1.68-3.951 3.93-.003 2.214 1.698 3.911 3.92 3.912 2.225.001 3.92-1.685 3.924-3.905Z\'/%3E%3Cpath fill=\'%23000\' d=\'M18.522 7.146c-.824-.006-1.51-.69-1.512-1.504-.002-.831.717-1.543 1.546-1.53.84.012 1.528.727 1.506 1.564a1.51 1.51 0 0 1-1.54 1.47Z\'/%3E%3C/svg%3E');
}

.l-footer-sns li a.fb {
	width: 2.4rem;
	height: 2.4rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23000\' d=\'M13.665 23.418v-8.206h2.74l.529-3.43h-3.23c-.023-.028-.04-.04-.04-.05.01-.858-.043-1.722.051-2.57.1-.896.699-1.36 1.609-1.4.483-.022.968-.016 1.452-.022h.275V4.812c-.484-.056-.967-.139-1.453-.161-.636-.03-1.28-.068-1.908-.002-1.693.177-2.899 1.08-3.463 2.693a5.074 5.074 0 0 0-.269 1.66c-.004.836-.001 1.672-.001 2.508v.258H6.98v3.43h2.96v8.213C4.99 22.76.04 18.242 0 11.857-.04 5.556 4.886.354 11.147.018a11.782 11.782 0 0 1 12.408 10.64c.622 6.72-4.287 11.955-9.89 12.76Z\'/%3E%3C/svg%3E');
}

.l-footer-copyright {
	grid-area: copy;
	margin: 2.4rem 0 0;
	font-family: 'Lora', serif;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}

/* -----------------------------------------------------
 * Layout Grid
 * -------------------------------------------------- */

.l-grid {
	display: grid;
}

.l-grid.-col-2 {
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.l-grid.-col-3 {
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

/* -----------------------------------------------------
 * Layout Header
 * -------------------------------------------------- */

.l-header {
	position: fixed;
	z-index: 101;
	top: 0;
	width: 100%;
	padding: 0 0 0 2rem;
	border-bottom: 1px solid #000;
	background-color: #fff;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	pointer-events: none;
}

.l-header:is(.is-loaded *) {
	opacity: 1;
	pointer-events: visible;
}

.l-header.is-hidden {
	-webkit-transform: translate3d(0, -100%, 0) !important;
	transform: translate3d(0, -100%, 0) !important;
}

/* -----------------------------------------------------
 * Layout Main
 * -------------------------------------------------- */

.l-main {
	min-width: 320px;
	min-height: 100vh;
}

.is-home .l-main {
	padding-top: 0;
}

/* -----------------------------------------------------
 * Layout Section
 * -------------------------------------------------- */

.l-section {
	position: relative;
	padding: 4.8rem 0;
}

.l-section-inner {
	max-width: calc(1128px + 8rem);
	margin: 0 auto;
	padding: 0 2.9rem;
}

.l-section.-cl-yellow {
	background-color: #eafc21;
}

.l-section-body {
	margin: 8rem 0 0;
}

.l-section-body.-al-left {
	margin: 8rem 0 0 -2.4rem;
}

.l-section-body.-al-right {
	margin: 8rem -2.4rem 0 0;
}

/* -----------------------------------------------------
 * Layout Wrapper
 * -------------------------------------------------- */

.l-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100svh;
}

.l-wrapper::after {
	content: '';
	display: block;
	position: fixed;
	z-index: 15;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity 1.75s ease;
	pointer-events: none;
}

.is-ready .l-wrapper::after {
	opacity: 1;
	transition: opacity 1s ease;
}

.is-menu-open .l-wrapper,
.is-modal-open .l-wrapper {
	position: fixed;
	width: 100%;
	padding-right: var(--scrollbar-width);
}

/* =====================================================
 * Modules
 * ================================================== */

/* --------------------------------------------------
  Component ボタン（赤色ベース）
-------------------------------------------------- */

.c-btn {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 33.2rem;
	height: 6.9rem;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.8;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.c-btn::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 2.3rem;
	width: 3.1rem;
	height: 2rem;
	background: url(../images/eye.svg) no-repeat center/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.c-btn span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96.3855421687%;
	height: 5.7rem;
	border-radius: 3px;
	background-color: #eafc21;
}

/* --------------------------------------------------
  Component ハンバーガーメニュー
-------------------------------------------------- */

.c-burger {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #ff882d;
}

.c-burger span {
	display: block;
	position: relative;
	width: 32px;
	height: 1px;
	background-color: #fff;
	transition: background-color 0.3s ease;
}

.c-burger span::before,
.c-burger span::after {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	background-color: #fff;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-burger span::before {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.c-burger span::after {
	-webkit-transform: translate3d(0, 4px, 0);
	transform: translate3d(0, 4px, 0);
}

/* --------------------------------------------------
  Component Form Checkbox
-------------------------------------------------- */

.c-checkbox {
	cursor: pointer;
	display: grid;
	position: relative;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0 0.8rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	transition: color 0.3s ease;
}

.c-checkbox::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: #fff no-repeat 50% 50%/1.3rem auto;
	transition: border 0.3s ease, background 0.3s ease;
}

.c-checkbox.-policy .error-message {
	grid-column: span 2;
}

.c-checkbox:has(input[type=checkbox]:checked)::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 652 481\'%3E%3Cpath id=\'check_24dp_000_FILL0_wght400_GRAD0_opsz24\' fill=\'%23747474\' d=\'M382-240 154-468l57-57 171 171 367-367 57 57Z\' transform=\'translate(-154 721)\'/%3E%3C/svg%3E');
}

.c-checkbox input {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

.c-checkbox span {
	font-size: 16px;
}

.c-checkbox span a {
	color: #ff882d;
}

.c-checkbox.is-error,
.c-checkbox:is(.is-error *) {
	color: #ff882d;
}

.c-checkbox.is-error::before,
.c-checkbox:is(.is-error *)::before {
	border: 1px solid #ff882d;
	background-color: #ffe9e9;
}

.c-checkbox.is-error .error-message {
	grid-column: span 2;
}

/* --------------------------------------------------
  Component ボタン（矢印）
-------------------------------------------------- */

.c-cta-circle {
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	width: 8.9rem;
	height: 8.9rem;
	border: 1px solid #000;
	border-radius: 50%;
}

.c-cta-circle::before {
	content: '';
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'15\' height=\'16\' fill=\'none\'%3E%3Cpath stroke=\'%23000\' d=\'M.63 15.167 14.629 1.63M2.466 1.396h11.932v10.556\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-cta-circle::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #000;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.c-cta-circle.-large {
	width: 16.7rem;
	height: 16.7rem;
	border-width: 2px;
}

.c-cta-circle.-large::before {
	width: 2.6rem;
	height: 2.6rem;
}

/* --------------------------------------------------
  Component 目玉画像
-------------------------------------------------- */

.c-eye {
	position: relative;
}

.c-eye img {
	display: block;
	object-fit: contain;
	-o-object-fit: contain;
}

.c-eye .base {
	width: 4.2rem;
	aspect-ratio: 4/6;
}

.c-eye .black {
	position: absolute;
	top: 0.9rem;
	right: -0.6rem;
	width: 2.8rem;
	aspect-ratio: 28/38;
}

/* --------------------------------------------------
  Component ボタン背景が左から伸びるアニメーション
-------------------------------------------------- */

.c-hover-style {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.c-hover-style::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background-color: #000;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	inset: 0;
}

/* --------------------------------------------------
  Component アイコン（SVG黒色）
-------------------------------------------------- */

.c-icon::after {
	content: '';
	display: block;
	background: no-repeat 50% 50%/contain;
	text-decoration: none;
	transition: all 0.3s ease;
}

.c-icon.-arrow::after {
	width: 0.9rem;
	height: 1.5rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 9 15\'%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M.293 13.85a1 1 0 0 1 0-1.415l6.071-6.071a1 1 0 1 1 1.414 1.414l-6.07 6.071a1 1 0 0 1-1.415 0Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M.293.293a1 1 0 0 1 1.414 0l6.071 6.07a1 1 0 0 1-1.414 1.415L.293 1.708a1 1 0 0 1 0-1.415Z\' clip-rule=\'evenodd\'/%3E%3C/svg%3E');
}

.c-icon.-blank::after {
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 16 16\'%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M5.501 1.972a.5.5 0 0 1-.49.51L1.5 2.547v11.935h11.925v-3.5a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5V2.057a.5.5 0 0 1 .49-.5l4.002-.076a.5.5 0 0 1 .509.49Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M15.353.627a.5.5 0 0 1 0 .707L6.197 10.49a.5.5 0 1 1-.707-.707L14.646.627a.5.5 0 0 1 .707 0Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M8.57.98a.5.5 0 0 1 .5-.5h5.925a.5.5 0 0 1 .5.5v5.925a.5.5 0 0 1-1 0V1.48H9.07a.5.5 0 0 1-.5-.5Z\' clip-rule=\'evenodd\'/%3E%3C/svg%3E');
}

.c-icon.-arrow-round::after {
	width: 2.3rem;
	height: 2.3rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 23 23\'%3E%3Cpath fill=\'%23FF6320\' d=\'M11.5 0C17.851 0 23 5.149 23 11.5S17.851 23 11.5 23 0 17.851 0 11.5 5.149 0 11.5 0Z\'/%3E%3Cpath fill=\'%23fff\' fill-rule=\'evenodd\' d=\'M5.27 11.484a1 1 0 0 1 1.016-.984l10.832.178a1 1 0 1 1-.033 2L6.253 12.5a1 1 0 0 1-.983-1.016Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23fff\' fill-rule=\'evenodd\' d=\'M11.63 17.435a1 1 0 0 1 0-1.415l5.102-5.101a1 1 0 0 1 1.414 1.414l-5.102 5.102a1 1 0 0 1-1.414 0Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23fff\' fill-rule=\'evenodd\' d=\'M11.54 5.726a1 1 0 0 1 1.414 0l5.102 5.101a1 1 0 0 1-1.414 1.415L11.54 7.14a1 1 0 0 1 0-1.414Z\' clip-rule=\'evenodd\'/%3E%3C/svg%3E');
}

.c-icon.-cl-gray-dark::after {
	-webkit-filter: invert(64%) sepia(10%) saturate(17%) hue-rotate(315deg) brightness(93%) contrast(90%);
	filter: invert(64%) sepia(10%) saturate(17%) hue-rotate(315deg) brightness(93%) contrast(90%);
}

.c-icon.-cl-orange::after {
	-webkit-filter: invert(60%) sepia(41%) saturate(7318%) hue-rotate(346deg) brightness(101%) contrast(101%);
	filter: invert(60%) sepia(41%) saturate(7318%) hue-rotate(346deg) brightness(101%) contrast(101%);
}

.c-icon.-cl-white::after {
	-webkit-filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(118deg) brightness(107%) contrast(105%);
	filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(118deg) brightness(107%) contrast(105%);
}

.c-icon.-download::after {
	width: 3.9rem;
	height: 3.4rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'45\' height=\'40\' fill=\'none\'%3E%3Cpath fill=\'%23fff\' d=\'M28.508 19.355V0H15.011v19.355H5.539l16.22 15.247L37.98 19.355h-9.472Z\'/%3E%3Cpath stroke=\'%23fff\' stroke-width=\'2\' d=\'M0 39h44.878\'/%3E%3C/svg%3E');
}

@-webkit-keyframes marquee1 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

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

@keyframes marquee1 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

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

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

	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

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

	to {
		-webkit-transform: translateX(-200%);
		transform: translateX(-200%);
	}
}

.c-marquee {
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 4.8rem;
	background-color: #ebfc22;
}

.p-hero-wrap + .c-marquee {
	margin-top: -4.8rem;
}

.c-marquee::before,
.c-marquee::after {
	content: attr(data-text);
	display: inline-flex;
	align-items: center;
	width: auto;
	height: 100%;
	padding-left: 0.5em;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	pointer-events: none;
}

.c-marquee::before {
	-webkit-animation: marquee1 50s -25s linear infinite;
	animation: marquee1 50s -25s linear infinite;
}

.c-marquee::after {
	-webkit-animation: marquee2 50s linear infinite;
	animation: marquee2 50s linear infinite;
}

/* --------------------------------------------------
  Component Form Radio
-------------------------------------------------- */

.c-radio {
	cursor: pointer;
	display: inline-grid;
	position: relative;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0 0.8rem;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	transition: color 0.3s ease;
}

.c-radio::before {
	content: '';
	display: block;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #c4c4c4;
	border-radius: 50%;
	background: #fff no-repeat 50% 50%/1.1rem;
	transition: border 0.3s ease, background 0.3s ease;
}

.c-radio:has(input[type=radio]:checked)::before {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 14 14\'%3E%3Cpath id=\'パス_28535\' fill=\'%23747474\' d=\'M7 0a7 7 0 1 1-7 7 7 7 0 0 1 7-7Z\' data-name=\'パス 28535\'/%3E%3C/svg%3E');
}

.c-radio input {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

.c-radio.is-error,
.c-radio:is(.is-error *) {
	color: #ff882d;
}

.c-radio.is-error::before,
.c-radio:is(.is-error *)::before {
	border: 1px solid #ff882d;
	background-color: #ffe9e9;
}

/* --------------------------------------------------
  Component required
-------------------------------------------------- */

.c-required {
	display: inline-block;
	padding: 3px 6px 4px;
	border-radius: 3px;
	background-color: #ff882d;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

/* --------------------------------------------------
  Component title
-------------------------------------------------- */

.c-title .jp {
	font-size: 3.7rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.06em;
}

.c-title .jp .narrow {
	letter-spacing: -0.1em;
}

.c-title p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: solid 1px #000;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 2.3;
	letter-spacing: 0.08em;
}

.c-title .en {
	margin-top: 1.3rem;
	font-family: 'Lora', serif;
}

.c-title .tc {
	margin-top: 0.4rem;
	font-family: 'Noto Serif TC', serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.c-title.-center {
	width: 100%;
	text-align: center;
}

.c-title.-center p {
	margin-inline: auto;
}

.c-title-top .jp {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.06em;
}

.c-title-top p {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: solid 1px #000;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 2.3;
	letter-spacing: 0.08em;
}

.c-title-top .en {
	margin-top: 1.3rem;
	font-family: 'Lora', serif;
}

.c-title-top .tc {
	margin-top: 0.4rem;
	font-family: 'Noto Serif TC', serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.c-title-col {
	display: flex;
	align-items: center;
	gap: 0 1.1rem;
}

.c-title-col .en {
	font-size: 3.8rem;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.c-title-col .jp {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.03em;
}

.c-title-row .en {
	font-size: 3.8rem;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.c-title-row .jp {
	margin-top: -2rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: -0.03em;
}

.c-title .col {
	margin: 2rem 0 0;
}

.c-title .col p {
	margin: 0 auto;
	border-bottom: none;
}

.c-title .col .en::after {
	content: '｜';
	margin-inline: 1rem;
}

/* -----------------------------------------------------
 * Parts About Promise
 * -------------------------------------------------- */

.p-about-promise {
	position: relative;
	padding-top: 16rem;
	background: linear-gradient(to bottom, #eafc21 0%, #eafc21 95%, #fff 95%, #fff 100%);
	background-color: #eafc21;
}

.p-about-promise .l-section-inner {
	position: relative;
}

.p-about-promise .eye-link {
	display: flex;
	position: absolute;
	z-index: 2;
	top: -16rem;
	left: 3.1rem;
	align-items: center;
	gap: 1.9rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-about-promise .eye-link > img {
	width: 9.3rem;
}

.p-about-promise .eye-link a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 21.6rem;
	height: 3.8rem;
	text-decoration: none;
}

.p-about-promise .eye-link a::after {
	content: '';
	display: block;
	position: absolute;
	top: 51%;
	right: 1.8rem;
	width: 0.6rem;
	height: 1.1rem;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'6\' height=\'10\' fill=\'none\'%3E%3Cpath stroke=\'%23000\' stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'m1.178.61 3.637 4.087-3.637 3.848\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-about-promise .eye-link a svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 21.6rem;
	height: 3.8rem;
}

.p-about-promise .eye-link a svg path,
.p-about-promise .eye-link a svg rect {
	transition: fill 0.3s ease;
}

.p-about-promise .eye-link a span {
	position: relative;
	z-index: 2;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.04em;
}

.p-about-promise .box {
	position: relative;
	margin: 8.5rem 0 0;
	padding: 6rem 1.8rem;
	border-radius: 0.8rem;
	background-color: #fff;
}

.p-about-promise .box.box1 {
	padding-top: 27rem;
}

.p-about-promise .box.box1 .c-title {
	position: absolute;
	top: -3rem;
	right: 1.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}

.p-about-promise .box.box1 .c-title .jp {
	line-height: 0.9;
}

.p-about-promise .box.box1 .c-title p {
	margin-top: 0;
}

.p-about-promise .box.box1 .c-title .en {
	margin-right: 0.5rem;
	line-height: 1.5;
}

.p-about-promise .box.box1 .c-title .tc {
	line-height: 1.7;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
}

.p-about-promise .box.box2 {
	margin-top: 15.5rem;
	padding-top: 19rem;
	box-shadow: 0 12px 8px rgba(231, 231, 231, 0.25);
}

.p-about-promise .box.box2 .c-title {
	top: -3rem;
	left: 1.6rem;
}

.p-about-promise .box.box2 .c-title .jp {
	line-height: 1.25;
}

.p-about-promise .box.box2 .c-title .en {
	line-height: 1.5;
}

.p-about-promise .box.box2 .c-title .tc {
	line-height: 1.7;
}

.p-about-promise .box.box2 figure {
	max-width: 27.5rem;
	margin-inline: auto;
}

.p-about-promise .box .c-title {
	position: absolute;
}

.p-about-promise .box .c-title p {
	border-bottom: none;
}

.p-about-promise .box .c-title .jp {
	font-size: 4.7rem;
}

.p-about-promise .box .c-title .jp .narrow {
	margin-top: -0.5rem;
}

.p-about-promise .box .c-title .en,
.p-about-promise .box .c-title .tc {
	font-size: 1.2rem;
}

.p-about-promise figure {
	width: 100%;
}

.p-about-promise figure img {
	width: 100%;
}

.p-about-promise .col {
	display: grid;
	gap: 4rem 0;
	margin: 4.4rem 0 0;
}

.p-about-promise .col .jp {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.8;
	text-align: justify;
}

.p-about-promise .col .en,
.p-about-promise .col .tc {
	font-size: 1rem;
}

.p-about-promise .col .tc {
	margin: 3rem 0 0;
}

/* -----------------------------------------------------
 * Parts About Stance
 * -------------------------------------------------- */

.p-about-stance {
	padding-bottom: 15rem;
}

.p-about-stance .head {
	display: grid;
	gap: 10rem 2rem;
}

.p-about-stance .head figure {
	width: 100%;
	max-width: 30.6rem;
	margin-inline: auto;
}

.p-about-stance .col {
	display: grid;
	gap: 5rem 0;
	margin: 10rem 0 0;
}

.p-about-stance .col .jp {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.9;
	text-align: justify;
}

.p-about-stance .col .en,
.p-about-stance .col .tc {
	font-size: 1rem;
}

.p-about-stance .col .tc {
	margin: 2.5rem 0 0;
}

/* -----------------------------------------------------
 * Parts About Sticky
 * -------------------------------------------------- */

.p-about-sticky {
	overflow-x: clip;
	position: relative;
	z-index: 4;
	margin-top: -10rem;
	padding-top: 30rem;
}

.p-about-sticky.is-visible .text {
	opacity: 1;
}

.p-about-sticky-wrap {
	position: relative;
	z-index: 1;
}

.p-about-sticky-wrap .p-hero-sub {
	position: relative;
	z-index: 3;
	background-color: transparent;
}

.p-about-sticky-image {
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.p-about-sticky-image.is-sticky {
	position: absolute;
}

.p-about-sticky-image picture {
	display: block;
	overflow: hidden;
	width: 39rem;
	aspect-ratio: 390/274;
}

.p-about-sticky-image picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-about-sticky-mask {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: #3f4041;
	opacity: 0;
	transition: opacity 0.3s ease;
	mix-blend-mode: multiply;
}

.p-about-sticky-mask.is-visible {
	opacity: 1;
}

.p-about-sticky-mask.is-sticky {
	position: absolute;
}

.p-about-sticky .text {
	position: relative;
	z-index: 2;
	padding-bottom: 13em;
	opacity: 0;
	color: #fff;
	transition: opacity 0.3s ease;
}

.p-about-sticky .text .jp {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.6;
	letter-spacing: 0.05em;
}

.p-about-sticky .text .jp > * + * {
	margin-top: 6rem;
}

.p-about-sticky .text .en {
	margin: 6rem 0 2.8rem;
}

/* -----------------------------------------------------
 * Parts About
 * -------------------------------------------------- */

.p-about {
	overflow-x: clip;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	top: 0;
	padding: 0 0 17.3rem;
}

.p-about-body {
	margin-top: 7rem;
}

.p-about-slide .splide__track {
	overflow: visible;
}

.p-about-slide .splide__list {
	align-items: center;
}

.p-about-slide .splide__slide {
	flex-shrink: 0;
	width: auto;
}

.p-about-slide .splide__slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-o-object-fit: cover;
	aspect-ratio: 1/1;
}

.p-about-box {
	margin-top: 5.4rem;
	padding: 0 2rem;
}

.p-about-box .jp {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0.05em;
}

.p-about-box .en,
.p-about-box .tc {
	line-height: 1.8;
}

.p-about-box .tc {
	margin-top: 1.7rem;
}

.p-about-box .other-lang {
	max-width: 22.5rem;
	margin-top: 5.4rem;
}

.p-about-btn {
	margin-top: 3.6rem;
}

/* -----------------------------------------------------
 * Parts column
 * -------------------------------------------------- */

.p-col {
	display: grid;
}

/* -----------------------------------------------------
 * Parts company
 * -------------------------------------------------- */

.p-company-intro {
	background-color: #eafc21;
}

.p-company-intro-inner {
	position: relative;
	padding: 13rem 2.5rem 0;
}

.p-company-intro-inner > h2 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: -0.03em;
	-webkit-font-feature-settings: initial;
	font-feature-settings: initial;
}

.p-company-intro-inner > p {
	margin: 3.4rem 0 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.4;
	text-align: justify;
}

.p-company-intro-inner > p.en,
.p-company-intro-inner > p.tc {
	max-width: 59rem;
	margin-top: 6.2rem;
	font-size: 1rem;
	text-align: justify;
	letter-spacing: 0.03em;
	-webkit-font-feature-settings: initial;
	font-feature-settings: initial;
}

.p-company-intro-inner > p.en {
	line-height: 2;
}

.p-company-intro-inner > p.tc {
	line-height: 2.3;
}

.p-company-intro-marks {
	display: flex;
	position: absolute;
	top: -4rem;
	right: 2.6rem;
	align-items: baseline;
	gap: 0 2.2rem;
}

.p-company-intro-marks .eyes {
	display: flex;
}

.p-company-intro-marks .eyes .c-eye.-left {
	z-index: 2;
}

.p-company-intro-marks .eyes .c-eye.-right {
	margin-left: 0;
}

.p-company-intro-marks .eyes .c-eye .base {
	width: 4.4rem;
}

.p-company-intro-marks .eyes .c-eye .black {
	top: 1.2rem;
	right: -0.4rem;
	width: 2.6rem;
}

.p-company-intro-marks .mark {
	width: 10.6rem;
	aspect-ratio: 106/75;
}

.p-company-intro-data {
	margin: 7.8rem -2.5rem 0;
	padding: 3rem 2.5rem 0;
	background-color: #fff;
	-webkit-font-feature-settings: initial;
	font-feature-settings: initial;
}

.p-company-intro-data table {
	width: 100%;
}

.p-company-intro-data table th {
	color: #585858;
	text-align: left;
	vertical-align: middle;
}

.p-company-intro-data table th span.ja {
	font-size: 1.5rem;
	font-weight: 400;
}

.p-company-intro-data table th span.en {
	margin: 0 0 0 1.4rem;
	font-size: 1.2rem;
	font-weight: 500;
}

.p-company-intro-data table td {
	font-weight: 500;
	vertical-align: top;
}

.p-company-intro-data table td.-vm {
	vertical-align: middle;
}

.p-company-intro-data table td.ja {
	font-size: 1.7rem;
	line-height: 1.4;
}

.p-company-intro-data table td.ja ul {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.9;
}

.p-company-intro-data table td.ja > ul {
	margin: 1rem 0 0;
}

.p-company-intro-data table td.ja > ul > li::before {
	content: '・';
	display: inline-block;
}

.p-company-intro-data table td.ja > ul > li > ul {
	margin: 0 0 4.4rem;
	padding-left: 1em;
}

.p-company-intro-data table td.ja > ul > li > ul > li::before {
	content: '-';
	display: inline-block;
	margin: 0 0.25em;
}

.p-company-intro-data table td.en {
	color: #777;
	font-size: 1.3rem;
	line-height: 1.4;
}

.p-company-intro-data table td.en > ul {
	margin: 2.1rem 0 0;
}

.p-company-intro-data table td.en > ul > li {
	font-size: 1.1rem;
	line-height: 1.9;
}

.p-company-intro-data table td.en > ul > li::before {
	content: '・';
	display: inline-block;
}

.p-company-intro-data table td.en > ul > li > ul {
	margin: 0 0 4.2rem;
	padding-left: 1em;
}

.p-company-intro-data table td.en > ul > li > ul > li::before {
	content: '-';
	display: inline-block;
	margin: 0 0.25em;
}

.p-company-intro-data table td .p-col {
	display: block;
	margin: 2.8rem 0 0;
}

.p-company-intro-data table td .p-col:first-child {
	margin: 0;
}

.p-company-intro-data table td .p-col .ja {
	font-size: 1.7rem;
}

.p-company-intro-data table td .p-col .en {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 3.4rem;
	font-size: 1.4rem;
}

.p-company-intro-data table td .p-col .en::before {
	content: '';
	display: block;
	width: 0.8rem;
	height: 1px;
	background-color: #000;
}

.p-company-intro-data table td .p-col .en a {
	text-decoration: none;
}

.p-company-intro-data a[target=_blank]::after {
	display: none;
}

.p-company-access {
	background-color: #fff;
	-webkit-font-feature-settings: initial;
	font-feature-settings: initial;
}

.p-company-access-inner {
	padding: 8.8rem 0 6rem;
}

.p-company-access h2 {
	padding: 0 3.6rem;
	font-size: 3.6rem;
	font-weight: 500;
}

.p-company-access-map {
	margin: 3.2rem 0 0;
}

.p-company-access-map iframe {
	width: 100%;
}

.p-company-access-address {
	margin: 2.5rem 0 0;
	padding: 0 3rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.p-company-access-address .ja {
	font-size: 1.4rem;
}

.p-company-access-address .en {
	margin: 1.8rem 0 0;
	color: #777;
	font-size: 1.1rem;
}

.p-company-access-howto {
	margin: 2.5rem 0 0;
	padding: 0 2rem;
}

.p-company-access-howto p {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.p-company-slide {
	margin: 7rem 0 0;
}

.p-company-slide-wrap {
	overflow: hidden;
}

.p-company-slide .splide__track {
	overflow: visible;
}

.p-company-slide .splide__slide {
	overflow: hidden;
	width: 30rem !important;
	height: 22.3rem;
}

.p-company-slide .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

/* -----------------------------------------------------
 * Parts Contact
 * -------------------------------------------------- */

.p-contact {
	padding-bottom: 12rem;
}

.p-contact .pc-wrap > * + * {
	margin: 4.2rem 0 0;
}

.p-contact .l-section-inner {
	position: relative;
}

.p-contact h2 {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.p-contact .atn {
	color: #f50202;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.p-contact .text {
	margin: 8.6rem 0 7.6rem;
	padding: 0 0 6.3rem;
	border-bottom: 2px solid #f0f0f0;
}

.p-contact .text .jp {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}

.p-contact .text .jp.note {
	margin: 2.3rem 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.p-contact .text .en {
	margin: 3.7rem 0 2.7rem;
}

.p-contact-form {
  /* contact form 7 のカスタマイズ */;
}

.p-contact-form form > * + * {
	margin: 4.2rem 0 0;
}

.p-contact-form .label {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 1rem;
}

.p-contact-form .jp {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.p-contact-form .en {
	font-size: 1.3rem;
	letter-spacing: 0;
	text-transform: capitalize;
}

.p-contact-form .required {
	color: #f50202;
}

.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form input[type=tel],
.p-contact-form textarea {
	width: 100%;
	min-height: 8rem;
	padding: 2rem;
	border-radius: 0.5rem;
	background-color: #f4f4f4;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
}

.p-contact-form input[type=radio] {
	cursor: pointer;
	appearance: none;
	position: relative;
	width: 2rem;
	height: 2rem;
	border: 2px solid #d9d9d9;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: -0.2rem;
	-webkit-transform: translateY(0.2rem);
	transform: translateY(0.2rem);
	-webkit-appearance: none;
}

.p-contact-form input[type=radio]:checked {
	background-color: #eafc21;
}

.p-contact-form input[type=radio]:checked::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #d9d9d9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-contact-form input[type=checkbox] {
	cursor: pointer;
	appearance: none;
	position: relative;
	width: 1.7rem;
	height: 1.7rem;
	border: 1px solid #000;
	background-color: #fff;
	vertical-align: -0.2rem;
	-webkit-appearance: none;
}

.p-contact-form input[type=checkbox]:checked {
	background-color: #eafc21;
}

.p-contact-form input[type=checkbox]:checked::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'15.741\' height=\'11.713\'%3E%3Cpath d=\'M5.559 11.713 0 6.154l1.531-1.531 4.028 4.028L14.21 0l1.531 1.531Z\' fill=\'%23000\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-contact-form .privacy-box .title {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0 0 1.5rem;
}

.p-contact-form .privacy-box .title .jp {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.p-contact-form .privacy-box-wrap {
	overflow-y: scroll;
	height: 38.5rem;
	padding: 3.2rem 2.1rem 2.3rem;
	border-radius: 0.5rem;
	background-color: #f4f4f4;
}

.p-contact-form .privacy-box-inner p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.03em;
}

.p-contact-form .privacy-box-inner p span {
	font-size: 1.6rem;
}

.p-contact-form .privacy-box-inner p + p {
	margin-top: 4rem;
}

.p-contact-form-button {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 33rem;
	height: 10rem;
	border: 1px solid #000;
	border-radius: 0.5rem;
}

.p-contact-form-button-inner {
	overflow: hidden;
	position: relative;
	width: 32rem;
	height: 8.6rem;
	border-radius: 0.3rem;
	background-color: #eafc21;
}

.p-contact-form-button-inner::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 4.7rem;
	left: 50%;
	font-family: 'Lora', serif;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.p-contact-form-button .c-hover-style {
	display: block;
	width: 100%;
	height: 8.6rem;
}

.p-contact-form-button input {
	width: 100%;
	height: 7rem;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.p-contact-form-button-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.4rem;
	margin-top: 5.9rem;
	padding: 5.6rem 0 0;
	border-top: 2px solid #f0f0f0;
}

.p-contact-form-button.confirm .p-contact-form-button-inner::after {
	content: 'Review Your Information';
}

.p-contact-form-button.back .p-contact-form-button-inner::after {
	content: 'Back';
}

.p-contact-form-button.submit .p-contact-form-button-inner::after {
	content: 'Submit';
}

.p-contact-form .wpcf7-radio {
	display: grid;
	gap: 3.2rem;
}

.p-contact-form .wpcf7-radio label {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.p-contact-form .wpcf7-radio .wpcf7-list-item-label {
	position: relative;
}

.p-contact-form .wpcf7-radio .wpcf7-list-item-label::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: -webkit-max-content;
	width: max-content;
	font-family: 'Lora', serif;
	font-size: 1.3rem;
	font-weight: 500;
	-webkit-transform: translateY(80%);
	transform: translateY(80%);
}

.p-contact-form .wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

.p-contact-form .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label::after {
	content: 'Consultation (face-to-face)';
}

.p-contact-form .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label::after {
	content: 'Online consultation';
}

.p-contact-form .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label::after {
	content: 'Document request';
}

.p-contact-form .wpcf7-radio .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label::after {
	content: 'Recruitment related';
}

.p-contact-form .wpcf7-radio .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label::after {
	content: 'Interview/media coverage';
}

.p-contact-form .wpcf7-radio .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label::after {
	content: 'others';
}

.p-contact-form .wpcf7-checkbox,
.p-contact-form .wpcf7-acceptance {
	display: block;
	width: 100%;
}

.p-contact-form .wpcf7-checkbox .wpcf7-list-item,
.p-contact-form .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	width: 100%;
}

.p-contact-form .wpcf7-checkbox label,
.p-contact-form .wpcf7-acceptance label {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.p-contact-form .wpcf7-not-valid {
	background-color: #ffa6a6 !important;
}

.p-contact-form .wpcf7-not-valid-tip {
	color: #f50202;
	font-size: 1.2rem;
	font-weight: 700;
}

.p-contact-form .wpcf7-spinner {
	display: none;
}

.p-contact-form .confirm-box {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 8rem;
	padding: 2rem;
	border-radius: 0.5rem;
	background-color: #f4f4f4;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
}

.p-contact-form .confirm-box.message {
	align-items: flex-start;
	min-height: 27.5rem;
}

.p-contact-form .confirm-hidden {
	display: none;
}

.p-contact-form .confirm-radio * {
	pointer-events: none;
}

.p-contact-complete {
	padding: 14rem 0 12rem;
}

.p-contact-complete h1 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	letter-spacing: -0.1em;
}

.p-contact-complete .en.title {
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.04em;
}

.p-contact-complete .download-btn {
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	gap: 1.4rem;
	width: 100%;
	height: 10rem;
	margin: 7.4rem auto 0;
	padding: 2rem;
	border-radius: 100vmax;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.p-contact-complete .download-btn::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background-color: #eafc21;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	inset: 0;
}

.p-contact-complete .download-btn span {
	display: block;
}

.p-contact-complete .download-btn span.jp {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.p-contact-complete .download-btn span.en {
	margin: -1rem 0 0;
	font-size: 1.3rem;
	text-transform: capitalize;
}

.p-contact-complete-button {
	margin: 6.9rem 0 0;
	padding: 5.6rem 0 0;
	border-top: 2px solid #f0f0f0;
}

.p-contact-complete-button .c-btn {
	margin-inline: auto;
}

/* -----------------------------------------------------
 * Parts CTA
 * -------------------------------------------------- */

.p-cta {
	overflow-x: clip;
	position: relative;
	z-index: 8;
	padding: 12rem 0 7rem;
	background-color: #eafc21;
}

.p-cta .l-section-inner {
	display: grid;
	gap: 6.4rem 0;
}

.p-cta .copy {
	position: absolute;
	z-index: -1;
	top: -1.8rem;
	left: 50%;
	color: #fff;
	font-size: 8.3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-cta .title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.08em;
}

.p-cta .title span {
	display: block;
}

.p-cta .title .large {
	margin-bottom: 2rem;
	font-size: 5.5rem;
	line-height: 1.15;
	letter-spacing: -0.08em;
}

.p-cta .en:not(.copy),
.p-cta .tc {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.03em;
}

.p-cta .en:not(.copy) {
	margin: 2.8rem 0 0.7rem;
}

.p-cta a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}

/* -----------------------------------------------------
 * Parts Form
 * -------------------------------------------------- */

.p-form-inner {
	padding: 2.3rem 2rem 2rem;
	border-radius: 1rem;
	background-color: #fff;
}

.p-form-inner ul {
	display: flex;
	flex-direction: column;
	gap: 3.9rem 0;
}

.p-form-inner ul li {
	display: flex;
	position: relative;
	flex-direction: column;
	gap: 1.2rem 0;
}

.p-form-inner ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% + 2rem);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	pointer-events: none;
}

.p-form-inner .label {
	display: flex;
	align-items: center;
	gap: 0 0.8rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.p-form-inner .label .required {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.9rem;
	height: 1.6rem;
	padding: 0 0 0.1rem;
	background-color: #ff6320;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1;
}

.p-form-inner .form-name {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 2rem;
}

.p-form-inner .form-column {
	display: flex;
	flex-direction: column;
	gap: 1.5rem 0;
}

.p-form-inner .form-control,
.p-form-inner .form-control-textarea {
	width: 100%;
	padding: 0 0.9rem;
	border-radius: 0.5rem;
	background-color: #ededed;
	font-size: clamp(16px, 4.1vw, 16rem);
}

.p-form-inner .form-control:-ms-input-placeholder,
.p-form-inner .form-control-textarea:-ms-input-placeholder {
	color: #969696;
}

.p-form-inner .form-control:placeholder-shown,
.p-form-inner .form-control-textarea:placeholder-shown {
	color: #969696;
}

.p-form-inner .form-control::-webkit-input-placeholder,
.p-form-inner .form-control-textarea::-webkit-input-placeholder {
	color: #969696;
}

.p-form-inner .form-control:-moz-placeholder,
.p-form-inner .form-control-textarea:-moz-placeholder {
	opacity: 1;
	color: #969696;
}

.p-form-inner .form-control::-moz-placeholder,
.p-form-inner .form-control-textarea::-moz-placeholder {
	opacity: 1;
	color: #969696;
}

.p-form-inner .form-control:-ms-input-placeholder,
.p-form-inner .form-control-textarea:-ms-input-placeholder {
	color: #969696;
}

.p-form-inner .form-control:is(.is-error *),
.p-form-inner .form-control-textarea:is(.is-error *) {
	border-color: #ff882d;
	background-color: #ffe9e9;
}

.p-form-inner .form-control:is(.is-error *):-ms-input-placeholder,
.p-form-inner .form-control-textarea:is(.is-error *):-ms-input-placeholder {
	color: rgba(255, 136, 45, 0.5);
}

.p-form-inner .form-control:is(.is-error *):placeholder-shown,
.p-form-inner .form-control-textarea:is(.is-error *):placeholder-shown {
	color: rgba(255, 136, 45, 0.5);
}

.p-form-inner .form-control:is(.is-error *)::-webkit-input-placeholder,
.p-form-inner .form-control-textarea:is(.is-error *)::-webkit-input-placeholder {
	color: rgba(255, 136, 45, 0.5);
}

.p-form-inner .form-control:is(.is-error *):-moz-placeholder,
.p-form-inner .form-control-textarea:is(.is-error *):-moz-placeholder {
	opacity: 1;
	color: rgba(255, 136, 45, 0.5);
}

.p-form-inner .form-control:is(.is-error *)::-moz-placeholder,
.p-form-inner .form-control-textarea:is(.is-error *)::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 136, 45, 0.5);
}

.p-form-inner .form-control:is(.is-error *):-ms-input-placeholder,
.p-form-inner .form-control-textarea:is(.is-error *):-ms-input-placeholder {
	color: rgba(255, 136, 45, 0.5);
}

.p-form-inner .form-control {
	height: 4.5rem;
}

.p-form-inner .form-control-textarea {
	height: 12.8rem;
}

.p-form-inner .error-message {
	grid-column: span 2;
	color: #ff882d;
	font-size: 1.4rem;
	font-weight: 700;
}

.p-form-inner input[type=radio] {
	overflow: hidden;
	width: 0;
	height: 0;
}

.p-form-complete {
	max-width: 93rem;
	margin: 0 auto;
	padding: 0 3.1rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
}

/* -----------------------------------------------------
 * Parts Header
 * -------------------------------------------------- */

.p-header {
	width: 100%;
}

.p-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-header-inner .p-header-link {
	display: flex;
	gap: 0 3.5rem;
}

.p-header-inner .p-header-link li {
	position: relative;
}

.p-header-inner .p-header-link a {
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.p-header-inner .p-header-link a span {
	display: block;
	transition: opacity 0.3s ease;
}

.p-header-inner .p-header-link a .en {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.p-header-logo {
	width: 13.2rem;
	pointer-events: auto;
}

.p-header-logo::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -3.5rem;
	width: 1px;
	height: 48px;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-header-logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff882d;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
	letter-spacing: 0.12em;
	transition: opacity 0.3s ease;
}

.p-header-logo a img {
	width: 100%;
}

.p-header .p-header-btn {
	width: 8.4rem;
	height: 6.5rem;
	pointer-events: auto;
}

.p-header .p-header-btn button {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.p-header .p-header-btn button .line {
	display: block;
	position: absolute;
	top: 1.8rem;
	left: 50%;
	width: 4.4rem;
	height: 1px;
	margin: 0 0 0 -2.2rem;
	background-color: #000;
}

.p-header .p-header-btn button .line.line1 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.p-header .p-header-btn button .line.line2 {
	-webkit-transform: translate3d(0, 1.1rem, 0);
	transform: translate3d(0, 1.1rem, 0);
}

.p-header .p-header-btn button .text {
	display: inline-block;
	padding: 2.8rem 0 0;
	font-family: 'Lora', serif;
	font-size: 1.4rem;
	font-weight: 500;
}

.p-header .p-header-btn-wrap {
	display: flex;
}

.p-header-contact {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 6.9rem;
	height: 6.5rem;
	background-color: #eafc21;
	text-decoration: none;
}

.p-header-contact img {
	width: 3.2rem;
}

.p-header-contact .btn-text {
	display: none;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.07em;
}

.p-header-contact .btn-text span {
	display: block;
}

.p-header-contact .btn-text span.en {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.p-header-nav {
	display: block;
	overflow-x: clip;
	overflow-y: auto;
	visibility: hidden;
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	width: 100%;
	padding: 9.7rem 2.8rem 0;
	background-color: #eafc21;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.p-header-nav .p-header-link {
	display: flex;
	flex-direction: column;
}

.p-header-nav .p-header-link a {
	display: block;
	position: relative;
	padding: 1rem 0;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}

.p-header-nav .p-header-link a span {
	display: block;
}

.p-header-nav .p-header-link a .en {
	color: #808080;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.p-header-nav .p-header-other {
	display: flex;
	flex-direction: column;
	gap: 1.3rem 0;
	margin: 13rem 0 0;
}

.p-header-nav .p-header-other .c-btn {
	height: 5.1rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
	transition: opacity 0.3s ease;
}

.p-header-nav .p-header-other .c-btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1.8rem;
	width: 1.5rem;
	height: 1.5rem;
	background: no-repeat 50% 50%/contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-header-nav .p-header-other .c-btn.-contact::after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 9 15\'%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M.293 13.85a1 1 0 0 1 0-1.415l6.071-6.071a1 1 0 1 1 1.414 1.414l-6.07 6.071a1 1 0 0 1-1.415 0Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M.293.293a1 1 0 0 1 1.414 0l6.071 6.07a1 1 0 0 1-1.414 1.415L.293 1.708a1 1 0 0 1 0-1.415Z\' clip-rule=\'evenodd\'/%3E%3C/svg%3E');
	-webkit-filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(118deg) brightness(107%) contrast(105%);
	filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(118deg) brightness(107%) contrast(105%);
}

.p-header-nav .p-header-other .c-btn.-company::after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 16 16\'%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M5.501 1.972a.5.5 0 0 1-.49.51L1.5 2.547v11.935h11.925v-3.5a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5V2.057a.5.5 0 0 1 .49-.5l4.002-.076a.5.5 0 0 1 .509.49Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M15.353.627a.5.5 0 0 1 0 .707L6.197 10.49a.5.5 0 1 1-.707-.707L14.646.627a.5.5 0 0 1 .707 0Z\' clip-rule=\'evenodd\'/%3E%3Cpath fill=\'%23000\' fill-rule=\'evenodd\' d=\'M8.57.98a.5.5 0 0 1 .5-.5h5.925a.5.5 0 0 1 .5.5v5.925a.5.5 0 0 1-1 0V1.48H9.07a.5.5 0 0 1-.5-.5Z\' clip-rule=\'evenodd\'/%3E%3C/svg%3E');
	-webkit-filter: invert(60%) sepia(41%) saturate(7318%) hue-rotate(346deg) brightness(101%) contrast(101%);
	filter: invert(60%) sepia(41%) saturate(7318%) hue-rotate(346deg) brightness(101%) contrast(101%);
}

.p-header-nav-contact {
	margin: 6.7rem 0 0;
}

.p-header-nav-contact a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.15;
	text-decoration: none;
	letter-spacing: -0.04em;
}

.p-header-nav-contact a .text {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-header-nav-contact a .text img {
	position: absolute;
	top: 5px;
	right: -10px;
	width: 45px;
}

.p-header-nav-contact .copy {
	display: block;
	width: 100vw;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 8.3rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	-webkit-transform: translateY(1.1rem);
	transform: translateY(1.1rem);
	margin-inline: calc(50% - 50vw);
}

.p-header-nav .close {
	position: absolute;
	top: 1.6rem;
	right: 1.7rem;
	width: 3.8rem;
	height: 2.2rem;
	pointer-events: auto;
}

.p-header-nav .close-line {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4.4rem;
	height: 1px;
	margin: 0 0 0 -2.2rem;
	background-color: #000;
}

.p-header-nav .close-line.line1 {
	-webkit-transform: rotateZ(30deg);
	transform: rotateZ(30deg);
}

.p-header-nav .close-line.line2 {
	-webkit-transform: rotateZ(-30deg);
	transform: rotateZ(-30deg);
}

.p-header-nav:is(.is-menu-open *) {
	visibility: visible;
	max-height: 100vh;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}

.p-header-nav .l-footer {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
}

/* -----------------------------------------------------
 * Parts Hero
 * -------------------------------------------------- */

.p-hero {
	display: flex;
	overflow: hidden;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.p-hero-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	transition: height 0.3s ease;
}

.p-hero-scrolldown {
	display: flex;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	right: 1.2rem;
	bottom: 3rem;
	align-items: center;
	width: 13px;
	margin: auto;
	padding: 1rem 1rem 8.6rem 1.2rem;
	color: #000;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-lr;
	transition: 0.2s;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
}

.p-hero-scrolldown::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 7.4rem;
	background: rgba(0, 0, 0, 0.1);
}

.p-hero-scrolldown::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 7.4rem;
	background: #000;
	-webkit-animation: heroScrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	animation: heroScrollLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.p-hero-scrolldown:hover {
	opacity: 0.5;
}

.p-hero-text {
	position: relative;
}

.p-hero-text svg {
	width: 26.3rem;
	height: 16.1rem;
}

.p-hero-text svg .cls-1 {
	fill: #010101;
}

.p-hero-text svg .svg-elem-1,
.p-hero-text svg .svg-elem-2,
.p-hero-text svg .svg-elem-3,
.p-hero-text svg .svg-elem-4,
.p-hero-text svg .svg-elem-5,
.p-hero-text svg .svg-elem-6,
.p-hero-text svg .svg-elem-7,
.p-hero-text svg .svg-elem-8,
.p-hero-text svg .svg-elem-9,
.p-hero-text svg .svg-elem-10,
.p-hero-text svg .svg-elem-11,
.p-hero-text svg .svg-elem-12,
.p-hero-text svg .svg-elem-13,
.p-hero-text svg .svg-elem-14,
.p-hero-text svg .svg-elem-15,
.p-hero-text svg .svg-elem-16,
.p-hero-text svg .svg-elem-17,
.p-hero-text svg .svg-elem-18,
.p-hero-text svg .svg-elem-19,
.p-hero-text svg .svg-elem-20,
.p-hero-text svg .svg-elem-21,
.p-hero-text svg .svg-elem-22,
.p-hero-text svg .svg-elem-23,
.p-hero-text svg .svg-elem-24,
.p-hero-text svg .svg-elem-25,
.p-hero-text svg .svg-elem-26,
.p-hero-text svg .svg-elem-27,
.p-hero-text svg .svg-elem-28,
.p-hero-text svg .svg-elem-29,
.p-hero-text svg .svg-elem-30,
.p-hero-text svg .svg-elem-31,
.p-hero-text svg .svg-elem-32 {
	fill: #010101;
}

.p-hero-eyes {
	display: flex;
	position: absolute;
	top: -6.5rem;
	right: -1.6rem;
	gap: 0;
}

.p-hero-eyes img {
	width: 8.8rem;
}

.p-hero picture {
	display: block;
	width: 100%;
	height: 100%;
}

.p-hero img {
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
	-webkit-animation: fadeIn 0.5s ease 0.3s forwards;
	animation: fadeIn 0.5s ease 0.3s forwards;
	-o-object-fit: cover;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes heroScrollLine {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
}

@keyframes heroScrollLine {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
}

/* -----------------------------------------------------
 * Parts Hero（下層）
 * -------------------------------------------------- */

.p-hero-sub {
	height: 47.3rem;
	background-color: #fff;
}

.p-hero-sub.-contact {
	height: 94.7rem;
	background-color: #eafc21;
}

.p-hero-sub.-contact .contact-inner {
	padding-top: 8rem;
}

.p-hero-sub.-contact .text {
	margin: 7rem 0 0;
}

.p-hero-sub.-contact .text .jp {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: justify;
}

.p-hero-sub.-contact .text .en,
.p-hero-sub.-contact .text .tc {
	font-size: 1rem;
}

.p-hero-sub.-contact .text .en {
	margin: 3.5rem 0 3rem;
}

.p-hero-sub-inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	margin: 0 auto;
	padding: 0 2.9rem;
}

.p-hero-sub h1 {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	font-weight: 500;
}

.p-hero-sub h1 .ja {
	font-size: 3.7rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.p-hero-sub h1 .en {
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* -----------------------------------------------------
 * Parts Hero
 * -------------------------------------------------- */

.p-kv-animation {
	display: block !important;
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	-webkit-animation: kvAnimation 5s forwards;
	animation: kvAnimation 5s forwards;
}

.p-kv-animation img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-kv-animation.is-hidden {
	display: none !important;
}

@-webkit-keyframes kvAnimation {
	0% {
		z-index: 300;
		background-color: #fff;
	}

	99.9% {
		z-index: 300;
		background-color: #fff;
	}

	100% {
		position: absolute;
		z-index: 1;
		background-color: transparent;
	}
}

@keyframes kvAnimation {
	0% {
		z-index: 300;
		background-color: #fff;
	}

	99.9% {
		z-index: 300;
		background-color: #fff;
	}

	100% {
		position: absolute;
		z-index: 1;
		background-color: transparent;
	}
}

/* -----------------------------------------------------
 * Parts List Other
 * -------------------------------------------------- */

.p-list-other {
	display: grid;
	list-style: none;
	grid-template-columns: 1fr;
	gap: 4.5rem;
	margin: 0;
	padding: 0;
}

.p-list-other li {
	display: flex;
	flex-direction: column;
}

.p-list-other li header {
	display: flex;
	align-items: center;
	gap: 1.7rem;
	margin-bottom: 1.3rem;
}

.p-list-other li header h2 {
	margin: 0;
	font-family: 'Lora', serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
}

.p-list-other li header p {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.02em;
}

/* -----------------------------------------------------
 * Parts Member List
 * -------------------------------------------------- */

.p-member-list {
	margin-top: -10rem;
}

.p-member-list .l-section-inner {
	padding-inline: 0;
}

.p-member-list ul {
	display: grid;
	gap: 8.8rem;
}

.p-member-list ul li:hover figure::before,
.p-member-list ul li:focus figure::before,
.p-member-list ul li:active figure::before {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.p-member-list ul li:hover figure::after,
.p-member-list ul li:focus figure::after,
.p-member-list ul li:active figure::after {
	opacity: 0;
}

.p-member-list ul li:nth-child(2) figure {
	outline-color: #f9c800;
}

.p-member-list ul li:nth-child(2) figure::before {
	background-color: #f9c800;
}

.p-member-list ul li:nth-child(3) figure {
	outline-color: #0b4b6d;
}

.p-member-list ul li:nth-child(3) figure::before {
	background-color: #0b4b6d;
}

.p-member-list ul li:nth-child(4) figure {
	outline-color: #ff5922;
}

.p-member-list ul li:nth-child(4) figure::before {
	background-color: #ff5922;
}

.p-member-list ul li:nth-child(5) figure {
	outline-color: #e76800;
}

.p-member-list ul li:nth-child(5) figure::before {
	background-color: #e76800;
}

.p-member-list ul li:nth-child(6) figure {
	outline-color: #07af9b;
}

.p-member-list ul li:nth-child(6) figure::before {
	background-color: #07af9b;
}

.p-member-list ul li:nth-child(7) figure {
	outline-color: #56d700;
}

.p-member-list ul li:nth-child(7) figure::before {
	background-color: #56d700;
}

.p-member-list ul li:nth-child(8) figure {
	outline-color: #ff9a9b;
}

.p-member-list ul li:nth-child(8) figure::before {
	background-color: #ff9a9b;
}

.p-member-list ul li:nth-child(9) figure {
	outline-color: #620dff;
}

.p-member-list ul li:nth-child(9) figure::before {
	background-color: #620dff;
}

.p-member-list ul li:nth-child(10) figure {
	outline-color: #8cd5ff;
}

.p-member-list ul li:nth-child(10) figure::before {
	background-color: #8cd5ff;
}

.p-member-list ul li:nth-child(11) figure {
	outline-color: #00a341;
}

.p-member-list ul li:nth-child(11) figure::before {
	background-color: #00a341;
}

.p-member-list ul li:nth-child(12) figure {
	outline-color: #ff9500;
}

.p-member-list ul li:nth-child(12) figure::before {
	background-color: #ff9500;
}

.p-member-list ul li:nth-child(13) figure {
	outline-color: #ffdaca;
}

.p-member-list ul li:nth-child(13) figure::before {
	background-color: #ffdaca;
}

.p-member-list .character {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #eaff00;
	aspect-ratio: 1/1;
}

.p-member-list .character img {
	width: 10.8rem;
}

.p-member-list figure {
	outline: 0.5rem solid transparent;
	outline-offset: -0.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
}

.p-member-list figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11.2rem;
	border-radius: 50%;
	background-color: #eafc21;
	transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.6s ease, transform 0.3s ease;
	transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translate(-50%, -50%) scale(5);
	transform: translate(-50%, -50%) scale(5);
	aspect-ratio: 1/1;
}

.p-member-list figure::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10.8rem;
	height: 7rem;
	background: url(../images/eye.svg) no-repeat center/contain;
	transition: opacity 0.5s ease;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-member-list figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-member-list .inner {
	padding: 3.8rem 3.1rem 0;
}

.p-member-list .inner p {
	color: #595959;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-member-list .inner h2 {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	font-size: 3rem;
	font-weight: 500;
	line-height: 2.8;
	letter-spacing: -0.03em;
}

.p-member-list .inner h2 span {
	font-size: 1.3rem;
	line-height: 2.8;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	-webkit-transform: translateY(0.3rem);
	transform: translateY(0.3rem);
}

.p-member-list .inner .cat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.4rem;
}

.p-member-list .inner .cat li {
	background-color: #eafc21;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.1;
}

.p-member-list .inner .cat li::before {
	content: '#';
}

/* -----------------------------------------------------
 * Parts Member
 * -------------------------------------------------- */

.p-member {
	position: relative;
	z-index: 1;
	padding: 6.5rem 0;
}

.p-member-bg {
	position: relative;
	z-index: 4;
	background-color: #fff;
}

.p-member .l-section-inner {
	display: grid;
	gap: 6.3rem 0;
}

.p-member figure {
	overflow: hidden;
	width: 32.8rem;
	aspect-ratio: 553/502;
	margin-inline: auto;
}

.p-member figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-member .c-title-top .jp {
	margin-top: 1.4rem;
	font-size: 4.5rem;
}

.p-member .c-title-top .en {
	margin-top: 0;
}

.p-member .right {
	display: grid;
	gap: 7rem 0;
}

.p-member .right > div .jp {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0.05em;
}

.p-member .right > div .en {
	margin: 1.6rem 0;
}

.p-member-btn {
	margin-top: 3rem;
}

/* -----------------------------------------------------
 * Parts Message
 * -------------------------------------------------- */

.p-message {
	padding: 6.4rem 0 13rem;
}

.p-message-tab {
	display: flex;
	justify-content: flex-end;
	gap: 0 2.5rem;
}

.p-message .tab {
	cursor: pointer;
	position: relative;
	color: #c0c0c0;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.p-message .tab.is-active {
	color: #000;
}

.p-message .tab:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1.2rem;
	width: 1px;
	height: 60%;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-message-panel {
	margin-top: 2rem;
}

.p-message .panel {
	display: none;
	opacity: 0;
	font-size: 1.9rem;
	line-height: 2.55;
	text-align: justify;
	letter-spacing: -0.03em;
	transition: opacity 0.3s ease-in-out;
}

.p-message .panel.tab-2 {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
}

.p-message .panel.tab-3 {
	font-family: 'Noto Serif TC', serif;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

.p-message .panel p + p {
	margin-top: 2.5rem;
}

.p-message .panel.is-show {
	display: block;
	opacity: 1;
}

.p-message .panel .scroll-char.kinsoku-start {
	display: inline;
	margin-left: -0.1em;
	white-space: nowrap;
}

.p-message .panel .scroll-char.kinsoku-start::before {
	content: '​';
	display: inline-block;
	width: 0;
}

.p-message .panel .scroll-char.kinsoku-end {
	display: inline;
	white-space: nowrap;
}

.p-message .panel .scroll-char.kinsoku-end::after {
	content: '​';
	display: inline-block;
	width: 0;
}

.p-message figure {
	width: 100%;
	margin: 8rem auto 0;
}

/* -----------------------------------------------------
 * Parts Other
 * -------------------------------------------------- */

.p-other {
	position: relative;
	z-index: 7;
	padding: 6rem 0 18rem;
	background-color: #fff;
}

.p-other-card {
	display: block;
	overflow: hidden;
	overflow: hidden;
	position: relative;
	border-radius: 0.7rem;
	color: inherit;
	text-decoration: none;
}

.p-other-card:active .p-other-card-content::before,
.p-other-card:focus .p-other-card-content::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.p-other-card.-company .p-other-card-content {
	background-color: #ff882d;
}

.p-other-card.-company .p-other-card-content::before {
	background-color: #13b7af;
}

.p-other-card.-company figure {
	width: 17.9rem;
}

.p-other-card.-recruit .p-other-card-content {
	background-color: #512def;
}

.p-other-card.-recruit .p-other-card-content::before {
	background-color: #ff4660;
}

.p-other-card.-recruit figure {
	width: 14.5rem;
}

.p-other-card[target=_blank]::after {
	content: '';
	display: block;
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	width: 2.1rem;
	height: 2.1rem;
	background: url(../images/ico_window.svg) no-repeat 50% 50%/contain;
}

.p-other-card-content {
	display: flex;
	overflow: hidden;
	position: relative;
	position: relative;
	justify-content: center;
	align-items: center;
	height: 29.2rem;
}

.p-other-card-content::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 5rem;
	width: 100%;
	height: 100%;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	pointer-events: none;
}

.p-other-card-content figure {
	overflow: hidden;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
}

.p-other-card-content figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
	-o-object-fit: cover;
}

.p-other-card-eyes {
	display: flex;
}

.p-other-card-eyes .c-eye.-left {
	z-index: 2;
}

.p-other-card-eyes .c-eye.-right {
	margin-left: 0;
}

.p-other-card-eyes .c-eye .base {
	width: 4.1rem;
	height: 5.6rem;
}

.p-other-card-eyes .c-eye .black {
	top: 0.8rem;
	right: -0.4rem;
	width: 2.6rem;
	height: 3.5rem;
}

.p-other-card-footer {
	position: relative;
	padding: 1.1rem 2.1rem;
	background-color: #000;
	text-align: right;
}

.p-other-card-footer::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	top: -2.8rem;
	left: 2.4rem;
	width: 100%;
	width: 6.4rem;
	height: 4.2rem;
	background: url(../images/eye.svg) no-repeat center/contain;
	pointer-events: none;
}

.p-other-card-link {
	display: inline-flex;
	position: relative;
	align-items: center;
	gap: 0 0.6rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

.p-other-card-link::after {
	content: '';
	display: block;
	width: 1.4rem;
	height: 1px;
	background-color: #fff;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

/* -----------------------------------------------------
 * Parts Service Head
 * -------------------------------------------------- */

.p-service-head {
	display: grid;
	position: relative;
	z-index: 1;
	gap: 5.8rem 0;
	padding-bottom: 11.8rem;
}

.p-service-head-img {
	width: 100%;
	max-width: 24.8rem;
	margin: -10rem auto 12.6rem;
}

.p-service-head .jp {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.45;
	text-align: justify;
	letter-spacing: 0.02em;
}

.p-service-head .tc {
	margin: 1.8rem 0 0;
	line-height: 2.3;
}

/* -----------------------------------------------------
 * Parts Service Links
 * -------------------------------------------------- */

.p-service-links {
	padding: 13.4rem 0 0;
	background-color: #eafc21;
}

.p-service-links h2 {
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
	text-transform: uppercase;
}

.p-service-links-list {
	display: grid;
	gap: 2.2rem 0;
	margin: 4.6rem 0 10.7rem;
}

.p-service-links-list li:nth-child(1) a:hover {
	background-color: #00b5ac;
}

.p-service-links-list li:nth-child(2) a:hover {
	background-color: #ffbc05;
}

.p-service-links-list li:nth-child(3) a:hover {
	background-color: #ff8266;
}

.p-service-links-list li:nth-child(4) a:hover {
	background-color: #3243ff;
}

.p-service-links-list li:nth-child(5) a:hover {
	background-color: #ff882d;
}

.p-service-links-list li:nth-child(6) a:hover {
	background-color: #fff;
	color: #000;
}

.p-service-links-list a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 41rem;
	padding: 2rem 2.7rem;
	border-radius: 1rem;
	background-color: #2a2a2a;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.p-service-links-list a .num {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.p-service-links-list a .num span {
	padding-left: 0.5rem;
	font-size: 3.5rem;
}

.p-service-links-list a .title {
	margin: 0 0 1rem;
	font-size: 3.3rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.p-service-links-list a .contents {
	font-size: 1.8rem;
	letter-spacing: 0;
}

/* -----------------------------------------------------
 * Parts Service Pin
 * -------------------------------------------------- */

.p-service-pin {
	position: relative;
}

.p-service-pin .pin-section {
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	align-items: center;
	min-height: 100vh;
	padding: 0;
	color: #fff;
}

.p-service-pin .pin-section#step1 {
	background-color: #00b5ac;
}

.p-service-pin .pin-section#step2 {
	background-color: #ffbc05;
}

.p-service-pin .pin-section#step3 {
	background-color: #ff8266;
}

.p-service-pin .pin-section#step4 {
	background-color: #3243ff;
}

.p-service-pin .pin-section#step5 {
	background-color: #ff882d;
}

.p-service-pin .pin-section#step6 {
	background-color: #fff;
	color: #000;
}

.p-service-pin .pin-section#step6 .l-section-inner {
	padding-block: 15rem;
}

.p-service-pin .pin-section#step6 .head .jp {
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.p-service-pin .pin-section#step6 .head .en,
.p-service-pin .pin-section#step6 .head .tc {
	font-size: 1.5rem;
}

.p-service-pin .pin-section#step6 .col {
	display: grid;
	margin: 10rem 0 0;
}

.p-service-pin .pin-section#step6 .col figure {
	width: 100%;
	margin-bottom: 7rem;
}

.p-service-pin .pin-section#step6 .col figure img {
	width: 100%;
}

.p-service-pin .pin-section#step6 .col .jp {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.5;
	text-align: justify;
	letter-spacing: 0.02em;
}

.p-service-pin .pin-section#step6 .col .en {
	margin: 2.2rem 0 2.6rem;
}

.p-service-pin .pin-col {
	width: 100%;
}

.p-service-pin .pin-inner {
	padding: 4.7rem 3.1rem 9.5rem;
}

.p-service-pin .top .num {
	font-size: 1.9rem;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.p-service-pin .top .num span {
	padding-left: 0.5rem;
	font-size: 2.9rem;
}

.p-service-pin .top h3 {
	margin: 1rem 0 2.4rem;
	font-size: 4.1rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.p-service-pin .top > div .en,
.p-service-pin .top > div .tc {
	font-size: 1.5rem;
}

.p-service-pin .top > div .tc {
	margin-top: -0.5rem;
}

.p-service-pin .bottom {
	margin: 6.7rem 0 0;
}

.p-service-pin .bottom .jp {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2;
}

.p-service-pin .bottom .en {
	margin: 2.1rem 0 1.4rem;
}

.p-service-pin figure {
	width: 100%;
	background-color: #fff;
}

.p-service-pin figure img {
	width: 100%;
}

.p-service-pin .spacer {
	display: block;
	width: 100%;
	height: 50vh;
}

/* -----------------------------------------------------
 * Parts Service
 * -------------------------------------------------- */

.p-service {
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-top: 17rem;
	padding: 17rem 0 7.3rem;
}

.p-service-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 400vw;
	height: 100%;
	border-radius: 50% 50% 0 0;
	background-color: #ececec;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

.p-service-wrap .copy {
	display: none;
}

.p-service .l-section-inner {
	display: grid;
	position: relative;
	z-index: 2;
	gap: 9.6rem 0;
}

.p-service .c-title-top .jp {
	font-size: 4.5rem;
	line-height: 1.25;
	letter-spacing: -0.08em;
}

.p-service .c-title-top .jp span {
	letter-spacing: -0.15em;
}

.p-service figure {
	max-width: 30.5rem;
	margin: 7.3rem auto 0;
}

.p-service figure img {
	width: 100%;
}

.p-service .left .jp {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.5;
	text-align: justify;
	letter-spacing: 0.05em;
}

.p-service .left .en {
	margin: 5.6rem 0 1.1rem;
}

.p-service-btn {
	margin-top: 6.4rem;
}

/* -----------------------------------------------------
 * Parts Slide Works
 * -------------------------------------------------- */

.p-slide-works {
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 390/243;
}

.p-slide-works .slide {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.p-slide-works .slide.is-active {
	z-index: 2;
	opacity: 1;
}

.p-slide-works .slide.is-hidden {
	z-index: 1;
	opacity: 0;
}

.p-slide-works .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-slide-works-curtain {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #ff7566;
	transition: none;
}

.p-slide-works-curtain.is-animating {
	-webkit-animation: curtainSlide 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	animation: curtainSlide 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@-webkit-keyframes curtainSlide {
	0% {
		left: 100%;
	}

	30% {
		left: 0;
	}

	70% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

@keyframes curtainSlide {
	0% {
		left: 100%;
	}

	30% {
		left: 0;
	}

	70% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

/* -----------------------------------------------------
 * Parts Works Detail
 * -------------------------------------------------- */

.p-works-detail .slide {
	margin: 16rem 0 0;
}

.p-works-detail .splide__slide {
	opacity: 0.7;
}

.p-works-detail .splide__slide.is-active {
	opacity: 1;
}

.p-works-detail .splide__slide img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.p-works-detail .splide__arrow {
	width: 2rem;
	height: 5rem;
	background-color: transparent;
}

.p-works-detail .splide__arrow::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 3.3rem;
	background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'35\' fill=\'none\'%3E%3Cpath stroke=\'%23000\' d=\'M11 1 1 19.685 11 34\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-works-detail .splide__arrow.splide__arrow--prev {
	left: 0;
}

.p-works-detail .splide__arrow.splide__arrow--next {
	right: 0;
}

.p-works-detail .splide__arrow.splide__arrow--next::before {
	background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'35\' fill=\'none\'%3E%3Cpath stroke=\'%23000\' d=\'m1 34 10-18.685L1 1\'/%3E%3C/svg%3E');
}

.p-works-detail .splide__arrow svg {
	display: none;
}

.p-works-detail .main-slide .splide__slide {
	height: 17.8rem;
}

.p-works-detail .main-slide .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-works-detail .thumbnail-slide {
	margin: 1.4rem 0 0;
}

.p-works-detail .thumbnail-slide .splide__track--nav > .splide__list > .splide__slide.is-active {
	border: none;
}

.p-works-detail .thumbnail-slide .splide__slide {
	overflow: hidden;
	height: 100%;
	max-height: 14rem;
	aspect-ratio: 180/140;
}

.p-works-detail .thumbnail-slide .splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.p-works-detail .head {
	margin: 3.2rem 0 0;
}

.p-works-detail .head h1 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.04em;
}

.p-works-detail .head .en,
.p-works-detail .head .tc {
	color: #959595;
	font-size: 1.4rem;
}

.p-works-detail .head .en {
	margin: 1.2rem 0 0;
}

.p-works-detail .head dl {
	display: grid;
	gap: 2rem 0;
	margin: 3.3rem 0 0;
	padding: 0 0 7.7rem;
	border-bottom: 1px solid #dadada;
}

.p-works-detail .head dl dt,
.p-works-detail .head dl dd {
	font-size: 1.4rem;
	font-weight: 500;
}

.p-works-detail .head dl dt {
	color: #767676;
	font-family: 'Lora', serif;
	line-height: 2.2;
	letter-spacing: 0.03em;
}

.p-works-detail .head dl dd {
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.p-works-detail .row {
	margin: 6.6rem 0 0;
}

.p-works-detail .row .en,
.p-works-detail .row .tc {
	color: #959595;
}

.p-works-detail .row-head h2 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.55;
}

.p-works-detail .row-head .en,
.p-works-detail .row-head .tc {
	font-size: 1.3rem;
}

.p-works-detail .row-body {
	margin: 4.1rem 0 0;
}

.p-works-detail .row-body .jp {
	font-size: 1.4rem;
	line-height: 2.3;
	text-align: justify;
}

.p-works-detail .row-body .en,
.p-works-detail .row-body .tc {
	font-size: 1rem;
}

.p-works-detail .row-body .en {
	margin: 1.6rem 0 2.5rem;
}

.p-works-detail .row figure {
	margin: 3.2rem 0 0;
}

.p-works-detail .row figure img {
	width: 100%;
}

.p-works-detail .back-btn {
	margin: 10.4rem auto 0;
}

.p-works-detail .back-btn .c-btn {
	margin-inline: auto;
}

.p-works-detail .other {
	margin: 10.7rem 0 13.5rem;
}

.p-works-detail .other h2 {
	font-size: 2.3rem;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.p-works-detail .other-list {
	display: grid;
	gap: 1.8rem 0.8rem;
	margin: 4.6rem 0 0;
	padding-inline: 1.8rem;
}

.p-works-detail .other a {
	display: block;
	position: relative;
	z-index: 1;
	min-height: 17.7rem;
	color: #fff;
	text-decoration: none;
}

.p-works-detail .other a:not(.button) {
	overflow: hidden;
}

.p-works-detail .other a:not(.button)::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #7d7d7d;
	mix-blend-mode: multiply;
}

.p-works-detail .other a.button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 11.9rem;
	border: 2px solid #000;
	background-color: #eafc21;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.p-works-detail .other a.button span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1rem;
	width: 100%;
	height: 100%;
}

.p-works-detail .other a.button span::after {
	content: '';
	display: block;
	width: 9.3rem;
	height: 5.1rem;
	background: url(../images/eye2.svg) no-repeat center/contain;
	-webkit-transform: translateY(-0.5rem);
	transform: translateY(-0.5rem);
}

.p-works-detail .other a:nth-child(1) .left {
	background-color: transparent;
}

.p-works-detail .other a:nth-child(1) .left::before {
	background-color: #ff882d;
}

.p-works-detail .other a:nth-child(1) .arrow {
	background-color: #ff882d;
}

.p-works-detail .other a:nth-child(2) .left {
	background-color: transparent;
}

.p-works-detail .other a:nth-child(2) .left::before {
	background-color: #00b5ac;
}

.p-works-detail .other a:nth-child(2) .arrow {
	background-color: #00b5ac;
}

.p-works-detail .other a:nth-child(3) .left {
	background-color: transparent;
}

.p-works-detail .other a:nth-child(3) .left::before {
	background-color: #f9c800;
}

.p-works-detail .other a:nth-child(3) .arrow {
	background-color: #f9c800;
}

.p-works-detail .other a[data-color] .left::before {
	background-color: var(--custom-color, #ff882d);
}

.p-works-detail .other a[data-color] .arrow {
	background-color: var(--custom-color, #ff882d);
}

.p-works-detail .other a .arrow {
	display: flex;
	position: absolute;
	z-index: 3;
	right: 2.3rem;
	bottom: 1.7rem;
	justify-content: center;
	align-items: center;
	width: 4.9rem;
	height: 4.9rem;
	border-radius: 50%;
	background-color: #000;
	pointer-events: none;
}

.p-works-detail .other a .arrow::before {
	content: '';
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'9\' height=\'9\' fill=\'none\'%3E%3Cpath stroke=\'%23fff\' d=\'M1.027 7.998 8.14 1.119M1.959 1.002h6.062v5.363\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: opacity 0.5s ease-in;
}

.p-works-detail .other a .left {
	display: flex;
	position: relative;
	z-index: 3;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 2.2rem;
}

.p-works-detail .other a .left::before {
	content: '';
	position: absolute;
	z-index: 2;
	right: 2.3rem;
	bottom: 1.7rem;
	width: 4.9rem;
	height: 4.9rem;
	border-radius: 50%;
	background-color: #000;
	transition: all 0.5s ease;
	-webkit-transform: scale(10) translate3d(-35%, -10%, 0);
	transform: scale(10) translate3d(-35%, -10%, 0);
}

.p-works-detail .other a .left > div {
	position: relative;
	z-index: 1;
}

.p-works-detail .other a .left .title {
	position: relative;
	z-index: 2;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.04em;
}

.p-works-detail .other a .left .company {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
}

.p-works-detail .other a .left .service {
	margin-top: 0.7rem;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
}

.p-works-detail .other picture,
.p-works-detail .other figure {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1px;
	line-height: 1;
}

.p-works-detail .other picture img,
.p-works-detail .other figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

/* -----------------------------------------------------
 * Parts Works List
 * -------------------------------------------------- */

.p-works-list {
	margin-top: -15rem;
	padding: 0 0 17rem;
}

.p-works-list ul {
	display: grid;
	gap: 6.6rem 0;
}

.p-works-list ul a {
	display: block;
	position: relative;
	text-decoration: none;
}

.p-works-list ul a figure {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 720/425;
}

.p-works-list ul a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
	-o-object-fit: cover;
}

.p-works-list ul a .text {
	margin: 1.7rem 0 0;
}

.p-works-list ul a h2 {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.p-works-list ul a .en {
	margin: 1rem 0 0;
}

.p-works-list ul a .company {
	margin: 1rem 0 0;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
}

.p-works-list ul a .service {
	font-size: 1.3rem;
	font-weight: 500;
}

/* -----------------------------------------------------
 * Parts Works
 * -------------------------------------------------- */

.p-works {
	position: relative;
	z-index: 1;
}

.p-works-bg {
	position: relative;
	z-index: 3;
	background-color: #ececec;
}

.p-works a {
	display: flex;
	position: relative;
	z-index: 1;
	color: #fff;
	text-decoration: none;
}

.p-works a.button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 11.9rem;
	border: 1px solid #000;
	background-color: #eafc21;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.p-works a.button span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1rem;
	width: 100%;
	height: 100%;
}

.p-works a.button span::after {
	content: '';
	display: block;
	width: 9.3rem;
	height: 5.1rem;
	background: url(../images/eye3.svg) no-repeat center/contain;
	-webkit-transform: translateY(-1rem);
	transform: translateY(-1rem);
}

.p-works a:nth-child(1) .left,
.p-works a:nth-child(1) .arrow {
	background-color: #3243ff;
}

.p-works a:nth-child(2) .left,
.p-works a:nth-child(2) .arrow {
	background-color: #ff8266;
}

.p-works a:nth-child(3) .left,
.p-works a:nth-child(3) .arrow {
	background-color: #ff882d;
}

.p-works a:nth-child(4) .left,
.p-works a:nth-child(4) .arrow {
	background-color: #00b5ac;
}

.p-works a:nth-child(5) .left,
.p-works a:nth-child(5) .arrow {
	background-color: #f9c800;
}

.p-works a[data-color] .left::before {
	background-color: var(--custom-color, #3243ff);
}

.p-works a[data-color] .arrow {
	background-color: var(--custom-color, #3243ff);
}

.p-works a .arrow {
	display: flex;
	position: absolute;
	z-index: 2;
	right: 2rem;
	bottom: 1.5rem;
	justify-content: center;
	align-items: center;
	width: 4.3rem;
	height: 4.3rem;
	border-radius: 50%;
	background-color: #000;
	pointer-events: none;
}

.p-works a .arrow::before {
	content: '';
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background-image: url('data:image/svg+xml,%0A%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'9\' height=\'9\' fill=\'none\'%3E%3Cpath stroke=\'%23fff\' d=\'M1.027 7.998 8.14 1.119M1.959 1.002h6.062v5.363\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: opacity 0.5s ease-in;
}

.p-works a .left {
	display: flex;
	position: relative;
	z-index: 3;
	flex-direction: column;
	justify-content: space-between;
	min-width: 26rem;
	padding: 3.4rem 2.5rem 3rem;
}

.p-works a .left .title {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.04em;
}

.p-works a .left .company {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.03em;
}

.p-works a .left .service {
	margin-top: 1.3rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
}

.p-works picture {
	display: block;
	flex-shrink: 0;
	width: 13rem;
	font-size: 1px;
	line-height: 1;
}

.p-works picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

/* -----------------------------------------------------
 * Javascript Accordion
 * -------------------------------------------------- */

.js-ac-target {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
	transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}

.js-ac-wrap {
	overflow: hidden;
}

.js-ac.is-active .js-ac-target {
	grid-template-rows: 1fr;
}

/* -----------------------------------------------------
 * Javascript Loading
 * -------------------------------------------------- */

.js-loading {
	display: flex;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: #fff;
}

.js-loading-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* -----------------------------------------------------
 * Javascript Scroll Animation
 * -------------------------------------------------- */

@-webkit-keyframes scroll-clip-top {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@keyframes scroll-clip-top {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes scroll-clip-bottom {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@keyframes scroll-clip-bottom {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes scroll-clip-left {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@keyframes scroll-clip-left {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes scroll-clip-right {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@keyframes scroll-clip-right {
	0% {
		opacity: 0;
	}

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

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

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes scroll-clip-circle {
	0% {
		-webkit-clip-path: circle(0% at center);
		clip-path: circle(0% at center);
	}

	100% {
		-webkit-clip-path: circle(100% at center);
		clip-path: circle(100% at center);
	}
}

@keyframes scroll-clip-circle {
	0% {
		-webkit-clip-path: circle(0% at center);
		clip-path: circle(0% at center);
	}

	100% {
		-webkit-clip-path: circle(100% at center);
		clip-path: circle(100% at center);
	}
}

.js-scroll-anim {
	opacity: 0;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.is-loaded .js-scroll-anim.is-start {
	opacity: 1;
}

.js-scroll-anim[data-scroll-anim=fade-bottom] {
	transition-delay: 0.3s;
	-webkit-transform: translate3d(0, 3rem, 0);
	transform: translate3d(0, 3rem, 0);
}

.is-loaded .js-scroll-anim[data-scroll-anim=fade-bottom].is-start {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-scroll-anim[data-scroll-anim=fade-top] {
	-webkit-transform: translate3d(0, -5rem, 0);
	transform: translate3d(0, -5rem, 0);
}

.is-loaded .js-scroll-anim[data-scroll-anim=fade-top].is-start {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-scroll-anim[data-scroll-anim=fade-left] {
	-webkit-transform: translate3d(-4rem, 0, 0);
	transform: translate3d(-4rem, 0, 0);
}

.is-loaded .js-scroll-anim[data-scroll-anim=fade-left].is-start {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-scroll-anim[data-scroll-anim=fade-right] {
	-webkit-transform: translate3d(4rem, 0, 0);
	transform: translate3d(4rem, 0, 0);
}

.is-loaded .js-scroll-anim[data-scroll-anim=fade-right].is-start {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-scroll-anim[data-scroll-anim=zoom-up] {
	opacity: 0;
	transition: opacity 0.5s ease 0.4s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.75) 0.4s;
	transition: opacity 0.5s ease 0.4s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.75) 0.4s;
	transition: opacity 0.5s ease 0.4s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.75) 0.4s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.75) 0.4s;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
}

.is-loaded .js-scroll-anim[data-scroll-anim=zoom-up].is-start {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.js-scroll-anim[data-scroll-anim=clip-top] {
	opacity: 0;
}

.is-loaded .js-scroll-anim[data-scroll-anim=clip-top].is-start {
	-webkit-animation: scroll-clip-top 1s ease forwards;
	animation: scroll-clip-top 1s ease forwards;
}

.js-scroll-anim[data-scroll-anim=clip-bottom] {
	opacity: 0;
}

.is-loaded .js-scroll-anim[data-scroll-anim=clip-bottom].is-start {
	-webkit-animation: scroll-clip-bottom 1s ease forwards;
	animation: scroll-clip-bottom 1s ease forwards;
}

.js-scroll-anim[data-scroll-anim=clip-left] {
	opacity: 0;
}

.is-loaded .js-scroll-anim[data-scroll-anim=clip-left].is-start {
	-webkit-animation: scroll-clip-left 1s ease forwards;
	animation: scroll-clip-left 1s ease forwards;
}

.js-scroll-anim[data-scroll-anim=clip-right] {
	opacity: 0;
}

.is-loaded .js-scroll-anim[data-scroll-anim=clip-right].is-start {
	-webkit-animation: scroll-clip-right 1s ease forwards;
	animation: scroll-clip-right 1s ease forwards;
}

.js-scroll-anim[data-scroll-anim=clip-circle] {
	overflow: hidden;
}

.js-scroll-anim[data-scroll-anim=clip-circle] img {
	width: 100%;
	height: auto;
	-webkit-clip-path: circle(0% at center);
	clip-path: circle(0% at center);
}

.is-loaded .js-scroll-anim[data-scroll-anim=clip-circle].is-start img {
	-webkit-animation: scroll-clip-circle 1.5s ease forwards;
	animation: scroll-clip-circle 1.5s ease forwards;
}

.js-scroll-anim.delay {
	-webkit-animation-delay: 0.2s !important;
	animation-delay: 0.2s !important;
}

/* -----------------------------------------------------
| * Javascript Scroll Text Animation
| * -------------------------------------------------- */

.js-scroll-text-anim .scroll-char {
	display: inline-block;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	will-change: opacity, transform;
}

.js-scroll-text-anim .scroll-char.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.js-scroll-text-anim[data-anim=fade-up] .scroll-char {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.js-scroll-text-anim[data-anim=fade-down] .scroll-char {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.js-scroll-text-anim[data-anim=fade-left] .scroll-char {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.js-scroll-text-anim[data-anim=fade-right] .scroll-char {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.js-scroll-text-anim[data-anim=scale] .scroll-char {
	-webkit-transform: scale(0.8) translateY(10px);
	transform: scale(0.8) translateY(10px);
}

.js-scroll-text-anim[data-anim=scale] .scroll-char.is-visible {
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

/* -----------------------------------------------------
 * Javascript Text Animation
 * -------------------------------------------------- */

.js-text-anim-target {
	display: inline-block;
	opacity: 0;
	transition: all 0.5s ease;
}

.is-loaded .js-text-anim.is-start .js-text-anim-target {
	opacity: 1;
}

.js-text-anim[data-anim=fade-left] .js-text-anim-target {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}

.is-loaded .js-text-anim[data-anim=fade-left].is-start .js-text-anim-target {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-text-anim[data-anim=fade-right] .js-text-anim-target {
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.is-loaded .js-text-anim[data-anim=fade-right].is-start .js-text-anim-target {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-text-anim[data-anim=fade-bottom] .js-text-anim-target {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

.is-loaded .js-text-anim[data-anim=fade-bottom].is-start .js-text-anim-target {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.js-text-anim[data-anim=fade-top] .js-text-anim-target {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

.is-loaded .js-text-anim[data-anim=fade-top].is-start .js-text-anim-target {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* -----------------------------------------------------
 * Javascript YouTube Player
 * -------------------------------------------------- */

.js-yt {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.js-yt::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.js-yt iframe {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
}

.js-yt .yt-thumbnail {
	position: relative;
	z-index: 0;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.js-yt .yt-thumbnail::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 105px;
	height: 74px;
	background: no-repeat 50% 50%/contain;
	background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 104.768 73.213\'%3E%3Cg id=\'グループ_17773\' data-name=\'グループ 17773\' transform=\'translate(-932.505 -1336.925)\'%3E%3Cpath id=\'パス_28541\' fill=\'%23fff\' d=\'M0 0h49.556v49.556H0Z\' data-name=\'パス 28541\' transform=\'translate(960.471 1348.895)\'/%3E%3Cpath id=\'Icon_corebrands-youtube\' fill=\'%23ce0504\' d=\'M102.587 16.718A13.12 13.12 0 0 0 93.46 7.61c-8.171-2.184-41.02-2.184-41.02-2.184S19.654 5.374 11.4 7.61a13.116 13.116 0 0 0-9.11 9.108A136.155 136.155 0 0 0 .007 42.083 137.994 137.994 0 0 0 2.29 67.327a13.172 13.172 0 0 0 9.11 9.127c8.171 2.184 41.042 2.184 41.042 2.184s32.766 0 41.019-2.184a13.175 13.175 0 0 0 9.127-9.127 137.328 137.328 0 0 0 2.184-25.244 137.185 137.185 0 0 0-2.185-25.365Zm-60.64 41.043V26.337L69.29 42.083Z\' data-name=\'Icon corebrands-youtube\' transform=\'translate(932.499 1331.5)\'/%3E%3C/g%3E%3C/svg%3E');
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	pointer-events: none;
}

.js-yt.is-full iframe {
	-webkit-transform: translate(-50%, -50%) scale(1.5);
	transform: translate(-50%, -50%) scale(1.5);
}

/* -----------------------------------------------------
 * Utilities Display
 * -------------------------------------------------- */

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.flex {
	display: flex !important;
}

.inline-flex {
	display: inline-flex !important;
}

.grid {
	display: grid !important;
}

.inline-grid {
	display: inline-grid !important;
}

.table {
	display: table !important;
}

.table-row {
	display: table-row !important;
}

.table-cell {
	display: table-cell !important;
}

.hidden {
	display: none !important;
}

/* -----------------------------------------------------
 * Utilities Grid
 * -------------------------------------------------- */

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: 4px !important;
}

.gap-2 {
	gap: 8px !important;
}

.gap-3 {
	gap: 12px !important;
}

.gap-4 {
	gap: 16px !important;
}

.gap-5 {
	gap: 20px !important;
}

.gap-6 {
	gap: 24px !important;
}

.gap-8 {
	gap: 32px !important;
}

.gap-10 {
	gap: 40px !important;
}

.gap-12 {
	gap: 48px !important;
}

.gap-16 {
	gap: 64px !important;
}

.gap-20 {
	gap: 80px !important;
}

.gap-24 {
	gap: 96px !important;
}

.gap-32 {
	gap: 128px !important;
}

.gap-40 {
	gap: 160px !important;
}

.gap-48 {
	gap: 192px !important;
}

.gap-56 {
	gap: 224px !important;
}

.gap-64 {
	gap: 256px !important;
}

.gap-x-0 {
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

.gap-x-1 {
	-webkit-column-gap: 4px !important;
	-moz-column-gap: 4px !important;
	column-gap: 4px !important;
}

.gap-x-2 {
	-webkit-column-gap: 8px !important;
	-moz-column-gap: 8px !important;
	column-gap: 8px !important;
}

.gap-x-3 {
	-webkit-column-gap: 12px !important;
	-moz-column-gap: 12px !important;
	column-gap: 12px !important;
}

.gap-x-4 {
	-webkit-column-gap: 16px !important;
	-moz-column-gap: 16px !important;
	column-gap: 16px !important;
}

.gap-x-5 {
	-webkit-column-gap: 20px !important;
	-moz-column-gap: 20px !important;
	column-gap: 20px !important;
}

.gap-x-6 {
	-webkit-column-gap: 24px !important;
	-moz-column-gap: 24px !important;
	column-gap: 24px !important;
}

.gap-x-8 {
	-webkit-column-gap: 32px !important;
	-moz-column-gap: 32px !important;
	column-gap: 32px !important;
}

.gap-x-10 {
	-webkit-column-gap: 40px !important;
	-moz-column-gap: 40px !important;
	column-gap: 40px !important;
}

.gap-x-12 {
	-webkit-column-gap: 48px !important;
	-moz-column-gap: 48px !important;
	column-gap: 48px !important;
}

.gap-x-16 {
	-webkit-column-gap: 64px !important;
	-moz-column-gap: 64px !important;
	column-gap: 64px !important;
}

.gap-x-20 {
	-webkit-column-gap: 80px !important;
	-moz-column-gap: 80px !important;
	column-gap: 80px !important;
}

.gap-x-24 {
	-webkit-column-gap: 96px !important;
	-moz-column-gap: 96px !important;
	column-gap: 96px !important;
}

.gap-x-32 {
	-webkit-column-gap: 128px !important;
	-moz-column-gap: 128px !important;
	column-gap: 128px !important;
}

.gap-x-40 {
	-webkit-column-gap: 160px !important;
	-moz-column-gap: 160px !important;
	column-gap: 160px !important;
}

.gap-x-48 {
	-webkit-column-gap: 192px !important;
	-moz-column-gap: 192px !important;
	column-gap: 192px !important;
}

.gap-x-56 {
	-webkit-column-gap: 224px !important;
	-moz-column-gap: 224px !important;
	column-gap: 224px !important;
}

.gap-x-64 {
	-webkit-column-gap: 256px !important;
	-moz-column-gap: 256px !important;
	column-gap: 256px !important;
}

.gap-y-0 {
	row-gap: 0 !important;
}

.gap-y-1 {
	row-gap: 4px !important;
}

.gap-y-2 {
	row-gap: 8px !important;
}

.gap-y-3 {
	row-gap: 12px !important;
}

.gap-y-4 {
	row-gap: 16px !important;
}

.gap-y-5 {
	row-gap: 20px !important;
}

.gap-y-6 {
	row-gap: 24px !important;
}

.gap-y-8 {
	row-gap: 32px !important;
}

.gap-y-10 {
	row-gap: 40px !important;
}

.gap-y-12 {
	row-gap: 48px !important;
}

.gap-y-16 {
	row-gap: 64px !important;
}

.gap-y-20 {
	row-gap: 80px !important;
}

.gap-y-24 {
	row-gap: 96px !important;
}

.gap-y-32 {
	row-gap: 128px !important;
}

.gap-y-40 {
	row-gap: 160px !important;
}

.gap-y-48 {
	row-gap: 192px !important;
}

.gap-y-56 {
	row-gap: 224px !important;
}

.gap-y-64 {
	row-gap: 256px !important;
}

/* -----------------------------------------------------
 * Utilities Margin
 * -------------------------------------------------- */

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mt-1 {
	margin-top: 4px !important;
}

.mr-1 {
	margin-right: 4px !important;
}

.mb-1 {
	margin-bottom: 4px !important;
}

.ml-1 {
	margin-left: 4px !important;
}

.mt-2 {
	margin-top: 8px !important;
}

.mr-2 {
	margin-right: 8px !important;
}

.mb-2 {
	margin-bottom: 8px !important;
}

.ml-2 {
	margin-left: 8px !important;
}

.mt-3 {
	margin-top: 12px !important;
}

.mr-3 {
	margin-right: 12px !important;
}

.mb-3 {
	margin-bottom: 12px !important;
}

.ml-3 {
	margin-left: 12px !important;
}

.mt-4 {
	margin-top: 16px !important;
}

.mr-4 {
	margin-right: 16px !important;
}

.mb-4 {
	margin-bottom: 16px !important;
}

.ml-4 {
	margin-left: 16px !important;
}

.mt-5 {
	margin-top: 20px !important;
}

.mr-5 {
	margin-right: 20px !important;
}

.mb-5 {
	margin-bottom: 20px !important;
}

.ml-5 {
	margin-left: 20px !important;
}

.mt-6 {
	margin-top: 24px !important;
}

.mr-6 {
	margin-right: 24px !important;
}

.mb-6 {
	margin-bottom: 24px !important;
}

.ml-6 {
	margin-left: 24px !important;
}

.mt-7 {
	margin-top: 28px !important;
}

.mr-7 {
	margin-right: 28px !important;
}

.mb-7 {
	margin-bottom: 28px !important;
}

.ml-7 {
	margin-left: 28px !important;
}

.mt-8 {
	margin-top: 32px !important;
}

.mr-8 {
	margin-right: 32px !important;
}

.mb-8 {
	margin-bottom: 32px !important;
}

.ml-8 {
	margin-left: 32px !important;
}

.mt-9 {
	margin-top: 36px !important;
}

.mr-9 {
	margin-right: 36px !important;
}

.mb-9 {
	margin-bottom: 36px !important;
}

.ml-9 {
	margin-left: 36px !important;
}

.mt-10 {
	margin-top: 40px !important;
}

.mr-10 {
	margin-right: 40px !important;
}

.mb-10 {
	margin-bottom: 40px !important;
}

.ml-10 {
	margin-left: 40px !important;
}

.mt-11 {
	margin-top: 44px !important;
}

.mr-11 {
	margin-right: 44px !important;
}

.mb-11 {
	margin-bottom: 44px !important;
}

.ml-11 {
	margin-left: 44px !important;
}

.mt-12 {
	margin-top: 48px !important;
}

.mr-12 {
	margin-right: 48px !important;
}

.mb-12 {
	margin-bottom: 48px !important;
}

.ml-12 {
	margin-left: 48px !important;
}

.mt-13 {
	margin-top: 52px !important;
}

.mr-13 {
	margin-right: 52px !important;
}

.mb-13 {
	margin-bottom: 52px !important;
}

.ml-13 {
	margin-left: 52px !important;
}

.mt-14 {
	margin-top: 56px !important;
}

.mr-14 {
	margin-right: 56px !important;
}

.mb-14 {
	margin-bottom: 56px !important;
}

.ml-14 {
	margin-left: 56px !important;
}

.mt-15 {
	margin-top: 60px !important;
}

.mr-15 {
	margin-right: 60px !important;
}

.mb-15 {
	margin-bottom: 60px !important;
}

.ml-15 {
	margin-left: 60px !important;
}

.mt-16 {
	margin-top: 64px !important;
}

.mr-16 {
	margin-right: 64px !important;
}

.mb-16 {
	margin-bottom: 64px !important;
}

.ml-16 {
	margin-left: 64px !important;
}

.mt-17 {
	margin-top: 68px !important;
}

.mr-17 {
	margin-right: 68px !important;
}

.mb-17 {
	margin-bottom: 68px !important;
}

.ml-17 {
	margin-left: 68px !important;
}

.mt-18 {
	margin-top: 72px !important;
}

.mr-18 {
	margin-right: 72px !important;
}

.mb-18 {
	margin-bottom: 72px !important;
}

.ml-18 {
	margin-left: 72px !important;
}

.mt-19 {
	margin-top: 76px !important;
}

.mr-19 {
	margin-right: 76px !important;
}

.mb-19 {
	margin-bottom: 76px !important;
}

.ml-19 {
	margin-left: 76px !important;
}

.mt-20 {
	margin-top: 80px !important;
}

.mr-20 {
	margin-right: 80px !important;
}

.mb-20 {
	margin-bottom: 80px !important;
}

.ml-20 {
	margin-left: 80px !important;
}

.mt-21 {
	margin-top: 84px !important;
}

.mr-21 {
	margin-right: 84px !important;
}

.mb-21 {
	margin-bottom: 84px !important;
}

.ml-21 {
	margin-left: 84px !important;
}

.mt-22 {
	margin-top: 88px !important;
}

.mr-22 {
	margin-right: 88px !important;
}

.mb-22 {
	margin-bottom: 88px !important;
}

.ml-22 {
	margin-left: 88px !important;
}

.mt-23 {
	margin-top: 92px !important;
}

.mr-23 {
	margin-right: 92px !important;
}

.mb-23 {
	margin-bottom: 92px !important;
}

.ml-23 {
	margin-left: 92px !important;
}

.mt-24 {
	margin-top: 96px !important;
}

.mr-24 {
	margin-right: 96px !important;
}

.mb-24 {
	margin-bottom: 96px !important;
}

.ml-24 {
	margin-left: 96px !important;
}

.mt-25 {
	margin-top: 100px !important;
}

.mr-25 {
	margin-right: 100px !important;
}

.mb-25 {
	margin-bottom: 100px !important;
}

.ml-25 {
	margin-left: 100px !important;
}

.mt-26 {
	margin-top: 104px !important;
}

.mr-26 {
	margin-right: 104px !important;
}

.mb-26 {
	margin-bottom: 104px !important;
}

.ml-26 {
	margin-left: 104px !important;
}

.mt-27 {
	margin-top: 108px !important;
}

.mr-27 {
	margin-right: 108px !important;
}

.mb-27 {
	margin-bottom: 108px !important;
}

.ml-27 {
	margin-left: 108px !important;
}

.mt-28 {
	margin-top: 112px !important;
}

.mr-28 {
	margin-right: 112px !important;
}

.mb-28 {
	margin-bottom: 112px !important;
}

.ml-28 {
	margin-left: 112px !important;
}

.mt-29 {
	margin-top: 116px !important;
}

.mr-29 {
	margin-right: 116px !important;
}

.mb-29 {
	margin-bottom: 116px !important;
}

.ml-29 {
	margin-left: 116px !important;
}

.mt-30 {
	margin-top: 120px !important;
}

.mr-30 {
	margin-right: 120px !important;
}

.mb-30 {
	margin-bottom: 120px !important;
}

.ml-30 {
	margin-left: 120px !important;
}

.mt-31 {
	margin-top: 124px !important;
}

.mr-31 {
	margin-right: 124px !important;
}

.mb-31 {
	margin-bottom: 124px !important;
}

.ml-31 {
	margin-left: 124px !important;
}

.mt-32 {
	margin-top: 128px !important;
}

.mr-32 {
	margin-right: 128px !important;
}

.mb-32 {
	margin-bottom: 128px !important;
}

.ml-32 {
	margin-left: 128px !important;
}

.mt-33 {
	margin-top: 132px !important;
}

.mr-33 {
	margin-right: 132px !important;
}

.mb-33 {
	margin-bottom: 132px !important;
}

.ml-33 {
	margin-left: 132px !important;
}

.mt-34 {
	margin-top: 136px !important;
}

.mr-34 {
	margin-right: 136px !important;
}

.mb-34 {
	margin-bottom: 136px !important;
}

.ml-34 {
	margin-left: 136px !important;
}

.mt-35 {
	margin-top: 140px !important;
}

.mr-35 {
	margin-right: 140px !important;
}

.mb-35 {
	margin-bottom: 140px !important;
}

.ml-35 {
	margin-left: 140px !important;
}

.mt-36 {
	margin-top: 144px !important;
}

.mr-36 {
	margin-right: 144px !important;
}

.mb-36 {
	margin-bottom: 144px !important;
}

.ml-36 {
	margin-left: 144px !important;
}

.mt-37 {
	margin-top: 148px !important;
}

.mr-37 {
	margin-right: 148px !important;
}

.mb-37 {
	margin-bottom: 148px !important;
}

.ml-37 {
	margin-left: 148px !important;
}

.mt-38 {
	margin-top: 152px !important;
}

.mr-38 {
	margin-right: 152px !important;
}

.mb-38 {
	margin-bottom: 152px !important;
}

.ml-38 {
	margin-left: 152px !important;
}

.mt-39 {
	margin-top: 156px !important;
}

.mr-39 {
	margin-right: 156px !important;
}

.mb-39 {
	margin-bottom: 156px !important;
}

.ml-39 {
	margin-left: 156px !important;
}

.mt-40 {
	margin-top: 160px !important;
}

.mr-40 {
	margin-right: 160px !important;
}

.mb-40 {
	margin-bottom: 160px !important;
}

.ml-40 {
	margin-left: 160px !important;
}

.mt-41 {
	margin-top: 164px !important;
}

.mr-41 {
	margin-right: 164px !important;
}

.mb-41 {
	margin-bottom: 164px !important;
}

.ml-41 {
	margin-left: 164px !important;
}

.mt-42 {
	margin-top: 168px !important;
}

.mr-42 {
	margin-right: 168px !important;
}

.mb-42 {
	margin-bottom: 168px !important;
}

.ml-42 {
	margin-left: 168px !important;
}

.mt-43 {
	margin-top: 172px !important;
}

.mr-43 {
	margin-right: 172px !important;
}

.mb-43 {
	margin-bottom: 172px !important;
}

.ml-43 {
	margin-left: 172px !important;
}

.mt-44 {
	margin-top: 176px !important;
}

.mr-44 {
	margin-right: 176px !important;
}

.mb-44 {
	margin-bottom: 176px !important;
}

.ml-44 {
	margin-left: 176px !important;
}

.mt-45 {
	margin-top: 180px !important;
}

.mr-45 {
	margin-right: 180px !important;
}

.mb-45 {
	margin-bottom: 180px !important;
}

.ml-45 {
	margin-left: 180px !important;
}

.mt-46 {
	margin-top: 184px !important;
}

.mr-46 {
	margin-right: 184px !important;
}

.mb-46 {
	margin-bottom: 184px !important;
}

.ml-46 {
	margin-left: 184px !important;
}

.mt-47 {
	margin-top: 188px !important;
}

.mr-47 {
	margin-right: 188px !important;
}

.mb-47 {
	margin-bottom: 188px !important;
}

.ml-47 {
	margin-left: 188px !important;
}

.mt-48 {
	margin-top: 192px !important;
}

.mr-48 {
	margin-right: 192px !important;
}

.mb-48 {
	margin-bottom: 192px !important;
}

.ml-48 {
	margin-left: 192px !important;
}

.mt-49 {
	margin-top: 196px !important;
}

.mr-49 {
	margin-right: 196px !important;
}

.mb-49 {
	margin-bottom: 196px !important;
}

.ml-49 {
	margin-left: 196px !important;
}

.mt-50 {
	margin-top: 200px !important;
}

.mr-50 {
	margin-right: 200px !important;
}

.mb-50 {
	margin-bottom: 200px !important;
}

.ml-50 {
	margin-left: 200px !important;
}

.mt-51 {
	margin-top: 204px !important;
}

.mr-51 {
	margin-right: 204px !important;
}

.mb-51 {
	margin-bottom: 204px !important;
}

.ml-51 {
	margin-left: 204px !important;
}

.mt-52 {
	margin-top: 208px !important;
}

.mr-52 {
	margin-right: 208px !important;
}

.mb-52 {
	margin-bottom: 208px !important;
}

.ml-52 {
	margin-left: 208px !important;
}

.mt-53 {
	margin-top: 212px !important;
}

.mr-53 {
	margin-right: 212px !important;
}

.mb-53 {
	margin-bottom: 212px !important;
}

.ml-53 {
	margin-left: 212px !important;
}

.mt-54 {
	margin-top: 216px !important;
}

.mr-54 {
	margin-right: 216px !important;
}

.mb-54 {
	margin-bottom: 216px !important;
}

.ml-54 {
	margin-left: 216px !important;
}

.mt-55 {
	margin-top: 220px !important;
}

.mr-55 {
	margin-right: 220px !important;
}

.mb-55 {
	margin-bottom: 220px !important;
}

.ml-55 {
	margin-left: 220px !important;
}

.mt-56 {
	margin-top: 224px !important;
}

.mr-56 {
	margin-right: 224px !important;
}

.mb-56 {
	margin-bottom: 224px !important;
}

.ml-56 {
	margin-left: 224px !important;
}

.mt-57 {
	margin-top: 228px !important;
}

.mr-57 {
	margin-right: 228px !important;
}

.mb-57 {
	margin-bottom: 228px !important;
}

.ml-57 {
	margin-left: 228px !important;
}

.mt-58 {
	margin-top: 232px !important;
}

.mr-58 {
	margin-right: 232px !important;
}

.mb-58 {
	margin-bottom: 232px !important;
}

.ml-58 {
	margin-left: 232px !important;
}

.mt-59 {
	margin-top: 236px !important;
}

.mr-59 {
	margin-right: 236px !important;
}

.mb-59 {
	margin-bottom: 236px !important;
}

.ml-59 {
	margin-left: 236px !important;
}

.mt-60 {
	margin-top: 240px !important;
}

.mr-60 {
	margin-right: 240px !important;
}

.mb-60 {
	margin-bottom: 240px !important;
}

.ml-60 {
	margin-left: 240px !important;
}

/* -----------------------------------------------------
 * Utilities Padding
 * -------------------------------------------------- */

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pt-1 {
	padding-top: 4px !important;
}

.pr-1 {
	padding-right: 4px !important;
}

.pb-1 {
	padding-bottom: 4px !important;
}

.pl-1 {
	padding-left: 4px !important;
}

.pt-2 {
	padding-top: 8px !important;
}

.pr-2 {
	padding-right: 8px !important;
}

.pb-2 {
	padding-bottom: 8px !important;
}

.pl-2 {
	padding-left: 8px !important;
}

.pt-3 {
	padding-top: 12px !important;
}

.pr-3 {
	padding-right: 12px !important;
}

.pb-3 {
	padding-bottom: 12px !important;
}

.pl-3 {
	padding-left: 12px !important;
}

.pt-4 {
	padding-top: 16px !important;
}

.pr-4 {
	padding-right: 16px !important;
}

.pb-4 {
	padding-bottom: 16px !important;
}

.pl-4 {
	padding-left: 16px !important;
}

.pt-5 {
	padding-top: 20px !important;
}

.pr-5 {
	padding-right: 20px !important;
}

.pb-5 {
	padding-bottom: 20px !important;
}

.pl-5 {
	padding-left: 20px !important;
}

.pt-6 {
	padding-top: 24px !important;
}

.pr-6 {
	padding-right: 24px !important;
}

.pb-6 {
	padding-bottom: 24px !important;
}

.pl-6 {
	padding-left: 24px !important;
}

.pt-7 {
	padding-top: 28px !important;
}

.pr-7 {
	padding-right: 28px !important;
}

.pb-7 {
	padding-bottom: 28px !important;
}

.pl-7 {
	padding-left: 28px !important;
}

.pt-8 {
	padding-top: 32px !important;
}

.pr-8 {
	padding-right: 32px !important;
}

.pb-8 {
	padding-bottom: 32px !important;
}

.pl-8 {
	padding-left: 32px !important;
}

.pt-9 {
	padding-top: 36px !important;
}

.pr-9 {
	padding-right: 36px !important;
}

.pb-9 {
	padding-bottom: 36px !important;
}

.pl-9 {
	padding-left: 36px !important;
}

.pt-10 {
	padding-top: 40px !important;
}

.pr-10 {
	padding-right: 40px !important;
}

.pb-10 {
	padding-bottom: 40px !important;
}

.pl-10 {
	padding-left: 40px !important;
}

.pt-11 {
	padding-top: 44px !important;
}

.pr-11 {
	padding-right: 44px !important;
}

.pb-11 {
	padding-bottom: 44px !important;
}

.pl-11 {
	padding-left: 44px !important;
}

.pt-12 {
	padding-top: 48px !important;
}

.pr-12 {
	padding-right: 48px !important;
}

.pb-12 {
	padding-bottom: 48px !important;
}

.pl-12 {
	padding-left: 48px !important;
}

.pt-13 {
	padding-top: 52px !important;
}

.pr-13 {
	padding-right: 52px !important;
}

.pb-13 {
	padding-bottom: 52px !important;
}

.pl-13 {
	padding-left: 52px !important;
}

.pt-14 {
	padding-top: 56px !important;
}

.pr-14 {
	padding-right: 56px !important;
}

.pb-14 {
	padding-bottom: 56px !important;
}

.pl-14 {
	padding-left: 56px !important;
}

.pt-15 {
	padding-top: 60px !important;
}

.pr-15 {
	padding-right: 60px !important;
}

.pb-15 {
	padding-bottom: 60px !important;
}

.pl-15 {
	padding-left: 60px !important;
}

.pt-16 {
	padding-top: 64px !important;
}

.pr-16 {
	padding-right: 64px !important;
}

.pb-16 {
	padding-bottom: 64px !important;
}

.pl-16 {
	padding-left: 64px !important;
}

.pt-17 {
	padding-top: 68px !important;
}

.pr-17 {
	padding-right: 68px !important;
}

.pb-17 {
	padding-bottom: 68px !important;
}

.pl-17 {
	padding-left: 68px !important;
}

.pt-18 {
	padding-top: 72px !important;
}

.pr-18 {
	padding-right: 72px !important;
}

.pb-18 {
	padding-bottom: 72px !important;
}

.pl-18 {
	padding-left: 72px !important;
}

.pt-19 {
	padding-top: 76px !important;
}

.pr-19 {
	padding-right: 76px !important;
}

.pb-19 {
	padding-bottom: 76px !important;
}

.pl-19 {
	padding-left: 76px !important;
}

.pt-20 {
	padding-top: 80px !important;
}

.pr-20 {
	padding-right: 80px !important;
}

.pb-20 {
	padding-bottom: 80px !important;
}

.pl-20 {
	padding-left: 80px !important;
}

.pt-21 {
	padding-top: 84px !important;
}

.pr-21 {
	padding-right: 84px !important;
}

.pb-21 {
	padding-bottom: 84px !important;
}

.pl-21 {
	padding-left: 84px !important;
}

.pt-22 {
	padding-top: 88px !important;
}

.pr-22 {
	padding-right: 88px !important;
}

.pb-22 {
	padding-bottom: 88px !important;
}

.pl-22 {
	padding-left: 88px !important;
}

.pt-23 {
	padding-top: 92px !important;
}

.pr-23 {
	padding-right: 92px !important;
}

.pb-23 {
	padding-bottom: 92px !important;
}

.pl-23 {
	padding-left: 92px !important;
}

.pt-24 {
	padding-top: 96px !important;
}

.pr-24 {
	padding-right: 96px !important;
}

.pb-24 {
	padding-bottom: 96px !important;
}

.pl-24 {
	padding-left: 96px !important;
}

.pt-25 {
	padding-top: 100px !important;
}

.pr-25 {
	padding-right: 100px !important;
}

.pb-25 {
	padding-bottom: 100px !important;
}

.pl-25 {
	padding-left: 100px !important;
}

.pt-26 {
	padding-top: 104px !important;
}

.pr-26 {
	padding-right: 104px !important;
}

.pb-26 {
	padding-bottom: 104px !important;
}

.pl-26 {
	padding-left: 104px !important;
}

.pt-27 {
	padding-top: 108px !important;
}

.pr-27 {
	padding-right: 108px !important;
}

.pb-27 {
	padding-bottom: 108px !important;
}

.pl-27 {
	padding-left: 108px !important;
}

.pt-28 {
	padding-top: 112px !important;
}

.pr-28 {
	padding-right: 112px !important;
}

.pb-28 {
	padding-bottom: 112px !important;
}

.pl-28 {
	padding-left: 112px !important;
}

.pt-29 {
	padding-top: 116px !important;
}

.pr-29 {
	padding-right: 116px !important;
}

.pb-29 {
	padding-bottom: 116px !important;
}

.pl-29 {
	padding-left: 116px !important;
}

.pt-30 {
	padding-top: 120px !important;
}

.pr-30 {
	padding-right: 120px !important;
}

.pb-30 {
	padding-bottom: 120px !important;
}

.pl-30 {
	padding-left: 120px !important;
}

.pt-31 {
	padding-top: 124px !important;
}

.pr-31 {
	padding-right: 124px !important;
}

.pb-31 {
	padding-bottom: 124px !important;
}

.pl-31 {
	padding-left: 124px !important;
}

.pt-32 {
	padding-top: 128px !important;
}

.pr-32 {
	padding-right: 128px !important;
}

.pb-32 {
	padding-bottom: 128px !important;
}

.pl-32 {
	padding-left: 128px !important;
}

.pt-33 {
	padding-top: 132px !important;
}

.pr-33 {
	padding-right: 132px !important;
}

.pb-33 {
	padding-bottom: 132px !important;
}

.pl-33 {
	padding-left: 132px !important;
}

.pt-34 {
	padding-top: 136px !important;
}

.pr-34 {
	padding-right: 136px !important;
}

.pb-34 {
	padding-bottom: 136px !important;
}

.pl-34 {
	padding-left: 136px !important;
}

.pt-35 {
	padding-top: 140px !important;
}

.pr-35 {
	padding-right: 140px !important;
}

.pb-35 {
	padding-bottom: 140px !important;
}

.pl-35 {
	padding-left: 140px !important;
}

.pt-36 {
	padding-top: 144px !important;
}

.pr-36 {
	padding-right: 144px !important;
}

.pb-36 {
	padding-bottom: 144px !important;
}

.pl-36 {
	padding-left: 144px !important;
}

.pt-37 {
	padding-top: 148px !important;
}

.pr-37 {
	padding-right: 148px !important;
}

.pb-37 {
	padding-bottom: 148px !important;
}

.pl-37 {
	padding-left: 148px !important;
}

.pt-38 {
	padding-top: 152px !important;
}

.pr-38 {
	padding-right: 152px !important;
}

.pb-38 {
	padding-bottom: 152px !important;
}

.pl-38 {
	padding-left: 152px !important;
}

.pt-39 {
	padding-top: 156px !important;
}

.pr-39 {
	padding-right: 156px !important;
}

.pb-39 {
	padding-bottom: 156px !important;
}

.pl-39 {
	padding-left: 156px !important;
}

.pt-40 {
	padding-top: 160px !important;
}

.pr-40 {
	padding-right: 160px !important;
}

.pb-40 {
	padding-bottom: 160px !important;
}

.pl-40 {
	padding-left: 160px !important;
}

.pt-41 {
	padding-top: 164px !important;
}

.pr-41 {
	padding-right: 164px !important;
}

.pb-41 {
	padding-bottom: 164px !important;
}

.pl-41 {
	padding-left: 164px !important;
}

.pt-42 {
	padding-top: 168px !important;
}

.pr-42 {
	padding-right: 168px !important;
}

.pb-42 {
	padding-bottom: 168px !important;
}

.pl-42 {
	padding-left: 168px !important;
}

.pt-43 {
	padding-top: 172px !important;
}

.pr-43 {
	padding-right: 172px !important;
}

.pb-43 {
	padding-bottom: 172px !important;
}

.pl-43 {
	padding-left: 172px !important;
}

.pt-44 {
	padding-top: 176px !important;
}

.pr-44 {
	padding-right: 176px !important;
}

.pb-44 {
	padding-bottom: 176px !important;
}

.pl-44 {
	padding-left: 176px !important;
}

.pt-45 {
	padding-top: 180px !important;
}

.pr-45 {
	padding-right: 180px !important;
}

.pb-45 {
	padding-bottom: 180px !important;
}

.pl-45 {
	padding-left: 180px !important;
}

.pt-46 {
	padding-top: 184px !important;
}

.pr-46 {
	padding-right: 184px !important;
}

.pb-46 {
	padding-bottom: 184px !important;
}

.pl-46 {
	padding-left: 184px !important;
}

.pt-47 {
	padding-top: 188px !important;
}

.pr-47 {
	padding-right: 188px !important;
}

.pb-47 {
	padding-bottom: 188px !important;
}

.pl-47 {
	padding-left: 188px !important;
}

.pt-48 {
	padding-top: 192px !important;
}

.pr-48 {
	padding-right: 192px !important;
}

.pb-48 {
	padding-bottom: 192px !important;
}

.pl-48 {
	padding-left: 192px !important;
}

.pt-49 {
	padding-top: 196px !important;
}

.pr-49 {
	padding-right: 196px !important;
}

.pb-49 {
	padding-bottom: 196px !important;
}

.pl-49 {
	padding-left: 196px !important;
}

.pt-50 {
	padding-top: 200px !important;
}

.pr-50 {
	padding-right: 200px !important;
}

.pb-50 {
	padding-bottom: 200px !important;
}

.pl-50 {
	padding-left: 200px !important;
}

.pt-51 {
	padding-top: 204px !important;
}

.pr-51 {
	padding-right: 204px !important;
}

.pb-51 {
	padding-bottom: 204px !important;
}

.pl-51 {
	padding-left: 204px !important;
}

.pt-52 {
	padding-top: 208px !important;
}

.pr-52 {
	padding-right: 208px !important;
}

.pb-52 {
	padding-bottom: 208px !important;
}

.pl-52 {
	padding-left: 208px !important;
}

.pt-53 {
	padding-top: 212px !important;
}

.pr-53 {
	padding-right: 212px !important;
}

.pb-53 {
	padding-bottom: 212px !important;
}

.pl-53 {
	padding-left: 212px !important;
}

.pt-54 {
	padding-top: 216px !important;
}

.pr-54 {
	padding-right: 216px !important;
}

.pb-54 {
	padding-bottom: 216px !important;
}

.pl-54 {
	padding-left: 216px !important;
}

.pt-55 {
	padding-top: 220px !important;
}

.pr-55 {
	padding-right: 220px !important;
}

.pb-55 {
	padding-bottom: 220px !important;
}

.pl-55 {
	padding-left: 220px !important;
}

.pt-56 {
	padding-top: 224px !important;
}

.pr-56 {
	padding-right: 224px !important;
}

.pb-56 {
	padding-bottom: 224px !important;
}

.pl-56 {
	padding-left: 224px !important;
}

.pt-57 {
	padding-top: 228px !important;
}

.pr-57 {
	padding-right: 228px !important;
}

.pb-57 {
	padding-bottom: 228px !important;
}

.pl-57 {
	padding-left: 228px !important;
}

.pt-58 {
	padding-top: 232px !important;
}

.pr-58 {
	padding-right: 232px !important;
}

.pb-58 {
	padding-bottom: 232px !important;
}

.pl-58 {
	padding-left: 232px !important;
}

.pt-59 {
	padding-top: 236px !important;
}

.pr-59 {
	padding-right: 236px !important;
}

.pb-59 {
	padding-bottom: 236px !important;
}

.pl-59 {
	padding-left: 236px !important;
}

.pt-60 {
	padding-top: 240px !important;
}

.pr-60 {
	padding-right: 240px !important;
}

.pb-60 {
	padding-bottom: 240px !important;
}

.pl-60 {
	padding-left: 240px !important;
}

/* -----------------------------------------------------
 * Utilities Text Align
 * -------------------------------------------------- */

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

/* -----------------------------------------------------
 * Utilities Text Font
 * -------------------------------------------------- */

.en,
.tc {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: justify;
	letter-spacing: 0.03em;
}

.en {
	font-family: 'Lora', serif;
}

.tc {
	font-family: 'Noto Serif TC', serif;
}

@media screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}

	.l-footer {
		padding: 3.2rem 6.3rem 3.7rem 6.6rem;
	}

	.l-footer-inner {
		display: grid;
		grid-template-columns: 1fr auto auto auto;
		grid-template-areas: 'logo banner links links' 'logo banner sns copy';
		justify-items: end;
		align-items: center;
		gap: 3rem 0;
	}

	.l-footer-logo {
		justify-self: self-start;
		align-self: self-start;
	}

	.l-footer-banner {
		justify-self: self-end;
		align-self: self-end;
		grid-row: span 2/span 2;
		width: 29.6rem;
		margin: 0 4.2rem 0 0;
	}

	.l-footer-links {
		align-self: self-end;
		align-items: center;
		gap: 0 5.1rem;
		padding: 0.5rem 0 0;
	}

	.l-footer-links ul {
		align-items: center;
		gap: 0 4.2rem;
	}

	.l-footer-sns {
		grid-area: sns;
		justify-self: end;
	}

	.l-footer-copyright {
		margin: 0 0 0 2.4rem;
	}

	.l-section {
		padding: 8rem 0;
	}

	.l-section-inner {
		padding: 0 4rem;
	}

	.l-section-body.-al-left {
		margin: 8rem 0 0 -4rem;
	}

	.l-section-body.-al-right {
		margin: 8rem -4rem 0 0;
	}

	.c-btn {
		max-width: 38.4rem;
	}

	.c-checkbox {
		font-size: 1.4rem;
	}

	.c-cta-circle.-large {
		width: 19.4rem;
		height: 19.4rem;
	}

	.c-cta-circle.-large::before {
		width: 3rem;
		height: 3rem;
	}

	.c-eye.-right {
		margin-left: -0.4rem;
	}

	.c-eye .base {
		width: 7.5rem;
	}

	.c-eye .black {
		top: 2rem;
		right: -0.9rem;
		width: 4.5rem;
	}

	.c-title .jp {
		font-size: 7.5rem;
		line-height: 1.2;
	}

	.c-title p {
		font-size: 1.3rem;
	}

	.c-title .tc {
		margin-top: 1rem;
	}

	.c-title-top .jp {
		font-size: 5.3rem;
		line-height: 1.55;
	}

	.c-title-top p {
		font-size: 1.3rem;
	}

	.c-title-top .tc {
		margin-top: 1rem;
	}

	.c-title-col {
		gap: 0 1.9rem;
	}

	.c-title-col .en {
		font-size: 4.5rem;
	}

	.c-title-col .jp {
		font-size: 2.2rem;
	}

	.c-title-row .en {
		font-size: 8rem;
	}

	.c-title-row .jp {
		margin-top: -4rem;
	}

	.c-title .col {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.c-title .col p {
		margin: 0;
	}

	.p-about-promise {
		padding-top: 24rem;
		background: linear-gradient(to bottom, #eafc21 0%, #eafc21 90%, #fff 90%, #fff 100%);
	}

	.p-about-promise .eye-link {
		top: -24rem;
		left: 4rem;
	}

	.p-about-promise .eye-link > img {
		width: 14.2rem;
	}

	.p-about-promise .eye-link a {
		width: 32.6rem;
		height: 5.7rem;
	}

	.p-about-promise .eye-link a::after {
		right: 2.7rem;
		width: 0.8rem;
		height: 1.3rem;
		background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'14\' fill=\'none\'%3E%3Cpath stroke=\'%23000\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'m1 1 5.5 6.182L1 13\'/%3E%3C/svg%3E');
		background-repeat: no-repeat;
		background-size: contain;
	}

	.p-about-promise .eye-link a svg {
		width: 32.6rem;
		height: 5.7rem;
	}

	.p-about-promise .eye-link a span {
		font-size: 2rem;
	}

	.p-about-promise .box {
		margin: 0;
		padding: 8.8rem 5rem;
		border-radius: 1.5rem;
	}

	.p-about-promise .box.box1 .c-title {
		top: -4rem;
		right: 4.6rem;
	}

	.p-about-promise .box.box1 .c-title .en {
		margin-right: 1.2rem;
	}

	.p-about-promise .box.box1 figure {
		max-width: 65.4rem;
	}

	.p-about-promise .box.box2 .c-title {
		top: -4rem;
		left: 4rem;
	}

	.p-about-promise .box.box2 figure {
		max-width: 41.5rem;
		margin-right: 0;
	}

	.p-about-promise .box .c-title .jp {
		font-size: 6.8rem;
	}

	.p-about-promise .box .c-title .en,
  .p-about-promise .box .c-title .tc {
		font-size: 1.8rem;
	}

	.p-about-promise .col {
		grid-template-columns: 51.2820512821% 1fr;
		gap: 0 7rem;
	}

	.p-about-promise .col .jp {
		line-height: 2.5;
	}

	.p-about-promise .col > div {
		margin-top: 0.5rem;
	}

	.p-about-promise .col .tc {
		margin: 1.8rem 0 0;
	}

	.p-about-stance {
		padding-bottom: 20rem;
	}

	.p-about-stance .head {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.p-about-stance .head figure {
		max-width: 54.1rem;
		margin: 4rem 0 0;
	}

	.p-about-stance .col {
		grid-template-columns: 48.730964467% 1fr;
		gap: 0 7rem;
		max-width: 98.5rem;
		margin: 18rem auto 0;
	}

	.p-about-stance .col .jp {
		font-size: 1.8rem;
		line-height: 2.4;
		letter-spacing: 0.03em;
	}

	.p-about-stance .col > div {
		margin-top: 0.5rem;
	}

	.p-about-stance .col .tc {
		margin: 1.8rem 0 0;
	}

	.p-about-sticky-image picture {
		width: 100%;
		aspect-ratio: 1440/603;
	}

	.p-about-sticky .text {
		padding-bottom: 17rem;
	}

	.p-about {
		padding-bottom: 31.6rem;
	}

	.p-about-body {
		display: grid;
		grid-template-columns: -webkit-max-content 1fr;
		grid-template-columns: max-content 1fr;
		grid-template-areas: 'box slide';
		align-items: start;
		gap: 0 9rem;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding-left: calc(50vw - 50%);
	}

	.p-about-slide {
		grid-area: slide;
		overflow: hidden;
	}

	.p-about-slide .splide__slide {
		flex-shrink: 0;
		width: 35rem;
	}

	.p-about-slide .splide__slide img {
		width: 35rem;
		max-width: 35rem;
		height: auto;
		object-fit: cover;
		-o-object-fit: cover;
		aspect-ratio: 1/1;
	}

	.p-about-box {
		grid-area: box;
		margin-top: 1rem;
		padding: 0;
	}

	.p-about-box .en,
  .p-about-box .tc {
		font-size: 1.2rem;
	}

	.p-about-box .other-lang {
		max-width: 21.6rem;
		margin-top: 3rem;
	}

	.p-about-btn {
		margin-top: -4.6rem;
	}

	.p-company-intro-inner {
		width: 100%;
		max-width: 1207px;
		margin: 0 auto;
		padding: 18.6rem 4rem 12.6rem;
	}

	.p-company-intro-inner > h2 {
		font-size: 4.8rem;
		line-height: 1.45;
	}

	.p-company-intro-inner > p {
		margin: 5.6rem 0 0;
		font-size: 1.9rem;
	}

	.p-company-intro-inner > p.en,
  .p-company-intro-inner > p.tc {
		margin-top: 5.6rem;
	}

	.p-company-intro-marks {
		top: -8.4rem;
	}

	.p-company-intro-marks .eyes .c-eye.-right {
		margin-left: -0.4rem;
	}

	.p-company-intro-marks .eyes .c-eye .base {
		width: 9.2rem;
	}

	.p-company-intro-marks .eyes .c-eye .black {
		top: 2.5rem;
		right: -0.6rem;
		width: 5.7rem;
	}

	.p-company-intro-marks .mark {
		width: 22.4rem;
	}

	.p-company-intro-data {
		margin: 10.5rem 0 0;
		padding: 4.3rem 7.2rem 6.8rem;
		border-radius: 2rem;
	}

	.p-company-intro-data table td.ja span {
		font-size: 1.4rem;
	}

	.p-company-access-inner {
		width: 100%;
		max-width: 1087px;
		margin: 0 auto;
		padding: 12rem 4rem 11rem;
	}

	.p-company-access h2 {
		padding: 0;
	}

	.p-company-access-map {
		margin: 2.4rem 0 0;
	}

	.p-company-access-address {
		margin: 2.2rem 0 0;
		padding: 0;
		line-height: 1.6;
		letter-spacing: 0.03em;
	}

	.p-company-access-address .ja {
		font-size: 1.7rem;
	}

	.p-company-access-address .en {
		margin: 1.2rem 0 0;
		font-size: 1.2rem;
	}

	.p-company-access-howto {
		margin: 6.2rem 0 0;
		padding: 0;
	}

	.p-company-access-howto p {
		margin: 2.2rem 0 0;
	}

	.p-company-slide {
		margin: 8.6rem 0 0;
	}

	.p-company-slide .splide__slide {
		width: 45.4rem !important;
		height: 33.7rem;
	}

	.p-contact {
		padding-bottom: 14.7rem;
	}

	.p-contact .pc-wrap > * + * {
		margin: 5.8rem 0 0;
	}

	.p-contact .l-section-inner .left {
		margin: 0 0 8rem;
	}

	.p-contact h2 {
		font-size: 3.5rem;
	}

	.p-contact .atn {
		font-size: 1.4rem;
	}

	.p-contact .text {
		margin: 0 0 8.3rem;
	}

	.p-contact .text .jp {
		font-size: 1.7rem;
	}

	.p-contact .text .jp.note {
		margin: 1.8rem 0 0;
	}

	.p-contact .text .en {
		margin: 2.9rem 0 1.6rem;
	}

	.p-contact-form form > * + * {
		margin: 5.8rem 0 0;
	}

	.p-contact-form .label {
		gap: 1rem;
	}

	.p-contact-form input[type=text],
  .p-contact-form input[type=email],
  .p-contact-form input[type=tel],
  .p-contact-form textarea {
		padding: 2rem 2.7rem;
	}

	.p-contact-form .privacy-box {
		margin-bottom: -1rem;
	}

	.p-contact-form .privacy-box-wrap {
		height: 30.4rem;
		padding: 2.2rem 4.9rem 3rem 2.4rem;
	}

	.p-contact-form .privacy-box-inner p {
		font-size: 1.5rem;
		line-height: 2.4;
	}

	.p-contact-form .privacy-box-inner p span {
		font-size: 1.8rem;
	}

	.p-contact-form-button-wrap {
		flex-direction: row;
	}

	.p-contact-form .wpcf7-radio {
		grid-template-columns: repeat(3, 1fr);
		gap: 5.2rem 6.8rem;
	}

	.p-contact-form .wpcf7-checkbox label,
  .p-contact-form .wpcf7-acceptance label {
		font-size: 1.6rem;
	}

	.p-contact-form .confirm-box {
		padding: 2rem 2.7rem;
	}

	.p-contact-complete {
		padding: 25.3rem 0 12.7rem;
	}

	.p-contact-complete h1 {
		font-size: 7rem;
	}

	.p-contact-complete .en.title {
		font-size: 2.3rem;
	}

	.p-contact-complete .download-btn {
		max-width: 74.3rem;
		margin: 9.4rem auto 0;
	}

	.p-contact-complete-button {
		margin: 10.9rem 0 0;
		padding: 10.9rem 0 0;
	}

	.p-cta {
		padding: 7rem 0 4rem;
	}

	.p-cta .l-section-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0 3rem;
	}

	.p-cta .copy {
		top: auto;
		bottom: -0.5rem;
		left: -1rem;
		font-size: 9rem;
		-ms-writing-mode: tb-rl;
		-webkit-transform: translateX(0) rotate(180deg);
		transform: translateX(0) rotate(180deg);
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
	}

	.p-cta .title {
		font-size: 2rem;
	}

	.p-cta .title .large {
		margin-bottom: 1.2rem;
		font-size: 7.5rem;
	}

	.p-cta .en:not(.copy),
  .p-cta .tc {
		font-size: 1.1rem;
	}

	.p-cta .en:not(.copy) {
		margin: 3.3rem 0 0;
	}

	.p-form-inner .form-control,
  .p-form-inner .form-control-textarea {
		font-size: 1.4rem;
	}

	.p-form-inner .form-control {
		height: 4.6rem;
	}

	.p-header-inner {
		justify-content: flex-end;
		gap: 0 3rem;
	}

	.p-header-logo {
		position: relative;
		margin-right: auto;
	}

	.p-header-logo a {
		font-size: 2.5rem;
	}

	.p-header .p-header-btn {
		height: 10.7rem;
	}

	.p-header .p-header-btn button .line {
		top: 4rem;
	}

	.p-header-contact {
		gap: 0 1.7rem;
		width: 20rem;
		height: 10.7rem;
	}

	.p-header-contact img {
		width: 4rem;
	}

	.p-header-contact .btn-text {
		display: block;
	}

	.p-header-nav-contact {
		max-width: 36rem;
	}

	.p-hero-scrolldown {
		right: 3rem;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}

	.p-hero-text svg {
		width: 55.1rem;
		height: 33.7rem;
	}

	.p-hero-eyes {
		top: -8.5rem;
		right: -2rem;
	}

	.p-hero-eyes img {
		width: 15.5rem;
	}

	.p-hero-sub {
		height: 57.2rem;
	}

	.p-hero-sub.-pc-lg {
		height: 75rem;
	}

	.p-hero-sub.-contact {
		height: 92.3rem;
	}

	.p-hero-sub.-contact .contact-inner {
		width: 100%;
	}

	.p-hero-sub.-contact .contact-inner h1 .ja {
		font-size: 8.5rem;
	}

	.p-hero-sub.-contact .text {
		max-width: 55.2rem;
		margin: 5rem 0 0 auto;
	}

	.p-hero-sub.-contact .text .jp {
		font-size: 2.1rem;
		letter-spacing: 0.03em;
	}

	.p-hero-sub.-contact .text .en {
		margin: 4rem 0 2.5rem;
	}

	.p-hero-sub-inner {
		padding: 0 4rem;
	}

	.p-hero-sub h1 .ja {
		font-size: 7rem;
	}

	.p-hero-sub h1 .en {
		font-size: 2.3rem;
	}

	.p-list-other {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 2.5rem;
	}

	.p-list-other li header {
		margin-bottom: 1.6rem;
	}

	.p-list-other li header h2 {
		font-size: 3.5rem;
	}

	.p-list-other li header p {
		font-size: 1.8rem;
	}

	.p-member-list {
		padding-inline: 4rem;
	}

	.p-member-list ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 14rem 2.4rem;
	}

	.p-member-list .inner {
		padding: 2rem 0 0;
	}

	.p-member .l-section-inner {
		display: flex;
		align-items: flex-start;
		gap: 0 5rem;
	}

	.p-member figure {
		flex-shrink: 0;
		width: 35rem;
		margin: 0;
	}

	.p-member .c-title-top .jp {
		margin-top: 0;
		font-size: 5rem;
	}

	.p-member .right {
		gap: 5rem 0;
	}

	.p-member .right > div .jp {
		font-size: 1.6rem;
	}

	.p-member-btn {
		margin-top: 2rem;
	}

	.p-message {
		max-width: 101.6rem;
		padding: 11.4rem 0 13rem;
		margin-inline: auto;
	}

	.p-message .panel {
		font-size: 3.5rem;
		line-height: 2.3;
	}

	.p-message .panel.tab-2 {
		font-size: 2.5rem;
	}

	.p-message .panel.tab-3 {
		font-size: 2.8rem;
	}

	.p-message .panel p + p {
		margin-top: 5rem;
	}

	.p-message figure {
		width: 45.8rem;
	}

	.p-other-card.-company figure {
		width: 23.9rem;
	}

	.p-other-card.-recruit figure {
		width: 19.3rem;
	}

	.p-other-card-content {
		height: 28.3rem;
	}

	.p-other-card-content::before {
		left: 6.6rem;
	}

	.p-other-card-footer {
		padding: 1rem 2.2rem 1.2rem 5rem;
	}

	.p-other-card-link::after {
		width: 4.8rem;
		-webkit-transform: scaleX(0.41);
		transform: scaleX(0.41);
	}

	.p-service-head {
		display: flex;
		gap: 0 9.6rem;
		padding-bottom: 22.8rem;
	}

	.p-service-head-img {
		max-width: 47.8rem;
		margin: -12rem auto 16.5rem;
	}

	.p-service-head .jp {
		font-size: 1.9rem;
		line-height: 2.8;
		letter-spacing: 0.03em;
	}

	.p-service-head .tc {
		margin: 2.3rem 0 0;
	}

	.p-service-links {
		padding: 20.3rem 0 0;
	}

	.p-service-links h2 {
		font-size: 6rem;
	}

	.p-service-links-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3.4rem;
		margin: 10.7rem 0 22.8rem;
	}

	.p-service-links-list li {
		width: 35rem;
	}

	.p-service-pin .pin-section#step1 figure {
		border: 4rem solid #00b5ac;
	}

	.p-service-pin .pin-section#step2 figure {
		border: 4rem solid #ffbc05;
	}

	.p-service-pin .pin-section#step3 figure {
		border: 4rem solid #ff8266;
	}

	.p-service-pin .pin-section#step4 figure {
		border: 4rem solid #3243ff;
	}

	.p-service-pin .pin-section#step5 figure {
		border: 4rem solid #ff882d;
	}

	.p-service-pin .pin-section#step6 .head .jp {
		font-size: 7.5rem;
	}

	.p-service-pin .pin-section#step6 .head-col {
		display: flex;
		align-items: center;
		gap: 0 0.5rem;
		margin: 1rem 0 0;
	}

	.p-service-pin .pin-section#step6 .col {
		display: flex;
		align-items: center;
		gap: 0 3rem;
		margin: 3rem 0 0;
	}

	.p-service-pin .pin-section#step6 .col figure {
		flex-shrink: 0;
		max-width: 35rem;
	}

	.p-service-pin .pin-section#step6 .col .jp {
		font-size: 1.8rem;
	}

	.p-service-pin .pin-section#step6 .col .en {
		margin: 4rem 0 1.5rem;
	}

	.p-service-pin .pin-col {
		display: flex;
		align-items: center;
		max-width: 1440px;
		margin-inline: auto;
	}

	.p-service-pin .pin-inner {
		width: 100%;
		max-width: 44.1666666667%;
		padding: 4rem 2rem;
	}

	.p-service-pin .pc-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		max-width: 46.4rem;
		height: 100%;
		margin-inline: auto;
	}

	.p-service-pin .top .num {
		font-size: 2.5rem;
	}

	.p-service-pin .top h3 {
		margin: 1rem 0;
	}

	.p-service-pin .bottom {
		max-width: 38.4rem;
		margin: 8.6rem 0 0;
	}

	.p-service-pin .bottom .en {
		margin: 2.9rem 0 2rem;
	}

	.p-service-pin figure {
		max-width: 55.8333333333%;
	}

	.p-service {
		padding: 43.5rem 0 11rem;
	}

	.p-service-bg {
		width: 350vw;
	}

	.p-service-wrap .copy {
		display: block;
		position: absolute;
		z-index: 1;
		top: -4rem;
		left: -2.5rem;
		color: #fff;
		font-size: 15rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -0.06em;
		-ms-writing-mode: tb-rl;
		text-transform: uppercase;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
	}

	.p-service .l-section-inner {
		display: flex;
		align-items: flex-start;
		gap: 0 5rem;
		max-width: calc(1060px + 8rem);
	}

	.p-service .right {
		flex-shrink: 0;
	}

	.p-service .c-title-top .jp {
		font-size: 5.5rem;
	}

	.p-service figure {
		width: 41.9rem;
		margin: 8.3rem 0 0;
	}

	.p-service .left .en {
		margin: 1.4rem 0;
	}

	.p-service-btn {
		margin-top: 2.6rem;
	}

	.p-slide-works {
		max-height: 62.2rem;
		aspect-ratio: 1440/622;
	}

	.p-works-detail .slide {
		margin: 22.4rem 0 0;
	}

	.p-works-detail .main-slide .splide__slide {
		height: 71.6rem;
	}

	.p-works-detail .thumbnail-slide {
		max-width: calc(1128px + 8rem);
		margin: 1.4rem auto 0;
		padding: 0 4rem;
	}

	.p-works-detail .head {
		margin: 12.9rem 0 0;
	}

	.p-works-detail .head h1 {
		font-size: 6.5rem;
	}

	.p-works-detail .head .en,
  .p-works-detail .head .tc {
		font-size: 1.8rem;
	}

	.p-works-detail .head .en {
		margin: 1.4rem 0 -0.5rem;
	}

	.p-works-detail .head dl {
		margin: 7.1rem 0 0;
		padding: 0 0 6.7rem;
	}

	.p-works-detail .head dl > div {
		display: flex;
		align-items: center;
		gap: 0 3.8rem;
	}

	.p-works-detail .head dl dt {
		flex-shrink: 0;
		min-width: 5.4rem;
	}

	.p-works-detail .row {
		margin: 11rem 0 0;
	}

	.p-works-detail .row .l-section-inner {
		max-width: calc(936px + 8rem);
	}

	.p-works-detail .row-head h2 {
		font-size: 4rem;
		line-height: 1.25;
	}

	.p-works-detail .row-head .en,
  .p-works-detail .row-head .tc {
		font-size: 1.5rem;
	}

	.p-works-detail .row-head .en {
		margin: 1.3rem 0 0;
	}

	.p-works-detail .row-body {
		margin: 5.1rem 0 0;
	}

	.p-works-detail .row-body .jp {
		font-size: 1.5rem;
		letter-spacing: 0.03em;
	}

	.p-works-detail .row-body .en {
		margin: 4.4rem 0 2.5rem;
	}

	.p-works-detail .row figure {
		margin: 4.6rem 0 0;
	}

	.p-works-detail .back-btn {
		margin: 13.1rem auto 0;
	}

	.p-works-detail .other-list {
		max-width: 42rem;
		margin: 6.1rem auto 0;
	}

	.p-works-detail .other a {
		min-height: 20.8rem;
	}

	.p-works-detail .other a.button {
		grid-column: span 2/span 2;
		grid-column-start: 1;
		grid-row-start: 7;
	}

	.p-works-detail .other a .arrow {
		right: 2.7rem;
		bottom: 2rem;
		width: 5.7rem;
		height: 5.7rem;
	}

	.p-works-detail .other a .arrow::before {
		width: 1rem;
		height: 1rem;
		opacity: 0;
	}

	.p-works-detail .other a .left {
		padding: 2.5rem;
	}

	.p-works-detail .other a .left::before {
		right: 2.7rem;
		bottom: 2rem;
		width: 5.7rem;
		height: 5.7rem;
	}

	.p-works-detail .other a .left .title {
		font-size: 3rem;
	}

	.p-works-list {
		margin-top: 0;
		padding: 0 0 13rem;
	}

	.p-works-list ul {
		gap: 0;
	}

	.p-works-list ul li:nth-child(1) a .text {
		background-color: #3243ff;
	}

	.p-works-list ul li:nth-child(2) a .text {
		background-color: #ff8266;
	}

	.p-works-list ul li:nth-child(3) a .text {
		background-color: #ff882d;
	}

	.p-works-list ul li:nth-child(4) a .text {
		background-color: #00b5ac;
	}

	.p-works-list ul li:nth-child(5) a .text {
		background-color: #f9c800;
	}

	.p-works-list ul li:nth-child(6) a .text {
		background-color: #080c7b;
	}

	.p-works-list ul li:nth-child(7) a .text {
		background-color: #007ea5;
	}

	.p-works-list ul a .text {
		display: flex;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		margin: 0;
		opacity: 0;
		color: #fff;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	.p-works-list ul a .en {
		font-size: 1.3rem;
	}

	.p-works-list ul a .tc {
		font-size: 1.2rem;
	}

	.p-works-list ul a .company {
		margin: 0 0 0.5rem;
		font-size: 1.7rem;
	}

	.p-works {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: -webkit-min-content;
		grid-template-rows: min-content;
	}

	.p-works a {
		display: block;
	}

	.p-works a:not(.button) {
		overflow: hidden;
	}

	.p-works a:not(.button)::before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #7d7d7d;
		mix-blend-mode: multiply;
	}

	.p-works a.button {
		grid-column: span 2/span 2;
		grid-column-start: 1;
		grid-row-start: 7;
	}

	.p-works a:nth-child(1) {
		grid-row: span 3/span 3;
		min-height: 47.5rem;
	}

	.p-works a:nth-child(1) .left {
		background-color: transparent;
	}

	.p-works a:nth-child(1) .left::before {
		background-color: #3243ff;
	}

	.p-works a:nth-child(2) {
		grid-row: span 3/span 3;
		min-height: 47.5rem;
		grid-column-start: 1;
		grid-row-start: 4;
	}

	.p-works a:nth-child(2) .left {
		background-color: transparent;
	}

	.p-works a:nth-child(2) .left::before {
		background-color: #ff8266;
	}

	.p-works a:nth-child(3) {
		grid-row: span 2/span 2;
	}

	.p-works a:nth-child(3) .left {
		background-color: transparent;
	}

	.p-works a:nth-child(3) .left::before {
		right: 4.2rem;
		bottom: 3rem;
		width: 8.8rem;
		height: 8.8rem;
		background-color: #ff882d;
		-webkit-transform: scale(10) translate3d(-35%, -10%, 0);
		transform: scale(10) translate3d(-35%, -10%, 0);
	}

	.p-works a:nth-child(3) .left .title {
		font-size: 4.7rem;
	}

	.p-works a:nth-child(3) .left .company {
		font-size: 1.6rem;
	}

	.p-works a:nth-child(3) .left .service {
		font-size: 1.2rem;
	}

	.p-works a:nth-child(3) .arrow {
		right: 4.2rem;
		bottom: 3rem;
		width: 8.8rem;
		height: 8.8rem;
	}

	.p-works a:nth-child(3) .arrow::before {
		width: 1.5rem;
		height: 1.5rem;
	}

	.p-works a:nth-child(4) {
		grid-row: span 2/span 2;
		grid-column-start: 2;
		grid-row-start: 3;
	}

	.p-works a:nth-child(4) .left {
		background-color: transparent;
	}

	.p-works a:nth-child(4) .left::before {
		right: 4.2rem;
		bottom: 3rem;
		width: 8.8rem;
		height: 8.8rem;
		background-color: #00b5ac;
		-webkit-transform: scale(10) translate3d(-35%, -10%, 0);
		transform: scale(10) translate3d(-35%, -10%, 0);
	}

	.p-works a:nth-child(4) .left .title {
		font-size: 4.7rem;
	}

	.p-works a:nth-child(4) .left .company {
		font-size: 1.6rem;
	}

	.p-works a:nth-child(4) .left .service {
		font-size: 1.2rem;
	}

	.p-works a:nth-child(4) .arrow {
		right: 4.2rem;
		bottom: 3rem;
		width: 8.8rem;
		height: 8.8rem;
	}

	.p-works a:nth-child(4) .arrow::before {
		width: 1.5rem;
		height: 1.5rem;
	}

	.p-works a:nth-child(5) {
		grid-row: span 2/span 2;
		grid-column-start: 2;
		grid-row-start: 5;
	}

	.p-works a:nth-child(5) .left {
		background-color: transparent;
	}

	.p-works a:nth-child(5) .left::before {
		right: 4.2rem;
		bottom: 3rem;
		width: 8.8rem;
		height: 8.8rem;
		background-color: #f9c800;
		-webkit-transform: scale(10) translate3d(-35%, -10%, 0);
		transform: scale(10) translate3d(-35%, -10%, 0);
	}

	.p-works a:nth-child(5) .left .title {
		font-size: 4.7rem;
	}

	.p-works a:nth-child(5) .left .company {
		font-size: 1.6rem;
	}

	.p-works a:nth-child(5) .left .service {
		font-size: 1.2rem;
	}

	.p-works a:nth-child(5) .arrow {
		right: 4.2rem;
		bottom: 3rem;
		width: 8.8rem;
		height: 8.8rem;
	}

	.p-works a:nth-child(5) .arrow::before {
		width: 1.5rem;
		height: 1.5rem;
	}

	.p-works a .arrow {
		right: 5.5rem;
		bottom: 5rem;
		width: 13rem;
		height: 13rem;
	}

	.p-works a .arrow::before {
		width: 2.2rem;
		height: 2.2rem;
		opacity: 0;
	}

	.p-works a .left {
		z-index: initial;
		height: 100%;
		padding: 4rem 4.7rem;
	}

	.p-works a .left::before {
		content: '';
		position: absolute;
		z-index: 2;
		right: 5.5rem;
		bottom: 5rem;
		width: 13rem;
		height: 13rem;
		border-radius: 50%;
		background-color: #000;
		transition: all 0.5s ease;
		-webkit-transform: scale(7.6) translate3d(-30%, -15%, 0);
		transform: scale(7.6) translate3d(-30%, -15%, 0);
	}

	.p-works a .left > div {
		position: relative;
		z-index: 1;
	}

	.p-works a .left .title {
		position: relative;
		z-index: 3;
		font-size: 6.5rem;
	}

	.p-works a .left .company {
		font-size: 2rem;
	}

	.p-works picture {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.ovsp\:block {
		display: block !important;
	}

	.ovsp\:inline-block {
		display: inline-block !important;
	}

	.ovsp\:inline {
		display: inline !important;
	}

	.ovsp\:flex {
		display: flex !important;
	}

	.ovsp\:inline-flex {
		display: inline-flex !important;
	}

	.ovsp\:grid {
		display: grid !important;
	}

	.ovsp\:inline-grid {
		display: inline-grid !important;
	}

	.ovsp\:table {
		display: table !important;
	}

	.ovsp\:table-row {
		display: table-row !important;
	}

	.ovsp\:table-cell {
		display: table-cell !important;
	}

	.ovsp\:hidden {
		display: none !important;
	}

	.ovsp\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.ovsp\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.ovsp\:gap-0 {
		gap: 0 !important;
	}

	.ovsp\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.ovsp\:gap-y-0 {
		row-gap: 0 !important;
	}

	.ovsp\:gap-1 {
		gap: 4px !important;
	}

	.ovsp\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.ovsp\:gap-y-1 {
		row-gap: 4px !important;
	}

	.ovsp\:gap-2 {
		gap: 8px !important;
	}

	.ovsp\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.ovsp\:gap-y-2 {
		row-gap: 8px !important;
	}

	.ovsp\:gap-3 {
		gap: 12px !important;
	}

	.ovsp\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.ovsp\:gap-y-3 {
		row-gap: 12px !important;
	}

	.ovsp\:gap-4 {
		gap: 16px !important;
	}

	.ovsp\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.ovsp\:gap-y-4 {
		row-gap: 16px !important;
	}

	.ovsp\:gap-5 {
		gap: 20px !important;
	}

	.ovsp\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.ovsp\:gap-y-5 {
		row-gap: 20px !important;
	}

	.ovsp\:gap-6 {
		gap: 24px !important;
	}

	.ovsp\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.ovsp\:gap-y-6 {
		row-gap: 24px !important;
	}

	.ovsp\:gap-8 {
		gap: 32px !important;
	}

	.ovsp\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.ovsp\:gap-y-8 {
		row-gap: 32px !important;
	}

	.ovsp\:gap-10 {
		gap: 40px !important;
	}

	.ovsp\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.ovsp\:gap-y-10 {
		row-gap: 40px !important;
	}

	.ovsp\:gap-12 {
		gap: 48px !important;
	}

	.ovsp\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.ovsp\:gap-y-12 {
		row-gap: 48px !important;
	}

	.ovsp\:gap-16 {
		gap: 64px !important;
	}

	.ovsp\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.ovsp\:gap-y-16 {
		row-gap: 64px !important;
	}

	.ovsp\:gap-20 {
		gap: 80px !important;
	}

	.ovsp\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.ovsp\:gap-y-20 {
		row-gap: 80px !important;
	}

	.ovsp\:gap-24 {
		gap: 96px !important;
	}

	.ovsp\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.ovsp\:gap-y-24 {
		row-gap: 96px !important;
	}

	.ovsp\:gap-32 {
		gap: 128px !important;
	}

	.ovsp\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.ovsp\:gap-y-32 {
		row-gap: 128px !important;
	}

	.ovsp\:gap-40 {
		gap: 160px !important;
	}

	.ovsp\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.ovsp\:gap-y-40 {
		row-gap: 160px !important;
	}

	.ovsp\:gap-48 {
		gap: 192px !important;
	}

	.ovsp\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.ovsp\:gap-y-48 {
		row-gap: 192px !important;
	}

	.ovsp\:gap-56 {
		gap: 224px !important;
	}

	.ovsp\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.ovsp\:gap-y-56 {
		row-gap: 224px !important;
	}

	.ovsp\:gap-64 {
		gap: 256px !important;
	}

	.ovsp\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.ovsp\:gap-y-64 {
		row-gap: 256px !important;
	}

	.ovsp\:mt-0 {
		margin-top: 0 !important;
	}

	.ovsp\:mr-0 {
		margin-right: 0 !important;
	}

	.ovsp\:mb-0 {
		margin-bottom: 0 !important;
	}

	.ovsp\:ml-0 {
		margin-left: 0 !important;
	}

	.ovsp\:mt-1 {
		margin-top: 4px !important;
	}

	.ovsp\:mr-1 {
		margin-right: 4px !important;
	}

	.ovsp\:mb-1 {
		margin-bottom: 4px !important;
	}

	.ovsp\:ml-1 {
		margin-left: 4px !important;
	}

	.ovsp\:mt-2 {
		margin-top: 8px !important;
	}

	.ovsp\:mr-2 {
		margin-right: 8px !important;
	}

	.ovsp\:mb-2 {
		margin-bottom: 8px !important;
	}

	.ovsp\:ml-2 {
		margin-left: 8px !important;
	}

	.ovsp\:mt-3 {
		margin-top: 12px !important;
	}

	.ovsp\:mr-3 {
		margin-right: 12px !important;
	}

	.ovsp\:mb-3 {
		margin-bottom: 12px !important;
	}

	.ovsp\:ml-3 {
		margin-left: 12px !important;
	}

	.ovsp\:mt-4 {
		margin-top: 16px !important;
	}

	.ovsp\:mr-4 {
		margin-right: 16px !important;
	}

	.ovsp\:mb-4 {
		margin-bottom: 16px !important;
	}

	.ovsp\:ml-4 {
		margin-left: 16px !important;
	}

	.ovsp\:mt-5 {
		margin-top: 20px !important;
	}

	.ovsp\:mr-5 {
		margin-right: 20px !important;
	}

	.ovsp\:mb-5 {
		margin-bottom: 20px !important;
	}

	.ovsp\:ml-5 {
		margin-left: 20px !important;
	}

	.ovsp\:mt-6 {
		margin-top: 24px !important;
	}

	.ovsp\:mr-6 {
		margin-right: 24px !important;
	}

	.ovsp\:mb-6 {
		margin-bottom: 24px !important;
	}

	.ovsp\:ml-6 {
		margin-left: 24px !important;
	}

	.ovsp\:mt-7 {
		margin-top: 28px !important;
	}

	.ovsp\:mr-7 {
		margin-right: 28px !important;
	}

	.ovsp\:mb-7 {
		margin-bottom: 28px !important;
	}

	.ovsp\:ml-7 {
		margin-left: 28px !important;
	}

	.ovsp\:mt-8 {
		margin-top: 32px !important;
	}

	.ovsp\:mr-8 {
		margin-right: 32px !important;
	}

	.ovsp\:mb-8 {
		margin-bottom: 32px !important;
	}

	.ovsp\:ml-8 {
		margin-left: 32px !important;
	}

	.ovsp\:mt-9 {
		margin-top: 36px !important;
	}

	.ovsp\:mr-9 {
		margin-right: 36px !important;
	}

	.ovsp\:mb-9 {
		margin-bottom: 36px !important;
	}

	.ovsp\:ml-9 {
		margin-left: 36px !important;
	}

	.ovsp\:mt-10 {
		margin-top: 40px !important;
	}

	.ovsp\:mr-10 {
		margin-right: 40px !important;
	}

	.ovsp\:mb-10 {
		margin-bottom: 40px !important;
	}

	.ovsp\:ml-10 {
		margin-left: 40px !important;
	}

	.ovsp\:mt-11 {
		margin-top: 44px !important;
	}

	.ovsp\:mr-11 {
		margin-right: 44px !important;
	}

	.ovsp\:mb-11 {
		margin-bottom: 44px !important;
	}

	.ovsp\:ml-11 {
		margin-left: 44px !important;
	}

	.ovsp\:mt-12 {
		margin-top: 48px !important;
	}

	.ovsp\:mr-12 {
		margin-right: 48px !important;
	}

	.ovsp\:mb-12 {
		margin-bottom: 48px !important;
	}

	.ovsp\:ml-12 {
		margin-left: 48px !important;
	}

	.ovsp\:mt-13 {
		margin-top: 52px !important;
	}

	.ovsp\:mr-13 {
		margin-right: 52px !important;
	}

	.ovsp\:mb-13 {
		margin-bottom: 52px !important;
	}

	.ovsp\:ml-13 {
		margin-left: 52px !important;
	}

	.ovsp\:mt-14 {
		margin-top: 56px !important;
	}

	.ovsp\:mr-14 {
		margin-right: 56px !important;
	}

	.ovsp\:mb-14 {
		margin-bottom: 56px !important;
	}

	.ovsp\:ml-14 {
		margin-left: 56px !important;
	}

	.ovsp\:mt-15 {
		margin-top: 60px !important;
	}

	.ovsp\:mr-15 {
		margin-right: 60px !important;
	}

	.ovsp\:mb-15 {
		margin-bottom: 60px !important;
	}

	.ovsp\:ml-15 {
		margin-left: 60px !important;
	}

	.ovsp\:mt-16 {
		margin-top: 64px !important;
	}

	.ovsp\:mr-16 {
		margin-right: 64px !important;
	}

	.ovsp\:mb-16 {
		margin-bottom: 64px !important;
	}

	.ovsp\:ml-16 {
		margin-left: 64px !important;
	}

	.ovsp\:mt-17 {
		margin-top: 68px !important;
	}

	.ovsp\:mr-17 {
		margin-right: 68px !important;
	}

	.ovsp\:mb-17 {
		margin-bottom: 68px !important;
	}

	.ovsp\:ml-17 {
		margin-left: 68px !important;
	}

	.ovsp\:mt-18 {
		margin-top: 72px !important;
	}

	.ovsp\:mr-18 {
		margin-right: 72px !important;
	}

	.ovsp\:mb-18 {
		margin-bottom: 72px !important;
	}

	.ovsp\:ml-18 {
		margin-left: 72px !important;
	}

	.ovsp\:mt-19 {
		margin-top: 76px !important;
	}

	.ovsp\:mr-19 {
		margin-right: 76px !important;
	}

	.ovsp\:mb-19 {
		margin-bottom: 76px !important;
	}

	.ovsp\:ml-19 {
		margin-left: 76px !important;
	}

	.ovsp\:mt-20 {
		margin-top: 80px !important;
	}

	.ovsp\:mr-20 {
		margin-right: 80px !important;
	}

	.ovsp\:mb-20 {
		margin-bottom: 80px !important;
	}

	.ovsp\:ml-20 {
		margin-left: 80px !important;
	}

	.ovsp\:mt-21 {
		margin-top: 84px !important;
	}

	.ovsp\:mr-21 {
		margin-right: 84px !important;
	}

	.ovsp\:mb-21 {
		margin-bottom: 84px !important;
	}

	.ovsp\:ml-21 {
		margin-left: 84px !important;
	}

	.ovsp\:mt-22 {
		margin-top: 88px !important;
	}

	.ovsp\:mr-22 {
		margin-right: 88px !important;
	}

	.ovsp\:mb-22 {
		margin-bottom: 88px !important;
	}

	.ovsp\:ml-22 {
		margin-left: 88px !important;
	}

	.ovsp\:mt-23 {
		margin-top: 92px !important;
	}

	.ovsp\:mr-23 {
		margin-right: 92px !important;
	}

	.ovsp\:mb-23 {
		margin-bottom: 92px !important;
	}

	.ovsp\:ml-23 {
		margin-left: 92px !important;
	}

	.ovsp\:mt-24 {
		margin-top: 96px !important;
	}

	.ovsp\:mr-24 {
		margin-right: 96px !important;
	}

	.ovsp\:mb-24 {
		margin-bottom: 96px !important;
	}

	.ovsp\:ml-24 {
		margin-left: 96px !important;
	}

	.ovsp\:mt-25 {
		margin-top: 100px !important;
	}

	.ovsp\:mr-25 {
		margin-right: 100px !important;
	}

	.ovsp\:mb-25 {
		margin-bottom: 100px !important;
	}

	.ovsp\:ml-25 {
		margin-left: 100px !important;
	}

	.ovsp\:mt-26 {
		margin-top: 104px !important;
	}

	.ovsp\:mr-26 {
		margin-right: 104px !important;
	}

	.ovsp\:mb-26 {
		margin-bottom: 104px !important;
	}

	.ovsp\:ml-26 {
		margin-left: 104px !important;
	}

	.ovsp\:mt-27 {
		margin-top: 108px !important;
	}

	.ovsp\:mr-27 {
		margin-right: 108px !important;
	}

	.ovsp\:mb-27 {
		margin-bottom: 108px !important;
	}

	.ovsp\:ml-27 {
		margin-left: 108px !important;
	}

	.ovsp\:mt-28 {
		margin-top: 112px !important;
	}

	.ovsp\:mr-28 {
		margin-right: 112px !important;
	}

	.ovsp\:mb-28 {
		margin-bottom: 112px !important;
	}

	.ovsp\:ml-28 {
		margin-left: 112px !important;
	}

	.ovsp\:mt-29 {
		margin-top: 116px !important;
	}

	.ovsp\:mr-29 {
		margin-right: 116px !important;
	}

	.ovsp\:mb-29 {
		margin-bottom: 116px !important;
	}

	.ovsp\:ml-29 {
		margin-left: 116px !important;
	}

	.ovsp\:mt-30 {
		margin-top: 120px !important;
	}

	.ovsp\:mr-30 {
		margin-right: 120px !important;
	}

	.ovsp\:mb-30 {
		margin-bottom: 120px !important;
	}

	.ovsp\:ml-30 {
		margin-left: 120px !important;
	}

	.ovsp\:mt-31 {
		margin-top: 124px !important;
	}

	.ovsp\:mr-31 {
		margin-right: 124px !important;
	}

	.ovsp\:mb-31 {
		margin-bottom: 124px !important;
	}

	.ovsp\:ml-31 {
		margin-left: 124px !important;
	}

	.ovsp\:mt-32 {
		margin-top: 128px !important;
	}

	.ovsp\:mr-32 {
		margin-right: 128px !important;
	}

	.ovsp\:mb-32 {
		margin-bottom: 128px !important;
	}

	.ovsp\:ml-32 {
		margin-left: 128px !important;
	}

	.ovsp\:mt-33 {
		margin-top: 132px !important;
	}

	.ovsp\:mr-33 {
		margin-right: 132px !important;
	}

	.ovsp\:mb-33 {
		margin-bottom: 132px !important;
	}

	.ovsp\:ml-33 {
		margin-left: 132px !important;
	}

	.ovsp\:mt-34 {
		margin-top: 136px !important;
	}

	.ovsp\:mr-34 {
		margin-right: 136px !important;
	}

	.ovsp\:mb-34 {
		margin-bottom: 136px !important;
	}

	.ovsp\:ml-34 {
		margin-left: 136px !important;
	}

	.ovsp\:mt-35 {
		margin-top: 140px !important;
	}

	.ovsp\:mr-35 {
		margin-right: 140px !important;
	}

	.ovsp\:mb-35 {
		margin-bottom: 140px !important;
	}

	.ovsp\:ml-35 {
		margin-left: 140px !important;
	}

	.ovsp\:mt-36 {
		margin-top: 144px !important;
	}

	.ovsp\:mr-36 {
		margin-right: 144px !important;
	}

	.ovsp\:mb-36 {
		margin-bottom: 144px !important;
	}

	.ovsp\:ml-36 {
		margin-left: 144px !important;
	}

	.ovsp\:mt-37 {
		margin-top: 148px !important;
	}

	.ovsp\:mr-37 {
		margin-right: 148px !important;
	}

	.ovsp\:mb-37 {
		margin-bottom: 148px !important;
	}

	.ovsp\:ml-37 {
		margin-left: 148px !important;
	}

	.ovsp\:mt-38 {
		margin-top: 152px !important;
	}

	.ovsp\:mr-38 {
		margin-right: 152px !important;
	}

	.ovsp\:mb-38 {
		margin-bottom: 152px !important;
	}

	.ovsp\:ml-38 {
		margin-left: 152px !important;
	}

	.ovsp\:mt-39 {
		margin-top: 156px !important;
	}

	.ovsp\:mr-39 {
		margin-right: 156px !important;
	}

	.ovsp\:mb-39 {
		margin-bottom: 156px !important;
	}

	.ovsp\:ml-39 {
		margin-left: 156px !important;
	}

	.ovsp\:mt-40 {
		margin-top: 160px !important;
	}

	.ovsp\:mr-40 {
		margin-right: 160px !important;
	}

	.ovsp\:mb-40 {
		margin-bottom: 160px !important;
	}

	.ovsp\:ml-40 {
		margin-left: 160px !important;
	}

	.ovsp\:mt-41 {
		margin-top: 164px !important;
	}

	.ovsp\:mr-41 {
		margin-right: 164px !important;
	}

	.ovsp\:mb-41 {
		margin-bottom: 164px !important;
	}

	.ovsp\:ml-41 {
		margin-left: 164px !important;
	}

	.ovsp\:mt-42 {
		margin-top: 168px !important;
	}

	.ovsp\:mr-42 {
		margin-right: 168px !important;
	}

	.ovsp\:mb-42 {
		margin-bottom: 168px !important;
	}

	.ovsp\:ml-42 {
		margin-left: 168px !important;
	}

	.ovsp\:mt-43 {
		margin-top: 172px !important;
	}

	.ovsp\:mr-43 {
		margin-right: 172px !important;
	}

	.ovsp\:mb-43 {
		margin-bottom: 172px !important;
	}

	.ovsp\:ml-43 {
		margin-left: 172px !important;
	}

	.ovsp\:mt-44 {
		margin-top: 176px !important;
	}

	.ovsp\:mr-44 {
		margin-right: 176px !important;
	}

	.ovsp\:mb-44 {
		margin-bottom: 176px !important;
	}

	.ovsp\:ml-44 {
		margin-left: 176px !important;
	}

	.ovsp\:mt-45 {
		margin-top: 180px !important;
	}

	.ovsp\:mr-45 {
		margin-right: 180px !important;
	}

	.ovsp\:mb-45 {
		margin-bottom: 180px !important;
	}

	.ovsp\:ml-45 {
		margin-left: 180px !important;
	}

	.ovsp\:mt-46 {
		margin-top: 184px !important;
	}

	.ovsp\:mr-46 {
		margin-right: 184px !important;
	}

	.ovsp\:mb-46 {
		margin-bottom: 184px !important;
	}

	.ovsp\:ml-46 {
		margin-left: 184px !important;
	}

	.ovsp\:mt-47 {
		margin-top: 188px !important;
	}

	.ovsp\:mr-47 {
		margin-right: 188px !important;
	}

	.ovsp\:mb-47 {
		margin-bottom: 188px !important;
	}

	.ovsp\:ml-47 {
		margin-left: 188px !important;
	}

	.ovsp\:mt-48 {
		margin-top: 192px !important;
	}

	.ovsp\:mr-48 {
		margin-right: 192px !important;
	}

	.ovsp\:mb-48 {
		margin-bottom: 192px !important;
	}

	.ovsp\:ml-48 {
		margin-left: 192px !important;
	}

	.ovsp\:mt-49 {
		margin-top: 196px !important;
	}

	.ovsp\:mr-49 {
		margin-right: 196px !important;
	}

	.ovsp\:mb-49 {
		margin-bottom: 196px !important;
	}

	.ovsp\:ml-49 {
		margin-left: 196px !important;
	}

	.ovsp\:mt-50 {
		margin-top: 200px !important;
	}

	.ovsp\:mr-50 {
		margin-right: 200px !important;
	}

	.ovsp\:mb-50 {
		margin-bottom: 200px !important;
	}

	.ovsp\:ml-50 {
		margin-left: 200px !important;
	}

	.ovsp\:mt-51 {
		margin-top: 204px !important;
	}

	.ovsp\:mr-51 {
		margin-right: 204px !important;
	}

	.ovsp\:mb-51 {
		margin-bottom: 204px !important;
	}

	.ovsp\:ml-51 {
		margin-left: 204px !important;
	}

	.ovsp\:mt-52 {
		margin-top: 208px !important;
	}

	.ovsp\:mr-52 {
		margin-right: 208px !important;
	}

	.ovsp\:mb-52 {
		margin-bottom: 208px !important;
	}

	.ovsp\:ml-52 {
		margin-left: 208px !important;
	}

	.ovsp\:mt-53 {
		margin-top: 212px !important;
	}

	.ovsp\:mr-53 {
		margin-right: 212px !important;
	}

	.ovsp\:mb-53 {
		margin-bottom: 212px !important;
	}

	.ovsp\:ml-53 {
		margin-left: 212px !important;
	}

	.ovsp\:mt-54 {
		margin-top: 216px !important;
	}

	.ovsp\:mr-54 {
		margin-right: 216px !important;
	}

	.ovsp\:mb-54 {
		margin-bottom: 216px !important;
	}

	.ovsp\:ml-54 {
		margin-left: 216px !important;
	}

	.ovsp\:mt-55 {
		margin-top: 220px !important;
	}

	.ovsp\:mr-55 {
		margin-right: 220px !important;
	}

	.ovsp\:mb-55 {
		margin-bottom: 220px !important;
	}

	.ovsp\:ml-55 {
		margin-left: 220px !important;
	}

	.ovsp\:mt-56 {
		margin-top: 224px !important;
	}

	.ovsp\:mr-56 {
		margin-right: 224px !important;
	}

	.ovsp\:mb-56 {
		margin-bottom: 224px !important;
	}

	.ovsp\:ml-56 {
		margin-left: 224px !important;
	}

	.ovsp\:mt-57 {
		margin-top: 228px !important;
	}

	.ovsp\:mr-57 {
		margin-right: 228px !important;
	}

	.ovsp\:mb-57 {
		margin-bottom: 228px !important;
	}

	.ovsp\:ml-57 {
		margin-left: 228px !important;
	}

	.ovsp\:mt-58 {
		margin-top: 232px !important;
	}

	.ovsp\:mr-58 {
		margin-right: 232px !important;
	}

	.ovsp\:mb-58 {
		margin-bottom: 232px !important;
	}

	.ovsp\:ml-58 {
		margin-left: 232px !important;
	}

	.ovsp\:mt-59 {
		margin-top: 236px !important;
	}

	.ovsp\:mr-59 {
		margin-right: 236px !important;
	}

	.ovsp\:mb-59 {
		margin-bottom: 236px !important;
	}

	.ovsp\:ml-59 {
		margin-left: 236px !important;
	}

	.ovsp\:mt-60 {
		margin-top: 240px !important;
	}

	.ovsp\:mr-60 {
		margin-right: 240px !important;
	}

	.ovsp\:mb-60 {
		margin-bottom: 240px !important;
	}

	.ovsp\:ml-60 {
		margin-left: 240px !important;
	}

	.ovsp\:pt-0 {
		padding-top: 0 !important;
	}

	.ovsp\:pr-0 {
		padding-right: 0 !important;
	}

	.ovsp\:pb-0 {
		padding-bottom: 0 !important;
	}

	.ovsp\:pl-0 {
		padding-left: 0 !important;
	}

	.ovsp\:pt-1 {
		padding-top: 4px !important;
	}

	.ovsp\:pr-1 {
		padding-right: 4px !important;
	}

	.ovsp\:pb-1 {
		padding-bottom: 4px !important;
	}

	.ovsp\:pl-1 {
		padding-left: 4px !important;
	}

	.ovsp\:pt-2 {
		padding-top: 8px !important;
	}

	.ovsp\:pr-2 {
		padding-right: 8px !important;
	}

	.ovsp\:pb-2 {
		padding-bottom: 8px !important;
	}

	.ovsp\:pl-2 {
		padding-left: 8px !important;
	}

	.ovsp\:pt-3 {
		padding-top: 12px !important;
	}

	.ovsp\:pr-3 {
		padding-right: 12px !important;
	}

	.ovsp\:pb-3 {
		padding-bottom: 12px !important;
	}

	.ovsp\:pl-3 {
		padding-left: 12px !important;
	}

	.ovsp\:pt-4 {
		padding-top: 16px !important;
	}

	.ovsp\:pr-4 {
		padding-right: 16px !important;
	}

	.ovsp\:pb-4 {
		padding-bottom: 16px !important;
	}

	.ovsp\:pl-4 {
		padding-left: 16px !important;
	}

	.ovsp\:pt-5 {
		padding-top: 20px !important;
	}

	.ovsp\:pr-5 {
		padding-right: 20px !important;
	}

	.ovsp\:pb-5 {
		padding-bottom: 20px !important;
	}

	.ovsp\:pl-5 {
		padding-left: 20px !important;
	}

	.ovsp\:pt-6 {
		padding-top: 24px !important;
	}

	.ovsp\:pr-6 {
		padding-right: 24px !important;
	}

	.ovsp\:pb-6 {
		padding-bottom: 24px !important;
	}

	.ovsp\:pl-6 {
		padding-left: 24px !important;
	}

	.ovsp\:pt-7 {
		padding-top: 28px !important;
	}

	.ovsp\:pr-7 {
		padding-right: 28px !important;
	}

	.ovsp\:pb-7 {
		padding-bottom: 28px !important;
	}

	.ovsp\:pl-7 {
		padding-left: 28px !important;
	}

	.ovsp\:pt-8 {
		padding-top: 32px !important;
	}

	.ovsp\:pr-8 {
		padding-right: 32px !important;
	}

	.ovsp\:pb-8 {
		padding-bottom: 32px !important;
	}

	.ovsp\:pl-8 {
		padding-left: 32px !important;
	}

	.ovsp\:pt-9 {
		padding-top: 36px !important;
	}

	.ovsp\:pr-9 {
		padding-right: 36px !important;
	}

	.ovsp\:pb-9 {
		padding-bottom: 36px !important;
	}

	.ovsp\:pl-9 {
		padding-left: 36px !important;
	}

	.ovsp\:pt-10 {
		padding-top: 40px !important;
	}

	.ovsp\:pr-10 {
		padding-right: 40px !important;
	}

	.ovsp\:pb-10 {
		padding-bottom: 40px !important;
	}

	.ovsp\:pl-10 {
		padding-left: 40px !important;
	}

	.ovsp\:pt-11 {
		padding-top: 44px !important;
	}

	.ovsp\:pr-11 {
		padding-right: 44px !important;
	}

	.ovsp\:pb-11 {
		padding-bottom: 44px !important;
	}

	.ovsp\:pl-11 {
		padding-left: 44px !important;
	}

	.ovsp\:pt-12 {
		padding-top: 48px !important;
	}

	.ovsp\:pr-12 {
		padding-right: 48px !important;
	}

	.ovsp\:pb-12 {
		padding-bottom: 48px !important;
	}

	.ovsp\:pl-12 {
		padding-left: 48px !important;
	}

	.ovsp\:pt-13 {
		padding-top: 52px !important;
	}

	.ovsp\:pr-13 {
		padding-right: 52px !important;
	}

	.ovsp\:pb-13 {
		padding-bottom: 52px !important;
	}

	.ovsp\:pl-13 {
		padding-left: 52px !important;
	}

	.ovsp\:pt-14 {
		padding-top: 56px !important;
	}

	.ovsp\:pr-14 {
		padding-right: 56px !important;
	}

	.ovsp\:pb-14 {
		padding-bottom: 56px !important;
	}

	.ovsp\:pl-14 {
		padding-left: 56px !important;
	}

	.ovsp\:pt-15 {
		padding-top: 60px !important;
	}

	.ovsp\:pr-15 {
		padding-right: 60px !important;
	}

	.ovsp\:pb-15 {
		padding-bottom: 60px !important;
	}

	.ovsp\:pl-15 {
		padding-left: 60px !important;
	}

	.ovsp\:pt-16 {
		padding-top: 64px !important;
	}

	.ovsp\:pr-16 {
		padding-right: 64px !important;
	}

	.ovsp\:pb-16 {
		padding-bottom: 64px !important;
	}

	.ovsp\:pl-16 {
		padding-left: 64px !important;
	}

	.ovsp\:pt-17 {
		padding-top: 68px !important;
	}

	.ovsp\:pr-17 {
		padding-right: 68px !important;
	}

	.ovsp\:pb-17 {
		padding-bottom: 68px !important;
	}

	.ovsp\:pl-17 {
		padding-left: 68px !important;
	}

	.ovsp\:pt-18 {
		padding-top: 72px !important;
	}

	.ovsp\:pr-18 {
		padding-right: 72px !important;
	}

	.ovsp\:pb-18 {
		padding-bottom: 72px !important;
	}

	.ovsp\:pl-18 {
		padding-left: 72px !important;
	}

	.ovsp\:pt-19 {
		padding-top: 76px !important;
	}

	.ovsp\:pr-19 {
		padding-right: 76px !important;
	}

	.ovsp\:pb-19 {
		padding-bottom: 76px !important;
	}

	.ovsp\:pl-19 {
		padding-left: 76px !important;
	}

	.ovsp\:pt-20 {
		padding-top: 80px !important;
	}

	.ovsp\:pr-20 {
		padding-right: 80px !important;
	}

	.ovsp\:pb-20 {
		padding-bottom: 80px !important;
	}

	.ovsp\:pl-20 {
		padding-left: 80px !important;
	}

	.ovsp\:pt-21 {
		padding-top: 84px !important;
	}

	.ovsp\:pr-21 {
		padding-right: 84px !important;
	}

	.ovsp\:pb-21 {
		padding-bottom: 84px !important;
	}

	.ovsp\:pl-21 {
		padding-left: 84px !important;
	}

	.ovsp\:pt-22 {
		padding-top: 88px !important;
	}

	.ovsp\:pr-22 {
		padding-right: 88px !important;
	}

	.ovsp\:pb-22 {
		padding-bottom: 88px !important;
	}

	.ovsp\:pl-22 {
		padding-left: 88px !important;
	}

	.ovsp\:pt-23 {
		padding-top: 92px !important;
	}

	.ovsp\:pr-23 {
		padding-right: 92px !important;
	}

	.ovsp\:pb-23 {
		padding-bottom: 92px !important;
	}

	.ovsp\:pl-23 {
		padding-left: 92px !important;
	}

	.ovsp\:pt-24 {
		padding-top: 96px !important;
	}

	.ovsp\:pr-24 {
		padding-right: 96px !important;
	}

	.ovsp\:pb-24 {
		padding-bottom: 96px !important;
	}

	.ovsp\:pl-24 {
		padding-left: 96px !important;
	}

	.ovsp\:pt-25 {
		padding-top: 100px !important;
	}

	.ovsp\:pr-25 {
		padding-right: 100px !important;
	}

	.ovsp\:pb-25 {
		padding-bottom: 100px !important;
	}

	.ovsp\:pl-25 {
		padding-left: 100px !important;
	}

	.ovsp\:pt-26 {
		padding-top: 104px !important;
	}

	.ovsp\:pr-26 {
		padding-right: 104px !important;
	}

	.ovsp\:pb-26 {
		padding-bottom: 104px !important;
	}

	.ovsp\:pl-26 {
		padding-left: 104px !important;
	}

	.ovsp\:pt-27 {
		padding-top: 108px !important;
	}

	.ovsp\:pr-27 {
		padding-right: 108px !important;
	}

	.ovsp\:pb-27 {
		padding-bottom: 108px !important;
	}

	.ovsp\:pl-27 {
		padding-left: 108px !important;
	}

	.ovsp\:pt-28 {
		padding-top: 112px !important;
	}

	.ovsp\:pr-28 {
		padding-right: 112px !important;
	}

	.ovsp\:pb-28 {
		padding-bottom: 112px !important;
	}

	.ovsp\:pl-28 {
		padding-left: 112px !important;
	}

	.ovsp\:pt-29 {
		padding-top: 116px !important;
	}

	.ovsp\:pr-29 {
		padding-right: 116px !important;
	}

	.ovsp\:pb-29 {
		padding-bottom: 116px !important;
	}

	.ovsp\:pl-29 {
		padding-left: 116px !important;
	}

	.ovsp\:pt-30 {
		padding-top: 120px !important;
	}

	.ovsp\:pr-30 {
		padding-right: 120px !important;
	}

	.ovsp\:pb-30 {
		padding-bottom: 120px !important;
	}

	.ovsp\:pl-30 {
		padding-left: 120px !important;
	}

	.ovsp\:pt-31 {
		padding-top: 124px !important;
	}

	.ovsp\:pr-31 {
		padding-right: 124px !important;
	}

	.ovsp\:pb-31 {
		padding-bottom: 124px !important;
	}

	.ovsp\:pl-31 {
		padding-left: 124px !important;
	}

	.ovsp\:pt-32 {
		padding-top: 128px !important;
	}

	.ovsp\:pr-32 {
		padding-right: 128px !important;
	}

	.ovsp\:pb-32 {
		padding-bottom: 128px !important;
	}

	.ovsp\:pl-32 {
		padding-left: 128px !important;
	}

	.ovsp\:pt-33 {
		padding-top: 132px !important;
	}

	.ovsp\:pr-33 {
		padding-right: 132px !important;
	}

	.ovsp\:pb-33 {
		padding-bottom: 132px !important;
	}

	.ovsp\:pl-33 {
		padding-left: 132px !important;
	}

	.ovsp\:pt-34 {
		padding-top: 136px !important;
	}

	.ovsp\:pr-34 {
		padding-right: 136px !important;
	}

	.ovsp\:pb-34 {
		padding-bottom: 136px !important;
	}

	.ovsp\:pl-34 {
		padding-left: 136px !important;
	}

	.ovsp\:pt-35 {
		padding-top: 140px !important;
	}

	.ovsp\:pr-35 {
		padding-right: 140px !important;
	}

	.ovsp\:pb-35 {
		padding-bottom: 140px !important;
	}

	.ovsp\:pl-35 {
		padding-left: 140px !important;
	}

	.ovsp\:pt-36 {
		padding-top: 144px !important;
	}

	.ovsp\:pr-36 {
		padding-right: 144px !important;
	}

	.ovsp\:pb-36 {
		padding-bottom: 144px !important;
	}

	.ovsp\:pl-36 {
		padding-left: 144px !important;
	}

	.ovsp\:pt-37 {
		padding-top: 148px !important;
	}

	.ovsp\:pr-37 {
		padding-right: 148px !important;
	}

	.ovsp\:pb-37 {
		padding-bottom: 148px !important;
	}

	.ovsp\:pl-37 {
		padding-left: 148px !important;
	}

	.ovsp\:pt-38 {
		padding-top: 152px !important;
	}

	.ovsp\:pr-38 {
		padding-right: 152px !important;
	}

	.ovsp\:pb-38 {
		padding-bottom: 152px !important;
	}

	.ovsp\:pl-38 {
		padding-left: 152px !important;
	}

	.ovsp\:pt-39 {
		padding-top: 156px !important;
	}

	.ovsp\:pr-39 {
		padding-right: 156px !important;
	}

	.ovsp\:pb-39 {
		padding-bottom: 156px !important;
	}

	.ovsp\:pl-39 {
		padding-left: 156px !important;
	}

	.ovsp\:pt-40 {
		padding-top: 160px !important;
	}

	.ovsp\:pr-40 {
		padding-right: 160px !important;
	}

	.ovsp\:pb-40 {
		padding-bottom: 160px !important;
	}

	.ovsp\:pl-40 {
		padding-left: 160px !important;
	}

	.ovsp\:pt-41 {
		padding-top: 164px !important;
	}

	.ovsp\:pr-41 {
		padding-right: 164px !important;
	}

	.ovsp\:pb-41 {
		padding-bottom: 164px !important;
	}

	.ovsp\:pl-41 {
		padding-left: 164px !important;
	}

	.ovsp\:pt-42 {
		padding-top: 168px !important;
	}

	.ovsp\:pr-42 {
		padding-right: 168px !important;
	}

	.ovsp\:pb-42 {
		padding-bottom: 168px !important;
	}

	.ovsp\:pl-42 {
		padding-left: 168px !important;
	}

	.ovsp\:pt-43 {
		padding-top: 172px !important;
	}

	.ovsp\:pr-43 {
		padding-right: 172px !important;
	}

	.ovsp\:pb-43 {
		padding-bottom: 172px !important;
	}

	.ovsp\:pl-43 {
		padding-left: 172px !important;
	}

	.ovsp\:pt-44 {
		padding-top: 176px !important;
	}

	.ovsp\:pr-44 {
		padding-right: 176px !important;
	}

	.ovsp\:pb-44 {
		padding-bottom: 176px !important;
	}

	.ovsp\:pl-44 {
		padding-left: 176px !important;
	}

	.ovsp\:pt-45 {
		padding-top: 180px !important;
	}

	.ovsp\:pr-45 {
		padding-right: 180px !important;
	}

	.ovsp\:pb-45 {
		padding-bottom: 180px !important;
	}

	.ovsp\:pl-45 {
		padding-left: 180px !important;
	}

	.ovsp\:pt-46 {
		padding-top: 184px !important;
	}

	.ovsp\:pr-46 {
		padding-right: 184px !important;
	}

	.ovsp\:pb-46 {
		padding-bottom: 184px !important;
	}

	.ovsp\:pl-46 {
		padding-left: 184px !important;
	}

	.ovsp\:pt-47 {
		padding-top: 188px !important;
	}

	.ovsp\:pr-47 {
		padding-right: 188px !important;
	}

	.ovsp\:pb-47 {
		padding-bottom: 188px !important;
	}

	.ovsp\:pl-47 {
		padding-left: 188px !important;
	}

	.ovsp\:pt-48 {
		padding-top: 192px !important;
	}

	.ovsp\:pr-48 {
		padding-right: 192px !important;
	}

	.ovsp\:pb-48 {
		padding-bottom: 192px !important;
	}

	.ovsp\:pl-48 {
		padding-left: 192px !important;
	}

	.ovsp\:pt-49 {
		padding-top: 196px !important;
	}

	.ovsp\:pr-49 {
		padding-right: 196px !important;
	}

	.ovsp\:pb-49 {
		padding-bottom: 196px !important;
	}

	.ovsp\:pl-49 {
		padding-left: 196px !important;
	}

	.ovsp\:pt-50 {
		padding-top: 200px !important;
	}

	.ovsp\:pr-50 {
		padding-right: 200px !important;
	}

	.ovsp\:pb-50 {
		padding-bottom: 200px !important;
	}

	.ovsp\:pl-50 {
		padding-left: 200px !important;
	}

	.ovsp\:pt-51 {
		padding-top: 204px !important;
	}

	.ovsp\:pr-51 {
		padding-right: 204px !important;
	}

	.ovsp\:pb-51 {
		padding-bottom: 204px !important;
	}

	.ovsp\:pl-51 {
		padding-left: 204px !important;
	}

	.ovsp\:pt-52 {
		padding-top: 208px !important;
	}

	.ovsp\:pr-52 {
		padding-right: 208px !important;
	}

	.ovsp\:pb-52 {
		padding-bottom: 208px !important;
	}

	.ovsp\:pl-52 {
		padding-left: 208px !important;
	}

	.ovsp\:pt-53 {
		padding-top: 212px !important;
	}

	.ovsp\:pr-53 {
		padding-right: 212px !important;
	}

	.ovsp\:pb-53 {
		padding-bottom: 212px !important;
	}

	.ovsp\:pl-53 {
		padding-left: 212px !important;
	}

	.ovsp\:pt-54 {
		padding-top: 216px !important;
	}

	.ovsp\:pr-54 {
		padding-right: 216px !important;
	}

	.ovsp\:pb-54 {
		padding-bottom: 216px !important;
	}

	.ovsp\:pl-54 {
		padding-left: 216px !important;
	}

	.ovsp\:pt-55 {
		padding-top: 220px !important;
	}

	.ovsp\:pr-55 {
		padding-right: 220px !important;
	}

	.ovsp\:pb-55 {
		padding-bottom: 220px !important;
	}

	.ovsp\:pl-55 {
		padding-left: 220px !important;
	}

	.ovsp\:pt-56 {
		padding-top: 224px !important;
	}

	.ovsp\:pr-56 {
		padding-right: 224px !important;
	}

	.ovsp\:pb-56 {
		padding-bottom: 224px !important;
	}

	.ovsp\:pl-56 {
		padding-left: 224px !important;
	}

	.ovsp\:pt-57 {
		padding-top: 228px !important;
	}

	.ovsp\:pr-57 {
		padding-right: 228px !important;
	}

	.ovsp\:pb-57 {
		padding-bottom: 228px !important;
	}

	.ovsp\:pl-57 {
		padding-left: 228px !important;
	}

	.ovsp\:pt-58 {
		padding-top: 232px !important;
	}

	.ovsp\:pr-58 {
		padding-right: 232px !important;
	}

	.ovsp\:pb-58 {
		padding-bottom: 232px !important;
	}

	.ovsp\:pl-58 {
		padding-left: 232px !important;
	}

	.ovsp\:pt-59 {
		padding-top: 236px !important;
	}

	.ovsp\:pr-59 {
		padding-right: 236px !important;
	}

	.ovsp\:pb-59 {
		padding-bottom: 236px !important;
	}

	.ovsp\:pl-59 {
		padding-left: 236px !important;
	}

	.ovsp\:pt-60 {
		padding-top: 240px !important;
	}

	.ovsp\:pr-60 {
		padding-right: 240px !important;
	}

	.ovsp\:pb-60 {
		padding-bottom: 240px !important;
	}

	.ovsp\:pl-60 {
		padding-left: 240px !important;
	}

	.ovsp\:text-left {
		text-align: left;
	}

	.ovsp\:text-right {
		text-align: right;
	}

	.ovsp\:text-center {
		text-align: center;
	}

	.ovsp\:text-justify {
		text-align: justify;
	}

	.en,
  .tc {
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 768px) and (hover: hover) {
	.p-works a:not(.button):hover .left::before {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
	}

	.p-works a:not(.button):hover .arrow::before {
		opacity: 1;
	}
}

@media screen and (min-width: 768px) and (min-width: 1601px) {
	.p-works a:nth-child(3) .left::before {
		-webkit-transform: scale(15) translate3d(-42%, -7%, 0);
		transform: scale(15) translate3d(-42%, -7%, 0);
	}

	.p-works a:nth-child(4) .left::before {
		-webkit-transform: scale(15) translate3d(-42%, -7%, 0);
		transform: scale(15) translate3d(-42%, -7%, 0);
	}

	.p-works a:nth-child(5) .left::before {
		-webkit-transform: scale(15) translate3d(-42%, -7%, 0);
		transform: scale(15) translate3d(-42%, -7%, 0);
	}

	.p-works a .left::before {
		-webkit-transform: scale(11) translate3d(-35%, -10%, 0);
		transform: scale(11) translate3d(-35%, -10%, 0);
	}
}

@media (min-width: 951px) {
	.p-company-intro-data table {
		table-layout: fixed;
	}

	.p-company-intro-data table th {
		width: 150px;
		padding: 3.2rem 0 3.6rem;
		border-bottom: 1px solid #d0d0d0;
		vertical-align: top;
	}

	.p-company-intro-data table th span {
		display: block;
	}

	.p-company-intro-data table th span.en {
		margin: 0;
	}

	.p-company-intro-data table td {
		padding: 3.2rem 0;
		border-bottom: 1px solid #d0d0d0;
	}

	.p-company-intro-data table td:last-child {
		width: 250px;
	}

	.p-company-intro-data table td.en > ul > li > ul {
		margin: 0 0 10rem;
	}

	.p-company-intro-data table td .p-col {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 0 3.2rem;
	}

	.p-company-intro-data table td .p-col .p-col-inner {
		display: grid;
		grid-template-columns: subgrid;
		grid-column: span 2;
	}

	.p-member figure {
		width: 45rem;
	}
}

@media (min-width: 1051px) {
	.p-contact .pc-wrap {
		max-width: 74.4rem;
		margin-left: auto;
	}

	.p-contact .l-section-inner .left {
		position: absolute;
		top: 0;
		left: 4rem;
		margin: 0;
	}
}

@media screen and (min-width: 1081px) {
	.p-about-promise .box {
		padding: 8.8rem 9.6rem;
	}

	.p-about-promise .box.box1 {
		padding-top: 14rem;
	}

	.p-about-promise .box.box2 {
		margin-top: 11.5rem;
		padding-top: 6.2rem;
	}

	.p-about-stance .col {
		gap: 0 12rem;
	}

	.p-about-body {
		margin-top: 1.6rem;
	}

	.p-about-slide .splide__slide {
		flex-shrink: 0;
		width: 35rem;
	}

	.p-about-slide .splide__slide img {
		width: 35rem;
		max-width: 35rem;
		height: auto;
		object-fit: cover;
		-o-object-fit: cover;
		aspect-ratio: 1/1;
	}

	.p-about-box {
		display: flex;
		gap: 0 10rem;
		margin-top: 12rem;
	}

	.p-about-box .other-lang {
		margin-top: 0.5rem;
	}

	.p-company-intro-data table th {
		width: initial;
	}

	.p-company-intro-data table td:last-child {
		width: initial;
	}

	.p-form-inner {
		padding: 9.5rem;
		border-radius: 2rem;
	}

	.p-form-inner ul {
		gap: 5.6rem 0;
	}

	.p-form-inner ul li {
		display: grid;
		grid-template-columns: 42% 58%;
	}

	.p-header .p-header-btn {
		display: none;
	}

	.p-header-nav {
		display: none;
	}

	.p-member-list ul {
		grid-template-columns: repeat(3, 1fr);
	}

	.p-member .l-section-inner {
		gap: 0 9rem;
	}

	.p-member figure {
		width: 50rem;
	}

	.p-member .c-title-top .jp {
		font-size: 6.5rem;
	}

	.p-member .right {
		gap: 10rem 0;
	}

	.p-service-pin .pin-section#step6 .col figure {
		max-width: 40rem;
	}

	.p-service-pin .top h3 {
		font-size: 4.9rem;
	}

	.p-service-pin .bottom .jp {
		font-size: 1.8rem;
	}

	.p-service .l-section-inner {
		gap: 0 14rem;
	}

	.p-service .c-title-top .jp {
		font-size: 7rem;
	}

	.p-works-detail .other-list {
		grid-template-columns: repeat(3, 1fr);
		max-width: 127rem;
	}

	.p-works-list ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.p-works-list ul a .text {
		padding: 2rem;
	}

	.p-works-list ul a h2 {
		font-size: 3.4rem;
	}

	.md\:block {
		display: block !important;
	}

	.md\:inline-block {
		display: inline-block !important;
	}

	.md\:inline {
		display: inline !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:inline-flex {
		display: inline-flex !important;
	}

	.md\:grid {
		display: grid !important;
	}

	.md\:inline-grid {
		display: inline-grid !important;
	}

	.md\:table {
		display: table !important;
	}

	.md\:table-row {
		display: table-row !important;
	}

	.md\:table-cell {
		display: table-cell !important;
	}

	.md\:hidden {
		display: none !important;
	}

	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.md\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.md\:gap-0 {
		gap: 0 !important;
	}

	.md\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.md\:gap-y-0 {
		row-gap: 0 !important;
	}

	.md\:gap-1 {
		gap: 4px !important;
	}

	.md\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.md\:gap-y-1 {
		row-gap: 4px !important;
	}

	.md\:gap-2 {
		gap: 8px !important;
	}

	.md\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.md\:gap-y-2 {
		row-gap: 8px !important;
	}

	.md\:gap-3 {
		gap: 12px !important;
	}

	.md\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.md\:gap-y-3 {
		row-gap: 12px !important;
	}

	.md\:gap-4 {
		gap: 16px !important;
	}

	.md\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.md\:gap-y-4 {
		row-gap: 16px !important;
	}

	.md\:gap-5 {
		gap: 20px !important;
	}

	.md\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.md\:gap-y-5 {
		row-gap: 20px !important;
	}

	.md\:gap-6 {
		gap: 24px !important;
	}

	.md\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.md\:gap-y-6 {
		row-gap: 24px !important;
	}

	.md\:gap-8 {
		gap: 32px !important;
	}

	.md\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.md\:gap-y-8 {
		row-gap: 32px !important;
	}

	.md\:gap-10 {
		gap: 40px !important;
	}

	.md\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.md\:gap-y-10 {
		row-gap: 40px !important;
	}

	.md\:gap-12 {
		gap: 48px !important;
	}

	.md\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.md\:gap-y-12 {
		row-gap: 48px !important;
	}

	.md\:gap-16 {
		gap: 64px !important;
	}

	.md\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.md\:gap-y-16 {
		row-gap: 64px !important;
	}

	.md\:gap-20 {
		gap: 80px !important;
	}

	.md\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.md\:gap-y-20 {
		row-gap: 80px !important;
	}

	.md\:gap-24 {
		gap: 96px !important;
	}

	.md\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.md\:gap-y-24 {
		row-gap: 96px !important;
	}

	.md\:gap-32 {
		gap: 128px !important;
	}

	.md\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.md\:gap-y-32 {
		row-gap: 128px !important;
	}

	.md\:gap-40 {
		gap: 160px !important;
	}

	.md\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.md\:gap-y-40 {
		row-gap: 160px !important;
	}

	.md\:gap-48 {
		gap: 192px !important;
	}

	.md\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.md\:gap-y-48 {
		row-gap: 192px !important;
	}

	.md\:gap-56 {
		gap: 224px !important;
	}

	.md\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.md\:gap-y-56 {
		row-gap: 224px !important;
	}

	.md\:gap-64 {
		gap: 256px !important;
	}

	.md\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.md\:gap-y-64 {
		row-gap: 256px !important;
	}
}

@media (min-width: 1221px) {
	.p-header-inner .p-header-link {
		gap: 0 6.5rem;
	}
}

@media screen and (min-width: 1280px) {
	.p-member .l-section-inner {
		gap: 0 12rem;
	}

	.p-member figure {
		width: 55.3rem;
	}

	.p-service-pin .pin-section#step6 .col {
		gap: 0 8rem;
	}

	.p-service-pin .pin-section#step6 .col figure {
		max-width: 59.4rem;
	}

	.p-service-pin .top h3 {
		font-size: 5.9rem;
	}

	.p-service-bg {
		width: 190vw;
	}

	.p-works-list ul a .text {
		padding: 3.9rem 3.6rem 2.3rem;
	}

	.p-works-list ul a h2 {
		font-size: 4.5rem;
	}

	.pc\:block {
		display: block !important;
	}

	.pc\:inline-block {
		display: inline-block !important;
	}

	.pc\:inline {
		display: inline !important;
	}

	.pc\:flex {
		display: flex !important;
	}

	.pc\:inline-flex {
		display: inline-flex !important;
	}

	.pc\:grid {
		display: grid !important;
	}

	.pc\:inline-grid {
		display: inline-grid !important;
	}

	.pc\:table {
		display: table !important;
	}

	.pc\:table-row {
		display: table-row !important;
	}

	.pc\:table-cell {
		display: table-cell !important;
	}

	.pc\:hidden {
		display: none !important;
	}

	.pc\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.pc\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.pc\:gap-0 {
		gap: 0 !important;
	}

	.pc\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.pc\:gap-y-0 {
		row-gap: 0 !important;
	}

	.pc\:gap-1 {
		gap: 4px !important;
	}

	.pc\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.pc\:gap-y-1 {
		row-gap: 4px !important;
	}

	.pc\:gap-2 {
		gap: 8px !important;
	}

	.pc\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.pc\:gap-y-2 {
		row-gap: 8px !important;
	}

	.pc\:gap-3 {
		gap: 12px !important;
	}

	.pc\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.pc\:gap-y-3 {
		row-gap: 12px !important;
	}

	.pc\:gap-4 {
		gap: 16px !important;
	}

	.pc\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.pc\:gap-y-4 {
		row-gap: 16px !important;
	}

	.pc\:gap-5 {
		gap: 20px !important;
	}

	.pc\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.pc\:gap-y-5 {
		row-gap: 20px !important;
	}

	.pc\:gap-6 {
		gap: 24px !important;
	}

	.pc\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.pc\:gap-y-6 {
		row-gap: 24px !important;
	}

	.pc\:gap-8 {
		gap: 32px !important;
	}

	.pc\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.pc\:gap-y-8 {
		row-gap: 32px !important;
	}

	.pc\:gap-10 {
		gap: 40px !important;
	}

	.pc\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.pc\:gap-y-10 {
		row-gap: 40px !important;
	}

	.pc\:gap-12 {
		gap: 48px !important;
	}

	.pc\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.pc\:gap-y-12 {
		row-gap: 48px !important;
	}

	.pc\:gap-16 {
		gap: 64px !important;
	}

	.pc\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.pc\:gap-y-16 {
		row-gap: 64px !important;
	}

	.pc\:gap-20 {
		gap: 80px !important;
	}

	.pc\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.pc\:gap-y-20 {
		row-gap: 80px !important;
	}

	.pc\:gap-24 {
		gap: 96px !important;
	}

	.pc\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.pc\:gap-y-24 {
		row-gap: 96px !important;
	}

	.pc\:gap-32 {
		gap: 128px !important;
	}

	.pc\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.pc\:gap-y-32 {
		row-gap: 128px !important;
	}

	.pc\:gap-40 {
		gap: 160px !important;
	}

	.pc\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.pc\:gap-y-40 {
		row-gap: 160px !important;
	}

	.pc\:gap-48 {
		gap: 192px !important;
	}

	.pc\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.pc\:gap-y-48 {
		row-gap: 192px !important;
	}

	.pc\:gap-56 {
		gap: 224px !important;
	}

	.pc\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.pc\:gap-y-56 {
		row-gap: 224px !important;
	}

	.pc\:gap-64 {
		gap: 256px !important;
	}

	.pc\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.pc\:gap-y-64 {
		row-gap: 256px !important;
	}

	.pc\:mt-0 {
		margin-top: 0 !important;
	}

	.pc\:mr-0 {
		margin-right: 0 !important;
	}

	.pc\:mb-0 {
		margin-bottom: 0 !important;
	}

	.pc\:ml-0 {
		margin-left: 0 !important;
	}

	.pc\:mt-1 {
		margin-top: 4px !important;
	}

	.pc\:mr-1 {
		margin-right: 4px !important;
	}

	.pc\:mb-1 {
		margin-bottom: 4px !important;
	}

	.pc\:ml-1 {
		margin-left: 4px !important;
	}

	.pc\:mt-2 {
		margin-top: 8px !important;
	}

	.pc\:mr-2 {
		margin-right: 8px !important;
	}

	.pc\:mb-2 {
		margin-bottom: 8px !important;
	}

	.pc\:ml-2 {
		margin-left: 8px !important;
	}

	.pc\:mt-3 {
		margin-top: 12px !important;
	}

	.pc\:mr-3 {
		margin-right: 12px !important;
	}

	.pc\:mb-3 {
		margin-bottom: 12px !important;
	}

	.pc\:ml-3 {
		margin-left: 12px !important;
	}

	.pc\:mt-4 {
		margin-top: 16px !important;
	}

	.pc\:mr-4 {
		margin-right: 16px !important;
	}

	.pc\:mb-4 {
		margin-bottom: 16px !important;
	}

	.pc\:ml-4 {
		margin-left: 16px !important;
	}

	.pc\:mt-5 {
		margin-top: 20px !important;
	}

	.pc\:mr-5 {
		margin-right: 20px !important;
	}

	.pc\:mb-5 {
		margin-bottom: 20px !important;
	}

	.pc\:ml-5 {
		margin-left: 20px !important;
	}

	.pc\:mt-6 {
		margin-top: 24px !important;
	}

	.pc\:mr-6 {
		margin-right: 24px !important;
	}

	.pc\:mb-6 {
		margin-bottom: 24px !important;
	}

	.pc\:ml-6 {
		margin-left: 24px !important;
	}

	.pc\:mt-7 {
		margin-top: 28px !important;
	}

	.pc\:mr-7 {
		margin-right: 28px !important;
	}

	.pc\:mb-7 {
		margin-bottom: 28px !important;
	}

	.pc\:ml-7 {
		margin-left: 28px !important;
	}

	.pc\:mt-8 {
		margin-top: 32px !important;
	}

	.pc\:mr-8 {
		margin-right: 32px !important;
	}

	.pc\:mb-8 {
		margin-bottom: 32px !important;
	}

	.pc\:ml-8 {
		margin-left: 32px !important;
	}

	.pc\:mt-9 {
		margin-top: 36px !important;
	}

	.pc\:mr-9 {
		margin-right: 36px !important;
	}

	.pc\:mb-9 {
		margin-bottom: 36px !important;
	}

	.pc\:ml-9 {
		margin-left: 36px !important;
	}

	.pc\:mt-10 {
		margin-top: 40px !important;
	}

	.pc\:mr-10 {
		margin-right: 40px !important;
	}

	.pc\:mb-10 {
		margin-bottom: 40px !important;
	}

	.pc\:ml-10 {
		margin-left: 40px !important;
	}

	.pc\:mt-11 {
		margin-top: 44px !important;
	}

	.pc\:mr-11 {
		margin-right: 44px !important;
	}

	.pc\:mb-11 {
		margin-bottom: 44px !important;
	}

	.pc\:ml-11 {
		margin-left: 44px !important;
	}

	.pc\:mt-12 {
		margin-top: 48px !important;
	}

	.pc\:mr-12 {
		margin-right: 48px !important;
	}

	.pc\:mb-12 {
		margin-bottom: 48px !important;
	}

	.pc\:ml-12 {
		margin-left: 48px !important;
	}

	.pc\:mt-13 {
		margin-top: 52px !important;
	}

	.pc\:mr-13 {
		margin-right: 52px !important;
	}

	.pc\:mb-13 {
		margin-bottom: 52px !important;
	}

	.pc\:ml-13 {
		margin-left: 52px !important;
	}

	.pc\:mt-14 {
		margin-top: 56px !important;
	}

	.pc\:mr-14 {
		margin-right: 56px !important;
	}

	.pc\:mb-14 {
		margin-bottom: 56px !important;
	}

	.pc\:ml-14 {
		margin-left: 56px !important;
	}

	.pc\:mt-15 {
		margin-top: 60px !important;
	}

	.pc\:mr-15 {
		margin-right: 60px !important;
	}

	.pc\:mb-15 {
		margin-bottom: 60px !important;
	}

	.pc\:ml-15 {
		margin-left: 60px !important;
	}

	.pc\:mt-16 {
		margin-top: 64px !important;
	}

	.pc\:mr-16 {
		margin-right: 64px !important;
	}

	.pc\:mb-16 {
		margin-bottom: 64px !important;
	}

	.pc\:ml-16 {
		margin-left: 64px !important;
	}

	.pc\:mt-17 {
		margin-top: 68px !important;
	}

	.pc\:mr-17 {
		margin-right: 68px !important;
	}

	.pc\:mb-17 {
		margin-bottom: 68px !important;
	}

	.pc\:ml-17 {
		margin-left: 68px !important;
	}

	.pc\:mt-18 {
		margin-top: 72px !important;
	}

	.pc\:mr-18 {
		margin-right: 72px !important;
	}

	.pc\:mb-18 {
		margin-bottom: 72px !important;
	}

	.pc\:ml-18 {
		margin-left: 72px !important;
	}

	.pc\:mt-19 {
		margin-top: 76px !important;
	}

	.pc\:mr-19 {
		margin-right: 76px !important;
	}

	.pc\:mb-19 {
		margin-bottom: 76px !important;
	}

	.pc\:ml-19 {
		margin-left: 76px !important;
	}

	.pc\:mt-20 {
		margin-top: 80px !important;
	}

	.pc\:mr-20 {
		margin-right: 80px !important;
	}

	.pc\:mb-20 {
		margin-bottom: 80px !important;
	}

	.pc\:ml-20 {
		margin-left: 80px !important;
	}

	.pc\:mt-21 {
		margin-top: 84px !important;
	}

	.pc\:mr-21 {
		margin-right: 84px !important;
	}

	.pc\:mb-21 {
		margin-bottom: 84px !important;
	}

	.pc\:ml-21 {
		margin-left: 84px !important;
	}

	.pc\:mt-22 {
		margin-top: 88px !important;
	}

	.pc\:mr-22 {
		margin-right: 88px !important;
	}

	.pc\:mb-22 {
		margin-bottom: 88px !important;
	}

	.pc\:ml-22 {
		margin-left: 88px !important;
	}

	.pc\:mt-23 {
		margin-top: 92px !important;
	}

	.pc\:mr-23 {
		margin-right: 92px !important;
	}

	.pc\:mb-23 {
		margin-bottom: 92px !important;
	}

	.pc\:ml-23 {
		margin-left: 92px !important;
	}

	.pc\:mt-24 {
		margin-top: 96px !important;
	}

	.pc\:mr-24 {
		margin-right: 96px !important;
	}

	.pc\:mb-24 {
		margin-bottom: 96px !important;
	}

	.pc\:ml-24 {
		margin-left: 96px !important;
	}

	.pc\:mt-25 {
		margin-top: 100px !important;
	}

	.pc\:mr-25 {
		margin-right: 100px !important;
	}

	.pc\:mb-25 {
		margin-bottom: 100px !important;
	}

	.pc\:ml-25 {
		margin-left: 100px !important;
	}

	.pc\:mt-26 {
		margin-top: 104px !important;
	}

	.pc\:mr-26 {
		margin-right: 104px !important;
	}

	.pc\:mb-26 {
		margin-bottom: 104px !important;
	}

	.pc\:ml-26 {
		margin-left: 104px !important;
	}

	.pc\:mt-27 {
		margin-top: 108px !important;
	}

	.pc\:mr-27 {
		margin-right: 108px !important;
	}

	.pc\:mb-27 {
		margin-bottom: 108px !important;
	}

	.pc\:ml-27 {
		margin-left: 108px !important;
	}

	.pc\:mt-28 {
		margin-top: 112px !important;
	}

	.pc\:mr-28 {
		margin-right: 112px !important;
	}

	.pc\:mb-28 {
		margin-bottom: 112px !important;
	}

	.pc\:ml-28 {
		margin-left: 112px !important;
	}

	.pc\:mt-29 {
		margin-top: 116px !important;
	}

	.pc\:mr-29 {
		margin-right: 116px !important;
	}

	.pc\:mb-29 {
		margin-bottom: 116px !important;
	}

	.pc\:ml-29 {
		margin-left: 116px !important;
	}

	.pc\:mt-30 {
		margin-top: 120px !important;
	}

	.pc\:mr-30 {
		margin-right: 120px !important;
	}

	.pc\:mb-30 {
		margin-bottom: 120px !important;
	}

	.pc\:ml-30 {
		margin-left: 120px !important;
	}

	.pc\:mt-31 {
		margin-top: 124px !important;
	}

	.pc\:mr-31 {
		margin-right: 124px !important;
	}

	.pc\:mb-31 {
		margin-bottom: 124px !important;
	}

	.pc\:ml-31 {
		margin-left: 124px !important;
	}

	.pc\:mt-32 {
		margin-top: 128px !important;
	}

	.pc\:mr-32 {
		margin-right: 128px !important;
	}

	.pc\:mb-32 {
		margin-bottom: 128px !important;
	}

	.pc\:ml-32 {
		margin-left: 128px !important;
	}

	.pc\:mt-33 {
		margin-top: 132px !important;
	}

	.pc\:mr-33 {
		margin-right: 132px !important;
	}

	.pc\:mb-33 {
		margin-bottom: 132px !important;
	}

	.pc\:ml-33 {
		margin-left: 132px !important;
	}

	.pc\:mt-34 {
		margin-top: 136px !important;
	}

	.pc\:mr-34 {
		margin-right: 136px !important;
	}

	.pc\:mb-34 {
		margin-bottom: 136px !important;
	}

	.pc\:ml-34 {
		margin-left: 136px !important;
	}

	.pc\:mt-35 {
		margin-top: 140px !important;
	}

	.pc\:mr-35 {
		margin-right: 140px !important;
	}

	.pc\:mb-35 {
		margin-bottom: 140px !important;
	}

	.pc\:ml-35 {
		margin-left: 140px !important;
	}

	.pc\:mt-36 {
		margin-top: 144px !important;
	}

	.pc\:mr-36 {
		margin-right: 144px !important;
	}

	.pc\:mb-36 {
		margin-bottom: 144px !important;
	}

	.pc\:ml-36 {
		margin-left: 144px !important;
	}

	.pc\:mt-37 {
		margin-top: 148px !important;
	}

	.pc\:mr-37 {
		margin-right: 148px !important;
	}

	.pc\:mb-37 {
		margin-bottom: 148px !important;
	}

	.pc\:ml-37 {
		margin-left: 148px !important;
	}

	.pc\:mt-38 {
		margin-top: 152px !important;
	}

	.pc\:mr-38 {
		margin-right: 152px !important;
	}

	.pc\:mb-38 {
		margin-bottom: 152px !important;
	}

	.pc\:ml-38 {
		margin-left: 152px !important;
	}

	.pc\:mt-39 {
		margin-top: 156px !important;
	}

	.pc\:mr-39 {
		margin-right: 156px !important;
	}

	.pc\:mb-39 {
		margin-bottom: 156px !important;
	}

	.pc\:ml-39 {
		margin-left: 156px !important;
	}

	.pc\:mt-40 {
		margin-top: 160px !important;
	}

	.pc\:mr-40 {
		margin-right: 160px !important;
	}

	.pc\:mb-40 {
		margin-bottom: 160px !important;
	}

	.pc\:ml-40 {
		margin-left: 160px !important;
	}

	.pc\:mt-41 {
		margin-top: 164px !important;
	}

	.pc\:mr-41 {
		margin-right: 164px !important;
	}

	.pc\:mb-41 {
		margin-bottom: 164px !important;
	}

	.pc\:ml-41 {
		margin-left: 164px !important;
	}

	.pc\:mt-42 {
		margin-top: 168px !important;
	}

	.pc\:mr-42 {
		margin-right: 168px !important;
	}

	.pc\:mb-42 {
		margin-bottom: 168px !important;
	}

	.pc\:ml-42 {
		margin-left: 168px !important;
	}

	.pc\:mt-43 {
		margin-top: 172px !important;
	}

	.pc\:mr-43 {
		margin-right: 172px !important;
	}

	.pc\:mb-43 {
		margin-bottom: 172px !important;
	}

	.pc\:ml-43 {
		margin-left: 172px !important;
	}

	.pc\:mt-44 {
		margin-top: 176px !important;
	}

	.pc\:mr-44 {
		margin-right: 176px !important;
	}

	.pc\:mb-44 {
		margin-bottom: 176px !important;
	}

	.pc\:ml-44 {
		margin-left: 176px !important;
	}

	.pc\:mt-45 {
		margin-top: 180px !important;
	}

	.pc\:mr-45 {
		margin-right: 180px !important;
	}

	.pc\:mb-45 {
		margin-bottom: 180px !important;
	}

	.pc\:ml-45 {
		margin-left: 180px !important;
	}

	.pc\:mt-46 {
		margin-top: 184px !important;
	}

	.pc\:mr-46 {
		margin-right: 184px !important;
	}

	.pc\:mb-46 {
		margin-bottom: 184px !important;
	}

	.pc\:ml-46 {
		margin-left: 184px !important;
	}

	.pc\:mt-47 {
		margin-top: 188px !important;
	}

	.pc\:mr-47 {
		margin-right: 188px !important;
	}

	.pc\:mb-47 {
		margin-bottom: 188px !important;
	}

	.pc\:ml-47 {
		margin-left: 188px !important;
	}

	.pc\:mt-48 {
		margin-top: 192px !important;
	}

	.pc\:mr-48 {
		margin-right: 192px !important;
	}

	.pc\:mb-48 {
		margin-bottom: 192px !important;
	}

	.pc\:ml-48 {
		margin-left: 192px !important;
	}

	.pc\:mt-49 {
		margin-top: 196px !important;
	}

	.pc\:mr-49 {
		margin-right: 196px !important;
	}

	.pc\:mb-49 {
		margin-bottom: 196px !important;
	}

	.pc\:ml-49 {
		margin-left: 196px !important;
	}

	.pc\:mt-50 {
		margin-top: 200px !important;
	}

	.pc\:mr-50 {
		margin-right: 200px !important;
	}

	.pc\:mb-50 {
		margin-bottom: 200px !important;
	}

	.pc\:ml-50 {
		margin-left: 200px !important;
	}

	.pc\:mt-51 {
		margin-top: 204px !important;
	}

	.pc\:mr-51 {
		margin-right: 204px !important;
	}

	.pc\:mb-51 {
		margin-bottom: 204px !important;
	}

	.pc\:ml-51 {
		margin-left: 204px !important;
	}

	.pc\:mt-52 {
		margin-top: 208px !important;
	}

	.pc\:mr-52 {
		margin-right: 208px !important;
	}

	.pc\:mb-52 {
		margin-bottom: 208px !important;
	}

	.pc\:ml-52 {
		margin-left: 208px !important;
	}

	.pc\:mt-53 {
		margin-top: 212px !important;
	}

	.pc\:mr-53 {
		margin-right: 212px !important;
	}

	.pc\:mb-53 {
		margin-bottom: 212px !important;
	}

	.pc\:ml-53 {
		margin-left: 212px !important;
	}

	.pc\:mt-54 {
		margin-top: 216px !important;
	}

	.pc\:mr-54 {
		margin-right: 216px !important;
	}

	.pc\:mb-54 {
		margin-bottom: 216px !important;
	}

	.pc\:ml-54 {
		margin-left: 216px !important;
	}

	.pc\:mt-55 {
		margin-top: 220px !important;
	}

	.pc\:mr-55 {
		margin-right: 220px !important;
	}

	.pc\:mb-55 {
		margin-bottom: 220px !important;
	}

	.pc\:ml-55 {
		margin-left: 220px !important;
	}

	.pc\:mt-56 {
		margin-top: 224px !important;
	}

	.pc\:mr-56 {
		margin-right: 224px !important;
	}

	.pc\:mb-56 {
		margin-bottom: 224px !important;
	}

	.pc\:ml-56 {
		margin-left: 224px !important;
	}

	.pc\:mt-57 {
		margin-top: 228px !important;
	}

	.pc\:mr-57 {
		margin-right: 228px !important;
	}

	.pc\:mb-57 {
		margin-bottom: 228px !important;
	}

	.pc\:ml-57 {
		margin-left: 228px !important;
	}

	.pc\:mt-58 {
		margin-top: 232px !important;
	}

	.pc\:mr-58 {
		margin-right: 232px !important;
	}

	.pc\:mb-58 {
		margin-bottom: 232px !important;
	}

	.pc\:ml-58 {
		margin-left: 232px !important;
	}

	.pc\:mt-59 {
		margin-top: 236px !important;
	}

	.pc\:mr-59 {
		margin-right: 236px !important;
	}

	.pc\:mb-59 {
		margin-bottom: 236px !important;
	}

	.pc\:ml-59 {
		margin-left: 236px !important;
	}

	.pc\:mt-60 {
		margin-top: 240px !important;
	}

	.pc\:mr-60 {
		margin-right: 240px !important;
	}

	.pc\:mb-60 {
		margin-bottom: 240px !important;
	}

	.pc\:ml-60 {
		margin-left: 240px !important;
	}

	.pc\:pt-0 {
		padding-top: 0 !important;
	}

	.pc\:pr-0 {
		padding-right: 0 !important;
	}

	.pc\:pb-0 {
		padding-bottom: 0 !important;
	}

	.pc\:pl-0 {
		padding-left: 0 !important;
	}

	.pc\:pt-1 {
		padding-top: 4px !important;
	}

	.pc\:pr-1 {
		padding-right: 4px !important;
	}

	.pc\:pb-1 {
		padding-bottom: 4px !important;
	}

	.pc\:pl-1 {
		padding-left: 4px !important;
	}

	.pc\:pt-2 {
		padding-top: 8px !important;
	}

	.pc\:pr-2 {
		padding-right: 8px !important;
	}

	.pc\:pb-2 {
		padding-bottom: 8px !important;
	}

	.pc\:pl-2 {
		padding-left: 8px !important;
	}

	.pc\:pt-3 {
		padding-top: 12px !important;
	}

	.pc\:pr-3 {
		padding-right: 12px !important;
	}

	.pc\:pb-3 {
		padding-bottom: 12px !important;
	}

	.pc\:pl-3 {
		padding-left: 12px !important;
	}

	.pc\:pt-4 {
		padding-top: 16px !important;
	}

	.pc\:pr-4 {
		padding-right: 16px !important;
	}

	.pc\:pb-4 {
		padding-bottom: 16px !important;
	}

	.pc\:pl-4 {
		padding-left: 16px !important;
	}

	.pc\:pt-5 {
		padding-top: 20px !important;
	}

	.pc\:pr-5 {
		padding-right: 20px !important;
	}

	.pc\:pb-5 {
		padding-bottom: 20px !important;
	}

	.pc\:pl-5 {
		padding-left: 20px !important;
	}

	.pc\:pt-6 {
		padding-top: 24px !important;
	}

	.pc\:pr-6 {
		padding-right: 24px !important;
	}

	.pc\:pb-6 {
		padding-bottom: 24px !important;
	}

	.pc\:pl-6 {
		padding-left: 24px !important;
	}

	.pc\:pt-7 {
		padding-top: 28px !important;
	}

	.pc\:pr-7 {
		padding-right: 28px !important;
	}

	.pc\:pb-7 {
		padding-bottom: 28px !important;
	}

	.pc\:pl-7 {
		padding-left: 28px !important;
	}

	.pc\:pt-8 {
		padding-top: 32px !important;
	}

	.pc\:pr-8 {
		padding-right: 32px !important;
	}

	.pc\:pb-8 {
		padding-bottom: 32px !important;
	}

	.pc\:pl-8 {
		padding-left: 32px !important;
	}

	.pc\:pt-9 {
		padding-top: 36px !important;
	}

	.pc\:pr-9 {
		padding-right: 36px !important;
	}

	.pc\:pb-9 {
		padding-bottom: 36px !important;
	}

	.pc\:pl-9 {
		padding-left: 36px !important;
	}

	.pc\:pt-10 {
		padding-top: 40px !important;
	}

	.pc\:pr-10 {
		padding-right: 40px !important;
	}

	.pc\:pb-10 {
		padding-bottom: 40px !important;
	}

	.pc\:pl-10 {
		padding-left: 40px !important;
	}

	.pc\:pt-11 {
		padding-top: 44px !important;
	}

	.pc\:pr-11 {
		padding-right: 44px !important;
	}

	.pc\:pb-11 {
		padding-bottom: 44px !important;
	}

	.pc\:pl-11 {
		padding-left: 44px !important;
	}

	.pc\:pt-12 {
		padding-top: 48px !important;
	}

	.pc\:pr-12 {
		padding-right: 48px !important;
	}

	.pc\:pb-12 {
		padding-bottom: 48px !important;
	}

	.pc\:pl-12 {
		padding-left: 48px !important;
	}

	.pc\:pt-13 {
		padding-top: 52px !important;
	}

	.pc\:pr-13 {
		padding-right: 52px !important;
	}

	.pc\:pb-13 {
		padding-bottom: 52px !important;
	}

	.pc\:pl-13 {
		padding-left: 52px !important;
	}

	.pc\:pt-14 {
		padding-top: 56px !important;
	}

	.pc\:pr-14 {
		padding-right: 56px !important;
	}

	.pc\:pb-14 {
		padding-bottom: 56px !important;
	}

	.pc\:pl-14 {
		padding-left: 56px !important;
	}

	.pc\:pt-15 {
		padding-top: 60px !important;
	}

	.pc\:pr-15 {
		padding-right: 60px !important;
	}

	.pc\:pb-15 {
		padding-bottom: 60px !important;
	}

	.pc\:pl-15 {
		padding-left: 60px !important;
	}

	.pc\:pt-16 {
		padding-top: 64px !important;
	}

	.pc\:pr-16 {
		padding-right: 64px !important;
	}

	.pc\:pb-16 {
		padding-bottom: 64px !important;
	}

	.pc\:pl-16 {
		padding-left: 64px !important;
	}

	.pc\:pt-17 {
		padding-top: 68px !important;
	}

	.pc\:pr-17 {
		padding-right: 68px !important;
	}

	.pc\:pb-17 {
		padding-bottom: 68px !important;
	}

	.pc\:pl-17 {
		padding-left: 68px !important;
	}

	.pc\:pt-18 {
		padding-top: 72px !important;
	}

	.pc\:pr-18 {
		padding-right: 72px !important;
	}

	.pc\:pb-18 {
		padding-bottom: 72px !important;
	}

	.pc\:pl-18 {
		padding-left: 72px !important;
	}

	.pc\:pt-19 {
		padding-top: 76px !important;
	}

	.pc\:pr-19 {
		padding-right: 76px !important;
	}

	.pc\:pb-19 {
		padding-bottom: 76px !important;
	}

	.pc\:pl-19 {
		padding-left: 76px !important;
	}

	.pc\:pt-20 {
		padding-top: 80px !important;
	}

	.pc\:pr-20 {
		padding-right: 80px !important;
	}

	.pc\:pb-20 {
		padding-bottom: 80px !important;
	}

	.pc\:pl-20 {
		padding-left: 80px !important;
	}

	.pc\:pt-21 {
		padding-top: 84px !important;
	}

	.pc\:pr-21 {
		padding-right: 84px !important;
	}

	.pc\:pb-21 {
		padding-bottom: 84px !important;
	}

	.pc\:pl-21 {
		padding-left: 84px !important;
	}

	.pc\:pt-22 {
		padding-top: 88px !important;
	}

	.pc\:pr-22 {
		padding-right: 88px !important;
	}

	.pc\:pb-22 {
		padding-bottom: 88px !important;
	}

	.pc\:pl-22 {
		padding-left: 88px !important;
	}

	.pc\:pt-23 {
		padding-top: 92px !important;
	}

	.pc\:pr-23 {
		padding-right: 92px !important;
	}

	.pc\:pb-23 {
		padding-bottom: 92px !important;
	}

	.pc\:pl-23 {
		padding-left: 92px !important;
	}

	.pc\:pt-24 {
		padding-top: 96px !important;
	}

	.pc\:pr-24 {
		padding-right: 96px !important;
	}

	.pc\:pb-24 {
		padding-bottom: 96px !important;
	}

	.pc\:pl-24 {
		padding-left: 96px !important;
	}

	.pc\:pt-25 {
		padding-top: 100px !important;
	}

	.pc\:pr-25 {
		padding-right: 100px !important;
	}

	.pc\:pb-25 {
		padding-bottom: 100px !important;
	}

	.pc\:pl-25 {
		padding-left: 100px !important;
	}

	.pc\:pt-26 {
		padding-top: 104px !important;
	}

	.pc\:pr-26 {
		padding-right: 104px !important;
	}

	.pc\:pb-26 {
		padding-bottom: 104px !important;
	}

	.pc\:pl-26 {
		padding-left: 104px !important;
	}

	.pc\:pt-27 {
		padding-top: 108px !important;
	}

	.pc\:pr-27 {
		padding-right: 108px !important;
	}

	.pc\:pb-27 {
		padding-bottom: 108px !important;
	}

	.pc\:pl-27 {
		padding-left: 108px !important;
	}

	.pc\:pt-28 {
		padding-top: 112px !important;
	}

	.pc\:pr-28 {
		padding-right: 112px !important;
	}

	.pc\:pb-28 {
		padding-bottom: 112px !important;
	}

	.pc\:pl-28 {
		padding-left: 112px !important;
	}

	.pc\:pt-29 {
		padding-top: 116px !important;
	}

	.pc\:pr-29 {
		padding-right: 116px !important;
	}

	.pc\:pb-29 {
		padding-bottom: 116px !important;
	}

	.pc\:pl-29 {
		padding-left: 116px !important;
	}

	.pc\:pt-30 {
		padding-top: 120px !important;
	}

	.pc\:pr-30 {
		padding-right: 120px !important;
	}

	.pc\:pb-30 {
		padding-bottom: 120px !important;
	}

	.pc\:pl-30 {
		padding-left: 120px !important;
	}

	.pc\:pt-31 {
		padding-top: 124px !important;
	}

	.pc\:pr-31 {
		padding-right: 124px !important;
	}

	.pc\:pb-31 {
		padding-bottom: 124px !important;
	}

	.pc\:pl-31 {
		padding-left: 124px !important;
	}

	.pc\:pt-32 {
		padding-top: 128px !important;
	}

	.pc\:pr-32 {
		padding-right: 128px !important;
	}

	.pc\:pb-32 {
		padding-bottom: 128px !important;
	}

	.pc\:pl-32 {
		padding-left: 128px !important;
	}

	.pc\:pt-33 {
		padding-top: 132px !important;
	}

	.pc\:pr-33 {
		padding-right: 132px !important;
	}

	.pc\:pb-33 {
		padding-bottom: 132px !important;
	}

	.pc\:pl-33 {
		padding-left: 132px !important;
	}

	.pc\:pt-34 {
		padding-top: 136px !important;
	}

	.pc\:pr-34 {
		padding-right: 136px !important;
	}

	.pc\:pb-34 {
		padding-bottom: 136px !important;
	}

	.pc\:pl-34 {
		padding-left: 136px !important;
	}

	.pc\:pt-35 {
		padding-top: 140px !important;
	}

	.pc\:pr-35 {
		padding-right: 140px !important;
	}

	.pc\:pb-35 {
		padding-bottom: 140px !important;
	}

	.pc\:pl-35 {
		padding-left: 140px !important;
	}

	.pc\:pt-36 {
		padding-top: 144px !important;
	}

	.pc\:pr-36 {
		padding-right: 144px !important;
	}

	.pc\:pb-36 {
		padding-bottom: 144px !important;
	}

	.pc\:pl-36 {
		padding-left: 144px !important;
	}

	.pc\:pt-37 {
		padding-top: 148px !important;
	}

	.pc\:pr-37 {
		padding-right: 148px !important;
	}

	.pc\:pb-37 {
		padding-bottom: 148px !important;
	}

	.pc\:pl-37 {
		padding-left: 148px !important;
	}

	.pc\:pt-38 {
		padding-top: 152px !important;
	}

	.pc\:pr-38 {
		padding-right: 152px !important;
	}

	.pc\:pb-38 {
		padding-bottom: 152px !important;
	}

	.pc\:pl-38 {
		padding-left: 152px !important;
	}

	.pc\:pt-39 {
		padding-top: 156px !important;
	}

	.pc\:pr-39 {
		padding-right: 156px !important;
	}

	.pc\:pb-39 {
		padding-bottom: 156px !important;
	}

	.pc\:pl-39 {
		padding-left: 156px !important;
	}

	.pc\:pt-40 {
		padding-top: 160px !important;
	}

	.pc\:pr-40 {
		padding-right: 160px !important;
	}

	.pc\:pb-40 {
		padding-bottom: 160px !important;
	}

	.pc\:pl-40 {
		padding-left: 160px !important;
	}

	.pc\:pt-41 {
		padding-top: 164px !important;
	}

	.pc\:pr-41 {
		padding-right: 164px !important;
	}

	.pc\:pb-41 {
		padding-bottom: 164px !important;
	}

	.pc\:pl-41 {
		padding-left: 164px !important;
	}

	.pc\:pt-42 {
		padding-top: 168px !important;
	}

	.pc\:pr-42 {
		padding-right: 168px !important;
	}

	.pc\:pb-42 {
		padding-bottom: 168px !important;
	}

	.pc\:pl-42 {
		padding-left: 168px !important;
	}

	.pc\:pt-43 {
		padding-top: 172px !important;
	}

	.pc\:pr-43 {
		padding-right: 172px !important;
	}

	.pc\:pb-43 {
		padding-bottom: 172px !important;
	}

	.pc\:pl-43 {
		padding-left: 172px !important;
	}

	.pc\:pt-44 {
		padding-top: 176px !important;
	}

	.pc\:pr-44 {
		padding-right: 176px !important;
	}

	.pc\:pb-44 {
		padding-bottom: 176px !important;
	}

	.pc\:pl-44 {
		padding-left: 176px !important;
	}

	.pc\:pt-45 {
		padding-top: 180px !important;
	}

	.pc\:pr-45 {
		padding-right: 180px !important;
	}

	.pc\:pb-45 {
		padding-bottom: 180px !important;
	}

	.pc\:pl-45 {
		padding-left: 180px !important;
	}

	.pc\:pt-46 {
		padding-top: 184px !important;
	}

	.pc\:pr-46 {
		padding-right: 184px !important;
	}

	.pc\:pb-46 {
		padding-bottom: 184px !important;
	}

	.pc\:pl-46 {
		padding-left: 184px !important;
	}

	.pc\:pt-47 {
		padding-top: 188px !important;
	}

	.pc\:pr-47 {
		padding-right: 188px !important;
	}

	.pc\:pb-47 {
		padding-bottom: 188px !important;
	}

	.pc\:pl-47 {
		padding-left: 188px !important;
	}

	.pc\:pt-48 {
		padding-top: 192px !important;
	}

	.pc\:pr-48 {
		padding-right: 192px !important;
	}

	.pc\:pb-48 {
		padding-bottom: 192px !important;
	}

	.pc\:pl-48 {
		padding-left: 192px !important;
	}

	.pc\:pt-49 {
		padding-top: 196px !important;
	}

	.pc\:pr-49 {
		padding-right: 196px !important;
	}

	.pc\:pb-49 {
		padding-bottom: 196px !important;
	}

	.pc\:pl-49 {
		padding-left: 196px !important;
	}

	.pc\:pt-50 {
		padding-top: 200px !important;
	}

	.pc\:pr-50 {
		padding-right: 200px !important;
	}

	.pc\:pb-50 {
		padding-bottom: 200px !important;
	}

	.pc\:pl-50 {
		padding-left: 200px !important;
	}

	.pc\:pt-51 {
		padding-top: 204px !important;
	}

	.pc\:pr-51 {
		padding-right: 204px !important;
	}

	.pc\:pb-51 {
		padding-bottom: 204px !important;
	}

	.pc\:pl-51 {
		padding-left: 204px !important;
	}

	.pc\:pt-52 {
		padding-top: 208px !important;
	}

	.pc\:pr-52 {
		padding-right: 208px !important;
	}

	.pc\:pb-52 {
		padding-bottom: 208px !important;
	}

	.pc\:pl-52 {
		padding-left: 208px !important;
	}

	.pc\:pt-53 {
		padding-top: 212px !important;
	}

	.pc\:pr-53 {
		padding-right: 212px !important;
	}

	.pc\:pb-53 {
		padding-bottom: 212px !important;
	}

	.pc\:pl-53 {
		padding-left: 212px !important;
	}

	.pc\:pt-54 {
		padding-top: 216px !important;
	}

	.pc\:pr-54 {
		padding-right: 216px !important;
	}

	.pc\:pb-54 {
		padding-bottom: 216px !important;
	}

	.pc\:pl-54 {
		padding-left: 216px !important;
	}

	.pc\:pt-55 {
		padding-top: 220px !important;
	}

	.pc\:pr-55 {
		padding-right: 220px !important;
	}

	.pc\:pb-55 {
		padding-bottom: 220px !important;
	}

	.pc\:pl-55 {
		padding-left: 220px !important;
	}

	.pc\:pt-56 {
		padding-top: 224px !important;
	}

	.pc\:pr-56 {
		padding-right: 224px !important;
	}

	.pc\:pb-56 {
		padding-bottom: 224px !important;
	}

	.pc\:pl-56 {
		padding-left: 224px !important;
	}

	.pc\:pt-57 {
		padding-top: 228px !important;
	}

	.pc\:pr-57 {
		padding-right: 228px !important;
	}

	.pc\:pb-57 {
		padding-bottom: 228px !important;
	}

	.pc\:pl-57 {
		padding-left: 228px !important;
	}

	.pc\:pt-58 {
		padding-top: 232px !important;
	}

	.pc\:pr-58 {
		padding-right: 232px !important;
	}

	.pc\:pb-58 {
		padding-bottom: 232px !important;
	}

	.pc\:pl-58 {
		padding-left: 232px !important;
	}

	.pc\:pt-59 {
		padding-top: 236px !important;
	}

	.pc\:pr-59 {
		padding-right: 236px !important;
	}

	.pc\:pb-59 {
		padding-bottom: 236px !important;
	}

	.pc\:pl-59 {
		padding-left: 236px !important;
	}

	.pc\:pt-60 {
		padding-top: 240px !important;
	}

	.pc\:pr-60 {
		padding-right: 240px !important;
	}

	.pc\:pb-60 {
		padding-bottom: 240px !important;
	}

	.pc\:pl-60 {
		padding-left: 240px !important;
	}

	.pc\:text-left {
		text-align: left;
	}

	.pc\:text-right {
		text-align: right;
	}

	.pc\:text-center {
		text-align: center;
	}

	.pc\:text-justify {
		text-align: justify;
	}
}

@media screen and (min-width: 1440px) {
	.l-header {
		padding: 0 0 0 5.6rem;
	}

	.p-about-slide .splide__slide {
		flex-shrink: 0;
		width: 45.6rem;
	}

	.p-about-slide .splide__slide img {
		width: 45.6rem;
		max-width: 45.6rem;
		height: auto;
		object-fit: cover;
		-o-object-fit: cover;
		aspect-ratio: 1/1;
	}

	.p-about-box {
		margin-top: 16.8rem;
	}

	.p-header-inner {
		gap: 0 6rem;
	}

	.p-header-inner .p-header-link {
		gap: 0 6.5rem;
	}

	.p-header-logo {
		width: 17.9rem;
	}

	.p-header-logo::after {
		right: -6.4rem;
		height: 68px;
	}

	.p-header-contact {
		width: 25.2rem;
	}

	.p-header-contact img {
		width: 5.3rem;
	}

	.p-member .c-title-top .jp {
		font-size: 7.5rem;
	}

	.p-service .c-title-top .jp {
		font-size: 8rem;
	}

	.artbord\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.artbord\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.artbord\:gap-0 {
		gap: 0 !important;
	}

	.artbord\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.artbord\:gap-y-0 {
		row-gap: 0 !important;
	}

	.artbord\:gap-1 {
		gap: 4px !important;
	}

	.artbord\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.artbord\:gap-y-1 {
		row-gap: 4px !important;
	}

	.artbord\:gap-2 {
		gap: 8px !important;
	}

	.artbord\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.artbord\:gap-y-2 {
		row-gap: 8px !important;
	}

	.artbord\:gap-3 {
		gap: 12px !important;
	}

	.artbord\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.artbord\:gap-y-3 {
		row-gap: 12px !important;
	}

	.artbord\:gap-4 {
		gap: 16px !important;
	}

	.artbord\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.artbord\:gap-y-4 {
		row-gap: 16px !important;
	}

	.artbord\:gap-5 {
		gap: 20px !important;
	}

	.artbord\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.artbord\:gap-y-5 {
		row-gap: 20px !important;
	}

	.artbord\:gap-6 {
		gap: 24px !important;
	}

	.artbord\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.artbord\:gap-y-6 {
		row-gap: 24px !important;
	}

	.artbord\:gap-8 {
		gap: 32px !important;
	}

	.artbord\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.artbord\:gap-y-8 {
		row-gap: 32px !important;
	}

	.artbord\:gap-10 {
		gap: 40px !important;
	}

	.artbord\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.artbord\:gap-y-10 {
		row-gap: 40px !important;
	}

	.artbord\:gap-12 {
		gap: 48px !important;
	}

	.artbord\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.artbord\:gap-y-12 {
		row-gap: 48px !important;
	}

	.artbord\:gap-16 {
		gap: 64px !important;
	}

	.artbord\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.artbord\:gap-y-16 {
		row-gap: 64px !important;
	}

	.artbord\:gap-20 {
		gap: 80px !important;
	}

	.artbord\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.artbord\:gap-y-20 {
		row-gap: 80px !important;
	}

	.artbord\:gap-24 {
		gap: 96px !important;
	}

	.artbord\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.artbord\:gap-y-24 {
		row-gap: 96px !important;
	}

	.artbord\:gap-32 {
		gap: 128px !important;
	}

	.artbord\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.artbord\:gap-y-32 {
		row-gap: 128px !important;
	}

	.artbord\:gap-40 {
		gap: 160px !important;
	}

	.artbord\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.artbord\:gap-y-40 {
		row-gap: 160px !important;
	}

	.artbord\:gap-48 {
		gap: 192px !important;
	}

	.artbord\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.artbord\:gap-y-48 {
		row-gap: 192px !important;
	}

	.artbord\:gap-56 {
		gap: 224px !important;
	}

	.artbord\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.artbord\:gap-y-56 {
		row-gap: 224px !important;
	}

	.artbord\:gap-64 {
		gap: 256px !important;
	}

	.artbord\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.artbord\:gap-y-64 {
		row-gap: 256px !important;
	}
}

@media screen and (min-width: 1920px) {
	.over\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.over\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.over\:gap-0 {
		gap: 0 !important;
	}

	.over\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.over\:gap-y-0 {
		row-gap: 0 !important;
	}

	.over\:gap-1 {
		gap: 4px !important;
	}

	.over\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.over\:gap-y-1 {
		row-gap: 4px !important;
	}

	.over\:gap-2 {
		gap: 8px !important;
	}

	.over\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.over\:gap-y-2 {
		row-gap: 8px !important;
	}

	.over\:gap-3 {
		gap: 12px !important;
	}

	.over\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.over\:gap-y-3 {
		row-gap: 12px !important;
	}

	.over\:gap-4 {
		gap: 16px !important;
	}

	.over\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.over\:gap-y-4 {
		row-gap: 16px !important;
	}

	.over\:gap-5 {
		gap: 20px !important;
	}

	.over\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.over\:gap-y-5 {
		row-gap: 20px !important;
	}

	.over\:gap-6 {
		gap: 24px !important;
	}

	.over\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.over\:gap-y-6 {
		row-gap: 24px !important;
	}

	.over\:gap-8 {
		gap: 32px !important;
	}

	.over\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.over\:gap-y-8 {
		row-gap: 32px !important;
	}

	.over\:gap-10 {
		gap: 40px !important;
	}

	.over\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.over\:gap-y-10 {
		row-gap: 40px !important;
	}

	.over\:gap-12 {
		gap: 48px !important;
	}

	.over\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.over\:gap-y-12 {
		row-gap: 48px !important;
	}

	.over\:gap-16 {
		gap: 64px !important;
	}

	.over\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.over\:gap-y-16 {
		row-gap: 64px !important;
	}

	.over\:gap-20 {
		gap: 80px !important;
	}

	.over\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.over\:gap-y-20 {
		row-gap: 80px !important;
	}

	.over\:gap-24 {
		gap: 96px !important;
	}

	.over\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.over\:gap-y-24 {
		row-gap: 96px !important;
	}

	.over\:gap-32 {
		gap: 128px !important;
	}

	.over\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.over\:gap-y-32 {
		row-gap: 128px !important;
	}

	.over\:gap-40 {
		gap: 160px !important;
	}

	.over\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.over\:gap-y-40 {
		row-gap: 160px !important;
	}

	.over\:gap-48 {
		gap: 192px !important;
	}

	.over\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.over\:gap-y-48 {
		row-gap: 192px !important;
	}

	.over\:gap-56 {
		gap: 224px !important;
	}

	.over\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.over\:gap-y-56 {
		row-gap: 224px !important;
	}

	.over\:gap-64 {
		gap: 256px !important;
	}

	.over\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.over\:gap-y-64 {
		row-gap: 256px !important;
	}
}

@media screen and (max-width: 1080px) {
	body.is-nav-open {
		position: fixed;
	}

	.p-header-inner nav {
		display: none;
	}

	.mobile\:block {
		display: block !important;
	}

	.mobile\:inline-block {
		display: inline-block !important;
	}

	.mobile\:inline {
		display: inline !important;
	}

	.mobile\:flex {
		display: flex !important;
	}

	.mobile\:inline-flex {
		display: inline-flex !important;
	}

	.mobile\:grid {
		display: grid !important;
	}

	.mobile\:inline-grid {
		display: inline-grid !important;
	}

	.mobile\:table {
		display: table !important;
	}

	.mobile\:table-row {
		display: table-row !important;
	}

	.mobile\:table-cell {
		display: table-cell !important;
	}

	.mobile\:hidden {
		display: none !important;
	}

	.mobile\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.mobile\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.mobile\:gap-0 {
		gap: 0 !important;
	}

	.mobile\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.mobile\:gap-y-0 {
		row-gap: 0 !important;
	}

	.mobile\:gap-1 {
		gap: 4px !important;
	}

	.mobile\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.mobile\:gap-y-1 {
		row-gap: 4px !important;
	}

	.mobile\:gap-2 {
		gap: 8px !important;
	}

	.mobile\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.mobile\:gap-y-2 {
		row-gap: 8px !important;
	}

	.mobile\:gap-3 {
		gap: 12px !important;
	}

	.mobile\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.mobile\:gap-y-3 {
		row-gap: 12px !important;
	}

	.mobile\:gap-4 {
		gap: 16px !important;
	}

	.mobile\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.mobile\:gap-y-4 {
		row-gap: 16px !important;
	}

	.mobile\:gap-5 {
		gap: 20px !important;
	}

	.mobile\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.mobile\:gap-y-5 {
		row-gap: 20px !important;
	}

	.mobile\:gap-6 {
		gap: 24px !important;
	}

	.mobile\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.mobile\:gap-y-6 {
		row-gap: 24px !important;
	}

	.mobile\:gap-8 {
		gap: 32px !important;
	}

	.mobile\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.mobile\:gap-y-8 {
		row-gap: 32px !important;
	}

	.mobile\:gap-10 {
		gap: 40px !important;
	}

	.mobile\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.mobile\:gap-y-10 {
		row-gap: 40px !important;
	}

	.mobile\:gap-12 {
		gap: 48px !important;
	}

	.mobile\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.mobile\:gap-y-12 {
		row-gap: 48px !important;
	}

	.mobile\:gap-16 {
		gap: 64px !important;
	}

	.mobile\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.mobile\:gap-y-16 {
		row-gap: 64px !important;
	}

	.mobile\:gap-20 {
		gap: 80px !important;
	}

	.mobile\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.mobile\:gap-y-20 {
		row-gap: 80px !important;
	}

	.mobile\:gap-24 {
		gap: 96px !important;
	}

	.mobile\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.mobile\:gap-y-24 {
		row-gap: 96px !important;
	}

	.mobile\:gap-32 {
		gap: 128px !important;
	}

	.mobile\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.mobile\:gap-y-32 {
		row-gap: 128px !important;
	}

	.mobile\:gap-40 {
		gap: 160px !important;
	}

	.mobile\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.mobile\:gap-y-40 {
		row-gap: 160px !important;
	}

	.mobile\:gap-48 {
		gap: 192px !important;
	}

	.mobile\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.mobile\:gap-y-48 {
		row-gap: 192px !important;
	}

	.mobile\:gap-56 {
		gap: 224px !important;
	}

	.mobile\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.mobile\:gap-y-56 {
		row-gap: 224px !important;
	}

	.mobile\:gap-64 {
		gap: 256px !important;
	}

	.mobile\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.mobile\:gap-y-64 {
		row-gap: 256px !important;
	}

	.md\:mt-0 {
		margin-top: 0 !important;
	}

	.md\:mr-0 {
		margin-right: 0 !important;
	}

	.md\:mb-0 {
		margin-bottom: 0 !important;
	}

	.md\:ml-0 {
		margin-left: 0 !important;
	}

	.md\:mt-1 {
		margin-top: 4px !important;
	}

	.md\:mr-1 {
		margin-right: 4px !important;
	}

	.md\:mb-1 {
		margin-bottom: 4px !important;
	}

	.md\:ml-1 {
		margin-left: 4px !important;
	}

	.md\:mt-2 {
		margin-top: 8px !important;
	}

	.md\:mr-2 {
		margin-right: 8px !important;
	}

	.md\:mb-2 {
		margin-bottom: 8px !important;
	}

	.md\:ml-2 {
		margin-left: 8px !important;
	}

	.md\:mt-3 {
		margin-top: 12px !important;
	}

	.md\:mr-3 {
		margin-right: 12px !important;
	}

	.md\:mb-3 {
		margin-bottom: 12px !important;
	}

	.md\:ml-3 {
		margin-left: 12px !important;
	}

	.md\:mt-4 {
		margin-top: 16px !important;
	}

	.md\:mr-4 {
		margin-right: 16px !important;
	}

	.md\:mb-4 {
		margin-bottom: 16px !important;
	}

	.md\:ml-4 {
		margin-left: 16px !important;
	}

	.md\:mt-5 {
		margin-top: 20px !important;
	}

	.md\:mr-5 {
		margin-right: 20px !important;
	}

	.md\:mb-5 {
		margin-bottom: 20px !important;
	}

	.md\:ml-5 {
		margin-left: 20px !important;
	}

	.md\:mt-6 {
		margin-top: 24px !important;
	}

	.md\:mr-6 {
		margin-right: 24px !important;
	}

	.md\:mb-6 {
		margin-bottom: 24px !important;
	}

	.md\:ml-6 {
		margin-left: 24px !important;
	}

	.md\:mt-7 {
		margin-top: 28px !important;
	}

	.md\:mr-7 {
		margin-right: 28px !important;
	}

	.md\:mb-7 {
		margin-bottom: 28px !important;
	}

	.md\:ml-7 {
		margin-left: 28px !important;
	}

	.md\:mt-8 {
		margin-top: 32px !important;
	}

	.md\:mr-8 {
		margin-right: 32px !important;
	}

	.md\:mb-8 {
		margin-bottom: 32px !important;
	}

	.md\:ml-8 {
		margin-left: 32px !important;
	}

	.md\:mt-9 {
		margin-top: 36px !important;
	}

	.md\:mr-9 {
		margin-right: 36px !important;
	}

	.md\:mb-9 {
		margin-bottom: 36px !important;
	}

	.md\:ml-9 {
		margin-left: 36px !important;
	}

	.md\:mt-10 {
		margin-top: 40px !important;
	}

	.md\:mr-10 {
		margin-right: 40px !important;
	}

	.md\:mb-10 {
		margin-bottom: 40px !important;
	}

	.md\:ml-10 {
		margin-left: 40px !important;
	}

	.md\:mt-11 {
		margin-top: 44px !important;
	}

	.md\:mr-11 {
		margin-right: 44px !important;
	}

	.md\:mb-11 {
		margin-bottom: 44px !important;
	}

	.md\:ml-11 {
		margin-left: 44px !important;
	}

	.md\:mt-12 {
		margin-top: 48px !important;
	}

	.md\:mr-12 {
		margin-right: 48px !important;
	}

	.md\:mb-12 {
		margin-bottom: 48px !important;
	}

	.md\:ml-12 {
		margin-left: 48px !important;
	}

	.md\:mt-13 {
		margin-top: 52px !important;
	}

	.md\:mr-13 {
		margin-right: 52px !important;
	}

	.md\:mb-13 {
		margin-bottom: 52px !important;
	}

	.md\:ml-13 {
		margin-left: 52px !important;
	}

	.md\:mt-14 {
		margin-top: 56px !important;
	}

	.md\:mr-14 {
		margin-right: 56px !important;
	}

	.md\:mb-14 {
		margin-bottom: 56px !important;
	}

	.md\:ml-14 {
		margin-left: 56px !important;
	}

	.md\:mt-15 {
		margin-top: 60px !important;
	}

	.md\:mr-15 {
		margin-right: 60px !important;
	}

	.md\:mb-15 {
		margin-bottom: 60px !important;
	}

	.md\:ml-15 {
		margin-left: 60px !important;
	}

	.md\:mt-16 {
		margin-top: 64px !important;
	}

	.md\:mr-16 {
		margin-right: 64px !important;
	}

	.md\:mb-16 {
		margin-bottom: 64px !important;
	}

	.md\:ml-16 {
		margin-left: 64px !important;
	}

	.md\:mt-17 {
		margin-top: 68px !important;
	}

	.md\:mr-17 {
		margin-right: 68px !important;
	}

	.md\:mb-17 {
		margin-bottom: 68px !important;
	}

	.md\:ml-17 {
		margin-left: 68px !important;
	}

	.md\:mt-18 {
		margin-top: 72px !important;
	}

	.md\:mr-18 {
		margin-right: 72px !important;
	}

	.md\:mb-18 {
		margin-bottom: 72px !important;
	}

	.md\:ml-18 {
		margin-left: 72px !important;
	}

	.md\:mt-19 {
		margin-top: 76px !important;
	}

	.md\:mr-19 {
		margin-right: 76px !important;
	}

	.md\:mb-19 {
		margin-bottom: 76px !important;
	}

	.md\:ml-19 {
		margin-left: 76px !important;
	}

	.md\:mt-20 {
		margin-top: 80px !important;
	}

	.md\:mr-20 {
		margin-right: 80px !important;
	}

	.md\:mb-20 {
		margin-bottom: 80px !important;
	}

	.md\:ml-20 {
		margin-left: 80px !important;
	}

	.md\:mt-21 {
		margin-top: 84px !important;
	}

	.md\:mr-21 {
		margin-right: 84px !important;
	}

	.md\:mb-21 {
		margin-bottom: 84px !important;
	}

	.md\:ml-21 {
		margin-left: 84px !important;
	}

	.md\:mt-22 {
		margin-top: 88px !important;
	}

	.md\:mr-22 {
		margin-right: 88px !important;
	}

	.md\:mb-22 {
		margin-bottom: 88px !important;
	}

	.md\:ml-22 {
		margin-left: 88px !important;
	}

	.md\:mt-23 {
		margin-top: 92px !important;
	}

	.md\:mr-23 {
		margin-right: 92px !important;
	}

	.md\:mb-23 {
		margin-bottom: 92px !important;
	}

	.md\:ml-23 {
		margin-left: 92px !important;
	}

	.md\:mt-24 {
		margin-top: 96px !important;
	}

	.md\:mr-24 {
		margin-right: 96px !important;
	}

	.md\:mb-24 {
		margin-bottom: 96px !important;
	}

	.md\:ml-24 {
		margin-left: 96px !important;
	}

	.md\:mt-25 {
		margin-top: 100px !important;
	}

	.md\:mr-25 {
		margin-right: 100px !important;
	}

	.md\:mb-25 {
		margin-bottom: 100px !important;
	}

	.md\:ml-25 {
		margin-left: 100px !important;
	}

	.md\:mt-26 {
		margin-top: 104px !important;
	}

	.md\:mr-26 {
		margin-right: 104px !important;
	}

	.md\:mb-26 {
		margin-bottom: 104px !important;
	}

	.md\:ml-26 {
		margin-left: 104px !important;
	}

	.md\:mt-27 {
		margin-top: 108px !important;
	}

	.md\:mr-27 {
		margin-right: 108px !important;
	}

	.md\:mb-27 {
		margin-bottom: 108px !important;
	}

	.md\:ml-27 {
		margin-left: 108px !important;
	}

	.md\:mt-28 {
		margin-top: 112px !important;
	}

	.md\:mr-28 {
		margin-right: 112px !important;
	}

	.md\:mb-28 {
		margin-bottom: 112px !important;
	}

	.md\:ml-28 {
		margin-left: 112px !important;
	}

	.md\:mt-29 {
		margin-top: 116px !important;
	}

	.md\:mr-29 {
		margin-right: 116px !important;
	}

	.md\:mb-29 {
		margin-bottom: 116px !important;
	}

	.md\:ml-29 {
		margin-left: 116px !important;
	}

	.md\:mt-30 {
		margin-top: 120px !important;
	}

	.md\:mr-30 {
		margin-right: 120px !important;
	}

	.md\:mb-30 {
		margin-bottom: 120px !important;
	}

	.md\:ml-30 {
		margin-left: 120px !important;
	}

	.md\:mt-31 {
		margin-top: 124px !important;
	}

	.md\:mr-31 {
		margin-right: 124px !important;
	}

	.md\:mb-31 {
		margin-bottom: 124px !important;
	}

	.md\:ml-31 {
		margin-left: 124px !important;
	}

	.md\:mt-32 {
		margin-top: 128px !important;
	}

	.md\:mr-32 {
		margin-right: 128px !important;
	}

	.md\:mb-32 {
		margin-bottom: 128px !important;
	}

	.md\:ml-32 {
		margin-left: 128px !important;
	}

	.md\:mt-33 {
		margin-top: 132px !important;
	}

	.md\:mr-33 {
		margin-right: 132px !important;
	}

	.md\:mb-33 {
		margin-bottom: 132px !important;
	}

	.md\:ml-33 {
		margin-left: 132px !important;
	}

	.md\:mt-34 {
		margin-top: 136px !important;
	}

	.md\:mr-34 {
		margin-right: 136px !important;
	}

	.md\:mb-34 {
		margin-bottom: 136px !important;
	}

	.md\:ml-34 {
		margin-left: 136px !important;
	}

	.md\:mt-35 {
		margin-top: 140px !important;
	}

	.md\:mr-35 {
		margin-right: 140px !important;
	}

	.md\:mb-35 {
		margin-bottom: 140px !important;
	}

	.md\:ml-35 {
		margin-left: 140px !important;
	}

	.md\:mt-36 {
		margin-top: 144px !important;
	}

	.md\:mr-36 {
		margin-right: 144px !important;
	}

	.md\:mb-36 {
		margin-bottom: 144px !important;
	}

	.md\:ml-36 {
		margin-left: 144px !important;
	}

	.md\:mt-37 {
		margin-top: 148px !important;
	}

	.md\:mr-37 {
		margin-right: 148px !important;
	}

	.md\:mb-37 {
		margin-bottom: 148px !important;
	}

	.md\:ml-37 {
		margin-left: 148px !important;
	}

	.md\:mt-38 {
		margin-top: 152px !important;
	}

	.md\:mr-38 {
		margin-right: 152px !important;
	}

	.md\:mb-38 {
		margin-bottom: 152px !important;
	}

	.md\:ml-38 {
		margin-left: 152px !important;
	}

	.md\:mt-39 {
		margin-top: 156px !important;
	}

	.md\:mr-39 {
		margin-right: 156px !important;
	}

	.md\:mb-39 {
		margin-bottom: 156px !important;
	}

	.md\:ml-39 {
		margin-left: 156px !important;
	}

	.md\:mt-40 {
		margin-top: 160px !important;
	}

	.md\:mr-40 {
		margin-right: 160px !important;
	}

	.md\:mb-40 {
		margin-bottom: 160px !important;
	}

	.md\:ml-40 {
		margin-left: 160px !important;
	}

	.md\:mt-41 {
		margin-top: 164px !important;
	}

	.md\:mr-41 {
		margin-right: 164px !important;
	}

	.md\:mb-41 {
		margin-bottom: 164px !important;
	}

	.md\:ml-41 {
		margin-left: 164px !important;
	}

	.md\:mt-42 {
		margin-top: 168px !important;
	}

	.md\:mr-42 {
		margin-right: 168px !important;
	}

	.md\:mb-42 {
		margin-bottom: 168px !important;
	}

	.md\:ml-42 {
		margin-left: 168px !important;
	}

	.md\:mt-43 {
		margin-top: 172px !important;
	}

	.md\:mr-43 {
		margin-right: 172px !important;
	}

	.md\:mb-43 {
		margin-bottom: 172px !important;
	}

	.md\:ml-43 {
		margin-left: 172px !important;
	}

	.md\:mt-44 {
		margin-top: 176px !important;
	}

	.md\:mr-44 {
		margin-right: 176px !important;
	}

	.md\:mb-44 {
		margin-bottom: 176px !important;
	}

	.md\:ml-44 {
		margin-left: 176px !important;
	}

	.md\:mt-45 {
		margin-top: 180px !important;
	}

	.md\:mr-45 {
		margin-right: 180px !important;
	}

	.md\:mb-45 {
		margin-bottom: 180px !important;
	}

	.md\:ml-45 {
		margin-left: 180px !important;
	}

	.md\:mt-46 {
		margin-top: 184px !important;
	}

	.md\:mr-46 {
		margin-right: 184px !important;
	}

	.md\:mb-46 {
		margin-bottom: 184px !important;
	}

	.md\:ml-46 {
		margin-left: 184px !important;
	}

	.md\:mt-47 {
		margin-top: 188px !important;
	}

	.md\:mr-47 {
		margin-right: 188px !important;
	}

	.md\:mb-47 {
		margin-bottom: 188px !important;
	}

	.md\:ml-47 {
		margin-left: 188px !important;
	}

	.md\:mt-48 {
		margin-top: 192px !important;
	}

	.md\:mr-48 {
		margin-right: 192px !important;
	}

	.md\:mb-48 {
		margin-bottom: 192px !important;
	}

	.md\:ml-48 {
		margin-left: 192px !important;
	}

	.md\:mt-49 {
		margin-top: 196px !important;
	}

	.md\:mr-49 {
		margin-right: 196px !important;
	}

	.md\:mb-49 {
		margin-bottom: 196px !important;
	}

	.md\:ml-49 {
		margin-left: 196px !important;
	}

	.md\:mt-50 {
		margin-top: 200px !important;
	}

	.md\:mr-50 {
		margin-right: 200px !important;
	}

	.md\:mb-50 {
		margin-bottom: 200px !important;
	}

	.md\:ml-50 {
		margin-left: 200px !important;
	}

	.md\:mt-51 {
		margin-top: 204px !important;
	}

	.md\:mr-51 {
		margin-right: 204px !important;
	}

	.md\:mb-51 {
		margin-bottom: 204px !important;
	}

	.md\:ml-51 {
		margin-left: 204px !important;
	}

	.md\:mt-52 {
		margin-top: 208px !important;
	}

	.md\:mr-52 {
		margin-right: 208px !important;
	}

	.md\:mb-52 {
		margin-bottom: 208px !important;
	}

	.md\:ml-52 {
		margin-left: 208px !important;
	}

	.md\:mt-53 {
		margin-top: 212px !important;
	}

	.md\:mr-53 {
		margin-right: 212px !important;
	}

	.md\:mb-53 {
		margin-bottom: 212px !important;
	}

	.md\:ml-53 {
		margin-left: 212px !important;
	}

	.md\:mt-54 {
		margin-top: 216px !important;
	}

	.md\:mr-54 {
		margin-right: 216px !important;
	}

	.md\:mb-54 {
		margin-bottom: 216px !important;
	}

	.md\:ml-54 {
		margin-left: 216px !important;
	}

	.md\:mt-55 {
		margin-top: 220px !important;
	}

	.md\:mr-55 {
		margin-right: 220px !important;
	}

	.md\:mb-55 {
		margin-bottom: 220px !important;
	}

	.md\:ml-55 {
		margin-left: 220px !important;
	}

	.md\:mt-56 {
		margin-top: 224px !important;
	}

	.md\:mr-56 {
		margin-right: 224px !important;
	}

	.md\:mb-56 {
		margin-bottom: 224px !important;
	}

	.md\:ml-56 {
		margin-left: 224px !important;
	}

	.md\:mt-57 {
		margin-top: 228px !important;
	}

	.md\:mr-57 {
		margin-right: 228px !important;
	}

	.md\:mb-57 {
		margin-bottom: 228px !important;
	}

	.md\:ml-57 {
		margin-left: 228px !important;
	}

	.md\:mt-58 {
		margin-top: 232px !important;
	}

	.md\:mr-58 {
		margin-right: 232px !important;
	}

	.md\:mb-58 {
		margin-bottom: 232px !important;
	}

	.md\:ml-58 {
		margin-left: 232px !important;
	}

	.md\:mt-59 {
		margin-top: 236px !important;
	}

	.md\:mr-59 {
		margin-right: 236px !important;
	}

	.md\:mb-59 {
		margin-bottom: 236px !important;
	}

	.md\:ml-59 {
		margin-left: 236px !important;
	}

	.md\:mt-60 {
		margin-top: 240px !important;
	}

	.md\:mr-60 {
		margin-right: 240px !important;
	}

	.md\:mb-60 {
		margin-bottom: 240px !important;
	}

	.md\:ml-60 {
		margin-left: 240px !important;
	}

	.md\:pt-0 {
		padding-top: 0 !important;
	}

	.md\:pr-0 {
		padding-right: 0 !important;
	}

	.md\:pb-0 {
		padding-bottom: 0 !important;
	}

	.md\:pl-0 {
		padding-left: 0 !important;
	}

	.md\:pt-1 {
		padding-top: 4px !important;
	}

	.md\:pr-1 {
		padding-right: 4px !important;
	}

	.md\:pb-1 {
		padding-bottom: 4px !important;
	}

	.md\:pl-1 {
		padding-left: 4px !important;
	}

	.md\:pt-2 {
		padding-top: 8px !important;
	}

	.md\:pr-2 {
		padding-right: 8px !important;
	}

	.md\:pb-2 {
		padding-bottom: 8px !important;
	}

	.md\:pl-2 {
		padding-left: 8px !important;
	}

	.md\:pt-3 {
		padding-top: 12px !important;
	}

	.md\:pr-3 {
		padding-right: 12px !important;
	}

	.md\:pb-3 {
		padding-bottom: 12px !important;
	}

	.md\:pl-3 {
		padding-left: 12px !important;
	}

	.md\:pt-4 {
		padding-top: 16px !important;
	}

	.md\:pr-4 {
		padding-right: 16px !important;
	}

	.md\:pb-4 {
		padding-bottom: 16px !important;
	}

	.md\:pl-4 {
		padding-left: 16px !important;
	}

	.md\:pt-5 {
		padding-top: 20px !important;
	}

	.md\:pr-5 {
		padding-right: 20px !important;
	}

	.md\:pb-5 {
		padding-bottom: 20px !important;
	}

	.md\:pl-5 {
		padding-left: 20px !important;
	}

	.md\:pt-6 {
		padding-top: 24px !important;
	}

	.md\:pr-6 {
		padding-right: 24px !important;
	}

	.md\:pb-6 {
		padding-bottom: 24px !important;
	}

	.md\:pl-6 {
		padding-left: 24px !important;
	}

	.md\:pt-7 {
		padding-top: 28px !important;
	}

	.md\:pr-7 {
		padding-right: 28px !important;
	}

	.md\:pb-7 {
		padding-bottom: 28px !important;
	}

	.md\:pl-7 {
		padding-left: 28px !important;
	}

	.md\:pt-8 {
		padding-top: 32px !important;
	}

	.md\:pr-8 {
		padding-right: 32px !important;
	}

	.md\:pb-8 {
		padding-bottom: 32px !important;
	}

	.md\:pl-8 {
		padding-left: 32px !important;
	}

	.md\:pt-9 {
		padding-top: 36px !important;
	}

	.md\:pr-9 {
		padding-right: 36px !important;
	}

	.md\:pb-9 {
		padding-bottom: 36px !important;
	}

	.md\:pl-9 {
		padding-left: 36px !important;
	}

	.md\:pt-10 {
		padding-top: 40px !important;
	}

	.md\:pr-10 {
		padding-right: 40px !important;
	}

	.md\:pb-10 {
		padding-bottom: 40px !important;
	}

	.md\:pl-10 {
		padding-left: 40px !important;
	}

	.md\:pt-11 {
		padding-top: 44px !important;
	}

	.md\:pr-11 {
		padding-right: 44px !important;
	}

	.md\:pb-11 {
		padding-bottom: 44px !important;
	}

	.md\:pl-11 {
		padding-left: 44px !important;
	}

	.md\:pt-12 {
		padding-top: 48px !important;
	}

	.md\:pr-12 {
		padding-right: 48px !important;
	}

	.md\:pb-12 {
		padding-bottom: 48px !important;
	}

	.md\:pl-12 {
		padding-left: 48px !important;
	}

	.md\:pt-13 {
		padding-top: 52px !important;
	}

	.md\:pr-13 {
		padding-right: 52px !important;
	}

	.md\:pb-13 {
		padding-bottom: 52px !important;
	}

	.md\:pl-13 {
		padding-left: 52px !important;
	}

	.md\:pt-14 {
		padding-top: 56px !important;
	}

	.md\:pr-14 {
		padding-right: 56px !important;
	}

	.md\:pb-14 {
		padding-bottom: 56px !important;
	}

	.md\:pl-14 {
		padding-left: 56px !important;
	}

	.md\:pt-15 {
		padding-top: 60px !important;
	}

	.md\:pr-15 {
		padding-right: 60px !important;
	}

	.md\:pb-15 {
		padding-bottom: 60px !important;
	}

	.md\:pl-15 {
		padding-left: 60px !important;
	}

	.md\:pt-16 {
		padding-top: 64px !important;
	}

	.md\:pr-16 {
		padding-right: 64px !important;
	}

	.md\:pb-16 {
		padding-bottom: 64px !important;
	}

	.md\:pl-16 {
		padding-left: 64px !important;
	}

	.md\:pt-17 {
		padding-top: 68px !important;
	}

	.md\:pr-17 {
		padding-right: 68px !important;
	}

	.md\:pb-17 {
		padding-bottom: 68px !important;
	}

	.md\:pl-17 {
		padding-left: 68px !important;
	}

	.md\:pt-18 {
		padding-top: 72px !important;
	}

	.md\:pr-18 {
		padding-right: 72px !important;
	}

	.md\:pb-18 {
		padding-bottom: 72px !important;
	}

	.md\:pl-18 {
		padding-left: 72px !important;
	}

	.md\:pt-19 {
		padding-top: 76px !important;
	}

	.md\:pr-19 {
		padding-right: 76px !important;
	}

	.md\:pb-19 {
		padding-bottom: 76px !important;
	}

	.md\:pl-19 {
		padding-left: 76px !important;
	}

	.md\:pt-20 {
		padding-top: 80px !important;
	}

	.md\:pr-20 {
		padding-right: 80px !important;
	}

	.md\:pb-20 {
		padding-bottom: 80px !important;
	}

	.md\:pl-20 {
		padding-left: 80px !important;
	}

	.md\:pt-21 {
		padding-top: 84px !important;
	}

	.md\:pr-21 {
		padding-right: 84px !important;
	}

	.md\:pb-21 {
		padding-bottom: 84px !important;
	}

	.md\:pl-21 {
		padding-left: 84px !important;
	}

	.md\:pt-22 {
		padding-top: 88px !important;
	}

	.md\:pr-22 {
		padding-right: 88px !important;
	}

	.md\:pb-22 {
		padding-bottom: 88px !important;
	}

	.md\:pl-22 {
		padding-left: 88px !important;
	}

	.md\:pt-23 {
		padding-top: 92px !important;
	}

	.md\:pr-23 {
		padding-right: 92px !important;
	}

	.md\:pb-23 {
		padding-bottom: 92px !important;
	}

	.md\:pl-23 {
		padding-left: 92px !important;
	}

	.md\:pt-24 {
		padding-top: 96px !important;
	}

	.md\:pr-24 {
		padding-right: 96px !important;
	}

	.md\:pb-24 {
		padding-bottom: 96px !important;
	}

	.md\:pl-24 {
		padding-left: 96px !important;
	}

	.md\:pt-25 {
		padding-top: 100px !important;
	}

	.md\:pr-25 {
		padding-right: 100px !important;
	}

	.md\:pb-25 {
		padding-bottom: 100px !important;
	}

	.md\:pl-25 {
		padding-left: 100px !important;
	}

	.md\:pt-26 {
		padding-top: 104px !important;
	}

	.md\:pr-26 {
		padding-right: 104px !important;
	}

	.md\:pb-26 {
		padding-bottom: 104px !important;
	}

	.md\:pl-26 {
		padding-left: 104px !important;
	}

	.md\:pt-27 {
		padding-top: 108px !important;
	}

	.md\:pr-27 {
		padding-right: 108px !important;
	}

	.md\:pb-27 {
		padding-bottom: 108px !important;
	}

	.md\:pl-27 {
		padding-left: 108px !important;
	}

	.md\:pt-28 {
		padding-top: 112px !important;
	}

	.md\:pr-28 {
		padding-right: 112px !important;
	}

	.md\:pb-28 {
		padding-bottom: 112px !important;
	}

	.md\:pl-28 {
		padding-left: 112px !important;
	}

	.md\:pt-29 {
		padding-top: 116px !important;
	}

	.md\:pr-29 {
		padding-right: 116px !important;
	}

	.md\:pb-29 {
		padding-bottom: 116px !important;
	}

	.md\:pl-29 {
		padding-left: 116px !important;
	}

	.md\:pt-30 {
		padding-top: 120px !important;
	}

	.md\:pr-30 {
		padding-right: 120px !important;
	}

	.md\:pb-30 {
		padding-bottom: 120px !important;
	}

	.md\:pl-30 {
		padding-left: 120px !important;
	}

	.md\:pt-31 {
		padding-top: 124px !important;
	}

	.md\:pr-31 {
		padding-right: 124px !important;
	}

	.md\:pb-31 {
		padding-bottom: 124px !important;
	}

	.md\:pl-31 {
		padding-left: 124px !important;
	}

	.md\:pt-32 {
		padding-top: 128px !important;
	}

	.md\:pr-32 {
		padding-right: 128px !important;
	}

	.md\:pb-32 {
		padding-bottom: 128px !important;
	}

	.md\:pl-32 {
		padding-left: 128px !important;
	}

	.md\:pt-33 {
		padding-top: 132px !important;
	}

	.md\:pr-33 {
		padding-right: 132px !important;
	}

	.md\:pb-33 {
		padding-bottom: 132px !important;
	}

	.md\:pl-33 {
		padding-left: 132px !important;
	}

	.md\:pt-34 {
		padding-top: 136px !important;
	}

	.md\:pr-34 {
		padding-right: 136px !important;
	}

	.md\:pb-34 {
		padding-bottom: 136px !important;
	}

	.md\:pl-34 {
		padding-left: 136px !important;
	}

	.md\:pt-35 {
		padding-top: 140px !important;
	}

	.md\:pr-35 {
		padding-right: 140px !important;
	}

	.md\:pb-35 {
		padding-bottom: 140px !important;
	}

	.md\:pl-35 {
		padding-left: 140px !important;
	}

	.md\:pt-36 {
		padding-top: 144px !important;
	}

	.md\:pr-36 {
		padding-right: 144px !important;
	}

	.md\:pb-36 {
		padding-bottom: 144px !important;
	}

	.md\:pl-36 {
		padding-left: 144px !important;
	}

	.md\:pt-37 {
		padding-top: 148px !important;
	}

	.md\:pr-37 {
		padding-right: 148px !important;
	}

	.md\:pb-37 {
		padding-bottom: 148px !important;
	}

	.md\:pl-37 {
		padding-left: 148px !important;
	}

	.md\:pt-38 {
		padding-top: 152px !important;
	}

	.md\:pr-38 {
		padding-right: 152px !important;
	}

	.md\:pb-38 {
		padding-bottom: 152px !important;
	}

	.md\:pl-38 {
		padding-left: 152px !important;
	}

	.md\:pt-39 {
		padding-top: 156px !important;
	}

	.md\:pr-39 {
		padding-right: 156px !important;
	}

	.md\:pb-39 {
		padding-bottom: 156px !important;
	}

	.md\:pl-39 {
		padding-left: 156px !important;
	}

	.md\:pt-40 {
		padding-top: 160px !important;
	}

	.md\:pr-40 {
		padding-right: 160px !important;
	}

	.md\:pb-40 {
		padding-bottom: 160px !important;
	}

	.md\:pl-40 {
		padding-left: 160px !important;
	}

	.md\:pt-41 {
		padding-top: 164px !important;
	}

	.md\:pr-41 {
		padding-right: 164px !important;
	}

	.md\:pb-41 {
		padding-bottom: 164px !important;
	}

	.md\:pl-41 {
		padding-left: 164px !important;
	}

	.md\:pt-42 {
		padding-top: 168px !important;
	}

	.md\:pr-42 {
		padding-right: 168px !important;
	}

	.md\:pb-42 {
		padding-bottom: 168px !important;
	}

	.md\:pl-42 {
		padding-left: 168px !important;
	}

	.md\:pt-43 {
		padding-top: 172px !important;
	}

	.md\:pr-43 {
		padding-right: 172px !important;
	}

	.md\:pb-43 {
		padding-bottom: 172px !important;
	}

	.md\:pl-43 {
		padding-left: 172px !important;
	}

	.md\:pt-44 {
		padding-top: 176px !important;
	}

	.md\:pr-44 {
		padding-right: 176px !important;
	}

	.md\:pb-44 {
		padding-bottom: 176px !important;
	}

	.md\:pl-44 {
		padding-left: 176px !important;
	}

	.md\:pt-45 {
		padding-top: 180px !important;
	}

	.md\:pr-45 {
		padding-right: 180px !important;
	}

	.md\:pb-45 {
		padding-bottom: 180px !important;
	}

	.md\:pl-45 {
		padding-left: 180px !important;
	}

	.md\:pt-46 {
		padding-top: 184px !important;
	}

	.md\:pr-46 {
		padding-right: 184px !important;
	}

	.md\:pb-46 {
		padding-bottom: 184px !important;
	}

	.md\:pl-46 {
		padding-left: 184px !important;
	}

	.md\:pt-47 {
		padding-top: 188px !important;
	}

	.md\:pr-47 {
		padding-right: 188px !important;
	}

	.md\:pb-47 {
		padding-bottom: 188px !important;
	}

	.md\:pl-47 {
		padding-left: 188px !important;
	}

	.md\:pt-48 {
		padding-top: 192px !important;
	}

	.md\:pr-48 {
		padding-right: 192px !important;
	}

	.md\:pb-48 {
		padding-bottom: 192px !important;
	}

	.md\:pl-48 {
		padding-left: 192px !important;
	}

	.md\:pt-49 {
		padding-top: 196px !important;
	}

	.md\:pr-49 {
		padding-right: 196px !important;
	}

	.md\:pb-49 {
		padding-bottom: 196px !important;
	}

	.md\:pl-49 {
		padding-left: 196px !important;
	}

	.md\:pt-50 {
		padding-top: 200px !important;
	}

	.md\:pr-50 {
		padding-right: 200px !important;
	}

	.md\:pb-50 {
		padding-bottom: 200px !important;
	}

	.md\:pl-50 {
		padding-left: 200px !important;
	}

	.md\:pt-51 {
		padding-top: 204px !important;
	}

	.md\:pr-51 {
		padding-right: 204px !important;
	}

	.md\:pb-51 {
		padding-bottom: 204px !important;
	}

	.md\:pl-51 {
		padding-left: 204px !important;
	}

	.md\:pt-52 {
		padding-top: 208px !important;
	}

	.md\:pr-52 {
		padding-right: 208px !important;
	}

	.md\:pb-52 {
		padding-bottom: 208px !important;
	}

	.md\:pl-52 {
		padding-left: 208px !important;
	}

	.md\:pt-53 {
		padding-top: 212px !important;
	}

	.md\:pr-53 {
		padding-right: 212px !important;
	}

	.md\:pb-53 {
		padding-bottom: 212px !important;
	}

	.md\:pl-53 {
		padding-left: 212px !important;
	}

	.md\:pt-54 {
		padding-top: 216px !important;
	}

	.md\:pr-54 {
		padding-right: 216px !important;
	}

	.md\:pb-54 {
		padding-bottom: 216px !important;
	}

	.md\:pl-54 {
		padding-left: 216px !important;
	}

	.md\:pt-55 {
		padding-top: 220px !important;
	}

	.md\:pr-55 {
		padding-right: 220px !important;
	}

	.md\:pb-55 {
		padding-bottom: 220px !important;
	}

	.md\:pl-55 {
		padding-left: 220px !important;
	}

	.md\:pt-56 {
		padding-top: 224px !important;
	}

	.md\:pr-56 {
		padding-right: 224px !important;
	}

	.md\:pb-56 {
		padding-bottom: 224px !important;
	}

	.md\:pl-56 {
		padding-left: 224px !important;
	}

	.md\:pt-57 {
		padding-top: 228px !important;
	}

	.md\:pr-57 {
		padding-right: 228px !important;
	}

	.md\:pb-57 {
		padding-bottom: 228px !important;
	}

	.md\:pl-57 {
		padding-left: 228px !important;
	}

	.md\:pt-58 {
		padding-top: 232px !important;
	}

	.md\:pr-58 {
		padding-right: 232px !important;
	}

	.md\:pb-58 {
		padding-bottom: 232px !important;
	}

	.md\:pl-58 {
		padding-left: 232px !important;
	}

	.md\:pt-59 {
		padding-top: 236px !important;
	}

	.md\:pr-59 {
		padding-right: 236px !important;
	}

	.md\:pb-59 {
		padding-bottom: 236px !important;
	}

	.md\:pl-59 {
		padding-left: 236px !important;
	}

	.md\:pt-60 {
		padding-top: 240px !important;
	}

	.md\:pr-60 {
		padding-right: 240px !important;
	}

	.md\:pb-60 {
		padding-bottom: 240px !important;
	}

	.md\:pl-60 {
		padding-left: 240px !important;
	}

	.md\:text-left {
		text-align: left;
	}

	.md\:text-right {
		text-align: right;
	}

	.md\:text-center {
		text-align: center;
	}

	.md\:text-justify {
		text-align: justify;
	}
}

@media (max-width: 950px) {
	.p-company-intro-data table tr,
  .p-company-intro-data table th,
  .p-company-intro-data table td {
		display: block;
	}

	.p-company-intro-data table tr {
		padding: 3rem 0 4rem;
		border-bottom: 1px solid #d0d0d0;
	}

	.p-company-intro-data table th {
		margin: 0 0 2.8rem;
	}

	.p-company-intro-data table td.en {
		margin: 1rem 0 0;
	}
}

@media screen and (max-width: 767px) {
	.grecaptcha-badge {
		bottom: 8rem !important;
	}

	.l-article {
		padding: 48px 0;
	}

	.l-article-eycatch {
		width: 100%;
		height: auto;
		margin: 48px auto 0;
		padding: 0 24px;
		aspect-ratio: auto;
	}

	.l-article-inner {
		padding: 0 24px;
	}

	.l-article-btn {
		margin: 56px 0 0;
	}

	.l-footer-links {
		flex-direction: column;
		gap: 3rem 0;
		margin: 5rem 0 0;
	}

	.l-footer-links ul {
		flex-direction: column;
		gap: 3rem 0;
	}

	.l-footer-sns {
		margin: 5.5rem 0 0;
	}

	.l-grid.-col-2 {
		grid-template-columns: 1fr;
	}

	.l-grid.-col-3 {
		grid-template-columns: 1fr;
	}

	.c-checkbox span {
		font-size: 14px;
	}

	.p-about-promise .l-section-inner {
		padding: 0 1.5rem;
	}

	.p-about-promise .c-title-col {
		padding-inline: 1.6rem;
	}

	.p-about-slide .splide__slide {
		display: flex;
		flex-shrink: 0;
		justify-content: center;
		align-items: center;
		width: 28.9rem;
	}

	.p-about-slide .splide__slide img {
		display: block;
		width: 28.9rem;
		max-width: 28.9rem;
		height: auto;
		margin: 0 auto;
		opacity: 1;
		object-fit: cover;
		-o-object-fit: cover;
		aspect-ratio: 1/1;
	}

	.p-service-links .l-section-inner {
		padding-inline: 2rem;
	}

	.p-service-pin .pin-section#step6 .head .en {
		margin: 1rem 0 0;
	}

	.p-service-pin .pin-section#step6 .head .tc {
		margin-top: -0.5rem;
	}

	.p-works-detail .slide {
		padding-inline: 1.7rem;
	}

	.p-works-detail .thumbnail-slide {
		display: none;
	}

	.p-works-detail .head .l-section-inner {
		padding-inline: 1.7rem;
	}

	.p-works-detail .back-btn .c-btn {
		height: 10rem;
	}

	.p-works-detail .back-btn .c-btn span {
		justify-content: flex-start;
		height: 8.6rem;
		padding-left: 3.7rem;
	}

	.p-works-list .inner {
		padding-inline: 3.1rem;
	}

	.p-works-list ul a .text {
		background-color: transparent !important;
	}

	.p-works picture {
		aspect-ratio: 130/244;
	}

	.js-scroll-anim[data-scroll-anim=fade-left] {
		-webkit-transform: translate3d(-2.4rem, 0, 0);
		transform: translate3d(-2.4rem, 0, 0);
	}

	.js-scroll-anim[data-scroll-anim=fade-right] {
		-webkit-transform: translate3d(2.4rem, 0, 0);
		transform: translate3d(2.4rem, 0, 0);
	}

	.sp\:block {
		display: block !important;
	}

	.sp\:inline-block {
		display: inline-block !important;
	}

	.sp\:inline {
		display: inline !important;
	}

	.sp\:flex {
		display: flex !important;
	}

	.sp\:inline-flex {
		display: inline-flex !important;
	}

	.sp\:grid {
		display: grid !important;
	}

	.sp\:inline-grid {
		display: inline-grid !important;
	}

	.sp\:table {
		display: table !important;
	}

	.sp\:table-row {
		display: table-row !important;
	}

	.sp\:table-cell {
		display: table-cell !important;
	}

	.sp\:hidden {
		display: none !important;
	}

	.sp\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.sp\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.sp\:gap-0 {
		gap: 0 !important;
	}

	.sp\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.sp\:gap-y-0 {
		row-gap: 0 !important;
	}

	.sp\:gap-1 {
		gap: 4px !important;
	}

	.sp\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.sp\:gap-y-1 {
		row-gap: 4px !important;
	}

	.sp\:gap-2 {
		gap: 8px !important;
	}

	.sp\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.sp\:gap-y-2 {
		row-gap: 8px !important;
	}

	.sp\:gap-3 {
		gap: 12px !important;
	}

	.sp\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.sp\:gap-y-3 {
		row-gap: 12px !important;
	}

	.sp\:gap-4 {
		gap: 16px !important;
	}

	.sp\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.sp\:gap-y-4 {
		row-gap: 16px !important;
	}

	.sp\:gap-5 {
		gap: 20px !important;
	}

	.sp\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.sp\:gap-y-5 {
		row-gap: 20px !important;
	}

	.sp\:gap-6 {
		gap: 24px !important;
	}

	.sp\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.sp\:gap-y-6 {
		row-gap: 24px !important;
	}

	.sp\:gap-8 {
		gap: 32px !important;
	}

	.sp\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.sp\:gap-y-8 {
		row-gap: 32px !important;
	}

	.sp\:gap-10 {
		gap: 40px !important;
	}

	.sp\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.sp\:gap-y-10 {
		row-gap: 40px !important;
	}

	.sp\:gap-12 {
		gap: 48px !important;
	}

	.sp\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.sp\:gap-y-12 {
		row-gap: 48px !important;
	}

	.sp\:gap-16 {
		gap: 64px !important;
	}

	.sp\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.sp\:gap-y-16 {
		row-gap: 64px !important;
	}

	.sp\:gap-20 {
		gap: 80px !important;
	}

	.sp\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.sp\:gap-y-20 {
		row-gap: 80px !important;
	}

	.sp\:gap-24 {
		gap: 96px !important;
	}

	.sp\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.sp\:gap-y-24 {
		row-gap: 96px !important;
	}

	.sp\:gap-32 {
		gap: 128px !important;
	}

	.sp\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.sp\:gap-y-32 {
		row-gap: 128px !important;
	}

	.sp\:gap-40 {
		gap: 160px !important;
	}

	.sp\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.sp\:gap-y-40 {
		row-gap: 160px !important;
	}

	.sp\:gap-48 {
		gap: 192px !important;
	}

	.sp\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.sp\:gap-y-48 {
		row-gap: 192px !important;
	}

	.sp\:gap-56 {
		gap: 224px !important;
	}

	.sp\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.sp\:gap-y-56 {
		row-gap: 224px !important;
	}

	.sp\:gap-64 {
		gap: 256px !important;
	}

	.sp\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.sp\:gap-y-64 {
		row-gap: 256px !important;
	}

	.sp\:mt-0 {
		margin-top: 0 !important;
	}

	.sp\:mr-0 {
		margin-right: 0 !important;
	}

	.sp\:mb-0 {
		margin-bottom: 0 !important;
	}

	.sp\:ml-0 {
		margin-left: 0 !important;
	}

	.sp\:mt-1 {
		margin-top: 4px !important;
	}

	.sp\:mr-1 {
		margin-right: 4px !important;
	}

	.sp\:mb-1 {
		margin-bottom: 4px !important;
	}

	.sp\:ml-1 {
		margin-left: 4px !important;
	}

	.sp\:mt-2 {
		margin-top: 8px !important;
	}

	.sp\:mr-2 {
		margin-right: 8px !important;
	}

	.sp\:mb-2 {
		margin-bottom: 8px !important;
	}

	.sp\:ml-2 {
		margin-left: 8px !important;
	}

	.sp\:mt-3 {
		margin-top: 12px !important;
	}

	.sp\:mr-3 {
		margin-right: 12px !important;
	}

	.sp\:mb-3 {
		margin-bottom: 12px !important;
	}

	.sp\:ml-3 {
		margin-left: 12px !important;
	}

	.sp\:mt-4 {
		margin-top: 16px !important;
	}

	.sp\:mr-4 {
		margin-right: 16px !important;
	}

	.sp\:mb-4 {
		margin-bottom: 16px !important;
	}

	.sp\:ml-4 {
		margin-left: 16px !important;
	}

	.sp\:mt-5 {
		margin-top: 20px !important;
	}

	.sp\:mr-5 {
		margin-right: 20px !important;
	}

	.sp\:mb-5 {
		margin-bottom: 20px !important;
	}

	.sp\:ml-5 {
		margin-left: 20px !important;
	}

	.sp\:mt-6 {
		margin-top: 24px !important;
	}

	.sp\:mr-6 {
		margin-right: 24px !important;
	}

	.sp\:mb-6 {
		margin-bottom: 24px !important;
	}

	.sp\:ml-6 {
		margin-left: 24px !important;
	}

	.sp\:mt-7 {
		margin-top: 28px !important;
	}

	.sp\:mr-7 {
		margin-right: 28px !important;
	}

	.sp\:mb-7 {
		margin-bottom: 28px !important;
	}

	.sp\:ml-7 {
		margin-left: 28px !important;
	}

	.sp\:mt-8 {
		margin-top: 32px !important;
	}

	.sp\:mr-8 {
		margin-right: 32px !important;
	}

	.sp\:mb-8 {
		margin-bottom: 32px !important;
	}

	.sp\:ml-8 {
		margin-left: 32px !important;
	}

	.sp\:mt-9 {
		margin-top: 36px !important;
	}

	.sp\:mr-9 {
		margin-right: 36px !important;
	}

	.sp\:mb-9 {
		margin-bottom: 36px !important;
	}

	.sp\:ml-9 {
		margin-left: 36px !important;
	}

	.sp\:mt-10 {
		margin-top: 40px !important;
	}

	.sp\:mr-10 {
		margin-right: 40px !important;
	}

	.sp\:mb-10 {
		margin-bottom: 40px !important;
	}

	.sp\:ml-10 {
		margin-left: 40px !important;
	}

	.sp\:mt-11 {
		margin-top: 44px !important;
	}

	.sp\:mr-11 {
		margin-right: 44px !important;
	}

	.sp\:mb-11 {
		margin-bottom: 44px !important;
	}

	.sp\:ml-11 {
		margin-left: 44px !important;
	}

	.sp\:mt-12 {
		margin-top: 48px !important;
	}

	.sp\:mr-12 {
		margin-right: 48px !important;
	}

	.sp\:mb-12 {
		margin-bottom: 48px !important;
	}

	.sp\:ml-12 {
		margin-left: 48px !important;
	}

	.sp\:mt-13 {
		margin-top: 52px !important;
	}

	.sp\:mr-13 {
		margin-right: 52px !important;
	}

	.sp\:mb-13 {
		margin-bottom: 52px !important;
	}

	.sp\:ml-13 {
		margin-left: 52px !important;
	}

	.sp\:mt-14 {
		margin-top: 56px !important;
	}

	.sp\:mr-14 {
		margin-right: 56px !important;
	}

	.sp\:mb-14 {
		margin-bottom: 56px !important;
	}

	.sp\:ml-14 {
		margin-left: 56px !important;
	}

	.sp\:mt-15 {
		margin-top: 60px !important;
	}

	.sp\:mr-15 {
		margin-right: 60px !important;
	}

	.sp\:mb-15 {
		margin-bottom: 60px !important;
	}

	.sp\:ml-15 {
		margin-left: 60px !important;
	}

	.sp\:mt-16 {
		margin-top: 64px !important;
	}

	.sp\:mr-16 {
		margin-right: 64px !important;
	}

	.sp\:mb-16 {
		margin-bottom: 64px !important;
	}

	.sp\:ml-16 {
		margin-left: 64px !important;
	}

	.sp\:mt-17 {
		margin-top: 68px !important;
	}

	.sp\:mr-17 {
		margin-right: 68px !important;
	}

	.sp\:mb-17 {
		margin-bottom: 68px !important;
	}

	.sp\:ml-17 {
		margin-left: 68px !important;
	}

	.sp\:mt-18 {
		margin-top: 72px !important;
	}

	.sp\:mr-18 {
		margin-right: 72px !important;
	}

	.sp\:mb-18 {
		margin-bottom: 72px !important;
	}

	.sp\:ml-18 {
		margin-left: 72px !important;
	}

	.sp\:mt-19 {
		margin-top: 76px !important;
	}

	.sp\:mr-19 {
		margin-right: 76px !important;
	}

	.sp\:mb-19 {
		margin-bottom: 76px !important;
	}

	.sp\:ml-19 {
		margin-left: 76px !important;
	}

	.sp\:mt-20 {
		margin-top: 80px !important;
	}

	.sp\:mr-20 {
		margin-right: 80px !important;
	}

	.sp\:mb-20 {
		margin-bottom: 80px !important;
	}

	.sp\:ml-20 {
		margin-left: 80px !important;
	}

	.sp\:mt-21 {
		margin-top: 84px !important;
	}

	.sp\:mr-21 {
		margin-right: 84px !important;
	}

	.sp\:mb-21 {
		margin-bottom: 84px !important;
	}

	.sp\:ml-21 {
		margin-left: 84px !important;
	}

	.sp\:mt-22 {
		margin-top: 88px !important;
	}

	.sp\:mr-22 {
		margin-right: 88px !important;
	}

	.sp\:mb-22 {
		margin-bottom: 88px !important;
	}

	.sp\:ml-22 {
		margin-left: 88px !important;
	}

	.sp\:mt-23 {
		margin-top: 92px !important;
	}

	.sp\:mr-23 {
		margin-right: 92px !important;
	}

	.sp\:mb-23 {
		margin-bottom: 92px !important;
	}

	.sp\:ml-23 {
		margin-left: 92px !important;
	}

	.sp\:mt-24 {
		margin-top: 96px !important;
	}

	.sp\:mr-24 {
		margin-right: 96px !important;
	}

	.sp\:mb-24 {
		margin-bottom: 96px !important;
	}

	.sp\:ml-24 {
		margin-left: 96px !important;
	}

	.sp\:mt-25 {
		margin-top: 100px !important;
	}

	.sp\:mr-25 {
		margin-right: 100px !important;
	}

	.sp\:mb-25 {
		margin-bottom: 100px !important;
	}

	.sp\:ml-25 {
		margin-left: 100px !important;
	}

	.sp\:mt-26 {
		margin-top: 104px !important;
	}

	.sp\:mr-26 {
		margin-right: 104px !important;
	}

	.sp\:mb-26 {
		margin-bottom: 104px !important;
	}

	.sp\:ml-26 {
		margin-left: 104px !important;
	}

	.sp\:mt-27 {
		margin-top: 108px !important;
	}

	.sp\:mr-27 {
		margin-right: 108px !important;
	}

	.sp\:mb-27 {
		margin-bottom: 108px !important;
	}

	.sp\:ml-27 {
		margin-left: 108px !important;
	}

	.sp\:mt-28 {
		margin-top: 112px !important;
	}

	.sp\:mr-28 {
		margin-right: 112px !important;
	}

	.sp\:mb-28 {
		margin-bottom: 112px !important;
	}

	.sp\:ml-28 {
		margin-left: 112px !important;
	}

	.sp\:mt-29 {
		margin-top: 116px !important;
	}

	.sp\:mr-29 {
		margin-right: 116px !important;
	}

	.sp\:mb-29 {
		margin-bottom: 116px !important;
	}

	.sp\:ml-29 {
		margin-left: 116px !important;
	}

	.sp\:mt-30 {
		margin-top: 120px !important;
	}

	.sp\:mr-30 {
		margin-right: 120px !important;
	}

	.sp\:mb-30 {
		margin-bottom: 120px !important;
	}

	.sp\:ml-30 {
		margin-left: 120px !important;
	}

	.sp\:mt-31 {
		margin-top: 124px !important;
	}

	.sp\:mr-31 {
		margin-right: 124px !important;
	}

	.sp\:mb-31 {
		margin-bottom: 124px !important;
	}

	.sp\:ml-31 {
		margin-left: 124px !important;
	}

	.sp\:mt-32 {
		margin-top: 128px !important;
	}

	.sp\:mr-32 {
		margin-right: 128px !important;
	}

	.sp\:mb-32 {
		margin-bottom: 128px !important;
	}

	.sp\:ml-32 {
		margin-left: 128px !important;
	}

	.sp\:mt-33 {
		margin-top: 132px !important;
	}

	.sp\:mr-33 {
		margin-right: 132px !important;
	}

	.sp\:mb-33 {
		margin-bottom: 132px !important;
	}

	.sp\:ml-33 {
		margin-left: 132px !important;
	}

	.sp\:mt-34 {
		margin-top: 136px !important;
	}

	.sp\:mr-34 {
		margin-right: 136px !important;
	}

	.sp\:mb-34 {
		margin-bottom: 136px !important;
	}

	.sp\:ml-34 {
		margin-left: 136px !important;
	}

	.sp\:mt-35 {
		margin-top: 140px !important;
	}

	.sp\:mr-35 {
		margin-right: 140px !important;
	}

	.sp\:mb-35 {
		margin-bottom: 140px !important;
	}

	.sp\:ml-35 {
		margin-left: 140px !important;
	}

	.sp\:mt-36 {
		margin-top: 144px !important;
	}

	.sp\:mr-36 {
		margin-right: 144px !important;
	}

	.sp\:mb-36 {
		margin-bottom: 144px !important;
	}

	.sp\:ml-36 {
		margin-left: 144px !important;
	}

	.sp\:mt-37 {
		margin-top: 148px !important;
	}

	.sp\:mr-37 {
		margin-right: 148px !important;
	}

	.sp\:mb-37 {
		margin-bottom: 148px !important;
	}

	.sp\:ml-37 {
		margin-left: 148px !important;
	}

	.sp\:mt-38 {
		margin-top: 152px !important;
	}

	.sp\:mr-38 {
		margin-right: 152px !important;
	}

	.sp\:mb-38 {
		margin-bottom: 152px !important;
	}

	.sp\:ml-38 {
		margin-left: 152px !important;
	}

	.sp\:mt-39 {
		margin-top: 156px !important;
	}

	.sp\:mr-39 {
		margin-right: 156px !important;
	}

	.sp\:mb-39 {
		margin-bottom: 156px !important;
	}

	.sp\:ml-39 {
		margin-left: 156px !important;
	}

	.sp\:mt-40 {
		margin-top: 160px !important;
	}

	.sp\:mr-40 {
		margin-right: 160px !important;
	}

	.sp\:mb-40 {
		margin-bottom: 160px !important;
	}

	.sp\:ml-40 {
		margin-left: 160px !important;
	}

	.sp\:mt-41 {
		margin-top: 164px !important;
	}

	.sp\:mr-41 {
		margin-right: 164px !important;
	}

	.sp\:mb-41 {
		margin-bottom: 164px !important;
	}

	.sp\:ml-41 {
		margin-left: 164px !important;
	}

	.sp\:mt-42 {
		margin-top: 168px !important;
	}

	.sp\:mr-42 {
		margin-right: 168px !important;
	}

	.sp\:mb-42 {
		margin-bottom: 168px !important;
	}

	.sp\:ml-42 {
		margin-left: 168px !important;
	}

	.sp\:mt-43 {
		margin-top: 172px !important;
	}

	.sp\:mr-43 {
		margin-right: 172px !important;
	}

	.sp\:mb-43 {
		margin-bottom: 172px !important;
	}

	.sp\:ml-43 {
		margin-left: 172px !important;
	}

	.sp\:mt-44 {
		margin-top: 176px !important;
	}

	.sp\:mr-44 {
		margin-right: 176px !important;
	}

	.sp\:mb-44 {
		margin-bottom: 176px !important;
	}

	.sp\:ml-44 {
		margin-left: 176px !important;
	}

	.sp\:mt-45 {
		margin-top: 180px !important;
	}

	.sp\:mr-45 {
		margin-right: 180px !important;
	}

	.sp\:mb-45 {
		margin-bottom: 180px !important;
	}

	.sp\:ml-45 {
		margin-left: 180px !important;
	}

	.sp\:mt-46 {
		margin-top: 184px !important;
	}

	.sp\:mr-46 {
		margin-right: 184px !important;
	}

	.sp\:mb-46 {
		margin-bottom: 184px !important;
	}

	.sp\:ml-46 {
		margin-left: 184px !important;
	}

	.sp\:mt-47 {
		margin-top: 188px !important;
	}

	.sp\:mr-47 {
		margin-right: 188px !important;
	}

	.sp\:mb-47 {
		margin-bottom: 188px !important;
	}

	.sp\:ml-47 {
		margin-left: 188px !important;
	}

	.sp\:mt-48 {
		margin-top: 192px !important;
	}

	.sp\:mr-48 {
		margin-right: 192px !important;
	}

	.sp\:mb-48 {
		margin-bottom: 192px !important;
	}

	.sp\:ml-48 {
		margin-left: 192px !important;
	}

	.sp\:mt-49 {
		margin-top: 196px !important;
	}

	.sp\:mr-49 {
		margin-right: 196px !important;
	}

	.sp\:mb-49 {
		margin-bottom: 196px !important;
	}

	.sp\:ml-49 {
		margin-left: 196px !important;
	}

	.sp\:mt-50 {
		margin-top: 200px !important;
	}

	.sp\:mr-50 {
		margin-right: 200px !important;
	}

	.sp\:mb-50 {
		margin-bottom: 200px !important;
	}

	.sp\:ml-50 {
		margin-left: 200px !important;
	}

	.sp\:mt-51 {
		margin-top: 204px !important;
	}

	.sp\:mr-51 {
		margin-right: 204px !important;
	}

	.sp\:mb-51 {
		margin-bottom: 204px !important;
	}

	.sp\:ml-51 {
		margin-left: 204px !important;
	}

	.sp\:mt-52 {
		margin-top: 208px !important;
	}

	.sp\:mr-52 {
		margin-right: 208px !important;
	}

	.sp\:mb-52 {
		margin-bottom: 208px !important;
	}

	.sp\:ml-52 {
		margin-left: 208px !important;
	}

	.sp\:mt-53 {
		margin-top: 212px !important;
	}

	.sp\:mr-53 {
		margin-right: 212px !important;
	}

	.sp\:mb-53 {
		margin-bottom: 212px !important;
	}

	.sp\:ml-53 {
		margin-left: 212px !important;
	}

	.sp\:mt-54 {
		margin-top: 216px !important;
	}

	.sp\:mr-54 {
		margin-right: 216px !important;
	}

	.sp\:mb-54 {
		margin-bottom: 216px !important;
	}

	.sp\:ml-54 {
		margin-left: 216px !important;
	}

	.sp\:mt-55 {
		margin-top: 220px !important;
	}

	.sp\:mr-55 {
		margin-right: 220px !important;
	}

	.sp\:mb-55 {
		margin-bottom: 220px !important;
	}

	.sp\:ml-55 {
		margin-left: 220px !important;
	}

	.sp\:mt-56 {
		margin-top: 224px !important;
	}

	.sp\:mr-56 {
		margin-right: 224px !important;
	}

	.sp\:mb-56 {
		margin-bottom: 224px !important;
	}

	.sp\:ml-56 {
		margin-left: 224px !important;
	}

	.sp\:mt-57 {
		margin-top: 228px !important;
	}

	.sp\:mr-57 {
		margin-right: 228px !important;
	}

	.sp\:mb-57 {
		margin-bottom: 228px !important;
	}

	.sp\:ml-57 {
		margin-left: 228px !important;
	}

	.sp\:mt-58 {
		margin-top: 232px !important;
	}

	.sp\:mr-58 {
		margin-right: 232px !important;
	}

	.sp\:mb-58 {
		margin-bottom: 232px !important;
	}

	.sp\:ml-58 {
		margin-left: 232px !important;
	}

	.sp\:mt-59 {
		margin-top: 236px !important;
	}

	.sp\:mr-59 {
		margin-right: 236px !important;
	}

	.sp\:mb-59 {
		margin-bottom: 236px !important;
	}

	.sp\:ml-59 {
		margin-left: 236px !important;
	}

	.sp\:mt-60 {
		margin-top: 240px !important;
	}

	.sp\:mr-60 {
		margin-right: 240px !important;
	}

	.sp\:mb-60 {
		margin-bottom: 240px !important;
	}

	.sp\:ml-60 {
		margin-left: 240px !important;
	}

	.sp\:pt-0 {
		padding-top: 0 !important;
	}

	.sp\:pr-0 {
		padding-right: 0 !important;
	}

	.sp\:pb-0 {
		padding-bottom: 0 !important;
	}

	.sp\:pl-0 {
		padding-left: 0 !important;
	}

	.sp\:pt-1 {
		padding-top: 4px !important;
	}

	.sp\:pr-1 {
		padding-right: 4px !important;
	}

	.sp\:pb-1 {
		padding-bottom: 4px !important;
	}

	.sp\:pl-1 {
		padding-left: 4px !important;
	}

	.sp\:pt-2 {
		padding-top: 8px !important;
	}

	.sp\:pr-2 {
		padding-right: 8px !important;
	}

	.sp\:pb-2 {
		padding-bottom: 8px !important;
	}

	.sp\:pl-2 {
		padding-left: 8px !important;
	}

	.sp\:pt-3 {
		padding-top: 12px !important;
	}

	.sp\:pr-3 {
		padding-right: 12px !important;
	}

	.sp\:pb-3 {
		padding-bottom: 12px !important;
	}

	.sp\:pl-3 {
		padding-left: 12px !important;
	}

	.sp\:pt-4 {
		padding-top: 16px !important;
	}

	.sp\:pr-4 {
		padding-right: 16px !important;
	}

	.sp\:pb-4 {
		padding-bottom: 16px !important;
	}

	.sp\:pl-4 {
		padding-left: 16px !important;
	}

	.sp\:pt-5 {
		padding-top: 20px !important;
	}

	.sp\:pr-5 {
		padding-right: 20px !important;
	}

	.sp\:pb-5 {
		padding-bottom: 20px !important;
	}

	.sp\:pl-5 {
		padding-left: 20px !important;
	}

	.sp\:pt-6 {
		padding-top: 24px !important;
	}

	.sp\:pr-6 {
		padding-right: 24px !important;
	}

	.sp\:pb-6 {
		padding-bottom: 24px !important;
	}

	.sp\:pl-6 {
		padding-left: 24px !important;
	}

	.sp\:pt-7 {
		padding-top: 28px !important;
	}

	.sp\:pr-7 {
		padding-right: 28px !important;
	}

	.sp\:pb-7 {
		padding-bottom: 28px !important;
	}

	.sp\:pl-7 {
		padding-left: 28px !important;
	}

	.sp\:pt-8 {
		padding-top: 32px !important;
	}

	.sp\:pr-8 {
		padding-right: 32px !important;
	}

	.sp\:pb-8 {
		padding-bottom: 32px !important;
	}

	.sp\:pl-8 {
		padding-left: 32px !important;
	}

	.sp\:pt-9 {
		padding-top: 36px !important;
	}

	.sp\:pr-9 {
		padding-right: 36px !important;
	}

	.sp\:pb-9 {
		padding-bottom: 36px !important;
	}

	.sp\:pl-9 {
		padding-left: 36px !important;
	}

	.sp\:pt-10 {
		padding-top: 40px !important;
	}

	.sp\:pr-10 {
		padding-right: 40px !important;
	}

	.sp\:pb-10 {
		padding-bottom: 40px !important;
	}

	.sp\:pl-10 {
		padding-left: 40px !important;
	}

	.sp\:pt-11 {
		padding-top: 44px !important;
	}

	.sp\:pr-11 {
		padding-right: 44px !important;
	}

	.sp\:pb-11 {
		padding-bottom: 44px !important;
	}

	.sp\:pl-11 {
		padding-left: 44px !important;
	}

	.sp\:pt-12 {
		padding-top: 48px !important;
	}

	.sp\:pr-12 {
		padding-right: 48px !important;
	}

	.sp\:pb-12 {
		padding-bottom: 48px !important;
	}

	.sp\:pl-12 {
		padding-left: 48px !important;
	}

	.sp\:pt-13 {
		padding-top: 52px !important;
	}

	.sp\:pr-13 {
		padding-right: 52px !important;
	}

	.sp\:pb-13 {
		padding-bottom: 52px !important;
	}

	.sp\:pl-13 {
		padding-left: 52px !important;
	}

	.sp\:pt-14 {
		padding-top: 56px !important;
	}

	.sp\:pr-14 {
		padding-right: 56px !important;
	}

	.sp\:pb-14 {
		padding-bottom: 56px !important;
	}

	.sp\:pl-14 {
		padding-left: 56px !important;
	}

	.sp\:pt-15 {
		padding-top: 60px !important;
	}

	.sp\:pr-15 {
		padding-right: 60px !important;
	}

	.sp\:pb-15 {
		padding-bottom: 60px !important;
	}

	.sp\:pl-15 {
		padding-left: 60px !important;
	}

	.sp\:pt-16 {
		padding-top: 64px !important;
	}

	.sp\:pr-16 {
		padding-right: 64px !important;
	}

	.sp\:pb-16 {
		padding-bottom: 64px !important;
	}

	.sp\:pl-16 {
		padding-left: 64px !important;
	}

	.sp\:pt-17 {
		padding-top: 68px !important;
	}

	.sp\:pr-17 {
		padding-right: 68px !important;
	}

	.sp\:pb-17 {
		padding-bottom: 68px !important;
	}

	.sp\:pl-17 {
		padding-left: 68px !important;
	}

	.sp\:pt-18 {
		padding-top: 72px !important;
	}

	.sp\:pr-18 {
		padding-right: 72px !important;
	}

	.sp\:pb-18 {
		padding-bottom: 72px !important;
	}

	.sp\:pl-18 {
		padding-left: 72px !important;
	}

	.sp\:pt-19 {
		padding-top: 76px !important;
	}

	.sp\:pr-19 {
		padding-right: 76px !important;
	}

	.sp\:pb-19 {
		padding-bottom: 76px !important;
	}

	.sp\:pl-19 {
		padding-left: 76px !important;
	}

	.sp\:pt-20 {
		padding-top: 80px !important;
	}

	.sp\:pr-20 {
		padding-right: 80px !important;
	}

	.sp\:pb-20 {
		padding-bottom: 80px !important;
	}

	.sp\:pl-20 {
		padding-left: 80px !important;
	}

	.sp\:pt-21 {
		padding-top: 84px !important;
	}

	.sp\:pr-21 {
		padding-right: 84px !important;
	}

	.sp\:pb-21 {
		padding-bottom: 84px !important;
	}

	.sp\:pl-21 {
		padding-left: 84px !important;
	}

	.sp\:pt-22 {
		padding-top: 88px !important;
	}

	.sp\:pr-22 {
		padding-right: 88px !important;
	}

	.sp\:pb-22 {
		padding-bottom: 88px !important;
	}

	.sp\:pl-22 {
		padding-left: 88px !important;
	}

	.sp\:pt-23 {
		padding-top: 92px !important;
	}

	.sp\:pr-23 {
		padding-right: 92px !important;
	}

	.sp\:pb-23 {
		padding-bottom: 92px !important;
	}

	.sp\:pl-23 {
		padding-left: 92px !important;
	}

	.sp\:pt-24 {
		padding-top: 96px !important;
	}

	.sp\:pr-24 {
		padding-right: 96px !important;
	}

	.sp\:pb-24 {
		padding-bottom: 96px !important;
	}

	.sp\:pl-24 {
		padding-left: 96px !important;
	}

	.sp\:pt-25 {
		padding-top: 100px !important;
	}

	.sp\:pr-25 {
		padding-right: 100px !important;
	}

	.sp\:pb-25 {
		padding-bottom: 100px !important;
	}

	.sp\:pl-25 {
		padding-left: 100px !important;
	}

	.sp\:pt-26 {
		padding-top: 104px !important;
	}

	.sp\:pr-26 {
		padding-right: 104px !important;
	}

	.sp\:pb-26 {
		padding-bottom: 104px !important;
	}

	.sp\:pl-26 {
		padding-left: 104px !important;
	}

	.sp\:pt-27 {
		padding-top: 108px !important;
	}

	.sp\:pr-27 {
		padding-right: 108px !important;
	}

	.sp\:pb-27 {
		padding-bottom: 108px !important;
	}

	.sp\:pl-27 {
		padding-left: 108px !important;
	}

	.sp\:pt-28 {
		padding-top: 112px !important;
	}

	.sp\:pr-28 {
		padding-right: 112px !important;
	}

	.sp\:pb-28 {
		padding-bottom: 112px !important;
	}

	.sp\:pl-28 {
		padding-left: 112px !important;
	}

	.sp\:pt-29 {
		padding-top: 116px !important;
	}

	.sp\:pr-29 {
		padding-right: 116px !important;
	}

	.sp\:pb-29 {
		padding-bottom: 116px !important;
	}

	.sp\:pl-29 {
		padding-left: 116px !important;
	}

	.sp\:pt-30 {
		padding-top: 120px !important;
	}

	.sp\:pr-30 {
		padding-right: 120px !important;
	}

	.sp\:pb-30 {
		padding-bottom: 120px !important;
	}

	.sp\:pl-30 {
		padding-left: 120px !important;
	}

	.sp\:pt-31 {
		padding-top: 124px !important;
	}

	.sp\:pr-31 {
		padding-right: 124px !important;
	}

	.sp\:pb-31 {
		padding-bottom: 124px !important;
	}

	.sp\:pl-31 {
		padding-left: 124px !important;
	}

	.sp\:pt-32 {
		padding-top: 128px !important;
	}

	.sp\:pr-32 {
		padding-right: 128px !important;
	}

	.sp\:pb-32 {
		padding-bottom: 128px !important;
	}

	.sp\:pl-32 {
		padding-left: 128px !important;
	}

	.sp\:pt-33 {
		padding-top: 132px !important;
	}

	.sp\:pr-33 {
		padding-right: 132px !important;
	}

	.sp\:pb-33 {
		padding-bottom: 132px !important;
	}

	.sp\:pl-33 {
		padding-left: 132px !important;
	}

	.sp\:pt-34 {
		padding-top: 136px !important;
	}

	.sp\:pr-34 {
		padding-right: 136px !important;
	}

	.sp\:pb-34 {
		padding-bottom: 136px !important;
	}

	.sp\:pl-34 {
		padding-left: 136px !important;
	}

	.sp\:pt-35 {
		padding-top: 140px !important;
	}

	.sp\:pr-35 {
		padding-right: 140px !important;
	}

	.sp\:pb-35 {
		padding-bottom: 140px !important;
	}

	.sp\:pl-35 {
		padding-left: 140px !important;
	}

	.sp\:pt-36 {
		padding-top: 144px !important;
	}

	.sp\:pr-36 {
		padding-right: 144px !important;
	}

	.sp\:pb-36 {
		padding-bottom: 144px !important;
	}

	.sp\:pl-36 {
		padding-left: 144px !important;
	}

	.sp\:pt-37 {
		padding-top: 148px !important;
	}

	.sp\:pr-37 {
		padding-right: 148px !important;
	}

	.sp\:pb-37 {
		padding-bottom: 148px !important;
	}

	.sp\:pl-37 {
		padding-left: 148px !important;
	}

	.sp\:pt-38 {
		padding-top: 152px !important;
	}

	.sp\:pr-38 {
		padding-right: 152px !important;
	}

	.sp\:pb-38 {
		padding-bottom: 152px !important;
	}

	.sp\:pl-38 {
		padding-left: 152px !important;
	}

	.sp\:pt-39 {
		padding-top: 156px !important;
	}

	.sp\:pr-39 {
		padding-right: 156px !important;
	}

	.sp\:pb-39 {
		padding-bottom: 156px !important;
	}

	.sp\:pl-39 {
		padding-left: 156px !important;
	}

	.sp\:pt-40 {
		padding-top: 160px !important;
	}

	.sp\:pr-40 {
		padding-right: 160px !important;
	}

	.sp\:pb-40 {
		padding-bottom: 160px !important;
	}

	.sp\:pl-40 {
		padding-left: 160px !important;
	}

	.sp\:pt-41 {
		padding-top: 164px !important;
	}

	.sp\:pr-41 {
		padding-right: 164px !important;
	}

	.sp\:pb-41 {
		padding-bottom: 164px !important;
	}

	.sp\:pl-41 {
		padding-left: 164px !important;
	}

	.sp\:pt-42 {
		padding-top: 168px !important;
	}

	.sp\:pr-42 {
		padding-right: 168px !important;
	}

	.sp\:pb-42 {
		padding-bottom: 168px !important;
	}

	.sp\:pl-42 {
		padding-left: 168px !important;
	}

	.sp\:pt-43 {
		padding-top: 172px !important;
	}

	.sp\:pr-43 {
		padding-right: 172px !important;
	}

	.sp\:pb-43 {
		padding-bottom: 172px !important;
	}

	.sp\:pl-43 {
		padding-left: 172px !important;
	}

	.sp\:pt-44 {
		padding-top: 176px !important;
	}

	.sp\:pr-44 {
		padding-right: 176px !important;
	}

	.sp\:pb-44 {
		padding-bottom: 176px !important;
	}

	.sp\:pl-44 {
		padding-left: 176px !important;
	}

	.sp\:pt-45 {
		padding-top: 180px !important;
	}

	.sp\:pr-45 {
		padding-right: 180px !important;
	}

	.sp\:pb-45 {
		padding-bottom: 180px !important;
	}

	.sp\:pl-45 {
		padding-left: 180px !important;
	}

	.sp\:pt-46 {
		padding-top: 184px !important;
	}

	.sp\:pr-46 {
		padding-right: 184px !important;
	}

	.sp\:pb-46 {
		padding-bottom: 184px !important;
	}

	.sp\:pl-46 {
		padding-left: 184px !important;
	}

	.sp\:pt-47 {
		padding-top: 188px !important;
	}

	.sp\:pr-47 {
		padding-right: 188px !important;
	}

	.sp\:pb-47 {
		padding-bottom: 188px !important;
	}

	.sp\:pl-47 {
		padding-left: 188px !important;
	}

	.sp\:pt-48 {
		padding-top: 192px !important;
	}

	.sp\:pr-48 {
		padding-right: 192px !important;
	}

	.sp\:pb-48 {
		padding-bottom: 192px !important;
	}

	.sp\:pl-48 {
		padding-left: 192px !important;
	}

	.sp\:pt-49 {
		padding-top: 196px !important;
	}

	.sp\:pr-49 {
		padding-right: 196px !important;
	}

	.sp\:pb-49 {
		padding-bottom: 196px !important;
	}

	.sp\:pl-49 {
		padding-left: 196px !important;
	}

	.sp\:pt-50 {
		padding-top: 200px !important;
	}

	.sp\:pr-50 {
		padding-right: 200px !important;
	}

	.sp\:pb-50 {
		padding-bottom: 200px !important;
	}

	.sp\:pl-50 {
		padding-left: 200px !important;
	}

	.sp\:pt-51 {
		padding-top: 204px !important;
	}

	.sp\:pr-51 {
		padding-right: 204px !important;
	}

	.sp\:pb-51 {
		padding-bottom: 204px !important;
	}

	.sp\:pl-51 {
		padding-left: 204px !important;
	}

	.sp\:pt-52 {
		padding-top: 208px !important;
	}

	.sp\:pr-52 {
		padding-right: 208px !important;
	}

	.sp\:pb-52 {
		padding-bottom: 208px !important;
	}

	.sp\:pl-52 {
		padding-left: 208px !important;
	}

	.sp\:pt-53 {
		padding-top: 212px !important;
	}

	.sp\:pr-53 {
		padding-right: 212px !important;
	}

	.sp\:pb-53 {
		padding-bottom: 212px !important;
	}

	.sp\:pl-53 {
		padding-left: 212px !important;
	}

	.sp\:pt-54 {
		padding-top: 216px !important;
	}

	.sp\:pr-54 {
		padding-right: 216px !important;
	}

	.sp\:pb-54 {
		padding-bottom: 216px !important;
	}

	.sp\:pl-54 {
		padding-left: 216px !important;
	}

	.sp\:pt-55 {
		padding-top: 220px !important;
	}

	.sp\:pr-55 {
		padding-right: 220px !important;
	}

	.sp\:pb-55 {
		padding-bottom: 220px !important;
	}

	.sp\:pl-55 {
		padding-left: 220px !important;
	}

	.sp\:pt-56 {
		padding-top: 224px !important;
	}

	.sp\:pr-56 {
		padding-right: 224px !important;
	}

	.sp\:pb-56 {
		padding-bottom: 224px !important;
	}

	.sp\:pl-56 {
		padding-left: 224px !important;
	}

	.sp\:pt-57 {
		padding-top: 228px !important;
	}

	.sp\:pr-57 {
		padding-right: 228px !important;
	}

	.sp\:pb-57 {
		padding-bottom: 228px !important;
	}

	.sp\:pl-57 {
		padding-left: 228px !important;
	}

	.sp\:pt-58 {
		padding-top: 232px !important;
	}

	.sp\:pr-58 {
		padding-right: 232px !important;
	}

	.sp\:pb-58 {
		padding-bottom: 232px !important;
	}

	.sp\:pl-58 {
		padding-left: 232px !important;
	}

	.sp\:pt-59 {
		padding-top: 236px !important;
	}

	.sp\:pr-59 {
		padding-right: 236px !important;
	}

	.sp\:pb-59 {
		padding-bottom: 236px !important;
	}

	.sp\:pl-59 {
		padding-left: 236px !important;
	}

	.sp\:pt-60 {
		padding-top: 240px !important;
	}

	.sp\:pr-60 {
		padding-right: 240px !important;
	}

	.sp\:pb-60 {
		padding-bottom: 240px !important;
	}

	.sp\:pl-60 {
		padding-left: 240px !important;
	}

	.sp\:text-left {
		text-align: left;
	}

	.sp\:text-right {
		text-align: right;
	}

	.sp\:text-center {
		text-align: center;
	}

	.sp\:text-justify {
		text-align: justify;
	}
}

@media (min-width: 768px) and (max-width: 1080px) {
	.p-works-list ul a .text {
		padding: 3.9rem 3.6rem 2.3rem;
	}

	.p-works-list ul a h2 {
		font-size: 4.5rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.tb\:block {
		display: block !important;
	}

	.tb\:inline-block {
		display: inline-block !important;
	}

	.tb\:inline {
		display: inline !important;
	}

	.tb\:flex {
		display: flex !important;
	}

	.tb\:inline-flex {
		display: inline-flex !important;
	}

	.tb\:grid {
		display: grid !important;
	}

	.tb\:inline-grid {
		display: inline-grid !important;
	}

	.tb\:table {
		display: table !important;
	}

	.tb\:table-row {
		display: table-row !important;
	}

	.tb\:table-cell {
		display: table-cell !important;
	}

	.tb\:hidden {
		display: none !important;
	}

	.tb\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.tb\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.tb\:gap-0 {
		gap: 0 !important;
	}

	.tb\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.tb\:gap-y-0 {
		row-gap: 0 !important;
	}

	.tb\:gap-1 {
		gap: 4px !important;
	}

	.tb\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.tb\:gap-y-1 {
		row-gap: 4px !important;
	}

	.tb\:gap-2 {
		gap: 8px !important;
	}

	.tb\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.tb\:gap-y-2 {
		row-gap: 8px !important;
	}

	.tb\:gap-3 {
		gap: 12px !important;
	}

	.tb\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.tb\:gap-y-3 {
		row-gap: 12px !important;
	}

	.tb\:gap-4 {
		gap: 16px !important;
	}

	.tb\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.tb\:gap-y-4 {
		row-gap: 16px !important;
	}

	.tb\:gap-5 {
		gap: 20px !important;
	}

	.tb\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.tb\:gap-y-5 {
		row-gap: 20px !important;
	}

	.tb\:gap-6 {
		gap: 24px !important;
	}

	.tb\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.tb\:gap-y-6 {
		row-gap: 24px !important;
	}

	.tb\:gap-8 {
		gap: 32px !important;
	}

	.tb\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.tb\:gap-y-8 {
		row-gap: 32px !important;
	}

	.tb\:gap-10 {
		gap: 40px !important;
	}

	.tb\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.tb\:gap-y-10 {
		row-gap: 40px !important;
	}

	.tb\:gap-12 {
		gap: 48px !important;
	}

	.tb\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.tb\:gap-y-12 {
		row-gap: 48px !important;
	}

	.tb\:gap-16 {
		gap: 64px !important;
	}

	.tb\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.tb\:gap-y-16 {
		row-gap: 64px !important;
	}

	.tb\:gap-20 {
		gap: 80px !important;
	}

	.tb\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.tb\:gap-y-20 {
		row-gap: 80px !important;
	}

	.tb\:gap-24 {
		gap: 96px !important;
	}

	.tb\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.tb\:gap-y-24 {
		row-gap: 96px !important;
	}

	.tb\:gap-32 {
		gap: 128px !important;
	}

	.tb\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.tb\:gap-y-32 {
		row-gap: 128px !important;
	}

	.tb\:gap-40 {
		gap: 160px !important;
	}

	.tb\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.tb\:gap-y-40 {
		row-gap: 160px !important;
	}

	.tb\:gap-48 {
		gap: 192px !important;
	}

	.tb\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.tb\:gap-y-48 {
		row-gap: 192px !important;
	}

	.tb\:gap-56 {
		gap: 224px !important;
	}

	.tb\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.tb\:gap-y-56 {
		row-gap: 224px !important;
	}

	.tb\:gap-64 {
		gap: 256px !important;
	}

	.tb\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.tb\:gap-y-64 {
		row-gap: 256px !important;
	}

	.tb\:mt-0 {
		margin-top: 0 !important;
	}

	.tb\:mr-0 {
		margin-right: 0 !important;
	}

	.tb\:mb-0 {
		margin-bottom: 0 !important;
	}

	.tb\:ml-0 {
		margin-left: 0 !important;
	}

	.tb\:mt-1 {
		margin-top: 4px !important;
	}

	.tb\:mr-1 {
		margin-right: 4px !important;
	}

	.tb\:mb-1 {
		margin-bottom: 4px !important;
	}

	.tb\:ml-1 {
		margin-left: 4px !important;
	}

	.tb\:mt-2 {
		margin-top: 8px !important;
	}

	.tb\:mr-2 {
		margin-right: 8px !important;
	}

	.tb\:mb-2 {
		margin-bottom: 8px !important;
	}

	.tb\:ml-2 {
		margin-left: 8px !important;
	}

	.tb\:mt-3 {
		margin-top: 12px !important;
	}

	.tb\:mr-3 {
		margin-right: 12px !important;
	}

	.tb\:mb-3 {
		margin-bottom: 12px !important;
	}

	.tb\:ml-3 {
		margin-left: 12px !important;
	}

	.tb\:mt-4 {
		margin-top: 16px !important;
	}

	.tb\:mr-4 {
		margin-right: 16px !important;
	}

	.tb\:mb-4 {
		margin-bottom: 16px !important;
	}

	.tb\:ml-4 {
		margin-left: 16px !important;
	}

	.tb\:mt-5 {
		margin-top: 20px !important;
	}

	.tb\:mr-5 {
		margin-right: 20px !important;
	}

	.tb\:mb-5 {
		margin-bottom: 20px !important;
	}

	.tb\:ml-5 {
		margin-left: 20px !important;
	}

	.tb\:mt-6 {
		margin-top: 24px !important;
	}

	.tb\:mr-6 {
		margin-right: 24px !important;
	}

	.tb\:mb-6 {
		margin-bottom: 24px !important;
	}

	.tb\:ml-6 {
		margin-left: 24px !important;
	}

	.tb\:mt-7 {
		margin-top: 28px !important;
	}

	.tb\:mr-7 {
		margin-right: 28px !important;
	}

	.tb\:mb-7 {
		margin-bottom: 28px !important;
	}

	.tb\:ml-7 {
		margin-left: 28px !important;
	}

	.tb\:mt-8 {
		margin-top: 32px !important;
	}

	.tb\:mr-8 {
		margin-right: 32px !important;
	}

	.tb\:mb-8 {
		margin-bottom: 32px !important;
	}

	.tb\:ml-8 {
		margin-left: 32px !important;
	}

	.tb\:mt-9 {
		margin-top: 36px !important;
	}

	.tb\:mr-9 {
		margin-right: 36px !important;
	}

	.tb\:mb-9 {
		margin-bottom: 36px !important;
	}

	.tb\:ml-9 {
		margin-left: 36px !important;
	}

	.tb\:mt-10 {
		margin-top: 40px !important;
	}

	.tb\:mr-10 {
		margin-right: 40px !important;
	}

	.tb\:mb-10 {
		margin-bottom: 40px !important;
	}

	.tb\:ml-10 {
		margin-left: 40px !important;
	}

	.tb\:mt-11 {
		margin-top: 44px !important;
	}

	.tb\:mr-11 {
		margin-right: 44px !important;
	}

	.tb\:mb-11 {
		margin-bottom: 44px !important;
	}

	.tb\:ml-11 {
		margin-left: 44px !important;
	}

	.tb\:mt-12 {
		margin-top: 48px !important;
	}

	.tb\:mr-12 {
		margin-right: 48px !important;
	}

	.tb\:mb-12 {
		margin-bottom: 48px !important;
	}

	.tb\:ml-12 {
		margin-left: 48px !important;
	}

	.tb\:mt-13 {
		margin-top: 52px !important;
	}

	.tb\:mr-13 {
		margin-right: 52px !important;
	}

	.tb\:mb-13 {
		margin-bottom: 52px !important;
	}

	.tb\:ml-13 {
		margin-left: 52px !important;
	}

	.tb\:mt-14 {
		margin-top: 56px !important;
	}

	.tb\:mr-14 {
		margin-right: 56px !important;
	}

	.tb\:mb-14 {
		margin-bottom: 56px !important;
	}

	.tb\:ml-14 {
		margin-left: 56px !important;
	}

	.tb\:mt-15 {
		margin-top: 60px !important;
	}

	.tb\:mr-15 {
		margin-right: 60px !important;
	}

	.tb\:mb-15 {
		margin-bottom: 60px !important;
	}

	.tb\:ml-15 {
		margin-left: 60px !important;
	}

	.tb\:mt-16 {
		margin-top: 64px !important;
	}

	.tb\:mr-16 {
		margin-right: 64px !important;
	}

	.tb\:mb-16 {
		margin-bottom: 64px !important;
	}

	.tb\:ml-16 {
		margin-left: 64px !important;
	}

	.tb\:mt-17 {
		margin-top: 68px !important;
	}

	.tb\:mr-17 {
		margin-right: 68px !important;
	}

	.tb\:mb-17 {
		margin-bottom: 68px !important;
	}

	.tb\:ml-17 {
		margin-left: 68px !important;
	}

	.tb\:mt-18 {
		margin-top: 72px !important;
	}

	.tb\:mr-18 {
		margin-right: 72px !important;
	}

	.tb\:mb-18 {
		margin-bottom: 72px !important;
	}

	.tb\:ml-18 {
		margin-left: 72px !important;
	}

	.tb\:mt-19 {
		margin-top: 76px !important;
	}

	.tb\:mr-19 {
		margin-right: 76px !important;
	}

	.tb\:mb-19 {
		margin-bottom: 76px !important;
	}

	.tb\:ml-19 {
		margin-left: 76px !important;
	}

	.tb\:mt-20 {
		margin-top: 80px !important;
	}

	.tb\:mr-20 {
		margin-right: 80px !important;
	}

	.tb\:mb-20 {
		margin-bottom: 80px !important;
	}

	.tb\:ml-20 {
		margin-left: 80px !important;
	}

	.tb\:mt-21 {
		margin-top: 84px !important;
	}

	.tb\:mr-21 {
		margin-right: 84px !important;
	}

	.tb\:mb-21 {
		margin-bottom: 84px !important;
	}

	.tb\:ml-21 {
		margin-left: 84px !important;
	}

	.tb\:mt-22 {
		margin-top: 88px !important;
	}

	.tb\:mr-22 {
		margin-right: 88px !important;
	}

	.tb\:mb-22 {
		margin-bottom: 88px !important;
	}

	.tb\:ml-22 {
		margin-left: 88px !important;
	}

	.tb\:mt-23 {
		margin-top: 92px !important;
	}

	.tb\:mr-23 {
		margin-right: 92px !important;
	}

	.tb\:mb-23 {
		margin-bottom: 92px !important;
	}

	.tb\:ml-23 {
		margin-left: 92px !important;
	}

	.tb\:mt-24 {
		margin-top: 96px !important;
	}

	.tb\:mr-24 {
		margin-right: 96px !important;
	}

	.tb\:mb-24 {
		margin-bottom: 96px !important;
	}

	.tb\:ml-24 {
		margin-left: 96px !important;
	}

	.tb\:mt-25 {
		margin-top: 100px !important;
	}

	.tb\:mr-25 {
		margin-right: 100px !important;
	}

	.tb\:mb-25 {
		margin-bottom: 100px !important;
	}

	.tb\:ml-25 {
		margin-left: 100px !important;
	}

	.tb\:mt-26 {
		margin-top: 104px !important;
	}

	.tb\:mr-26 {
		margin-right: 104px !important;
	}

	.tb\:mb-26 {
		margin-bottom: 104px !important;
	}

	.tb\:ml-26 {
		margin-left: 104px !important;
	}

	.tb\:mt-27 {
		margin-top: 108px !important;
	}

	.tb\:mr-27 {
		margin-right: 108px !important;
	}

	.tb\:mb-27 {
		margin-bottom: 108px !important;
	}

	.tb\:ml-27 {
		margin-left: 108px !important;
	}

	.tb\:mt-28 {
		margin-top: 112px !important;
	}

	.tb\:mr-28 {
		margin-right: 112px !important;
	}

	.tb\:mb-28 {
		margin-bottom: 112px !important;
	}

	.tb\:ml-28 {
		margin-left: 112px !important;
	}

	.tb\:mt-29 {
		margin-top: 116px !important;
	}

	.tb\:mr-29 {
		margin-right: 116px !important;
	}

	.tb\:mb-29 {
		margin-bottom: 116px !important;
	}

	.tb\:ml-29 {
		margin-left: 116px !important;
	}

	.tb\:mt-30 {
		margin-top: 120px !important;
	}

	.tb\:mr-30 {
		margin-right: 120px !important;
	}

	.tb\:mb-30 {
		margin-bottom: 120px !important;
	}

	.tb\:ml-30 {
		margin-left: 120px !important;
	}

	.tb\:mt-31 {
		margin-top: 124px !important;
	}

	.tb\:mr-31 {
		margin-right: 124px !important;
	}

	.tb\:mb-31 {
		margin-bottom: 124px !important;
	}

	.tb\:ml-31 {
		margin-left: 124px !important;
	}

	.tb\:mt-32 {
		margin-top: 128px !important;
	}

	.tb\:mr-32 {
		margin-right: 128px !important;
	}

	.tb\:mb-32 {
		margin-bottom: 128px !important;
	}

	.tb\:ml-32 {
		margin-left: 128px !important;
	}

	.tb\:mt-33 {
		margin-top: 132px !important;
	}

	.tb\:mr-33 {
		margin-right: 132px !important;
	}

	.tb\:mb-33 {
		margin-bottom: 132px !important;
	}

	.tb\:ml-33 {
		margin-left: 132px !important;
	}

	.tb\:mt-34 {
		margin-top: 136px !important;
	}

	.tb\:mr-34 {
		margin-right: 136px !important;
	}

	.tb\:mb-34 {
		margin-bottom: 136px !important;
	}

	.tb\:ml-34 {
		margin-left: 136px !important;
	}

	.tb\:mt-35 {
		margin-top: 140px !important;
	}

	.tb\:mr-35 {
		margin-right: 140px !important;
	}

	.tb\:mb-35 {
		margin-bottom: 140px !important;
	}

	.tb\:ml-35 {
		margin-left: 140px !important;
	}

	.tb\:mt-36 {
		margin-top: 144px !important;
	}

	.tb\:mr-36 {
		margin-right: 144px !important;
	}

	.tb\:mb-36 {
		margin-bottom: 144px !important;
	}

	.tb\:ml-36 {
		margin-left: 144px !important;
	}

	.tb\:mt-37 {
		margin-top: 148px !important;
	}

	.tb\:mr-37 {
		margin-right: 148px !important;
	}

	.tb\:mb-37 {
		margin-bottom: 148px !important;
	}

	.tb\:ml-37 {
		margin-left: 148px !important;
	}

	.tb\:mt-38 {
		margin-top: 152px !important;
	}

	.tb\:mr-38 {
		margin-right: 152px !important;
	}

	.tb\:mb-38 {
		margin-bottom: 152px !important;
	}

	.tb\:ml-38 {
		margin-left: 152px !important;
	}

	.tb\:mt-39 {
		margin-top: 156px !important;
	}

	.tb\:mr-39 {
		margin-right: 156px !important;
	}

	.tb\:mb-39 {
		margin-bottom: 156px !important;
	}

	.tb\:ml-39 {
		margin-left: 156px !important;
	}

	.tb\:mt-40 {
		margin-top: 160px !important;
	}

	.tb\:mr-40 {
		margin-right: 160px !important;
	}

	.tb\:mb-40 {
		margin-bottom: 160px !important;
	}

	.tb\:ml-40 {
		margin-left: 160px !important;
	}

	.tb\:mt-41 {
		margin-top: 164px !important;
	}

	.tb\:mr-41 {
		margin-right: 164px !important;
	}

	.tb\:mb-41 {
		margin-bottom: 164px !important;
	}

	.tb\:ml-41 {
		margin-left: 164px !important;
	}

	.tb\:mt-42 {
		margin-top: 168px !important;
	}

	.tb\:mr-42 {
		margin-right: 168px !important;
	}

	.tb\:mb-42 {
		margin-bottom: 168px !important;
	}

	.tb\:ml-42 {
		margin-left: 168px !important;
	}

	.tb\:mt-43 {
		margin-top: 172px !important;
	}

	.tb\:mr-43 {
		margin-right: 172px !important;
	}

	.tb\:mb-43 {
		margin-bottom: 172px !important;
	}

	.tb\:ml-43 {
		margin-left: 172px !important;
	}

	.tb\:mt-44 {
		margin-top: 176px !important;
	}

	.tb\:mr-44 {
		margin-right: 176px !important;
	}

	.tb\:mb-44 {
		margin-bottom: 176px !important;
	}

	.tb\:ml-44 {
		margin-left: 176px !important;
	}

	.tb\:mt-45 {
		margin-top: 180px !important;
	}

	.tb\:mr-45 {
		margin-right: 180px !important;
	}

	.tb\:mb-45 {
		margin-bottom: 180px !important;
	}

	.tb\:ml-45 {
		margin-left: 180px !important;
	}

	.tb\:mt-46 {
		margin-top: 184px !important;
	}

	.tb\:mr-46 {
		margin-right: 184px !important;
	}

	.tb\:mb-46 {
		margin-bottom: 184px !important;
	}

	.tb\:ml-46 {
		margin-left: 184px !important;
	}

	.tb\:mt-47 {
		margin-top: 188px !important;
	}

	.tb\:mr-47 {
		margin-right: 188px !important;
	}

	.tb\:mb-47 {
		margin-bottom: 188px !important;
	}

	.tb\:ml-47 {
		margin-left: 188px !important;
	}

	.tb\:mt-48 {
		margin-top: 192px !important;
	}

	.tb\:mr-48 {
		margin-right: 192px !important;
	}

	.tb\:mb-48 {
		margin-bottom: 192px !important;
	}

	.tb\:ml-48 {
		margin-left: 192px !important;
	}

	.tb\:mt-49 {
		margin-top: 196px !important;
	}

	.tb\:mr-49 {
		margin-right: 196px !important;
	}

	.tb\:mb-49 {
		margin-bottom: 196px !important;
	}

	.tb\:ml-49 {
		margin-left: 196px !important;
	}

	.tb\:mt-50 {
		margin-top: 200px !important;
	}

	.tb\:mr-50 {
		margin-right: 200px !important;
	}

	.tb\:mb-50 {
		margin-bottom: 200px !important;
	}

	.tb\:ml-50 {
		margin-left: 200px !important;
	}

	.tb\:mt-51 {
		margin-top: 204px !important;
	}

	.tb\:mr-51 {
		margin-right: 204px !important;
	}

	.tb\:mb-51 {
		margin-bottom: 204px !important;
	}

	.tb\:ml-51 {
		margin-left: 204px !important;
	}

	.tb\:mt-52 {
		margin-top: 208px !important;
	}

	.tb\:mr-52 {
		margin-right: 208px !important;
	}

	.tb\:mb-52 {
		margin-bottom: 208px !important;
	}

	.tb\:ml-52 {
		margin-left: 208px !important;
	}

	.tb\:mt-53 {
		margin-top: 212px !important;
	}

	.tb\:mr-53 {
		margin-right: 212px !important;
	}

	.tb\:mb-53 {
		margin-bottom: 212px !important;
	}

	.tb\:ml-53 {
		margin-left: 212px !important;
	}

	.tb\:mt-54 {
		margin-top: 216px !important;
	}

	.tb\:mr-54 {
		margin-right: 216px !important;
	}

	.tb\:mb-54 {
		margin-bottom: 216px !important;
	}

	.tb\:ml-54 {
		margin-left: 216px !important;
	}

	.tb\:mt-55 {
		margin-top: 220px !important;
	}

	.tb\:mr-55 {
		margin-right: 220px !important;
	}

	.tb\:mb-55 {
		margin-bottom: 220px !important;
	}

	.tb\:ml-55 {
		margin-left: 220px !important;
	}

	.tb\:mt-56 {
		margin-top: 224px !important;
	}

	.tb\:mr-56 {
		margin-right: 224px !important;
	}

	.tb\:mb-56 {
		margin-bottom: 224px !important;
	}

	.tb\:ml-56 {
		margin-left: 224px !important;
	}

	.tb\:mt-57 {
		margin-top: 228px !important;
	}

	.tb\:mr-57 {
		margin-right: 228px !important;
	}

	.tb\:mb-57 {
		margin-bottom: 228px !important;
	}

	.tb\:ml-57 {
		margin-left: 228px !important;
	}

	.tb\:mt-58 {
		margin-top: 232px !important;
	}

	.tb\:mr-58 {
		margin-right: 232px !important;
	}

	.tb\:mb-58 {
		margin-bottom: 232px !important;
	}

	.tb\:ml-58 {
		margin-left: 232px !important;
	}

	.tb\:mt-59 {
		margin-top: 236px !important;
	}

	.tb\:mr-59 {
		margin-right: 236px !important;
	}

	.tb\:mb-59 {
		margin-bottom: 236px !important;
	}

	.tb\:ml-59 {
		margin-left: 236px !important;
	}

	.tb\:mt-60 {
		margin-top: 240px !important;
	}

	.tb\:mr-60 {
		margin-right: 240px !important;
	}

	.tb\:mb-60 {
		margin-bottom: 240px !important;
	}

	.tb\:ml-60 {
		margin-left: 240px !important;
	}

	.tb\:pt-0 {
		padding-top: 0 !important;
	}

	.tb\:pr-0 {
		padding-right: 0 !important;
	}

	.tb\:pb-0 {
		padding-bottom: 0 !important;
	}

	.tb\:pl-0 {
		padding-left: 0 !important;
	}

	.tb\:pt-1 {
		padding-top: 4px !important;
	}

	.tb\:pr-1 {
		padding-right: 4px !important;
	}

	.tb\:pb-1 {
		padding-bottom: 4px !important;
	}

	.tb\:pl-1 {
		padding-left: 4px !important;
	}

	.tb\:pt-2 {
		padding-top: 8px !important;
	}

	.tb\:pr-2 {
		padding-right: 8px !important;
	}

	.tb\:pb-2 {
		padding-bottom: 8px !important;
	}

	.tb\:pl-2 {
		padding-left: 8px !important;
	}

	.tb\:pt-3 {
		padding-top: 12px !important;
	}

	.tb\:pr-3 {
		padding-right: 12px !important;
	}

	.tb\:pb-3 {
		padding-bottom: 12px !important;
	}

	.tb\:pl-3 {
		padding-left: 12px !important;
	}

	.tb\:pt-4 {
		padding-top: 16px !important;
	}

	.tb\:pr-4 {
		padding-right: 16px !important;
	}

	.tb\:pb-4 {
		padding-bottom: 16px !important;
	}

	.tb\:pl-4 {
		padding-left: 16px !important;
	}

	.tb\:pt-5 {
		padding-top: 20px !important;
	}

	.tb\:pr-5 {
		padding-right: 20px !important;
	}

	.tb\:pb-5 {
		padding-bottom: 20px !important;
	}

	.tb\:pl-5 {
		padding-left: 20px !important;
	}

	.tb\:pt-6 {
		padding-top: 24px !important;
	}

	.tb\:pr-6 {
		padding-right: 24px !important;
	}

	.tb\:pb-6 {
		padding-bottom: 24px !important;
	}

	.tb\:pl-6 {
		padding-left: 24px !important;
	}

	.tb\:pt-7 {
		padding-top: 28px !important;
	}

	.tb\:pr-7 {
		padding-right: 28px !important;
	}

	.tb\:pb-7 {
		padding-bottom: 28px !important;
	}

	.tb\:pl-7 {
		padding-left: 28px !important;
	}

	.tb\:pt-8 {
		padding-top: 32px !important;
	}

	.tb\:pr-8 {
		padding-right: 32px !important;
	}

	.tb\:pb-8 {
		padding-bottom: 32px !important;
	}

	.tb\:pl-8 {
		padding-left: 32px !important;
	}

	.tb\:pt-9 {
		padding-top: 36px !important;
	}

	.tb\:pr-9 {
		padding-right: 36px !important;
	}

	.tb\:pb-9 {
		padding-bottom: 36px !important;
	}

	.tb\:pl-9 {
		padding-left: 36px !important;
	}

	.tb\:pt-10 {
		padding-top: 40px !important;
	}

	.tb\:pr-10 {
		padding-right: 40px !important;
	}

	.tb\:pb-10 {
		padding-bottom: 40px !important;
	}

	.tb\:pl-10 {
		padding-left: 40px !important;
	}

	.tb\:pt-11 {
		padding-top: 44px !important;
	}

	.tb\:pr-11 {
		padding-right: 44px !important;
	}

	.tb\:pb-11 {
		padding-bottom: 44px !important;
	}

	.tb\:pl-11 {
		padding-left: 44px !important;
	}

	.tb\:pt-12 {
		padding-top: 48px !important;
	}

	.tb\:pr-12 {
		padding-right: 48px !important;
	}

	.tb\:pb-12 {
		padding-bottom: 48px !important;
	}

	.tb\:pl-12 {
		padding-left: 48px !important;
	}

	.tb\:pt-13 {
		padding-top: 52px !important;
	}

	.tb\:pr-13 {
		padding-right: 52px !important;
	}

	.tb\:pb-13 {
		padding-bottom: 52px !important;
	}

	.tb\:pl-13 {
		padding-left: 52px !important;
	}

	.tb\:pt-14 {
		padding-top: 56px !important;
	}

	.tb\:pr-14 {
		padding-right: 56px !important;
	}

	.tb\:pb-14 {
		padding-bottom: 56px !important;
	}

	.tb\:pl-14 {
		padding-left: 56px !important;
	}

	.tb\:pt-15 {
		padding-top: 60px !important;
	}

	.tb\:pr-15 {
		padding-right: 60px !important;
	}

	.tb\:pb-15 {
		padding-bottom: 60px !important;
	}

	.tb\:pl-15 {
		padding-left: 60px !important;
	}

	.tb\:pt-16 {
		padding-top: 64px !important;
	}

	.tb\:pr-16 {
		padding-right: 64px !important;
	}

	.tb\:pb-16 {
		padding-bottom: 64px !important;
	}

	.tb\:pl-16 {
		padding-left: 64px !important;
	}

	.tb\:pt-17 {
		padding-top: 68px !important;
	}

	.tb\:pr-17 {
		padding-right: 68px !important;
	}

	.tb\:pb-17 {
		padding-bottom: 68px !important;
	}

	.tb\:pl-17 {
		padding-left: 68px !important;
	}

	.tb\:pt-18 {
		padding-top: 72px !important;
	}

	.tb\:pr-18 {
		padding-right: 72px !important;
	}

	.tb\:pb-18 {
		padding-bottom: 72px !important;
	}

	.tb\:pl-18 {
		padding-left: 72px !important;
	}

	.tb\:pt-19 {
		padding-top: 76px !important;
	}

	.tb\:pr-19 {
		padding-right: 76px !important;
	}

	.tb\:pb-19 {
		padding-bottom: 76px !important;
	}

	.tb\:pl-19 {
		padding-left: 76px !important;
	}

	.tb\:pt-20 {
		padding-top: 80px !important;
	}

	.tb\:pr-20 {
		padding-right: 80px !important;
	}

	.tb\:pb-20 {
		padding-bottom: 80px !important;
	}

	.tb\:pl-20 {
		padding-left: 80px !important;
	}

	.tb\:pt-21 {
		padding-top: 84px !important;
	}

	.tb\:pr-21 {
		padding-right: 84px !important;
	}

	.tb\:pb-21 {
		padding-bottom: 84px !important;
	}

	.tb\:pl-21 {
		padding-left: 84px !important;
	}

	.tb\:pt-22 {
		padding-top: 88px !important;
	}

	.tb\:pr-22 {
		padding-right: 88px !important;
	}

	.tb\:pb-22 {
		padding-bottom: 88px !important;
	}

	.tb\:pl-22 {
		padding-left: 88px !important;
	}

	.tb\:pt-23 {
		padding-top: 92px !important;
	}

	.tb\:pr-23 {
		padding-right: 92px !important;
	}

	.tb\:pb-23 {
		padding-bottom: 92px !important;
	}

	.tb\:pl-23 {
		padding-left: 92px !important;
	}

	.tb\:pt-24 {
		padding-top: 96px !important;
	}

	.tb\:pr-24 {
		padding-right: 96px !important;
	}

	.tb\:pb-24 {
		padding-bottom: 96px !important;
	}

	.tb\:pl-24 {
		padding-left: 96px !important;
	}

	.tb\:pt-25 {
		padding-top: 100px !important;
	}

	.tb\:pr-25 {
		padding-right: 100px !important;
	}

	.tb\:pb-25 {
		padding-bottom: 100px !important;
	}

	.tb\:pl-25 {
		padding-left: 100px !important;
	}

	.tb\:pt-26 {
		padding-top: 104px !important;
	}

	.tb\:pr-26 {
		padding-right: 104px !important;
	}

	.tb\:pb-26 {
		padding-bottom: 104px !important;
	}

	.tb\:pl-26 {
		padding-left: 104px !important;
	}

	.tb\:pt-27 {
		padding-top: 108px !important;
	}

	.tb\:pr-27 {
		padding-right: 108px !important;
	}

	.tb\:pb-27 {
		padding-bottom: 108px !important;
	}

	.tb\:pl-27 {
		padding-left: 108px !important;
	}

	.tb\:pt-28 {
		padding-top: 112px !important;
	}

	.tb\:pr-28 {
		padding-right: 112px !important;
	}

	.tb\:pb-28 {
		padding-bottom: 112px !important;
	}

	.tb\:pl-28 {
		padding-left: 112px !important;
	}

	.tb\:pt-29 {
		padding-top: 116px !important;
	}

	.tb\:pr-29 {
		padding-right: 116px !important;
	}

	.tb\:pb-29 {
		padding-bottom: 116px !important;
	}

	.tb\:pl-29 {
		padding-left: 116px !important;
	}

	.tb\:pt-30 {
		padding-top: 120px !important;
	}

	.tb\:pr-30 {
		padding-right: 120px !important;
	}

	.tb\:pb-30 {
		padding-bottom: 120px !important;
	}

	.tb\:pl-30 {
		padding-left: 120px !important;
	}

	.tb\:pt-31 {
		padding-top: 124px !important;
	}

	.tb\:pr-31 {
		padding-right: 124px !important;
	}

	.tb\:pb-31 {
		padding-bottom: 124px !important;
	}

	.tb\:pl-31 {
		padding-left: 124px !important;
	}

	.tb\:pt-32 {
		padding-top: 128px !important;
	}

	.tb\:pr-32 {
		padding-right: 128px !important;
	}

	.tb\:pb-32 {
		padding-bottom: 128px !important;
	}

	.tb\:pl-32 {
		padding-left: 128px !important;
	}

	.tb\:pt-33 {
		padding-top: 132px !important;
	}

	.tb\:pr-33 {
		padding-right: 132px !important;
	}

	.tb\:pb-33 {
		padding-bottom: 132px !important;
	}

	.tb\:pl-33 {
		padding-left: 132px !important;
	}

	.tb\:pt-34 {
		padding-top: 136px !important;
	}

	.tb\:pr-34 {
		padding-right: 136px !important;
	}

	.tb\:pb-34 {
		padding-bottom: 136px !important;
	}

	.tb\:pl-34 {
		padding-left: 136px !important;
	}

	.tb\:pt-35 {
		padding-top: 140px !important;
	}

	.tb\:pr-35 {
		padding-right: 140px !important;
	}

	.tb\:pb-35 {
		padding-bottom: 140px !important;
	}

	.tb\:pl-35 {
		padding-left: 140px !important;
	}

	.tb\:pt-36 {
		padding-top: 144px !important;
	}

	.tb\:pr-36 {
		padding-right: 144px !important;
	}

	.tb\:pb-36 {
		padding-bottom: 144px !important;
	}

	.tb\:pl-36 {
		padding-left: 144px !important;
	}

	.tb\:pt-37 {
		padding-top: 148px !important;
	}

	.tb\:pr-37 {
		padding-right: 148px !important;
	}

	.tb\:pb-37 {
		padding-bottom: 148px !important;
	}

	.tb\:pl-37 {
		padding-left: 148px !important;
	}

	.tb\:pt-38 {
		padding-top: 152px !important;
	}

	.tb\:pr-38 {
		padding-right: 152px !important;
	}

	.tb\:pb-38 {
		padding-bottom: 152px !important;
	}

	.tb\:pl-38 {
		padding-left: 152px !important;
	}

	.tb\:pt-39 {
		padding-top: 156px !important;
	}

	.tb\:pr-39 {
		padding-right: 156px !important;
	}

	.tb\:pb-39 {
		padding-bottom: 156px !important;
	}

	.tb\:pl-39 {
		padding-left: 156px !important;
	}

	.tb\:pt-40 {
		padding-top: 160px !important;
	}

	.tb\:pr-40 {
		padding-right: 160px !important;
	}

	.tb\:pb-40 {
		padding-bottom: 160px !important;
	}

	.tb\:pl-40 {
		padding-left: 160px !important;
	}

	.tb\:pt-41 {
		padding-top: 164px !important;
	}

	.tb\:pr-41 {
		padding-right: 164px !important;
	}

	.tb\:pb-41 {
		padding-bottom: 164px !important;
	}

	.tb\:pl-41 {
		padding-left: 164px !important;
	}

	.tb\:pt-42 {
		padding-top: 168px !important;
	}

	.tb\:pr-42 {
		padding-right: 168px !important;
	}

	.tb\:pb-42 {
		padding-bottom: 168px !important;
	}

	.tb\:pl-42 {
		padding-left: 168px !important;
	}

	.tb\:pt-43 {
		padding-top: 172px !important;
	}

	.tb\:pr-43 {
		padding-right: 172px !important;
	}

	.tb\:pb-43 {
		padding-bottom: 172px !important;
	}

	.tb\:pl-43 {
		padding-left: 172px !important;
	}

	.tb\:pt-44 {
		padding-top: 176px !important;
	}

	.tb\:pr-44 {
		padding-right: 176px !important;
	}

	.tb\:pb-44 {
		padding-bottom: 176px !important;
	}

	.tb\:pl-44 {
		padding-left: 176px !important;
	}

	.tb\:pt-45 {
		padding-top: 180px !important;
	}

	.tb\:pr-45 {
		padding-right: 180px !important;
	}

	.tb\:pb-45 {
		padding-bottom: 180px !important;
	}

	.tb\:pl-45 {
		padding-left: 180px !important;
	}

	.tb\:pt-46 {
		padding-top: 184px !important;
	}

	.tb\:pr-46 {
		padding-right: 184px !important;
	}

	.tb\:pb-46 {
		padding-bottom: 184px !important;
	}

	.tb\:pl-46 {
		padding-left: 184px !important;
	}

	.tb\:pt-47 {
		padding-top: 188px !important;
	}

	.tb\:pr-47 {
		padding-right: 188px !important;
	}

	.tb\:pb-47 {
		padding-bottom: 188px !important;
	}

	.tb\:pl-47 {
		padding-left: 188px !important;
	}

	.tb\:pt-48 {
		padding-top: 192px !important;
	}

	.tb\:pr-48 {
		padding-right: 192px !important;
	}

	.tb\:pb-48 {
		padding-bottom: 192px !important;
	}

	.tb\:pl-48 {
		padding-left: 192px !important;
	}

	.tb\:pt-49 {
		padding-top: 196px !important;
	}

	.tb\:pr-49 {
		padding-right: 196px !important;
	}

	.tb\:pb-49 {
		padding-bottom: 196px !important;
	}

	.tb\:pl-49 {
		padding-left: 196px !important;
	}

	.tb\:pt-50 {
		padding-top: 200px !important;
	}

	.tb\:pr-50 {
		padding-right: 200px !important;
	}

	.tb\:pb-50 {
		padding-bottom: 200px !important;
	}

	.tb\:pl-50 {
		padding-left: 200px !important;
	}

	.tb\:pt-51 {
		padding-top: 204px !important;
	}

	.tb\:pr-51 {
		padding-right: 204px !important;
	}

	.tb\:pb-51 {
		padding-bottom: 204px !important;
	}

	.tb\:pl-51 {
		padding-left: 204px !important;
	}

	.tb\:pt-52 {
		padding-top: 208px !important;
	}

	.tb\:pr-52 {
		padding-right: 208px !important;
	}

	.tb\:pb-52 {
		padding-bottom: 208px !important;
	}

	.tb\:pl-52 {
		padding-left: 208px !important;
	}

	.tb\:pt-53 {
		padding-top: 212px !important;
	}

	.tb\:pr-53 {
		padding-right: 212px !important;
	}

	.tb\:pb-53 {
		padding-bottom: 212px !important;
	}

	.tb\:pl-53 {
		padding-left: 212px !important;
	}

	.tb\:pt-54 {
		padding-top: 216px !important;
	}

	.tb\:pr-54 {
		padding-right: 216px !important;
	}

	.tb\:pb-54 {
		padding-bottom: 216px !important;
	}

	.tb\:pl-54 {
		padding-left: 216px !important;
	}

	.tb\:pt-55 {
		padding-top: 220px !important;
	}

	.tb\:pr-55 {
		padding-right: 220px !important;
	}

	.tb\:pb-55 {
		padding-bottom: 220px !important;
	}

	.tb\:pl-55 {
		padding-left: 220px !important;
	}

	.tb\:pt-56 {
		padding-top: 224px !important;
	}

	.tb\:pr-56 {
		padding-right: 224px !important;
	}

	.tb\:pb-56 {
		padding-bottom: 224px !important;
	}

	.tb\:pl-56 {
		padding-left: 224px !important;
	}

	.tb\:pt-57 {
		padding-top: 228px !important;
	}

	.tb\:pr-57 {
		padding-right: 228px !important;
	}

	.tb\:pb-57 {
		padding-bottom: 228px !important;
	}

	.tb\:pl-57 {
		padding-left: 228px !important;
	}

	.tb\:pt-58 {
		padding-top: 232px !important;
	}

	.tb\:pr-58 {
		padding-right: 232px !important;
	}

	.tb\:pb-58 {
		padding-bottom: 232px !important;
	}

	.tb\:pl-58 {
		padding-left: 232px !important;
	}

	.tb\:pt-59 {
		padding-top: 236px !important;
	}

	.tb\:pr-59 {
		padding-right: 236px !important;
	}

	.tb\:pb-59 {
		padding-bottom: 236px !important;
	}

	.tb\:pl-59 {
		padding-left: 236px !important;
	}

	.tb\:pt-60 {
		padding-top: 240px !important;
	}

	.tb\:pr-60 {
		padding-right: 240px !important;
	}

	.tb\:pb-60 {
		padding-bottom: 240px !important;
	}

	.tb\:pl-60 {
		padding-left: 240px !important;
	}

	.tb\:text-left {
		text-align: left;
	}

	.tb\:text-right {
		text-align: right;
	}

	.tb\:text-center {
		text-align: center;
	}

	.tb\:text-justify {
		text-align: justify;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

@media (hover: hover) {
	a[target=_blank]:hover::after {
		-webkit-transform: translate3d(0.2rem, -0.2rem, 0);
		transform: translate3d(0.2rem, -0.2rem, 0);
	}

	.l-footer-logo:hover {
		opacity: 0.6 !important;
	}

	.l-footer-banner:hover {
		opacity: 0.7;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.l-footer-links ul a:hover {
		opacity: 0.6 !important;
	}

	.c-checkbox span a:hover {
		text-decoration: none;
	}

	.c-cta-circle:hover::before {
		background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'40\' height=\'40\' fill=\'none\'%3E%3Cpath stroke=\'%23EAFC21\' stroke-width=\'2\' d=\'M1.5 38.444 39 2.174M6.418 1.559h31.967v28.278\'/%3E%3C/svg%3E');
		-webkit-transform: scale(1.33);
		transform: scale(1.33);
	}

	.c-cta-circle:hover::after {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.c-hover-style:hover {
		color: #fff;
	}

	.c-hover-style:hover::before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.p-about-promise .eye-link a:hover {
		color: #fff;
	}

	.p-about-promise .eye-link a:hover::after {
		background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'14\' fill=\'none\'%3E%3Cpath stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'m1 1 5.5 6.182L1 13\'/%3E%3C/svg%3E');
	}

	.p-about-promise .eye-link a:hover svg rect {
		fill: #000;
	}

	.p-about-promise .eye-link a:hover svg path:first-of-type {
		fill: #000;
	}

	.p-contact-form-button:hover .p-contact-form-button-inner::after {
		color: #fff;
	}

	.p-contact-complete .download-btn:hover {
		color: #000;
	}

	.p-contact-complete .download-btn:hover::before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.p-contact-complete .download-btn:hover .c-icon.-download::after {
		background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'45\' height=\'40\' fill=\'none\'%3E%3Cpath fill=\'%23000\' d=\'M28.508 19.355V0H15.011v19.355H5.539l16.22 15.247L37.98 19.355h-9.472Z\'/%3E%3Cpath stroke=\'%23000\' stroke-width=\'2\' d=\'M0 39h44.878\'/%3E%3C/svg%3E');
	}

	.p-header-inner .p-header-link a:hover .ja {
		opacity: 0.1;
	}

	.p-header-logo a:hover {
		opacity: 0.6;
	}

	.p-header-nav .p-header-link a:hover {
		opacity: 0.6;
	}

	.p-header-nav .p-header-other .c-btn:hover {
		opacity: 0.6;
	}

	.p-other-card:hover .p-other-card-content::before {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.p-other-card:hover .p-other-card-link::after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	.p-works-detail .head dl a:hover {
		text-decoration: none;
	}

	.p-works-detail .other a:not(.button):hover .left::before {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
	}

	.p-works-detail .other a:not(.button):hover .arrow::before {
		opacity: 1;
	}

	.p-works-list ul a:hover .text {
		visibility: visible;
		opacity: 1;
	}

	.js-yt .yt-thumbnail:hover {
		-webkit-transform: scale3d(1.05, 1.05, 1) rotateZ(0.00001deg);
		transform: scale3d(1.05, 1.05, 1) rotateZ(0.00001deg);
	}

	.js-yt .yt-thumbnail:hover::before {
		-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.95, 0.95, 1) rotateZ(-0.00001deg);
		transform: translate3d(-50%, -50%, 0) scale3d(0.95, 0.95, 1) rotateZ(-0.00001deg);
	}

	.hover\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
	}

	.hover\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	}

	.hover\:gap-0 {
		gap: 0 !important;
	}

	.hover\:gap-x-0 {
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}

	.hover\:gap-y-0 {
		row-gap: 0 !important;
	}

	.hover\:gap-1 {
		gap: 4px !important;
	}

	.hover\:gap-x-1 {
		-webkit-column-gap: 4px !important;
		-moz-column-gap: 4px !important;
		column-gap: 4px !important;
	}

	.hover\:gap-y-1 {
		row-gap: 4px !important;
	}

	.hover\:gap-2 {
		gap: 8px !important;
	}

	.hover\:gap-x-2 {
		-webkit-column-gap: 8px !important;
		-moz-column-gap: 8px !important;
		column-gap: 8px !important;
	}

	.hover\:gap-y-2 {
		row-gap: 8px !important;
	}

	.hover\:gap-3 {
		gap: 12px !important;
	}

	.hover\:gap-x-3 {
		-webkit-column-gap: 12px !important;
		-moz-column-gap: 12px !important;
		column-gap: 12px !important;
	}

	.hover\:gap-y-3 {
		row-gap: 12px !important;
	}

	.hover\:gap-4 {
		gap: 16px !important;
	}

	.hover\:gap-x-4 {
		-webkit-column-gap: 16px !important;
		-moz-column-gap: 16px !important;
		column-gap: 16px !important;
	}

	.hover\:gap-y-4 {
		row-gap: 16px !important;
	}

	.hover\:gap-5 {
		gap: 20px !important;
	}

	.hover\:gap-x-5 {
		-webkit-column-gap: 20px !important;
		-moz-column-gap: 20px !important;
		column-gap: 20px !important;
	}

	.hover\:gap-y-5 {
		row-gap: 20px !important;
	}

	.hover\:gap-6 {
		gap: 24px !important;
	}

	.hover\:gap-x-6 {
		-webkit-column-gap: 24px !important;
		-moz-column-gap: 24px !important;
		column-gap: 24px !important;
	}

	.hover\:gap-y-6 {
		row-gap: 24px !important;
	}

	.hover\:gap-8 {
		gap: 32px !important;
	}

	.hover\:gap-x-8 {
		-webkit-column-gap: 32px !important;
		-moz-column-gap: 32px !important;
		column-gap: 32px !important;
	}

	.hover\:gap-y-8 {
		row-gap: 32px !important;
	}

	.hover\:gap-10 {
		gap: 40px !important;
	}

	.hover\:gap-x-10 {
		-webkit-column-gap: 40px !important;
		-moz-column-gap: 40px !important;
		column-gap: 40px !important;
	}

	.hover\:gap-y-10 {
		row-gap: 40px !important;
	}

	.hover\:gap-12 {
		gap: 48px !important;
	}

	.hover\:gap-x-12 {
		-webkit-column-gap: 48px !important;
		-moz-column-gap: 48px !important;
		column-gap: 48px !important;
	}

	.hover\:gap-y-12 {
		row-gap: 48px !important;
	}

	.hover\:gap-16 {
		gap: 64px !important;
	}

	.hover\:gap-x-16 {
		-webkit-column-gap: 64px !important;
		-moz-column-gap: 64px !important;
		column-gap: 64px !important;
	}

	.hover\:gap-y-16 {
		row-gap: 64px !important;
	}

	.hover\:gap-20 {
		gap: 80px !important;
	}

	.hover\:gap-x-20 {
		-webkit-column-gap: 80px !important;
		-moz-column-gap: 80px !important;
		column-gap: 80px !important;
	}

	.hover\:gap-y-20 {
		row-gap: 80px !important;
	}

	.hover\:gap-24 {
		gap: 96px !important;
	}

	.hover\:gap-x-24 {
		-webkit-column-gap: 96px !important;
		-moz-column-gap: 96px !important;
		column-gap: 96px !important;
	}

	.hover\:gap-y-24 {
		row-gap: 96px !important;
	}

	.hover\:gap-32 {
		gap: 128px !important;
	}

	.hover\:gap-x-32 {
		-webkit-column-gap: 128px !important;
		-moz-column-gap: 128px !important;
		column-gap: 128px !important;
	}

	.hover\:gap-y-32 {
		row-gap: 128px !important;
	}

	.hover\:gap-40 {
		gap: 160px !important;
	}

	.hover\:gap-x-40 {
		-webkit-column-gap: 160px !important;
		-moz-column-gap: 160px !important;
		column-gap: 160px !important;
	}

	.hover\:gap-y-40 {
		row-gap: 160px !important;
	}

	.hover\:gap-48 {
		gap: 192px !important;
	}

	.hover\:gap-x-48 {
		-webkit-column-gap: 192px !important;
		-moz-column-gap: 192px !important;
		column-gap: 192px !important;
	}

	.hover\:gap-y-48 {
		row-gap: 192px !important;
	}

	.hover\:gap-56 {
		gap: 224px !important;
	}

	.hover\:gap-x-56 {
		-webkit-column-gap: 224px !important;
		-moz-column-gap: 224px !important;
		column-gap: 224px !important;
	}

	.hover\:gap-y-56 {
		row-gap: 224px !important;
	}

	.hover\:gap-64 {
		gap: 256px !important;
	}

	.hover\:gap-x-64 {
		-webkit-column-gap: 256px !important;
		-moz-column-gap: 256px !important;
		column-gap: 256px !important;
	}

	.hover\:gap-y-64 {
		row-gap: 256px !important;
	}
}