/*
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)
*/
/*
Theme Name: 20career
Version: 1.0.0
*/
*,
::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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}
/*
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. 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-size: 1em;
  /* 2 */
}
/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after {
  --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-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:  ;
}
.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;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-o-340 {
  top: 3.40rem;
}
.top-o-528 {
  top: 5.28rem;
}
.-bottom-o-80 {
  bottom: -0.80rem;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.-right-o-52 {
  right: -0.52rem;
}
.bottom-0 {
  bottom: 0px;
}
.top-\[calc\(50\%_-_0\.04rem\)\] {
  top: calc(50% - 0.04rem);
}
.-left-\[0\.14rem\] {
  left: -0.14rem;
}
.-right-\[0\.22rem\] {
  right: -0.22rem;
}
.top-0 {
  top: 0px;
}
.right-auto {
  right: auto;
}
.-right-o-32 {
  right: -0.32rem;
}
.bottom-o-32 {
  bottom: 0.32rem;
}
.right-o-32 {
  right: 0.32rem;
}
.right-o-60 {
  right: 0.60rem;
}
.-top-o-48 {
  top: -0.48rem;
}
.left-o-240 {
  left: 2.40rem;
}
.-top-o-60 {
  top: -0.60rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-o-16 {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.mb-o-8 {
  margin-bottom: 0.08rem;
}
.mb-o-12 {
  margin-bottom: 0.12rem;
}
.mb-o-16 {
  margin-bottom: 0.16rem;
}
.mb-o-20 {
  margin-bottom: 0.20rem;
}
.mb-o-88 {
  margin-bottom: 0.88rem;
}
.mb-o-48 {
  margin-bottom: 0.48rem;
}
.mb-o-40 {
  margin-bottom: 0.40rem;
}
.mb-o-60 {
  margin-bottom: 0.60rem;
}
.mb-o-24 {
  margin-bottom: 0.24rem;
}
.mb-o-4 {
  margin-bottom: 0.04rem;
}
.mb-o-100 {
  margin-bottom: 1rem;
}
.mb-o-56 {
  margin-bottom: 0.56rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-o-80 {
  margin-bottom: 0.80rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-o-148 {
  margin-bottom: 1.48rem;
}
.-mt-o-140 {
  margin-top: -1.40rem;
}
.mb-o-44 {
  margin-bottom: 0.44rem;
}
.mb-o-36 {
  margin-bottom: 0.36rem;
}
.-mt-o-40 {
  margin-top: -0.40rem;
}
.mb-o-32 {
  margin-bottom: 0.32rem;
}
.mt-o-20 {
  margin-top: 0.20rem;
}
.mb-o-72 {
  margin-bottom: 0.72rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-o-982 {
  height: 9.82rem;
}
.h-o-40 {
  height: 0.40rem;
}
.h-o-4 {
  height: 0.04rem;
}
.h-0 {
  height: 0px;
}
.h-o-880 {
  height: 8.80rem;
}
.h-screen {
  height: 100vh;
}
.w-full {
  width: 100%;
}
.w-o-512 {
  width: 5.12rem;
}
.w-o-348 {
  width: 3.48rem;
}
.w-o-685 {
  width: 6.85rem;
}
.w-o-614 {
  width: 6.14rem;
}
.w-o-675 {
  width: 6.75rem;
}
.w-o-350 {
  width: 3.50rem;
}
.w-o-401 {
  width: 4.01rem;
}
.w-o-250 {
  width: 2.50rem;
}
.w-o-688 {
  width: 6.88rem;
}
.w-o-320 {
  width: 3.20rem;
}
.w-o-40 {
  width: 0.40rem;
}
.w-o-608 {
  width: 6.08rem;
}
.w-o-290 {
  width: 2.90rem;
}
.w-1\/2 {
  width: 50%;
}
.w-o-400 {
  width: 4rem;
}
.w-o-568 {
  width: 5.68rem;
}
.w-o-163 {
  width: 1.63rem;
}
.w-o-370 {
  width: 3.70rem;
}
.w-o-263 {
  width: 2.63rem;
}
.w-o-733 {
  width: 7.33rem;
}
.w-o-490 {
  width: 4.90rem;
}
.w-o-334 {
  width: 3.34rem;
}
.w-o-200 {
  width: 2rem;
}
.w-o-210 {
  width: 2.1rem;
}
.w-o-530 {
  width: 5.30rem;
}
.w-o-528 {
  width: 5.28rem;
}
.w-o-648 {
  width: 6.48rem;
}
.w-o-552 {
  width: 5.52rem;
}
.w-o-495 {
  width: 4.95rem;
}
.w-o-520 {
  width: 5.20rem;
}
.w-o-450 {
  width: 4.50rem;
}
.w-o-180 {
  width: 1.80rem;
}
.w-o-375 {
  width: 3.75rem;
}
.w-o-188 {
  width: 1.88rem;
}
.w-o-220 {
  width: 2.20rem;
}
.w-o-280 {
  width: 2.80rem;
}
.w-o-80 {
  width: 0.80rem;
}
.w-o-410 {
  width: 4.1rem;
}
.origin-left {
  transform-origin: left;
}
.origin-center {
  transform-origin: center;
}
.translate-x-\[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));
}
.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.6\] {
  --tw-scale-x: 0.6;
  --tw-scale-y: 0.6;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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 {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-o-32 {
  gap: 0.32rem;
}
.gap-o-24 {
  gap: 0.24rem;
}
.gap-o-4 {
  gap: 0.04rem;
}
.gap-o-20 {
  gap: 0.20rem;
}
.gap-o-16 {
  gap: 0.16rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[0\.12rem\] {
  border-radius: 0.12rem;
}
.rounded-\[0\.18rem\] {
  border-radius: 0.18rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[0\.08rem\] {
  border-radius: 0.08rem;
}
.rounded-\[0\.32rem\] {
  border-radius: 0.32rem;
}
.rounded-\[0\.16rem\] {
  border-radius: 0.16rem;
}
.rounded-\[0\.48rem\] {
  border-radius: 0.48rem;
}
.rounded-\[0\.36rem\] {
  border-radius: 0.36rem;
}
.rounded-\[0\.24rem\] {
  border-radius: 0.24rem;
}
.rounded-l-o-40 {
  border-top-left-radius: 0.40rem;
  border-bottom-left-radius: 0.40rem;
}
.rounded-r-o-40 {
  border-top-right-radius: 0.40rem;
  border-bottom-right-radius: 0.40rem;
}
.rounded-tl-\[0\.1rem\] {
  border-top-left-radius: 0.1rem;
}
.border-\[0\.04rem\] {
  border-width: 0.04rem;
}
.border-\[0\.06rem\] {
  border-width: 0.06rem;
}
.border-b-\[0\.03rem\] {
  border-bottom-width: 0.03rem;
}
.border-\[\#659ed8\] {
  --tw-border-opacity: 1;
  border-color: rgb(101 158 216 / var(--tw-border-opacity));
}
.border-\[\#cfd3d7\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 211 215 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-\[\#dddddd\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#659ed8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(101 158 216 / var(--tw-bg-opacity));
}
.bg-\[\#cfd3d7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 211 215 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[\#f2614e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 97 78 / var(--tw-bg-opacity));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-\[\#343b42\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 59 66 / var(--tw-bg-opacity));
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-\[url\(\.\.\/images\/hold_bg\.jpg\)\] {
  background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/hold_bg.jpg);
}
.bg-cover {
  background-size: cover;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-o-40 {
  padding: 0.40rem;
}
.px-o-40 {
  padding-left: 0.40rem;
  padding-right: 0.40rem;
}
.py-o-28 {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}
.py-o-12 {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
}
.px-o-16 {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.py-o-4 {
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
}
.py-o-8 {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.py-o-16 {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.py-o-56 {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}
.py-o-32 {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.py-o-20 {
  padding-top: 0.20rem;
  padding-bottom: 0.20rem;
}
.py-o-24 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.py-o-100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-o-40 {
  padding-top: 0.40rem;
  padding-bottom: 0.40rem;
}
.py-o-88 {
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
}
.pt-o-52 {
  padding-top: 0.52rem;
}
.pb-o-24 {
  padding-bottom: 0.24rem;
}
.pl-o-40 {
  padding-left: 0.40rem;
}
.pr-o-80 {
  padding-right: 0.80rem;
}
.pt-o-12 {
  padding-top: 0.12rem;
}
.pb-o-120 {
  padding-bottom: 1.20rem;
}
.pb-o-16 {
  padding-bottom: 0.16rem;
}
.pt-o-32 {
  padding-top: 0.32rem;
}
.pr-o-40 {
  padding-right: 0.40rem;
}
.pl-o-80 {
  padding-left: 0.80rem;
}
.pb-o-12 {
  padding-bottom: 0.12rem;
}
.pb-o-32 {
  padding-bottom: 0.32rem;
}
.pt-o-88 {
  padding-top: 0.88rem;
}
.pt-o-20 {
  padding-top: 0.20rem;
}
.pb-o-40 {
  padding-bottom: 0.40rem;
}
.pt-o-8 {
  padding-top: 0.08rem;
}
.pb-o-100 {
  padding-bottom: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-BarlowCondensed {
  font-family: Barlow Condensed;
}
.text-md {
  font-size: 13.02083vw;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-27 {
  font-size: 0.27rem;
}
.text-29 {
  font-size: 0.29rem;
}
.text-20 {
  font-size: 0.20rem;
}
.text-28 {
  font-size: 0.28rem;
}
.text-22 {
  font-size: 0.22rem;
}
.text-25 {
  font-size: 0.25rem;
}
.text-24 {
  font-size: 0.24rem;
}
.text-150 {
  font-size: 1.50rem;
}
.text-40 {
  font-size: 0.40rem;
}
.text-38 {
  font-size: 0.38rem;
}
.text-33 {
  font-size: 0.33rem;
}
.text-\[1\.64rem\] {
  font-size: 1.64rem;
}
.text-50 {
  font-size: 0.50rem;
}
.text-74 {
  font-size: 0.74rem;
}
.text-48 {
  font-size: 0.48rem;
}
.text-32 {
  font-size: 0.32rem;
}
.text-44 {
  font-size: 0.44rem;
}
.text-30 {
  font-size: 0.30rem;
}
.text-\[2\.4rem\] {
  font-size: 2.4rem;
}
.text-36 {
  font-size: 0.36rem;
}
.text-60 {
  font-size: 0.60rem;
}
.text-16 {
  font-size: 0.16rem;
}
.text-15 {
  font-size: 0.15rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.leading-o-16 {
  line-height: 1.6;
}
.leading-none {
  line-height: 1;
}
.leading-o-14 {
  line-height: 1.4;
}
.leading-o-18 {
  line-height: 1.8;
}
.leading-o-17 {
  line-height: 1.7;
}
.tracking-\[0\.025em\] {
  letter-spacing: 0.025em;
}
.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-o-30 {
  letter-spacing: 0.030em;
}
.text-\[\#659ed8\] {
  --tw-text-opacity: 1;
  color: rgb(101 158 216 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#cfd3d7\] {
  --tw-text-opacity: 1;
  color: rgb(207 211 215 / var(--tw-text-opacity));
}
.text-\[\#a6a8aa\] {
  --tw-text-opacity: 1;
  color: rgb(166 168 170 / var(--tw-text-opacity));
}
.text-\[\#f2614e\] {
  --tw-text-opacity: 1;
  color: rgb(242 97 78 / var(--tw-text-opacity));
}
.text-\[\#a7a9ab\] {
  --tw-text-opacity: 1;
  color: rgb(167 169 171 / var(--tw-text-opacity));
}
.text-\[\#d4a9db\] {
  --tw-text-opacity: 1;
  color: rgb(212 169 219 / var(--tw-text-opacity));
}
.text-\[\#d4c7ea\] {
  --tw-text-opacity: 1;
  color: rgb(212 199 234 / var(--tw-text-opacity));
}
.text-\[\#d5d2eb\] {
  --tw-text-opacity: 1;
  color: rgb(213 210 235 / var(--tw-text-opacity));
}
.text-\[\#ffc0b4\] {
  --tw-text-opacity: 1;
  color: rgb(255 192 180 / var(--tw-text-opacity));
}
.text-\[\#ffead7\] {
  --tw-text-opacity: 1;
  color: rgb(255 234 215 / var(--tw-text-opacity));
}
.text-\[\#c092d0\] {
  --tw-text-opacity: 1;
  color: rgb(192 146 208 / var(--tw-text-opacity));
}
.text-\[\#aaaaaa\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
.text-\[\#ffc1b4\] {
  --tw-text-opacity: 1;
  color: rgb(255 193 180 / var(--tw-text-opacity));
}
.text-\[\#f3d1d3\] {
  --tw-text-opacity: 1;
  color: rgb(243 209 211 / var(--tw-text-opacity));
}
.text-\[\#f3d1f3\] {
  --tw-text-opacity: 1;
  color: rgb(243 209 243 / var(--tw-text-opacity));
}
.text-\[\#e9d3ff\] {
  --tw-text-opacity: 1;
  color: rgb(233 211 255 / var(--tw-text-opacity));
}
.text-\[\#fbd4b1\] {
  --tw-text-opacity: 1;
  color: rgb(251 212 177 / var(--tw-text-opacity));
}
.text-\[\#fff0f1\] {
  --tw-text-opacity: 1;
  color: rgb(255 240 241 / var(--tw-text-opacity));
}
.text-\[\#fcd1e0\] {
  --tw-text-opacity: 1;
  color: rgb(252 209 224 / var(--tw-text-opacity));
}
.text-\[\#d793a6\] {
  --tw-text-opacity: 1;
  color: rgb(215 147 166 / var(--tw-text-opacity));
}
.text-\[\#8eb8e2\] {
  --tw-text-opacity: 1;
  color: rgb(142 184 226 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[writing-mode\:vertical-rl\] {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
html {
  /* ベースフォント */
  font-family: "Noto Sans JP", sans-serif;
  color: #343b42;
  scroll-behavior: smooth;
}
::-moz-placeholder {
  color: #757575;
}
:-ms-input-placeholder {
  color: #757575;
}
::placeholder {
  color: #757575;
}
.cta_copy_shadow {
  box-shadow: 0 0 10px rgb(104, 122, 135, 0.28);
}
.form_shadow {
  box-shadow: 0 0 16px rgb(104, 122, 135, 0.2);
}
.num_active {
  background: #f2614e;
}
.prev_active {
  opacity: 0;
  transform: translate(0%, 0%);
}
.form_active {
  opacity: 100;
  transform: translate(0%, 0%);
  pointer-events: auto;
}
.prevBtn_active {
  pointer-events: auto;
}
.text_active {
  color: #f2614e;
}
.page_height01 {
  height: 3rem;
}
.page_height02 {
  height: 3.6rem;
}
.page_height03 {
  /*height: 4.5rem; ボタン3行*/
  height: 5.4rem; /*ボタン4行*/
}
.page_height04 {
  height: 5.5rem;
}
.page_height05 {
  height: 5rem;
}
.mainbg {
  background-color: hsla(53, 56%, 90%, 1);
  background-image: radial-gradient(
      at 98% 8%,
      hsla(1, 88%, 79%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 50% 47%, hsla(55, 73%, 89%, 1) 0px, transparent 50%),
    radial-gradient(at 8% 84%, hsla(197, 85%, 75%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 10%, hsla(268, 56%, 78%, 1) 0px, transparent 50%);
}
.ctaBg {
  background-color: hsla(195, 86%, 74%, 1);
  background-image: radial-gradient(
      at 57% 94%,
      hsla(212, 82%, 77%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 98% 8%, hsla(218, 76%, 83%, 1) 0px, transparent 50%),
    radial-gradient(at 8% 84%, hsla(197, 85%, 75%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 10%, hsla(268, 56%, 78%, 1) 0px, transparent 50%);
}
.btn_arrow {
  position: relative;
}
.btn_arrow::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/actionIcon.png);
  background-size: contain;
  right: 0.16rem;
  transform: rotate(180deg);
  transition-duration: 0.3s;
}
.btn_arrow:hover::before {
  background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/actionIcon_hover.png);
}
.cta_btn_arrow {
  position: relative;
}
.cta_btn_arrow::before {
  content: "";
  position: absolute;
  background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/cta_btnarrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.12rem;
  height: 0.24rem;
  right: 0.36rem;
  top: calc(50% - 0.06rem);
}
@media screen and (min-width: 768px) {
  .cta_btn_arrow::before {
    width: 0.1rem;
    height: 0.2rem;
    top: calc(50% - 0.07rem);
    right: 0.3rem;
  }
}
.case_active {
  line-height: 1.6;
  opacity: 1;
  visibility: visible;
}
.btn_arrow_active.btn_arrow::before {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .btn_arrow::before {
    width: 0.21rem;
    height: 0.21rem;
  }
}
.slider_shadow {
  box-shadow: 0 0 12px rgb(104, 122, 135, 0.13);
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  margin-top: 0.56rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #659ed8;
  width: 1.31rem;
  height: 0.16rem;
  display: inline-block;
  border-radius: 100px;
}
.swiper-pagination-bullet {
  background-color: #ffffff;
  width: 1.31rem;
  height: 0.16rem;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 0 12px rgb(104, 122, 135, 0.13);
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.655rem;
    height: 0.08rem;
  }
  .swiper-pagination-bullet {
    width: 0.655rem;
    height: 0.08rem;
  }
}
.btn_arrow_q {
  position: relative;
}
.btn_arrow_q::before {
  content: "";
  position: absolute;
  background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/actionIcon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.32rem;
  height: 0.32rem;
  right: 0.2rem;
  top: calc(50% - 0.16rem);
}
.btn_arrow_q_active.btn_arrow_q::before {
  transform: rotate(180deg);
}
.a_active {
  opacity: 1;
  visibility: visible;
}
.btn_arrow02 {
  position: relative;
}
.btn_arrow02::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/actionIcon.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
  right: 0.4rem;
  top: calc(50% - 0.15rem);
}
.btn_arrow02:hover::before {
  background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/actionIcon_hover.png);
}
@media screen and (min-width: 768px) {
  .btn_arrow02::before {
    width: 0.2rem;
    height: 0.2rem;
    top: calc(50% - 0.1rem);
    right: 0.24rem;
  }
}
.holdbtn_active {
  opacity: 1;
  pointer-events: auto;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:right-o-8::before {
  content: var(--tw-content);
  right: 0.08rem;
}
.before\:top-o-12::before {
  content: var(--tw-content);
  top: 0.12rem;
}
.before\:text-20::before {
  content: var(--tw-content);
  font-size: 0.20rem;
}
.before\:text-\[\#cfd3d7\]::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(207 211 215 / var(--tw-text-opacity));
}
.before\:content-\[\'\25BC\'\]::before {
  --tw-content: '▼';
  content: var(--tw-content);
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:bg-\[\#659ed8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 158 216 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#ef371e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 55 30 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.peer:checked ~ .peer-checked\:bg-\[\#659ed8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(101 158 216 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .md\:top-o-260 {
    top: 2.60rem;
  }
  .md\:top-o-416 {
    top: 4.16rem;
  }
  .md\:-bottom-o-108 {
    bottom: -1.08rem;
  }
  .md\:-left-o-18 {
    left: -0.18rem;
  }
  .md\:-right-o-41 {
    right: -0.41rem;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:top-auto {
    top: auto;
  }
  .md\:bottom-0 {
    bottom: 0px;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:-right-o-16 {
    right: -0.16rem;
  }
  .md\:right-o-140 {
    right: 1.40rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mb-o-8 {
    margin-bottom: 0.08rem;
  }
  .md\:mb-o-64 {
    margin-bottom: 0.64rem;
  }
  .md\:mb-o-24 {
    margin-bottom: 0.24rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:ml-o-12 {
    margin-left: 0.12rem;
  }
  .md\:mb-o-12 {
    margin-bottom: 0.12rem;
  }
  .md\:-mt-o-48 {
    margin-top: -0.48rem;
  }
  .md\:mt-o-56 {
    margin-top: 0.56rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-o-729 {
    height: 7.29rem;
  }
  .md\:h-o-240 {
    height: 2.40rem;
  }
  .md\:h-o-700 {
    height: 7rem;
  }
  .md\:w-o-500 {
    width: 5rem;
  }
  .md\:w-o-330 {
    width: 3.30rem;
  }
  .md\:w-o-1017 {
    width: 10.17rem;
  }
  .md\:w-o-950 {
    width: 9.50rem;
  }
  .md\:w-o-900 {
    width: 9rem;
  }
  .md\:w-o-727 {
    width: 7.27rem;
  }
  .md\:w-o-820 {
    width: 8.20rem;
  }
  .md\:w-o-303 {
    width: 3.03rem;
  }
  .md\:w-o-328 {
    width: 3.28rem;
  }
  .md\:w-o-480 {
    width: 4.80rem;
  }
  .md\:w-o-1000 {
    width: 10rem;
  }
  .md\:w-initial {
    width: initial;
  }
  .md\:w-o-270 {
    width: 2.70rem;
  }
  .md\:w-o-620 {
    width: 6.20rem;
  }
  .md\:w-o-1160 {
    width: 11.60rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-o-360 {
    width: 3.60rem;
  }
  .md\:w-o-880 {
    width: 8.80rem;
  }
  .md\:w-o-357 {
    width: 3.57rem;
  }
  .md\:w-o-140 {
    width: 1.40rem;
  }
  .md\:w-o-280 {
    width: 2.80rem;
  }
  .md\:w-o-320 {
    width: 3.20rem;
  }
  .md\:w-o-420 {
    width: 4.20rem;
  }
  .md\:w-o-400 {
    width: 4rem;
  }
  .md\:w-o-524 {
    width: 5.24rem;
  }
  .md\:w-o-1002 {
    width: 10.02rem;
  }
  .md\:w-o-554 {
    width: 5.54rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-o-520 {
    width: 5.20rem;
  }
  .md\:w-o-460 {
    width: 4.60rem;
  }
  .md\:w-o-340 {
    width: 3.40rem;
  }
  .md\:w-o-148 {
    width: 1.48rem;
  }
  .md\:w-o-260 {
    width: 2.60rem;
  }
  .md\:w-o-240 {
    width: 2.40rem;
  }
  .md\:w-o-454 {
    width: 4.54rem;
  }
  .md\:w-o-1050 {
    width: 10.50rem;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-o-12 {
    gap: 0.12rem;
  }
  .md\:gap-o-32 {
    gap: 0.32rem;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:rounded-\[0\.16rem\] {
    border-radius: 0.16rem;
  }
  .md\:rounded-\[0\.08rem\] {
    border-radius: 0.08rem;
  }
  .md\:rounded-\[0\.12rem\] {
    border-radius: 0.12rem;
  }
  .md\:rounded-r-o-40 {
    border-top-right-radius: 0.40rem;
    border-bottom-right-radius: 0.40rem;
  }
  .md\:rounded-l-o-40 {
    border-top-left-radius: 0.40rem;
    border-bottom-left-radius: 0.40rem;
  }
  .md\:border-\[0\.04rem\] {
    border-width: 0.04rem;
  }
  .md\:border-\[0\.03rem\] {
    border-width: 0.03rem;
  }
  .md\:bg-\[url\(\.\.\/images\/hold_bg_pc\.jpg\)\] {
    background-image: url(//sunklis.co.jp/wp-content/themes/lightning/_g3/css/../images/hold_bg_pc.jpg);
  }
  .md\:px-o-320 {
    padding-left: 3.20rem;
    padding-right: 3.20rem;
  }
  .md\:py-o-12 {
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-o-16 {
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
  }
  .md\:px-o-52 {
    padding-left: 0.52rem;
    padding-right: 0.52rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-o-36 {
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
  }
  .md\:py-o-32 {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }
  .md\:pt-o-92 {
    padding-top: 0.92rem;
  }
  .md\:pt-o-88 {
    padding-top: 0.88rem;
  }
  .md\:pl-o-80 {
    padding-left: 0.80rem;
  }
  .md\:pl-o-8 {
    padding-left: 0.08rem;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-pc {
    font-size: 6.51042vw;
  }
  .md\:text-24 {
    font-size: 0.24rem;
  }
  .md\:text-26 {
    font-size: 0.26rem;
  }
  .md\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .md\:text-32 {
    font-size: 0.32rem;
  }
  .md\:text-100 {
    font-size: 1rem;
  }
  .md\:text-36 {
    font-size: 0.36rem;
  }
  .md\:text-18 {
    font-size: 0.18rem;
  }
  .md\:text-16 {
    font-size: 0.16rem;
  }
  .md\:text-\[2\.40rem\] {
    font-size: 2.40rem;
  }
  .md\:text-22 {
    font-size: 0.22rem;
  }
  .md\:text-25 {
    font-size: 0.25rem;
  }
  .md\:text-\[2rem\] {
    font-size: 2rem;
  }
  .md\:text-28 {
    font-size: 0.28rem;
  }
  .md\:text-42 {
    font-size: 0.42rem;
  }
  .md\:text-46 {
    font-size: 0.46rem;
  }
  .md\:text-12 {
    font-size: 0.12rem;
  }
  .md\:leading-o-20 {
    line-height: 2;
  }
  .md\:leading-none {
    line-height: 1;
  }
  .md\:leading-o-18 {
    line-height: 1.8;
  }
  .md\:text-\[\#ffcdc1\] {
    --tw-text-opacity: 1;
    color: rgb(255 205 193 / var(--tw-text-opacity));
  }
  .md\:text-\[\#bbdde7\] {
    --tw-text-opacity: 1;
    color: rgb(187 221 231 / var(--tw-text-opacity));
  }
  .md\:text-\[\#f9f5d6\] {
    --tw-text-opacity: 1;
    color: rgb(249 245 214 / var(--tw-text-opacity));
  }
  .md\:text-\[\#f3d1f3\] {
    --tw-text-opacity: 1;
    color: rgb(243 209 243 / var(--tw-text-opacity));
  }
  .md\:text-\[\#e9d3ff\] {
    --tw-text-opacity: 1;
    color: rgb(233 211 255 / var(--tw-text-opacity));
  }
  .md\:text-\[\#9dcdf0\] {
    --tw-text-opacity: 1;
    color: rgb(157 205 240 / var(--tw-text-opacity));
  }
  .md\:text-\[\#fbd5d7\] {
    --tw-text-opacity: 1;
    color: rgb(251 213 215 / var(--tw-text-opacity));
  }
  .md\:text-\[\#cee3e0\] {
    --tw-text-opacity: 1;
    color: rgb(206 227 224 / var(--tw-text-opacity));
  }
}