@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-appearance: textfield;
       appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #645f5a;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  background-color: #eae5df;
  overflow-x: clip;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ワイド幅（中央で広め） */
.alignwide {
  padding: 0 8vw;
  max-width: calc(1536px + 16vw);
  margin-left: auto;
  margin-right: auto;
}

/* 全幅（ビューポートいっぱいにブレイクアウト） */
.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignfull > * {
  padding: 0 8vw;
  max-width: calc(1536px + 16vw);
  margin-left: auto;
  margin-right: auto;
}

/* 画像・カバーなども全幅時は横いっぱい */
.wp-block-image.alignfull img,
.wp-block-cover.alignfull {
  width: 100%;
}

/* もし親がoverflow: hiddenでクリップしているなら外す */
.entry-content, .site-main {
  overflow: visible;
}

@-webkit-keyframes scroll-anim {
  100% {
    background-position: -1400px 0;
  }
}

@keyframes scroll-anim {
  100% {
    background-position: -1400px 0;
  }
}
@media screen and (min-width: 1024px) {
  @-webkit-keyframes scroll-anim {
    100% {
      background-position: -2338px 0;
    }
  }
  @keyframes scroll-anim {
    100% {
      background-position: -2338px 0;
    }
  }
}
@-webkit-keyframes headingBg {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes headingBg {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes imageWipe {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes imageWipe {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  60% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  45% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  30% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  45% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.curve {
  position: relative;
  aspect-ratio: 127/30;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  margin-top: 70px;
  overflow-x: clip;
}

.c-curve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.c-curve__lg {
  display: none;
}

@media (min-width: 768px) {
  .c-curve__sm {
    display: none;
  }

  .c-curve__lg {
    display: block;
  }
}
.c-curve path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  -webkit-transition: stroke-dashoffset 5s ease;
  transition: stroke-dashoffset 5s ease;
}

.c-curve.scroll-animate.in-view path {
  stroke-dashoffset: 0;
}

@media (prefers-reduced-motion: reduce) {
  .c-curve path {
    -webkit-transition: none;
    transition: none;
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) {
  .curve {
    aspect-ratio: 64/15;
    margin-top: 3.2vw;
  }
  .curve + section {
    margin-top: -15vw;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

br.lg {
  display: none;
}

@media screen and (min-width: 768px) {
  br.sm {
    display: none;
  }

  br.lg {
    display: inline;
  }
}
/* 任意のブロック要素を中央寄せ */
.u-mx-auto {
  margin-inline: auto;
}

/* 古いブラウザ用フォールバック（必要なら） */
@supports not (margin-inline: auto) {
  .u-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 画像など inline要素は念のため */
img.u-mx-auto {
  display: block;
}

.wp-block-separator {
  border: none;
  background: #cfcecc;
  height: 1px;
}

.grecaptcha-badge {
  display: none !important;
}

.recaptcha-note {
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  z-index: 9999;
}
.site-header.is-scrolled {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.site-header .header-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4vw;
  max-width: calc(1536px + 8vw);
  margin: 0 auto;
}
.site-header .site-title {
  margin: 0;
}
.site-header .site-title a {
  display: block;
}
.site-header .btn-toggle {
  width: 3.125rem;
  height: 3.125rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.site-header .btn-toggle::before, .site-header .btn-toggle::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 25px;
  height: 2px;
  background: #74c5be;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site-header .btn-toggle::before {
  top: 19px;
}
.site-header .btn-toggle::after {
  bottom: 19px;
}
.site-header .btn-toggle.is-opened::before, .site-header .btn-toggle.is-opened::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  bottom: unset;
  background: #fff;
}
.site-header .btn-toggle.is-opened::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
.site-header .btn-toggle.is-opened::after {
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

@media screen and (min-width: 768px) {
  .site-header {
    height: 5.625rem;
  }
  .site-header .site-title {
    margin: 0;
  }
  .site-header .site-title a {
    display: block;
  }
  .site-header .site-title img {
    height: 58px;
    width: auto;
  }
  .site-header .btn-toggle {
    height: 90px;
    width: 90px;
  }
  .site-header .btn-toggle::before {
    top: 39px;
  }
  .site-header .btn-toggle::after {
    bottom: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .btn-toggle {
    display: none;
  }
}
.site-footer {
  border-top: 1px solid #cfcecc;
  padding-top: 5rem;
}
.site-footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding: 0 8vw;
  max-width: calc(1536px + 16vw);
  margin: 0 auto 5rem;
}
.site-footer .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.site-footer .company-info * {
  margin: 0;
}
.site-footer .company-info .company-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.site-footer .company-info .company-name,
.site-footer .company-info .tel-line {
  font-size: 1.125rem;
}
.site-footer .company-info .addr-line {
  font-size: 0.875rem;
}
.site-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer .footer-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  margin: 0;
}
.site-footer .footer-nav .footer-sub-navigation {
  width: 100%;
}
.site-footer .copyright {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8vw;
  font-size: 0.875rem;
  height: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #cfcecc;
}

@media screen and (min-width: 768px) {
  .site-footer .site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .company-info {
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .footer-nav {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 3rem;
  }
  .site-footer .footer-nav .menu {
    gap: 3rem;
  }
  .site-footer .footer-nav .footer-navigation {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer a:not(.tel-line > a) {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer a:not(.tel-line > a):hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #74c5be;
  }
}
.baguetteBox-button {
  background-color: transparent !important;
}

#next-button svg,
#previous-button svg,
#close-button svg {
  -webkit-filter: brightness(2) !important;
          filter: brightness(2) !important;
}

.p-hero-style01 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding-right: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-hero-style01 .p-hero__media {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #74c5be;
  border-left: none;
  position: relative;
  margin: 0;
  position: relative;
}
.p-hero-style01 .p-hero__media::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #74c5be;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: imageWipe 0.75s forwards ease-in-out;
          animation: imageWipe 0.75s forwards ease-in-out;
}
.p-hero-style01 .p-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s forwards ease-out;
          animation: fadeIn 0.5s forwards ease-out;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.p-hero-style01 .p-hero__title {
  position: relative;
  padding: 0 8vw;
  margin-right: calc(50% - 50vw);
  width: calc(100% + 8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  opacity: 0;
}
.p-hero-style01 .p-hero__title.in-view {
  -webkit-animation: fadeInUp 1s forwards ease;
          animation: fadeInUp 1s forwards ease;
}
.p-hero-style01 .p-hero__title .p-hero__heading {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #74c5be;
  margin: 0 0 1rem;
}
.p-hero-style01 .p-hero__title .p-hero__caption {
  font-size: 0.8125rem;
  font-weight: normal;
  margin: 0;
}
.p-hero-style01 .p-hero__title::before {
  content: "";
  width: 100vw;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(./images/big-logo.svg);
  background-repeat: repeat-x;
  background-size: 1400px 230px;
  -webkit-animation: scroll-anim 20s linear infinite;
          animation: scroll-anim 20s linear infinite;
  opacity: 0.2;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-hero-style01 {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    position: relative;
  }
  .p-hero-style01 .p-hero__media {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 2/1;
    border-width: 2px;
    z-index: 1;
    position: relative;
  }
  .p-hero-style01 .p-hero__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10vw 0 4.166vw;
    position: static;
  }
  .p-hero-style01 .p-hero__title .p-hero__heading {
    font-size: 5rem;
  }
  .p-hero-style01 .p-hero__title .p-hero__caption {
    font-size: 1.25rem;
  }
  .p-hero-style01 .p-hero__title::before {
    content: "";
    height: 384px;
    bottom: auto;
    top: 50%;
    left: 0;
    background-image: url(./images/big-logo.svg);
    background-repeat: repeat-x;
    background-size: 2338px 384px;
    -webkit-animation: scroll-anim 20s linear infinite;
            animation: scroll-anim 20s linear infinite;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
  }
}
.p-works-grid .p-works-grid__inner {
  margin: 0 auto;
  max-width: 1430px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 8px;
  opacity: 0;
}
.p-works-grid .p-works-grid__inner.in-view {
  -webkit-animation: fadeInUp 1s forwards ease;
          animation: fadeInUp 1s forwards ease;
}
.p-works-grid .p-works-grid__inner .p-works-card {
  -ms-flex-preferred-size: calc(50% - 4px);
      flex-basis: calc(50% - 4px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 300px;
  position: relative;
}
.p-works-grid .p-works-grid__inner .p-works-card * {
  margin: 0;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__media {
  aspect-ratio: 3/4;
  border: 1px solid #74c5be;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  max-width: 100%;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__zoom {
  position: absolute;
  bottom: 0.875rem;
  right: 0.875rem;
  display: block;
  border-radius: 50%;
  background: #e8ece9;
  width: 22px;
  height: 22px;
  border: 1px solid #74c5be;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__zoom::before, .p-works-grid .p-works-grid__inner .p-works-card .c-card__zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 2px;
  background: #74c5be;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__zoom::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 52px;
  min-height: 20px;
  font-size: 10px;
  position: absolute;
  padding: 0 0.5rem;
  top: 28px;
  right: -6px;
  background: #e8ece9;
  border: 1px solid #74c5be;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__badge::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #44b1a8;
  border-right: 0;
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: -1;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__title {
  font-size: 0.875rem;
  color: #74c5be;
  margin-bottom: 0.25rem;
  line-height: 1.25;
}
.p-works-grid .p-works-grid__inner .p-works-card .c-card__excerpt {
  font-size: 0.8125rem;
}
.p-works-grid > .btn-lg {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-works-grid .p-works-grid__inner {
    gap: 2rem;
  }
  .p-works-grid .p-works-grid__inner .p-works-card {
    -ms-flex-preferred-size: calc(33% - 1.3333333333rem);
        flex-basis: calc(33% - 1.3333333333rem);
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__media {
    border-radius: 40px;
    border-width: 2px;
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__zoom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__zoom::before, .p-works-grid .p-works-grid__inner .p-works-card .c-card__zoom::after {
    width: 20px;
    height: 2px;
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__badge {
    font-size: 0.875rem;
    height: 36px;
    border-width: 2px;
    top: 3rem;
    right: -10px;
    padding: 0 0.75rem;
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__badge::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #44b1a8;
    bottom: -10px;
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__title {
    font-size: 1.125rem;
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__excerpt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-works-grid .p-works-grid__inner {
    gap: 4vw;
  }
  .p-works-grid .p-works-grid__inner .p-works-card {
    -ms-flex-preferred-size: calc(25% - 3vw);
        flex-basis: calc(25% - 3vw);
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__title {
    font-size: 1.5rem;
  }
  .p-works-grid .p-works-grid__inner .p-works-card .c-card__link:hover .c-card__zoom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.c-contact-cta {
  background: #645f5a;
}
.c-contact-cta .c-contact-cta__inner {
  padding: 100px 8vw 170px;
  max-width: 1536px;
  margin: 0 auto;
  color: #eae5df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: relative;
  overflow-x: clip;
}
.c-contact-cta .heading-unite p {
  color: #eae5df !important;
}
.c-contact-cta .c-contact-cta__text {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  opacity: 0;
  -webkit-animation: fadeInUp 3s forwards ease;
          animation: fadeInUp 3s forwards ease;
}
.c-contact-cta .btn-lg {
  margin-left: auto;
  margin-right: auto;
}
.c-contact-cta .cta-img-wrap {
  position: absolute;
  z-index: 1;
}
.c-contact-cta .cta-img-wrap:nth-child(even) figure {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.c-contact-cta .cta-img-wrap:nth-child(even) figure img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.c-contact-cta .cta-img-wrap .scroll-animate {
  opacity: 0;
}
.c-contact-cta .cta-img-wrap .scroll-animate.in-view {
  -webkit-animation: fadeInUp 3s forwards ease;
          animation: fadeInUp 3s forwards ease;
}
.c-contact-cta .cta-img-wrap figure {
  position: relative;
  margin: 0;
  -webkit-animation: swing 3s forwards infinite;
          animation: swing 3s forwards infinite;
}
.c-contact-cta .cta-img-wrap figure img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: flash 3s forwards infinite;
          animation: flash 3s forwards infinite;
}
.c-contact-cta .cta-img__dog-wrap {
  width: 135px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-172px);
          transform: translateX(-172px);
}
.c-contact-cta .cta-img__coffee-wrap {
  width: 135px;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

@media screen and (min-width: 1024px) {
  .c-contact-cta .c-contact-cta__inner {
    gap: 2.5rem;
    padding: 120px 8vw;
  }
  .c-contact-cta .c-contact-cta__text {
    font-size: 1.125rem;
  }
  .c-contact-cta .cta-img__dog-wrap {
    width: 268px;
    bottom: -20px;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .c-contact-cta .cta-img__coffee-wrap {
    width: 264px;
    top: -25px;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.c-section > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.c-section-style01 {
  padding: 5rem 0;
  border-top-right-radius: 20px;
  width: 96vw;
}
.c-section-style01 > * {
  padding-right: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-section-style01 {
    padding: 7.5rem 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-top-right-radius: 40px;
  }
  .c-section-style01 > * {
    padding-right: 8vw;
    gap: 5rem;
  }
}
.cta-block {
  background: #e8ece9;
  border: 1px solid #645f5a;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.cta-block * {
  text-align: center;
}
.cta-block .heading-line {
  color: #74c5be;
  font-size: 1.25rem;
  font-weight: bold;
}
.cta-block .tel-line {
  font-size: 1.75rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid #645f5a;
  border-bottom: 1px solid #645f5a;
  font-weight: bold;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .cta-block {
    padding: 5rem;
    gap: 1.5rem;
    border-width: 2px;
  }
  .cta-block .heading-line {
    font-size: 2rem;
  }
  .cta-block .tel-line {
    font-size: 3.5rem;
    border-width: 2px;
  }
  .cta-block .time-line {
    font-size: 1.125rem;
  }
}
.contact-intro .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.contact-intro .wp-block-group__inner-container > p {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .contact-intro .wp-block-group__inner-container {
    gap: 5rem;
  }
  .contact-intro .wp-block-group__inner-container > p {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.site-main {
  padding: calc(2rem + 50px) 4vw 5rem;
  max-width: calc(1536px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

.single-works .site-main,
.page-template-template-no-title .site-main,
.page-template-template-slim .site-main {
  padding: 5.125rem 8vw 5rem;
  max-width: calc(1536px + 16vw);
}

.page-template-template-slim .site-main {
  max-width: calc(960px + 16vw);
  margin-left: auto;
  margin-right: auto;
}

.page-template-default .site-main, .post-template-default .site-main {
  max-width: calc(960px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .site-main {
    padding-top: 7.625rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .site-main {
    padding-bottom: 7.5rem !important;
  }
}
.entry-content > section.has-background:nth-last-child(1) {
  margin-bottom: -5rem;
}
.entry-content > section.scroll-animate {
  opacity: 0;
}
.entry-content > section.scroll-animate.in-view {
  -webkit-animation: fadeInUp 3s forwards ease;
          animation: fadeInUp 3s forwards ease;
}
.entry-content > section {
  margin-bottom: 3.75rem;
}
.entry-content > section:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .entry-content > section {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .entry-content > section.has-background:nth-last-child(1) {
    margin-bottom: -7.5rem;
  }
}
@media screen and (min-width: 1360px) {
  .entry-content > section {
    margin-bottom: 7.5rem;
  }
  .entry-content > section.heading-unite {
    margin-bottom: 5rem;
  }
}
.concept {
  color: #74c5be;
  position: relative;
}
.concept .concept-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 120px 0 150px;
  z-index: 2;
  opacity: 0;
}
.concept .concept-heading.in-view {
  -webkit-animation: fadeInUp 3s forwards ease;
          animation: fadeInUp 3s forwards ease;
}
.concept .concept-heading p {
  font-size: 0.875rem;
  margin: 0;
}
.concept .concept-heading h2 {
  margin: 0;
  width: 243px;
}
.concept .scroll-animate {
  opacity: 0;
}
.concept .scroll-animate.in-view {
  -webkit-animation: fadeInUp 3s forwards ease;
          animation: fadeInUp 3s forwards ease;
}
.concept figure {
  position: relative;
  margin: 0;
  -webkit-animation: swing 3s forwards infinite;
          animation: swing 3s forwards infinite;
}
.concept figure img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: flash 3s forwards infinite;
          animation: flash 3s forwards infinite;
}
.concept .concept-img-wrap {
  z-index: 1;
}
.concept .concept-img-wrap:nth-child(even) figure {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.concept .concept-img-wrap:nth-child(even) figure img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.concept .concept-img__motorcycle-wrap {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 104px;
  -webkit-transform: translateX(-165px);
          transform: translateX(-165px);
}
.concept .concept-img__woman-wrap {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 58px;
  -webkit-transform: translateX(112px);
          transform: translateX(112px);
}
.concept .concept-img__camera-wrap {
  position: absolute;
  top: 158px;
  left: 50%;
  width: 80px;
  -webkit-transform: translateX(-182px);
          transform: translateX(-182px);
}
.concept .concept-img__bike-wrap {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 140px;
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}
.concept .concept-img__plant-wrap {
  position: absolute;
  top: 320px;
  left: 50%;
  width: 96px;
  -webkit-transform: translateX(-136px);
          transform: translateX(-136px);
}
.concept .concept-img__yoga-wrap, .concept .concept-img__surfing-wrap {
  display: none;
}
.concept .p-color-accent {
  padding: 0 4vw;
  max-width: calc(700px + 8vw);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  line-height: 1.8;
  opacity: 0;
}
.concept .p-color-accent.in-view {
  -webkit-animation: fadeInUp 3s forwards ease;
          animation: fadeInUp 3s forwards ease;
}

@media screen and (min-width: 768px) {
  .concept .concept-heading {
    gap: 2rem;
    padding: 120px 0 80px;
  }
  .concept .concept-heading h2 {
    width: 70%;
    max-width: 776px;
  }
  .concept .concept-heading p {
    font-size: 1.25rem;
  }
  .concept .p-color-accent {
    width: 65%;
  }
  .concept .concept-img__motorcycle-wrap {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-41.66vw);
            transform: translateX(-41.66vw);
  }
  .concept .concept-img__woman-wrap {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(32.552vw);
            transform: translateX(32.552vw);
  }
  .concept .concept-img__camera-wrap {
    top: 300px;
    left: 50%;
    -webkit-transform: translateX(-41.66vw);
            transform: translateX(-41.66vw);
  }
  .concept .concept-img__bike-wrap {
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(28.6458vw);
            transform: translateX(28.6458vw);
  }
  .concept .concept-img__plant-wrap {
    top: 600px;
    left: 50%;
    -webkit-transform: translateX(-41.66vw);
            transform: translateX(-41.66vw);
  }
}
@media screen and (min-width: 1360px) {
  .concept .concept-img__motorcycle-wrap {
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-760px);
            transform: translateX(-760px);
    width: 10.833vw;
  }
  .concept .concept-img__woman-wrap {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(650px);
            transform: translateX(650px);
    width: 5.833vw;
  }
  .concept .concept-img__bike-wrap {
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(450px);
            transform: translateX(450px);
    width: 14.21875vw;
  }
  .concept .concept-img__camera-wrap {
    top: 410px;
    left: 50%;
    -webkit-transform: translateX(-540px);
            transform: translateX(-540px);
    width: 8.0208vw;
  }
  .concept .concept-img__plant-wrap {
    top: 420px;
    left: 50%;
    -webkit-transform: translateX(380px);
            transform: translateX(380px);
    width: 10vw;
  }
  .concept .concept-img__surfing-wrap {
    display: block;
    position: absolute;
    top: 540px;
    left: 50%;
    -webkit-transform: translateX(-700px);
            transform: translateX(-700px);
    width: 10.5208vw;
  }
  .concept .concept-img__yoga-wrap {
    display: block;
    position: absolute;
    top: 520px;
    left: 50%;
    -webkit-transform: translateX(550px);
            transform: translateX(550px);
    width: 9.7916vw;
  }
  .concept .p-color-accent {
    font-size: 1.125rem;
  }
}
.p-works-archive, .p-works-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.p-works-filter__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #e8ece9;
  border: 1px solid #74c5be;
  min-height: 3rem;
  border-radius: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}
.p-works-filter__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px dashed #74c5be;
}
.p-works-filter__list li:first-child {
  border-left: none;
}
.p-works-filter__list .p-works-filter-all::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(./images/icon-filter.svg) no-repeat center center/contain;
}
.p-works-filter__list .p-works-filter-all span {
  display: none;
}
.p-works-filter__list .p-works-filter-all.is-active::after {
  content: none !important;
}
.p-works-filter__list .p-works-filter__btn {
  height: 100%;
  color: #74c5be;
  font-weight: bold;
  font-size: 0.875rem;
  position: relative;
}
.p-works-filter__list .p-works-filter__btn:hover::after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-works-filter__list .p-works-filter__btn::after {
  content: "";
  width: 3rem;
  height: 2px;
  background: #74c5be;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-works-filter__list .p-works-filter__btn.is-active::after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-works-archive, .p-works-grid {
    gap: 5rem;
  }

  .p-works-filter__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-works-filter__list .p-works-filter__btn {
    padding: 0.25rem 3rem;
  }
  .p-works-filter__list .p-works-filter-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
  }
  .p-works-filter__list .p-works-filter-all span {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .p-works-archive {
    gap: 7.5rem;
  }

  .p-works-grid {
    gap: 5rem;
  }

  .p-works-filter__list {
    min-height: 5.625rem;
    border-width: 2px;
    border-radius: 1rem;
  }
  .p-works-filter__list li {
    border-width: 2px;
  }
  .p-works-filter__list .p-works-filter__btn {
    font-size: 1.125rem;
  }
  .p-works-filter__list .p-works-filter__btn::after {
    bottom: 0.75rem;
  }
  .p-works-filter__list .p-works-filter-all::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-works__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.p-works__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-works__hero-media {
  aspect-ratio: 1/1;
  margin-left: -8vw;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  border: 1px solid #74c5be;
  border-left: none;
  position: relative;
}
.p-works__hero-media::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #74c5be;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: imageWipe 0.75s forwards ease-in-out;
          animation: imageWipe 0.75s forwards ease-in-out;
}
.p-works__hero-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s forwards ease-out;
          animation: fadeIn 0.5s forwards ease-out;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.p-works__hero-body * {
  margin: 0;
}

.p-works__badge {
  font-size: 0.8125rem;
  color: #fff;
  background: #74c5be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
  min-width: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem;
  position: relative;
  margin-bottom: 0.75rem;
}
.p-works__badge::before, .p-works__badge::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #74c5be transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -15px;
}
.p-works__badge::after {
  top: auto;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.p-works__title {
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.p-works__gallery {
  margin-left: -4vw;
  width: calc(100% + 8vw);
}

.p-works__thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.p-works__thumb-list .p-works__thumb-item {
  -ms-flex-preferred-size: calc(50% - 4px);
      flex-basis: calc(50% - 4px);
  max-width: 256px;
}
.p-works__thumb-list .p-works__thumb-link {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p-works__thumb-list .p-works__thumb-link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.p-works__thumb-list .p-works__thumb-zoom {
  position: absolute;
  bottom: 0.875rem;
  right: 0.875rem;
  display: block;
  border-radius: 50%;
  background: #e8ece9;
  width: 22px;
  height: 22px;
  border: 1px solid #74c5be;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-works__thumb-list .p-works__thumb-zoom::before, .p-works__thumb-list .p-works__thumb-zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 2px;
  background: #74c5be;
}
.p-works__thumb-list .p-works__thumb-zoom::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.works-back .btn-lg {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-works__article {
    gap: 7.5rem;
  }

  .p-works__hero-media {
    aspect-ratio: 3/2;
  }

  .p-works__badge {
    font-size: 0.875rem;
    color: #fff;
    min-height: 36px;
    min-width: 93px;
  }
  .p-works__badge::before, .p-works__badge::after {
    border-width: 18px 18px 0 18px;
    right: -18px;
  }

  .p-works__title {
    font-size: 2rem;
  }

  .p-works__gallery {
    margin-left: 0;
    width: 100%;
  }

  .p-works__thumb-list {
    gap: 1rem;
  }
  .p-works__thumb-list .p-works__thumb-item {
    -ms-flex-preferred-size: calc(25% - 0.75rem);
        flex-basis: calc(25% - 0.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p-works__hero {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }

  .p-works__hero-media {
    margin-left: 0;
    width: 100%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-width: 2px;
  }

  .p-works__hero-body {
    padding-right: 10vw;
  }
  .p-works__hero-body .p-works__text {
    font-size: max(1rem, 0.9375vw);
    line-height: 1.8;
  }

  .p-works__thumb-list {
    gap: 4rem;
  }
  .p-works__thumb-list .p-works__thumb-item {
    -ms-flex-preferred-size: calc(20% - 3.2rem);
        flex-basis: calc(20% - 3.2rem);
    max-width: 256px;
  }
  .p-works__thumb-list .p-works__thumb-item .p-works__thumb-link .p-works__thumb-zoom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .p-works__thumb-list .p-works__thumb-item .p-works__thumb-link .p-works__thumb-zoom::before, .p-works__thumb-list .p-works__thumb-item .p-works__thumb-link .p-works__thumb-zoom::after {
    width: 20px;
    height: 2px;
  }
  .p-works__thumb-list .p-works__thumb-item .p-works__thumb-link:hover .p-works__thumb-zoom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.p-color-accent {
  color: #74c5be;
}

.ls-neg-scale {
  letter-spacing: -0.1em;
}

.any, .required {
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #74c5be;
  border-radius: 0.25rem;
  height: 22px;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
}

.any {
  background: #998675;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 3rem;
  background: #e8ece9;
  border: 1px solid #74c5be;
  min-height: 60px;
  width: 300px;
  border-radius: 30px;
  color: #74c5be;
  font-weight: bold;
}
.btn.in-view {
  -webkit-animation: fadeInUp 1s forwards ease;
          animation: fadeInUp 1s forwards ease;
}
.btn.scroll-animate {
  opacity: 0;
}
.btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  background: url(./images/icon-arrow.svg) no-repeat center center/contain;
}
.btn .sm {
  font-size: 0.8125em;
  font-weight: normal;
  margin-left: 0.2em;
}
.btn.btn-brown {
  border-color: #645f5a;
  color: #645f5a;
  background-color: #eae5df;
}
.btn.btn-brown::after {
  background: url(./images/icon-arrow-brown.svg) no-repeat center center/contain;
}

.btn-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 3rem;
  background: #e8ece9;
  border: 1px solid #74c5be;
  min-height: 60px;
  width: 300px;
  border-radius: 30px;
  color: #74c5be;
  font-weight: bold;
  opacity: 0;
}
.btn-lg.in-view {
  -webkit-animation: fadeInUp 1s forwards ease;
          animation: fadeInUp 1s forwards ease;
}
.btn-lg::after {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  background: url(./images/icon-arrow.svg) no-repeat center center/contain;
}
.btn-lg .sm {
  font-size: 0.8125em;
  font-weight: normal;
  margin-left: 0.2em;
}
.btn-lg.btn-brown {
  border-color: #645f5a;
  color: #645f5a;
  background-color: #eae5df;
}
.btn-lg.btn-brown::after {
  background: url(./images/icon-arrow-brown.svg) no-repeat center center/contain;
}

@media screen and (min-width: 1024px) {
  .btn-lg, .btn {
    width: 400px;
    min-height: 100px;
    font-size: 1.5rem;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-lg::after, .btn::after {
    width: 40px;
    height: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-lg:hover, .btn:hover {
    background: #74c5be;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-lg:hover::after, .btn:hover::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: brightness(3);
            filter: brightness(3);
  }
  .btn-lg .sm, .btn .sm {
    font-size: 0.8em;
  }

  .btn {
    min-height: 4rem;
    font-size: 1rem;
    max-width: 250px;
    padding: 0.5rem 2rem;
  }
}
.heading-unite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  gap: 0.5rem;
}
.heading-unite * {
  margin: 0;
}
.heading-unite h2 {
  font-size: 0.8125rem;
  font-weight: normal;
}
.heading-unite p {
  font-size: 3rem;
  font-weight: bold;
  color: #74c5be;
  line-height: 1;
}
.heading-unite.in-view {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
}

@media screen and (min-width: 1024px) {
  .heading-unite h2 {
    font-size: 1.25rem;
  }
  .heading-unite p {
    font-size: 5rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

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

table {
  max-width: 100%;
}

.tbl-style01,
.tbl-style01 table {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.tbl-style01 th,
.tbl-style01 td,
.tbl-style01 table th,
.tbl-style01 table td {
  border: none;
  display: block;
  padding: 0.5rem 1rem 1rem;
}
.tbl-style01 tr,
.tbl-style01 table tr {
  border-bottom: 1px solid #74c5be;
}
.tbl-style01 tr:nth-child(1),
.tbl-style01 table tr:nth-child(1) {
  border-top: 1px solid #74c5be;
}
.tbl-style01 tr:nth-child(odd),
.tbl-style01 table tr:nth-child(odd) {
  background: #e8ece9;
}
.tbl-style01 td:nth-child(1),
.tbl-style01 table td:nth-child(1) {
  color: #74c5be;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .tbl-style01 th,
.tbl-style01 td,
.tbl-style01 table th,
.tbl-style01 table td {
    display: table-cell;
    font-size: 1.125rem;
  }
  .tbl-style01 td,
.tbl-style01 table td {
    padding: 2rem 5rem 2rem 0;
  }
  .tbl-style01 td:nth-child(1),
.tbl-style01 table td:nth-child(1) {
    padding: 2rem 5rem;
    width: 28%;
  }
}
/* ラッパーで横スクロール保険 */
.c-form-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* テーブルは100%にして固定レイアウトで暴走防止 */
.c-form-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-form-table th,
.c-form-table td {
  text-align: left;
  font-weight: normal;
  display: block;
  padding: 1rem;
  word-break: break-word;
  /* 旧来ブラウザ向け */
  overflow-wrap: anywhere;
  /* できればこちら */
}
.c-form-table th {
  border-bottom: 1px solid #74c5be;
}
.c-form-table tr:nth-child(odd) {
  background: #e8ece9;
}
.c-form-table .unit-line > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-form-table .rows > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.c-form-table .zip,
.c-form-table .pref {
  width: 140px;
}
.c-form-table .wpcf7-form-control-wrap[data-name=referral] {
  width: calc(100% - 2rem);
}

@media screen and (min-width: 1024px) {
  .c-form-table th,
.c-form-table td {
    display: table-cell;
  }
  .c-form-table th {
    width: 28.5%;
    padding: 1.5rem 1.5rem 1.5rem 0;
    border: none;
  }
  .c-form-table td {
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
  .c-form-table tr {
    border-bottom: 1px dotted #645f5a;
  }
  .c-form-table tr:nth-child(odd) {
    background: transparent;
  }
  .c-form-table .unit-line .c-note {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.googlemap {
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .googlemap {
    border-radius: 40px;
    height: 600px;
  }
}
.p-split .p-split__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-split .p-split__inner * {
  margin: 0;
}
.p-split .p-split__media {
  border-radius: 20px;
  overflow: hidden;
}
.p-split .p-split__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.p-split .p-split__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-split .p-split__title {
  color: #74c5be;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.3;
}

.p-split.greeting-section .p-split__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-split.greeting-section .p-split__media {
  width: 70vw;
  max-width: 540px;
  margin: 0 auto;
}

.p-split--image_full:not(.is-reverse) .p-split__media {
  margin-left: calc(50% - 50vw);
  width: 92vw;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.p-split--image_full.is-reverse .p-split__media {
  margin-right: calc(50% - 50vw);
  width: 92vw;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 768px) {
  .p-split .p-split__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-split .p-split__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4.166vw;
  }
  .p-split .p-split__inner > * {
    -ms-flex-preferred-size: calc(50% - 2.083vw);
        flex-basis: calc(50% - 2.083vw);
  }
  .p-split .p-split__media {
    border-radius: 40px;
  }

  .p-split.is-reverse .p-split__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .p-split--image_full:not(.is-reverse) {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .p-split--image_full:not(.is-reverse) .p-split__media {
    width: unset;
    margin-left: 0;
  }
  .p-split--image_full:not(.is-reverse) .p-split__content {
    padding-right: 8vw;
  }

  .p-split--image_full.is-reverse {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .p-split--image_full.is-reverse .p-split__media {
    margin-right: 0;
    width: unset;
  }
  .p-split--image_full.is-reverse .p-split__content {
    padding-left: 8vw;
  }

  .p-split.greeting-section .p-split__content {
    -ms-flex-preferred-size: calc(70% - 2.083vw);
        flex-basis: calc(70% - 2.083vw);
  }
  .p-split.greeting-section .p-split__media {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 540px;
    margin: 0;
  }
}
@media screen and (min-width: 1360px) {
  .p-split .p-split__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-split .p-split__text {
    font-size: 1.125rem;
    line-height: 1.8;
  }

  .p-split--image_full.is-reverse .p-split__content {
    padding-left: 10vw;
  }

  .p-split--image_full:not(.is-reverse) .p-split__content {
    padding-right: 10vw;
  }
}
.c-features {
  margin-left: -4vw;
  width: calc(100% + 8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.c-features .c-features__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 0.5rem;
}
.c-features .c-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: calc(50% - 0.25rem);
      flex-basis: calc(50% - 0.25rem);
  gap: 0.5rem;
}
.c-features .c-features__item * {
  margin: 0;
}
.c-features .c-features__media {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  max-width: 324px;
  width: 100%;
}
.c-features .c-features__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
}
.c-features .c-features__title {
  font-size: 1rem;
  font-weight: normal;
  color: #74c5be;
  text-align: center;
  line-height: 1.3;
}
.c-features .c-features__text {
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .c-features .c-features__list {
    gap: 2rem 1rem;
  }
  .c-features .c-features__item {
    -ms-flex-preferred-size: calc(33.33% - 0.6666666667rem);
        flex-basis: calc(33.33% - 0.6666666667rem);
  }
  .c-features .c-features__title {
    font-size: 1.5rem;
  }
  .c-features .c-features__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-features {
    gap: 5rem;
  }
  .c-features .c-features__list {
    gap: 3.75rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .c-features .c-features__item {
    gap: 1rem;
  }
}
.c-timeline {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-timeline .c-timeline__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-timeline .c-timeline__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.5rem;
  border-radius: 1rem;
}
.c-timeline .c-timeline__term {
  padding: 1.25rem 0 0.5rem;
  border-bottom: 1px solid #74c5be;
  color: #74c5be;
}
.c-timeline .c-timeline__desc {
  padding: 0.5rem 0 1.25rem;
}

@media screen and (min-width: 1024px) {
  .c-timeline .c-timeline__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 4rem;
    gap: 3rem;
  }
  .c-timeline .c-timeline__term, .c-timeline .c-timeline__desc {
    padding: 0;
    font-size: 1.125rem;
    border: none;
  }
  .c-timeline .c-timeline__term {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-timeline .c-timeline__dot {
    width: 4px;
    height: 34px;
    background: url(./images/timeline-dots.svg) no-repeat center center/contain;
  }
}
.c-faq {
  margin-left: -4vw;
  margin-right: -4vw;
  width: calc(100% + 8vw);
}
.c-faq .c-faq__q {
  margin: 0;
}
.c-faq .c-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-faq .c-faq__item {
  padding: 1.25rem;
  background: #fff;
  border-radius: 1rem;
}
.c-faq .c-faq__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 0.875rem;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
.c-faq .c-faq__qmark {
  font-size: 1.5rem;
  font-weight: bold;
  color: #74c5be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}
.c-faq .c-faq__qmark::after {
  content: "";
  width: 3px;
  height: 26px;
  background: url(./images/timeline-dots.svg) no-repeat center center/contain;
}
.c-faq .c-faq__icon {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 auto;
}
.c-faq .c-faq__icon::before, .c-faq .c-faq__icon::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #645f5a;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq .c-faq__icon::after {
  opacity: 0;
}
.c-faq .c-faq__toggle[aria-expanded=false] .c-faq__icon::after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}
.c-faq .c-faq__a {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eae5df;
}
.c-faq .c-faq__atext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
.c-faq .c-faq__atext p {
  margin: 0;
  font-size: 0.875rem;
}
.c-faq .c-faq__amark {
  font-size: 1.5rem;
  font-weight: bold;
  color: #eab0b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
.c-faq .c-faq__amark::after {
  content: "";
  width: 3px;
  height: 26px;
  background: url(./images/timeline-dots.svg) no-repeat center center/contain;
}

@media screen and (min-width: 1024px) {
  .c-faq {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .c-faq .c-faq__item {
    padding: 1.25rem 3rem;
    border-radius: 1.25rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c-faq .c-faq__item:not(.is-open):hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #e8ece9;
  }
  .c-faq .c-faq__toggle {
    font-size: 1.125rem;
    gap: 3rem;
  }
  .c-faq .c-faq__qmark, .c-faq .c-faq__amark {
    font-size: 2rem;
    gap: 3rem;
    width: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-faq .c-faq__qmark::after, .c-faq .c-faq__amark::after {
    content: "";
    width: 4px;
    height: 36px;
    background: url(./images/timeline-dots.svg) no-repeat center center/contain;
  }
  .c-faq .c-faq__atext {
    gap: 3rem;
  }
  .c-faq .c-faq__atext p {
    font-size: 1rem;
  }
}
ul, ol {
  list-style: none;
  padding-left: unset;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}

input[type=button],
input[type=reset],
input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 3rem;
  background: #e8ece9;
  border: 1px solid #74c5be;
  min-height: 60px;
  width: 300px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  background: #74c5be;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  cursor: pointer;
}

.submit-wrap p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.submit-wrap p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 16px;
  background: url(./images/icon-arrow.svg) no-repeat center center/contain;
  -webkit-filter: brightness(3);
          filter: brightness(3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.submit-wrap p .wpcf7-spinner {
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* Contact Form 7のsubmitボタンがdisabledの場合のスタイル */
.wpcf7-submit:disabled {
  background-color: #cccccc;
  /* グレーの背景色 */
  cursor: not-allowed;
  /* カーソルを変更（オプション） */
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #645f5a;
  outline: none;
  font-size: 1rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

.select-wrap {
  position: relative;
}
.select-wrap::before {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2.5rem;
  padding: 0.4rem 3.6rem 0.4rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #645f5a;
  font-size: 1rem;
  background-color: transparent;
  background: #fff;
  cursor: pointer;
}

.date-wrap {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.date-wrap::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(./images/icon-date.svg) no-repeat center center;
  position: absolute;
  top: 24px;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.date-wrap .wpcf7-form-control:disabled {
  background: #f5f5f5;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.wpcf7-form p {
  margin-top: 0;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}
.wpcf7-form .validation-error {
  background: #ffe0ef;
  padding: 2rem;
  border: 1px solid #ff7fbf;
}

.wpcf7-form-control-wrap + br {
  display: none;
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 0.5rem;
}

.wpcf7-list-item-label {
  cursor: pointer;
}

.wpcf7 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .wpcf7-form {
    gap: 3rem;
  }

  .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0.25rem 1rem 0.25rem 0;
  }

  .wpcf7-form-control-wrap[data-name=shop] .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0 0 0.5rem;
  }

  .wpcf7-submit:disabled:hover {
    background: #ccc;
  }
}
@media screen and (min-width: 1024px) {
  .wpcf7 {
    border-radius: 40px;
    background: #e8ece9;
    border: 2px solid #645f5a;
    padding: 5rem;
  }

  input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
    border: none;
  }

  input[type=button],
input[type=reset],
input[type=submit] {
    min-height: 4rem;
    border-radius: 2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #74c5be;
    background: #e8ece9;
  }

  .submit-wrap p:hover::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: none;
            filter: none;
  }
}
.site-header .menu-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #74c5be;
  padding: 0 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999;
}
.site-header .menu-content * {
  color: #fff;
}
.site-header .menu-content .site-title {
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .menu-content .site-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .menu-content .site-title img {
  -webkit-filter: grayscale(100%) brightness(300%);
          filter: grayscale(100%) brightness(300%);
}
.site-header .menu-content .menu-global-nav-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}
.site-header .menu-content .menu {
  padding: 2rem 0;
  margin: 0;
  text-align: center;
}
.site-header .menu-content .menu a {
  font-size: 2rem;
  padding: 0.5rem 0;
  display: block;
}
.site-header .menu-content .menu .btn-contact {
  margin-top: 1rem;
}
.site-header .menu-content .menu .btn-contact a {
  border: 1px solid #fff;
  padding: 0.5rem 4rem;
  border-radius: 2.0625rem;
  position: relative;
}
.site-header .menu-content .menu .btn-contact a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(./images/icon-shine.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
}

@media screen and (min-width: 768px) {
  .site-header .menu-content .site-title {
    height: 5.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .menu-content {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
  }
  .site-header .menu-content * {
    color: unset;
  }
  .site-header .menu-content .site-title {
    display: none;
  }
  .site-header .menu-content .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    gap: 3rem;
  }
  .site-header .menu-content .menu a {
    font-size: 0.875rem;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #645f5a;
  }
  .site-header .menu-content .menu a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #74c5be;
  }
  .site-header .menu-content .menu .btn-contact {
    margin: 0;
  }
  .site-header .menu-content .menu .btn-contact a {
    padding: 0.5rem 1.5rem;
    min-height: 3.5rem;
    min-width: 11.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-color: #645f5a;
    background: #e8ece9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .menu-content .menu .btn-contact a::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: unset;
            filter: unset;
  }
  .site-header .menu-content .menu .btn-contact a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #74c5be;
    color: #fff;
  }
  .site-header .menu-content .menu .btn-contact a:hover::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
}
.p-works-pager .p-works-pager__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-works-pager .p-works-pager__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  background: #e8ece9;
  color: #74c5be;
  border: 1px solid #74c5be;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-works-pager .p-works-pager__btn.is-current {
  background: #74c5be;
  color: #fff;
}
.p-works-pager .p-works-pager__btn.js-prev, .p-works-pager .p-works-pager__btn.js-next {
  font-size: 0.875rem;
  background: none;
  border: none;
  width: auto;
  height: auto;
  font-weight: bold;
}
.p-works-pager .p-works-pager__btn.js-prev::before, .p-works-pager .p-works-pager__btn.js-next::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(./images/icon-finger.svg) no-repeat center center/contain;
}
.p-works-pager .p-works-pager__btn.js-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-works-pager .p-works-pager__btn:disabled {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-works-pager .p-works-pager__btn:not(.js-prev):not(.js-next):hover {
    background: #74c5be;
    color: #fff;
  }
}
.p-hero {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-hero .swiper-slide {
  padding-right: 8vw;
}
.p-hero .p-hero__figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #74c5be;
  border-left: none;
  margin: 0;
  position: relative;
}
.p-hero .p-hero__figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #74c5be;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.p-hero .p-hero__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.p-hero .p-hero__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-left: 8vw;
  margin-top: -20px;
  padding-bottom: 80px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.p-hero .p-hero__caption > span {
  padding: 0.25rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  position: relative;
  background: #74c5be;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  white-space: nowrap;
}
.p-hero .p-hero__caption > span > span {
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  z-index: 1;
  position: relative;
}
.p-hero .p-hero__count {
  font-size: 40px;
  position: absolute;
  bottom: 20px;
  right: 4vw;
}
.p-hero .p-hero__deco {
  width: 100vw;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(./images/big-logo.svg);
  background-repeat: repeat-x;
  background-size: 1400px 230px;
  -webkit-animation: scroll-anim 20s linear infinite;
          animation: scroll-anim 20s linear infinite;
  opacity: 0.2;
  z-index: 1;
}
.p-hero .swiper-slide-active .p-hero__figure::after {
  -webkit-animation: imageWipe 0.75s forwards ease-in-out;
          animation: imageWipe 0.75s forwards ease-in-out;
}
.p-hero .swiper-slide-active .p-hero__figure img {
  -webkit-animation: fadeIn 0.5s forwards ease-out;
          animation: fadeIn 0.5s forwards ease-out;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  -webkit-transition: -webkit-transform 5s ease-in-out;
  transition: -webkit-transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
}
.p-hero .swiper-slide-active .p-hero__caption > span {
  -webkit-animation: headingBg 0.5s forwards ease-in-out;
          animation: headingBg 0.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p-hero .swiper-slide-active .p-hero__caption > span > span {
  -webkit-animation: fadeIn 0.5s forwards ease-out;
          animation: fadeIn 0.5s forwards ease-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-hero .swiper-slide-active .p-hero__caption > span:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-hero .swiper-slide-active .p-hero__caption > span:nth-child(2) > span {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media screen and (min-width: 768px) {
  .p-hero .p-hero__figure {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero {
    margin: 0;
    width: 100%;
  }
  .p-hero .js-hero-swiper {
    overflow: visible;
  }
  .p-hero .swiper-wrapper {
    z-index: 2;
  }
  .p-hero .swiper-slide {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 70px;
  }
  .p-hero .p-hero__figure {
    border-radius: 3rem;
    border-left: 2px solid #74c5be;
    width: 68.3594%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-width: 2px;
  }
  .p-hero .p-hero__caption {
    margin-bottom: 8vw;
    padding: 0;
    gap: 2rem;
  }
  .p-hero .p-hero__caption > span {
    margin-left: -70px;
    min-height: 80px;
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
  }
  .p-hero .p-hero__caption > span > span {
    font-size: 2rem;
  }
  .p-hero .p-hero__count {
    font-size: 80px;
  }
  .p-hero .p-hero__deco {
    margin-left: calc(50% - 50vw);
    height: 384px;
    background-image: url(./images/big-logo.svg);
    background-repeat: repeat-x;
    background-size: 2338px 384px;
    -webkit-animation: scroll-anim 20s linear infinite;
            animation: scroll-anim 20s linear infinite;
    z-index: 0;
  }
}