*, ::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.19 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-1 {
  left: -0.25rem;
}

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

.top-\[18vw\] {
  top: 18vw;
}

.-left-\[1px\] {
  left: -1px;
}

.-left-\[0\.5px\] {
  left: -0.5px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[390\/449\] {
  aspect-ratio: 390/449;
}

.aspect-\[764\/1090\] {
  aspect-ratio: 764/1090;
}

.h-\[30\.76vw\] {
  height: 30.76vw;
}

.h-\[52\.3vw\] {
  height: 52.3vw;
}

.h-full {
  height: 100%;
}

.w-\[15\%\] {
  width: 15%;
}

.w-\[17\.08vw\] {
  width: 17.08vw;
}

.w-\[20\.5vw\] {
  width: 20.5vw;
}

.w-\[20\.83vw\] {
  width: 20.83vw;
}

.w-\[22\.56vw\] {
  width: 22.56vw;
}

.w-\[30\.76vw\] {
  width: 30.76vw;
}

.w-\[31\.66vw\] {
  width: 31.66vw;
}

.w-\[34\.6vw\] {
  width: 34.6vw;
}

.w-\[35\.89vw\] {
  width: 35.89vw;
}

.w-\[36\.41vw\] {
  width: 36.41vw;
}

.w-\[4\.61vw\] {
  width: 4.61vw;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[40\.51vw\] {
  width: 40.51vw;
}

.w-\[40\.76vw\] {
  width: 40.76vw;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[48\.46vw\] {
  width: 48.46vw;
}

.w-\[49\.23vw\] {
  width: 49.23vw;
}

.w-\[4vw\] {
  width: 4vw;
}

.w-\[51\.28vw\] {
  width: 51.28vw;
}

.w-\[62\.56vw\] {
  width: 62.56vw;
}

.w-\[63\.58vw\] {
  width: 63.58vw;
}

.w-\[66\.15vw\] {
  width: 66.15vw;
}

.w-\[66\.41vw\] {
  width: 66.41vw;
}

.w-\[69\.23vw\] {
  width: 69.23vw;
}

.w-\[72\.3vw\] {
  width: 72.3vw;
}

.w-\[72vw\] {
  width: 72vw;
}

.w-\[78\.46vw\] {
  width: 78.46vw;
}

.w-\[82\.05vw\] {
  width: 82.05vw;
}

.w-\[84\.87vw\] {
  width: 84.87vw;
}

.w-\[95\.89vw\] {
  width: 95.89vw;
}

.w-\[98vw\] {
  width: 98vw;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.flex-col {
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[2\.05vw\] {
  gap: 2.05vw;
}

.gap-\[2\.1vw\] {
  gap: 2.1vw;
}

.gap-\[2vw\] {
  gap: 2vw;
}

.gap-\[3\.33vw\] {
  gap: 3.33vw;
}

.gap-\[3vw\] {
  gap: 3vw;
}

.gap-\[4\.1vw\] {
  gap: 4.1vw;
}

.gap-\[6\.15vw\] {
  gap: 6.15vw;
}

.gap-\[7\.69vw\] {
  gap: 7.69vw;
}

.gap-\[8\.2vw\] {
  gap: 8.2vw;
}

.gap-\[9vw\] {
  gap: 9vw;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-\[2\.05vw\] {
  border-radius: 2.05vw;
}

.rounded-b-\[4\.1vw\] {
  border-bottom-right-radius: 4.1vw;
  border-bottom-left-radius: 4.1vw;
}

.rounded-t-\[4\.1vw\] {
  border-top-left-radius: 4.1vw;
  border-top-right-radius: 4.1vw;
}

.border {
  border-width: 1px;
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(46 167 224 / var(--tw-border-opacity, 1));
}

.bg-\[\#cccccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ecf9ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 249 255 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 93 157 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(46 167 224 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-\[2\.05vw\] {
  padding: 2.05vw;
}

.p-\[4\.1vw\] {
  padding: 4.1vw;
}

.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[1\.1vw\] {
  padding-left: 1.1vw;
  padding-right: 1.1vw;
}

.px-\[4\.1vw\] {
  padding-left: 4.1vw;
  padding-right: 4.1vw;
}

.px-\[6\.15vw\] {
  padding-left: 6.15vw;
  padding-right: 6.15vw;
}

.py-\[2\.05vw\] {
  padding-top: 2.05vw;
  padding-bottom: 2.05vw;
}

.pb-\[10\.25vw\] {
  padding-bottom: 10.25vw;
}

.pb-\[12\.3vw\] {
  padding-bottom: 12.3vw;
}

.pb-\[12vw\] {
  padding-bottom: 12vw;
}

.pb-\[16\.92vw\] {
  padding-bottom: 16.92vw;
}

.pb-\[22vw\] {
  padding-bottom: 22vw;
}

.pb-\[3\.33vw\] {
  padding-bottom: 3.33vw;
}

.pb-\[6\.15vw\] {
  padding-bottom: 6.15vw;
}

.ps-\[4\.1vw\] {
  padding-inline-start: 4.1vw;
}

.ps-\[4px\] {
  padding-inline-start: 4px;
}

.pt-\[10\.25vw\] {
  padding-top: 10.25vw;
}

.pt-\[11\.28vw\] {
  padding-top: 11.28vw;
}

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

.pt-\[25\.64vw\] {
  padding-top: 25.64vw;
}

.pt-\[6\.15vw\] {
  padding-top: 6.15vw;
}

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

.\!text-start {
  text-align: start !important;
}

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

.font-roboto {
  font-family: Roboto, sans-serif;
}

.text-\[10\.25vw\] {
  font-size: 10.25vw;
}

.text-\[3\.58vw\] {
  font-size: 3.58vw;
}

.text-\[4\.1vw\] {
  font-size: 4.1vw;
}

.text-\[5\.12vw\] {
  font-size: 5.12vw;
}

.text-\[6\.15vw\] {
  font-size: 6.15vw;
}

.text-\[7\.17vw\] {
  font-size: 7.17vw;
}

.text-\[7\.69vw\] {
  font-size: 7.69vw;
}

.text-\[8\.2vw\] {
  font-size: 8.2vw;
}

.font-bold {
  font-weight: 700;
}

.leading-\[10vw\] {
  line-height: 10vw;
}

.\!tracking-normal {
  letter-spacing: 0em !important;
}

.\!tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-\[0\.2vw\] {
  letter-spacing: 0.2vw;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(1 93 157 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(46 167 224 / 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;
}

.common-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.25vw;
}

@media (min-width: 640px) {
  .common-section {
    gap: 2.77vw;
  }
}

@media (min-width: 1440px) {
  .common-section {
    gap: 40px;
  }
}

.common-p {
  padding-left: 2vw;
  padding-right: 2vw;
  text-align: center;
  font-size: 4.1vw;
  line-height: 7vw;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .common-p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.11vw;
    line-height: 1.8vw;
  }
}

@media (min-width: 1440px) {
  .common-p {
    font-size: 16px;
    line-height: 24px;
  }
}

.h2-span {
  position: absolute;
  left: 50%;
  top: 5vw;
  display: block;
  width: 98vw;
  --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));
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 8.2vw;
  font-weight: 700;
  line-height: 10vw;
  letter-spacing: 0.2vw;
}

@media (min-width: 640px) {
  .h2-span {
    top: 2.5vw;
    font-size: 3.33vw;
    line-height: 4vw;
    letter-spacing: 0.2vw;
  }
}

@media (min-width: 1440px) {
  .h2-span {
    top: 36px;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: 3px;
  }
}

.problem-div {
  display: flex;
  width: 95.89vw;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
}

@media (min-width: 640px) {
  .problem-div {
    width: 30.76vw;
  }
}

@media (min-width: 1440px) {
  .problem-div {
    width: 443px;
  }
}

.problem-h3 {
  margin-bottom: 56vw;
  padding-top: 1.03vw;
  font-size: 7.69vw;
  font-weight: 700;
}

@media (min-width: 640px) {
  .problem-h3 {
    margin-bottom: 16.67vw;
    padding-top: 0.28vw;
    font-size: 2.08vw;
  }
}

@media (min-width: 1440px) {
  .problem-h3 {
    margin-bottom: 240px;
    padding-top: 4px;
    font-size: 30px;
  }
}

.problem-p {
  margin-bottom: 3vw;
  font-size: 6.15vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 93 157 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .problem-p {
    margin-bottom: 1.67vw;
    font-size: 1.67vw;
  }
}

@media (min-width: 1440px) {
  .problem-p {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.problem-ul {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  font-size: 4.1vw;
}

@media (min-width: 640px) {
  .problem-ul {
    gap: 0.83vw;
    font-size: 1.25vw;
  }
}

@media (min-width: 1440px) {
  .problem-ul {
    gap: 12px;
    font-size: 18px;
  }
}

.solution-div {
  display: flex;
  aspect-ratio: 768/868;
  width: 94vw;
  flex-direction: column;
  align-items: center;
  gap: 4.1vw;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .solution-div {
    width: 26.66vw;
    gap: 1.1vw;
  }
}

@media (min-width: 1440px) {
  .solution-div {
    width: 384px;
    gap: 16px;
  }
}

.solution-h3 {
  font-size: 6.15vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 93 157 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .solution-h3 {
    font-size: 1.67vw;
  }
}

@media (min-width: 1440px) {
  .solution-h3 {
    font-size: 24px;
  }
}

.solution-number {
  padding-top: 6.2vw;
  font-family: Roboto, sans-serif;
  font-size: 7.5vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .solution-number {
    padding-top: 1.73vw;
    font-size: 2.18vw;
  }
}

@media (min-width: 1440px) {
  .solution-number {
    padding-top: 25px;
    font-size: 31.5px;
  }
}

.bg-why {
  display: flex;
  aspect-ratio: 384/427;
  width: 91.79vw;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-size: contain !important;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 8vw;
}

@media (min-width: 640px) {
  .bg-why {
    width: 26.66vw;
    padding-top: 3.33vw;
  }
}

@media (min-width: 1440px) {
  .bg-why {
    width: 384px;
    padding-top: 48px;
  }
}

.flow-div1 {
  display: flex;
  width: 91.79vw;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4.1vw;
  border-radius: 4.1vw;
  --tw-bg-opacity: 1;
  background-color: rgb(236 249 255 / var(--tw-bg-opacity, 1));
  padding: 4.1vw;
}

@media (min-width: 640px) {
  .flow-div1 {
    width: 52.77vw;
    gap: 1.11vw;
    border-radius: 1.1vw;
    padding: 1.11vw;
  }
}

@media (min-width: 1440px) {
  .flow-div1 {
    width: 760px;
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
  }
}

.flow-div2 {
  margin-bottom: 2.05vw;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(46 167 224 / var(--tw-border-opacity, 1));
  font-family: Roboto, sans-serif;
  font-size: 3.58vw;
  --tw-text-opacity: 1;
  color: rgb(46 167 224 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .flow-div2 {
    margin-bottom: 0.55vw;
    font-size: 0.97vw;
  }
}

@media (min-width: 1440px) {
  .flow-div2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.flow-div3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.05vw;
}

@media (min-width: 640px) {
  .flow-div3 {
    flex-direction: row;
    align-items: center;
    gap: 0.55vw;
  }
}

@media (min-width: 1440px) {
  .flow-div3 {
    gap: 8px;
  }
}

body {
  color: #141414;
}

a {
  transition-property: opacity;
  transition-duration: 300ms;
}

a:hover {
  opacity: 0.8;
}

.problem-ul li {
  position: relative;
  padding-left: 1.5em;
  /* アイコン分の余白 */
}

.problem-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow {
  background: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide__arrow--next::before {
  transform: rotate(180deg);
}

/* prev */

.splide__arrow--prev {
  left: 0vw;
}

/* next */

.splide__arrow--next {
  right: 0vw;
}

@media (min-width: 640px) {
  /* prev */

  .splide__arrow--prev {
    left: 27vw;
  }

  /* next */

  .splide__arrow--next {
    right: 27vw;
  }
}

.splide__arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.fade-in {
  opacity: 0;
  transition: 0.6s;
}

.fade-in.is-show {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:top-\[2\.5vw\] {
    top: 2.5vw;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[1440\/668\] {
    aspect-ratio: 1440/668;
  }

  .sm\:aspect-\[764\/1090\] {
    aspect-ratio: 764/1090;
  }

  .sm\:aspect-auto {
    aspect-ratio: auto;
  }

  .sm\:h-\[10\.41vw\] {
    height: 10.41vw;
  }

  .sm\:h-\[8\.33vw\] {
    height: 8.33vw;
  }

  .sm\:h-\[9\.72vw\] {
    height: 9.72vw;
  }

  .sm\:w-\[1\.11vw\] {
    width: 1.11vw;
  }

  .sm\:w-\[1\.25vw\] {
    width: 1.25vw;
  }

  .sm\:w-\[11\.04vw\] {
    width: 11.04vw;
  }

  .sm\:w-\[13\.88vw\] {
    width: 13.88vw;
  }

  .sm\:w-\[16\.18vw\] {
    width: 16.18vw;
  }

  .sm\:w-\[17\.98vw\] {
    width: 17.98vw;
  }

  .sm\:w-\[18\.75vw\] {
    width: 18.75vw;
  }

  .sm\:w-\[20\.83vw\] {
    width: 20.83vw;
  }

  .sm\:w-\[22\.98vw\] {
    width: 22.98vw;
  }

  .sm\:w-\[28\.19vw\] {
    width: 28.19vw;
  }

  .sm\:w-\[29\.79vw\] {
    width: 29.79vw;
  }

  .sm\:w-\[30\.76vw\] {
    width: 30.76vw;
  }

  .sm\:w-\[32\.5vw\] {
    width: 32.5vw;
  }

  .sm\:w-\[34\.44vw\] {
    width: 34.44vw;
  }

  .sm\:w-\[40\.27vw\] {
    width: 40.27vw;
  }

  .sm\:w-\[41\.66vw\] {
    width: 41.66vw;
  }

  .sm\:w-\[49\.02vw\] {
    width: 49.02vw;
  }

  .sm\:w-\[5\.55vw\] {
    width: 5.55vw;
  }

  .sm\:w-\[50\.69vw\] {
    width: 50.69vw;
  }

  .sm\:w-\[6\.1vw\] {
    width: 6.1vw;
  }

  .sm\:w-\[8\.33vw\] {
    width: 8.33vw;
  }

  .sm\:w-\[9\.37vw\] {
    width: 9.37vw;
  }

  .sm\:w-\[9\.86vw\] {
    width: 9.86vw;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

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

  .sm\:gap-\[0\.55vw\] {
    gap: 0.55vw;
  }

  .sm\:gap-\[1\.1vw\] {
    gap: 1.1vw;
  }

  .sm\:gap-\[1\.66vw\] {
    gap: 1.66vw;
  }

  .sm\:gap-\[2\.22vw\] {
    gap: 2.22vw;
  }

  .sm\:gap-\[2\.77vw\] {
    gap: 2.77vw;
  }

  .sm\:gap-\[2\.8vw\] {
    gap: 2.8vw;
  }

  .sm\:rounded-\[1\.11vw\] {
    border-radius: 1.11vw;
  }

  .sm\:rounded-b-\[1\.11vw\] {
    border-bottom-right-radius: 1.11vw;
    border-bottom-left-radius: 1.11vw;
  }

  .sm\:rounded-t-\[1\.11vw\] {
    border-top-left-radius: 1.11vw;
    border-top-right-radius: 1.11vw;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:p-\[1\.11vw\] {
    padding: 1.11vw;
  }

  .sm\:p-\[1\.1vw\] {
    padding: 1.1vw;
  }

  .sm\:p-\[2\.77vw\] {
    padding: 2.77vw;
  }

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

  .sm\:px-\[1\.66vw\] {
    padding-left: 1.66vw;
    padding-right: 1.66vw;
  }

  .sm\:py-\[0\.55vw\] {
    padding-top: 0.55vw;
    padding-bottom: 0.55vw;
  }

  .sm\:pb-\[1\.66vw\] {
    padding-bottom: 1.66vw;
  }

  .sm\:pb-\[2\.77vw\] {
    padding-bottom: 2.77vw;
  }

  .sm\:pb-\[4\.86vw\] {
    padding-bottom: 4.86vw;
  }

  .sm\:pb-\[5\.55vw\] {
    padding-bottom: 5.55vw;
  }

  .sm\:pb-\[6\.66vw\] {
    padding-bottom: 6.66vw;
  }

  .sm\:pb-\[6\.94vw\] {
    padding-bottom: 6.94vw;
  }

  .sm\:ps-\[4\.44vw\] {
    padding-inline-start: 4.44vw;
  }

  .sm\:pt-\[11\.11vw\] {
    padding-top: 11.11vw;
  }

  .sm\:pt-\[2\.63vw\] {
    padding-top: 2.63vw;
  }

  .sm\:pt-\[3\.05vw\] {
    padding-top: 3.05vw;
  }

  .sm\:pt-\[4\.16vw\] {
    padding-top: 4.16vw;
  }

  .sm\:pt-\[4\.44vw\] {
    padding-top: 4.44vw;
  }

  .sm\:text-\[0\.97vw\] {
    font-size: 0.97vw;
  }

  .sm\:text-\[1\.1vw\] {
    font-size: 1.1vw;
  }

  .sm\:text-\[1\.38vw\] {
    font-size: 1.38vw;
  }

  .sm\:text-\[1\.66vw\] {
    font-size: 1.66vw;
  }

  .sm\:text-\[2\.08vw\] {
    font-size: 2.08vw;
  }

  .sm\:text-\[2\.22vw\] {
    font-size: 2.22vw;
  }

  .sm\:text-\[2\.77vw\] {
    font-size: 2.77vw;
  }

  .sm\:text-\[3\.33vw\] {
    font-size: 3.33vw;
  }

  .sm\:text-\[3\.88vw\] {
    font-size: 3.88vw;
  }

  .sm\:leading-\[4vw\] {
    line-height: 4vw;
  }

  .sm\:tracking-\[0\.2vw\] {
    letter-spacing: 0.2vw;
  }
}

@media (min-width: 1440px) {
  .xl\:top-\[36px\] {
    top: 36px;
  }

  .xl\:h-\[120px\] {
    height: 120px;
  }

  .xl\:h-\[140px\] {
    height: 140px;
  }

  .xl\:h-\[150px\] {
    height: 150px;
  }

  .xl\:w-\[120px\] {
    width: 120px;
  }

  .xl\:w-\[135px\] {
    width: 135px;
  }

  .xl\:w-\[142px\] {
    width: 142px;
  }

  .xl\:w-\[159px\] {
    width: 159px;
  }

  .xl\:w-\[16px\] {
    width: 16px;
  }

  .xl\:w-\[18px\] {
    width: 18px;
  }

  .xl\:w-\[200px\] {
    width: 200px;
  }

  .xl\:w-\[233px\] {
    width: 233px;
  }

  .xl\:w-\[259px\] {
    width: 259px;
  }

  .xl\:w-\[270px\] {
    width: 270px;
  }

  .xl\:w-\[331px\] {
    width: 331px;
  }

  .xl\:w-\[406px\] {
    width: 406px;
  }

  .xl\:w-\[429px\] {
    width: 429px;
  }

  .xl\:w-\[448px\] {
    width: 448px;
  }

  .xl\:w-\[468px\] {
    width: 468px;
  }

  .xl\:w-\[496px\] {
    width: 496px;
  }

  .xl\:w-\[580px\] {
    width: 580px;
  }

  .xl\:w-\[706px\] {
    width: 706px;
  }

  .xl\:w-\[730px\] {
    width: 730px;
  }

  .xl\:w-\[80px\] {
    width: 80px;
  }

  .xl\:w-\[88px\] {
    width: 88px;
  }

  .xl\:gap-\[16px\] {
    gap: 16px;
  }

  .xl\:gap-\[22px\] {
    gap: 22px;
  }

  .xl\:gap-\[24px\] {
    gap: 24px;
  }

  .xl\:gap-\[32px\] {
    gap: 32px;
  }

  .xl\:gap-\[40px\] {
    gap: 40px;
  }

  .xl\:gap-\[41px\] {
    gap: 41px;
  }

  .xl\:gap-\[8px\] {
    gap: 8px;
  }

  .xl\:rounded-b-\[16px\] {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .xl\:rounded-t-\[16px\] {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .xl\:p-\[16px\] {
    padding: 16px;
  }

  .xl\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .xl\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .xl\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .xl\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .xl\:pb-\[96px\] {
    padding-bottom: 96px;
  }

  .xl\:pl-\[4px\] {
    padding-left: 4px;
  }

  .xl\:pt-\[160px\] {
    padding-top: 160px;
  }

  .xl\:pt-\[38px\] {
    padding-top: 38px;
  }

  .xl\:pt-\[44px\] {
    padding-top: 44px;
  }

  .xl\:pt-\[60px\] {
    padding-top: 60px;
  }

  .xl\:pt-\[64px\] {
    padding-top: 64px;
  }

  .xl\:pt-\[93px\] {
    padding-top: 93px;
  }

  .xl\:text-\[14px\] {
    font-size: 14px;
  }

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }

  .xl\:text-\[30px\] {
    font-size: 30px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .xl\:text-\[48px\] {
    font-size: 48px;
  }

  .xl\:leading-\[57\.6px\] {
    line-height: 57.6px;
  }

  .xl\:tracking-\[3px\] {
    letter-spacing: 3px;
  }
}
