*, ::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;
}

.nav-li {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}

.nav-li-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(16 / 375 * 100vw);
  padding-bottom: calc(16 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .nav-li-a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
}

.nav-li-img {
  width: calc(6 / 375 * 100vw);
}

@media (min-width: 750px) {
  .nav-li-img {
    width: 6px;
  }
}

.list-check {
  width: calc(24 / 375 * 100vw);
  flex-shrink: 0;
}

@media (min-width: 750px) {
  .list-check {
    width: calc(24 * 2px);
  }
}

.hamburger-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(6 / 375 * 100vw);
}

@media (min-width: 750px) {
  .hamburger-btn {
    gap: 6px;
  }
}

.hamburger-line {
  display: block;
  height: 2px;
  width: calc(28 / 375 * 100vw);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 750px) {
  .hamburger-line {
    width: 28px;
  }
}

.hamburger-btn.is-open .hamburger-line:first-child {
  --tw-translate-y: calc(8 / 375 * 100vw);
  --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));
}

@media (min-width: 750px) {
  .hamburger-btn.is-open .hamburger-line:first-child {
    --tw-translate-y: 8px;
    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));
  }
}

.hamburger-btn.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.is-open .hamburger-line:last-child {
  --tw-translate-y: calc(calc(8 / 375 * 100vw) * -1);
  --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));
}

@media (min-width: 750px) {
  .hamburger-btn.is-open .hamburger-line:last-child {
    --tw-translate-y: -8px;
    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));
  }
}

.lp-menu-panel {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 40;
  height: 100vh;
  width: 100%;
  --tw-translate-x: 100%;
  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(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 750px) {
  .lp-menu-panel {
    width: 375px;
  }
}

.lp-menu-panel.is-open {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.reasons-div {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 375 * 100vw);
  padding: calc(15 / 375 * 100vw);
}

@media (min-width: 750px) {
  .reasons-div {
    gap: calc(10 * 2px);
    padding: calc(15 * 2px);
  }
}

.reason-h3 {
  display: flex;
  flex-direction: row;
  gap: calc(16 / 375 * 100vw);
}

@media (min-width: 750px) {
  .reason-h3 {
    gap: calc(16 * 2px);
  }
}

.reason-point {
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(208 22 22 / var(--tw-border-opacity, 1));
  padding-top: calc(2 / 375 * 100vw);
  padding-bottom: calc(2 / 375 * 100vw);
  font-family: Inter, sans-serif;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(208 22 22 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .reason-point {
    padding-top: calc(2 * 2px);
    padding-bottom: calc(2 * 2px);
    font-size: calc(15 * 2px);
  }
}

.reason-div2 {
  display: flex;
  flex-direction: row;
  gap: calc(10 / 375 * 100vw);
}

@media (min-width: 750px) {
  .reason-div2 {
    gap: calc(10 * 2px);
  }
}

.reason-span {
  font-family: Inter, sans-serif;
  font-size: calc(17 / 375 * 100vw);
  font-weight: 600;
  line-height: calc(24 / 375 * 100vw);
}

@media (min-width: 750px) {
  .reason-span {
    font-size: calc(17 * 2px);
    line-height: calc(24 * 2px);
  }
}

.reason-p {
  font-family: Inter, sans-serif;
  font-size: calc(13 / 375 * 100vw);
}

@media (min-width: 750px) {
  .reason-p {
    font-size: calc(13 * 2px);
  }
}

.voice-splide {
  width: 100%;
}

.voice-card {
  margin-left: calc(10 / 375 * 100vw);
  margin-right: calc(10 / 375 * 100vw);
  display: flex;
  aspect-ratio: 294/310;
  flex-direction: column;
  align-items: center;
  gap: calc(12 / 375 * 100vw);
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(20 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
  padding-left: calc(15 / 375 * 100vw);
  padding-right: calc(15 / 375 * 100vw);
}

@media (min-width: 750px) {
  .voice-card {
    margin-left: calc(10 * 2px);
    margin-right: calc(10 * 2px);
    gap: calc(12 * 2px);
    padding-top: calc(20 * 2px);
    padding-bottom: calc(20 * 2px);
    padding-left: calc(15 * 2px);
    padding-right: calc(15 * 2px);
  }
}

.voice-div {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: calc(16 / 375 * 100vw);
}

@media (min-width: 750px) {
  .voice-div {
    gap: calc(16 * 2px);
  }
}

.voice-img {
  width: calc(87 / 375 * 100vw);
}

@media (min-width: 750px) {
  .voice-img {
    width: calc(87 * 2px);
  }
}

.voice-div2 {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 600;
}

@media (min-width: 750px) {
  .voice-div2 {
    font-size: calc(14 * 2px);
  }
}

.voice-p {
  width: 100%;
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 600;
}

@media (min-width: 750px) {
  .voice-p {
    font-size: calc(14 * 2px);
  }
}

.voice-p2 {
  text-align: start;
  font-family: Inter, sans-serif;
  font-size: calc(13 / 375 * 100vw);
}

@media (min-width: 750px) {
  .voice-p2 {
    font-size: calc(13 * 2px);
  }
}

.compare-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  text-align: center;
}

.compare-th-blank {
  width: 28%;
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 237 / var(--tw-bg-opacity, 1));
}

.compare-th-us {
  position: relative;
  width: 46%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(208 22 22 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 90 2 / var(--tw-bg-opacity, 1));
  padding-top: calc(10 / 375 * 100vw);
  padding-bottom: calc(10 / 375 * 100vw);
  font-size: calc(20 / 375 * 100vw);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .compare-th-us {
    padding-top: calc(10 * 2px);
    padding-bottom: calc(10 * 2px);
    font-size: calc(20 * 2px);
  }
}

.compare-th-other {
  width: 26%;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  font-size: calc(13 / 375 * 100vw);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .compare-th-other {
    font-size: calc(13 * 2px);
  }
}

.compare-crown {
  position: absolute;
  left: 50%;
  top: calc(calc(22 / 375 * 100vw) * -1);
  --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));
  font-size: calc(26 / 375 * 100vw);
}

@media (min-width: 750px) {
  .compare-crown {
    top: calc(calc(22 * 2px) * -1);
    font-size: calc(26 * 2px);
  }
}

.compare-td-label {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 201 201 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 237 / var(--tw-bg-opacity, 1));
  padding-left: calc(10 / 375 * 100vw);
  padding-right: calc(10 / 375 * 100vw);
  padding-top: calc(14 / 375 * 100vw);
  padding-bottom: calc(14 / 375 * 100vw);
  text-align: left;
  vertical-align: middle;
  font-size: calc(13 / 375 * 100vw);
  font-weight: 700;
}

@media (min-width: 750px) {
  .compare-td-label {
    padding-left: calc(10 * 2px);
    padding-right: calc(10 * 2px);
    padding-top: calc(14 * 2px);
    padding-bottom: calc(14 * 2px);
    font-size: calc(13 * 2px);
  }
}

.compare-td-us {
  border-left-width: 3px;
  border-right-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(208 22 22 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(14 / 375 * 100vw);
  padding-bottom: calc(14 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
}

@media (min-width: 750px) {
  .compare-td-us {
    padding-top: calc(14 * 2px);
    padding-bottom: calc(14 * 2px);
    font-size: calc(15 * 2px);
  }
}

.compare-td-other {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: calc(14 / 375 * 100vw);
  padding-bottom: calc(14 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .compare-td-other {
    padding-top: calc(14 * 2px);
    padding-bottom: calc(14 * 2px);
    font-size: calc(12 * 2px);
  }
}

.compare-icon-good {
  position: relative;
  margin-bottom: calc(4 / 375 * 100vw);
  display: inline-flex;
  aspect-ratio: 1 / 1;
  width: calc(28 / 375 * 100vw);
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(208 22 22 / var(--tw-border-opacity, 1));
}

@media (min-width: 750px) {
  .compare-icon-good {
    margin-bottom: calc(4 * 2px);
    width: calc(28 * 2px);
  }
}

.compare-icon-mid {
  margin-bottom: calc(2 / 375 * 100vw);
  display: inline-block;
  font-size: calc(22 / 375 * 100vw);
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .compare-icon-mid {
    margin-bottom: calc(2 * 2px);
    font-size: calc(22 * 2px);
  }
}

.compare-icon-bad {
  margin-bottom: calc(2 / 375 * 100vw);
  display: inline-block;
  font-size: calc(22 / 375 * 100vw);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .compare-icon-bad {
    margin-bottom: calc(2 * 2px);
    font-size: calc(22 * 2px);
  }
}

.flow-div {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(246 90 2 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.flow-div2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 90 2 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.flow-h3 {
  padding-left: calc(16 / 375 * 100vw);
  font-family: Inter, sans-serif;
  font-size: calc(18 / 375 * 100vw);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(246 90 2 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  .flow-h3 {
    padding-left: calc(16 * 2px);
    font-size: calc(18 * 2px);
  }
}

.flow-arrow {
  position: absolute;
  bottom: calc(calc(12 / 375 * 100vw) * -1);
  left: 50%;
  width: calc(52 / 375 * 100vw);
  --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));
}

@media (min-width: 750px) {
  .flow-arrow {
    bottom: calc(calc(12 * 2px) * -1);
    width: calc(52 * 2px);
  }
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition-property: grid-template-rows;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-icon-vertical {
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-icon-vertical {
  --tw-scale-y: 0;
  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));
}

.company-table {
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.company-row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.company-th {
  width: calc(110 / 375 * 100vw);
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-top: calc(14 / 375 * 100vw);
  padding-bottom: calc(14 / 375 * 100vw);
  padding-left: calc(12 / 375 * 100vw);
  padding-right: calc(12 / 375 * 100vw);
  text-align: left;
  vertical-align: top;
  font-family: Inter, sans-serif;
  font-size: calc(13 / 375 * 100vw);
  font-weight: 700;
}

@media (min-width: 750px) {
  .company-th {
    width: 160px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

.company-td {
  padding-top: calc(14 / 375 * 100vw);
  padding-bottom: calc(14 / 375 * 100vw);
  padding-left: calc(12 / 375 * 100vw);
  padding-right: calc(12 / 375 * 100vw);
  font-family: Noto Sans JP, sans-serif;
  font-size: calc(13 / 375 * 100vw);
  line-height: calc(20 / 375 * 100vw);
}

@media (min-width: 750px) {
  .company-td {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

.map-link {
  margin-top: calc(6 / 375 * 100vw);
  display: inline-flex;
  align-items: center;
  gap: calc(4 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(208 22 22 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

@media (min-width: 750px) {
  .map-link {
    margin-top: 6px;
    gap: 4px;
    font-size: 12px;
  }
}

.map-link-icon {
  width: calc(11 / 375 * 100vw);
  flex-shrink: 0;
}

@media (min-width: 750px) {
  .map-link-icon {
    width: 11px;
  }
}

.privacy-lead {
  margin-bottom: calc(30 / 375 * 100vw);
  font-family: Noto Sans JP, sans-serif;
  font-size: calc(13 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
}

@media (min-width: 750px) {
  .privacy-lead {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
  }
}

.privacy-article {
  margin-bottom: calc(28 / 375 * 100vw);
}

@media (min-width: 750px) {
  .privacy-article {
    margin-bottom: 32px;
  }
}

.privacy-article-title {
  margin-bottom: calc(10 / 375 * 100vw);
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-bottom: calc(6 / 375 * 100vw);
  font-family: Inter, sans-serif;
  font-size: calc(15 / 375 * 100vw);
  font-weight: 700;
}

@media (min-width: 750px) {
  .privacy-article-title {
    margin-bottom: 12px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

.privacy-article-body {
  font-family: Noto Sans JP, sans-serif;
  font-size: calc(13 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
}

@media (min-width: 750px) {
  .privacy-article-body {
    font-size: 14px;
    line-height: 22px;
  }
}

.privacy-list {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: calc(4 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  font-family: Noto Sans JP, sans-serif;
  font-size: calc(13 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
}

@media (min-width: 750px) {
  .privacy-list {
    gap: 4px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-\[5px\] {
  bottom: -5px;
}

.-top-\[20px\] {
  top: -20px;
}

.-top-\[48px\] {
  top: -48px;
}

.-top-\[calc\(28\/375\*100vw\)\] {
  top: calc(calc(28 / 375 * 100vw) * -1);
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[calc\(18\/375\*100vw\)\] {
  bottom: calc(18 / 375 * 100vw);
}

.bottom-\[calc\(21\/375\*100vw\)\] {
  bottom: calc(21 / 375 * 100vw);
}

.bottom-\[calc\(23\/375\*100vw\)\] {
  bottom: calc(23 / 375 * 100vw);
}

.bottom-\[calc\(8\/375\*100vw\)\] {
  bottom: calc(8 / 375 * 100vw);
}

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

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

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

.left-\[calc\(19\/375\*100vw\)\] {
  left: calc(19 / 375 * 100vw);
}

.left-\[calc\(23\/375\*100vw\)\] {
  left: calc(23 / 375 * 100vw);
}

.left-\[calc\(4\/375\*100vw\)\] {
  left: calc(4 / 375 * 100vw);
}

.left-\[calc\(44\/375\*100vw\)\] {
  left: calc(44 / 375 * 100vw);
}

.left-\[calc\(90\/375\*100vw\)\] {
  left: calc(90 / 375 * 100vw);
}

.right-\[-5px\] {
  right: -5px;
}

.right-\[0px\] {
  right: 0px;
}

.right-\[calc\(19\/375\*100vw\)\] {
  right: calc(19 / 375 * 100vw);
}

.right-\[calc\(27\/375\*100vw\)\] {
  right: calc(27 / 375 * 100vw);
}

.right-\[calc\(36\/375\*100vw\)\] {
  right: calc(36 / 375 * 100vw);
}

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

.top-\[calc\(10\/375\*100vw\)\] {
  top: calc(10 / 375 * 100vw);
}

.top-\[calc\(16\/375\*100vw\)\] {
  top: calc(16 / 375 * 100vw);
}

.top-\[calc\(18\/375\*100vw\)\] {
  top: calc(18 / 375 * 100vw);
}

.top-\[calc\(21\/375\*100vw\)\] {
  top: calc(21 / 375 * 100vw);
}

.top-\[calc\(46\/375\*100vw\)\] {
  top: calc(46 / 375 * 100vw);
}

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

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

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

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

.mb-\[calc\(11\/375\*100vw\)\] {
  margin-bottom: calc(11 / 375 * 100vw);
}

.mb-\[calc\(13\/375\*100vw\)\] {
  margin-bottom: calc(13 / 375 * 100vw);
}

.mb-\[calc\(14\/375\*100vw\)\] {
  margin-bottom: calc(14 / 375 * 100vw);
}

.mb-\[calc\(30\/375\*100vw\)\] {
  margin-bottom: calc(30 / 375 * 100vw);
}

.mt-\[calc\(10\/375\*100vw\)\] {
  margin-top: calc(10 / 375 * 100vw);
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.aspect-\[190\/88\] {
  aspect-ratio: 190/88;
}

.aspect-\[350\/118\] {
  aspect-ratio: 350/118;
}

.aspect-\[370\/200\] {
  aspect-ratio: 370/200;
}

.aspect-\[375\/120\] {
  aspect-ratio: 375/120;
}

.aspect-\[375\/267\] {
  aspect-ratio: 375/267;
}

.aspect-\[375\/279\] {
  aspect-ratio: 375/279;
}

.aspect-\[375\/433\] {
  aspect-ratio: 375/433;
}

.aspect-\[375\/460\] {
  aspect-ratio: 375/460;
}

.aspect-\[375\/720\] {
  aspect-ratio: 375/720;
}

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

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

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

.h-\[40\%\] {
  height: 40%;
}

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

.h-\[calc\(36\/375\*100vw\)\] {
  height: calc(36 / 375 * 100vw);
}

.h-\[calc\(60\/375\*100vw\)\] {
  height: calc(60 / 375 * 100vw);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

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

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

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

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

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

.w-\[calc\(123\/375\*100vw\)\] {
  width: calc(123 / 375 * 100vw);
}

.w-\[calc\(125\/375\*100vw\)\] {
  width: calc(125 / 375 * 100vw);
}

.w-\[calc\(128\/375\*100vw\)\] {
  width: calc(128 / 375 * 100vw);
}

.w-\[calc\(140\/375\*100vw\)\] {
  width: calc(140 / 375 * 100vw);
}

.w-\[calc\(15\/375\*100vw\)\] {
  width: calc(15 / 375 * 100vw);
}

.w-\[calc\(16\/375\*100vw\)\] {
  width: calc(16 / 375 * 100vw);
}

.w-\[calc\(160\/375\*100vw\)\] {
  width: calc(160 / 375 * 100vw);
}

.w-\[calc\(180\/375\*100vw\)\] {
  width: calc(180 / 375 * 100vw);
}

.w-\[calc\(190\/375\*100vw\)\] {
  width: calc(190 / 375 * 100vw);
}

.w-\[calc\(192\/375\*100vw\)\] {
  width: calc(192 / 375 * 100vw);
}

.w-\[calc\(214\/375\*100vw\)\] {
  width: calc(214 / 375 * 100vw);
}

.w-\[calc\(277\/375\*100vw\)\] {
  width: calc(277 / 375 * 100vw);
}

.w-\[calc\(306\/375\*100vw\)\] {
  width: calc(306 / 375 * 100vw);
}

.w-\[calc\(346\/375\*100vw\)\] {
  width: calc(346 / 375 * 100vw);
}

.w-\[calc\(350\/375\*100vw\)\] {
  width: calc(350 / 375 * 100vw);
}

.w-\[calc\(36\/375\*100vw\)\] {
  width: calc(36 / 375 * 100vw);
}

.w-\[calc\(47\/375\*100vw\)\] {
  width: calc(47 / 375 * 100vw);
}

.w-\[calc\(52\/375\*100vw\)\] {
  width: calc(52 / 375 * 100vw);
}

.w-\[calc\(60\/375\*100vw\)\] {
  width: calc(60 / 375 * 100vw);
}

.w-\[calc\(62\/375\*100vw\)\] {
  width: calc(62 / 375 * 100vw);
}

.w-\[calc\(86\/375\*100vw\)\] {
  width: calc(86 / 375 * 100vw);
}

.w-full {
  width: 100%;
}

.min-w-\[calc\(276\/375\*100vw\)\] {
  min-width: calc(276 / 375 * 100vw);
}

.max-w-\[750px\] {
  max-width: 750px;
}

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

.scroll-m-\[calc\(60\/375\*100vw\)\] {
  scroll-margin: calc(60 / 375 * 100vw);
}

.list-none {
  list-style-type: none;
}

.grid-cols-\[1\.4fr_3\.3fr_1\.4fr\] {
  grid-template-columns: 1.4fr 3.3fr 1.4fr;
}

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

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

.items-start {
  align-items: flex-start;
}

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-\[0\.5em\] {
  gap: 0.5em;
}

.gap-\[calc\(10\/375\*100vw\)\] {
  gap: calc(10 / 375 * 100vw);
}

.gap-\[calc\(12\/375\*100vw\)\] {
  gap: calc(12 / 375 * 100vw);
}

.gap-\[calc\(14\/375\*100vw\)\] {
  gap: calc(14 / 375 * 100vw);
}

.gap-\[calc\(16\/375\*100vw\)\] {
  gap: calc(16 / 375 * 100vw);
}

.gap-\[calc\(18\/375\*100vw\)\] {
  gap: calc(18 / 375 * 100vw);
}

.gap-\[calc\(2\/375\*100vw\)\] {
  gap: calc(2 / 375 * 100vw);
}

.gap-\[calc\(24\/375\*100vw\)\] {
  gap: calc(24 / 375 * 100vw);
}

.gap-\[calc\(28\/375\*100vw\)\] {
  gap: calc(28 / 375 * 100vw);
}

.gap-\[calc\(4\/375\*100vw\)\] {
  gap: calc(4 / 375 * 100vw);
}

.gap-\[calc\(44\/375\*100vw\)\] {
  gap: calc(44 / 375 * 100vw);
}

.gap-\[calc\(5\/375\*100vw\)\] {
  gap: calc(5 / 375 * 100vw);
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

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

.border-l {
  border-left-width: 1px;
}

.border-l-\[5px\] {
  border-left-width: 5px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-\[5px\] {
  border-right-width: 5px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#D01616\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 22 22 / var(--tw-border-opacity, 1));
}

.border-b-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-l-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-r-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-t-\[\#D1D1D1\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}

.border-t-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#112B78\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 43 120 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#343536\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 53 54 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#EF2E08\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 46 8 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F65A02\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 90 2 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD3D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 208 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FFF4F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 243 / var(--tw-bg-opacity, 1));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(246 90 2 / var(--tw-bg-opacity, 1));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.from-\[\#E8020D\] {
  --tw-gradient-from: #E8020D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 2 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#F65A02\] {
  --tw-gradient-to: #F65A02 var(--tw-gradient-to-position);
}

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

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

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

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

.p-\[calc\(10\/375\*100vw\)\] {
  padding: calc(10 / 375 * 100vw);
}

.px-\[calc\(10\/375\*100vw\)\] {
  padding-left: calc(10 / 375 * 100vw);
  padding-right: calc(10 / 375 * 100vw);
}

.px-\[calc\(12\/375\*100vw\)\] {
  padding-left: calc(12 / 375 * 100vw);
  padding-right: calc(12 / 375 * 100vw);
}

.px-\[calc\(15\/375\*100vw\)\] {
  padding-left: calc(15 / 375 * 100vw);
  padding-right: calc(15 / 375 * 100vw);
}

.px-\[calc\(16\/375\*100vw\)\] {
  padding-left: calc(16 / 375 * 100vw);
  padding-right: calc(16 / 375 * 100vw);
}

.px-\[calc\(18\/375\*100vw\)\] {
  padding-left: calc(18 / 375 * 100vw);
  padding-right: calc(18 / 375 * 100vw);
}

.px-\[calc\(20\/375\*100vw\)\] {
  padding-left: calc(20 / 375 * 100vw);
  padding-right: calc(20 / 375 * 100vw);
}

.px-\[calc\(8\/375\*100vw\)\] {
  padding-left: calc(8 / 375 * 100vw);
  padding-right: calc(8 / 375 * 100vw);
}

.py-\[calc\(10\/375\*100vw\)\] {
  padding-top: calc(10 / 375 * 100vw);
  padding-bottom: calc(10 / 375 * 100vw);
}

.py-\[calc\(12\/375\*100vw\)\] {
  padding-top: calc(12 / 375 * 100vw);
  padding-bottom: calc(12 / 375 * 100vw);
}

.py-\[calc\(32\/375\*100vw\)\] {
  padding-top: calc(32 / 375 * 100vw);
  padding-bottom: calc(32 / 375 * 100vw);
}

.py-\[calc\(34\/375\*100vw\)\] {
  padding-top: calc(34 / 375 * 100vw);
  padding-bottom: calc(34 / 375 * 100vw);
}

.py-\[calc\(40\/375\*100vw\)\] {
  padding-top: calc(40 / 375 * 100vw);
  padding-bottom: calc(40 / 375 * 100vw);
}

.py-\[calc\(6\/375\*100vw\)\] {
  padding-top: calc(6 / 375 * 100vw);
  padding-bottom: calc(6 / 375 * 100vw);
}

.py-\[calc\(8\/375\*100vw\)\] {
  padding-top: calc(8 / 375 * 100vw);
  padding-bottom: calc(8 / 375 * 100vw);
}

.pb-\[calc\(100\/375\*100vw\)\] {
  padding-bottom: calc(100 / 375 * 100vw);
}

.pb-\[calc\(12\/375\*100vw\)\] {
  padding-bottom: calc(12 / 375 * 100vw);
}

.pb-\[calc\(14\/375\*100vw\)\] {
  padding-bottom: calc(14 / 375 * 100vw);
}

.pb-\[calc\(19\/375\*100vw\)\] {
  padding-bottom: calc(19 / 375 * 100vw);
}

.pb-\[calc\(24\/375\*100vw\)\] {
  padding-bottom: calc(24 / 375 * 100vw);
}

.pb-\[calc\(42\/375\*100vw\)\] {
  padding-bottom: calc(42 / 375 * 100vw);
}

.pb-\[calc\(46\/375\*100vw\)\] {
  padding-bottom: calc(46 / 375 * 100vw);
}

.pt-\[calc\(12\/375\*100vw\)\] {
  padding-top: calc(12 / 375 * 100vw);
}

.pt-\[calc\(16\/375\*100vw\)\] {
  padding-top: calc(16 / 375 * 100vw);
}

.pt-\[calc\(19\/375\*100vw\)\] {
  padding-top: calc(19 / 375 * 100vw);
}

.pt-\[calc\(21\/375\*100vw\)\] {
  padding-top: calc(21 / 375 * 100vw);
}

.pt-\[calc\(24\/375\*100vw\)\] {
  padding-top: calc(24 / 375 * 100vw);
}

.pt-\[calc\(28\/375\*100vw\)\] {
  padding-top: calc(28 / 375 * 100vw);
}

.pt-\[calc\(38\/375\*100vw\)\] {
  padding-top: calc(38 / 375 * 100vw);
}

.pt-\[calc\(4\/375\*100vw\)\] {
  padding-top: calc(4 / 375 * 100vw);
}

.pt-\[calc\(60\/375\*100vw\)\] {
  padding-top: calc(60 / 375 * 100vw);
}

.pt-\[calc\(60\/750\*100vw\)\] {
  padding-top: calc(60 / 750 * 100vw);
}

.pt-\[calc\(88\/375\*100vw\)\] {
  padding-top: calc(88 / 375 * 100vw);
}

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

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

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

.text-\[calc\(10\/375\*100vw\)\] {
  font-size: calc(10 / 375 * 100vw);
}

.text-\[calc\(11\/375\*100vw\)\] {
  font-size: calc(11 / 375 * 100vw);
}

.text-\[calc\(12\/375\*100vw\)\] {
  font-size: calc(12 / 375 * 100vw);
}

.text-\[calc\(14\/375\*100vw\)\] {
  font-size: calc(14 / 375 * 100vw);
}

.text-\[calc\(15\/375\*100vw\)\] {
  font-size: calc(15 / 375 * 100vw);
}

.text-\[calc\(16\/375\*100vw\)\] {
  font-size: calc(16 / 375 * 100vw);
}

.text-\[calc\(20\/375\*100vw\)\] {
  font-size: calc(20 / 375 * 100vw);
}

.text-\[calc\(24\/375\*100vw\)\] {
  font-size: calc(24 / 375 * 100vw);
}

.text-\[calc\(32\/375\*100vw\)\] {
  font-size: calc(32 / 375 * 100vw);
}

.text-\[calc\(36\/375\*100vw\)\] {
  font-size: calc(36 / 375 * 100vw);
}

.text-\[calc\(40\/375\*100vw\)\] {
  font-size: calc(40 / 375 * 100vw);
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[calc\(16\/375\*100vw\)\] {
  line-height: calc(16 / 375 * 100vw);
}

.leading-\[calc\(26\/375\*100vw\)\] {
  line-height: calc(26 / 375 * 100vw);
}

.leading-\[calc\(40\/375\*100vw\)\] {
  line-height: calc(40 / 375 * 100vw);
}

.text-\[\#112B78\] {
  --tw-text-opacity: 1;
  color: rgb(17 43 120 / var(--tw-text-opacity, 1));
}

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

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

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

.text-\[\#E8020D\] {
  --tw-text-opacity: 1;
  color: rgb(232 2 13 / var(--tw-text-opacity, 1));
}

.text-\[\#FFE926\] {
  --tw-text-opacity: 1;
  color: rgb(255 233 38 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* body {
  min-width: 375px;
} */

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

a:hover,
button:hover {
  opacity: 0.8;
}

/* 矢印ボタン：丸赤背景・白矢印・サイズ10vw */

.splide__arrow {
  width: 7vw;
  height: 7vw;
  border-radius: 9999px;
  /* 丸 */
  background: #e60023;
  /* 赤（好みで変更可） */
  opacity: 1;
  /* デフォは.7 */
  box-shadow: none;
  border: none;
}

.splide__arrow svg {
  fill: #fff;
  /* 矢印を白 */
  width: 50%;
  height: 50%;
}

/* 位置は必要なら調整（任意） */

.splide__arrow--prev {
  left: 0.5rem;
}

.splide__arrow--next {
  right: 0.5rem;
}

/* 非活性時（端まで行った時の見た目調整・任意） */

.splide__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media (min-width: 800px) {
  /* ここに800px以上で適用したいスタイルを書く */

  .splide__arrow {
    width: 54px;
    height: 54px;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #ffe926 60%);
}

.compare-table tbody tr:nth-child(even) .compare-td-other {
  background-color: #f5f5f5;
}

.compare-table tbody tr:last-child .compare-td-label,
.compare-table tbody tr:last-child .compare-td-other {
  border-bottom: none;
}

.compare-table tbody tr:last-child .compare-td-us {
  border-bottom-width: 3px;
  border-radius: 0 0 10px 10px;
}

.compare-icon-good::after {
  content: '';
  display: block;
  width: 55%;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  border: 3px solid #d01616;
}

@media (min-width: 750px) {
  .md\:-top-\[calc\(28\*2px\)\] {
    top: calc(calc(28 * 2px) * -1);
  }

  .md\:bottom-\[calc\(18\*2px\)\] {
    bottom: calc(18 * 2px);
  }

  .md\:bottom-\[calc\(22\*2px\)\] {
    bottom: calc(22 * 2px);
  }

  .md\:bottom-\[calc\(23\*2px\)\] {
    bottom: calc(23 * 2px);
  }

  .md\:left-\[calc\(19\*2px\)\] {
    left: calc(19 * 2px);
  }

  .md\:left-\[calc\(23\*2px\)\] {
    left: calc(23 * 2px);
  }

  .md\:left-\[calc\(4\*2px\)\] {
    left: calc(4 * 2px);
  }

  .md\:left-\[calc\(44\*2px\)\] {
    left: calc(44 * 2px);
  }

  .md\:left-\[calc\(90\*2px\)\] {
    left: calc(90 * 2px);
  }

  .md\:right-\[calc\(19\*2px\)\] {
    right: calc(19 * 2px);
  }

  .md\:right-\[calc\(27\*2px\)\] {
    right: calc(27 * 2px);
  }

  .md\:right-\[calc\(36\*2px\)\] {
    right: calc(36 * 2px);
  }

  .md\:top-\[calc\(10\*2px\)\] {
    top: calc(10 * 2px);
  }

  .md\:top-\[calc\(16\*2px\)\] {
    top: calc(16 * 2px);
  }

  .md\:top-\[calc\(18\*2px\)\] {
    top: calc(18 * 2px);
  }

  .md\:top-\[calc\(21\*2px\)\] {
    top: calc(21 * 2px);
  }

  .md\:top-\[calc\(46\*2px\)\] {
    top: calc(46 * 2px);
  }

  .md\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[calc\(11\*2px\)\] {
    margin-bottom: calc(11 * 2px);
  }

  .md\:mb-\[calc\(13\*2px\)\] {
    margin-bottom: calc(13 * 2px);
  }

  .md\:mb-\[calc\(14\*2px\)\] {
    margin-bottom: calc(14 * 2px);
  }

  .md\:mt-\[12px\] {
    margin-top: 12px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:h-\[calc\(36\*2px\)\] {
    height: calc(36 * 2px);
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-\[750px\] {
    width: 750px;
  }

  .md\:w-\[86px\] {
    width: 86px;
  }

  .md\:w-\[calc\(123\*2px\)\] {
    width: calc(123 * 2px);
  }

  .md\:w-\[calc\(125\*2px\)\] {
    width: calc(125 * 2px);
  }

  .md\:w-\[calc\(128\*2px\)\] {
    width: calc(128 * 2px);
  }

  .md\:w-\[calc\(140\*2px\)\] {
    width: calc(140 * 2px);
  }

  .md\:w-\[calc\(15\*2px\)\] {
    width: calc(15 * 2px);
  }

  .md\:w-\[calc\(16\*2px\)\] {
    width: calc(16 * 2px);
  }

  .md\:w-\[calc\(160\*2px\)\] {
    width: calc(160 * 2px);
  }

  .md\:w-\[calc\(180\*2px\)\] {
    width: calc(180 * 2px);
  }

  .md\:w-\[calc\(190\*2px\)\] {
    width: calc(190 * 2px);
  }

  .md\:w-\[calc\(192\*2px\)\] {
    width: calc(192 * 2px);
  }

  .md\:w-\[calc\(214\*2px\)\] {
    width: calc(214 * 2px);
  }

  .md\:w-\[calc\(277\*2px\)\] {
    width: calc(277 * 2px);
  }

  .md\:w-\[calc\(306\*2px\)\] {
    width: calc(306 * 2px);
  }

  .md\:w-\[calc\(346\*2px\)\] {
    width: calc(346 * 2px);
  }

  .md\:w-\[calc\(350\*2px\)\] {
    width: calc(350 * 2px);
  }

  .md\:w-\[calc\(36\*2px\)\] {
    width: calc(36 * 2px);
  }

  .md\:w-\[calc\(47\*2px\)\] {
    width: calc(47 * 2px);
  }

  .md\:w-\[calc\(52\*2px\)\] {
    width: calc(52 * 2px);
  }

  .md\:w-\[calc\(62\*2px\)\] {
    width: calc(62 * 2px);
  }

  .md\:min-w-\[calc\(276\*2px\)\] {
    min-width: calc(276 * 2px);
  }

  .md\:scroll-m-\[calc\(30\*2px\)\] {
    scroll-margin: calc(30 * 2px);
  }

  .md\:gap-\[44px\] {
    gap: 44px;
  }

  .md\:gap-\[calc\(10\*2px\)\] {
    gap: calc(10 * 2px);
  }

  .md\:gap-\[calc\(12\*2px\)\] {
    gap: calc(12 * 2px);
  }

  .md\:gap-\[calc\(14\*2px\)\] {
    gap: calc(14 * 2px);
  }

  .md\:gap-\[calc\(16\*2px\)\] {
    gap: calc(16 * 2px);
  }

  .md\:gap-\[calc\(18\*2px\)\] {
    gap: calc(18 * 2px);
  }

  .md\:gap-\[calc\(2\*2px\)\] {
    gap: calc(2 * 2px);
  }

  .md\:gap-\[calc\(20\/1440\*100vw\)\] {
    gap: calc(20 / 1440 * 100vw);
  }

  .md\:gap-\[calc\(24\*2px\)\] {
    gap: calc(24 * 2px);
  }

  .md\:gap-\[calc\(28\*2px\)\] {
    gap: calc(28 * 2px);
  }

  .md\:gap-\[calc\(4\*2px\)\] {
    gap: calc(4 * 2px);
  }

  .md\:gap-\[calc\(5\*2px\)\] {
    gap: calc(5 * 2px);
  }

  .md\:p-\[calc\(10\*2px\)\] {
    padding: calc(10 * 2px);
  }

  .md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[calc\(10\*2px\)\] {
    padding-left: calc(10 * 2px);
    padding-right: calc(10 * 2px);
  }

  .md\:px-\[calc\(12\*2px\)\] {
    padding-left: calc(12 * 2px);
    padding-right: calc(12 * 2px);
  }

  .md\:px-\[calc\(16\*2px\)\] {
    padding-left: calc(16 * 2px);
    padding-right: calc(16 * 2px);
  }

  .md\:px-\[calc\(18\*2px\)\] {
    padding-left: calc(18 * 2px);
    padding-right: calc(18 * 2px);
  }

  .md\:px-\[calc\(8\*2px\)\] {
    padding-left: calc(8 * 2px);
    padding-right: calc(8 * 2px);
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-\[calc\(14\/1440\*100vw\)\] {
    padding-top: calc(14 / 1440 * 100vw);
    padding-bottom: calc(14 / 1440 * 100vw);
  }

  .md\:py-\[calc\(20\/1440\*100vw\)\] {
    padding-top: calc(20 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }

  .md\:py-\[calc\(32\*2px\)\] {
    padding-top: calc(32 * 2px);
    padding-bottom: calc(32 * 2px);
  }

  .md\:py-\[calc\(34\*2px\)\] {
    padding-top: calc(34 * 2px);
    padding-bottom: calc(34 * 2px);
  }

  .md\:py-\[calc\(6\*2px\)\] {
    padding-top: calc(6 * 2px);
    padding-bottom: calc(6 * 2px);
  }

  .md\:py-\[calc\(8\*2px\)\] {
    padding-top: calc(8 * 2px);
    padding-bottom: calc(8 * 2px);
  }

  .md\:pb-\[calc\(12\*2px\)\] {
    padding-bottom: calc(12 * 2px);
  }

  .md\:pb-\[calc\(14\*2px\)\] {
    padding-bottom: calc(14 * 2px);
  }

  .md\:pb-\[calc\(19\*2px\)\] {
    padding-bottom: calc(19 * 2px);
  }

  .md\:pb-\[calc\(24\*2px\)\] {
    padding-bottom: calc(24 * 2px);
  }

  .md\:pb-\[calc\(42\*2px\)\] {
    padding-bottom: calc(42 * 2px);
  }

  .md\:pb-\[calc\(46\*2px\)\] {
    padding-bottom: calc(46 * 2px);
  }

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

  .md\:pt-\[88px\] {
    padding-top: 88px;
  }

  .md\:pt-\[calc\(12\*2px\)\] {
    padding-top: calc(12 * 2px);
  }

  .md\:pt-\[calc\(16\*2px\)\] {
    padding-top: calc(16 * 2px);
  }

  .md\:pt-\[calc\(19\*2px\)\] {
    padding-top: calc(19 * 2px);
  }

  .md\:pt-\[calc\(21\*2px\)\] {
    padding-top: calc(21 * 2px);
  }

  .md\:pt-\[calc\(24\*2px\)\] {
    padding-top: calc(24 * 2px);
  }

  .md\:pt-\[calc\(28\*2px\)\] {
    padding-top: calc(28 * 2px);
  }

  .md\:pt-\[calc\(38\*2px\)\] {
    padding-top: calc(38 * 2px);
  }

  .md\:pt-\[calc\(4\*2px\)\] {
    padding-top: calc(4 * 2px);
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[calc\(10\*2px\)\] {
    font-size: calc(10 * 2px);
  }

  .md\:text-\[calc\(11\*2px\)\] {
    font-size: calc(11 * 2px);
  }

  .md\:text-\[calc\(12\*2px\)\] {
    font-size: calc(12 * 2px);
  }

  .md\:text-\[calc\(14\*2px\)\] {
    font-size: calc(14 * 2px);
  }

  .md\:text-\[calc\(15\*2px\)\] {
    font-size: calc(15 * 2px);
  }

  .md\:text-\[calc\(16\*2px\)\] {
    font-size: calc(16 * 2px);
  }

  .md\:text-\[calc\(20\*2px\)\] {
    font-size: calc(20 * 2px);
  }

  .md\:text-\[calc\(24\*2px\)\] {
    font-size: calc(24 * 2px);
  }

  .md\:text-\[calc\(32\*2px\)\] {
    font-size: calc(32 * 2px);
  }

  .md\:text-\[calc\(36\*2px\)\] {
    font-size: calc(36 * 2px);
  }

  .md\:text-\[calc\(40\*2px\)\] {
    font-size: calc(40 * 2px);
  }

  .md\:leading-\[calc\(16\*2px\)\] {
    line-height: calc(16 * 2px);
  }

  .md\:leading-\[calc\(26\*2px\)\] {
    line-height: calc(26 * 2px);
  }

  .md\:leading-\[calc\(40\*2px\)\] {
    line-height: calc(40 * 2px);
  }
}
