*, ::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: 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;
}

:root {
  --morian-red: #CE1B21;
  --morian-red-dark: #B71C1C;
  --morian-green: #6B8E23;
  --morian-gray: #2C3E50;
  --morian-gray-light: #ECF0F1;
  --morian-gray-dark: #373737;
  --morian-gold: #808037;
  --morian-gold-light: #FFFDF5;
  --morian-brown-light: #dcdcdc;
}

.container {
  width: 100%;
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 390px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-\[-1\.5rem\] {
  bottom: -1.5rem;
}

.left-0 {
  left: 0px;
}

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

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-16 {
  top: 4rem;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

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

.h-\[calc\(100\%-4rem\)\] {
  height: calc(100% - 4rem);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

.origin-center {
  transform-origin: center;
}

.-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-x-full {
  --tw-translate-x: 100%;
  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));
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.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-\[28px\] {
  border-radius: 28px;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-morian-gold {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 55 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#7c7d3c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 125 60 / 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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

.bg-morian-brown-light {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}

.bg-morian-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 55 / var(--tw-bg-opacity, 1));
}

.bg-morian-gold-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 245 / var(--tw-bg-opacity, 1));
}

.bg-morian-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(44 62 80 / var(--tw-bg-opacity, 1));
}

.bg-morian-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 55 / var(--tw-bg-opacity, 1));
}

.bg-morian-red {
  --tw-bg-opacity: 1;
  background-color: rgb(206 27 33 / var(--tw-bg-opacity, 1));
}

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

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

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[12\%\] {
  padding-right: 12%;
}

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

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

.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}

.pt-\[2rem\] {
  padding-top: 2rem;
}

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.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-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 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(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-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-morian-gold {
  --tw-text-opacity: 1;
  color: rgb(128 128 55 / var(--tw-text-opacity, 1));
}

.text-morian-red {
  --tw-text-opacity: 1;
  color: rgb(206 27 33 / var(--tw-text-opacity, 1));
}

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-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);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

/* Tailwind theme colors as CSS variables for custom styles */

/* BEM記法でカスタムスタイルを追加 */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  color: var(--morian-gray-dark);
}

/* ヒーローセクション */

.hero-section {
  /* Mobile Base (including tiny screens) */
  min-height: 300px;
}

@media (min-width: 375px) {
  .hero-section {
    min-height: 400px;
  }
}

.hero-section__background img {
  width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
}

.hero-section__title {
  display: inline-flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: baseline;
  text-shadow: none;
  /* Base for tiny screens */
  font-size: 1.25rem;
}

@media (min-width: 375px) {
  .hero-section__title {
    font-size: 1.25rem;
  }
}

.hero-section__title-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--morian-red);
  color: #fff;
  line-height: 1.35;
  font-weight: 700;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.25);
  /* Mobile Base Styles */
  padding: 0.35rem 1rem;
  letter-spacing: 0.05em;
  /* from max-374 */
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}

@media (min-width: 375px) {
  .hero-section__title-line {
    /* Regular Mobile */
    padding: 0.45rem 1.75rem;
    /* Original value implied for > 374 */
    letter-spacing: 0.08em;
  }
}

@media (min-width: 640px) {
  /* Desktop/Tablet clip path */

  .hero-section__title-line {
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  }
}

.hero-section__subtitle {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  /* Tiny base */
}

@media (min-width: 375px) {
  .hero-section__subtitle {
    font-size: 1rem;
    /* Restore to default or inherit? Tailwind 'text-base' is 1rem. */
  }
}

/* モリアンについてセクション */

.about-section__grid {
  /* Mobile Base */
  grid-template-areas:
		"text"
		"image"
		"stats";
}

@media (min-width: 1024px) {
  .about-section__grid {
    grid-template-areas:
			"text image"
			"stats image";
  }
}

.about-section__text-container {
  grid-area: text;
}

.about-section__image {
  grid-area: image;
}

.about-section__stats-ribbon {
  grid-area: stats;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.about-section__stat-row {
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.about-section__stat-row:last-child {
  border-bottom: none;
}

/* Stat Ribbon */

.about-section__stat-ribbon {
  position: relative;
  background: #1f1f1f;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Mobile Base (from max-640) */
  min-width: 95px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  margin: 4px 0;
}

@media (min-width: 640px) {
  .about-section__stat-ribbon {
    /* Tablet/Desktop */
    min-width: 120px;
    /* from max-1024 override of base? Original base was 160. max-1024 was 120. */
    padding: 0.65rem 1.85rem 0.65rem 1rem;
    font-size: 0.95rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1024px) {
  .about-section__stat-ribbon {
    min-width: 160px;
    /* Original Base */
  }
}

.about-section__stat-ribbon::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  background: inherit;
  /* Mobile Base */
  width: 40px;
  /* from max-640 */
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 100%, 0 0);
  /* from max-640 */
}

@media (min-width: 640px) {
  .about-section__stat-ribbon::after {
    width: 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}

.about-section__stat-detail {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid var(--morian-gray-dark);
  /* Mobile Base */
  padding: 0.6rem 1rem 0.6rem 1.75rem;
  font-size: 0.95rem;
}

@media (min-width: 640px) {
  .about-section__stat-detail {
    padding: 0.75rem 1.5rem 0.75rem 2rem;
    font-size: 1rem;
  }
}

.about-section__stat-row:first-child .about-section__stat-detail {
  border-top: 1px solid var(--morian-gray-dark);
}

.about-section__strengths {
  /* Mobile Base */
  display: block;
}

@media (min-width: 1024px) {
  .about-section__strengths {
    display: flex;
  }
}

.about-section__strength,
.about-section__strength-bottom {
  transition: transform 0.3s ease;
}

.about-section__strength {
  /* Mobile Base (from max-768) */
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  margin-top: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .about-section__strength {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    margin-top: -3rem;
    height: calc(100% - 3rem);
  }
}

.about-section__strength-bottom {
  /* Mobile Base (from max-1024) */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  margin-left: auto;
}

@media (min-width: 1024px) {
  .about-section__strength-bottom {
    /* Desktop Base (Original < 1024 logic reversed) */
    /* Actually original base was margin-left: -22rem.
		   max-1536: margin-left: -16rem.
		   max-1280: margin-left: -11rem.
		   max-1024: margin-left: auto.
		*/
    clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
    margin-left: -11rem;
    /* from max-1280 */
  }
}

@media (min-width: 1280px) {
  .about-section__strength-bottom {
    margin-left: -16rem;
    /* from max-1536 */
  }
}

@media (min-width: 1536px) {
  .about-section__strength-bottom {
    margin-left: -22rem;
    /* Original Base */
  }
}

.about-section__strength:hover,
.about-section__strength-bottom:hover {
  transform: translateY(-4px);
}

/* 経営理念・経営方針セクション */

/* Original: max-767 */

.about-section--philosophy {
  /* Mobile Base */
  max-width: 100%;
}

.about-section--philosophy .container {
  max-width: 100%;
}

/* 募集職種セクション */

.recruitment-section__job {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruitment-section__job:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.recruitment-section__job-icon {
  line-height: 1;
}

.recruitment-section__job-link {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  right: 0;
}

/* Interview Section */

.interview-section__content {
  /* Mobile Base */
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .interview-section__content {
    width: calc(52% + 3rem);
    margin-left: initial;
    margin-right: initial;
  }
}

@media (min-width: 1280px) {
  .interview-section__content {
    width: calc(55% + 6rem);
  }
}

/* 福利厚生セクション */

.benefits-section__item {
  background: white;
  transition: background-color 0.3s ease;
}

/* フッター */

.site-footer__nav-link {
  transition: color 0.3s ease;
}

.site-footer__social-link {
  transition: transform 0.3s ease;
}

.site-footer__social-link:hover {
  transform: scale(1.2);
}

/* Schedule Tab */

.schedule-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-weight: 700;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  /* Mobile Base (from max-768) */
  padding: 28px 20px 12px;
}

@media (min-width: 768px) {
  .schedule-tab {
    min-width: 220px;
    padding: 12px;
  }
}

.schedule-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-width: 10px 8px 0 8px;
  border-style: solid;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  /* Mobile Base */
  border-color: transparent;
  opacity: 0;
}

.schedule-tab--active::after {
  border-color: var(--morian-gold) transparent transparent transparent;
  opacity: 1;
}

@media (min-width: 768px) {
  /* .schedule-tab--active::after rule moved to base */

  .schedule-tab--sales-inactive::after {
    border-color: var(--morian-gray-dark) transparent transparent transparent;
    opacity: 1;
  }
}

.schedule-tab__icon {
  position: absolute;
  transform: translateY(-50%);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #d1d5db;
  background-color: #e5e7eb;
  /* Mobile Base */
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
}

@media (min-width: 768px) {
  .schedule-tab__icon {
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 82px;
    height: 82px;
  }
}

.schedule-tab__icon img {
  /* Mobile Base */
  width: 22px;
  height: 22px;
}

@media (min-width: 768px) {
  .schedule-tab__icon img {
    width: 32px;
    height: 32px;
  }
}

.schedule-tab__label {
  font-size: 1.05rem;
  line-height: 1.4;
}

.schedule-tab--active {
  background-color: #7c7d3c;
  color: #ffffff;
  border: 1px solid #7c7d3c;
  /* Mobile Base */
  box-shadow: 0 14px 24px rgba(124, 125, 60, 0.35);
}

@media (min-width: 768px) {
  .schedule-tab--active {
    box-shadow: none;
    /* or inherit/reset? Original base didn't have shadow */
  }
}

/* Desktop active arrow logic handled in media block above with ::after */

.schedule-tab--active .schedule-tab__icon {
  background-color: #7c7d3c;
  border-color: #ffffff;
}

.schedule-tab--sales-active {
  background-color: var(--morian-gray-dark);
  color: #ffffff;
  border: 1px solid var(--morian-gray-dark);
  box-shadow: 0 14px 24px rgba(55, 55, 55, 0.35);
  /* This is in base originally */
}

.schedule-tab--sales-active::after {
  border-color: var(--morian-gray-dark) transparent transparent transparent;
  opacity: 1;
}

@media (min-width: 768px) {
  /* .schedule-tab--sales-active::after rule moved to base */
}

.schedule-tab--sales-active .schedule-tab__icon {
  background-color: var(--morian-gray-dark);
  border-color: #ffffff;
}

.schedule-tab--inactive {
  /* Base */
  min-width: 120px;
  /* Only applies if width not overridden? */
  background-color: #7c7d3c;
  color: #ffffff;
  border: 1px solid #e5e7eb;
}

.schedule-tab--inactive .schedule-tab__icon {
  background-color: #7c7d3c;
  border-color: #e5e7eb;
}

.schedule-tab--inactive:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(75, 85, 99, 0.12);
}

.schedule-time {
  width: clamp(70px, 11vw, 74px);
  height: clamp(70px, 11vw, 74px);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.schedule-item {
  position: relative;
}

.schedule-item .schedule-time::before,
.schedule-item .schedule-time::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-color: var(--schedule-line-color, #d1d5db);
}

.schedule-item:not(:first-child) .schedule-time::before {
  top: -16px;
  height: 16px;
}

.schedule-item:not(:last-child) .schedule-time::after {
  bottom: -16px;
  height: 16px;
}

.apply-button-clip {
  position: relative;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  border-radius: 0;
}

.apply-button-clip:hover {
  filter: brightness(1.03);
}

.schedule-tab--sales-inactive {
  background-color: var(--morian-gray-dark);
  color: #ffffff;
}

.schedule-tab--sales-inactive > .schedule-tab__icon {
  background-color: var(--morian-gray-dark);
  border-color: #ffffff;
}

.schedule-section {
  position: relative;
}

.schedule-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  z-index: 1;
}

/* FAQ セクション */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* Mobile Base (max-640) */
}

@media (min-width: 640px) {
  .faq-list {
    gap: 2.75rem;
  }
}

.faq-item {
  padding: 0 0 0.5rem;
}

.faq-item:not(:first-child) {
  padding-top: 1.75rem;
}

.faq-question {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  /* Mobile Base */
  gap: 0.9rem;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  margin-bottom: 1.1rem;
}

@media (min-width: 640px) {
  .faq-question {
    gap: 1.25rem;
    padding-bottom: 0.9rem;
    margin-bottom: 1.4rem;
  }
}

.faq-label {
  font-weight: 700;
  color: #b0b0b0;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  /* Mobile Base */
  font-size: 1.45rem;
  min-width: 2.1rem;
}

@media (min-width: 640px) {
  .faq-label {
    font-size: 1.65rem;
    min-width: 2.35rem;
  }
}

.faq-question-title {
  font-weight: 700;
  color: #303030;
  letter-spacing: 0.01em;
  /* Mobile Base */
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .faq-question-title {
    font-size: 1.35rem;
    line-height: 1.55;
  }
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  color: #4a4a4a;
  line-height: 1.9;
  /* Mobile Base */
  gap: 0.9rem;
}

@media (min-width: 640px) {
  .faq-answer {
    gap: 1.25rem;
  }
}

.faq-answer-body p {
  margin: 0 0 0.45rem;
  font-size: 0.97rem;
  /* Mobile Base */
}

@media (min-width: 640px) {
  .faq-answer-body p {
    font-size: 1rem;
  }
}

.faq-answer-body p:last-child {
  margin-bottom: 0;
}

.faq-answer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}

.faq-answer-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.97rem;
  /* Mobile */
}

@media (min-width: 640px) {
  .faq-answer-list li {
    font-size: 1rem;
  }
}

.faq-answer-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #5a5a5a;
}

/* FAQの回答内のテキストデコレーション */

.faq-answer-body strong,
.faq-answer-body b {
  font-weight: 700;
  color: #303030;
}

.faq-answer-body em,
.faq-answer-body i {
  font-style: italic;
}

.faq-answer-body u {
  text-decoration: underline;
}

/* FAQの回答内のリスト（ul/ol） */

.faq-answer-body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 0.5rem;
}

.faq-answer-body ul li {
  margin-bottom: 0.25rem;
  font-size: 0.97rem;
  /* Mobile */
}

@media (min-width: 640px) {
  .faq-answer-body ul li {
    font-size: 1rem;
  }
}

.faq-answer-body ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0 0 0.5rem;
}

.faq-answer-body ol li {
  margin-bottom: 0.25rem;
  font-size: 0.97rem;
  /* Mobile */
}

@media (min-width: 640px) {
  .faq-answer-body ol li {
    font-size: 1rem;
  }
}

/* ヘッダー用カスタムスタイル */

.site-header-divider {
  width: 1px;
  height: 32px;
  background-color: #e5e7eb;
  margin: 0 1.5rem;
}

.site-header-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.btn-application {
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

/* ヘッダー固定用スタイル */

.site-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideDown 0.4s ease forwards;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* ハンバーガーアイコンのアニメーション */

.mobile-menu-toggle.active .hamburger-line:nth-child(1),
.mobile-menu-close.active .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2),
.mobile-menu-close.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3),
.mobile-menu-close.active .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-menu-toggle.active .menu-text {
  opacity: 0;
}

/* モバイルメニュー ナビゲーション項目 */

.mobile-nav-item {
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  width: 100%;
}

.mobile-nav-item:active {
  background-color: #f9fafb;
}

/* モバイルメニュー 応募ボタン */

.mobile-application-btn {
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  display: flex;
}

.mobile-application-btn:active {
  transform: scale(0.98);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* トップへ戻るボタン */

.scroll-to-top {
  position: fixed;
  background-color: var(--morian-gray);
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 50;
  /* Mobile Base */
  width: 48px;
  height: 48px;
  bottom: 1.5rem;
  right: 1.5rem;
}

@media (min-width: 768px) {
  /* Regular Desktop */

  .scroll-to-top {
    width: 56px;
    height: 56px;
    bottom: 2rem;
    right: 2rem;
  }
}

.scroll-to-top__icon {
  color: #ffffff;
  transition: transform 0.3s ease;
  /* Mobile Base */
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .scroll-to-top__icon {
    width: 24px;
    height: 24px;
  }
}

.scroll-to-top:hover .scroll-to-top__icon {
  transform: translateY(-4px);
}

/* ボタン表示状態 */

.scroll-to-top--visible {
  opacity: 1;
  visibility: visible;
}

/* フッター到達時は絶対配置に切り替え */

.scroll-to-top--absolute {
  position: absolute;
  bottom: auto;
}

/* プライバシーポリシーページスタイル */

.privacy-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e1dcc9;
  position: relative;
}

.privacy-content h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: #cbbba0;
}

@media (min-width: 1px) {
  .privacy-content h2 {
    border-bottom-color: #f3f0e6;
  }

  .privacy-content h2::after {
    background-color: var(--morian-gold, #cbbba0);
  }
}

.privacy-content p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 1rem;
}

.privacy-content ul,
.privacy-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.privacy-content ul {
  list-style-type: disc;
}

.privacy-content ol {
  list-style-type: decimal;
}

.privacy-content li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .\32xl\:container {
      max-width: 375px;
    }
  }

  @media (min-width: 390px) {
    .\32xl\:container {
      max-width: 390px;
    }
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1920px) {
    .\32xl\:container {
      max-width: 1920px;
    }
  }
}

.after\:mx-auto::after {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.after\:mt-1::after {
  content: var(--tw-content);
  margin-top: 0.25rem;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

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

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

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

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

.hover\:bg-\[\#8d8e4d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(141 142 77 / var(--tw-bg-opacity, 1));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.group:hover .group-hover\:animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

@media (min-width: 640px) {
  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

@media (min-width: 768px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:bottom-\[2\%\] {
    bottom: 2%;
  }

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

  .md\:left-auto {
    left: auto;
  }

  .md\:top-\[56\%\] {
    top: 56%;
  }

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

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

  .md\:m-auto {
    margin: auto;
  }

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

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

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

  .md\:ml-\[4\%\] {
    margin-left: 4%;
  }

  .md\:mr-\[16\%\] {
    margin-right: 16%;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

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

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

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

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

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

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    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-\[74px_1fr\] {
    grid-template-columns: 74px 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:bg-transparent {
    background-color: transparent;
  }

  .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-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

  .md\:pr-\[4\%\] {
    padding-right: 4%;
  }

  .md\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .md\:pt-\[5rem\] {
    padding-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

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

  .lg\:ml-\[-3rem\] {
    margin-left: -3rem;
  }

  .lg\:ml-\[16\%\] {
    margin-left: 16%;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-\[-3rem\] {
    margin-right: -3rem;
  }

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

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

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

  .lg\:mt-\[-8rem\] {
    margin-top: -8rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .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\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:pr-\[12\%\] {
    padding-right: 12%;
  }

  .lg\:pt-\[3rem\] {
    padding-top: 3rem;
  }

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:top-\[66\%\] {
    top: 66%;
  }

  .xl\:ml-\[-6rem\] {
    margin-left: -6rem;
  }

  .xl\:mr-\[-6rem\] {
    margin-right: -6rem;
  }

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

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

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

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

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

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

  .xl\:pr-\[4\%\] {
    padding-right: 4%;
  }
}

@media (min-width: 1536px) {
  .\32xl\:max-w-\[1920px\] {
    max-width: 1920px;
  }

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

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

.\[\&_img\]\:h-\[32px\] img {
  height: 32px;
}

.\[\&_img\]\:w-auto img {
  width: auto;
}
