/*
! tailwindcss v3.3.3 | 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: currentColor; /* 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.
*/

html {
  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: Karl, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

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

::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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-\[-1\] {
  z-index: -1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.fill-white {
  fill: #FFFFFF;
}
.fill-yellow {
  fill: #ffff8d;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.font-japanese {
  font-family: HeiseiMaru, sans-serif;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 77 220 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 238 41 / var(--tw-text-opacity));
}
.text-lightblue {
  --tw-text-opacity: 1;
  color: rgb(123 220 255 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 143 32 / var(--tw-text-opacity));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(255 167 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 46 0 / var(--tw-text-opacity));
}
.font-japanese {
  word-break: keep-all;
  font-size: 0.92em;
  letter-spacing: -0.1em;
}
@font-face {
    font-family: "Karl";
    font-style: normal;
    font-weight: 500;
    src:  url("/fuji/fonts/KarlST-Medium.woff") format("woff"),
        url("/fuji/fonts/KarlST-Medium.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "KarlCondensed";
    font-style: normal;
    font-weight: normal;
    src: url("/fuji/fonts/KarlCondensed_Regular.woff") format("woff"),
        url("/fuji/fonts/KarlCondensed_Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "HeiseiMaru";
    font-style: normal;
    font-weight: normal;
    src: url("/fuji/fonts/HeiseiMaruGoStd-W4.woff") format("woff"),
        url("/fuji/fonts/HeiseiMaruGoStd-W4.woff2") format("woff2");
    font-display: swap;
}
/* utilities */
[x-cloak] {
    display: none;
}
body {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(128 105 63 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {

  body {
    min-height: 100vh;
  }
}
#main-container {

}
body  {
  font-family: Karl, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  body  {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {

  body  {
    font-size: 22px;
    line-height: 28px;
  }
}
body * {
        -webkit-font-smoothing: antialiased;
    }
p, a, h3 {
  font-size: 17px;
  line-height: 21px;
}
@media (min-width: 768px) {

  p, a, h3 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (min-width: 1024px) {

  p, a, h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.rich-text p {
  margin-bottom: 16px;
}
@media (min-width: 768px) {

  .rich-text p {
    margin-bottom: 21px;
  }
}
@media (min-width: 1024px) {

  .rich-text p {
    margin-bottom: 24px;
  }
}
.rich-text p:last-child {
  margin-bottom: 0px;
}
.rich-text a {
  text-decoration-thickness: .1em;
  text-underline-offset: 0.25em;
}
.rich-text a:hover {
  text-decoration-line: underline;
}
.rich-text a {
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none;
    }
.rich-text h3, .rich-text p, .rich-text a {
  letter-spacing: 0.02em;
}
.rich-text.no-underline-hack a, .rich-text.no-underline-hack p {
  text-decoration-line: none !important;
}
.btn {
  pointer-events: none;
  position: relative;
  height: 19vw;
  width: 100%;
}
@media (min-width: 640px) {

  .btn {
    height: 15vw;
  }
}
@media (min-width: 768px) {

  .btn {
    height: 66px;
  }
}
@media (min-width: 1024px) {

  .btn {
    height: 92px;
  }
}
@media (min-width: 1800px) {

  .btn {
    height: 110px;
  }
}
.btn svg {
  pointer-events: auto;
}
.btn-text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-left: 13vw;
  padding-right: 13vw;
  text-align: center;
  font-family: KarlCondensed, sans-serif;
  font-size: 14vw;
  line-height: 19vw;
  letter-spacing: 0.11em;
}
@media (min-width: 640px) {

  .btn-text {
    padding-left: 18vw;
    padding-right: 18vw;
    font-size: 11vw;
    line-height: 15vw;
  }
}
@media (min-width: 768px) {

  .btn-text {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 48px;
    line-height: 66px;
  }
}
@media (min-width: 1024px) {

  .btn-text {
    padding-left: 70px;
    padding-right: 70px;
    font-size: 66px;
    line-height: 92px;
  }
}
@media (min-width: 1800px) {

  .btn-text {
    padding-left: 360px;
    padding-right: 360px;
    font-size: 80px;
    line-height: 110px;
  }
}
.btn-cloud {
  position: absolute;
  top: 45vw;
  right: -3vw;
  height: auto;
  width: 50vw;
}
@media (min-width: 640px) {

  .btn-cloud {
    width: 40vw;
  }
}
@media (min-width: 768px) {

  .btn-cloud {
    top: 13vw;
    right: 20px;
    width: 200px;
  }
}
@media (min-width: 1024px) {

  .btn-cloud {
    right: 40px;
    width: 260px;
  }
}
@media (min-width: 1800px) {

  .btn-cloud {
    right: 80px;
    width: 400px;
  }
}
.btn-cloud:hover {
        animation-play-state: paused;
    }
.btn-cloud-text {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --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));
  text-align: center;
  font-family: KarlCondensed, sans-serif;
  font-size: 14vw;
  line-height: 15vw;
  --tw-text-opacity: 1;
  color: rgb(123 220 255 / var(--tw-text-opacity));
  letter-spacing: 0.11em;
}
@media (min-width: 640px) {

  .btn-cloud-text {
    font-size: 11vw;
    line-height: 12.5vw;
  }
}
@media (min-width: 768px) {

  .btn-cloud-text {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {

  .btn-cloud-text {
    font-size: 66px;
    line-height: 69px;
  }
}
@media (min-width: 1800px) {

  .btn-cloud-text {
    font-size: 80px;
    line-height: 84px;
  }
}
.fuji-work-title, .date {
  text-align: center;
  font-family: KarlCondensed, sans-serif;
  font-size: 14vw;
  line-height: 15vw;
  letter-spacing: 0.11em;
}
.fuji-work-title:hover, .date:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .fuji-work-title, .date {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {

  .fuji-work-title, .date {
    font-size: 66px;
    line-height: 69px;
  }
}
@media (min-width: 1800px) {

  .fuji-work-title, .date {
    font-size: 80px;
    line-height: 84px;
  }
}
@media (min-width: 1024px) {

  .date {
    padding-bottom: 100px;
  }
}
.date-japanese {
  font-family: HeiseiMaru, sans-serif;
  font-size: 8.5vw !important;
  word-break: keep-all;
  font-size: 0.92em;
  letter-spacing: -0.1em;
}
@media (min-width: 768px) {

  .date-japanese {
    font-size: 32px !important;
  }
}
@media (min-width: 1024px) {

  .date-japanese {
    font-size: 42px !important;
  }
}
@media (min-width: 1800px) {

  .date-japanese {
    font-size: 54px !important;
  }
}
.date-japanese {
    -webkit-text-stroke: .03em;
}
/* animations here */
@keyframes cloud-animation {
    from {transform: translateY(0px);}
    to {transform: translateY(20px);}
}
a.cloud {
    animation: cloud-animation 1s ease-in-out infinite alternate;
}
.overlay {
  opacity: 0;
}
.overlay.overlay-open {
  opacity: 1;
}
.overlay.overlay-wrapper {
  position: fixed;
  inset: 0px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay.overlay-wrapper .overlay-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1800px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1024px) {

  .overlay.overlay-wrapper .overlay-inner {
    height: 75%;
    width: 75%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.overlay.overlay-wrapper .overlay-inner {
  overflow-y: scroll;
            /* hide scrollbar */
            overflow: auto; /* or scroll */
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none;
}
/* IE 10+ */
.overlay.overlay-wrapper .overlay-inner::-webkit-scrollbar {
                display: none; /* Chrome, Safari, Edge */
            }
.overlay.overlay-wrapper .overlay-inner .overlay-header {
  padding-top: 28px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {

  .overlay.overlay-wrapper .overlay-inner .overlay-header {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.overlay.overlay-wrapper .overlay-inner .overlay-header {
  position: sticky;
  top: 0px;
}
.overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
                    /* @apply font-condensed text-lg md:text-xlTablet lg:text-xlDesktop 3xl:text-xlExtraLarge; */
                    font-family: KarlCondensed, sans-serif;
                    font-size: 14vw;
                    line-height: 15vw;
                    letter-spacing: 0.11em;
}
@media (min-width: 768px) {

  .overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-title {
    font-size: 64px;
    line-height: 67px;
  }
}
@media (min-width: 1024px) {

  .overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-title {
    font-size: 66px;
    line-height: 69px;
  }
}
@media (min-width: 1800px) {

  .overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-title {
    font-size: 80px;
    line-height: 84px;
  }
}
.overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-close {
  position: absolute;
  top: 10px;
  right: -15px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
@media (min-width: 1024px) {

  .overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-close {
    top: 18px;
    right: -15px;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-close {
  background-size: contain;
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.8mm' height='3.8mm' data-name='Ebene 1' viewBox='0 0 10.77 10.77'%3E%3Cpath d='m6.52 5.39 4.02-4.02c.31-.31.31-.82 0-1.13s-.82-.31-1.13 0L5.39 4.26 1.37.23C1.06-.08.55-.08.24.23s-.31.82 0 1.13l4.02 4.02L.23 9.41c-.31.31-.31.82 0 1.13.16.16.36.23.57.23s.41-.08.57-.23l4.02-4.02 4.02 4.02c.16.16.36.23.57.23s.41-.08.57-.23c.31-.31.31-.82 0-1.13L6.53 5.39Z' style='fill:gray'/%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
.overlay.overlay-wrapper .overlay-inner .overlay-header .overlay-close {
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41mm' height='7.41mm' data-name='Ebene 1' viewBox='0 0 20.99 20.99'%3E%3Cpath d='m20.7 19.29-8.79-8.79 8.79-8.79c.2-.2.29-.45.29-.71 0-.26-.1-.51-.29-.71S20.25 0 19.99 0c-.26 0-.51.1-.71.29l-8.79 8.79L1.71.29C1.32-.1.68-.1.29.29s-.39 1.03 0 1.42l8.79 8.79-8.79 8.79c-.19.19-.29.45-.29.7 0 .26.1.51.29.71s.45.29.71.29.51-.1.71-.29l8.79-8.79 8.79 8.79c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 0 0 0-1.41Z' style='fill:gray'/%3E%3C/svg%3E")
                }
                    }
.overlay.overlay-wrapper .overlay-inner .overlay-content {
  padding-bottom: 2.5rem;
}
/* @apply overflow-y-scroll; */
.overlay.overlay-wrapper .overlay-inner .overlay-content hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 9999px;
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .overlay.overlay-wrapper .overlay-inner .overlay-content hr {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1800px) {

  .overlay.overlay-wrapper .overlay-inner .overlay-content hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 141 / var(--tw-bg-opacity));
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .overlay-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 141 / var(--tw-bg-opacity));
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .overlay-header .overlay-title {
  --tw-text-opacity: 1;
  color: rgb(123 220 255 / var(--tw-text-opacity));
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .rich-text a, .overlay.overlay-wrapper.overlay-jobs .overlay-inner .rich-text p {
  --tw-text-opacity: 1;
  color: rgb(123 220 255 / var(--tw-text-opacity));
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .rich-text h3 + p {
  margin-bottom: 0px;
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .rich-text p:has(a) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item .link-wrapper {
  display: flex;
  gap: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(123 220 255 / var(--tw-text-opacity));
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item .link-wrapper a {
  display: block;
  text-decoration-thickness: .1em;
  text-underline-offset: 0.25em;
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item .link-wrapper a:hover {
  text-decoration-line: underline;
}
@media not all and (min-width: 640px) {

  .overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item .link-wrapper a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item .link-wrapper a {
                                -webkit-text-decoration-skip-ink: none;
                                        text-decoration-skip-ink: none;
                                flex: 1;
                            }
.overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item h3, .overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item p, .overlay.overlay-wrapper.overlay-jobs .overlay-inner .job-item a {
                            /* @apply !underline underline-offset-[0.25em] decoration-[.1em]; */
                            letter-spacing: 0.02em;

                    }
.overlay.overlay-wrapper.overlay-fuji-work .overlay-inner,
            .overlay.overlay-wrapper.overlay-fuji-work .overlay-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 143 32 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:fill-blue {
  fill: #004ddc;
}
.group:hover .group-hover\:fill-green {
  fill: #00ee29;
}
.group:hover .group-hover\:fill-pink {
  fill: #ffa7ff;
}
.group:hover .group-hover\:fill-red {
  fill: #ff2e00;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:min-h-\[100vh\] {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:pr-\[1\%\] {
    padding-right: 1%;
  }
}
@media (min-width: 1024px) {

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

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

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

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

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

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

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }
}
@media (min-width: 1280px) {

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


