@import url(https://fonts.googleapis.com/css2?&family=Noto+Sans+JP:wght@200;400;600&display=swap);
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}html{
  height: 100%;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  line-height: 1.625;font-family:"Noto Sans JP",Meiryo,sans-serif;font-weight:200;
}body{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));font-size:1.1rem;line-height:2rem;
}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,object,iframe,pre,code,p,blockquote,form,fieldset,legend,table,th,td,caption,tbody,tfoot,thead,article,aside,figure,footer,header,hgroup,menu,nav,section,audio,video,canvas,main,input{
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}article,aside,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,menu,nav,section{
  display: block;
}body>.wp-site-blocks{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}figure img{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}a{
  cursor: pointer;-webkit-font-smoothing:antialiased;transition-duration:.3s;
}a:link,a:visited,a:hover,a:active{
  text-decoration-line: none;
}h1,h2,h3,h4,h5,h6{
  font-weight: 400;
}li{
  list-style-type: none;
}b{
  font-weight: 600;
}b a{
  font-weight: 600;
}em{
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}strong a{
  font-weight: 600;
}a.button,button,input[type=button],input[type=submit]{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  text-align: center;
}a.button:hover,button:hover,input[type=button]:hover,input[type=submit]:hover{
  text-decoration-line: none;
}a.button,input,button,textarea,select{
  display: block;
  max-width: 100%;
  resize: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}a.button:hover,input:hover,button:hover,textarea:hover,select:hover{
  --tw-border-opacity: 1;
  border-color: rgb(95 190 182 / var(--tw-border-opacity, 1));
}a.button:disabled:hover,input:disabled:hover,button:disabled:hover,textarea:disabled:hover,select:disabled:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}a.button,input,button,textarea,select{appearance:none;-webkit-appearance:none;-moz-appearance:none;--tw-border-opacity: 1}input[type=checkbox],input[type=radio]{
  height: 1rem;
  width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  accent-color: #9FDED7;
}input[type=checkbox]:hover,input[type=radio]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(95 190 182 / var(--tw-border-opacity, 1));
}input[type=checkbox]:disabled:hover,input[type=radio]:disabled:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}input[type=checkbox],input[type=radio]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}input:not([type=button] or [type=submit]):focus,textarea:focus,select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(95 190 182 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}a.button,.accent,button.accent,input[type=button].accent,input[type=submit].accent{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(62 163 156 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}a.button:hover,.accent:hover,button.accent:hover,input[type=button].accent:hover,input[type=submit].accent:hover{
  background-color: rgb(95 190 182 / 0.8);
}a.button>.icon,button>.icon,input[type=button]>.icon,input[type=submit]>.icon{
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}a.button:disabled,button:disabled,input[type=button]:disabled,input[type=submit]:disabled,:disabled::file-selector-button{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}a.button:disabled:hover,button:disabled:hover,input[type=button]:disabled:hover,input[type=submit]:disabled:hover,:disabled::file-selector-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}a.button:disabled,button:disabled,input[type=button]:disabled,input[type=submit]:disabled,:disabled::file-selector-button{cursor:default;--tw-bg-opacity: 1}input.invalid,textarea.invalid,select.invalid{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}::file-selector-button{
  cursor: pointer;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 0px;
  border-right-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(210 240 236 / var(--tw-bg-opacity, 1));
  text-align: center;
}::file-selector-button:hover{
  text-decoration-line: none;
}::file-selector-button:disabled{
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}::file-selector-button{appearance:none;-webkit-appearance:none;-moz-appearance:none;--tw-border-opacity: 1}:focus-visible{
  border-radius: 0.125rem;
  outline-width: 2px;
  outline-offset: 2px;outline-color:var(--color-primary);
}.container{
  width: 100%;
}@media (min-width: 384px){.container{
    max-width: 384px;
  }
}@media (min-width: 512px){.container{
    max-width: 512px;
  }
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 896px){.container{
    max-width: 896px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.i-mdi-arrow-u-left-bottom{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27M20 10.5a6.5 6.5 0 0 1-6.5 6.5H7.83l3.09 3.09L9.5 21.5L4 16l5.5-5.5l1.41 1.41L7.83 15h5.67c2.5 0 4.5-2 4.5-4.5S16 6 13.5 6H6V4h7.5a6.5 6.5 0 0 1 6.5 6.5%27/%3E%3C/svg%3E");
}.i-mdi-checkbox-marked-circle{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27m10 17l-5-5l1.41-1.42L10 14.17l7.59-7.59L19 8m-7-6A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2%27/%3E%3C/svg%3E");
}.i-mdi-close-circle-outline{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10s10-4.47 10-10S17.53 2 12 2m2.59 6L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41z%27/%3E%3C/svg%3E");
}.i-mdi-email{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27m20 8l-8 5l-8-5V6l8 5l8-5m0-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2%27/%3E%3C/svg%3E");
}.i-mdi-fax{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27M19 9h-1V4H8v16h14v-8c0-1.66-1.34-3-3-3m-9-3h6v3h-6zm4 11h-4v-5h4zm2 0c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0-3c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m3 3c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0-3c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1M4.5 8A2.5 2.5 0 0 0 2 10.5v8a2.5 2.5 0 0 0 5 0v-8A2.5 2.5 0 0 0 4.5 8%27/%3E%3C/svg%3E");
}.i-mdi-home{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27M10 20v-6h4v6h5v-8h3L12 3L2 12h3v8z%27/%3E%3C/svg%3E");
}.i-mdi-phone{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57c.11.35.03.74-.25 1.02z%27/%3E%3C/svg%3E");
}.main-header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 4rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}.main-header .custom-logo-link img{
  width: 10rem;
}.main-header .wp-block-site-logo+p{
  display: none;
}header .navigation-wrapper.main-header .wp-block-site-logo+p{
  z-index: -10;
  display: block;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 1024px){header .navigation-wrapper.main-header .wp-block-site-logo+p{
    align-items: center;
  }
}body.block-editor-iframe__body .main-header .wp-block-site-logo+p,body.wp-admin .main-header .wp-block-site-logo+p{display:block}.main-header .navigation-wrapper{
  position: fixed;
  right: 0px;
  top: 4rem;
  height: calc(100vh - 4rem);
  width: 100%;
  background-color: rgb(255 255 255 / 0.8);
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}@media (min-width: 640px){.main-header .navigation-wrapper{
    height: auto;
    max-width: 20rem;
    background-color: transparent;
  }
}.main-header .navigation-wrapper{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}.main-header .navigation-wrapper a,.main-header .navigation-wrapper a.text-base{
  display: inline-flex;
  align-items: center;
  padding-left: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
}.main-header .navigation-wrapper a:hover,.main-header .navigation-wrapper a.text-base:hover{
  text-decoration-line: none;
}.main-header .navigation-wrapper>ul.menu{
  overflow-y: auto;
  border-radius: 0.5rem;
  background-color: rgb(210 240 236 / 0.9);
  padding-top: 1rem;
  padding-bottom: 1rem;scrollbar-width:none;-ms-overflow-style:none;
}.main-header .navigation-wrapper>ul.menu>li{
  position: relative;
}.main-header .navigation-wrapper>ul.menu>li>a{
  display: block;
  padding-left: 1rem;
}.main-header .navigation-wrapper>ul.menu>li>a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 248 246 / var(--tw-bg-opacity, 1));
}.main-header .navigation-wrapper>ul.menu>li>ul{
  margin-left: 1rem;
  border-radius: 0.25rem;
}.main-header .navigation-wrapper>ul.menu>li>ul>li{
  padding-left: 1rem;
}.main-header .navigation-wrapper>ul.menu>li>ul>li a{
  height: 100%;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
}.main-header .navigation-wrapper>ul.menu>li:hover>ul li:hover a::before{
  position: absolute;
  margin-left: -1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(129 216 208 / var(--tw-text-opacity, 1));
  --tw-content: "▶";
  content: var(--tw-content);
}.main-header .navigation-wrapper>ul::-webkit-scrollbar{display:none}.main-header .navigation-wrapper>ul.sns{
  display: flex;
  justify-content: center;
}@media (min-width: 640px){.main-header .navigation-wrapper>ul.sns{
    justify-content: flex-end;
  }.main-header .navigation-wrapper>ul.sns li{
    margin: 0.25rem;
    border-radius: 9999px;
    background-color: rgb(250 250 250 / 0.7);
  }
}.main-header .navigation-wrapper>ul.sns li>a{
  margin: 0.5rem;
  aspect-ratio: 1 / 1;
  min-width: 29px;
  max-width: 29px;
  padding-left: 0px;
}.menu-icon{
  position: relative;
  z-index: 50;
  margin-bottom: 0.5rem;
  display: inline-flex;
  height: 2.5rem;
  width: 3rem;
  flex-direction: column;
  justify-content: space-between;
  border-width: 0px;
  background-color: transparent;
  padding: 0.5rem;
}.menu-icon:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + 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);
}.menu-icon{
  transition-property: opacity;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}.menu-icon span{
  display: block;
  height: 0.125rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  transition-property: opacity;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}.menu-icon:hover span{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}.menu-icon[aria-expanded=true] span:nth-child(1){
  position: relative;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));top:11px;
}.menu-icon[aria-expanded=true] span:nth-child(2){opacity:0}.menu-icon[aria-expanded=true] span:nth-child(3){
  position: relative;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));top:-11px;
}footer{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
}@media (min-width: 768px){footer{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}footer .inquiry-nav a span{
  border-bottom-width: 1px;
  border-color: transparent;
}footer .inquiry-nav a:hover span{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}footer .sitemap nav{
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}@media (min-width: 896px){footer .sitemap nav{
    margin-left: 0px;
    width: auto;
  }
}footer .sitemap nav a{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}@media (min-width: 896px){footer .sitemap nav>ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
}footer .sitemap nav>ul>li{
  margin-bottom: 0.5rem;
}footer .sitemap nav>ul>li>ul{
  margin-left: 1rem;
}@media (min-width: 768px){.home .header-name{
    opacity: 0;
  }.home .header-name.shown{
    opacity: 1;
  }
}body.home main h2{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}@media (min-width: 768px){body.home main h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}body.home main h2{
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  text-align: center;background-image:url(images/h2.c09a6065.png);background-size:420px;
}body.home main h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}@media (min-width: 768px){body.home main h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}body:not(.home) main h1{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}@media (min-width: 768px){body:not(.home) main h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}body:not(.home) main h1{
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  text-align: center;background-image:url(images/h2.c09a6065.png);background-size:420px;
}body:not(.home) main h2{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}@media (min-width: 768px){body:not(.home) main h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}body:not(.home) main h2{background-image:linear-gradient(transparent 60%, #81D8D0 95%, transparent 95%);background-repeat:no-repeat;background-size:100% 100%;background-position:left bottom}body.wp-admin,body.block-editor-iframe__body,main{
  flex: 1 1 0%;
}body.wp-admin a,body.block-editor-iframe__body a,main a{
  --tw-text-opacity: 1;
  color: rgb(31 127 121 / var(--tw-text-opacity, 1));
}.main-header .navigation-wrapper abody.wp-admin .breadcrumb,.main-header .navigation-wrapper abody.block-editor-iframe__body .breadcrumb,.main-header .navigation-wrapper amain .breadcrumb{
  display: inline-flex;
  align-items: center;
  padding-left: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
}.main-header .navigation-wrapper abody.wp-admin .breadcrumb:hover,.main-header .navigation-wrapper abody.block-editor-iframe__body .breadcrumb:hover,.main-header .navigation-wrapper amain .breadcrumb:hover{
  text-decoration-line: none;
}body.wp-admin .breadcrumb,body.block-editor-iframe__body .breadcrumb,main .breadcrumb{
  margin-bottom: 3rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}body.wp-admin .breadcrumb::before,body.block-editor-iframe__body .breadcrumb::before,main .breadcrumb::before{
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27M10 20v-6h4v6h5v-8h3L12 3L2 12h3v8z%27/%3E%3C/svg%3E");
  content: var(--tw-content);
  margin-right: 0.25rem;
}body.wp-admin .breadcrumb .breadcrumb-separator,body.block-editor-iframe__body .breadcrumb .breadcrumb-separator,main .breadcrumb .breadcrumb-separator{
  font-size: 1.25rem;
  line-height: 1.75rem;
}body.wp-admin .news-article>*,body.block-editor-iframe__body .news-article>*,main .news-article>*{
  border-bottom-width: 1px;
  border-color: transparent;
}body.wp-admin .news-article:hover>*,body.block-editor-iframe__body .news-article:hover>*,main .news-article:hover>*{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}body.wp-admin .news-article a,body.block-editor-iframe__body .news-article a,main .news-article a{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}body.wp-admin .instagram-carousel,body.block-editor-iframe__body .instagram-carousel,main .instagram-carousel{-ms-overflow-style:none;scrollbar-width:none;margin-left: -0.5rem;padding: 0.5rem}body.wp-admin .instagram-carousel::-webkit-scrollbar,body.block-editor-iframe__body .instagram-carousel::-webkit-scrollbar,main .instagram-carousel::-webkit-scrollbar{display:none}body.wp-admin #sb_instagram,body.block-editor-iframe__body #sb_instagram,main #sb_instagram{padding-bottom:0 !important}body.wp-admin #sb_instagram #sbi_images,body.block-editor-iframe__body #sb_instagram #sbi_images,main #sb_instagram #sbi_images{
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}body.wp-admin #sb_instagram #sbi_images .sbi_item,body.block-editor-iframe__body #sb_instagram #sbi_images .sbi_item,main #sb_instagram #sbi_images .sbi_item{
  width: 10rem;
  min-width: 160px;
  max-width: 200px;
  border-radius: 0.5rem;
}body.wp-admin #sb_instagram #sbi_images .sbi_item:hover,body.block-editor-iframe__body #sb_instagram #sbi_images .sbi_item:hover,main #sb_instagram #sbi_images .sbi_item:hover{animation:yurayura .6s ease}body.wp-admin #sb_instagram #sbi_load,body.block-editor-iframe__body #sb_instagram #sbi_load,main #sb_instagram #sbi_load{display:none}.main-header .navigation-wrapper abody.wp-admin .blog-pagenate .nav-links,.main-header .navigation-wrapper abody.block-editor-iframe__body .blog-pagenate .nav-links,.main-header .navigation-wrapper amain .blog-pagenate .nav-links{
  display: inline-flex;
  align-items: center;
  padding-left: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
}.main-header .navigation-wrapper abody.wp-admin .blog-pagenate .nav-links:hover,.main-header .navigation-wrapper abody.block-editor-iframe__body .blog-pagenate .nav-links:hover,.main-header .navigation-wrapper amain .blog-pagenate .nav-links:hover{
  text-decoration-line: none;
}body.wp-admin .blog-pagenate .nav-links,body.block-editor-iframe__body .blog-pagenate .nav-links,main .blog-pagenate .nav-links{
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
}body.wp-admin .blog-pagenate .nav-links .nav-next,body.block-editor-iframe__body .blog-pagenate .nav-links .nav-next,main .blog-pagenate .nav-links .nav-next{
  flex: 1 1 0%;
  text-align: right;
}#contact-form form>p:not(.notice){
  margin-top: 1rem;
}@media (min-width: 896px){#contact-form form>p:not(.notice){
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: 23rem 1fr;
    align-items: flex-start;
  }
}#mail-form form>p:not(.notice){
  margin-top: 1rem;
}@media (min-width: 896px){#mail-form form>p:not(.notice){
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: 23rem 1fr;
    align-items: flex-start;
  }
}.contact-form form>p:not(.notice)>label{
  margin-bottom: 0.125rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}@media (min-width: 640px){.main-header .navigation-wrapper a.contact-form form>p:not(.notice)>label{
    display: inline-flex;
    align-items: center;
    padding-left: 1.5rem;
    line-height: 2;
    letter-spacing: 0.025em;
  }.main-header .navigation-wrapper a.contact-form form>p:not(.notice)>label:hover{
    text-decoration-line: none;
  }.contact-form form>p:not(.notice)>label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}@media (min-width: 896px){.contact-form form>p:not(.notice)>label{
    justify-content: flex-end;
  }
}.contact-form form>p:not(.notice)>label.required::after{
  margin-left: 0.25rem;
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(62 163 156 / var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-content: "必須";
  content: var(--tw-content);
}@media (min-width: 640px){.contact-form form>p:not(.notice)>label.required::after{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}.contact-form form>p:not(.notice)>label:not(.required)::after{
  margin-left: 0.25rem;
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-content: "任意";
  content: var(--tw-content);
}@media (min-width: 640px){.contact-form form>p:not(.notice)>label:not(.required)::after{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}.contact-form form>p:not(.notice)>span{
  position: relative;
  display: block;
  flex: 1 1 0%;
  padding-bottom: 1rem;
}.contact-form form>p:not(.notice)>span>input:not([type=file]),.contact-form form>p:not(.notice)>span>select,.contact-form form>p:not(.notice)>span>textarea{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.contact-form form>p:not(.notice)>span span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: 0px;
  left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}.contact-form form>p:not(.notice)>span span.wpcf7-not-valid-tip::before{
  --tw-content: "※";
  content: var(--tw-content);
}@media (min-width: 640px){.contact-form form>p:not(.notice)>span span.wpcf7-not-valid-tip{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}.contact-form form>.notice{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.contact-form .cf7-confirm-btn.invalid{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(212 79 146 / var(--tw-bg-opacity, 1));
}.contact-form .cf7-confirm-btn.invalid:hover{
  background-color: rgb(231 107 170 / 0.8);
}.contact-form .cf7-confirm-btn.invalid::after{
  position: absolute;
  top: -1.5rem;
  right: 0px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  --tw-content: "※入力内容をご確認ください。";
  content: var(--tw-content);
}.wpcf7-list-item{
  margin: auto;
}.wpcf7-list-item>label{
  display: flex;
  align-items: center;
}.wpcf7-list-item>label>span{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.wpcf7-turnstile{
  display: flex;
  justify-content: flex-end;
}.wpcf7-response-output{
  display: none;
}header .navigation-wrapper.wpcf7-response-output{
  z-index: -10;
  display: block;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 1024px){header .navigation-wrapper.wpcf7-response-output{
    align-items: center;
  }
}body.block-editor-iframe__body .wpcf7-response-output,body.wp-admin .wpcf7-response-output{display:block}.error{
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}h2.comment-reply-title{
  margin-bottom: 2rem;
  width: 100%;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 216 208 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media (min-width: 640px){h2.comment-reply-title{
    width: 91.666667%;
    padding-right: 28px;
  }
}@media (min-width: 768px){h2.comment-reply-title{
    margin-bottom: 4rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}@media (min-width: 1536px){h2.comment-reply-title{
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    padding-left: 3rem;
    text-align: left;
  }
}.comment-form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 100%;
}@media (min-width: 768px){.comment-form{
    max-width: 36rem;
  }
}.comment-form input[type=submit]{
  margin-top: 0.5rem;
  height: auto;
  --tw-border-opacity: 1;
  border-color: rgb(159 222 215 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(159 222 215 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.comment-form input[type=submit]:hover{
  background-color: rgb(159 222 215 / 0.8);
}.modal-base,.modal-base[aria-modal=false]{
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: -10;
  display: flex;
  height: 100%;
  max-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgb(31 41 55 / 0.7);
}@media (min-width: 768px){.modal-base,.modal-base[aria-modal=false]{
    inset: 0px;
  }
}.modal-base,.modal-base[aria-modal=false]{
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.modal-base[aria-modal=true]{
  z-index: 50;
  opacity: 1;
}.modal{
  position: absolute;
  top: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --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);
}@media (min-width: 640px){.modal{
    padding: 1rem;
  }
}@media (min-width: 768px){.modal{
    width: -moz-max-content;
    width: max-content;
    max-width: 42rem;
  }
}.modal .modal-header{
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}@media (min-width: 768px){.modal .modal-header{
    padding: 1.25rem;
  }
}.modal .modal-header h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}.modal .modal-header .close-btn{
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin-left: auto;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.modal .modal-header .close-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.modal .modal-header .close-btn svg{
  height: 0.75rem;
  width: 0.75rem;
}.modal .modal-body{
  flex: 1 1 0%;
}.modal .modal-body > :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));
}.modal .modal-body{
  padding: 1rem;
}@media (min-width: 768px){.modal .modal-body{
    padding: 1.25rem;
  }
}.modal .modal-footer{
  display: flex;
  align-items: center;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}@media (min-width: 768px){.modal .modal-footer{
    padding: 1.25rem;
  }
}.modal.fullheight{
  min-height: calc(100% - 2rem);
}.modal.scrollbody{
  display: flex;
  max-height: calc(100% - 2rem);
  flex-direction: column;
}.modal.scrollbody .modal-body{
  overflow-y: auto;
}.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(129 216 208 / var(--tw-bg-opacity, 1));
}.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;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.-top-1{
  top: -0.25rem;
}.-top-6{
  top: -1.5rem;
}.bottom-0{
  bottom: 0px;
}.bottom-8{
  bottom: 2rem;
}.left-0{
  left: 0px;
}.left-1{
  left: 0.25rem;
}.left-10{
  left: 2.5rem;
}.left-16{
  left: 4rem;
}.right-0{
  right: 0px;
}.right-4{
  right: 1rem;
}.top-0{
  top: 0px;
}.top-1\/4{
  top: 25%;
}.top-16{
  top: 4rem;
}.top-4{
  top: 1rem;
}.-z-10{
  z-index: -10;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.col-start-1{
  grid-column-start: 1;
}.col-start-2{
  grid-column-start: 2;
}.col-start-3{
  grid-column-start: 3;
}.m-0{
  margin: 0px;
}.m-2{
  margin: 0.5rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-ml-\[calc\(1rem_\+_5\.5px\)\]{
  margin-left: calc(calc(1rem + 5.5px) * -1);
}.-mt-\[calc\(100vh_-_16rem\)\]{
  margin-top: calc(calc(100vh - 16rem) * -1);
}.mb-0\.5{
  margin-bottom: 0.125rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-16{
  margin-bottom: 4rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.ml-1{
  margin-left: 0.25rem;
}.ml-4{
  margin-left: 1rem;
}.ml-5{
  margin-left: 1.25rem;
}.ml-auto{
  margin-left: auto;
}.mr-1{
  margin-right: 0.25rem;
}.mr-10{
  margin-right: 2.5rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-4{
  margin-right: 1rem;
}.mr-6{
  margin-right: 1.5rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-12{
  margin-top: 3rem;
}.mt-16{
  margin-top: 4rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.box-border{
  box-sizing: border-box;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[2\/1\]{
  aspect-ratio: 2/1;
}.aspect-\[2\/3\]{
  aspect-ratio: 2/3;
}.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.\!h-full{
  height: 100% !important;
}.h-0\.5{
  height: 0.125rem;
}.h-10{
  height: 2.5rem;
}.h-4{
  height: 1rem;
}.h-8{
  height: 2rem;
}.h-\[300vh\]{
  height: 300vh;
}.h-\[50px\]{
  height: 50px;
}.h-\[calc\(100vh_-_4rem\)\]{
  height: calc(100vh - 4rem);
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.max-h-\[40rem\]{
  max-height: 40rem;
}.max-h-\[80vh\]{
  max-height: 80vh;
}.max-h-\[calc\(100\%-2rem\)\]{
  max-height: calc(100% - 2rem);
}.max-h-full{
  max-height: 100%;
}.min-h-\[1700px\]{
  min-height: 1700px;
}.min-h-\[200px\]{
  min-height: 200px;
}.min-h-\[24rem\]{
  min-height: 24rem;
}.min-h-\[calc\(100\%-2rem\)\]{
  min-height: calc(100% - 2rem);
}.min-h-full{
  min-height: 100%;
}.w-1\/3{
  width: 33.333333%;
}.w-11\/12{
  width: 91.666667%;
}.w-12{
  width: 3rem;
}.w-20{
  width: 5rem;
}.w-3{
  width: 0.75rem;
}.w-32{
  width: 8rem;
}.w-4{
  width: 1rem;
}.w-40{
  width: 10rem;
}.w-6{
  width: 1.5rem;
}.w-8{
  width: 2rem;
}.w-full{
  width: 100%;
}.w-max{
  width: -moz-max-content;
  width: max-content;
}.min-w-\[160px\]{
  min-width: 160px;
}.min-w-\[29px\]{
  min-width: 29px;
}.min-w-\[4rem\]{
  min-width: 4rem;
}.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}.max-w-\[10rem\]{
  max-width: 10rem;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[29px\]{
  max-width: 29px;
}.max-w-full{
  max-width: 100%;
}.max-w-xl{
  max-width: 36rem;
}.max-w-xs{
  max-width: 20rem;
}.flex-1{
  flex: 1 1 0%;
}.-translate-y-\[calc\(100\%_-_2px\)\]{
  --tw-translate-y: calc(calc(100% - 2px) * -1);
  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-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[calc\(100\%_-_2px\)\]{
  --tw-translate-y: calc(100% - 2px);
  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));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-default{
  cursor: default;
}.cursor-pointer{
  cursor: pointer;
}.resize-none{
  resize: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-\[8rem_1fr_8rem\]{
  grid-template-columns: 8rem 1fr 8rem;
}.flex-row-reverse{
  flex-direction: row-reverse;
}.flex-col{
  flex-direction: column;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.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));
}.self-center{
  align-self: center;
}.justify-self-end{
  justify-self: end;
}.justify-self-center{
  justify-self: center;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-y-hidden{
  overflow-y: hidden;
}.overscroll-contain{
  overscroll-behavior: contain;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-4{
  border-width: 4px;
}.border-b{
  border-bottom-width: 1px;
}.border-l{
  border-left-width: 1px;
}.border-l-2{
  border-left-width: 2px;
}.border-r{
  border-right-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-double{
  border-style: double;
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}.border-main-400{
  --tw-border-opacity: 1;
  border-color: rgb(159 222 215 / var(--tw-border-opacity, 1));
}.border-t-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}.bg-\[\#fff6b2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 178 / var(--tw-bg-opacity, 1));
}.bg-cosmos-600{
  --tw-bg-opacity: 1;
  background-color: rgb(212 79 146 / var(--tw-bg-opacity, 1));
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}.bg-main-100{
  --tw-bg-opacity: 1;
  background-color: rgb(234 248 246 / var(--tw-bg-opacity, 1));
}.bg-main-200{
  --tw-bg-opacity: 1;
  background-color: rgb(210 240 236 / var(--tw-bg-opacity, 1));
}.bg-main-400{
  --tw-bg-opacity: 1;
  background-color: rgb(159 222 215 / var(--tw-bg-opacity, 1));
}.bg-main-500{
  --tw-bg-opacity: 1;
  background-color: rgb(129 216 208 / var(--tw-bg-opacity, 1));
}.bg-main-700{
  --tw-bg-opacity: 1;
  background-color: rgb(62 163 156 / var(--tw-bg-opacity, 1));
}.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 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\/70{
  background-color: rgb(255 255 255 / 0.7);
}.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}.bg-cover{
  background-size: cover;
}.bg-bottom{
  background-position: bottom;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-top{
  -o-object-position: top;
     object-position: top;
}.p-0{
  padding: 0px;
}.p-1{
  padding: 0.25rem;
}.p-2{
  padding: 0.5rem;
}.p-4{
  padding: 1rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-8{
  padding-bottom: 2rem;
}.pl-10{
  padding-left: 2.5rem;
}.pl-12{
  padding-left: 3rem;
}.pl-4{
  padding-left: 1rem;
}.pl-6{
  padding-left: 1.5rem;
}.pr-2{
  padding-right: 0.5rem;
}.pr-4{
  padding-right: 1rem;
}.pt-16{
  padding-top: 4rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-8{
  padding-top: 2rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-end{
  text-align: end;
}.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-5xl{
  font-size: 3rem;
  line-height: 1;
}.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-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.font-thin{
  font-weight: 100;
}.not-italic{
  font-style: normal;
}.leading-\[0\]{
  line-height: 0;
}.leading-loose{
  line-height: 2;
}.leading-relaxed{
  line-height: 1.625;
}.text-cosmos-900{
  --tw-text-opacity: 1;
  color: rgb(107 31 71 / var(--tw-text-opacity, 1));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.text-main-700{
  --tw-text-opacity: 1;
  color: rgb(62 163 156 / var(--tw-text-opacity, 1));
}.text-main-900{
  --tw-text-opacity: 1;
  color: rgb(15 94 89 / var(--tw-text-opacity, 1));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.accent-main-400{
  accent-color: #9FDED7;
}.opacity-0{
  opacity: 0;
}.outline-2{
  outline-width: 2px;
}.outline-offset-2{
  outline-offset: 2px;
}.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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity{
  transition-property: opacity;
  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-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.content-\[\"\203B\5165\529B\5185\5BB9\3092\3054\78BA\8A8D\304F\3060\3055\3044\3002\"\]{
  --tw-content: "※入力内容をご確認ください。";
  content: var(--tw-content);
}.content-\[\'\4EFB\610F\'\]{
  --tw-content: '任意';
  content: var(--tw-content);
}.content-\[\'\5FC5\9808\'\]{
  --tw-content: '必須';
  content: var(--tw-content);
}header .navigation-wrapper.hidden{
  z-index: -10;
  display: block;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 1024px){header .navigation-wrapper.hidden{
    align-items: center;
  }
}@layer utility{.scroll-fade{
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }.scroll-fade.p.notin{
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.scroll-fade.l.notin{
    --tw-translate-x: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.scroll-fade.notin{
    opacity: 0;
  }.marker{background-image:linear-gradient(transparent 60%, #81D8D0 95%, transparent 95%);background-repeat:no-repeat;background-size:100% 100%;background-position:left bottom}.marker.cosmos{background-image:linear-gradient(transparent 60%, #EE7EB6 95%, transparent 95%)}.marker.thin{background-image:linear-gradient(transparent 75%, #81D8D0 95%, transparent 95%);background-repeat:no-repeat;background-size:100% 100%;background-position:left bottom}.marker.marker--delay{background-size:0 100%;transition:background-size .8s ease-out}.marker--delay.marker--active{background-size:100% 100%}.wave.top{animation:waveMoveTop 12s ease-in-out infinite}.wave.bottom{animation:waveMoveBottom 12s ease-in-out infinite}.swing:hover{animation:yurayura .6s ease}@keyframes waveMoveTop{0%{transform:translateY(-40px) translateX(0)}50%{transform:translateY(-40px) translateX(-10%)}100%{transform:translateY(-40px) translateX(0)}}@keyframes waveMoveBottom{0%{transform:translateY(40px) translateX(0)}50%{transform:translateY(40px) translateX(-10%)}100%{transform:translateY(40px) translateX(0)}}@keyframes yurayura{0%{transform:rotate(-5deg);transform-origin:center top}20%{transform:rotate(4deg);transform-origin:center top}40%{transform:rotate(-3deg);transform-origin:center top}60%{transform:rotate(2deg);transform-origin:center top}80%{transform:rotate(-1deg);transform-origin:center top}100%{transform:rotate(0);transform-origin:center top}}}body.block-editor-iframe__body .scroll-fade,body.block-editor-iframe__body .scroll-fade-l,body.block-editor-iframe__body .scroll-fade-op,body.wp-admin .scroll-fade,body.wp-admin .scroll-fade-l,body.wp-admin .scroll-fade-op{opacity:1 !important;transform:none !important}body.block-editor-iframe__body .hidden,body.wp-admin .hidden{display:block !important}.before\:i-mdi-home::before{
  content: var(--tw-content);
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --svg: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27black%27 d=%27M10 20v-6h4v6h5v-8h3L12 3L2 12h3v8z%27/%3E%3C/svg%3E");
}@media (min-width: 512px){.main-header .navigation-wrapper a.xs\:text-base{
    display: inline-flex;
    align-items: center;
    padding-left: 1.5rem;
    line-height: 2;
    letter-spacing: 0.025em;
  }.main-header .navigation-wrapper a.xs\:text-base:hover{
    text-decoration-line: none;
  }
}.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}.before\:-ml-4::before{
  content: var(--tw-content);
  margin-left: -1rem;
}.before\:mr-1::before{
  content: var(--tw-content);
  margin-right: 0.25rem;
}.before\:mr-2::before{
  content: var(--tw-content);
  margin-right: 0.5rem;
}.before\:mr-4::before{
  content: var(--tw-content);
  margin-right: 1rem;
}.before\:block::before{
  content: var(--tw-content);
  display: block;
}.before\:text-2xl::before{
  content: var(--tw-content);
  font-size: 1.5rem;
  line-height: 2rem;
}.before\:text-\[9px\]::before{
  content: var(--tw-content);
  font-size: 9px;
}.before\:text-xs::before{
  content: var(--tw-content);
  font-size: 0.75rem;
  line-height: 1rem;
}.before\:text-amber-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}.before\:text-cosmos-700::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(181 59 121 / var(--tw-text-opacity, 1));
}.before\:text-main-500::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(129 216 208 / var(--tw-text-opacity, 1));
}.before\:text-main-600::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(95 190 182 / var(--tw-text-opacity, 1));
}.before\:content-\[\'1\.\'\]::before{
  --tw-content: '1.';
  content: var(--tw-content);
}.before\:content-\[\'2\.\'\]::before{
  --tw-content: '2.';
  content: var(--tw-content);
}.before\:content-\[\'3\.\'\]::before{
  --tw-content: '3.';
  content: var(--tw-content);
}.before\:content-\[\'4\.\'\]::before{
  --tw-content: '4.';
  content: var(--tw-content);
}.before\:content-\[\'5\.\'\]::before{
  --tw-content: '5.';
  content: var(--tw-content);
}.before\:content-\[\'\203B\'\]::before{
  --tw-content: '※';
  content: var(--tw-content);
}.before\:content-\[\'\25A0\'\]::before{
  --tw-content: '■';
  content: var(--tw-content);
}.before\:content-\[\'\25B6\'\]::before{
  --tw-content: '▶';
  content: var(--tw-content);
}.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}.hover\:border-main-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(95 190 182 / var(--tw-border-opacity, 1));
}.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.hover\:no-underline:hover{
  text-decoration-line: none;
}.focus\:border-main-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(95 190 182 / var(--tw-border-opacity, 1));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.disabled\:cursor-default:disabled{
  cursor: default;
}@media (min-width: 512px){.xs\:mt-8{
    margin-top: 2rem;
  }.xs\:inline{
    display: inline;
  }.xs\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.xs\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}@media (min-width: 640px){.sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.sm\:mb-20{
    margin-bottom: 5rem;
  }.sm\:mr-0{
    margin-right: 0px;
  }.sm\:mr-4{
    margin-right: 1rem;
  }.sm\:block{
    display: block;
  }.sm\:flex{
    display: flex;
  }.sm\:h-auto{
    height: auto;
  }.sm\:w-11\/12{
    width: 91.666667%;
  }.sm\:w-12{
    width: 3rem;
  }.sm\:w-16{
    width: 4rem;
  }.sm\:w-full{
    width: 100%;
  }.sm\:w-max{
    width: -moz-max-content;
    width: max-content;
  }.sm\:max-w-2xl{
    max-width: 42rem;
  }.sm\:max-w-xl{
    max-width: 36rem;
  }.sm\:max-w-xs{
    max-width: 20rem;
  }.sm\:flex-1{
    flex: 1 1 0%;
  }.sm\:grid-cols-\[4rem_1fr\]{
    grid-template-columns: 4rem 1fr;
  }.sm\:flex-col{
    flex-direction: column;
  }.sm\:rounded-full{
    border-radius: 9999px;
  }.sm\:bg-\[\#fafafa\]\/70{
    background-color: rgb(250 250 250 / 0.7);
  }.sm\:bg-transparent{
    background-color: transparent;
  }.sm\:p-4{
    padding: 1rem;
  }.sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.sm\:pr-\[28px\]{
    padding-right: 28px;
  }.sm\:text-center{
    text-align: center;
  }.sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.sm\:leading-loose{
    line-height: 2;
  }
}@media (min-width: 768px){.md\:absolute{
    position: absolute;
  }.md\:relative{
    position: relative;
  }.md\:left-12{
    left: 3rem;
  }.md\:left-16{
    left: 4rem;
  }.md\:top-auto{
    top: auto;
  }.md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }.md\:mb-12{
    margin-bottom: 3rem;
  }.md\:mb-16{
    margin-bottom: 4rem;
  }.md\:mb-2{
    margin-bottom: 0.5rem;
  }.md\:mb-20{
    margin-bottom: 5rem;
  }.md\:ml-0{
    margin-left: 0px;
  }.md\:mr-12{
    margin-right: 3rem;
  }.md\:mt-16{
    margin-top: 4rem;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:hidden{
    display: none;
  }.md\:w-24{
    width: 6rem;
  }.md\:w-auto{
    width: auto;
  }.md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }.md\:max-w-2xl{
    max-width: 42rem;
  }.md\:max-w-3xl{
    max-width: 48rem;
  }.md\:max-w-4xl{
    max-width: 56rem;
  }.md\:max-w-xl{
    max-width: 36rem;
  }.md\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.md\:overflow-y-visible{
    overflow-y: visible;
  }.md\:rounded-none{
    border-radius: 0px;
  }.md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }.md\:p-5{
    padding: 1.25rem;
  }.md\:p-8{
    padding: 2rem;
  }.md\:text-right{
    text-align: right;
  }.md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.md\:opacity-100{
    opacity: 1;
  }
}@media (min-width: 896px){.ml\:left-20{
    left: 5rem;
  }.ml\:mt-0{
    margin-top: 0px;
  }.ml\:flex{
    display: flex;
  }.ml\:grid{
    display: grid;
  }.ml\:h-auto{
    height: auto;
  }.ml\:min-h-\[28rem\]{
    min-height: 28rem;
  }.ml\:w-auto{
    width: auto;
  }.ml\:w-full{
    width: 100%;
  }.ml\:max-w-3xl{
    max-width: 48rem;
  }.ml\:max-w-4xl{
    max-width: 56rem;
  }.ml\:max-w-\[50\%\]{
    max-width: 50%;
  }.ml\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.ml\:grid-cols-\[23rem_1fr\]{
    grid-template-columns: 23rem 1fr;
  }.ml\:justify-end{
    justify-content: flex-end;
  }.ml\:rounded-xl{
    border-radius: 0.75rem;
  }.ml\:bg-white\/40{
    background-color: rgb(255 255 255 / 0.4);
  }.ml\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}@media (min-width: 1024px){.lg\:relative{
    position: relative;
  }.lg\:mb-8{
    margin-bottom: 2rem;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:flex{
    display: flex;
  }.lg\:h-\[220vh\]{
    height: 220vh;
  }.lg\:min-h-\[1100px\]{
    min-height: 1100px;
  }.lg\:min-h-\[32rem\]{
    min-height: 32rem;
  }.lg\:w-auto{
    width: auto;
  }.lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }.lg\:max-w-2xl{
    max-width: 42rem;
  }.lg\:max-w-5xl{
    max-width: 64rem;
  }.lg\:flex-1{
    flex: 1 1 0%;
  }.lg\:items-center{
    align-items: center;
  }.lg\:whitespace-nowrap{
    white-space: nowrap;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.lg\:pl-2{
    padding-left: 0.5rem;
  }.lg\:pl-6{
    padding-left: 1.5rem;
  }.lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}@media (min-width: 1280px){.xl\:max-w-screen-xl{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.\32xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }.\32xl\:text-left{
    text-align: left;
  }
}
