@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*
primary: 第1
secondary: 第2
tertiary: 第3
quaternary: 第4
quinary: 第5
senary: 第6
septenary: 第7
octonary: 第8
nonary: 第9
denary: 第10
*/
/*
@include mq(bp){}
*/
/* =======================================================================
reset
======================================================================= */
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

i {
	font-style: normal;
}

label {
	cursor: pointer;
}

th, td {
	vertical-align: middle;
}

th {
	font-weight: normal;
	text-align: left;
}

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

figcaption {
	line-height: normal;
}

button,
input[type=reset],
input[type=submit] {
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: none;
	outline: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

hr {
	margin: 0;
}

/* dialog */
dialog {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	inset: unset;
	display: block;
	max-width: unset;
	max-height: unset;
	-webkit-appearance: none;
	appearance: none;
}

dialog::backdrop {
	background: transparent;
}

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

@media (max-width: 767px) {
	img {
		width: 100%;
		max-width: inherit;
	}
}
/* =======================================================================
root
======================================================================= */
:root {
	interpolate-size: allow-keywords;
}
@media (min-width: 1025px) {
	:root {
		--headerHeight: 70px;
		--siteMargin: 30px;
		--u_margin_xs: 10px;
		--u_margin_s: 20px;
		--u_margin_m: 30px;
		--u_margin_l: 40px;
		--u_margin_xl: 60px;
		--u_margin_2xl: 80px;
		--u_margin_3xl: 100px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	:root {
		--headerHeight: 70px;
		--siteMargin: 30px;
		--u_margin_xs: 10px;
		--u_margin_s: 20px;
		--u_margin_m: 30px;
		--u_margin_l: 40px;
		--u_margin_xl: 60px;
		--u_margin_2xl: 80px;
		--u_margin_3xl: 100px;
	}
}
@media (max-width: 767px) {
	:root {
		--headerHeight: 50px;
		--siteMargin: 10px;
		--u_margin_xs: 10px;
		--u_margin_s: 15px;
		--u_margin_m: 20px;
		--u_margin_l: 30px;
		--u_margin_xl: 40px;
		--u_margin_2xl: 60px;
		--u_margin_3xl: 80px;
	}
}
:root {
	--fontsize: 16;
	--font_base: "Noto Sans JP", sans-serif;
	--font_en: "Jost", sans-serif;
	--font_serif: "Noto Serif JP", serif;
	--lh: 1.875;
	--lh_s: 1.5;
	--lh_l: 2.0;
	--width_primary: 1440px;
	--width_secondary: 1280px;
	--color_primary: #000000;
	--color_secondary: #d31524;
	--color_darker: #111111;
	--color_dark: #333333;
	--color_alert: var(--color_secondary);
	--color_lightest: #ffffff;
	--line: #cfcfcf;
	--line_light: #e2e2e2;
	--ease-out: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* =======================================================================
main
======================================================================= */
html {
	font-size: calc(var(--fontsize) / 16 * 100%);
}

body {
	font-family: var(--font_base);
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	font-style: normal;
	line-height: 1.231;
	color: var(--color_primary);
}

.l-wrapper {
	position: relative;
	margin-inline: auto;
	overflow: hidden;
}

.l-inner {
	margin-inline: auto;
	box-sizing: content-box;
	padding-inline: var(--siteMargin);
	max-width: var(--width_secondary);
}

.l-sec {
	padding-block-end: 200px;
	padding-inline: var(--siteMargin);
}
@media (min-width: 768px) and (max-width: 1024px) {
	.l-sec {
		padding-block-end: 120px;
	}
}
@media (max-width: 767px) {
	.l-sec {
		padding-block-end: 60px;
	}
}

/* =======================================================================
header
======================================================================= */
.l-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.l-header__inner {
	padding-block-start: var(--siteMargin);
	padding-inline: var(--siteMargin);
}

.l-header-col {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	height: var(--headerHeight);
}
@media (min-width: 768px) and (max-width: 1024px) {
	.l-header-col {
		grid-template-columns: 1fr auto auto;
	}
}
.l-header-col__main {
	display: grid;
	align-items: center;
	grid-auto-flow: column;
	justify-content: space-between;
	gap: var(--siteMargin);
	padding-left: 20px;
	border-radius: 4px;
	background-color: var(--color_lightest);
	z-index: 1;
}
@media (max-width: 767px) {
	.l-header-col__main {
		padding-left: var(--siteMargin);
	}
}
.l-header-col__contact {
	display: grid;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.l-header-col__contact {
		display: none;
	}
}
.l-header-col__menu {
	display: none;
	z-index: 2;
}
@media (max-width: 1024px) {
	.l-header-col__menu {
		display: grid;
	}
}

.c-header-logo {
	width: 128px;
}
@media (hover: hover) and (pointer: fine) {
	.c-header-logo {
		transition: opacity 0.3s;
	}
	.c-header-logo:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.c-header-logo {
		height: 30px;
		width: unset;
	}
}
.c-header-logo img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.c-header-logo img {
		width: auto;
		height: 100%;
	}
}

@media (max-width: 1024px) {
	.c-header-nav {
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		overflow: auto;
		padding: calc(var(--headerHeight) + var(--siteMargin) * 2) var(--siteMargin) 160px;
		overscroll-behavior-y: contain;
		background-color: var(--color_primary);
		z-index: 2000;
		-ms-overflow-style: none;
		scrollbar-width: none;
		transition: 0.3s;
		opacity: 0;
		pointer-events: none;
	}
	.c-header-nav::-webkit-scrollbar {
		display: none;
	}
	.c-header-nav.is-on {
		opacity: 1;
		pointer-events: auto;
	}
}

.c-globalNav {
	display: flex;
	justify-content: end;
}
@media (max-width: 1024px) {
	.c-globalNav {
		display: grid;
		justify-content: unset;
		gap: 1px;
	}
}
.c-globalNav__item {
	position: relative;
	border-radius: 4px;
	transition: 0.3s;
}
@media (max-width: 1024px) {
	.c-globalNav__item {
		display: grid;
		background-color: var(--color_lightest);
	}
}
@media (hover: hover) and (pointer: fine) {
	.c-globalNav__item:hover {
		background-color: var(--color_primary);
	}
	.c-globalNav__item:hover .en,
	.c-globalNav__item:hover .ja {
		color: var(--color_lightest);
	}
	.c-globalNav__item:hover .c-globalNavSubWrap {
		grid-template-rows: 1fr;
	}
}
.c-globalNav__item > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: var(--headerHeight);
	gap: 2px;
	padding: 10px 22px;
	border-radius: 4px;
	color: var(--color_dark);
	transition: 0.3s;
}
.c-globalNav__item > a:hover {
	text-decoration: none;
}
@media (max-width: 1024px) {
	.c-globalNav__item > a {
		flex-direction: row;
		justify-content: start;
		gap: 0.5em;
		min-height: 50px;
		padding-inline: 20px;
	}
	.c-globalNav__item > a::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 100vmax;
		background-color: var(--color_secondary);
	}
}
.c-globalNav__item .en {
	color: var(--color_dark);
	font-weight: 700;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
}
@media (max-width: 1024px) {
	.c-globalNav__item .en {
		flex-shrink: 0;
		min-width: 100px;
	}
}
.c-globalNav__item .ja {
	font-weight: 900;
	font-size: calc(11 / (var(--fontsize)) * 1rem);
	color: #757575;
}

.c-globalNavSubWrap {
	background-color: #f0f0f0;
	border-radius: 4px;
}
@media (min-width: 1025px) {
	.c-globalNavSubWrap {
		position: absolute;
		left: 0;
		top: 100%;
		opacity: 0;
		pointer-events: none;
		transition: 0.3s;
		pointer-events: auto;
		display: grid;
		grid-template-rows: 0fr;
		overflow: hidden;
		opacity: 1;
	}
}
@media (max-width: 1024px) {
	.c-globalNavSubWrap {
		background-color: var(--color_lightest);
	}
}

.c-globalNavSub {
	min-height: 0;
}
.c-globalNavSub__item {
	border-top: 1px solid var(--line);
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	font-weight: 600;
	white-space: nowrap;
}
.c-globalNavSub__item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
	min-height: 40px;
	padding: 5px 15px;
	transition: 0.3s;
}
@media (max-width: 1024px) {
	.c-globalNavSub__item a {
		padding-inline: 40px;
	}
}
.c-globalNavSub__item a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100vmax;
	background-color: var(--color_secondary);
}
.c-globalNavSub__item a:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.c-globalNavSub__item a:hover {
		background-color: var(--line_light);
	}
}

.c-header-sns {
	display: none;
}
@media (max-width: 1024px) {
	.c-header-sns {
		display: flex;
		justify-content: center;
		margin-top: 40px;
		gap: 30px;
	}
}

.c-header-youtube {
	display: flex;
	width: 60px;
}

.c-header-staffblog {
	display: flex;
	width: 80px;
}

.c-header-contact {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 188px;
	min-height: var(--headerHeight);
	gap: 2px;
	padding: 10px 20px;
	background-color: var(--color_secondary);
	color: var(--color_lightest);
	border-radius: 4px;
	transition: 0.3s;
}
.l-header-col__main .c-header-contact {
	display: none;
}
@media (max-width: 1024px) {
	.l-header-col__main .c-header-contact {
		margin-top: 10px;
		display: flex;
		min-height: 60px;
	}
}
.c-header-contact:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.c-header-contact:hover {
		background-color: var(--color_primary);
	}
}
.c-header-contact .icon {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: var(--color_lightest);
	background-size: 100%;
	background-image: url("../images/common/icons/arrow.svg");
	transition: 0.3s;
}
.c-header-contact .en {
	font-weight: 700;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
}
.c-header-contact .ja {
	font-weight: 900;
	font-size: calc(11 / (var(--fontsize)) * 1rem);
}

.c-header-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	width: var(--headerHeight);
	height: var(--headerHeight);
	border-radius: 4px;
	background-color: var(--color_lightest);
	transition: 0.3s;
}
.c-header-menu:hover {
	text-decoration: none;
}
.c-header-menu .icon {
	position: relative;
	width: 60%;
	height: 30%;
	margin-inline: auto;
}
.c-header-menu .icon .line {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--color_primary);
	transition: 0.3s;
}
.c-header-menu .icon .line:nth-of-type(1) {
	top: 0;
}
.c-header-menu .icon .line:nth-of-type(2) {
	top: calc(50% - 1px);
}
.c-header-menu .icon .line:nth-of-type(3) {
	bottom: 0;
}
.c-header-menu .text {
	display: grid;
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-size: calc(10 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.c-header-menu .text .default {
	grid-area: 1/1;
	transition: 0.3s;
}
.c-header-menu .text .open {
	grid-area: 1/1;
	opacity: 0;
	transition: 0.3s;
	color: var(--color_lightest);
}
.c-header-menu.is-on {
	background-color: transparent;
}
.c-header-menu.is-on .icon .line {
	background-color: var(--color_lightest);
}
.c-header-menu.is-on .icon .line:nth-of-type(1) {
	top: calc(50% - 1px);
	rotate: 30deg;
}
.c-header-menu.is-on .icon .line:nth-of-type(2) {
	opacity: 0;
	height: 0;
}
.c-header-menu.is-on .icon .line:nth-of-type(3) {
	bottom: calc(50% - 1px);
	rotate: -30deg;
}
.c-header-menu.is-on .text .default {
	opacity: 0;
}
.c-header-menu.is-on .text .open {
	opacity: 1;
}

/* =======================================================================
common contact
======================================================================= */
.c-contact {
	display: grid;
	padding-block: var(--siteMargin);
	padding-inline: var(--siteMargin);
}

.c-contact-block {
	grid-area: 1/1;
	position: relative;
	padding-block: 50px;
	padding-inline: var(--siteMargin);
	border-radius: 4px;
	overflow: hidden;
	display: grid;
	gap: var(--siteMargin);
	place-items: center;
	z-index: 1;
}
@media (max-width: 767px) {
	.c-contact-block {
		padding-inline: 20px;
	}
}
@media (max-width: 1024px) {
	.c-contact-block {
		gap: 40px;
		padding-block-start: 40px;
		padding-block-end: 60px;
	}
}

.c-contact-bg {
	position: relative;
	grid-area: 1/1;
	background-image: url("../images/common/contact_bg.jpg");
	background-size: cover;
	background-position: 50%;
	border-radius: 4px;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.c-contact-bg {
		background-image: url("../images/common/contact_bg_sp.jpg");
	}
}
.c-contact-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.c-contact-title {
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-size: calc(50 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	color: var(--color_lightest);
}
@media (max-width: 767px) {
	.c-contact-title {
		font-size: calc(25 / (var(--fontsize)) * 1rem);
	}
}

.c-contact-list {
	display: flex;
	justify-content: center;
	gap: 60px;
}
@media (max-width: 1024px) {
	.c-contact-list {
		width: 100%;
		flex-direction: column;
	}
}
.c-contact-list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.c-contact-list__item + .c-contact-list__item::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--color_lightest);
	position: absolute;
	left: -30px;
	top: 0;
}
@media (max-width: 1024px) {
	.c-contact-list__item + .c-contact-list__item::before {
		width: 100%;
		height: 1px;
		left: 0;
		top: -30px;
	}
}

.c-contact-list-title {
	position: relative;
	padding-left: 1em;
	font-weight: 700;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	color: var(--color_lightest);
}
@media (max-width: 767px) {
	.c-contact-list-title {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
.c-contact-list-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 100vmax;
	background-color: var(--color_secondary);
	translate: 0 -50%;
}
@media (max-width: 767px) {
	.c-contact-list-title::before {
		width: 10px;
		height: 10px;
	}
}

.c-contact-tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	width: fit-content;
	margin-inline: auto;
}

.c-contact-tel-num {
	font-weight: 700;
	font-size: calc(40 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.c-contact-tel-num {
		font-size: calc(30 / (var(--fontsize)) * 1rem);
	}
}
.c-contact-tel-num a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--color_lightest);
	cursor: text;
}
.c-contact-tel-num a:hover {
	text-decoration: none;
}
.c-contact-tel-num .icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-image: url("../images/common/icons/tel.svg");
}
@media (max-width: 767px) {
	.c-contact-tel-num .icon {
		width: 20px;
		height: 20px;
	}
}

.c-contact-tel-text {
	font-weight: 600;
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	color: var(--color_lightest);
	text-align: right;
	margin-left: auto;
}
@media (max-width: 767px) {
	.c-contact-tel-text {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}

.c-contact-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	min-width: 334px;
	padding: 10px 40px;
	border-radius: 4px;
	background-color: var(--color_lightest);
	font-weight: 700;
	font-size: calc(20 / (var(--fontsize)) * 1rem);
	transition: 0.3s;
}
@media (max-width: 767px) {
	.c-contact-btn {
		min-height: 60px;
		min-width: unset;
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}
.c-contact-btn:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.c-contact-btn:hover {
		background-color: var(--color_secondary);
		color: var(--color_lightest);
	}
	.c-contact-btn:hover .icon {
		background-color: var(--color_lightest);
	}
}
.c-contact-btn .icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background-color: var(--color_secondary);
	border-radius: 4px;
	width: 30px;
	height: 30px;
	background-image: url("../images/common/icons/arrow.svg");
	background-size: 100%;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.c-contact-btn .icon {
		width: 24px;
		height: 24px;
	}
}

/* =======================================================================
pre footer
======================================================================= */
.l-preFooter {
	padding-inline: var(--siteMargin);
	background-color: var(--color_darker);
}
.l-preFooter-block__item {
	padding-block: 80px;
}
@media (max-width: 767px) {
	.l-preFooter-block__item {
		padding-block: 50px;
	}
}
.l-preFooter-block__item + .l-preFooter-block__item {
	border-top: 1px solid var(--color_dark);
}

.c-preFooter-copy {
	width: 208px;
	margin-inline: auto;
}
@media (max-width: 767px) {
	.c-preFooter-copy {
		width: 27.0833333333vw;
	}
}

.c-preFooter-links {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	justify-content: center;
	gap: 60px;
}
@media (max-width: 767px) {
	.c-preFooter-links {
		gap: 30px;
		grid-auto-flow: unset;
		grid-template-columns: repeat(2, max-content);
	}
}
.c-preFooter-links__item {
	display: grid;
	align-items: center;
	justify-content: center;
}

.c-preFooter-youtube {
	display: flex;
	width: 80px;
}
@media (hover: hover) and (pointer: fine) {
	.c-preFooter-youtube {
		transition: opacity 0.3s;
	}
	.c-preFooter-youtube:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.c-preFooter-youtube {
		width: 60px;
	}
}

.c-preFooter-staffBlog {
	display: flex;
	width: 108px;
}
@media (hover: hover) and (pointer: fine) {
	.c-preFooter-staffBlog {
		transition: opacity 0.3s;
	}
	.c-preFooter-staffBlog:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.c-preFooter-staffBlog {
		width: 80px;
	}
}

.c-preFooter-ssl {
	display: flex;
	width: 96px;
}
@media (hover: hover) and (pointer: fine) {
	.c-preFooter-ssl {
		transition: opacity 0.3s;
	}
	.c-preFooter-ssl:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}
@media (max-width: 767px) {
	.c-preFooter-ssl {
		width: 72px;
	}
}

.c-preFooter-privacy {
	display: flex;
	background-color: var(--color_lightest);
}
@media (hover: hover) and (pointer: fine) {
	.c-preFooter-privacy {
		transition: opacity 0.3s;
	}
	.c-preFooter-privacy:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}

.c-preFooter-privacy-text {
	padding: 20px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_s);
}
@media (max-width: 767px) {
	.c-preFooter-privacy-text {
		padding: 10px;
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}

.c-preFooter-privacy-image {
	width: 96px;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.c-preFooter-privacy-image {
		width: 60px;
	}
}

/* =======================================================================
footer
======================================================================= */
.l-footer {
	padding: 50px var(--siteMargin) var(--siteMargin);
}
@media (max-width: 767px) {
	.l-footer {
		padding-block: 30px;
	}
}
.l-footer__inner {
	max-width: var(--width_secondary);
	margin-inline: auto;
	padding-inline: var(--siteMargin);
}

.l-footer-col {
	display: grid;
	justify-content: space-between;
	gap: 60px var(--siteMargin);
}
@media (max-width: 767px) {
	.l-footer-col {
		justify-content: unset;
		gap: 30px;
	}
}
.l-footer-col__main {
	display: flex;
	flex-direction: column;
	gap: var(--siteMargin);
	grid-column: 1/2;
	grid-row: 1/2;
}
@media (max-width: 1024px) {
	.l-footer-col__main {
		grid-column: auto;
		grid-row: auto;
	}
}
.l-footer-col__nav {
	display: flex;
	gap: 40px;
	justify-content: end;
	grid-column: 2/3;
	grid-row: 1/2;
}
@media (max-width: 1024px) {
	.l-footer-col__nav {
		justify-content: start;
		flex-wrap: wrap;
		gap: var(--siteMargin);
		grid-column: auto;
		grid-row: auto;
	}
}
@media (max-width: 767px) {
	.l-footer-col__nav__item {
		width: calc(50% - var(--siteMargin) / 2);
	}
}
.l-footer-col__foot {
	grid-column: 1/3;
}
@media (max-width: 1024px) {
	.l-footer-col__foot {
		grid-column: auto;
		grid-row: auto;
	}
}

.c-footer-logo {
	width: 164px;
}

.c-footer-company {
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}
@media (max-width: 767px) {
	.c-footer-company {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}

.c-footer-company-title {
	font-weight: 700;
}

.c-footer-company-text {
	font-weight: 600;
}

.c-footer-nav {
	display: grid;
	gap: 15px;
}
.c-footer-nav__item {
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	font-weight: 600;
}
@media (max-width: 767px) {
	.c-footer-nav__item {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}

.c-footer-navSub {
	margin-top: 15px;
	display: grid;
	gap: 15px;
}
.c-footer-navSub__item {
	position: relative;
	padding-left: 1em;
}
.c-footer-navSub__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 100vmax;
	background-color: var(--color_secondary);
	translate: 0 -50%;
}

.c-footer-cr {
	font-size: calc(12 / (var(--fontsize)) * 1rem);
	text-align: right;
	font-weight: 600;
}
@media (max-width: 767px) {
	.c-footer-cr {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}

.u-align-c {
	text-align: center;
}

.u-align-l {
	text-align: left;
}

.u-align-r {
	text-align: right;
}

.u-valign-t {
	vertical-align: top;
}

.u-valign-m {
	vertical-align: middle;
}

.u-valign-b {
	vertical-align: bottom;
}

.u-color-primary {
	color: var(--color_primary);
}
.u-color-primary a {
	color: var(--color_primary);
}

.u-color-secondary {
	color: var(--color_secondary);
}
.u-color-secondary a {
	color: var(--color_secondary);
}

.u-color-darker {
	color: var(--color_darker);
}
.u-color-darker a {
	color: var(--color_darker);
}

.u-color-lightest {
	color: var(--color_lightest);
}
.u-color-lightest a {
	color: var(--color_lightest);
}

.u-color-alert {
	color: var(--color_alert);
}
.u-color-alert a {
	color: var(--color_alert);
}

@media (min-width: 768px) {
	.u-sp-only {
		display: none;
	}
}

@media (max-width: 767px) {
	.u-pc-only {
		display: none;
	}
}

.u-font-base {
	font-family: var(--font_base);
	font-optical-sizing: auto;
	font-weight: 400;
}

.u-font-en {
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.u-font-serif {
	font-family: var(--font_serif);
	font-optical-sizing: auto;
	font-weight: 400;
}

a {
	color: var(--color_primary);
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.u-uline {
	text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
	.u-uline:hover {
		text-decoration: none;
	}
}

@media (hover: hover) and (pointer: fine) {
	.u-hline {
		text-decoration: none;
	}
}
.u-hline:hover {
	text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
	.u-op {
		display: block;
	}
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
	.u-op {
		transition: opacity 0.3s;
	}
	.u-op:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}

.u-list-dot > * {
	position: relative;
	padding-left: 1em;
}
.u-list-dot > *:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.u-list-cir > * {
	position: relative;
}
.u-list-cir > *:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

.u-list-square > * {
	position: relative;
}
.u-list-square > *:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

.u-list-decimal {
	list-style: decimal;
	margin-left: 1.5em;
}
.u-list-ar > * {
	position: relative;
	padding-left: 20px;
}
.u-list-ar > *:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px var(--color_secondary);
	border-right: solid 2px var(--color_secondary);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

/* =======================================================================
margin
padding
======================================================================= */
.u-mt-xs {
	margin-top: var(--u_margin_xs);
}

.u-mt-s {
	margin-top: var(--u_margin_s);
}

.u-mt-m {
	margin-top: var(--u_margin_m);
}

.u-mt-l {
	margin-top: var(--u_margin_l);
}

.u-mt-xl {
	margin-top: var(--u_margin_xl);
}

.u-mt-2xl {
	margin-top: var(--u_margin_2xl);
}

.u-mb-xs {
	margin-bottom: var(--u_margin_xs);
}

.u-mb-s {
	margin-bottom: var(--u_margin_s);
}

.u-mb-m {
	margin-bottom: var(--u_margin_m);
}

.u-mb-l {
	margin-bottom: var(--u_margin_l);
}

.u-mb-xl {
	margin-bottom: var(--u_margin_xl);
}

.u-mb-2xl {
	margin-bottom: var(--u_margin_2xl);
}

.u-m-xs {
	margin: var(--u_margin_xs);
}

.u-m-s {
	margin: var(--u_margin_s);
}

.u-m-m {
	margin: var(--u_margin_m);
}

.u-m-l {
	margin: var(--u_margin_l);
}

.u-m-xl {
	margin: var(--u_margin_xl);
}

.u-m-2xl {
	margin: var(--u_margin_2xl);
}

.u-pt-xs {
	padding-top: var(--u_margin_xs);
}

.u-pt-s {
	padding-top: var(--u_margin_s);
}

.u-pt-m {
	padding-top: var(--u_margin_m);
}

.u-pt-l {
	padding-top: var(--u_margin_l);
}

.u-pt-xl {
	padding-top: var(--u_margin_xl);
}

.u-pt-2xl {
	padding-top: var(--u_margin_2xl);
}

.u-pb-xs {
	padding-bottom: var(--u_margin_xs);
}

.u-pb-s {
	padding-bottom: var(--u_margin_s);
}

.u-pb-m {
	padding-bottom: var(--u_margin_m);
}

.u-pb-l {
	padding-bottom: var(--u_margin_l);
}

.u-pb-xl {
	padding-bottom: var(--u_margin_xl);
}

.u-pb-2xl {
	padding-bottom: var(--u_margin_2xl);
}

.u-p-xs {
	padding: var(--u_margin_xs);
}

.u-p-s {
	padding: var(--u_margin_s);
}

.u-p-m {
	padding: var(--u_margin_m);
}

.u-p-l {
	padding: var(--u_margin_l);
}

.u-p-xl {
	padding: var(--u_margin_xl);
}

.u-p-2xl {
	padding: var(--u_margin_2xl);
}

.u-fw-n {
	font-weight: 500;
}

.u-fw-b {
	font-weight: 700;
}

.u-fs-default {
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}

.u-fs-10 {
	font-size: calc(10 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}

.u-fs-12 {
	font-size: calc(12 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}

.u-fs-14 {
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}

.u-fs-16 {
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}

.u-fs-18 {
	font-size: calc(18 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}

.u-fs-20 {
	font-size: calc(20 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_s);
}

.u-fs-24 {
	font-size: calc(24 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_s);
}

@media (max-width: 767px) {
	.u-fs-default {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
		line-height: var(--lh);
	}
	.u-fs-10 {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
		line-height: var(--lh);
	}
	.u-fs-12 {
		font-size: calc(11 / (var(--fontsize)) * 1rem);
		line-height: var(--lh);
	}
	.u-fs-14 {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
		line-height: var(--lh);
	}
	.u-fs-16 {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
		line-height: var(--lh);
	}
	.u-fs-18 {
		font-size: calc(14 / (var(--fontsize)) * 1rem);
		line-height: var(--lh);
	}
	.u-fs-20 {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
		line-height: var(--lh_s);
	}
	.u-fs-24 {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
		line-height: var(--lh_s);
	}
}
.u-lh-l {
	line-height: var(--lh_l);
}

.u-lh-m {
	line-height: var(--lh);
}

.u-lh-s {
	line-height: var(--lh_s);
}

.u-ls-m {
	letter-spacing: 0.1em;
}

.u-ls-l {
	letter-spacing: 0.2em;
}

.u-ti-1em {
	text-indent: 1em;
}

.c-page-heading {
	position: relative;
	display: grid;
	place-items: center start;
	min-height: 400px;
	background-image: url("../images/common/page-heading_bg.jpg");
	background-size: cover;
	background-position: 50%;
	padding-block-start: calc(var(--headerHeight) + var(--siteMargin));
	padding-inline: var(--siteMargin);
}
@media (max-width: 767px) {
	.c-page-heading {
		min-height: 65.1041666667vw;
	}
}
.c-page-heading__inner {
	padding: var(--siteMargin);
}

.c-page-heading-title {
	display: grid;
	gap: 24px;
	color: var(--color_lightest);
	translate: 0 -40px;
}
@media (max-width: 767px) {
	.c-page-heading-title {
		gap: 10px;
		translate: 0 0;
	}
}

.c-page-heading-title-en {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	font-weight: 700;
}
@media (max-width: 767px) {
	.c-page-heading-title-en {
		gap: 5px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
.c-page-heading-title-en::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100vmax;
	background-color: var(--color_secondary);
}
@media (max-width: 767px) {
	.c-page-heading-title-en::before {
		width: 10px;
		height: 10px;
	}
}

.c-page-heading-title-text {
	font-size: calc(40 / (var(--fontsize)) * 1rem);
	font-weight: 700;
}
@media (max-width: 767px) {
	.c-page-heading-title-text {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}

.c-page-heading-50th {
	position: absolute;
	right: var(--siteMargin);
	bottom: var(--siteMargin);
	width: 120px;
}
@media (max-width: 767px) {
	.c-page-heading-50th {
		width: 19.53125vw;
		right: 5.2083333333vw;
		bottom: 5.2083333333vw;
	}
}

.c-h01 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: calc(22 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_s);
}
@media (max-width: 767px) {
	.c-h01 {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}
.c-h01::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: var(--color_secondary);
	border-radius: 100vmax;
}
@media (max-width: 767px) {
	.c-h01::before {
		width: 12px;
		height: 12px;
	}
}

.c-breadcrumb-wrap {
	padding-inline: var(--siteMargin);
}

.c-breadcrumb {
	display: flex;
	justify-content: end;
	align-items: center;
	min-height: 40px;
	gap: 0.5em;
}
.c-breadcrumb__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	font-size: calc(13 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.c-breadcrumb__item {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
	content: "＞";
}
.c-breadcrumb__item a {
	text-decoration: underline;
}

.c-btn01 {
	display: flex;
	align-items: center;
	width: fit-content;
	min-height: 40px;
	padding: 5px;
	background-color: var(--color_primary);
	color: var(--color_lightest);
	border-radius: 4px;
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.c-btn01 {
		min-height: 30px;
		font-size: calc(11 / (var(--fontsize)) * 1rem);
	}
}
.c-btn01:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.c-btn01:hover {
		background-color: var(--color_secondary);
	}
	.c-btn01:hover .icon {
		background-color: var(--color_lightest);
	}
}
.c-btn01 .icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	background-color: var(--color_secondary);
	background-size: 100%;
	background-image: url("../images/common/icons/arrow.svg");
	transition: 0.3s;
}
@media (max-width: 767px) {
	.c-btn01 .icon {
		width: 24px;
		height: 24px;
	}
}
.c-btn01 .text {
	flex: 1 1 0;
	padding-inline: 16px;
	text-align: center;
}
.c-btn01--alignR {
	margin-left: auto;
}
.c-btn01--alignC {
	margin-inline: auto;
}

input[type=text].c-input-text,
textarea.c-textarea {
	transition: 0.3s;
	appearance: none;
	-webkit-appearance: none;
	border: solid 1px var(--color_line);
	box-shadow: none;
	padding: 10px 15px;
	border-radius: 4px;
	width: 100%;
	background-color: #ffffff;
	outline: none;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
}
input[type=text].c-input-text:focus,
textarea.c-textarea:focus {
	background-color: #ffffe4;
}
input[type=text].c-input-text--s,
textarea.c-textarea--s {
	width: 30%;
}

textarea.c-textarea {
	resize: none;
	line-height: 1.875;
}

input[type=radio].c-input-radio,
input[type=checkbox].c-input-checkbox {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	margin-right: 10px;
	margin-top: -3px;
	border: solid 1px var(--color_line);
	box-shadow: none;
	background-color: #ffffff;
	outline: none;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

input[type=radio].c-input-radio:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--color_primary);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 100%;
	display: none;
}
input[type=radio].c-input-radio:checked:after {
	display: block;
}

input[type=checkbox].c-input-checkbox:after {
	content: "";
	width: 6px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-bottom: solid 2px var(--color_primary);
	border-right: solid 2px var(--color_primary);
	margin-top: -8px;
	margin-left: -3px;
	display: none;
	transform: rotate(45deg);
}
input[type=checkbox].c-input-checkbox:checked:after {
	display: block;
}

input[type=radio].c-input-radio {
	border-radius: 100%;
}

input[type=checkbox].c-input-checkbox {
	border-radius: 0;
}

label.c-label-set {
	display: flex;
	align-items: flex-start;
}
label.c-label-set input[type=radio].c-input-radio,
label.c-label-set input[type=checkbox].c-input-checkbox {
	flex-shrink: 0;
	margin-right: 10px;
	display: block;
	transform: translateY(5px);
}

select.c-select {
	position: relative;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-height: 40px;
	padding: 12px 45px 12px 15px;
	border: solid 2px var(--color_line);
	box-shadow: none;
	border-radius: 4px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-image: url(../images/icon-select.png);
	background-position: right 50%;
	cursor: pointer;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	outline: none;
	line-height: 1.231;
	text-overflow: "";
}

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

body.c-cms-admin-body {
	background-color: #ffffff;
	color: var(--color_primary);
	max-width: 760px !important;
	padding: 40px !important;
}

body.c-cms-admin-body,
.c-cms-body {
	line-height: var(--lh);
	overflow: hidden;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	body.c-cms-admin-body,
	.c-cms-body {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}
body.c-cms-admin-body a,
.c-cms-body a {
	text-decoration: underline;
	color: var(--color_secondary);
}
body.c-cms-admin-body a:hover,
.c-cms-body a:hover {
	text-decoration: none;
}
body.c-cms-admin-body h1, body.c-cms-admin-body h2, body.c-cms-admin-body h3, body.c-cms-admin-body h4, body.c-cms-admin-body h5, body.c-cms-admin-body h6,
.c-cms-body h1,
.c-cms-body h2,
.c-cms-body h3,
.c-cms-body h4,
.c-cms-body h5,
.c-cms-body h6 {
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: 700;
}
body.c-cms-admin-body h2,
.c-cms-body h2 {
	display: flex;
	align-items: center;
	min-height: 40px;
	border-radius: 40px;
	padding: 10px 20px;
	color: var(--color_lightest);
	background-color: var(--color_secondary);
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	body.c-cms-admin-body h2,
	.c-cms-body h2 {
		font-size: 1.4rem;
	}
}
body.c-cms-admin-body h3,
.c-cms-body h3 {
	position: relative;
	color: var(--color_secondary);
	font-size: 2rem;
}
@media (max-width: 767px) {
	body.c-cms-admin-body h3,
	.c-cms-body h3 {
		font-size: 1.6rem;
	}
}
body.c-cms-admin-body h3:before,
.c-cms-body h3:before {
	content: "";
	width: 6px;
	height: 100%;
	position: absolute;
	left: -16px;
	top: 0;
	border-radius: 6px;
	background-color: var(--color_secondary);
}
body.c-cms-admin-body h4,
.c-cms-body h4 {
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	body.c-cms-admin-body h4,
	.c-cms-body h4 {
		font-size: 1.4rem;
	}
}
body.c-cms-admin-body i,
.c-cms-body i {
	font-style: italic;
}
body.c-cms-admin-body pre,
.c-cms-body pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}
body.c-cms-admin-body blockquote,
.c-cms-body blockquote {
	margin: 0 0 30px;
	padding: 10px 20px;
	background-color: var(--color_bg_light);
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	body.c-cms-admin-body blockquote,
	.c-cms-body blockquote {
		font-size: 1.1rem;
	}
}
body.c-cms-admin-body hr,
.c-cms-body hr {
	height: 1px;
	background-color: var(--color_line);
	border: 0;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	body.c-cms-admin-body hr,
	.c-cms-body hr {
		margin-bottom: 20px;
	}
}
body.c-cms-admin-body p,
.c-cms-body p {
	line-height: 2;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	body.c-cms-admin-body p,
	.c-cms-body p {
		margin-bottom: 20px;
	}
}
body.c-cms-admin-body ul, body.c-cms-admin-body ol,
.c-cms-body ul,
.c-cms-body ol {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	body.c-cms-admin-body ul, body.c-cms-admin-body ol,
	.c-cms-body ul,
	.c-cms-body ol {
		margin-bottom: 20px;
	}
}
body.c-cms-admin-body ol li,
.c-cms-body ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
}
body.c-cms-admin-body ul li,
.c-cms-body ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
body.c-cms-admin-body img,
.c-cms-body img {
	max-width: 100%;
	height: auto;
}
body.c-cms-admin-body img.alignleft,
.c-cms-body img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
body.c-cms-admin-body img.alignright,
.c-cms-body img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
body.c-cms-admin-body img.aligncenter,
.c-cms-body img.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
body.c-cms-admin-body table,
.c-cms-body table {
	width: 100%;
	background-color: #ffffff;
	table-layout: fixed;
}
body.c-cms-admin-body table th, body.c-cms-admin-body table td,
.c-cms-body table th,
.c-cms-body table td {
	padding: 10px 20px;
	border: solid 1px var(--color_line);
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	body.c-cms-admin-body table th, body.c-cms-admin-body table td,
	.c-cms-body table th,
	.c-cms-body table td {
		font-size: 1.1rem;
	}
}
body.c-cms-admin-body table th,
.c-cms-body table th {
	background-color: var(--color_secondary);
	color: #ffffff;
	font-weight: 700;
}
body.c-cms-admin-body .wp-caption-text,
.c-cms-body .wp-caption-text {
	margin-top: 0.5em;
	font-size: 1.4rem;
}
@media (max-width: 767px) {
	body.c-cms-admin-body .wp-caption-text,
	.c-cms-body .wp-caption-text {
		font-size: 1.1rem;
	}
}
body.c-cms-admin-body .wp-caption.alignleft,
.c-cms-body .wp-caption.alignleft {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: calc(50% - 20px) !important;
	margin-right: 20px;
}
body.c-cms-admin-body .wp-caption.alignleft img,
.c-cms-body .wp-caption.alignleft img {
	width: 100%;
	height: auto;
}
body.c-cms-admin-body .wp-caption.alignright,
.c-cms-body .wp-caption.alignright {
	display: block;
	float: right;
	margin-bottom: 10px;
	width: calc(50% - 20px) !important;
	margin-left: 20px;
}
body.c-cms-admin-body .wp-caption.alignright img,
.c-cms-body .wp-caption.alignright img {
	width: 100%;
	height: auto;
}
body.c-cms-admin-body .wp-caption.aligncenter, body.c-cms-admin-body .wp-caption.alignnone,
.c-cms-body .wp-caption.aligncenter,
.c-cms-body .wp-caption.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 20px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.wp-pagenavi > a {
		transition: opacity 0.3s;
	}
	.wp-pagenavi > a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
}
.wp-pagenavi > a, .wp-pagenavi > span {
	margin-left: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--color_primary);
	background-color: var(--color_bg_light);
}
.wp-pagenavi > a.previouspostslink, .wp-pagenavi > a.nextpostslink, .wp-pagenavi > span.previouspostslink, .wp-pagenavi > span.nextpostslink {
	background-color: var(--color_primary);
	color: var(--color_lightest);
}
.wp-pagenavi > a.current, .wp-pagenavi > span.current {
	font-weight: 700;
	color: var(--color_primary);
}
.wp-pagenavi > a, .wp-pagenavi > span {
	font-size: 1.6rem;
}
@media (max-width: 767px) {
	.wp-pagenavi > a, .wp-pagenavi > span {
		font-size: 1.3rem;
	}
}

/* =======================================================================
top common
======================================================================= */
.p-top-verticalTitle {
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-size: calc(50 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
	.p-top-verticalTitle {
		writing-mode: unset;
	}
}
@media (max-width: 767px) {
	.p-top-verticalTitle {
		font-size: calc(30 / (var(--fontsize)) * 1rem);
	}
}

.p-top-title {
	position: relative;
	padding-left: 1em;
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	color: var(--color_lightest);
}
@media (max-width: 767px) {
	.p-top-title {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
.p-top-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	border-radius: 100vmax;
	background-color: var(--color_secondary);
	translate: 0 -50%;
}
@media (max-width: 767px) {
	.p-top-title::before {
		width: 10px;
		height: 10px;
	}
}

/* =======================================================================
top mainvisual
======================================================================= */
.p-top-mv {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 720px;
	overflow: hidden;
}
@media (max-width: 1024px) {
	.p-top-mv {
		min-height: 100vh;
		min-height: 100dvh;
	}
}
.p-top-mv__inner {
	grid-area: 1/1;
	z-index: 1;
	padding-block-start: calc(var(--headerHeight) + var(--siteMargin));
}
.p-top-mv__images {
	align-self: start;
	grid-area: 1/1;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 720px;
}
@media (max-width: 1024px) {
	.p-top-mv__images {
		min-height: 100vh;
		min-height: 100dvh;
	}
}

.p-top-mv-images {
	grid-area: 1/1;
}
.p-top-mv-images__item {
	width: 100%;
	height: 100vh;
	min-height: 720px;
}
@media (max-width: 1024px) {
	.p-top-mv-images__item {
		min-height: 100vh;
		min-height: 100dvh;
	}
}
.p-top-mv-images__item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.p-top-mv-50th {
	position: absolute;
	width: 120px;
	right: var(--siteMargin);
	bottom: var(--siteMargin);
	z-index: 1;
}
@media (max-width: 767px) {
	.p-top-mv-50th {
		width: 19.53125vw;
		right: 5.2083333333vw;
		bottom: 5.2083333333vw;
	}
}

@keyframes kf_topMvScroll {
	0% {
		translate: 0 -100%;
	}
	25% {
		translate: 0 100%;
	}
	100% {
		translate: 0 100%;
	}
}
.p-top-mv-scroll {
	position: absolute;
	left: 24px;
	bottom: 0;
	z-index: 1;
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media (max-width: 767px) {
	.p-top-mv-scroll {
		left: 5.2083333333vw;
	}
}
.p-top-mv-scroll .text {
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: calc(14 / (var(--fontsize)) * 1rem);
	color: var(--color_lightest);
	writing-mode: vertical-rl;
}
@media (max-width: 767px) {
	.p-top-mv-scroll .text {
		font-size: calc(10 / (var(--fontsize)) * 1rem);
	}
}
.p-top-mv-scroll .line {
	position: relative;
	margin-inline: auto;
	width: 1px;
	height: 100px;
	background-color: var(--color_lightest);
	overflow: hidden;
}
@media (max-width: 767px) {
	.p-top-mv-scroll .line {
		height: 50px;
	}
}
.p-top-mv-scroll .line::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color_secondary);
	translate: 0 -100%;
	animation-name: kf_topMvScroll;
	animation-direction: normal;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.p-top-mv-main {
	display: grid;
	gap: 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-mv-main {
		gap: 3.90625vw;
		padding-inline: var(--siteMargin);
	}
}
@media (max-width: 767px) {
	.p-top-mv-main {
		gap: 7.8125vw;
		padding-inline: 5.2083333333vw;
	}
}

.p-top-mv-main-content {
	display: grid;
	gap: 60px;
	max-width: 640px;
	margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-mv-main-content {
		gap: 3.90625vw;
	}
}
@media (max-width: 767px) {
	.p-top-mv-main-content {
		max-width: unset;
		gap: 7.8125vw;
	}
}

.p-top-mv-main-copy {
	width: 208px;
	margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-mv-main-copy {
		width: 27.0833333333vw;
	}
}
@media (max-width: 767px) {
	.p-top-mv-main-copy {
		width: 31.25vw;
	}
}

.p-top-mv-main-title {
	color: var(--color_lightest);
	font-size: calc(68 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	text-align: center;
	translate: 0.25em 0;
}
@media (max-width: 767px) {
	.p-top-mv-main-title {
		font-size: min(40 / (var(--fontsize)) * 1rem, 10.4166666667vw);
	}
}

.p-top-mv-main-text {
	color: var(--color_lightest);
	font-size: calc(20 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	line-height: var(--lh_l);
}
@media (max-width: 767px) {
	.p-top-mv-main-text {
		font-size: min(15 / (var(--fontsize)) * 1rem, 3.90625vw);
	}
}

/* =======================================================================
top products
======================================================================= */
.p-top-products {
	padding-block-start: calc(var(--headerHeight) + var(--siteMargin) * 2 + 30px);
	padding-block-end: 80px;
	padding-inline: var(--siteMargin);
}
@media (max-width: 767px) {
	.p-top-products {
		padding-block-end: 40px;
	}
}

.p-top-products-block {
	max-width: var(--width_secondary);
	margin-inline: auto;
	padding-inline: var(--siteMargin);
	display: flex;
	gap: 60px;
}
@media (max-width: 1024px) {
	.p-top-products-block {
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-products-block {
		gap: 40px;
	}
}
@media (max-width: 767px) {
	.p-top-products-block {
		gap: 20px;
		padding-inline: 0;
	}
}
.p-top-products-block__title {
	width: 100px;
	flex-shrink: 0;
}
@media (max-width: 1024px) {
	.p-top-products-block__title {
		width: unset;
	}
}
.p-top-products-block__main {
	position: relative;
	flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-products-block__main {
		margin-left: 44px;
	}
}
@media (max-width: 767px) {
	.p-top-products-block__main {
		margin-left: 30px;
	}
}

.p-top-products-pager {
	position: absolute;
	left: -44px;
	top: 0;
	display: grid;
	gap: 8px;
	width: 24px;
}
@media (max-width: 767px) {
	.p-top-products-pager {
		left: -30px;
	}
}
.p-top-products-pager__item {
	display: flex;
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: calc(18 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.p-top-products-pager__item {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}
.p-top-products-pager__item a {
	position: relative;
	display: inline-flex;
	padding-bottom: 4px;
	transition: 0.3s;
	text-decoration: none;
}
.p-top-products-pager__item a::after {
	content: "";
	height: 1px;
	background-color: var(--color_primary);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 0;
	transition: 0.3s;
}
.p-top-products-pager__item a.is-on {
	color: var(--color_secondary);
}
.p-top-products-pager__item a.is-on::after {
	opacity: 1;
	width: 100%;
	background-color: var(--color_secondary);
}

.p-top-products-item-copy {
	margin-bottom: 50px;
	display: grid;
	font-weight: 700;
	font-size: calc(30 / (var(--fontsize)) * 1rem);
	color: var(--color_lightest);
}
@media (max-width: 767px) {
	.p-top-products-item-copy {
		margin-bottom: 20px;
		font-size: calc(19 / (var(--fontsize)) * 1rem);
	}
}

.p-top-products-item-block {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 65.1785714286%;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-products-item-block {
		align-items: end;
		grid-template-columns: 1fr 50%;
	}
}
@media (max-width: 767px) {
	.p-top-products-item-block {
		gap: 20px;
		grid-template-columns: auto;
	}
}
.p-top-products-item-block__main {
	display: flex;
	flex-direction: column;
	gap: var(--siteMargin);
}
@media (max-width: 767px) {
	.p-top-products-item-block__image {
		margin-right: calc(var(--siteMargin) * -1);
	}
}

.p-top-products-item-heading {
	display: grid;
	gap: 10px;
}

.p-top-products-item-heading-en {
	font-size: calc(50 / (var(--fontsize)) * 1rem);
	line-height: 1;
	font-weight: 700;
}
@media (max-width: 767px) {
	.p-top-products-item-heading-en {
		font-size: calc(25 / (var(--fontsize)) * 1rem);
	}
}
.p-top-products-item[data-products=uav] .p-top-products-item-heading-en {
	font-size: calc(40 / (var(--fontsize)) * 1rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-products-item[data-products=uav] .p-top-products-item-heading-en {
		font-size: calc(30 / (var(--fontsize)) * 1rem);
	}
}
@media (max-width: 767px) {
	.p-top-products-item[data-products=uav] .p-top-products-item-heading-en {
		font-size: calc(25 / (var(--fontsize)) * 1rem);
	}
}

.p-top-products-item-heading-ja {
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	font-weight: 700;
}
@media (max-width: 767px) {
	.p-top-products-item-heading-ja {
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}

.p-top-products-item-text {
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	line-height: var(--lh);
}
@media (max-width: 767px) {
	.p-top-products-item-text {
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}

.p-top-products-item-image {
	position: relative;
}

.p-top-products-item-image-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 46.5753424658%;
	translate: 0 calc(-100% + 40px);
	z-index: 1;
}
@media (max-width: 767px) {
	.p-top-products-item-image-icon {
		width: -46.875vw;
		translate: calc(var(--siteMargin) * 2) -50%;
	}
}

.p-top-products-item-image-video {
	aspect-ratio: 16/9;
	border-radius: 4px;
	overflow: hidden;
}
.p-top-products-item-image-video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* =======================================================================
top solutions
======================================================================= */
.p-top-solutions {
	padding-inline: var(--siteMargin);
}
.p-top-solutions--pre {
	margin-top: 80px;
}
@media (max-width: 767px) {
	.p-top-solutions--pre {
		margin-top: 40px;
	}
}

.p-top-solutions-inner {
	display: grid;
	gap: 40px;
	padding-block-start: var(--siteMargin);
	padding-block-end: 120px;
	padding-inline: var(--siteMargin);
	background-color: var(--color_darker);
	border-radius: 4px;
}
@media (max-width: 767px) {
	.p-top-solutions-inner {
		gap: 30px;
		padding-block: 20px;
	}
}

.p-top-solutions-block {
	display: grid;
	gap: 40px;
	max-width: var(--width_secondary);
	margin-inline: auto;
}
@media (max-width: 767px) {
	.p-top-solutions-block {
		gap: 30px;
	}
}

.p-top-solutions-text {
	text-align: center;
	line-height: var(--lh_l);
	color: var(--color_lightest);
	font-weight: 700;
	font-size: calc(20 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.p-top-solutions-text {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}

.p-top-solutions-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1080px;
	margin-inline: auto;
	gap: 1px;
}
@media (max-width: 767px) {
	.p-top-solutions-list {
		grid-template-columns: auto;
		width: 100%;
	}
}
.p-top-solutions-list__item {
	display: grid;
}
.p-top-solutions-list__item__link {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
	border-radius: 4px;
	padding: 60px 40px 60px;
	background-color: var(--color_lightest);
	transition: 0.3s;
}
@media (max-width: 767px) {
	.p-top-solutions-list__item__link {
		gap: 20px;
		padding: 40px 20px 20px;
	}
}
.p-top-solutions-list__item a.p-top-solutions-list__item__link:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.p-top-solutions-list__item a.p-top-solutions-list__item__link:hover {
		background-color: var(--color_secondary);
	}
	.p-top-solutions-list__item a.p-top-solutions-list__item__link:hover .p-top-solutions-list-num,
	.p-top-solutions-list__item a.p-top-solutions-list__item__link:hover .p-top-solutions-list-title {
		color: var(--color_lightest);
	}
	.p-top-solutions-list__item a.p-top-solutions-list__item__link:hover .p-top-solutions-list-icon {
		background-color: var(--color_lightest);
	}
}

@media (max-width: 767px) {
	.p-top-solutions-list-image {
		width: 55.2083333333vw;
		margin-inline: auto;
	}
}

.p-top-solutions-list-num {
	position: absolute;
	left: 20px;
	top: 20px;
	font-weight: 700;
	color: var(--color_secondary);
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	transition: 0.3s;
}
@media (max-width: 767px) {
	.p-top-solutions-list-num {
		left: 10px;
		top: 10px;
		font-size: calc(12 / (var(--fontsize)) * 1rem);
	}
}

.p-top-solutions-list-title {
	font-weight: 700;
	text-align: center;
	font-size: calc(20 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_l);
	transition: 0.3s;
}
@media (max-width: 767px) {
	.p-top-solutions-list-title {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}

.p-top-solutions-list-icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	background-color: var(--color_secondary);
	background-size: 100%;
	background-image: url("../images/common/icons/arrow.svg");
	transition: 0.3s;
}

/* =======================================================================
top news
======================================================================= */
.p-top-news {
	padding-block: 60px;
	padding-inline: var(--siteMargin);
}
@media (max-width: 767px) {
	.p-top-news {
		padding-block-start: 40px;
	}
}

.p-top-news-block {
	max-width: var(--width_secondary);
	margin-inline: auto;
	padding-inline: var(--siteMargin);
	display: flex;
	justify-content: space-between;
	gap: var(--siteMargin);
}
@media (max-width: 1024px) {
	.p-top-news-block {
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-news-block {
		gap: 40px;
	}
}
@media (max-width: 767px) {
	.p-top-news-block {
		gap: 20px;
	}
}
.p-top-news-block__title {
	width: 100px;
	flex-shrink: 0;
}
@media (max-width: 1024px) {
	.p-top-news-block__title {
		width: unset;
	}
}
.p-top-news-block__main {
	display: grid;
	gap: 30px;
	flex: 1 1 0;
	max-width: 960px;
}

.p-top-news-title {
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: calc(30 / (var(--fontsize)) * 1rem);
}

.p-top-news-list__item {
	display: flex;
	align-items: start;
	gap: 2em;
	padding-block: 20px;
	border-bottom: 1px solid var(--line_light);
	transition: 0.3s;
}
@media (max-width: 767px) {
	.p-top-news-list__item {
		gap: 1em;
	}
}
.p-top-news-list a.p-top-news-list__item:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.p-top-news-list a.p-top-news-list__item:hover .p-top-news-list-title {
		text-decoration: underline;
	}
}

.p-top-news-list-datetime {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	padding-inline: 5px;
	background-color: var(--color_primary);
	color: var(--color_lightest);
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	translate: 0 0.15em;
}
@media (max-width: 767px) {
	.p-top-news-list-datetime {
		width: 80px;
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}

.p-top-news-list-title {
	font-size: calc(16 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_s);
}
@media (max-width: 767px) {
	.p-top-news-list-title {
		font-size: calc(14 / (var(--fontsize)) * 1rem);
	}
}

/* =======================================================================
top recruit
======================================================================= */
.p-top-recruit {
	position: relative;
	padding-inline: var(--siteMargin);
	overflow: hidden;
}

.p-top-recruit-inner {
	padding-block-start: var(--siteMargin);
	padding-block-end: 120px;
	padding-inline: var(--siteMargin);
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-recruit-inner {
		padding-block-end: 26.0416666667vw;
	}
}
@media (max-width: 767px) {
	.p-top-recruit-inner {
		padding-block-start: 20px;
		padding-block-end: 26.0416666667vw;
	}
}

.p-top-recruit-block {
	position: relative;
	max-width: var(--width_secondary);
	margin-inline: auto;
	z-index: 1;
}

.p-top-recruit-title {
	position: relative;
	z-index: 2;
}

.p-top-recruit-main {
	margin-top: 60px;
	position: relative;
	width: 70.3125%;
	max-width: 900px;
	min-height: 412px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--siteMargin);
	padding: 60px 60px 80px;
	background-color: var(--color_lightest);
}
@media (max-width: 1024px) {
	.p-top-recruit-main {
		margin-top: 22.1354166667vw;
		gap: 3.90625vw;
		min-height: unset;
		width: 84.375vw;
		padding: 11.71875vw 6.5104166667vw;
	}
}

.p-top-recruit-main-title {
	font-family: var(--font_serif);
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: calc(60 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	text-align: center;
}
@media (max-width: 1024px) {
	.p-top-recruit-main-title {
		font-size: min(60 / (var(--fontsize)) * 1rem, 7.8125vw);
	}
}
.p-top-recruit-main-title .em {
	color: var(--color_secondary);
}

.p-top-recruit-main-text {
	font-size: calc(20 / (var(--fontsize)) * 1rem);
	font-weight: 700;
	line-height: var(--lh_l);
}
@media (max-width: 1024px) {
	.p-top-recruit-main-text {
		font-size: min(20 / (var(--fontsize)) * 1rem, 3.90625vw);
	}
}

@media (max-width: 767px) {
	.p-top-recruit-main-btn {
		align-self: start;
	}
}

.p-top-recruit-images {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.p-top-recruit-images__item {
	position: absolute;
	aspect-ratio: 128/172;
	width: 14.5454545455%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item {
		width: 16.6666666667vw;
	}
}
.p-top-recruit-images__item--s {
	width: 11.9318181818%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item--s {
		width: 13.671875vw;
	}
}
.p-top-recruit-images__item--xs {
	width: 10.9090909091%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item--xs {
		width: 12.5vw;
	}
}
.p-top-recruit-images__item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-top-recruit-images__item:nth-of-type(1) {
	left: -5.6818181818%;
	top: -9.7087378641%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item:nth-of-type(1) {
		left: -2.6041666667vw;
		top: -14.3229166667vw;
	}
}
.p-top-recruit-images__item:nth-of-type(2) {
	left: -16.0227272727%;
	bottom: 16.9902912621%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item:nth-of-type(2) {
		left: -5.2083333333vw;
		bottom: -14.0625vw;
	}
}
.p-top-recruit-images__item:nth-of-type(3) {
	left: -6.8181818182%;
	bottom: -9.7087378641%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item:nth-of-type(3) {
		left: 10.4166666667vw;
		bottom: -22.3958333333vw;
	}
}
.p-top-recruit-images__item:nth-of-type(4) {
	right: -1.7045454545%;
	top: -12.1359223301%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item:nth-of-type(4) {
		right: 7.5520833333vw;
		top: -25.5208333333vw;
	}
}
.p-top-recruit-images__item:nth-of-type(5) {
	right: -6.8181818182%;
	top: 16.9902912621%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item:nth-of-type(5) {
		right: -1.3020833333vw;
		top: -10.4166666667vw;
	}
}
.p-top-recruit-images__item:nth-of-type(6) {
	right: -7.9545454545%;
	bottom: -14.5631067961%;
}
@media (max-width: 1024px) {
	.p-top-recruit-images__item:nth-of-type(6) {
		right: -4.6875vw;
		bottom: -14.5833333333vw;
	}
}

.p-top-recruit-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.p-top-recruit-bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.p-top-recruit-bg-video::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.p-top-recruit-bg-video video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* =======================================================================
top youtube
======================================================================= */
.p-top-youtube {
	padding-block: 60px;
	padding-inline: var(--siteMargin);
}
@media (max-width: 767px) {
	.p-top-youtube {
		padding-block: 30px;
	}
}

.p-top-youtube-block {
	max-width: var(--width_secondary);
	padding-inline: var(--siteMargin);
	margin-inline: auto;
	display: flex;
	gap: var(--siteMargin);
}
@media (max-width: 1024px) {
	.p-top-youtube-block {
		flex-direction: column;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-youtube-block {
		gap: 40px;
	}
}
@media (max-width: 767px) {
	.p-top-youtube-block {
		gap: 20px;
	}
}
.p-top-youtube-block__title {
	width: 100px;
	flex-shrink: 0;
}
@media (max-width: 1024px) {
	.p-top-youtube-block__title {
		width: unset;
	}
}
.p-top-youtube-block__main {
	flex: 1 1 0;
}

.p-top-youtube-list-wrap.splide {
	visibility: visible;
}
@media (max-width: 767px) {
	.p-top-youtube-list-wrap.splide {
		visibility: hidden;
	}
}

.p-top-youtube-list-track.splide__track {
	overflow: visible;
}

.p-top-youtube-list {
	display: grid;
	gap: 40px 32px;
	grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-youtube-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.p-top-youtube-list.splide__list {
	display: grid !important;
}
@media (max-width: 767px) {
	.p-top-youtube-list.splide__list {
		display: flex !important;
	}
}
@media (max-width: 767px) {
	.p-top-youtube-list {
		gap: 0;
		grid-template-columns: auto;
	}
}
.p-top-youtube-list__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 767px) {
	.p-top-youtube-list__item {
		width: 72.265625vw;
	}
}
.p-top-youtube-list__item:hover {
	text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
	.p-top-youtube-list__item:hover .p-top-youtube-list-image img {
		transform: scale(1.05);
	}
}

.p-top-youtube-list-image {
	aspect-ratio: 740/416;
	border-radius: 10px;
	overflow: hidden;
}
.p-top-youtube-list-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.p-top-youtube-list-content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-top-youtube-list-title {
	font-weight: 700;
	font-size: calc(18 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.p-top-youtube-list-title {
		font-size: calc(16 / (var(--fontsize)) * 1rem);
	}
}

.p-top-youtube-list-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.p-top-youtube-list-tags > * {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 10px;
	min-height: 30px;
	border: 1px solid var(--line_light);
	border-radius: 100vmax;
	font-size: calc(14 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.p-top-youtube-list-tags > * {
		font-size: calc(11 / (var(--fontsize)) * 1rem);
	}
}

.p-top-youtube-links {
	margin-top: 50px;
	display: flex;
	background-color: var(--line);
}
@media (max-width: 1024px) {
	.p-top-youtube-links {
		flex-direction: column;
		margin-top: 40px;
	}
}
.p-top-youtube-links__item {
	flex: 1 1 0;
	display: flex;
	padding: 20px;
	gap: 20px;
}
@media (max-width: 767px) {
	.p-top-youtube-links__item {
		padding: 10px;
	}
}
.p-top-youtube-links__item + .p-top-youtube-links__item {
	border-left: 1px solid #b5b5b5;
}
@media (max-width: 1024px) {
	.p-top-youtube-links__item + .p-top-youtube-links__item {
		border-top: 1px solid #b5b5b5;
		border-left: 0;
	}
}
.p-top-youtube-links__item__qr {
	width: 112px;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.p-top-youtube-links__item__qr {
		display: none;
	}
}
.p-top-youtube-links__item__main {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-top-youtube-links-title {
	flex-grow: 1;
	font-weight: 700;
	font-size: calc(18 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_s);
}
@media (max-width: 767px) {
	.p-top-youtube-links-title {
		font-size: calc(15 / (var(--fontsize)) * 1rem);
	}
}

/* =======================================================================
top animations
======================================================================= */
@keyframes kf_topHeader {
	0% {
		opacity: 0;
		translate: 0 -10px;
	}
	100% {
		opacity: 1;
		translate: 0 0;
	}
}
@keyframes kf_fadeIn {
	/* 466/208 = 2.24 */
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.t-top .l-header {
	opacity: 0;
	animation-name: kf_topHeader;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-delay: 2.75s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	will-change: transform, opacity;
}

.t-top .l-wrapper {
	opacity: 0;
	transition: opacity 1s;
	transition-delay: 0.25s;
}
.t-top .l-wrapper.is-on {
	opacity: 1;
}

.p-top-mv-50th {
	opacity: 0;
	animation-name: kf_fadeIn;
	animation-direction: normal;
	animation-duration: 0.75s;
	animation-delay: 2.25s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.p-top-mv-scroll {
	opacity: 0;
	animation-name: kf_fadeIn;
	animation-direction: normal;
	animation-duration: 0.75s;
	animation-delay: 0.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.p-top-mv.is-scroll .p-top-mv__inner {
		padding-block-end: 120px;
	}
}
@media (max-width: 767px) {
	.p-top-mv.is-scroll .p-top-mv__inner {
		padding-block-end: 19.53125vw;
	}
}

.p-top-mv-main-copy {
	opacity: 1;
	filter: blur(0);
	transform: scale(2);
	transition-duration: 1s;
}
.p-top-mv.is-load .p-top-mv-main-copy {
	opacity: 1;
	transform: scale(2.24);
	transition-duration: 0.5s;
}
.p-top-mv.is-first .p-top-mv-main-copy {
	opacity: 0;
	transform: scale(2.24);
	filter: blur(10px);
}
.p-top-mv.is-scroll .p-top-mv-main-copy {
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
	transition-duration: 0.5s;
	transform-origin: 50% 0%;
}

@keyframes topMvMainContent {
	0% {
		translate: 0 50px;
		opacity: 0;
	}
	100% {
		translate: 0 0;
		opacity: 1;
	}
}
.p-top-mv-main-content {
	grid-template-rows: 0fr;
	translate: 0 50px;
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: 0.3s;
	transition-duration: 0.25s;
	transform-origin: 50% 0%;
}
.p-top-mv.is-scroll .p-top-mv-main-content {
	grid-template-rows: 1fr;
	height: unset;
	animation-name: topMvMainContent;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-delay: 0.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.p-top-mv-main-title,
.p-top-mv-main-text {
	min-height: 0;
}

.p-top-mv-images__item img {
	transform: scale(1);
}
.p-top-mv-images__item.is-scale img {
	transform: scale(1.15);
	transition: 8s linear;
}

@keyframes fadeInLine {
	/* 466/208 = 2.24 */
	0% {
		background-position: 100% 0;
	}
	50% {
		background-position: 0 0;
	}
	100% {
		background-position: -100% 0;
	}
}
@keyframes kf_topProductSplitLine {
	/* 466/208 = 2.24 */
	0% {
		background-position: 100% 0;
	}
	75% {
		background-position: 0% 0;
	}
	100% {
		background-position: 0% 0;
	}
}
.js-line {
	display: inline-flex;
	background-size: 200% auto;
	background-image: linear-gradient(90deg, var(--color_secondary) 0%, var(--color_secondary) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
.js-line.is-scroll {
	animation-name: fadeInLine;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-delay: 0s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.p-top-mv-main-title .js-line.is-scroll {
	animation-delay: 0.75s;
}
.p-top-mv-main-text .js-line.is-scroll {
	animation-delay: 1.25s;
}
.p-top-products-item .js-line {
	color: var(--color_lightest);
}
.p-top-products-item.is-on .js-line {
	animation-name: kf_topProductSplitLine;
	animation-direction: normal;
	animation-duration: 0.25s;
	animation-delay: 0.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.p-top-products {
	min-height: 760px;
}
@media (max-width: 1024px) {
	.p-top-products {
		min-height: 100vh;
		min-height: 100dvh;
		min-height: 100svh;
	}
}

.p-top-products-block__main {
	position: relative;
}

.p-top-products-item {
	position: absolute;
	inset: 0;
	will-change: transform, opacity;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
.p-top-products-item.is-on {
	pointer-events: auto;
	opacity: 1;
}

.p-top-products-item-copy,
.p-top-products-item-image-icon {
	opacity: 0;
	transition: 0.3s;
}
.p-top-products-item.is-on .p-top-products-item-copy,
.p-top-products-item.is-on .p-top-products-item-image-icon {
	opacity: 1;
}

.p-top-products-item-block__main,
.p-top-products-item-image-video {
	opacity: 0;
	translate: 0 50px;
	transition: 0.3s;
}
.p-top-products-item.is-on .p-top-products-item-block__main,
.p-top-products-item.is-on .p-top-products-item-image-video {
	opacity: 1;
	translate: 0 0;
}

.p-top-products-item-block__main {
	transition-delay: 0.75s;
}

.p-top-products-item-image-video {
	transition-delay: 1s;
}

.p-top-products-item-image-icon {
	transition-delay: 1.25s;
}

/* =======================================================================
about
======================================================================= */
.p-about-concept {
	display: grid;
	border-radius: 4px;
	background-image: url("../images/about/concept_bg.jpg");
	background-size: cover;
	background-position: 50%;
	padding: 80px var(--siteMargin) 100px;
}
@media (max-width: 767px) {
	.p-about-concept {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}

.p-about-concept-block {
	width: fit-content;
	margin-inline: auto;
	display: grid;
	gap: 40px;
	justify-content: center;
}
@media (max-width: 767px) {
	.p-about-concept-block {
		gap: 30px;
	}
}

.p-about-concept-title {
	color: var(--color_lightest);
	font-weight: 700;
	font-size: calc(36 / (var(--fontsize)) * 1rem);
	text-align: center;
}
@media (max-width: 767px) {
	.p-about-concept-title {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}

.p-about-concept-list {
	display: grid;
	gap: 10px;
}
@media (max-width: 767px) {
	.p-about-concept-list {
		gap: 5px;
	}
}
.p-about-concept-list__item {
	display: flex;
	gap: 40px;
	align-items: center;
}
@media (max-width: 767px) {
	.p-about-concept-list__item {
		gap: 20px;
	}
}
.p-about-concept-list__item__initials {
	flex-shrink: 0;
}
.p-about-concept-list__item__content {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1 1 0;
}
@media (max-width: 767px) {
	.p-about-concept-list__item__content {
		gap: 15px;
	}
}

.p-about-concept-list-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color_secondary);
	border-radius: 4px;
	color: var(--color_lightest);
	font-size: calc(52 / (var(--fontsize)) * 1rem);
	font-weight: 700;
}
@media (max-width: 767px) {
	.p-about-concept-list-icon {
		width: 40px;
		height: 40px;
		font-size: calc(26 / (var(--fontsize)) * 1rem);
	}
}

.p-about-concept-list-en {
	font-family: var(--font_en);
	font-weight: 500;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	font-weight: 700;
	font-size: calc(40 / (var(--fontsize)) * 1rem);
	color: var(--color_lightest);
}
@media (max-width: 767px) {
	.p-about-concept-list-en {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}

.p-about-concept-list-title {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color_lightest);
	border-radius: 100vmax;
	min-height: 40px;
	padding: 4px 20px;
	font-weight: 700;
	font-size: calc(26 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.p-about-concept-list-title {
		min-height: 20px;
		font-size: calc(13 / (var(--fontsize)) * 1rem);
	}
}

.p-about-title {
	position: relative;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: calc(30 / (var(--fontsize)) * 1rem);
}
@media (max-width: 767px) {
	.p-about-title {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}
.p-about-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 5px;
	background-color: var(--color_secondary);
}
@media (max-width: 767px) {
	.p-about-title::after {
		width: 24px;
		height: 3px;
	}
}

.p-about-col {
	display: grid;
	grid-template-columns: 280px 1fr;
}
@media (max-width: 1024px) {
	.p-about-col {
		grid-template-columns: auto;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-about-col {
		gap: 40px;
	}
}
@media (max-width: 767px) {
	.p-about-col {
		gap: 30px;
	}
}

.p-about-message {
	display: grid;
	gap: 40px;
}
@media (max-width: 767px) {
	.p-about-message {
		gap: 30px;
	}
}

.p-about-message-title {
	font-weight: 700;
	font-size: calc(30 / (var(--fontsize)) * 1rem);
	line-height: var(--lh_s);
}
@media (max-width: 767px) {
	.p-about-message-title {
		font-size: calc(20 / (var(--fontsize)) * 1rem);
	}
}

.p-about-message-sign {
	width: fit-content;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
}
@media (max-width: 767px) {
	.p-about-message-sign {
		gap: 10px;
	}
}

.p-about-message-sign-image {
	width: 172px;
}
@media (max-width: 767px) {
	.p-about-message-sign-image {
		width: 128px;
	}
}

.p-about-outline-block {
	display: grid;
	border-top: 1px solid var(--line_light);
}

.p-about-outline-block-item {
	display: flex;
	padding-block: 30px;
	border-bottom: 1px solid var(--line_light);
}
@media (max-width: 767px) {
	.p-about-outline-block-item {
		display: grid;
		padding: 20px 10px;
	}
}
.p-about-outline-block-item__title {
	width: 360px;
	flex-shrink: 0;
	padding-inline: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-about-outline-block-item__title {
		width: 240px;
	}
}
@media (max-width: 767px) {
	.p-about-outline-block-item__title {
		width: unset;
		padding-inline: 0;
	}
}
.p-about-outline-block-item__content {
	display: grid;
	gap: 30px;
	padding-inline: 20px;
}
@media (max-width: 767px) {
	.p-about-outline-block-item__content {
		gap: 20px;
		padding-inline: 0;
	}
}

.p-about-access-block {
	border-top: 1px solid var(--line_light);
}

.p-about-access-block-item {
	display: grid;
	gap: 30px;
	padding: 50px;
	border-bottom: 1px solid var(--line_light);
}
@media (max-width: 767px) {
	.p-about-access-block-item {
		gap: 15px;
		padding: 20px 15px;
	}
}

.p-about-access-map {
	position: relative;
	overflow: hidden;
	aspect-ratio: 850/518;
}
.p-about-access-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}