/*! kiso.css v1.2.4 | MIT License | https://github.com/tak-dcxi/kiso.css */
:root {
  --color-sumikuro-800: #1b1b1b;
  --color-sumikuro-400: #5f5f5f;
  --color-sumikuro-200: #f4f4f4;
  --color-text-black-800: #1e1e1e;
  --color-gold-800: #766449ed;
  --color-gray-500: #959595;
  --color-bg: #fff;
  --font-ja: "ryo-gothic-plusn", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-en: "Work Sans", var(--font-ja);
  --fs-h1: clamp(2.25rem, 2.14rem + .449vw, 2.5rem);
  --fs-h2: clamp(1.5rem, 1.445rem + .225vw, 1.625rem);
  --fs-h3: clamp(1rem, .945rem + .225vw, 1.125rem);
  --fs-menu: 1rem;
  --fs-body: 1rem;
  --fs-body-s: .8125rem;
  --fs-body-ss: clamp(.625rem, .57rem + .225vw, .75rem);
  --fs-body-en-s: .6875rem;
  --fs-news-cat: clamp(.625rem, .57rem + .225vw, .75rem);
  --fs-tel: 1.1875rem;
  --fs-cta: 1.0625rem;
  --fs-brand: 1.25rem;
  --lh-tight: 1.2;
  --lh-snug: 1.4;
  --lh-base: 1.6;
  --ls-h1: -.05em;
  --ls-h2: -.05em;
  --ls-h3: .04em;
  --ls-tight: -.03em;
  --ls-wide: .05em;
  --space-2xs: .25rem;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: clamp(1.25rem, 1.14rem + .449vw, 1.5rem);
  --space-xl: clamp(1.5rem, 1.281rem + .899vw, 2rem);
  --space-2xl: clamp(2rem, 1.781rem + .899vw, 2.5rem);
  --space-3xl: clamp(2.5rem, 2.062rem + 1.798vw, 3.5rem);
  --space-4xl: clamp(3.5rem, 2.843rem + 2.697vw, 5rem);
  --space-5xl: clamp(5rem, 3.357rem + 6.742vw, 8.75rem);
  --pad-side: clamp(1.5rem, -.034rem + 6.292vw, 5rem);
  --pad-side-s: clamp(1.25rem, .593rem + 2.697vw, 2.75rem);
  --header-stripe: 1rem;
  --aside-w: 11.75rem;
  --content-pad-r: clamp(0rem, -4.382rem + 17.978vw, 10rem);
  --gap-grid: var(--space-sm);
  --gap-card: var(--space-sm);
  --space-section: clamp(2.5rem, .309rem + 8.989vw, 7.5rem);
  --fs-form-input: .9375rem;
  --fs-form-label: 1rem;
  --fs-info-term: .875rem;
  --fs-form-error: .8125rem;
  --fs-submit: 1.0625rem;
  --fs-copyright: .8125rem;
  --info-term-w: clamp(5rem, 2.809rem + 8.989vw, 10rem);
  --color-error: #e72222;
  --radius-sm: 2px;
  --radius-md: 4px;
  --content-max: 1280px;
  --bp-pc: 960px;
}

*, :before, :after {
  box-sizing: border-box;
}

:where(:root) {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.5;
}

:where(body) {
  min-block-size: 100dvb;
  margin: unset;
}

:where(:is(h1, h2, h3, h4, h5, h6):lang(en)) {
  text-wrap: pretty;
}

:where(h1) {
  margin-block: .67em;
  font-size: 2em;
}

:where(h2, h3, h4, h5, h6) {
  margin-block: unset;
}

:where(search) {
  display: block;
}

:where(p, blockquote, figure, pre, address, ul, ol, dl, menu) {
  margin-block: unset;
}

:where(blockquote, figure) {
  margin-inline: unset;
}

:where(p:lang(en)) {
  text-wrap: pretty;
}

:where(address:lang(ja)) {
  font-style: unset;
}

:where(ul, ol, menu) {
  padding-inline-start: unset;
  list-style-type: "";
}

:where(dt) {
  font-weight: bolder;
}

:where(dd) {
  margin-inline-start: unset;
}

:where(pre) {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

@media print {
  :where(pre) {
    text-wrap-mode: unset;
  }
}

:where(em:lang(ja)) {
  font-weight: bolder;
}

:where(:is(i, cite, em, dfn):lang(ja)) {
  font-style: unset;
}

:where(u, s, del, ins) {
  text-decoration-inset: auto;
}

:where(code, kbd, samp) {
  font-feature-settings: initial;
  font-variation-settings: initial;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: unset;
  font-variant-ligatures: none;
}

:where(abbr[title]) {
  text-decoration-inset: auto;
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

:where(time) {
  text-autospace: no-autospace;
}

@media (forced-colors: active) {
  :where(mark) {
    color: highlighttext;
    background-color: highlight;
  }
}

@media print {
  :where(mark) {
    border-style: dotted;
    border-width: 1px;
  }
}

:where(a) {
  color: unset;
}

:where(a:any-link) {
  -webkit-text-decoration-line: unset;
  text-decoration-line: unset;
  text-decoration-inset: auto;
  text-decoration-thickness: from-font;
}

:where(img, svg, picture, video, audio, canvas, model, iframe, embed, object) {
  vertical-align: bottom;
  max-inline-size: 100%;
}

:where(img, svg, picture, video, canvas, model, iframe, embed, object) {
  block-size: auto;
}

:where(iframe) {
  border: unset;
}

:where(table) {
  border-collapse: collapse;
}

:where(caption, th) {
  text-align: unset;
}

:where(caption:lang(en)) {
  text-wrap: pretty;
}

:where(button, input, select, textarea) {
  border-style: solid;
  border-width: 1px;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

::file-selector-button {
  border-style: solid;
  border-width: 1px;
  border-color: unset;
  border-radius: unset;
  color: unset;
  font: unset;
  letter-spacing: unset;
  text-align: unset;
}

:where(input:is([type="radio" i], [type="checkbox" i])) {
  margin: unset;
}

:where(input[type="file" i]) {
  border: unset;
}

:where(input[type="search" i]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where(input[type="search" i]) {
    background-color: canvas;
  }
}

:where(input:is([type="tel" i], [type="url" i], [type="email" i], [type="number" i]):not(:placeholder-shown)) {
  direction: ltr;
}

:where(textarea) {
  margin-block: unset;
  resize: block;
}

:where(input:not([type="button" i], [type="submit" i], [type="reset" i]), textarea, [contenteditable]) {
  text-autospace: no-autospace;
}

:where(button, input:is([type="button" i], [type="submit" i], [type="reset" i])) {
  background-color: unset;
}

::file-selector-button {
  background-color: unset;
}

:where(button, input:is([type="button" i], [type="submit" i], [type="reset" i]), [role="tab" i], [role="button" i], [role="option" i]) {
  touch-action: manipulation;
}

::file-selector-button {
  touch-action: manipulation;
}

:where(button:enabled, label[for], select:enabled, input:is([type="button" i], [type="submit" i], [type="reset" i], [type="radio" i], [type="checkbox" i]):enabled, [role="tab" i], [role="button" i], [role="option" i]) {
  cursor: pointer;
}

:where(:enabled)::file-selector-button {
  cursor: pointer;
}

:where(fieldset) {
  min-inline-size: 0;
  margin-inline: unset;
  padding: unset;
  border: unset;
}

:where(legend) {
  padding-inline: unset;
}

:where(progress) {
  vertical-align: unset;
}

::placeholder {
  opacity: unset;
}

:where(summary) {
  cursor: pointer;
  list-style-type: "";
}

:where(summary)::-webkit-details-marker {
  display: none;
}

:where(dialog, [popover]) {
  overscroll-behavior-block: contain;
  padding: unset;
  border: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(dialog) {
  max-inline-size: unset;
  max-block-size: unset;
}

:where(dialog)::backdrop {
  background-color: #0000004d;
  background-color: lab(0% 0 0 / .3);
}

:where([popover]) {
  margin: unset;
}

:where(:focus-visible) {
  outline-offset: 3px;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

:where(:disabled, [aria-disabled="true" i]) {
  cursor: default;
}

[hidden]:not([hidden="until-found" i]) {
  display: none !important;
}

html {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: var(--color-bg);
  color: var(--color-sumikuro-800);
  font-family: var(--font-ja);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: var(--lh-base);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.js-fade-in {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1);
  transform: translateY(16px);
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-in {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.y-page {
  background: var(--color-bg);
  padding-top: var(--space-5xl);
  position: relative;
}

.y-container {
  max-width: calc(var(--content-max) + var(--pad-side) * 2);
  padding-inline: var(--pad-side);
  margin-inline: auto;
}

.y-site-header {
  z-index: 50;
  border-top: 16px solid var(--color-sumikuro-800, #1b1b1b);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s, transform .5s;
  position: fixed;
  inset: 0 0 auto;
  transform: translateY(-4px);
}

.is-scrolled .y-site-header {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.y-site-header__inner {
  padding-top: var(--space-2xl);
  pointer-events: auto;
  justify-content: center;
  display: flex;
}

.y-site-header__logo {
  width: 89px;
  height: 18px;
  display: block;
}

.y-site-header__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 959px) {
  .y-site-header__inner {
    display: none;
  }
}

.y-site-copyright {
  padding: var(--space-lg) var(--pad-side);
  font-family: var(--font-en);
  font-size: var(--fs-copyright);
  line-height: var(--lh-snug);
  color: var(--color-sumikuro-400);
  justify-content: flex-end;
  display: flex;
}

@media (max-width: 959px) {
  .y-site-copyright {
    padding: var(--space-md) var(--space-lg);
  }
}

.y-first-view-brand {
  top: var(--space-2xl);
  left: var(--pad-side);
  z-index: 51;
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: var(--fs-brand);
  letter-spacing: .02em;
  line-height: var(--lh-snug);
  color: var(--color-sumikuro-800);
  margin: 0;
  transition: opacity .5s, transform .5s;
  position: fixed;
}

.is-scrolled .y-first-view-brand {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}

@media (max-width: 959px) {
  .y-first-view-brand {
    top: var(--space-lg);
    left: var(--space-lg);
  }
}

.y-pin-stack {
  position: relative;
}

.y-pin-stack.has-pin {
  height: 519.2svh;
}

.y-pin-stack.has-pin .y-pin-stack__view {
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.y-pin-stack.has-pin .y-hero, .y-pin-stack.has-pin .y-tracing-copy {
  min-height: 0;
  position: absolute;
  inset: 0;
}

.y-pin-stack.has-pin .y-tracing-copy {
  opacity: var(--copy-fade-in, 0);
}

.y-hero {
  background: var(--color-bg);
  place-items: center;
  min-height: 100svh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.y-hero__logo-scroll {
  opacity: calc(1 - var(--hero-progress, 0));
  transform: translateY(calc(var(--hero-progress, 0) * -40px));
  will-change: opacity, transform;
}

.y-hero__logo {
  aspect-ratio: 427 / 86;
  width: clamp(12.5rem, 16.667vw, 15rem);
  animation: 3s cubic-bezier(.2, .8, .2, 1) both hero-logo-emerge;
}

.y-hero__logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes hero-logo-emerge {
  0% {
    opacity: 0;
    filter: blur(14px);
  }

  100% {
    opacity: 1;
    filter: blur();
  }
}

@keyframes hero-text-emerge {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .y-hero__logo, .y-first-view-brand {
    animation: none;
  }
}

.y-tracing-copy {
  min-height: 100svh;
  padding: var(--space-4xl) var(--pad-side);
  background: var(--color-bg);
  color: var(--color-sumikuro-800);
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.y-tracing-copy__svg {
  aspect-ratio: 29 / 430;
  width: auto;
  height: clamp(22.5rem, 60svh, 33.75rem);
  display: block;
  overflow: visible;
}

.y-tracing-copy__band {
  fill: #fff;
  transform: scaleY(var(--band-p, 0));
  transform-box: fill-box;
  transform-origin: top;
  opacity: var(--band-p, 0);
}

@media (prefers-reduced-motion: reduce) {
  .y-tracing-copy__band {
    opacity: 1;
    transform: scaleY(1);
  }
}

.y-works > .y-container {
  gap: var(--space-4xl);
  flex-direction: column;
  display: flex;
}

.y-works__brand {
  display: none;
}

@media (max-width: 959px) {
  .y-works__brand {
    width: 89px;
    height: 18px;
    margin-inline: auto;
    display: block;
  }

  .y-works__brand img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
  }
}

.y-works__grid {
  gap: var(--gap-grid);
  flex-direction: column;
  display: flex;
}

.y-works__row {
  gap: var(--gap-grid);
  background: var(--color-bg);
  padding-block: var(--space-md);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  position: sticky;
  top: 120px;
}

.y-work-card {
  gap: var(--gap-card);
  text-align: left;
  opacity: 0;
  flex-direction: column;
  transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1);
  display: flex;
  transform: translateY(16px);
}

.y-work-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .y-work-card {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.y-work-card__thumb {
  aspect-ratio: 4 / 3;
  background: var(--color-sumikuro-200);
  width: 100%;
  overflow: hidden;
}

.y-work-card__thumb img {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.y-work-card:hover .y-work-card__thumb img {
  transform: scale(1.05);
}

.y-work-card__title {
  font-size: var(--fs-h3);
  letter-spacing: var(--ls-h3);
  color: #000;
  line-height: var(--lh-snug);
  transition: color .2s;
}

.y-work-card:hover .y-work-card__title {
  color: #766449ed;
}

@media (prefers-reduced-motion: reduce) {
  .y-work-card__thumb img, .y-work-card__title {
    transition: none;
  }

  .y-work-card:hover .y-work-card__thumb img {
    transform: none;
  }
}

.y-work-card__category {
  font-size: var(--fs-body-en-s);
  color: var(--color-gray-500);
  line-height: var(--lh-snug);
}

@media (max-width: 959px) {
  .y-works, .y-works__grid {
    gap: var(--space-md);
  }

  .y-works__row {
    display: contents;
  }

  .y-work-card {
    background: var(--color-bg);
    padding-block: var(--space-md);
    position: sticky;
    top: 64px;
  }

  .y-work-card__thumb {
    aspect-ratio: 16 / 11;
  }
}

.y-newsbar {
  z-index: 40;
  background: var(--color-sumikuro-200);
  padding: 14px var(--pad-side-s) 12px;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), opacity .35s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.y-newsbar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .y-newsbar {
    transition: opacity .2s;
    transform: none;
  }
}

.y-newsbar__wrap {
  max-width: var(--content-max);
  align-items: center;
  gap: var(--space-2xl);
  margin-inline: auto;
  display: flex;
}

.y-newsbar__inner {
  align-items: center;
  gap: var(--space-lg);
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

.y-news-cat {
  padding: 1px var(--space-xs);
  border: 1px solid var(--color-sumikuro-400);
  border-radius: var(--radius-sm);
  font-size: var(--fs-news-cat);
  letter-spacing: .05em;
  line-height: var(--lh-base);
  color: var(--color-sumikuro-800);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.y-news-item {
  align-items: center;
  gap: var(--space-xs);
  min-width: 0;
  font-size: var(--fs-body-s);
  color: var(--color-sumikuro-800);
  flex: 1 1 0;
  transition: color .2s;
  display: flex;
}

.y-news-item:hover {
  color: #766449ed;
}

.y-news-item__date {
  flex-shrink: 0;
}

.y-news-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.y-newsbar__more {
  font-size: var(--fs-body-s);
  color: var(--color-sumikuro-800);
  border-bottom: 1px solid;
  flex-shrink: 0;
  transition: color .2s;
}

.y-newsbar__more:hover {
  color: #766449ed;
}

@media (max-width: 959px) {
  .y-newsbar {
    padding: 12px var(--space-lg);
  }

  .y-newsbar__wrap {
    gap: var(--space-lg);
  }

  .y-newsbar__inner {
    gap: var(--space-xs);
  }
}

.y-about {
  padding-block: 200px var(--space-4xl);
}

.y-about__inner {
  grid-template-columns: var(--aside-w) 1fr;
  align-items: start;
  gap: 10%;
  display: grid;
}

.y-about__main {
  flex-direction: column;
  gap: 200px;
  display: flex;
}

@media (max-width: 959px) {
  .y-about {
    padding-block: 160px var(--space-2xl);
  }

  .y-about__inner {
    display: block;
  }

  .y-about__inner > .y-about__aside {
    display: none;
  }

  .y-about__main {
    gap: 120px;
  }
}

.y-about__aside {
  flex-direction: column;
  gap: 0;
  display: flex;
  position: sticky;
  top: 120px;
}

.y-about__aside-inner {
  width: 100%;
  max-width: var(--aside-w);
  flex-direction: column;
  display: flex;
}

.y-about__aside--drawer .y-about__aside-inner {
  max-width: 216px;
}

.y-about__aside-nav {
  margin-top: 62px;
}

.y-about__aside--drawer {
  z-index: 80;
  background: var(--color-bg);
  opacity: 0;
  visibility: hidden;
  padding: 24px 80px 24px 24px;
  transition: opacity .3s, visibility 0s linear .3s;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.is-menu-open .y-about__aside--drawer {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility;
}

@media (min-width: 960px) {
  .y-about__aside--drawer {
    display: none;
  }
}

.is-menu-open {
  overflow: hidden;
}

.y-brand-name {
  font-size: var(--fs-brand);
  letter-spacing: .02em;
  line-height: var(--lh-snug);
  color: var(--color-sumikuro-800);
  font-weight: 500;
}

.y-global-nav {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.y-global-nav__item {
  align-items: center;
  gap: var(--space-xs);
  padding-bottom: var(--space-2xs);
  font-size: var(--fs-menu);
  line-height: var(--lh-tight);
  color: var(--color-sumikuro-800);
  transition: color .2s;
  display: inline-flex;
}

.y-global-nav__item:before {
  content: "";
  background: currentColor;
  flex-shrink: 0;
  width: 8px;
  height: 1px;
}

.y-global-nav__item:hover {
  color: #766449ed;
}

.y-sns-list {
  gap: var(--space-xs);
  flex-direction: column;
  display: flex;
}

.y-about__aside-foot {
  gap: var(--space-xs);
  flex-direction: column;
  margin-top: 56px;
  display: flex;
}

.y-policy-link {
  align-items: center;
  gap: var(--space-xs);
  padding-bottom: var(--space-2xs);
  letter-spacing: var(--ls-tight);
  color: var(--color-sumikuro-400);
  font-size: .9375rem;
  transition: color .2s;
  display: inline-flex;
}

.y-policy-link:before {
  content: "";
  background: currentColor;
  flex-shrink: 0;
  width: 8px;
  height: 1px;
}

.y-policy-link:hover {
  color: #766449ed;
}

.y-cta-contact {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-xs);
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: var(--fs-cta);
  letter-spacing: .03em;
  line-height: var(--lh-tight);
  background: #766449ed;
  padding: 12px 8px 10px;
  transition: opacity .2s;
  display: flex;
}

.y-cta-contact:hover {
  opacity: .85;
}

.y-cta-contact__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.y-tel-block {
  align-items: center;
  gap: var(--space-xs);
  padding-bottom: var(--space-2xs);
  flex-direction: column;
  display: flex;
}

.y-about__aside--drawer .y-tel-block {
  align-items: flex-start;
}

.y-about__aside--drawer .y-tel-block__hour {
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
}

.y-tel-block__row {
  align-items: center;
  gap: var(--space-2xs);
  color: var(--color-sumikuro-800);
  display: inline-flex;
}

.y-tel-block__label {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: var(--fs-body-en-s);
  line-height: 1;
}

.y-tel-block__row {
  transition: color .2s;
}

.y-tel-block__row:has(.y-tel-block__num:hover) {
  color: #766449ed;
}

.y-tel-block__num {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: var(--fs-tel);
  line-height: 1;
  text-decoration: underline;
}

.y-tel-block__hour {
  font-size: var(--fs-body-ss);
  letter-spacing: var(--ls-wide);
  color: var(--color-sumikuro-400);
  line-height: 1;
}

.y-service {
  flex-direction: column;
  display: flex;
}

.y-service__intro {
  flex-direction: column;
  gap: 29px;
  max-width: 720px;
  margin-bottom: 80px;
  display: flex;
}

.y-service > .y-section-title {
  margin-bottom: 56px;
}

.y-section-title {
  align-items: center;
  gap: var(--space-xs);
  font-size: var(--fs-body-s);
  color: var(--color-text-black-800);
  line-height: var(--lh-base);
  display: inline-flex;
}

.y-section-title:before {
  content: "";
  background: currentColor;
  flex-shrink: 0;
  width: 16px;
  height: 1px;
}

.y-service__heading {
  letter-spacing: -.02em;
  font-size: 40px;
  line-height: var(--lh-snug);
  color: var(--color-text-black-800);
}

.y-service__heading br + span, .y-service__heading span {
  display: block;
}

.y-service__lead {
  gap: var(--space-sm);
  font-size: var(--fs-body);
  color: var(--color-text-black-800);
  line-height: var(--lh-base);
  flex-direction: column;
  display: flex;
}

.y-depts {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  display: grid;
}

.y-dept__head {
  align-items: center;
  gap: var(--space-md);
  padding-bottom: var(--space-xs);
  display: flex;
}

.y-dept__name {
  font-size: var(--fs-h2);
  letter-spacing: var(--ls-h2);
  line-height: var(--lh-snug);
  color: var(--color-text-black-800);
  white-space: nowrap;
}

.y-dept__rule {
  background: var(--color-sumikuro-800);
  flex: 1 1 0;
  min-width: 0;
  height: 1.5px;
}

.y-dept__body {
  gap: var(--space-md);
  flex-direction: column;
  padding-left: 180px;
  display: flex;
}

.y-dept__desc {
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  color: var(--color-text-black-800);
}

.y-service-list {
  gap: var(--space-xs);
  flex-direction: column;
  display: flex;
}

.y-service-list__item {
  gap: var(--space-xs);
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: var(--fs-body);
  line-height: var(--lh-snug);
  color: var(--color-sumikuro-800);
  align-items: flex-start;
  display: flex;
}

.y-service-list__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

@media (max-width: 959px) {
  .y-depts {
    gap: var(--space-2xl);
    grid-template-columns: 1fr;
  }

  .y-dept__body {
    padding-left: var(--space-4xl);
  }
}

.y-section-block {
  gap: var(--space-4xl);
  flex-direction: column;
  display: flex;
}

.y-info-list {
  gap: var(--space-md);
  flex-direction: column;
  max-width: 720px;
  margin: 0;
  display: flex;
}

.y-info-list__row {
  gap: var(--space-xs);
  padding-bottom: var(--space-md);
  border-bottom: 1.5px solid var(--color-sumikuro-400);
  align-items: flex-start;
  display: flex;
}

.y-info-list__term {
  width: 160px;
  padding-top: var(--space-2xs);
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: var(--fs-info-term);
  letter-spacing: .02em;
  line-height: var(--lh-tight);
  color: var(--color-text-black-800);
  flex-shrink: 0;
}

.y-info-list__desc {
  min-width: 0;
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  color: var(--color-text-black-800);
  white-space: pre-line;
  flex: 1 1 0;
  margin: 0;
  padding-right: clamp(0rem, 8.122vw - 1.878rem, 5rem);
}

@media (max-width: 959px) {
  .y-info-list__term {
    width: 80px;
  }

  .y-info-list__desc {
    padding-right: 0;
  }
}

.y-contact__body {
  flex-direction: column;
  gap: 40px;
  max-width: 720px;
  display: flex;
}

.y-contact__lead {
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  color: var(--color-text-black-800);
}

.y-contact__lead p {
  margin-top: 0;
}

.y-contact__lead a {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.form-rows {
  gap: var(--space-xs);
  flex-direction: column;
  display: flex;
}

.form-row {
  gap: var(--space-xs);
  grid-template-columns: 200px 1fr;
  align-items: start;
  display: grid;
}

.form-row__label {
  padding-top: var(--space-md);
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: var(--fs-form-label);
  line-height: var(--lh-snug);
  color: var(--color-text-black-800);
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.form-row__field {
  gap: var(--space-2xs);
  flex-direction: column;
  display: flex;
}

.form-row__inputs {
  gap: var(--space-xs);
  display: flex;
}

.form-row__inputs > * {
  flex: 1 1 0;
  min-width: 0;
}

.form-input, .form-textarea {
  background: var(--color-sumikuro-200);
  border-radius: var(--radius-sm);
  width: 100%;
  padding: var(--space-md);
  font-family: var(--font-ja);
  font-size: var(--fs-form-input);
  line-height: var(--lh-base);
  color: var(--color-text-black-800);
  border: 1px solid #0000;
  transition: border-color .15s;
}

.form-input::placeholder, .form-textarea::placeholder {
  color: var(--color-sumikuro-400);
}

.form-input:focus, .form-textarea:focus {
  border-color: var(--color-sumikuro-400);
  outline: none;
}

.form-textarea {
  resize: vertical;
  min-height: 160px;
}

.form-row--invalid .form-input, .form-row--invalid .form-textarea, .form-input.wpcf7-not-valid, .form-textarea.wpcf7-not-valid {
  border-color: var(--color-error);
}

.form-error, .wpcf7-not-valid-tip {
  padding: var(--space-2xs) 0;
  font-size: var(--fs-form-error);
  font-weight: 500;
  line-height: var(--lh-base);
  color: var(--color-error);
  margin: 0;
}

.form-error {
  display: none;
}

.form-row--invalid .form-error, .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-not-valid-tip:before {
  content: "※ ";
}

.wpcf7 form .wpcf7-response-output {
  margin: var(--space-md) 0 0;
  padding: var(--space-2xs) var(--space-sm);
  border: 0;
  border-left: 2px solid var(--color-sumikuro-400);
  font-size: var(--fs-form-error);
  line-height: var(--lh-base);
  color: var(--color-text-black-800);
  background: none;
  border-radius: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  text-align: center;
  color: var(--color-error);
  border-left: 0;
}

.form-submit-wrap {
  padding-left: calc(200px + var(--space-xs));
  padding-block: var(--space-md);
  display: flex;
  position: relative;
}

.form-submit-wrap .wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.form-submit {
  appearance: none;
  cursor: pointer;
  background: var(--color-sumikuro-800);
  color: #fff;
  font-family: var(--font-ja);
  font-size: var(--fs-submit);
  letter-spacing: .03em;
  line-height: var(--lh-tight);
  border-radius: var(--radius-md);
  border: 0;
  width: 318px;
  max-width: 100%;
  padding: 20px 80px 18px;
  transition: opacity .15s;
}

.form-submit:hover, .form-submit:focus-visible {
  opacity: .85;
}

@media (max-width: 959px) {
  .form-row {
    gap: var(--space-2xs);
    grid-template-columns: 1fr;
  }

  .form-row__label {
    padding-top: var(--space-md);
    width: auto;
  }

  .form-submit-wrap {
    justify-content: center;
    padding-left: 0;
  }

  .form-submit {
    padding: 18px var(--space-3xl) 16px;
  }
}

.y-menu-toggle {
  z-index: 90;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-xs);
  cursor: pointer;
  width: 88px;
  height: 72px;
  font-family: var(--font-ja);
  letter-spacing: .05em;
  font-size: .9375rem;
  font-weight: 500;
  line-height: var(--lh-tight);
  color: var(--color-sumikuro-800);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: none;
  border: 0;
  flex-direction: column;
  padding-bottom: 12px;
  transition: opacity .4s, visibility 0s linear .4s;
  display: none;
  position: fixed;
  top: 16px;
  right: 0;
}

.y-menu-toggle.is-visible, .is-menu-open .y-menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .4s, visibility;
}

.y-menu-toggle__bars {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
  display: flex;
}

.y-menu-toggle__bar-top, .y-menu-toggle__bar-mid, .y-menu-toggle__bar-bottom {
  background: var(--color-sumikuro-800);
  height: 1.5px;
  transition: width .3s, transform .3s, opacity .2s;
}

.y-menu-toggle__bar-top {
  width: 14px;
}

.y-menu-toggle__bar-mid {
  width: 28px;
}

.y-menu-toggle__bar-bottom {
  width: 48px;
}

.is-menu-open .y-menu-toggle__bar-top {
  width: 36px;
  transform: translateY(6.5px) rotate(20deg);
}

.is-menu-open .y-menu-toggle__bar-mid {
  opacity: 0;
}

.is-menu-open .y-menu-toggle__bar-bottom {
  width: 36px;
  transform: translateY(-6.5px) rotate(-20deg);
}

.y-menu-toggle__label--close, .is-menu-open .y-menu-toggle__label--menu {
  display: none;
}

.is-menu-open .y-menu-toggle__label--close {
  display: inline;
}

@media (max-width: 959px) {
  .y-menu-toggle {
    display: flex;
  }
}

.y-sns-link {
  align-items: center;
  gap: var(--space-xs);
  font-size: var(--fs-body-s);
  color: var(--color-sumikuro-400);
  transition: color .2s;
  display: inline-flex;
}

.y-sns-link:hover {
  color: #766449ed;
}

.y-sns-link__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
}

.y-scroll-cue {
  z-index: 5;
  pointer-events: none;
  width: 1px;
  height: 48px;
  opacity: clamp(0, calc(1 - var(--hero-progress, 0) * 20), 1);
  will-change: opacity;
  transition: opacity .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 960px) {
  .y-scroll-cue {
    height: 72px;
  }
}

.y-scroll-cue__bar {
  background: var(--color-sumikuro-400);
  width: 100%;
  height: 100%;
  animation: 2.6s cubic-bezier(.65, 0, .35, 1) infinite y-scroll-cue-flow;
  display: block;
  transform: scaleY(0);
}

@keyframes y-scroll-cue-flow {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }

  45% {
    transform-origin: top;
    transform: scaleY(1);
  }

  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }

  95% {
    transform-origin: bottom;
    transform: scaleY(0);
  }

  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .y-scroll-cue__bar {
    opacity: .6;
    animation: none;
    transform: scaleY(1);
  }
}

.wp-block-heading.is-style-heading-border-left {
  align-items: center;
  gap: var(--space-xs);
  font-size: var(--fs-body-s);
  line-height: var(--lh-base);
  letter-spacing: 0;
  color: var(--color-text-black-800);
  margin: 0;
  display: flex;
}

.wp-block-heading.is-style-heading-border-left:before {
  content: "";
  background: var(--color-sumikuro-400);
  flex-shrink: 0;
  width: 16px;
  height: 1px;
}

.wp-block-heading.is-style-heading-border-right {
  align-items: center;
  gap: var(--space-md);
  font-size: var(--fs-h2);
  font-weight: 400;
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-h2);
  color: var(--color-text-black-800);
  white-space: nowrap;
  display: flex;
}

.wp-block-heading.is-style-heading-border-right:after {
  content: "";
  background: var(--color-sumikuro-800);
  flex: 1 1 0;
  min-width: 0;
  height: 1.5px;
  transform: translateY(.1em);
}

.wp-block-list.is-style-list-check {
  gap: var(--space-xs);
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.wp-block-list.is-style-list-check li {
  align-items: flex-start;
  gap: var(--space-xs);
  font-weight: 500;
  font-size: var(--fs-body);
  line-height: var(--lh-snug);
  color: var(--color-sumikuro-800);
  display: flex;
}

.wp-block-list.is-style-list-check li:before {
  content: "";
  background-color: currentColor;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.6'%3E%3Cpolyline points='5,12.5 10,17 19,7'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='1.6'%3E%3Cpolyline points='5,12.5 10,17 19,7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wp-block-table.is-style-info-list {
  max-width: 720px;
}

.wp-block-table.is-style-info-list table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table.is-style-info-list td {
  border: 0;
  border-bottom: 1.5px solid var(--color-sumikuro-400);
  padding: var(--space-md) 0;
  vertical-align: top;
}

.wp-block-table.is-style-info-list tr:first-child td {
  padding-top: 0;
}

.wp-block-table.is-style-info-list td:first-child {
  width: 160px;
  padding-right: var(--space-xs);
  padding-top: calc(var(--space-md) + var(--space-2xs));
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: var(--fs-info-term);
  letter-spacing: .02em;
  line-height: var(--lh-tight);
  color: var(--color-text-black-800);
}

.wp-block-table.is-style-info-list tr:first-child td:first-child {
  padding-top: 0;
}

.wp-block-table.is-style-info-list td:not(:first-child) {
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  color: var(--color-text-black-800);
  white-space: pre-line;
  padding-right: clamp(0rem, 8.122vw - 1.878rem, 5rem);
}

@media (max-width: 959px) {
  .wp-block-table.is-style-info-list td:first-child {
    width: 80px;
  }

  .wp-block-table.is-style-info-list td:not(:first-child) {
    padding-right: 0;
  }
}

.wp-block-button.is-style-sns-instagram .wp-block-button__link {
  align-items: center;
  gap: var(--space-xs);
  color: var(--color-sumikuro-400);
  font-family: var(--font-ja);
  font-size: var(--fs-body-s);
  font-weight: 400;
  line-height: var(--lh-tight);
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.wp-block-button.is-style-sns-instagram .wp-block-button__link:before {
  content: "";
  background-color: currentColor;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='black'%3E%3Cpath d='M9 6C8.20435 6 7.44129 6.31607 6.87868 6.87868C6.31607 7.44129 6 8.20435 6 9C6 9.79565 6.31607 10.5587 6.87868 11.1213C7.44129 11.6839 8.20435 12 9 12C9.79565 12 10.5587 11.6839 11.1213 11.1213C11.6839 10.5587 12 9.79565 12 9C12 8.20435 11.6839 7.44129 11.1213 6.87868C10.5587 6.31607 9.79565 6 9 6Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.44823 1.25093C7.47351 0.916356 10.5265 0.916356 13.5518 1.25093C15.2046 1.43513 16.537 2.7341 16.7311 4.39017C17.0896 7.45266 17.0896 10.5464 16.7311 13.6089C16.537 15.265 15.2046 16.5639 13.5527 16.749C10.5271 17.0837 7.4738 17.0837 4.44823 16.749C2.79549 16.5639 1.46302 15.265 1.26894 13.6098C0.910353 10.547 0.910353 7.45295 1.26894 4.39017C1.46302 2.7341 2.79549 1.43513 4.44823 1.25093ZM13.3516 3.7863C13.1208 3.7863 12.8994 3.87785 12.7362 4.04079C12.573 4.20374 12.4813 4.42474 12.4813 4.65518C12.4813 4.88562 12.573 5.10662 12.7362 5.26956C12.8994 5.43251 13.1208 5.52405 13.3516 5.52405C13.5825 5.52405 13.8038 5.43251 13.9671 5.26956C14.1303 5.10662 14.222 4.88562 14.222 4.65518C14.222 4.42474 14.1303 4.20374 13.9671 4.04079C13.8038 3.87785 13.5825 3.7863 13.3516 3.7863ZM4.86599 8.99954C4.86599 7.90495 5.30154 6.8552 6.07682 6.08121C6.8521 5.30722 7.90361 4.8724 9.00002 4.8724C10.0964 4.8724 11.1479 5.30722 11.9232 6.08121C12.6985 6.8552 13.1341 7.90495 13.1341 8.99954C13.1341 10.0941 12.6985 11.1439 11.9232 11.9179C11.1479 12.6919 10.0964 13.1267 9.00002 13.1267C7.90361 13.1267 6.8521 12.6919 6.07682 11.9179C5.30154 11.1439 4.86599 10.0941 4.86599 8.99954Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' fill='black'%3E%3Cpath d='M9 6C8.20435 6 7.44129 6.31607 6.87868 6.87868C6.31607 7.44129 6 8.20435 6 9C6 9.79565 6.31607 10.5587 6.87868 11.1213C7.44129 11.6839 8.20435 12 9 12C9.79565 12 10.5587 11.6839 11.1213 11.1213C11.6839 10.5587 12 9.79565 12 9C12 8.20435 11.6839 7.44129 11.1213 6.87868C10.5587 6.31607 9.79565 6 9 6Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.44823 1.25093C7.47351 0.916356 10.5265 0.916356 13.5518 1.25093C15.2046 1.43513 16.537 2.7341 16.7311 4.39017C17.0896 7.45266 17.0896 10.5464 16.7311 13.6089C16.537 15.265 15.2046 16.5639 13.5527 16.749C10.5271 17.0837 7.4738 17.0837 4.44823 16.749C2.79549 16.5639 1.46302 15.265 1.26894 13.6098C0.910353 10.547 0.910353 7.45295 1.26894 4.39017C1.46302 2.7341 2.79549 1.43513 4.44823 1.25093ZM13.3516 3.7863C13.1208 3.7863 12.8994 3.87785 12.7362 4.04079C12.573 4.20374 12.4813 4.42474 12.4813 4.65518C12.4813 4.88562 12.573 5.10662 12.7362 5.26956C12.8994 5.43251 13.1208 5.52405 13.3516 5.52405C13.5825 5.52405 13.8038 5.43251 13.9671 5.26956C14.1303 5.10662 14.222 4.88562 14.222 4.65518C14.222 4.42474 14.1303 4.20374 13.9671 4.04079C13.8038 3.87785 13.5825 3.7863 13.3516 3.7863ZM4.86599 8.99954C4.86599 7.90495 5.30154 6.8552 6.07682 6.08121C6.8521 5.30722 7.90361 4.8724 9.00002 4.8724C10.0964 4.8724 11.1479 5.30722 11.9232 6.08121C12.6985 6.8552 13.1341 7.90495 13.1341 8.99954C13.1341 10.0941 12.6985 11.1439 11.9232 11.9179C11.1479 12.6919 10.0964 13.1267 9.00002 13.1267C7.90361 13.1267 6.8521 12.6919 6.07682 11.9179C5.30154 11.1439 4.86599 10.0941 4.86599 8.99954Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wp-block-button.is-style-sns-instagram .wp-block-button__link:hover {
  color: #766449ed;
}

.wp-block-button.is-style-cta-contact .wp-block-button__link {
  justify-content: space-between;
  align-items: center;
  gap: var(--space-xs);
  border-radius: var(--radius-sm);
  color: #fff;
  font-family: var(--font-ja);
  font-size: var(--fs-cta);
  font-weight: 400;
  line-height: var(--lh-tight);
  letter-spacing: .03em;
  background: #766449ed;
  border: 0;
  padding: 12px 8px 10px;
  text-decoration: none;
  display: flex;
}

.wp-block-button.is-style-cta-contact .wp-block-button__link:after {
  content: "";
  background-color: currentColor;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  transition: transform .35s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8552 0.146349C13.9238 0.214834 13.9709 0.301766 13.991 0.396569C14.0111 0.491373 14.0031 0.589963 13.9682 0.680349L8.9682 13.6803C8.93281 13.7723 8.87102 13.8518 8.79059 13.9088C8.71017 13.9658 8.6147 13.9977 8.51618 14.0006C8.41766 14.0035 8.32049 13.9772 8.23687 13.925C8.15325 13.8728 8.08691 13.7971 8.0462 13.7073L5.9552 9.10735L9.0312 6.03035C9.16368 5.88817 9.2358 5.70013 9.23237 5.50583C9.22895 5.31152 9.15023 5.12614 9.01282 4.98873C8.87541 4.85131 8.69002 4.7726 8.49572 4.76917C8.30142 4.76575 8.11337 4.83787 7.9712 4.97035L4.8942 8.04635L0.294198 5.95635C0.204165 5.91569 0.128195 5.84926 0.0758762 5.76547C0.0235573 5.68167 -0.0027655 5.58425 0.000229985 5.48551C0.00322547 5.38676 0.035405 5.29112 0.0927072 5.21065C0.150009 5.13017 0.229866 5.06848 0.322198 5.03335L13.3222 0.0333486C13.4125 -0.00137688 13.5108 -0.00918444 13.6054 0.0108718C13.7 0.030928 13.7868 0.0779874 13.8552 0.146349Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8552 0.146349C13.9238 0.214834 13.9709 0.301766 13.991 0.396569C14.0111 0.491373 14.0031 0.589963 13.9682 0.680349L8.9682 13.6803C8.93281 13.7723 8.87102 13.8518 8.79059 13.9088C8.71017 13.9658 8.6147 13.9977 8.51618 14.0006C8.41766 14.0035 8.32049 13.9772 8.23687 13.925C8.15325 13.8728 8.08691 13.7971 8.0462 13.7073L5.9552 9.10735L9.0312 6.03035C9.16368 5.88817 9.2358 5.70013 9.23237 5.50583C9.22895 5.31152 9.15023 5.12614 9.01282 4.98873C8.87541 4.85131 8.69002 4.7726 8.49572 4.76917C8.30142 4.76575 8.11337 4.83787 7.9712 4.97035L4.8942 8.04635L0.294198 5.95635C0.204165 5.91569 0.128195 5.84926 0.0758762 5.76547C0.0235573 5.68167 -0.0027655 5.58425 0.000229985 5.48551C0.00322547 5.38676 0.035405 5.29112 0.0927072 5.21065C0.150009 5.13017 0.229866 5.06848 0.322198 5.03335L13.3222 0.0333486C13.4125 -0.00137688 13.5108 -0.00918444 13.6054 0.0108718C13.7 0.030928 13.7868 0.0779874 13.8552 0.146349Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wp-block-button.is-style-cta-contact .wp-block-button__link:hover:after {
  transform: translate(7px, -2px);
}

.wp-block-navigation-item.is-style-nav-link-line-left .wp-block-navigation-item__content {
  align-items: center;
  gap: var(--space-xs);
  padding-bottom: var(--space-2xs);
  font-size: var(--fs-menu);
  line-height: var(--lh-tight);
  color: var(--color-sumikuro-800);
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.wp-block-navigation-item.is-style-nav-link-line-left .wp-block-navigation-item__content:before {
  content: "";
  background: currentColor;
  flex-shrink: 0;
  width: 8px;
  height: 1px;
}

.wp-block-navigation-item.is-style-nav-link-line-left .wp-block-navigation-item__content:hover {
  color: #766449ed;
}

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

.y-br-sp {
  display: none;
}

@media (max-width: 959px) {
  .y-br-sp {
    display: inline;
  }
}

@media not all and (min-width: 782px) {
  .u-pl-80-mobile {
    padding-left: 80px !important;
  }
}

@media (min-width: 782px) {
  .u-pl-180-desktop {
    padding-left: 180px !important;
  }
}
