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

/* ==================== */

/* 全ページ共通 */

/* ==================== */

/* body {
        @apply relative text-foreground bg-background before:absolute before:top-0 before:left-0 before:w-full before:h-full before:block before:mix-blend-overlay before:bg-[url("../images/bg.png")] before:bg-repeat;
    } */

section {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1080px;
}

.wrapper-sm {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 880px;
}

.wrapper-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

main {
  position: relative;
  min-height: 100vh;
}

.btn {
  display: inline-flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

.btn.gold {
  background: linear-gradient(to right, #AE7F2B, #DBB45B, #AE7F2B);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

a:hover,button:hover {
  opacity: 0.7;
}

.bg-gradient-black-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3E3E3E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(62 62 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2A2929 var(--tw-gradient-to-position);
}

.bg-gradient-black-to-l {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2A2929 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 41 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3E3E3E var(--tw-gradient-to-position);
}

.section-title {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.625;
}

@media (min-width: 640px) {
  .section-title {
    margin-bottom: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.625;
  }
}

/* .yellow-line {
        text-decoration-skip-ink: none;
        @apply underline decoration-[#EAFF06] decoration-[10px] sm:decoration-[16px] underline-offset-[-5px] sm:underline-offset-[-10px];
    } */

.yellow-line {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.yellow-line::after {
  position: absolute;
  bottom: 0px;
  left: -8px;
  right: -8px;
  z-index: -10;
  height: 16px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 255 6 / var(--tw-bg-opacity, 1));
}

/* ==================== */

/* front-page */

/* ==================== */

.top-reason-section {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #DADADA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(218 218 218 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F3EEE7 var(--tw-gradient-to-position);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .top-reason-section {
    padding-bottom: 5rem;
  }
}

.top-reason-section h2 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2A2929 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 41 41 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3E3E3E var(--tw-gradient-to-position);
  position: relative;
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(235 196 146 / var(--tw-text-opacity, 1));
}

.top-reason-section h2::before {
  position: absolute;
  top: 50%;
  left: 5%;
  --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));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(235 196 146 / var(--tw-text-opacity, 1));
  --tw-content: 'M&A';
  content: var(--tw-content);
}

.top-reason-section h2::after {
  position: absolute;
  top: 50%;
  right: 5%;
  --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));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(235 196 146 / var(--tw-text-opacity, 1));
  --tw-content: 'M&A';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .top-reason-section h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .top-reason-section h2::before {
    content: var(--tw-content);
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .top-reason-section h2::after {
    content: var(--tw-content);
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.top-reason-section .wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px) {
  .top-reason-section .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.news-tab {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3E3E3E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(62 62 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2A2929 var(--tw-gradient-to-position);
  display: flex;
  height: 3rem;
  width: 32%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .news-tab {
    width: 30%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.news-tab.active {
  --tw-gradient-from: #105778 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 87 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #213263 var(--tw-gradient-to-position);
}

/* ==================== */

/* part-page-title */

/* ==================== */

.page-company .page-title-person{
  background: url("../images/director-bg-removed.png") no-repeat bottom/contain;
}

.page-faq .page-title-person{
  background: url("../images/person2.png") no-repeat bottom/contain;
}

.page-contact .page-title-person{
  background: url("../images/person3.png") no-repeat bottom/contain;
}

.page-document .page-title-person{
  background: url("../images/person4.png") no-repeat bottom/contain;
}

.page-glossary .page-title-person{
  background: url("../images/person5.png") no-repeat bottom/contain;
}

.page-flow .page-title-person{
  background: url("../images/person6.png") no-repeat bottom/contain;
}

.page-price .page-title-person{
  background: url("../images/person7.png") no-repeat bottom/contain;
}

.page-reason .page-title-person{
  background: url("../images/person8.png") no-repeat bottom/contain;
}

.page-ma_news .page-title-person{
  background: url("../images/person9.png") no-repeat bottom/contain;
}

.page-news .page-title-person{
  background: url("../images/person1.png") no-repeat bottom/contain;
}

.page-industry .page-title-person{
  background: url("../images/person3.png") no-repeat bottom/contain;
}

/* ==================== */

/* part-comparison-table */

/* ==================== */

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-align: center;
}

.comparison-table tbody > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.comparison-table tbody > * > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.comparison-table th {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .comparison-table th {
    padding: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.comparison-table td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  .comparison-table td {
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.comparison-table tr td:nth-child(1) {
  font-weight: 700;
}

.comparison-table tr th:nth-child(2) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #B3261E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(179 38 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #D57A74 var(--tw-gradient-to-position);
}

.comparison-table tr td:nth-child(2) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F9DEDC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 222 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFF4F3 var(--tw-gradient-to-position);
}

.comparison-table tr th:nth-child(2),
    .comparison-table tr th:nth-child(3),
    .comparison-table tr th:nth-child(4) {
  width: 22%;
}

@media (min-width: 640px) {
  .comparison-table tr th:nth-child(2),
    .comparison-table tr th:nth-child(3),
    .comparison-table tr th:nth-child(4) {
    width: 26%;
  }
}

/* ==================== */

/* part-price-table */

/* ==================== */

.price-table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  text-align: center;
}

.price-table tbody > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.price-table tbody > * > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.price-table th {
  padding: 0.75rem;
}

@media (min-width: 640px) {
  .price-table th {
    padding: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.price-table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .price-table td {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.price-table tr th:nth-child(1),
    .price-table tr td:nth-child(1) {
  width: 65%;
  --tw-bg-opacity: 1;
  background-color: rgb(92 121 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.price-table tr th:nth-child(2),
    .price-table tr td:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 52 95 / var(--tw-text-opacity, 1));
}

/* ==================== */

/* part-fee-table */

/* ==================== */

.fee-table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-align: center;
}

.fee-table tbody > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.fee-table tbody > * > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.fee-table th {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3E3E3E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(62 62 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2A2929 var(--tw-gradient-to-position);
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .fee-table th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fee-table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  .fee-table td {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.fee-table tr th:nth-child(2),
    .fee-table tr th:nth-child(3) {
  width: 37%;
}

@media (min-width: 640px) {
  .fee-table tr th:nth-child(2),
    .fee-table tr th:nth-child(3) {
    width: 35%;
  }
}

/* ==================== */

/* 業種別 M&A */

/* ==================== */

.industry-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px) {
  .industry-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

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

.industry-container .industry .thumbnail {
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 60%;
  text-align: center;
}

.industry-container .industry .thumbnail img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industry-container .industry .thumbnail .title {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.4);
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.industry-container .industry .links > :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));
}

.industry-container .industry .links {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 0.5rem;
}

.industry-container .industry .links a {
  position: relative;
}

.industry-container .industry .links a::before {
  position: absolute;
  left: -1.75rem;
  top: -1px;
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-content: '\025b6';
  content: var(--tw-content);
}

/* ==================== */

/* ページネーション */

/* ==================== */

.pagination {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.pagination .page-numbers {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 700;
}

.pagination .page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination .page-numbers.next,
    .pagination .page-numbers.prev,
    .pagination .page-numbers.dots {
  height: auto;
  width: auto;
  border-style: none;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* ==================== */

/* ヘッダー */

/* ==================== */

/* header .hamburger{
        @apply w-8 flex sm:hidden flex-col justify-center gap-2;
    }
    header .hamburger span{
        @apply w-full h-px bg-black block animation;
    }
    header .hamburger.active span:nth-child(2){
        @apply opacity-0;
    }
    header .hamburger.active span:nth-child(1){
        @apply rotate-45 translate-y-[0.597rem];
    }
    header .hamburger.active span:nth-child(3){
        @apply -rotate-45 -translate-y-[0.597rem];
    } */

/* ==================== */

/* アコーディオン */

/* ==================== */

.accordion::after{
  content: '+';
  color: black;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion.open::after{
  content: '-';
}

/* ==================== */

/* お問い合わせ */

/* ==================== */

.form-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .form-steps {
    gap: 0.75rem;
  }
}

.form-steps .step > :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));
}

.form-steps .step {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 52 95 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 253 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px) {
  .form-steps .step {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.form-steps .step.active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 52 95 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .form-item {
    gap: 0px;
  }
}

.form-item .label {
  position: relative;
  width: 100%;
}

@media (min-width: 640px) {
  .form-item .label {
    width: 30%;
  }
}

.form-item .field {
  width: 100%;
}

@media (min-width: 640px) {
  .form-item .field {
    width: 70%;
  }
}

.form-item .label.required::before,
    .form-item .label.optional::before {
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.25rem;
  content: var(--tw-content);
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  .form-item .label.required::before,
    .form-item .label.optional::before {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    margin-right: 0px;
    display: block;
    content: var(--tw-content);
    --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));
  }
}

.form-item .label.required::before {
  --tw-border-opacity: 1;
  border-color: rgb(179 38 30 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(179 38 30 / var(--tw-text-opacity, 1));
  --tw-content: '必須';
  content: var(--tw-content);
}

.form-item .label.optional::before {
  --tw-border-opacity: 1;
  border-color: rgb(21 52 95 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 52 95 / var(--tw-text-opacity, 1));
  --tw-content: '任意';
  content: var(--tw-content);
}

.form-item input:not([type='radio']),
    .form-item select,
    .form-item textarea {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.form-item .radio-field {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.confirm-field {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

/* ボタンのスタイル追加 */

#btn-to-step2, #btn-submit {
  --tw-bg-opacity: 1;
  background-color: rgb(179 38 30 / var(--tw-bg-opacity, 1));
}

#btn-to-step2:hover, #btn-submit:hover {
  background-color: rgb(179 38 30 / 0.9);
}

#btn-back-to-step1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/* ==================== */

/* 業種別LPページ */

/* ==================== */

.wrapper .company{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.wrapper .copy{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.wrapper .text{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.page-industry-lp section.hero .copy{
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.page-industry-lp section.hero .company{
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.page-industry-lp section.hero .text{
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}


.page-industry-lp.it section.hero {
  background-image: url('../images/industry-hero-it.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.buildingmaterials section.hero {
  background-image: url('../images/industry-hero-buildingmaterials.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.ad section.hero {
  background-image: url('../images/industry-hero-ad.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.airconditioning section.hero {
  background-image: url('../images/industry-hero-airconditioning.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.animalhospital section.hero {
  background-image: url('../images/industry-hero-animalhospital.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.apartment section.hero {
  background-image: url('../images/industry-hero-apartment.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.apparel section.hero {
  background-image: url('../images/industry-hero-apparel.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.beautysalon section.hero {
  background-image: url('../images/industry-hero-beautysalon.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.bread section.hero {
  background-image: url('../images/industry-hero-bread.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.buildingmainte section.hero {
  background-image: url('../images/industry-hero-buildingmainte.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.bus section.hero {
  background-image: url('../images/industry-hero-bus.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.callcenter section.hero {
  background-image: url('../images/industry-hero-callcenter.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.cardboard section.hero {
  background-image: url('../images/industry-hero-cardboard.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.carehome section.hero {
  background-image: url('../images/industry-hero-carehome.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.chemistry section.hero {
  background-image: url('../images/industry-hero-chemistry.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.chouzai section.hero {
  background-image: url('../images/industry-hero-chouzai.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.civilconstruction section.hero {
  background-image: url('../images/industry-hero-civilconstruction.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.climbingbouldering section.hero {
  background-image: url('../images/industry-hero-climbingbouldering.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.construction section.hero {
  background-image: url('../images/industry-hero-construction.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.cro section.hero {
  background-image: url('../images/industry-hero-cro.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.datacenter section.hero {
  background-image: url('../images/industry-hero-datacenter.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.dayservice section.hero {
  background-image: url('../images/industry-hero-dayservice.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.deliverylunch section.hero {
  background-image: url('../images/industry-hero-deliverylunch.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.demolitionwork section.hero {
  background-image: url('../images/industry-hero-demolitionwork.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.dentist section.hero {
  background-image: url('../images/industry-hero-dentist.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.disabilityfacilities section.hero {
  background-image: url('../images/industry-hero-disabilityfacilities.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.dispatch section.hero {
  background-image: url('../images/industry-hero-dispatch.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.drugstore section.hero {
  background-image: url('../images/industry-hero-drugstore.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.ec section.hero {
  background-image: url('../images/industry-hero-ec.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.electricalwork section.hero {
  background-image: url('../images/industry-hero-electricalwork.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.facilitycare section.hero {
  background-image: url('../images/industry-hero-facilitycare.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.fc section.hero {
  background-image: url('../images/industry-hero-fc.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.firefighting section.hero {
  background-image: url('../images/industry-hero-firefighting.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.foodmaker section.hero {
  background-image: url('../images/industry-hero-foodmaker.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.fund section.hero {
  background-image: url('../images/industry-hero-fund.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.funeral section.hero {
  background-image: url('../images/industry-hero-funeral.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.game section.hero {
  background-image: url('../images/industry-hero-game.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.golf section.hero {
  background-image: url('../images/industry-hero-golf.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.hairdresser section.hero {
  background-image: url('../images/industry-hero-hairdresser.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.hospital section.hero {
  background-image: url('../images/industry-hero-hospital.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.hotel section.hero {
  background-image: url('../images/industry-hero-hotel.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.housing section.hero {
  background-image: url('../images/industry-hero-housing.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.industrialmachine section.hero {
  background-image: url('../images/industry-hero-Industrialmachine.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.industrialwaste section.hero {
  background-image: url('../images/industry-hero-industrialwaste.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.insuranceagent section.hero {
  background-image: url('../images/industry-hero-insuranceagent.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.interiorexterior section.hero {
  background-image: url('../images/industry-hero-interiorexterior.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.interpreter section.hero {
  background-image: url('../images/industry-hero-interpreter.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.izakaya section.hero {
  background-image: url('../images/industry-hero-izakaya.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.learning section.hero {
  background-image: url('../images/industry-hero-learning.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.leaserental section.hero {
  background-image: url('../images/industry-hero-leaserental.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.lpgas section.hero {
  background-image: url('../images/industry-hero-lpgas.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.lunchboxsidedish section.hero {
  background-image: url('../images/industry-hero-lunchboxsidedish.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.lunchservice section.hero {
  background-image: url('../images/industry-hero-lunchservice.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.lunchtakeout section.hero {
  background-image: url('../images/industry-hero-lunchtakeout.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.medicalequipment section.hero {
  background-image: url('../images/industry-hero-medicalequipment.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.medicine section.hero {
  background-image: url('../images/industry-hero-medicine.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.movingcompany section.hero {
  background-image: url('../images/industry-hero-movingcompany.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.nailsalon section.hero {
  background-image: url('../images/industry-hero-nailsalon.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.nurseryschool section.hero {
  background-image: url('../images/industry-hero-nurseryschool.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.ophthalmicclinic section.hero {
  background-image: url('../images/industry-hero-ophthalmicclinic.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.paintwholesale section.hero {
  background-image: url('../images/industry-hero-paintwholesale.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.pharmaceutical section.hero {
  background-image: url('../images/industry-hero-pharmaceutical.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.printing section.hero {
  background-image: url('../images/industry-hero-printing.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.ramen section.hero {
  background-image: url('../images/industry-hero-ramen.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.realestate section.hero {
  background-image: url('../images/industry-hero-realestate.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.realestatetech section.hero {
  background-image: url('../images/industry-hero-realestatetech.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.reform section.hero {
  background-image: url('../images/industry-hero-reform.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.rentguarantee section.hero {
  background-image: url('../images/industry-hero-rentguarantee.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.restaurant section.hero {
  background-image: url('../images/industry-hero-restaurant.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.retail section.hero {
  background-image: url('../images/industry-hero-retail.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.saas section.hero {
  background-image: url('../images/industry-hero-saas.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.sakestorehouse section.hero {
  background-image: url('../images/industry-hero-sakestorehouse.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.scaffold section.hero {
  background-image: url('../images/industry-hero-scaffold.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.schoolcorporation section.hero {
  background-image: url('../images/industry-hero-schoolcorporation.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.security section.hero {
  background-image: url('../images/industry-hero-security.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.ses section.hero {
  background-image: url('../images/industry-hero-ses.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.sharedservice section.hero {
  background-image: url('../images/industry-hero-sharedservice.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.shipbuildingplant section.hero {
  background-image: url('../images/industry-hero-shipbuildingplant.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.shipping section.hero {
  background-image: url('../images/industry-hero-shipping.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.smo section.hero {
  background-image: url('../images/industry-hero-smo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-industry-lp.sportsclub section.hero {
  background-image: url('../images/industry-hero-sportsclub.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.steelwork section.hero {
  background-image: url('../images/industry-hero-steelwork.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.supermarket section.hero {
  background-image: url('../images/industry-hero-supermarket.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.system section.hero {
  background-image: url('../images/industry-hero-system.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.taxaccounting section.hero {
  background-image: url('../images/industry-hero-taxaccounting.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.taxi section.hero {
  background-image: url('../images/industry-hero-taxi.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.temporarystaff section.hero {
  background-image: url('../images/industry-hero-temporarystaff.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.travel section.hero {
  background-image: url('../images/industry-hero-travel.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.warehouse section.hero {
  background-image: url('../images/industry-hero-warehouse.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-industry-lp.web section.hero {
  background-image: url('../images/industry-hero-web.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.page-industry-lp section.hero {
  font-weight: 700;
}

@media (min-width: 640px) {
  .page-industry-lp section.hero .company {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-industry-lp section.hero .copy {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media (min-width: 640px) {
  .page-industry-lp section.hero .copy {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 3.75rem;
    line-height: 1.625;
    letter-spacing: 0.1em;
  }

  .page-industry-lp section.hero .text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.page-industry-lp section.hero .points {
  margin-top: 1.5rem;
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .page-industry-lp section.hero .points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-industry-lp section.hero .points .box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1D1B20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 27 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5E5E5E var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .page-industry-lp section.hero .points .box {
    flex-direction: column;
    justify-content: center;
    padding: 0.75rem;
  }
}

.page-industry-lp section.problem {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1D1B20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 27 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5E5E5E var(--tw-gradient-to-position);
}

.page-industry-lp section.problem .section-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-industry-lp section.problem .list > :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));
}

.page-industry-lp section.problem .list {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.page-industry-lp section.problem .list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 231 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-industry-lp section.problem .list li img {
  width: 2.5rem;
}

@media (min-width: 640px) {
  .page-industry-lp section.problem .list li img {
    width: 3rem;
  }
}

.page-industry-lp section.solution .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
}

@media (min-width: 640px) {
  .page-industry-lp section.solution .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.page-industry-lp section.solution .item > :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));
}

.page-industry-lp section.solution .item {
  text-align: center;
}

@media (min-width: 640px) {
  .page-industry-lp section.solution .item > :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));
  }

  .page-industry-lp section.solution .item .circle-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.page-industry-lp section.solution .item .title-circle {
  position: relative;
  height: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1D1B20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 27 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5E5E5E var(--tw-gradient-to-position);
  padding-bottom: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-industry-lp section.solution .item .title-circle .title {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .page-industry-lp section.solution .item .title-circle .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.page-industry-lp section.reason .list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.page-industry-lp section.reason .list .reason-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 640px) {
  .page-industry-lp section.reason .list .reason-item {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2rem;
  }
}

.page-industry-lp section.reason .list .reason-item .title-box {
  text-align: center;
  font-weight: 700;
}

.page-industry-lp section.reason .list .reason-item .image-box {
  height: 200px;
  width: 100%;
}

@media (min-width: 640px) {
  .page-industry-lp section.reason .list .reason-item .image-box {
    height: 100%;
  }
}

.page-industry-lp section.reason .list .reason-item .image-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

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

.top-0 {
  top: 0px;
}

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

.top-5 {
  top: 1.25rem;
}

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

.bottom-0 {
  bottom: 0px;
}

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

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

.col-start-1 {
  grid-column-start: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[10\%\] {
  height: 10%;
}

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

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

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

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

.h-full {
  height: 100%;
}

.h-1\/3 {
  height: 33.333333%;
}

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

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

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-80 {
  max-width: 20rem;
}

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

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

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

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

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 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-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

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

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

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

.divide-\[\#c8b293\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(200 178 147 / var(--tw-divide-opacity, 1));
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(179 38 30 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

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

.border-t-transparent {
  border-top-color: transparent;
}

.bg-\[\#0F3E6E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 62 110 / var(--tw-bg-opacity, 1));
}

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

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

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(243 238 231 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

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

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

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

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

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

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

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

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

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

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

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

.from-\[\#1D1B20\] {
  --tw-gradient-from: #1D1B20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 27 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#4e7391\] {
  --tw-gradient-from: #4e7391 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 115 145 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-0 {
  padding: 0px;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[120\%\] {
  padding-bottom: 120%;
}

.pb-\[50\%\] {
  padding-bottom: 50%;
}

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

.pb-\[70\%\] {
  padding-bottom: 70%;
}

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

.pr-14 {
  padding-right: 3.5rem;
}

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

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

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

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

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

.text-2xs {
  font-size: 0.5rem;
}

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

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

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(179 38 30 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(21 52 95 / 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;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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);
}

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

@media (min-width: 640px) {
  .sm\:yellow-line {
    position: relative;
    z-index: 0;
    display: inline-block;
  }

  .sm\:yellow-line::after {
    position: absolute;
    bottom: 0px;
    left: -8px;
    right: -8px;
    z-index: -10;
    height: 16px;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(234 255 6 / var(--tw-bg-opacity, 1));
  }
}

.\*\:h-\[140px\] > * {
  height: 140px;
}

.\*\:h-\[160px\] > * {
  height: 160px;
}

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

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

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

.\*\:object-contain > * {
  -o-object-fit: contain;
     object-fit: contain;
}

.\*\:object-cover > * {
  -o-object-fit: cover;
     object-fit: cover;
}

.after\:bottom-2::after {
  content: var(--tw-content);
  bottom: 0.5rem;
}

.after\:bottom-3::after {
  content: var(--tw-content);
  bottom: 0.75rem;
}

.after\:left-\[-28px\]::after {
  content: var(--tw-content);
  left: -28px;
}

.after\:right-\[-28px\]::after {
  content: var(--tw-content);
  right: -28px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:h-6::after {
  content: var(--tw-content);
  height: 1.5rem;
}

.after\:h-7::after {
  content: var(--tw-content);
  height: 1.75rem;
}

.after\:h-8::after {
  content: var(--tw-content);
  height: 2rem;
}

.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

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

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

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

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

  .sm\:h-\[90\%\] {
    height: 90%;
  }

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

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

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

  .sm\:w-14 {
    width: 3.5rem;
  }

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

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

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

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

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

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

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

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

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

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

  .sm\:px-\[5\%\] {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

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

  .sm\:pb-\[50\%\] {
    padding-bottom: 50%;
  }

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

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

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

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

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

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

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

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

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

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

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

  .\*\:sm\:h-\[160px\] > * {
    height: 160px;
  }

  .sm\:after\:opacity-0::after {
    content: var(--tw-content);
    opacity: 0;
  }
}
