*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.btn {
  margin: auto;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-xs {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.btn-lg {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.btn-info {
  position: relative;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --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);
}
.btn-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.btn-info:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.75;
}
.btn-info:hover,
	.btn-info:active,
	.btn-info:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-cta {
		/* background: linear-gradient(0deg, #fb58aa 0%, #fc77ba 100%); */
		position: relative;
		display: block;
		border-radius: 9999px;
		text-align: center;
		font-weight: 700;
		--tw-text-opacity: 1 !important;
		color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
		--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);
		--tw-shadow-color: rgb(254 208 231 / 0.5);
		--tw-shadow: var(--tw-shadow-colored);
		background-image: linear-gradient(to top, var(--tw-gradient-stops));
		--tw-gradient-from: #FB58AA var(--tw-gradient-from-position);
		--tw-gradient-to: rgb(251 88 170 / 0) var(--tw-gradient-to-position);
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
		--tw-gradient-to: #FC80BE var(--tw-gradient-to-position);
	}
.btn-cta:hover,
	.btn-cta:active,
	.btn-cta:focus {
		/* background: linear-gradient(0deg, #f6339a 0%, #f6339a 100%); */
		box-shadow: 0 4px 18px rgba(246, 51, 154, 0.16);
		background-image: linear-gradient(to top, var(--tw-gradient-stops));
		--tw-gradient-from: #FA218E var(--tw-gradient-from-position);
		--tw-gradient-to: rgb(250 33 142 / 0) var(--tw-gradient-to-position);
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
		--tw-gradient-to: #FA218E var(--tw-gradient-to-position);
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
.btn-primary {
  position: relative;
  display: block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  --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);
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
		transition: background 0.3s;
}
.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
/* 矢印 */
.icon-arrow {
		position: relative;
	}
.icon-arrow:after {
  position: absolute;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-content: "";
  content: var(--tw-content);
		right: 1rem;
		top: 50%;
		margin-top: -0.3em;
		transform: rotate(-45deg);
}
.icon-arrow.icon-gray:after {
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.icon-arrow.icon-white:after {
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.btn:has(.icon-arrow) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn .icon-arrow,
	.btn .icon-arrow {
  position: absolute;
  right: 0px;
}
/* plus マーク */
.icon-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-plus .plus-mark {
  position: relative;
  margin-right: 1rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.icon-plus .plus-mark:before,
	.icon-plus .plus-mark:after {
  position: absolute;
  border-radius: 0.25rem;
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
}
.icon-plus .plus-mark:before {
  left: 50%;
  top: 50%;
  height: 0.125rem;
  width: 1rem;
  --tw-translate-x: -50%;
  --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));
}
.icon-plus .plus-mark:after {
  left: 50%;
  top: 50%;
  height: 1rem;
  width: 0.125rem;
  --tw-translate-x: -50%;
  --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));
}
/* フェードイン前 */
.fadein {
  --tw-translate-y: 1.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));
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.fadein.is-visible {
  --tw-translate-y: 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));
  opacity: 1;
}
/* 各ページ */
.show {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.show.is-visible {
		opacity: 1;
	}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-left-10 {
  left: -2.5rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-auto {
  bottom: auto;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-8 {
  top: 2rem;
}
.top-\[11\.5rem\] {
  top: 11.5rem;
}
.top-\[200vh\] {
  top: 200vh;
}
.top-\[50vh\] {
  top: 50vh;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.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-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-16 {
  height: 4rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[0\.1em\] {
  height: 0.1em;
}
.h-\[41rem\] {
  height: 41rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-52 {
  width: 13rem;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[22rem\] {
  max-width: 22rem;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  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-0 {
  --tw-translate-y: 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));
}
.translate-y-6 {
  --tw-translate-y: 1.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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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;
}
.resize-y {
  resize: vertical;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-neutral-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-t-deepblue-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(140 135 212 / var(--tw-border-opacity));
}
.border-t-deepblue-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(111 105 201 / var(--tw-border-opacity));
}
.border-t-deepblue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 75 190 / var(--tw-border-opacity));
}
.border-t-deepblue-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(66 59 165 / var(--tw-border-opacity));
}
.border-t-indigo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-deepblue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 135 212 / var(--tw-bg-opacity));
}
.bg-deepblue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 105 201 / var(--tw-bg-opacity));
}
.bg-deepblue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 210 239 / var(--tw-bg-opacity));
}
.bg-deepblue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 75 190 / var(--tw-bg-opacity));
}
.bg-deepblue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 59 165 / var(--tw-bg-opacity));
}
.bg-deepblue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 49 135 / var(--tw-bg-opacity));
}
.bg-deepblue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-hotpink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 88 170 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.bg-lavender-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 248 / var(--tw-bg-opacity));
}
.bg-lavender-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 17 26 / var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-\[url\(\"\.\.\/images\/flow_arrow_v\.svg\"\)\] {
  background-image: url("https://afi2.vernis.co.jp/file/box/new/flow_arrow_v.svg");
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-deepblue-600 {
  --tw-gradient-from: #423BA5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 59 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hotpink-500 {
  --tw-gradient-from: #FB58AA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 88 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-hotpink-600 {
  --tw-gradient-from: #FA218E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 33 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-deepblue-800 {
  --tw-gradient-to: #2A2669 var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.p-0 {
  padding: 0px;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-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-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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[35\.75vw\] {
  padding-top: 35.75vw;
  padding-bottom: 35.75vw;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[10\.48\%\] {
  padding-top: 10.48%;
}
.pt-\[45vw\] {
  padding-top: 45vw;
}
.pt-\[7\.5rem\] {
  padding-top: 7.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-middle {
  vertical-align: middle;
}
.font-NotoSans {
  font-family: Noto Sans JP, sans-serif;
}
.font-Roboto {
  font-family: Roboto, serif;
}
.font-body-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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-normal {
  font-weight: 400;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-deepblue-200 {
  --tw-text-opacity: 1;
  color: rgb(169 165 223 / var(--tw-text-opacity));
}
.text-deepblue-300 {
  --tw-text-opacity: 1;
  color: rgb(140 135 212 / var(--tw-text-opacity));
}
.text-deepblue-400 {
  --tw-text-opacity: 1;
  color: rgb(111 105 201 / var(--tw-text-opacity));
}
.text-deepblue-500 {
  --tw-text-opacity: 1;
  color: rgb(82 75 190 / var(--tw-text-opacity));
}
.text-deepblue-600 {
  --tw-text-opacity: 1;
  color: rgb(66 59 165 / var(--tw-text-opacity));
}
.text-deepblue-800 {
  --tw-text-opacity: 1;
  color: rgb(42 38 105 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-hotpink-500 {
  --tw-text-opacity: 1;
  color: rgb(251 88 170 / var(--tw-text-opacity));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-lavender-800 {
  --tw-text-opacity: 1;
  color: rgb(50 39 61 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.content-\[\"\"\] {
  --tw-content: "";
  content: var(--tw-content);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.\[background-image\:radial-gradient\(circle\2c _theme\(\'colors\.deepblue\.500\'\)_0\.25rem\2c _transparent_0\.25rem\)\] {
  background-image: radial-gradient(circle, #524BBE 0.25rem, transparent 0.25rem);
}
.\[background-image\:radial-gradient\(circle\2c _theme\(\'colors\.lavender\.800\'\)_0\.25rem\2c _transparent_0\.25rem\)\] {
  background-image: radial-gradient(circle, #32273D 0.25rem, transparent 0.25rem);
}
.\[background-position\:left_bottom\] {
  background-position: left bottom;
}
.\[background-size\:1rem_0\.5rem\] {
  background-size: 1rem 0.5rem;
}
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */

body {
  position: relative;
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

h1,h2 {
  font-weight: 700;
  letter-spacing: 0.05em;
}

div,p,dd {
  overflow-wrap: break-word;
  text-align: justify;
	line-break: strict;
	hanging-punctuation: allow-end;
	text-justify: inter-ideograph;
}

/* **************************************************
	link
************************************************** */

a {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
a:active,
a:focus {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

/* **************************************************
	header
************************************************** */

.header {
	z-index: 100;
}

.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.header-logo{
	z-index: 110;
}

.header-logo img {
	width: auto;
	height: 3rem;
	max-width: none;
	max-height: none;
}

.nav {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 248 / var(--tw-bg-opacity));
  opacity: 0;
	z-index: 100;
}

.nav ul {
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
}

.nav ul li a {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(42 38 105 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {

  .nav ul li a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.nav a:hover,
.nav a:active,
.nav a:focus {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.hamburger {
  display: flex;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  border-radius: 0.125rem;
	z-index: 110;
}

.hamburger span {
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(22 17 26 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav.open {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger.open span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
	transform: translateY(-9px) rotate(-45deg);
}


@media (min-width: 1112px){

	.nav {
    visibility: visible;
    position: static;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    background-color: transparent;
    opacity: 1;
  }

	.nav ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.25rem;
    padding: 0px;
  }

	.nav ul li a {
    display: block;
    width: auto;
    white-space: nowrap;
    padding: 0.375rem;
    text-align: center;
    text-decoration-line: none;
		transition: none;
  }

	.nav ul li:last-child a {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

	.hamburger {
    display: none;
  }

}


/*
@media (min-width: 1024px) and (max-width: 1105px) {
	.nav ul li a {
		font-size: 0.875rem;
	}
} */

/* **************************************************
	main visual
************************************************** */

.main-visual {
	/* @apply relative; */
	padding-top: 45vw;
}

@media (min-width: 768px) {

  .main-visual {
    padding-top: 30vw;
  }
}

@media (min-width: 1024px) {

  .main-visual {
    padding-top: 0px;
  }
}

.main-visual {
	/* @apply 2xl:h-[40vw]; */
}


.main-visual:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: auto;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
	padding-top: 90%;
	background-image: url("https://afi2.vernis.co.jp/file/box/new/main_visual_sp.jpg");
	background-size: cover;
	background-position: 0 100%;
	background-repeat: no-repeat;
}


@media (min-width: 640px) {

  .main-visual:before {
    top: -10vw;
  }
}

.webp .main-visual:before {
	background-image: url("https://afi2.vernis.co.jp/file/box/new/main_visual_sp.jpg");
}

.main-visual h1 {
  display: flex;
  height: auto;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.375;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
	font-size: clamp(1.9375rem, 1.2695rem + 2.1308vw, 2.5rem);
}


.main-visual-lead {
  position: relative;
  margin-bottom: 2rem;
  height: auto;
}


@media (min-width: 1024px) {

  .main-visual-lead {
    height: calc(45vw - 4rem);
  }
}


@media (min-width: 1536px) {

  .main-visual-lead {
    height: calc(41rem - 4rem);
  }
}


.main-visual-lead {
	z-index: 1;
}

.main-visual-text {
  display: flex;
  height: auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}


.main-mock img {
  display: block;
  height: auto;
	width: clamp(48vw, 50vw, 630px);
	max-width: 630px;
}


.main-bn img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
	width: clamp(13vw, 50vw, 100%);
}


@media (min-width: 1024px) {

  .main-bn img {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.regist-area {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	z-index: 100;
}



@media (min-width: 1024px) {

	.main-visual:before {
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    --tw-content: "";
    content: var(--tw-content);
		padding-top: 45%;
		background-image: url("https://afi2.vernis.co.jp/file/box/new/main_visual.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
  }

	.webp .main-visual:before {
		background-image: url("https://afi2.vernis.co.jp/file/box/new/main_visual.jpg");
	}


	.main-visual h1 {
    display: block;
    line-height: 1.5;
		font-size: clamp(2.375rem, 0.70192rem + 2.77778vw, 3.25rem);
  }


	.main-mock {
    left: auto;
  }

	.main-mock img {
    display: block;
    height: auto;
		width: clamp(320px, 34vw, 550px);
		max-width: 630px;
		max-height: 500px;
  }


	.main-bn img {
    display: block;
    height: auto;
		width: clamp(11vw, 34vw, 18rem);
  }


	.regist-area {
    margin-left: auto;
    height: auto;
    max-width: 22rem;
    background-color: rgb(255 255 255 / 0.7);
  }

}


@media (min-width: 1536px){
	.main-visual:before {
    height: 41rem;
    padding-top: 0px;
		background-image: url("https://afi2.vernis.co.jp/file/box/new/main_visual_lg.jpg");
  }

	.webp .main-visual:before {
		background-image: url("https://afi2.vernis.co.jp/file/box/new/main_visual_lg.jpg");
	}

}


/* **************************************************
	index
************************************************** */

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  aspect-ratio: auto;
  height: 1.25rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-image: url("https://afi2.vernis.co.jp/file/box/new/flow_arrow_v.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {

  .arrow {
    height: auto;
    width: 1.5rem;
    background-image: url("https://afi2.vernis.co.jp/file/box/new/flow_arrow_h.svg");
  }
}

.flow h2:after {
  position: absolute;
  top: -0.75rem;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1rem;
  width: 4rem;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 768px) {

  .flow h2:after {
    display: none;
  }
}

.flow h2:after {
  background-repeat: repeat-x;
  background-image: radial-gradient(circle, #32273D 0.25rem, transparent 0.25rem);
  background-position: left bottom;
  background-size: 1rem 0.5rem;
}



.wrapper{
	position: relative;
}

.wrapper:before {
  position: absolute;
  left: 0px;
  bottom: 100%;
  width: 100vw;
  --tw-content: "";
  content: var(--tw-content);
	padding-top: 10.48%;
	min-height: 9rem;
	background: url("./file/box/new/bg_ripple_top.svg") bottom center / cover no-repeat;
	z-index: -1;
}

.wrapper:after {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100vw;
  --tw-content: "";
  content: var(--tw-content);
	padding-top: 10.48%;
	min-height: 9rem;
	background: url("./file/box/new/bg_ripple_bottom.svg") bottom center / cover no-repeat;
	z-index: -1;
}



.kv-img {
	width: clamp(400px, 48vw, 640px);
}

.round-cards {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 111 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
	width: clamp(7rem, 8vw, 8rem);
}

.round-cards > p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {

  .round-cards > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}


.bg-lavender-ripple {
  position: relative;
}
.bg-lavender-ripple:before {
  position: absolute;
  top: 0px;
  width: 100vw;
  --tw-content: "";
  content: var(--tw-content);
	transform: translateY(-5.94vw);
	padding-top: 5.94%;
	max-height: 85px;
	background: url("./file/box/new/bg_ptn_ripple_lav.svg") bottom center / cover no-repeat;
	z-index: 0;
}


.bg-white-ripple {
  position: relative;
}

.bg-white-ripple:before {
  position: absolute;
  top: 0px;
  width: 100vw;
  --tw-content: "";
  content: var(--tw-content);
	transform: translateY(-5.94vw);
	padding-top: 5.94%;
	max-height: 85px;
	background: url("./file/box/new/bg_ptn_ripple_wh.svg") bottom center / cover no-repeat;
	z-index: 0;
}



/* **************************************************
	contents
************************************************** */

.c-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 248 / var(--tw-bg-opacity));
  padding-top: 7.5rem;
}

@media (min-width: 1024px) {

  .c-heading {
    margin-bottom: 12.5vw !important;
  }
}

.c-heading{
    /* background-image: url("./file/box/new/test.webp");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat; */
}



/* index 以外のtop bottom装飾 */
.c-wrapper {
  position: relative;
}

.c-heading {
  position: relative;
}

.c-heading h1 {
  position: relative;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #423BA5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 59 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2A2669 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
	z-index: 1;
}


.c-h1 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 800;
}

.c-h2{
	position: relative;
}

.c-h2:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1rem;
  width: 4rem;
  --tw-content: "";
  content: var(--tw-content);
  background-repeat: repeat-x;
  background-image: radial-gradient(circle, #524BBE 0.25rem, transparent 0.25rem);
  background-position: left bottom;
  background-size: 1rem 0.5rem;
}



.c-wrapper:before {
  position: absolute;
  top: 11.5rem;
  left: 0px;
  display: block;
  width: 100vw;
  padding-top: 10.48%;
  --tw-content: "";
  content: var(--tw-content);
	background: url("https://afi2.vernis.co.jp/file/box/new/bg_ripple_top.svg") bottom center / cover no-repeat;
	transform: rotate(-180deg) scaleX(-1);
	/* mask: url("./file/box/new/bg_ripple_top.svg") bottom center / cover no-repeat;
	-webkit-mask: url("./file/box/new/bg_ripple_top.svg") bottom center / cover no-repeat;
	background-image: url("./file/box/new/test.webp");
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat; */
}


.c-wrapper:after {
  position: absolute;
  bottom: auto;
  left: 0px;
  display: block;
  width: 100vw;
  padding-top: 10.48%;
  --tw-content: "";
  content: var(--tw-content);
	min-height: 9rem;
	background: url("https://afi2.vernis.co.jp/file/box/new/bg_ripple_dot.svg") bottom center / cover no-repeat;
}

.c-title {
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 0;
  --tw-translate-y: -25%;
  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));
  white-space: nowrap;
  font-family: Roboto, serif;
  font-weight: 800;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(169 165 223 / var(--tw-text-opacity));
  opacity: 0.1;
}

@media (min-width: 768px) {

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

.c-title{
	font-size: clamp(2.5rem, calc(1.652rem + 3.48vw), 5rem);

}


/* 親要素 */
/*
.bg-patterns {
	position: relative;
	animation: distort 30s ease both infinite;
	z-index: 1;
}


.bg-patterns:before,
.bg-patterns:after{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	height: auto;
}

//左の画像 (::before疑似要素)
.bg-patterns:before {
	width: clamp(10rem, 20vw, 16rem);
	aspect-ratio: 17 / 16;
	background-image: url('./file/box/new/bg_ptn_01.svg');
	left:0;
	top: 5vh;
}

//右の画像 (::after疑似要素)
.bg-patterns:after {
	width: clamp(12.5rem, 40vw, 21rem);
	aspect-ratio: 17 / 16;
	background-image: url('./file/box/new/bg_ptn_02.svg');
	right: 0;
}

@keyframes distort {
	0% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
	50% {
		transform: translate3d(0, 0, 0) skew(10deg, 10deg);
	}
	100% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
}
	*/


/* header animation */
.bg-patterns {
	position: relative;
	pointer-events: none;
}

.bg-ptn-distorted {
	position: absolute;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 17 / 16;
}



.bg-ptn-distorted.bg-ptn-left {
  top: 50vh;
  left: -2.5rem;
}



@media (min-width: 768px) {

  .bg-ptn-distorted.bg-ptn-left {
    left: -8rem;
  }
}



.bg-ptn-distorted.bg-ptn-left {
	width: clamp(10rem, 20vw, 16rem);
	background-image: url('https://afi2.vernis.co.jp/file/box/new/bg_ptn_01.svg');
	z-index: -1;
}

.bg-ptn-distorted.bg-ptn-right {
  top: 0px;
}

@media (min-width: 768px) {

  .bg-ptn-distorted.bg-ptn-right {
    top: -5rem;
  }
}

.bg-ptn-distorted.bg-ptn-right {
	width: clamp(12.5rem, 40vw, 21rem);
	background-image: url('https://afi2.vernis.co.jp/file/box/new/bg_ptn_02.svg');
	right: 0;
	z-index: 1;
}

.bg-ptn-distorted.bg-ptn-center {
  left: 25%;
  top: 200vh;
}

@media (min-width: 768px) {

  .bg-ptn-distorted.bg-ptn-center {
    top: 80vw;
  }
}

.bg-ptn-distorted.bg-ptn-center {
	width: clamp(140rem, 120vw, 160rem);
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url('https://afi2.vernis.co.jp/file/box/new/bg_ptn_03.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.animation-distort {
	animation: distort 40s ease both infinite;
}


@keyframes distort {
	0% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
	50% {
		transform: translate3d(0, 0, 0) skew(10deg, 10deg);
	}
	100% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
}



/*
.bg-ptn-distorted {
	position: absolute;
	top: 0;
	z-index: 1;
}

.bg-ptn-distorted.bg-ptn-left {
	transform: translateX(-70%);
	left: 0;
}
.bg-ptn-distorted.bg-ptn-right {
	transform: translateX(50%);
	right: 0;
}
.bg-ptn-distorted.bg-ptn-center {
	top:10%;
  left: 50%;
  transform: translateX(-50%);
}


.bg-ptn-distorted img {
	width: clamp(200px, 40vw, 340px);
	height: auto;
	aspect-ratio: 17 / 16;
	object-fit: cover;
}


.animation-distort {
	animation: distort 30s ease both infinite;
}

@keyframes distort {
	0% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
	50% {
		transform: translate3d(0, 0, 0) skew(15deg, 15deg);
	}
	100% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
} */


/*

.l-bg-ptn--02 img {
	animation-name: skewed02;
}
@keyframes skewed02 {
	0% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
	50% {
		transform: translate3d(0, 0, 0) skew(-15deg, -15deg);
	}
	100% {
		transform: translate3d(0, 0, 0) skew(0, 0);
	}
} */


/* **************************************************
	shared page
************************************************** */

.unified-flow {
  position: relative;
}

.unified-flow:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  --tw-translate-x: -50%;
  --tw-rotate: 45deg;
  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));
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.unified-flow:last-child:after{
	display: none;
}

.unified-flow h3,
.c-h3 {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


/* **************************************************
	faq
************************************************** */

.faq-dl {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 210 239 / var(--tw-border-opacity));
}

.faq-dl dt,
.faq-dl dd {
  display: flex;
  width: 100%;
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 768px) {

  .faq-dl dt,
.faq-dl dd {
    padding: 2rem;
  }
}

.faq-dl dt {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 248 / var(--tw-bg-opacity));
  font-weight: 700;
}

@media (min-width: 768px) {

  .faq-dl dt {
    align-items: center;
  }
}

.faq-dl dt{
	background: linear-gradient(135deg, #F6F4F8 0%,#ede9fe 100%);
}

.faq-dl dd {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.q-mark,
.a-mark {
  display: flex;
  width: 2.25rem;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: Roboto, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .q-mark,
.a-mark {
    width: 3rem;
  }
}


.q-mark {
  height: 2.25rem;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(82 75 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


@media (min-width: 768px) {

  .q-mark {
    height: 3rem;
  }
}

.a-mark {
  height: auto;
  --tw-text-opacity: 1;
  color: rgb(82 75 190 / var(--tw-text-opacity));
}


/* **************************************************
	regist
************************************************** */

.regist-flow{
	position: relative;
}

.regist-flow:before {
  position: absolute;
  top: 2rem;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.1em;
  width: 100%;
  max-width: 320px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
	z-index: -1;
}

/* **************************************************
	footer regist
************************************************** */

.footer-regist {
  z-index: 10;
  padding-top: 35.75vw;
  padding-bottom: 35.75vw;
}

@media (min-width: 768px) {

  .footer-regist {
    padding-top: 22.83vw;
    padding-bottom: 22.83vw;
  }
}

@media (min-width: 1024px) {

  .footer-regist {
    padding-top: 19.53vw;
    padding-bottom: 19.53vw;
  }
}

@media (min-width: 1280px) {

  .footer-regist {
    padding-top: 15.6vw;
    padding-bottom: 15.6vw;
  }
}

/* **************************************************
	footer
************************************************** */

.footer {
  position: relative;
  margin-top: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 248 / var(--tw-bg-opacity));
}

.footer:before {
  position: absolute;
  left: 0px;
  bottom: 100%;
  display: block;
  width: 100vw;
  --tw-content: "";
  content: var(--tw-content);
	padding-top: 10.48%;
	min-height: 9rem;
	background: url("./file/box/new/bg_ripple_footer.svg") top center / cover no-repeat;
}

.footer-ul {
  width: 100%;
}

@media (min-width: 640px) {

  .footer-ul {
    display: contents;
  }
}

@media (min-width: 768px) {

  .footer-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer-ul li {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {

  .footer-ul li {
    width: 50%;
  }
}

@media (min-width: 1024px) {

  .footer-ul li {
    width: 33.333333%;
  }
}

.footer-ul li a {
  display: block;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-ul li a:hover,
.footer-ul li a:active,
.footer-ul li a:focus {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

/* footer linkの並び順変更 */
.footer ul li:nth-of-type(2){
	order: 4;
}
.footer ul li:nth-of-type(3){
	order: 7;
}
.footer ul li:nth-of-type(4){
	order: 10;
}
.footer ul li:nth-of-type(5){
	order: 13;
}
.footer ul li:nth-of-type(6){
	order: 2;
}
.footer ul li:nth-of-type(7){
	order: 5;
}
.footer ul li:nth-of-type(8){
	order: 8;
}
.footer ul li:nth-of-type(9){
	order: 11;
}
.footer ul li:nth-of-type(10){
	order: 3;
}
.footer ul li:nth-of-type(11){
	order: 6;
}
.footer ul li:nth-of-type(12){
	order: 9;
}
.footer ul li:nth-of-type(13){
	order: 12;
}
.footer-bottom {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-pmark img {
  display: block;
  height: auto;
  max-height: 10rem;
	width: clamp(50px, 40vw, 100px);
}


/* **************************************************
	button
************************************************** */


.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}


.hover\:bg-hotpink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 33 142 / var(--tw-bg-opacity));
}


.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}


.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}


.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}


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


.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}


.focus\:no-underline:focus {
  text-decoration-line: none;
}


.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}


.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-hotpink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 88 170 / var(--tw-ring-opacity));
}


.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity));
}


.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}


.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}


.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}


.active\:no-underline:active {
  text-decoration-line: none;
}


.peer\/current:checked ~ .peer-checked\/current\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}


.peer\/ordinary:checked ~ .peer-checked\/ordinary\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}


.peer\/current:checked ~ .peer-checked\/current\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.peer\/ordinary:checked ~ .peer-checked\/ordinary\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


@media (min-width: 640px) {

  .sm\:-top-\[10vw\] {
    top: -10vw;
  }

  .sm\:contents {
    display: contents;
  }

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


@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

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

  .md\:top-\[80vw\] {
    top: 80vw;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

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

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

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

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

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

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

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

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

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

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

  .md\:grid-cols-\[1fr_auto_1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

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

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

  .md\:bg-\[url\(\"\.\.\/images\/flow_arrow_h\.svg\"\)\] {
    background-image: url("https://afi2.vernis.co.jp/file/box/new/flow_arrow_h.svg");
  }

  .md\:p-0 {
    padding: 0px;
  }

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

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

  .md\:py-\[22\.83vw\] {
    padding-top: 22.83vw;
    padding-bottom: 22.83vw;
  }

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

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

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

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-\[30vw\] {
    padding-top: 30vw;
  }

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

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

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

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

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

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

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

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


@media (min-width: 1024px) {

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

  .lg\:mb-\[12\.5vw\] {
    margin-bottom: 12.5vw;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[calc\(45vw-4rem\)\] {
    height: calc(45vw - 4rem);
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:grid-cols-\[1fr_22rem\] {
    grid-template-columns: 1fr 22rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-\[19\.53vw\] {
    padding-top: 19.53vw;
    padding-bottom: 19.53vw;
  }

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


@media (min-width: 1280px) {

  .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-\[15\.6vw\] {
    padding-top: 15.6vw;
    padding-bottom: 15.6vw;
  }
}


@media (min-width: 1536px) {

  .\32xl\:h-\[40vw\] {
    height: 40vw;
  }

  .\32xl\:h-\[calc\(41rem-4rem\)\] {
    height: calc(41rem - 4rem);
  }

  .\32xl\:px-\[2\.5vw\] {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}


