@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Noto Sans JP, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.-right-2\.5{
  right: -0.625rem;
}

.-top-2\.5{
  top: -0.625rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-2\.5{
  bottom: 0.625rem;
}

.bottom-\[13px\]{
  bottom: 13px;
}

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

.left-0{
  left: 0px;
}

.left-1\.5{
  left: 0.375rem;
}

.left-\[104px\]{
  left: 104px;
}

.left-\[13px\]{
  left: 13px;
}

.left-\[14px\]{
  left: 14px;
}

.left-\[227px\]{
  left: 227px;
}

.left-\[5\%\]{
  left: 5%;
}

.right-0{
  right: 0px;
}

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

.right-\[-14px\]{
  right: -14px;
}

.right-\[5\%\]{
  right: 5%;
}

.top-0{
  top: 0px;
}

.top-2{
  top: 0.5rem;
}

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

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

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

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

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

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

.top-\[8vw\]{
  top: 8vw;
}

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

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

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

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

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

.col-span-2{
  grid-column: span 2 / span 2;
}

.\!mx-\[unset\]{
  margin-left: unset !important;
  margin-right: unset !important;
}

.mx-\[unset\]{
  margin-left: unset;
  margin-right: unset;
}

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

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

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

.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

.-mt-3\.5{
  margin-top: -0.875rem;
}

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

.mb-0{
  margin-bottom: 0px;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-11{
  margin-bottom: 2.75rem;
}

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

.mb-3\.5{
  margin-bottom: 0.875rem;
}

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

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

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

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

.mb-60{
  margin-bottom: 15rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

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

.mb-\[-9px\]{
  margin-bottom: -9px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[11px\]{
  margin-bottom: 11px;
}

.mb-\[120px\]{
  margin-bottom: 120px;
}

.mb-\[17px\]{
  margin-bottom: 17px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-\[21px\]{
  margin-bottom: 21px;
}

.mb-\[22px\]{
  margin-bottom: 22px;
}

.mb-\[23px\]{
  margin-bottom: 23px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mb-\[26px\]{
  margin-bottom: 26px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[31px\]{
  margin-bottom: 31px;
}

.mb-\[32px\]{
  margin-bottom: 32px;
}

.mb-\[33px\]{
  margin-bottom: 33px;
}

.mb-\[35px\]{
  margin-bottom: 35px;
}

.mb-\[38px\]{
  margin-bottom: 38px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mb-\[78px\]{
  margin-bottom: 78px;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

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

.ml-5{
  margin-left: 1.25rem;
}

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

.mt-0{
  margin-top: 0px;
}

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

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

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

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

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

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

.mt-60{
  margin-top: 15rem;
}

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

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

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

.mt-\[-14px\]{
  margin-top: -14px;
}

.mt-\[-26px\]{
  margin-top: -26px;
}

.mt-\[100px\]{
  margin-top: 100px;
}

.mt-\[120px\]{
  margin-top: 120px;
}

.mt-\[17px\]{
  margin-top: 17px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

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

.mt-\[36px\]{
  margin-top: 36px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[60px\]{
  margin-top: 60px;
}

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-\[342\/180\]{
  aspect-ratio: 342/180;
}

.aspect-\[346\/219\]{
  aspect-ratio: 346/219;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-\[19px\]{
  width: 19px;
  height: 19px;
}

.size-\[22px\]{
  width: 22px;
  height: 22px;
}

.h-10{
  height: 2.5rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100svh-100px\)\]{
  height: calc(100svh - 100px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

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

.w-16{
  width: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

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

.\!max-w-\[unset\]{
  max-width: unset !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none{
  max-width: none;
}

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

.flex-none{
  flex: none;
}

.grow{
  flex-grow: 1;
}

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

.skew-x-\[-20deg\]{
  --tw-skew-x: -20deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-\[20deg\]{
  --tw-skew-x: 20deg;
  transform: translate(var(--tw-translate-x), 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));
}

.transform{
  transform: translate(var(--tw-translate-x), 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));
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

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

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

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

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-3\.5{
  gap: 0.875rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[17px\]{
  gap: 17px;
}

.gap-\[18px\]{
  gap: 18px;
}

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

.gap-\[4px\]{
  gap: 4px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[7px\]{
  gap: 7px;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[11px\]{
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.gap-x-\[2\%\]{
  -moz-column-gap: 2%;
       column-gap: 2%;
}

.gap-x-\[2rem\]{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[3\%\]{
  -moz-column-gap: 3%;
       column-gap: 3%;
}

.gap-x-\[35px\]{
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.gap-x-\[5\%\]{
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-3\.5{
  row-gap: 0.875rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-\[22px\]{
  row-gap: 22px;
}

.gap-y-\[3\%\]{
  row-gap: 3%;
}

.gap-y-\[30px\]{
  row-gap: 30px;
}

.gap-y-\[31px\]{
  row-gap: 31px;
}

.gap-y-\[5px\]{
  row-gap: 5px;
}

.gap-y-\[60px\]{
  row-gap: 60px;
}

.gap-y-\[7px\]{
  row-gap: 7px;
}

.gap-y-\[97px\]{
  row-gap: 97px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-\[22px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(22px * var(--tw-space-y-reverse));
}

.space-y-\[27px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(27px * var(--tw-space-y-reverse));
}

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-\[7px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7px * var(--tw-space-y-reverse));
}

.space-y-\[9px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(9px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9px * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.2);
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

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

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

.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

.border-\[\#131936\]{
  --tw-border-opacity: 1;
  border-color: rgb(19 25 54 / var(--tw-border-opacity, 1));
}

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

.border-blue-131{
  --tw-border-opacity: 1;
  border-color: rgb(19 25 54 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-red-ff0{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#131936\]{
  --tw-bg-opacity: 1;
  background-color: rgb(19 25 54 / var(--tw-bg-opacity, 1));
}

.bg-\[\#333333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#80C342\]{
  --tw-bg-opacity: 1;
  background-color: rgb(128 195 66 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B0BF1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(176 191 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E83E2F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 62 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F15A22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 90 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD400\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-131{
  --tw-bg-opacity: 1;
  background-color: rgb(19 25 54 / var(--tw-bg-opacity, 1));
}

.bg-blue-214{
  --tw-bg-opacity: 1;
  background-color: rgb(33 73 255 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-green-61f{
  --tw-bg-opacity: 1;
  background-color: rgb(97 255 72 / var(--tw-bg-opacity, 1));
}

.bg-pink-f87{
  --tw-bg-opacity: 1;
  background-color: rgb(248 121 255 / var(--tw-bg-opacity, 1));
}

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

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

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

.object-\[-60px\]{
  -o-object-position: -60px;
     object-position: -60px;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-1{
  padding: 0.25rem;
}

.p-4{
  padding: 1rem;
}

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[26px\]{
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[38px\]{
  padding-left: 38px;
  padding-right: 38px;
}

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

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

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

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

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

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

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

.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

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

.pb-\[18px\]{
  padding-bottom: 18px;
}

.pb-\[26px\]{
  padding-bottom: 26px;
}

.pb-\[37px\]{
  padding-bottom: 37px;
}

.pb-\[46px\]{
  padding-bottom: 46px;
}

.pb-\[47px\]{
  padding-bottom: 47px;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

.pb-\[90px\]{
  padding-bottom: 90px;
}

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

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[11px\]{
  padding-left: 11px;
}

.pl-\[17px\]{
  padding-left: 17px;
}

.pl-\[25px\]{
  padding-left: 25px;
}

.pl-\[27px\]{
  padding-left: 27px;
}

.pl-\[5\%\]{
  padding-left: 5%;
}

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

.pt-0{
  padding-top: 0px;
}

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

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

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

.pt-60{
  padding-top: 15rem;
}

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

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

.pt-\[60px\]{
  padding-top: 60px;
}

.pt-\[80px\]{
  padding-top: 80px;
}

.pt-\[90px\]{
  padding-top: 90px;
}

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

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

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

.font-inter{
  font-family: Inter;
}

.\!text-\[0\.55rem\]{
  font-size: 0.55rem !important;
}

.\!text-\[20px\]{
  font-size: 20px !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[19px\]{
  font-size: 19px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[23px\]{
  font-size: 23px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[27px\]{
  font-size: 27px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[37px\]{
  font-size: 37px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[56px\]{
  font-size: 56px;
}

.text-\[67px\]{
  font-size: 67px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-\[9px\]{
  font-size: 9px;
}

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

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

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium{
  font-weight: 500;
}

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

.leading-\[1\.17\]{
  line-height: 1.17;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

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

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[1\.8\]{
  line-height: 1.8;
}

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

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

.tracking-\[-0\.01em\]{
  letter-spacing: -0.01em;
}

.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}

.tracking-\[-0\.04em\]{
  letter-spacing: -0.04em;
}

.tracking-\[-0\.05em\]{
  letter-spacing: -0.05em;
}

.tracking-\[0\.01rem\]{
  letter-spacing: 0.01rem;
}

.tracking-\[0\.5px\]{
  letter-spacing: 0.5px;
}

.tracking-\[2px\]{
  letter-spacing: 2px;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-131{
  --tw-text-opacity: 1;
  color: rgb(19 25 54 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-61f{
  --tw-text-opacity: 1;
  color: rgb(97 255 72 / var(--tw-text-opacity, 1));
}

.text-red-ff0{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

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

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  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;
}

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

@font-face {
  font-family: YuGoth;

  src: url("../fonts/YuGothR.ttc");
}

@font-face {
  font-family: YuGoth;

  font-weight: 700;

  src: url("../fonts/YuGothB.ttc");
}

@font-face {
  font-family: YuGoth;

  font-weight: 500;

  src: url("../fonts/YuGothM.ttc");
}

body {
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}

ul.list-none li {
  position: relative;
  padding-left: 20px;
}

ul.list-none li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 5px;
}

ul.list-none.list-square li::before {
  border-radius: 0;
}

.education {
  background-image: url("../imgs/0021_canaantokyo_com/0021BF_canaantokyo.com_Used_Creative_Still1.5.png");
  background-size: cover;
  background-position: left;
  background-repeat: repeat;
}

@media (min-width: 480px) {
  .education {
    background-image: url("../imgs/0021_canaantokyo_com/0021BF_canaantokyo.com_Used_Creative_Still1.68.png");
    background-size: auto 100%;
  }
}

.footer-link.active::before {
  content: "";
  width: 14px;
  height: 7px;
  background-image: url("../imgs/0021_canaantokyo_com/0021BF_canaantokyo.com_Used_Creative_Still1.34.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: 10px;
}

.map-access .absolute-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.map-access .nakano {
  top: 97px;
  left: -9px;
}

.map-access .ikebukuro {
  top: 25px;
  left: 93px;
}

.map-access .ueno {
  top: 25px;
  left: 165px;
}

.map-access .asakusa {
  top: 11px;
  left: 254px;
}

.map-access .oshiage {
  top: 11px;
  left: 291px;
}

.map-access .akihabara {
  top: 67px;
  left: 176px;
}

.map-access .ichigaya {
  top: 109px;
  left: 87px;
}

.map-access .jinbocho {
  top: 109px;
  left: 131px;
}

.map-access .harajuku {
  top: 151px;
  left: 61px;
}

.map-access .shibuya {
  top: 151px;
  left: 105px;
}

.map-access .shinagawa {
  top: 151px;
  left: 143px;
}

.map-access .tokyo {
  top: 151px;
  left: 192px;
}

.map-access .bg-green-61f {
  width: 28px;
  height: 27px;
  border-radius: 5px;
}

.map-access .bg-green-61f .text-sm {
  line-height: 12px;
}

.map-access .p-b:before {
  content: "";
  width: 2px;
  height: 5px;
  background-color: #61ff48;
  position: absolute;
  top: -5px;
}

.map-access .p-t:before {
  content: "";
  width: 2px;
  height: 5px;
  background-color: #61ff48;
  position: absolute;
  bottom: -5px;
}

.map-access .p-b-1 {
  left: 64px;
  bottom: -67px;
}

.map-access .p-b-2 {
  left: 108px;
  bottom: -67px;
}

.map-access .p-b-3 {
  left: 151px;
  bottom: -67px;
}

.map-access .p-b-4 {
  left: 194px;
  bottom: -67px;
}

.map-access .p-t-0 {
  left: 96px;
  top: -20px;
}

.map-access .p-t-1 {
  left: 165px;
  top: -20px;
}

.map-access .p-t-2 {
  left: 254.5px;
  top: -32px;
}

.map-access .p-t-3 {
  left: 289.5px;
  top: -32px;
}

.map-access .p-t-4 {
  left: 27px;
  top: 23px;
}

.map-access .ct-1 {
  width: 42px;
  height: 63px;
  left: 38.5px;
  top: 54px;
  border-radius: 5px;
}

.map-access .ct-2 {
  width: 52px;
  height: 38px;
  left: 265.5px;
  top: 43px;
  border-radius: 5px;
}

.map-access .ct-3 {
  width: 52px;
  height: 38px;
  left: 265.5px;
  top: 83px;
  border-radius: 5px;
}

@media (min-width: 630px) {
  .map-access .nakano {
    top: 146px;
    left: -17px;
  }

  .map-access .ikebukuro {
    top: 41px;
    left: 137px;
  }

  .map-access .ueno {
    top: 41px;
    left: 257px;
  }

  .map-access .asakusa {
    top: 25px;
    left: 385px;
  }

  .map-access .oshiage {
    top: 25px;
    left: 445px;
  }

  .map-access .akihabara {
    top: 111px;
    left: 271px;
  }

  .map-access .ichigaya {
    top: 171px;
    left: 138px;
  }

  .map-access .jinbocho {
    top: 171px;
    left: 204px;
  }

  .map-access .harajuku {
    top: 240px;
    left: 91px;
  }

  .map-access .shibuya {
    top: 240px;
    left: 159px;
  }

  .map-access .shinagawa {
    top: 240px;
    left: 217px;
  }

  .map-access .tokyo {
    top: 240px;
    left: 298px;
  }

  .map-access .bg-green-61f {
    width: 39px;
    height: 43px;
  }

  .map-access .bg-green-61f .text-sm {
    line-height: 16px;
  }

  .map-access .p-b-1 {
    left: 101px;
    bottom: -88px;
  }

  .map-access .p-b-2 {
    left: 166px;
    bottom: -88px;
  }

  .map-access .p-b-3 {
    left: 231px;
    bottom: -88px;
  }

  .map-access .p-b-4 {
    left: 298px;
    bottom: -88px;
  }

  .map-access .p-t-0 {
    left: 150px;
    top: -28px;
  }

  .map-access .p-t-1 {
    left: 256.5px;
    top: -28px;
  }

  .map-access .p-t-2 {
    left: 394.5px;
    top: -47px;
  }

  .map-access .p-t-3 {
    left: 448.5px;
    top: -47px;
  }

  .map-access .p-t-4 {
    left: 44px;
    top: 34px;
  }

  .map-access .ct-1 {
    width: 69px;
    height: 89px;
    left: 55.5px;
    top: 82px;
  }

  .map-access .ct-2 {
    width: 96px;
    height: 53px;
    left: 400.5px;
    top: 69px;
  }

  .map-access .ct-3 {
    width: 96px;
    height: 61px;
    left: 400.5px;
    top: 128px;
  }
}

@media (min-width: 1000px) {
  .map-access .nakano {
    top: 181px;
    left: -17px;
  }

  .map-access .ikebukuro {
    top: 51px;
    left: 185px;
  }

  .map-access .ueno {
    top: 51px;
    left: 336px;
  }

  .map-access .asakusa {
    top: 31px;
    left: 501px;
  }

  .map-access .oshiage {
    top: 31px;
    left: 573px;
  }

  .map-access .akihabara {
    top: 140px;
    left: 353px;
  }

  .map-access .ichigaya {
    top: 222px;
    left: 183px;
  }

  .map-access .jinbocho {
    top: 222px;
    left: 272px;
  }

  .map-access .harajuku {
    top: 306px;
    left: 126px;
  }

  .map-access .shibuya {
    top: 306px;
    left: 211px;
  }

  .map-access .shinagawa {
    top: 306px;
    left: 286px;
  }

  .map-access .tokyo {
    top: 306px;
    left: 385px;
  }

  .map-access .bg-green-61f {
    width: 39px;
    height: 43px;
  }

  .map-access .bg-green-61f .text-sm {
    line-height: 16px;
  }

  .map-access .p-b-1 {
    left: 134px;
    bottom: -88px;
  }

  .map-access .p-b-2 {
    left: 220px;
    bottom: -88px;
  }

  .map-access .p-b-3 {
    left: 302px;
    bottom: -88px;
  }

  .map-access .p-b-4 {
    left: 386px;
    bottom: -88px;
  }

  .map-access .p-t-0 {
    left: 198px;
    top: -24px;
  }

  .map-access .p-t-1 {
    left: 332.5px;
    top: -24px;
  }

  .map-access .p-t-2 {
    left: 510.5px;
    top: -48px;
  }

  .map-access .p-t-3 {
    left: 579.5px;
    top: -48px;
  }

  .map-access .p-t-4 {
    left: 69px;
    top: 65px;
  }

  .map-access .ct-1 {
    width: 83px;
    height: 106px;
    left: 72.5px;
    top: 112px;
  }

  .map-access .ct-2 {
    width: 96px;
    height: 53px;
    left: 502.5px;
    top: 96px;
  }

  .map-access .ct-3 {
    width: 96px;
    height: 61px;
    left: 504.5px;
    top: 166px;
  }
}

.breadcrumb {
  font-size: 0.75rem;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: ">";
}

.event-new-bage::after {
  content: "NEW";
  position: absolute;
  right: -10px;
  top: -10px;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 100px;
}

.text-base-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.01rem;
}

.text-base-sub {
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 768px) {
  .text-base-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-base-sub {
    font-size: 16px;
  }
}

.entry-content {
  font-weight: 600;
  font-size: 14px;
}

.entry-content h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #1c2857;
  padding: 3px 0 2px 30px;
  margin: 30px 0 20px;
  position: relative;
}

.entry-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-20deg);
  width: 19px;
  height: 28px;
  background-color: #1c2857;
}

.navigation.post-navigation {
  display: none;
}

.bg-red-fc1 {
  background-color: #fc1309;
}

.list-minus {
  list-style: none;
  padding-left: 1em;
}

.list-minus li::before {
  content: "– ";
  color: inherit;
  position: absolute;
  margin-left: -1em;
}

.list-minus li {
  position: relative;
  padding-left: 6px;
  list-style: none;
}

.list-item-star {
  display: list-item;
  position: relative;
  padding-left: 20px;
  list-style: none;
}

.list-item-star::before {
  content: "※ ";
  color: inherit;
  position: absolute;
  margin-left: -18px;
}

.edu-table {
  border-spacing: 0;
}

.edu-table th {
  background-color: #f1f1f1;
  padding: 10px 0;
}

.edu-table td {
  padding: 10px 10px;
}

.edu-table tr {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.contact {
  padding-top: 150px;
  padding-bottom: 80px;
  max-width: 1000px;
  margin: auto;
  width: 92%;
}

.contact__lead {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 55px;
}

.contactStatus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 80px;
}

.contactStatus__item {
  position: relative;
}

.contactStatus__item._current .contactStatus__itemInner {
  color: #0d1d71;
}

.contactStatus__itemInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  gap: 5px;
  color: #a5a5a5;
}

.contactStatus__itemNum {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}

.contactStatus__itemText {
  font-size: 0.875rem;
}

.contactStatus__item._current::after {
  background: #1c2857;
}

.contactStatus__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #a5a5a5;
  border-radius: 50%;
}

.contactStatus::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  max-width: 400px;
  height: 1px;
  background: #dcdeea;
}

.formTable {
  width: 100%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-indent: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.formTable__head {
  width: 29%;
  padding: 20px 30px 0 0;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  font-size: 0.875rem;
  vertical-align: baseline;
}

.formTable__headInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formTable__headItem {
  font-weight: bold;
}

.formTable__validate {
  flex: 0 0 auto;
  font-size: 0.625rem;
}

.formTable__validate_required {
  display: inline-block;
  color: #fff;
  background: #b70202;
  padding: 0.5em 1em 0.5em;
  margin-left: 5px;
  border-radius: 10px;
  line-height: 1;
}

.formTable__data._date {
  display: flex;
  gap: 0 10px;
}

.formTable__data {
  vertical-align: middle;
  padding: 0 0.2em 30px;
}

.formTable input,
.formTable textarea,
.formTable select {
  border: none;
  outline: none;
  background: none;
}

.formTable input,
.formTable select {
  width: 100%;
  min-height: 45px;
  padding: 20px 30px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  border: 1px solid #a5a5a5;
}

.formTable input {
  max-height: 60px;
}

.p-contact__attention {
  background: #eee;
  padding: 20px;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 4px;
  margin: 10px 0;
}

.formTable textarea {
  width: 100%;
  height: 150px;
  padding: 20px 30px;
  border-radius: 3px;
  border: 1px solid #a5a5a5;
  font-size: 16px;
}

.contact .form-acceptance {
  margin-top: 20px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 25px;
}

.contact .form-acceptance__note {
  font-size: 0.8em;
}

.contact .form-acceptance__note a {
  color: #b70202;
}

.formButton {
  display: flex;
  justify-content: center;
  gap: 20px;
}

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

button[name="submitConfirm"] {
  width: 100%;
  max-width: 300px;
  border: none;
  background: #1c2857;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 15px 45px 14px 30px;
  position: relative;
  line-height: 1.6;
}

button[name="submitConfirm"]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url(../imgs/common/icon_arrow_right_white.svg) no-repeat center;
}

.wpcf7-previous {
  width: 100%;
  max-width: 300px;
  border: none;
  background: #a5a5a5;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 15px 30px 14px 45px;
  position: relative;
  line-height: 1.6;
}

button[name="your-submit"] {
  width: 100%;
  max-width: 300px;
  border: none;
  background: #1c2857;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 0.875rem;
  padding: 15px 40px 14px 40px;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .contact__lead {
    line-height: 1.8;
  }

  .contactStatus {
    width: 280px;
  }

  .contactStatus::after {
    width: 210px;
  }

  .formTable__head {
    display: block;
    width: 100%;
  }

  .formTable__headInner {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .formTable__headItem {
    margin-right: 0.75em;
  }

  .formTable__data {
    display: block;
    width: 100%;
    padding: 0 0 1em;
  }

  .wpcf7-form-control-wrap {
    width: 100%;
  }

  .formTable__data._date {
    gap: 4px 10px;
  }
}

.marker\:text-\[20px\] *::marker{
  font-size: 20px;
}

.marker\:font-bold *::marker{
  font-weight: 700;
}

.marker\:text-\[20px\]::marker{
  font-size: 20px;
}

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

.before\:\!top-\[9px\]::before{
  content: var(--tw-content);
  top: 9px !important;
}

.before\:h-0::before{
  content: var(--tw-content);
  height: 0px;
}

.before\:whitespace-pre-line::before{
  content: var(--tw-content);
  white-space: pre-line;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\'\2460\'\]::before{
  --tw-content: '①';
  content: var(--tw-content);
}

.before\:content-\[\'\2461\'\]::before{
  --tw-content: '②';
  content: var(--tw-content);
}

.before\:content-\[\'\2462\'\]::before{
  --tw-content: '③';
  content: var(--tw-content);
}

.before\:content-\[\'\2463\'\]::before{
  --tw-content: '④';
  content: var(--tw-content);
}

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

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:bg-blue-131:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 25 54 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.hover\:text-blue-131:hover{
  --tw-text-opacity: 1;
  color: rgb(19 25 54 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:bg-\[\#d354d9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(211 84 217 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.group.hidden-child .group-\[\.hidden-child\]\:block{
  display: block;
}

.group.hidden-child .group-\[\.hidden-child\]\:hidden{
  display: none;
}

.peer.hidden-child ~ .peer-\[\.hidden-child\]\:hidden{
  display: none;
}

@media (max-width: 960px){
  .max-\[960px\]\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .max-\[960px\]\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

@media (max-width: 378px){
  .max-\[378px\]\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 375px){
  .max-\[375px\]\:h-\[2060px\]{
    height: 2060px;
  }

  .max-\[375px\]\:h-\[2424px\]{
    height: 2424px;
  }

  .max-\[375px\]\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 400px){
  .min-\[400px\]\:hidden{
    display: none;
  }
}

@media (min-width: 630px){
  .min-\[630px\]\:w-\[500px\]{
    width: 500px;
  }

  .min-\[630px\]\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .min-\[630px\]\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .min-\[630px\]\:leading-\[14px\]{
    line-height: 14px;
  }

  .min-\[630px\]\:leading-\[25px\]{
    line-height: 25px;
  }
}

@media (min-width: 640px){
  .sm\:row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm\:mt-\[62px\]{
    margin-top: 62px;
  }

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

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

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

  .sm\:gap-10{
    gap: 2.5rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-y-\[15px\]{
    row-gap: 15px;
  }

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

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-\[19px\]{
    font-size: 19px;
  }

  .sm\:text-\[20px\]{
    font-size: 20px;
  }

  .sm\:text-\[35px\]{
    font-size: 35px;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

  .md\:-right-6{
    right: -1.5rem;
  }

  .md\:bottom-\[10px\]{
    bottom: 10px;
  }

  .md\:bottom-\[9px\]{
    bottom: 9px;
  }

  .md\:left-\[149px\]{
    left: 149px;
  }

  .md\:left-\[218px\]{
    left: 218px;
  }

  .md\:left-\[476px\]{
    left: 476px;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:top-\[-110px\]{
    top: -110px;
  }

  .md\:order-1{
    order: 1;
  }

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

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

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

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

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:mx-\[unset\]{
    margin-left: unset;
    margin-right: unset;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-\[110px\]{
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .md\:my-\[60px\]{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-1\.5{
    margin-bottom: 0.375rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

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

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

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

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

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:mb-\[-60px\]{
    margin-bottom: -60px;
  }

  .md\:mb-\[100px\]{
    margin-bottom: 100px;
  }

  .md\:mb-\[110px\]{
    margin-bottom: 110px;
  }

  .md\:mb-\[26px\]{
    margin-bottom: 26px;
  }

  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .md\:mb-\[56px\]{
    margin-bottom: 56px;
  }

  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .md\:mb-\[64px\]{
    margin-bottom: 64px;
  }

  .md\:mb-\[90px\]{
    margin-bottom: 90px;
  }

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

  .md\:mt-0{
    margin-top: 0px;
  }

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

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

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

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-\[-60px\]{
    margin-top: -60px;
  }

  .md\:mt-\[100px\]{
    margin-top: 100px;
  }

  .md\:mt-\[60px\]{
    margin-top: 60px;
  }

  .md\:mt-\[70px\]{
    margin-top: 70px;
  }

  .md\:mt-\[90px\]{
    margin-top: 90px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

  .md\:h-\[calc\(100svh-100px\)\]{
    height: calc(100svh - 100px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-w-\[unset\]{
    max-width: unset;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

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

  .md\:items-end{
    align-items: flex-end;
  }

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

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

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

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

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[2\%\]{
    gap: 2%;
  }

  .md\:gap-\[37px\]{
    gap: 37px;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-\[104px\]{
    -moz-column-gap: 104px;
         column-gap: 104px;
  }

  .md\:gap-x-\[2\%\]{
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .md\:gap-x-\[33px\]{
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-\[55px\]{
    row-gap: 55px;
  }

  .md\:gap-y-\[60px\]{
    row-gap: 60px;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:border-b-\[3px\]{
    border-bottom-width: 3px;
  }

  .md\:border-r-\[3px\]{
    border-right-width: 3px;
  }

  .md\:border-t-\[3px\]{
    border-top-width: 3px;
  }

  .md\:bg-blue-131{
    --tw-bg-opacity: 1;
    background-color: rgb(19 25 54 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

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

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

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

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

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

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

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

  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .md\:pb-\[30px\]{
    padding-bottom: 30px;
  }

  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }

  .md\:pl-\[116px\]{
    padding-left: 116px;
  }

  .md\:pl-\[30px\]{
    padding-left: 30px;
  }

  .md\:pl-\[6px\]{
    padding-left: 6px;
  }

  .md\:pt-0{
    padding-top: 0px;
  }

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

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

  .md\:pt-\[100px\]{
    padding-top: 100px;
  }

  .md\:pt-\[10px\]{
    padding-top: 10px;
  }

  .md\:pt-\[110px\]{
    padding-top: 110px;
  }

  .md\:pt-\[120px\]{
    padding-top: 120px;
  }

  .md\:pt-\[40px\]{
    padding-top: 40px;
  }

  .md\:pt-\[60px\]{
    padding-top: 60px;
  }

  .md\:pt-\[62px\]{
    padding-top: 62px;
  }

  .md\:pt-\[70px\]{
    padding-top: 70px;
  }

  .md\:pt-\[80px\]{
    padding-top: 80px;
  }

  .md\:pt-\[86px\]{
    padding-top: 86px;
  }

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

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

  .md\:text-start{
    text-align: start;
  }

  .md\:\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[28px\]{
    font-size: 28px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-\[38px\]{
    font-size: 38px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[48px\]{
    font-size: 48px;
  }

  .md\:text-\[50px\]{
    font-size: 50px;
  }

  .md\:text-\[60px\]{
    font-size: 60px;
  }

  .md\:text-\[70px\]{
    font-size: 70px;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[1\.3\]{
    line-height: 1.3;
  }

  .md\:leading-\[1\.4\]{
    line-height: 1.4;
  }

  .md\:flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 769px){
  .min-\[769px\]\:w-\[50\%\]{
    width: 50%;
  }

  .min-\[769px\]\:flex-row{
    flex-direction: row;
  }
}

@media (min-width: 800px){
  .min-\[800px\]\:left-\[252px\]{
    left: 252px;
  }

  .min-\[800px\]\:left-\[539px\]{
    left: 539px;
  }

  .min-\[800px\]\:text-\[56px\]{
    font-size: 56px;
  }
}

@media (min-width: 830px){
  .min-\[830px\]\:bottom-\[5vw\]{
    bottom: 5vw;
  }

  .min-\[830px\]\:top-\[5vw\]{
    top: 5vw;
  }

  .min-\[830px\]\:mb-0{
    margin-bottom: 0px;
  }

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

  .min-\[830px\]\:text-\[34px\]{
    font-size: 34px;
  }

  .min-\[830px\]\:text-\[62px\]{
    font-size: 62px;
  }
}

@media (min-width: 900px){
  .min-\[900px\]\:mb-12{
    margin-bottom: 3rem;
  }

  .min-\[900px\]\:hidden{
    display: none;
  }
}

@media (min-width: 960px){
  .min-\[960px\]\:mb-0{
    margin-bottom: 0px;
  }

  .min-\[960px\]\:block{
    display: block;
  }

  .min-\[960px\]\:hidden{
    display: none;
  }

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

  .min-\[960px\]\:h-\[70\%\]{
    height: 70%;
  }

  .min-\[960px\]\:w-\[49\%\]{
    width: 49%;
  }

  .min-\[960px\]\:w-full{
    width: 100%;
  }

  .min-\[960px\]\:flex-row{
    flex-direction: row;
  }

  .min-\[960px\]\:flex-col{
    flex-direction: column;
  }

  .min-\[960px\]\:flex-wrap{
    flex-wrap: wrap;
  }
}

@media (min-width: 1000px){
  .min-\[1000px\]\:mb-\[130px\]{
    margin-bottom: 130px;
  }

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

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

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

@media (min-width: 1024px){
  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:h-\[64\.5\%\]{
    height: 64.5%;
  }

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

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

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

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

  .lg\:items-end{
    align-items: flex-end;
  }

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

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

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

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

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[25px\]{
    font-size: 25px;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-\[32px\]{
    font-size: 32px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1100px){
  .min-\[1100px\]\:w-\[330px\]{
    width: 330px;
  }
}

@media (min-width: 1200px){
  .min-\[1200px\]\:left-0{
    left: 0px;
  }

  .min-\[1200px\]\:left-\[15px\]{
    left: 15px;
  }

  .min-\[1200px\]\:left-\[503px\]{
    left: 503px;
  }

  .min-\[1200px\]\:left-\[550px\]{
    left: 550px;
  }

  .min-\[1200px\]\:right-\[107px\]{
    right: 107px;
  }

  .min-\[1200px\]\:right-\[142px\]{
    right: 142px;
  }

  .min-\[1200px\]\:top-\[165px\]{
    top: 165px;
  }

  .min-\[1200px\]\:top-\[230px\]{
    top: 230px;
  }

  .min-\[1200px\]\:top-\[316px\]{
    top: 316px;
  }

  .min-\[1200px\]\:top-\[91px\]{
    top: 91px;
  }

  .min-\[1200px\]\:top-\[94px\]{
    top: 94px;
  }

  .min-\[1200px\]\:block{
    display: block;
  }

  .min-\[1200px\]\:hidden{
    display: none;
  }

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

  .min-\[1200px\]\:w-\[465px\]{
    width: 465px;
  }

  .min-\[1200px\]\:w-full{
    width: 100%;
  }

  .min-\[1200px\]\:justify-end{
    justify-content: flex-end;
  }

  .min-\[1200px\]\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .min-\[1200px\]\:text-\[28px\]{
    font-size: 28px;
  }

  .min-\[1200px\]\:text-\[32px\]{
    font-size: 32px;
  }

  .min-\[1200px\]\:tracking-\[2\.8px\]{
    letter-spacing: 2.8px;
  }
}

@media (min-width: 1280px){
  .xl\:left-0{
    left: 0px;
  }

  .xl\:right-0{
    right: 0px;
  }

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

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

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-\[48px\]{
    font-size: 48px;
  }
}
