*, ::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: "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* 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;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 242 / var(--tw-bg-opacity, 1));
  font-family: "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

/* サイドメニュー: あみだくじ風ツリー線 */

.side-menu-tree {
  /* 親アイコン中心付近（px-3 + w-5/2） */
  --tree-x: 1.375rem;
}

.side-menu-tree::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.75rem;
  left: var(--tree-x);
  width: 1px;
  background-color: #d8e3e3;
}

.side-menu-tree__item {
  padding-left: 2rem;
}

.side-menu-tree__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--tree-x);
  width: 0.75rem;
  height: 1px;
  background-color: #d8e3e3;
  transform: translateY(-50%);
}

/* サイドメニュー: セミナーバナーのアピール揺れ */

@keyframes side-seminar-attention {
  0%,
    100% {
    transform: translateX(0) rotate(0deg);
  }

  12% {
    transform: translateX(-3px) rotate(-2.5deg);
  }

  24% {
    transform: translateX(3px) rotate(2.5deg);
  }

  36% {
    transform: translateX(-2px) rotate(-1.8deg);
  }

  48% {
    transform: translateX(2px) rotate(1.5deg);
  }

  60% {
    transform: translateX(-1px) rotate(-0.8deg);
  }

  72% {
    transform: translateX(1px) rotate(0.4deg);
  }
}

html.micado-motion .js-side-seminar-banner.is-attention {
  animation: side-seminar-attention 0.7s ease-in-out;
  transform-origin: center bottom;
}

/* トップ: 投稿 / YouTube スライダー */

.js-posts-slider .slick-list,
  .js-youtube-slider .slick-list {
  overflow: visible;
}

.js-posts-slider .slick-track,
  .js-youtube-slider .slick-track {
  display: flex !important;
}

.js-posts-slider .slick-slide,
  .js-youtube-slider .slick-slide {
  height: auto;
}

.js-posts-slider .slick-slide > div,
  .js-youtube-slider .slick-slide > div {
  height: 100%;
}

/* 投稿 / YouTube: 矢印は下部 micado-slider-nav へ append するためデフォルト位置を無効化 */

.js-posts-slider > .slick-prev,
  .js-posts-slider > .slick-next,
  .js-youtube-slider > .slick-prev,
  .js-youtube-slider > .slick-next,
  .js-support-media-slider > .slick-prev,
  .js-support-media-slider > .slick-next {
  display: none;
}

.js-support-media-slider .slick-list {
  overflow: visible;
}

.js-support-media-slider .slick-track {
  display: flex !important;
}

.js-support-media-slider .slick-slide {
  height: auto;
}

.js-support-media-slider .slick-slide > div {
  height: 100%;
}

/* サポート: シナリオカード下部の Web予約ボタン余白 */

.support-scenario {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .support-scenario {
    margin-bottom: 3rem;
  }
}

/* Contact Form 7 */

.micado-cf7 .wpcf7-form {
  margin: 0px;
  border-top-width: 1px;
  border-color: rgb(31 46 58 / 0.15);
}

.micado-cf7-row {
  position: relative;
  display: grid;
  gap: 0.75rem;
  border-bottom-width: 1px;
  border-color: rgb(31 46 58 / 0.15);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .micado-cf7-row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: stretch;
    gap: 0px;
  }
}

/* ラベル列と入力列を分ける縦線 */

@media (min-width: 768px) {
  .micado-cf7-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 1px;
    background-color: rgba(31, 46, 58, 0.15);
    pointer-events: none;
  }
}

.micado-cf7-label {
  margin: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .micado-cf7-label {
    grid-column: span 3 / span 3;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
  }
}

.micado-cf7-required {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(129 119 100 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .micado-cf7-field,
  .micado-cf7-checks,
  .micado-cf7-name {
    grid-column: span 8 / span 8;
    padding-left: 1.5rem;
  }
}

/* 姓名は親で左余白を揃え、内側フィールドの二重 padding を打ち消す */

.micado-cf7-name {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .micado-cf7-name {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
}

.micado-cf7-name .micado-cf7-field {
  width: 100%;
  min-width: 0px;
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .micado-cf7-name .micado-cf7-field {
    padding-left: 0px;
  }
}

.micado-cf7-name p {
  margin: 0px;
  width: 100%;
}

.micado-cf7-name .micado-cf7-field br {
  display: none;
}

.micado-cf7-sublabel {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.micado-cf7-checks .wpcf7-checkbox,
  .micado-cf7-checks .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.micado-cf7-checks .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.micado-cf7-checks .wpcf7-list-item {
  margin: 0px;
  width: auto;
  flex-shrink: 0;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.micado-cf7-checks .wpcf7-list-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
}

.micado-cf7-checks .wpcf7-list-item label {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.micado-cf7-checks .wpcf7-list-item-label {
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.micado-cf7-checks input[type="checkbox"] {
  margin: 0px;
  accent-color: #245F78;
}

.micado-cf7 input[type="text"],
  .micado-cf7 input[type="email"],
  .micado-cf7 input[type="tel"],
  .micado-cf7 select,
  .micado-cf7 textarea {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.micado-cf7 input[type="text"]:focus,
  .micado-cf7 input[type="email"]:focus,
  .micado-cf7 input[type="tel"]:focus,
  .micado-cf7 select:focus,
  .micado-cf7 textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
}

.micado-cf7-privacy {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.micado-cf7-privacy .wpcf7-acceptance,
  .micado-cf7-privacy .wpcf7-list-item {
  margin: 0px;
}

.micado-cf7-privacy label {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.micado-cf7-privacy input[type="checkbox"] {
  margin: 0px;
  accent-color: #245F78;
}

.micado-cf7-privacy a {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.micado-cf7-submit {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.micado-cf7-submit input[type="submit"] {
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(129 119 100 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.micado-cf7-submit input[type="submit"]:hover {
  opacity: 0.9;
}

.micado-cf7 .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(129 119 100 / var(--tw-text-opacity, 1));
}

.micado-cf7 .wpcf7-response-output {
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* 記事目次（mint 準拠） */

.micado-toc {
  margin: 0px;
  margin-bottom: 2rem;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(222 222 222 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media not all and (min-width: 768px) {
  .micado-toc {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .micado-toc {
    border-width: 10px;
  }
}

.micado-toc__header {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.micado-toc__title {
  position: relative;
  margin: 0px;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.micado-toc__title::before,
  .micado-toc__title::after {
  content: "";
  position: relative;
  top: -0.15em;
  display: inline-block;
  height: 5px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
  vertical-align: middle;
}

.micado-toc__title::before {
  margin-right: 0.625rem;
}

.micado-toc__title::after {
  margin-left: 0.625rem;
}

.micado-toc__toggle {
  position: absolute;
  right: 0px;
  top: 50%;
  display: flex;
  height: 2.15rem;
  width: 2.15rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 145 145 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

.micado-toc__toggle-icon {
  display: block;
  height: 0.65rem;
  width: 0.65rem;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 46 58 / var(--tw-border-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transform: rotate(45deg) translateY(-2px);
}

.micado-toc__toggle[aria-expanded="false"] .micado-toc__toggle-icon {
  transform: rotate(-135deg) translateY(-2px);
}

.micado-toc__list {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
  line-height: 1.6;
  counter-reset: micado-toc-item;
}

.micado-toc__list.is-collapsed {
  display: none;
}

.micado-toc__item {
  margin: 0px;
  padding: 0px;
}

.micado-toc__item--h2 {
  margin-bottom: 1rem;
}

.micado-toc__item--h2 .micado-toc__link {
  position: relative;
  display: block;
  padding: 0px;
  padding-left: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media not all and (min-width: 768px) {
  .micado-toc__item--h2 .micado-toc__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.micado-toc__item--h2 .micado-toc__link {
  counter-increment: micado-toc-item;
}

.micado-toc__item--h2 .micado-toc__link::before {
  content: counter(micado-toc-item);
}

html.micado-motion .site-main a.micado-toc__item--h2 .micado-toc__link:not(.micat-cta)::before {
  transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      background-color 0.28s ease,
      border-color 0.28s ease,
      color 0.28s ease,
      box-shadow 0.28s ease;
}

html.micado-motion .site-main a.micado-toc__item--h2 .micado-toc__link:not(.micat-cta):hover::before {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  
    html.micado-motion .site-main a.micado-toc__item--h2 .micado-toc__link:not(.micat-cta)::before {
    opacity: 1;
    transform: none;
    transition: none;
    box-shadow: none;
    animation: none;
  }
}

.micado-toc__item--h2 .micado-toc__link::before {
  position: absolute;
  left: 0px;
  top: 0.1em;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.micado-toc__item--h2 .micado-toc__link:hover {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
}

.micado-toc__item--h3 {
  margin-bottom: 0.5rem;
}

.micado-toc__item--h3 .micado-toc__link {
  position: relative;
  margin-left: 0.5rem;
  display: block;
  padding: 0px;
  padding-left: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.micado-toc__item--h3 .micado-toc__link::before {
  content: "";
}

html.micado-motion .site-main a.micado-toc__item--h3 .micado-toc__link:not(.micat-cta)::before {
  transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      background-color 0.28s ease,
      border-color 0.28s ease,
      color 0.28s ease,
      box-shadow 0.28s ease;
}

html.micado-motion .site-main a.micado-toc__item--h3 .micado-toc__link:not(.micat-cta):hover::before {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  
    html.micado-motion .site-main a.micado-toc__item--h3 .micado-toc__link:not(.micat-cta)::before {
    opacity: 1;
    transform: none;
    transition: none;
    box-shadow: none;
    animation: none;
  }
}

.micado-toc__item--h3 .micado-toc__link::before {
  position: absolute;
  left: 0px;
  top: 0.45em;
  height: 7px;
  width: 7px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
}

.micado-toc__item--h3 .micado-toc__link:hover {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
}

.micado-toc__item--h4 {
  margin-bottom: 0.5rem;
}

.micado-toc__item--h4 .micado-toc__link {
  position: relative;
  margin-left: 0.5rem;
  display: block;
  padding: 0px;
  padding-left: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.micado-toc__item--h4 .micado-toc__link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.65em;
  height: 0.125rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
}

.micado-toc__item--h4 .micado-toc__link:hover {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
}

.prose-micado h2[id],
  .prose-micado h3[id],
  .prose-micado h4[id] {
  scroll-margin-top: 5.5rem;
}

/* 記事・用語本文 */

.prose-micado p {
  margin-bottom: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.prose-micado h2 {
  margin-bottom: 0.75rem;
  margin-top: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .prose-micado h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.prose-micado h3 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.prose-micado h4 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.prose-micado a {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.prose-micado a:hover {
  text-decoration-line: underline;
}

.prose-micado .micado-toc a {
  text-decoration: none;
}

.prose-micado .micado-toc a:hover {
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.prose-micado ul,
  .prose-micado ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .prose-micado ul,
  .prose-micado ol {
    padding-left: 1.25rem;
  }
}

.prose-micado li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.prose-micado img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.prose-micado blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.prose-micado strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.prose-micado table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.prose-micado th,
  .prose-micado td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: top;
}

.prose-micado tr:nth-child(odd) td:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.prose-micado figure {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}

.glossary-term {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: rgb(36 95 120 / 0.4);
  text-underline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.glossary-term:hover {
  text-decoration-color: #245F78;
}

.nav-links .current {
  --tw-border-opacity: 1;
  border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.js-faq-chevron.rotate-180 {
  transform: rotate(180deg);
}

/* mint / blog */

.micado-link-fill {
  position: relative;
  display: inline-flex;
  align-items: center;
  isolation: isolate;
  transition: color 0.25s ease;
}

.micado-link-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #d4a33a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.micado-link-fill:hover {
  color: #1f2e3a;
}

.micado-link-fill:hover::before {
  transform: scaleX(1);
}

.micado-spin-slow {
  animation: micado-spin 18s linear infinite;
}

@keyframes micado-spin {
  to {
    transform: rotate(360deg);
  }
}

.micado-marquee {
  animation: micado-marquee 96s linear infinite;
  width: -moz-max-content;
  width: max-content;
}

.micado-marquee:hover {
  animation-play-state: paused;
}

@keyframes micado-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.hmc-ticker {
  animation: hmc-ticker 18s linear infinite;
}

@keyframes hmc-ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.mint-featured-card .slick-prev,
  .mint-featured-card .slick-next,
  .mint-hero-arrow {
  z-index: 4;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1.75rem !important;
  height: 1.75rem !important;
  padding: 0;
  border: 1px solid #1f2e3a;
  border-radius: 9999px;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(31, 46, 58, 0.18);
  cursor: pointer;
}

.mint-hero-arrow .micado-slider-btn__icon {
  filter: brightness(0);
}

.mint-featured-card .slick-prev,
  .mint-hero-arrow--prev {
  left: auto !important;
  right: 11.25rem !important;
  top: auto !important;
  bottom: 0.85rem !important;
  transform: none !important;
  position: absolute !important;
}

.mint-featured-card .slick-next,
  .mint-hero-arrow--next {
  right: 0.85rem !important;
  top: auto !important;
  bottom: 0.85rem !important;
  transform: none !important;
  position: absolute !important;
}

.mint-featured-card .slick-prev:before,
  .mint-featured-card .slick-next:before,
  .mint-hero-arrow:before {
  display: none;
}

.micado-slider-btn__icon {
  display: block;
  width: 0.85rem;
  height: 0.75rem;
}

.micado-slider-btn__icon--prev {
  transform: scaleX(-1);
}

/* mint FV: 01 / 05 を斜めにずらして表示 */

.mint-featured-counter {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2em;
  font-size: 0.75rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

@media (min-width: 768px) {
  .mint-featured-counter {
    font-size: 1rem;
  }
}

.mint-featured-counter__current {
  transform: translateY(-0.4em);
}

.mint-featured-counter__sep {
  transform: translateY(0);
}

.mint-featured-counter__total {
  transform: translateY(0.4em);
}

.mint-yt-card .slick-prev,
  .mint-yt-card .slick-next {
  display: none !important;
}

.mint-yt-side-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 1px solid #1f2e3a;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(31, 46, 58, 0.18);
  cursor: pointer;
  line-height: 1;
}

.mint-yt-side-btn:hover {
  opacity: 0.9;
}

.mint-yt-side-btn .micado-slider-btn__icon {
  width: 0.85rem;
  height: 0.75rem;
  filter: brightness(0);
}

.mint-yt-side-counter {
  justify-content: center;
  color: #fff;
  writing-mode: horizontal-tb;
}

.js-blog-popular-slider .slick-list,
  .js-blog-posts-slider .slick-list,
  .js-blog-youtube-slider .slick-list {
  overflow: visible;
}

.js-blog-popular-slider .slick-track,
  .js-blog-posts-slider .slick-track,
  .js-blog-youtube-slider .slick-track {
  display: flex !important;
}

.js-blog-popular-slider .slick-slide,
  .js-blog-posts-slider .slick-slide,
  .js-blog-youtube-slider .slick-slide {
  height: auto;
}

/* 人気記事スライダー: ic-arrow の大きめ丸ボタン */

.js-blog-popular-slider {
  position: relative;
}

.blog-popular-arrow {
  z-index: 5;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 3.5rem !important;
  height: 3.5rem !important;
  padding: 0;
  border: 1px solid #1f2e3a;
  border-radius: 9999px;
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(31, 46, 58, 0.16);
  cursor: pointer;
  position: absolute !important;
  /* サムネイル（16/10）付近の垂直中央 */
  top: 18% !important;
  transform: translateY(-50%) !important;
  line-height: 1;
}

.blog-popular-arrow:before {
  display: none;
}

.blog-popular-arrow:hover {
  opacity: 0.92;
}

.blog-popular-arrow--prev {
  left: -0.35rem !important;
  right: auto !important;
}

.blog-popular-arrow--next {
  right: -0.35rem !important;
  left: auto !important;
}

.blog-popular-arrow .micado-slider-btn__icon {
  display: block;
  width: 1.25rem;
  height: 1.1rem;
  filter: brightness(0);
}

.blog-popular-arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}

@media (max-width: 639px) {
  .blog-popular-arrow {
    width: 2.75rem !important;
    height: 2.75rem !important;
    top: 16% !important;
  }

  .blog-popular-arrow .micado-slider-btn__icon {
    width: 1.05rem;
    height: 0.9rem;
  }
}

.micado-slider-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(31, 46, 58, 0.12);
  border-bottom: 1px solid rgba(31, 46, 58, 0.12);
  padding: 0.65rem 0.75rem;
}

.micado-slider-nav > a {
  order: 2;
  margin-left: auto;
  margin-right: auto;
}

.micado-slider-nav .micado-slider-btn,
  .micado-slider-nav .slick-prev,
  .micado-slider-nav .slick-next {
  position: static;
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(31, 46, 58, 0.18);
  border-radius: 0.25rem;
  background: #fff;
  cursor: pointer;
}

.micado-slider-nav .micado-slider-btn:before,
  .micado-slider-nav .slick-prev:before,
  .micado-slider-nav .slick-next:before {
  display: none;
}

.micado-slider-nav .micado-slider-btn__icon {
  display: block;
  width: 1rem;
  height: 0.875rem;
}

.micado-slider-nav .micado-slider-btn__icon--prev {
  transform: scaleX(-1);
}

.micado-slider-nav .micado-slider-btn.slick-disabled,
  .micado-slider-nav .slick-disabled {
  opacity: 0.35;
  cursor: default;
}

.micado-slider-nav .slick-prev,
  .micado-slider-nav .micado-slider-btn--prev {
  order: 1;
}

.micado-slider-nav .slick-next,
  .micado-slider-nav .micado-slider-btn--next {
  order: 3;
}

.micado-blog-pagination a {
  color: inherit;
  text-decoration: none;
}

.micado-blog-pagination a:hover {
  color: #245f78;
}

/* ========== Site-wide motion ========== */

html.micado-motion .micado-reveal {
  opacity: 0;
  transform: translate3d(0, 1.1rem, 0);
  transition:
      opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--micado-reveal-delay, 0ms);
}

html.micado-motion .micado-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* CTA: 控えめなリフト（micat-cta は個別指定を優先） */

html.micado-motion .site-main a.rounded-full:not(.micat-cta) {
  transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      background-color 0.28s ease,
      border-color 0.28s ease,
      color 0.28s ease,
      box-shadow 0.28s ease;
}

html.micado-motion .site-main a.rounded-full:not(.micat-cta):hover {
  transform: translateY(-2px);
}

/* カード系リンク */

html.micado-motion .site-main a.group {
  transition:
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease,
      border-color 0.35s ease;
}

html.micado-motion .site-main a.group:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(31, 46, 58, 0.08);
}

/* 記事・セクション内サムネの穏やかなズーム */

html.micado-motion .site-main article a img,
  html.micado-motion .site-main .micado-blog-card img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

html.micado-motion .site-main article a:hover img,
  html.micado-motion .site-main .micado-blog-card:hover img {
  transform: scale(1.03);
}

/* ========== Initial loader ========== */

.micado-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #faf7f2;
  transition:
      transform 0.85s cubic-bezier(0.76, 0, 0.24, 1),
      opacity 0.55s ease;
}

.micado-loader__glow {
  position: absolute;
  width: min(70vw, 28rem);
  height: min(70vw, 28rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 208, 226, 0.45) 0%, rgba(250, 247, 242, 0) 70%);
  animation: micado-loader-glow 2.4s ease-in-out infinite;
  pointer-events: none;
}

.micado-loader__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem;
}

.micado-loader__logo {
  display: block;
  width: min(56vw, 12.5rem);
  height: auto;
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  animation:
      micado-loader-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards,
      micado-loader-piece 1.8s ease-in-out 0.85s infinite;
}

.micado-loader__tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.05em;
  margin: 0;
  font-family: clother, "m-plus-2c", sans-serif;
  font-size: clamp(0.85rem, 2.4vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #245f78;
}

.micado-loader__tag span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.4em);
  animation: micado-loader-letter 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.micado-loader__tag span:nth-child(1) {
  animation-delay: 0.28s;
}

.micado-loader__tag span:nth-child(2) {
  animation-delay: 0.32s;
}

.micado-loader__tag span:nth-child(3) {
  animation-delay: 0.36s;
}

.micado-loader__tag span:nth-child(4) {
  animation-delay: 0.4s;
}

.micado-loader__tag span:nth-child(5) {
  animation-delay: 0.44s;
}

.micado-loader__tag span:nth-child(6) {
  animation-delay: 0.48s;
}

.micado-loader__tag span:nth-child(7) {
  animation-delay: 0.52s;
}

.micado-loader__tag span:nth-child(8) {
  animation-delay: 0.56s;
}

.micado-loader__tag span:nth-child(9) {
  animation-delay: 0.6s;
}

.micado-loader__tag span:nth-child(10) {
  animation-delay: 0.64s;
}

.micado-loader__tag span:nth-child(11) {
  animation-delay: 0.68s;
}

.micado-loader__tag span:nth-child(12) {
  animation-delay: 0.72s;
}

.micado-loader__tag span:nth-child(13) {
  animation-delay: 0.76s;
}

.micado-loader__tag span:nth-child(14) {
  animation-delay: 0.8s;
}

.micado-loader__tag span:nth-child(15) {
  animation-delay: 0.84s;
}

.micado-loader__tag-gap {
  width: 0.35em;
}

.micado-loader__bar {
  width: min(48vw, 10rem);
  height: 2px;
  margin-top: 0.35rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(31, 46, 58, 0.12);
}

.micado-loader__bar-fill {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a6d0e2 0%, #245f78 100%);
  animation: micado-loader-bar 1.15s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

html.micado-is-loaded .micado-loader {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

html.micado-is-loaded .micado-loader__inner {
  transform: scale(0.96);
  opacity: 0;
  transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.35s ease;
}

@keyframes micado-loader-glow {
  0%,
    100% {
    transform: scale(0.92);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes micado-loader-piece {
  0%,
    100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-3px) scale(1.02);
  }
}

@keyframes micado-loader-fade-up {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes micado-loader-letter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes micado-loader-bar {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(280%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .micado-loader,
    .micado-loader__glow,
    .micado-loader__logo,
    .micado-loader__tag span,
    .micado-loader__bar-fill {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* トップ Philosophy: ミカット付きCTA */

.micat-cta {
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.35s ease;
}

.micat-cta__arrow {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.micat-cta__micat {
  transform-origin: 50% 100%;
  will-change: transform;
  animation: micat-idle 3.2s ease-in-out infinite;
}

.micat-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(36, 95, 120, 0.28);
}

.micat-cta:hover .micat-cta__arrow {
  transform: translateX(4px);
}

.micat-cta:hover .micat-cta__micat {
  animation: micat-curious 0.85s cubic-bezier(0.34, 1.35, 0.64, 1) forwards;
}

/* 待機中: わずかに上下する息づかい */

@keyframes micat-idle {
  0%,
    100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-3px) rotate(1.5deg);
  }
}

/* ホバー: ミーアキャットらしく首をかしげて覗き込む */

@keyframes micat-curious {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  28% {
    transform: translateY(-14px) rotate(-12deg) scale(1.06);
  }

  55% {
    transform: translateY(-8px) rotate(10deg) scale(1.04);
  }

  78% {
    transform: translateY(-16px) rotate(-6deg) scale(1.08);
  }

  100% {
    transform: translateY(-10px) rotate(0deg) scale(1.05);
  }
}

/* セミナー詳細（本番 single-seminar 構造） */

.seminar-single__layout {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .seminar-single__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.seminar-single__main {
  min-width: 0px;
  flex: 1 1 0%;
}

.seminar-single__aside {
  display: none;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .seminar-single__aside {
    position: sticky;
    top: 5.5rem;
    display: block;
    width: 20rem;
  }
}

.seminar-single__thumbnail {
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(216 227 227 / var(--tw-bg-opacity, 1));
}

.seminar-single__thumbnail img {
  display: block;
  width: 100%;
}

.seminar-single__overview {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: 42rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .seminar-single__overview {
    margin-top: 4rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.seminar-single__timetable {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  width: 100%;
  max-width: 48rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 0 20px rgba(36,95,120,0.12);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .seminar-single__timetable {
    margin-top: 4rem;
    padding: 2.5rem;
  }
}

.seminar-single__section-title {
  margin: 0px;
  text-align: center;
  font-family: clother, "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .seminar-single__section-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.seminar-single__sessions {
  margin-top: 2rem;
}

.seminar-single__sessions > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.seminar-session {
  position: relative;
}

.seminar-session__trigger {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.seminar-session__trigger:hover {
  background-color: rgb(216 227 227 / 0.6);
}

@media (min-width: 768px) {
  .seminar-session__trigger {
    padding: 1.25rem;
  }
}

.seminar-session__time {
  margin: 0px;
  font-family: clother, "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.seminar-session__title {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .seminar-session__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.seminar-session__names {
  margin: 0px;
  margin-top: 0.5rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.seminar-session__expand {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.seminar-modal {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.seminar-modal[hidden] {
  display: none !important;
}

.seminar-modal__bg {
  position: absolute;
  inset: 0px;
  background-color: rgb(31 46 58 / 0.8);
}

.seminar-modal__panel {
  position: relative;
  z-index: 10;
  max-height: 90vh;
  width: 90%;
  overflow-y: auto;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .seminar-modal__panel {
    padding: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .seminar-modal__panel {
    width: 80%;
  }
}

@media (min-width: 1536px) {
  .seminar-modal__panel {
    width: 70%;
  }
}

html.micado-motion .site-main a.seminar-modal__close:not(.micat-cta) {
  transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      background-color 0.28s ease,
      border-color 0.28s ease,
      color 0.28s ease,
      box-shadow 0.28s ease;
}

html.micado-motion .site-main a.seminar-modal__close:not(.micat-cta):hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  
    html.micado-motion .site-main a.seminar-modal__close:not(.micat-cta) {
    opacity: 1;
    transform: none;
    transition: none;
    box-shadow: none;
    animation: none;
  }
}

.seminar-modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 46 58 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.seminar-modal__time {
  margin: 0px;
  font-family: clother, "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.seminar-modal__title {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .seminar-modal__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.seminar-modal__body {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.seminar-modal__speakers-head {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.seminar-modal__speakers-head p {
  margin: 0px;
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.seminar-modal__speakers-head span {
  height: 1px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(31 46 58 / var(--tw-bg-opacity, 1));
}

.seminar-modal__speakers {
  margin-top: 1.25rem;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .seminar-modal__speakers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.seminar-modal__speaker {
  display: flex;
  gap: 0.75rem;
}

.seminar-modal__avatar {
  height: auto;
  width: 22%;
  flex-shrink: 0;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9 / 13;
}

.seminar-modal__speaker-name {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.seminar-modal__speaker-role {
  margin: 0px;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.seminar-modal__speaker-bio {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.seminar-apply--sticky {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.seminar-apply--inline {
  margin-top: 2.5rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .seminar-apply--inline {
    padding: 2rem;
  }
}

.seminar-apply__eyebrow {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.seminar-apply__title {
  margin: 0px;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .seminar-apply__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.seminar-apply__lead {
  margin: 0px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.seminar-apply__form {
  margin-top: 1rem;
}

.seminar-apply__form .wpcf7-form > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.seminar-apply__form .wpcf7-form > p {
  margin: 0px;
}

.seminar-apply__form .wpcf7-form label,
  .seminar-apply__form .wpcf7-form h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.seminar-apply__form input[type="text"],
  .seminar-apply__form input[type="email"],
  .seminar-apply__form input[type="tel"],
  .seminar-apply__form select,
  .seminar-apply__form textarea {
  margin-top: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.seminar-apply__form input[type="text"]:focus,
  .seminar-apply__form input[type="email"]:focus,
  .seminar-apply__form input[type="tel"]:focus,
  .seminar-apply__form select:focus,
  .seminar-apply__form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
}

.seminar-apply__form input[type="submit"] {
  margin-top: 1rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.seminar-apply__form input[type="submit"]:hover {
  opacity: 0.9;
}

.seminar-apply__form a {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.seminar-single__info {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .seminar-single__info {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .seminar-single__info {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .seminar-single__info {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.seminar-single__info-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}

.seminar-info-list {
  margin: 0px;
  margin-top: 2rem;
}

.seminar-info-list__row {
  display: grid;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .seminar-info-list__row {
    grid-template-columns: 10rem 1fr;
    gap: 1.5rem;
  }
}

.seminar-info-list__row dt {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.seminar-info-list__row dd {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.seminar-info-list__row a {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.seminar-single__info-form {
  margin-top: 1rem;
}

.seminar-sp-cta {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgb(250 247 242 / 0.97) 55%, rgb(250 247 242 / 0));
}

.seminar-sp-cta.is-hidden {
  pointer-events: none;
  --tw-translate-y: 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));
  opacity: 0;
}

html.micado-motion .site-main a.seminar-sp-cta__btn:not(.micat-cta) {
  transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      background-color 0.28s ease,
      border-color 0.28s ease,
      color 0.28s ease,
      box-shadow 0.28s ease;
}

html.micado-motion .site-main a.seminar-sp-cta__btn:not(.micat-cta):hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  
    html.micado-motion .site-main a.seminar-sp-cta__btn:not(.micat-cta) {
    opacity: 1;
    transform: none;
    transition: none;
    box-shadow: none;
    animation: none;
  }
}

.seminar-sp-cta__btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 0 8px 20px rgba(36,95,120,0.28);
  --tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.seminar-sp-cta__btn:hover {
  opacity: 0.9;
}

/* サービス概要資料ダウンロード */

.ebook-page__layout {
  display: grid;
  min-width: 0px;
  gap: 2.5rem;
}

@media (min-width: 1280px) {
  .ebook-page__layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: flex-start;
    gap: 3rem;
  }
}

.ebook-page__content {
  min-width: 0px;
}

@media (min-width: 1280px) {
  .ebook-page__content {
    grid-column: span 7 / span 7;
  }
}

.ebook-page__form {
  width: 100%;
  min-width: 0px;
}

@media (min-width: 1280px) {
  .ebook-page__form {
    position: sticky;
    top: 2rem;
    grid-column: span 5 / span 5;
  }
}

.ebook-page__form-card {
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .ebook-page__form-card {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.ebook-page__form .micado-cf7 .wpcf7-form {
  border-top-width: 0px;
}

.ebook-page__form .micado-cf7-row {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
  border-color: rgb(31 46 58 / 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .ebook-page__form .micado-cf7-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.ebook-page__form .micado-cf7-row::before {
  display: none;
}

.ebook-page__form .micado-cf7-label,
  .ebook-page__form .micado-cf7-field,
  .ebook-page__form .micado-cf7-checks,
  .ebook-page__form .micado-cf7-name {
  grid-column: 1 / -1;
  min-width: 0px;
}

@media (min-width: 768px) {
  .ebook-page__form .micado-cf7-label,
  .ebook-page__form .micado-cf7-field,
  .ebook-page__form .micado-cf7-checks,
  .ebook-page__form .micado-cf7-name {
    grid-column: 1 / -1;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.ebook-page__form .micado-cf7-privacy {
  justify-content: flex-start;
  padding-top: 1.5rem;
  text-align: left;
}

.ebook-page__form .micado-cf7-privacy label {
  align-items: flex-start;
  white-space: normal;
}

.ebook-page__form .micado-cf7-privacy a {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.ebook-page__toc *::marker {
  font-weight: 500;
  color: rgb(36 95 120 );
}

.ebook-page__toc::marker {
  font-weight: 500;
  color: rgb(36 95 120 );
}

.ebook-page__samples {
  overflow: hidden;
}

.ebook-page__samples .slick-list,
  .ebook-page__samples .slick-track,
  .ebook-page__samples .slick-slide {
  height: auto;
}

.ebook-page__samples .slick-slide > div {
  height: 100%;
}

.ebook-page__samples .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.ebook-page__samples .slick-dots li {
  margin: 0px;
  height: auto;
  width: auto;
}

.ebook-page__samples .slick-dots li button {
  height: 0.625rem;
  width: 0.625rem;
  padding: 0px;
}

html.micado-motion .site-main a.ebook-page__samples .slick-dots li button:not(.micat-cta):before {
  transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease,
      background-color 0.28s ease,
      border-color 0.28s ease,
      color 0.28s ease,
      box-shadow 0.28s ease;
}

html.micado-motion .site-main a.ebook-page__samples .slick-dots li button:not(.micat-cta):hover:before {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  
    html.micado-motion .site-main a.ebook-page__samples .slick-dots li button:not(.micat-cta):before {
    opacity: 1;
    transform: none;
    transition: none;
    box-shadow: none;
    animation: none;
  }
}

.ebook-page__samples .slick-dots li button:before {
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  background-color: rgb(31 46 58 / 0.2);
  font-size: 0;
  line-height: 1;
  opacity: 1;
  --tw-content: '';
  content: var(--tw-content);
}

.ebook-page__samples .slick-dots li.slick-active button:before {
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1023px) {
  .seminar-single__aside {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .micat-cta,
    .micat-cta__arrow,
    .micat-cta__micat,
    .hmc-ticker,
    .seminar-sp-cta {
    animation: none !important;
    transition: none !important;
  }

  .micat-cta:hover,
    .micat-cta:hover .micat-cta__arrow,
    .micat-cta:hover .micat-cta__micat {
    transform: none;
    box-shadow: none;
  }

  html.micado-motion .micado-reveal,
    html.micado-motion .site-main a.rounded-full:not(.micat-cta),
    html.micado-motion .site-main a.group,
    html.micado-motion .site-main article a img,
    html.micado-motion .site-main .micado-blog-card img,
    html.micado-motion .js-side-seminar-banner.is-attention {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    box-shadow: none !important;
    animation: none !important;
  }

  .micado-blog-card__back {
    transition: none !important;
  }

  .micado-blog-card:hover .micado-blog-card__back {
    transform: rotate(-4deg) !important;
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-6 {
  bottom: -1.5rem;
}

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 2.5rem;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-24 {
  top: 6rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

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

.top-header {
  top: 3.5rem;
}

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.m-0 {
  margin: 0px;
}

.m-1\.5 {
  margin: 0.375rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

.mr-0 {
  margin-right: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-\[30vh\] {
  max-height: 30vh;
}

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

.max-h-\[85vh\] {
  max-height: 85vh;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

.w-\[5\.5rem\] {
  width: 5.5rem;
}

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

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

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

.w-\[min\(100\%\2c 20rem\)\] {
  width: min(100%, 20rem);
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.w-sidebar {
  width: 15rem;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[16rem\] {
  max-width: 16rem;
}

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

.scroll-mt-\[100px\] {
  scroll-margin-top: 100px;
}

.scroll-mt-header {
  scroll-margin-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-mist > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-divide-opacity, 1));
}

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

.self-end {
  align-self: flex-end;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-4 {
  border-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

.border-deep {
  --tw-border-opacity: 1;
  border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
}

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(212 163 58 / var(--tw-border-opacity, 1));
}

.border-ink {
  --tw-border-opacity: 1;
  border-color: rgb(31 46 58 / var(--tw-border-opacity, 1));
}

.border-ink\/10 {
  border-color: rgb(31 46 58 / 0.1);
}

.border-ink\/15 {
  border-color: rgb(31 46 58 / 0.15);
}

.border-ink\/20 {
  border-color: rgb(31 46 58 / 0.2);
}

.border-ink\/25 {
  border-color: rgb(31 46 58 / 0.25);
}

.border-ink\/70 {
  border-color: rgb(31 46 58 / 0.7);
}

.border-ink\/80 {
  border-color: rgb(31 46 58 / 0.8);
}

.border-mist {
  --tw-border-opacity: 1;
  border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
}

.border-mist\/60 {
  border-color: rgb(216 227 227 / 0.6);
}

.border-mist\/70 {
  border-color: rgb(216 227 227 / 0.7);
}

.border-sky\/40 {
  border-color: rgb(166 208 226 / 0.4);
}

.border-sky\/50 {
  border-color: rgb(166 208 226 / 0.5);
}

.border-taupe {
  --tw-border-opacity: 1;
  border-color: rgb(129 119 100 / var(--tw-border-opacity, 1));
}

.border-teal\/30 {
  border-color: rgb(79 163 168 / 0.3);
}

.border-transparent {
  border-color: transparent;
}

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

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

.bg-\[\#60594A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 74 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A07C2D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 124 45 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8D59A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 213 154 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F6EFD8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 216 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBF8F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 248 243 / var(--tw-bg-opacity, 1));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 242 / var(--tw-bg-opacity, 1));
}

.bg-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(36 95 120 / var(--tw-bg-opacity, 1));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(212 163 58 / var(--tw-bg-opacity, 1));
}

.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(31 46 58 / var(--tw-bg-opacity, 1));
}

.bg-ink\/40 {
  background-color: rgb(31 46 58 / 0.4);
}

.bg-ink\/50 {
  background-color: rgb(31 46 58 / 0.5);
}

.bg-mist {
  --tw-bg-opacity: 1;
  background-color: rgb(216 227 227 / var(--tw-bg-opacity, 1));
}

.bg-sky\/10 {
  background-color: rgb(166 208 226 / 0.1);
}

.bg-sky\/20 {
  background-color: rgb(166 208 226 / 0.2);
}

.bg-sky\/50 {
  background-color: rgb(166 208 226 / 0.5);
}

.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(109 127 131 / var(--tw-bg-opacity, 1));
}

.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity, 1));
}

.bg-surface\/60 {
  background-color: rgb(243 245 247 / 0.6);
}

.bg-taupe {
  --tw-bg-opacity: 1;
  background-color: rgb(129 119 100 / var(--tw-bg-opacity, 1));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(79 163 168 / var(--tw-bg-opacity, 1));
}

.bg-teal\/10 {
  background-color: rgb(79 163 168 / 0.1);
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

.font-clother {
  font-family: clother, "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-mplus {
  font-family: "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-sans {
  font-family: "m-plus-2c", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

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

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

.text-4xl\/\[1\.5\] {
  font-size: 2.25rem;
  line-height: 1.5;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

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

.font-extrabold {
  font-weight: 800;
}

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

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

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

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

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

.text-cream {
  --tw-text-opacity: 1;
  color: rgb(250 247 242 / var(--tw-text-opacity, 1));
}

.text-cream\/90 {
  color: rgb(250 247 242 / 0.9);
}

.text-deep {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(212 163 58 / var(--tw-text-opacity, 1));
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.text-slate {
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.text-taupe {
  --tw-text-opacity: 1;
  color: rgb(129 119 100 / var(--tw-text-opacity, 1));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(79 163 168 / var(--tw-text-opacity, 1));
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

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

.decoration-ink\/25 {
  text-decoration-color: rgb(31 46 58 / 0.25);
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accent-deep {
  accent-color: #245F78;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-\[0_12px_30px_rgba\(31\2c 46\2c 58\2c 0\.18\)\] {
  --tw-shadow: 0 12px 30px rgba(31,46,58,0.18);
  --tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_14px_34px_rgba\(31\2c 46\2c 58\2c 0\.22\)\] {
  --tw-shadow: 0 14px 34px rgba(31,46,58,0.22);
  --tw-shadow-colored: 0 14px 34px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_30px_rgba\(31\2c 46\2c 58\2c 0\.08\)\] {
  --tw-shadow: 0 8px 30px rgba(31,46,58,0.08);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* サポートページ補助（@layer外でもSlick上書き用に残す） */

.js-support-media-slider .slick-list {
  overflow: visible;
}

.placeholder\:text-slate::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate::placeholder {
  --tw-text-opacity: 1;
  color: rgb(109 127 131 / var(--tw-text-opacity, 1));
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:border-deep:hover {
  --tw-border-opacity: 1;
  border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
}

.hover\:border-deep\/30:hover {
  border-color: rgb(36 95 120 / 0.3);
}

.hover\:border-deep\/40:hover {
  border-color: rgb(36 95 120 / 0.4);
}

.hover\:border-sky:hover {
  --tw-border-opacity: 1;
  border-color: rgb(166 208 226 / var(--tw-border-opacity, 1));
}

.hover\:border-slate:hover {
  --tw-border-opacity: 1;
  border-color: rgb(109 127 131 / var(--tw-border-opacity, 1));
}

.hover\:bg-cream:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mist:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 227 227 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mist\/50:hover {
  background-color: rgb(216 227 227 / 0.5);
}

.hover\:bg-sky\/10:hover {
  background-color: rgb(166 208 226 / 0.1);
}

.hover\:bg-sky\/20:hover {
  background-color: rgb(166 208 226 / 0.2);
}

.hover\:bg-sky\/30:hover {
  background-color: rgb(166 208 226 / 0.3);
}

.hover\:bg-sky\/40:hover {
  background-color: rgb(166 208 226 / 0.4);
}

.hover\:bg-surface:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:text-deep:hover {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
}

.hover\:text-ink:hover {
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

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

.hover\:decoration-deep:hover {
  text-decoration-color: #245F78;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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 not all and (min-width: 1024px) {
  .max-lg\:border-ink\/80 {
    border-color: rgb(31 46 58 / 0.8);
  }

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

  .max-lg\:font-normal {
    font-weight: 400;
  }

  .max-lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 771px) {
  .max-\[771px\]\:border-mist {
    --tw-border-opacity: 1;
    border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:border-b {
    border-bottom-width: 1px;
  }

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

  .max-sm\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }
}

@media (min-width: 640px) {
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

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

  .sm\:grid-cols-\[1\.1fr_1fr\] {
    grid-template-columns: 1.1fr 1fr;
  }

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

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

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

  .sm\:items-stretch {
    align-items: stretch;
  }

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  @media (max-width: 771px) {
    .sm\:max-\[771px\]\:border-r {
      border-right-width: 1px;
    }
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

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

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-\[16\%\] {
    top: 16%;
  }

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

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

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

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

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

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[5\/4\] {
    aspect-ratio: 5/4;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-\[8\.75rem\] {
    height: 8.75rem;
  }

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

  .md\:h-header {
    height: 3.5rem;
  }

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

  .md\:w-\[8\.75rem\] {
    width: 8.75rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-6xl\/relaxed {
    font-size: 3.75rem;
    line-height: 1.625;
  }

  .md\:text-\[0\.95rem\] {
    font-size: 0.95rem;
  }

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

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }
}

@media (min-width: 772px) {
  .min-\[772px\]\:flex {
    display: flex;
  }

  .min-\[772px\]\:inline-flex {
    display: inline-flex;
  }

  .min-\[772px\]\:w-auto {
    width: auto;
  }

  .min-\[772px\]\:flex-wrap {
    flex-wrap: wrap;
  }

  .min-\[772px\]\:justify-start {
    justify-content: flex-start;
  }

  .min-\[772px\]\:border-r {
    border-right-width: 1px;
  }

  .min-\[772px\]\:border-mist {
    --tw-border-opacity: 1;
    border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  }

  .min-\[772px\]\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .min-\[772px\]\:hover\:border-deep:hover {
    --tw-border-opacity: 1;
    border-color: rgb(36 95 120 / var(--tw-border-opacity, 1));
  }

  .min-\[772px\]\:hover\:text-deep:hover {
    --tw-text-opacity: 1;
    color: rgb(36 95 120 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:left-0 {
    left: 0px;
  }

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

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

  .lg\:top-\[22\%\] {
    top: 22%;
  }

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

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

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

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

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:min-h-\[168px\] {
    min-height: 168px;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-28 {
    width: 7rem;
  }

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

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

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

  .lg\:w-full {
    width: 100%;
  }

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

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

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

  .lg\:border-ink {
    --tw-border-opacity: 1;
    border-color: rgb(31 46 58 / var(--tw-border-opacity, 1));
  }

  .lg\:border-mist {
    --tw-border-opacity: 1;
    border-color: rgb(216 227 227 / var(--tw-border-opacity, 1));
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .lg\:pl-sidebar {
    padding-left: 15rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-header {
    padding-top: 3.5rem;
  }

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

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

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

  .lg\:text-2xl\/\[1\.5\] {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .lg\:text-2xl\/relaxed {
    font-size: 1.5rem;
    line-height: 1.625;
  }

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

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

  .lg\:text-4xl\/\[1\.5\] {
    font-size: 2.25rem;
    line-height: 1.5;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl\/\[1\.5\] {
    font-size: 4.5rem;
    line-height: 1.5;
  }

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:sticky {
    position: sticky;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

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

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

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-\[16\%\] {
    top: 16%;
  }

  .xl\:top-\[calc\(3\.5rem\+20px\)\] {
    top: calc(3.5rem + 20px);
  }

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

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

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:w-72 {
    width: 18rem;
  }

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

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

  .xl\:w-\[min\(42\%\2c 28rem\)\] {
    width: min(42%, 28rem);
  }

  .xl\:w-\[min\(48\%\2c 32rem\)\] {
    width: min(48%, 32rem);
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:max-w-none {
    max-width: none;
  }

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

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
    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));
  }

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

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

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

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

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

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

  .xl\:items-end {
    align-items: flex-end;
  }

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

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

  .xl\:gap-12 {
    gap: 3rem;
  }

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

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

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .xl\:self-auto {
    align-self: auto;
  }

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

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

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .xl\:text-right {
    text-align: right;
  }

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

  .xl\:text-2xl\/\[1\.5\] {
    font-size: 1.5rem;
    line-height: 1.5;
  }

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

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

  .xl\:text-4xl\/\[1\.4\] {
    font-size: 2.25rem;
    line-height: 1.4;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-5xl\/\[1\.35\] {
    font-size: 3rem;
    line-height: 1.35;
  }

  .xl\:text-5xl\/\[1\.5\] {
    font-size: 3rem;
    line-height: 1.5;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl\/\[1\.5\] {
    font-size: 6rem;
    line-height: 1.5;
  }

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

  .xl\:text-base\/relaxed {
    font-size: 1rem;
    line-height: 1.625;
  }

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

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .xl\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 1440px) {
  .min-\[1440px\]\:w-\[min\(45\%\2c 30rem\)\] {
    width: min(45%, 30rem);
  }

  .min-\[1440px\]\:text-2xl\/loose {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-\[80vh\] {
    height: 80vh;
  }

  .\32xl\:w-\[min\(38\%\2c 32rem\)\] {
    width: min(38%, 32rem);
  }

  .\32xl\:max-w-\[50vw\] {
    max-width: 50vw;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

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

@media (min-width: 640px) {
  @media (max-width: 771px) {
    .sm\:max-\[771px\]\:\[\&\:nth-child\(4n\)\]\:border-r-0:nth-child(4n) {
      border-right-width: 0px;
    }
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:\[\&\:nth-last-child\(-n\+2\)\]\:border-b-0:nth-last-child(-n+2) {
    border-bottom-width: 0px;
  }
}

.\[\&_\.current\]\:font-bold .current {
  font-weight: 700;
}

.\[\&_a\:hover\]\:text-deep a:hover {
  --tw-text-opacity: 1;
  color: rgb(36 95 120 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-ink a {
  --tw-text-opacity: 1;
  color: rgb(31 46 58 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}
