@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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.17 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

html {
  font-family: 'Noto Sans JP', system-ui, sans-serif;
  font-size: 16px;
  /* set your desired initial font size */
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

.left-2{
  left: 0.5rem;
}

.right-0{
  right: 0px;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

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

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

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

.top-\[50\%\]{
  top: 50%;
}

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

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

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

.row-start-2{
  grid-row-start: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-4{
  margin-inline-end: 1rem;
}

.ml-0{
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-0\.5{
  height: 0.125rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

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

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

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

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

.\!w-auto{
  width: auto !important;
}

.w-0{
  width: 0px;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-24{
  width: 6rem;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-32{
  width: 8rem;
}

.w-48{
  width: 12rem;
}

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

.max-w-4xl{
  max-width: 56rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow{
  flex-grow: 1;
}

.basis-0{
  flex-basis: 0px;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}

.-translate-y-6{
  --tw-translate-y: -1.5rem;
  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-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-\[1fr\]{
  grid-template-columns: 1fr;
}

.grid-cols-\[24px\2c 1fr\]{
  grid-template-columns: 24px 1fr;
}

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

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

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

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.bg-background-quaternary{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 242 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#CCE2F8\]{
  --tw-gradient-from: #CCE2F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 226 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#6E99B9\]{
  --tw-gradient-to: #6E99B9 var(--tw-gradient-to-position);
}

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

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

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

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

.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-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.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-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-4{
  padding-inline-end: 1rem;
}

.pe-5{
  padding-inline-end: 1.25rem;
}

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

.pl-7{
  padding-left: 1.75rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.ps-4{
  padding-inline-start: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-noto{
  font-family: "Noto Sans JP", sans-serif;
}

.font-quicksand{
  font-family: Quicksand, sans-serif;
}

.text-10{
  font-size: 10px;
}

.text-11{
  font-size: 11px;
}

.text-14{
  font-size: 14px;
}

.text-15{
  font-size: 15px;
}

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

.text-18{
  font-size: 18px;
}

.text-20{
  font-size: 20px;
}

.text-24{
  font-size: 24px;
}

.text-30{
  font-size: 30px;
}

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

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

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

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

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

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

.font-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.not-italic{
  font-style: normal;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-8{
  line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

.leading-normal{
  line-height: 1.5;
}

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

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

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

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

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / 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-neutral-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

.underline{
  text-decoration-line: underline;
}

.\!no-underline{
  text-decoration-line: none !important;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-80{
  opacity: 0.8;
}

.shadow-lg{
  --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);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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;
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.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-opacity{
  transition-property: opacity;
  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-200{
  transition-duration: 200ms;
}

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

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

/* 変数の設定 ================================= */

:root {
  --neutral-black: #000000;
  --neutral-white: #ffffff;
  --neutral-dark-gray: #333333;
  --neutral-line: #cccccc;
  --line-secondary: #d1d5db;
  --accent-secondary: #6cb7b2;
  --background-primary: #f5f5f5;
  --background-secondary: #777777;
  --background-tertiary: #dddddd;
  --background-quaternary: #E8F3F2;
}

/* tailwind リセット用 ================================= */

/* .fixed{
  position: static;
} */

/* 1024px以下 */

@media (max-width: 1024px) {
}

/* 768px以下 */

@media (max-width: 768px) {
}

/* 640px以下 */

@media (max-width: 640px) {
}

/* 480px以下 */

@media (max-width: 480px) {
}

/* ローディング */

#loading {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

#loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

/* PLUGテーマのedit.cssより転記 */

@media screen and (max-width: 750px) {
  .post-contents iframe,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container iframe,
  .editor-styles-wrapper iframe {
    width: 100%
  }
}

.post-contents p,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container p,
.editor-styles-wrapper p {
  line-height: 1.9
}

.post-contents strong,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container strong,
.editor-styles-wrapper strong {
  font-weight: bold
}

.post-contents a,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container a,
.editor-styles-wrapper a {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all
}

.post-contents a:hover,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container a:hover,
.editor-styles-wrapper a:hover {
  opacity: .6
}

.post-contents ul,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container ul,
.editor-styles-wrapper ul {
  padding-left: 5px;
  list-style-type: disc;
  line-height: 1.9
}

.post-contents ul li,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container ul li,
.editor-styles-wrapper ul li {
  position: relative;
  padding-left: 18px;
  padding-bottom: 24px;
  list-style: none
}

.post-contents ul li:before,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container ul li:before,
.editor-styles-wrapper ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 7px;
  padding-left: 3px;
  content: "●";
  font-size: 8px;
  color: var(--neutral-line);
}

.post-contents ul.list-normal li:before,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container ul.list-normal li:before,
.editor-styles-wrapper ul.list-normal li:before {
  display: none
}

.post-contents ul.list-normal li i,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container ul.list-normal li i,
.editor-styles-wrapper ul.list-normal li i {
  padding-right: 6px
}

@media screen and (max-width: 750px) {
  .post-contents ul li,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container ul li,
  .editor-styles-wrapper ul li {
    padding-bottom: 16px
  }
}

.post-contents ol,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container ol,
.editor-styles-wrapper ol {
  padding-left: 30px;
  list-style-type: decimal;
  line-height: 1.9
}

.post-contents ol li,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container ol li,
.editor-styles-wrapper ol li {
  padding-bottom: 24px
}

@media screen and (max-width: 750px) {
  .post-contents ol,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container ol,
  .editor-styles-wrapper ol {
    line-height: 1.6
  }

  .post-contents ol li,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container ol li,
  .editor-styles-wrapper ol li {
    padding-bottom: 16px
  }
}

.post-contents img,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container img,
.editor-styles-wrapper img {
  max-width: 100%;
  height: auto
}

.post-contents img.auto,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container img.auto,
.editor-styles-wrapper img.auto {
  width: auto;
  height: auto
}

.post-contents b,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container b,
.editor-styles-wrapper b {
  font-weight: bold
}

.post-contents .wp-caption-text,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .wp-caption-text,
.editor-styles-wrapper .wp-caption-text {
  font-size: 12px
}

.post-contents .wp-block-embed,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .wp-block-embed,
.editor-styles-wrapper .wp-block-embed {
  text-align: center
}

.post-contents iframe,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container iframe,
.editor-styles-wrapper iframe {
  max-width: 100%
}

.post-contents table,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container table,
.post-contents th,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container th,
.post-contents td,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container td,
.editor-styles-wrapper table,
.editor-styles-wrapper th,
.editor-styles-wrapper td {
  border: 1px solid var(--neutral-line)
}

.post-contents th,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container th,
.post-contents td,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container td,
.editor-styles-wrapper th,
.editor-styles-wrapper td {
  padding: 16px
}

.post-contents th,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container th,
.editor-styles-wrapper th {
  font-weight: bold
}

.post-contents .wp-block-table thead,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .wp-block-table thead,
.editor-styles-wrapper .wp-block-table thead {
  border-bottom: none
}

.post-contents .wp-block-table.is-style-stripes,
.editor-styles-wrapper .wp-block-table.is-style-stripes {
  border-bottom: none
}

/* 記事title */

.post-contents .h-post,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .h-post,
.editor-styles-wrapper .h-post {
  padding-top: 56px;
  padding-bottom: 10px;
  font-size: 30px;
  color: var(--neutral-black);
  line-height: 1.6;
}

.post-contents .h-post h1,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .h-post h1,
.editor-styles-wrapper .h-post h1 {
  padding-bottom: 0;
  border-bottom: none
}

.post-contents .h-post time,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .h-post time,
.editor-styles-wrapper .h-post time {
  display: block;
  padding: 24px 0 0;
  font-size: 12px;
  color: var(--background-secondary);
}

@media screen and (max-width: 960px) {
  .post-contents .h-post,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container .h-post,
  .editor-styles-wrapper .h-post {
    padding-top: 32px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 1.6;
    border-top: none
  }
}

/* h1h2 */

.post-contents h1,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container h1,
.post-contents h2,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container h2,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2 {
  padding-bottom: 12px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .post-contents h1,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container h1,
  .post-contents h2,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container h2,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper h2 {
    font-size: 24px
  }
}

/* h3 */

.post-contents h3,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container h3,
.editor-styles-wrapper h3 {
  background-color: var(--background-secondary);
  border-radius: 10px;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  color: var(--neutral-white);
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .post-contents h3,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container h3,
  .editor-styles-wrapper h3 {
    font-size: 20px;
  }
}

/* h4 */

.post-contents h4,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container h4,
.editor-styles-wrapper h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7
}

@media screen and (max-width: 750px) {
  .post-contents h4,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container h4,
  .editor-styles-wrapper h4 {
    font-size: 18px;
  }
}

/* h5 */

.post-contents h5,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container h5,
.editor-styles-wrapper h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7
}

@media screen and (max-width: 750px) {
  .post-contents h5,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container h5,
  .editor-styles-wrapper h5 {
    font-size: 16px;
  }
}

/* h6 */

.post-contents h6,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container h6,
.editor-styles-wrapper h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7
}

@media screen and (max-width: 750px) {
  .post-contents h6,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container h6,
  .editor-styles-wrapper h6 {
    font-size: 16px;
  }
}

.post-contents #toc_container,
.editor-styles-wrapper #toc_container {
  padding: 32px;
  margin: 64px 0;
  background-color: var(--background-tertiary)
}

.post-contents #toc_container li:before,
.editor-styles-wrapper #toc_container li:before {
  display: none
}

.post-contents #toc_container li a,
.editor-styles-wrapper #toc_container li a {
  line-height: 1.8
}

.post-contents #toc_container a,
.editor-styles-wrapper #toc_container a {
  font-weight: bold;
  font-size: 15px;
  color: var(--neutral-black)
}

@media screen and (max-width: 750px) {
  .post-contents #toc_container,
  .editor-styles-wrapper #toc_container {
    padding: 20px;
    margin: 32px 0;
  }
}

.post-contents .toc_title,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .toc_title,
.editor-styles-wrapper .toc_title {
  padding-top: 16px;
  padding-bottom: 32px;
  text-align: center
}

.post-contents .aligncenter,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .aligncenter,
.editor-styles-wrapper .aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.post-contents .alignright,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .alignright,
.editor-styles-wrapper .alignright {
  float: right;
  margin-left: 16px
}

.post-contents .alignleft,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .alignleft,
.editor-styles-wrapper .alignleft {
  float: left;
  margin-right: 16px
}

.post-contents blockquote,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container blockquote,
.editor-styles-wrapper blockquote {
  position: relative;
  padding: 6% 12%;
  font-size: 15px;
  background-color: var(--background-tertiary)
}

@media screen and (max-width: 750px) {
  .post-contents blockquote,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container blockquote,
  .editor-styles-wrapper blockquote {
    padding: 10%
  }
}

.post-contents blockquote:before,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container blockquote:before,
.editor-styles-wrapper blockquote:before {
  position: absolute;
  top: 32px;
  left: 32px;
  color: var(--background-secondary);
  font-size: 18px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "“"
}

@media screen and (max-width: 750px) {
  .post-contents blockquote:before,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container blockquote:before,
  .editor-styles-wrapper blockquote:before {
    top: 16px;
    left: 16px;
    font-size: 32px !important
  }
}

.post-contents blockquote:after,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container blockquote:after,
.editor-styles-wrapper blockquote:after {
  position: absolute;
  bottom: 32px;
  right: 32px;
  color: var(--background-secondary);
  font-size: 18px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "”"
}

@media screen and (max-width: 750px) {
  .post-contents blockquote:after,
  .editor-styles-wrapper.block-editor-writing-flow .is-root-container blockquote:after,
  .editor-styles-wrapper blockquote:after {
    bottom: 16px;
    right: 16px;
    font-size: 32px !important
  }
}

.post-contents .text-marker,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .text-marker,
.editor-styles-wrapper .text-marker {
  background: linear-gradient(transparent 40%, #ffff99 40%)
}

.post-contents .text-marker-primary,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .text-marker-primary,
.editor-styles-wrapper .text-marker-primary {
  background: linear-gradient(transparent 40%, var(--background-primary) 40%)
}

.post-contents iframe.wp-embedded-content,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container iframe.wp-embedded-content,
.editor-styles-wrapper iframe.wp-embedded-content {
  max-width: 100%
}

.post-contents .wp-block-spacer,
.editor-styles-wrapper.block-editor-writing-flow .is-root-container .wp-block-spacer,
.editor-styles-wrapper .wp-block-spacer {
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.marker\:text-gray-300 *::marker{
  color: rgb(209 213 219 );
}

.marker\:text-gray-300::marker{
  color: rgb(209 213 219 );
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:top-full::after{
  content: var(--tw-content);
  top: 100%;
}

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

.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  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));
}

.after\:transform::after{
  content: var(--tw-content);
  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));
}

.after\:border-l-\[8px\]::after{
  content: var(--tw-content);
  border-left-width: 8px;
}

.after\:border-r-\[8px\]::after{
  content: var(--tw-content);
  border-right-width: 8px;
}

.after\:border-t-\[8px\]::after{
  content: var(--tw-content);
  border-top-width: 8px;
}

.after\:border-l-transparent::after{
  content: var(--tw-content);
  border-left-color: transparent;
}

.after\:border-r-transparent::after{
  content: var(--tw-content);
  border-right-color: transparent;
}

.after\:border-t-yellow-400::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

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

.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-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-black\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-neutral-black\/90:hover{
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

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

.hover\:shadow-md:hover{
  --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);
}

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

.group:hover .group-hover\:translate-y-1{
  --tw-translate-y: 0.25rem;
  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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

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

.peer:checked ~ .peer-checked\:max-h-96{
  max-height: 24rem;
}

@media (min-width: 768px){
  .md\:-top-\[56px\]{
    top: -56px;
  }

  .md\:left-4{
    left: 1rem;
  }

  .md\:right-4{
    right: 1rem;
  }

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

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

  .md\:-mt-80{
    margin-top: -13rem;
  }

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

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

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

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

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

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

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

  .md\:me-7{
    margin-inline-end: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-96{
    height: 24rem;
  }

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

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

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

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

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

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

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

  .md\:w-16{
    width: 4rem;
  }

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

  .md\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-translate-y-14{
    --tw-translate-y: -3.5rem;
    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));
  }

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

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

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

  .md\:grid-cols-\[240px\2c 1fr\]{
    grid-template-columns: 240px 1fr;
  }

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

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

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

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

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

  .md\:gap-3{
    gap: 0.75rem;
  }

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

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

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-y-40{
    row-gap: 10rem;
  }

  .md\: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));
  }

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem;
  }

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

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

  .md\:border-r-2{
    border-right-width: 2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

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

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

  .md\:pb-0{
    padding-bottom: 0px;
  }

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

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

  .md\:pb-28{
    padding-bottom: 7rem;
  }

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

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

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

  .md\:pe-20{
    padding-inline-end: 5rem;
  }

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

  .md\:ps-12{
    padding-inline-start: 3rem;
  }

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

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

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pt-80{
    padding-top: 13rem;
  }

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

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

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

  .md\:text-14{
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

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

  .md\:leading-7{
    line-height: 1.75rem;
  }

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 1024px){
  .lg\:top-\[80px\]{
    top: 80px;
  }

  .lg\:order-1{
    order: 1;
  }

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

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

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

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

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-11{
    height: 2.75rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

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

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

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

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

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

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

  .lg\:max-h-\[calc\(100vh-80px\)\]{
    max-height: calc(100vh - 80px);
  }

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

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

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

  .lg\:w-24{
    width: 6rem;
  }

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

  .lg\:w-9{
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

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

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

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

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

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\: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));
  }

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

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

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

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

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

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

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

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

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .lg\:ps-8{
    padding-inline-start: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-14{
    font-size: 14px;
  }

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

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

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

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

  .lg\:text-54{
    font-size: 54px;
  }

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

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

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

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

  .lg\:leading-\[36px\]{
    line-height: 36px;
  }
}

@media (min-width: 1280px){
  .xl\:mb-12{
    margin-bottom: 3rem;
  }

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

  .xl\:flex{
    display: flex;
  }

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

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

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

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

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

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

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

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

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:p-\[75px\]{
    padding: 75px;
  }

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

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

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