@charset "UTF-8";*, ::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.15 | 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;
  font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif; /* 4 */
  font-variation-settings: normal; /* 6 */
  font-feature-settings: normal; /* 5 */
     tab-size: 4; /* 3 */
  -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 */
  border-top-width: 1px; /* 3 */
  color: inherit; /* 2 */
}

/*
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-weight: inherit;
  font-size: 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-size: 1em; /* 4 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-variation-settings: normal; /* 3 */
  font-feature-settings: normal; /* 2 */
}

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

small {
  font-size: 80%;
}

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

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
  text-indent: 0; /* 1 */
}

/*
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 {
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  color: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  font-family: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
}

/*
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-image: none; /* 2 */
  background-color: transparent; /* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
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 {
  color: #9ca3af; /* 2 */
  opacity: 1; /* 1 */
}

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

/*
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;
}
.container {
  width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-0 {
  left: 0px;
}
.left-\[\.35em\] {
  left: .35em;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.mb-\[\.5em\] {
  margin-bottom: .5em;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[\.65em\] {
  margin-top: .65em;
}
.mt-\[1em\] {
  margin-top: 1em;
}
.mt-\[2em\] {
  margin-top: 2em;
}
.mt-\[9\.6cqw\] {
  margin-top: 9.6cqw;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[300\/120\] {
  aspect-ratio: 300/120;
}
.aspect-\[37\/8\] {
  aspect-ratio: 37/8;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[calc\(100\%_-_\.25em\)\] {
  height: calc(100% - .25em);
}
.h-full {
  height: 100%;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-\[4\.5em\] {
  min-height: 4.5em;
}
.min-h-dvh {
  min-height: 100dvh;
}
.w-\[\.35em\] {
  width: .35em;
}
.w-\[1\.2em\] {
  width: 1.2em;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[1470px\] {
  max-width: 1470px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.flex-grow {
  flex-grow: 1;
}
.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));
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.flex-col {
  flex-direction: column;
}
.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-2 {
  gap: 0.5rem;
}
.gap-\[\.2em\] {
  gap: .2em;
}
.gap-\[\.5em\] {
  gap: .5em;
}
.gap-\[1em\] {
  gap: 1em;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-\[1em\] {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.gap-y-\[3em\] {
  row-gap: 3em;
}
.justify-self-start {
  justify-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dotted {
  border-style: dotted;
}
.border-current {
  border-color: currentColor;
}
.bg-theme-blue-lt {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-4 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-\[\.1em\] {
  padding-right: .1em;
  padding-left: .1em;
}
.px-\[\.8em\] {
  padding-right: .8em;
  padding-left: .8em;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[\.25em\] {
  padding-top: .25em;
  padding-bottom: .25em;
}
.py-\[\.5em\] {
  padding-top: .5em;
  padding-bottom: .5em;
}
.py-\[3\.85em\] {
  padding-top: 3.85em;
  padding-bottom: 3.85em;
}
.py-\[9\.6cqw\] {
  padding-top: 9.6cqw;
  padding-bottom: 9.6cqw;
}
.pb-\[\.25em\] {
  padding-bottom: .25em;
}
.pl-\[\.75em\] {
  padding-left: .75em;
}
.pl-\[1\.25em\] {
  padding-left: 1.25em;
}
.pl-\[1\.3em\] {
  padding-left: 1.3em;
}
.ps-5 {
  padding-inline-start: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[1em\] {
  padding-top: 1em;
}
.pt-\[9\.6cqw\] {
  padding-top: 9.6cqw;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-\[\.8125rem\] {
  font-size: .8125rem;
}
.text-\[3cqw\] {
  font-size: 3cqw;
}
.text-ssm {
  font-size: 0.8125rem;
}
.text-xl {
  font-size: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-theme-blue {
  --tw-text-opacity: 1;
  color: rgb(76 172 207 / var(--tw-text-opacity, 1));
}
.text-theme-gray {
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-duration: 150ms;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.content-\[\'\2022\'\] {
  --tw-content: '•';
  content: var(--tw-content);
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
@media(hover:hover) {

  .hover\:text-theme-blue:where(:-moz-any-link, :enabled, summary):hover {
    --tw-text-opacity: 1;
    color: rgb(76 172 207 / var(--tw-text-opacity, 1));
  }

  .hover\:text-theme-blue:where(:any-link, :enabled, summary):hover {
    --tw-text-opacity: 1;
    color: rgb(76 172 207 / var(--tw-text-opacity, 1));
  }

  .hover\:underline:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration-line: underline;
  }

  .hover\:underline:where(:any-link, :enabled, summary):hover {
    text-decoration-line: underline;
  }
}
@media (min-width: 480px) {

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

  .container {
    max-width: 640px;
  }

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

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

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .sm\:pt-8 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }

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

  .md\:mt-\[3em\] {
    margin-top: 3em;
  }

  .md\:mt-\[4\.8cqw\] {
    margin-top: 4.8cqw;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[14\.375rem\] {
    height: 14.375rem;
  }

  .md\:h-\[calc\(100\%_-_\.5em\)\] {
    height: calc(100% - .5em);
  }

  .md\:max-h-\[28\.75rem\] {
    max-height: 28.75rem;
  }

  .md\:w-\[22\.2cqw\] {
    width: 22.2cqw;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

  .md\:py-\[4\.8cqw\] {
    padding-top: 4.8cqw;
    padding-bottom: 4.8cqw;
  }

  .md\:py-\[6\.35em\] {
    padding-top: 6.35em;
    padding-bottom: 6.35em;
  }

  .md\:pb-\[\.5em\] {
    padding-bottom: .5em;
  }

  .md\:pl-\[2em\] {
    padding-left: 2em;
  }

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

  .md\:pt-\[1em\] {
    padding-top: 1em;
  }

  .md\:pt-\[4\.8cqw\] {
    padding-top: 4.8cqw;
  }

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

  .md\:text-\[1\.6cqw\] {
    font-size: 1.6cqw;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1536px;
  }
}
* {
    min-inline-size: 0
  }
  :where(body) {
    text-underline-offset: 2px
}
  :where(svg) {
    fill: currentColor;
  }header {
    touch-action: manipulation;
  }
  [data-button-state="on"] .on-hidden,
  [data-button-state="off"] .off-hidden {
    display: inline;
  }
  [data-button-state="on"] .off-hidden,
  [data-button-state="off"] .on-hidden {
    display: none;
  }.footer {
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  background: linear-gradient(90deg, #2FA9E1 0%, #3A8EDC 50%, #4B6FD3 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer__inner {
  container: footer/inline-size;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.footer__logo {
  display: grid;
  justify-content: center;
  padding-top: 9.6cqw;
}
.footer__logo > svg {
  aspect-ratio: 37/8;
  height: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-menu {
  display: grid;
  justify-content: center;
  margin-top: 9.6cqw;
  gap: 1em;
  font-size: 3cqw;
  text-align: center;
}
.footer-menu :where(li) {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.copyright {
  padding-top: 9.6cqw;
  padding-bottom: 9.6cqw;
  font-size: 3cqw;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__logo {
    padding-top: 4.8cqw;
  }
  .footer__logo > svg {
    width: 22.2cqw;
  }
  .footer-menu {
    grid-auto-flow: column;
    margin-top: 4.8cqw;
    font-size: 1.6cqw;
  }
  .footer-menu :where(li) {
    grid-auto-flow: column;
  }
  .footer-menu :where(li):not(:first-child)::before {
    display: block;
    width: 1px;
    height: 1em;
    content: "";
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .copyright {
    padding-top: 4.8cqw;
    padding-bottom: 4.8cqw;
    font-size: 1.6cqw;
  }
}.bgp[data-astro-cid-zum4lz4n]{position:relative}.bgp[data-astro-cid-zum4lz4n]>div{z-index:1;position:relative}figure[data-astro-cid-zum4lz4n]{z-index:0;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;pointer-events:none}figure[data-astro-cid-zum4lz4n] img{display:flex;width:var(--image-width);height:var(--image-height);-o-object-fit:var(--attachment);object-fit:var(--attachment);-o-object-position:var(--position);align-items:center;justify-content:center;object-position:var(--position)}.button[data-astro-cid-bweis6se]{position:relative;padding:0.8em 1.2em 0.8em 1.2em;box-shadow:0 5px 0 #e85163}svg[data-astro-cid-bweis6se]{display:inline}@media (hover: hover){.button[data-astro-cid-bweis6se]{transition:0.2s}.button[data-astro-cid-bweis6se]:hover{translate:0 3px;box-shadow:0 2px 0 #e85163}}
.fix-buttons{
  position: sticky;
  bottom: -4rem;
  transition: bottom 0.3s ease;
}
.is-fixed .fix-buttons {
  bottom: 0;
}

:where(.fix-buttons) .__button {
  flex: 1 0 50%;
}
:where(.fix-buttons) .--blue {
  --button-bg-color: #4caccf;
}
:where(.fix-buttons) .--orange {
  --button-bg-color: #f4a64a;
}
:where(.fix-buttons) > .__inner{
  display: flex;
  font-size: .8125rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:where(.fix-buttons) > .__inner a{
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  padding-top: .5em;
  padding-right: .8em;
  padding-bottom: .5em;
  padding-left: .8em;
  background-color: var(--button-bg-color);
  font-weight: 700;
}
:where(.fix-buttons) > .__inner a::before{
  --tw-content: "";
  content: var(--tw-content);
}
:where(.fix-buttons) > .__inner a::after {
  background-color: currentColor;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m1.3 9.04-.46-.89 6.13-3.15-6.13-3.15.46-.89 7.86 4.04z'/%3E%3C/svg%3E");
  inline-size: 10px;
  block-size: 10px;
          mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m1.3 9.04-.46-.89 6.13-3.15-6.13-3.15.46-.89 7.86 4.04z'/%3E%3C/svg%3E");
}
@media (min-width: 768px){
  .fix-buttons {
    position: fixed;
    right: 0px;
    bottom: calc(50dvh - 14.375rem);
    overflow: hidden;
    line-break: strict; /* 日本語向けの改行 */
    text-orientation: mixed; /* 漢字かなは縦、英数は横倒し */
    word-break: normal;
    transition: none;
    writing-mode: vertical-rl; /* 縦書き・右から左へ進行 */
  }
  .is-fixed .fix-buttons {
    top: calc(50dvh - 14.375rem);
    bottom: calc(50dvh - 14.375rem);
  }
  :where(.fix-buttons) .--orange {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  :where(.fix-buttons) > .__inner{
    position: relative;
    right: -5em;
    flex-direction: row-reverse;
    max-height: 28.75rem;
    font-size: 1rem;
    text-align: left;
    transition: translate 0.3s ease;
  }
  .is-fixed :where(.fix-buttons) > .__inner {
    translate: -5em;
  }
  :where(.fix-buttons) > .__inner a{
    height: 14.375rem;
    padding-top: 1em;
  }
  :where(.fix-buttons) > .__inner a::before{
    --tw-content: none;
    content: var(--tw-content);
  }
}:where(.cta) {
  display: flex;
  row-gap: 3em;
  flex-wrap: wrap;
  justify-content: center;
  font-size: clamp(0.875rem, 0.6712rem + 0.8152vw, 1.0625rem);
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-top: 3.85em;
  padding-bottom: 3.85em;
  font-weight: 700;
  text-align: center;
}
:where(.cta) .__column {
  flex: 1 1 100%;
}
:where(.cta) .__balloon {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  padding-top: .25em;
  padding-bottom: .25em;
}
:where(.cta) .__balloon::before, :where(.cta) .__balloon::after {
  display: block;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  inline-size: 1px;
  content: var(--tw-content);
}
:where(.cta) .__balloon::before {
  rotate: -18deg;
}
:where(.cta) .__balloon::after {
  rotate: 18deg;
}
:where(.cta) .__button {
  z-index: 0;
  position: relative;
  margin-top: .65em;
  margin-right: 10px;
  font-size: clamp(1rem, 0.7962rem + 0.8152vw, 1.1875rem);
  --translate-value: 8px;
}
:where(.cta) .__button::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-content: "";
  z-index: -1;
  translate: var(--translate-value) var(--translate-value);
  background-color: var(--btn-text-color);
  content: var(--tw-content);
}
:where(.cta) .__button.--white {
  --btn-text-color: #000000;
  --btn-bg-color: #ffffff;
}
:where(.cta) .__button.--black {
  --btn-text-color: #ffffff;
  --btn-bg-color: #000000;
}
:where(.cta) .__button a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5em;
  border-width: 2px;
  --tw-border-opacity: 1;
  padding-right: .8em;
  padding-left: .8em;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
}
:where(.cta) .__button a::before {
  display: block;
  width: 1em;
  content: "";
}
:where(.cta) .__button a::after {
  background-color: currentColor;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.06 17.99-.64-.76 9.07-7.73-9.07-7.73.64-.76 9.97 8.49z'/%3E%3C/svg%3E");
  inline-size: 1em;
  block-size: 1em;
          mask-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.06 17.99-.64-.76 9.07-7.73-9.07-7.73.64-.76 9.97 8.49z'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  :where(.cta) {
    padding-top: 6.35em;
    padding-bottom: 6.35em;
  }
  :where(.cta) .__column {
    flex: 1 1 calc(50% - 2.5rem);
    max-width: 50%;
  }
  :where(.cta) .__button {
    --translate-value: 10px;
  }
}
@media (hover: hover) {
  :where(.cta) .__button a {
    transition: translate 0.2s;
  }
  :where(.cta) .__button a:hover {
    translate: 0 calc(var(--translate-value) / -2);
  }
}:where(#content) {
  --leading-trim: calc((1em - 1lh) / 2);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: clamp(0.875rem, 0.6712rem + 0.8152vw, 1.0625rem);
}
:where(#content) p {
  margin-block: var(--leading-trim);
  line-height: 2;
}
:where(#content) :where(h1, h2, h3, h4, h5, h6) + p {
  margin-top: 1em;
}
:where(#content) :where(p, figure) + p {
  margin-top: 2em;
}
:where(#content) h2:not(.__title) {
  position: relative;
  margin-top: 2em;
  margin-bottom: .5em;
  padding-bottom: .25em;
  padding-left: 1.25em;
  border-bottom-width: 2px;
  border-style: dotted;
  border-color: currentColor;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.7174rem + 1.6304vw, 1.5rem);
  line-height: 1.375;
}
:where(#content) h2:not(.__title)::before {
  display: block;
  position: absolute;
  top: 0px;
  left: .35em;
  width: .35em;
  height: calc(100% - .25em);
  --tw-bg-opacity: 1;
  background-color: rgb(76 172 207 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
:where(#content) figure {
  line-height: 1;
}
:where(#content) figure:not(:first-child) {
  margin-top: 2em;
}
:where(#content) mark {
  padding-right: .1em;
  padding-left: .1em;
  background: linear-gradient(to bottom, transparent 55%, #ffc475 55%);
}
:where(#content) hr {
  border-top-width: 2px;
  border-style: dotted;
  border-color: currentColor;
}
@media (min-width: 768px) {
  :where(#content) h2:not(.__title) {
    margin-top: 3em;
    padding-bottom: .5em;
  }
  :where(#content) h2:not(.__title)::before {
    height: calc(100% - .5em);
  }
}:where(.toc-box) .__title {
  margin-top: 2em;
  margin-bottom: .5em;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.8533rem + 1.087vw, 1.375rem);
  text-align: center;
}
:where(.toc-box) .__list {
  display: grid;
  justify-content: center;
  justify-self: start;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  gap: .5em;
  border-top-width: 2px;
  border-style: dotted;
  border-color: currentColor;
  counter-reset: toc-nums 0;
}
:where(.toc-box) .__list li {
  position: relative;
  padding-left: 1.3em;
  counter-increment: toc-nums 1;
}
:where(.toc-box) .__list li::before {
  display: block;
  position: absolute;
  left: 0px;
  --tw-text-opacity: 1;
  content: counter(toc-nums, decimal-leading-zero);
  color: rgb(76 172 207 / var(--tw-text-opacity, 1));
}
:where(.toc-box) .__list a {
  justify-self: start;
}
@media (min-width: 768px) {:where(.toc-box) .__title {
    margin-top: 3em;
  }:where(.toc-box) .__list li {
    padding-left: 2em;
  }
}
@media (hover:hover) {:where(.toc-box) .__list a:where(:-moz-any-link, :enabled, summary):hover {
    --tw-text-opacity: 1;
    color: rgb(76 172 207 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }:where(.toc-box) .__list a:where(:any-link, :enabled, summary):hover {
    --tw-text-opacity: 1;
    color: rgb(76 172 207 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }
}.main-title {
  display: grid;
  margin-top: 2rem;
  padding-bottom: 1rem;
  gap: .2em;
  border-bottom-width: 2px;
  border-style: dotted;
  border-color: currentColor;
  font-weight: 700;
}
.main-title > .__sub {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 172 207 / var(--tw-text-opacity, 1));
  font-size: clamp(1.125rem, 0.7147rem + 1.6413vw, 1.5025rem);
}
.main-title > .__main {
  font-size: clamp(1.5rem, 1.2962rem + 0.8152vw, 1.6875rem);
}
@media (min-width: 768px) {
  .main-title {
    margin-top: 1rem;
  }
  .main-title > .__sub {
    font-size: 1.5rem;
  }
}