@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.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 800px){
  .container{
    max-width: 800px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-\[30px\]{
  bottom: -30px;
}
.-bottom-\[40px\]{
  bottom: -40px;
}
.-right-\[5\%\]{
  right: -5%;
}
.-top-1{
  top: -0.25rem;
}
.-top-\[0\.5px\]{
  top: -0.5px;
}
.-top-\[10px\]{
  top: -10px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[180px\]{
  bottom: 180px;
}
.bottom-\[49px\]{
  bottom: 49px;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.left-\[0\]{
  left: 0;
}
.left-\[10px\]{
  left: 10px;
}
.left-\[20px\]{
  left: 20px;
}
.left-\[50px\]{
  left: 50px;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.right-8{
  right: 2rem;
}
.right-\[0px\]{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-16{
  top: 4rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[17px\]{
  top: 17px;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[190\]{
  z-index: 190;
}
.z-\[200\]{
  z-index: 200;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.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-\[40px\]{
  margin-bottom: 40px;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[63px\]{
  height: 63px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[96px\]{
  height: 96px;
}
.h-\[calc\(100vh-64px\)\]{
  height: calc(100vh - 64px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-\[540px\]{
  max-height: 540px;
}
.w-1{
  width: 0.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[110\%\]{
  width: 110%;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[242px\]{
  width: 242px;
}
.w-\[245px\]{
  width: 245px;
}
.w-\[294px\]{
  width: 294px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[65\%\]{
  width: 65%;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[calc\(50\%-10px\)\]{
  width: calc(50% - 10px);
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1120px\]{
  max-width: 1120px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1240px\]{
  max-width: 1240px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[540px\]{
  max-width: 540px;
}
.max-w-\[840px\]{
  max-width: 840px;
}
.max-w-\[880px\]{
  max-width: 880px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.rotate-90{
  --tw-rotate: 90deg;
  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));
}
.scale-x-\[-1\]{
  --tw-scale-x: -1;
  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));
}
.scale-y-\[-1\]{
  --tw-scale-y: -1;
  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;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  appearance: none;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-8{
  border-width: 8px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#00A6E2\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 166 226 / var(--tw-border-opacity, 1));
}
.border-\[\#156ACD\]{
  --tw-border-opacity: 1;
  border-color: rgb(21 106 205 / var(--tw-border-opacity, 1));
}
.border-\[\#1764C4\]{
  --tw-border-opacity: 1;
  border-color: rgb(23 100 196 / var(--tw-border-opacity, 1));
}
.border-\[\#1A5BAB\]{
  --tw-border-opacity: 1;
  border-color: rgb(26 91 171 / var(--tw-border-opacity, 1));
}
.border-brand-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 160 230 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#00A6E2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 226 / var(--tw-bg-opacity, 1));
}
.bg-\[\#156ACD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 106 205 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1764C4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(23 100 196 / var(--tw-bg-opacity, 1));
}
.bg-\[\#333333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECFBFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 251 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFEFEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFCEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ecfbff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 251 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0fcff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 252 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4fdff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7fdff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 253 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fad201\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 1 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-brand-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 160 230 / var(--tw-bg-opacity, 1));
}
.bg-brand-text{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-brand-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#00A6E2\]{
  --tw-gradient-from: #00A6E2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 166 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#156ACD\]{
  --tw-gradient-from: #156ACD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 106 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#216acc\]{
  --tw-gradient-from: #216acc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 106 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#4488d7\]{
  --tw-gradient-from: #4488d7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 136 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#73a6e1\]{
  --tw-gradient-from: #73a6e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 166 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a1c3eb\]{
  --tw-gradient-from: #a1c3eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 195 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#00A6E2\]{
  --tw-gradient-to: #00A6E2 var(--tw-gradient-to-position);
}
.to-\[\#156ACD\]{
  --tw-gradient-to: #156ACD var(--tw-gradient-to-position);
}
.to-\[\#30a6e2\]{
  --tw-gradient-to: #30a6e2 var(--tw-gradient-to-position);
}
.to-\[\#35b8e8\]{
  --tw-gradient-to: #35b8e8 var(--tw-gradient-to-position);
}
.to-\[\#67caee\]{
  --tw-gradient-to: #67caee var(--tw-gradient-to-position);
}
.to-\[\#99dbf3\]{
  --tw-gradient-to: #99dbf3 var(--tw-gradient-to-position);
}
.bg-clip-text{
  background-clip: text;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.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;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-bebas{
  font-family: Bebas Neue, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[96px\]{
  font-size: 96px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-\[0\.42\]{
  line-height: 0.42;
}
.leading-\[0\.83\]{
  line-height: 0.83;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.33\]{
  line-height: 1.33;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.8125\]{
  line-height: 1.8125;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[2\.5\]{
  line-height: 2.5;
}
.leading-\[2\]{
  line-height: 2;
}
.leading-\[3\.33\]{
  line-height: 3.33;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.text-\[\#00A6E2\]{
  --tw-text-opacity: 1;
  color: rgb(0 166 226 / var(--tw-text-opacity, 1));
}
.text-\[\#156ACD\]{
  --tw-text-opacity: 1;
  color: rgb(21 106 205 / var(--tw-text-opacity, 1));
}
.text-\[\#1764C4\]{
  --tw-text-opacity: 1;
  color: rgb(23 100 196 / var(--tw-text-opacity, 1));
}
.text-\[\#30a6e2\]{
  --tw-text-opacity: 1;
  color: rgb(48 166 226 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#EBF2FA\]{
  --tw-text-opacity: 1;
  color: rgb(235 242 250 / var(--tw-text-opacity, 1));
}
.text-\[\#fad201\]{
  --tw-text-opacity: 1;
  color: rgb(250 210 1 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-brand-blue{
  --tw-text-opacity: 1;
  color: rgb(0 160 230 / var(--tw-text-opacity, 1));
}
.text-brand-text{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-80{
  opacity: 0.8;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
/*
  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%;
}

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

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

@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;
  }
}
@media (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  padding-top: 96px; /* PC時のヘッダーの高さに合わせる */
}

/* カスタムブレークポイント用のメディアクエリ */
@media (min-width: 800px) {
  .border-left-wide {
    inset: 0 0 96px 100px;
  }
}
/* スクロールラインのアニメーション */
@keyframes scrollLine {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #156acd;
  animation: scrollLine 1.5s ease-in-out infinite;
}

/* メニューボタンのアニメーション */
.menu-button span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #156acd;
  position: absolute;
  transition: all 0.3s ease;
}

.menu-button span:nth-child(1) {
  top: 0;
}

.menu-button span:nth-child(2) {
  top: 11px;
}

.menu-button span:nth-child(3) {
  top: 22px;
}

.menu-button.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}

.menu-button.active span:nth-child(2) {
  opacity: 0;
}

.menu-button.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}

/* スライドメニューのアニメーション */
.sp-menu {
  transition: transform 0.3s ease;
  transform: translateX(100%);
  width: 300px;
}

.sp-menu.active {
  transform: translateX(0);
}

@media (max-width: 480px) {
  .sp-menu {
    width: 100%;
  }
}
.pc-nav {
  letter-spacing: 0.02em;
}

.pc-nav-item-en {
  letter-spacing: 0.05em;
}

.pc-nav-item-ja {
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  .pc-nav ul {
    gap: 6px;
  }
  .pc-nav-item-en {
    font-size: 19px;
    letter-spacing: 0.03em;
  }
  .pc-nav-item-ja {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 1024px) {
  .pc-nav ul {
    gap: 5px;
  }
  .pc-nav-item-en {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
  .pc-nav-item-ja {
    font-size: 7px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1000px) {
  .pc-nav ul {
    gap: 4px;
  }
  .pc-nav-item-en {
    font-size: 12px;
    letter-spacing: 0;
  }
  .pc-nav-item-ja {
    font-size: 7px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 900px) {
  .pc-nav ul {
    gap: 3px;
  }
  .pc-nav-item-en {
    font-size: 11px;
    letter-spacing: 0;
  }
  .pc-nav-item-ja {
    font-size: 6px;
    letter-spacing: 0;
  }
  .pc-nav a {
    padding: 0.5rem 0.05rem;
  }
}
.top #about .title-area {
  background-image: url("../images/top/about_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top #mv {
  position: relative;
  background-image: url("../images/top/MV_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .top #mv {
    background-position: right;
  }
}
.top #mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 640px) {
  .top #mv:before {
    width: 20px;
  }
}
.top #mv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .top #mv:after {
    height: 50px;
  }
}

.top #company {
  background-color: #ecfbff;
}

.top #contact {
  position: relative;
  background-color: #ecfbff;
}

.top #instagram {
  position: relative;
  background-color: #fff;
}

.recruit #mv {
  position: relative;
  background-image: url("../images/recruit/MV_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.thanks #mv {
  position: relative;
  background-image: url("../images/other/MV_thanks.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.notfound {
  background-image: url("../images/other/MV_thanks.webp");
}

#footer {
  background-image: url("../images/common/footer_bg_pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  #footer {
    background-image: url("../images/common/footer_bg_sp.webp");
  }
}

* {
  box-sizing: border-box;
}

/* ページの基本設定 */
body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  padding-top: 96px; /* PC時のヘッダーの高さに合わせる */
}

header {
  /* ヘッダー要素自体を固定化 */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; /* 他のコンテンツの上に表示されるようにする */
  background-color: #fff; /* ヘッダーの背景色を明示的に設定（透過を防ぐため） */
  width: 100%;
}

/* アンカーリンクの飛び先調整 */
:target {
  scroll-margin-top: 96px; /* PCでのヘッダーの高さに合わせて調整 */
}

/* スマホ・タブレット用 (ヘッダーの高さが変わる場合) */
@media (max-width: 1023px) {
  /* Tailwind CSSのlgブレークポイントに合わせる場合 */
  body {
    padding-top: 64px; /* スマホ・タブレット時のヘッダーの高さに合わせて調整 */
  }
  :target {
    scroll-margin-top: 64px; /* スマホ・タブレット時のヘッダーの高さに合わせて調整 */
  }
}
.text-animation {
  visibility: hidden; /* 初期状態で非表示 */
  display: inline-block;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in; /* 表示時（フェードイン）の速度を指定 */
}

.blue-box {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #00a6e2, #156acd);
  z-index: 3; /* 青い四角がテキストの上に表示される */
  transition: width 0.55s ease-in, left 0.4s ease-out, opacity 0.3s ease-out; /* フェードアウトの速度（非表示時） */
  opacity: 1;
}

/* 四角が左から右に広がる（表示時） */
.start-animation .blue-box {
  width: 100%; /* テキスト幅に応じて広がる */
}

/* テキストを表示 */
.show-text .text-animation {
  visibility: visible;
  opacity: 1; /* フェードイン */
  transition: opacity 0.2s ease-in; /* テキストの表示速度 */
}

/* 四角をフェードアウトしながら左から右へ消える（非表示時） */
.hide-box .blue-box {
  left: 100%; /* 左から右へスライドアウト */
  width: 100%; /* 四角を保持したまま消える */
}

.fade-in {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; /* フェードインの速度 */
}

.fade-in.visible {
  opacity: 1;
}

h2.text-shadow {
  opacity: 0;
  transform: translateY(20px);
}

p.text-animation {
  opacity: 0;
  transform: translateY(20px);
}

/* 既存のscroll-fade-inの定義とまとめる */
.scroll-fade-in,
.scroll-fade-in-right,
.scroll-fade-in-left,
.fade-in-on-load {
  /* ← 新しいクラスを追加 */
  opacity: 0;
  transition: all 0.5s ease-out;
}

.scroll-fade-in,
.fade-in-on-load {
  transform: translateY(20px);
}

/* スタイルを適用（X軸方向の移動） */
.scroll-fade-in-right {
  transform: translateX(20px);
}

.scroll-fade-in-left {
  transform: translateX(-20px);
}

/* 表示された時のスタイル */
.scroll-fade-in.visible,
.scroll-fade-in-right.visible,
.scroll-fade-in-left.visible,
.fade-in-on-load.visible {
  /* ← 新しいクラスを追加 */
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.start-animation .blue-box {
  width: 100%; /* 青いボックスが広がる */
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* 水平方向, 垂直方向, ぼかし, 色 */
}

/* メニュー開閉時のスクロール制御 - 修正版 */
body.menu-open {
  overflow: hidden;
  /* position: fixed を削除 */
  /* width: 100%; を削除 */
  /* height: 100vh; を削除 */
}

/* タッチデバイス用の追加制御 */
body.menu-open {
  touch-action: none; /* タッチスクロールを無効化 */
}

/* iOS Safari用の追加制御 */
@supports (-webkit-touch-callout: none) {
  body.menu-open {
    position: relative; /* fixedではなくrelativeを使用 */
    overflow: hidden;
  }
}
/* メニューボタンのアニメーション */
.menu-button span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #156acd;
  position: absolute;
  transition: all 0.3s ease;
}

.menu-button span:nth-child(1) {
  top: 0;
}

.menu-button span:nth-child(2) {
  top: 11px;
}

.menu-button span:nth-child(3) {
  top: 22px;
}

.menu-button.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11px;
}

.menu-button.active span:nth-child(2) {
  opacity: 0;
}

.menu-button.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
}

/* スライドメニューのアニメーション */
.sp-menu {
  transition: transform 0.3s ease;
  transform: translateX(100%);
  width: 300px;
}

.sp-menu.active {
  transform: translateX(0);
}

@media (max-width: 480px) {
  .sp-menu {
    width: 100%;
  }
}
#birthdate {
  cursor: pointer;
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:opacity-10:hover{
  opacity: 0.1;
}
.hover\:opacity-75:hover{
  opacity: 0.75;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#00A6E2\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 166 226 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-brand-blue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 160 230 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:hover\:scale-100:hover:disabled{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
@media (min-width: 640px){
  .sm\:-bottom-\[60px\]{
    bottom: -60px;
  }
  .sm\:-left-\[50px\]{
    left: -50px;
  }
  .sm\:-top-\[20px\]{
    top: -20px;
  }
  .sm\:bottom-0{
    bottom: 0px;
  }
  .sm\:bottom-\[100px\]{
    bottom: 100px;
  }
  .sm\:bottom-\[20px\]{
    bottom: 20px;
  }
  .sm\:bottom-\[394px\]{
    bottom: 394px;
  }
  .sm\:left-\[100px\]{
    left: 100px;
  }
  .sm\:left-\[50px\]{
    left: 50px;
  }
  .sm\:left-\[63px\]{
    left: 63px;
  }
  .sm\:right-\[20px\]{
    right: 20px;
  }
  .sm\:top-0{
    top: 0px;
  }
  .sm\:top-\[0\]{
    top: 0;
  }
  .sm\:order-1{
    order: 1;
  }
  .sm\:order-2{
    order: 2;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-7{
    margin-bottom: 1.75rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:ml-8{
    margin-left: 2rem;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[100px\]{
    height: 100px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:h-\[40px\]{
    height: 40px;
  }
  .sm\:max-h-\[1056px\]{
    max-height: 1056px;
  }
  .sm\:w-\[100px\]{
    width: 100px;
  }
  .sm\:w-\[180px\]{
    width: 180px;
  }
  .sm\:w-\[24px\]{
    width: 24px;
  }
  .sm\:w-\[480px\]{
    width: 480px;
  }
  .sm\:w-\[600px\]{
    width: 600px;
  }
  .sm\:w-\[660px\]{
    width: 660px;
  }
  .sm\:w-\[calc\(25\%-15px\)\]{
    width: calc(25% - 15px);
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:gap-20{
    gap: 5rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:pr-0{
    padding-right: 0px;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pt-32{
    padding-top: 8rem;
  }
  .sm\:pt-\[116px\]{
    padding-top: 116px;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-\[14px\]{
    font-size: 14px;
  }
  .sm\:text-\[30px\]{
    font-size: 30px;
  }
  .sm\:text-\[32px\]{
    font-size: 32px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-\[48px\]{
    font-size: 48px;
  }
  .sm\:text-\[60px\]{
    font-size: 60px;
  }
  .sm\:text-\[96px\]{
    font-size: 96px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:h-\[517px\]{
    height: 517px;
  }
  .md\:w-\[380px\]{
    width: 380px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:border-b{
    border-bottom-width: 1px;
  }
  .md\:border-b-0{
    border-bottom-width: 0px;
  }
  .md\:px-\[140px\]{
    padding-left: 140px;
    padding-right: 140px;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[48px\]{
    font-size: 48px;
  }
  .md\:text-\[64px\]{
    font-size: 64px;
  }
  .md\:text-\[96px\]{
    font-size: 96px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:\!leading-\[1\.75\]{
    line-height: 1.75 !important;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:top-\[30px\]{
    top: 30px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[96px\]{
    height: 96px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[1164px\]{
    width: 1164px;
  }
  .lg\:w-\[140px\]{
    width: 140px;
  }
  .lg\:w-\[380px\]{
    width: 380px;
  }
  .lg\:w-\[45vw\]{
    width: 45vw;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){
  .xl\:bottom-\[20px\]{
    bottom: 20px;
  }
  .xl\:left-\[200px\]{
    left: 200px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:w-\[1240px\]{
    width: 1240px;
  }
  .xl\:w-\[180px\]{
    width: 180px;
  }
  .xl\:w-\[55\%\]{
    width: 55%;
  }
  .xl\:w-\[calc\(25\%-30px\)\]{
    width: calc(25% - 30px);
  }
  .xl\:max-w-\[620px\]{
    max-width: 620px;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:text-\[80px\]{
    font-size: 80px;
  }
}
@media (min-width: 1536px){
  .\32xl\:w-\[170px\]{
    width: 170px;
  }
  .\32xl\:w-\[220px\]{
    width: 220px;
  }
  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}