@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

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

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotate90 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes rotate90 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes rotate-90 {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate-90 {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-margin-top: 19rem;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
@media screen and (max-width: 48em) {
  * {
    scroll-margin-top: 7.5rem;
  }
}

html,
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
  scroll-margin-top: 7rem;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #333;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 48em) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

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

button {
  padding: 0;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: none;
}

:where(:focus-visible) {
  outline: revert;
  outline-offset: revert;
  -webkit-box-shadow: revert;
          box-shadow: revert;
}

:where(h1, h2, h3) {
  text-wrap: revert;
}

.container {
  max-width: 124rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 48em) {
  .container {
    width: 90%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 48em) {
  .pcOnly {
    display: none;
  }
}

@media not screen and (max-width: 48em) {
  .spOnly {
    display: none;
  }
}

body.bodyFixed > main,
body.bodyFixed > footer {
  overflow: auto;
  scrollbar-gutter: stable;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

.scrollIn {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
}
.scrollIn.active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

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

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

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

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

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.swiperPrevBtn,
.swiperNextBtn {
  position: absolute;
  z-index: 1;
  width: 4rem;
  aspect-ratio: 1;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23333%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2220%22%20ry%3D%2220%22%20transform%3D%22translate(40%2040)%20rotate(180)%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16%2C20.02c0-.12.02-.24.06-.34s.11-.21.22-.31l6.14-6.14c.19-.19.4-.28.65-.28s.47.09.65.28.28.41.28.67-.09.48-.28.67l-5.46%2C5.46%2C5.46%2C5.46c.19.19.28.4.28.65s-.09.47-.28.65-.41.28-.67.28-.48-.09-.67-.28l-6.11-6.11c-.1-.1-.18-.21-.22-.31s-.06-.22-.06-.34Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  border-radius: 50%;
}
@media screen and (max-width: 48em) {
  .swiperPrevBtn,
  .swiperNextBtn {
    display: none;
  }
}

.swiperNextBtn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topSlide_pic {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 48em) {
  .topSlide_pic {
    border-radius: 0.5rem;
  }
}
.topSlide_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topSlide_cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 0.1rem;
  margin-top: 2rem;
}
.topSlide_cateList > li {
  padding: 0.1em 0.6em;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px solid #333;
  border-radius: 9999px;
}
@media screen and (max-width: 48em) {
  .topSlide_cateList > li {
    font-size: 1rem;
  }
}
.topSlide_ttl {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .topSlide_ttl {
    margin-top: 0.2em;
    overflow: hidden;
    font-size: 2rem;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

.secTopMv {
  --swiper-pagination-bullet-inactive-color: #f5f1d5;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #5abebb;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-size: 1rem;
}
.secTopMv .swiper-pagination {
  bottom: 0;
  line-height: 1;
}

.topMvSwiper {
  overflow: visible;
}
.topMvSwiper_slide {
  overflow: hidden;
  border-radius: 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 48em) {
  .topMvSwiper_slide {
    border-radius: 0.5rem;
  }
}
.topMvSwiper_slide img {
  display: block;
  width: 100%;
}

.swiperMvPrevBtn,
.swiperMvNextBtn {
  position: absolute;
  top: calc(50% - 2.5rem);
  z-index: 1;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23333%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2250%22%20height%3D%2250%22%20rx%3D%2225%22%20ry%3D%2225%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20%2C25.02c0-.16.03-.3.08-.43s.14-.26.27-.39l7.67-7.67c.23-.23.5-.35.81-.35s.58.12.81.35.35.51.35.83-.12.6-.35.83l-6.82%2C6.82%2C6.82%2C6.82c.23.23.35.5.35.81s-.12.58-.35.81-.51.35-.83.35-.6-.12-.83-.35l-7.64-7.64c-.13-.13-.22-.26-.27-.39s-.08-.27-.08-.43Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .swiperMvPrevBtn,
  .swiperMvNextBtn {
    display: none;
  }
}
@media (hover: hover) {
  .swiperMvPrevBtn:hover,
  .swiperMvNextBtn:hover {
    opacity: 0.7;
  }
}
.swiperMvPrevBtn:focus-visible,
.swiperMvNextBtn:focus-visible {
  opacity: 0.7;
}

.swiperMvPrevBtn {
  left: 7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiperMvNextBtn {
  right: 7%;
  -webkit-transform: translateX(50%) rotate(180deg);
          transform: translateX(50%) rotate(180deg);
}

.topWorksSwiperContainer {
  position: relative;
}
@media screen and (max-width: 48em) {
  .topWorksSwiperContainer {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topWorksSwiperContainer .swiperPrevBtn {
  top: min((100vw - 4rem) * 91 / 1200, 9.1rem);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 62.5em) {
  .topWorksSwiperContainer .swiperPrevBtn {
    top: min((100vw - 4rem) * 125 / 1200, 12.5rem);
  }
}
.topWorksSwiperContainer .swiperNextBtn {
  top: min((100vw - 4rem) * 91 / 1200, 9.1rem);
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 62.5em) {
  .topWorksSwiperContainer .swiperNextBtn {
    top: min((100vw - 4rem) * 125 / 1200, 12.5rem);
  }
}

.topWorksSwiper {
  position: relative;
  width: calc(100% - 4rem);
  margin: 5rem auto 0;
}
@media screen and (max-width: 48em) {
  .topWorksSwiper {
    width: 100%;
  }
}

.thumbSlider {
  margin-top: 1rem;
}
.thumbSlider .swiper-slide {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 3/2;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .thumbSlider .swiper-slide {
    border-radius: 0.3rem;
  }
}
.thumbSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pictureSlider {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 48em) {
  .pictureSlider {
    margin-top: 2rem;
  }
}
.pictureSlider .swiper-slide {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 3/2;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .pictureSlider .swiper-slide {
    border-radius: 0.5rem;
  }
}
.pictureSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pictureSlider,
.thumbSlider {
  position: relative;
}
.pictureSlider_prev, .pictureSlider_next,
.thumbSlider_prev,
.thumbSlider_next {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  z-index: 2;
  width: 6rem;
  aspect-ratio: 1;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2060%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23dadf00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2230%22%20cy%3D%2230%22%20r%3D%2230%22%2F%3E%20%3Cpath%20d%3D%22M25.75%2C30.02c0-.13.02-.25.07-.36s.12-.22.23-.33l6.53-6.53c.2-.2.43-.3.69-.3.26%2C0%2C.49.1.69.3s.3.43.3.71-.1.51-.3.71l-5.8%2C5.8%2C5.8%2C5.8c.2.2.3.43.3.69s-.1.49-.3.69c-.2.2-.43.3-.71.3s-.51-.1-.71-.3l-6.49-6.49c-.11-.11-.19-.22-.23-.33s-.07-.23-.07-.36Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 48em) {
  .pictureSlider_prev, .pictureSlider_next,
  .thumbSlider_prev,
  .thumbSlider_next {
    display: none;
  }
}
@media (hover: hover) {
  .pictureSlider_prev:hover, .pictureSlider_next:hover,
  .thumbSlider_prev:hover,
  .thumbSlider_next:hover {
    opacity: 0.7;
  }
}
.pictureSlider_prev:focus-visible, .pictureSlider_next:focus-visible,
.thumbSlider_prev:focus-visible,
.thumbSlider_next:focus-visible {
  opacity: 0.7;
}
.pictureSlider_prev.swiper-button-disabled, .pictureSlider_next.swiper-button-disabled,
.thumbSlider_prev.swiper-button-disabled,
.thumbSlider_next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.3;
  -webkit-transition: none;
  transition: none;
}
@media (hover: hover) {
  .pictureSlider_prev.swiper-button-disabled:hover, .pictureSlider_next.swiper-button-disabled:hover,
  .thumbSlider_prev.swiper-button-disabled:hover,
  .thumbSlider_next.swiper-button-disabled:hover {
    opacity: 0.3;
  }
}
.pictureSlider_prev.swiper-button-disabled:focus-visible, .pictureSlider_next.swiper-button-disabled:focus-visible,
.thumbSlider_prev.swiper-button-disabled:focus-visible,
.thumbSlider_next.swiper-button-disabled:focus-visible {
  opacity: 0.3;
}
.pictureSlider_next,
.thumbSlider_next {
  right: 2.5rem;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.thumbSlider_prev, .thumbSlider_next {
  display: none;
}

.block {
  display: block;
}

.hide-pc {
  display: none;
}
@media screen and (max-width: 48em) {
  .hide-pc {
    display: block;
  }
}

@media screen and (max-width: 48em) {
  .hide-sp {
    display: none;
  }
}

.secTopNews {
  padding-top: 4.6rem;
}

.mainContainer.page-catalog .pageInnerContact,
.mainContainer .pageInnerContact {
  background-color: #5abebb;
  border-radius: 10px;
  margin-top: 45px;
  padding: 35px 40px 40px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact,
  .mainContainer .pageInnerContact {
    margin-top: 45px;
    border-radius: 5px;
    padding: 17px 20px 20px;
  }
}
.mainContainer.page-catalog .pageInnerContact .secTtl_en,
.mainContainer .pageInnerContact .secTtl_en {
  color: #fff;
  padding: 1.5em 0;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .secTtl_en,
  .mainContainer .pageInnerContact .secTtl_en {
    padding: 0.5em 0 1.5em;
  }
}
.mainContainer.page-catalog .pageInnerContact .sentence,
.mainContainer .pageInnerContact .sentence {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 600;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .sentence,
  .mainContainer .pageInnerContact .sentence {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.mainContainer.page-catalog .pageInnerContact .contactInner_btns,
.mainContainer .pageInnerContact .contactInner_btns {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .contactInner_btns,
  .mainContainer .pageInnerContact .contactInner_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainContainer.page-catalog .pageInnerContact .contactInner_btns .telBtn,
.mainContainer.page-catalog .pageInnerContact .contactInner_btns .lineBtn,
.mainContainer.page-catalog .pageInnerContact .contactInner_btns .formBtn,
.mainContainer .pageInnerContact .contactInner_btns .telBtn,
.mainContainer .pageInnerContact .contactInner_btns .lineBtn,
.mainContainer .pageInnerContact .contactInner_btns .formBtn {
  width: 266px;
  height: 8rem;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .contactInner_btns .telBtn,
  .mainContainer.page-catalog .pageInnerContact .contactInner_btns .lineBtn,
  .mainContainer.page-catalog .pageInnerContact .contactInner_btns .formBtn,
  .mainContainer .pageInnerContact .contactInner_btns .telBtn,
  .mainContainer .pageInnerContact .contactInner_btns .lineBtn,
  .mainContainer .pageInnerContact .contactInner_btns .formBtn {
    width: 100%;
    height: 6.1rem;
  }
}
.mainContainer.page-catalog .pageInnerContact .telBtn,
.mainContainer .pageInnerContact .telBtn {
  overflow: hidden;
  border-radius: 0.5rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .telBtn,
  .mainContainer .pageInnerContact .telBtn {
    border-radius: 0.3rem;
  }
}
.mainContainer.page-catalog .pageInnerContact .telBtn_no,
.mainContainer .pageInnerContact .telBtn_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .telBtn_no,
  .mainContainer .pageInnerContact .telBtn_no {
    gap: 0.5rem;
    font-size: 2.5rem;
  }
}
.mainContainer.page-catalog .pageInnerContact .telBtn_no::before,
.mainContainer .pageInnerContact .telBtn_no::before {
  display: block;
  width: 2rem;
  height: 3.5rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2034.37%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23dadf00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17.54%2C0H2.46C1.11%2C0%2C0%2C1.11%2C0%2C2.47v29.44c0%2C1.36%2C1.11%2C2.47%2C2.46%2C2.47h15.07c1.36%2C0%2C2.46-1.11%2C2.46-2.47V2.47c0-1.36-1.11-2.47-2.46-2.47ZM10%2C32.05c-.41%2C0-.74-.33-.74-.74s.33-.74.74-.74.74.33.74.74-.33.74-.74.74ZM18.46%2C29.03H1.54V4.22h16.92v24.81Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .telBtn_no::before,
  .mainContainer .pageInnerContact .telBtn_no::before {
    width: 1.3rem;
    height: 2.1rem;
    margin-top: 0.2rem;
  }
}
.mainContainer.page-catalog .pageInnerContact .telBtn_txt,
.mainContainer .pageInnerContact .telBtn_txt {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .telBtn_txt,
  .mainContainer .pageInnerContact .telBtn_txt {
    margin-top: 0.1em;
    font-size: 1.3rem;
  }
}
.mainContainer.page-catalog .pageInnerContact .lineBtn,
.mainContainer .pageInnerContact .lineBtn {
  overflow: hidden;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .lineBtn,
  .mainContainer .pageInnerContact .lineBtn {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .lineBtn,
  .mainContainer .pageInnerContact .lineBtn {
    font-size: 2rem;
  }
}
.mainContainer.page-catalog .pageInnerContact .lineBtn:before,
.mainContainer .pageInnerContact .lineBtn:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
  background: url("../images/icon_line.png") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .lineBtn:before,
  .mainContainer .pageInnerContact .lineBtn:before {
    width: 40px;
  }
}
.mainContainer.page-catalog .pageInnerContact .formBtn,
.mainContainer .pageInnerContact .formBtn {
  overflow: hidden;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.03em;
  background: #57372c;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .formBtn,
  .mainContainer .pageInnerContact .formBtn {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .formBtn,
  .mainContainer .pageInnerContact .formBtn {
    gap: 0.6rem;
    font-size: 2rem;
  }
}
.mainContainer.page-catalog .pageInnerContact .formBtn::before,
.mainContainer .pageInnerContact .formBtn::before {
  display: block;
  width: 4.2rem;
  height: 3rem;
  margin-top: 0.2rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041.03%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23dadf00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M39.79%2C0H1.24C.55%2C0%2C0%2C.55%2C0%2C1.24v2.44l20.52%2C13.75L41.03%2C3.67V1.24c0-.68-.55-1.24-1.24-1.24Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C8.75v16.3c0%2C2.73%2C2.22%2C4.95%2C4.95%2C4.95h31.13c2.74%2C0%2C4.95-2.22%2C4.95-4.95V8.75l-20.52%2C13.75L0%2C8.75Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .pageInnerContact .formBtn::before,
  .mainContainer .pageInnerContact .formBtn::before {
    width: 2.5rem;
    height: 1.9rem;
  }
}

.faq_wrapper li {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #f5f1d5;
  padding: 20px;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .faq_wrapper li {
    border-radius: 0.5rem;
  }
}
.faq_wrapper li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 48em) {
  .faq_wrapper li:not(:first-child) {
    margin-top: 10px;
  }
}
.faq_wrapper li .questions {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  padding-right: 50px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 48em) {
  .faq_wrapper li .questions {
    padding-right: 25px;
  }
}
.faq_wrapper li .questions:before, .faq_wrapper li .questions:after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #dadf00;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq_wrapper li .answers {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq_wrapper li .answers .queryContents {
  border-top: 1px solid #333;
  margin-top: 15px;
  padding: 15px 0 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 48em) {
  .faq_wrapper li .answers .queryContents {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 5px;
    padding: 5px 0 0;
  }
}
.faq_wrapper li .answers .queryContents p:not(:first-child) {
  margin-top: 1em;
}
.faq_wrapper li.show .questions:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.articleList.top,
.articleList.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 20px;
}
@media screen and (max-width: 48em) {
  .articleList.top,
  .articleList.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.articleList.top .articleList_pic,
.articleList.second .articleList_pic {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 286.6/191;
}
@media screen and (max-width: 48em) {
  .articleList.top .articleList_pic,
  .articleList.second .articleList_pic {
    border-radius: 0.5rem;
  }
}
.articleList.top .articleList_pic img,
.articleList.second .articleList_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 48em) {
  .articleList.top .articleList_pic,
  .articleList.second .articleList_pic {
    aspect-ratio: 670/446;
    max-width: inherit;
    width: 100%;
  }
}
.articleList.top .flex_date_cat,
.articleList.second .flex_date_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 48em) {
  .articleList.top .flex_date_cat,
  .articleList.second .flex_date_cat {
    grid-column-gap: 10px;
  }
}
.articleList.top .cat_list,
.articleList.second .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.articleList.top .cat_list li,
.articleList.second .cat_list li {
  width: 108px;
  line-height: 23px;
  border-radius: 11.5px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 48em) {
  .articleList.top .cat_list li,
  .articleList.second .cat_list li {
    width: 82.5px;
    line-height: 15px;
    border-radius: 7.5px;
    font-size: 1rem;
  }
}
.articleList.top .cat_list li.お知らせ,
.articleList.second .cat_list li.お知らせ {
  background-color: #57372c;
  color: #fff;
}
.articleList.top .cat_list li.キャンペーン,
.articleList.second .cat_list li.キャンペーン {
  background-color: #5abebb;
  color: #fff;
}
.articleList.top .date,
.articleList.second .date {
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 48em) {
  .articleList.top .date,
  .articleList.second .date {
    font-size: 1rem;
  }
}
.articleList.top .post_title,
.articleList.second .post_title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.75;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .articleList.top .post_title,
  .articleList.second .post_title {
    font-size: 2rem;
  }
}

.articleList.top {
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .articleList.top {
    grid-row-gap: 50px;
  }
}

.articleList.second {
  margin-top: 30px;
  padding: 0 20px;
  position: relative;
}
.articleList.second:before, .articleList.second:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 48em) {
  .articleList.second:before, .articleList.second:after {
    content: none;
  }
}
.articleList.second:before {
  left: 0;
}
.articleList.second:after {
  right: 0;
}
@media screen and (max-width: 48em) {
  .articleList.second {
    margin-top: 35px;
    padding: 0;
  }
}
.articleList.second .articleList_pic {
  aspect-ratio: 286.6/191;
  max-width: 286px;
}
.articleList.second .swiperMvPrevBtn,
.articleList.second .swiperMvNextBtn {
  width: 40px;
  height: 40px;
  z-index: 5;
  top: 25%;
}
.articleList.second .swiperMvPrevBtn {
  left: 20px;
}
.articleList.second .swiperMvNextBtn {
  right: 20px;
}

@media screen and (max-width: 48em) {
  .home.page-template-default .mainContainer .container {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .home.page-template-default .mainContainer .smart-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.header_sample {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 100%;
  height: 19rem;
  background: #fff;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 48em) {
  .header_sample {
    height: 7.5rem;
  }
}

.contactFooter {
  padding: 5rem 0;
  background: #5abebb;
}
@media screen and (max-width: 62.5em) {
  .contactFooter {
    margin-top: 5rem;
  }
}
.contactFooter a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .contactFooter a:hover {
    opacity: 0.7;
  }
}
.contactFooter a:focus-visible {
  opacity: 0.7;
}
.contactFooter .secTtl {
  text-align: left;
  border: none;
}
@media screen and (max-width: 48em) {
  .contactFooter .secTtl {
    text-align: center;
  }
}
.contactFooter .secTtl_en {
  margin-top: 1em;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .contactFooter .secTtl_en {
    margin-top: 0;
  }
}
.contactFooter_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 48em) {
  .contactFooter_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactFooter_txts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 48em) {
  .contactFooter_txts {
    width: 100%;
  }
}
.contactFooter_txt {
  margin-top: 0em;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .contactFooter_txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.contactFooter_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2rem;
  width: 46%;
  min-width: 39rem;
}
@media screen and (max-width: 48em) {
  .contactFooter_btns {
    gap: 1rem;
    width: 100%;
    min-width: auto;
    max-width: 33.5rem;
    margin: 0 auto;
  }
}
.contactFooter .telBtn {
  overflow: hidden;
  border-radius: 0.5rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  line-height: 1.2;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .contactFooter .telBtn {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .contactFooter .telBtn {
    height: 6.1rem;
  }
}
.contactFooter .telBtn_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 48em) {
  .contactFooter .telBtn_no {
    gap: 0.5rem;
    font-size: 2.5rem;
  }
}
.contactFooter .telBtn_no::before {
  display: block;
  width: 2rem;
  height: 3.5rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2034.37%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23dadf00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17.54%2C0H2.46C1.11%2C0%2C0%2C1.11%2C0%2C2.47v29.44c0%2C1.36%2C1.11%2C2.47%2C2.46%2C2.47h15.07c1.36%2C0%2C2.46-1.11%2C2.46-2.47V2.47c0-1.36-1.11-2.47-2.46-2.47ZM10%2C32.05c-.41%2C0-.74-.33-.74-.74s.33-.74.74-.74.74.33.74.74-.33.74-.74.74ZM18.46%2C29.03H1.54V4.22h16.92v24.81Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .contactFooter .telBtn_no::before {
    width: 1.3rem;
    height: 2.1rem;
    margin-top: 0.2rem;
  }
}
.contactFooter .telBtn_txt {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
@media screen and (max-width: 48em) {
  .contactFooter .telBtn_txt {
    margin-top: 0.1em;
    font-size: 1.3rem;
  }
}
.contactFooter .formBtn {
  overflow: hidden;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.03em;
  background: #57372c;
}
@media screen and (max-width: 48em) {
  .contactFooter .formBtn {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .contactFooter .formBtn {
    gap: 0.6rem;
    height: 6.1rem;
    font-size: 2rem;
  }
}
.contactFooter .formBtn::before {
  display: block;
  width: 4.2rem;
  height: 3rem;
  margin-top: 0.2rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2041.03%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23dadf00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M39.79%2C0H1.24C.55%2C0%2C0%2C.55%2C0%2C1.24v2.44l20.52%2C13.75L41.03%2C3.67V1.24c0-.68-.55-1.24-1.24-1.24Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C8.75v16.3c0%2C2.73%2C2.22%2C4.95%2C4.95%2C4.95h31.13c2.74%2C0%2C4.95-2.22%2C4.95-4.95V8.75l-20.52%2C13.75L0%2C8.75Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .contactFooter .formBtn::before {
    width: 2.5rem;
    height: 1.9rem;
  }
}

.navFooter {
  padding: 4rem 0;
}
@media screen and (max-width: 48em) {
  .navFooter {
    padding: 5rem 0;
  }
}
.navFooter_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4rem;
}
@media screen and (max-width: 69.375em) {
  .navFooter_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.navFooter_logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  max-width: 30rem;
  padding-top: 5rem;
}
@media screen and (max-width: 69.375em) {
  .navFooter_logo {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
}
.navFooter_logo img {
  display: block;
  max-width: 30rem;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .navFooter_logo img {
    max-width: 25rem;
  }
}
.navFooter_copy {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 69.375em) {
  .navFooter_copy {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .navFooter_copy {
    margin-top: 1.4rem;
    font-size: 1rem;
    color: #333;
  }
}
.navFooter .footNav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 53.75em) {
  .navFooter .footNav {
    display: none;
  }
}
.navFooter .footNav_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  margin-top: 0.6rem;
  border-top: 1px solid #333;
}
.navFooter .footNav_list a {
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .navFooter .footNav_list a:hover {
    opacity: 0.7;
  }
}
.navFooter .footNav_list a:focus-visible {
  opacity: 0.7;
}
.navFooter .footNav_list > li + li {
  margin-top: 1.1rem;
}
.navFooter .footNav_list.-sub {
  padding-top: 1.1rem;
}
.navFooter .footNav_list.-sub > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navFooter .footNav_list.-sub > li::before {
  display: block;
  width: 1rem;
  height: 3px;
  content: "";
  background: #5abebb;
}
.navFooter .footNav_children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.lowerFooter {
  grid-area: 2/1/3/3;
}

.footOtherLinks {
  position: relative;
  padding: 5rem 0;
}
.footOtherLinks::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background: #f5f1d5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 62.5em) {
  .footOtherLinks {
    margin-top: 5rem;
  }
}
.footOtherLinks .otherPages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 45em) {
  .footOtherLinks .otherPages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footOtherLinks .otherPages > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footOtherLinks .otherPages_link {
  overflow: hidden;
  border-radius: 1rem;
  display: block;
  padding: 1rem;
  background: #5abebb;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .footOtherLinks .otherPages_link {
    border-radius: 0.5rem;
  }
}
@media (hover: hover) {
  .footOtherLinks .otherPages_link:hover {
    opacity: 0.7;
  }
}
.footOtherLinks .otherPages_link:focus-visible {
  opacity: 0.7;
}
.footOtherLinks .otherPages_name {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.4em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .footOtherLinks .otherPages_name {
    font-size: 1.7rem;
  }
}
.footOtherLinks .otherPages_nameEn {
  display: block;
  padding-top: 0.3em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .footOtherLinks .otherPages_nameEn {
    font-size: 1rem;
  }
}
.footOtherLinks .otherPages_pic {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 48em) {
  .footOtherLinks .otherPages_pic {
    border-radius: 0.3rem;
  }
}
.footOtherLinks .otherPages_pic img {
  display: block;
  width: 100%;
}

.mainContainer {
  overflow: hidden;
}

.mainContents {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 25rem minmax(0, 1fr);
  grid-row-gap: 5rem;
  grid-column-gap: 5rem;
  max-width: 100%;
}
@media screen and (max-width: 62.5em) {
  .mainContents {
    display: block;
  }
}

.main {
  grid-area: 1/2/2/3;
}

.secTtl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 48em) {
  .secTtl {
    font-size: 2rem;
  }
}
.secTtl_en {
  display: block;
  padding: 0.5em 0 1.5em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #5abebb;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 48em) {
  .secTtl_en {
    padding-bottom: 2em;
    font-size: 1rem;
  }
}

:where(.secTtl + *) {
  margin-top: 2rem;
}

.btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 0;
}
@media screen and (max-width: 48em) {
  .btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btnArea .btn {
  margin-top: 0;
}

.btn {
  position: relative;
  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;
  width: 100%;
  max-width: 25rem;
  min-height: 5rem;
  padding: 0.2em 2.3em 0.2em 1.3em;
  margin-top: 5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.1em;
  background: #333;
  border-radius: 9999px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .btn {
    min-height: 5.1rem;
    margin-top: 2.5rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.7;
  }
}
.btn:focus-visible {
  opacity: 0.7;
}
.btn::before {
  position: absolute;
  top: calc(50% - 0.625em);
  right: 1.3em;
  display: block;
  width: 1.25em;
  aspect-ratio: 1;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23dadf00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%2F%3E%20%3Cpath%20d%3D%22M12%2C9.99c0%2C.06-.01.12-.03.17s-.06.1-.11.16l-3.07%2C3.07c-.09.09-.2.14-.33.14s-.23-.05-.33-.14-.14-.2-.14-.33.05-.24.14-.33l2.73-2.73-2.73-2.73c-.09-.09-.14-.2-.14-.33s.05-.23.14-.33.2-.14.33-.14.24.05.33.14l3.05%2C3.05c.05.05.09.1.11.16s.03.11.03.17Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
.btn.-secondary {
  width: 20rem;
  max-width: 100%;
  min-height: 5rem;
  padding: 0.2em;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.btn.-secondary::before {
  display: none;
}
@media screen and (max-width: 48em) {
  .btn.-secondary {
    width: 15rem;
    min-height: 4.6rem;
    font-size: 1.5rem;
  }
}

.lowerHeader {
  padding-bottom: 6rem;
}
@media screen and (max-width: 48em) {
  .lowerHeader {
    padding-bottom: 4rem;
  }
}

.pageHeader {
  overflow: hidden;
  border-radius: 1rem;
  padding: 10rem 0;
  margin: 21rem 2rem 0;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 48em) {
  .pageHeader {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .pageHeader {
    width: 90%;
    padding: 5rem 0;
    margin: 9.5rem auto 0;
  }
}
.pageHeader .pageTtl {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .pageHeader .pageTtl {
    gap: 1rem;
  }
}
.pageHeader .pageTtl_en {
  overflow: hidden;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
  padding: 0.2em 0.5em;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #5abebb;
}
@media screen and (max-width: 48em) {
  .pageHeader .pageTtl_en {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .pageHeader .pageTtl_en {
    font-size: 1rem;
  }
}
.pageHeader .pageTtl_ja {
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .pageHeader .pageTtl_ja {
    font-size: 2rem;
  }
}

.p-menu .pageHeader {
  background-image: url("../images/bg_menu.webp");
}

.p-works .pageHeader {
  background-image: url("../images/bg_works.webp");
}

.breadcrumb {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  list-style-type: none;
}
@media screen and (max-width: 48em) {
  .breadcrumb {
    font-size: 1rem;
  }
}
.breadcrumb_item {
  display: inline-block;
}
.breadcrumb_item a {
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .breadcrumb_item a:hover {
    color: #5abebb;
  }
}
.breadcrumb_item a:focus-visible {
  color: #5abebb;
}
.breadcrumb_item + .breadcrumb_item::before {
  padding-right: 0.2em;
  padding-left: 0.05em;
  content: ">";
}

.sideMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: 1/1/2/2;
  gap: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 62.5em) {
  .sideMenu {
    margin-top: 5rem;
  }
}
.sideMenu a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .sideMenu a:hover {
    opacity: 0.7;
  }
}
.sideMenu a:focus-visible {
  opacity: 0.7;
}
.sideMenu_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: bold;
}
.sideMenu_ttl::before {
  display: block;
  width: 0.9em;
  height: 0.9em;
  margin-top: 0.2em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.2%2017.2%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23333%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6.33%2C12.65c-1.77%2C0-3.27-.61-4.49-1.84-1.23-1.22-1.84-2.72-1.84-4.49S.61%2C3.06%2C1.84%2C1.84C3.06.61%2C4.56%2C0%2C6.32%2C0s3.26.61%2C4.49%2C1.84c1.23%2C1.23%2C1.84%2C2.72%2C1.84%2C4.49%2C0%2C.71-.11%2C1.39-.34%2C2.04-.23.65-.53%2C1.21-.93%2C1.71l5.54%2C5.53c.18.18.27.4.27.66s-.09.48-.28.66-.4.28-.66.28-.48-.09-.66-.27l-5.54-5.54c-.49.4-1.06.71-1.7.93-.64.22-1.32.33-2.03.33ZM6.33%2C10.78c1.24%2C0%2C2.29-.43%2C3.16-1.29.86-.86%2C1.29-1.91%2C1.29-3.16s-.43-2.29-1.29-3.16-1.91-1.29-3.16-1.29-2.29.43-3.16%2C1.29-1.29%2C1.91-1.29%2C3.16.43%2C2.29%2C1.29%2C3.16%2C1.91%2C1.29%2C3.16%2C1.29Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
.sideMenu_ancLinks {
  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;
}
@media screen and (max-width: 48em) {
  .sideMenu_ancLinks {
    margin-top: 0.5rem;
  }
}
.sideMenu_ancLinks a {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  display: block;
  padding: 0.3em 1em 0.4em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #333;
}
@media screen and (max-width: 48em) {
  .sideMenu_ancLinks a {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .sideMenu_ancLinks a {
    padding: 0.2em 1em;
    font-size: 2rem;
  }
}
.sideMenu_ancLinks a::before {
  position: absolute;
  top: 44%;
  right: 0.6em;
  display: block;
  width: 0.9rem;
  height: 0.5rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.27%2020%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M17.67%2C20c-.31%2C0-.59-.05-.85-.16s-.52-.28-.78-.54L.7%2C3.95C.23%2C3.49%2C0%2C2.95%2C0%2C2.33c0-.62.23-1.16.7-1.63C1.16.23%2C1.72%2C0%2C2.36%2C0c.65%2C0%2C1.2.23%2C1.67.7l13.64%2C13.64L31.32.7C31.78.23%2C32.33%2C0%2C32.95%2C0c.62%2C0%2C1.16.23%2C1.63.7.47.47.7%2C1.02.7%2C1.67s-.23%2C1.2-.7%2C1.67l-15.27%2C15.27c-.26.26-.52.44-.78.54-.26.1-.54.16-.85.16Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .sideMenu_ancLinks a::before {
    top: 38%;
    right: 0.5em;
    width: 1.8rem;
    height: 1rem;
  }
}
.sideMenu_container {
  overflow: hidden;
  border-radius: 1rem;
  padding: 1.8rem;
  border: 2px solid #5abebb;
}
@media screen and (max-width: 48em) {
  .sideMenu_container {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .sideMenu_container {
    padding: 2.5rem 2.5rem 2.2rem;
  }
}
.sideMenu .linkList_cate {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0.08em 0;
  font-weight: bold;
  text-align: center;
  background: #5abebb;
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList_cate {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList_cate {
    padding: 0.2em 0;
    font-size: 2rem;
  }
}
.sideMenu .linkList_list {
  margin-top: 1.7rem;
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList_list {
    margin-top: 2.4rem;
  }
}
.sideMenu .linkList_list > li + li {
  margin-top: 0.4rem;
}
.sideMenu .linkList_link {
  position: relative;
  display: block;
  padding: 0.1em 0 0.1em 1.8em;
  font-size: 1.4rem;
  line-height: 1.29;
  letter-spacing: 0;
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList_link {
    padding: 0.1em 0 0.1em 1.7em;
    font-size: 2rem;
  }
}
.sideMenu .linkList_link::before {
  position: absolute;
  top: 0.22em;
  left: 0;
  display: block;
  width: 1.5rem;
  aspect-ratio: 1;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23dadf00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%227.5%22%20cy%3D%227.5%22%20r%3D%227.5%22%2F%3E%20%3Cpath%20d%3D%22M9%2C7.49s0%2C.09-.02.13-.04.08-.08.12l-2.3%2C2.3c-.07.07-.15.1-.24.1s-.17-.03-.24-.1-.1-.15-.1-.25.03-.18.1-.25l2.05-2.05-2.05-2.05c-.07-.07-.1-.15-.1-.24s.03-.17.1-.24.15-.1.25-.1.18.03.25.1l2.29%2C2.29s.07.08.08.12.02.08.02.13Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList_link::before {
    width: 2rem;
  }
}
.sideMenu .linkList.-text .linkList_list {
  margin-top: 1rem;
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList.-text .linkList_list {
    margin-top: 1.8rem;
  }
}
.sideMenu .linkList.-text .linkList_list > li + li {
  margin-top: 0.8rem;
}
.sideMenu .linkList.-text .linkList_link {
  padding: 0.6em 0;
  border-bottom: 2px solid #5abebb;
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList.-text .linkList_link {
    padding: 0.4em 0;
  }
}
.sideMenu .linkList.-text .linkList_link::before {
  display: none;
}
.sideMenu_txt {
  margin-top: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .sideMenu_txt {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sideMenu_pic {
  margin: 1.6rem auto 0;
}
.sideMenu_pic img {
  margin: 0 auto;
}

:where(section[class^=secTop]) {
  padding-top: 4.6rem;
}

.p-front .mainContainer {
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .p-front .mainContainer {
    margin-top: 1rem;
  }
}

.secTopMv {
  padding: 2.2rem 0;
  margin-top: 19rem;
  overflow: hidden;
}
@media screen and (max-width: 48em) {
  .secTopMv {
    padding: 1rem 0;
    margin-top: 7.5rem;
  }
}
.secTopMv_container {
  position: relative;
  z-index: 1;
  max-width: 139.2rem;
  padding-bottom: 3rem;
  margin: 0 auto;
}

.secTopStrengths {
  padding-top: 0;
}
.secTopStrengths .strengthList {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.4rem 2rem;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr;
  }
}
.secTopStrengths .strengthList_pic {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList_pic {
    border-radius: 0.5rem;
  }
}
.secTopStrengths .strengthList_pic::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 6rem;
  aspect-ratio: 1;
  padding-bottom: 0.2em;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  content: "0" counter(number);
  counter-increment: number;
  background: #5abebb;
  border-radius: 0 0 1rem 0;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList_pic::before {
    width: 7rem;
    padding-bottom: 0.1em;
    font-size: 4.2rem;
    border-radius: 0 0 0.5rem 0;
  }
}
.secTopStrengths .strengthList_pic img {
  display: block;
  width: 100%;
}
.secTopStrengths .strengthList_txt {
  margin-top: 0.8em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.secTopStrengths .strengthList_txtStrong {
  color: #5abebb;
}

.secTopMenu .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.4rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 48em) {
  .secTopMenu .menuList {
    gap: 1.8rem 3%;
  }
}
.secTopMenu .menuList > li {
  width: 21rem;
}
@media screen and (max-width: 48em) {
  .secTopMenu .menuList > li {
    width: 48.5%;
  }
}
.secTopMenu .menuList a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .secTopMenu .menuList a:hover {
    opacity: 0.7;
  }
}
.secTopMenu .menuList a:focus-visible {
  opacity: 0.7;
}
.secTopMenu .menuList_pic {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 48em) {
  .secTopMenu .menuList_pic {
    border-radius: 0.3rem;
  }
}
.secTopMenu .menuList_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secTopMenu .menuList_name {
  margin-top: 0.6em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .secTopMenu .menuList_name {
    margin-top: 0.7em;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
  }
}

.secTopVoice_catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #5abebb;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .secTopVoice_catch {
    line-height: 1.25;
  }
}
.secTopVoice_txt {
  margin-top: 0.5em;
}
@media screen and (max-width: 48em) {
  .secTopVoice_txt {
    margin-top: 1em;
    line-height: 1.33;
  }
}
.secTopVoice .voiceList {
  padding-right: 2rem;
  margin-top: 4.4rem;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voiceList {
    padding-right: 0;
    margin-top: 7.6rem;
  }
}
.secTopVoice .voice {
  position: relative;
  padding: 2rem 29% 4.8rem 1.8rem;
  border: 2px solid #4a2d23;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice {
    padding: 2rem 2rem 0;
  }
}
.secTopVoice .voice:has(.voice_name) {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice:has(.voice_name) {
    padding-bottom: 0;
  }
}
.secTopVoice .voice:nth-child(2) .voice_pic {
  top: 31%;
  width: 30%;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice:nth-child(2) .voice_pic {
    top: 4rem;
    width: 115%;
  }
}
.secTopVoice .voice:nth-child(3) .voice_pic {
  top: 28%;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice:nth-child(3) .voice_pic {
    top: 4rem;
  }
}
.secTopVoice .voice:nth-child(4) .voice_pic {
  top: 33%;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice:nth-child(4) .voice_pic {
    top: 4rem;
  }
}
.secTopVoice .voice_corner {
  position: absolute;
  width: 3rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_corner {
    width: 1.5rem;
  }
}
.secTopVoice .voice_corner::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  background: #4a2d23;
}
.secTopVoice .voice_corner::after {
  position: absolute;
  right: 1.4px;
  bottom: 1.4px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  background: #fff;
}
.secTopVoice .voice_corner.-left {
  top: -1px;
  left: -1px;
}
.secTopVoice .voice_corner.-right {
  right: -1px;
  bottom: -1px;
  rotate: 180deg;
}
.secTopVoice .voice_badge {
  position: absolute;
  top: 0;
  right: 2%;
  width: 17%;
  padding-right: 1%;
  padding-left: 2%;
  background: #fff;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_badge {
    right: 3%;
    width: 12.8rem;
    padding-right: 0;
    padding-left: 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.secTopVoice .voice_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 1rem;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secTopVoice .voice_face {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.5rem;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_face {
    width: 20%;
    margin: 0 auto;
  }
}
.secTopVoice .voice_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #57372c;
  letter-spacing: 0;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_ttl {
    line-height: 1.25;
  }
}
.secTopVoice .voice_txt {
  margin-top: 0.5rem;
  line-height: 3.5rem;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, transparent 0%, transparent 40%, #fff 40%, #fff 100%), linear-gradient(0deg, #ccc 3px, transparent 3px);
  background-size: 6px 100%, 100% 3.5rem;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_txt {
    margin-top: 0.8rem;
    line-height: 3rem;
    background-size: 6px 100%, 100% 3rem;
  }
}
.secTopVoice .voice_name {
  margin-top: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_name {
    line-height: 1.33;
  }
}
.secTopVoice .voice_pic {
  position: absolute;
  top: 36%;
  right: -3.5rem;
  width: 32%;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice_pic {
    position: relative;
    top: 4rem;
    right: auto;
    left: 50%;
    width: 115%;
    margin-top: -4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.secTopVoice .voice_pic img {
  display: block;
  width: 100%;
}
.secTopVoice .voice + .voice {
  margin-top: 6rem;
}
@media screen and (max-width: 48em) {
  .secTopVoice .voice + .voice {
    margin-top: 9rem;
  }
}
.secTopVoice .houjinBnr {
  margin-top: 5rem;
}
.secTopVoice .houjinBnr a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .secTopVoice .houjinBnr a:hover {
    opacity: 0.7;
  }
}
.secTopVoice .houjinBnr a:focus-visible {
  opacity: 0.7;
}

.secTopRanking a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .secTopRanking a:hover {
    opacity: 0.7;
  }
}
.secTopRanking a:focus-visible {
  opacity: 0.7;
}
.secTopRanking .rank {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .secTopRanking .rank {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem 1rem;
  }
}
.secTopRanking .rank_pic {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 48em) {
  .secTopRanking .rank_pic {
    border-radius: 0.3rem;
  }
}
.secTopRanking .rank_pic::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38%;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  background: #5abebb;
}
@media screen and (max-width: 48em) {
  .secTopRanking .rank_pic::before {
    width: 37%;
  }
}
.secTopRanking .rank_pic::after {
  position: absolute;
  top: 4%;
  left: 7%;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  content: counter(number);
  counter-increment: number;
}
@media screen and (max-width: 48em) {
  .secTopRanking .rank_pic::after {
    font-size: 2.4rem;
  }
}
.secTopRanking .rank_pic img {
  display: block;
  width: 100%;
}
.secTopRanking .rank_name {
  margin-top: 0.9em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .secTopRanking .rank_name {
    margin-top: 0.8em;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.secTopArea .area {
  margin-top: 2rem;
}
.secTopArea .area_note {
  padding-left: 1em;
  margin-top: 0.2em;
  line-height: 1.33;
  color: #999;
  text-indent: -1em;
}
.secTopArea .area_note::before {
  content: "※";
}
.secTopArea .areaList {
  margin-top: 5rem;
}
.secTopArea .areaList > li {
  overflow: hidden;
  border-radius: 1rem;
  padding: 2rem;
  background: #f5f1d5;
}
@media screen and (max-width: 48em) {
  .secTopArea .areaList > li {
    border-radius: 0.5rem;
  }
}
.secTopArea .areaList > li + li {
  margin-top: 2rem;
}
.secTopArea .areaList_pic {
  overflow: hidden;
  border-radius: 0.5rem;
  width: 66%;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  .secTopArea .areaList_pic {
    border-radius: 0.3rem;
  }
}
.secTopArea .areaList_pic img {
  width: 100%;
}
.secTopArea .areaList_name {
  margin-top: 1.4rem;
  font-size: 2rem;
  font-weight: bold;
}
.secTopArea .areaList_addr {
  margin-top: 0.3rem;
  line-height: 1.33;
}
.secTopArea .areaList_time {
  margin-top: 0.4em;
  line-height: 1.33;
}
.secTopArea .areaList_zone {
  padding-top: 1.7rem;
  margin-top: 1.8rem;
  line-height: 1.33;
  border-top: 1px solid #333;
}

.secTopWorks .worksCateLinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 48em) {
  .secTopWorks .worksCateLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .secTopWorks .worksCateLinks > li {
    width: calc(50% - 0.5rem);
    margin: 0 auto;
  }
}
.secTopWorks .worksCateLinks a {
  overflow: hidden;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 4rem;
  padding: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #f5f1d5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 48em) {
  .secTopWorks .worksCateLinks a {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .secTopWorks .worksCateLinks a {
    min-height: 3.5rem;
    padding: 0.3em;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .secTopWorks .worksCateLinks a:hover {
    background-color: #5abebb;
  }
}
.secTopWorks .worksCateLinks a:focus-visible {
  background-color: #5abebb;
}

.secTopFlow .flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flowList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secTopFlow .flow {
  position: relative;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.secTopFlow .flow:last-child .flow_pic::after {
  display: none;
}
.secTopFlow .flow_pic {
  position: relative;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow_pic {
    width: 10rem;
    height: 10rem;
  }
  .secTopFlow .flow_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.secTopFlow .flow_pic::after {
  position: absolute;
  top: calc(50% - 0.8rem);
  left: calc(100% + 1rem);
  display: block;
  width: 1rem;
  height: 1.7rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20data-name%3D%22%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%2017.64%22%3E%20%3Cpath%20d%3D%22M10%2C8.8c0%2C.16-.03.3-.08.43s-.14.26-.27.39l-7.67%2C7.67c-.23.23-.5.35-.81.35s-.58-.12-.81-.35S0%2C16.78%2C0%2C16.45s.12-.6.35-.83l6.82-6.82L.35%2C1.98C.12%2C1.74%2C0%2C1.47%2C0%2C1.16c0-.31.12-.58.35-.81S.86%2C0%2C1.18%2C0s.6.12.83.35l7.64%2C7.64c.13.13.22.26.27.39s.08.27.08.43Z%22%2F%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow_pic::after {
    top: calc(100% + 0.7rem);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.secTopFlow .flow_pic img {
  overflow: hidden;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow_pic img {
    border-radius: 0.3rem;
  }
}
.secTopFlow .flow_name {
  margin-top: 0.7em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow_name {
    margin-top: 0;
    text-align: left;
    letter-spacing: 0.1em;
  }
}

.secTopActivities .activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 48em) {
  .secTopActivities .activities {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secTopActivities .activities_pic {
  overflow: hidden;
  border-radius: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33%;
}
@media screen and (max-width: 48em) {
  .secTopActivities .activities_pic {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .secTopActivities .activities_pic {
    width: 88%;
    margin: 0 auto;
  }
}
.secTopActivities .activities_pic img {
  display: block;
  width: 100%;
}
.secTopActivities .activities_txts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 48em) {
  .secTopActivities .activities_txts {
    width: 100%;
  }
}
.secTopActivities .activities_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .secTopActivities .activities_ttl {
    line-height: 1.25;
  }
}
.secTopActivities .activities_txt {
  margin-top: 0.7em;
}
@media screen and (max-width: 48em) {
  .secTopActivities .activities_txt {
    margin-top: 1em;
    line-height: 1.33;
  }
}

.nav-pageNav {
  position: relative;
  margin: 5rem auto 0;
}
@media screen and (max-width: 48em) {
  .nav-pageNav {
    margin-top: 4.3rem;
  }
}
.nav-pageNav_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_list {
    gap: 0.5rem 0;
  }
}
@media screen and (max-width: 48em) {
  .nav-pageNav_item {
    margin: 0 0.4rem;
  }
  .nav-pageNav_item:first-child {
    margin-left: 0;
  }
  .nav-pageNav_item:last-child {
    margin-right: 0;
  }
  .nav-pageNav_item:has(.-dots) {
    margin: 0;
  }
}
.nav-pageNav_numbers {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  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;
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  background-color: #f5f1d5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
.nav-pageNav_numbers.-active {
  color: #fff;
  cursor: default;
  background-color: #5abebb;
}
.nav-pageNav_numbers.-dots {
  position: relative;
  width: 2.3rem;
  color: transparent;
  background-color: #fff;
}
.nav-pageNav_numbers.-dots::before {
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  content: "";
  background-image: radial-gradient(#5abebb 50%, transparent 50%);
  background-repeat: round no-repeat;
  background-position: 0 0;
  background-size: 6px 3px;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers.-dots::before {
    top: calc(50% - 1px);
    height: 2px;
    background-size: 4px 2px;
  }
}
.nav-pageNav_numbers.-prev, .nav-pageNav_numbers.-next {
  width: auto;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #fff;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers.-prev, .nav-pageNav_numbers.-next {
    font-size: 1.5rem;
  }
}
.nav-pageNav_numbers.-prev {
  margin-right: 2.8rem;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers.-prev {
    margin-right: 0;
  }
}
.nav-pageNav_numbers.-next {
  margin-left: 2.8rem;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers.-next {
    margin-left: 0;
  }
}
.nav-pageNav a.nav-pageNav_numbers {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .nav-pageNav a.nav-pageNav_numbers:hover {
    opacity: 0.7;
  }
}
.nav-pageNav a.nav-pageNav_numbers:focus-visible {
  opacity: 0.7;
}
.nav-pageNav span.-prev,
.nav-pageNav span.-next,
.nav-pageNav .nav-pageNav_item:has(span.-prev),
.nav-pageNav .nav-pageNav_item:has(span.-next) {
  display: none;
}

.articleMoveLinks {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 40rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 48em) {
  .articleMoveLinks {
    max-width: 33.5rem;
    margin-top: 5rem;
  }
}
.articleMoveLinks_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: 1/1/2/2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articleMoveLinks_txt a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .articleMoveLinks_txt a {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .articleMoveLinks_txt a:hover {
    opacity: 0.7;
  }
}
.articleMoveLinks_txt a:focus-visible {
  opacity: 0.7;
}
.articleMoveLinks_txt.-next {
  grid-area: 1/3/2/4;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.articleMoveLinks .btn {
  grid-area: 1/2/2/3;
  width: 20rem;
  margin: 0;
}
.articleMoveLinks .btn::before {
  display: none;
}
@media screen and (max-width: 48em) {
  .articleMoveLinks .btn {
    max-width: 15rem;
  }
}

.menuArea_ttl, .menuArea_cateName {
  font-size: 3rem;
  line-height: 1.5;
  color: #5abebb;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .menuArea_ttl, .menuArea_cateName {
    font-size: 2rem;
    line-height: 1.38;
  }
}
.menuArea_cateName {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 48em) {
  .menuArea_cateName {
    padding-bottom: 0.8em;
  }
}
.menuArea .menuArea_cateName + .menuList {
  margin-top: 4rem;
}
@media screen and (max-width: 48em) {
  .menuArea .menuArea_cateName + .menuList {
    margin-top: 2rem;
  }
}
.menuArea .secTtl + .menuList {
  margin-top: revert;
}
.menuArea_txt {
  margin-top: 0.5em;
}
@media screen and (max-width: 48em) {
  .menuArea_txt {
    margin-top: 1em;
    line-height: 1.5;
  }
}
.menuArea .menuList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 48em) {
  .menuArea .menuList {
    margin-top: 4.5rem;
  }
}
.menuArea .menuList a {
  display: block;
  aspect-ratio: 295/402;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menuArea .menuList a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .menuArea .menuList a:hover {
    opacity: 0.7;
  }
}
.menuArea .menuList a:focus-visible {
  opacity: 0.7;
}
.menuArea .otherMenus {
  margin-top: 5rem;
}

.worksArea .cateTtl {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0.5em 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #333;
}
@media screen and (max-width: 48em) {
  .worksArea .cateTtl {
    border-radius: 0.3rem;
  }
}
.worksArea .cateList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 48em) {
  .worksArea .cateList {
    margin-top: 2rem;
  }
}
.worksArea .cateList span,
.worksArea .cateList a {
  overflow: hidden;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 5.8rem;
  padding: 0.2em 0.4em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #5abebb;
}
@media screen and (max-width: 48em) {
  .worksArea .cateList span,
  .worksArea .cateList a {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .worksArea .cateList span,
  .worksArea .cateList a {
    min-height: 4.5rem;
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.worksArea .cateList a {
  color: #333;
  background-color: #f5f1d5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .worksArea .cateList a:hover {
    background-color: #5abebb;
  }
}
.worksArea .cateList a:focus-visible {
  background-color: #5abebb;
}
.worksArea .cateList + .articleList {
  margin-top: 5rem;
}
.worksArea .articleList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  gap: 5rem 2rem;
}
@media screen and (max-width: 48em) {
  .worksArea .articleList {
    gap: 2rem;
  }
}
.worksArea .articleList a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .worksArea .articleList a:hover {
    opacity: 0.7;
  }
}
.worksArea .articleList a:focus-visible {
  opacity: 0.7;
}
.worksArea .articleList_pic {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 48em) {
  .worksArea .articleList_pic {
    border-radius: 0.5rem;
  }
}
.worksArea .articleList_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worksArea .articleList_cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}
.worksArea .articleList_cateList > li {
  padding: 0.1em 0.6em;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px solid #333;
  border-radius: 9999px;
}
@media screen and (max-width: 48em) {
  .worksArea .articleList_cateList > li {
    font-size: 1rem;
  }
}
.worksArea .articleList_ttl {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .worksArea .articleList_ttl {
    margin-top: 0.1em;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.worksArea .articleData_name {
  max-width: 9.8rem;
}
@media screen and (max-width: 48em) {
  .worksArea .articleData_name {
    max-width: 100%;
  }
}
.worksArea .otherWorks {
  overflow: hidden;
  border-radius: 1rem;
  padding: 5rem;
  margin-top: 5rem;
  background: #f5f1d5;
}
@media screen and (max-width: 48em) {
  .worksArea .otherWorks {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .worksArea .otherWorks {
    padding: 5rem 2rem;
  }
}

.articleInfo {
  overflow: hidden;
  border-radius: 1rem;
  padding: 5rem;
  border: 2px solid #5abebb;
}
@media screen and (max-width: 48em) {
  .articleInfo {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .articleInfo {
    padding: 2rem;
  }
}

.articleTtlCateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.articleTtlCateList > li {
  padding: 0.1em 0.6em;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px solid #333;
  border-radius: 9999px;
}
@media screen and (max-width: 48em) {
  .articleTtlCateList > li {
    font-size: 1rem;
  }
}
.articleTtlCateList + .articleTtl {
  padding-bottom: 1.5em;
  margin-top: 1.4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 48em) {
  .articleTtlCateList + .articleTtl {
    padding-bottom: 0.8em;
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}

.articleTtl {
  padding-bottom: 0.5em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.33;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 48em) {
  .articleTtl {
    padding-bottom: 0.8em;
    font-size: 2rem;
    line-height: 1.375;
  }
}

.articleData {
  margin-top: 3rem;
}
@media screen and (max-width: 48em) {
  .articleData {
    margin-top: 0.5rem;
  }
}
.articleData_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem 5rem;
  padding: 1.3rem 0;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 48em) {
  .articleData_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.articleData_name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5abebb;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 48em) {
  .articleData_name {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    letter-spacing: 0.1em;
  }
}
.articleData_dtl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.articleData .articleSubData {
  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;
}
@media screen and (max-width: 48em) {
  .articleData .articleSubData {
    gap: 0.4rem;
  }
}
.articleData .articleSubData_name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5abebb;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 48em) {
  .articleData .articleSubData_name {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.articleData p + p {
  margin-top: 1em;
}

.articleMoveLinks {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 40rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 48em) {
  .articleMoveLinks {
    max-width: 33.5rem;
    margin-top: 5rem;
  }
}
.articleMoveLinks_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: 1/1/2/2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.articleMoveLinks_txt a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 900;
  color: #5abebb;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .articleMoveLinks_txt a {
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .articleMoveLinks_txt a:hover {
    opacity: 0.7;
  }
}
.articleMoveLinks_txt a:focus-visible {
  opacity: 0.7;
}
.articleMoveLinks_txt.-next {
  grid-area: 1/3/2/4;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.articleMoveLinks .btn {
  grid-area: 1/2/2/3;
  margin: 0;
}

:where(section[class^=secTop]) {
  padding-top: 4.6rem;
}

.lowerHeader.page-about .pageHeader {
  background-image: url(../images/about/bg_about.webp);
}

.mainContainer.page-about .hide-pc {
  display: none;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .hide-pc {
    display: block;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .hide-sp {
    display: none;
  }
}
.mainContainer.page-about .secTopStrengths {
  padding-top: 0;
}
.mainContainer.page-about .secTopStrengths .strengthList_sentence {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .secTopStrengths .strengthList_sentence {
    margin-top: 1em;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.mainContainer.page-about .about-us {
  margin-top: 50px;
}
.mainContainer.page-about .about-us .aboutUs_inner {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #f5f1d5;
  padding: 45px 50px 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .about-us .aboutUs_inner {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .about-us .aboutUs_inner {
    padding: 45px 20px 20px;
  }
}
.mainContainer.page-about .about-us .aboutUs_informations dl {
  overflow: hidden;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 50px;
  background-color: #fff;
  padding: 5px 20px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .about-us .aboutUs_informations dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px 10px;
  }
}
.mainContainer.page-about .about-us .aboutUs_informations dl dt {
  color: #5abebb;
  font-size: 2rem;
  font-weight: bold;
  width: 130px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.mainContainer.page-about .about-us .aboutUs_informations dl dd {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .about-us .aboutUs_informations dl dd {
    font-size: 1.5rem;
  }
}
.mainContainer.page-about .about-us .aboutUs_informations dl dd address {
  font-style: normal;
}
.mainContainer.page-about .about-us .aboutUs_informations dl dd .store {
  color: #dadf00;
}
.mainContainer.page-about .about-us .aboutUs_informations dl dd .store:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .about-us .aboutUs_informations dl dd .store:not(:first-child) {
    margin-top: 8px;
  }
}
.mainContainer.page-about .about-us .aboutUs_informations dl:not(:first-child) {
  margin-top: 10px;
}
.mainContainer.page-about .certificate {
  margin-top: 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .certificate {
    margin-top: 50px;
  }
}
.mainContainer.page-about .certificate_inner {
  border: 2px solid #dadf00;
  border-radius: 10px;
  padding: 45px 70px 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .certificate_inner {
    padding: 20px 20px 25px;
    border-radius: 5px;
  }
}
.mainContainer.page-about .certificate .secTtl {
  color: #dadf00;
  font-size: 2rem;
  font-weight: bold;
  border-color: #dadf00;
  padding-bottom: 15px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .certificate .secTtl {
    padding-bottom: 18px;
  }
}
.mainContainer.page-about .certificate .directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 40px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .certificate .directions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mainContainer.page-about .certificate .directions figure {
  display: block;
  width: 300px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .certificate .directions figure {
    width: 200px;
    margin: -5px auto 0;
  }
}
.mainContainer.page-about .certificate .directions .sentence {
  width: 410px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .certificate .directions .sentence {
    margin-top: 15px;
    width: 100%;
  }
}
.mainContainer.page-about .access {
  margin-top: 50px;
}
.mainContainer.page-about .access .access_maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: 18px;
  font-weight: 500;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .access .access_maps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.mainContainer.page-about .access .access_maps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  max-width: 425px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .access .access_maps li {
    width: 100%;
    max-width: inherit;
  }
}
.mainContainer.page-about .access .access_maps li #map_awase,
.mainContainer.page-about .access .access_maps li #map_naha {
  aspect-ratio: 425/283;
  max-width: 425px;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .access .access_maps li #map_awase,
  .mainContainer.page-about .access .access_maps li #map_naha {
    aspect-ratio: 670/446;
    width: 100%;
    border-radius: 2px;
  }
}
.mainContainer.page-about .access .access_maps li address {
  font-style: normal;
}
.mainContainer.page-about .access .access_maps li address .store {
  color: #dadf00;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}
.mainContainer.page-about .access .access_maps li address .mt-05 {
  margin-top: 0.5em;
}
.mainContainer.page-about .access .access_maps li .areas {
  border-top: 1px solid #333;
  margin-top: 15px;
  padding-top: 12px;
}
.mainContainer.page-about .access .access_maps li .areas .title {
  color: #dadf00;
  margin-bottom: 6px;
}
.mainContainer.page-about .access .access_maps li .btnArea {
  margin-top: auto;
  width: 250px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-about .access .access_maps li .btnArea {
    margin-top: 25px;
  }
}
.mainContainer.page-about .access .access_maps li .btnArea.base {
  margin-top: 25px;
}

:where(section[class^=secTop]) {
  padding-top: 4.6rem;
}

.lowerHeader.page-price .pageHeader {
  background-image: url(../images/price/bg_price@2x.webp);
}

.mainContainer.page-price .mt-025 {
  margin-top: 0.25em;
}
.mainContainer.page-price .text-center {
  text-align: center;
}
.mainContainer.page-price .content_header {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .content_header {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.375;
  }
}
.mainContainer.page-price .sentence {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 0.5em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .sentence {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1em;
  }
}
.mainContainer.page-price .sentence .paragraph {
  margin-top: 1.75em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .sentence .paragraph {
    margin-top: 1.5em;
  }
}
.mainContainer.page-price .price_wrapper {
  padding: 43px 50px 33px;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .price_wrapper {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .price_wrapper {
    padding: 20px 18px 25px;
  }
}
.mainContainer.page-price .price_wrapper.yellow-beige {
  background-color: #f5f1d5;
}
.mainContainer.page-price .price_wrapper.boundary {
  border: 2px solid #5abebb;
}
.mainContainer.page-price .price_wrapper.payment {
  padding: 0;
}
.mainContainer.page-price .price_wrapper.payment .cell-185 figure {
  margin-top: 0;
}
.mainContainer.page-price .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 20px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 20px;
  }
}
.mainContainer.page-price .cell-185 li {
  max-width: 185px;
  width: 23.125%;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .cell-185 li {
    max-width: inherit;
    width: 100%;
  }
}
.mainContainer.page-price .cell-185 li .label {
  overflow: hidden;
  border-radius: 0.5rem;
  font-size: clamp(15px, 1.3vw, 2rem);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 6px 0;
  background-color: #5abebb;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .cell-185 li .label {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .cell-185 li .label {
    padding: 4px 0;
  }
}
.mainContainer.page-price .cell-185 li figure, .mainContainer.page-price .cell-185 li picture {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .cell-185 li figure, .mainContainer.page-price .cell-185 li picture {
    border-radius: 3px;
  }
}
.mainContainer.page-price .cell-185 li .flow_title {
  font-size: 2rem;
  text-align: center;
  color: #5abebb;
  font-weight: bold;
}
.mainContainer.page-price .cell-185 li .payment_method {
  color: #5abebb;
}
.mainContainer.page-price .cell-185 li .price {
  color: #57372c;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .cell-185 li .price {
    text-align: center;
  }
}
.mainContainer.page-price .cell-185 li .price span {
  display: inline-block;
  font-size: 1.3rem;
  color: #333;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .cell-185 li .price span {
    font-size: 1.5rem;
  }
}
.mainContainer.page-price .sp_NoDirection li {
  width: 23.33%;
  max-width: inherit;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-price .sp_NoDirection {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainContainer.page-price .sp_NoDirection li {
    width: 47%;
  }
}
.mainContainer.page-price .basic_pricing {
  margin-top: 45px;
}
.mainContainer.page-price .pricing {
  margin-top: 50px;
}

:where(section[class^=secTop]) {
  padding-top: 4.6rem;
}

.lowerHeader.page-catalog .pageHeader {
  background-image: url(../images/catalog/bg_catalog@2x.webp);
}

.mainContainer.page-catalog .content_header {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .content_header {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.375;
  }
}
.mainContainer.page-catalog .sentence {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .sentence {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.mainContainer.page-catalog .sentence .paragraph {
  margin-top: 1.75em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .sentence .paragraph {
    margin-top: 1.5em;
    margin-top: 3rem;
  }
}
.mainContainer.page-catalog .sentence.pc-center {
  text-align: center;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .sentence.pc-center {
    text-align: left;
  }
}
.mainContainer.page-catalog .sentence.mt-45 {
  margin-top: 45px;
}
.mainContainer.page-catalog .sentence.mt-035 {
  margin-top: 0.35em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .sentence.mt-035 {
    margin-top: 0.75em;
  }
}
.mainContainer.page-catalog .catalogue {
  margin-top: 45px;
}
.mainContainer.page-catalog .catalogue .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 540px !important;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-catalog .catalogue .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 310px !important;
  }
}

:where(section[class^=secTop]) {
  padding-top: 4.6rem;
}

.lowerHeader.page-flow .pageHeader {
  background-image: url(../images/flow/bg_flow@2x.webp);
}

.mainContainer.page-flow .content_header {
  text-align: center;
}
.mainContainer.page-flow .sentence.pc-center {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .sentence.pc-center {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 1.4rem;
  }
}
.mainContainer.page-flow .flowStep_wrapper {
  margin-top: 45px;
}
.mainContainer.page-flow .flowStep li.step {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #f5f1d5;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column-gap: 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainContainer.page-flow .flowStep li.step picture {
  overflow: hidden;
  border-radius: 1rem;
  display: block;
  aspect-ratio: 300/200;
  min-width: 300px;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step picture {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step picture {
    aspect-ratio: 590/393;
    max-width: inherit;
    min-width: inherit;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step picture.hide-sp {
    display: none;
  }
}
.mainContainer.page-flow .flowStep li.step picture.hide-pc {
  display: none;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step picture.hide-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px;
  }
}
.mainContainer.page-flow .flowStep li.step .flowStep_sentence h2 {
  line-height: 1em;
  font-size: 2rem;
  margin-top: 5px;
  margin-bottom: 14px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step .flowStep_sentence h2 {
    border-width: 1px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step .flowStep_sentence p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.mainContainer.page-flow .flowStep li.step .flowStep_sentence .note {
  color: #ff3333;
}
.mainContainer.page-flow .flowStep li.step .flowStep_sentence .btnArea {
  display: block;
  margin-top: 45px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step .flowStep_sentence .btnArea {
    margin-top: 15px;
  }
}
.mainContainer.page-flow .flowStep li.step .round-step {
  display: inline-block;
  background-color: #5abebb;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 20px;
  text-align: center;
  min-width: 100px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li.step .round-step {
    font-size: 1rem;
    padding: 0 10px;
    line-height: 15px;
    border-radius: 7.5px;
    min-width: 65px;
  }
}
.mainContainer.page-flow .flowStep li .payment_method {
  color: #5abebb;
  margin-top: 1.8rem;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-flow .flowStep li .payment_method {
    margin-top: 2.2rem;
  }
}
.mainContainer.page-flow .flowStep li:not(:first-child) {
  margin-top: 20px;
}
.mainContainer.page-flow .faq {
  margin-top: 45px;
}
.lowerHeader.page-staff .pageHeader {
  background-image: url(../images/staff/bg_staff@2x.webp);
}

.mainContainer.page-staff .content_header {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .content_header {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.375;
  }
}
.mainContainer.page-staff .sentence {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .sentence {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.mainContainer.page-staff .sentence.mt-45 {
  margin-top: 45px;
}
.mainContainer.page-staff .sentence.mt-035 {
  margin-top: 0.35em;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .sentence.mt-035 {
    margin-top: 0.75em;
  }
}
.mainContainer.page-staff .staff_informations {
  margin-top: 45px;
}
.mainContainer.page-staff .staff_list {
  color: #333;
}
.mainContainer.page-staff .staff_list li {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #f5f1d5;
  padding: 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list li {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list li {
    padding: 20px;
  }
}
.mainContainer.page-staff .staff_list li:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list li:not(:first-child) {
    margin-top: 20px;
  }
}
.mainContainer.page-staff .staff_list .label-cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.4rem;
  min-width: 78px;
  line-height: 28px;
  border: 1px solid #000;
  border-radius: 15px;
  color: #000;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list .label-cat {
    font-size: 1rem;
    min-width: 62px;
    line-height: 13px;
    border-radius: 7.5px;
  }
}
.mainContainer.page-staff .staff_list .staff_name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 5px;
  padding-bottom: 12px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list .staff_name {
    padding-bottom: 5px;
  }
}
.mainContainer.page-staff .staff_list .staff_message {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 12px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list .staff_message {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 15px;
  }
}
.mainContainer.page-staff .staff_list .personality {
  margin-top: 15px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list .personality {
    margin-top: 17px;
  }
}
.mainContainer.page-staff .staff_list .personality dl {
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 4px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list .personality dl {
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list .personality dl {
    padding: 10.25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mainContainer.page-staff .staff_list .personality dl dt {
  color: #5abebb;
  font-size: 2rem;
  font-weight: bold;
  min-width: 46px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.mainContainer.page-staff .staff_list .personality dl dd {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 48em) {
  .mainContainer.page-staff .staff_list .personality dl dd {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.mainContainer.page-staff .staff_list .personality dl:not(:first-child) {
  margin-top: 10px;
}

.lowerHeader.news .pageHeader {
  background-image: url(../images/bg_news@2x.webp);
}

.mainContainer.news .worksArea .cateTtl.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .worksArea .cateTtl.mt-50 {
    margin-top: 25px;
  }
}
.mainContainer.news .cateList .postCateList_link.current {
  color: #fff;
  background: #5abebb;
}
.mainContainer.news .articleList_link .articleList_pic {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 286.6/191;
  max-width: 286px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleList_link .articleList_pic {
    border-radius: 0.5rem;
  }
}
.mainContainer.news .articleList_link .articleList_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleList_link .articleList_pic {
    aspect-ratio: 670/446;
    max-width: inherit;
    width: 100%;
  }
}
.mainContainer.news .articleList_link .flex_date_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleList_link .flex_date_cat {
    grid-column-gap: 10px;
  }
}
.mainContainer.news .articleList_link .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.mainContainer.news .articleList_link .cat_list li {
  width: 108px;
  line-height: 23px;
  border-radius: 11.5px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleList_link .cat_list li {
    width: 82.5px;
    line-height: 15px;
    border-radius: 7.5px;
    font-size: 1rem;
  }
}
.mainContainer.news .articleList_link .cat_list li.お知らせ {
  background-color: #57372c;
  color: #fff;
}
.mainContainer.news .articleList_link .cat_list li.キャンペーン {
  background-color: #5abebb;
  color: #fff;
}
.mainContainer.news .articleList_link .date {
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleList_link .date {
    font-size: 1rem;
  }
}
.mainContainer.news .articleList_link .post_title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  line-height: 1.75;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleList_link .post_title {
    font-size: 2rem;
  }
}
.mainContainer.news .archive__pagination {
  margin-top: 50px;
}
.mainContainer.news .archive__pagination .pagination {
  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;
  gap: 20px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .archive__pagination .pagination {
    gap: 10px;
  }
}
.mainContainer.news .archive__pagination .pagination .page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f5f1d5;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 3px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .archive__pagination .pagination .page-numbers {
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.mainContainer.news .archive__pagination .pagination .page-numbers.current {
  background-color: #dadf00;
  color: #fff;
}
.mainContainer.news .archive__pagination .pagination .page-numbers.next, .mainContainer.news .archive__pagination .pagination .page-numbers.prev {
  background-color: inherit;
  width: auto;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .archive__pagination .pagination .page-numbers.next, .mainContainer.news .archive__pagination .pagination .page-numbers.prev {
    font-size: 1.5rem;
  }
}
.mainContainer.news .archive__pagination .pagination .page-numbers.prev {
  margin-right: 28px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .archive__pagination .pagination .page-numbers.prev {
    margin-right: inherit;
  }
}
.mainContainer.news .archive__pagination .pagination .page-numbers.next {
  margin-left: 28px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .archive__pagination .pagination .page-numbers.next {
    margin-left: inherit;
  }
}
.mainContainer.news .articleInfo .articleTtl {
  margin-bottom: 50px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleInfo .articleTtl {
    margin-bottom: 20px;
  }
}
.mainContainer.news .articleInfo .articleContents .wp-block-image {
  margin-bottom: 50px;
}
.mainContainer.news .articleInfo .articleContents .wp-block-image:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleInfo .articleContents .wp-block-image {
    margin-bottom: 20px;
  }
}
.mainContainer.news .articleInfo .articleContents p:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 48em) {
  .mainContainer.news .articleInfo .articleContents p:not(:first-child) {
    margin-top: 24px;
  }
}/*# sourceMappingURL=app.css.map */