* {
  box-sizing: border-box;
}

.container {
  width: 100%;
}

@media (min-width: 375px) {

  .container {
    max-width: 375px;
  }
}

@media (min-width: 568px) {

  .container {
    max-width: 568px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 960px) {

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1120px) {

  .container {
    max-width: 1120px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1380px) {

  .container {
    max-width: 1380px;
  }
}

@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[3px\] {
  margin-top: 3px;
  margin-bottom: 3px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[7\.5rem\] {
  margin-bottom: 7.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.h-\[1\.6em\] {
  height: 1.6em;
}
.w-\[300px\] {
  width: 300px;
}
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.grow {
  flex-grow: 1;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-16 {
  gap: 4rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.\!whitespace-normal {
  white-space: normal !important;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.bg-ewcorp-kasumi {
  background-color: var(--color--exabase-gray-1);
}
.bg-ewcorp-kemuri {
  background-color: var(--color--exabase-gray-3);
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.text-center {
  text-align: center;
}
.\!text-right {
  text-align: right !important;
}
.text-right {
  text-align: right;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xs {
  font-size: 0.75rem;
}
.font-bold {
  font-weight: 700;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[inherit\] {
  line-height: inherit;
}
.text-exabase-exablue-50 {
  color: var(--color--exabase-exablue-50);
}
.underline {
  text-decoration-line: underline;
}
.filter {
  -webkit-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);
  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);
}
.after\:mx-2\.5::after {
  content: var(--tw-content);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:content-\[\'\>\'\]::after {
  --tw-content: '>';
  content: var(--tw-content);
}
.last\:flex-1:last-child {
  flex: 1 1 0%;
}
.last\:after\:content-none:last-child::after {
  --tw-content: none;
  content: var(--tw-content);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 568px) {

  .sm\:\!hidden {
    display: none !important;
  }

  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {

  .md\:my-\[7\.5rem\] {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1120px) {

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {

  .xl\:hidden {
    display: none;
  }
}
@media (max-width: 567px) {

  .max-sm\:\!hidden {
    display: none !important;
  }

  .max-sm\:hidden {
    display: none;
  }
}
@media (max-width: 767px) {

  .max-md\:\!hidden {
    display: none !important;
  }

  .max-md\:hidden {
    display: none;
  }
}
@media (max-width: 1119px) {

  .max-lg\:\!hidden {
    display: none !important;
  }

  .max-lg\:hidden {
    display: none;
  }
}
@media (max-width: 1279px) {

  .max-xl\:hidden {
    display: none;
  }
}
.\[\&\>br\]\:hidden>br {
  display: none;
}
/*# sourceMappingURL=../../_maps/assets/css/tailwind.css.map */