@charset "UTF-8";
/*
! tailwindcss v3.4.1 | 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 */
  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]) {
  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 */
  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::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:  ;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-top-6{
  top: -1.5rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mb-\[2px\]{
  margin-bottom: -2px;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.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;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[126px\]{
  height: 126px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[720px\]{
  height: 720px;
}
.h-\[calc\(100\%-44px\)\]{
  height: calc(100% - 44px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-32{
  width: 8rem;
}
.w-48{
  width: 12rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-8{
  width: 2rem;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[115px\]{
  width: 115px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[126px\]{
  width: 126px;
}
.w-\[172px\]{
  width: 172px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[214px\]{
  width: 214px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[74px\]{
  width: 74px;
}
.w-\[94px\]{
  width: 94px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[126px\]{
  min-width: 126px;
}
.min-w-\[230px\]{
  min-width: 230px;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.min-w-\[86px\]{
  min-width: 86px;
}
.max-w-\[1040px\]{
  max-width: 1040px;
}
.max-w-\[1203px\]{
  max-width: 1203px;
}
.max-w-\[1366px\]{
  max-width: 1366px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[880px\]{
  max-width: 880px;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.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-\[10px\]{
  gap: 10px;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dotted{
  border-style: dotted;
}
.border-\[\#242424\]{
  --tw-border-opacity: 1;
  border-color: rgb(36 36 36 / var(--tw-border-opacity));
}
.border-\[\#920000\]{
  --tw-border-opacity: 1;
  border-color: rgb(146 0 0 / var(--tw-border-opacity));
}
.border-\[\#A58A5E\]{
  --tw-border-opacity: 1;
  border-color: rgb(165 138 94 / var(--tw-border-opacity));
}
.border-\[\#ECE9E4\]{
  --tw-border-opacity: 1;
  border-color: rgb(236 233 228 / var(--tw-border-opacity));
}
.bg-\[\#242424\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity));
}
.bg-\[\#920000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(146 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#A58A5E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(165 138 94 / var(--tw-bg-opacity));
}
.bg-\[\#C3BAAA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(195 186 170 / var(--tw-bg-opacity));
}
.bg-\[\#ECE9E4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 233 228 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-4{
  padding: 1rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-40{
  padding-left: 10rem;
}
.pl-\[18px\]{
  padding-left: 18px;
}
.pr-0{
  padding-right: 0px;
}
.pr-12{
  padding-right: 3rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.-indent-4{
  text-indent: -1rem;
}
.-indent-\[18px\]{
  text-indent: -18px;
}
.indent-\[-18px\]{
  text-indent: -18px;
}
.align-baseline{
  vertical-align: baseline;
}
.align-text-top{
  vertical-align: text-top;
}
.align-sub{
  vertical-align: sub;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[40px\]{
  font-size: 40px;
}
.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-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.italic{
  font-style: italic;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}
.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}
.text-\[\#920000\]{
  --tw-text-opacity: 1;
  color: rgb(146 0 0 / var(--tw-text-opacity));
}
.text-\[\#A58A5E\]{
  --tw-text-opacity: 1;
  color: rgb(165 138 94 / var(--tw-text-opacity));
}
.text-\[\#C3BAAA\]{
  --tw-text-opacity: 1;
  color: rgb(195 186 170 / var(--tw-text-opacity));
}
.text-\[\#ECE9E4\]{
  --tw-text-opacity: 1;
  color: rgb(236 233 228 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  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{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
html, body {
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

:focus {
  outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.red-hat-display {
  font-family: "Red Hat Display", sans-serif;
}

.hiragino-sans {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.red-gradation-to-right {
  background: linear-gradient(to right, #920000, #920000 46%, #B00000 89%, #C70000 100%);
}

.red-gradation-to-top {
  background: linear-gradient(-45deg, #920000, #920000 46%, #B00000 89%, #C70000 100%);
}

.common-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 92px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #920000;
  position: relative;
}
@media (max-width: 1023px) {
  .common-title {
    padding: 0 48px;
    font-size: 24px;
  }
}
.common-title::before, .common-title::after {
  content: "";
  width: 78px;
  height: 1px;
  background-color: #920000;
  position: absolute;
  top: 50%;
}
@media (max-width: 1023px) {
  .common-title::before, .common-title::after {
    width: 32px;
  }
}
.common-title::before {
  left: 0;
}
.common-title::after {
  right: 0;
}
.common-deco-triangle {
  position: relative;
}
.common-deco-triangle::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 14px 0;
  border-color: transparent white transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.fv {
  background: linear-gradient(to bottom right, #E8EDF1, #ECF1F5, #EEEEEE);
}
.fv-main {
  background-image: url("../../img/new/fv-person.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1023px) {
  .fv-main {
    background-position: bottom left 35%;
  }
}

.intro-achievements {
  background-image: url("../../img/new/bg_achievements.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.intro-age-item {
  position: relative;
}
.intro-age-item::before, .intro-age-item::after {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 58px;
}
@media (max-width: 1023px) {
  .intro-age-item::before, .intro-age-item::after {
    top: 50px;
  }
}
.intro-age-item::before {
  left: 0;
}
.intro-age-item::after {
  right: 0;
}
.intro-age-item:first-child::before {
  content: none;
}
.intro-age-item:last-child::after {
  content: none;
}
.intro-age-item-num {
  background-image: url("../../img/new/bg_achievements_age.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.point::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #C3BAAA;
  position: absolute;
  top: 0;
  left: 0;
}

.method-title {
  background-image: url("../../img/new/bg_method.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.trouble-head {
  background-image: url("../../img/new/bg_trouble.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1023px) {
  .trouble-head {
    background-image: url("../../img/new/bg_trouble_sp.webp");
  }
}

.emphasized-head {
  background-image: url("../../img/new/bg_emphasized_point.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.support-title {
  background-image: url("../../img/new/bg_fee_support.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.support-map {
  background-image: url("../../img/new/img_map_japan.webp");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.faq-item-que::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ECE9E4;
  position: absolute;
  top: calc(50% - 13px);
  right: 18px;
}
.faq-item-que::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid #242424;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 26px;
}
.faq-item-que.active::after {
  top: calc(50% - 3px);
  transform: rotate(-135deg);
}

.free-diagnosis {
  background-image: url("../../img/new/bg_free_diagnoss_left.webp"), url("../../img/new/bg_free_diagnoss_right.webp");
  background-position: center left, center right;
  -webkit-background-size: contain, contain;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

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

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:top-\[-34px\]{
    top: -34px;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:-mt-10{
    margin-top: -2.5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mr-\[-200px\]{
    margin-right: -200px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-28{
    margin-top: 7rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-\[133px\]{
    height: 133px;
  }
  .lg\:h-\[300px\]{
    height: 300px;
  }
  .lg\:h-\[38px\]{
    height: 38px;
  }
  .lg\:h-\[39\.3vw\]{
    height: 39.3vw;
  }
  .lg\:h-\[46px\]{
    height: 46px;
  }
  .lg\:h-\[68px\]{
    height: 68px;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:min-h-\[162px\]{
    min-height: 162px;
  }
  .lg\:min-h-\[170px\]{
    min-height: 170px;
  }
  .lg\:min-h-\[537px\]{
    min-height: 537px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-16{
    width: 4rem;
  }
  .lg\:w-\[100px\]{
    width: 100px;
  }
  .lg\:w-\[136px\]{
    width: 136px;
  }
  .lg\:w-\[138px\]{
    width: 138px;
  }
  .lg\:w-\[148px\]{
    width: 148px;
  }
  .lg\:w-\[152px\]{
    width: 152px;
  }
  .lg\:w-\[170px\]{
    width: 170px;
  }
  .lg\:w-\[174px\]{
    width: 174px;
  }
  .lg\:w-\[216px\]{
    width: 216px;
  }
  .lg\:w-\[227px\]{
    width: 227px;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:w-\[304px\]{
    width: 304px;
  }
  .lg\:w-\[30px\]{
    width: 30px;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:w-\[340px\]{
    width: 340px;
  }
  .lg\:w-\[358px\]{
    width: 358px;
  }
  .lg\:w-\[38px\]{
    width: 38px;
  }
  .lg\:w-\[405px\]{
    width: 405px;
  }
  .lg\:w-\[430px\]{
    width: 430px;
  }
  .lg\:w-\[46px\]{
    width: 46px;
  }
  .lg\:w-\[68px\]{
    width: 68px;
  }
  .lg\:w-\[778px\]{
    width: 778px;
  }
  .lg\:w-\[828px\]{
    width: 828px;
  }
  .lg\:w-\[calc\(415\/1040\*100\%\)\]{
    width: calc(415 / 1040 * 100%);
  }
  .lg\:w-fit{
    width: fit-content;
  }
  .lg\:min-w-\[136px\]{
    min-width: 136px;
  }
  .lg\:min-w-\[96px\]{
    min-width: 96px;
  }
  .lg\:min-w-\[calc\(300\/1200\*100\%\)\]{
    min-width: calc(300 / 1200 * 100%);
  }
  .lg\:min-w-\[calc\(358\/1040\*100\%\)\]{
    min-width: calc(358 / 1040 * 100%);
  }
  .lg\:max-w-\[1040px\]{
    max-width: 1040px;
  }
  .lg\:max-w-\[880px\]{
    max-width: 880px;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-14{
    gap: 3.5rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-\[10px\]{
    gap: 10px;
  }
  .lg\:gap-x-0{
    column-gap: 0px;
  }
  .lg\:gap-y-0{
    row-gap: 0px;
  }
  .lg\:gap-y-20{
    row-gap: 5rem;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }
  .lg\:border-8{
    border-width: 8px;
  }
  .lg\:bg-\[\#ECE9E4\]{
    --tw-bg-opacity: 1;
    background-color: rgb(236 233 228 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-7{
    padding: 1.75rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-9{
    padding: 2.25rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-14{
    padding-left: 3.5rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pl-5{
    padding-left: 1.25rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pl-60{
    padding-left: 15rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[18px\]{
    padding-left: 18px;
  }
  .lg\:pl-\[22px\]{
    padding-left: 22px;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-16{
    padding-right: 4rem;
  }
  .lg\:pr-48{
    padding-right: 12rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-44{
    padding-top: 11rem;
  }
  .lg\:pt-5{
    padding-top: 1.25rem;
  }
  .lg\:-indent-5{
    text-indent: -1.25rem;
  }
  .lg\:-indent-6{
    text-indent: -1.5rem;
  }
  .lg\:-indent-8{
    text-indent: -2rem;
  }
  .lg\:indent-\[-18px\]{
    text-indent: -18px;
  }
  .lg\:indent-\[-22px\]{
    text-indent: -22px;
  }
  .lg\:align-bottom{
    vertical-align: bottom;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[40px\]{
    font-size: 40px;
  }
  .lg\:text-\[42px\]{
    font-size: 42px;
  }
  .lg\:text-\[50px\]{
    font-size: 50px;
  }
  .lg\:text-\[54px\]{
    font-size: 54px;
  }
  .lg\:text-\[64px\]{
    font-size: 64px;
  }
  .lg\:text-\[70px\]{
    font-size: 70px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-loose{
    line-height: 2;
  }
  .lg\:leading-relaxed{
    line-height: 1.625;
  }
  .lg\:leading-snug{
    line-height: 1.375;
  }
}