@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: unset;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-size: calc(62.5% * var(--text-scale));
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #292927;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}
body.is-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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 {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  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 {
  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 {
  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;
  scroll-snap-stop: always;
}

.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;
  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%;
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

.l-footer {
  position: relative;
  overflow: hidden;
}
.l-footer--top .l-footer__inner {
  background: #eef0f2;
}
.l-footer--02 {
  background: #eef0f2;
}
.l-footer__wrap {
  width: 87vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: #fff;
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 1400px) {
  .l-footer__wrap {
    max-width: 1266px;
  }
}
@media screen and (max-width: 1400px) {
  .l-footer__wrap {
    width: 100%;
    max-width: unset;
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__wrap {
    grid-template-columns: 1fr;
    padding-right: 0;
    border-radius: 35px 35px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    border-radius: 0;
  }
}
.l-footer__info {
  background: #292927;
  height: 100%;
  color: #fff;
  padding: 80px 0 0 80px;
  border-radius: 80px 0 0 0;
  position: relative;
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-footer__info {
    grid-template-rows: auto 1fr auto;
  }
}
.l-footer__info::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #292927;
}
@media screen and (max-width: 1399px) {
  .l-footer__info {
    padding: 60px 0 0 65px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__info {
    grid-row: 2;
    padding: 75px 50px 0;
    border-radius: 35px 35px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    padding: 0;
    border-radius: 0;
  }
}
.l-footer__box {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__box {
    grid-template-columns: 1fr;
    padding: 50px 30px 30px;
  }
}

.l-footer-logo {
  margin-left: 133px;
  margin-right: 100px;
  padding: 92px 0;
  transition: opacity 0.3s ease;
}
.l-footer-logo:focus {
  opacity: 0.7;
}
@-moz-document url-prefix() {
  .l-footer-logo:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1450px) {
  .l-footer-logo {
    margin-left: 125px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1260px) {
  .l-footer-logo {
    margin: 0;
    padding: 55px 80px;
  }
}
@media screen and (max-width: 1060px) {
  .l-footer-logo {
    margin: 0;
    padding: 55px 50px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-logo {
    grid-row: 1;
    text-align: center;
    padding: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .l-footer-logo img {
    width: 150px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-logo img {
    width: 120px;
  }
}

@media screen and (max-width: 1260px) {
  .l-footer-nav {
    font-size: 1.4rem;
  }
}
.l-footer-nav__list {
  display: flex;
  align-items: center;
  gap: 20px 40px;
  margin-bottom: 47px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__list {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
.l-footer-nav__list a {
  transition: opacity 0.3s ease;
}
.l-footer-nav__list a:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .l-footer-nav__list a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__list a:hover {
    opacity: 0.6;
  }
}
.l-footer-nav__list--02 {
  font-size: 1.4rem;
  gap: 20px 32px;
  margin-bottom: 20px;
}
.l-footer-nav__small {
  margin-top: 20px;
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__small {
    margin-top: 35px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .l-footer-cta {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }
}
.l-footer-cta__btn a,
.l-footer-cta__btn div {
  border: 1px solid #fff;
  border-radius: 100vh;
  width: 238px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  transition: color 0.3s ease, background 0.3s ease;
}
.l-footer-cta__btn a:focus,
.l-footer-cta__btn div:focus {
  background: #fff;
  color: #292927;
}
@-moz-document url-prefix() {
  .l-footer-cta__btn a:hover,
.l-footer-cta__btn div:hover {
    background: #fff;
    color: #292927;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-cta__btn a:hover,
.l-footer-cta__btn div:hover {
    background: #fff;
    color: #292927;
  }
}
@media screen and (max-width: 1260px) {
  .l-footer-cta__btn a,
.l-footer-cta__btn div {
    width: 218px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-cta__btn a,
.l-footer-cta__btn div {
    height: 55px;
    font-size: 1.4rem;
  }
}

.l-footer-banner {
  background: #fff;
  margin-top: 50px;
  border-radius: 18px 0 0 0;
  padding: 21px 42px;
  display: flex;
  align-items: center;
  column-gap: 42px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-footer-banner {
    grid-row: 3;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-banner {
    justify-content: center;
    border-radius: 0;
    column-gap: 28px;
    padding: 20px;
    margin-top: 0;
  }
}
.l-footer-banner::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.l-footer-banner__item {
  transition: opacity 0.3s ease;
}
.l-footer-banner__item:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .l-footer-banner__item:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-banner__item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-banner__item img {
    width: auto;
    height: 27px;
  }
}

.l-footer-access {
  position: relative;
  z-index: 0;
}
.l-footer-access__outer {
  background: #eef0f2;
  position: relative;
}
.l-footer-access__inner {
  padding: 60px 0;
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .l-footer-access__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-access__inner {
    padding: 40px 0 20px;
  }
}
.l-footer-access .c-ttl01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer-access .c-ttl01 {
    margin-bottom: 0px;
  }
}
.l-footer-access__dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .l-footer-access__dl {
    grid-template-columns: 1fr;
  }
}
.l-footer-access__dl dl {
  display: grid;
}
@media screen and (min-width: 1101px) {
  .l-footer-access__dl dl {
    grid-template-rows: auto 1fr auto;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer-access__dl dl:last-of-type .l-footer-access__row {
    grid-template-columns: 105px 1fr;
  }
}
.l-footer-access__row {
  display: grid;
  grid-template-columns: 125px 1fr;
  padding: 23px 0;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer-access__row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    font-size: 1.4rem;
  }
}
.l-footer-access__row dt {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer-access__row dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-access__dl dl:last-of-type .l-footer-access__row:last-of-type {
    border-bottom: none;
  }
}
.l-footer-access__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  margin-top: 12px;
}
.l-footer-access__link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/icon-accesspin.png) no-repeat center center/contain;
  flex-shrink: 0;
  margin-top: 1px;
}
.l-footer-access__link:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .l-footer-access__link:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-access__link:hover {
    text-decoration: none;
  }
}
.l-footer-access__tel {
  margin-top: 15px;
  display: flex;
  column-gap: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-footer-access__tel {
    flex-direction: column;
    margin-top: 8px;
  }
}
.l-footer-access__tel p {
  font-size: 1.4rem;
  font-weight: 500;
}
.l-footer-access__tel span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer-access__tel span {
    font-size: 1.8rem;
  }
}

.l-header {
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__inner {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 110px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    height: 75px;
  }
}
.l-header__box {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .l-header__box {
    width: calc(100% - 150px);
  }
}

.l-header-logo {
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .l-header-logo {
    padding-left: 20px;
  }
}
.l-header-logo__img {
  transition: opacity 0.3s ease;
}
.l-header-logo__img:focus {
  opacity: 0.7;
}
@-moz-document url-prefix() {
  .l-header-logo__img:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-logo__img:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .l-header-logo__img {
    width: 80px;
  }
}

.l-header-btn {
  position: relative;
  z-index: 100;
  width: 65px;
  height: 65px;
  user-select: none;
  appearance: none;
}
@media screen and (min-width: 961px) {
  .l-header-btn {
    display: none;
  }
}
.l-header-btn__border {
  width: 35px;
  height: 2px;
  background: #292927;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  transition: top 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.l-header-btn__border:first-of-type {
  top: 17px;
}
.l-header-btn__border:nth-of-type(2) {
  top: 24px;
}
.l-header-btn__border:nth-of-type(3) {
  top: 31px;
}
.l-header-btn__txt {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
}
.l-header-btn.is-show .l-header-btn__border:first-of-type {
  top: 24px;
  transform: rotate(25deg);
}
.l-header-btn.is-show .l-header-btn__border:nth-of-type(2) {
  opacity: 0;
}
.l-header-btn.is-show .l-header-btn__border:nth-of-type(3) {
  top: 24px;
  transform: rotate(-25deg);
}

.l-header-nav {
  display: flex;
  align-items: center;
  user-select: none;
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
}
.l-header-nav__list a {
  display: block;
  height: 80px;
  padding: 0 18px;
  display: flex;
  align-items: center;
}
.l-header-nav__list a:focus span::after {
  transform: scale(1, 1);
}
@-moz-document url-prefix() {
  .l-header-nav__list a:hover span::after {
    transform: scale(1, 1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__list a:hover span::after {
    transform: scale(1, 1);
  }
}
.l-header-nav__list span {
  position: relative;
}
.l-header-nav__list span::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #292927;
  position: absolute;
  left: 0;
  bottom: -13px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.l-header-nav__btn a,
.l-header-nav__btn div {
  border-radius: 100vh;
  padding: 9px 22px 10px;
  transition: color 0.3s ease, background 0.3s ease;
  white-space: nowrap;
}
.l-header-nav__btn--01 a,
.l-header-nav__btn--01 div {
  border: 1px solid #292927;
  margin-left: 20px;
}
.l-header-nav__btn--01 a:focus,
.l-header-nav__btn--01 div:focus {
  background: #292927;
  color: #fff;
}
@-moz-document url-prefix() {
  .l-header-nav__btn--01 a:hover,
.l-header-nav__btn--01 div:hover {
    background: #292927;
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__btn--01 a:hover,
.l-header-nav__btn--01 div:hover {
    background: #292927;
    color: #fff;
  }
}
.l-header-nav__btn--02 a,
.l-header-nav__btn--02 div {
  color: #fff;
  background: #292927;
  border: 1px solid #292927;
  margin-left: 25px;
}
.l-header-nav__btn--02 a:focus,
.l-header-nav__btn--02 div:focus {
  background: #fff;
  color: #292927;
}
@-moz-document url-prefix() {
  .l-header-nav__btn--02 a:hover,
.l-header-nav__btn--02 div:hover {
    background: #fff;
    color: #292927;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__btn--02 a:hover,
.l-header-nav__btn--02 div:hover {
    background: #fff;
    color: #292927;
  }
}

.l-header-hum {
  position: fixed;
  left: 0;
  z-index: 10;
  top: 65px;
  width: 100%;
  background: #eef0f2;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 65px);
}
.l-header-hum__inner {
  padding: 50px;
  width: 100%;
  overflow: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header-hum__inner {
    padding: 50px 30px;
  }
}
.l-header-hum__list {
  margin-bottom: 28px;
}
.l-header-hum__item {
  margin-bottom: 10px;
  outline: none;
}
.l-header-hum__item a {
  display: block;
  padding: 22px 25px;
  background: #fff;
  font-weight: 500;
  border-radius: 5px;
  appearance: none;
  outline: none;
}
.l-header-hum__btn {
  margin-bottom: 15px;
}
.l-header-hum__btn a {
  display: block;
  border-radius: 100vh;
  padding: 22px 25px;
  background: #fff;
  border: 1px solid #292927;
  text-align: center;
}
.l-header-hum__btn--02 a {
  color: #fff;
  background: #292927;
}

.l-header-ab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #eef0f2;
  background: linear-gradient(90deg, rgba(238, 240, 242, 0) 0%, #eef0f2 59%);
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .l-header-ab {
    margin-top: 35px;
    padding-right: 0;
    justify-content: center;
  }
}
.l-header-ab__btn {
  height: 30px;
  font-size: 1.4rem;
  position: relative;
  padding-right: 69px;
  padding-left: 60px;
  transition: opacity 0.3s ease;
}
.l-header-ab__btn:focus {
  opacity: 0.7;
}
@-moz-document url-prefix() {
  .l-header-ab__btn:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-ab__btn:hover {
    opacity: 0.7;
  }
}
.l-header-ab__btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  transform: rotate(45deg);
  border-color: transparent #000000 #000000 transparent;
  position: absolute;
  right: 53px;
  top: 11px;
}
.l-header-ab__nav {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 30px;
  background: #292927;
  color: #fff;
  border-radius: 0 0 0 15px;
  padding: 14px 18px;
}
@media screen and (max-width: 960px) {
  .l-header-ab__nav {
    position: static;
    border-radius: 5px;
  }
}
.l-header-ab__box {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
}
.l-header-ab__box:first-of-type {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.l-header-ab__fs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 6px;
}
.l-header-ab__fs button {
  appearance: none;
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
  padding: 4px 10px;
  border-radius: 1px;
  transition: opacity 0.3s ease;
}
.l-header-ab__fs button:focus {
  opacity: 0.7;
}
@-moz-document url-prefix() {
  .l-header-ab__fs button:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-ab__fs button:hover {
    opacity: 0.7;
  }
}
.l-header-ab__fs button.is-current {
  opacity: 1;
  pointer-events: none;
}
.l-header-ab__fs li:nth-of-type(2) {
  font-weight: 500;
}
.l-header-ab__fs li:nth-of-type(3) {
  font-weight: bold;
}
.l-header-ab__color {
  display: flex;
  justify-content: center;
  column-gap: 17px;
}
.l-header-ab__color button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: opacity 0.3s ease;
}
.l-header-ab__color button:focus {
  opacity: 0.7;
}
@-moz-document url-prefix() {
  .l-header-ab__color button:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-ab__color button:hover {
    opacity: 0.7;
  }
}
.l-header-ab__color button.is-current {
  opacity: 1;
  pointer-events: none;
}
.l-header-ab__color li {
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.l-header-ab__color li:nth-of-type(1) {
  background: #fff;
  color: #000;
}
.l-header-ab__color li:nth-of-type(2) {
  background: #000000;
}
.l-header-ab__color li:nth-of-type(3) {
  background: #0000ff;
}

.l-main {
  position: relative;
  padding-top: 110px;
}
@media screen and (max-width: 960px) {
  .l-main {
    padding-top: 75px;
  }
}

.l-fv {
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-fv {
    padding-bottom: 60px;
  }
}
.l-fv__inner {
  overflow: hidden;
  position: relative;
  width: 87vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .l-fv__inner {
    max-width: 1266px;
  }
}
.l-fv__bg {
  position: absolute;
  left: 0;
  top: -142px;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .l-fv__bg {
    top: -70px;
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__bg {
    width: 300px;
  }
}
.l-fv__wrap {
  width: 87vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  width: 87vw;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .l-fv__wrap {
    max-width: 1266px;
  }
}
@media screen and (max-width: 1550px) {
  .l-fv__wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1399px) {
  .l-fv__wrap {
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .l-fv__wrap {
    display: flex;
    flex-direction: column;
    column-gap: 40px;
    padding: 60px 0;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-fv__wrap {
    padding: 40px 0;
  }
}
.l-fv__cp {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  margin-bottom: 35px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .l-fv__cp {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}
.l-fv__ttl {
  font-weight: bold;
  line-height: 1.7;
  padding-left: 33px;
  margin-bottom: 12px;
}
@media screen and (max-width: 960px) {
  .l-fv__ttl {
    padding-left: 0;
  }
}
.l-fv__open {
  padding-left: 33px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e50014;
  text-decoration: underline;
  margin-bottom: 73px;
}
@media screen and (max-width: 960px) {
  .l-fv__open {
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-fv__logo img {
    width: 120px;
  }
}

.l-fv-slider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 1551px) {
  .l-fv-slider {
    height: 100%;
  }
}
@media screen and (max-width: 1550px) {
  .l-fv-slider {
    width: 57vw;
    max-width: 840px;
  }
}
@media screen and (max-width: 1399px) {
  .l-fv-slider {
    max-width: 781px;
  }
}
@media screen and (max-width: 960px) {
  .l-fv-slider {
    position: relative;
    width: 93.5%;
    max-width: unset;
    top: unset;
    bottom: 0;
    margin-left: auto;
  }
}
.l-fv-slider__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 781/520;
}
@media screen and (max-width: 960px) {
  .l-fv-slider__inner {
    aspect-ratio: 16/9;
  }
}
.l-fv-slider__dot {
  position: absolute;
  bottom: -28px !important;
  right: 50px;
  left: unset !important;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.l-fv-slider__dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: opacity 0.3s ease;
}
.l-fv-slider__dot .swiper-pagination-bullet:focus {
  opacity: 0.4;
}
@-moz-document url-prefix() {
  .l-fv-slider__dot .swiper-pagination-bullet:hover {
    opacity: 0.4;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-fv-slider__dot .swiper-pagination-bullet:hover {
    opacity: 0.4;
  }
}
.l-fv-slider__dot .swiper-pagination-bullet-active {
  background: #292927 !important;
  pointer-events: none;
  opacity: 1 !important;
}
.l-fv-slider__item {
  position: relative;
}
.l-fv-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-fv-slider__item p {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 20%, white 100%);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 28px 28px 28px 100px;
}
@media screen and (max-width: 960px) {
  .l-fv-slider__item p {
    padding: 24px 24px 24px 80px;
    font-size: 2rem;
  }
}

.l-fv-page__inner {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eef0f2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-fv-page__inner {
    height: 130px;
  }
}
.l-fv-page__inner--desanpo .l-fv-page__bg-desanpo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.l-fv-page__inner--desanpo .l-fv-page__ttl {
  position: relative;
  z-index: 1;
}
.l-fv-page__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 87vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .l-fv-page__ttl {
    max-width: 1266px;
  }
}
@media screen and (max-width: 960px) {
  .l-fv-page__ttl {
    font-size: 2.2rem;
  }
}
.l-fv-page__ttl--desanpo .l-fv-page__ttl-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.l-fv-page__ttl--desanpo .l-fv-page__ttl-logo {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  margin: 0 auto;
}

.c-btn01 {
  position: relative;
}
.c-btn01--center {
  text-align: center;
}
.c-btn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 21px 35px 22px;
  min-width: 240px;
  border: 1px solid #292927;
  background: #fff;
  border-radius: 100vh;
  transition: color 0.3s ease, background 0.3s ease;
}
.c-btn01 a:focus {
  background: #292927;
  color: #fff;
}
@-moz-document url-prefix() {
  .c-btn01 a:hover {
    background: #292927;
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01 a:hover {
    background: #292927;
    color: #fff;
  }
}
@media screen and (max-width: 499px) {
  .c-btn01 a {
    width: 100%;
    padding: 17px 25px 18px;
  }
}
.c-btn01--color02 a {
  background: #292927;
  color: #fff;
}
.c-btn01--color02 a:focus {
  background: #fff;
  color: #292927;
}
@-moz-document url-prefix() {
  .c-btn01--color02 a:hover {
    background: #fff;
    color: #292927;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn01--color02 a:hover {
    background: #fff;
    color: #292927;
  }
}
.c-btn01--icon a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.c-ttl01 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .c-ttl01 {
    font-size: 2rem;
  }
}
.c-ttl01__span01 {
  text-decoration: underline;
  font-weight: bold;
}
.c-ttl01--center {
  text-align: center;
}

.c-bread {
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .c-bread {
    padding-bottom: 5px;
  }
}
.c-bread__list {
  line-height: 1.4;
  width: 87vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .c-bread__list {
    max-width: 1266px;
  }
}
.c-bread__list a {
  font-size: 1.4rem;
  position: relative;
  padding-right: 17px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-bread__list a {
    font-size: 1.2rem;
  }
}
.c-bread__list a:focus {
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .c-bread__list a:hover {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bread__list a:hover {
    text-decoration: underline;
  }
}
.c-bread__list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}
.c-bread__list span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-bread__list span {
    font-size: 1.2rem;
  }
}

.c-txt01 {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-txt01 {
    font-size: 1.4rem;
  }
}

.c-form__label,
.c-form-confirm__label {
  display: flex;
  align-items: center;
  display: inline-flex;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.67;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-form__label,
.c-form-confirm__label {
    font-size: 1.6rem;
  }
}
.c-form__label.is-require,
.c-form-confirm__label.is-require {
  position: relative;
}
.c-form__label.is-require::after,
.c-form-confirm__label.is-require::after {
  content: "必須";
  padding: 1px 7px;
  background: #e50014;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 14px;
  position: relative;
  z-index: 1;
  margin-top: 4px;
}
.c-form__row,
.c-form-confirm__row {
  margin-bottom: 30px;
}
.c-form__row--text .c-form__box, .c-form__row--multi .c-form__box,
.c-form-confirm__row--text .c-form__box,
.c-form-confirm__row--multi .c-form__box {
  display: grid;
  grid-template-columns: 275px 1fr;
}
@media screen and (max-width: 768px) {
  .c-form__row--text .c-form__box, .c-form__row--multi .c-form__box,
.c-form-confirm__row--text .c-form__box,
.c-form-confirm__row--multi .c-form__box {
    grid-template-columns: 1fr;
  }
}
.c-form__row--multi .c-form__label,
.c-form-confirm__row--multi .c-form__label {
  align-items: flex-start;
}
.c-form__row--textarea,
.c-form-confirm__row--textarea {
  padding-bottom: 32px;
  border-bottom: 1px solid #d0d0d0;
}
.c-form__input,
.c-form-confirm__input {
  display: block;
}
.c-form__input .wpcf7-form-control-wrap,
.c-form__input input,
.c-form-confirm__input .wpcf7-form-control-wrap,
.c-form-confirm__input input {
  display: block;
}
.c-form__input input,
.c-form__input textarea,
.c-form-confirm__input input,
.c-form-confirm__input textarea {
  width: 100%;
  line-height: 1.8;
  background: #f9fafc;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-form__input input,
.c-form__input textarea,
.c-form-confirm__input input,
.c-form-confirm__input textarea {
    font-size: 1.4rem;
  }
}
.c-form__input input::placeholder,
.c-form__input textarea::placeholder,
.c-form-confirm__input input::placeholder,
.c-form-confirm__input textarea::placeholder {
  font-size: 1.4rem;
  color: #9d9d99;
}
@media screen and (max-width: 768px) {
  .c-form__input input::placeholder,
.c-form__input textarea::placeholder,
.c-form-confirm__input input::placeholder,
.c-form-confirm__input textarea::placeholder {
    font-size: 1.2rem;
  }
}
.c-form__input input:focus-visible,
.c-form__input textarea:focus-visible,
.c-form-confirm__input input:focus-visible,
.c-form-confirm__input textarea:focus-visible {
  outline: none !important;
  border-color: #000 !important;
  opacity: 1;
}
.c-form__input input,
.c-form-confirm__input input {
  padding: 0.8em 1.2em;
}
.c-form__input textarea,
.c-form-confirm__input textarea {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-form__input textarea,
.c-form-confirm__input textarea {
    padding: 15px 18px;
  }
}
.c-form__input--multi,
.c-form-confirm__input--multi {
  display: grid;
  gap: 12px 11px;
  position: relative;
  padding-top: 3px;
}
.c-form__input--multi .wpcf7-form-control,
.c-form-confirm__input--multi .wpcf7-form-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 15px;
}
@media screen and (max-width: 1199px) {
  .c-form__input--multi .wpcf7-form-control,
.c-form-confirm__input--multi .wpcf7-form-control {
    grid-template-columns: 1fr;
  }
}
.c-form__input--multi .wpcf7-list-item,
.c-form-confirm__input--multi .wpcf7-list-item {
  display: block;
  margin-left: 0 !important;
}
.c-form__input--multi label,
.c-form-confirm__input--multi label {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}
.c-form__input--multi input,
.c-form-confirm__input--multi input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__input--multi .wpcf7-list-item-label,
.c-form-confirm__input--multi .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  user-select: none;
}
.c-form__input--multi .wpcf7-list-item-label::before,
.c-form-confirm__input--multi .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  background: #f9fafc;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
}
.c-form__input--multi input:checked + .wpcf7-list-item-label::before,
.c-form-confirm__input--multi input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #292927;
}
.c-form__input--multi input:checked + .wpcf7-list-item-label::after,
.c-form-confirm__input--multi input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
  left: 8px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 2px solid #292927;
  border-right: 2px solid #292927;
  pointer-events: none;
}
.c-form__input--check,
.c-form-confirm__input--check {
  display: flex;
  align-items: center;
}
.c-form__check,
.c-form-confirm__check {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-form__check,
.c-form-confirm__check {
    margin-bottom: 40px;
  }
}
.c-form__check .wpcf7-list-item,
.c-form-confirm__check .wpcf7-list-item {
  margin-left: 0;
}
.c-form__check label,
.c-form-confirm__check label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-form__check label .wpcf7-list-item-label,
.c-form-confirm__check label .wpcf7-list-item-label {
  flex-shrink: 0;
}
.c-form__check a,
.c-form-confirm__check a {
  font-weight: bold;
  text-decoration: underline;
}
.c-form__check a:focus,
.c-form-confirm__check a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .c-form__check a:hover,
.c-form-confirm__check a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__check a:hover,
.c-form-confirm__check a:hover {
    text-decoration: none;
  }
}
.c-form__check input,
.c-form-confirm__check input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  appearance: none;
}
.c-form__check .wpcf7-list-item-label,
.c-form-confirm__check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0;
}
.c-form__check .wpcf7-list-item-label::before,
.c-form-confirm__check .wpcf7-list-item-label::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #f9fafc;
  border-radius: 4px;
  display: block;
  border: 1px solid #d0d0d0;
  pointer-events: none;
}
.c-form__check .wpcf7-list-item-label::after,
.c-form-confirm__check .wpcf7-list-item-label::after {
  width: 8px;
  height: 20px;
  border-bottom: 2px solid #292927;
  border-right: 2px solid #292927;
  transform: rotate(39deg);
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-form__check .wpcf7-list-item-label::after,
.c-form-confirm__check .wpcf7-list-item-label::after {
    width: 9px;
    height: 18px;
    left: 8px;
    top: 2px;
  }
}
.c-form__check input:checked + .wpcf7-list-item-label::after,
.c-form-confirm__check input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.c-form__confirm input,
.c-form-confirm__confirm input {
  color: #fff;
  border-radius: 100vh;
  background: #292927;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 26px 70px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  border: 1px solid #292927;
  transition: color 0.3s ease, background 0.3s ease;
}
.c-form__confirm input:focus,
.c-form-confirm__confirm input:focus {
  background: #fff;
  color: #292927;
}
@-moz-document url-prefix() {
  .c-form__confirm input:hover,
.c-form-confirm__confirm input:hover {
    background: #fff;
    color: #292927;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__confirm input:hover,
.c-form-confirm__confirm input:hover {
    background: #fff;
    color: #292927;
  }
}
.c-form__confirm input:disabled,
.c-form-confirm__confirm input:disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .c-form__confirm input,
.c-form-confirm__confirm input {
    font-size: 1.6rem;
    padding: 25px 45px;
  }
}
.c-form__btn,
.c-form-confirm__btn {
  display: flex;
  justify-content: center;
}
.c-form__link,
.c-form-confirm__link {
  line-height: 1.5;
  margin-left: 15px;
}
.c-form .wpcf7-not-valid-tip,
.c-form-confirm .wpcf7-not-valid-tip {
  margin-top: 10px;
  display: block;
}
.c-form .c-form-confirm,
.c-form .wpcf7-response-output,
.c-form .c-form-confirm .wpcf7-spinner,
.c-form-confirm .c-form-confirm,
.c-form-confirm .wpcf7-response-output,
.c-form-confirm .c-form-confirm .wpcf7-spinner {
  display: none;
}
.c-form__submit,
.c-form-confirm__submit {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 15px 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form__submit,
.c-form-confirm__submit {
    font-size: 1.6rem;
    flex-direction: column;
  }
}
.c-form__submit .wpcf7-submit,
.c-form-confirm__submit .wpcf7-submit {
  background: #292927;
  color: #fff;
  padding: 26px 48px;
  border-radius: 100vh;
  border: 1px solid #292927;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-form__submit .wpcf7-submit,
.c-form-confirm__submit .wpcf7-submit {
    padding: 22px;
  }
}
.c-form__submit .wpcf7-submit:focus,
.c-form-confirm__submit .wpcf7-submit:focus {
  background: #fff;
  color: #292927;
}
@-moz-document url-prefix() {
  .c-form__submit .wpcf7-submit:hover,
.c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff;
    color: #292927;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__submit .wpcf7-submit:hover,
.c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff;
    color: #292927;
  }
}
.c-form__back,
.c-form-confirm__back {
  padding: 26px 45px;
  background: #f9fafc;
  border: 1px solid #d0d0d0;
  border-radius: 100vh;
  transition: opacity 0.3s ease;
}
.c-form__back:focus,
.c-form-confirm__back:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .c-form__back:hover,
.c-form-confirm__back:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-form__back:hover,
.c-form-confirm__back:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .c-form__back,
.c-form-confirm__back {
    padding: 22px;
  }
}
.c-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip,
.c-form-confirm .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 18px;
}
.c-form .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip,
.c-form-confirm .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

@media screen and (max-width: 960px) {
  .c-form-confirm__row {
    margin-bottom: 20px;
  }
}
.c-form-confirm__row label {
  display: grid;
  grid-template-columns: 250px 1fr;
  column-gap: 30px;
  align-items: flex-start;
  cursor: auto;
}
@media screen and (max-width: 960px) {
  .c-form-confirm__row label {
    grid-template-columns: 1fr;
  }
}
.c-form-confirm__row--message {
  border-bottom: 1px dashed #d0d0d0;
  padding-bottom: 20px;
}
.c-form-confirm .c-form__label {
  padding-top: 7px;
}
@media screen and (max-width: 960px) {
  .c-form-confirm .c-form__label {
    margin-bottom: 5px;
  }
}
.c-form-confirm .c-form__input {
  background: #fff;
  padding: 1em 1.5em;
  min-height: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .c-form-confirm .c-form__input {
    padding: 1em 0;
    font-size: 1.4rem;
  }
}
.c-form-confirm .c-form__input--textarea {
  min-height: 200px;
  line-height: 1.6;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.page-numbers {
  width: 50px;
  height: 50px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  position: relative;
  border: 1px solid #292927;
  border-radius: 4px;
}
.page-numbers.next, .page-numbers.prev {
  width: 80px;
}
.page-numbers.current {
  color: #fff;
  background: #292927;
}
.page-numbers .next_text::after,
.page-numbers .prev_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.page-numbers .next_text::after {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: #292927 #292927 transparent transparent;
  right: 4px;
}
.page-numbers .prev_text::after {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: transparent transparent #292927 #292927;
  left: 4px;
}

a.page-numbers {
  transition: opacity 0.3s ease;
}
a.page-numbers:focus {
  opacity: 0.4;
}
@-moz-document url-prefix() {
  a.page-numbers:hover {
    opacity: 0.4;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.page-numbers:hover {
    opacity: 0.4;
  }
}

.c-page-num {
  color: #bab681;
  text-align: center;
}
.c-page-num span {
  margin: 0 2px;
}

.c-single h2,
.c-single h3,
.c-single h4,
.c-single h5,
.c-single h6 {
  font-weight: 500;
}
.c-single h2 + p,
.c-single h3 + p,
.c-single h4 + p,
.c-single h5 + p,
.c-single h6 + p {
  margin-top: 24px;
}
.c-single h2 {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-single h2 {
    font-size: 1.9rem;
  }
}
.c-single h3 {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 15px;
  border-left: 2px solid #292927;
}
.c-single h4 {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-single h5 {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-single h6 {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .c-single h6 {
    font-size: 1.4rem;
  }
}
.c-single p {
  margin-top: 40px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .c-single p {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
.c-single a {
  text-decoration: underline;
}
.c-single a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .c-single a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-single a:hover {
    text-decoration: none;
  }
}
.c-single ul,
.c-single ol {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .c-single ul,
.c-single ol {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.c-single ul li,
.c-single ol li {
  padding-left: 1.3em;
  position: relative;
  line-height: 1.75;
  margin: 0.6em 0;
}
.c-single ul li ul,
.c-single ol li ul {
  margin-top: 0 !important;
}
.c-single ul li ul > li::before,
.c-single ol li ul > li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  background: #8c8c8c;
  width: 6px;
  height: 1px;
}
.c-single ul li ul > li ul > li::before,
.c-single ol li ul > li ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background: #dbdbdb;
  width: 8px;
  height: 8px;
}
.c-single ul li ul > li ul > li ul > li::before,
.c-single ol li ul > li ul > li ul > li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  background: #dbdbdb;
  width: 6px;
  height: 1px;
}
.c-single ul li ol,
.c-single ol li ol {
  margin-top: 0 !important;
}
.c-single ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  border-radius: 50%;
  background: #d2d2d2;
  width: 6px;
  height: 6px;
}
.c-single ol {
  counter-increment: ol_item 0;
}
.c-single ol li {
  counter-increment: ol_item 1;
}
.c-single ol > li {
  padding-left: 42px;
}
.c-single ol > li::before {
  content: counter(ol_item);
  position: absolute;
  top: 0;
  left: 0;
  color: #292927;
  background: #eef0f2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.c-single hr {
  margin: 40px 0;
}
.c-single table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-single table {
    margin-top: 25px;
    padding-right: 5px;
    padding-bottom: 10px;
    display: block;
    white-space: nowrap;
  }
}
.c-single table td,
.c-single table th {
  padding: 9px 15px;
  border: 1px solid #656565;
  line-height: 1.67;
  vertical-align: middle;
}
.c-single table td.is-nowrap,
.c-single table th.is-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .c-single table td {
    font-size: 1.4rem;
  }
}
.c-single table th {
  font-weight: 500;
}
.c-single table thead {
  border-bottom: none;
}
.c-single table table.is-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.c-single .wp-block-image {
  margin-top: 60px;
}
.c-single .wp-block-image img {
  object-fit: cover;
  object-position: center;
}
.c-single .wp-block-file:not(.wp-element-button) {
  font-size: 1.4rem;
  margin-top: 30px;
}
.c-single .wp-block-file__button {
  margin-top: 30px;
  background: #292927;
  color: #fff;
}
.c-single .has-inline-color {
  padding: 0.2em 0.3em;
}
.c-single .c-has-background {
  margin-top: 60px;
  padding: 1.2em 1.7em;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-single .c-has-background {
    margin-top: 32px;
  }
}
.c-single .c-has-background > *:first-child {
  margin-top: 0;
}
.c-single .c-has-background * + p,
.c-single .c-has-background * + ul,
.c-single .c-has-background * + ol {
  margin-top: 20px;
}
.c-single iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.u-sp20 {
  margin-top: 20px;
}
.u-sp20 + * {
  margin-top: 0 !important;
}

.wp-block-column *:first-child {
  margin-top: 0 !important;
}

.wp-block-column *:first-child {
  margin-top: 0 !important;
}

.c-related-link__inner {
  width: 87vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .c-related-link__inner {
    max-width: 1100px;
  }
}
.c-related-link__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #292927;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .c-related-link__list {
    grid-template-columns: 1fr;
  }
}
.c-related-link__list li:not(:last-of-type) {
  position: relative;
}
.c-related-link__list li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: calc(100% - 50px);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .c-related-link__list li:not(:last-of-type)::after {
    top: unset;
    height: 1px;
    left: 0;
    width: calc(100% - 40px);
  }
}
.c-related-link__list a {
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-content: center;
  padding: 40px 30px 30px;
  color: #fff;
  height: 100%;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 960px) {
  .c-related-link__list a {
    padding: 30px 25px 25px;
  }
}
.c-related-link__list a:focus {
  opacity: 0.5;
}
@-moz-document url-prefix() {
  .c-related-link__list a:hover {
    opacity: 0.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-related-link__list a:hover {
    opacity: 0.5;
  }
}
.c-related-link__list img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .c-related-link__list img {
    margin-bottom: 15px;
  }
}
.c-related-link__list p {
  grid-row: 3;
}

.c-404 {
  text-align: center;
  padding: 120px 0;
}
.c-404 h2 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-404 h2 {
    font-size: 1.8rem;
  }
}
.c-404__btn {
  text-align: center;
}
.c-404__btn a {
  border: 1px solid #292927;
  border-radius: 100vh;
  padding: 20px 40px;
  display: inline-flex;
  transition: color 0.3s ease, background 0.3s ease;
}
.c-404__btn a:focus {
  background: #292927;
  color: #fff;
}
@-moz-document url-prefix() {
  .c-404__btn a:hover {
    background: #292927;
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-404__btn a:hover {
    background: #292927;
    color: #fff;
  }
}

.c-news-item__inner {
  display: block;
  padding: 25px 0;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}
.c-news-item a {
  transition: opacity 0.3s ease;
}
.c-news-item a:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .c-news-item a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-news-item a:hover {
    opacity: 0.6;
  }
}
.c-news-item__info {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.c-news-item__date {
  margin-right: 12px;
}
.c-news-item__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.c-news-item__new {
  padding: 3px 5px;
  background: #e50014;
  color: #fff;
  margin-right: 9px;
}
.c-news-item__cat {
  padding: 3px 5px;
  background: #e5e5e5;
}
.c-news-item__cat.is-seminar {
  color: #db0038;
  background: #ffebee;
}
.c-news-item__cat.is-event {
  color: #e57300;
  background: #f6e9d1;
}

.p-contact {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding-bottom: 90px;
  }
}
.p-contact__inner {
  padding-top: 60px;
  width: 87vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-contact__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-top: 45px;
  }
}
.p-contact__txt {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-contact__txt {
    text-align: left;
  }
}
.p-contact__txt.is-hide {
  display: none;
}
.p-contact__list {
  padding: 37px 45px;
  background: #eef0f2;
  margin-bottom: 60px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__list {
    margin-bottom: 45px;
    padding: 25px 20px;
  }
}
.p-contact__list li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.67;
}
.p-contact__list li:not(:last-of-type) {
  margin-bottom: 6px;
}
.p-contact__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 11px;
  background: #292927;
}
.p-contact__list.is-hide {
  display: none;
}
.p-contact__link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #292927;
  border-radius: 5px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact__link {
    grid-template-columns: 1fr;
  }
}
.p-contact__link li:not(:last-of-type) {
  position: relative;
}
.p-contact__link li:not(:last-of-type)::after {
  content: "";
  height: 30px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__link li:not(:last-of-type)::after {
    width: calc(100% - 50px);
    bottom: 0;
    left: 0;
    height: 1px;
    top: unset;
  }
}
.p-contact__link a {
  padding: 27px 25px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: opacity 0.3s ease;
}
.p-contact__link a:focus {
  opacity: 0.7;
}
@-moz-document url-prefix() {
  .p-contact__link a:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-contact__link a:hover {
    opacity: 0.7;
  }
}
.p-contact__link.is-hide {
  display: none;
}
.p-contact__box {
  padding: 60px 110px;
  border: 1px solid #cecfd1;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .p-contact__box {
    padding: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__box {
    padding: 40px 20px;
  }
}
.p-contact__box .p-contact-step {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-contact__box .p-contact-step {
    margin-bottom: 50px;
  }
}

.p-complete {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .p-complete {
    padding-bottom: 100px;
  }
}
.p-complete__inner {
  padding: 60px 25px 80px;
  width: 87vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cecfd1;
  border-radius: 8px;
}
@media screen and (max-width: 1400px) {
  .p-complete__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .p-complete__inner {
    padding: 40px 25px 60px;
  }
}
.p-complete__ttl {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-complete__ttl {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.p-complete__txt {
  text-align: center;
  font-weight: 500;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  line-height: 2.25;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-complete__txt {
    line-height: 2;
    font-size: 1.4rem;
  }
}

.p-contact-step {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-contact-step::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #292927;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 0;
}
.p-contact-step li {
  position: relative;
  z-index: 1;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #eef0f2;
  font-weight: 500;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-contact-step li {
    width: 65px;
    height: 65px;
  }
}
.p-contact-step li.is-current {
  background: #292927;
  color: #fff;
}
.p-contact-step span {
  font-size: 1rem;
  margin-bottom: 3px;
}
.p-contact-step p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact-step p {
    font-size: 1.6rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-recaptcha-txt {
  font-size: 1.2rem;
  text-align: center;
  color: #4d4d4d;
  margin-top: 45px;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .c-recaptcha-txt {
    margin-top: 35px;
  }
}
.c-recaptcha-txt a {
  text-decoration: underline;
}
.c-recaptcha-txt a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .c-recaptcha-txt a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-recaptcha-txt a:hover {
    text-decoration: none;
  }
}

.p-top-news__outer {
  position: relative;
}
.p-top-news__bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 960px) {
  .p-top-news__bg {
    width: 40vw;
    min-width: 250px;
    height: auto;
  }
}
.p-top-news__inner {
  padding: 120px 0;
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .p-top-news__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 70px 0;
  }
}
.p-top-news .c-ttl01 {
  margin-bottom: 50px;
}
.p-top-news__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    grid-template-columns: 1fr;
  }
}
.p-top-news__list .c-news-item:nth-of-type(1), .p-top-news__list .c-news-item:nth-of-type(2) {
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .p-top-news__list .c-news-item:nth-of-type(2) {
    border-top: none;
  }
}

.p-top-about__outer {
  position: relative;
  background: #eef0f2;
}
.p-top-about__outer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 145px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .p-top-about__outer::before {
    width: 70px;
    height: 110px;
  }
}
.p-top-about__inner {
  position: relative;
  z-index: 1;
  width: 87vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 95px;
}
@media screen and (max-width: 1400px) {
  .p-top-about__inner {
    max-width: 1100px;
  }
}
.p-top-about .c-ttl01 {
  margin-bottom: 35px;
}
.p-top-about__txt {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .p-top-about__txt {
    text-align: left;
    font-size: 1.4rem;
  }
}
.p-top-about__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 13px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .p-top-about__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .p-top-about__list {
    grid-template-columns: 1fr;
  }
}
.p-top-about__item {
  padding: 40px 0;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-about__item {
    padding: 30px 0;
  }
}
.p-top-about__ttl {
  padding: 0 10px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__ttl {
    font-size: 2rem;
  }
}
.p-top-about__en {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Podkova", serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-top-about__en {
    margin-bottom: 18px;
  }
}
.p-top-about__desc {
  padding: 0 33px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .p-top-about__desc {
    padding: 0 25px;
    font-size: 1.4rem;
  }
}

.p-top-issue {
  position: relative;
}
.p-top-issue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 400px;
  background: #eef0f2;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-top-issue::before {
    width: 70px;
    height: 200px;
  }
}
.p-top-issue__inner {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-top-issue__inner {
    padding: 75px 0;
  }
}
.p-top-issue .c-ttl01 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .p-top-issue .c-ttl01 {
    margin-bottom: 50px;
  }
}
.p-top-issue__content {
  width: 87vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 1400px) {
  .p-top-issue__content {
    max-width: 1100px;
  }
}
.p-top-issue__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .p-top-issue__list {
    gap: 50px 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-issue__list {
    grid-template-columns: 1fr;
  }
}

.p-issue-item {
  line-height: 1.5;
}
.p-issue-item__thumb {
  border-radius: 8px;
  padding: 16px;
  background: #eef0f2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .p-issue-item__thumb {
    margin-bottom: 20px;
  }
}
.p-issue-item__img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 109/74;
  border-radius: 8px;
  overflow: hidden;
}
.p-issue-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-issue-item h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-issue-item h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 25px;
  }
}
.p-issue-item h3 span {
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-issue-item h3 span {
    font-size: 1.2rem;
    top: 3px;
  }
}
.p-issue-item__list li {
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-issue-item__list li {
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
.p-issue-item__list li::before {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  left: 8px;
  top: 13px;
  background: #292927;
}
@media screen and (max-width: 768px) {
  .p-issue-item__list li::before {
    left: 4px;
    top: 10px;
  }
}
.p-issue-item__list li:not(:last-of-type) {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .p-issue-item__list li:not(:last-of-type) {
    margin-bottom: 7px;
  }
}

.p-top-message {
  position: relative;
  padding-bottom: 120px;
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-top-message {
    width: 87vw;
    max-width: 1000px;
  }
}
.p-top-message p {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7272727273;
}
@media screen and (max-width: 1400px) {
  .p-top-message p {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message p {
    font-size: 1.8rem;
  }
}
.p-top-message .c-btn01 {
  margin-top: 25px;
}

.p-top-designer {
  position: relative;
  background: #292927;
  color: #fff;
  z-index: 1;
}
.p-top-designer__bg {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -30px;
}
@media screen and (max-width: 1199px) {
  .p-top-designer__bg {
    width: 30vw;
    min-width: 250px;
    opacity: 0.2;
  }
}
.p-top-designer .c-btn01 {
  color: #292927;
}
.p-top-designer .c-btn01 a {
  border: 1px solid #fff;
}
.p-top-designer .c-ttl01 {
  margin-bottom: 25px;
}
.p-top-designer__txt {
  margin-bottom: 32px;
  line-height: 1.5;
}
.p-top-designer__inner {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 108px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .p-top-designer__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
.p-top-designer__box {
  position: relative;
  z-index: 2;
}

.p-designer-slider {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-designer-slider {
    opacity: 0.1;
  }
}
.p-designer-slider__list {
  display: flex;
  gap: 12px;
}
.p-designer-slider__item {
  overflow: hidden;
}
.p-designer-slider__item img {
  width: 152px;
  height: 152px;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .p-designer-slider__item img {
    width: 100px;
    height: 100px;
  }
}
.p-designer-slider__item:nth-of-type(odd) .p-designer-slider__track:nth-of-type(1) {
  animation: scroll-vertical-01 60s linear infinite;
}
.p-designer-slider__item:nth-of-type(odd) .p-designer-slider__track:nth-of-type(2) {
  animation: scroll-vertical-02 60s -30s linear infinite;
}
.p-designer-slider__item:nth-of-type(even) .p-designer-slider__track:nth-of-type(1) {
  animation: scroll-vertical-03 60s linear infinite;
}
.p-designer-slider__item:nth-of-type(even) .p-designer-slider__track:nth-of-type(2) {
  animation: scroll-vertical-04 60s -30s linear infinite;
}
.p-designer-slider__track {
  display: flex;
  flex-direction: column;
}
.p-designer-slider__track img {
  margin-bottom: 12px;
}

.p-desanpo {
  position: relative;
  overflow: hidden;
}
.p-desanpo__inner {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 108px 0 108px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .p-desanpo__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .p-desanpo__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 48px 0 96px;
  }
}
.p-desanpo__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-desanpo__content {
    text-align: center;
  }
}
.p-desanpo__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 26px;
  position: relative;
}
.p-desanpo__ttl span {
  display: block;
  font-size: 1.6rem;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-desanpo__ttl {
    min-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-desanpo__ttl-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
.p-desanpo__ttl-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-desanpo__ttl-logo {
    display: block;
    width: 100%;
    max-width: 226px;
    height: auto;
    margin: 0 auto;
  }
}
.p-desanpo__txt {
  line-height: 1.7272727273;
}
.p-desanpo__txt:not(:last-of-type) {
  margin-bottom: 18px;
}
.p-desanpo .c-btn01 {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-desanpo .c-btn01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-desanpo__logo {
  flex-shrink: 0;
}
.p-desanpo__logo img {
  width: 100%;
  max-width: 345px;
  height: auto;
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .p-desanpo__logo img {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-desanpo__logo {
    display: none;
  }
}
.p-desanpo__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.p-desanpo__bg img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll-vertical-01 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes scroll-vertical-02 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
@keyframes scroll-vertical-03 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scroll-vertical-04 {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0%);
  }
}
.p-result__list .p-result__item {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s ease-out, transform 0.6s ease-out;
}

.p-result__list .p-result__item.js-fade-in {
  opacity: 1;
  transform: translateY(0);
}

.p-result__list .p-result__item.delay-0 {
  transition-delay: 0s;
}

.p-result__list .p-result__item.delay-1 {
  transition-delay: 0.1s;
}

.p-result__list .p-result__item.delay-2 {
  transition-delay: 0.2s;
}

.p-result__list .p-result__item.delay-3 {
  transition-delay: 0.3s;
}

.p-result__list .p-result__item.delay-4 {
  transition-delay: 0.4s;
}

.p-result__list .p-result__item.delay-5 {
  transition-delay: 0.5s;
}

.p-result__list .p-result__item.delay-6 {
  transition-delay: 0.6s;
}

.p-result__list .p-result__item.delay-7 {
  transition-delay: 0.7s;
}

.p-result__list .p-result__item.delay-8 {
  transition-delay: 0.8s;
}

.p-policy__inner {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 1400px) {
  .p-policy__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
.p-policy__inner a {
  text-decoration: underline;
}
.p-policy__inner a:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .p-policy__inner a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-policy__inner a:hover {
    text-decoration: none;
  }
}
.p-policy__inner h2 {
  margin-top: 55px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .p-policy__inner h2 {
    font-size: 2rem;
    padding-bottom: 12px;
    margin-top: 45px;
  }
}
.p-policy__inner p {
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .p-policy__inner p {
    font-size: 1.4rem;
  }
}
.p-policy__inner ul {
  margin-top: 10px;
}
.p-policy__inner ul li {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-policy__inner ul li {
    font-size: 1.4rem;
  }
}
.p-policy__inner ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #292927;
  position: absolute;
  left: 2px;
  top: 0.8em;
}
.p-policy__inner ol {
  margin-top: 25px;
  counter-reset: policy-ol;
}
.p-policy__inner ol li {
  counter-increment: policy-ol;
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-policy__inner ol li {
    font-size: 1.4rem;
  }
}
.p-policy__inner ol li::before {
  content: counter(policy-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.p-policy__inner img {
  margin-top: 25px;
}
.p-policy__txt {
  padding-top: 55px;
  margin-bottom: 60px;
}
.p-policy__link {
  text-decoration: underline;
}

.p-news-archive {
  padding-top: 70px;
}
.p-news-archive__inner {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .p-news-archive__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
.p-news-archive .p-top-news__list {
  margin-bottom: 60px;
}

.p-desanpo-archive {
  padding-top: 40px;
}
.p-desanpo-archive__inner {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .p-desanpo-archive__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
.p-desanpo-archive .p-top-news__list {
  margin-bottom: 60px;
}
.p-desanpo-archive__empty {
  border-top: 1px solid #dcdcdc;
  padding: 30px 0;
}

.p-desanpo-archive-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.p-desanpo-archive-cat__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 18px;
  border: 1px solid #dcdcdc;
  border-radius: 100vh;
  background: #fff;
  font-weight: 500;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}
.p-desanpo-archive-cat__item a.is-active, .p-desanpo-archive-cat__item a[aria-current=page] {
  background: #292927;
  border-color: #292927;
  color: #fff;
}
.p-desanpo-archive-cat__item a:focus {
  opacity: 0.8;
}
@-moz-document url-prefix() {
  .p-desanpo-archive-cat__item a:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-desanpo-archive-cat__item a:hover {
    opacity: 0.8;
  }
}

.add-caption {
  font-size: 1.4rem;
  margin-top: -16px !important;
  text-align: center;
  color: #A5A5A5;
}

.p-faq__inner {
  padding: 70px 0 120px;
}
@media screen and (max-width: 960px) {
  .p-faq__inner {
    padding: 50px 0 100px;
  }
}

.p-faq-accordion {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .p-faq-accordion {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq-accordion {
    margin-bottom: 90px;
  }
}
.p-faq-accordion__item {
  line-height: 1.5;
  border: 1px solid #cacaca;
  border-radius: 8px;
}
.p-faq-accordion__item:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-faq-accordion__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.p-faq-accordion__item.is-active .p-faq-accordion__ttl {
  border-radius: 8px 8px 0 0;
  transition: all 0.2s;
}
.p-faq-accordion__item.is-active .p-faq-accordion__icon::after {
  display: none;
}
.p-faq-accordion__ttl {
  display: block;
  border-radius: 8px;
  padding: 28px 90px 28px 82px;
  position: relative;
  font-weight: 500;
  background: #eef0f2;
  cursor: pointer;
}
.p-faq-accordion__ttl:focus-visible {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-faq-accordion__ttl {
    padding: 17px 68px 17px;
  }
}
.p-faq-accordion__ttl::before {
  content: "Q";
  font-family: "Podkova", serif;
  width: 48px;
  height: 48px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 16px;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-faq-accordion__ttl::before {
    left: 16px;
    top: 10px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
.p-faq-accordion__body {
  overflow: hidden;
  display: none;
}
.p-faq-accordion__box {
  margin: 18px 20px 0;
  position: relative;
  line-height: 1.55;
  padding: 10px 20px 24px 62px;
}
@media screen and (max-width: 960px) {
  .p-faq-accordion__box {
    padding: 55px 20px 20px;
    font-size: 1.6rem;
    margin: 18px 0 0;
  }
}
.p-faq-accordion__box::before {
  content: "A";
  font-family: "Podkova", serif;
  width: 46px;
  height: 46px;
  background: #eef0f2;
  color: #e50014;
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq-accordion__box::before {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    left: 16px;
  }
}
.p-faq-accordion__box p + p {
  margin-top: 8px;
}
.p-faq-accordion__box > *:not(:first-child) {
  margin-top: 15px;
}
.p-faq-accordion__list li {
  position: relative;
  padding-left: 1.3em;
}
.p-faq-accordion__list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-faq-accordion__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 0.7em;
  background: #292927;
}
.p-faq-accordion__icon {
  position: absolute;
  width: 62px;
  height: 62px;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .p-faq-accordion__icon {
    width: 40px;
    height: 40px;
    right: 16px;
    top: 10px;
  }
}
.p-faq-accordion__icon::before, .p-faq-accordion__icon::after {
  content: "";
  position: absolute;
  background: #292927;
}
.p-faq-accordion__icon::before {
  width: 15px;
  height: 3px;
}
@media screen and (max-width: 960px) {
  .p-faq-accordion__icon::before {
    height: 2px;
  }
}
.p-faq-accordion__icon::after {
  width: 3px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .p-faq-accordion__icon::after {
    width: 2px;
  }
}
.p-faq-accordion__caution {
  font-size: 1.4rem;
}
.p-faq-accordion__address h3 {
  font-weight: bold;
}
.p-faq-accordion .c-btn01--icon a:focus svg {
  fill: #fff;
}
@-moz-document url-prefix() {
  .p-faq-accordion .c-btn01--icon a:hover svg {
    fill: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-faq-accordion .c-btn01--icon a:hover svg {
    fill: #fff;
  }
}
.p-faq-accordion .c-btn01--icon svg {
  fill: #000;
  transition: fill 0.3s ease;
}

.p-faq-step {
  counter-reset: faq_step 0;
}
.p-faq-step__item {
  padding-left: 50px;
  counter-increment: faq_step 1;
  position: relative;
  line-height: 1.5;
}
.p-faq-step__item:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 4px;
}
.p-faq-step__item:not(:last-of-type)::after {
  content: "";
  width: 1px;
  background: #cacaca;
  height: calc(100% - 24px);
  top: 24px;
  position: absolute;
  left: 18px;
}
.p-faq-step__item h3 {
  font-weight: bold;
}
.p-faq-step__item::before {
  content: "STEP0" counter(faq_step);
  position: absolute;
  left: 0;
  font-size: 1rem;
  font-weight: 500;
  top: 4px;
}

.p-news-single {
  padding-top: 5px;
}
.p-news-single__inner {
  margin-top: 8px;
  padding: 40px 0 120px;
  background: #eef0f2;
}
@media screen and (max-width: 960px) {
  .p-news-single__inner {
    padding: 35px 0 100px;
  }
}
.p-news-single__box {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 40px 80px 45px;
}
@media screen and (max-width: 1400px) {
  .p-news-single__box {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-news-single__box {
    padding: 30px;
  }
}
.p-news-single__info {
  font-size: 1.4rem;
  display: flex;
  font-weight: 500;
  margin-bottom: 12px;
}
.p-news-single__cat {
  margin-left: 15px;
}
.p-news-single__ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  padding-bottom: 33px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-news-single__ttl {
    font-size: 2rem;
    padding-bottom: 25px;
    margin-bottom: 32px;
  }
}
.p-news-single__vol {
  font-size: 14px;
}
.p-news-single .c-single {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.p-designer-job__inner {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .p-designer-job__inner {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.p-designer-job__txt {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.8;
  line-height: 1.75;
}
@media screen and (max-width: 1400px) {
  .p-designer-job__txt {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-designer-job__txt {
    margin-bottom: 45px;
    text-align: left;
  }
}
.p-designer-job__dl {
  margin-bottom: 115px;
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-designer-job__dl {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-designer-job__dl {
    margin-bottom: 80px;
  }
}
.p-designer-job__item {
  padding: 32px 30px;
  border: 1px solid #dcdcdc;
}
@media screen and (max-width: 960px) {
  .p-designer-job__item {
    padding: 25px;
  }
}
.p-designer-job__item:not(:last-of-type) {
  margin-bottom: 17px;
}
.p-designer-job__item dt {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 960px) {
  .p-designer-job__item dt {
    font-size: 2rem;
  }
}
.p-designer-job__item dd {
  line-height: 1.8666666667;
}

.p-designer {
  background: #eef0f2;
}
.p-designer__inner {
  padding-top: 27px;
  padding-bottom: 120px;
  width: 87vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-designer__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .p-designer__inner {
    padding-bottom: 90px;
  }
}

.p-sort {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
}

.p-sort-main__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 8px;
}
.p-sort-main__item button {
  appearance: none;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 100vh;
  border: 1px solid #d2d2d2;
  transition: opacity 0.3s ease;
}
.p-sort-main__item button:focus {
  opacity: 0.5;
}
@-moz-document url-prefix() {
  .p-sort-main__item button:hover {
    opacity: 0.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sort-main__item button:hover {
    opacity: 0.5;
  }
}
.p-sort-main__item button.is-active {
  background: #292927;
  color: #fff;
  border: 1px solid #292927;
  opacity: 1;
}

.p-sort-sub__list {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.p-sort-sub__item {
  font-weight: 500;
}
.p-sort-sub__item input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.p-sort-sub__item input:checked + .p-sort-sub__txt {
  opacity: 1;
}
.p-sort-sub__item input:checked + .p-sort-sub__txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 1px;
  margin: auto;
  left: 9px;
  width: 6px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
}
.p-sort-sub__item input:checked + .p-sort-sub__txt::before {
  background: #292927;
  border: 1px solid #292927;
}
.p-sort-sub__txt {
  position: relative;
  padding-left: 30px;
  user-select: none;
  transition: opacity 0.3s ease;
}
.p-sort-sub__txt:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .p-sort-sub__txt:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sort-sub__txt:hover {
    opacity: 0.6;
  }
}
.p-sort-sub__txt::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  background: #f9fafc;
  border: 1px solid #d0d0d0;
}
.p-sort-sub__label {
  display: flex;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}
.p-sort-sub__label:focus-visible {
  opacity: 1;
}

.p-result {
  padding-top: 26px;
  min-height: 310px;
}
.p-result__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 960px) {
  .p-result__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-result__list {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.p-result__grid {
  padding: 18px 15px;
  background: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  position: relative;
  height: 100%;
  transition: opacity 0.3s ease;
}
.p-result__grid:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .p-result__grid:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-result__grid:hover {
    opacity: 0.6;
  }
}
.p-result__grid button {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-result__box {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.67;
}
.p-result__ttl {
  padding-top: 11px;
  margin-bottom: 5px;
}
.p-result__address {
  font-size: 1.2rem;
  color: #9d9d99;
}
.p-result__thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.p-result__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-result__feature {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.p-result__feature li {
  line-height: 1.5;
  position: relative;
  padding-left: 0.9em;
}
.p-result__feature li:not(:last-of-type) {
  margin-bottom: 3px;
}
.p-result__feature li::before {
  content: "#";
  color: #e50014;
  position: absolute;
  top: 0;
  left: 0;
}
.p-result__works {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-row: 4;
}
.p-result__img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
}
.p-result__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-fit: contain;
}

.p-result__item--no-result {
  background: none;
  line-height: 1.5;
  grid-column: 1/5;
}
@media screen and (max-width: 960px) {
  .p-result__item--no-result {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .p-result__item--no-result {
    grid-column: 1;
  }
}

.p-designer-modal {
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  z-index: 102;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.p-designer-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-designer-modal__close {
    top: 10px;
    right: 10px;
  }
  .p-designer-modal__close img {
    width: 45px;
  }
}
.p-designer-modal__close:focus {
  opacity: 0.5;
}
@-moz-document url-prefix() {
  .p-designer-modal__close:hover {
    opacity: 0.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-designer-modal__close:hover {
    opacity: 0.5;
  }
}
.p-designer-modal__close--blue, .p-designer-modal__close--black {
  display: none;
}
.p-designer-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-designer-modal__inner {
  position: relative;
  max-width: 1000px;
  width: 90%;
}
.p-designer-modal__content {
  position: relative;
  padding: 65px 70px;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
  height: calc(var(--vh, 1vh) * 100 - 180px);
  overflow: auto;
}
@media screen and (max-width: 960px) {
  .p-designer-modal__content {
    padding: 45px 50px;
    height: calc(var(--vh, 1vh) * 100 - 140px);
  }
}
@media screen and (max-width: 768px) {
  .p-designer-modal__content {
    padding: 40px 25px;
  }
}
.p-designer-modal__wrap {
  display: grid;
  grid-template-columns: auto 100px auto;
  margin-bottom: 65px;
}
@media screen and (max-width: 960px) {
  .p-designer-modal__wrap {
    grid-template-columns: auto 50px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-designer-modal__wrap {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }
}
.p-designer-modal__box {
  padding-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-designer-modal__box {
    grid-column: 3;
  }
}
.p-designer-modal__thumb {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-designer-modal__thumb {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px;
  }
}
.p-designer-modal__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-fit: contain;
}
.p-designer-modal__name {
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-designer-modal__name {
    text-align: center;
    margin-bottom: 9px;
  }
}
.p-designer-modal__name:focus-visible {
  outline: none !important;
  opacity: 1 !important;
}
.p-designer-modal__feature {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .p-designer-modal__feature {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-designer-modal__feature {
    display: flex;
    justify-content: center;
  }
}
.p-designer-modal__feature li {
  line-height: 1.5;
  position: relative;
  padding-left: 0.9em;
}
.p-designer-modal__feature li:not(:last-of-type) {
  margin-bottom: 3px;
}
.p-designer-modal__feature li::before {
  content: "#";
  color: #e50014;
  position: absolute;
  top: 0;
  left: 0;
}
.p-designer-modal__dl {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-designer-modal__dl {
    font-size: 1.4rem;
    margin-bottom: 17px;
  }
}
.p-designer-modal__row {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-designer-modal__row {
    grid-template-columns: 50px 1fr;
  }
}
.p-designer-modal__row:not(:last-of-type) {
  margin-bottom: 5px;
}
.p-designer-modal__row dt {
  font-weight: 500;
}
.p-designer-modal__row.is-hide {
  display: none;
}
.p-designer-modal__row a {
  transition: opacity 0.3s ease;
}
.p-designer-modal__row a:focus {
  opacity: 0.6;
}
@-moz-document url-prefix() {
  .p-designer-modal__row a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-designer-modal__row a:hover {
    opacity: 0.6;
  }
}
.p-designer-modal__row a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-image: url(../img/icon-external02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(2px);
}
.p-designer-modal__desc {
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .p-designer-modal__desc {
    font-size: 1.4rem;
  }
}
.p-designer-modal__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-designer-modal__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.p-designer-team {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-designer-team {
    margin-bottom: 45px;
  }
}
.p-designer-team__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-designer-team__list {
    row-gap: 15px;
    grid-template-columns: 1fr;
  }
}
.p-designer-team__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding-right: 1.5em;
}
@media screen and (min-width: 769px) {
  .p-designer-team__list li:nth-of-type(even) {
    border-left: 1px solid #d2d2d2;
    padding-left: 32px;
  }
}
.p-designer-team__thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  margin-right: 25px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-designer-team__thumb {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
}
.p-designer-team__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-designer-team__name {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-designer-team__name {
    font-size: 1.5rem;
  }
}

.p-designer-works__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
}
@media screen and (max-width: 768px) {
  .p-designer-works__list {
    grid-template-columns: 1fr;
  }
}
.p-designer-works__thumb {
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
.p-designer-works__thumb::before {
  display: block;
  padding-top: 66.6666%;
  content: "";
}
.p-designer-works__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-designer-works__thumb {
    margin-bottom: 10px;
  }
}
.p-designer-works__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .p-designer-works__ttl {
    font-size: 1.6rem;
  }
}
.p-designer-works__desc {
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .p-designer-works__desc {
    font-size: 1.4rem;
  }
}

.p-result-loading {
  display: flex;
  justify-content: center;
}
.p-result-loading span {
  transform: translateY(50px);
  width: 50px;
  height: 50px;
  background-image: url(../img/loading.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-result__list .p-result-loading {
  grid-column: 1/5;
}
@media screen and (max-width: 960px) {
  .p-result__list .p-result-loading {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .p-result__list .p-result-loading {
    grid-column: 1;
  }
}

.p-about__inner {
  padding-top: 70px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .p-about__inner {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

.p-about-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-about-ttl {
    font-size: 2.2rem;
  }
}
.p-about-ttl--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
}
.p-about-ttl--flex img {
  padding-top: 3px;
}

.p-about-intro {
  text-align: center;
  margin-bottom: 120px;
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-about-intro {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-about-intro {
    margin-bottom: 90px;
  }
}
.p-about-intro .p-about-ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-about-intro__txt {
    text-align: left;
  }
}
.p-about-intro__txt p {
  line-height: 1.8;
}
.p-about-intro__txt p:not(:last-of-type) {
  margin-bottom: 24px;
}

.p-four-pillar {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .p-four-pillar {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-four-pillar {
    margin-bottom: 90px;
  }
}
.p-four-pillar .p-about-ttl {
  margin-bottom: 32px;
}
.p-four-pillar__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .p-four-pillar__list {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
.p-four-pillar__list li {
  display: grid;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 24px 27px;
  grid-template-columns: auto 1fr;
  column-gap: 29px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-four-pillar__list li {
    padding: 20px;
    column-gap: 24px;
  }
}
.p-four-pillar__img {
  grid-column: 1;
  grid-row: 1/5;
}
@media screen and (max-width: 960px) {
  .p-four-pillar__img img {
    width: 65px;
  }
}
.p-four-pillar__ttl {
  grid-column: 2;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .p-four-pillar__ttl {
    font-size: 1.9rem;
    margin-bottom: 6px;
  }
}
.p-four-pillar__en {
  font-family: "Podkova", serif;
  font-size: 1rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .p-four-pillar__en {
    margin-bottom: 8px;
  }
}
.p-four-pillar__txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .p-four-pillar__txt {
    font-size: 1.4rem;
  }
}

.p-about-flow {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .p-about-flow {
    width: 87vw;
    max-width: 1000px;
  }
}
@media screen and (max-width: 960px) {
  .p-about-flow {
    margin-bottom: 90px;
  }
}
.p-about-flow .p-about-ttl {
  margin-bottom: 32px;
}
.p-about-flow__img img {
  width: 100%;
  height: auto;
}
.p-about-flow__caution {
  margin-top: 16px;
  counter-reset: about_caution 0;
}
.p-about-flow__caution li {
  counter-increment: about_caution 1;
  padding-left: 2.2em;
  position: relative;
  line-height: 1.67;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-about-flow__caution li {
    line-height: 1.8;
  }
}
.p-about-flow__caution li::before {
  content: "※" counter(about_caution);
  position: absolute;
  left: 0;
  top: 0;
}
.p-about-flow .c-btn01 {
  margin-top: 32px;
}

.p-facility {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .p-facility {
    margin-bottom: 90px;
  }
}
.p-facility .p-about-ttl {
  margin-bottom: 32px;
}
.p-facility__inner {
  width: 84vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .p-facility__inner {
    width: 87vw;
    max-width: 1000px;
  }
}
.p-facility__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p-facility__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  .p-facility__list li {
    display: grid;
  }
}
.p-facility__img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.p-facility__img::before {
  display: block;
  padding-top: 66.666%;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-facility__img {
    grid-row: 2;
    margin-bottom: 15px;
  }
}
.p-facility__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-facility__ttl {
  margin-bottom: 12px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-facility__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.p-facility__txt {
  line-height: 1.5;
  line-height: 1.8666666667;
}
@media screen and (max-width: 768px) {
  .p-facility__txt {
    font-size: 1.4rem;
  }
}

.smartphoto-nav,
.smartphoto-count {
  display: none !important;
}

*:focus-visible {
  outline: 2px solid #000 !important;
  opacity: 0.7;
}

_::-webkit-full-page-media,
_:future,
:root *:focus {
  outline: none;
}

@media screen and (max-width: 1199px) {
  body.is-font-large .l-header-nav__list a {
    padding: 0 10px;
  }
  body.is-font-large .l-header__box {
    width: 100%;
  }
  body.is-font-large .l-header-nav {
    padding-right: 25px;
    padding-right: 0;
  }
  body.is-font-large .l-header-logo {
    padding-left: 25px;
  }
}
body.is-font-large .p-faq-step__item {
  padding-left: 80px;
}

body.is-color-black {
  background: #000 !important;
  color: #fff;
}
body.is-color-black .l-fv-slider__dot .swiper-pagination-bullet-active {
  background: #000 !important;
  border: 1px solid #fff;
}
body.is-color-black .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
body.is-color-black .p-designer-modal__close--blue, body.is-color-black .p-designer-modal__close--white {
  display: none;
}
body.is-color-black .p-designer-modal__close--black {
  display: block;
}
body.is-color-black .l-fv-page__inner,
body.is-color-black .l-header__inner,
body.is-color-black .l-header-ab,
body.is-color-black .c-related-link__list,
body.is-color-black .l-footer__info,
body.is-color-black .l-footer__info::after,
body.is-color-black .p-top-about__outer,
body.is-color-black .p-top-designer,
body.is-color-black .p-top-access__outer,
body.is-color-black .l-footer--top .l-footer__inner,
body.is-color-black .l-header-hum,
body.is-color-black .p-contact__list,
body.is-color-black .p-contact__link,
body.is-color-black .p-designer,
body.is-color-black .p-sort,
body.is-color-black .p-faq-accordion__ttl,
body.is-color-black .p-designer-modal__content,
body.is-color-black .p-news-single__inner,
body.is-color-black .p-news-single__box,
body.is-color-black .l-footer--02,
body.is-color-black .c-form-confirm .c-form__input,
body.is-color-black .l-fv-slider__item p {
  background: #000 !important;
}
body.is-color-black .p-faq-accordion__ttl::before,
body.is-color-black .p-faq-accordion__box::before {
  color: #000 !important;
}
body.is-color-black .p-result__address,
body.is-color-black .p-result__feature li::before,
body.is-color-black .p-designer-modal__content,
body.is-color-black .p-designer-modal__feature li::before,
body.is-color-black .l-fv__open {
  color: #fff;
}
body.is-color-black .c-btn01 a,
body.is-color-black .c-form__confirm input,
body.is-color-black .c-form-confirm__confirm input,
body.is-color-black .c-form__submit .wpcf7-submit,
body.is-color-black .c-form-confirm__submit .wpcf7-submit {
  border: 1px solid #fff !important;
  color: #fff !important;
  background: #000 !important;
}
body.is-color-black .c-btn01 a:focus,
body.is-color-black .c-form__confirm input:focus,
body.is-color-black .c-form-confirm__confirm input:focus,
body.is-color-black .c-form__submit .wpcf7-submit:focus,
body.is-color-black .c-form-confirm__submit .wpcf7-submit:focus {
  background: #fff !important;
  color: #000 !important;
}
@-moz-document url-prefix() {
  body.is-color-black .c-btn01 a:hover,
body.is-color-black .c-form__confirm input:hover,
body.is-color-black .c-form-confirm__confirm input:hover,
body.is-color-black .c-form__submit .wpcf7-submit:hover,
body.is-color-black .c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff !important;
    color: #000 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.is-color-black .c-btn01 a:hover,
body.is-color-black .c-form__confirm input:hover,
body.is-color-black .c-form-confirm__confirm input:hover,
body.is-color-black .c-form__submit .wpcf7-submit:hover,
body.is-color-black .c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff !important;
    color: #000 !important;
  }
}
body.is-color-black .l-header-nav__btn--02 a,
body.is-color-black .l-header-nav__btn--02 div,
body.is-color-black .l-header-nav__btn--01 a,
body.is-color-black .l-header-nav__btn--01 div {
  background: #000;
  border: 1px solid #fff;
}
body.is-color-black .l-header-nav__btn--02 a:focus,
body.is-color-black .l-header-nav__btn--02 div:focus,
body.is-color-black .l-header-nav__btn--01 a:focus,
body.is-color-black .l-header-nav__btn--01 div:focus {
  background: #fff !important;
  color: #000 !important;
}
@-moz-document url-prefix() {
  body.is-color-black .l-header-nav__btn--02 a:hover,
body.is-color-black .l-header-nav__btn--02 div:hover,
body.is-color-black .l-header-nav__btn--01 a:hover,
body.is-color-black .l-header-nav__btn--01 div:hover {
    background: #fff !important;
    color: #000 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.is-color-black .l-header-nav__btn--02 a:hover,
body.is-color-black .l-header-nav__btn--02 div:hover,
body.is-color-black .l-header-nav__btn--01 a:hover,
body.is-color-black .l-header-nav__btn--01 div:hover {
    background: #fff !important;
    color: #000 !important;
  }
}
body.is-color-black .l-header-btn__border,
body.is-color-black .p-contact__list li::before,
body.is-color-black .p-policy__inner ul li::before {
  background: #fff !important;
}
body.is-color-black .l-header-nav__list span::after {
  border-bottom: 2px solid #fff !important;
}
body.is-color-black .c-form__back,
body.is-color-black .c-form-confirm__back,
body.is-color-black .p-sort-main__item button.is-active,
body.is-color-black .page-numbers.current {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}
body.is-color-black .c-news-item__new,
body.is-color-black .c-news-item__cat,
body.is-color-black .p-top-about__item,
body.is-color-black .l-header-hum__item a,
body.is-color-black .l-header-hum__btn a,
body.is-color-black .p-contact-step li,
body.is-color-black .c-form__label.is-require::after,
body.is-color-black .p-result__grid,
body.is-color-black .c-form-confirm__label.is-require::after,
body.is-color-black .page-numbers {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #fff;
}
body.is-color-black .p-contact-step li.is-current,
body.is-color-black .c-form__input input,
body.is-color-black .c-form__input textarea,
body.is-color-black .c-form-confirm__input input,
body.is-color-black .c-form-confirm__input textarea {
  background: #fff !important;
  color: #000 !important;
}
body.is-color-black .p-top-designer__bg,
body.is-color-black .l-fv__bg,
body.is-color-black .p-top-news__bg,
body.is-color-black .p-top-about__outer::before,
body.is-color-black .p-top-issue::before {
  opacity: 0.1;
}
body.is-color-black .c-bread__list a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
body.is-color-black .page-numbers .prev_text::after {
  border-color: transparent transparent #fff #fff;
}
body.is-color-black .page-numbers .next_text::after {
  border-color: #fff #fff transparent transparent;
}
body.is-color-black .has-background {
  color: #000;
}

body.is-color-blue {
  background: #00f !important;
  color: #fff;
}
body.is-color-blue .l-fv-slider__dot .swiper-pagination-bullet-active {
  background: #00f !important;
  border: 1px solid #fff;
}
body.is-color-blue .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
body.is-color-blue .p-designer-modal__close--white, body.is-color-blue .p-designer-modal__close--black {
  display: none;
}
body.is-color-blue .p-designer-modal__close--blue {
  display: block;
}
body.is-color-blue .l-fv-page__inner,
body.is-color-blue .l-header__inner,
body.is-color-blue .l-header-ab,
body.is-color-blue .c-related-link__list,
body.is-color-blue .l-footer__info,
body.is-color-blue .l-footer__info::after,
body.is-color-blue .p-top-about__outer,
body.is-color-blue .p-top-designer,
body.is-color-blue .p-top-access__outer,
body.is-color-blue .l-footer--top .l-footer__inner,
body.is-color-blue .l-header-hum,
body.is-color-blue .p-contact__list,
body.is-color-blue .p-contact__link,
body.is-color-blue .p-designer,
body.is-color-blue .p-sort,
body.is-color-blue .p-faq-accordion__ttl,
body.is-color-blue .p-designer-modal__content,
body.is-color-blue .p-news-single__inner,
body.is-color-blue .p-news-single__box,
body.is-color-blue .l-footer--02,
body.is-color-blue .c-form-confirm .c-form__input,
body.is-color-blue .p-faq-accordion__icon::before,
body.is-color-blue .p-faq-accordion__icon::after,
body.is-color-blue .l-fv-slider__item p {
  background: #00f !important;
}
body.is-color-blue .p-faq-accordion__ttl::before,
body.is-color-blue .p-faq-accordion__box::before {
  color: #00f !important;
}
body.is-color-blue .p-result__address,
body.is-color-blue .p-result__feature li::before,
body.is-color-blue .p-designer-modal__content,
body.is-color-blue .p-designer-modal__feature li::before,
body.is-color-blue .l-fv__open {
  color: #fff;
}
body.is-color-blue .c-btn01 a,
body.is-color-blue .c-form__confirm input,
body.is-color-blue .c-form-confirm__confirm input,
body.is-color-blue .c-form__submit .wpcf7-submit,
body.is-color-blue .c-form-confirm__submit .wpcf7-submit {
  border: 1px solid #fff !important;
  color: #fff !important;
  background: #00f !important;
}
body.is-color-blue .c-btn01 a:focus,
body.is-color-blue .c-form__confirm input:focus,
body.is-color-blue .c-form-confirm__confirm input:focus,
body.is-color-blue .c-form__submit .wpcf7-submit:focus,
body.is-color-blue .c-form-confirm__submit .wpcf7-submit:focus {
  background: #fff !important;
  color: #00f !important;
}
@-moz-document url-prefix() {
  body.is-color-blue .c-btn01 a:hover,
body.is-color-blue .c-form__confirm input:hover,
body.is-color-blue .c-form-confirm__confirm input:hover,
body.is-color-blue .c-form__submit .wpcf7-submit:hover,
body.is-color-blue .c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff !important;
    color: #00f !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.is-color-blue .c-btn01 a:hover,
body.is-color-blue .c-form__confirm input:hover,
body.is-color-blue .c-form-confirm__confirm input:hover,
body.is-color-blue .c-form__submit .wpcf7-submit:hover,
body.is-color-blue .c-form-confirm__submit .wpcf7-submit:hover {
    background: #fff !important;
    color: #00f !important;
  }
}
body.is-color-blue .l-header-nav__btn--02 a,
body.is-color-blue .l-header-nav__btn--02 div,
body.is-color-blue .l-header-nav__btn--01 a,
body.is-color-blue .l-header-nav__btn--01 div {
  background: #00f;
  border: 1px solid #fff;
}
body.is-color-blue .l-header-nav__btn--02 a:focus,
body.is-color-blue .l-header-nav__btn--02 div:focus,
body.is-color-blue .l-header-nav__btn--01 a:focus,
body.is-color-blue .l-header-nav__btn--01 div:focus {
  background: #fff !important;
  color: #00f !important;
}
@-moz-document url-prefix() {
  body.is-color-blue .l-header-nav__btn--02 a:hover,
body.is-color-blue .l-header-nav__btn--02 div:hover,
body.is-color-blue .l-header-nav__btn--01 a:hover,
body.is-color-blue .l-header-nav__btn--01 div:hover {
    background: #fff !important;
    color: #00f !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.is-color-blue .l-header-nav__btn--02 a:hover,
body.is-color-blue .l-header-nav__btn--02 div:hover,
body.is-color-blue .l-header-nav__btn--01 a:hover,
body.is-color-blue .l-header-nav__btn--01 div:hover {
    background: #fff !important;
    color: #00f !important;
  }
}
body.is-color-blue .l-header-btn__border,
body.is-color-blue .p-contact__list li::before,
body.is-color-blue .p-policy__inner ul li::before {
  background: #fff !important;
}
body.is-color-blue .l-header-nav__list span::after {
  border-bottom: 2px solid #fff !important;
}
body.is-color-blue .c-form__back,
body.is-color-blue .c-form-confirm__back,
body.is-color-blue .p-sort-main__item button.is-active,
body.is-color-blue .page-numbers.current {
  background: #fff !important;
  color: #00f !important;
  border: 1px solid #00f !important;
}
body.is-color-blue .c-news-item__new,
body.is-color-blue .c-news-item__cat,
body.is-color-blue .p-top-about__item,
body.is-color-blue .l-header-hum__item a,
body.is-color-blue .l-header-hum__btn a,
body.is-color-blue .p-contact-step li,
body.is-color-blue .c-form__label.is-require::after,
body.is-color-blue .p-result__grid,
body.is-color-blue .c-form-confirm__label.is-require::after,
body.is-color-blue .page-numbers {
  color: #fff !important;
  background: #00f !important;
  border: 1px solid #fff;
}
body.is-color-blue .p-contact-step li.is-current,
body.is-color-blue .c-form__input input,
body.is-color-blue .c-form__input textarea,
body.is-color-blue .c-form-confirm__input input,
body.is-color-blue .c-form-confirm__input textarea {
  background: #fff !important;
  color: #00f !important;
}
body.is-color-blue .p-top-designer__bg,
body.is-color-blue .l-fv__bg,
body.is-color-blue .p-top-news__bg,
body.is-color-blue .p-top-about__outer::before,
body.is-color-blue .p-top-issue::before {
  opacity: 0.1;
}
body.is-color-blue .c-bread__list a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
body.is-color-blue .page-numbers .prev_text::after {
  border-color: transparent transparent #fff #fff;
}
body.is-color-blue .page-numbers .next_text::after {
  border-color: #fff #fff transparent transparent;
}
body.is-color-blue .has-background {
  color: #00f;
}
body.is-color-blue .c-form__input--multi input:checked + .wpcf7-list-item-label::after,
body.is-color-blue .c-form-confirm__input--multi input:checked + .wpcf7-list-item-label::after {
  border-bottom: 2px solid #00f;
  border-right: 2px solid #00f;
}
body.is-color-blue .p-contact-step::before {
  border-bottom: 1px dashed #fff;
}
body.is-color-blue .p-faq-accordion .c-btn01--icon svg {
  fill: #fff;
}
body.is-color-blue .p-faq-accordion .c-btn01--icon a:hover svg {
  fill: #00f;
}
body.is-color-blue .p-sort-sub__item input:checked + .p-sort-sub__txt::before {
  background: #00f;
  border: 1px solid #fff;
}

.p-ab-skip {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  border-width: 0;
  white-space: nowrap;
}
.p-ab-skip:focus {
  opacity: 1;
}

.p-ab-skip:focus {
  opacity: 1;
  z-index: 9999;
}

main:focus-visible {
  outline: none !important;
  opacity: 1;
}

.p-result-table {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-result-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-result-table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .p-result-table table {
    min-width: 700px;
  }
}
.p-result-table th,
.p-result-table td {
  padding: 12px 15px;
  border: 1px solid #dcdcdc;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-result-table th,
.p-result-table td {
    padding: 10px 12px;
    font-size: 1.3rem;
  }
}
.p-result-table th {
  background: #292927;
  color: #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.p-result-table td {
  vertical-align: middle;
}
.p-result-table td:nth-child(1) {
  text-align: center;
  white-space: nowrap;
  width: 90px;
}
.p-result-table td:nth-child(3), .p-result-table td:nth-child(4), .p-result-table td:nth-child(5) {
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 500px) {
  .u-xs-sp {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .u-xs-pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .u-sm-sp {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-sm-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-md-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-md-pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .u-lg-sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .u-lg-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-xl-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-xl-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .u-xxl-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1399px) {
  .u-xxl-pc {
    display: none !important;
  }
}

.u-underline {
  text-decoration: underline;
}
.u-underline.is-no-link:focus {
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .u-underline.is-no-link:hover {
    text-decoration: underline;
  }
}
@media (hover: hover) and (pointer: fine) {
  .u-underline.is-no-link:hover {
    text-decoration: underline;
  }
}
.u-underline:focus {
  text-decoration: none;
}
@-moz-document url-prefix() {
  .u-underline:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .u-underline:hover {
    text-decoration: none;
  }
}

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

.u-anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 960px) {
  .u-anchor {
    padding-top: 65px;
    margin-top: -65px;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

/*# sourceMappingURL=style.css.map */
