:root {
	--ltr-space-default: 0.03em;
	--line-height-default: 1.8;
	--line-height-hdr: 1.4;
	--line-height-none: 1;
	--font-default: "Zen Maru Gothic", serif;
	--font-primary: "Zen Maru Gothic", serif;
	--font-jp: "Josefin Sans", "Zen Maru Gothic", serif;
	--font-en: "Josefin Sans", sans-serif;
	--clr-primary-default: #9ccc7c;
	--clr-primary-dark: #e8fcda;
	--clr-secondary-default: #e6fde2;
	--clr-secondary-dark: #f1cf38;
	--clr-bg-01: #fff;
	--clr-bg-02: #fff;
	--clr-sub-06: #6790b7;
	--clr-sub-05: #a2689b;
	--clr-sub-04: #f11;
	--clr-sub-03: #d7a761;
	--clr-sub-02: #a8bf71;
	--clr-sub-01: #51aaa6;
	--clr-mono-06: #4c5a49;
	--clr-mono-05: #646b7a;
	--clr-mono-04: #9599a3;
	--clr-mono-03: #babdc4;
	--clr-mono-02: #dfdfe0;
	--clr-mono-01: #f2f2f2;
	--clr-text-primary: #4c5a49;
	--clr-text-secondary: #423a38;
	--clr-text-placeholder: #ccc;
	--clr-text-light: #f7f7f7;
	--clr-wht: #fff;
	--clr-blk: #000;
	--transit-default: all 0.4s ease-out
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
code,
em,
img,
small,
var,
b,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0)
}

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

body {
	line-height: 1;
	background: #fff;
	color: #333
}

article,
aside,
details,
footer,
header,
menu,
nav,
section,
main {
	display: block
}

nav ul {
	list-style: none
}

blockquote {
	quotes: none
}

blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0)
}

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

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

input,
select {
	vertical-align: middle
}

li img {
	vertical-align: bottom
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box
}

input[type=search]:focus {
	outline-offset: -2px
}

input[type=search]::-webkit-search-decoration {
	display: none
}

input[type=submit] {
	-webkit-appearance: none
}

@media print,
screen and (min-width: 768px) {
	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}

	@-moz-document url-prefix() {
		* {
			font-feature-settings: "palt"
		}
	}
}

@media screen and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 0) {
	* {
		font-feature-settings: "palt"
	}
}

html {
	font-size: clamp(9px, 0.8333333333vw, 1rem);
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-padding-top: 6.25rem
}

@media screen and (min-width: 48em)and (max-width: 67.5em) {
	html {
		font-size: 0.875rem;
		overflow-y: auto;
		overflow-x: auto
	}
}

@media screen and (max-width: 47.9375em) {
	html {
		font-size: min(3.3816425121vw, 0.875rem);
		scroll-padding-top: 4rem
	}
}

html.fixed {
	overflow-y: hidden
}

body {
	font-family: var(--font-primary);
	line-height: var(--line-height-default);
	font-weight: 500;
	font-feature-settings: "palt";
	color: var(--clr-text-primary);
	height: 100%;
	word-break: break-word;
	overflow-x: hidden
}

@media print,
screen and (min-width: 48em) {
	body {
		font-size: clamp(15.9375px, 0.9375vw, 1.125rem)
	}
}

@media screen and (min-width: 48em)and (max-width: 67.5em) {
	body:not(.mce-content-body) {
		min-width: 1080px
	}
}

@media screen and (max-width: 47.9375em) {
	body {
		padding-top: 4.5714285714rem;
		-webkit-text-size-adjust: none
	}
}

* {
	letter-spacing: var(--ltr-space-default)
}

ul,
ol {
	list-style: none
}

small {
	font-size: max(12px, 0.875rem)
}

@media screen and (max-width: 47.9375em) {
	small {
		font-size: 0.9285714286rem
	}
}

a,
a:where([href="javascript:void(0);"]):hover {
	color: var(--clr-text-primary);
	text-decoration: none;
	transition: var(--transit-default);
	outline: none
}

a:where([href="javascript:void(0);"]),
a:where([href="javascript:void(0);"])::before {
	color: inherit;
	cursor: default;
	opacity: 1;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:focus {
	text-decoration: none !important
}

@media print,
screen and (min-width: 48em) {
	a[href^="tel:"] {
		pointer-events: none
	}
}

img {
	vertical-align: middle
}

@media screen and (max-width: 47.9375em) {
	img {
		max-width: 100%;
		height: auto
	}
}

address,
em,
i {
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: var(--line-height-hdr)
}

svg {
	transition: var(--transit-default)
}

.txt-lg {
	font-size: max(16px, 1.125rem)
}

@media screen and (max-width: 47.9375em) {
	.txt-lg {
		font-size: 1.0714285714rem
	}
}

.txt-sm {
	font-size: max(12px, 0.875rem)
}

@media screen and (max-width: 47.9375em) {
	.txt-sm {
		font-size: 0.9285714286rem
	}
}

.clr-primary-default,
.clr-primary-default * {
	color: var(--clr-primary-default)
}

.clr-primary-dark,
.clr-primary-dark * {
	color: var(--clr-primary-dark)
}

.clr-secondary-default,
.clr-secondary-default * {
	color: var(--clr-secondary-default)
}

.clr-secondary-dark,
.clr-secondary-dark * {
	color: var(--clr-secondary-dark)
}

.clr-bg-01,
.clr-bg-01 * {
	color: var(--clr-bg-01)
}

.clr-bg-02,
.clr-bg-02 * {
	color: var(--clr-bg-02)
}

.clr-sub-06,
.clr-sub-06 * {
	color: var(--clr-sub-06)
}

.clr-sub-05,
.clr-sub-05 * {
	color: var(--clr-sub-05)
}

.clr-sub-04,
.clr-sub-04 * {
	color: var(--clr-sub-04)
}

.clr-sub-03,
.clr-sub-03 * {
	color: var(--clr-sub-03)
}

.clr-sub-02,
.clr-sub-02 * {
	color: var(--clr-sub-02)
}

.clr-sub-01,
.clr-sub-01 * {
	color: var(--clr-sub-01)
}

.clr-mono-06,
.clr-mono-06 * {
	color: var(--clr-mono-06)
}

.clr-mono-05,
.clr-mono-05 * {
	color: var(--clr-mono-05)
}

.clr-mono-04,
.clr-mono-04 * {
	color: var(--clr-mono-04)
}

.clr-mono-03,
.clr-mono-03 * {
	color: var(--clr-mono-03)
}

.clr-mono-02,
.clr-mono-02 * {
	color: var(--clr-mono-02)
}

.clr-mono-01,
.clr-mono-01 * {
	color: var(--clr-mono-01)
}

.clr-text-primary,
.clr-text-primary * {
	color: var(--clr-text-primary)
}

.clr-text-secondary,
.clr-text-secondary * {
	color: var(--clr-text-secondary)
}

.clr-text-placeholder,
.clr-text-placeholder * {
	color: var(--clr-text-placeholder)
}

.clr-text-light,
.clr-text-light * {
	color: var(--clr-text-light)
}

.clr-wht,
.clr-wht * {
	color: var(--clr-wht)
}

.clr-blk,
.clr-blk * {
	color: var(--clr-blk)
}

.has-clr-primary-default-color,
.has-clr-primary-default-color * {
	color: var(--clr-primary-default)
}

.has-clr-primary-dark-color,
.has-clr-primary-dark-color * {
	color: var(--clr-primary-dark)
}

.has-clr-secondary-default-color,
.has-clr-secondary-default-color * {
	color: var(--clr-secondary-default)
}

.has-clr-secondary-dark-color,
.has-clr-secondary-dark-color * {
	color: var(--clr-secondary-dark)
}

.has-clr-bg-01-color,
.has-clr-bg-01-color * {
	color: var(--clr-bg-01)
}

.has-clr-bg-02-color,
.has-clr-bg-02-color * {
	color: var(--clr-bg-02)
}

.has-clr-sub-06-color,
.has-clr-sub-06-color * {
	color: var(--clr-sub-06)
}

.has-clr-sub-05-color,
.has-clr-sub-05-color * {
	color: var(--clr-sub-05)
}

.has-clr-sub-04-color,
.has-clr-sub-04-color * {
	color: var(--clr-sub-04)
}

.has-clr-sub-03-color,
.has-clr-sub-03-color * {
	color: var(--clr-sub-03)
}

.has-clr-sub-02-color,
.has-clr-sub-02-color * {
	color: var(--clr-sub-02)
}

.has-clr-sub-01-color,
.has-clr-sub-01-color * {
	color: var(--clr-sub-01)
}

.has-clr-mono-06-color,
.has-clr-mono-06-color * {
	color: var(--clr-mono-06)
}

.has-clr-mono-05-color,
.has-clr-mono-05-color * {
	color: var(--clr-mono-05)
}

.has-clr-mono-04-color,
.has-clr-mono-04-color * {
	color: var(--clr-mono-04)
}

.has-clr-mono-03-color,
.has-clr-mono-03-color * {
	color: var(--clr-mono-03)
}

.has-clr-mono-02-color,
.has-clr-mono-02-color * {
	color: var(--clr-mono-02)
}

.has-clr-mono-01-color,
.has-clr-mono-01-color * {
	color: var(--clr-mono-01)
}

.has-clr-text-primary-color,
.has-clr-text-primary-color * {
	color: var(--clr-text-primary)
}

.has-clr-text-secondary-color,
.has-clr-text-secondary-color * {
	color: var(--clr-text-secondary)
}

.has-clr-text-placeholder-color,
.has-clr-text-placeholder-color * {
	color: var(--clr-text-placeholder)
}

.has-clr-text-light-color,
.has-clr-text-light-color * {
	color: var(--clr-text-light)
}

.has-clr-wht-color,
.has-clr-wht-color * {
	color: var(--clr-wht)
}

.has-clr-blk-color,
.has-clr-blk-color * {
	color: var(--clr-blk)
}

.fz13 {
	font-size: max(11px, 0.8125rem)
}

@media screen and (max-width: 47.9375em) {
	.fz13 {
		font-size: 0.8125rem
	}
}

.fz14 {
	font-size: max(12px, 0.875rem)
}

@media screen and (max-width: 47.9375em) {
	.fz14 {
		font-size: 0.875rem
	}
}

.fz16 {
	font-size: max(14px, 1rem)
}

@media screen and (max-width: 47.9375em) {
	.fz16 {
		font-size: 1rem
	}
}

.fz20 {
	font-size: max(18px, 1.25rem)
}

@media screen and (max-width: 47.9375em) {
	.fz20 {
		font-size: 1.25rem
	}
}

.fz24 {
	font-size: max(22px, 1.5rem)
}

@media screen and (max-width: 47.9375em) {
	.fz24 {
		font-size: 1.5rem
	}
}

.fz30 {
	font-size: 1.875rem
}

@media screen and (max-width: 47.9375em) {
	.fz30 {
		font-size: 1.875rem
	}
}

.fz32 {
	font-size: 2rem
}

@media screen and (max-width: 47.9375em) {
	.fz32 {
		font-size: 2rem
	}
}

.font-jp {
	font-family: var(--font-jp)
}

.font-en {
	font-family: var(--font-en)
}

.clip-txt2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.clip-txt3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.txt-ctr,
.txt-ctr-pc {
	text-align: center
}

.txt-rgt,
.txt-rgt-pc {
	text-align: right
}

@media screen and (max-width: 47.9375em) {

	.txt-ctr-pc,
	.txt-rgt-pc {
		text-align: left
	}

	.txt-ctr-sp {
		text-align: center
	}
}

.editor-styles-wrapper::before,
.editor-styles-wrapper::after,
.mce-content-body::before,
.mce-content-body::after {
	content: "";
	display: table
}

.editor-styles-wrapper::after,
.mce-content-body::after {
	clear: both
}

.editor-styles-wrapper ul:where(:not([class*=ez-toc-])),
.editor-styles-wrapper ol,
.mce-content-body ul:where(:not([class*=ez-toc-])),
.mce-content-body ol {
	margin-inline-start: 1.625rem
}

.editor-styles-wrapper ul:where(:not([class*=ez-toc-])):not(:first-child),
.editor-styles-wrapper ol:not(:first-child),
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:first-child),
.mce-content-body ol:not(:first-child) {
	margin-top: 1em
}

.editor-styles-wrapper ul:where(:not([class*=ez-toc-])):not(:last-child),
.editor-styles-wrapper ol:not(:last-child),
.mce-content-body ul:where(:not([class*=ez-toc-])):not(:last-child),
.mce-content-body ol:not(:last-child) {
	margin-bottom: 1em
}

.editor-styles-wrapper ol,
.mce-content-body ol {
	list-style-type: decimal-leading-zero
}

.editor-styles-wrapper li,
.mce-content-body li {
	position: relative;
	padding-block-end: .5em
}

.editor-styles-wrapper ul:where(:not([class*=ez-toc-])) li,
.mce-content-body ul:where(:not([class*=ez-toc-])) li {
	list-style: none
}

.editor-styles-wrapper ul:where(:not([class*=ez-toc-])) li::before,
.mce-content-body ul:where(:not([class*=ez-toc-])) li::before {
	content: "";
	float: inline-start;
	inline-size: 0.625rem;
	aspect-ratio: 1;
	margin-block: calc((1lh - 0.625rem)/2);
	margin-inline-start: calc(1.625rem*-1);
	color: var(--clr-primary-default);
	border: 1px solid;
	background-color: currentColor
}

.editor-styles-wrapper ol li::marker,
.mce-content-body ol li::marker {
	color: var(--clr-primary-default);
	font-weight: 600;
	letter-spacing: 0.2em;
	font-family: var(--font-en)
}

.editor-styles-wrapper ul[style="list-style-type: circle;"] li::before,
.mce-content-body ul[style="list-style-type: circle;"] li::before {
	background-color: var(--clr-wht)
}

.editor-styles-wrapper ul:not([style="list-style-type: square;"]) li::before,
.mce-content-body ul:not([style="list-style-type: square;"]) li::before {
	border-radius: 50%
}

.editor-styles-wrapper .wp-block-image img,
.mce-content-body .wp-block-image img {
	margin: 1em 0;
	max-width: 100%;
	height: auto
}

.editor-styles-wrapper .wp-caption,
.mce-content-body .wp-caption {
	width: fit-content;
	max-width: 100%
}

.editor-styles-wrapper hr,
.mce-content-body hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: none;
	border-bottom: 1.5px solid #e6dbd6
}

.editor-styles-wrapper a .wp-block-image img,
.mce-content-body a .wp-block-image img {
	transition: var(--transit-default)
}

.editor-styles-wrapper a:hover .wp-block-image img,
.mce-content-body a:hover .wp-block-image img {
	opacity: .8
}

.editor-styles-wrapper img,
.mce-content-body img {
	display: block
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper .alignright,
	.editor-styles-wrapper .alignleft,
	.mce-content-body .alignright,
	.mce-content-body .alignleft {
		width: 100% !important;
		float: none;
		margin: 1em auto;
		display: block
	}
}

.editor-styles-wrapper .alignleft,
.mce-content-body .alignleft {
	float: left;
	clear: left;
	margin-right: 1em;
	margin-bottom: 1em
}

.editor-styles-wrapper .alignright,
.mce-content-body .alignright {
	float: right;
	clear: right;
	margin-left: 1em;
	margin-bottom: 1em
}

.editor-styles-wrapper .aligncenter,
.mce-content-body .aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em
}

.editor-styles-wrapper .wp-block-image img.aligncenter,
.mce-content-body .wp-block-image img.aligncenter {
	display: block
}

.editor-styles-wrapper .alignleft:last-child,
.editor-styles-wrapper .alignright:last-child,
.editor-styles-wrapper .aligncenter:last-child,
.mce-content-body .alignleft:last-child,
.mce-content-body .alignright:last-child,
.mce-content-body .aligncenter:last-child {
	margin-bottom: 0
}

.editor-styles-wrapper p:not(:last-child),
.mce-content-body p:not(:last-child) {
	margin-bottom: 1em
}

.editor-styles-wrapper strong,
.mce-content-body strong {
	font-weight: bold
}

.editor-styles-wrapper blockquote,
.mce-content-body blockquote {
	margin: 1em 0;
	padding: 1rem 2.5rem;
	border-radius: 0.1875rem;
	position: relative;
	display: inline-block;
	font-style: oblique;
	color: #666;
	background-color: var(--clr-bg-02);
	text-align: left
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper blockquote,
	.mce-content-body blockquote {
		padding: 1rem
	}
}

.editor-styles-wrapper blockquote::before,
.editor-styles-wrapper blockquote::after,
.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	opacity: .25
}

.editor-styles-wrapper blockquote::before,
.mce-content-body blockquote::before {
	background-image: url("../images/common/icon-quote_left.svg");
	top: 0.875rem;
	left: 0.75rem
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper blockquote::before,
	.mce-content-body blockquote::before {
		top: 0;
		left: 0
	}
}

.editor-styles-wrapper blockquote::after,
.mce-content-body blockquote::after {
	background-image: url("../images/common/icon-quote_right.svg");
	bottom: 0.875rem;
	right: 0.75rem
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper blockquote::after,
	.mce-content-body blockquote::after {
		bottom: 0;
		right: 0
	}
}

.editor-styles-wrapper blockquote p,
.mce-content-body blockquote p {
	margin-bottom: 0
}

.editor-styles-wrapper a,
.mce-content-body a {
	text-decoration: underline
}

.editor-styles-wrapper a:hover,
.mce-content-body a:hover {
	text-decoration: none
}

.editor-styles-wrapper table,
.mce-content-body table {
	border: none;
	height: auto !important
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper table,
	.mce-content-body table {
		max-width: none !important
	}
}

.editor-styles-wrapper table:not(:first-child),
.mce-content-body table:not(:first-child) {
	margin-top: 1em
}

.editor-styles-wrapper table:not(:last-child),
.mce-content-body table:not(:last-child) {
	margin-bottom: 1em
}

.editor-styles-wrapper tr,
.editor-styles-wrapper th,
.editor-styles-wrapper td,
.mce-content-body tr,
.mce-content-body th,
.mce-content-body td {
	height: auto !important
}

.editor-styles-wrapper th,
.editor-styles-wrapper td,
.mce-content-body th,
.mce-content-body td {
	padding: 1em;
	border: 1px solid #d3d3d3;
	vertical-align: top
}

@media screen and (max-width: 21.25em) {

	.editor-styles-wrapper th,
	.editor-styles-wrapper td,
	.mce-content-body th,
	.mce-content-body td {
		padding: .5em 1em
	}
}

.editor-styles-wrapper th,
.mce-content-body th {
	min-width: 7.5rem;
	text-align: left
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper th,
	.mce-content-body th {
		font-weight: bold
	}
}

.editor-styles-wrapper sup,
.mce-content-body sup {
	font-size: max(10px, 0.75rem);
	color: #555
}

.editor-styles-wrapper iframe,
.mce-content-body iframe {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	vertical-align: bottom
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper iframe[src*="google.com/maps"],
	.mce-content-body iframe[src*="google.com/maps"] {
		aspect-ratio: 4/3
	}
}

.editor-styles-wrapper iframe:not(:first-child),
.mce-content-body iframe:not(:first-child) {
	margin-top: 2em
}

.editor-styles-wrapper iframe:not(:last-child),
.mce-content-body iframe:not(:last-child) {
	margin-bottom: 2em
}

.page .lps_sec h2.ttl-01 {
	display: flex;
	flex-direction: column
}

.page .lps_sec h2.ttl-01 .subtitle {
	order: 1;
	margin-top: 0;
	margin-bottom: 0.5rem
}

.page .lps_sec h2.ttl-01 span {
	order: 2
}

.page .lps_sec h2.ttl-01::after {
	order: 3
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	font-family: var(--font-jp)
}

.editor-styles-wrapper h1:not(:first-child),
.editor-styles-wrapper h2:not(:first-child),
.editor-styles-wrapper h3:not(:first-child),
.editor-styles-wrapper h4:not(:first-child),
.editor-styles-wrapper h5:not(:first-child),
.editor-styles-wrapper h6:not(:first-child) {
	margin-top: 2em
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper h1:not(:first-child),
	.editor-styles-wrapper h2:not(:first-child),
	.editor-styles-wrapper h3:not(:first-child),
	.editor-styles-wrapper h4:not(:first-child),
	.editor-styles-wrapper h5:not(:first-child),
	.editor-styles-wrapper h6:not(:first-child) {
		margin-top: 1.5em
	}
}

.editor-styles-wrapper h1:not(:last-child),
.editor-styles-wrapper h2:not(:last-child),
.editor-styles-wrapper h3:not(:last-child),
.editor-styles-wrapper h4:not(:last-child),
.editor-styles-wrapper h5:not(:last-child),
.editor-styles-wrapper h6:not(:last-child) {
	margin-bottom: 1em
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper h1:not(:last-child),
	.editor-styles-wrapper h2:not(:last-child),
	.editor-styles-wrapper h3:not(:last-child),
	.editor-styles-wrapper h4:not(:last-child),
	.editor-styles-wrapper h5:not(:last-child),
	.editor-styles-wrapper h6:not(:last-child) {
		margin-bottom: .75em
	}
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2 {
	font-size: 2rem
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper h1,
	.editor-styles-wrapper h2 {
		font-size: 1.8571428571rem
	}
}

.editor-styles-wrapper h3 {
	font-size: 1.625rem
}

@media screen and (max-width: 47.9375em) {
	.editor-styles-wrapper h3 {
		font-size: 1.5714285714rem
	}
}

.editor-styles-wrapper h4 {
	font-size: max(18px, 1.25rem)
}

@media screen and (max-width: 47.9375em) {
	.editor-styles-wrapper h4 {
		font-size: 1.2857142857rem
	}
}

.editor-styles-wrapper h5 {
	font-size: max(16px, 1.125rem)
}

@media screen and (max-width: 47.9375em) {
	.editor-styles-wrapper h5 {
		font-size: 1.1428571429rem
	}
}

.editor-styles-wrapper h6 {
	font-size: max(15px, 1.0625rem)
}

@media screen and (max-width: 47.9375em) {
	.editor-styles-wrapper h6 {
		font-size: 1.0714285714rem
	}
}

.bold {
	font-weight: bold
}

.bold:not([class*=clr-]) {
	color: var(--clr-primary-default)
}

@media screen and (max-width: 47.9375em) {
	.table-sp-scroll {
		min-width: 38.5714285714rem
	}

	.scroll {
		overflow-x: scroll;
		margin-bottom: 1em;
		-webkit-overflow-scrolling: touch
	}

	.scroll table {
		margin: 0
	}

	.scroll--cap {
		text-align: right;
		margin: 1em 0 0 !important;
		opacity: .25;
		font-size: max(12px, 0.875rem)
	}
}

.mce-ttl-01,
.mce-ttl-02,
.mce-ttl-03,
.is-style-mce-ttl-01,
.is-style-mce-ttl-02,
.is-style-mce-ttl-03 {
	font-family: var(--font-jp)
}

.mce-ttl-01:not(:first-child),
.mce-ttl-02:not(:first-child),
.mce-ttl-03:not(:first-child),
.is-style-mce-ttl-01:not(:first-child),
.is-style-mce-ttl-02:not(:first-child),
.is-style-mce-ttl-03:not(:first-child) {
	margin-top: 2em
}

@media screen and (max-width: 47.9375em) {

	.mce-ttl-01:not(:first-child),
	.mce-ttl-02:not(:first-child),
	.mce-ttl-03:not(:first-child),
	.is-style-mce-ttl-01:not(:first-child),
	.is-style-mce-ttl-02:not(:first-child),
	.is-style-mce-ttl-03:not(:first-child) {
		margin-top: 1.5em
	}
}

.mce-ttl-01:not(:last-child),
.mce-ttl-02:not(:last-child),
.mce-ttl-03:not(:last-child),
.is-style-mce-ttl-01:not(:last-child),
.is-style-mce-ttl-02:not(:last-child),
.is-style-mce-ttl-03:not(:last-child) {
	margin-bottom: 1em
}

@media screen and (max-width: 47.9375em) {

	.mce-ttl-01:not(:last-child),
	.mce-ttl-02:not(:last-child),
	.mce-ttl-03:not(:last-child),
	.is-style-mce-ttl-01:not(:last-child),
	.is-style-mce-ttl-02:not(:last-child),
	.is-style-mce-ttl-03:not(:last-child) {
		margin-bottom: .75em
	}
}

.mce-ttl-01,
.is-style-mce-ttl-01 {
	font-size: 2rem
}

@media screen and (max-width: 47.9375em) {

	.mce-ttl-01,
	.is-style-mce-ttl-01 {
		font-size: 1.4285714286rem
	}
}

.mce-ttl-02,
.is-style-mce-ttl-02 {
	font-size: max(22px, 1.5rem)
}

@media screen and (max-width: 47.9375em) {

	.mce-ttl-02,
	.is-style-mce-ttl-02 {
		font-size: 1.2857142857rem
	}
}

.mce-ttl-03,
.is-style-mce-ttl-03 {
	font-size: max(16px, 1.125rem)
}

@media screen and (max-width: 47.9375em) {

	.mce-ttl-03,
	.is-style-mce-ttl-03 {
		font-size: 1.1428571429rem
	}
}

.mce-txt-attention,
.is-style-txt-attention {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	font-size: max(12px, 0.875rem);
	opacity: .6
}

@media screen and (max-width: 47.9375em) {

	.mce-txt-attention,
	.is-style-txt-attention {
		font-size: 0.9285714286rem
	}
}

.mce-txt-attention::before,
.is-style-txt-attention::before {
	content: "※"
}

.mce-ttl-02+hr {
	margin-top: 0;
	margin-bottom: 1rem
}

.mce-ttl-02:has(+hr) {
	margin-top: 0 !important;
	margin-bottom: 1rem !important
}

.mce-table1 th,
.mce-table1 td {
	position: relative;
	border: 0;
	padding: 1em 1.5em
}

.mce-table1 th::before,
.mce-table1 td::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: calc(100% - 0.1875rem)
}

.mce-table1 th {
	color: var(--clr-primary-default)
}

.mce-table1 th::before {
	left: 0;
	border-bottom: 2px solid
}

.mce-table1 td::before {
	right: 0;
	border-bottom: 1px solid #d3d3d3
}

.mce-table2 {
	background-color: var(--clr-wht)
}

@media print,
screen and (min-width: 48em) {
	.mce-table2 td:not(:first-child) {
		border-left: 0
	}
}

.mce-table2 th {
	background-color: #5a4c49;
	color: #f7f7f7
}

.mce-box,
.is-style-box {
	padding: 1.5rem 2rem;
	background-color: var(--clr-bg-01);
	border-radius: 2.5rem
}

@media screen and (max-width: 47.9375em) {

	.mce-box,
	.is-style-box {
		padding: 1.5rem
	}
}

.mce-box:not(:first-child),
.is-style-box:not(:first-child) {
	margin-top: 2em
}

.mce-box:not(:last-child),
.is-style-box:not(:last-child) {
	margin-bottom: 2em
}

.mce-box *:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl]),
.is-style-box *:not([class*=clr-]):not([class*=bold]):not([class*=mce-ttl]) {
	color: var(--clr-text-primary)
}

.lps_sec:nth-child(even) *:not(.bg-wht) .mce-box,
.lps_sec[style*=background-color] *:not(.bg-wht) .mce-box {
	background-color: var(--clr-wht)
}

.lps_sec:nth-child(even) .bg-wht .mce-box,
.lps_sec[style*=background-color] .bg-wht .mce-box {
	background-color: var(--clr-bg-01)
}

.lps_sec:nth-child(odd) *:not(.bg-wht) .mce-box {
	background-color: var(--clr-bg-01)
}

.lps_sec:nth-child(odd) .bg-wht .mce-box {
	background-color: var(--clr-wht)
}

.mce-list-circle::before,
.editor-styles-wrapper ul .is-style-list-circle::before {
	background-color: rgba(0, 0, 0, 0)
}

.mce-list-square::before,
.editor-styles-wrapper ul .is-style-list-square::before {
	border-radius: 0
}

ul.mce-check--list li::before,
ul.mce-check--list li::after,
.mce-list-check::before,
.mce-list-check::after,
.editor-styles-wrapper ul .is-style-list-check::before,
.editor-styles-wrapper ul .is-style-list-check::after {
	content: "";
	margin-inline-start: -2.125em
}

ul.mce-check--list li::before,
.mce-list-check::before,
.editor-styles-wrapper ul .is-style-list-check::before {
	width: 1.5em;
	margin-block: calc((1lh - 1.5em)/2);
	background-color: var(--clr-primary-default);
	border-radius: 50%
}

ul.mce-check--list li::after,
.mce-list-check::after,
.editor-styles-wrapper ul .is-style-list-check::after {
	position: absolute;
	top: 0;
	left: .4375em;
	float: inline-start;
	width: .625em;
	margin-block: calc((1lh - .625em)/2);
	aspect-ratio: 10/7;
	border-left: 2px solid var(--clr-wht);
	border-bottom: 2px solid var(--clr-wht);
	rotate: -45deg
}

@media screen and (max-width: 47.9375em) {
	.table-sp-full {
		width: 100% !important
	}

	.table-sp-full th,
	.table-sp-full td {
		flex: 1
	}

	.table-sp-block,
	.table-sp-block th,
	.table-sp-block td {
		width: 100% !important
	}

	.table-sp-block th,
	.table-sp-block td {
		display: block
	}

	.mce-table1.table-sp-block td::before {
		display: none
	}

	.mce-table2.table-sp-block th,
	.mce-table2.table-sp-block td {
		border-bottom: 0
	}

	.mce-table2.table-sp-block tr:last-child>*:last-child {
		border-bottom: 1px solid #d3d3d3
	}
}

#tinymce {
	padding: 24px
}

.editor-styles-wrapper,
.editor-styles-wrapper * {
	font-family: var(--font-default) !important
}

.editor-styles-wrapper {
	font-size: 16px
}

@media screen and (max-width: 47.9375em) {

	.editor-styles-wrapper table tr *:first-child:nth-last-child(2),
	.editor-styles-wrapper table tr *:first-child:nth-last-child(2)~* {
		display: table-cell;
		width: auto !important
	}
}

div[class*=wp-block-] {
	margin-block: 1.5rem
}

@media screen and (max-width: 47.9375em) {
	div[class*=wp-block-] {
		gap: 1.1428571429rem
	}
}

div[class*=wp-block-] div[class*=wp-block-] {
	margin-block: 0 !important
}

.has-text-align-left {
	text-align: left
}

.has-text-align-center {
	text-align: center
}

.has-text-align-right {
	text-align: right
}

.em {
	font-style: italic
}

.wp-block-columns {
	display: flex;
	gap: 1.5rem
}

@media screen and (max-width: 47.9375em) {
	.wp-block-columns {
		gap: 1.1428571429rem
	}
}

.wp-block-column {
	flex: 1
}

@media screen and (max-width: 47.9375em) {
	.wp-block-column {
		flex-basis: 100% !important
	}
}

.wp-block-column img {
	margin: 0 !important
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%
}

.wp-block-table.aligncenter table,
.wp-block-table.alignleft table,
.wp-block-table.alignright table {
	display: table;
	width: auto
}

.wp-block[data-align=center]>.wp-block-table table {
	margin: 0 auto
}

.bg-secondary-dark {
	background-color: #f1bc38;
}

.bg-wht {
	background-color: var(--clr-wht)
}

.bg-01 {
	background-color: var(--clr-bg-01)
}

.bg-02 {
	background-color: var(--clr-bg-02)
}

.pc-none,
.pc-none-inline,
.pc-none-table,
.pc-none-flex {
	display: none
}

.sp-none {
	display: block
}

.sp-none-inline {
	display: inline
}

.sp-none-table {
	display: table
}

.sp-none-flex {
	display: flex
}

@media screen and (max-width: 47.9375em) {

	.sp-none,
	.sp-none-inline,
	.sp-none-table,
	.sp-none-flex {
		display: none
	}

	.pc-none {
		display: block
	}

	.pc-none-inline {
		display: inline
	}

	.pc-none-table {
		display: table
	}

	.pc-none-flex {
		display: flex
	}
}

.img-ctr {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.img-trim {
	display: flex;
	justify-content: center;
	align-items: center
}

.trim-widescreen {
	aspect-ratio: 3/2
}

.trim-square {
	aspect-ratio: 1/1
}

.trim-portrait {
	aspect-ratio: 2/3
}

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

.img-contain {
	object-fit: contain
}

.mgn-btm0 {
	margin-bottom: 0rem
}

.mgn-btm8 {
	margin-bottom: 0.5rem
}

.mgn-btm16 {
	margin-bottom: 1rem
}

.mgn-btm24 {
	margin-bottom: 1.5rem
}

.mgn-btm32 {
	margin-bottom: 2rem
}

.mgn-btm40 {
	margin-bottom: 2.5rem
}

.mgn-btm48 {
	margin-bottom: 3rem
}

.mgn-btm62 {
	margin-bottom: 3.875rem
}

.mgn-btm80 {
	margin-bottom: 5rem
}

@media screen and (max-width: 47.9375em) {
	.mgn-btm0 {
		margin-bottom: 0rem
	}

	.mgn-btm8 {
		margin-bottom: 0.2857142857rem
	}

	.mgn-btm-sp8 {
		margin-bottom: 0.5714285714rem !important
	}

	.mgn-btm16 {
		margin-bottom: 0.5714285714rem
	}

	.mgn-btm-sp16 {
		margin-bottom: 1.1428571429rem !important
	}

	.mgn-btm24 {
		margin-bottom: 0.8571428571rem
	}

	.mgn-btm32 {
		margin-bottom: 1.1428571429rem
	}

	.mgn-btm-sp32 {
		margin-bottom: 2.2857142857rem !important
	}

	.mgn-btm40 {
		margin-bottom: 1.4285714286rem
	}

	.mgn-btm-sp40 {
		margin-bottom: 2.8571428571rem !important
	}

	.mgn-btm48 {
		margin-bottom: 1.7142857143rem
	}

	.mgn-btm62 {
		margin-bottom: 2.2142857143rem
	}

	.mgn-btm-sp64 {
		margin-bottom: 4.5714285714rem !important
	}

	.mgn-btm80 {
		margin-bottom: 2.8571428571rem
	}
}

.pos-rel {
	position: relative
}

.flt-rgt {
	float: right
}

.flt-lft {
	float: left
}

.breadcrumbs .inner {
	padding: 1rem 0;
	white-space: nowrap
}

@media print,
screen and (min-width: 48em) {
	.breadcrumbs .inner {
		overflow: hidden;
		text-overflow: ellipsis
	}
}

@media screen and (max-width: 47.9375em) {
	.breadcrumbs .inner {
		overflow: auto
	}
}

.breadcrumbs a:hover {
	color: var(--clr-primary-default)
}

.breadcrumbs span span:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 0.3125rem;
	height: 0.4375rem;
	clip-path: polygon(0 100%, 0 0, 100% 50%);
	background-color: #ccc;
	margin: .15em .5em .15em 1em
}

.btn:not(:last-child) {
	margin-bottom: 0.5rem
}

.btn a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 1.1875rem 3.625rem 1.1875rem 2.5rem;
	border-radius: 9999px;
	width: fit-content;
	min-width: min(12.5rem, 100%);
	color: var(--clr-wht);
	background-color: var(--clr-primary-default);
	text-decoration: none
}

@media screen and (max-width: 47.9375em) {
	.btn a {
		min-width: 100%
	}
}

.btn a:hover {
	opacity: .6
}

.btn a:where(:not([rel*=nofollow]):not([href$=".pdf"]):not([href$=".jpg"]):not([href$=".png"]))::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 2.25rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 2px solid;
	border-right: 2px solid;
	rotate: 45deg;
	transition: var(--transit-default)
}

.btn a svg {
	right: 1.5rem;
	fill: currentColor
}

.btn.btn-ctr a {
	margin-left: auto;
	margin-right: auto
}

.btn-wh a {
	color: var(--clr-primary-default);
	background-color: var(--clr-wht)
}

.btn-wh a:hover {
	color: var(--clr-wht);
	background-color: var(--clr-primary-default)
}

.btn-wh a svg {
	fill: var(--clr-primary-default)
}

.btn-wh a:hover svg {
	fill: var(--clr-wht)
}

.btn-cta a {
	background-color: var(--clr-secondary-default)
}

.btn-cta a:hover {
	background-color: var(--clr-secondary-dark)
}

.btn-arrow a {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	margin-inline: -1em;
	padding: 1em
}

.btn-arrow a:hover {
	color: var(--clr-primary-default)
}

.btn-arrow a::after {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	color: var(--clr-primary-default);
	transform: rotate(45deg);
	border-top: 2px solid;
	border-right: 2px solid
}

.btn-circle {
	width: 3.5rem;
	height: 3.5rem
}

.btn-circle a {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	margin-inline: -1em;
	padding: 1em;
	background-color: var(--clr-primary-default);
	border-radius: 50%;
	border: solid 1px var(--clr-primary-default)
}

.btn-circle a:hover {
	background-color: var(--clr-wht)
}

.btn-circle a:hover::after {
	color: var(--clr-primary-default)
}

.btn-circle a::after {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	color: var(--clr-wht);
	transform: rotate(45deg);
	border-top: 2px solid;
	border-right: 2px solid
}

.flex>.btn {
	margin-bottom: 0
}

.flex>.btn:first-child {
	margin-left: auto
}

.flex>.btn:last-child {
	margin-right: auto
}

@media print,
screen and (min-width: 48em) {
	.flex>.btn:only-child {
		width: fit-content;
		min-width: min(17.5rem, 100%)
	}
}

.flex>.btn a {
	min-width: 100%;
	height: 100%
}

form * {
	font-family: var(--font-default) !important
}

nf-field {
	display: block
}

nf-field:not(:first-child) {
	padding-top: 1.5em;
	border-top: 1px solid #ddd
}

nf-field:not(:last-child) {
	padding-bottom: 1.5em
}

nf-field:has(input[type=submit]) {
	padding-top: 0;
	border-top: 0
}

.nf-form-cont .nf-form-content label,
.nf-form-cont .nf-field-label .nf-label-span {
	font-size: max(16px, 1.125rem)
}

@media screen and (max-width: 47.9375em) {

	.nf-form-cont .nf-form-content label,
	.nf-form-cont .nf-field-label .nf-label-span {
		font-size: 1.0714285714rem;
		margin-bottom: 6px !important
	}
}

.nf-form-cont .nf-form-fields-required {
	display: none !important
}

.nf-form-cont .nf-field-container {
	margin-bottom: 0
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-cont .nf-form-content input:not([type=button]),
.nf-form-cont .nf-form-content textarea {
	background: var(--clr-wht);
	color: var(--clr-text-primary);
	border-radius: 0.1875rem;
	vertical-align: bottom;
	font-size: max(14px, 1rem);
	transition: var(--transit-default, all 0.4s ease-out);
	font-weight: 500
}

.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element>div:focus,
.nf-form-cont .nf-form-content input:not([type=button]):focus,
.nf-form-cont .nf-form-content textarea:focus {
	color: var(--clr-text-primary)
}

.nf-form-content .list-checkbox-wrap .nf-field-element li label,
.nf-form-content .list-image-wrap .nf-field-element li label,
.nf-form-content .list-radio-wrap .nf-field-element li label {
	cursor: pointer
}

.nf-form-content input[type=checkbox]:focus+label:after,
.nf-form-content input[type=radio]:focus+label:after {
	box-shadow: none
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before,
.checkbox-wrap .nf-field-label label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
	color: var(--clr-primary-default)
}

.nf-form-cont .ninja-forms-req-symbol {
	font-size: 0 !important
}

.nf-form-cont .ninja-forms-req-symbol::before {
	content: "必須";
	background-color: #f55;
	color: var(--clr-wht);
	margin-left: .5em;
	font-size: max(10px, 0.75rem);
	padding: 0.125rem 0.3125rem;
	border-radius: 0.1875rem
}

.nf-form-cont .nf-form-content .submit-wrap {
	text-align: center
}

.nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
	min-width: min(19.375rem, 100%);
	height: auto;
	padding: 1.25em;
	font-size: max(16px, 1.125rem);
	line-height: 1;
	letter-spacing: .1em;
	color: var(--clr-wht);
	background-color: var(--clr-primary-default);
	border-radius: 3.125rem;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
	transition: var(--transit-default, all 0.4s ease-out)
}

@media screen and (min-width: 48em) {
	.nf-form-cont .nf-form-content .submit-wrap input:not([type=button]) {
		margin-top: 1.7142857143rem
	}
}

.nf-form-cont .nf-form-errors {
	margin-top: -1em;
	text-align: center
}

.nf-field-label {
	display: block !important;
	text-align: left
}

.privacy .nf-field-element {
	overflow-y: scroll;
	height: 12.5rem;
	border: solid 1px #ccc;
	font-size: 87%;
	padding: 8px 16px;
	background-color: var(--clr-wht);
	text-align: left
}

#nf-field-10-wrap ol {
	margin-left: 1.5em
}

#nf-field-10-wrap table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em
}

#nf-field-10-wrap table,
#nf-field-10-wrap th,
#nf-field-10-wrap td {
	border: 1px solid #000
}

#nf-field-10-wrap th,
#nf-field-10-wrap td {
	padding: 8px;
	text-align: left
}

#nf-field-10-wrap th,
#nf-field-10-wrap .label {
	background-color: #ced4d9
}

.privacy h4,
.privacy h5 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.privacy li {
	margin-bottom: 0.25rem
}

.grecaptcha-badge {
	visibility: hidden
}

.recaptcha_policy {
	padding: 0;
	margin-top: 3rem;
	color: var(--clr-text-primary);
	font-size: max(8px, 0.625rem);
	text-align: center;
	letter-spacing: 0
}

@media screen and (max-width: 47.9375em) {
	.recaptcha_policy {
		text-align: left
	}
}

.recaptcha_policy a {
	color: #69abdb;
	font-size: max(10px, 0.75rem);
	text-decoration: underline
}

.cta_tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0.75rem;
	line-height: var(--line-height-hdr);
	border-radius: 0.25rem
}

.cta_tel a>span {
	display: block
}

.cta_tel .tel {
	font-size: max(16px, 1.125rem)
}

.cta_tel .num {
	font-size: 1.75rem
}

.cta_tel .hours {
	font-size: max(11px, 0.8125rem)
}

.cta_contact a {
	background-color: var(--clr-primary-default)
}

.cta_contact .micro_copy {
	position: absolute;
	top: calc(-1em - 0.625rem);
	inset-inline: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0.8125rem;
	color: var(--clr-primary-default);
	text-align: center;
	line-height: 1
}

.cta_contact .micro_copy::before,
.cta_contact .micro_copy::after {
	content: "";
	width: 0.125rem;
	height: 1rem;
	background-color: var(--clr-primary-default)
}

.cta_contact .micro_copy::before {
	transform: rotate(-45deg)
}

.cta_contact .micro_copy::after {
	transform: rotate(45deg)
}

.icon-mail {
	width: 1.3125rem;
	aspect-ratio: 21/16
}

.js-scroll {
	transform: translateY(1.25rem);
	opacity: 0;
	transition: transform 1s ease, opacity 1s ease
}

.js-scroll.is-active {
	transform: translateY(0) !important;
	opacity: 1 !important
}

@media screen and (max-width: 47.9375em) {
	.js-scroll {
		transition: transform 0.6s ease, opacity 0.6s ease
	}
}

.section_pdg {
	padding-block: 10rem
}

@media screen and (max-width: 47.9375em) {
	.section_pdg {
		padding-block: 5.7142857143rem
	}
}

.section_pdg-top {
	padding-top: 10rem
}

@media screen and (max-width: 47.9375em) {
	.section_pdg-top {
		padding-top: 5.7142857143rem
	}
}

.section_pdg-btm {
	padding-bottom: 10rem
}

@media screen and (max-width: 47.9375em) {
	.section_pdg-btm {
		padding-bottom: 5.7142857143rem
	}
}

.section_pdg-sm {
	padding-block: 5rem
}

@media screen and (max-width: 47.9375em) {
	.section_pdg-sm {
		padding-block: 2.8571428571rem
	}
}

.section_pdg-sm-top {
	padding-top: 5rem
}

@media screen and (max-width: 47.9375em) {
	.section_pdg-sm-top {
		padding-top: 2.8571428571rem
	}
}

.section_pdg-sm-btm {
	padding-bottom: 5rem
}

@media screen and (max-width: 47.9375em) {
	.section_pdg-sm-btm {
		padding-bottom: 2.8571428571rem
	}
}

.template-contact .lps_sec.section_pdg,
.section_pdg-sm {
	padding-top: 5rem;
	padding-bottom: 5rem
}

.blc:not(:last-child) {
	margin-bottom: 5rem
}

@media screen and (max-width: 47.9375em) {
	.blc:not(:last-child) {
		margin-bottom: 2.8571428571rem
	}
}

.blc-sm:not(:last-child) {
	margin-bottom: 2.5rem
}

@media screen and (max-width: 47.9375em) {
	.blc-sm:not(:last-child) {
		margin-bottom: 1.7142857143rem
	}
}

.inner {
	width: 90%;
	max-width: 75vw;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

@media screen and (max-width: 47.9375em) {
	.inner {
		width: 86%;
		max-width: none
	}
}

.inner-sm {
	max-width: 55rem
}

.inner-m {
	max-width: 50rem
}

.inner-md {
	max-width: 57.5rem
}

.inner-lg {
	max-width: 100rem
}

.inner-ll {
	max-width: 105rem
}

.inner-xl {
	max-width: 116.25rem
}

.section-contact .cta_tel a {
	padding: 1.5rem 2.5rem;
	width: fit-content;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 47.9375em) {
	.section-contact .cta_tel a {
		display: block;
		padding: 1.1428571429rem
	}
}

.section-contact .inner-m {
	padding: 1rem 4rem;
	background-color: var(--clr-wht)
}

@media screen and (max-width: 47.9375em) {
	.section-contact .inner-m {
		padding: 1rem
	}
}

.cta--telbox {
	width: fit-content;
	margin-left: auto;
	margin-right: auto
}

.cta--telbox a {
	color: var(--clr-primary-default)
}

.flex {
	display: flex
}

.flex-inline {
	display: inline-flex
}

.flex-reverse {
	flex-direction: row-reverse
}

.flex-column {
	flex-direction: column
}

.flex-j-start {
	justify-content: flex-start
}

.flex-j-end {
	justify-content: flex-end
}

.flex-j-ctr {
	justify-content: center
}

.flex-j-between {
	justify-content: space-between
}

.flex-j-around {
	justify-content: space-around
}

.flex-a-start {
	align-items: flex-start
}

.flex-a-end {
	align-items: flex-end
}

.flex-a-ctr {
	align-items: center
}

.flex-a-baseline {
	align-items: baseline
}

.flex-a-stretch {
	align-items: stretch
}

.flex-c-nowrap {
	flex-wrap: nowrap
}

.flex-c-wrap {
	flex-wrap: wrap
}

.flex-c-reverse {
	flex-wrap: wrap-reverse
}

.flex-c-start {
	align-content: flex-start
}

.flex-c-start {
	align-content: flex-start
}

.flex-c-end {
	align-content: flex-end
}

.flex-c-ctr {
	align-content: center
}

.flex-c-baseline {
	align-content: baseline
}

.flex-c-stretch {
	align-content: stretch
}

@media screen and (max-width: 47.9375em) {
	.flex-sp-block {
		flex-direction: column
	}
}

.flex-col1 {
	flex-wrap: wrap
}

.flex-col1>* {
	width: 100%
}

.flex-col1.gap8>* {
	width: calc(100% - 0.5rem/1*0)
}

.flex-col1.gap9>* {
	width: calc(100% - 0.5625rem/1*0)
}

.flex-col1.gap10>* {
	width: calc(100% - 0.625rem/1*0)
}

.flex-col1.gap11>* {
	width: calc(100% - 0.6875rem/1*0)
}

.flex-col1.gap12>* {
	width: calc(100% - 0.75rem/1*0)
}

.flex-col1.gap13>* {
	width: calc(100% - 0.8125rem/1*0)
}

.flex-col1.gap14>* {
	width: calc(100% - 0.875rem/1*0)
}

.flex-col1.gap15>* {
	width: calc(100% - 0.9375rem/1*0)
}

.flex-col1.gap16>* {
	width: calc(100% - 1rem/1*0)
}

.flex-col1.gap17>* {
	width: calc(100% - 1.0625rem/1*0)
}

.flex-col1.gap18>* {
	width: calc(100% - 1.125rem/1*0)
}

.flex-col1.gap19>* {
	width: calc(100% - 1.1875rem/1*0)
}

.flex-col1.gap20>* {
	width: calc(100% - 1.25rem/1*0)
}

.flex-col1.gap21>* {
	width: calc(100% - 1.3125rem/1*0)
}

.flex-col1.gap22>* {
	width: calc(100% - 1.375rem/1*0)
}

.flex-col1.gap23>* {
	width: calc(100% - 1.4375rem/1*0)
}

.flex-col1.gap24>* {
	width: calc(100% - 1.5rem/1*0)
}

.flex-col1.gap25>* {
	width: calc(100% - 1.5625rem/1*0)
}

.flex-col1.gap26>* {
	width: calc(100% - 1.625rem/1*0)
}

.flex-col1.gap27>* {
	width: calc(100% - 1.6875rem/1*0)
}

.flex-col1.gap28>* {
	width: calc(100% - 1.75rem/1*0)
}

.flex-col1.gap29>* {
	width: calc(100% - 1.8125rem/1*0)
}

.flex-col1.gap30>* {
	width: calc(100% - 1.875rem/1*0)
}

.flex-col1.gap31>* {
	width: calc(100% - 1.9375rem/1*0)
}

.flex-col1.gap32>* {
	width: calc(100% - 2rem/1*0)
}

.flex-col1.gap33>* {
	width: calc(100% - 2.0625rem/1*0)
}

.flex-col1.gap34>* {
	width: calc(100% - 2.125rem/1*0)
}

.flex-col1.gap35>* {
	width: calc(100% - 2.1875rem/1*0)
}

.flex-col1.gap36>* {
	width: calc(100% - 2.25rem/1*0)
}

.flex-col1.gap37>* {
	width: calc(100% - 2.3125rem/1*0)
}

.flex-col1.gap38>* {
	width: calc(100% - 2.375rem/1*0)
}

.flex-col1.gap39>* {
	width: calc(100% - 2.4375rem/1*0)
}

.flex-col1.gap40>* {
	width: calc(100% - 2.5rem/1*0)
}

.flex-col1.gap41>* {
	width: calc(100% - 2.5625rem/1*0)
}

.flex-col1.gap42>* {
	width: calc(100% - 2.625rem/1*0)
}

.flex-col1.gap43>* {
	width: calc(100% - 2.6875rem/1*0)
}

.flex-col1.gap44>* {
	width: calc(100% - 2.75rem/1*0)
}

.flex-col1.gap45>* {
	width: calc(100% - 2.8125rem/1*0)
}

.flex-col1.gap46>* {
	width: calc(100% - 2.875rem/1*0)
}

.flex-col1.gap47>* {
	width: calc(100% - 2.9375rem/1*0)
}

.flex-col1.gap48>* {
	width: calc(100% - 3rem/1*0)
}

.flex-col1.gap49>* {
	width: calc(100% - 3.0625rem/1*0)
}

.flex-col1.gap50>* {
	width: calc(100% - 3.125rem/1*0)
}

.flex-col1.gap51>* {
	width: calc(100% - 3.1875rem/1*0)
}

.flex-col1.gap52>* {
	width: calc(100% - 3.25rem/1*0)
}

.flex-col1.gap53>* {
	width: calc(100% - 3.3125rem/1*0)
}

.flex-col1.gap54>* {
	width: calc(100% - 3.375rem/1*0)
}

.flex-col1.gap55>* {
	width: calc(100% - 3.4375rem/1*0)
}

.flex-col1.gap56>* {
	width: calc(100% - 3.5rem/1*0)
}

.flex-col1.gap57>* {
	width: calc(100% - 3.5625rem/1*0)
}

.flex-col1.gap58>* {
	width: calc(100% - 3.625rem/1*0)
}

.flex-col1.gap59>* {
	width: calc(100% - 3.6875rem/1*0)
}

.flex-col1.gap60>* {
	width: calc(100% - 3.75rem/1*0)
}

.flex-col1.gap61>* {
	width: calc(100% - 3.8125rem/1*0)
}

.flex-col1.gap62>* {
	width: calc(100% - 3.875rem/1*0)
}

.flex-col1.gap63>* {
	width: calc(100% - 3.9375rem/1*0)
}

.flex-col1.gap64>* {
	width: calc(100% - 4rem/1*0)
}

.flex-col1.gap65>* {
	width: calc(100% - 4.0625rem/1*0)
}

.flex-col1.gap66>* {
	width: calc(100% - 4.125rem/1*0)
}

.flex-col1.gap67>* {
	width: calc(100% - 4.1875rem/1*0)
}

.flex-col1.gap68>* {
	width: calc(100% - 4.25rem/1*0)
}

.flex-col1.gap69>* {
	width: calc(100% - 4.3125rem/1*0)
}

.flex-col1.gap70>* {
	width: calc(100% - 4.375rem/1*0)
}

.flex-col1.gap71>* {
	width: calc(100% - 4.4375rem/1*0)
}

.flex-col1.gap72>* {
	width: calc(100% - 4.5rem/1*0)
}

.flex-col1.gap73>* {
	width: calc(100% - 4.5625rem/1*0)
}

.flex-col1.gap74>* {
	width: calc(100% - 4.625rem/1*0)
}

.flex-col1.gap75>* {
	width: calc(100% - 4.6875rem/1*0)
}

.flex-col1.gap76>* {
	width: calc(100% - 4.75rem/1*0)
}

.flex-col1.gap77>* {
	width: calc(100% - 4.8125rem/1*0)
}

.flex-col1.gap78>* {
	width: calc(100% - 4.875rem/1*0)
}

.flex-col1.gap79>* {
	width: calc(100% - 4.9375rem/1*0)
}

.flex-col1.gap80>* {
	width: calc(100% - 5rem/1*0)
}

.flex-col1.gap81>* {
	width: calc(100% - 5.0625rem/1*0)
}

.flex-col1.gap82>* {
	width: calc(100% - 5.125rem/1*0)
}

.flex-col1.gap83>* {
	width: calc(100% - 5.1875rem/1*0)
}

.flex-col1.gap84>* {
	width: calc(100% - 5.25rem/1*0)
}

.flex-col1.gap85>* {
	width: calc(100% - 5.3125rem/1*0)
}

.flex-col1.gap86>* {
	width: calc(100% - 5.375rem/1*0)
}

.flex-col1.gap87>* {
	width: calc(100% - 5.4375rem/1*0)
}

.flex-col1.gap88>* {
	width: calc(100% - 5.5rem/1*0)
}

.flex-col1.gap89>* {
	width: calc(100% - 5.5625rem/1*0)
}

.flex-col1.gap90>* {
	width: calc(100% - 5.625rem/1*0)
}

.flex-col1.gap91>* {
	width: calc(100% - 5.6875rem/1*0)
}

.flex-col1.gap92>* {
	width: calc(100% - 5.75rem/1*0)
}

.flex-col1.gap93>* {
	width: calc(100% - 5.8125rem/1*0)
}

.flex-col1.gap94>* {
	width: calc(100% - 5.875rem/1*0)
}

.flex-col1.gap95>* {
	width: calc(100% - 5.9375rem/1*0)
}

.flex-col1.gap96>* {
	width: calc(100% - 6rem/1*0)
}

.flex-col1.gap97>* {
	width: calc(100% - 6.0625rem/1*0)
}

.flex-col1.gap98>* {
	width: calc(100% - 6.125rem/1*0)
}

.flex-col1.gap99>* {
	width: calc(100% - 6.1875rem/1*0)
}

.flex-col1.gap100>* {
	width: calc(100% - 6.25rem/1*0)
}

.flex-col1.gap101>* {
	width: calc(100% - 6.3125rem/1*0)
}

.flex-col1.gap102>* {
	width: calc(100% - 6.375rem/1*0)
}

.flex-col1.gap103>* {
	width: calc(100% - 6.4375rem/1*0)
}

.flex-col1.gap104>* {
	width: calc(100% - 6.5rem/1*0)
}

.flex-col1.gap105>* {
	width: calc(100% - 6.5625rem/1*0)
}

.flex-col1.gap106>* {
	width: calc(100% - 6.625rem/1*0)
}

.flex-col1.gap107>* {
	width: calc(100% - 6.6875rem/1*0)
}

.flex-col1.gap108>* {
	width: calc(100% - 6.75rem/1*0)
}

.flex-col1.gap109>* {
	width: calc(100% - 6.8125rem/1*0)
}

.flex-col1.gap110>* {
	width: calc(100% - 6.875rem/1*0)
}

.flex-col1.gap111>* {
	width: calc(100% - 6.9375rem/1*0)
}

.flex-col1.gap112>* {
	width: calc(100% - 7rem/1*0)
}

.flex-col1.gap113>* {
	width: calc(100% - 7.0625rem/1*0)
}

.flex-col1.gap114>* {
	width: calc(100% - 7.125rem/1*0)
}

.flex-col1.gap115>* {
	width: calc(100% - 7.1875rem/1*0)
}

.flex-col1.gap116>* {
	width: calc(100% - 7.25rem/1*0)
}

.flex-col1.gap117>* {
	width: calc(100% - 7.3125rem/1*0)
}

.flex-col1.gap118>* {
	width: calc(100% - 7.375rem/1*0)
}

.flex-col1.gap119>* {
	width: calc(100% - 7.4375rem/1*0)
}

.flex-col1.gap120>* {
	width: calc(100% - 7.5rem/1*0)
}

.flex-col1.gap121>* {
	width: calc(100% - 7.5625rem/1*0)
}

.flex-col1.gap122>* {
	width: calc(100% - 7.625rem/1*0)
}

.flex-col1.gap123>* {
	width: calc(100% - 7.6875rem/1*0)
}

.flex-col1.gap124>* {
	width: calc(100% - 7.75rem/1*0)
}

.flex-col1.gap125>* {
	width: calc(100% - 7.8125rem/1*0)
}

.flex-col1.gap126>* {
	width: calc(100% - 7.875rem/1*0)
}

.flex-col1.gap127>* {
	width: calc(100% - 7.9375rem/1*0)
}

.flex-col1.gap128>* {
	width: calc(100% - 8rem/1*0)
}

.flex-col1.gap129>* {
	width: calc(100% - 8.0625rem/1*0)
}

.flex-col1.gap130>* {
	width: calc(100% - 8.125rem/1*0)
}

.flex-col1.gap131>* {
	width: calc(100% - 8.1875rem/1*0)
}

.flex-col1.gap132>* {
	width: calc(100% - 8.25rem/1*0)
}

.flex-col1.gap133>* {
	width: calc(100% - 8.3125rem/1*0)
}

.flex-col1.gap134>* {
	width: calc(100% - 8.375rem/1*0)
}

.flex-col1.gap135>* {
	width: calc(100% - 8.4375rem/1*0)
}

.flex-col1.gap136>* {
	width: calc(100% - 8.5rem/1*0)
}

.flex-col1.gap137>* {
	width: calc(100% - 8.5625rem/1*0)
}

.flex-col1.gap138>* {
	width: calc(100% - 8.625rem/1*0)
}

.flex-col1.gap139>* {
	width: calc(100% - 8.6875rem/1*0)
}

.flex-col1.gap140>* {
	width: calc(100% - 8.75rem/1*0)
}

.flex-col1.gap141>* {
	width: calc(100% - 8.8125rem/1*0)
}

.flex-col1.gap142>* {
	width: calc(100% - 8.875rem/1*0)
}

.flex-col1.gap143>* {
	width: calc(100% - 8.9375rem/1*0)
}

.flex-col1.gap144>* {
	width: calc(100% - 9rem/1*0)
}

.flex-col1.gap145>* {
	width: calc(100% - 9.0625rem/1*0)
}

.flex-col1.gap146>* {
	width: calc(100% - 9.125rem/1*0)
}

.flex-col1.gap147>* {
	width: calc(100% - 9.1875rem/1*0)
}

.flex-col1.gap148>* {
	width: calc(100% - 9.25rem/1*0)
}

.flex-col1.gap149>* {
	width: calc(100% - 9.3125rem/1*0)
}

.flex-col1.gap150>* {
	width: calc(100% - 9.375rem/1*0)
}

.flex-col2 {
	flex-wrap: wrap
}

.flex-col2>* {
	width: 50%
}

.flex-col2.gap8>* {
	width: calc(50% - 0.5rem/2*1)
}

.flex-col2.gap9>* {
	width: calc(50% - 0.5625rem/2*1)
}

.flex-col2.gap10>* {
	width: calc(50% - 0.625rem/2*1)
}

.flex-col2.gap11>* {
	width: calc(50% - 0.6875rem/2*1)
}

.flex-col2.gap12>* {
	width: calc(50% - 0.75rem/2*1)
}

.flex-col2.gap13>* {
	width: calc(50% - 0.8125rem/2*1)
}

.flex-col2.gap14>* {
	width: calc(50% - 0.875rem/2*1)
}

.flex-col2.gap15>* {
	width: calc(50% - 0.9375rem/2*1)
}

.flex-col2.gap16>* {
	width: calc(50% - 1rem/2*1)
}

.flex-col2.gap17>* {
	width: calc(50% - 1.0625rem/2*1)
}

.flex-col2.gap18>* {
	width: calc(50% - 1.125rem/2*1)
}

.flex-col2.gap19>* {
	width: calc(50% - 1.1875rem/2*1)
}

.flex-col2.gap20>* {
	width: calc(50% - 1.25rem/2*1)
}

.flex-col2.gap21>* {
	width: calc(50% - 1.3125rem/2*1)
}

.flex-col2.gap22>* {
	width: calc(50% - 1.375rem/2*1)
}

.flex-col2.gap23>* {
	width: calc(50% - 1.4375rem/2*1)
}

.flex-col2.gap24>* {
	width: calc(50% - 1.5rem/2*1)
}

.flex-col2.gap25>* {
	width: calc(50% - 1.5625rem/2*1)
}

.flex-col2.gap26>* {
	width: calc(50% - 1.625rem/2*1)
}

.flex-col2.gap27>* {
	width: calc(50% - 1.6875rem/2*1)
}

.flex-col2.gap28>* {
	width: calc(50% - 1.75rem/2*1)
}

.flex-col2.gap29>* {
	width: calc(50% - 1.8125rem/2*1)
}

.flex-col2.gap30>* {
	width: calc(50% - 1.875rem/2*1)
}

.flex-col2.gap31>* {
	width: calc(50% - 1.9375rem/2*1)
}

.flex-col2.gap32>* {
	width: calc(50% - 2rem/2*1)
}

.flex-col2.gap33>* {
	width: calc(50% - 2.0625rem/2*1)
}

.flex-col2.gap34>* {
	width: calc(50% - 2.125rem/2*1)
}

.flex-col2.gap35>* {
	width: calc(50% - 2.1875rem/2*1)
}

.flex-col2.gap36>* {
	width: calc(50% - 2.25rem/2*1)
}

.flex-col2.gap37>* {
	width: calc(50% - 2.3125rem/2*1)
}

.flex-col2.gap38>* {
	width: calc(50% - 2.375rem/2*1)
}

.flex-col2.gap39>* {
	width: calc(50% - 2.4375rem/2*1)
}

.flex-col2.gap40>* {
	width: calc(50% - 2.5rem/2*1)
}

.flex-col2.gap41>* {
	width: calc(50% - 2.5625rem/2*1)
}

.flex-col2.gap42>* {
	width: calc(50% - 2.625rem/2*1)
}

.flex-col2.gap43>* {
	width: calc(50% - 2.6875rem/2*1)
}

.flex-col2.gap44>* {
	width: calc(50% - 2.75rem/2*1)
}

.flex-col2.gap45>* {
	width: calc(50% - 2.8125rem/2*1)
}

.flex-col2.gap46>* {
	width: calc(50% - 2.875rem/2*1)
}

.flex-col2.gap47>* {
	width: calc(50% - 2.9375rem/2*1)
}

.flex-col2.gap48>* {
	width: calc(50% - 3rem/2*1)
}

.flex-col2.gap49>* {
	width: calc(50% - 3.0625rem/2*1)
}

.flex-col2.gap50>* {
	width: calc(50% - 3.125rem/2*1)
}

.flex-col2.gap51>* {
	width: calc(50% - 3.1875rem/2*1)
}

.flex-col2.gap52>* {
	width: calc(50% - 3.25rem/2*1)
}

.flex-col2.gap53>* {
	width: calc(50% - 3.3125rem/2*1)
}

.flex-col2.gap54>* {
	width: calc(50% - 3.375rem/2*1)
}

.flex-col2.gap55>* {
	width: calc(50% - 3.4375rem/2*1)
}

.flex-col2.gap56>* {
	width: calc(50% - 3.5rem/2*1)
}

.flex-col2.gap57>* {
	width: calc(50% - 3.5625rem/2*1)
}

.flex-col2.gap58>* {
	width: calc(50% - 3.625rem/2*1)
}

.flex-col2.gap59>* {
	width: calc(50% - 3.6875rem/2*1)
}

.flex-col2.gap60>* {
	width: calc(50% - 3.75rem/2*1)
}

.flex-col2.gap61>* {
	width: calc(50% - 3.8125rem/2*1)
}

.flex-col2.gap62>* {
	width: calc(50% - 3.875rem/2*1)
}

.flex-col2.gap63>* {
	width: calc(50% - 3.9375rem/2*1)
}

.flex-col2.gap64>* {
	width: calc(50% - 4rem/2*1)
}

.flex-col2.gap65>* {
	width: calc(50% - 4.0625rem/2*1)
}

.flex-col2.gap66>* {
	width: calc(50% - 4.125rem/2*1)
}

.flex-col2.gap67>* {
	width: calc(50% - 4.1875rem/2*1)
}

.flex-col2.gap68>* {
	width: calc(50% - 4.25rem/2*1)
}

.flex-col2.gap69>* {
	width: calc(50% - 4.3125rem/2*1)
}

.flex-col2.gap70>* {
	width: calc(50% - 4.375rem/2*1)
}

.flex-col2.gap71>* {
	width: calc(50% - 4.4375rem/2*1)
}

.flex-col2.gap72>* {
	width: calc(50% - 4.5rem/2*1)
}

.flex-col2.gap73>* {
	width: calc(50% - 4.5625rem/2*1)
}

.flex-col2.gap74>* {
	width: calc(50% - 4.625rem/2*1)
}

.flex-col2.gap75>* {
	width: calc(50% - 4.6875rem/2*1)
}

.flex-col2.gap76>* {
	width: calc(50% - 4.75rem/2*1)
}

.flex-col2.gap77>* {
	width: calc(50% - 4.8125rem/2*1)
}

.flex-col2.gap78>* {
	width: calc(50% - 4.875rem/2*1)
}

.flex-col2.gap79>* {
	width: calc(50% - 4.9375rem/2*1)
}

.flex-col2.gap80>* {
	width: calc(50% - 5rem/2*1)
}

.flex-col2.gap81>* {
	width: calc(50% - 5.0625rem/2*1)
}

.flex-col2.gap82>* {
	width: calc(50% - 5.125rem/2*1)
}

.flex-col2.gap83>* {
	width: calc(50% - 5.1875rem/2*1)
}

.flex-col2.gap84>* {
	width: calc(50% - 5.25rem/2*1)
}

.flex-col2.gap85>* {
	width: calc(50% - 5.3125rem/2*1)
}

.flex-col2.gap86>* {
	width: calc(50% - 5.375rem/2*1)
}

.flex-col2.gap87>* {
	width: calc(50% - 5.4375rem/2*1)
}

.flex-col2.gap88>* {
	width: calc(50% - 5.5rem/2*1)
}

.flex-col2.gap89>* {
	width: calc(50% - 5.5625rem/2*1)
}

.flex-col2.gap90>* {
	width: calc(50% - 5.625rem/2*1)
}

.flex-col2.gap91>* {
	width: calc(50% - 5.6875rem/2*1)
}

.flex-col2.gap92>* {
	width: calc(50% - 5.75rem/2*1)
}

.flex-col2.gap93>* {
	width: calc(50% - 5.8125rem/2*1)
}

.flex-col2.gap94>* {
	width: calc(50% - 5.875rem/2*1)
}

.flex-col2.gap95>* {
	width: calc(50% - 5.9375rem/2*1)
}

.flex-col2.gap96>* {
	width: calc(50% - 6rem/2*1)
}

.flex-col2.gap97>* {
	width: calc(50% - 6.0625rem/2*1)
}

.flex-col2.gap98>* {
	width: calc(50% - 6.125rem/2*1)
}

.flex-col2.gap99>* {
	width: calc(50% - 6.1875rem/2*1)
}

.flex-col2.gap100>* {
	width: calc(50% - 6.25rem/2*1)
}

.flex-col2.gap101>* {
	width: calc(50% - 6.3125rem/2*1)
}

.flex-col2.gap102>* {
	width: calc(50% - 6.375rem/2*1)
}

.flex-col2.gap103>* {
	width: calc(50% - 6.4375rem/2*1)
}

.flex-col2.gap104>* {
	width: calc(50% - 6.5rem/2*1)
}

.flex-col2.gap105>* {
	width: calc(50% - 6.5625rem/2*1)
}

.flex-col2.gap106>* {
	width: calc(50% - 6.625rem/2*1)
}

.flex-col2.gap107>* {
	width: calc(50% - 6.6875rem/2*1)
}

.flex-col2.gap108>* {
	width: calc(50% - 6.75rem/2*1)
}

.flex-col2.gap109>* {
	width: calc(50% - 6.8125rem/2*1)
}

.flex-col2.gap110>* {
	width: calc(50% - 6.875rem/2*1)
}

.flex-col2.gap111>* {
	width: calc(50% - 6.9375rem/2*1)
}

.flex-col2.gap112>* {
	width: calc(50% - 7rem/2*1)
}

.flex-col2.gap113>* {
	width: calc(50% - 7.0625rem/2*1)
}

.flex-col2.gap114>* {
	width: calc(50% - 7.125rem/2*1)
}

.flex-col2.gap115>* {
	width: calc(50% - 7.1875rem/2*1)
}

.flex-col2.gap116>* {
	width: calc(50% - 7.25rem/2*1)
}

.flex-col2.gap117>* {
	width: calc(50% - 7.3125rem/2*1)
}

.flex-col2.gap118>* {
	width: calc(50% - 7.375rem/2*1)
}

.flex-col2.gap119>* {
	width: calc(50% - 7.4375rem/2*1)
}

.flex-col2.gap120>* {
	width: calc(50% - 7.5rem/2*1)
}

.flex-col2.gap121>* {
	width: calc(50% - 7.5625rem/2*1)
}

.flex-col2.gap122>* {
	width: calc(50% - 7.625rem/2*1)
}

.flex-col2.gap123>* {
	width: calc(50% - 7.6875rem/2*1)
}

.flex-col2.gap124>* {
	width: calc(50% - 7.75rem/2*1)
}

.flex-col2.gap125>* {
	width: calc(50% - 7.8125rem/2*1)
}

.flex-col2.gap126>* {
	width: calc(50% - 7.875rem/2*1)
}

.flex-col2.gap127>* {
	width: calc(50% - 7.9375rem/2*1)
}

.flex-col2.gap128>* {
	width: calc(50% - 8rem/2*1)
}

.flex-col2.gap129>* {
	width: calc(50% - 8.0625rem/2*1)
}

.flex-col2.gap130>* {
	width: calc(50% - 8.125rem/2*1)
}

.flex-col2.gap131>* {
	width: calc(50% - 8.1875rem/2*1)
}

.flex-col2.gap132>* {
	width: calc(50% - 8.25rem/2*1)
}

.flex-col2.gap133>* {
	width: calc(50% - 8.3125rem/2*1)
}

.flex-col2.gap134>* {
	width: calc(50% - 8.375rem/2*1)
}

.flex-col2.gap135>* {
	width: calc(50% - 8.4375rem/2*1)
}

.flex-col2.gap136>* {
	width: calc(50% - 8.5rem/2*1)
}

.flex-col2.gap137>* {
	width: calc(50% - 8.5625rem/2*1)
}

.flex-col2.gap138>* {
	width: calc(50% - 8.625rem/2*1)
}

.flex-col2.gap139>* {
	width: calc(50% - 8.6875rem/2*1)
}

.flex-col2.gap140>* {
	width: calc(50% - 8.75rem/2*1)
}

.flex-col2.gap141>* {
	width: calc(50% - 8.8125rem/2*1)
}

.flex-col2.gap142>* {
	width: calc(50% - 8.875rem/2*1)
}

.flex-col2.gap143>* {
	width: calc(50% - 8.9375rem/2*1)
}

.flex-col2.gap144>* {
	width: calc(50% - 9rem/2*1)
}

.flex-col2.gap145>* {
	width: calc(50% - 9.0625rem/2*1)
}

.flex-col2.gap146>* {
	width: calc(50% - 9.125rem/2*1)
}

.flex-col2.gap147>* {
	width: calc(50% - 9.1875rem/2*1)
}

.flex-col2.gap148>* {
	width: calc(50% - 9.25rem/2*1)
}

.flex-col2.gap149>* {
	width: calc(50% - 9.3125rem/2*1)
}

.flex-col2.gap150>* {
	width: calc(50% - 9.375rem/2*1)
}

.flex-col3 {
	flex-wrap: wrap
}

.flex-col3>* {
	width: 33.3333333333%
}

.flex-col3.gap8>* {
	width: calc(33.3333333333% - 0.5rem/3*2)
}

.flex-col3.gap9>* {
	width: calc(33.3333333333% - 0.5625rem/3*2)
}

.flex-col3.gap10>* {
	width: calc(33.3333333333% - 0.625rem/3*2)
}

.flex-col3.gap11>* {
	width: calc(33.3333333333% - 0.6875rem/3*2)
}

.flex-col3.gap12>* {
	width: calc(33.3333333333% - 0.75rem/3*2)
}

.flex-col3.gap13>* {
	width: calc(33.3333333333% - 0.8125rem/3*2)
}

.flex-col3.gap14>* {
	width: calc(33.3333333333% - 0.875rem/3*2)
}

.flex-col3.gap15>* {
	width: calc(33.3333333333% - 0.9375rem/3*2)
}

.flex-col3.gap16>* {
	width: calc(33.3333333333% - 1rem/3*2)
}

.flex-col3.gap17>* {
	width: calc(33.3333333333% - 1.0625rem/3*2)
}

.flex-col3.gap18>* {
	width: calc(33.3333333333% - 1.125rem/3*2)
}

.flex-col3.gap19>* {
	width: calc(33.3333333333% - 1.1875rem/3*2)
}

.flex-col3.gap20>* {
	width: calc(33.3333333333% - 1.25rem/3*2)
}

.flex-col3.gap21>* {
	width: calc(33.3333333333% - 1.3125rem/3*2)
}

.flex-col3.gap22>* {
	width: calc(33.3333333333% - 1.375rem/3*2)
}

.flex-col3.gap23>* {
	width: calc(33.3333333333% - 1.4375rem/3*2)
}

.flex-col3.gap24>* {
	width: calc(33.3333333333% - 1.5rem/3*2)
}

.flex-col3.gap25>* {
	width: calc(33.3333333333% - 1.5625rem/3*2)
}

.flex-col3.gap26>* {
	width: calc(33.3333333333% - 1.625rem/3*2)
}

.flex-col3.gap27>* {
	width: calc(33.3333333333% - 1.6875rem/3*2)
}

.flex-col3.gap28>* {
	width: calc(33.3333333333% - 1.75rem/3*2)
}

.flex-col3.gap29>* {
	width: calc(33.3333333333% - 1.8125rem/3*2)
}

.flex-col3.gap30>* {
	width: calc(33.3333333333% - 1.875rem/3*2)
}

.flex-col3.gap31>* {
	width: calc(33.3333333333% - 1.9375rem/3*2)
}

.flex-col3.gap32>* {
	width: calc(33.3333333333% - 2rem/3*2)
}

.flex-col3.gap33>* {
	width: calc(33.3333333333% - 2.0625rem/3*2)
}

.flex-col3.gap34>* {
	width: calc(33.3333333333% - 2.125rem/3*2)
}

.flex-col3.gap35>* {
	width: calc(33.3333333333% - 2.1875rem/3*2)
}

.flex-col3.gap36>* {
	width: calc(33.3333333333% - 2.25rem/3*2)
}

.flex-col3.gap37>* {
	width: calc(33.3333333333% - 2.3125rem/3*2)
}

.flex-col3.gap38>* {
	width: calc(33.3333333333% - 2.375rem/3*2)
}

.flex-col3.gap39>* {
	width: calc(33.3333333333% - 2.4375rem/3*2)
}

.flex-col3.gap40>* {
	width: calc(33.3333333333% - 2.5rem/3*2)
}

.flex-col3.gap41>* {
	width: calc(33.3333333333% - 2.5625rem/3*2)
}

.flex-col3.gap42>* {
	width: calc(33.3333333333% - 2.625rem/3*2)
}

.flex-col3.gap43>* {
	width: calc(33.3333333333% - 2.6875rem/3*2)
}

.flex-col3.gap44>* {
	width: calc(33.3333333333% - 2.75rem/3*2)
}

.flex-col3.gap45>* {
	width: calc(33.3333333333% - 2.8125rem/3*2)
}

.flex-col3.gap46>* {
	width: calc(33.3333333333% - 2.875rem/3*2)
}

.flex-col3.gap47>* {
	width: calc(33.3333333333% - 2.9375rem/3*2)
}

.flex-col3.gap48>* {
	width: calc(33.3333333333% - 3rem/3*2)
}

.flex-col3.gap49>* {
	width: calc(33.3333333333% - 3.0625rem/3*2)
}

.flex-col3.gap50>* {
	width: calc(33.3333333333% - 3.125rem/3*2)
}

.flex-col3.gap51>* {
	width: calc(33.3333333333% - 3.1875rem/3*2)
}

.flex-col3.gap52>* {
	width: calc(33.3333333333% - 3.25rem/3*2)
}

.flex-col3.gap53>* {
	width: calc(33.3333333333% - 3.3125rem/3*2)
}

.flex-col3.gap54>* {
	width: calc(33.3333333333% - 3.375rem/3*2)
}

.flex-col3.gap55>* {
	width: calc(33.3333333333% - 3.4375rem/3*2)
}

.flex-col3.gap56>* {
	width: calc(33.3333333333% - 3.5rem/3*2)
}

.flex-col3.gap57>* {
	width: calc(33.3333333333% - 3.5625rem/3*2)
}

.flex-col3.gap58>* {
	width: calc(33.3333333333% - 3.625rem/3*2)
}

.flex-col3.gap59>* {
	width: calc(33.3333333333% - 3.6875rem/3*2)
}

.flex-col3.gap60>* {
	width: calc(33.3333333333% - 3.75rem/3*2)
}

.flex-col3.gap61>* {
	width: calc(33.3333333333% - 3.8125rem/3*2)
}

.flex-col3.gap62>* {
	width: calc(33.3333333333% - 3.875rem/3*2)
}

.flex-col3.gap63>* {
	width: calc(33.3333333333% - 3.9375rem/3*2)
}

.flex-col3.gap64>* {
	width: calc(33.3333333333% - 4rem/3*2)
}

.flex-col3.gap65>* {
	width: calc(33.3333333333% - 4.0625rem/3*2)
}

.flex-col3.gap66>* {
	width: calc(33.3333333333% - 4.125rem/3*2)
}

.flex-col3.gap67>* {
	width: calc(33.3333333333% - 4.1875rem/3*2)
}

.flex-col3.gap68>* {
	width: calc(33.3333333333% - 4.25rem/3*2)
}

.flex-col3.gap69>* {
	width: calc(33.3333333333% - 4.3125rem/3*2)
}

.flex-col3.gap70>* {
	width: calc(33.3333333333% - 4.375rem/3*2)
}

.flex-col3.gap71>* {
	width: calc(33.3333333333% - 4.4375rem/3*2)
}

.flex-col3.gap72>* {
	width: calc(33.3333333333% - 4.5rem/3*2)
}

.flex-col3.gap73>* {
	width: calc(33.3333333333% - 4.5625rem/3*2)
}

.flex-col3.gap74>* {
	width: calc(33.3333333333% - 4.625rem/3*2)
}

.flex-col3.gap75>* {
	width: calc(33.3333333333% - 4.6875rem/3*2)
}

.flex-col3.gap76>* {
	width: calc(33.3333333333% - 4.75rem/3*2)
}

.flex-col3.gap77>* {
	width: calc(33.3333333333% - 4.8125rem/3*2)
}

.flex-col3.gap78>* {
	width: calc(33.3333333333% - 4.875rem/3*2)
}

.flex-col3.gap79>* {
	width: calc(33.3333333333% - 4.9375rem/3*2)
}

.flex-col3.gap80>* {
	width: calc(33.3333333333% - 5rem/3*2)
}

.flex-col3.gap81>* {
	width: calc(33.3333333333% - 5.0625rem/3*2)
}

.flex-col3.gap82>* {
	width: calc(33.3333333333% - 5.125rem/3*2)
}

.flex-col3.gap83>* {
	width: calc(33.3333333333% - 5.1875rem/3*2)
}

.flex-col3.gap84>* {
	width: calc(33.3333333333% - 5.25rem/3*2)
}

.flex-col3.gap85>* {
	width: calc(33.3333333333% - 5.3125rem/3*2)
}

.flex-col3.gap86>* {
	width: calc(33.3333333333% - 5.375rem/3*2)
}

.flex-col3.gap87>* {
	width: calc(33.3333333333% - 5.4375rem/3*2)
}

.flex-col3.gap88>* {
	width: calc(33.3333333333% - 5.5rem/3*2)
}

.flex-col3.gap89>* {
	width: calc(33.3333333333% - 5.5625rem/3*2)
}

.flex-col3.gap90>* {
	width: calc(33.3333333333% - 5.625rem/3*2)
}

.flex-col3.gap91>* {
	width: calc(33.3333333333% - 5.6875rem/3*2)
}

.flex-col3.gap92>* {
	width: calc(33.3333333333% - 5.75rem/3*2)
}

.flex-col3.gap93>* {
	width: calc(33.3333333333% - 5.8125rem/3*2)
}

.flex-col3.gap94>* {
	width: calc(33.3333333333% - 5.875rem/3*2)
}

.flex-col3.gap95>* {
	width: calc(33.3333333333% - 5.9375rem/3*2)
}

.flex-col3.gap96>* {
	width: calc(33.3333333333% - 6rem/3*2)
}

.flex-col3.gap97>* {
	width: calc(33.3333333333% - 6.0625rem/3*2)
}

.flex-col3.gap98>* {
	width: calc(33.3333333333% - 6.125rem/3*2)
}

.flex-col3.gap99>* {
	width: calc(33.3333333333% - 6.1875rem/3*2)
}

.flex-col3.gap100>* {
	width: calc(33.3333333333% - 6.25rem/3*2)
}

.flex-col3.gap101>* {
	width: calc(33.3333333333% - 6.3125rem/3*2)
}

.flex-col3.gap102>* {
	width: calc(33.3333333333% - 6.375rem/3*2)
}

.flex-col3.gap103>* {
	width: calc(33.3333333333% - 6.4375rem/3*2)
}

.flex-col3.gap104>* {
	width: calc(33.3333333333% - 6.5rem/3*2)
}

.flex-col3.gap105>* {
	width: calc(33.3333333333% - 6.5625rem/3*2)
}

.flex-col3.gap106>* {
	width: calc(33.3333333333% - 6.625rem/3*2)
}

.flex-col3.gap107>* {
	width: calc(33.3333333333% - 6.6875rem/3*2)
}

.flex-col3.gap108>* {
	width: calc(33.3333333333% - 6.75rem/3*2)
}

.flex-col3.gap109>* {
	width: calc(33.3333333333% - 6.8125rem/3*2)
}

.flex-col3.gap110>* {
	width: calc(33.3333333333% - 6.875rem/3*2)
}

.flex-col3.gap111>* {
	width: calc(33.3333333333% - 6.9375rem/3*2)
}

.flex-col3.gap112>* {
	width: calc(33.3333333333% - 7rem/3*2)
}

.flex-col3.gap113>* {
	width: calc(33.3333333333% - 7.0625rem/3*2)
}

.flex-col3.gap114>* {
	width: calc(33.3333333333% - 7.125rem/3*2)
}

.flex-col3.gap115>* {
	width: calc(33.3333333333% - 7.1875rem/3*2)
}

.flex-col3.gap116>* {
	width: calc(33.3333333333% - 7.25rem/3*2)
}

.flex-col3.gap117>* {
	width: calc(33.3333333333% - 7.3125rem/3*2)
}

.flex-col3.gap118>* {
	width: calc(33.3333333333% - 7.375rem/3*2)
}

.flex-col3.gap119>* {
	width: calc(33.3333333333% - 7.4375rem/3*2)
}

.flex-col3.gap120>* {
	width: calc(33.3333333333% - 7.5rem/3*2)
}

.flex-col3.gap121>* {
	width: calc(33.3333333333% - 7.5625rem/3*2)
}

.flex-col3.gap122>* {
	width: calc(33.3333333333% - 7.625rem/3*2)
}

.flex-col3.gap123>* {
	width: calc(33.3333333333% - 7.6875rem/3*2)
}

.flex-col3.gap124>* {
	width: calc(33.3333333333% - 7.75rem/3*2)
}

.flex-col3.gap125>* {
	width: calc(33.3333333333% - 7.8125rem/3*2)
}

.flex-col3.gap126>* {
	width: calc(33.3333333333% - 7.875rem/3*2)
}

.flex-col3.gap127>* {
	width: calc(33.3333333333% - 7.9375rem/3*2)
}

.flex-col3.gap128>* {
	width: calc(33.3333333333% - 8rem/3*2)
}

.flex-col3.gap129>* {
	width: calc(33.3333333333% - 8.0625rem/3*2)
}

.flex-col3.gap130>* {
	width: calc(33.3333333333% - 8.125rem/3*2)
}

.flex-col3.gap131>* {
	width: calc(33.3333333333% - 8.1875rem/3*2)
}

.flex-col3.gap132>* {
	width: calc(33.3333333333% - 8.25rem/3*2)
}

.flex-col3.gap133>* {
	width: calc(33.3333333333% - 8.3125rem/3*2)
}

.flex-col3.gap134>* {
	width: calc(33.3333333333% - 8.375rem/3*2)
}

.flex-col3.gap135>* {
	width: calc(33.3333333333% - 8.4375rem/3*2)
}

.flex-col3.gap136>* {
	width: calc(33.3333333333% - 8.5rem/3*2)
}

.flex-col3.gap137>* {
	width: calc(33.3333333333% - 8.5625rem/3*2)
}

.flex-col3.gap138>* {
	width: calc(33.3333333333% - 8.625rem/3*2)
}

.flex-col3.gap139>* {
	width: calc(33.3333333333% - 8.6875rem/3*2)
}

.flex-col3.gap140>* {
	width: calc(33.3333333333% - 8.75rem/3*2)
}

.flex-col3.gap141>* {
	width: calc(33.3333333333% - 8.8125rem/3*2)
}

.flex-col3.gap142>* {
	width: calc(33.3333333333% - 8.875rem/3*2)
}

.flex-col3.gap143>* {
	width: calc(33.3333333333% - 8.9375rem/3*2)
}

.flex-col3.gap144>* {
	width: calc(33.3333333333% - 9rem/3*2)
}

.flex-col3.gap145>* {
	width: calc(33.3333333333% - 9.0625rem/3*2)
}

.flex-col3.gap146>* {
	width: calc(33.3333333333% - 9.125rem/3*2)
}

.flex-col3.gap147>* {
	width: calc(33.3333333333% - 9.1875rem/3*2)
}

.flex-col3.gap148>* {
	width: calc(33.3333333333% - 9.25rem/3*2)
}

.flex-col3.gap149>* {
	width: calc(33.3333333333% - 9.3125rem/3*2)
}

.flex-col3.gap150>* {
	width: calc(33.3333333333% - 9.375rem/3*2)
}

.flex-col4 {
	flex-wrap: wrap
}

.flex-col4>* {
	width: 25%
}

.flex-col4.gap8>* {
	width: calc(25% - 0.5rem/4*3)
}

.flex-col4.gap9>* {
	width: calc(25% - 0.5625rem/4*3)
}

.flex-col4.gap10>* {
	width: calc(25% - 0.625rem/4*3)
}

.flex-col4.gap11>* {
	width: calc(25% - 0.6875rem/4*3)
}

.flex-col4.gap12>* {
	width: calc(25% - 0.75rem/4*3)
}

.flex-col4.gap13>* {
	width: calc(25% - 0.8125rem/4*3)
}

.flex-col4.gap14>* {
	width: calc(25% - 0.875rem/4*3)
}

.flex-col4.gap15>* {
	width: calc(25% - 0.9375rem/4*3)
}

.flex-col4.gap16>* {
	width: calc(25% - 1rem/4*3)
}

.flex-col4.gap17>* {
	width: calc(25% - 1.0625rem/4*3)
}

.flex-col4.gap18>* {
	width: calc(25% - 1.125rem/4*3)
}

.flex-col4.gap19>* {
	width: calc(25% - 1.1875rem/4*3)
}

.flex-col4.gap20>* {
	width: calc(25% - 1.25rem/4*3)
}

.flex-col4.gap21>* {
	width: calc(25% - 1.3125rem/4*3)
}

.flex-col4.gap22>* {
	width: calc(25% - 1.375rem/4*3)
}

.flex-col4.gap23>* {
	width: calc(25% - 1.4375rem/4*3)
}

.flex-col4.gap24>* {
	width: calc(25% - 1.5rem/4*3)
}

.flex-col4.gap25>* {
	width: calc(25% - 1.5625rem/4*3)
}

.flex-col4.gap26>* {
	width: calc(25% - 1.625rem/4*3)
}

.flex-col4.gap27>* {
	width: calc(25% - 1.6875rem/4*3)
}

.flex-col4.gap28>* {
	width: calc(25% - 1.75rem/4*3)
}

.flex-col4.gap29>* {
	width: calc(25% - 1.8125rem/4*3)
}

.flex-col4.gap30>* {
	width: calc(25% - 1.875rem/4*3)
}

.flex-col4.gap31>* {
	width: calc(25% - 1.9375rem/4*3)
}

.flex-col4.gap32>* {
	width: calc(25% - 2rem/4*3)
}

.flex-col4.gap33>* {
	width: calc(25% - 2.0625rem/4*3)
}

.flex-col4.gap34>* {
	width: calc(25% - 2.125rem/4*3)
}

.flex-col4.gap35>* {
	width: calc(25% - 2.1875rem/4*3)
}

.flex-col4.gap36>* {
	width: calc(25% - 2.25rem/4*3)
}

.flex-col4.gap37>* {
	width: calc(25% - 2.3125rem/4*3)
}

.flex-col4.gap38>* {
	width: calc(25% - 2.375rem/4*3)
}

.flex-col4.gap39>* {
	width: calc(25% - 2.4375rem/4*3)
}

.flex-col4.gap40>* {
	width: calc(25% - 2.5rem/4*3)
}

.flex-col4.gap41>* {
	width: calc(25% - 2.5625rem/4*3)
}

.flex-col4.gap42>* {
	width: calc(25% - 2.625rem/4*3)
}

.flex-col4.gap43>* {
	width: calc(25% - 2.6875rem/4*3)
}

.flex-col4.gap44>* {
	width: calc(25% - 2.75rem/4*3)
}

.flex-col4.gap45>* {
	width: calc(25% - 2.8125rem/4*3)
}

.flex-col4.gap46>* {
	width: calc(25% - 2.875rem/4*3)
}

.flex-col4.gap47>* {
	width: calc(25% - 2.9375rem/4*3)
}

.flex-col4.gap48>* {
	width: calc(25% - 3rem/4*3)
}

.flex-col4.gap49>* {
	width: calc(25% - 3.0625rem/4*3)
}

.flex-col4.gap50>* {
	width: calc(25% - 3.125rem/4*3)
}

.flex-col4.gap51>* {
	width: calc(25% - 3.1875rem/4*3)
}

.flex-col4.gap52>* {
	width: calc(25% - 3.25rem/4*3)
}

.flex-col4.gap53>* {
	width: calc(25% - 3.3125rem/4*3)
}

.flex-col4.gap54>* {
	width: calc(25% - 3.375rem/4*3)
}

.flex-col4.gap55>* {
	width: calc(25% - 3.4375rem/4*3)
}

.flex-col4.gap56>* {
	width: calc(25% - 3.5rem/4*3)
}

.flex-col4.gap57>* {
	width: calc(25% - 3.5625rem/4*3)
}

.flex-col4.gap58>* {
	width: calc(25% - 3.625rem/4*3)
}

.flex-col4.gap59>* {
	width: calc(25% - 3.6875rem/4*3)
}

.flex-col4.gap60>* {
	width: calc(25% - 3.75rem/4*3)
}

.flex-col4.gap61>* {
	width: calc(25% - 3.8125rem/4*3)
}

.flex-col4.gap62>* {
	width: calc(25% - 3.875rem/4*3)
}

.flex-col4.gap63>* {
	width: calc(25% - 3.9375rem/4*3)
}

.flex-col4.gap64>* {
	width: calc(25% - 4rem/4*3)
}

.flex-col4.gap65>* {
	width: calc(25% - 4.0625rem/4*3)
}

.flex-col4.gap66>* {
	width: calc(25% - 4.125rem/4*3)
}

.flex-col4.gap67>* {
	width: calc(25% - 4.1875rem/4*3)
}

.flex-col4.gap68>* {
	width: calc(25% - 4.25rem/4*3)
}

.flex-col4.gap69>* {
	width: calc(25% - 4.3125rem/4*3)
}

.flex-col4.gap70>* {
	width: calc(25% - 4.375rem/4*3)
}

.flex-col4.gap71>* {
	width: calc(25% - 4.4375rem/4*3)
}

.flex-col4.gap72>* {
	width: calc(25% - 4.5rem/4*3)
}

.flex-col4.gap73>* {
	width: calc(25% - 4.5625rem/4*3)
}

.flex-col4.gap74>* {
	width: calc(25% - 4.625rem/4*3)
}

.flex-col4.gap75>* {
	width: calc(25% - 4.6875rem/4*3)
}

.flex-col4.gap76>* {
	width: calc(25% - 4.75rem/4*3)
}

.flex-col4.gap77>* {
	width: calc(25% - 4.8125rem/4*3)
}

.flex-col4.gap78>* {
	width: calc(25% - 4.875rem/4*3)
}

.flex-col4.gap79>* {
	width: calc(25% - 4.9375rem/4*3)
}

.flex-col4.gap80>* {
	width: calc(25% - 5rem/4*3)
}

.flex-col4.gap81>* {
	width: calc(25% - 5.0625rem/4*3)
}

.flex-col4.gap82>* {
	width: calc(25% - 5.125rem/4*3)
}

.flex-col4.gap83>* {
	width: calc(25% - 5.1875rem/4*3)
}

.flex-col4.gap84>* {
	width: calc(25% - 5.25rem/4*3)
}

.flex-col4.gap85>* {
	width: calc(25% - 5.3125rem/4*3)
}

.flex-col4.gap86>* {
	width: calc(25% - 5.375rem/4*3)
}

.flex-col4.gap87>* {
	width: calc(25% - 5.4375rem/4*3)
}

.flex-col4.gap88>* {
	width: calc(25% - 5.5rem/4*3)
}

.flex-col4.gap89>* {
	width: calc(25% - 5.5625rem/4*3)
}

.flex-col4.gap90>* {
	width: calc(25% - 5.625rem/4*3)
}

.flex-col4.gap91>* {
	width: calc(25% - 5.6875rem/4*3)
}

.flex-col4.gap92>* {
	width: calc(25% - 5.75rem/4*3)
}

.flex-col4.gap93>* {
	width: calc(25% - 5.8125rem/4*3)
}

.flex-col4.gap94>* {
	width: calc(25% - 5.875rem/4*3)
}

.flex-col4.gap95>* {
	width: calc(25% - 5.9375rem/4*3)
}

.flex-col4.gap96>* {
	width: calc(25% - 6rem/4*3)
}

.flex-col4.gap97>* {
	width: calc(25% - 6.0625rem/4*3)
}

.flex-col4.gap98>* {
	width: calc(25% - 6.125rem/4*3)
}

.flex-col4.gap99>* {
	width: calc(25% - 6.1875rem/4*3)
}

.flex-col4.gap100>* {
	width: calc(25% - 6.25rem/4*3)
}

.flex-col4.gap101>* {
	width: calc(25% - 6.3125rem/4*3)
}

.flex-col4.gap102>* {
	width: calc(25% - 6.375rem/4*3)
}

.flex-col4.gap103>* {
	width: calc(25% - 6.4375rem/4*3)
}

.flex-col4.gap104>* {
	width: calc(25% - 6.5rem/4*3)
}

.flex-col4.gap105>* {
	width: calc(25% - 6.5625rem/4*3)
}

.flex-col4.gap106>* {
	width: calc(25% - 6.625rem/4*3)
}

.flex-col4.gap107>* {
	width: calc(25% - 6.6875rem/4*3)
}

.flex-col4.gap108>* {
	width: calc(25% - 6.75rem/4*3)
}

.flex-col4.gap109>* {
	width: calc(25% - 6.8125rem/4*3)
}

.flex-col4.gap110>* {
	width: calc(25% - 6.875rem/4*3)
}

.flex-col4.gap111>* {
	width: calc(25% - 6.9375rem/4*3)
}

.flex-col4.gap112>* {
	width: calc(25% - 7rem/4*3)
}

.flex-col4.gap113>* {
	width: calc(25% - 7.0625rem/4*3)
}

.flex-col4.gap114>* {
	width: calc(25% - 7.125rem/4*3)
}

.flex-col4.gap115>* {
	width: calc(25% - 7.1875rem/4*3)
}

.flex-col4.gap116>* {
	width: calc(25% - 7.25rem/4*3)
}

.flex-col4.gap117>* {
	width: calc(25% - 7.3125rem/4*3)
}

.flex-col4.gap118>* {
	width: calc(25% - 7.375rem/4*3)
}

.flex-col4.gap119>* {
	width: calc(25% - 7.4375rem/4*3)
}

.flex-col4.gap120>* {
	width: calc(25% - 7.5rem/4*3)
}

.flex-col4.gap121>* {
	width: calc(25% - 7.5625rem/4*3)
}

.flex-col4.gap122>* {
	width: calc(25% - 7.625rem/4*3)
}

.flex-col4.gap123>* {
	width: calc(25% - 7.6875rem/4*3)
}

.flex-col4.gap124>* {
	width: calc(25% - 7.75rem/4*3)
}

.flex-col4.gap125>* {
	width: calc(25% - 7.8125rem/4*3)
}

.flex-col4.gap126>* {
	width: calc(25% - 7.875rem/4*3)
}

.flex-col4.gap127>* {
	width: calc(25% - 7.9375rem/4*3)
}

.flex-col4.gap128>* {
	width: calc(25% - 8rem/4*3)
}

.flex-col4.gap129>* {
	width: calc(25% - 8.0625rem/4*3)
}

.flex-col4.gap130>* {
	width: calc(25% - 8.125rem/4*3)
}

.flex-col4.gap131>* {
	width: calc(25% - 8.1875rem/4*3)
}

.flex-col4.gap132>* {
	width: calc(25% - 8.25rem/4*3)
}

.flex-col4.gap133>* {
	width: calc(25% - 8.3125rem/4*3)
}

.flex-col4.gap134>* {
	width: calc(25% - 8.375rem/4*3)
}

.flex-col4.gap135>* {
	width: calc(25% - 8.4375rem/4*3)
}

.flex-col4.gap136>* {
	width: calc(25% - 8.5rem/4*3)
}

.flex-col4.gap137>* {
	width: calc(25% - 8.5625rem/4*3)
}

.flex-col4.gap138>* {
	width: calc(25% - 8.625rem/4*3)
}

.flex-col4.gap139>* {
	width: calc(25% - 8.6875rem/4*3)
}

.flex-col4.gap140>* {
	width: calc(25% - 8.75rem/4*3)
}

.flex-col4.gap141>* {
	width: calc(25% - 8.8125rem/4*3)
}

.flex-col4.gap142>* {
	width: calc(25% - 8.875rem/4*3)
}

.flex-col4.gap143>* {
	width: calc(25% - 8.9375rem/4*3)
}

.flex-col4.gap144>* {
	width: calc(25% - 9rem/4*3)
}

.flex-col4.gap145>* {
	width: calc(25% - 9.0625rem/4*3)
}

.flex-col4.gap146>* {
	width: calc(25% - 9.125rem/4*3)
}

.flex-col4.gap147>* {
	width: calc(25% - 9.1875rem/4*3)
}

.flex-col4.gap148>* {
	width: calc(25% - 9.25rem/4*3)
}

.flex-col4.gap149>* {
	width: calc(25% - 9.3125rem/4*3)
}

.flex-col4.gap150>* {
	width: calc(25% - 9.375rem/4*3)
}

.flex-col5 {
	flex-wrap: wrap
}

.flex-col5>* {
	width: 20%
}

.flex-col5.gap8>* {
	width: calc(20% - 0.5rem/5*4)
}

.flex-col5.gap9>* {
	width: calc(20% - 0.5625rem/5*4)
}

.flex-col5.gap10>* {
	width: calc(20% - 0.625rem/5*4)
}

.flex-col5.gap11>* {
	width: calc(20% - 0.6875rem/5*4)
}

.flex-col5.gap12>* {
	width: calc(20% - 0.75rem/5*4)
}

.flex-col5.gap13>* {
	width: calc(20% - 0.8125rem/5*4)
}

.flex-col5.gap14>* {
	width: calc(20% - 0.875rem/5*4)
}

.flex-col5.gap15>* {
	width: calc(20% - 0.9375rem/5*4)
}

.flex-col5.gap16>* {
	width: calc(20% - 1rem/5*4)
}

.flex-col5.gap17>* {
	width: calc(20% - 1.0625rem/5*4)
}

.flex-col5.gap18>* {
	width: calc(20% - 1.125rem/5*4)
}

.flex-col5.gap19>* {
	width: calc(20% - 1.1875rem/5*4)
}

.flex-col5.gap20>* {
	width: calc(20% - 1.25rem/5*4)
}

.flex-col5.gap21>* {
	width: calc(20% - 1.3125rem/5*4)
}

.flex-col5.gap22>* {
	width: calc(20% - 1.375rem/5*4)
}

.flex-col5.gap23>* {
	width: calc(20% - 1.4375rem/5*4)
}

.flex-col5.gap24>* {
	width: calc(20% - 1.5rem/5*4)
}

.flex-col5.gap25>* {
	width: calc(20% - 1.5625rem/5*4)
}

.flex-col5.gap26>* {
	width: calc(20% - 1.625rem/5*4)
}

.flex-col5.gap27>* {
	width: calc(20% - 1.6875rem/5*4)
}

.flex-col5.gap28>* {
	width: calc(20% - 1.75rem/5*4)
}

.flex-col5.gap29>* {
	width: calc(20% - 1.8125rem/5*4)
}

.flex-col5.gap30>* {
	width: calc(20% - 1.875rem/5*4)
}

.flex-col5.gap31>* {
	width: calc(20% - 1.9375rem/5*4)
}

.flex-col5.gap32>* {
	width: calc(20% - 2rem/5*4)
}

.flex-col5.gap33>* {
	width: calc(20% - 2.0625rem/5*4)
}

.flex-col5.gap34>* {
	width: calc(20% - 2.125rem/5*4)
}

.flex-col5.gap35>* {
	width: calc(20% - 2.1875rem/5*4)
}

.flex-col5.gap36>* {
	width: calc(20% - 2.25rem/5*4)
}

.flex-col5.gap37>* {
	width: calc(20% - 2.3125rem/5*4)
}

.flex-col5.gap38>* {
	width: calc(20% - 2.375rem/5*4)
}

.flex-col5.gap39>* {
	width: calc(20% - 2.4375rem/5*4)
}

.flex-col5.gap40>* {
	width: calc(20% - 2.5rem/5*4)
}

.flex-col5.gap41>* {
	width: calc(20% - 2.5625rem/5*4)
}

.flex-col5.gap42>* {
	width: calc(20% - 2.625rem/5*4)
}

.flex-col5.gap43>* {
	width: calc(20% - 2.6875rem/5*4)
}

.flex-col5.gap44>* {
	width: calc(20% - 2.75rem/5*4)
}

.flex-col5.gap45>* {
	width: calc(20% - 2.8125rem/5*4)
}

.flex-col5.gap46>* {
	width: calc(20% - 2.875rem/5*4)
}

.flex-col5.gap47>* {
	width: calc(20% - 2.9375rem/5*4)
}

.flex-col5.gap48>* {
	width: calc(20% - 3rem/5*4)
}

.flex-col5.gap49>* {
	width: calc(20% - 3.0625rem/5*4)
}

.flex-col5.gap50>* {
	width: calc(20% - 3.125rem/5*4)
}

.flex-col5.gap51>* {
	width: calc(20% - 3.1875rem/5*4)
}

.flex-col5.gap52>* {
	width: calc(20% - 3.25rem/5*4)
}

.flex-col5.gap53>* {
	width: calc(20% - 3.3125rem/5*4)
}

.flex-col5.gap54>* {
	width: calc(20% - 3.375rem/5*4)
}

.flex-col5.gap55>* {
	width: calc(20% - 3.4375rem/5*4)
}

.flex-col5.gap56>* {
	width: calc(20% - 3.5rem/5*4)
}

.flex-col5.gap57>* {
	width: calc(20% - 3.5625rem/5*4)
}

.flex-col5.gap58>* {
	width: calc(20% - 3.625rem/5*4)
}

.flex-col5.gap59>* {
	width: calc(20% - 3.6875rem/5*4)
}

.flex-col5.gap60>* {
	width: calc(20% - 3.75rem/5*4)
}

.flex-col5.gap61>* {
	width: calc(20% - 3.8125rem/5*4)
}

.flex-col5.gap62>* {
	width: calc(20% - 3.875rem/5*4)
}

.flex-col5.gap63>* {
	width: calc(20% - 3.9375rem/5*4)
}

.flex-col5.gap64>* {
	width: calc(20% - 4rem/5*4)
}

.flex-col5.gap65>* {
	width: calc(20% - 4.0625rem/5*4)
}

.flex-col5.gap66>* {
	width: calc(20% - 4.125rem/5*4)
}

.flex-col5.gap67>* {
	width: calc(20% - 4.1875rem/5*4)
}

.flex-col5.gap68>* {
	width: calc(20% - 4.25rem/5*4)
}

.flex-col5.gap69>* {
	width: calc(20% - 4.3125rem/5*4)
}

.flex-col5.gap70>* {
	width: calc(20% - 4.375rem/5*4)
}

.flex-col5.gap71>* {
	width: calc(20% - 4.4375rem/5*4)
}

.flex-col5.gap72>* {
	width: calc(20% - 4.5rem/5*4)
}

.flex-col5.gap73>* {
	width: calc(20% - 4.5625rem/5*4)
}

.flex-col5.gap74>* {
	width: calc(20% - 4.625rem/5*4)
}

.flex-col5.gap75>* {
	width: calc(20% - 4.6875rem/5*4)
}

.flex-col5.gap76>* {
	width: calc(20% - 4.75rem/5*4)
}

.flex-col5.gap77>* {
	width: calc(20% - 4.8125rem/5*4)
}

.flex-col5.gap78>* {
	width: calc(20% - 4.875rem/5*4)
}

.flex-col5.gap79>* {
	width: calc(20% - 4.9375rem/5*4)
}

.flex-col5.gap80>* {
	width: calc(20% - 5rem/5*4)
}

.flex-col5.gap81>* {
	width: calc(20% - 5.0625rem/5*4)
}

.flex-col5.gap82>* {
	width: calc(20% - 5.125rem/5*4)
}

.flex-col5.gap83>* {
	width: calc(20% - 5.1875rem/5*4)
}

.flex-col5.gap84>* {
	width: calc(20% - 5.25rem/5*4)
}

.flex-col5.gap85>* {
	width: calc(20% - 5.3125rem/5*4)
}

.flex-col5.gap86>* {
	width: calc(20% - 5.375rem/5*4)
}

.flex-col5.gap87>* {
	width: calc(20% - 5.4375rem/5*4)
}

.flex-col5.gap88>* {
	width: calc(20% - 5.5rem/5*4)
}

.flex-col5.gap89>* {
	width: calc(20% - 5.5625rem/5*4)
}

.flex-col5.gap90>* {
	width: calc(20% - 5.625rem/5*4)
}

.flex-col5.gap91>* {
	width: calc(20% - 5.6875rem/5*4)
}

.flex-col5.gap92>* {
	width: calc(20% - 5.75rem/5*4)
}

.flex-col5.gap93>* {
	width: calc(20% - 5.8125rem/5*4)
}

.flex-col5.gap94>* {
	width: calc(20% - 5.875rem/5*4)
}

.flex-col5.gap95>* {
	width: calc(20% - 5.9375rem/5*4)
}

.flex-col5.gap96>* {
	width: calc(20% - 6rem/5*4)
}

.flex-col5.gap97>* {
	width: calc(20% - 6.0625rem/5*4)
}

.flex-col5.gap98>* {
	width: calc(20% - 6.125rem/5*4)
}

.flex-col5.gap99>* {
	width: calc(20% - 6.1875rem/5*4)
}

.flex-col5.gap100>* {
	width: calc(20% - 6.25rem/5*4)
}

.flex-col5.gap101>* {
	width: calc(20% - 6.3125rem/5*4)
}

.flex-col5.gap102>* {
	width: calc(20% - 6.375rem/5*4)
}

.flex-col5.gap103>* {
	width: calc(20% - 6.4375rem/5*4)
}

.flex-col5.gap104>* {
	width: calc(20% - 6.5rem/5*4)
}

.flex-col5.gap105>* {
	width: calc(20% - 6.5625rem/5*4)
}

.flex-col5.gap106>* {
	width: calc(20% - 6.625rem/5*4)
}

.flex-col5.gap107>* {
	width: calc(20% - 6.6875rem/5*4)
}

.flex-col5.gap108>* {
	width: calc(20% - 6.75rem/5*4)
}

.flex-col5.gap109>* {
	width: calc(20% - 6.8125rem/5*4)
}

.flex-col5.gap110>* {
	width: calc(20% - 6.875rem/5*4)
}

.flex-col5.gap111>* {
	width: calc(20% - 6.9375rem/5*4)
}

.flex-col5.gap112>* {
	width: calc(20% - 7rem/5*4)
}

.flex-col5.gap113>* {
	width: calc(20% - 7.0625rem/5*4)
}

.flex-col5.gap114>* {
	width: calc(20% - 7.125rem/5*4)
}

.flex-col5.gap115>* {
	width: calc(20% - 7.1875rem/5*4)
}

.flex-col5.gap116>* {
	width: calc(20% - 7.25rem/5*4)
}

.flex-col5.gap117>* {
	width: calc(20% - 7.3125rem/5*4)
}

.flex-col5.gap118>* {
	width: calc(20% - 7.375rem/5*4)
}

.flex-col5.gap119>* {
	width: calc(20% - 7.4375rem/5*4)
}

.flex-col5.gap120>* {
	width: calc(20% - 7.5rem/5*4)
}

.flex-col5.gap121>* {
	width: calc(20% - 7.5625rem/5*4)
}

.flex-col5.gap122>* {
	width: calc(20% - 7.625rem/5*4)
}

.flex-col5.gap123>* {
	width: calc(20% - 7.6875rem/5*4)
}

.flex-col5.gap124>* {
	width: calc(20% - 7.75rem/5*4)
}

.flex-col5.gap125>* {
	width: calc(20% - 7.8125rem/5*4)
}

.flex-col5.gap126>* {
	width: calc(20% - 7.875rem/5*4)
}

.flex-col5.gap127>* {
	width: calc(20% - 7.9375rem/5*4)
}

.flex-col5.gap128>* {
	width: calc(20% - 8rem/5*4)
}

.flex-col5.gap129>* {
	width: calc(20% - 8.0625rem/5*4)
}

.flex-col5.gap130>* {
	width: calc(20% - 8.125rem/5*4)
}

.flex-col5.gap131>* {
	width: calc(20% - 8.1875rem/5*4)
}

.flex-col5.gap132>* {
	width: calc(20% - 8.25rem/5*4)
}

.flex-col5.gap133>* {
	width: calc(20% - 8.3125rem/5*4)
}

.flex-col5.gap134>* {
	width: calc(20% - 8.375rem/5*4)
}

.flex-col5.gap135>* {
	width: calc(20% - 8.4375rem/5*4)
}

.flex-col5.gap136>* {
	width: calc(20% - 8.5rem/5*4)
}

.flex-col5.gap137>* {
	width: calc(20% - 8.5625rem/5*4)
}

.flex-col5.gap138>* {
	width: calc(20% - 8.625rem/5*4)
}

.flex-col5.gap139>* {
	width: calc(20% - 8.6875rem/5*4)
}

.flex-col5.gap140>* {
	width: calc(20% - 8.75rem/5*4)
}

.flex-col5.gap141>* {
	width: calc(20% - 8.8125rem/5*4)
}

.flex-col5.gap142>* {
	width: calc(20% - 8.875rem/5*4)
}

.flex-col5.gap143>* {
	width: calc(20% - 8.9375rem/5*4)
}

.flex-col5.gap144>* {
	width: calc(20% - 9rem/5*4)
}

.flex-col5.gap145>* {
	width: calc(20% - 9.0625rem/5*4)
}

.flex-col5.gap146>* {
	width: calc(20% - 9.125rem/5*4)
}

.flex-col5.gap147>* {
	width: calc(20% - 9.1875rem/5*4)
}

.flex-col5.gap148>* {
	width: calc(20% - 9.25rem/5*4)
}

.flex-col5.gap149>* {
	width: calc(20% - 9.3125rem/5*4)
}

.flex-col5.gap150>* {
	width: calc(20% - 9.375rem/5*4)
}

.flex-col6 {
	flex-wrap: wrap
}

.flex-col6>* {
	width: 16.6666666667%
}

.flex-col6.gap8>* {
	width: calc(16.6666666667% - 0.5rem/6*5)
}

.flex-col6.gap9>* {
	width: calc(16.6666666667% - 0.5625rem/6*5)
}

.flex-col6.gap10>* {
	width: calc(16.6666666667% - 0.625rem/6*5)
}

.flex-col6.gap11>* {
	width: calc(16.6666666667% - 0.6875rem/6*5)
}

.flex-col6.gap12>* {
	width: calc(16.6666666667% - 0.75rem/6*5)
}

.flex-col6.gap13>* {
	width: calc(16.6666666667% - 0.8125rem/6*5)
}

.flex-col6.gap14>* {
	width: calc(16.6666666667% - 0.875rem/6*5)
}

.flex-col6.gap15>* {
	width: calc(16.6666666667% - 0.9375rem/6*5)
}

.flex-col6.gap16>* {
	width: calc(16.6666666667% - 1rem/6*5)
}

.flex-col6.gap17>* {
	width: calc(16.6666666667% - 1.0625rem/6*5)
}

.flex-col6.gap18>* {
	width: calc(16.6666666667% - 1.125rem/6*5)
}

.flex-col6.gap19>* {
	width: calc(16.6666666667% - 1.1875rem/6*5)
}

.flex-col6.gap20>* {
	width: calc(16.6666666667% - 1.25rem/6*5)
}

.flex-col6.gap21>* {
	width: calc(16.6666666667% - 1.3125rem/6*5)
}

.flex-col6.gap22>* {
	width: calc(16.6666666667% - 1.375rem/6*5)
}

.flex-col6.gap23>* {
	width: calc(16.6666666667% - 1.4375rem/6*5)
}

.flex-col6.gap24>* {
	width: calc(16.6666666667% - 1.5rem/6*5)
}

.flex-col6.gap25>* {
	width: calc(16.6666666667% - 1.5625rem/6*5)
}

.flex-col6.gap26>* {
	width: calc(16.6666666667% - 1.625rem/6*5)
}

.flex-col6.gap27>* {
	width: calc(16.6666666667% - 1.6875rem/6*5)
}

.flex-col6.gap28>* {
	width: calc(16.6666666667% - 1.75rem/6*5)
}

.flex-col6.gap29>* {
	width: calc(16.6666666667% - 1.8125rem/6*5)
}

.flex-col6.gap30>* {
	width: calc(16.6666666667% - 1.875rem/6*5)
}

.flex-col6.gap31>* {
	width: calc(16.6666666667% - 1.9375rem/6*5)
}

.flex-col6.gap32>* {
	width: calc(16.6666666667% - 2rem/6*5)
}

.flex-col6.gap33>* {
	width: calc(16.6666666667% - 2.0625rem/6*5)
}

.flex-col6.gap34>* {
	width: calc(16.6666666667% - 2.125rem/6*5)
}

.flex-col6.gap35>* {
	width: calc(16.6666666667% - 2.1875rem/6*5)
}

.flex-col6.gap36>* {
	width: calc(16.6666666667% - 2.25rem/6*5)
}

.flex-col6.gap37>* {
	width: calc(16.6666666667% - 2.3125rem/6*5)
}

.flex-col6.gap38>* {
	width: calc(16.6666666667% - 2.375rem/6*5)
}

.flex-col6.gap39>* {
	width: calc(16.6666666667% - 2.4375rem/6*5)
}

.flex-col6.gap40>* {
	width: calc(16.6666666667% - 2.5rem/6*5)
}

.flex-col6.gap41>* {
	width: calc(16.6666666667% - 2.5625rem/6*5)
}

.flex-col6.gap42>* {
	width: calc(16.6666666667% - 2.625rem/6*5)
}

.flex-col6.gap43>* {
	width: calc(16.6666666667% - 2.6875rem/6*5)
}

.flex-col6.gap44>* {
	width: calc(16.6666666667% - 2.75rem/6*5)
}

.flex-col6.gap45>* {
	width: calc(16.6666666667% - 2.8125rem/6*5)
}

.flex-col6.gap46>* {
	width: calc(16.6666666667% - 2.875rem/6*5)
}

.flex-col6.gap47>* {
	width: calc(16.6666666667% - 2.9375rem/6*5)
}

.flex-col6.gap48>* {
	width: calc(16.6666666667% - 3rem/6*5)
}

.flex-col6.gap49>* {
	width: calc(16.6666666667% - 3.0625rem/6*5)
}

.flex-col6.gap50>* {
	width: calc(16.6666666667% - 3.125rem/6*5)
}

.flex-col6.gap51>* {
	width: calc(16.6666666667% - 3.1875rem/6*5)
}

.flex-col6.gap52>* {
	width: calc(16.6666666667% - 3.25rem/6*5)
}

.flex-col6.gap53>* {
	width: calc(16.6666666667% - 3.3125rem/6*5)
}

.flex-col6.gap54>* {
	width: calc(16.6666666667% - 3.375rem/6*5)
}

.flex-col6.gap55>* {
	width: calc(16.6666666667% - 3.4375rem/6*5)
}

.flex-col6.gap56>* {
	width: calc(16.6666666667% - 3.5rem/6*5)
}

.flex-col6.gap57>* {
	width: calc(16.6666666667% - 3.5625rem/6*5)
}

.flex-col6.gap58>* {
	width: calc(16.6666666667% - 3.625rem/6*5)
}

.flex-col6.gap59>* {
	width: calc(16.6666666667% - 3.6875rem/6*5)
}

.flex-col6.gap60>* {
	width: calc(16.6666666667% - 3.75rem/6*5)
}

.flex-col6.gap61>* {
	width: calc(16.6666666667% - 3.8125rem/6*5)
}

.flex-col6.gap62>* {
	width: calc(16.6666666667% - 3.875rem/6*5)
}

.flex-col6.gap63>* {
	width: calc(16.6666666667% - 3.9375rem/6*5)
}

.flex-col6.gap64>* {
	width: calc(16.6666666667% - 4rem/6*5)
}

.flex-col6.gap65>* {
	width: calc(16.6666666667% - 4.0625rem/6*5)
}

.flex-col6.gap66>* {
	width: calc(16.6666666667% - 4.125rem/6*5)
}

.flex-col6.gap67>* {
	width: calc(16.6666666667% - 4.1875rem/6*5)
}

.flex-col6.gap68>* {
	width: calc(16.6666666667% - 4.25rem/6*5)
}

.flex-col6.gap69>* {
	width: calc(16.6666666667% - 4.3125rem/6*5)
}

.flex-col6.gap70>* {
	width: calc(16.6666666667% - 4.375rem/6*5)
}

.flex-col6.gap71>* {
	width: calc(16.6666666667% - 4.4375rem/6*5)
}

.flex-col6.gap72>* {
	width: calc(16.6666666667% - 4.5rem/6*5)
}

.flex-col6.gap73>* {
	width: calc(16.6666666667% - 4.5625rem/6*5)
}

.flex-col6.gap74>* {
	width: calc(16.6666666667% - 4.625rem/6*5)
}

.flex-col6.gap75>* {
	width: calc(16.6666666667% - 4.6875rem/6*5)
}

.flex-col6.gap76>* {
	width: calc(16.6666666667% - 4.75rem/6*5)
}

.flex-col6.gap77>* {
	width: calc(16.6666666667% - 4.8125rem/6*5)
}

.flex-col6.gap78>* {
	width: calc(16.6666666667% - 4.875rem/6*5)
}

.flex-col6.gap79>* {
	width: calc(16.6666666667% - 4.9375rem/6*5)
}

.flex-col6.gap80>* {
	width: calc(16.6666666667% - 5rem/6*5)
}

.flex-col6.gap81>* {
	width: calc(16.6666666667% - 5.0625rem/6*5)
}

.flex-col6.gap82>* {
	width: calc(16.6666666667% - 5.125rem/6*5)
}

.flex-col6.gap83>* {
	width: calc(16.6666666667% - 5.1875rem/6*5)
}

.flex-col6.gap84>* {
	width: calc(16.6666666667% - 5.25rem/6*5)
}

.flex-col6.gap85>* {
	width: calc(16.6666666667% - 5.3125rem/6*5)
}

.flex-col6.gap86>* {
	width: calc(16.6666666667% - 5.375rem/6*5)
}

.flex-col6.gap87>* {
	width: calc(16.6666666667% - 5.4375rem/6*5)
}

.flex-col6.gap88>* {
	width: calc(16.6666666667% - 5.5rem/6*5)
}

.flex-col6.gap89>* {
	width: calc(16.6666666667% - 5.5625rem/6*5)
}

.flex-col6.gap90>* {
	width: calc(16.6666666667% - 5.625rem/6*5)
}

.flex-col6.gap91>* {
	width: calc(16.6666666667% - 5.6875rem/6*5)
}

.flex-col6.gap92>* {
	width: calc(16.6666666667% - 5.75rem/6*5)
}

.flex-col6.gap93>* {
	width: calc(16.6666666667% - 5.8125rem/6*5)
}

.flex-col6.gap94>* {
	width: calc(16.6666666667% - 5.875rem/6*5)
}

.flex-col6.gap95>* {
	width: calc(16.6666666667% - 5.9375rem/6*5)
}

.flex-col6.gap96>* {
	width: calc(16.6666666667% - 6rem/6*5)
}

.flex-col6.gap97>* {
	width: calc(16.6666666667% - 6.0625rem/6*5)
}

.flex-col6.gap98>* {
	width: calc(16.6666666667% - 6.125rem/6*5)
}

.flex-col6.gap99>* {
	width: calc(16.6666666667% - 6.1875rem/6*5)
}

.flex-col6.gap100>* {
	width: calc(16.6666666667% - 6.25rem/6*5)
}

.flex-col6.gap101>* {
	width: calc(16.6666666667% - 6.3125rem/6*5)
}

.flex-col6.gap102>* {
	width: calc(16.6666666667% - 6.375rem/6*5)
}

.flex-col6.gap103>* {
	width: calc(16.6666666667% - 6.4375rem/6*5)
}

.flex-col6.gap104>* {
	width: calc(16.6666666667% - 6.5rem/6*5)
}

.flex-col6.gap105>* {
	width: calc(16.6666666667% - 6.5625rem/6*5)
}

.flex-col6.gap106>* {
	width: calc(16.6666666667% - 6.625rem/6*5)
}

.flex-col6.gap107>* {
	width: calc(16.6666666667% - 6.6875rem/6*5)
}

.flex-col6.gap108>* {
	width: calc(16.6666666667% - 6.75rem/6*5)
}

.flex-col6.gap109>* {
	width: calc(16.6666666667% - 6.8125rem/6*5)
}

.flex-col6.gap110>* {
	width: calc(16.6666666667% - 6.875rem/6*5)
}

.flex-col6.gap111>* {
	width: calc(16.6666666667% - 6.9375rem/6*5)
}

.flex-col6.gap112>* {
	width: calc(16.6666666667% - 7rem/6*5)
}

.flex-col6.gap113>* {
	width: calc(16.6666666667% - 7.0625rem/6*5)
}

.flex-col6.gap114>* {
	width: calc(16.6666666667% - 7.125rem/6*5)
}

.flex-col6.gap115>* {
	width: calc(16.6666666667% - 7.1875rem/6*5)
}

.flex-col6.gap116>* {
	width: calc(16.6666666667% - 7.25rem/6*5)
}

.flex-col6.gap117>* {
	width: calc(16.6666666667% - 7.3125rem/6*5)
}

.flex-col6.gap118>* {
	width: calc(16.6666666667% - 7.375rem/6*5)
}

.flex-col6.gap119>* {
	width: calc(16.6666666667% - 7.4375rem/6*5)
}

.flex-col6.gap120>* {
	width: calc(16.6666666667% - 7.5rem/6*5)
}

.flex-col6.gap121>* {
	width: calc(16.6666666667% - 7.5625rem/6*5)
}

.flex-col6.gap122>* {
	width: calc(16.6666666667% - 7.625rem/6*5)
}

.flex-col6.gap123>* {
	width: calc(16.6666666667% - 7.6875rem/6*5)
}

.flex-col6.gap124>* {
	width: calc(16.6666666667% - 7.75rem/6*5)
}

.flex-col6.gap125>* {
	width: calc(16.6666666667% - 7.8125rem/6*5)
}

.flex-col6.gap126>* {
	width: calc(16.6666666667% - 7.875rem/6*5)
}

.flex-col6.gap127>* {
	width: calc(16.6666666667% - 7.9375rem/6*5)
}

.flex-col6.gap128>* {
	width: calc(16.6666666667% - 8rem/6*5)
}

.flex-col6.gap129>* {
	width: calc(16.6666666667% - 8.0625rem/6*5)
}

.flex-col6.gap130>* {
	width: calc(16.6666666667% - 8.125rem/6*5)
}

.flex-col6.gap131>* {
	width: calc(16.6666666667% - 8.1875rem/6*5)
}

.flex-col6.gap132>* {
	width: calc(16.6666666667% - 8.25rem/6*5)
}

.flex-col6.gap133>* {
	width: calc(16.6666666667% - 8.3125rem/6*5)
}

.flex-col6.gap134>* {
	width: calc(16.6666666667% - 8.375rem/6*5)
}

.flex-col6.gap135>* {
	width: calc(16.6666666667% - 8.4375rem/6*5)
}

.flex-col6.gap136>* {
	width: calc(16.6666666667% - 8.5rem/6*5)
}

.flex-col6.gap137>* {
	width: calc(16.6666666667% - 8.5625rem/6*5)
}

.flex-col6.gap138>* {
	width: calc(16.6666666667% - 8.625rem/6*5)
}

.flex-col6.gap139>* {
	width: calc(16.6666666667% - 8.6875rem/6*5)
}

.flex-col6.gap140>* {
	width: calc(16.6666666667% - 8.75rem/6*5)
}

.flex-col6.gap141>* {
	width: calc(16.6666666667% - 8.8125rem/6*5)
}

.flex-col6.gap142>* {
	width: calc(16.6666666667% - 8.875rem/6*5)
}

.flex-col6.gap143>* {
	width: calc(16.6666666667% - 8.9375rem/6*5)
}

.flex-col6.gap144>* {
	width: calc(16.6666666667% - 9rem/6*5)
}

.flex-col6.gap145>* {
	width: calc(16.6666666667% - 9.0625rem/6*5)
}

.flex-col6.gap146>* {
	width: calc(16.6666666667% - 9.125rem/6*5)
}

.flex-col6.gap147>* {
	width: calc(16.6666666667% - 9.1875rem/6*5)
}

.flex-col6.gap148>* {
	width: calc(16.6666666667% - 9.25rem/6*5)
}

.flex-col6.gap149>* {
	width: calc(16.6666666667% - 9.3125rem/6*5)
}

.flex-col6.gap150>* {
	width: calc(16.6666666667% - 9.375rem/6*5)
}

.flex-col7 {
	flex-wrap: wrap
}

.flex-col7>* {
	width: 14.2857142857%
}

.flex-col7.gap8>* {
	width: calc(14.2857142857% - 0.5rem/7*6)
}

.flex-col7.gap9>* {
	width: calc(14.2857142857% - 0.5625rem/7*6)
}

.flex-col7.gap10>* {
	width: calc(14.2857142857% - 0.625rem/7*6)
}

.flex-col7.gap11>* {
	width: calc(14.2857142857% - 0.6875rem/7*6)
}

.flex-col7.gap12>* {
	width: calc(14.2857142857% - 0.75rem/7*6)
}

.flex-col7.gap13>* {
	width: calc(14.2857142857% - 0.8125rem/7*6)
}

.flex-col7.gap14>* {
	width: calc(14.2857142857% - 0.875rem/7*6)
}

.flex-col7.gap15>* {
	width: calc(14.2857142857% - 0.9375rem/7*6)
}

.flex-col7.gap16>* {
	width: calc(14.2857142857% - 1rem/7*6)
}

.flex-col7.gap17>* {
	width: calc(14.2857142857% - 1.0625rem/7*6)
}

.flex-col7.gap18>* {
	width: calc(14.2857142857% - 1.125rem/7*6)
}

.flex-col7.gap19>* {
	width: calc(14.2857142857% - 1.1875rem/7*6)
}

.flex-col7.gap20>* {
	width: calc(14.2857142857% - 1.25rem/7*6)
}

.flex-col7.gap21>* {
	width: calc(14.2857142857% - 1.3125rem/7*6)
}

.flex-col7.gap22>* {
	width: calc(14.2857142857% - 1.375rem/7*6)
}

.flex-col7.gap23>* {
	width: calc(14.2857142857% - 1.4375rem/7*6)
}

.flex-col7.gap24>* {
	width: calc(14.2857142857% - 1.5rem/7*6)
}

.flex-col7.gap25>* {
	width: calc(14.2857142857% - 1.5625rem/7*6)
}

.flex-col7.gap26>* {
	width: calc(14.2857142857% - 1.625rem/7*6)
}

.flex-col7.gap27>* {
	width: calc(14.2857142857% - 1.6875rem/7*6)
}

.flex-col7.gap28>* {
	width: calc(14.2857142857% - 1.75rem/7*6)
}

.flex-col7.gap29>* {
	width: calc(14.2857142857% - 1.8125rem/7*6)
}

.flex-col7.gap30>* {
	width: calc(14.2857142857% - 1.875rem/7*6)
}

.flex-col7.gap31>* {
	width: calc(14.2857142857% - 1.9375rem/7*6)
}

.flex-col7.gap32>* {
	width: calc(14.2857142857% - 2rem/7*6)
}

.flex-col7.gap33>* {
	width: calc(14.2857142857% - 2.0625rem/7*6)
}

.flex-col7.gap34>* {
	width: calc(14.2857142857% - 2.125rem/7*6)
}

.flex-col7.gap35>* {
	width: calc(14.2857142857% - 2.1875rem/7*6)
}

.flex-col7.gap36>* {
	width: calc(14.2857142857% - 2.25rem/7*6)
}

.flex-col7.gap37>* {
	width: calc(14.2857142857% - 2.3125rem/7*6)
}

.flex-col7.gap38>* {
	width: calc(14.2857142857% - 2.375rem/7*6)
}

.flex-col7.gap39>* {
	width: calc(14.2857142857% - 2.4375rem/7*6)
}

.flex-col7.gap40>* {
	width: calc(14.2857142857% - 2.5rem/7*6)
}

.flex-col7.gap41>* {
	width: calc(14.2857142857% - 2.5625rem/7*6)
}

.flex-col7.gap42>* {
	width: calc(14.2857142857% - 2.625rem/7*6)
}

.flex-col7.gap43>* {
	width: calc(14.2857142857% - 2.6875rem/7*6)
}

.flex-col7.gap44>* {
	width: calc(14.2857142857% - 2.75rem/7*6)
}

.flex-col7.gap45>* {
	width: calc(14.2857142857% - 2.8125rem/7*6)
}

.flex-col7.gap46>* {
	width: calc(14.2857142857% - 2.875rem/7*6)
}

.flex-col7.gap47>* {
	width: calc(14.2857142857% - 2.9375rem/7*6)
}

.flex-col7.gap48>* {
	width: calc(14.2857142857% - 3rem/7*6)
}

.flex-col7.gap49>* {
	width: calc(14.2857142857% - 3.0625rem/7*6)
}

.flex-col7.gap50>* {
	width: calc(14.2857142857% - 3.125rem/7*6)
}

.flex-col7.gap51>* {
	width: calc(14.2857142857% - 3.1875rem/7*6)
}

.flex-col7.gap52>* {
	width: calc(14.2857142857% - 3.25rem/7*6)
}

.flex-col7.gap53>* {
	width: calc(14.2857142857% - 3.3125rem/7*6)
}

.flex-col7.gap54>* {
	width: calc(14.2857142857% - 3.375rem/7*6)
}

.flex-col7.gap55>* {
	width: calc(14.2857142857% - 3.4375rem/7*6)
}

.flex-col7.gap56>* {
	width: calc(14.2857142857% - 3.5rem/7*6)
}

.flex-col7.gap57>* {
	width: calc(14.2857142857% - 3.5625rem/7*6)
}

.flex-col7.gap58>* {
	width: calc(14.2857142857% - 3.625rem/7*6)
}

.flex-col7.gap59>* {
	width: calc(14.2857142857% - 3.6875rem/7*6)
}

.flex-col7.gap60>* {
	width: calc(14.2857142857% - 3.75rem/7*6)
}

.flex-col7.gap61>* {
	width: calc(14.2857142857% - 3.8125rem/7*6)
}

.flex-col7.gap62>* {
	width: calc(14.2857142857% - 3.875rem/7*6)
}

.flex-col7.gap63>* {
	width: calc(14.2857142857% - 3.9375rem/7*6)
}

.flex-col7.gap64>* {
	width: calc(14.2857142857% - 4rem/7*6)
}

.flex-col7.gap65>* {
	width: calc(14.2857142857% - 4.0625rem/7*6)
}

.flex-col7.gap66>* {
	width: calc(14.2857142857% - 4.125rem/7*6)
}

.flex-col7.gap67>* {
	width: calc(14.2857142857% - 4.1875rem/7*6)
}

.flex-col7.gap68>* {
	width: calc(14.2857142857% - 4.25rem/7*6)
}

.flex-col7.gap69>* {
	width: calc(14.2857142857% - 4.3125rem/7*6)
}

.flex-col7.gap70>* {
	width: calc(14.2857142857% - 4.375rem/7*6)
}

.flex-col7.gap71>* {
	width: calc(14.2857142857% - 4.4375rem/7*6)
}

.flex-col7.gap72>* {
	width: calc(14.2857142857% - 4.5rem/7*6)
}

.flex-col7.gap73>* {
	width: calc(14.2857142857% - 4.5625rem/7*6)
}

.flex-col7.gap74>* {
	width: calc(14.2857142857% - 4.625rem/7*6)
}

.flex-col7.gap75>* {
	width: calc(14.2857142857% - 4.6875rem/7*6)
}

.flex-col7.gap76>* {
	width: calc(14.2857142857% - 4.75rem/7*6)
}

.flex-col7.gap77>* {
	width: calc(14.2857142857% - 4.8125rem/7*6)
}

.flex-col7.gap78>* {
	width: calc(14.2857142857% - 4.875rem/7*6)
}

.flex-col7.gap79>* {
	width: calc(14.2857142857% - 4.9375rem/7*6)
}

.flex-col7.gap80>* {
	width: calc(14.2857142857% - 5rem/7*6)
}

.flex-col7.gap81>* {
	width: calc(14.2857142857% - 5.0625rem/7*6)
}

.flex-col7.gap82>* {
	width: calc(14.2857142857% - 5.125rem/7*6)
}

.flex-col7.gap83>* {
	width: calc(14.2857142857% - 5.1875rem/7*6)
}

.flex-col7.gap84>* {
	width: calc(14.2857142857% - 5.25rem/7*6)
}

.flex-col7.gap85>* {
	width: calc(14.2857142857% - 5.3125rem/7*6)
}

.flex-col7.gap86>* {
	width: calc(14.2857142857% - 5.375rem/7*6)
}

.flex-col7.gap87>* {
	width: calc(14.2857142857% - 5.4375rem/7*6)
}

.flex-col7.gap88>* {
	width: calc(14.2857142857% - 5.5rem/7*6)
}

.flex-col7.gap89>* {
	width: calc(14.2857142857% - 5.5625rem/7*6)
}

.flex-col7.gap90>* {
	width: calc(14.2857142857% - 5.625rem/7*6)
}

.flex-col7.gap91>* {
	width: calc(14.2857142857% - 5.6875rem/7*6)
}

.flex-col7.gap92>* {
	width: calc(14.2857142857% - 5.75rem/7*6)
}

.flex-col7.gap93>* {
	width: calc(14.2857142857% - 5.8125rem/7*6)
}

.flex-col7.gap94>* {
	width: calc(14.2857142857% - 5.875rem/7*6)
}

.flex-col7.gap95>* {
	width: calc(14.2857142857% - 5.9375rem/7*6)
}

.flex-col7.gap96>* {
	width: calc(14.2857142857% - 6rem/7*6)
}

.flex-col7.gap97>* {
	width: calc(14.2857142857% - 6.0625rem/7*6)
}

.flex-col7.gap98>* {
	width: calc(14.2857142857% - 6.125rem/7*6)
}

.flex-col7.gap99>* {
	width: calc(14.2857142857% - 6.1875rem/7*6)
}

.flex-col7.gap100>* {
	width: calc(14.2857142857% - 6.25rem/7*6)
}

.flex-col7.gap101>* {
	width: calc(14.2857142857% - 6.3125rem/7*6)
}

.flex-col7.gap102>* {
	width: calc(14.2857142857% - 6.375rem/7*6)
}

.flex-col7.gap103>* {
	width: calc(14.2857142857% - 6.4375rem/7*6)
}

.flex-col7.gap104>* {
	width: calc(14.2857142857% - 6.5rem/7*6)
}

.flex-col7.gap105>* {
	width: calc(14.2857142857% - 6.5625rem/7*6)
}

.flex-col7.gap106>* {
	width: calc(14.2857142857% - 6.625rem/7*6)
}

.flex-col7.gap107>* {
	width: calc(14.2857142857% - 6.6875rem/7*6)
}

.flex-col7.gap108>* {
	width: calc(14.2857142857% - 6.75rem/7*6)
}

.flex-col7.gap109>* {
	width: calc(14.2857142857% - 6.8125rem/7*6)
}

.flex-col7.gap110>* {
	width: calc(14.2857142857% - 6.875rem/7*6)
}

.flex-col7.gap111>* {
	width: calc(14.2857142857% - 6.9375rem/7*6)
}

.flex-col7.gap112>* {
	width: calc(14.2857142857% - 7rem/7*6)
}

.flex-col7.gap113>* {
	width: calc(14.2857142857% - 7.0625rem/7*6)
}

.flex-col7.gap114>* {
	width: calc(14.2857142857% - 7.125rem/7*6)
}

.flex-col7.gap115>* {
	width: calc(14.2857142857% - 7.1875rem/7*6)
}

.flex-col7.gap116>* {
	width: calc(14.2857142857% - 7.25rem/7*6)
}

.flex-col7.gap117>* {
	width: calc(14.2857142857% - 7.3125rem/7*6)
}

.flex-col7.gap118>* {
	width: calc(14.2857142857% - 7.375rem/7*6)
}

.flex-col7.gap119>* {
	width: calc(14.2857142857% - 7.4375rem/7*6)
}

.flex-col7.gap120>* {
	width: calc(14.2857142857% - 7.5rem/7*6)
}

.flex-col7.gap121>* {
	width: calc(14.2857142857% - 7.5625rem/7*6)
}

.flex-col7.gap122>* {
	width: calc(14.2857142857% - 7.625rem/7*6)
}

.flex-col7.gap123>* {
	width: calc(14.2857142857% - 7.6875rem/7*6)
}

.flex-col7.gap124>* {
	width: calc(14.2857142857% - 7.75rem/7*6)
}

.flex-col7.gap125>* {
	width: calc(14.2857142857% - 7.8125rem/7*6)
}

.flex-col7.gap126>* {
	width: calc(14.2857142857% - 7.875rem/7*6)
}

.flex-col7.gap127>* {
	width: calc(14.2857142857% - 7.9375rem/7*6)
}

.flex-col7.gap128>* {
	width: calc(14.2857142857% - 8rem/7*6)
}

.flex-col7.gap129>* {
	width: calc(14.2857142857% - 8.0625rem/7*6)
}

.flex-col7.gap130>* {
	width: calc(14.2857142857% - 8.125rem/7*6)
}

.flex-col7.gap131>* {
	width: calc(14.2857142857% - 8.1875rem/7*6)
}

.flex-col7.gap132>* {
	width: calc(14.2857142857% - 8.25rem/7*6)
}

.flex-col7.gap133>* {
	width: calc(14.2857142857% - 8.3125rem/7*6)
}

.flex-col7.gap134>* {
	width: calc(14.2857142857% - 8.375rem/7*6)
}

.flex-col7.gap135>* {
	width: calc(14.2857142857% - 8.4375rem/7*6)
}

.flex-col7.gap136>* {
	width: calc(14.2857142857% - 8.5rem/7*6)
}

.flex-col7.gap137>* {
	width: calc(14.2857142857% - 8.5625rem/7*6)
}

.flex-col7.gap138>* {
	width: calc(14.2857142857% - 8.625rem/7*6)
}

.flex-col7.gap139>* {
	width: calc(14.2857142857% - 8.6875rem/7*6)
}

.flex-col7.gap140>* {
	width: calc(14.2857142857% - 8.75rem/7*6)
}

.flex-col7.gap141>* {
	width: calc(14.2857142857% - 8.8125rem/7*6)
}

.flex-col7.gap142>* {
	width: calc(14.2857142857% - 8.875rem/7*6)
}

.flex-col7.gap143>* {
	width: calc(14.2857142857% - 8.9375rem/7*6)
}

.flex-col7.gap144>* {
	width: calc(14.2857142857% - 9rem/7*6)
}

.flex-col7.gap145>* {
	width: calc(14.2857142857% - 9.0625rem/7*6)
}

.flex-col7.gap146>* {
	width: calc(14.2857142857% - 9.125rem/7*6)
}

.flex-col7.gap147>* {
	width: calc(14.2857142857% - 9.1875rem/7*6)
}

.flex-col7.gap148>* {
	width: calc(14.2857142857% - 9.25rem/7*6)
}

.flex-col7.gap149>* {
	width: calc(14.2857142857% - 9.3125rem/7*6)
}

.flex-col7.gap150>* {
	width: calc(14.2857142857% - 9.375rem/7*6)
}

.flex-col8 {
	flex-wrap: wrap
}

.flex-col8>* {
	width: 12.5%
}

.flex-col8.gap8>* {
	width: calc(12.5% - 0.5rem/8*7)
}

.flex-col8.gap9>* {
	width: calc(12.5% - 0.5625rem/8*7)
}

.flex-col8.gap10>* {
	width: calc(12.5% - 0.625rem/8*7)
}

.flex-col8.gap11>* {
	width: calc(12.5% - 0.6875rem/8*7)
}

.flex-col8.gap12>* {
	width: calc(12.5% - 0.75rem/8*7)
}

.flex-col8.gap13>* {
	width: calc(12.5% - 0.8125rem/8*7)
}

.flex-col8.gap14>* {
	width: calc(12.5% - 0.875rem/8*7)
}

.flex-col8.gap15>* {
	width: calc(12.5% - 0.9375rem/8*7)
}

.flex-col8.gap16>* {
	width: calc(12.5% - 1rem/8*7)
}

.flex-col8.gap17>* {
	width: calc(12.5% - 1.0625rem/8*7)
}

.flex-col8.gap18>* {
	width: calc(12.5% - 1.125rem/8*7)
}

.flex-col8.gap19>* {
	width: calc(12.5% - 1.1875rem/8*7)
}

.flex-col8.gap20>* {
	width: calc(12.5% - 1.25rem/8*7)
}

.flex-col8.gap21>* {
	width: calc(12.5% - 1.3125rem/8*7)
}

.flex-col8.gap22>* {
	width: calc(12.5% - 1.375rem/8*7)
}

.flex-col8.gap23>* {
	width: calc(12.5% - 1.4375rem/8*7)
}

.flex-col8.gap24>* {
	width: calc(12.5% - 1.5rem/8*7)
}

.flex-col8.gap25>* {
	width: calc(12.5% - 1.5625rem/8*7)
}

.flex-col8.gap26>* {
	width: calc(12.5% - 1.625rem/8*7)
}

.flex-col8.gap27>* {
	width: calc(12.5% - 1.6875rem/8*7)
}

.flex-col8.gap28>* {
	width: calc(12.5% - 1.75rem/8*7)
}

.flex-col8.gap29>* {
	width: calc(12.5% - 1.8125rem/8*7)
}

.flex-col8.gap30>* {
	width: calc(12.5% - 1.875rem/8*7)
}

.flex-col8.gap31>* {
	width: calc(12.5% - 1.9375rem/8*7)
}

.flex-col8.gap32>* {
	width: calc(12.5% - 2rem/8*7)
}

.flex-col8.gap33>* {
	width: calc(12.5% - 2.0625rem/8*7)
}

.flex-col8.gap34>* {
	width: calc(12.5% - 2.125rem/8*7)
}

.flex-col8.gap35>* {
	width: calc(12.5% - 2.1875rem/8*7)
}

.flex-col8.gap36>* {
	width: calc(12.5% - 2.25rem/8*7)
}

.flex-col8.gap37>* {
	width: calc(12.5% - 2.3125rem/8*7)
}

.flex-col8.gap38>* {
	width: calc(12.5% - 2.375rem/8*7)
}

.flex-col8.gap39>* {
	width: calc(12.5% - 2.4375rem/8*7)
}

.flex-col8.gap40>* {
	width: calc(12.5% - 2.5rem/8*7)
}

.flex-col8.gap41>* {
	width: calc(12.5% - 2.5625rem/8*7)
}

.flex-col8.gap42>* {
	width: calc(12.5% - 2.625rem/8*7)
}

.flex-col8.gap43>* {
	width: calc(12.5% - 2.6875rem/8*7)
}

.flex-col8.gap44>* {
	width: calc(12.5% - 2.75rem/8*7)
}

.flex-col8.gap45>* {
	width: calc(12.5% - 2.8125rem/8*7)
}

.flex-col8.gap46>* {
	width: calc(12.5% - 2.875rem/8*7)
}

.flex-col8.gap47>* {
	width: calc(12.5% - 2.9375rem/8*7)
}

.flex-col8.gap48>* {
	width: calc(12.5% - 3rem/8*7)
}

.flex-col8.gap49>* {
	width: calc(12.5% - 3.0625rem/8*7)
}

.flex-col8.gap50>* {
	width: calc(12.5% - 3.125rem/8*7)
}

.flex-col8.gap51>* {
	width: calc(12.5% - 3.1875rem/8*7)
}

.flex-col8.gap52>* {
	width: calc(12.5% - 3.25rem/8*7)
}

.flex-col8.gap53>* {
	width: calc(12.5% - 3.3125rem/8*7)
}

.flex-col8.gap54>* {
	width: calc(12.5% - 3.375rem/8*7)
}

.flex-col8.gap55>* {
	width: calc(12.5% - 3.4375rem/8*7)
}

.flex-col8.gap56>* {
	width: calc(12.5% - 3.5rem/8*7)
}

.flex-col8.gap57>* {
	width: calc(12.5% - 3.5625rem/8*7)
}

.flex-col8.gap58>* {
	width: calc(12.5% - 3.625rem/8*7)
}

.flex-col8.gap59>* {
	width: calc(12.5% - 3.6875rem/8*7)
}

.flex-col8.gap60>* {
	width: calc(12.5% - 3.75rem/8*7)
}

.flex-col8.gap61>* {
	width: calc(12.5% - 3.8125rem/8*7)
}

.flex-col8.gap62>* {
	width: calc(12.5% - 3.875rem/8*7)
}

.flex-col8.gap63>* {
	width: calc(12.5% - 3.9375rem/8*7)
}

.flex-col8.gap64>* {
	width: calc(12.5% - 4rem/8*7)
}

.flex-col8.gap65>* {
	width: calc(12.5% - 4.0625rem/8*7)
}

.flex-col8.gap66>* {
	width: calc(12.5% - 4.125rem/8*7)
}

.flex-col8.gap67>* {
	width: calc(12.5% - 4.1875rem/8*7)
}

.flex-col8.gap68>* {
	width: calc(12.5% - 4.25rem/8*7)
}

.flex-col8.gap69>* {
	width: calc(12.5% - 4.3125rem/8*7)
}

.flex-col8.gap70>* {
	width: calc(12.5% - 4.375rem/8*7)
}

.flex-col8.gap71>* {
	width: calc(12.5% - 4.4375rem/8*7)
}

.flex-col8.gap72>* {
	width: calc(12.5% - 4.5rem/8*7)
}

.flex-col8.gap73>* {
	width: calc(12.5% - 4.5625rem/8*7)
}

.flex-col8.gap74>* {
	width: calc(12.5% - 4.625rem/8*7)
}

.flex-col8.gap75>* {
	width: calc(12.5% - 4.6875rem/8*7)
}

.flex-col8.gap76>* {
	width: calc(12.5% - 4.75rem/8*7)
}

.flex-col8.gap77>* {
	width: calc(12.5% - 4.8125rem/8*7)
}

.flex-col8.gap78>* {
	width: calc(12.5% - 4.875rem/8*7)
}

.flex-col8.gap79>* {
	width: calc(12.5% - 4.9375rem/8*7)
}

.flex-col8.gap80>* {
	width: calc(12.5% - 5rem/8*7)
}

.flex-col8.gap81>* {
	width: calc(12.5% - 5.0625rem/8*7)
}

.flex-col8.gap82>* {
	width: calc(12.5% - 5.125rem/8*7)
}

.flex-col8.gap83>* {
	width: calc(12.5% - 5.1875rem/8*7)
}

.flex-col8.gap84>* {
	width: calc(12.5% - 5.25rem/8*7)
}

.flex-col8.gap85>* {
	width: calc(12.5% - 5.3125rem/8*7)
}

.flex-col8.gap86>* {
	width: calc(12.5% - 5.375rem/8*7)
}

.flex-col8.gap87>* {
	width: calc(12.5% - 5.4375rem/8*7)
}

.flex-col8.gap88>* {
	width: calc(12.5% - 5.5rem/8*7)
}

.flex-col8.gap89>* {
	width: calc(12.5% - 5.5625rem/8*7)
}

.flex-col8.gap90>* {
	width: calc(12.5% - 5.625rem/8*7)
}

.flex-col8.gap91>* {
	width: calc(12.5% - 5.6875rem/8*7)
}

.flex-col8.gap92>* {
	width: calc(12.5% - 5.75rem/8*7)
}

.flex-col8.gap93>* {
	width: calc(12.5% - 5.8125rem/8*7)
}

.flex-col8.gap94>* {
	width: calc(12.5% - 5.875rem/8*7)
}

.flex-col8.gap95>* {
	width: calc(12.5% - 5.9375rem/8*7)
}

.flex-col8.gap96>* {
	width: calc(12.5% - 6rem/8*7)
}

.flex-col8.gap97>* {
	width: calc(12.5% - 6.0625rem/8*7)
}

.flex-col8.gap98>* {
	width: calc(12.5% - 6.125rem/8*7)
}

.flex-col8.gap99>* {
	width: calc(12.5% - 6.1875rem/8*7)
}

.flex-col8.gap100>* {
	width: calc(12.5% - 6.25rem/8*7)
}

.flex-col8.gap101>* {
	width: calc(12.5% - 6.3125rem/8*7)
}

.flex-col8.gap102>* {
	width: calc(12.5% - 6.375rem/8*7)
}

.flex-col8.gap103>* {
	width: calc(12.5% - 6.4375rem/8*7)
}

.flex-col8.gap104>* {
	width: calc(12.5% - 6.5rem/8*7)
}

.flex-col8.gap105>* {
	width: calc(12.5% - 6.5625rem/8*7)
}

.flex-col8.gap106>* {
	width: calc(12.5% - 6.625rem/8*7)
}

.flex-col8.gap107>* {
	width: calc(12.5% - 6.6875rem/8*7)
}

.flex-col8.gap108>* {
	width: calc(12.5% - 6.75rem/8*7)
}

.flex-col8.gap109>* {
	width: calc(12.5% - 6.8125rem/8*7)
}

.flex-col8.gap110>* {
	width: calc(12.5% - 6.875rem/8*7)
}

.flex-col8.gap111>* {
	width: calc(12.5% - 6.9375rem/8*7)
}

.flex-col8.gap112>* {
	width: calc(12.5% - 7rem/8*7)
}

.flex-col8.gap113>* {
	width: calc(12.5% - 7.0625rem/8*7)
}

.flex-col8.gap114>* {
	width: calc(12.5% - 7.125rem/8*7)
}

.flex-col8.gap115>* {
	width: calc(12.5% - 7.1875rem/8*7)
}

.flex-col8.gap116>* {
	width: calc(12.5% - 7.25rem/8*7)
}

.flex-col8.gap117>* {
	width: calc(12.5% - 7.3125rem/8*7)
}

.flex-col8.gap118>* {
	width: calc(12.5% - 7.375rem/8*7)
}

.flex-col8.gap119>* {
	width: calc(12.5% - 7.4375rem/8*7)
}

.flex-col8.gap120>* {
	width: calc(12.5% - 7.5rem/8*7)
}

.flex-col8.gap121>* {
	width: calc(12.5% - 7.5625rem/8*7)
}

.flex-col8.gap122>* {
	width: calc(12.5% - 7.625rem/8*7)
}

.flex-col8.gap123>* {
	width: calc(12.5% - 7.6875rem/8*7)
}

.flex-col8.gap124>* {
	width: calc(12.5% - 7.75rem/8*7)
}

.flex-col8.gap125>* {
	width: calc(12.5% - 7.8125rem/8*7)
}

.flex-col8.gap126>* {
	width: calc(12.5% - 7.875rem/8*7)
}

.flex-col8.gap127>* {
	width: calc(12.5% - 7.9375rem/8*7)
}

.flex-col8.gap128>* {
	width: calc(12.5% - 8rem/8*7)
}

.flex-col8.gap129>* {
	width: calc(12.5% - 8.0625rem/8*7)
}

.flex-col8.gap130>* {
	width: calc(12.5% - 8.125rem/8*7)
}

.flex-col8.gap131>* {
	width: calc(12.5% - 8.1875rem/8*7)
}

.flex-col8.gap132>* {
	width: calc(12.5% - 8.25rem/8*7)
}

.flex-col8.gap133>* {
	width: calc(12.5% - 8.3125rem/8*7)
}

.flex-col8.gap134>* {
	width: calc(12.5% - 8.375rem/8*7)
}

.flex-col8.gap135>* {
	width: calc(12.5% - 8.4375rem/8*7)
}

.flex-col8.gap136>* {
	width: calc(12.5% - 8.5rem/8*7)
}

.flex-col8.gap137>* {
	width: calc(12.5% - 8.5625rem/8*7)
}

.flex-col8.gap138>* {
	width: calc(12.5% - 8.625rem/8*7)
}

.flex-col8.gap139>* {
	width: calc(12.5% - 8.6875rem/8*7)
}

.flex-col8.gap140>* {
	width: calc(12.5% - 8.75rem/8*7)
}

.flex-col8.gap141>* {
	width: calc(12.5% - 8.8125rem/8*7)
}

.flex-col8.gap142>* {
	width: calc(12.5% - 8.875rem/8*7)
}

.flex-col8.gap143>* {
	width: calc(12.5% - 8.9375rem/8*7)
}

.flex-col8.gap144>* {
	width: calc(12.5% - 9rem/8*7)
}

.flex-col8.gap145>* {
	width: calc(12.5% - 9.0625rem/8*7)
}

.flex-col8.gap146>* {
	width: calc(12.5% - 9.125rem/8*7)
}

.flex-col8.gap147>* {
	width: calc(12.5% - 9.1875rem/8*7)
}

.flex-col8.gap148>* {
	width: calc(12.5% - 9.25rem/8*7)
}

.flex-col8.gap149>* {
	width: calc(12.5% - 9.3125rem/8*7)
}

.flex-col8.gap150>* {
	width: calc(12.5% - 9.375rem/8*7)
}

@media screen and (max-width: 47.9375em) {
	.flex-sp-col1 {
		flex-wrap: wrap
	}

	.flex-sp-col1>* {
		width: 100%
	}

	.flex-sp-col1.gap8>* {
		width: calc(100% - 0.5rem/1*0)
	}

	.flex-sp-col1.gap16>* {
		width: calc(100% - 1rem/1*0)
	}

	.flex-sp-col1.gap20>* {
		width: calc(100% - 1.25rem/1*0)
	}

	.flex-sp-col1.gap24>* {
		width: calc(100% - 1.5rem/1*0)
	}

	.flex-sp-col1.gap32>* {
		width: calc(100% - 2rem/1*0)
	}

	.flex-sp-col1.gap48>* {
		width: calc(100% - 3rem/1*0)
	}

	.flex-sp-col1.gap64>* {
		width: calc(100% - 4rem/1*0)
	}

	.flex-sp-col1.gap-sp8>* {
		width: calc(100% - 0.5714285714rem/1*0)
	}

	.flex-sp-col1.gap-sp10>* {
		width: calc(100% - 0.7142857143rem/1*0)
	}

	.flex-sp-col1.gap-sp16>* {
		width: calc(100% - 1.1428571429rem/1*0)
	}

	.flex-sp-col1.gap-sp40>* {
		width: calc(100% - 2.8571428571rem/1*0)
	}

	.flex-sp-col2 {
		flex-wrap: wrap
	}

	.flex-sp-col2>* {
		width: 50%
	}

	.flex-sp-col2.gap8>* {
		width: calc(50% - 0.5rem/2*1)
	}

	.flex-sp-col2.gap16>* {
		width: calc(50% - 1rem/2*1)
	}

	.flex-sp-col2.gap20>* {
		width: calc(50% - 1.25rem/2*1)
	}

	.flex-sp-col2.gap24>* {
		width: calc(50% - 1.5rem/2*1)
	}

	.flex-sp-col2.gap32>* {
		width: calc(50% - 2rem/2*1)
	}

	.flex-sp-col2.gap48>* {
		width: calc(50% - 3rem/2*1)
	}

	.flex-sp-col2.gap64>* {
		width: calc(50% - 4rem/2*1)
	}

	.flex-sp-col2.gap-sp8>* {
		width: calc(50% - 0.5714285714rem/2*1)
	}

	.flex-sp-col2.gap-sp10>* {
		width: calc(50% - 0.7142857143rem/2*1)
	}

	.flex-sp-col2.gap-sp16>* {
		width: calc(50% - 1.1428571429rem/2*1)
	}

	.flex-sp-col2.gap-sp40>* {
		width: calc(50% - 2.8571428571rem/2*1)
	}

	.flex-sp-col3 {
		flex-wrap: wrap
	}

	.flex-sp-col3>* {
		width: 33.3333333333%
	}

	.flex-sp-col3.gap8>* {
		width: calc(33.3333333333% - 0.5rem/3*2)
	}

	.flex-sp-col3.gap16>* {
		width: calc(33.3333333333% - 1rem/3*2)
	}

	.flex-sp-col3.gap20>* {
		width: calc(33.3333333333% - 1.25rem/3*2)
	}

	.flex-sp-col3.gap24>* {
		width: calc(33.3333333333% - 1.5rem/3*2)
	}

	.flex-sp-col3.gap32>* {
		width: calc(33.3333333333% - 2rem/3*2)
	}

	.flex-sp-col3.gap48>* {
		width: calc(33.3333333333% - 3rem/3*2)
	}

	.flex-sp-col3.gap64>* {
		width: calc(33.3333333333% - 4rem/3*2)
	}

	.flex-sp-col3.gap-sp8>* {
		width: calc(33.3333333333% - 0.5714285714rem/3*2)
	}

	.flex-sp-col3.gap-sp10>* {
		width: calc(33.3333333333% - 0.7142857143rem/3*2)
	}

	.flex-sp-col3.gap-sp16>* {
		width: calc(33.3333333333% - 1.1428571429rem/3*2)
	}

	.flex-sp-col3.gap-sp40>* {
		width: calc(33.3333333333% - 2.8571428571rem/3*2)
	}

	.flex-sp-col4 {
		flex-wrap: wrap
	}

	.flex-sp-col4>* {
		width: 25%
	}

	.flex-sp-col4.gap8>* {
		width: calc(25% - 0.5rem/4*3)
	}

	.flex-sp-col4.gap16>* {
		width: calc(25% - 1rem/4*3)
	}

	.flex-sp-col4.gap20>* {
		width: calc(25% - 1.25rem/4*3)
	}

	.flex-sp-col4.gap24>* {
		width: calc(25% - 1.5rem/4*3)
	}

	.flex-sp-col4.gap32>* {
		width: calc(25% - 2rem/4*3)
	}

	.flex-sp-col4.gap48>* {
		width: calc(25% - 3rem/4*3)
	}

	.flex-sp-col4.gap64>* {
		width: calc(25% - 4rem/4*3)
	}

	.flex-sp-col4.gap-sp8>* {
		width: calc(25% - 0.5714285714rem/4*3)
	}

	.flex-sp-col4.gap-sp10>* {
		width: calc(25% - 0.7142857143rem/4*3)
	}

	.flex-sp-col4.gap-sp16>* {
		width: calc(25% - 1.1428571429rem/4*3)
	}

	.flex-sp-col4.gap-sp40>* {
		width: calc(25% - 2.8571428571rem/4*3)
	}

	.flex-sp-col5 {
		flex-wrap: wrap
	}

	.flex-sp-col5>* {
		width: 20%
	}

	.flex-sp-col5.gap8>* {
		width: calc(20% - 0.5rem/5*4)
	}

	.flex-sp-col5.gap16>* {
		width: calc(20% - 1rem/5*4)
	}

	.flex-sp-col5.gap20>* {
		width: calc(20% - 1.25rem/5*4)
	}

	.flex-sp-col5.gap24>* {
		width: calc(20% - 1.5rem/5*4)
	}

	.flex-sp-col5.gap32>* {
		width: calc(20% - 2rem/5*4)
	}

	.flex-sp-col5.gap48>* {
		width: calc(20% - 3rem/5*4)
	}

	.flex-sp-col5.gap64>* {
		width: calc(20% - 4rem/5*4)
	}

	.flex-sp-col5.gap-sp8>* {
		width: calc(20% - 0.5714285714rem/5*4)
	}

	.flex-sp-col5.gap-sp10>* {
		width: calc(20% - 0.7142857143rem/5*4)
	}

	.flex-sp-col5.gap-sp16>* {
		width: calc(20% - 1.1428571429rem/5*4)
	}

	.flex-sp-col5.gap-sp40>* {
		width: calc(20% - 2.8571428571rem/5*4)
	}

	.flex-sp-col6 {
		flex-wrap: wrap
	}

	.flex-sp-col6>* {
		width: 16.6666666667%
	}

	.flex-sp-col6.gap8>* {
		width: calc(16.6666666667% - 0.5rem/6*5)
	}

	.flex-sp-col6.gap16>* {
		width: calc(16.6666666667% - 1rem/6*5)
	}

	.flex-sp-col6.gap20>* {
		width: calc(16.6666666667% - 1.25rem/6*5)
	}

	.flex-sp-col6.gap24>* {
		width: calc(16.6666666667% - 1.5rem/6*5)
	}

	.flex-sp-col6.gap32>* {
		width: calc(16.6666666667% - 2rem/6*5)
	}

	.flex-sp-col6.gap48>* {
		width: calc(16.6666666667% - 3rem/6*5)
	}

	.flex-sp-col6.gap64>* {
		width: calc(16.6666666667% - 4rem/6*5)
	}

	.flex-sp-col6.gap-sp8>* {
		width: calc(16.6666666667% - 0.5714285714rem/6*5)
	}

	.flex-sp-col6.gap-sp10>* {
		width: calc(16.6666666667% - 0.7142857143rem/6*5)
	}

	.flex-sp-col6.gap-sp16>* {
		width: calc(16.6666666667% - 1.1428571429rem/6*5)
	}

	.flex-sp-col6.gap-sp40>* {
		width: calc(16.6666666667% - 2.8571428571rem/6*5)
	}

	.flex-sp-col7 {
		flex-wrap: wrap
	}

	.flex-sp-col7>* {
		width: 14.2857142857%
	}

	.flex-sp-col7.gap8>* {
		width: calc(14.2857142857% - 0.5rem/7*6)
	}

	.flex-sp-col7.gap16>* {
		width: calc(14.2857142857% - 1rem/7*6)
	}

	.flex-sp-col7.gap20>* {
		width: calc(14.2857142857% - 1.25rem/7*6)
	}

	.flex-sp-col7.gap24>* {
		width: calc(14.2857142857% - 1.5rem/7*6)
	}

	.flex-sp-col7.gap32>* {
		width: calc(14.2857142857% - 2rem/7*6)
	}

	.flex-sp-col7.gap48>* {
		width: calc(14.2857142857% - 3rem/7*6)
	}

	.flex-sp-col7.gap64>* {
		width: calc(14.2857142857% - 4rem/7*6)
	}

	.flex-sp-col7.gap-sp8>* {
		width: calc(14.2857142857% - 0.5714285714rem/7*6)
	}

	.flex-sp-col7.gap-sp10>* {
		width: calc(14.2857142857% - 0.7142857143rem/7*6)
	}

	.flex-sp-col7.gap-sp16>* {
		width: calc(14.2857142857% - 1.1428571429rem/7*6)
	}

	.flex-sp-col7.gap-sp40>* {
		width: calc(14.2857142857% - 2.8571428571rem/7*6)
	}

	.flex-sp-col8 {
		flex-wrap: wrap
	}

	.flex-sp-col8>* {
		width: 12.5%
	}

	.flex-sp-col8.gap8>* {
		width: calc(12.5% - 0.5rem/8*7)
	}

	.flex-sp-col8.gap16>* {
		width: calc(12.5% - 1rem/8*7)
	}

	.flex-sp-col8.gap20>* {
		width: calc(12.5% - 1.25rem/8*7)
	}

	.flex-sp-col8.gap24>* {
		width: calc(12.5% - 1.5rem/8*7)
	}

	.flex-sp-col8.gap32>* {
		width: calc(12.5% - 2rem/8*7)
	}

	.flex-sp-col8.gap48>* {
		width: calc(12.5% - 3rem/8*7)
	}

	.flex-sp-col8.gap64>* {
		width: calc(12.5% - 4rem/8*7)
	}

	.flex-sp-col8.gap-sp8>* {
		width: calc(12.5% - 0.5714285714rem/8*7)
	}

	.flex-sp-col8.gap-sp10>* {
		width: calc(12.5% - 0.7142857143rem/8*7)
	}

	.flex-sp-col8.gap-sp16>* {
		width: calc(12.5% - 1.1428571429rem/8*7)
	}

	.flex-sp-col8.gap-sp40>* {
		width: calc(12.5% - 2.8571428571rem/8*7)
	}

	.flex-sp-block[class*=gap] {
		gap: 1.7142857143rem
	}

	.flex-sp-block>* {
		width: 100% !important
	}
}

.footer_cta {
	z-index: 2;
	width: 100%;
	height: 60.4166666667vw
}

.footer_cta::after {
	content: "";
	position: absolute;
	top: 0;
	background-image: url("../images/common/cta_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 47.9375em) {
	.footer_cta {
		height: 47.1428571429rem
	}
}

.footer_cta-ude {
	max-width: 66.6666666667vw;
	position: absolute;
	top: 23.8541666667vw;
	z-index: 3;
	translate: -100% 0;
	transition: 1s cubic-bezier(0.25, 0.8, 0.25, 1)
}

@media screen and (max-width: 47.9375em) {
	.footer_cta-ude {
		top: 30.7142857143rem;
		max-width: 57.1428571429rem
	}
}

.footer_cta-ude.active {
	translate: 0 0
}

.footer_cta--cont.cta-tel {
	width: 34.375vw;
	height: 34.375vw
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont.cta-tel {
		width: 23.125rem;
		height: 23.125rem;
		overflow: hidden
	}
}

.footer_cta--cont.cta-mail {
	width: 21.7708333333vw;
	height: 20.8333333333vw
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont.cta-mail {
		width: 20rem;
		height: 20rem;
		overflow: hidden
	}
}

.footer_cta--cont {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont {
		width: 18.75rem;
		height: 18.75rem
	}
}

.footer_cta--cont::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-size: contain;
	background-image: url("../images/common/cta-circle.png");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1
}

.footer_cta--cont .cta_num {
	z-index: 2
}

.footer_cta--cont .cta_num .subtitle {
	color: var(--clr-text-light) !important;
	opacity: .5;
	font-size: 2.5rem;
	margin-bottom: -0.625rem !important
}

.footer_cta--cont .cta_num .subtitle::after {
	content: none
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont .cta_num .subtitle {
		font-size: max(16px, 1.125rem)
	}
}

.footer_cta--cont .cta_num .ttl-05 {
	margin-bottom: 0 !important
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont .cta_num .ttl-05 {
		line-height: 1.4
	}
}

.footer_cta--cont .cta_num .ttl-05::after {
	content: "";
	display: block;
	width: 2.5rem;
	margin-top: 0.5rem;
	border-bottom: 2px solid;
	opacity: .5
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont .cta_num .ttl-05::after {
		margin-top: .6rem
	}
}

.footer_cta--cont .tel,
.footer_cta--cont .hours {
	display: block
}

.footer_cta--cont .tel {
	font-size: 2.5rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont .tel {
		font-size: 1.5rem
	}
}

.footer_cta--cont .tel .font-en {
	font-size: max(22px, 1.5rem)
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont .tel .font-en {
		font-size: max(14px, 1rem)
	}
}

.footer_cta--cont .hours {
	margin-top: -1rem
}

.footer_cta--cont .btn {
	padding-top: 1.5rem
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont .btn {
		padding-top: 0.75rem
	}
}

.footer_cta--cont .btn a {
	margin-inline: auto;
	background-color: #9ccc7c;
	color: var(--clr-text-light)
}

.footer_cta--tel {
	position: absolute;
	top: 11.4583333333vw;
	left: 26.0416666667vw
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--tel {
		top: 5.7142857143rem;
		left: -2.1428571429rem
	}
}

.footer_cta--mail {
	position: absolute;
	top: 26.0416666667vw;
	right: 22.3958333333vw
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--mail {
		top: 21.4285714286rem;
		right: -1rem;
	}
}

.footer {
	background-color: var(--clr-mono-06);
	color: var(--clr-text-light);
	border-radius: 2.5rem 2.5rem 0 0
}

.footer a {
	color: var(--clr-text-light)
}

@media screen and (max-width: 47.9375em) {
	.footer_cta--cont .btn a {
		font-size: max(14px, 1rem);
		padding: 0.8571428571rem 1.1428571429rem 0.8571428571rem 0.8571428571rem
	}

	.footer_cta--cont .btn a::before {
		right: 1.25rem
	}
}

.fnav--menu a {
	display: block;
	padding: .5em 1em;
	color: var(--clr-text-light)
}

.fnav--menu a:hover {
	opacity: .7
}

@media screen and (max-width: 47.9375em) {
	.fnav--menu a {
		position: relative;
		padding: .5em
	}

	.fnav--menu a::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: .5em;
		margin: auto;
		width: 0.4285714286rem;
		height: 0.4285714286rem;
		border-top: 1px solid;
		border-right: 1px solid;
		transform: rotate(45deg)
	}
}

.fnav--menu .sub-menu {
	font-size: max(13px, 0.9375rem);
	line-height: 1;
	opacity: .75
}

.sns_area a {
	display: grid;
	place-items: center;
	width: 2.5rem;
	height: 2.5rem
}

.sns_area a:hover {
	opacity: .7
}

.sns_area svg {
	width: 1.5rem;
	height: 1.5rem
}

.sns_area svg.icon-x {
	width: 1.375rem;
	height: 1.375rem
}

.fnav-cta {
	font-size: 2rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif
}

.footer_btm {
	padding: 0.5rem 0
}

@media print,
screen and (min-width: 48em) {
	.footer_btm:has(.privacy)>.inner {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}

@media screen and (max-width: 47.9375em) {
	.privacy {
		text-align: center;
		margin-bottom: .5em
	}
}

.privacy a:hover {
	opacity: .7
}

.copyright {
	gap: 1em
}

@media screen and (max-width: 47.9375em) {
	.copyright {
		gap: .5em
	}
}

.pbl a,
.pbl img {
	display: block
}

.pbl a {
	opacity: .5
}

.pbl a:hover {
	opacity: 1
}

.footer-01 .footer--logo {
	padding-bottom: 2.0625rem
}

@media screen and (max-width: 47.9375em) {
	.footer-01 .footer--logo {
		width: 14.2857142857rem
	}
}

.footer-01 .footer--logo img {
	width: 18.75rem !important
}

@media screen and (max-width: 47.9375em) {
	.footer-01 .footer--logo {
		text-align: center
	}
}

.footer-01 .fnav {
	font-size: max(12px, 0.875rem)
}

@media print,
screen and (min-width: 48em) {
	.footer-01 .fnav {
		grid-area: fnav
	}
}

@media screen and (max-width: 47.9375em) {
	.footer-01 .fnav {
		margin-block: 1.7142857143rem;
		padding-block: 1rem;
		border-block: 1px solid var(--clr-mono-06)
	}
}

.footer-01 .fnav--menu {
	line-height: 1.5
}

@media print,
screen and (min-width: 48em) {
	.footer-01 .fnav--menu {
		margin-inline: -1em
	}
}

@media screen and (max-width: 47.9375em) {
	.footer-01 .fnav--menu a {
		margin-inline: -0.5em
	}
}

@media print,
screen and (min-width: 48em) {

	.footer-01 .menu-item-has-children,
	.footer-01 .fnav--menu .sub-menu {
		display: flex;
		align-items: center;
		flex-wrap: wrap
	}
}

@media screen and (max-width: 47.9375em) {
	.footer-01 .fnav--menu .sub-menu {
		margin-left: 1em
	}
}

@media print,
screen and (min-width: 48em) {
	.footer-01 .sns_area {
		grid-area: sns_area;
		border-bottom: 1px solid var(--clr-mono-06)
	}
}

.footer-01 .sns_area ul {
	justify-content: flex-end
}

@media screen and (max-width: 47.9375em) {
	.footer-01 .sns_area ul {
		justify-content: center
	}
}

@media print,
screen and (min-width: 48em) {
	.footer-01 .copyright {
		grid-area: copyright
	}
}

.footer-01 .copyright small {
	font-size: max(10px, 0.75rem)
}

@media print,
screen and (min-width: 48em) {

	.footer-01 .fnav,
	.footer-01 .copyright {
		padding-top: 3rem
	}
}

.footer-01 .footer--cta,
.footer-01 .footer--address {
	font-size: max(11px, 0.8125rem);
	line-height: 1.5;
	margin-top: 1.5rem
}

@media print,
screen and (min-width: 48em) {

	.footer-01 .footer--cta,
	.footer-01 .footer--address {
		padding-bottom: 3rem;
		border-bottom: 1px solid hsla(0, 0%, 100%, .25)
	}
}

@media screen and (max-width: 47.9375em) {
	.footer-01 .footer--address .ttl-05 {
		gap: 0 !important
	}
}

.footer-01 .footer--address .ttl-06 {
	letter-spacing: .06em
}

[class*=grid-] {
	display: grid
}

.grid-col1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-col2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-col3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-col4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

.gap8 {
	gap: 0.5rem
}

.gap-sp8 {
	gap: 0.5714285714rem !important
}

.gap-sp10 {
	gap: 0.7142857143rem !important
}

.gap16 {
	gap: 1rem
}

.gap-sp16 {
	gap: 1.1428571429rem !important
}

.gap20 {
	gap: 1.25rem
}

.gap24 {
	gap: 1.5rem
}

.gap32 {
	gap: 2rem
}

.gap-sp40 {
	gap: 2.8571428571rem !important
}

.gap48 {
	gap: 3rem
}

.gap-blc48 {
	row-gap: 3rem
}

.gap64 {
	gap: 4rem
}

@media screen and (max-width: 47.9375em) {
	.grid-sp-block {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.grid-sp-block[class*=gap] {
		gap: 1.7142857143rem
	}

	.grid-sp-col1 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.grid-sp-col2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.grid-sp-col3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.grid-sp-col4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.gap-sp8 {
		gap: 0.5714285714rem !important
	}

	.gap-sp10 {
		gap: 0.7142857143rem !important
	}

	.gap-sp16 {
		gap: 1.1428571429rem !important
	}

	.gap-sp40 {
		gap: 2.8571428571rem !important
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 9.375rem;
	z-index: 9999;
	transition: var(--transit-default)
}

.header>.inner {
	width: 100%;
	max-width: 100%;
	height: 100%
}

@media screen and (max-width: 67.5em) {
	.header {
		height: 4.5714285714rem
	}
}

@media screen and (max-width: 47.9375em) {
	.header {
		background-color: var(--clr-wht)
	}
}

.template-contact-simple .header {
	position: absolute
}

.header--logo {
	padding: 2.5rem 4rem;
	background-color: var(--clr-wht);
	border-radius: 0 0 2rem 2rem;
	display: flex;
	align-items: center
}

.header--logo img {
	max-width: 15rem
}

.header--logo::after {
	width: 13.5rem
}

@media screen and (max-width: 47.9375em) {
	.header--logo {
		padding: 1.5rem;
		border-radius: 0
	}

	.header--logo img {
		max-width: 12.5rem
	}
}

.header--logo a,
.footer--logo a {
	display: inline-block
}

.header--logo a:hover,
.footer--logo a:hover {
	opacity: .7
}

@media print,
screen and (min-width: 67.5625em) {

	.gnav,
	.gnav--menu,
	.gnav--menu li,
	.gnav--link {
		height: 100%
	}
}

.gnav {
	background-color: var(--clr-wht);
	border-radius: 6.25rem 0 0 6.25rem;
	padding: 0 4rem 1rem 4rem;
	max-height: 5.875rem;
	margin-top: 1.5rem
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav {
		display: flex;
		gap: 2rem
	}
}

@media screen and (max-width: 67.5em) {
	.gnav {
		position: fixed;
		top: 4.5714285714rem;
		right: 0;
		z-index: 300;
		width: 100%;
		height: calc(100% - 4.5714285714rem);
		margin: 0;
		padding: 1.5rem 7%;
		opacity: 0;
		pointer-events: none;
		overflow: auto;
		background-color: var(--clr-wht);
		transform: translateX(100%);
		-webkit-overflow-scrolling: touch;
		transition: var(--transit-default)
	}

	.gnav.active {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0)
	}
}

@media screen and (max-width: 47.9375em) {
	.gnav {
		max-height: none;
		border-radius: 0
	}
}

.ipad .gnav {
	padding: 0 1rem 1rem 1rem
}

.ipad .gnav .gnav--menu {
	gap: 0.75rem !important
}

.ipad .gnav .gnav--contact a {
	padding: 0.75rem 2.875rem 0.75rem 1.5rem
}

.ipad .gnav .gnav--contact a::before {
	right: 1.25rem
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav--link {
		display: flex;
		justify-content: center;
		align-items: center
	}
}

@media screen and (max-width: 67.5em) {

	.gnav--menu,
	.gnav--cta {
		display: block
	}
}

.gnav--menu li {
	font-size: 1.125rem;
	font-weight: 700
}

@media screen and (max-width: 67.5em) {
	.gnav--menu li {
		position: relative;
		display: block;
		width: 100%
	}

	.gnav--menu li:not(:last-child) {
		border-bottom: 1px dotted var(--clr-primary-default)
	}
}

@media screen and (max-width: 67.5em) {
	.gnav--link {
		display: block;
		padding: 1.0714285714rem
	}
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav--link {
		text-align: center
	}
}

@media screen and (max-width: 67.5em) {
	.gnav--menu li:not(.menu-item-has-children) a::before {
		content: "";
		float: inline-end;
		inline-size: 0.5rem;
		margin-block: calc((1lh - 0.5rem)/2);
		aspect-ratio: 1;
		border-top: 1px solid var(--clr-primary-default);
		border-right: 1px solid var(--clr-primary-default);
		transform: rotate(45deg)
	}
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav--menu>li:hover>.gnav--link:not([href="javascript:void(0);"]),
    .gnav--menu>li.current-menu-item>.gnav--link {
		color: var(--clr-wht)
	}
}

.gnav--tel.cta_tel .tel {
	font-size: 1.125rem;
	font-weight: 700;
	font-family: "Roboto", sans-serif
}

.menu-item-has-children {
	position: relative
}

.menu-item-has-children>a span {
	position: relative
}

.menu-item-has-children>a span::after {
	position: absolute;
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	background-image: url("../images/common/expand_more.svg");
	background-size: contain;
	top: 1.875rem;
	right: 0;
	left: 0;
	margin: 0 auto;
	transition: var(--transit-default)
}

@media screen and (max-width: 47.9375em) {
	.menu-item-has-children>a span::after {
		content: none
	}
}

.menu-item-has-children:hover a span::after {
	background-image: url("../images/common/expand_more-or.svg")
}

.head_sub_nav--wrap {
	z-index: 100
}

@media print,
screen and (min-width: 67.5625em) {
	.head_sub_nav--wrap {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
		transition: var(--transit-default);
		opacity: 0;
		pointer-events: none
	}
}

@media screen and (max-width: 67.5em) {
	.head_sub_nav--wrap {
		border-top: 1px dotted var(--clr-primary-default);
		display: none
	}
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav--menu .menu-item-has-children:hover .head_sub_nav--wrap {
		opacity: 1;
		pointer-events: auto
	}
}

@media screen and (max-width: 67.5em) {
	.menu-item-has-children.active .head_sub_nav--wrap {
		opacity: 1;
		pointer-events: auto
	}
}

@media screen and (max-width: 67.5em) {
	.head_sub_nav {
		position: relative
	}
}

.head_sub_nav a {
	display: block;
	padding: 1rem 1.5rem
}

@media print,
screen and (min-width: 67.5625em) {
	.head_sub_nav a {
		background-color: var(--clr-wht)
	}
}

@media screen and (max-width: 67.5em) {
	.head_sub_nav a {
		padding: 1.0714285714rem;
		padding-left: 2.1428571429rem
	}
}

@media print,
screen and (min-width: 67.5625em) {
	.head_sub_nav a:hover {
		color: var(--clr-primary-default)
	}
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav_sub_toggle {
		display: none
	}
}

@media screen and (max-width: 67.5em) {
	.gnav_sub_toggle {
		position: absolute;
		top: 0;
		right: -0.75rem;
		width: 4rem;
		height: 4rem;
		transition: var(--transit-default);
		color: var(--clr-primary-default);
		cursor: pointer
	}

	.gnav_sub_toggle::before,
	.gnav_sub_toggle::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 0.6875rem;
		height: 1px;
		border-bottom: 1px solid
	}

	.gnav_sub_toggle::after {
		transform: rotate(90deg)
	}

	.gnav_sub_toggle.active {
		transform: rotate(180deg)
	}
}

@media print,
screen and (min-width: 67.5625em) {

	.gnav_btn,
	.tel_btn {
		display: none
	}
}

@media screen and (max-width: 67.5em) {

	.gnav_btn,
	.tel_btn {
		position: fixed;
		top: 0;
		width: 4.5714285714rem;
		height: 4.5714285714rem;
		cursor: pointer;
		z-index: 9999
	}
}

@media screen and (max-width: 67.5em) {
	.gnav_btn {
		right: 0;
		transition: var(--transit-default)
	}

	.gnav_btn.active {
		background-color: var(--clr-bg-02)
	}
}

@media screen and (max-width: 67.5em) {
	.gnav_btn--lines {
		position: relative;
		width: 1.7142857143rem;
		height: 1.1428571429rem
	}
}

@media screen and (max-width: 67.5em) {
	.gnav_btn--lines span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: var(--clr-primary-default);
		transition: var(--transit-default)
	}

	.gnav_btn--lines span:nth-of-type(1) {
		top: 0
	}

	.gnav_btn--lines span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%)
	}

	.gnav_btn--lines span:nth-of-type(3) {
		bottom: 0
	}
}

@media screen and (max-width: 67.5em) {
	.active .gnav_btn--lines span:nth-of-type(1) {
		transform: translateY(0.5rem) rotate(-45deg)
	}

	.active .gnav_btn--lines span:nth-of-type(2) {
		opacity: 0
	}

	.active .gnav_btn--lines span:nth-of-type(3) {
		transform: translateY(-0.5rem) rotate(45deg)
	}
}

@media screen and (max-width: 67.5em) {
	.tel_btn {
		right: 4.5714285714rem
	}
}

@media screen and (max-width: 67.5em) {
	.tel_btn a {
		display: flex !important;
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width: 67.5em) {
	.tel_btn svg {
		width: 1.7142857143rem;
		height: 1.7142857143rem;
		fill: var(--clr-primary-default)
	}
}

.gnav--cta {
	text-align: center;
	padding-top: 1rem
}

@media screen and (max-width: 67.5em) {
	.gnav--cta li:not(:last-child) {
		margin-bottom: 1.1428571429rem
	}
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav--contact {
		margin-left: 0.5rem
	}
}

.gnav--tel a {
	display: inline-flex !important;
	flex-direction: column;
	margin-inline: auto
}

.gnav--tel .tel {
	font-size: max(18px, 1.25rem)
}

.gnav--tel .num {
	font-size: 1.5rem
}

.gnav--tel .hours {
	font-size: max(12px, 0.875rem)
}

@media print,
screen and (min-width: 67.5625em) {
	.gnav--contact a {
		border-radius: 0
	}
}

@media screen and (max-width: 67.5em) {
	.gnav--contact a {
		padding: 0.7142857143rem 1.1428571429rem;
		margin-left: auto;
		margin-right: auto
	}
}

@media print,
screen and (min-width: 67.5625em) {
	.header-01 .gnav--menu>li:hover>.gnav--link:not([href="javascript:void(0);"]),
    .header-01 .gnav--menu>li.current-menu-item>.gnav--link {
		color: var(--clr-primary-default)
	}
}

.header-01 .gnav--cta {
	display: flex;
	align-items: center
}

.header-01 .gnav--contact a {
	padding: 0.75rem 3.625rem 0.75rem 2.5rem;
	border-radius: 2.1875rem
}

.hero_slide {
	overflow: hidden
}

.hero_slide-sp {
	display: none !important
}

.hero_slides,
.hero_slide,
.hero_slide .slick-list,
.hero_slide .slick-track,
.hero_slide .slick-slider,
.hero_slide .slick-slide {
	width: 100%;
	height: 100% !important
}

.hero_slide .slick-list {
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 47.9375em) {
	.hero_slide-pc {
		display: none !important
	}

	.hero_slide-sp {
		display: block !important
	}
}

.standard .hero_slide {
	overflow: hidden
}

.standard .hero_slide-sp {
	display: none !important
}

.standard .hero_slides,
.standard .hero_slide,
.standard .hero_slide .slick-list,
.standard .hero_slide .slick-track,
.standard .hero_slide .slick-slider,
.standard .hero_slide .slick-slide {
	width: 100%;
	height: 100% !important
}

.standard .hero_slide .slick-list {
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 47.9375em) {
	.standard .hero_slide-pc {
		display: none !important
	}

	.standard .hero_slide-sp {
		display: block !important
	}
}

.standard .hero {
	position: relative;
	max-height: 64.5833333333vw
}

@media screen and (max-width: 47.9375em) {
	.standard .hero {
		height: 47.6428571429rem;
		max-height: 47.6428571429rem
	}
}

.standard .hero--cont {
	width: fit-content;
	position: absolute;
	top: 12.5rem;
	right: 0;
	left: 0;
	margin: 0 auto
}

@media screen and (max-width: 47.9375em) {
	.standard .hero--cont {
		top: 50%;
		transform: translateY(-50%)
	}

	.standard .hero--cont img {
		width: 8.5714285714rem !important
	}
}

.standard .hero_deco {
	display: block;
	position: absolute;
	top: 0;
	width: 100% !important
}

@media screen and (max-width: 47.9375em) {
	.standard .hero_deco {
		top: auto;
		bottom: -2.8571428571rem
	}
}

.standard .hero_deco--hand {
	max-width: 46.6666666667vw;
	display: block;
	position: absolute;
	top: 47.4479166667vw;
	right: 0;
	animation: hand 1s ease-in-out infinite alternate
}

@media screen and (max-width: 47.9375em) {
	.standard .hero_deco--hand {
		top: auto;
		bottom: 1.4285714286rem;
		width: 17.1428571429rem !important
	}
}

@keyframes hand {
	0% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0px)
	}
}

.standard .home_sticky {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 12.5rem;
	height: 13.7228125rem;
	z-index: 999
}

.standard .home_sticky :hover {
	opacity: .6
}

.standard .home_sticky::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/home/tuizyu.png");
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	z-index: -1
}

@media screen and (max-width: 47.9375em) {
	.standard .home_sticky {
		bottom: 1.4285714286rem;
		top: auto;
		right: 1.4285714286rem;
		width: 11.2857142857rem;
		height: 12.1428571429rem
	}
}

.standard .home_sticky--txt {
	position: absolute;
	top: 3rem;
	font-size: 1.375rem;
	margin: 0 auto;
	right: 0;
	left: 0;
	line-height: 1.3
}

.standard .home_sticky--txt .font-en {
	font-size: 0.875rem;
	opacity: .6;
	line-height: 1.3
}

@media screen and (max-width: 47.9375em) {
	.standard .home_sticky--txt .font-en {
		font-size: max(10px, 0.75rem)
	}
}

@media screen and (max-width: 47.9375em) {
	.standard .home_sticky--txt {
		top: 2.5714285714rem;
		font-size: max(16px, 1.125rem)
	}
}

.standard .home-title {
	color: var(--clr-primary-default)
}

.standard .home-title::after {
	content: "";
	display: block;
	width: 2.5rem;
	margin-top: 1rem;
	border-bottom: 2px solid
}

.standard .home-title .subtitle {
	margin-bottom: 0.5rem !important
}

.standard .home-title .subtitle::after {
	content: none
}

.standard .home-title.txt-ctr::after {
	margin-left: auto;
	margin-right: auto
}

.standard .home_newsline {
	position: relative;
	z-index: 1;
	padding-top: 15rem;
	padding-right: 6.25rem;
	padding-left: 6.25rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_newsline {
		padding-top: 0;
		padding-right: 0;
		padding-left: 0
	}
}

.standard .home_newsline .post {
	width: 60rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_newsline .post {
		width: 100%
	}
}

.standard .home_greeting .home-title {
	position: relative;
	z-index: 1
}

.standard .lps_parts--img_text .inner:not(.inner-lg) {
	width: 100%
}

.standard .lps_parts--img_text:has(.inner-lg) {
	margin-inline: calc(50% - 50vw);
	margin-bottom: -5rem;
	counter-reset: number
}

@media screen and (max-width: 47.9375em) {
	.standard .lps_parts--img_text:has(.inner-lg) {
		margin-bottom: 1.7142857143rem
	}
}

.standard .lps_parts--img_text:has(.inner-lg) .ttl-03 {
	font-size: 2.5rem;
	line-height: 1.5
}

@media screen and (max-width: 47.9375em) {
	.standard .lps_parts--img_text:has(.inner-lg) .ttl-03 {
		font-size: 2rem
	}
}

.standard .lps_parts--img_text:has(.inner-lg) .ttl-03::before {
	counter-increment: number;
	content: "0"counter(number);
	position: absolute;
	right: 0;
	top: -0.5em;
	z-index: -1;
	color: var(--clr-primary-default);
	font-size: 12.5rem;
	font-family: var(--font-en);
	line-height: var(--line-height-none);
	letter-spacing: 0;
	opacity: .2
}

@media screen and (max-width: 47.9375em) {
	.standard .lps_parts--img_text:has(.inner-lg) .ttl-03::before {
		top: -0.3em;
		font-size: 7.1428571429rem
	}
}

.standard .lps_parts--img_text:has(.inner-lg) .lps_parts+.lps_parts {
	margin-top: 0
}

@media print,
screen and (min-width: 48em) {
	.standard .lps_parts--img_text:has(.inner-lg) .img_text--txt {
		min-height: 45rem
	}
}

@media screen and (max-width: 47.9375em) {
	.standard .lps_parts--img_text:has(.inner-lg) .img_text--txt {
		padding-block: 2.2857142857rem
	}
}

.standard .lps_parts--img_text .img {
	overflow: hidden
}

.standard .home_slider {
	overflow: hidden
}

.standard .home_slider .slider-wrapper {
	display: flex;
	overflow: hidden
}

.standard .home_slider .slider {
	animation: scroll-right 30s infinite linear .5s both;
	display: flex
}

.standard .home_slider .slide {
	width: calc(25vw - 1.5rem)
}

@media screen and (max-width: 47.9375em) {
	.standard .home_slider .slide {
		width: calc(55.5555555556vw - 1.1428571429rem)
	}
}

.standard .home_slider .slide img {
	display: block;
	width: calc(100% - 1.5rem) !important;
	box-sizing: border-box;
	border-radius: 2.5rem 2.5rem 0 0;
	object-fit: cover;
	aspect-ratio: 3/2
}

@media screen and (max-width: 47.9375em) {
	.standard .home_slider .slide img {
		border-radius: 1.1428571429rem 1.1428571429rem 0 0;
		width: calc(100% - 1.1428571429rem) !important
	}
}

@keyframes scroll-right {
	from {
		transform: translateX(-100%)
	}

	to {
		transform: translateX(0)
	}
}

.standard .home_flower-deco {
	position: absolute;
	width: 16.375rem;
	height: 11.6875rem;
	right: 7.9375rem;
	top: 7.5rem;
	z-index: 10
}

@media screen and (max-width: 47.9375em) {
	.standard .home_flower-deco {
		width: 8.125rem;
		height: 5.8125rem;
		right: 3.75rem;
		top: 5rem
	}
}

.standard .home_flower-deco-cont {
	width: 16.375rem;
	height: 11.6875rem;
	position: relative
}

@media screen and (max-width: 47.9375em) {
	.standard .home_flower-deco-cont {
		width: 8.125rem;
		height: 5.8125rem
	}
}

.standard .home_flower-deco-cont img {
	position: absolute
}

.standard .home_flower-deco-cont .flower01 {
	top: 0;
	left: 3.276875rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_flower-deco-cont .flower01 {
		width: 3.75rem !important
	}
}

.standard .home_flower-deco-cont .flower02 {
	top: 4.840625rem;
	right: 14rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_flower-deco-cont .flower02 {
		width: 2.8571428571rem !important;
		top: 2.5714285714rem;
		left: 0.4285714286rem
	}
}

.standard .home_flower-deco-cont .flower03 {
	top: 8.631875rem;
	left: 3.00625rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_flower-deco-cont .flower03 {
		width: 1.5rem !important;
		top: 5.375rem;
		left: 2.375rem
	}
}

.standard .home_flower-deco-cont .flower04 {
	bottom: 0;
	left: 6.41625rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_flower-deco-cont .flower04 {
		width: 2.8571428571rem !important;
		bottom: auto;
		top: 3.75rem
	}
}

.standard .home_flower-deco-cont .flower05 {
	top: 4rem;
	right: 1.004375rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_flower-deco-cont .flower05 {
		width: 2.8571428571rem !important;
		top: 5rem
	}
}

.standard .home_flower-deco-cont .rotate {
	animation: flower-rotate 12s infinite linear
}

@keyframes flower-rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.standard .home_medical {
	padding-top: 10rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_medical {
		padding-top: 2.2857142857rem
	}
}

.standard .home_medical::before {
	content: "";
	position: absolute;
	top: -4.6875vw;
	display: block;
	width: 100%;
	height: 13.125vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/home/homesection_line.png")
}

@media screen and (max-width: 47.9375em) {
	.standard .home_medical::before {
		top: -2.1428571429rem;
		background-size: cover
	}
}

.standard .home_medical .img_text--child {
	max-width: 43.75rem
}

.standard .home_medical .img_text--img {
	position: relative;
	width: 36.4583333333vw;
	height: 33.1106770833vw
}

.standard .home_medical .img_text--img::after {
	content: "";
	position: absolute;
	height: 32.2916666667vw;
	background-image: url("../images/home/home_medical_care_01.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	transition: background-image .5s ease, opacity .5s ease
}

@media screen and (max-width: 47.9375em) {
	.standard .home_medical .img_text--img {
		display: none
	}
}

.standard .home_medical .img_text--img.hovered::after {
	background-image: url("../images/home/home_medical_care_02.png")
}

.standard .home_medical--img {
	padding-bottom: 4rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_medical--img {
		padding-bottom: 1rem
	}
}

.standard .home_medical--zaitaku p,
.standard .home_medical--kanwa p {
	max-width: 34rem
}

.standard .home_medical-column img {
	border-radius: 2.5rem
}

.standard .home_medical .column_item .ttl {
	font-size: max(20px, 1.375rem)
}

.standard .home_area {
	overflow: hidden
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area {
		height: 57.1428571429rem
	}
}

.standard .home_area .lps_parts--img_text {
	padding: 8.125rem 15rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area .lps_parts--img_text {
		padding: 0;
		width: 86%;
		margin-left: auto;
		margin-right: auto;
		height: 100%
	}
}

.standard .home_area .home-title {
	color: var(--clr-text-light) !important
}

.standard .home_area .home-title .subtitle {
	color: var(--clr-text-light) !important;
	opacity: .5
}

.standard .home_area::before,
.standard .home_area::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 9.4270833333vw;
	background-repeat: no-repeat;
	background-size: cover
}

.standard .home_area::before {
	background-image: url("../images/home/area_section_line01.png");
	top: -2px;
	z-index: 10
}

.standard .home_area::after {
	background-image: url("../images/home/area_section_line02.png");
	bottom: -2px
}

.standard .home_area .home_area--map {
	position: absolute;
	right: 6.25rem;
	bottom: 0;
	z-index: -1
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area .home_area--map {
		position: relative;
		right: 1.4285714286rem;
		top: -11.2857142857rem;
		bottom: auto
	}
}

.standard .home_area .map_img {
	position: relative;
	width: 64.3125rem
}

.standard .home_area .map_img .map-pin-cont {
	width: 1.4375rem;
	position: absolute;
	bottom: 20rem;
	right: 32.125rem;
	z-index: 100
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area .map_img .map-pin-cont {
		right: 13.55rem;
		bottom: 8.5rem
	}
}

.standard .home_area .map_img .map-pin-cont img {
	opacity: 0
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area .map_img {
		width: 28.3125rem
	}

	.standard .home_area .map_img::after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		width: 100%;
		height: 70%;
	}
}

.standard .home_area--map-name {
	color: var(--clr-primary-default);
	position: absolute;
	text-align: center;
	z-index: 1;
	font-size: 1.375rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area--map-name {
		font-size: 1rem
	}
}

.standard .home_area--map-name .font-en {
	display: block;
	margin-top: -0.375rem;
	opacity: .5;
	font-size: max(12px, 0.875rem)
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area--map-name .font-en {
		font-size: max(8px, 0.625rem)
	}
}

.standard .home_area--map-name:nth-child(1) {
	bottom: 28.0625rem;
	right: 30.875rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area--map-name:nth-child(1) {
		bottom: 11.5714285714rem;
		right: 12.7142857143rem
	}
}

.standard .home_area--map-name:nth-child(2) {
	bottom: 23.125rem;
	right: 35.875rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area--map-name:nth-child(2) {
		bottom: 9.7142857143rem;
		right: 15.5714285714rem
	}
}

.standard .home_area--map-name:nth-child(3) {
	bottom: 16.25rem;
	right: 35.875rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area--map-name:nth-child(3) {
		bottom: 7.1428571429rem;
		right: 15.5714285714rem
	}
}

.standard .home_area--map-name:nth-child(4) {
	bottom: 13.75rem;
	right: 28.375rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area--map-name:nth-child(4) {
		bottom: 5.7142857143rem;
		right: 12rem
	}
}

.standard .home_area--map-name:nth-child(5) {
	bottom: 22.5rem;
	right: 25.875rem
}

.standard .home_area--map-name:nth-child(6) {
	bottom: 18rem;
	right: 18.875rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area--map-name:nth-child(5) {
		bottom: 9.2857142857rem;
		right: 9.5714285714rem
	}
	.standard .home_area--map-name:nth-child(6) {
		bottom: 7rem;
		right: 6.875rem
	}
}

.standard .home_area .map_img .map-pin-cont::before {
	position: absolute;
	content: "";
	width: 6.0625rem;
	height: 6.0625rem;
	right: -2.25rem;
	top: -1.6875rem;
	aspect-ratio: 1/1;
	background: radial-gradient(circle, rgba(238, 99, 24, 0.7), rgba(238, 99, 24, 0.3));
	border-radius: 50%;
	filter: blur(10px);
	display: none
}

@media screen and (max-width: 47.9375em) {
	.standard .home_area .map_img .map-pin-cont::before {
		width: 3.75rem;
		height: 3.75rem;
		right: -1.25rem;
		top: -1.0625rem
	}
}

@keyframes expansion-anim {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1)
	}
}

.standard .home_area.active .map_img .map-pin-cont::before {
	animation: expansion-anim 3s linear;
	display: block
}

.standard .home_area.active .map_img .map-pin-cont img {
	opacity: 1
}

.standard .home_area .map_img.active .map-pin-cont::before {
	animation: expansion-anim 3s linear infinite
}

.standard .home_feature {
	padding-top: 9.375rem
}

.standard .home_feature .lps_parts--child:not(:first-child) {
	padding-top: 11.25rem
}

.standard .home_feature .lps_parts--child:not(:first-child)::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 9.4270833333vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/home/area_section_line02.png");
	top: -8.3333333333vw
}

@media screen and (max-width: 47.9375em) {
	.standard .home_feature .lps_parts--child:not(:first-child) {
		padding-top: 4.5714285714rem
	}

	.standard .home_feature .lps_parts--child:not(:first-child)::before {
		top: -1.1428571429rem
	}
}

.standard .home_feature .lps_parts--child:last-child {
	padding-bottom: 10rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_feature .lps_parts--child:last-child {
		padding-bottom: 5.7142857143rem
	}
}

.standard .home_feature .lps_parts--child {
	padding-bottom: 22.5rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_feature .lps_parts--child {
		padding-bottom: 4rem
	}
}

@media screen and (max-width: 47.9375em) {
	.standard .home_feature {
		padding-top: 4rem
	}

	.standard .home_feature .inner {
		width: 86% !important
	}
}

@media screen and (max-width: 47.9375em) {
	.standard .home_feature .img_text--child img {
		width: 22.8571428571rem !important
	}

	.standard .home_feature .text {
		padding-top: 2.8571428571rem
	}
}

.standard .feature-num {
	padding-left: 0.5625rem;
	font-size: 3rem
}

.standard .feature-deco {
	position: absolute;
	top: -7.8125vw;
	right: 0
}

@media screen and (max-width: 47.9375em) {
	.standard .feature-deco {
		top: 15.7142857143rem;
		right: -0.7142857143rem;
		width: 12.8571428571rem !important
	}
}

.standard .current-flower {
	position: absolute;
	bottom: 1.875rem;
	left: 0;
	width: 1.5rem
}

@media screen and (max-width: 47.9375em) {
	.standard .current-flower {
		width: 1.7142857143rem !important;
		top: 21.4285714286rem
	}
}

.standard .current-circle {
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	background-color: #f7f2c3
}

.standard .home_feature--cont:first-child {
	position: sticky;
	top: 15rem;
	background-color: var(--clr-bg-01)
}

@media screen and (max-width: 47.9375em) {
	.standard .home_feature--cont:first-child {
		position: relative;
		top: 0
	}
}

.standard .home_feature--cont {
	position: sticky;
	top: 3.75rem;
	background-color: var(--clr-bg-01)
}

@media screen and (max-width: 47.9375em) {
	.standard .home_feature--cont {
		position: relative;
		top: 0
	}
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--box {
		width: 100%
	}
}

.standard .home_episode--ttl {
	max-width: 20.8333333333vw;
	margin-left: 12.5vw
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--ttl {
		max-width: 75vw;
		margin-left: 0
	}
}

.standard .home_episode--cont {
	width: 65.8333333333vw;
	position: relative;
	z-index: 1
}

.standard .home_episode--cont:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 234, 191, .3);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.standard .home_episode--cont .post {
	width: 50rem;
	margin-left: -9.375rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--cont .post {
		width: 28.5714285714rem;
		margin-left: 0
	}
}

.standard .home_episode--cont .posts-episode .post {
	height: 50rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--cont .posts-episode .post {
		height: 30rem
	}
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--cont {
		height: 42.8571428571rem
	}
}

.standard .home_episode--cont .hand {
	position: absolute;
	background-image: url("../images/home/episode_hand.png");
	width: 28.5rem;
	height: 14.25rem;
	background-size: contain;
	background-repeat: no-repeat;
	top: 35rem;
	left: 50%;
	transform: translateX(-50%);
	transition: var(--transit-default);
	z-index: 10
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--cont .hand {
		top: 22.8571428571rem;
		width: 17.5rem
	}
}

.standard .home_episode--cont-deco {
	position: absolute;
	left: 0;
	z-index: 3
}

.standard .home_episode--cont-grade {
	position: absolute;
	left: 0;
	z-index: 2
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--cont-grade {
		display: none
	}
}

.standard .home_episode--cont-grade-r {
	position: absolute;
	right: 0;
	z-index: 2
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode--cont-grade-r {
		display: none
	}
}

.standard .home_episode .slick-prev,
.standard .home_episode .slick-next {
	position: absolute;
	background-color: var(--clr-primary-default);
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	z-index: 4;
	bottom: 4.875rem
}

@media screen and (max-width: 47.9375em) {

	.standard .home_episode .slick-prev,
	.standard .home_episode .slick-next {
		width: 2.875rem;
		height: 2.875rem
	}
}

.standard .home_episode .slick-prev {
	right: 8rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode .slick-prev {
		left: 1rem;
		right: auto;
		top: 50%
	}
}

.standard .home_episode .slick-prev::after {
	display: block;
	content: "";
	width: .5rem;
	height: .5rem;
	color: var(--clr-wht);
	border-top: 2px solid;
	border-right: 2px solid;
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-135deg)
}

.standard .home_episode .slick-next {
	right: 4rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode .slick-next {
		right: 1rem;
		top: 50%
	}
}

.standard .home_episode .slick-next::after {
	display: block;
	content: "";
	width: .5rem;
	height: .5rem;
	color: var(--clr-wht);
	border-top: 2px solid;
	border-right: 2px solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg)
}

@media screen and (max-width: 47.9375em) {
	.standard .home_episode .btn {
		margin-top: 5.7142857143rem
	}
}

.standard .home_staff {
	padding-top: 7.5rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_staff {
		padding-top: 3.4285714286rem
	}
}

@media screen and (max-width: 47.9375em) {
	.standard .home_staff--cont {
		gap: 0
	}
}

.standard .home_staff--txt {
	padding-top: 10.375rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_staff--txt {
		padding-top: 0;
		margin-top: -7.1428571429rem;
		z-index: 1
	}
}

.standard .home_staff .img_text--img img {
	max-width: none
}

@media screen and (max-width: 47.9375em) {
	.standard .home_staff .img_text--img img {
		max-width: 100%
	}
}

.standard .home_recruit {
	margin-top: -20.5rem;
	border-radius: 2.5rem 2.5rem 0 0;
	padding: 4.5rem 12.5rem
}

@media screen and (max-width: 47.9375em) {
	.standard .home_recruit {
		margin-top: 0;
		padding: 2.8571428571rem 1.7142857143rem 0 1.7142857143rem
	}
}

.standard .home_footer_toplink .related_page--list {
	border-radius: 0
}

.page_ttl {
	position: relative;
	z-index: 10;
	overflow: hidden
}

.page_ttl--bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.page_ttl-jp {
	font-size: 3rem
}

@media screen and (max-width: 47.9375em) {
	.page_ttl-jp {
		font-size: 1.7142857143rem
	}
}

.page_ttl-en {
	display: block;
	text-transform: uppercase;
	font-size: max(14px, 1rem)
}

@media screen and (max-width: 47.9375em) {
	.page_ttl-en {
		font-size: 1rem
	}
}

.page_ttl:not(.page_ttl-has_bg) {
	padding-top: 2rem
}

@media screen and (max-width: 47.9375em) {
	.page_ttl:not(.page_ttl-has_bg) {
		padding-top: 1.7142857143rem
	}
}

.page_ttl:not(.page_ttl-has_bg) .breadcrumbs {
	text-align: center
}

.page_ttl-has_bg {
	height: 23.75rem
}

@media screen and (max-width: 47.9375em) {
	.page_ttl-has_bg {
		height: 12.1428571429rem
	}
}

.page_ttl-has_bg>.inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 7.125rem
}

@media screen and (max-width: 47.9375em) {
	.page_ttl-has_bg>.inner {
		padding-top: 0
	}
}

.page_ttl-has_bg .breadcrumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.page_ttl-has_bg .breadcrumbs span span:not(:last-child)::after {
	background-color: var(--clr-wht)
}

.ttl-01,
.ttl-02,
.ttl-03,
.ttl-04,
.ttl-05,
.ttl-06 {
	position: relative;
	letter-spacing: .03em
}

.ttl-01:not([class*=mgn-btm]):not(:last-child),
.ttl-02:not([class*=mgn-btm]):not(:last-child),
.ttl-03:not([class*=mgn-btm]):not(:last-child),
.ttl-04:not([class*=mgn-btm]):not(:last-child),
.ttl-05:not([class*=mgn-btm]):not(:last-child),
.ttl-06:not([class*=mgn-btm]):not(:last-child) {
	margin-bottom: 1em
}

.ttl-01 span,
.ttl-02 span,
.ttl-03 span,
.ttl-04 span,
.ttl-05 span,
.ttl-06 span {
	line-height: inherit;
	letter-spacing: inherit
}

.ttl-01 {
	color: var(--clr-primary-default);
	font-size: 3.5rem;
	font-weight: 700
}

@media screen and (max-width: 47.9375em) {
	.ttl-01 {
		font-size: 2.1428571429rem
	}
}

.ttl-01::after {
	content: "";
	display: block;
	width: 2.5rem;
	margin-top: 1.25rem;
	border-bottom: 2px solid
}

.ttl-01.txt-ctr::after {
	margin-left: auto;
	margin-right: auto
}

.ttl-01.font-en {
	font-size: 4.25rem;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0
}

@media screen and (max-width: 47.9375em) {
	.ttl-01.font-en {
		font-size: 2.8571428571rem
	}
}

.ttl-01 .subtitle {
	margin-top: 1rem
}

@media screen and (max-width: 47.9375em) {
	.ttl-01 .subtitle {
		margin-top: 0.5714285714rem
	}
}

.ttl-01.clr-wht .subtitle {
	color: var(--clr-wht)
}

.ttl-01.clr-wht .subtitle::after {
	background-color: var(--clr-wht)
}

.ttl-02 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5
}

@media screen and (max-width: 47.9375em) {
	.ttl-02 {
		font-size: 2.1428571429rem
	}
}

.ttl-02.font-en {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: -0.1em
}

@media screen and (max-width: 47.9375em) {
	.ttl-02.font-en {
		font-size: 2.1428571429rem
	}
}

.ttl-03 {
	font-size: 2.5rem;
	line-height: 1.6;
	font-weight: 700
}

@media screen and (max-width: 47.9375em) {
	.ttl-03 {
		font-size: 1.7142857143rem
	}
}

.ttl-03.font-en {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0
}

@media screen and (max-width: 47.9375em) {
	.ttl-03.font-en {
		font-size: 1.7142857143rem
	}
}

.ttl-04 {
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 700
}

@media screen and (max-width: 47.9375em) {
	.ttl-04 {
		font-size: 1.4285714286rem
	}
}

.ttl-04.font-en {
	font-size: 2rem;
	letter-spacing: 0;
	font-weight: 500
}

@media screen and (max-width: 47.9375em) {
	.ttl-04.font-en {
		font-size: 1.4285714286rem
	}
}

.ttl-05 {
	font-size: max(22px, 1.5rem);
	line-height: 1.7;
	font-weight: 700
}

@media screen and (max-width: 47.9375em) {
	.ttl-05 {
		font-size: 1.2857142857rem
	}
}

.ttl-05.font-en {
	font-size: 1.5rem;
	letter-spacing: .007em;
	font-weight: 500
}

@media screen and (max-width: 47.9375em) {
	.ttl-05.font-en {
		font-size: 1.2857142857rem
	}
}

.ttl-06 {
	font-size: max(18px, 1.25rem);
	line-height: 1.7;
	font-weight: 700
}

@media screen and (max-width: 47.9375em) {
	.ttl-06 {
		font-size: 1.1428571429rem
	}
}

.ttl-06.font-en {
	font-size: 1.25rem;
	letter-spacing: .009em
}

@media screen and (max-width: 47.9375em) {
	.ttl-06.font-en {
		font-size: 1.2857142857rem
	}
}

.subtitle {
	letter-spacing: .03em !important
}

.subtitle {
	display: block;
	color: var(--clr-primary-default);
	font-size: max(16px, 1.125rem);
	line-height: 1.6;
	font-weight: 700;
	font-family: var(--font-en)
}

@media screen and (max-width: 47.9375em) {
	.subtitle {
		font-size: 1.1428571429rem
	}
}

.subtitle.font-en {
	font-size: 1.125rem
}

@media screen and (max-width: 47.9375em) {
	.subtitle.font-en {
		font-size: 1.1428571429rem
	}
}

.subtitle:not([class*=mgn-btm]):not(:last-child) {
	margin-bottom: 3em
}

.anchor_link--list_wrap {
	font-size: 1.125rem
}

@media screen and (max-width: 47.9375em) {
	.anchor_link--list_wrap {
		overflow: auto
	}
}

@media screen and (max-width: 47.9375em) {
	.anchor_link--list {
		flex-wrap: inherit;
		white-space: nowrap;
		width: 100%;
		margin-inline: calc(50% - 50vw);
		padding-inline: 7%;
		overflow: auto
	}
}

.anchor_link--list li {
	min-height: 6rem
}

@media screen and (max-width: 47.9375em) {
	.anchor_link--list li {
		width: auto;
		min-height: 4.5714285714rem
	}

	.anchor_link--list li:first-child {
		margin-left: -1.1428571429rem
	}

	.anchor_link--list li:last-child {
		margin-right: -0.7142857143rem
	}
}

.anchor_link--list a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: .5em 2.5em;
	line-height: var(--line-height-hdr)
}

@media screen and (max-width: 47.9375em) {
	.anchor_link--list a {
		padding: 1rem 1.7142857143rem 1rem 1.1428571429rem
	}
}

.anchor_link--list a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	width: 0.75rem;
	height: 0.375rem;
	background-color: var(--clr-text-primary);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	transition: var(--transit-default)
}

@media screen and (max-width: 47.9375em) {
	.anchor_link--list a::before {
		right: 0.7142857143rem
	}
}

.anchor_link--list a:hover {
	color: var(--clr-primary-default)
}

.anchor_link--list a:hover::before {
	background-color: var(--clr-primary-default)
}

.main_side {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 16.5rem;
	gap: 5rem
}

@media screen and (max-width: 67.5em) {
	.main_side {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 2.8571428571rem
	}
}

.post {
	position: relative
}

.post--img {
	background-color: var(--clr-wht)
}

.post--img .img-contain {
	max-width: 80%
}

.post--link:not([href="javascript:void(0);"]):hover {
	color: var(--clr-primary-default)
}

.post--link:hover svg {
	fill: var(--clr-primary-default)
}

.post--link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1
}

.post--info.flex .post--date+.cat_list {
	margin-left: auto
}

.cat_list {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 0.125rem
}

.cat_list p {
	display: inline-block;
	vertical-align: middle;
	font-size: max(11px, 0.8125rem);
	background-color: var(--clr-secondary-default);
	color: var(--clr-primary-default);
	padding-inline: 1em;
	border-radius: 0.25rem
}

.cat_list a:hover {
	opacity: .7
}

.side_section:not(:last-child) {
	margin-bottom: 4rem
}

@media screen and (max-width: 47.9375em) {
	.side_section:not(:last-child) {
		margin-bottom: 2.2857142857rem
	}
}

.side--ttl {
	letter-spacing: .2em;
	line-height: 1;
	margin-bottom: 1rem
}

.side--ttl span {
	display: block;
	margin-top: 0.5rem;
	line-height: 1;
	letter-spacing: .15em;
	text-transform: uppercase;
	opacity: .5
}

.side--list a {
	display: block
}

.posts-side .post {
	display: grid;
	grid-template-columns: 4rem minmax(0, 1fr);
	gap: 1rem;
	align-items: center
}

.posts-side .post:not(:last-child) {
	margin-bottom: 1rem
}

.posts-side .post--date {
	margin-bottom: 0
}

.posts-side .post--ttl {
	line-height: var(--line-height-hdr)
}

.archive_list--ttl {
	cursor: pointer;
	font-weight: 500;
	line-height: 1.8
}

.archive_list--ttl::after {
	content: "";
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(135deg);
	transition: var(--transit-default)
}

.archive_list--ttl.active::after {
	transform: rotate(315deg)
}

.archive_month {
	display: none
}

.archive-pulldown {
	position: relative;
	margin-left: auto;
	z-index: 10
}

.archive-pulldown .archive_list {
	position: relative
}

.archive-pulldown .archive_list:not(:last-child) {
	margin-right: 1.5rem
}

.archive-pulldown .archive_list a {
	display: block;
	padding: .25em 1em;
	text-align: left
}

.archive-pulldown .archive_list a:not(:last-child) {
	border-bottom: 1px solid var(--clr-bg-02)
}

.archive-pulldown .archive_list a:hover {
	background-color: var(--clr-bg-02)
}

.archive-pulldown .archive_list--label {
	margin-right: 0.5rem
}

.archive-pulldown .archive_list--btn {
	cursor: pointer;
	border: none;
	outline: none;
	appearance: none;
	padding: .25em 4em .25em 2em;
	background-color: var(--clr-wht);
	border: 1px solid #ccc;
	color: inherit;
	font-family: var(--font-primary);
	font-size: max(14px, 1rem);
	line-height: var(--line-height-default);
	font-weight: 500;
	transition: var(--transit-default)
}

.archive-pulldown .archive_list--btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: .4em;
	right: .8em;
	margin: auto;
	width: .6em;
	height: .6em;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	transition: var(--transit-default)
}

.archive-pulldown .archive_list--btn:hover {
	background-color: var(--clr-bg-02)
}

.archive-pulldown .active .archive_list--btn::after {
	bottom: -0.2em;
	transform: rotate(225deg)
}

.archive-pulldown .archive_list--menu {
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: var(--clr-wht);
	border: 1px solid #ccc;
	visibility: hidden;
	margin-top: -1px;
	opacity: 0;
	transition: var(--transit-default)
}

.archive-pulldown .active .archive_list--menu {
	visibility: visible;
	opacity: 1
}

.news--archive {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	background-color: #111
}

.news--archive li {
	margin-left: 8px;
	margin-right: 8px
}

.news--archive a {
	color: var(--clr-wht)
}

.posts-news .post {
	gap: 2.5rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	border-bottom: 1px solid #dedede
}

@media screen and (max-width: 47.9375em) {
	.posts-news .post {
		display: block
	}
}

@media screen and (max-width: 47.9375em) {
	.posts-news .post--info {
		margin-bottom: 0.5714285714rem
	}
}

.posts-news .post--txtarea {
	flex: 1
}

.posts-news .post--ttl {
	font-size: max(16px, 1.125rem)
}

.posts-news .post--info.flex .post--date+.cat_list {
	margin-left: 1rem
}

.archive-news .posts-news .btn-circle {
	display: none
}

.archive-episode .container {
	background-color: #fbefe3
}

.archive-episode .posts-episode .post:nth-child(n+3) {
	margin-top: -5rem
}

@media screen and (max-width: 47.9375em) {
	.archive-episode .posts-episode .post:nth-child(n+3) {
		margin-top: -4.5714285714rem
	}
}

.post--number {
	font-size: 1.125rem
}

.post--number .subtitle::after {
	margin-top: 0
}

.post--number .episode-num {
	padding-left: 0.5625rem;
	font-size: 2.125rem
}

.posts-episode .post {
	position: relative;
	height: 45rem;
	z-index: 1
}

@media screen and (max-width: 47.9375em) {
	.posts-episode .post {
		height: 30rem
	}
}

.posts-episode .post::before {
	display: block;
	content: "";
	position: absolute;
	background-image: url("../images/archive/episode_circle.png");
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1
}

@media screen and (max-width: 47.9375em) {
	.posts-episode .post::before {
		background-size: 31.4285714286rem;
		background-position: center center
	}
}

.posts-episode .post::before a:hover {
	opacity: .6
}

.posts-episode .post .post--ttl {
	position: static
}

.posts-episode .post .subtitle::after {
	content: "";
	display: block;
	width: 2.5rem;
	margin-top: 1.25rem;
	border-bottom: 2px solid
}

@media screen and (max-width: 47.9375em) {
	.posts-episode .post .subtitle::after {
		margin-top: 0 !important
	}
}

@media screen and (max-width: 47.9375em) {
	.posts-episode .post .post--cont img {
		width: 2.8571428571rem !important
	}
}

.post--cont {
	position: absolute;
	width: 32.0625rem;
	height: 32.0625rem;
	top: 50%;
	padding: 6.875rem 6.25rem;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto
}

@media screen and (max-width: 47.9375em) {
	.post--cont {
		width: 27.1428571429rem;
		height: 27.1428571429rem
	}
}

@media screen and (max-width: 47.9375em) {
	.blc .posts-episode .post {
		margin-top: -4.5714285714rem
	}

	.blc .posts-episode .post .post--cont {
		height: 17.1428571429rem !important
	}

	.blc .posts-episode .post::before {
		background-size: 28.5714285714rem
	}
}

@media screen and (max-width: 47.9375em) {
	.archive-episode .posts-episode .post {
		margin-top: -4.5714285714rem
	}
}

.related_page--list {
	position: relative;
	border-radius: 0.625rem;
	overflow: hidden;
	z-index: 1
}

@media print,
screen and (min-width: 48em) {
	.related_page--list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr))
	}
}

.related_page--list li:nth-child(9n-1) a::before,
.related_page--list li:nth-child(9n-3) a::before,
.related_page--list li:nth-child(9n-8) a::before {
	filter: brightness(1.1)
}

.related_page--list li:nth-child(9n-2) a::before,
.related_page--list li:nth-child(9n-4) a::before,
.related_page--list li:nth-child(9n-6) a::before {
	filter: brightness(0.9)
}

.related_page--list a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 5.5rem 4rem 4rem;
	line-height: var(--line-height-hdr);
	color: var(--clr-wht)
}

@media print,
screen and (min-width: 48em) {
	.related_page--list a {
		height: 17.5rem
	}
}

@media screen and (max-width: 47.9375em) {
	.related_page--list a {
		padding: 1.7142857143rem 2.2857142857rem 1.7142857143rem 1.7142857143rem
	}
}

.related_page--list a::before,
.related_page--list a::after {
	content: "";
	position: absolute
}

.related_page--list a::before {
	inset: 0;
	pointer-events: none;
	z-index: -1;
	background-color: var(--clr-primary-default)
}

.related_page--list a::after {
	top: 0;
	bottom: 0;
	right: 4rem;
	margin: auto;
	width: 1.5rem;
	height: 1.5rem;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg)
}

@media screen and (max-width: 47.9375em) {
	.related_page--list a::after {
		right: 1.7142857143rem;
		width: 0.8571428571rem;
		height: 0.8571428571rem
	}
}

.related_page--list a:hover {
	opacity: .7
}

.related_page--list .font-jp {
	margin-bottom: .25em
}

@media screen and (max-width: 47.9375em) {
	.related_page--list .font-jp {
		font-size: 1.2857142857rem
	}
}

.related_page--list .font-en {
	opacity: .5;
	text-transform: uppercase;
	font-weight: 600
}

@media screen and (max-width: 47.9375em) {
	.related_page--list .font-en {
		font-size: 0.7142857143rem
	}
}

.related_page--bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .2;
	z-index: -1
}

.search form {
	padding: 2.5rem;
	background-color: var(--clr-bg-01)
}

.search--menu_btn {
	cursor: pointer;
	padding: .25em 2em .25em 1em;
	background-color: var(--clr-wht);
	border: 1px solid #ccc;
	color: inherit;
	font-family: var(--font-primary);
	font-size: max(14px, 1rem);
	line-height: var(--line-height-default);
	font-weight: 500;
	transition: var(--transit-default)
}

.search--menu_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: .4em;
	right: .8em;
	margin: auto;
	width: .6em;
	height: .6em;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	transition: var(--transit-default)
}

.search--menu_btn:hover {
	background-color: var(--clr-bg-02)
}

.active .search--menu_btn::after {
	bottom: -0.2em;
	transform: rotate(225deg)
}

.search--menu li {
	margin-inline-start: 1.25em
}

.search--menu li>* {
	display: block
}

.search--menu li input {
	float: inline-start;
	inline-size: max(16px, 1.125rem);
	aspect-ratio: 1;
	margin-block: calc((1lh - max(16px, 1.125rem))/2);
	margin-inline-start: -1.25em
}

.search--menu-select {
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: var(--clr-wht);
	border: 1px solid #ccc;
	visibility: hidden;
	margin-top: -1px;
	opacity: 0;
	transition: var(--transit-default)
}

.search--menu-select li {
	margin-inline-start: 0;
	transition: var(--transit-default)
}

.search--menu-select li:not(:last-child) {
	border-bottom: 1px solid var(--clr-bg-02)
}

.search--menu-select li:hover {
	background-color: var(--clr-bg-02)
}

.search--menu-select input {
	display: none
}

.search--menu-select label {
	padding: .25em 1em;
	cursor: pointer
}

.active .search--menu-select {
	visibility: visible;
	opacity: 1
}

.search_sub_nav {
	padding-left: 1em
}

.search--list {
	padding: 2rem;
	background-color: var(--clr-bg-01)
}

.ez-toc-debug-messages {
	display: none
}

div#ez-toc-container {
	padding: 1.5rem;
	background-color: #fafafa
}

div#ez-toc-container p.ez-toc-title {
	color: var(--clr-text-primary);
	font-weight: bold;
	font-size: max(18px, 1.25rem)
}

div#ez-toc-container a,
div#ez-toc-container a:hover,
div#ez-toc-container a:visited {
	color: var(--color-primary-default) !important
}

.ez-toc-title-container {
	margin-bottom: 0.625rem
}

#ez-toc-container.counter-hierarchy ul {
	font-size: max(15px, 1.0625rem)
}

#ez-toc-container.counter-hierarchy ul li {
	margin-top: 0.5rem
}

#ez-toc-container.counter-hierarchy ul ul {
	margin-left: 1rem
}

#ez-toc-container.counter-hierarchy ul ul a {
	position: relative;
	display: inline-block;
	padding-left: 1rem
}

#ez-toc-container.counter-hierarchy ul ul a::before {
	content: "";
	position: absolute;
	top: 0.625rem;
	left: 0;
	width: 0.5rem;
	height: 0;
	border-bottom: 1px solid
}

#pass p {
	margin-bottom: 1em
}

#pass input[name=post_password] {
	padding: 0.3125rem;
	border: solid 1px #aaa;
	outline: none
}

#pass input[type=submit] {
	padding: 0.25rem 0.375rem;
	letter-spacing: .15em;
	background-color: #ddd;
	border-radius: 0.25rem;
	outline: none;
	border: none;
	cursor: pointer;
	transition: var(--transit-default)
}

#pass input[type=submit]:hover {
	opacity: .7
}

.share--list a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	padding: .5em;
	line-height: 1;
	font-size: max(10px, 0.75rem);
	font-weight: bold;
	border: 1px solid #ddd
}

.share--list li.x a {
	color: #000
}

.share--list li.facebook a {
	color: #2477f2
}

.share--list li.line a {
	color: #27c754
}

.share--list li.pocket a {
	color: #ef4056
}

.share--list li.linkedin a {
	color: #2867b2
}

.share--list li.hatena a {
	color: #29a4de
}

.share--list img {
	margin-right: 0.625rem
}

.share--list a:hover {
	opacity: .5
}

.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(3.5416666667px, 0.2083333333vw, 0.25rem);
	white-space: nowrap
}

.wp-pagenavi>* {
	display: flex;
	justify-content: center;
	align-items: center
}

.wp-pagenavi .pages {
	width: 100%;
	margin-bottom: 1em
}

.wp-pagenavi .current {
	color: var(--clr-wht);
	background-color: var(--clr-primary-default);
	border-color: var(--clr-primary-default)
}

.wp-pagenavi a {
	position: relative;
	padding: 0 1em;
	height: clamp(35.4166666667px, 2.0833333333vw, 2.5rem);
	color: var(--clr-primary-default);
	border: 1px solid var(--clr-primary-default);
	background-color: var(--clr-wht)
}

@media screen and (max-width: 47.9375em) {
	.wp-pagenavi a {
		height: 2.5714285714rem
	}
}

.wp-pagenavi a:hover {
	color: var(--clr-wht);
	background-color: var(--clr-primary-default)
}

.archive .wp-pagenavi>*:not(.pages) {
	width: clamp(35.4166666667px, 2.0833333333vw, 2.5rem);
	aspect-ratio: 1
}

@media screen and (max-width: 47.9375em) {
	.archive .wp-pagenavi>*:not(.pages) {
		width: 2.5714285714rem
	}
}

.wp-pagenavi-single a[rel=prev],
.wp-pagenavi-single a[rel=next] {
	aspect-ratio: 1
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	border-top: 2px solid;
	border-right: 2px solid
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .last::before,
.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
	width: .5em;
	aspect-ratio: 1
}

.wp-pagenavi a[rel=prev]::before,
.wp-pagenavi .first::before,
.wp-pagenavi .first::after {
	transform: rotate(-135deg)
}

.wp-pagenavi a[rel=next]::before,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
	transform: rotate(45deg)
}

.wp-pagenavi-single a[rel=prev]::before {
	transform: rotate(45deg)
}

.wp-pagenavi-single a[rel=next]::before {
	transform: rotate(-135deg)
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
	left: -0.375rem
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after {
	right: -0.375rem
}

.blc .posts-episode .post {
	height: 31.25rem
}

.blc .posts-episode .post .post--cont {
	width: 22.5rem;
	height: 22.5rem;
	padding: 3.75rem;
	top: 50%
}

.single-episode .post--number .subtitle {
	padding-bottom: 1.5rem
}

.single-episode .post--number .subtitle::after {
	content: "";
	display: block;
	width: 2.5rem;
	margin-top: 1.25rem;
	border-bottom: 2px solid
}

@media screen and (max-width: 47.9375em) {
	.single-episode .post--number .subtitle::after {
		margin-top: 0
	}
}

@media print,
screen and (min-width: 48em) {
	.sitemap--menu {
		column-count: 2;
		gap: 5%
	}
}

.sitemap--menu>li {
	break-inside: avoid
}

.sitemap--menu>li>a {
	font-size: max(16px, 1.125rem);
	border-bottom: 1px solid #d3d3d3;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em
}

.sitemap--menu a,
.sitemap--menu span {
	display: block
}

.sitemap--menu a {
	position: relative
}

.sitemap--menu a:hover {
	color: var(--clr-primary-default)
}

.sitemap_sub_nav--blc {
	padding-left: 1em
}

.sitemap_sub_nav--blc:not(:last-child) {
	margin-bottom: 1em
}

.sitemap--tax {
	border-bottom: 1px solid #eee;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: .5em
}

.sitemap_sub_nav a {
	padding-top: .5em;
	padding-bottom: .5em;
	margin-inline-start: 1.25em
}

.sitemap_sub_nav a::before {
	content: "";
	float: inline-start;
	inline-size: 0.375rem;
	aspect-ratio: 1;
	margin-block: calc((1lh - 0.375rem)/2);
	margin-inline-start: -1.25em;
	border-top: 1px solid var(--clr-primary-default);
	border-right: 1px solid var(--clr-primary-default);
	transform: rotate(45deg)
}

.lps_parts--column .column_item,
.lps_parts--column .text {
	display: flex;
	flex-direction: column
}

.lps_parts--column .img {
	flex-shrink: 0
}

.lps_parts--column .text {
	flex: 1
}

.lps_parts--column .img+.text {
	padding-top: 8%
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--column .img+.text {
		padding-top: 1.7142857143rem
	}
}

.lps_parts--column .bg-wht .text {
	padding: 8%
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--column .bg-wht .text {
		padding: 1.7142857143rem
	}
}

.lps_parts--column .lps_parts--child:not(.grid-col1) table {
	width: 100%
}

.lps_parts--column .grid-col1 .mce-box {
	padding: 2.5rem
}

.lps_parts--column .column_item.bg-wht {
	border-radius: 2.5rem
}

.lps_parts--column .column_item.bg-wht .img img {
	border-radius: 2.5rem 2.5rem 0 0
}

.lps_parts--column .column_item:not(.bg-wht) .img img {
	border-radius: 2.5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--column+.lps_parts--column {
		margin-top: 1.7142857143rem
	}

	.lps_parts--column {
		width: 100%;
		max-width: 100%
	}

	.lps_parts--column .flex-sp-block .column_item:not(:last-child) {
		margin-bottom: 2.5rem
	}

	.lps_parts--column .text.bg-wht,
	.lps_parts--column .grid-col1 .mce-box {
		padding: 1.7142857143rem
	}
}

.lps_parts--cta:has(+.home_footer_toplink) {
	margin-bottom: 0 !important
}

.lps_parts--cta .inner {
	background-color: var(--clr-bg-02);
	border-radius: 0.5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--cta .cta_contact {
		padding-top: calc(1em + 0.625rem)
	}
}

.lps_parts--cta .bg {
	position: absolute;
	bottom: 0;
	inset-inline: 0;
	height: 32.5rem;
	background-position: center;
	background-size: cover
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--cta .bg {
		height: 25rem
	}
}

.post-edit-link {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 10;
	padding: 1rem;
	border-radius: 50%;
	border: 1px solid #999
}

@media screen and (max-width: 47.9375em) {
	.post-edit-link {
		display: none
	}
}

.post-edit-link:hover {
	background-color: #ddd
}

.post-edit-link::after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDAxIDQwMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxIDQwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM5OTk5OTk7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcwLjEsMjUxLjljLTUuNSwwLTEwLDQuNS0xMCwxMHY4OC43YzAsMTYuNS0xMy40LDI5LjktMzAsMzBINDkuOWMtMTYuNSwwLTI5LjktMTMuNC0zMC0zMFY5MC4zCgljMC0xNi41LDEzLjQtMjkuOSwzMC0zMGg4OC43YzUuNSwwLDEwLTQuNSwxMC0xMGMwLTUuNS00LjUtMTAtMTAtMTBINDkuOUMyMi40LDQwLjQsMCw2Mi43LDAsOTAuM3YyNjAuMwoJYzAsMjcuNiwyMi40LDQ5LjksNDkuOSw0OS45aDI4MC4yYzI3LjYsMCw0OS45LTIyLjQsNDkuOS00OS45di04OC43QzM4MC4xLDI1Ni40LDM3NS42LDI1MS45LDM3MC4xLDI1MS45eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzc2LjEsMTQuN2MtMTcuNi0xNy42LTQ2LTE3LjYtNjMuNiwwTDEzNC40LDE5Mi45Yy0xLjIsMS4yLTIuMSwyLjctMi42LDQuNGwtMjMuNCw4NC42Yy0xLDMuNSwwLDcuMiwyLjYsOS43CgljMi41LDIuNSw2LjMsMy41LDkuNywyLjZsODQuNi0yMy40YzEuNy0wLjUsMy4yLTEuMyw0LjQtMi42TDM4Ny45LDkwYzE3LjUtMTcuNiwxNy41LTQ2LDAtNjMuNkwzNzYuMSwxNC43eiBNMTU2LjIsMTk5LjNMMzAyLDUzLjUKCWw0Nyw0N0wyMDMuMiwyNDYuNEwxNTYuMiwxOTkuM3ogTTE0Ni44LDIxOC4ybDM3LjYsMzcuNmwtNTIsMTQuNEwxNDYuOCwyMTguMnogTTM3My43LDc1LjhsLTEwLjYsMTAuNmwtNDctNDdsMTAuNi0xMC42CgljOS43LTkuNywyNS42LTkuNywzNS4zLDBsMTEuNywxMS43QzM4My41LDUwLjMsMzgzLjUsNjYuMSwzNzMuNyw3NS44eiIvPgo8L3N2Zz4K")
}

/* 初期は閉じる */
.lps_parts--faq.faq-toggle .faq_item .text {
  display: none;
}

/* 開いた見た目（開閉アイコンは既存CSSで制御される想定） */
.lps_parts--faq.faq-toggle .faq_item .ttl.active + .text {
  display: block;
}

/* 任意：開閉の滑らかさをCSSだけで少し演出（オプション） */
.lps_parts--faq.faq-toggle .faq_item .text {
  overflow: hidden;
}

.lps_parts--faq {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto
}

.lps_parts--faq .ttl {
	margin-bottom: 0 !important
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--faq .text {
		display: flex;
		gap: 4.1666666667%
	}
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--faq .img {
		width: 39.0625%
	}
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--faq .mce-content-body {
		margin-bottom: 0 !important;
		flex: 1
	}
}

.lps_parts--faq:not(.faq-toggle) .faq_item {
	border: 2px solid var(--clr-primary-default);
	background-color: var(--clr-wht)
}

.lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
	margin-bottom: 2.5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--faq:not(.faq-toggle) .faq_item:not(:last-child) {
		margin-bottom: 1.1428571429rem
	}
}

.lps_parts--faq:not(.faq-toggle) .ttl,
.lps_parts--faq:not(.faq-toggle) .text {
	padding: 1.75rem 2rem
}

@media screen and (max-width: 47.9375em) {

	.lps_parts--faq:not(.faq-toggle) .ttl,
	.lps_parts--faq:not(.faq-toggle) .text {
		padding: 1.7142857143rem
	}
}

.lps_parts--faq:not(.faq-toggle) .ttl {
	background-color: var(--clr-primary-default);
	color: var(--clr-wht)
}

.lps_parts--faq.faq-toggle .faq_item {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 2.5rem 1.875rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--faq.faq-toggle .faq_item {
		padding: 1.7142857143rem 0
	}
}

.lps_parts--faq.faq-toggle .faq_item:not(:first-child) {
	border-top: 0
}

.lps_parts--faq.faq-toggle .ttl {
	cursor: pointer;
	padding-right: 3.5rem
}

.lps_parts--faq.faq-toggle .ttl:not(:last-child) {
	margin-bottom: 1.5em
}

.lps_parts--faq.faq-toggle .ttl::before {
	content: "";
	position: absolute;
	inset: -2.5rem -1.875rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--faq.faq-toggle .ttl::before {
		inset: -1.7142857143rem
	}
}

.lps_parts--faq.faq-toggle .ttl .toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 3rem;
	height: 3rem;
	color: var(--clr-wht);
	background-color: var(--clr-primary-default);
	border-radius: 50%;
	transition: var(--transit-default)
}

.lps_parts--faq.faq-toggle .ttl .toggle::before{
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 0.75rem;
	height: 2px;
	background: #fff;
	transition: var(--transit-default)
}

.lps_parts--faq.faq-toggle .ttl .toggle::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 2px;
	height: 0.75rem;
	background: #fff;
	transition: var(--transit-default)
}

.lps_parts--faq.faq-toggle .ttl:hover .toggle {
	opacity: .5
}

.lps_parts--faq.faq-toggle .ttl.active .toggle {
	transform: rotate(180deg)
}

.lps_parts--faq.faq-toggle .ttl.active .toggle::after {
	opacity: 0
}

.lps_parts--faq.faq-toggle .text {
	padding-top: 2.5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--faq.faq-toggle .text {
		padding-top: 1.4285714286rem
	}
}

.lps_parts--flow {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto
}

.lps_parts--flow .flow_item {
	position: relative;
	margin-inline-start: 6rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow .flow_item {
		margin-inline-start: 4rem
	}
}

.lps_parts--flow .flow_item:not(:last-child) {
	padding-bottom: 4rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow .flow_item:not(:last-child) {
		padding-bottom: 2.2857142857rem
	}
}

.lps_parts--flow .flow_item:not(:last-child) .ttl::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(6rem*-1 + 4rem/2 - 0.1875rem/2);
	border-right: 0.1875rem solid
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow .flow_item:not(:last-child) .ttl::after {
		left: calc(3.5rem*-1 + 2.5rem/2 - 0.125rem/2)
	}
}

.lps_parts--flow .flow_item.clr-wht:not(:last-child) .ttl::after {
	border-color: var(--clr-wht)
}

.lps_parts--flow .ttl {
	position: static;
	color: var(--clr-primary-default)
}

.lps_parts--flow .ttl::before {
	float: inline-start;
	aspect-ratio: 1;
	margin-inline-start: calc(6rem*-1);
	border-radius: 50%
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow .ttl::before {
		margin-inline-start: calc(3.5rem*-1)
	}
}

.lps_parts--flow .clr-wht .ttl {
	color: var(--clr-wht)
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--flow .text {
		display: flex;
		gap: 4.1666666667%
	}
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--flow .img {
		width: 39.0625%
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow .img:not(:last-child) {
		margin-bottom: 1.7142857143rem
	}
}

.lps_parts--flow .mce-content-body {
	margin-bottom: 0 !important
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--flow .mce-content-body {
		flex: 1
	}
}

.lps_parts--flow:not(.flow-num) .ttl::before {
	content: "";
	position: relative;
	left: calc(2.5rem/2);
	inline-size: 1.5rem;
	margin-block: calc((1lh - 1.5rem)/2);
	border: 0.25rem solid
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow:not(.flow-num) .ttl::before {
		left: calc(1.5rem/2);
		inline-size: 1rem;
		margin-block: calc((1lh - 1rem)/2)
	}
}

.lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
	margin-top: calc(1.5rem + (1lh - 1.5rem)/2 + 0.375rem);
	margin-bottom: calc((1lh - 1.5rem)/-2 + 0.375rem)
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow:not(.flow-num) .flow_item:not(:last-child) .ttl::after {
		margin-top: calc(1.1428571429rem + (1lh - 1.1428571429rem)/2 + 0.2857142857rem);
		margin-bottom: calc((1lh - 1.1428571429rem)/-2 + 0.2857142857rem)
	}
}

.lps_parts--flow.flow-num .flow_item {
	counter-increment: number
}

.lps_parts--flow.flow-num .ttl::before {
	content: counter(number);
	display: flex;
	justify-content: center;
	align-items: center;
	inline-size: 4rem;
	margin-block: calc((1lh - 4rem)/2);
	text-align: center;
	color: var(--clr-wht);
	background-color: var(--clr-primary-default);
	font-family: var(--font-en);
	font-size: 1.5rem;
	letter-spacing: 0
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow.flow-num .ttl::before {
		inline-size: 2.5rem;
		margin-block: calc((1lh - 2.8571428571rem)/2);
		font-size: 1.2857142857rem
	}
}

.lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
	margin-top: calc(4rem + (1lh - 4rem)/2 + 0.375rem);
	margin-bottom: calc((1lh - 4rem)/-2 + 0.375rem)
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--flow.flow-num .flow_item:not(:last-child) .ttl::after {
		margin-top: calc(2.8571428571rem + (1lh - 2.8571428571rem)/2 + 0.2857142857rem);
		margin-bottom: calc((1lh - 2.8571428571rem)/-2 + 0.2857142857rem)
	}
}

.btn .icon-svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: var(--transit-default)
}

.icon-new_tab {
	width: 0.875rem;
	height: 0.875rem
}

.icon-pdf {
	width: 1.6875rem;
	height: 0.75rem
}

.lps_sec {
	position: relative
}

.lps_sec:nth-child(odd) .bg-wht {
	background-color: #f2fff8;
}

.lps_sec:nth-child(even) {
	background: #f4feec;
}

.section-contact{
	padding-top:  5rem;
	padding-bottom: 5rem;
}

.lps_sec-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: center
}

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

.lps_parts:not(:last-child) {
	margin-bottom: 5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts:not(:last-child) {
		margin-bottom: 2.8571428571rem
	}
}

.lps_parts iframe {
	width: 100%
}

.lps_parts .text:not(:last-child) {
	margin-bottom: 1.5rem
}

.lps_parts--column *:not(.btn)+.btn {
	margin-top: auto
}

.lps_parts--column .btn a {
	margin-left: auto;
	margin-right: auto
}

.lps_parts .mce-content-body:not(:last-child) {
	margin-bottom: 2.5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts .mce-content-body:not(:last-child) {
		margin-bottom: 1.7142857143rem
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts .btn {
		text-align: center
	}
}

.lps_parts--img_text .img_text--child:only-child,
.lps_parts--img_text .bg-wht .img_text--child:only-child,
.lps_parts--img_text .text,
.lps_parts--img_text .img_text--txt table {
	width: 100%
}

.lps_parts--img_text .img_text--child .img {
	height: 100%
}

.lps_parts--img_text .img_text--img:only-child .img {
	display: table;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .img_text--txt {
		padding-top: 2rem
	}
}

.lps_parts--img_text .bg-wht .img_text--txt {
	padding: 5.3333333333%
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .bg-wht .img_text--txt {
		padding: 1.7142857143rem
	}
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--img_text .inner:not(.flex-reverse) .img_text--txt {
		padding-left: 5.3333333333%
	}
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--img_text .inner.flex-reverse .img_text--txt {
		padding-right: 5.3333333333%
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .inner-lg {
		width: 100vw;
		margin-left: calc(50% - 50vw)
	}
}

.lps_parts--img_text .inner-lg .img_text--img {
	position: absolute;
	top: 0
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--img_text .inner-lg .img_text--img {
		height: 100%
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .inner-lg .img_text--img {
		position: relative
	}
}

.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--img {
	left: 0
}

.lps_parts--img_text .inner-lg.flex-reverse .img_text--img {
	right: 0
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--img_text .inner-lg .img_text--txt {
		min-height: 37.9775rem
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .inner-lg .img_text--txt {
		width: 86% !important;
		margin-left: auto;
		margin-right: auto
	}
}

.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
	margin-left: auto
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--img_text .inner-lg:not(.flex-reverse) .img_text--txt {
		padding-left: 10.989010989%;
		padding-right: 0
	}
}

.lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
	margin-right: auto
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--img_text .inner-lg.flex-reverse .img_text--txt {
		padding-left: 0;
		padding-right: 10.989010989%
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .inner-lg.bg-wht .img_text--txt {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 2.8571428571rem
	}
}

.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) {
	border-radius: 2.5rem
}

.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) .img_text--img img {
	border-radius: 2.5rem 0 0 2.5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg) .img_text--img img {
		border-radius: 2.5rem 2.5rem 0 0
	}
}

@media screen and (min-width: 48em) {
	.lps_parts--img_text .lps_parts--child.bg-wht:not(.inner-lg).flex-reverse .img_text--img img {
		border-radius: 0 2.5rem 2.5rem 0
	}
}

.lps_parts--img_text .lps_parts--child:not(.bg-wht) .img_text--img img {
	border-radius: 2.5rem
}

.lps_parts--img_text .lps_parts--child.inner-lg .img_text--img img {
	border-radius: 0
}

@media screen and (min-width: 48em) {
	.lps_parts--img_text .lps_parts--child.inner-lg:where(:not(.bg-wht)) .img_text--img img {
		border-radius: 0 2.5rem 2.5rem 0
	}

	.lps_parts--img_text .lps_parts--child.inner-lg:where(:not(.bg-wht)).flex-reverse .img_text--img img {
		border-radius: 2.5rem 0 0 2.5rem
	}
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--img_text .img_text--txt {
		display: flex;
		align-items: center
	}

	.lps_parts--img_text .inner-lg .img_text--img:only-child {
		position: relative
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--img_text .btn {
		text-align: center
	}

	.lps_parts--img_text .bg-wht+.bg-wht {
		margin-top: -2.8571428571rem
	}
}

.lps_parts--slide .slick-track {
	display: flex
}

.lps_parts--slide .slick-slide {
	height: auto !important
}

.lps_parts--slide .slick-list {
	margin-bottom: 2rem
}

.lps_parts--slide .slick-arrow {
	position: absolute;
	top: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 100%;
	text-decoration: none
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide .slick-arrow {
		width: 2.2857142857rem
	}
}

.lps_parts--slide .slick-arrow::after {
	content: "";
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	transform: rotate(45deg)
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide .slick-arrow::after {
		width: 1.1428571429rem;
		height: 1.1428571429rem
	}
}

.lps_parts--slide .slick-prev {
	left: -3.75rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide .slick-prev {
		left: 0
	}
}

.lps_parts--slide .slick-prev::after {
	margin-right: -20%;
	border-bottom: 2px solid;
	border-left: 2px solid
}

.lps_parts--slide .slick-next {
	right: -3.75rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide .slick-next {
		right: 0
	}
}

.lps_parts--slide .slick-next::after {
	margin-left: -20%;
	border-top: 2px solid;
	border-right: 2px solid
}

.lps_parts--slide .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

@media screen and (max-width: 67.5em) {
	.lps_parts--slide .slick-dots {
		position: relative;
		bottom: 0.25rem
	}
}

.lps_parts--slide .slick-dots li {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background-color: #ddd;
	border-radius: 50%;
	cursor: pointer;
	transition: var(--transit-default);
	margin: 0.25rem
}

.lps_parts--slide .slick-dots li.slick-active {
	background-color: var(--clr-text-primary)
}

.lps_parts--slide .slick-dots li:hover {
	opacity: .7
}

.lps_parts--slide .img+.text {
	padding-top: 2rem
}

.lps_parts--slide .text:only-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 5rem;
	background-color: var(--clr-bg-01);
	height: 100%
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide .text:only-child {
		padding: 1.7142857143rem 2.8571428571rem
	}
}

.lps_parts--slide:has(.slick-slide:only-child) .slick-dots {
	display: none
}

.lps_parts--slide.slide-center .slick-slide {
	width: 75rem;
	margin: 0 1.875rem
}

@media screen and (max-width: 70em) {
	.lps_parts--slide.slide-center .slick-slide {
		width: 62.5rem
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-center .slick-slide {
		width: 22.8571428571rem;
		margin: 0 1.1428571429rem
	}
}

.lps_parts--slide.slide-center .slick-prev {
	left: calc(50% - 41.25rem)
}

@media screen and (max-width: 70em) {
	.lps_parts--slide.slide-center .slick-prev {
		left: calc(50% - 35rem)
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-center .slick-prev {
		left: calc(50% - 13.7142857143rem)
	}
}

.lps_parts--slide.slide-center .slick-next {
	right: calc(50% - 41.25rem)
}

@media screen and (max-width: 70em) {
	.lps_parts--slide.slide-center .slick-next {
		right: calc(50% - 35rem)
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-center .slick-next {
		right: calc(50% - 13.7142857143rem)
	}
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-center .text:only-child {
		padding: 1.7142857143rem
	}
}

.lps_parts--slide.slide-fit .slick-track {
	background-color: var(--clr-bg-01)
}

.lps_parts--slide.slide-fit .slick-slide {
	position: relative
}

.lps_parts--slide.slide-fit .slick-prev {
	left: 3rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-fit .slick-prev {
		left: 1.1428571429rem
	}
}

.lps_parts--slide.slide-fit .slick-next {
	right: 3rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-fit .slick-next {
		right: 1.1428571429rem
	}
}

@media print,
screen and (min-width: 48em) {
	.lps_parts--slide.slide-fit .img {
		aspect-ratio: 1920/800
	}
}

.lps_parts--slide.slide-fit .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 15rem);
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-fit .text {
		width: calc(100% - 8.5714285714rem)
	}
}

.lps_parts--slide.slide-fit .img+.text,
.lps_parts--slide.slide-fit .slick-arrow {
	color: var(--clr-wht)
}

.lps_parts--slide.slide-fit .img+.text {
	position: absolute;
	inset: 0;
	padding-top: 5rem;
	padding-bottom: 5rem;
	z-index: 1
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-fit .img+.text {
		padding-top: 2.8571428571rem;
		padding-bottom: 2.8571428571rem
	}
}

.lps_parts--slide.slide-fit:has(.img+.text) .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5rem
}

@media screen and (max-width: 47.9375em) {
	.lps_parts--slide.slide-fit:has(.img+.text) .slick-dots {
		bottom: 2.8571428571rem
	}
}

.lps_parts--slide.slide-fit:has(.text:only-child) .slick-arrow {
	color: var(--clr-text-primary)
}

.lps_parts--slide.slide-fit .text:only-child {
	padding-left: 0;
	padding-right: 0
}

.lps_sec:nth-child(even) .lps_parts--slide .text:only-child,
.lps_sec:nth-child(even) .lps_parts--slide.slide-fit .slick-track,
.lps_sec[style*=background-color] .lps_parts--slide .text:only-child,
.lps_sec[style*=background-color] .lps_parts--slide.slide-fit .slick-track {
	background-color: var(--clr-wht)
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
	display: none
}

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

/* =========================
   CareNest110 / Ninja Forms skin
   対象：このページ内の Ninja Forms（#nf-form-2-cont）
   ========================= */

.section-contact #nf-form-2-cont{
  max-width: 860px;
  margin: 32px auto 0;
  padding: 28px 24px;
}

.section-contact #nf-form-2-cont .nf-form-title h3{
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: .04em;
  color: #222;
  display: none;
}

.section-contact #nf-form-2-cont .nf-form-fields-required{
  margin: 0 0 18px;
  font-size: 13px;
  color: #666;
}

.section-contact #nf-form-2-cont .ninja-forms-req-symbol{
  color: #c33;
  font-weight: 700;
}

/* フィールド共通 */
.section-contact #nf-form-2-cont .nf-field-container{
  margin: 0 0 18px;
}

.section-contact #nf-form-2-cont .nf-field-label label,
.section-contact #nf-form-2-cont .nf-field-label .nf-label-span{
  display: inline-block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}

/* テキスト系入力 */
.section-contact #nf-form-2-cont input[type="text"].ninja-forms-field,
.section-contact #nf-form-2-cont input[type="email"].ninja-forms-field,
.section-contact #nf-form-2-cont input[type="tel"].ninja-forms-field,
.section-contact #nf-form-2-cont textarea.ninja-forms-field{
  width: 100%;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  color: #111;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.section-contact #nf-form-2-cont textarea.ninja-forms-field{
  min-height: 160px;
  resize: vertical;
}

.section-contact #nf-form-2-cont input::placeholder,
.section-contact #nf-form-2-cont textarea::placeholder{
  color: rgba(0,0,0,.38);
}

/* フォーカス */
.section-contact #nf-form-2-cont input[type="text"].ninja-forms-field:focus,
.section-contact #nf-form-2-cont input[type="email"].ninja-forms-field:focus,
.section-contact #nf-form-2-cont input[type="tel"].ninja-forms-field:focus,
.section-contact #nf-form-2-cont textarea.ninja-forms-field:focus{
  outline: none;
  border-color: rgba(0,0,0,.35);
  box-shadow: 0 0 0 4px rgba(0,0,0,.07);
}

/* チェックボックス（お問い合わせ種別） */
.section-contact #nf-form-2-cont .listcheckbox-wrap ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.section-contact #nf-form-2-cont .listcheckbox-wrap li{
  margin: 0;
  padding: 0;
}

.section-contact #nf-form-2-cont .listcheckbox-wrap input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.section-contact #nf-form-2-cont .listcheckbox-wrap label{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 12px;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  line-height: 1.3;
  color: #111;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.section-contact #nf-form-2-cont .listcheckbox-wrap label::before{
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px solid rgba(0,0,0,.25);
  background: #fff;
  flex: 0 0 auto;
}

/* チェック時 */
.section-contact #nf-form-2-cont .listcheckbox-wrap input[type="checkbox"]:checked + label{
  border-color: rgba(0,0,0,.35);
  background: rgba(0,0,0,.03);
  box-shadow: 0 0 0 4px rgba(0,0,0,.05);
}

.section-contact #nf-form-2-cont .listcheckbox-wrap input[type="checkbox"]:checked + label::before{
  background: #111;
  border-color: #111;
  box-shadow: inset 0 0 0 3px #fff;
}

/* ホバー */
.section-contact #nf-form-2-cont .listcheckbox-wrap label:hover{
  border-color: rgba(0,0,0,.28);
}

/* 送信ボタン */
.section-contact #nf-form-2-cont .submit-wrap{
  margin-top: 10px;
}

.section-contact #nf-form-2-cont input[type="submit"].ninja-forms-field{
  width: 80%;
  border: none;
  border-radius: 999px;
  padding: 3rem 2rem;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #fff;
  background: #d7a761;
  cursor: pointer;
  transition: transform .08s ease, opacity .15s ease, box-shadow .15s ease;
  box-shadow: 0 12px 26px rgba(54, 38, 10, 0.18);
}

.section-contact #nf-form-2-cont input[type="submit"].ninja-forms-field:hover{
  opacity: .92;
}

.section-contact #nf-form-2-cont input[type="submit"].ninja-forms-field:active{
  transform: translateY(1px);
}

/* エラー表示 */
.section-contact #nf-form-2-cont .nf-error-wrap.nf-error{
  margin-top: 6px;
  font-size: 13px;
  color: #b00020;
}

.section-contact #nf-form-2-cont .nf-form-errors{
  margin: 14px 0 0;
}

.section-contact #nf-form-2-cont .nf-response-msg{
  margin: 0 0 12px;
  font-size: 14px;
}

/* reCAPTCHA文をフォームに馴染ませる */
.section-contact .recaptcha_policy{
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

.section-contact .recaptcha_policy a{
  text-decoration: underline;
}

/* SP最適化 */
@media (max-width: 640px){
  .section-contact #nf-form-2-cont{
    padding: 22px 16px;
    border-radius: 14px;
  }

  .section-contact #nf-form-2-cont .nf-form-title h3{
    font-size: 20px;
  }

  .section-contact #nf-form-2-cont .listcheckbox-wrap ul{
    grid-template-columns: 1fr;
  }
}
