@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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-\[50px\]{
  bottom: -50px;
}
.-top-32{
  top: -8rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-\[14px\]{
  left: 14px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-\[15px\]{
  right: 15px;
}
.right-\[30px\]{
  right: 30px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-8{
  top: 2rem;
}
.top-\[50\%\]{
  top: 50%;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[6000\]{
  z-index: 6000;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mb-32{
  margin-bottom: -8rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-\[7px\]{
  margin-left: 7px;
}
.ml-auto{
  margin-left: auto;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[45px\]{
  height: 45px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.w-10{
  width: 2.5rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[49\%\]{
  width: 49%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[calc\(50\%-8px\)\]{
  width: calc(50% - 8px);
}
.w-full{
  width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-lg{
  max-width: 32rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.resize{
  resize: both;
}
.appearance-none{
  appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.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;
}
.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-2{
  border-width: 2px;
}
.border-8{
  border-width: 8px;
}
.border-\[10px\]{
  border-width: 10px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#006BA3\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 107 163 / var(--tw-border-opacity, 1));
}
.border-\[\#008CD6\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 140 214 / var(--tw-border-opacity, 1));
}
.border-\[\#B83C37\]{
  --tw-border-opacity: 1;
  border-color: rgb(184 60 55 / var(--tw-border-opacity, 1));
}
.border-\[\#C6D1D7\]{
  --tw-border-opacity: 1;
  border-color: rgb(198 209 215 / var(--tw-border-opacity, 1));
}
.border-\[\#FFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / 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-\[\#006BA3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 163 / var(--tw-bg-opacity, 1));
}
.bg-\[\#01C755\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 199 85 / var(--tw-bg-opacity, 1));
}
.bg-\[\#02235F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 35 95 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECC8C5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 200 197 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1F3F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.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-\[\#006BA3\]{
  --tw-gradient-from: #006BA3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 107 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#02235F\]{
  --tw-gradient-to: #02235F var(--tw-gradient-to-position);
}
.to-black\/60{
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}
.to-black\/70{
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
}
.fill-current{
  fill: currentColor;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-noto{
  font-family: Noto Sans JP, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.\!leading-\[0\.5em\]{
  line-height: 0.5em !important;
}
.\!leading-tight{
  line-height: 1.25 !important;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.13em\]{
  letter-spacing: 0.13em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#006BA3\]{
  --tw-text-opacity: 1;
  color: rgb(0 107 163 / var(--tw-text-opacity, 1));
}
.text-\[\#02235F\]{
  --tw-text-opacity: 1;
  color: rgb(2 35 95 / var(--tw-text-opacity, 1));
}
.text-\[\#0A192F\]{
  --tw-text-opacity: 1;
  color: rgb(10 25 47 / var(--tw-text-opacity, 1));
}
.text-\[\#282828\]{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.text-\[\#B83C37\]{
  --tw-text-opacity: 1;
  color: rgb(184 60 55 / var(--tw-text-opacity, 1));
}
.text-\[\#F00\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-70{
  opacity: 0.7;
}
.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);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  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;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.writing-mode-vertical-rl{
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
/*
  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;
  }
}

html {
  scroll-behavior: smooth;
}

/* または、より安全な設定 */
html,
body {
  scroll-behavior: smooth !important;
}

.gradient-text {
  /* フォントの指定 */
  font-family: "Montserrat", sans-serif;
  font-weight: 700; /* Montserratの太字 */
  text-align: center;
  /* グラデーションの指定 */
  background: linear-gradient(to right, #006ba3, #02235f);
  /* テキストをグラデーションで塗りつぶす */
  -webkit-background-clip: text; /* Safari/Chrome用 */
  background-clip: text;
  /* テキストの色を透明にする（グラデーションが見えるように） */
  color: transparent;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}

.main-area {
  background-image: url("../images/bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* これを追加 */
  position: relative; /* 疑似要素のために追加 */
  /* グラデーションの影 */
}
.main-area::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.33%; /* 下から3分の1の高さ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* 下から上に向かって黒から透明に */
  pointer-events: none; /* クリックイベントを透過させる */
  z-index: -1; /* コンテンツより下に、背景より上に配置 */
}

#mv {
  position: relative;
  background-color: #fff;
  /* グラデーションの影 */
}
#mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.33%; /* 下から3分の1の高さ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); /* 下から上に向かって黒から透明に */
  pointer-events: none; /* クリックイベントを透過させる */
  z-index: 1; /* コンテンツより下に、背景より上に配置 */
}
#mv .text-shadow {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
#mv .fv-side-menu::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120%;
  height: 120%;
  background-image: url(../images/bg_menu_shadow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
#mv .catch-text {
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}
#mv .catch-text.is-animated {
  opacity: 1;
  transform: translateY(0);
}
#mv .catch-text .catch-text-block {
  display: block;
  overflow: hidden;
  transform: translateY(5%);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s ease-out;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.7), 2px 4px 15px rgba(0, 0, 0, 0.5), 3px 6px 25px rgba(0, 0, 0, 0.3), 4px 8px 35px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.7), 2px 4px 15px rgba(0, 0, 0, 0.5), 3px 6px 25px rgba(0, 0, 0, 0.3), 4px 8px 35px rgba(0, 0, 0, 0.1);
}
#mv .catch-text .catch-text-block.show-content {
  transform: translateY(0);
  opacity: 1;
}
#mv .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mv .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#mv .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s ease-in-out;
}
#mv .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
#mv .swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
#mv .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#mv .scroll-indicator .scroll-line {
  position: relative;
  overflow: hidden;
}
#mv .scroll-indicator .scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
  background-color: #02235f;
  animation: scrollAnimation 2s infinite ease-in-out;
}
@keyframes scrollAnimation {
  0% {
    transform: translateY(-100%);
  }
  80% {
    transform: translateY(180%);
  }
  100% {
    transform: translateY(200%);
  }
}

#greeting {
  position: relative;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
#greeting .swiper-area {
  bottom: 0;
  position: absolute;
  width: 100%;
  bottom: -70px;
}
#greeting .swiper-wrapper {
  transition-timing-function: linear;
}
#greeting .swiper-slide img {
  height: auto;
  width: 100%;
  padding: 0 10px;
}
@media (max-width: 480px) {
  #greeting .swiper-slide img {
    padding: 0 5px;
  }
}

#message {
  position: relative;
}
#message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: white;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  z-index: 0;
}
#message::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 61px;
  height: 61px;
  background-color: #fff;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
  z-index: 1;
}

#about {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 360px;
  background-color: #f1f3f5;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
#about::after {
  content: "";
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #02235f;
  z-index: -1;
}
@media (max-width: 480px) {
  #about::after {
    top: auto;
    bottom: 0;
  }
}
#about .contents-wrap {
  position: relative;
}
#about .contents-wrap::before {
  content: "";
  position: absolute;
  bottom: 45px;
  right: -45px;
  width: 100px;
  height: 12px;
  background-color: #fff;
  z-index: 0;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
@media (max-width: 640px) {
  #about .contents-wrap::before {
    right: -10px;
  }
}

#roles {
  position: relative;
}
#roles::before {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 262px;
  height: 500px;
  background-color: #f1f3f5;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  z-index: -1;
}

#intro {
  position: relative;
  overflow: hidden;
}
#intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  z-index: -1;
}
#intro::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 101%;
  height: 360px;
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  z-index: -1;
}
#intro .job-info {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  visibility: visible;
}
#intro .job-info.hidden {
  opacity: 0;
  visibility: hidden;
}
#intro .job-info.fade-out {
  opacity: 0;
}
#intro .job-info.fade-in {
  opacity: 1;
  visibility: visible;
}
#intro .job-info .img-block {
  position: relative;
}
#intro .job-info .img-block:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 70%;
  background-color: #02235f;
  z-index: -1;
  display: block;
}
#intro .job-info.fade-preparing {
  opacity: 0;
  visibility: visible;
}

/* サイド固定メニューのグラスモーフ効果 */
#fixed-side-menu {
  background-color: rgba(0, 0, 0, 0.3); /* 少し透明な背景色 */
  backdrop-filter: blur(8px); /* ぼかしの強さを調整 */
  -webkit-backdrop-filter: blur(8px); /* Safari対応 */
}

.gradient-move-button {
  background: linear-gradient(90deg, #006ba3 0%, #02235f 50%, #006ba3 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-position 0.5s ease-in-out;
  margin-top: 16px;
}
.gradient-move-button:hover {
  background-position: 100% 50%;
}

.detail-block,
.form-block-03 {
  /* form-block-03もアコーディオンなので同じスタイルを適用 */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out; /* paddingもアニメーション対象に含める */
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px; /* ボタンとの間にマージンを確保 */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.detail-block:not(.is-hidden-accordion),
.form-block-03:not(.is-hidden-accordion) {
  max-height: 1800px; /* 内容の高さに合わせて十分に大きな値を設定 */
  padding-top: 1rem; /* 必要に応じて調整 */
  padding-bottom: 1.5rem; /* 必要に応じて調整 */
}

.vertical-line {
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.vertical-line.rotated {
  transform: rotate(90deg);
}

.slider-fixed-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: auto;
  overflow: visible;
  z-index: 10;
}

.interview-slider {
  position: relative !important;
  top: 0 !important;
  width: 100%;
  max-width: 540px;
  overflow: visible;
  padding: 0 40px 60px 40px;
}
@media (max-width: 480px) {
  .interview-slider {
    padding: 0 20px 60px 20px;
  }
}
.interview-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 480px) {
  .interview-slider:before {
    height: 8vh;
  }
}
.interview-slider:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: -10px;
  width: 60px;
  height: 12px;
  background-color: #fff;
  z-index: 0;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.interview-slider .swiper {
  overflow: hidden !important;
  border-radius: 0;
  position: relative;
  width: 100% !important;
  max-width: 400px;
  margin-bottom: 20px;
}
.interview-slider .swiper-wrapper {
  width: 100% !important;
}
.interview-slider .swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.interview-slider .swiper-slide img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.interview-slider .swiper-button-next,
.interview-slider .swiper-button-prev {
  position: absolute !important;
  top: calc(50% - 85px) !important;
  width: 44px !important;
  height: 44px !important;
  margin-top: 0 !important;
  background-color: #006ba3 !important;
  border-radius: 50% !important;
  color: white !important;
  font-size: 18px !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  z-index: 10 !important;
}
.interview-slider .swiper-button-next:after,
.interview-slider .swiper-button-prev:after {
  display: none !important;
  content: "" !important;
}
.interview-slider .swiper-button-next:before,
.interview-slider .swiper-button-prev:before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid white !important;
  border-right: 2px solid white !important;
  border-left: none !important;
  border-bottom: none !important;
  background: transparent !important;
  transform: translate(-50%, -50%) !important;
  display: block !important;
}
.interview-slider .swiper-button-next:hover,
.interview-slider .swiper-button-prev:hover {
  opacity: 0.8 !important;
}
.interview-slider .swiper-button-next.swiper-button-disabled,
.interview-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}
.interview-slider .swiper-button-next.swiper-button-disabled:hover,
.interview-slider .swiper-button-prev.swiper-button-disabled:hover {
  transform: none !important;
}
.interview-slider .swiper-button-next {
  right: -25px !important;
}
.interview-slider .swiper-button-next:before {
  left: 45% !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.interview-slider .swiper-button-prev {
  left: -25px !important;
}
.interview-slider .swiper-button-prev:before {
  left: 55% !important;
  transform: translate(-50%, -50%) rotate(-135deg) !important;
}
.interview-slider .swiper-pagination {
  position: relative !important;
  margin-top: 20px !important;
  text-align: center !important;
}
.interview-slider .swiper-pagination .swiper-pagination-bullet {
  width: 24px !important;
  height: 3px !important;
  margin: 0 2px !important;
  background: #fff !important;
  opacity: 0.5 !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;
}
.interview-slider .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.8 !important;
}
.interview-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #006ba3 !important;
  opacity: 1 !important;
}

#interview {
  overflow: visible !important;
}

#flow {
  background-image: url("../images/flow_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#qa {
  position: relative;
  overflow: hidden;
}
#qa:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -40px;
  width: 100px; /* 60px から 100px に変更 */
  height: 12px;
  background-color: #fff;
  z-index: 0;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
#qa:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 101%;
  height: 100%;
  background-color: #02235f;
  clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
  z-index: -1;
}
@media (max-width: 480px) {
  #qa:after {
    height: 70%;
  }
}
#qa .qa-container .qa-item .qa-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#qa .qa-container .qa-item .qa-question .qa-arrow {
  transition: transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qa .qa-container .qa-item .qa-question .qa-arrow.rotated {
  transform: rotate(180deg);
}
#qa .qa-container .qa-item .qa-question .qa-arrow svg {
  width: 24px;
  height: 24px;
  color: currentColor;
}
#qa .qa-container .qa-item .qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

footer {
  /* スクロールして表示された時のクラス */
}
footer .contents-wrap {
  position: relative;
}
footer .contents-wrap::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0;
  width: 40%;
  height: 500px;
  background-color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  z-index: 0;
}
@media (max-width: 480px) {
  footer .contents-wrap::before {
    width: 60%;
  }
}
footer .contact-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%); /* 初期状態では画面下部に完全に隠す */
  transition: transform 0.5s ease-out; /* アニメーションの時間とイージング */
  z-index: 50;
  padding: 1rem 0; /* 適度な余白を追加 */
}
footer .contact-block.is-visible {
  transform: translateY(0); /* 元の位置に戻す */
}
footer .Gradation_1 {
  display: flex;
  width: 100%;
  height: 100px;
  background: linear-gradient(270deg, #0cb1c1, #3948b9);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
  align-items: center;
  justify-content: center;
}
footer .Gradation_1_text {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
@keyframes Grad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.arrow-up-icon svg {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform 0s ease-in-out;
}

.observe-fade-in {
  opacity: 0;
  transition: opacity 1s ease-out, transform 0.5s ease-out; /* アニメーションの時間とイージング */
}

.observe-fade-in.from-right {
  transform: translateX(20px); /* 初期位置: 右に10pxずらす */
}

.observe-fade-in.from-left {
  transform: translateX(-20px); /* 初期位置: 左に10pxずらす */
}

.observe-fade-in.from-bottom {
  transform: translateY(20px); /* 初期位置: 下に10pxずらす */
}

.observe-fade-in.is-visible {
  opacity: 1;
  transform: translate(0); /* 元の位置に戻る */
}

/* WebKit/Blink系ブラウザ (Chrome, Safari, Edge, Opera) */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* スピナーボタンの表示を無効化 */
  margin: 0; /* スピナーボタンが占めていたマージンを削除 */
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; /* 数値フィールドのデフォルトの外観をテキストフィールドに変更 */
}

/* オプション: IE10/11 の X ボタンを非表示にする場合 (あまり一般的ではないが) */
input[type=number]::-ms-clear {
  display: none;
}

/* エラーメッセージのスタイル */
.form-error-bubble {
  padding-top: 3px;
  color: #f00;
  border-radius: 6px; /* */
  font-size: 0.875rem; /* テキストサイズを調整 */
  pointer-events: none; /* ホバーイベントを透過 */
  opacity: 0; /* 初期状態では非表示 */
  visibility: hidden; /* 初期状態では非表示 */
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out; /* フェードイン/アウトアニメーション */
}
.form-error-bubble.is-visible {
  opacity: 1; /* */
  visibility: visible; /* */
}

.grecaptcha-badge {
  z-index: 5000 !important;
  bottom: 120px !important;
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-10:hover{
  opacity: 0.1;
}

.hover\:opacity-55:hover{
  opacity: 0.55;
}

.hover\:opacity-85:hover{
  opacity: 0.85;
}

.focus\:border-blue-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.5rem;
  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\:left-\[24px\]{
    left: 24px;
  }
  .sm\:top-12{
    top: 3rem;
  }
  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-52{
    margin-bottom: 13rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:ml-\[20px\]{
    margin-left: 20px;
  }
  .sm\:mr-6{
    margin-right: 1.5rem;
  }
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:h-\[28px\]{
    height: 28px;
  }
  .sm\:w-\[160px\]{
    width: 160px;
  }
  .sm\:w-\[240px\]{
    width: 240px;
  }
  .sm\:w-\[28px\]{
    width: 28px;
  }
  .sm\:w-\[360px\]{
    width: 360px;
  }
  .sm\:w-\[600px\]{
    width: 600px;
  }
  .sm\:w-\[640px\]{
    width: 640px;
  }
  .sm\:w-\[80\%\]{
    width: 80%;
  }
  .sm\:w-\[85\%\]{
    width: 85%;
  }
  .sm\:w-\[90\%\]{
    width: 90%;
  }
  .sm\:w-\[calc\(50\%-12px\)\]{
    width: calc(50% - 12px);
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-48{
    padding-bottom: 12rem;
  }
  .sm\:pl-3{
    padding-left: 0.75rem;
  }
  .sm\:pt-32{
    padding-top: 8rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:left-8{
    left: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:w-auto{
    width: auto;
  }
  .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\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:fixed{
    position: fixed;
  }
  .lg\:block{
    display: block;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
  .xl\:left-4{
    left: 1rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:w-\[25\%\]{
    width: 25%;
  }
  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-\[240px\]{
    width: 240px;
  }
  .\32xl\:w-\[30\%\]{
    width: 30%;
  }
  .\32xl\:w-\[400px\]{
    width: 400px;
  }
  .\32xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1730px){
  .\33xl\:w-\[568px\]{
    width: 568px;
  }
}