@charset "UTF-8";
*, ::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.13 | 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 */
  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::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;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-top-2{
  top: -0.5rem;
}
.-top-\[99px\]{
  top: -99px;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[0\]{
  bottom: 0;
}
.bottom-\[112px\]{
  bottom: 112px;
}
.bottom-\[120px\]{
  bottom: 120px;
}
.bottom-\[32px\]{
  bottom: 32px;
}
.bottom-\[64px\]{
  bottom: 64px;
}
.end-0{
  inset-inline-end: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[-26px\]{
  left: -26px;
}
.left-\[20px\]{
  left: 20px;
}
.right-\[20px\]{
  right: 20px;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2\/4{
  top: 50%;
}
.top-\[14px\]{
  top: 14px;
}
.top-\[28px\]{
  top: 28px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-\[5000\]{
  z-index: 5000;
}
.z-\[6000\]{
  z-index: 6000;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[-12px\]{
  margin-bottom: -12px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[48px\]{
  margin-bottom: 48px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[52px\]{
  margin-bottom: 52px;
}
.mb-\[58px\]{
  margin-bottom: 58px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.mb-\[96px\]{
  margin-bottom: 96px;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[-24px\]{
  margin-right: -24px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-\[264px\]{
  height: 264px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[540px\]{
  height: 540px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[88px\]{
  height: 88px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.\!w-\[90px\]{
  width: 90px !important;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-72{
  width: 18rem;
}
.w-\[136px\]{
  width: 136px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[208px\]{
  width: 208px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[315px\]{
  width: 315px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[56px\]{
  width: 56px;
}
.w-\[88px\]{
  width: 88px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-48{
  min-width: 12rem;
}
.\!max-w-\[120px\]{
  max-width: 120px !important;
}
.\!max-w-\[200px\]{
  max-width: 200px !important;
}
.\!max-w-\[240px\]{
  max-width: 240px !important;
}
.max-w-\[108px\]{
  max-width: 108px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[224px\]{
  max-width: 224px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[244px\]{
  max-width: 244px;
}
.max-w-\[286px\]{
  max-width: 286px;
}
.max-w-\[312px\]{
  max-width: 312px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[85rem\]{
  max-width: 85rem;
}
.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-x-40{
  --tw-translate-x: -10rem;
  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));
}
.-translate-y-2\/4{
  --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));
}
.translate-x-40{
  --tw-translate-x: 10rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-\[40px\]{
  column-gap: 40px;
}
.gap-x-\[6px\]{
  column-gap: 6px;
}
.gap-y-\[20px\]{
  row-gap: 20px;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-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));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[10px\]{
  border-width: 10px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#B83C37\]{
  --tw-border-opacity: 1;
  border-color: rgb(184 60 55 / var(--tw-border-opacity));
}
.border-\[\#FFD800\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 216 0 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#3BA5E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 165 230 / var(--tw-bg-opacity));
}
.bg-\[\#ECC8C5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 200 197 / var(--tw-bg-opacity));
}
.bg-\[\#FFD800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-cyan-600{
  fill: #0891b2;
}
.fill-gray-800{
  fill: #1f2937;
}
.fill-orange-500{
  fill: #f97316;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-\[6px\]{
  padding: 6px;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[9px\]{
  padding-left: 9px;
  padding-right: 9px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[28px\]{
  padding-bottom: 28px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[35px\]{
  padding-bottom: 35px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[48px\]{
  padding-bottom: 48px;
}
.pb-\[56px\]{
  padding-bottom: 56px;
}
.pb-\[64px\]{
  padding-bottom: 64px;
}
.pb-\[76px\]{
  padding-bottom: 76px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pb-\[96px\]{
  padding-bottom: 96px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[-30px\]{
  padding-left: -30px;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pl-\[28px\]{
  padding-left: 28px;
}
.pl-\[48px\]{
  padding-left: 48px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[18px\]{
  padding-top: 18px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[28px\]{
  padding-top: 28px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[48px\]{
  padding-top: 48px;
}
.pt-\[56px\]{
  padding-top: 56px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.\!text-right{
  text-align: right !important;
}
.indent-\[-14px\]{
  text-indent: -14px;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xl\/tight{
  font-size: 1.5rem;
  line-height: 1.25;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-3xl\/tight{
  font-size: 1.875rem;
  line-height: 1.25;
}
.text-\[40px\]\/tight{
  font-size: 40px;
  line-height: 1.25;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/loose{
  font-size: 1rem;
  line-height: 2;
}
.text-base\/normal{
  font-size: 1rem;
  line-height: 1.5;
}
.text-base\/snug{
  font-size: 1rem;
  line-height: 1.375;
}
.text-base\/tight{
  font-size: 1rem;
  line-height: 1.25;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-lg\/tight{
  font-size: 1.125rem;
  line-height: 1.25;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/normal{
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xl\/tight{
  font-size: 1.25rem;
  line-height: 1.25;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-xs\/none{
  font-size: 0.75rem;
  line-height: 1;
}
.text-xs\/normal{
  font-size: 0.75rem;
  line-height: 1.5;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-\[\#FFD800\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 216 0 / var(--tw-text-opacity)) !important;
}
.text-\[\#015DBA\]{
  --tw-text-opacity: 1;
  color: rgb(1 93 186 / var(--tw-text-opacity));
}
.text-\[\#E85018\]{
  --tw-text-opacity: 1;
  color: rgb(232 80 24 / var(--tw-text-opacity));
}
.text-\[\#F00\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#FFD800\]{
  --tw-text-opacity: 1;
  color: rgb(255 216 0 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-100{
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.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);
}
/*
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  word-break: break-all;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #191919;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grecaptcha-badge {
  z-index: 99999 !important;
}

.header {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×に*/
}
@media screen and (max-width: 380px) {
  .header-logo {
    width: 37.7777777778vw;
    top: 3.8888888889vw;
    left: 3.8888888889vw;
  }
}
.header .openbtn1 {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #191919;
}
@media screen and (max-width: 380px) {
  .header .openbtn1 {
    width: 15.5555555556vw;
    height: 15.5555555556vw;
  }
}
.header .openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 0;
  height: 3px;
  background: #ffd800;
  width: 100%;
}
@media screen and (max-width: 380px) {
  .header .openbtn1 span {
    height: 0.8333333333vw;
  }
}
.header .openbtn1 span:nth-of-type(1) {
  top: 17px;
  right: 13px;
  width: 30px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 380px) {
  .header .openbtn1 span:nth-of-type(1) {
    width: 16.6666666667vw;
  }
}
.header .openbtn1 span:nth-of-type(2) {
  top: 28px;
  right: 13px;
  width: 30px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 380px) {
  .header .openbtn1 span:nth-of-type(2) {
    top: 4.4444444444vw;
    width: 13.3333333333vw;
  }
}
.header .openbtn1 span:nth-of-type(3) {
  top: 39px;
  right: 13px;
  width: 30px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 380px) {
  .header .openbtn1 span:nth-of-type(3) {
    top: 8.6111111111vw;
    width: 10.5555555556vw;
  }
}
.header .openbtn1.active span:nth-of-type(1) {
  top: 12px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 380px) {
  .header .openbtn1.active span:nth-of-type(1) {
    top: 3.3333333333vw;
    transform: translateY(1.6666666667vw) rotate(-45deg);
  }
}
.header .openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.header .openbtn1.active span:nth-of-type(3) {
  top: 25px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 60px;
}
@media screen and (max-width: 380px) {
  .header .openbtn1.active span:nth-of-type(3) {
    top: 6.9444444444vw;
    width: 16.6666666667vw;
    transform: translateY(-1.6666666667vw) rotate(45deg);
  }
}

.footer-link:after {
  content: "";
  /* 複数の背景画像を設定 */
  background-image: url("../img/top/footer_link_icon.webp");
  /* 画像の表示方法を設定 */
  background-repeat: no-repeat;
  position: absolute;
  right: -16px;
  bottom: -1px;
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  content: "";
  background-image: url("../img/top/slider_prev_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  background-size: cover;
  width: 48px;
  height: 48px;
  z-index: 0;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  content: "";
  background-image: url("../img/top/slider_next_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  background-size: cover;
  width: 48px;
  height: 48px;
  z-index: 0;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

#recommended .swiper-pagination {
  height: 6px;
  bottom: 60px !important;
}
#recommended .swiper-pagination-bullet {
  background-color: #fff;
  border: solid 1px #191919;
  opacity: 1 !important;
}
#recommended .swiper-pagination-bullet-active {
  background-color: #191919 !important;
}

#merit .swiper-pagination {
  height: 6px;
  bottom: -12px !important;
}
#merit .swiper-pagination-bullet {
  background-color: #ffd800 !important;
}

.contact-form {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 380px) {
  .contact-form-dl {
    display: block;
  }
}
.form-input {
  width: 100%;
  padding: 11px;
  background: #fff;
  border: 1px solid #707070;
}

.form-input::placeholder {
  font-weight: 300;
  opacity: 0.7;
}

.contact-form-detail {
  height: 144px;
}

.modal-body,
.modal2-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: rgb(255, 255, 255);
  overflow: auto;
}
.modal-body--black,
.modal2-body--black {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-close,
.modal2-close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2001;
}
.modal-msg,
.modal2-msg {
  max-width: 300px;
  margin: 80px auto 0 auto;
}

.modal2-body {
  z-index: 2100;
}
.modal2-close {
  z-index: 2101;
}

.modelMovies {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modelMovies-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modelMovies-video video,
.modelMovies-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.top {
  background-image: url("../img/top/top_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;
}
.top::before {
  content: "";
  background-image: url("../img/top/bg_logo.webp");
  background-repeat: no-repeat;
  position: fixed;
  left: 80px;
  top: 56px;
  background-size: cover;
  width: 240px;
  height: 220px;
  z-index: 0;
}
@media screen and (max-width: 1180px) {
  .top::before {
    display: none;
  }
}
.top-main-visual {
  background-image: url("../img/top/fv_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-main-visual-line::before {
  content: "";
  background-image: url("../img/top/fv_line_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 36px;
  height: 36px;
  z-index: 0;
}
.top-main-visual-mail::before {
  content: "";
  background-image: url("../img/top/fv_mail_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 27px;
  height: 21px;
  z-index: 0;
}
.top-menu {
  display: block;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  padding: 0 0 24px;
  position: fixed;
  z-index: 2000;
  top: -140vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: auto;
}
@media screen and (max-width: 380px) {
  .top-menu {
    width: 105.5555555556vw;
  }
}
.top-menu-wrap {
  padding: 59px 40px 28px;
}
.top-menu-list {
  font-size: clamp(0px, 7.7777777778vw, 28px);
  line-height: 1.5;
  color: #707070;
  position: relative;
  align-items: center;
  display: flex;
  margin: 64px 0 0 0;
}
.top-menu-list .data-target {
  display: block;
  width: 100%;
  z-index: 500;
}
.top-menu-list::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.5s;
  z-index: 400;
}
.top .active {
  top: 0;
  background-color: #fff;
}

.recommended::before {
  content: "";
  background-image: url("../img/top/recommended_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .recommended::before {
    width: 105.5555555556vw;
  }
}
.recommended::after {
  content: "";
  background-image: url("../img/top/recommended_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .recommended::after {
    width: 105.5555555556vw;
  }
}

.immediate::before {
  content: "";
  background-image: url("../img/top/immediate_flash_top.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 160px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .immediate::before {
    width: 105.5555555556vw;
  }
}
.immediate::after {
  content: "";
  background-image: url("../img/top/immediate_flash_bottom.webp");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 160px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .immediate::after {
    width: 105.5555555556vw;
  }
}

.flyer-open::before {
  content: "";
  background-image: url("../img/top/flyer_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 30px;
  height: 30px;
  z-index: 0;
}

.merit::before {
  content: "";
  background-image: url("../img/top/autolink_merit_deco01.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  width: 84px;
  height: 240px;
  z-index: 0;
}
.merit::after {
  content: "";
  background-image: url("../img/top/autolink_merit_deco02.webp");
  background-repeat: no-repeat;
  position: absolute;
  right: -2px;
  bottom: 0;
  background-size: contain;
  width: 84px;
  height: 240px;
  z-index: 0;
}

.voice::before {
  content: "";
  background-image: url("../img/top/recommended_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .voice::before {
    width: 105.5555555556vw;
  }
}
.voice::after {
  content: "";
  background-image: url("../img/top/recommended_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .voice::after {
    width: 105.5555555556vw;
  }
}

.outside::after {
  content: "";
  background-image: url("../img/top/bg_flash_bottom.webp");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
  width: 380px;
  height: 160px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .outside::after {
    width: 105.5555555556vw;
  }
}
.outside-tel::before {
  content: "";
  background-image: url("../img/top/outside_tel_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 46px;
  height: 46px;
  z-index: 0;
}
.outside-line::before {
  content: "";
  background-image: url("../img/top/outside_line_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 46px;
  height: 46px;
  z-index: 0;
}

.seven-merit-01-super {
  position: absolute;
  top: 20px;
  left: 60px;
  width: 60px;
  height: 52px;
}
.seven-merit-01-jagged-left {
  position: absolute;
  top: 0;
  left: 14px;
  width: 40px;
  height: 54px;
  --animate-delay: 0.2s;
}
.seven-merit-01-jagged-right {
  position: absolute;
  top: 30px;
  right: 12px;
  width: 40px;
  height: 54px;
  --animate-delay: 3s;
}
.seven-merit-01-speech {
  position: absolute;
  bottom: 592px;
  width: 322px;
  right: 37px;
  height: 121px;
}
@media screen and (max-width: 380px) {
  .seven-merit-01-speech {
    bottom: 155.7894736842vw;
    width: 84.7368421053vw;
    right: 9.7368421053vw;
    height: 31.8421052632vw;
  }
}
.seven-merit-01-speech-bubble.is-active {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
.seven-merit-01-speech-bubble.is-stopped {
  animation-play-state: paused; /* アニメーションを停止する */
}
.seven-merit-01-speech-text {
  font-size: clamp(0px, 4.4444444444vw, 16px);
  font-weight: bold;
  top: 49px;
  right: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 380px) {
  .seven-merit-01-speech-text {
    font-size: clamp(0px, 3.8888888889vw, 14px);
    top: 13.6111111111vw;
    right: 4.4444444444vw;
  }
}
.seven-merit-01-speech-text-marker {
  background: linear-gradient(transparent 0%, rgb(255, 216, 0) 0%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
.seven-merit-01-speech-text-marker.is-active {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.contact-section {
  position: relative;
  z-index: 1;
}
.contact-section-line::before {
  content: "";
  background-image: url("../img/top/fv_line_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 36px;
  height: 36px;
  z-index: 0;
}
.contact-section-mail::before {
  content: "";
  background-image: url("../img/top/fv_mail_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 27px;
  height: 21px;
  z-index: 0;
}
.contact-section-pre-exam::before {
  content: "";
  background-image: url("../img/top/pre-exam_deco_01.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: -54px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 58px;
  height: 70px;
  z-index: 0;
}
.contact-section-pre-exam::after {
  content: "";
  background-image: url("../img/top/pre-exam_deco_02.webp");
  background-repeat: no-repeat;
  position: absolute;
  right: -54px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  width: 58px;
  height: 70px;
  z-index: 0;
}

.pre-screening::before {
  content: "";
  height: 1.5rem;
  width: 2px;
  background-color: black;
  display: block;
  position: absolute;
  left: -9px;
  bottom: 2px;
  transform: rotate(-16deg);
}
.pre-screening::after {
  content: "";
  height: 1.5rem;
  width: 2px;
  background-color: black;
  display: block;
  position: absolute;
  right: -9px;
  bottom: 2px;
  transform: rotate(16deg);
}

.top-dot {
  position: relative;
}
.top-dot::before {
  content: "・";
  position: absolute;
  top: -13px;
  left: 0;
  color: #ffd800;
}

.message-box {
  position: relative;
}
.message-box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 9px solid #000;
}

#offerings .message-wrap {
  background: url("../img/offerings/service_offerings_message_bg.webp") no-repeat center/cover;
  padding: 45px 0;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#offerings .message-wrap .txt {
  opacity: 0;
  transform: translateY(20px);
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(1) {
  animation: catch_anime 0.9s forwards 1s;
  animation-delay: 0s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(2) {
  animation: catch_anime 0.9s forwards 2s;
  animation-delay: 0.5s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(3) {
  animation: catch_anime 0.9s forwards 3s;
  animation-delay: 1s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(4) {
  animation: catch_anime 0.9s forwards 4s;
  animation-delay: 1.5s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(5) {
  animation: catch_anime 0.9s forwards 5s;
  animation-delay: 2s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(6) {
  animation: catch_anime 0.9s forwards 6s;
  animation-delay: 2.5s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(7) {
  animation: catch_anime 0.9s forwards 7s;
  animation-delay: 3s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(8) {
  animation: catch_anime 0.9s forwards 8s;
  animation-delay: 3.5s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(9) {
  animation: catch_anime 0.9s forwards 9s;
  animation-delay: 4s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(10) {
  animation: catch_anime 0.9s forwards 10s;
  animation-delay: 4.5s;
}
#offerings .message-wrap .message-text.is-active .txt:nth-child(11) {
  animation: catch_anime 0.9s forwards 11s;
  animation-delay: 5s;
}
#offerings .message-wrap .message-text.is-active .txt .marker {
  animation: markerBgAnimation 0.6s forwards;
  animation-delay: 4.3s;
}

#rumor {
  background-color: #e85018;
}
#rumor h2 {
  position: relative;
}
#rumor h2 .border-wrap {
  background-color: #fff;
}
#rumor h2:before, #rumor h2:after {
  content: "";
  position: absolute;
  background: url("../img/top/rumor_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 70px;
  top: -28px;
}
#rumor h2:before {
  left: 16px;
}
#rumor h2:after {
  right: 16px;
}

#offerings .message-wrap .txt {
  transition: 0.9s;
}

#offerings .message-wrap .txt .marker {
  position: relative;
  color: #e85018;
  margin-right: 2px;
  display: inline;
  background: linear-gradient(transparent 0%, rgb(255, 255, 255) 0%);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1.5s;
}

@keyframes markerBgAnimation {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes catch_anime {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#benefits {
  background-color: #fffcea;
  position: relative;
}
#benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("../img/benefits/bg01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
#benefits::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("../img/benefits/bg02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

#loan .main-area {
  background: repeating-linear-gradient(-35deg, #3ba5e6, #3ba5e6 9px, #62b7eb 0, #62b7eb 18px);
  position: relative;
}
#loan .main-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 80px;
  background-image: url("../img/loan/img_staff01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
#loan .main-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 80px;
  background-image: url("../img/loan/img_staff02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

#features {
  background-color: #ffd800;
}

#option {
  background-color: #ffd800;
}
#option .planArea01 {
  position: relative;
  z-index: 1;
}
#option .planArea01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-image: url("../img/option/triangle_yellow.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#option .planArea02 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#option .dots, #option .dots-yellow, #option .dots-white {
  position: absolute;
  top: -28px;
  width: 84px;
  height: 250px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
#option .dots-white {
  left: auto;
  right: 0;
  background-image: url("../img/option/dots_white.webp");
  transform: scaleX(-1);
}
#option .dots-white-01 {
  top: 350px;
  right: auto;
  left: 0;
  transform: scaleX(1);
}
#option .dots-white-02 {
  top: 580px;
}
#option .dots-yellow {
  right: 0;
  background-image: url("../img/option/dots_yellow.webp");
}
#option .dots-yellow-left {
  top: auto;
  bottom: -150px;
  right: auto;
  left: 0;
  transform: scaleX(-1);
}

.exam-btn-01::before {
  content: "";
  background-image: url("../img/pre-exam/next_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  width: 12px;
  height: 18px;
  z-index: 0;
}

.exam-btn-02::before {
  content: "";
  background-image: url("../img/pre-exam/prev_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  width: 12px;
  height: 18px;
  z-index: 0;
}

.exam-btn-03::before {
  content: "";
  background-image: url("../img/pre-exam/prev_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg); /* 2つのtransformを1つにまとめる */
  background-size: contain;
  width: 12px;
  height: 18px;
  z-index: 0;
}

.select-box-arrow {
  position: relative;
}
.select-box-arrow::after {
  position: absolute;
  content: "";
  background-image: url("../img/pre-exam/select_arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 999;
  pointer-events: none;
}
.select-box-arrow select {
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  background-color: #fff;
}

.pre-exam-head-under-line {
  background: linear-gradient(transparent 60%, #ffd800 30%);
  display: inline-block;
}

.check-box {
  display: none;
}
.check-box:checked + label:after {
  opacity: 1;
}

.check-label {
  position: relative;
  font-size: 14px;
  padding-left: 36px; /* チェックボックスからのインデント */
  cursor: pointer;
  display: block; /* ブロック要素にすることで幅を持たせる */
  white-space: pre-wrap; /* 改行を保持する */
  text-indent: 0; /* 最初の行のインデント */
  line-height: 1.5;
}

.check-label:before,
.check-label:after {
  content: "";
  position: absolute;
  display: block;
}

.check-label:before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: 1px solid #191919;
  border-radius: 3px;
  background-color: #fff;
}

.check-label:after {
  top: 20px;
  left: 7px;
  width: 10px;
  height: 16px;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
}

.check-label.on:before {
  background-color: #e85018;
}

.thanks {
  background-image: url("../img/top/top_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.thanks::before {
  content: "";
  background-image: url("../img/top/bg_logo.webp");
  background-repeat: no-repeat;
  position: fixed;
  left: 80px;
  top: 56px;
  background-size: cover;
  width: 240px;
  height: 220px;
  z-index: 0;
}
@media screen and (max-width: 1180px) {
  .thanks::before {
    display: none;
  }
}
.thanks-main-container {
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #ffd800; /* 最初はFFD800で設定 */
  animation: change-background 4s linear infinite; /* 背景の色を切り替えるアニメーション */
}
.thanks-main-container-concentration-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-conic-gradient(transparent 0 10deg, #ffc033 0deg 30deg, transparent 0deg 46deg);
  transform: rotate(0deg);
  animation: change-color 4s linear infinite; /* 色を切り替えるアニメーション */
}
.thanks-main-container-contact::before {
  content: "";
  background-image: url("../img/top/recommended_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .thanks-main-container-contact::before {
    width: 105.5555555556vw;
  }
}
.thanks-main-container-contact::after {
  content: "";
  background-image: url("../img/top/recommended_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 11px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .thanks-main-container-contact::after {
    width: 105.5555555556vw;
  }
}
.thanks-menu {
  display: block;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  padding: 0 0 24px;
  position: fixed;
  z-index: 2000;
  top: -140vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: auto;
}
@media screen and (max-width: 380px) {
  .thanks-menu {
    width: 105.5555555556vw;
  }
}
.thanks-menu-wrap {
  padding: 59px 40px 28px;
}
.thanks-menu-list {
  font-size: clamp(0px, 7.7777777778vw, 28px);
  line-height: 1.5;
  color: #707070;
  position: relative;
  align-items: center;
  display: flex;
  margin: 64px 0 0 0;
}
.thanks-menu-list .data-target {
  display: block;
  width: 100%;
  z-index: 500;
}
.thanks-menu-list::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.5s;
  z-index: 400;
}
.thanks .active {
  top: 0;
  background-color: #fff;
}

.exam-thanks {
  background-image: url("../img/top/top_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.exam-thanks::before {
  content: "";
  background-image: url("../img/top/bg_logo.webp");
  background-repeat: no-repeat;
  position: fixed;
  left: 80px;
  top: 56px;
  background-size: cover;
  width: 240px;
  height: 220px;
  z-index: 0;
}
@media screen and (max-width: 1180px) {
  .exam-thanks::before {
    display: none;
  }
}
.exam-thanks-main-container {
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.exam-thanks-main-container-contact::before {
  content: "";
  background-image: url("../img/pre-exam/pre-exam_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .exam-thanks-main-container-contact::before {
    width: 105.5555555556vw;
  }
}
.exam-thanks-main-container-contact::after {
  content: "";
  background-image: url("../img/pre-exam/pre-exam_dashed_border.webp");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 11px;
  left: 0;
  background-size: cover;
  width: 380px;
  height: 6px;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  .exam-thanks-main-container-contact::after {
    width: 105.5555555556vw;
  }
}
.exam-thanks-menu {
  display: block;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  padding: 0 0 24px;
  position: fixed;
  z-index: 2000;
  top: -140vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: auto;
}
@media screen and (max-width: 380px) {
  .exam-thanks-menu {
    width: 105.5555555556vw;
  }
}
.exam-thanks-menu-wrap {
  padding: 59px 40px 28px;
}
.exam-thanks-menu-list {
  font-size: clamp(0px, 7.7777777778vw, 28px);
  line-height: 1.5;
  color: #707070;
  position: relative;
  align-items: center;
  display: flex;
  margin: 64px 0 0 0;
}
.exam-thanks-menu-list .data-target {
  display: block;
  width: 100%;
  z-index: 500;
}
.exam-thanks-menu-list::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.5s;
  z-index: 400;
}
.exam-thanks .active {
  top: 0;
  background-color: #fff;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.font-color-e85 {
  color: #e85018;
}

.font-color-707 {
  color: #707070;
}

.shadow-01 {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.shadow-02 {
  box-shadow: 3px 3px 0 rgb(0, 0, 0);
}

.shadow-03 {
  box-shadow: 0 5px 0 rgb(15, 136, 32);
}

.shadow-04 {
  box-shadow: 0 5px 0 rgb(1, 93, 186);
}

.text-stroke-01 {
  -webkit-text-stroke: 2px #191919;
  text-stroke: 2px #191919;
}

.bg-white-fff {
  background: #fff;
}

.bg-yellow-ffd {
  background: #ffd800;
}

.bg-black-191 {
  background: #191919;
}

.bg-green-06c {
  background: #06c755;
}

.bg-blue-3ba {
  background: #3ba5e6;
}

.bg-beige-fff {
  background: #fffcea;
}

.bg-red-e85 {
  background: #e85018;
}

.bg-gray-ded {
  background: #dedcd9;
}

.floating-nav-border {
  border: 4px solid #3ba5e6;
}

.line-btn-border {
  border: 2px solid #0f8820;
}

.mail-btn-border {
  border: 2px solid #015dba;
}

.flyer-btn-border {
  border: 3px solid #191919;
}

.accordion-border-01 {
  border: 2px solid #191919;
}

.accordion-border-02 {
  border-top: 2px solid #191919;
}

.top-flow {
  bottom: 0;
  left: 0;
  width: 100vw;
}
.top-flow:before {
  content: "aaa";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.8) 100%);
  width: 100%;
  height: 290px;
  z-index: 1;
}

.top-loop-wrap {
  display: flex;
  width: 100vw;
  height: 88px;
  overflow: hidden;
}
.top-loop-wrap img {
  max-width: none;
}
@media screen and (max-width: 380px) {
  .top-loop-wrap img {
    min-width: auto;
  }
}
.top-loop-wrap img:first-child {
  animation: top-loop1 60s -30s linear infinite;
}
.top-loop-wrap img:last-child {
  animation: top-loop2 60s linear infinite;
}

.top-loop-wrap-reverse {
  display: flex;
  width: 100vw;
  height: 88px;
  overflow: hidden;
}
.top-loop-wrap-reverse img {
  max-width: none;
}
.top-loop-wrap-reverse img:first-child {
  animation: top-loop1 90s -45s linear infinite;
  margin-left: -60px;
}
.top-loop-wrap-reverse img:last-child {
  animation: top-loop2 90s linear infinite;
}

@keyframes top-loop1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes top-loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.flyer {
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #ffd800; /* 最初はFFD800で設定 */
}
.flyer-concentration-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-conic-gradient(transparent 0 10deg, #ffc033 0deg 30deg, transparent 0deg 46deg);
  transform: rotate(0deg);
  animation: change-color 4s linear infinite; /* 色を切り替えるアニメーション */
}

@keyframes change-color {
  0%, 50% {
    background: repeating-conic-gradient(transparent 0 5deg, #ffc033 0deg 30deg, transparent 0deg 46deg); /* 線の色をFFC033に設定 */
  }
  50.1%, 100% {
    background: repeating-conic-gradient(transparent 0 5deg, #ffd800 0deg 30deg, transparent 0deg 46deg); /* 線の色をFFD800に設定 */
  }
}
@keyframes change-background {
  0%, 50% {
    background-color: #ffd800; /* 背景の色をFFD800に設定 */
  }
  50.1%, 100% {
    background-color: #ffc033; /* 背景の色をFFC033に設定 */
  }
}
.flyer {
  animation: change-background 4s linear infinite; /* 背景の色を切り替えるアニメーション */
}

/*アコーディオン全体*/
.accordion-arrow::after {
  content: "";
  background-image: url("../img/top/accordion_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  width: 26px;
  height: 16px;
  z-index: 0;
}

/*アコーディオンタイトル*/
.title {
  transition: all 0.5s ease;
}
.title::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 16px;
  right: 12px;
  top: 28px;
  transform: rotate(0deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::after {
  transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
}

/*ボタン ホバー時の挙動*/
.scale {
  transition: 0.2s;
}
.scale:hover {
  transform: scale(1.1, 1.1);
}

.scale-link-btn {
  transition: 0.2s;
}
.scale-link-btn:hover {
  transform: scale(1.05, 1.05);
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
@media (min-width: 640px){
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:flex-\[1_0_0\%\]{
    flex: 1 0 0%;
  }
  .sm\: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));
  }
  .sm\:border-s{
    border-inline-start-width: 1px;
  }
  .sm\:border-t-0{
    border-top-width: 0px;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:ps-3{
    padding-inline-start: 0.75rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px){
  .md\:left-8{
    left: 2rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-4xl{
    max-width: 56rem;
  }
  .md\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px){
  .lg\:-translate-x-80{
    --tw-translate-x: -20rem;
    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));
  }
  .lg\:translate-x-80{
    --tw-translate-x: 20rem;
    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));
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:leading-tight{
    line-height: 1.25;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
  .dark\:fill-white{
    fill: #fff;
  }
  .dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
}