@charset "UTF-8";
/*
! tailwindcss v3.2.1 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::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-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:  ;
}
::-webkit-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-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:  ;
}
::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-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:  ;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

body {
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}
body.is-naviOpened {
  overflow: hidden;
}

#__bs_notify__ {
  opacity: 0.25;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media all and (min-width: 640px) {
  .l-container {
    position: relative;
    grid-column: 2;
  }

  .l-full-container {
    position: relative;
    grid-column: 1/-1;
  }
}
.l-inner {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) {
  .l-inner {
    width: calc(100% - 80px);
  }
}
.l-wrap {
  position: relative;
  width: 100%;
}

@media all and (min-width: 640px) {
  .l-wrap {
    display: grid;
    grid-template-columns: 1fr min(100%, 1280px) 1fr;
  }
}
.o-bg {
  background-image: url("/assets/images/0.png?z7vdfjgd");
}

.o-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0.1em;
  border-radius: 99px;
  transition: 0.3s;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.o-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(-60deg, #545252 0%, #f0f0f0 15%, #6f6f6f 20%, #4e4e4e 25%, #767676 30%, #dedede 35%, #565656 50%, #545252 50%, #f0f0f0 65%, #6f6f6f 70%, #4e4e4e 75%, #767676 80%, #dedede 85%, #565656 100%);
  background-size: 200%;
  background-position: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: 0.6s;
}
.o-button:hover {
  cursor: pointer;
}

@media not all and (min-width: 1024px) {
  .o-button:active::before {
    background-position: 67%;
    background-size: 300%;
  }
}
@media all and (min-width: 1024px) {
  .o-button:hover::before {
    background-position: 67%;
    background-size: 300%;
  }
}
.o-button[data-anim=bg]:hover {
  background-color: #fff;
  color: #333;
}

.o-header-naviButton {
  position: relative;
  width: 50px;
  height: 50px;
}
.o-header-naviButton:hover {
  cursor: pointer;
}
.o-header-naviButton span {
  display: block;
  position: absolute;
  background-color: #333;
  height: 1px;
  width: 100%;
  transition: 0.3s;
}
.o-header-naviButton span:nth-child(1) {
  left: 0;
  top: calc(50% - 7px);
  transform-origin: 50% 50%;
}
.o-header-naviButton span:nth-child(2) {
  left: 0;
  top: 50%;
}
.o-header-naviButton span:nth-child(3) {
  left: 0;
  top: calc(50% + 7px);
  transform-origin: 50% 50%;
}
body.is-naviOpened .o-header-naviButton span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
body.is-naviOpened .o-header-naviButton span:nth-child(2) {
  width: 0;
}
body.is-naviOpened .o-header-naviButton span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.o-heading {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(30px, 22.386px + 2.03vw, 50px);
  letter-spacing: 0.05em;
}
.o-heading .__small {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.o-heading .__large {
  font-size: clamp(35px, 25.482px + 2.538vw, 60px);
  letter-spacing: 0.05em;
  line-height: 1.07;
}
.o-heading .__small + .__large {
  margin-top: 0.3em;
}

.o-lead {
  font-size: clamp(16px, 14.343px + 0.442vw, 20px);
  letter-spacing: 0.2em;
  margin-top: 2em;
}

.o-page-heading {
  font-size: clamp(16px, 14.343px + 0.442vw, 20px);
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  position: relative;
}
.o-page-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to left, #fff, #fff 12%, #c9cacc, #000 88%, #000);
  height: 1px;
  width: 100%;
}

.o-page-heading--white {
  color: #fff;
}
.o-page-heading--white::after {
  background-image: linear-gradient(to left, transparent, transparent 12%, #c9cacc, #fff 88%, #fff);
}

.o-require {
  color: #ea1616;
}

.c-biz-banner {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 30px;
}
.c-biz-banner:last-child {
  margin-bottom: 0;
}
.c-biz-banner .__text {
  position: absolute;
  bottom: 7.5%;
  left: 6.25%;
  max-width: 426px;
  width: 67%;
}
.c-biz-banner .__image {
  transition: transform 0.5s;
}
.c-biz-banner:hover .__image {
  transform: scale(1.05);
}

@media all and (min-width: 640px) {
  .c-biz-banner {
    margin: 0 0 160px;
  }
}
.c-box {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding: 20px;
  word-break: keep-all;
  word-wrap: break-word;
}
.c-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  /* ボーダーの太さ */
  background: linear-gradient(-60deg, #545252 0%, #f0f0f0 30%, #6f6f6f 40%, #4e4e4e 50%, #767676 60%, #dedede 70%, #565656 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  transition: 0.3s;
}

@media all and (min-width: 640px) {
  .c-box {
    padding: 40px;
  }
}
.c-header-navi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header-navi li {
  margin-right: 25px;
}
.c-header-navi li:last-child {
  margin-right: 0;
}

dl.c-list {
  display: grid;
  grid-template-columns: minmax(122px, 17%) 1fr;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
dl.c-list dt {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
dl.c-list dd {
  font-size: 13px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}

@media all and (min-width: 640px) {
  dl.c-list {
    margin-top: 50px;
  }
  dl.c-list dt {
    font-size: 15px;
  }
  dl.c-list dd {
    font-size: 14px;
  }
}
.c-top-service {
  margin-bottom: 40px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.c-top-service:last-child {
  margin-bottom: 0;
}
.c-top-service .__title {
  color: #c9cacc;
  font-size: clamp(16px, 13.335px + 0.711vw, 23px);
  letter-spacing: 0.2em;
  position: relative;
}
.c-top-service .__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to right, #c9cacc, #c9cacc, #000000);
  height: 1px;
  width: 100%;
  max-width: 600px;
}
.c-top-service .__desc {
  color: #98999b;
  font-size: 13px;
  letter-spacing: 0.2em;
  max-width: 604px;
  margin-top: 0.5em;
}

@media all and (min-width: 640px) {
  .c-top-service {
    width: 67%;
    max-width: 634px;
  }
  .c-top-service:nth-child(1) .c-top-service__inner {
    transform: translateX(0%);
  }
  .c-top-service:nth-child(2) .c-top-service__inner {
    transform: translateX(5%);
  }
  .c-top-service:nth-child(3) .c-top-service__inner {
    transform: translateX(10%);
  }
  .c-top-service:nth-child(4) .c-top-service__inner {
    transform: translateX(15%);
  }
  .c-top-service:nth-child(5) .c-top-service__inner {
    transform: translateX(20%);
  }
  .c-top-service:nth-child(6) .c-top-service__inner {
    transform: translateX(25%);
  }
}
@media all and (min-width: 1024px) {
  .c-top-service {
    margin-bottom: 50px;
    width: 52.8333333333%;
  }
  .c-top-service:nth-child(1) .c-top-service__inner {
    transform: translateX(0%);
  }
  .c-top-service:nth-child(2) .c-top-service__inner {
    transform: translateX(9.5%);
  }
  .c-top-service:nth-child(3) .c-top-service__inner {
    transform: translateX(19%);
  }
  .c-top-service:nth-child(4) .c-top-service__inner {
    transform: translateX(28.5%);
  }
  .c-top-service:nth-child(5) .c-top-service__inner {
    transform: translateX(38%);
  }
  .c-top-service:nth-child(6) .c-top-service__inner {
    transform: translateX(47.5%);
  }
  .c-top-service .__desc {
    font-size: 14px;
  }
}
.c-topics-article {
  position: relative;
  display: block;
  margin-top: 24px;
  padding-bottom: 20px;
}
.c-topics-article .__time {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.c-topics-article .__title {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-right: 14px;
}
.c-topics-article .__arrow {
  position: absolute;
  right: 0;
  bottom: 26px;
  width: 7px;
  height: 13px;
}
.c-topics-article::before, .c-topics-article::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  transition: width 0.3s ease-in-out;
}
.c-topics-article::before {
  width: 100%;
  background: #ccc;
}
.c-topics-article::after {
  width: 0;
  background: #333;
}
.c-topics-article:hover::after {
  width: 100%;
}

.t-archive-topics {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.t-archive-topics .c-topics-article {
  margin-top: 34px;
}

@media all and (min-width: 640px) {
  .t-archive-topics {
    margin-top: 80px;
  }
}
.t-company-access {
  margin-top: 50px;
}

@media all and (min-width: 640px) {
  .t-company-access {
    margin-top: 100px;
  }
}
.t-company-access__bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  max-height: 576px;
}
.t-company-access__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.t-company-access__layout .__address {
  font-size: 14px;
}
.t-company-access__layout .__detail {
  font-size: 16px;
}
.t-company-access__layout .__detail li {
  margin: 0.3em 0;
}
.t-company-access__layout .__detail li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: currentColor;
  display: inline-block;
  margin-right: 1em;
}
.t-company-access__layout .__map {
  padding-top: 30px;
}
.t-company-access__layout .__map iframe {
  max-width: 100%;
}

@media all and (min-width: 1024px) {
  .t-company-access__layout {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .t-company-access__layout .__map {
    padding-top: 0;
    padding-left: 50px;
  }
}
.t-company-aisatsu {
  position: relative;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
.t-company-aisatsu p {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media all and (min-width: 640px) {
  .t-company-aisatsu p {
    margin-top: 50px;
  }
}
.t-company-aisatsu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-company-aisatsu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-company-aisatsu__sign {
  width: 50%;
  max-width: 226px;
  margin-right: 0;
  margin-left: auto;
}

.t-company-first {
  position: relative;
  padding-top: 40px;
  padding-bottom: 65px;
}

@media all and (min-width: 640px) {
  .t-company-first {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.t-company-first__layout {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

@media all and (min-width: 1024px) {
  .t-company-first__layout {
    margin-top: 80px;
    display: grid;
    margin-left: calc(50% - 50vw);
    grid-template-columns: 1fr 600px;
  }
}
.t-company-first__visual {
  padding-top: 55px;
}
.t-company-first__visual img {
  width: 94.7916666667%;
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 1024px) {
  .t-company-first__visual {
    order: -1;
    padding-top: 110px;
  }
}
.t-company-first__text .__title {
  font-size: clamp(28px, 23.028px + 1.326vw, 40px);
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}
.t-company-first__text .__lead {
  font-size: clamp(16px, 14.343px + 0.442vw, 20px);
  margin-bottom: 2em;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.t-company-first__text .__desc {
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.05em;
}

@media not all and (min-width: 640px) {
  .t-company-first__text .__lead br {
    display: none;
  }
}
.t-company-first__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48.4375vh;
}
.t-company-first__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.t-contact-form {
  margin-top: 20px;
  background: #e9eaec;
  padding: 30px 15px;
}
.t-contact-form input[type=text],
.t-contact-form input[type=tel],
.t-contact-form input[type=email] {
  width: 100%;
  padding: 0.5em;
}
.t-contact-form textarea {
  width: 100%;
  resize: none;
  padding: 0.5em;
}
.t-contact-form label {
  display: block;
  font-size: 13px;
  margin-bottom: 0.5em;
}
.t-contact-form .o-button {
  margin-top: 10px;
  position: relative;
}
.t-contact-form .o-button input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  border-radius: 999px;
}

.t-contact-form__inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 20px;
}

@media all and (min-width: 640px) {
  .t-contact-form {
    padding: 60px 15px;
  }
  .t-contact-form .o-button {
    margin-top: 30px;
  }

  .t-contact-form__inner {
    gap: 30px;
  }
}
.confirm_only {
  display: none;
}

.mw_wp_form_confirm .confirm_only {
  display: initial;
}

.mw_wp_form_confirm .__input {
  background: #ccc;
  min-height: 45px;
  padding: 0.5em;
  word-break: break-all;
}

.t-single-article {
  padding-top: 60px;
  padding-bottom: 150px;
}

@media all and (min-width: 640px) {
  .t-single-article {
    padding-top: 60px;
    padding-bottom: 300px;
  }
}
.t-single-article__head {
  position: relative;
}
.t-single-article__head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to left, #fff, #fff 12%, #c9cacc, #000 88%, #000);
  height: 1px;
  width: 100%;
}
.t-single-article__head .__time {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.t-single-article__head .__title {
  font-size: clamp(16px, 14.343px + 0.442vw, 20px);
  letter-spacing: 0.05em;
  padding-bottom: 0.2em;
  font-weight: 500;
}

.t-single-article__body {
  padding-top: 20px;
}
.t-single-article__body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.t-single-article__body p + p {
  margin-top: 1em;
}
.t-single-article__body .wp-block-image {
  margin: 40px 0;
}
.t-single-article__body a {
  text-decoration: underline;
}

@media all and (min-width: 640px) {
  .t-single-article__body {
    padding-top: 40px;
  }
}
.t-single-article__foot {
  margin-top: 60px;
}
.t-single-article__foot .__button {
  font-size: 13px;
  width: 180px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.t-top-about {
  position: relative;
  height: auto;
  padding-bottom: 67%;
  padding-top: 11.4583333333%;
}

@media all and (min-width: 640px) {
  .t-top-about {
    height: 100vh;
    max-height: 100vw;
    padding-bottom: 0;
  }
}
.t-top-about__bg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 121.3793103448%;
  z-index: -1;
}
.t-top-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-top-about__visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  overflow: hidden;
}
.t-top-about__visual img {
  transform: translateX(12%);
}

@media all and (min-width: 640px) {
  .t-top-about__visual {
    width: 43.75%;
  }
  .t-top-about__visual img {
    transform: translateX(0);
  }
}
@media all and (min-width: 1024px) {
  .t-top-about__visual {
    right: 5%;
    top: 50%;
    margin-top: -30%;
    bottom: auto;
  }
}
.t-top-about__text {
  position: relative;
  z-index: 1;
}
.t-top-about__text .__button {
  width: 180px;
  height: 50px;
  margin-top: 60px;
  font-size: 13px;
}

@media all and (min-width: 640px) {
  .t-top-about__text .__button {
    margin-top: 80px;
  }
}
.t-top-biz {
  position: relative;
  min-height: 100vh;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

.t-top-biz__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.t-top-biz__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.t-top-biz__bg img.is-active {
  opacity: 1;
}
.t-top-biz__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

@media all and (min-width: 640px) {
  .t-top-biz__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.t-top-biz__visual {
  padding: 0 15px 50vh;
}

@media all and (min-width: 640px) {
  .t-top-biz__visual {
    padding: 50vh 0;
  }
}
.t-top-biz__text {
  position: relative;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.t-top-biz__text .__desc {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 1.5em;
}
.t-top-biz__text .__vertical {
  font-size: 16px;
  margin-top: 1.5em;
  letter-spacing: 0.2em;
  text-align: center;
}

@media all and (min-width: 640px) {
  .t-top-biz__text {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .t-top-biz__text .__vertical {
    font-size: 18px;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    letter-spacing: 1em;
    text-align: left;
  }
}
.t-top-contact {
  position: relative;
  color: #c9cacc;
  text-align: center;
}
.t-top-contact .__button {
  color: #c9cacc;
  font-size: 11px;
  width: 250px;
  height: 60px;
}

.t-top-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-top-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-top-contact__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  min-height: 520px;
  padding: 100px 0 120px;
}
.t-top-contact__content .__lead {
  font-size: 13px;
  letter-spacing: 0.2em;
  margin-top: 1.4em;
  margin-bottom: 4.4em;
}

.t-top-fv {
  position: relative;
  height: 100vh;
}

.t-top-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.t-top-fv__bg img {
  width: 100%;
  height: 205.2083333333%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.t-top-fv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.t-top-service {
  background: #000;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 22.6666666667%;
  padding-bottom: 212px;
}
.t-top-service .o-heading {
  text-align: center;
  background: linear-gradient(to right, #535354, #c9cacc, #535354);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 22.6666666667%;
}
.t-top-service .o-heading .__small {
  margin-bottom: 0.5em;
}

.t-top-service__bg {
  position: absolute;
  top: 0;
  right: -15%;
  width: 140%;
  max-width: 640px;
}

.t-top-service__visual {
  position: absolute;
  left: -38%;
  bottom: 15px;
  width: 94%;
  max-width: 480px;
  opacity: 0.4;
}

@media all and (min-width: 640px) {
  .t-top-service {
    padding-top: 170px;
    padding-bottom: 250px;
  }
  .t-top-service .o-heading {
    padding-bottom: 100px;
  }

  .t-top-service__bg {
    top: 23%;
    right: 1%;
    width: 70.2083333333%;
    max-width: 1348px;
  }

  .t-top-service__visual {
    left: -14%;
    bottom: 35px;
    width: 50%;
    max-width: 717px;
    opacity: 1;
  }
}
@media all and (min-width: 1024px) {
  .t-top-service__visual {
    left: 0;
    bottom: 240px;
    width: 37.34375%;
  }
}
.t-top-topics {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 150px;
}

@media all and (min-width: 640px) {
  .t-top-topics {
    padding-top: 180px;
    padding-bottom: 300px;
  }
}
.t-top-topics__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: -1px;
  z-index: -2;
  background: #e9eaec;
}
.t-top-topics__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 640px) {
  .t-top-topics__bg {
    width: 200%;
  }
  .t-top-topics__bg img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media all and (min-width: 640px) {
  .t-top-topics__layout {
    display: grid;
    grid-template-columns: 236px 1fr;
  }
}
.t-top-topics__head {
  margin-bottom: 40px;
}
.t-top-topics__head .__button {
  font-size: 11px;
  width: 140px;
  height: 40px;
  margin-top: 20px;
}

@media all and (min-width: 640px) {
  .t-top-topics__head .__button {
    margin-top: 30px;
  }
}
.g-breadcrumb {
  padding: 8px 0;
  line-height: 1.5;
}
.g-breadcrumb ol li {
  display: inline-block;
  font-size: 11px;
  color: #aaa;
}
.g-breadcrumb ol li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin-left: 1em;
  margin-right: 1em;
  color: #333;
}
.g-breadcrumb ol li a {
  color: #333;
}

.g-footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
  color: #c9cacc;
}
.g-footer a {
  color: #c9cacc;
}
.g-footer a:hover {
  color: #fff;
}

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

.g-footer__copy {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: right;
  align-self: flex-end;
}

.g-footer__nav {
  justify-self: center;
  margin-top: 24px;
}
.g-footer__nav ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 5em;
       column-gap: 5em;
  row-gap: 1em;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.g-footer__address {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.g-footer__sns {
  text-align: right;
  line-height: 1;
  margin-bottom: 20px;
}
.g-footer__sns a {
  display: inline-block;
  margin-left: 20px;
}

.g-footer__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media all and (min-width: 640px) {
  .g-footer__nav {
    justify-self: flex-end;
  }
}
@media all and (min-width: 1024px) {
  .g-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .g-footer__layout {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 45px;
  }

  .g-footer__nav {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.g-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  background-color: transparent;
  box-shadow: none;
  transition: 0.3s;
}
.is-naviOpened .g-header {
  box-shadow: none;
}

body:not(.is-top) .g-header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.g-header__inner {
  width: calc(100% - 30px);
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) {
  .g-header__inner {
    width: calc(100% - 80px);
  }
}
.g-header__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.g-header__layout-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  max-width: 70%;
}

.g-header__layout-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.g-header__layout-right .c-header-navi {
  margin-right: 40px;
}

.g-header__navi {
  margin-right: 40px;
}
.g-header__navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.g-header__navi ul li {
  margin-right: 40px;
}
.g-header__navi ul li:last-child {
  margin-right: 0;
}
.g-header__navi ul li a {
  transition: opacity, color 0.3s;
  color: #333333;
  text-decoration: none;
}

.g-menu {
  z-index: 9;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 80px;
  background-color: #fff;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-naviOpened .g-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.g-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.g-menu__navi {
  width: 100%;
  margin-bottom: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.g-menu__navi ul {
  display: block;
}
.g-menu__navi ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.g-menu__navi ul li:last-child {
  margin-bottom: 0;
}
.g-menu__navi ul li a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #333;
  text-decoration: none;
  font-size: 20px;
}

.g-page-body {
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
}
.g-page-body h2 {
  font-size: clamp(16px, 14.343px + 0.442vw, 20px);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 2em;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  position: relative;
}
.g-page-body h2:first-child {
  margin-top: 0;
}
.g-page-body h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to left, #fff, #fff 12%, #c9cacc, #000 88%, #000);
  height: 1px;
  width: 100%;
}
.g-page-body p {
  font-size: 15px;
  line-height: 1.67;
  margin-bottom: 1em;
}
.g-page-body p:last-child {
  margin-bottom: 0;
}
.g-page-body .o-button {
  font-size: 13px;
  width: 180px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 640px) {
  .g-page-body {
    padding-top: 100px;
    padding-bottom: 300px;
  }
}
.g-page-header {
  position: relative;
  overflow: hidden;
}

.company .g-page-header {
  overflow: visible;
}

.g-page-header__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.g-page-header__bg img {
  width: 100%;
  height: 127.2916666667vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.g-page-header__title {
  height: calc(100px + 16.6666666667vw);
  max-height: 300px;
  padding-top: clamp(100px, 79.282px + 5.525vw, 150px);
}
.g-page-header__title .__layout {
  display: flex;
  align-items: center;
  position: relative;
}
.g-page-header__title .__layout::before {
  position: absolute;
  right: calc(100% + 7px);
  top: 50%;
  width: 300px;
  content: "";
  background: #333;
  height: 1px;
}
.g-page-header__title .__ja {
  font-size: clamp(20px, 14.199px + 1.547vw, 34px);
  letter-spacing: 0.05em;
}
.g-page-header__title .__en {
  font-size: clamp(11px, 8.928px + 0.552vw, 16px);
  letter-spacing: 0.05em;
  margin-left: 0.5em;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media all and (min-width: 640px) {
  .g-page-header__title .__layout::before {
    right: calc(100% + 20px);
  }
}
@media all and (min-width: 1280px) {
  .g-page-header__title .__layout::before {
    right: calc(100% + 60px);
  }
}
.g-page-header__visual {
  height: 33vw;
  max-height: 260px;
}
.g-page-header__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-pagination {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.g-pagination ul {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-pagination ul li {
  padding: 0 0.3em;
}
.g-pagination ul li .page-numbers {
  display: inline-block;
  padding: 0 0.3em;
}
.g-pagination ul li .page-numbers.next, .g-pagination ul li .page-numbers.prev {
  padding: 0;
}
.g-pagination ul li .page-numbers.dots {
  padding-bottom: 0.5em;
}
.g-pagination .__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.56em;
  height: 1.56em;
  border-radius: 50%;
  border: 1px solid currentColor;
}
.g-pagination .__arrow svg {
  width: 0.22em;
}
.g-pagination .prev .__arrow {
  transform: rotate(180deg);
}

@media all and (min-width: 640px) {
  .g-pagination {
    font-size: 18px;
  }
  .g-pagination ul {
    margin-top: 110px;
  }
  .g-pagination ul li {
    padding: 0 0.5em;
  }
  .g-pagination ul li .page-numbers {
    padding: 0 0.5em;
  }
}
body.p-top .l-header-spacer {
  height: 0;
}
body.p-top.is-top .g-header {
  background-color: transparent;
}
body.p-top.is-top .g-header .g-header__navi ul li a {
  color: #ffffff;
}
body.p-top.is-top .g-header .o-naviButton span {
  background-color: #ffffff;
}
body.p-top.is-top.is-naviOpened .g-header {
  background-color: transparent;
}
body.p-top.is-top.is-naviOpened .g-header .g-header__navi ul li a {
  color: #333;
}
body.p-top.is-top.is-naviOpened .g-header .o-naviButton span {
  background-color: #333;
}

.font-ja {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-en {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.mb-50 {
  margin-bottom: 25px;
}

@media all and (min-width: 640px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}
.mt-50 {
  margin-top: 25px;
}

@media all and (min-width: 640px) {
  .mt-50 {
    margin-top: 50px;
  }
}
.text-small {
  font-size: 75%;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .sp {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .tab {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media not all and (min-width: 640px) {
  .pc-tab {
    display: none !important;
  }
  .tab-pc {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .sp-tab {
    display: none !important;
  }
  .tab-sp {
    display: none !important;
  }
}

.svgload {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 0;
  padding: 0;
  margin: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.contents{
  display: contents;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

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