<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/** Use a better box model (opinionated). */

/* @import url('https://fonts.googleapis.com/css?family=Roboto&amp;text=0123456789'); */

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

/** Use a more readable tab size (opinionated). */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
body {
  font-family: system-ui, -apple-system,
    /* Firefox supports this but not yet `system-ui` */ "Segoe UI", "Roboto",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/** Add the correct text decoration in Chrome, Edge, and Safari. */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

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

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

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

/** Remove the inner border and padding in Firefox. */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */
legend {
  padding: 0;
}

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

/** Correct the cursor style of increment and decrement buttons in Safari. */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/*
Interactive
===========
*/
/* Add the correct display in Chrome and Safari. */
summary {
  display: list-item;
}

/**
	* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
	* A thin layer on top of normalize.css that provides a starting point more
	* suitable for web applications.
	*/
/** * Removes the default spacing and border for appropriate elements. */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
	* Work around a Firefox/IE bug where the transparent `button` background
	* results in a loss of the default `button` focus styles.
	*/
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
	* Tailwind custom reset styles
	*/
/**
	* 1. Use the user's configured `sans` font-family (with Tailwind's default
	*    sans-serif font stack as a fallback) as a sane default.
	* 2. Use Tailwind's default "normal" line-height so the user isn't forced
	*    to override it to ensure consistency even when using the default theme.
	*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
	* Inherit font-family and line-height from `html` so users can set them as
	* a class directly on the `html` element.
	*/
body {
  font-family: inherit;
  line-height: inherit;
}

/**
	* 1. Prevent padding and border from affecting element width.
	*
	*    We used to set this in the html element and inherit from
	*    the parent element for everything else. This caused issues
	*    in shadow-dom-enhanced elements like &lt;details&gt; where the content
	*    is wrapped by a div with box-sizing set to `content-box`.
	*
	*    https://github.com/mozdevs/cssremedy/issues/4
	*
	*
	* 2. Allow adding a border to an element by just adding a border-width.
	*
	*    By default, the way the browser specifies that an element should have no
	*    border is by setting it's border-style to `none` in the user-agent
	*    stylesheet.
	*
	*    In order to easily add borders to elements by just setting the `border-width`
	*    property, we change the default border-style for all elements to `solid`, and
	*    use border-width to hide them instead. This way our `border` utilities only
	*    need to set the `border-width` property instead of the entire `border`
	*    shorthand, making our border utilities much more straightforward to compose.
	*
	*    https://github.com/tailwindcss/tailwindcss/pull/116
	*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
	* Ensure horizontal rules are visible by default
	*/
hr {
  border-top-width: 1px;
}

/**
	* Undo the `border-style: none` reset that Normalize applies to images so that
	* our `border-{width}` utilities have the expected effect.
	*
	* The Normalize reset is unnecessary for us since we default the border-width
	* to 0 on all elements.
	*
	* https://github.com/tailwindcss/tailwindcss/issues/362
	*/
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #cbd5e0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #cbd5e0;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #cbd5e0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
	* Reset links to optimize for opt-in styling instead of
	* opt-out.
	*/
a {
  color: inherit;
  text-decoration: inherit;
}

/**
	* Reset form element properties that are easy to forget to
	* style explicitly so you don't inadvertently introduce
	* styles that deviate from your design system. These styles
	* supplement a partial reset that is already applied by
	* normalize.css.
	*/
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
	* Use the configured 'mono' font family for elements that
	* are expected to be rendered with a monospace font, falling
	* back to the system monospace stack if there is no configured
	* 'mono' font family.
	*/
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}

/**
	* Make replaced elements `display: block` by default as that's
	* the behavior you want almost all of the time. Inspired by
	* CSS Remedy, with `svg` added as well.
	*
	* https://github.com/mozdevs/cssremedy/issues/14
	*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
	* Constrain images and videos to the parent width and preserve
	* their instrinsic aspect ratio.
	*
	* https://github.com/mozdevs/cssremedy/issues/14
	*/
img,
video {
  max-width: 100%;
  height: auto;
}

* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(66, 153, 225, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.bottom-0 {
  bottom: 0;
}

.top-\[30px\] {
  top: 30px;
}

.right-0 {
  right: 0;
}

.bottom-1rem {
  bottom: 1rem;
}

.right-1\.5rem {
  right: 1.5rem;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-1rem {
  right: 1rem;
}

.right-\[0\.5rem\] {
  right: 0.5rem;
}

.bottom-\[0\.5rem\] {
  bottom: 0.5rem;
}

.bottom-\[8rem\] {
  bottom: 8rem;
}

.top-50 {
  top: 50%;
}

.top-4rem {
  top: 4rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.order-3 {
  order: 3;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-mx-1px {
  margin-left: -1px;
  margin-right: -1px;
}

.my-\[0\.2rem\] {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.my-\[3\.5rem\] {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mb-\[0\.2rem\] {
  margin-bottom: 0.2rem;
}

.mt-\[0\.4rem\] {
  margin-top: 0.4rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-\[0\.2rem\] {
  margin-top: 0.2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.mt-16 {
  margin-top: 4rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.mt-24 {
  margin-top: 6rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-0 {
  margin-right: 0;
}

.mb-16 {
  margin-bottom: 4rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.flex {
  display: flex;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-\[50px\] {
  height: 50px;
}

.h-full {
  height: 100%;
}

.h-\[65px\] {
  height: 65px;
}

.h-24 {
  height: 6rem;
}

.h-20 {
  height: 5rem;
}

.h-12 {
  height: 3rem;
}

.h-\[6\.4rem\] {
  height: 6.4rem;
}

.h-\[35px\] {
  height: 35px;
}

.h-16 {
  height: 4rem;
}

.h-0 {
  height: 0;
}

.h-8 {
  height: 2rem;
}

.h-\[56px\] {
  height: 56px;
}

.h-auto {
  height: auto;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[300px\] {
  height: 300px;
}

.h-32 {
  height: 8rem;
}

.h-\[168px\] {
  height: 168px;
}

.max-h-\[95vh\] {
  max-height: 95vh;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[6rem\] {
  min-height: 6rem;
}

.min-h-\[200px\] {
  min-height: 200px;
}

.w-full {
  width: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-2\/5 {
  width: 40%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-\[86px\] {
  width: 86px;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/2 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-\[733px\] {
  width: 733px;
}

.w-auto {
  width: auto;
}

.w-24 {
  width: 6rem;
}

.w-\[7rem\] {
  width: 7rem;
}

.w-\[5rem\] {
  width: 5rem;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[60\%\] {
  width: 60%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-12 {
  width: 3rem;
}

.w-49\/100 {
  width: 49%;
}

.w-3\/5 {
  width: 60%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[124px\] {
  width: 124px;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[90vw\] {
  width: 90vw;
}

.w-\[200\%\] {
  width: 200%;
}

.w-8 {
  width: 2rem;
}

.w-1\/5 {
  width: 20%;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[132px\] {
  width: 132px;
}

.w-\[195px\] {
  width: 195px;
}

.w-\[97px\] {
  width: 97px;
}

.w-4\/5 {
  width: 80%;
}

.w-\[50\.4px\] {
  width: 50.4px;
}

.w-48 {
  width: 12rem;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[300px\] {
  width: 300px;
}

.w-3\/10 {
  width: 30%;
}

.w-20 {
  width: 5rem;
}

.w-\[125px\] {
  width: 125px;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[75px\] {
  width: 75px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[19\%\] {
  width: 19%;
}

.w-1\/4 {
  width: 25%;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-center {
  align-content: center;
}

.items-center {
  align-items: center;
}

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

.items-stretch {
  align-items: stretch;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-xl {
  border-radius: 1rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-half {
  border-radius: 50%;
}

.rounded-4xl {
  border-radius: 2rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-t-0 {
  border-top-width: 0;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-5 {
  border-left-width: 5px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-l-6 {
  border-left-width: 6px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-theme08 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 194, 70, var(--tw-border-opacity));
}

.border-theme01 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 145, 0, var(--tw-border-opacity));
}

.border-theme04 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 141, 143, var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-theme11 {
  --tw-border-opacity: 1;
  border-color: rgba(188, 197, 199, var(--tw-border-opacity));
}

.border-theme02 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 208, 69, var(--tw-border-opacity));
}

.border-grayscale03 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}

.border-grayscale02 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-\[\#efefef\] {
  --tw-border-opacity: 1;
  border-color: rgba(239, 239, 239, var(--tw-border-opacity));
}

.border-theme05 {
  --tw-border-opacity: 1;
  border-color: rgba(101, 112, 114, var(--tw-border-opacity));
}

.border-theme09 {
  --tw-border-opacity: 1;
  border-color: rgba(155, 186, 200, var(--tw-border-opacity));
}

.border-black02 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.border-grayscale {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}

.bg-theme08 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 194, 70, var(--tw-bg-opacity));
}

.bg-theme09 {
  --tw-bg-opacity: 1;
  background-color: rgba(155, 186, 200, var(--tw-bg-opacity));
}

.bg-theme03 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 235, var(--tw-bg-opacity));
}

.bg-theme06 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 94, 0, var(--tw-bg-opacity));
}

.bg-theme05 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 112, 114, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-theme01 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 145, 0, var(--tw-bg-opacity));
}

.bg-grayscale03 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}

.bg-grayscale04 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 247, var(--tw-bg-opacity));
}

.bg-grayscale02 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}

.bg-theme02 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 208, 69, var(--tw-bg-opacity));
}

.bg-grayscale {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-theme04 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 141, 143, var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-12 {
  padding: 3rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-\[0\.1rem\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-\[10rem\] {
  padding-bottom: 10rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-26 {
  padding-bottom: 8rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

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

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

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

.font-robot {
  font-family: Roboto;
}

.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-xl {
  font-size: 1.2rem;
}

.text-3xl {
  font-size: 1.6rem;
}

.text-4xl {
  font-size: 2rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-2xl {
  font-size: 1.4rem;
}

.text-base {
  font-size: 1rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-9xl {
  font-size: 7rem;
}

.text-7xl {
  font-size: 5rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

.text-\[3\.6rem\] {
  font-size: 3.6rem;
}

.text-\[12rem\] {
  font-size: 12rem;
}

.text-\[2\.3rem\] {
  font-size: 2.3rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-relaxed2 {
  line-height: 1.8;
}

.leading-tight {
  line-height: 1.25;
}

.leading-none {
  line-height: 1;
}

.leading-\[2rem\] {
  line-height: 2rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-normal {
  letter-spacing: 0;
}

.text-theme04 {
  --tw-text-opacity: 1;
  color: rgba(131, 141, 143, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-theme08 {
  --tw-text-opacity: 1;
  color: rgba(255, 194, 70, var(--tw-text-opacity));
}

.text-theme01 {
  --tw-text-opacity: 1;
  color: rgba(255, 145, 0, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 101, 101, var(--tw-text-opacity));
}

.text-theme11 {
  --tw-text-opacity: 1;
  color: rgba(188, 197, 199, var(--tw-text-opacity));
}

.text-theme09 {
  --tw-text-opacity: 1;
  color: rgba(155, 186, 200, var(--tw-text-opacity));
}

.text-theme07 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 0, var(--tw-text-opacity));
}

.text-theme05 {
  --tw-text-opacity: 1;
  color: rgba(101, 112, 114, var(--tw-text-opacity));
}

.text-grayscale {
  --tw-text-opacity: 1;
  color: rgba(204, 204, 204, var(--tw-text-opacity));
}

.text-grayscale02 {
  --tw-text-opacity: 1;
  color: rgba(221, 221, 221, var(--tw-text-opacity));
}

.text-grayscale04 {
  --tw-text-opacity: 1;
  color: rgba(246, 247, 247, var(--tw-text-opacity));
}

.text-grayscale03 {
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.placeholder-theme04::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 141, 143, var(--tw-placeholder-opacity));
}

.placeholder-theme04:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 141, 143, var(--tw-placeholder-opacity));
}

.placeholder-theme04::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(131, 141, 143, var(--tw-placeholder-opacity));
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-100 {
  opacity: 1;
}

.shadow-card {
  --tw-shadow: 0 2px 5px rgb(0 0 0 / 18%);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration {
  transition-duration: 150ms;
}

.ease {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.first\:mt-0:first-child {
  margin-top: 0;
}

.first\:ml-0:first-child {
  margin-left: 0;
}

.first\:border-t-0:first-child {
  border-top-width: 0;
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.last\:mr-0:last-child {
  margin-right: 0;
}

.last\:border-l-0:last-child {
  border-left-width: 0;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

.hover\:bg-theme03:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 250, 235, var(--tw-bg-opacity));
}

.hover\:text-theme01:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 145, 0, var(--tw-text-opacity));
}

.focus\:border-theme01:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 145, 0, var(--tw-border-opacity));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-theme05:focus {
  --tw-text-opacity: 1;
  color: rgba(101, 112, 114, var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:text-theme01:active {
  --tw-text-opacity: 1;
  color: rgba(255, 145, 0, var(--tw-text-opacity));
}

.disabled\:bg-grayscale02:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}

.disabled\:bg-grayscale04:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 247, var(--tw-bg-opacity));
}

@media (max-width: 320px) {
  .xxs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xxs\:ml-0 {
    margin-left: 0;
  }

  .xxs\:ml-8 {
    margin-left: 2rem;
  }

  .xxs\:mr-8 {
    margin-right: 2rem;
  }

  .xxs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xxs\:w-10 {
    width: 2.5rem;
  }

  .xxs\:w-full {
    width: 100%;
  }

  .xxs\:w-\[96px\] {
    width: 96px;
  }

  .xxs\:w-20 {
    width: 5rem;
  }

  .xxs\:w-40 {
    width: 10rem;
  }

  .xxs\:w-\[110px\] {
    width: 110px;
  }

  .xxs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xxs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xxs\:text-2xl {
    font-size: 1.4rem;
  }

  .xxs\:text-xl {
    font-size: 1.2rem;
  }

  .xxs\:text-3xl {
    font-size: 1.6rem;
  }

  .xxs\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }

  .xxs\:text-4xl {
    font-size: 2rem;
  }

  .xxs\:text-lg {
    font-size: 1.125rem;
  }

  .xxs\:text-base {
    font-size: 1rem;
  }

  .xxs\:tracking-tighter {
    letter-spacing: -0.05em;
  }
}

@media (max-width: 767px) {
  .xs\:absolute {
    position: absolute;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:ml-12 {
    margin-left: 3rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:block {
    display: block;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-\[124px\] {
    width: 124px;
  }

  .xs\:w-7\/10 {
    width: 70%;
  }

  .xs\:w-\[50\%\] {
    width: 50%;
  }

  .xs\:w-\[97px\] {
    width: 97px;
  }

  .xs\:w-49\/100 {
    width: 49%;
  }

  .xs\:w-\[18\%\] {
    width: 18%;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:max-w-\[450px\] {
    max-width: 450px;
  }

  .xs\:max-w-\[220px\] {
    max-width: 220px;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:border-1 {
    border-width: 1px;
  }

  .xs\:border-t-1 {
    border-top-width: 1px;
  }

  .xs\:border-b-1 {
    border-bottom-width: 1px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-l-0 {
    border-left-width: 0;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:bg-grayscale04 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 247, 247, var(--tw-bg-opacity));
  }

  .xs\:bg-grayscale03 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
  }

  .xs\:bg-theme03 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 250, 235, var(--tw-bg-opacity));
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pb-\[8rem\] {
    padding-bottom: 8rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pr-\[8rem\] {
    padding-right: 8rem;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-xl {
    font-size: 1.2rem;
  }

  .xs\:text-3xl {
    font-size: 1.6rem;
  }

  .xs\:text-2xl {
    font-size: 1.4rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:shadow-card {
    --tw-shadow: 0 2px 5px rgb(0 0 0 / 18%);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {
  .sm\:relative {
    position: relative;
  }

  .sm\:right-1rem {
    right: 1rem;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:mr-\[8\.5rem\] {
    margin-right: 8.5rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mt-18 {
    margin-top: 4.5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-\[50\%\] {
    margin-left: 50%;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-\[7rem\] {
    margin-top: 7rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[205px\] {
    height: 205px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-\[46px\] {
    height: 46px;
  }

  .sm\:h-\[39px\] {
    height: 39px;
  }

  .sm\:h-\[65px\] {
    height: 65px;
  }

  .sm\:h-\[360px\] {
    height: 360px;
  }

  .sm\:h-\[500px\] {
    height: 500px;
  }

  .sm\:h-\[96px\] {
    height: 96px;
  }

  .sm\:h-\[620px\] {
    height: 620px;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-\[303px\] {
    height: 303px;
  }

  .sm\:w-49\/100 {
    width: 49%;
  }

  .sm\:w-\[800px\] {
    width: 800px;
  }

  .sm\:w-\[350px\] {
    width: 350px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-md {
    width: 1000px;
  }

  .sm\:w-\[500px\] {
    width: 500px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-\[375px\] {
    width: 375px;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-\[50\%\] {
    width: 50%;
  }

  .sm\:w-\[425px\] {
    width: 425px;
  }

  .sm\:w-\[186px\] {
    width: 186px;
  }

  .sm\:w-\[432px\] {
    width: 432px;
  }

  .sm\:w-\[420px\] {
    width: 420px;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-\[37\.5\%\] {
    width: 37.5%;
  }

  .sm\:w-\[62\.5\%\] {
    width: 62.5%;
  }

  .sm\:w-\[40\%\] {
    width: 40%;
  }

  .sm\:w-\[900px\] {
    width: 900px;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-\[263px\] {
    width: 263px;
  }

  .sm\:w-\[240px\] {
    width: 240px;
  }

  .sm\:w-\[780px\] {
    width: 780px;
  }

  .sm\:w-\[160px\] {
    width: 160px;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-\[230px\] {
    width: 230px;
  }

  .sm\:w-lower {
    width: 880px;
  }

  .sm\:w-\[15\.5rem\] {
    width: 15.5rem;
  }

  .sm\:w-\[41\.4px\] {
    width: 41.4px;
  }

  .sm\:w-\[284px\] {
    width: 284px;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-7\/10 {
    width: 70%;
  }

  .sm\:w-\[86px\] {
    width: 86px;
  }

  .sm\:w-columns {
    width: 710px;
  }

  .sm\:w-\[1640px\] {
    width: 1640px;
  }

  .sm\:w-\[141px\] {
    width: 141px;
  }

  .sm\:w-\[49\%\] {
    width: 49%;
  }

  .sm\:w-\[400px\] {
    width: 400px;
  }

  .sm\:w-\[32\%\] {
    width: 32%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-\[880px\] {
    width: 880px;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:w-\[155px\] {
    width: 155px;
  }

  .sm\:w-\[19\%\] {
    width: 19%;
  }

  .sm\:w-\[790px\] {
    width: 790px;
  }

  .sm\:w-\[360px\] {
    width: 360px;
  }

  .sm\:w-\[159px\] {
    width: 159px;
  }

  .sm\:max-w-\[260px\] {
    max-width: 260px;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px;
  }

  .sm\:border-t-1 {
    border-top-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-theme01 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 145, 0, var(--tw-border-opacity));
  }

  .sm\:border-grayscale03 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 238, var(--tw-border-opacity));
  }

  .sm\:border-grayscale02 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 221, 221, var(--tw-border-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-theme03 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 250, 235, var(--tw-bg-opacity));
  }

  .sm\:bg-grayscale04 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 247, 247, var(--tw-bg-opacity));
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-\[13rem\] {
    padding-right: 13rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

  .sm\:text-3xl {
    font-size: 1.6rem;
  }

  .sm\:text-4xl {
    font-size: 2rem;
  }

  .sm\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }

  .sm\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }

  .sm\:text-2xl {
    font-size: 1.4rem;
  }

  .sm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .sm\:text-xl {
    font-size: 1.2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:text-theme01 {
    --tw-text-opacity: 1;
    color: rgba(255, 145, 0, var(--tw-text-opacity));
  }

  .sm\:text-theme04 {
    --tw-text-opacity: 1;
    color: rgba(131, 141, 143, var(--tw-text-opacity));
  }

  .sm\:text-black02 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-theme05 {
    --tw-text-opacity: 1;
    color: rgba(101, 112, 114, var(--tw-text-opacity));
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1490px) {
  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:w-md {
    width: 1000px;
  }

  .md\:pl-0 {
    padding-left: 0;
  }
}

/*!
	* ress.css 窶｢ v1.2.2
	* MIT License
	* github.com/filipelinhares/ress
	*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1490px) {
  .container {
    max-width: 1490px;
  }
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: top;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.doNotLayoutShiftInner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.doNotLayoutShiftInner img {
  background-color: #e4e4e4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.doNotLayoutShiftInner:before {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 52.5%;
  content: "";
}

.doNotLayoutShiftInnerIndividual {
  position: relative;
}

.doNotLayoutShiftInnerIndividual img,
.doNotLayoutShiftInnerIndividual source {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.loader-background {
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.loader-background .spinner {
  margin: 0 auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5-data-v-3c3955e0 1.1s ease infinite;
  animation: load5-data-v-3c3955e0 1.1s ease infinite;
}

@-webkit-keyframes load5-data-v-3c3955e0 {
  to {
    box-shadow: 0 -2.6em 0 0 #666, 1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2),
      2.5em 0 0 0 hsla(0, 0%, 40%, 0.2), 1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2),
      0 2.5em 0 0 hsla(0, 0%, 40%, 0.2), -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2),
      -2.6em 0 0 0 hsla(0, 0%, 40%, 0.5),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.7);
  }

  12.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.7), 1.8em -1.8em 0 0 #666,
      2.5em 0 0 0 hsla(0, 0%, 40%, 0.2), 1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2),
      0 2.5em 0 0 hsla(0, 0%, 40%, 0.2), -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2),
      -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.5);
  }

  25% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.5),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.7), 2.5em 0 0 0 #666,
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  37.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.5), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.7),
      1.75em 1.75em 0 0 #666, 0 2.5em 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  50% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.5),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.7), 0 2.5em 0 0 #666,
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  62.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.2),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.5), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.7),
      -1.8em 1.8em 0 0 #666, -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  75% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.2),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.5),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.7), -2.6em 0 0 0 #666,
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  87.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.2),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.5), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.7),
      -1.8em -1.8em 0 0 #666;
  }
}

@keyframes load5-data-v-3c3955e0 {
  0%,
  to {
    box-shadow: 0 -2.6em 0 0 #666, 1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2),
      2.5em 0 0 0 hsla(0, 0%, 40%, 0.2), 1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2),
      0 2.5em 0 0 hsla(0, 0%, 40%, 0.2), -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2),
      -2.6em 0 0 0 hsla(0, 0%, 40%, 0.5),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.7);
  }

  12.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.7), 1.8em -1.8em 0 0 #666,
      2.5em 0 0 0 hsla(0, 0%, 40%, 0.2), 1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2),
      0 2.5em 0 0 hsla(0, 0%, 40%, 0.2), -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2),
      -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.5);
  }

  25% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.5),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.7), 2.5em 0 0 0 #666,
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  37.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.5), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.7),
      1.75em 1.75em 0 0 #666, 0 2.5em 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  50% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.5),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.7), 0 2.5em 0 0 #666,
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.2), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  62.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.2),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.5), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.7),
      -1.8em 1.8em 0 0 #666, -2.6em 0 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  75% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.2),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.5),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.7), -2.6em 0 0 0 #666,
      -1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2);
  }

  87.5% {
    box-shadow: 0 -2.6em 0 0 hsla(0, 0%, 40%, 0.2),
      1.8em -1.8em 0 0 hsla(0, 0%, 40%, 0.2), 2.5em 0 0 0 hsla(0, 0%, 40%, 0.2),
      1.75em 1.75em 0 0 hsla(0, 0%, 40%, 0.2), 0 2.5em 0 0 hsla(0, 0%, 40%, 0.2),
      -1.8em 1.8em 0 0 hsla(0, 0%, 40%, 0.5), -2.6em 0 0 0 hsla(0, 0%, 40%, 0.7),
      -1.8em -1.8em 0 0 #666;
  }
}

header {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
}

header .top-icon-link {
  width: 176px;
}

@media screen and (max-width: 1064px) {
  header .top-icon-link {
    width: 117px;
  }
}

header .nav-wrapper {
  margin-left: auto;
}

@media (max-width: 1000px) {
  header .nav-wrapper {
    margin-left: 0;
  }
}

header .nav-wrapper .tel-text {
  font-family: Roboto, "MS Sans Serif";
  font-weight: 700;
}

img[lazy="loading"] {
  opacity: 0;
}

img[lazy="loaded"] {
  opacity: 1;
  transition: all 0.4s ease;
}

.sprite-icon {
  background-image: url(/wp-content/themes/spice/assets/img/base/ico/ico_tel.svg);
  background-repeat: no-repeat;
  display: inline-block;
  transform-origin: left top;
}

.mainvisual {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAwElEQVRYhc3WywnEMAyE4bEPIf2XsZVtBYG9bEJ8MIS8bMkj6S9AfDAXpc93WaFoyglzTpoTtd9/RY6EUYEYmD0RiIURgZiYbhAb0wWywDSDrDBNIEvMK8ga8wjywNyCvDCXIE/MCeSNOYAiYCooCqaAImEKKBIG0veDhcEI0EjMvpYKNBozaUAMDKSTsTAiEBPTDWJjukAWmGaQFaYJZIl5BVljHkEemFuQF+YS5Ik5gbwxB1AETAVFwRRQJAwAbCEE2LPCGRpCAAAAAElFTkSuQmCC);
  background-repeat: repeat;
}

.mainvisual .search-wrapper {
  background-color: #7ec95f;
}

.mainvisual .search-wrapper .search-content .search-content-img {
  width: 100px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: bound-data-v-b3922c2c 0.4s ease 10 alternate;
  animation: bound-data-v-b3922c2c 0.4s ease 10 alternate;
}

@media (max-width: 320px) {
  .mainvisual .search-wrapper .search-content .search-content-img {
    width: 80px;
    top: -95px;
  }
}

@media (min-width: 768px) {
  .mainvisual .search-wrapper .search-content .search-content-img {
    width: 107px;
    top: -120px;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes bound-data-v-b3922c2c {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  to {
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes bound-data-v-b3922c2c {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  to {
    transform: translateX(-50%) translateY(-10px);
  }
}

.cta-telbtn .tel-text {
  font-size: 1.85rem;
}
/* SP */
@media (max-width: 769px) {
  .cta-telbtn .tel-text {
    font-size: 4.6vw;
  }
}
.cta-sp {
  background: #fffaeb;
  border-radius: 0 0 10px 10px;
}

[type="number"].w-full {
  width: 100%;
}

@-webkit-keyframes fadeIn-data-v-41963e2b {
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn-data-v-41963e2b {
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

.container {
  gap: 1.5rem;
  grid-auto-rows: minmax(100px, auto);
  grid-auto-flow: dense;
  grid-template-rows: 324px 155px 125px 80px 185px 155px 235px 295px;
  grid-template-columns: repeat(3, 1fr);
}

.container.active {
  grid-template-rows: 324px 155px 125px 80px 185px 155px 235px 295px 300px 155px 246px 75px 155px 155px 155px;
}

.container .item0 {
  grid-area: 1/1/2/3;
}

.container .item2 {
  grid-area: 2/1/4/2;
}

.container .item3 {
  grid-area: 2/2/6/3;
}

.container .item4 {
  grid-area: 2/3/3/4;
}

.container .item5 {
  grid-area: 4/1/6/2;
}

.container .item6 {
  grid-area: 3/3/6/4;
}

.container .item8 {
  grid-area: 6/2/8/4;
}

.container .item14 {
  grid-area: 9/2/11/4;
}

.container .item17 {
  grid-area: 11/2/14/3;
}

.container .item18 {
  grid-area: 11/3/13/4;
}

.container .item19 {
  grid-area: 12/1/14/2;
}

.container .item20 {
  grid-area: 13/3/14/4;
}

.container .item21 {
  grid-area: 14/1/15/2;
}

.container .item23 {
  grid-area: 14/2/16/3;
}

.container .item24 {
  grid-area: 14/3/16/4;
}

.item13 {
  -webkit-animation-delay: 0.17s;
  animation-delay: 0.17s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item13,
.item14 {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-animation-name: fadeIn-data-v-41963e2b;
  animation-name: fadeIn-data-v-41963e2b;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.item14 {
  -webkit-animation-delay: 742ms;
  animation-delay: 742ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item15 {
  -webkit-animation-delay: 822ms;
  animation-delay: 822ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item15,
.item16 {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-animation-name: fadeIn-data-v-41963e2b;
  animation-name: fadeIn-data-v-41963e2b;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.item16 {
  -webkit-animation-delay: 381ms;
  animation-delay: 381ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item17 {
  -webkit-animation-delay: 227ms;
  animation-delay: 227ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item17,
.item18 {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-animation-name: fadeIn-data-v-41963e2b;
  animation-name: fadeIn-data-v-41963e2b;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.item18 {
  -webkit-animation-delay: 104ms;
  animation-delay: 104ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item19 {
  -webkit-animation-delay: 916ms;
  animation-delay: 916ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item19,
.item20 {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-animation-name: fadeIn-data-v-41963e2b;
  animation-name: fadeIn-data-v-41963e2b;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.item20 {
  -webkit-animation-delay: 83ms;
  animation-delay: 83ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item21 {
  -webkit-animation-delay: 634ms;
  animation-delay: 634ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item21,
.item22 {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-animation-name: fadeIn-data-v-41963e2b;
  animation-name: fadeIn-data-v-41963e2b;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.item22 {
  -webkit-animation-delay: 325ms;
  animation-delay: 325ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item23 {
  -webkit-animation-delay: 136ms;
  animation-delay: 136ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.item23,
.item24 {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-animation-name: fadeIn-data-v-41963e2b;
  animation-name: fadeIn-data-v-41963e2b;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.item24 {
  -webkit-animation-delay: 799ms;
  animation-delay: 799ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.category_image.left img {
  border-radius: 10px 0 0 10px;
}

.category_image.top img {
  border-radius: 10px 10px 0 0;
}

.small-categories {
  position: relative;
  padding-right: 2.5rem;
}

.small-categories:not(:last-of-type):after {
  content: "";
  position: absolute;
  border-right: 1px solid #838d8f;
  height: 12px;
  top: 50%;
  right: 13px;
}

.accordioon_item .accordioon_title {
  border-bottom: 1px solid #bcc5c7;
  border-left: 1px solid #bcc5c7;
  border-right: 1px solid #bcc5c7;
}

.accordioon_item .accordioon_title.active {
  font-weight: 700;
  background: #fffaeb;
  border-bottom: none;
}

.accordioon_item .accordioon_list_wrap {
  border-right: 1px solid #bcc5c7;
  border-left: 1px solid #bcc5c7;
  border-bottom: 1px solid #bcc5c7;
  background: #fffaeb;
}

.accordioon_item:first-of-type {
  border-top: 1px solid #bcc5c7;
}

.accordioon_item:last-of-type .accordioon_title {
  border-right: 1px solid #bcc5c7;
  padding-right: 1px;
}

.accordioon_item:nth-of-type(2n) .accordioon_title {
  border-right: 1px solid #bcc5c7;
}

.accordioon_item:nth-of-type(2n) .accordioon_list_wrap {
  left: 0;
}

.isHidden {
  height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

.about .about-bg-img {
  width: 100%;
  height: 53px;
  margin-bottom: -1px;
  background-image: url(/_nuxt/img/bg_about.9c77184.png);
  background-size: cover;
  background-repeat: repeat-x;
}

@media (min-width: 450px) {
  .about .about-bg-img {
    background-size: contain;
  }
}

.about .about-box-upper {
  border-radius: 20px 20px 0 0;
}

.about .about-box-lower {
  border-radius: 0 0 20px 20px;
}

.about .marker-yellow {
  background: linear-gradient(180deg, #fff 40%, #ff6 60%);
}

.cta-sp .skew-r {
  transform: skewX(150deg);
  border-right: 3px solid #ff9100;
}

.cta-sp .skew-l {
  transform: skewX(-150deg);
  border-left: 3px solid #ff9100;
}

.cta-telbtn {
  box-shadow: 2px 4px 0 2px #e18001;
}

.flow .flow-step {
  width: 90px;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 768px) {
  .flow .flow-item:first-of-type {
    border-radius: 10px 10px 0 0;
  }
}

.flow .flow-item:last-of-type {
  border-radius: 0 0 10px 10px;
}

.flow .flow-item:not(:last-of-type) {
  border-bottom: 2px dashed #333;
}

@media (min-width: 768px) {
  .flow .flow-item:not(:last-of-type) {
    border-bottom: none;
    border-right: 2px dashed #333;
    margin-right: 1.5rem;
  }
}

.flow .flow-item:not(:last-of-type):after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .flow .flow-item:not(:last-of-type):after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -10%;
    z-index: 2;
    transform: rotate(270deg) translateY(-50%);
  }
}

.cv {
  box-shadow: 2px 4px 0 2px #e18001;
  transition: all 0.3s;
}

.cv:active {
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

@media (max-width: 300px) {
  .cv .sp-tel-text {
    font-size: 20px;
  }
}

.h-60px {
  height: 60px;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 250, 235, 0.8);
}

.footer .tel-btn-shadow {
  background-color: #e0e0e0;
  border-radius: 28px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.footer .tel-btn {
  background-color: #fff;
  border-radius: 26px;
}

.footer .tel-btn-pc {
  padding: 1rem 2rem;
  border-radius: 4px;
}

.footer .tel-btn-pc .tel-btn-header {
  width: 140px;
  height: 52px;
  border-radius: 3px 0 0 3px;
  position: relative;
  margin-right: 25px;
}

.footer .tel-btn-pc .tel_num {
  font-size: 3.2rem;
}

.fadeIn {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.fadeIn.isFadeIn {
  opacity: 1;
  pointer-events: all;
}

form select {
  width: 100%;
  font-size: 1.3rem;
  border: solid 1px #535353;
  padding: 7px 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

form input[type="tel"] {
  width: 100%;
  font-size: 1.3rem;
  border: solid 1px #535353;
  padding: 7px 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

form textarea {
  width: 100%;
  font-size: 1.3rem;
  border: solid 1px #535353;
  padding: 7px 10px;
  -webkit-appearance: none;
  border-radius: 0;
}

main {
  padding-top: 0;
}

.checkbox01-parts::before {
  content: "\f14a";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 900;
  color: #ccc;
}

.checkbox01-input:checked + .checkbox01-parts::after {
  content: "V";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 0;
  left: 4px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #333;
  transform: rotate(25deg);
}

#header {
  margin: 0 auto 14px auto;
  width: 890px;
}

#header h1 {
  float: left;
  width: 219px;
  margin-left: -20px;
}

#header .logoTxt {
  float: left;
  padding: 10px 0 0 40px;
  margin-left: 50px;
  font-weight: bold;
  color: #5a5a5a;
}

#header ul {
  float: right;
  width: 199px;
}

/* accordion */
.tglTit {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 15px 15px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.tgl__open {
  display: none;
  padding: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.tglTit::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(/lp/m_urgent/img/ico_plus.png) no-repeat 0 0;
  background-size: 24px;
  transition: all 0.3s ease-in-out;
}
.tglTit::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  width: 15px;
  height: 2px;
  transition: all 0.2s ease-in-out;
}
.tglTit.opend {
  transition: 0.5s;
  border-bottom: none;
}
.tglTit.opend::before {
  background: url(/lp/m_urgent/img/ico_minus.png) no-repeat 0 0;
  background-size: 24px;
}

.tglTit.opend::after {
  opacity: 0;
}

/* add CSS */
.troubleTtl {
  background: #ff9100;
  margin-bottom: -40px;
}
/* PC only */
@media (min-width: 768px) {
  .troubleTtl {
    margin-bottom: 10px;
  }
  .trouble__title {
    width: 100%;
    background: linear-gradient(
      to bottom,
      #fffaeb 0%,
      #fffaeb 47%,
      #ff9100 47%,
      #ff9100 100%
    );
  }
  .trouble__title__img {
    width: 500px;
  }
}
.troubleCategoryBox {
  margin: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.5);
  height: fit-content;
}
/* PC only */
@media (min-width: 768px) {
  .troubleCategoryBox {
    margin: 20px 15px 10px;
  }
}
.troubleCategoryBox__ttl {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.troubleCategoryBox__ttl__img {
  width: 180px;
  margin-right: 10px;
}
.troubleCategoryBox__ttl__txt {
  width: 100%;
}
/* PC only */
@media (min-width: 768px) {
  .troubleCategoryBox__ttl {
    justify-content: space-around;
  }
  .troubleCategoryBox__ttl__img {
    width: 120px;
  }
}
.troubleCategoryBox__ttl__txt .price {
  color: #ff9100;
}
.troubleCategoryBox__accordion {
  padding: 0 15px 15px;
}
.troubleCategoryBox__accordion__item {
  background: #f6f7f7;
  margin-top: 10px;
  padding: 10px;
}
.troubleCategoryBox__accordion__item {
  font-size: 1.5rem;
}
.troubleCategoryBox__accordion__item__txt {
  color: #ff9100;
  font-size: 3.5vw;
  margin-bottom: 10px;
}
.troubleCategoryBox__accordion__item__txt h5 {
  width: 57%;
}
/* PC only */
@media (min-width: 768px) {
  .troubleCategoryBox__accordion__item__txt h5 {
    width: 50%;
  }
}
.troubleCategoryBox__accordion__item__txt .price span {
  font-size: 4vw;
}
/* PC only */
@media (min-width: 768px) {
  .troubleCategoryBox__accordion__item__txt {
    font-size: 18px;
  }
  .troubleCategoryBox__accordion__item__txt .price span {
    font-size: 22px;
  }
  .troubleCategoryBox__accordion__item__txt .price {
    font-size: 13px;
  }
}

.satisfaction-header {
  width: 190px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  .satisfaction-header {
    border-radius: 100%;
    width: 95px;
    height: 95px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    left: 0;
    transform: translateX(0) translateY(0);
  }
}
.satisfaction-box {
  box-shadow: 2px 2px 0 4px rgb(255 244 212 / 60%);
}

.star-rating-item:before {
  content: "笘��笘��笘�";
  color: #ffc246;
}
.star-rating:after {
  content: "笘��笘��笘�";
  color: #ffc246;
}

.header__crowns {
  width: 49vw;
  margin-top: 5px;
}
/* PC only */
@media (min-width: 768px) {
  .header__crowns {
    width: 230px;
    margin-right: 20px;
  }
  .troubleCategoryFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  .troubleCategoryFlex .troubleCategoryBox {
    width: 47%;
  }
}

/* SP */
@media (max-width: 769px) {
  .cta-sp .tel-num {
    font-size: 7.8vw;
    font-family: "Roboto";
    letter-spacing: -0.5px;
  }
  .cta-sp .cta-sp_txt {
    font-size: 5vw;
  }
}
@media (max-width: 365px) {
  .cta-sp .tel-num {
    font-size: 7.6vw;
    font-family: "Roboto";
    letter-spacing: -1px;
  }
  .cta-sp .cta-sp_txt {
    font-size: 5vw;
  }
}

.library-cta .library-cta-sp {
  max-width: 450px;
  margin: 20px 15px 15px 15px;
  border-radius: 0 0 10px 10px;
  box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.library-cta .library-cta-sp .button-area {
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: 0 2vw;
}
.library-cta .library-cta-sp .button-area .text-area {
  top: 50%;
  transform: translateY(-50%);
}
.library-cta .library-cta-sp .button-area .text-area .tel-text {
  font-size: 2rem;
}
/* SP */
@media (max-width: 769px) {
  .library-cta .library-cta-sp .tel-num {
    font-size: 7.5vw;
    font-family: "Roboto";
    letter-spacing: -0.5px;
  }
}
@media (max-width: 365px) {
  .library-cta .library-cta-sp .tel-num {
    font-size: 7.3vw;
    font-family: "Roboto";
    letter-spacing: -1px;
  }
}

.homeCredit__sp {
  display: none;
}
/* SP */
@media (max-width: 769px) {
  .homeCredit__pc {
    display: none;
  }
  .homeCredit__sp {
    display: block;
  }
}
.footerLogoSt {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background: #657072;
}

/* PC only */
@media (min-width: 768px) {
  .mv_pc {
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
  }
  .mv_sp {
    display: none;
  }
}

/* SP */
@media (max-width: 769px) {
  .mv_sp {
    width: 100%;
    height: auto;
  }
  .mv_pc {
    display: none;
  }
}
</pre></body></html>