@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)) {
  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;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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%;
  --dotted-line: 3px dotted #999;
  --dotted-line2: 3px dotted #ff8d00;
}

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

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

.details {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .details {
    border-radius: 0.5rem;
  }
}
.details_summ {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6rem 7rem 2.6rem 3rem;
  font-size: 3rem;
  font-weight: bold;
  color: #ff8d00;
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .details_summ {
    padding: 2rem 6rem 2rem 2rem;
    font-size: 2rem;
  }
}
.details_summ::-webkit-details-marker {
  display: none;
}
.details_summDeco {
  position: absolute;
  top: 50%;
  right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.6rem;
  height: 4.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 48em) {
  .details_summDeco {
    right: 1rem;
    width: 4.6rem;
    height: 4.6rem;
  }
}
.details_summDeco::before, .details_summDeco::after {
  position: absolute;
  inset: 0;
  display: block;
  width: 3px;
  height: 50%;
  margin: auto;
  content: "";
  background: #9bda44;
  border-radius: 99px;
}
@media screen and (max-width: 48em) {
  .details_summDeco::before, .details_summDeco::after {
    width: 0.3rem;
  }
}
.details_summDeco::before {
  -webkit-animation: 0.3s rotate-90 forwards;
          animation: 0.3s rotate-90 forwards;
}
.details_summDeco::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.details_contents {
  overflow: hidden;
}
.details_inner {
  padding: 0 7rem 3rem 3rem;
}
@media screen and (max-width: 48em) {
  .details_inner {
    padding: 0rem 4em 1rem 2rem;
  }
}
.details[open] .details_summDeco::before {
  -webkit-animation: 0.3s rotate90 forwards;
          animation: 0.3s rotate90 forwards;
}

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

.topCaseSwiperContainer {
  position: relative;
  padding: 0 3rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 48em) {
  .topCaseSwiperContainer {
    padding: 0 2rem;
    margin-top: 2.5rem;
  }
}
.topCaseSwiperContainer .casePrevBtn,
.topCaseSwiperContainer .caseNextBtn {
  position: absolute;
  top: 50%;
  left: 3rem;
  z-index: 2;
  display: block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf8,%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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M16.27%2C19h9.92c.29%2C0%2C.52.1.72.29s.29.43.29.72-.1.52-.29.72-.43.29-.72.29h-9.92l4.24%2C4.24c.2.2.3.44.31.72%2C0%2C.28-.09.52-.29.73-.2.21-.44.3-.73.3s-.53-.11-.73-.31l-5.96-5.96c-.1-.1-.18-.22-.23-.35-.06-.13-.09-.26-.09-.38s.03-.25.09-.38c.06-.13.14-.24.23-.34l5.98-5.96c.22-.21.47-.32.73-.32s.5.11.7.33c.2.2.3.44.3.71s-.1.5-.3.7l-4.26%2C4.26Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 48em) {
  .topCaseSwiperContainer .casePrevBtn,
.topCaseSwiperContainer .caseNextBtn {
    left: 2rem;
  }
}
@media (hover: hover) {
  .topCaseSwiperContainer .casePrevBtn:hover,
.topCaseSwiperContainer .caseNextBtn:hover {
    opacity: 0.7;
  }
}
.topCaseSwiperContainer .casePrevBtn:focus-visible,
.topCaseSwiperContainer .caseNextBtn:focus-visible {
  opacity: 0.7;
}
.topCaseSwiperContainer .casePrevBtn.swiper-button-disabled,
.topCaseSwiperContainer .caseNextBtn.swiper-button-disabled {
  cursor: auto;
  opacity: 0.7;
}
.topCaseSwiperContainer .caseNextBtn {
  right: 3rem;
  left: auto;
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
}
@media screen and (max-width: 48em) {
  .topCaseSwiperContainer .caseNextBtn {
    right: 2rem;
  }
}

.topCaseSwiper .caseLink {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  height: auto;
  padding: 2rem 4rem 7rem;
  background: #fbf8ef;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .topCaseSwiper .caseLink {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .topCaseSwiper .caseLink {
    padding: 3rem 3rem 7rem;
  }
}
@media (hover: hover) {
  .topCaseSwiper .caseLink:hover {
    opacity: 0.7;
  }
}
.topCaseSwiper .caseLink:focus-visible {
  opacity: 0.7;
}
.topCaseSwiper .caseLink::after {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: block;
  width: 1.6rem;
  height: 1.5rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%2015.58%2015.18%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C8.59h11.17l-4.88%2C4.88c-.39.39-.39%2C1.03%2C0%2C1.42s1.02.39%2C1.41%2C0l6.59-6.59c.39-.39.39-1.02%2C0-1.41L8.71.29c-.39-.39-1.02-.39-1.41%2C0-.39.39-.39%2C1.02%2C0%2C1.41l4.87%2C4.89H1c-.55%2C0-1%2C.45-1%2C1s.45%2C1%2C1%2C1Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
.topCaseSwiper .caseLink a {
  display: block;
  height: 100%;
}
.topCaseSwiper .caseLink_pic {
  width: 10rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 48em) {
  .topCaseSwiper .caseLink_pic {
    width: 8rem;
  }
}
.topCaseSwiper .caseLink_ttl {
  margin-top: 0.8em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.56;
}
@media screen and (max-width: 48em) {
  .topCaseSwiper .caseLink_ttl {
    font-size: 1.5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fbf8ef;
}
.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem 0 8.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 76.25em) {
  .header_container {
    width: 90%;
    min-height: 7rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.header_logo {
  position: relative;
  z-index: 11;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(20rem, 17.3958333333vw, 33.4rem);
}
@media screen and (max-width: 76.25em) {
  .header_logo {
    width: 57%;
    max-width: 19.2rem;
  }
}
.header_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(1.5rem, 1.3020833333vw, 3rem);
}
@media screen and (max-width: 76.25em) {
  .header_icons {
    margin-right: 0;
    margin-left: auto;
  }
  .header_icons .header_mail {
    display: none;
  }
}
.header_line, .header_mail {
  width: clamp(4.5rem, 3.1770833333vw, 6.1rem);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header_line:hover, .header_mail:hover {
    opacity: 0.7;
  }
}
.header_line:focus-visible, .header_mail:focus-visible {
  opacity: 0.7;
}
@media screen and (max-width: 48em) {
  .header_line, .header_mail {
    width: 4rem;
  }
}

.header .header_contactInfo {
  max-width: 90%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 76.25em) {
  .header .pc {
    display: none;
  }
}
.header .sp {
  display: none;
}
@media screen and (max-width: 76.25em) {
  .header .sp {
    display: block;
  }
}

.gnavContainer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 2rem;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer {
    display: contents;
    max-width: none;
  }
}
.gnavContainer .gnavBtn {
  display: none;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavBtn {
    position: relative;
    z-index: 11;
    display: block;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 4rem;
    height: 4rem;
    margin-left: 2rem;
    cursor: pointer;
    background: #9bda44;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (hover: hover) {
  .gnavContainer .gnavBtn:hover {
    opacity: 0.5;
  }
}
.gnavContainer .gnavBtn:focus-visible {
  opacity: 0.5;
}
.gnavContainer .gnavBtn_line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  height: 2px;
  background: #fff;
  border-radius: 99px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gnavContainer .gnavBtn_line::before, .gnavContainer .gnavBtn_line::after {
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 99px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnavContainer .gnavBtn_line::after {
  top: -0.6rem;
}
.gnavContainer.-opened .gnavBtn_line {
  background: transparent;
}
.gnavContainer.-opened .gnavBtn_line::before, .gnavContainer.-opened .gnavBtn_line::after {
  top: 0;
  background: #fbf8ef;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gnavContainer.-opened .gnavBtn_line::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnavContainer.-opened .gnav {
  display: block;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnav {
    position: absolute;
    top: 7rem;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: calc(100dvh - 7rem);
    padding-bottom: 5rem;
    overflow: auto;
    background: #fbf8ef;
  }
}
.gnavContainer .gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem clamp(0.8rem, 1.3020833333vw, 3rem);
  -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: 76.25em) {
  .gnavContainer .gnavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList > li {
    border-bottom: 1px solid #fbf8ef;
  }
}
.gnavContainer .gnavList > li.current > a, .gnavContainer .gnavList > li.current > .linkAndAcdBtn > a, .gnavContainer .gnavList > li.current .hoverBtn {
  color: #ff8d00;
}
.gnavContainer .gnavList > li > a,
.gnavContainer .gnavList > li .linkAndAcdBtn a,
.gnavContainer .gnavList > li .hoverBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 12rem;
  padding: 0;
  font-size: clamp(1.4rem, 1.0416666667vw, 2rem);
  font-weight: bold;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList > li > a,
.gnavContainer .gnavList > li .linkAndAcdBtn a,
.gnavContainer .gnavList > li .hoverBtn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    min-height: auto;
    padding: 1rem 0;
    font-size: 2rem;
    color: #333;
    border-bottom: var(--dotted-line);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media (hover: hover) {
  .gnavContainer .gnavList > li > a:hover,
.gnavContainer .gnavList > li .linkAndAcdBtn a:hover,
.gnavContainer .gnavList > li .hoverBtn:hover {
    color: #ff8d00;
  }
}
@media screen and (hover: hover) and (max-width: 76.25em) {
  .gnavContainer .gnavList > li > a:hover,
.gnavContainer .gnavList > li .linkAndAcdBtn a:hover,
.gnavContainer .gnavList > li .hoverBtn:hover {
    opacity: 0.7;
  }
}
.gnavContainer .gnavList > li > a:focus-visible,
.gnavContainer .gnavList > li .linkAndAcdBtn a:focus-visible,
.gnavContainer .gnavList > li .hoverBtn:focus-visible {
  color: #ff8d00;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList > li > a:focus-visible,
.gnavContainer .gnavList > li .linkAndAcdBtn a:focus-visible,
.gnavContainer .gnavList > li .hoverBtn:focus-visible {
    opacity: 0.7;
  }
}
.gnavContainer .gnavList > li .en {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #b7b6b6;
  text-transform: uppercase;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList > li .en {
    display: none;
  }
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList .hasChild:has(.linkAndAcdBtn) {
    border-bottom: var(--dotted-line);
  }
}
.gnavContainer .gnavList .hasChild_childList {
  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;
}
.gnavContainer .gnavList .hasChild_childList a {
  padding: 0.2rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
@media (hover: hover) {
  .gnavContainer .gnavList .hasChild_childList a:hover {
    color: #ff8d00;
  }
}
.gnavContainer .gnavList .hasChild_childList a:focus-visible {
  color: #ff8d00;
}
.gnavContainer .gnavList .hasChild .linkAndAcdBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnavContainer .gnavList .hasChild .linkAndAcdBtn .acdBtn {
  position: relative;
  left: 1.5rem;
  display: block;
}
.gnavContainer .gnavList .hasChild .linkAndAcdBtn .acdBtn::after {
  display: block;
  width: 5rem;
  height: 4.6rem;
  content: "";
  background: #ff8d00;
  -webkit-transition: background-color 0.1s, -webkit-transform 0.2s;
  transition: background-color 0.1s, -webkit-transform 0.2s;
  transition: background-color 0.1s, transform 0.2s;
  transition: background-color 0.1s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%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%2011.97%207%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%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C7c-.13%2C0-.26-.03-.38-.08-.12-.05-.23-.13-.34-.23L.3%2C1.7C.1%2C1.5%2C0%2C1.27%2C0%2C1S.1.5.3.3C.5.1.74%2C0%2C1.01%2C0c.28%2C0%2C.52.1.71.3l4.27%2C4.27L10.27.3C10.47.1%2C10.71%2C0%2C10.97%2C0s.5.1.7.3c.2.2.3.44.3.71%2C0%2C.28-.1.52-.3.71l-4.96%2C4.96c-.1.1-.22.18-.34.23-.12.05-.25.08-.38.08Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%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%2011.97%207%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%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C7c-.13%2C0-.26-.03-.38-.08-.12-.05-.23-.13-.34-.23L.3%2C1.7C.1%2C1.5%2C0%2C1.27%2C0%2C1S.1.5.3.3C.5.1.74%2C0%2C1.01%2C0c.28%2C0%2C.52.1.71.3l4.27%2C4.27L10.27.3C10.47.1%2C10.71%2C0%2C10.97%2C0s.5.1.7.3c.2.2.3.44.3.71%2C0%2C.28-.1.52-.3.71l-4.96%2C4.96c-.1.1-.22.18-.34.23-.12.05-.25.08-.38.08Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1.2rem 7rem;
          mask-size: 1.2rem 7rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.gnavContainer .gnavList .hasChild .linkAndAcdBtn .acdBtn[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.gnavContainer .gnavList .hasChild .linkAndAcdBtn > a {
  border-bottom: none;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList .hasChild .hoverBtn {
    display: none;
  }
}
.gnavContainer .gnavList .hasChild .hoverBtn::after {
  display: block;
  width: 0.6em;
  height: 0.4em;
  content: "";
  background: #333;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%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%2011.97%207%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%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C7c-.13%2C0-.26-.03-.38-.08-.12-.05-.23-.13-.34-.23L.3%2C1.7C.1%2C1.5%2C0%2C1.27%2C0%2C1S.1.5.3.3C.5.1.74%2C0%2C1.01%2C0c.28%2C0%2C.52.1.71.3l4.27%2C4.27L10.27.3C10.47.1%2C10.71%2C0%2C10.97%2C0s.5.1.7.3c.2.2.3.44.3.71%2C0%2C.28-.1.52-.3.71l-4.96%2C4.96c-.1.1-.22.18-.34.23-.12.05-.25.08-.38.08Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%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%2011.97%207%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%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C7c-.13%2C0-.26-.03-.38-.08-.12-.05-.23-.13-.34-.23L.3%2C1.7C.1%2C1.5%2C0%2C1.27%2C0%2C1S.1.5.3.3C.5.1.74%2C0%2C1.01%2C0c.28%2C0%2C.52.1.71.3l4.27%2C4.27L10.27.3C10.47.1%2C10.71%2C0%2C10.97%2C0s.5.1.7.3c.2.2.3.44.3.71%2C0%2C.28-.1.52-.3.71l-4.96%2C4.96c-.1.1-.22.18-.34.23-.12.05-.25.08-.38.08Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.1s, -webkit-transform 0.2s;
  transition: background-color 0.1s, -webkit-transform 0.2s;
  transition: background-color 0.1s, transform 0.2s;
  transition: background-color 0.1s, transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList .hasChild {
    position: relative;
    display: block;
  }
}
@media (hover: hover) {
  .gnavContainer .gnavList .hasChild:hover .hoverBtn {
    color: #ff8d00;
  }
  .gnavContainer .gnavList .hasChild:hover .hoverBtn::after {
    background-color: #ff8d00;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .gnavContainer .gnavList .hasChild:hover .childrenArea {
    visibility: visible;
    opacity: 1;
  }
}
.gnavContainer .gnavList .hasChild:focus-visible .hoverBtn {
  color: #ff8d00;
}
.gnavContainer .gnavList .hasChild:focus-visible .hoverBtn::after {
  background-color: #ff8d00;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.gnavContainer .gnavList .hasChild:focus-visible .childrenArea {
  visibility: visible;
  opacity: 1;
}
.gnavContainer .gnavList .childrenArea {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  padding: 5rem 0;
  visibility: hidden;
  background: #fbf8ef;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.gnavContainer .gnavList .childrenArea .container {
  max-width: 124rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList .childrenArea {
    position: static;
    display: none;
    padding: 0 0 2.4rem 2rem;
    visibility: visible;
    opacity: 1;
  }
  .gnavContainer .gnavList .childrenArea .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.gnavContainer .gnavList .children {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  gap: 0.7rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #fbf8ef;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList .children {
    display: block;
    padding-bottom: 0;
    border: none;
  }
}
.gnavContainer .gnavList .children a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fbf8ef;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 76.25em) {
  .gnavContainer .gnavList .children a {
    display: block;
    padding: 0.2em 0;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .gnavContainer .gnavList .children a::before {
    padding-right: 0.2em;
    content: "−";
  }
}
@media (hover: hover) {
  .gnavContainer .gnavList .children a:hover {
    opacity: 0.7;
  }
}
.gnavContainer .gnavList .children a:focus-visible {
  opacity: 0.7;
}
.gnavContainer .hasChild:focus-within .childrenArea {
  visibility: visible;
  opacity: 1;
}
.gnavContainer .columnCateLinks {
  grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
}
.gnavContainer .informationLinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 2rem;
}
.gnavContainer .informationLinks > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gnavContainer .informationLinks_link {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem 2rem;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .gnavContainer .informationLinks_link {
    border-radius: 0.5rem;
  }
}
.gnavContainer .informationLinks_link::after {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%2015.58%2015.18%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C8.59h11.17l-4.88%2C4.88c-.39.39-.39%2C1.03%2C0%2C1.42s1.02.39%2C1.41%2C0l6.59-6.59c.39-.39.39-1.02%2C0-1.41L8.71.29c-.39-.39-1.02-.39-1.41%2C0-.39.39-.39%2C1.02%2C0%2C1.41l4.87%2C4.89H1c-.55%2C0-1%2C.45-1%2C1s.45%2C1%2C1%2C1Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media (hover: hover) {
  .gnavContainer .informationLinks_link:hover {
    opacity: 0.7;
  }
}
.gnavContainer .informationLinks_link:focus-visible {
  opacity: 0.7;
}
.gnavContainer .informationLinks_icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21%;
}
.gnavContainer .informationLinks_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.gnavContainer .informationLinks_txtStrong {
  color: #9bda44;
}

@media screen and (max-width: 48em) {
  .header .fixedBnr {
    display: none;
  }
}
.header .fixedBnr_bnr {
  position: fixed;
  right: 2rem;
  z-index: -1;
}
.header .fixedBnr_bnr > * {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (hover: hover) {
  .header .fixedBnr_bnr > *:hover:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .header .fixedBnr_bnr > *:hover:focus-visible {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .header .fixedBnr_bnr > *:focus-visible:hover {
    opacity: 0.7;
  }
}
.header .fixedBnr_bnr > *:focus-visible:focus-visible {
  opacity: 0.7;
}
.header .fixedBnr_bnr:nth-child(1) {
  bottom: 35rem;
}
.header .fixedBnr_bnr:nth-child(1) .fixedBnr_btn {
  background-color: #ff8d00;
}
.header .fixedBnr_bnr:nth-child(2) {
  bottom: 27rem;
}
.header .fixedBnr_bnr:nth-child(2) .fixedBnr_btn {
  background-color: #f9d523;
}
.header .fixedBnr_bnr:nth-child(3) {
  bottom: 2rem;
}
.header .fixedBnr_bnr:nth-child(3) .fixedBnr_btn {
  background-color: #9bda44;
}
.header .fixedBnr_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: url("data:image/svg+xml;charset=utf8,%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%2012%2012%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%221%22%20y1%3D%2211%22%20x2%3D%2211%22%20y2%3D%221%22%2F%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%2211%22%20y1%3D%2211%22%20x2%3D%221%22%20y2%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/40% no-repeat;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.header .bottomBnr {
  display: none;
}
@media screen and (max-width: 48em) {
  .header .bottomBnr {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr) 5rem;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    width: 100%;
  }
  .header .bottomBnr_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 5rem;
    font-weight: bold;
    line-height: 1.17;
    color: #fff;
  }
  .header .bottomBnr_bnr::before {
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .header .bottomBnr_bnr:nth-child(1) {
    color: #ff8d00;
    background-color: #f9d523;
  }
  .header .bottomBnr_bnr:nth-child(1)::before {
    background-image: url("data:image/svg+xml;charset=utf8,%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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M33.42%2C20c-.3%2C0-.57-.11-.81-.33-.24-.22-.38-.5-.44-.83-.39-2.86-1.6-5.31-3.65-7.35-2.04-2.04-4.49-3.26-7.35-3.65-.33-.06-.61-.2-.83-.44-.22-.24-.33-.52-.33-.85%2C0-.37.12-.67.38-.92.25-.25.56-.34.92-.29%2C3.53.39%2C6.55%2C1.84%2C9.04%2C4.33%2C2.5%2C2.5%2C3.94%2C5.51%2C4.33%2C9.04.06.36-.04.67-.3.92-.26.25-.57.38-.95.38ZM26.24%2C20c-.27%2C0-.53-.09-.76-.27s-.4-.42-.48-.73c-.28-.97-.77-1.81-1.48-2.52s-1.55-1.2-2.52-1.48c-.31-.08-.55-.23-.73-.44-.18-.21-.27-.46-.27-.76%2C0-.42.14-.76.42-1.01s.61-.33%2C1-.25c1.5.35%2C2.79%2C1.07%2C3.87%2C2.16%2C1.08%2C1.09%2C1.82%2C2.38%2C2.21%2C3.88.08.39%2C0%2C.72-.25%2C1s-.59.42-1.01.42ZM33.04%2C35.29c-3.22%2C0-6.51-.78-9.85-2.33-3.35-1.56-6.45-3.76-9.31-6.62s-5.07-5.97-6.63-9.31c-1.56-3.35-2.33-6.63-2.33-9.85%2C0-.54.18-.98.54-1.34.36-.36.8-.54%2C1.34-.54h5.83c.39%2C0%2C.72.14%2C1%2C.42s.47.62.58%2C1.04l1.12%2C5.24c.06.4.05.76-.02%2C1.08s-.22.59-.45.82l-4.16%2C4.2c.72%2C1.22%2C1.49%2C2.36%2C2.29%2C3.42s1.69%2C2.06%2C2.67%2C3c1.03%2C1.06%2C2.11%2C2.02%2C3.25%2C2.9%2C1.14.88%2C2.33%2C1.65%2C3.58%2C2.31l3.96-4.08c.28-.31.6-.51.96-.62s.72-.14%2C1.08-.08l4.96%2C1.08c.42.11.76.33%2C1.04.67s.42.71.42%2C1.12v5.62c0%2C.54-.18.98-.54%2C1.34-.36.36-.8.54-1.34.54ZM9.46%2C15.79l3.38-3.42-.96-4.58h-4.46c.06%2C1.17.24%2C2.4.56%2C3.69.32%2C1.29.81%2C2.73%2C1.48%2C4.31ZM24.83%2C30.92c1.14.53%2C2.37.96%2C3.71%2C1.29%2C1.33.33%2C2.62.53%2C3.88.58v-4.46l-4.29-.87-3.29%2C3.46Z%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .header .bottomBnr_bnr:nth-child(2) {
    background-color: #9bda44;
  }
  .header .bottomBnr_bnr:nth-child(2)::before {
    background-image: url("data:image/svg+xml;charset=utf8,%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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M18.43%2C17.94c-1.73%2C0-3.21-.62-4.44-1.85-1.23-1.23-1.85-2.71-1.85-4.44s.62-3.21%2C1.85-4.44%2C2.71-1.85%2C4.44-1.85%2C3.21.62%2C4.44%2C1.85c1.23%2C1.23%2C1.85%2C2.71%2C1.85%2C4.44s-.62%2C3.21-1.85%2C4.44c-1.23%2C1.23-2.71%2C1.85-4.44%2C1.85ZM18.43%2C14.79c.87%2C0%2C1.61-.31%2C2.22-.92.62-.62.92-1.36.92-2.22s-.31-1.61-.92-2.22c-.62-.62-1.36-.92-2.22-.92s-1.61.31-2.22.92-.92%2C1.36-.92%2C2.22.31%2C1.61.92%2C2.22%2C1.36.92%2C2.22.92ZM34.78%2C34.92l-3.93-3.93c-.55.31-1.14.58-1.77.79-.63.21-1.3.31-2.01.31-1.97%2C0-3.64-.69-5.01-2.06s-2.06-3.05-2.06-5.01.69-3.64%2C2.06-5.01c1.38-1.38%2C3.05-2.06%2C5.01-2.06s3.64.69%2C5.01%2C2.06c1.38%2C1.38%2C2.06%2C3.05%2C2.06%2C5.01%2C0%2C.71-.1%2C1.38-.31%2C2.01s-.47%2C1.22-.79%2C1.77l3.93%2C3.93c.29.29.43.66.43%2C1.1s-.14.81-.43%2C1.1-.66.43-1.1.43-.81-.14-1.1-.43ZM27.08%2C28.95c1.1%2C0%2C2.03-.38%2C2.79-1.14.76-.76%2C1.14-1.69%2C1.14-2.79s-.38-2.03-1.14-2.79-1.69-1.14-2.79-1.14-2.03.38-2.79%2C1.14c-.76.76-1.14%2C1.69-1.14%2C2.79s.38%2C2.03%2C1.14%2C2.79c.76.76%2C1.69%2C1.14%2C2.79%2C1.14ZM5.85%2C27.37v-1.22c0-.89.22-1.72.67-2.48.45-.76%2C1.06-1.34%2C1.85-1.73%2C1.1-.58%2C2.33-1.08%2C3.68-1.51%2C1.35-.43%2C2.73-.71%2C4.15-.85.45-.05.83.08%2C1.14.39s.47.69.47%2C1.14-.16.83-.47%2C1.16-.69.52-1.14.57c-1.49.18-2.75.46-3.77.83-1.02.37-1.89.73-2.6%2C1.1-.26.13-.47.32-.61.57s-.22.52-.22.81v1.22h7.23c.45%2C0%2C.82.15%2C1.12.45s.45.67.45%2C1.12-.15.82-.45%2C1.12-.67.45-1.12.45h-7.23c-.87%2C0-1.61-.31-2.22-.92-.62-.62-.92-1.36-.92-2.22Z%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .header .bottomBnr_bnr:nth-child(3) {
    background-color: #ff8d00;
  }
  .header .bottomBnr_bnr:nth-child(3)::before {
    background-image: url("data:image/svg+xml;charset=utf8,%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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M4.91%2C27.46h30.19c1.15%2C0%2C2.09-.93%2C2.09-2.09V7.6c0-1.15-.93-2.09-2.09-2.09H4.91c-1.15%2C0-2.09.93-2.09%2C2.09v17.76c0%2C1.15.93%2C2.09%2C2.09%2C2.09ZM6.01%2C8.32h27.98v15.84H6.01v-15.84Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M39.6%2C33.25l-3.72-3.3c-.24-.21-.58-.33-.95-.33H5.06c-.36%2C0-.71.12-.95.33l-3.72%2C3.3c-.2.18-.31.4-.31.64v1.15c0%2C.27.28.48.63.48h38.57c.35%2C0%2C.63-.22.63-.48v-1.15c0-.23-.11-.46-.31-.64ZM15.73%2C33.64l1.08-1.46h6.82l1.08%2C1.46h-8.98Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .header .bottomBnr_bnr:nth-child(4) {
    background-color: #9bda44;
  }
  .header .bottomBnr_bnr:nth-child(4)::before {
    height: 4.2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%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%2040%2041.13%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%3Cg%20id%3D%22_%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%20data-name%3D%22%E3%83%98%E3%83%83%E3%83%80%E3%83%BC%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.86%2C9.92v28.34c0%2C.82-.28%2C1.5-.83%2C2.05-.55.55-1.23.83-2.05.83s-1.5-.28-2.05-.83c-.55-.55-.83-1.23-.83-2.05V9.92l-12.12%2C12.12c-.57.57-1.26.87-2.06.89-.8.02-1.49-.25-2.08-.83C.26%2C21.53-.02%2C20.83%2C0%2C20.03c.02-.81.32-1.51.89-2.09L17.9.92c.29-.28.62-.51.99-.67.37-.17.73-.25%2C1.1-.25s.73.08%2C1.09.25c.37.17.69.39.98.67l17.02%2C17.08c.61.63.92%2C1.33.92%2C2.1s-.31%2C1.43-.93%2C2c-.57.57-1.25.86-2.01.86s-1.44-.29-2.01-.86l-12.18-12.18Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .header .bottomBnr img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.footContact {
  grid-area: 2/1/3/3;
}
.footContact_contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10rem;
}
@media screen and (max-width: 48em) {
  .footContact_contactList {
    display: block;
    padding-top: 3.2rem;
  }
}
.footContact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 17.2rem;
  text-align: center;
  border-right: var(--dotted-line);
}
@media screen and (max-width: 48em) {
  .footContact .contact {
    min-height: auto;
    padding: 1.2rem 0;
    border-top: var(--dotted-line);
    border-right: none;
  }
}
.footContact .contact:first-child {
  border-left: var(--dotted-line);
}
@media screen and (max-width: 48em) {
  .footContact .contact:first-child {
    border-top: none;
    border-left: none;
  }
}
.footContact .contact.-tel .contact_kind::before {
  background-image: 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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%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%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M32.65%2C21.08c-.3%2C0-.57-.11-.81-.33-.24-.22-.38-.5-.44-.83-.39-2.86-1.6-5.31-3.65-7.35-2.04-2.04-4.49-3.26-7.35-3.65-.33-.06-.61-.2-.83-.44-.22-.24-.33-.52-.33-.85%2C0-.37.12-.67.38-.92.25-.25.56-.34.92-.29%2C3.53.39%2C6.55%2C1.84%2C9.04%2C4.33%2C2.5%2C2.5%2C3.94%2C5.51%2C4.33%2C9.04.06.36-.04.67-.3.92-.26.25-.57.38-.95.38ZM25.48%2C21.08c-.27%2C0-.53-.09-.76-.27-.24-.18-.4-.42-.48-.73-.28-.97-.77-1.81-1.48-2.52-.71-.71-1.55-1.2-2.52-1.48-.31-.08-.55-.23-.73-.44-.18-.21-.27-.46-.27-.76%2C0-.42.14-.76.42-1.01s.61-.33%2C1-.25c1.5.35%2C2.79%2C1.07%2C3.87%2C2.16%2C1.08%2C1.09%2C1.82%2C2.38%2C2.21%2C3.88.08.39%2C0%2C.72-.25%2C1s-.59.42-1.01.42ZM32.28%2C36.37c-3.22%2C0-6.51-.78-9.85-2.33-3.35-1.56-6.45-3.76-9.31-6.62s-5.07-5.97-6.62-9.31c-1.56-3.35-2.33-6.63-2.33-9.85%2C0-.54.18-.98.54-1.34.36-.36.8-.54%2C1.34-.54h5.83c.39%2C0%2C.72.14%2C1%2C.42s.47.62.58%2C1.04l1.12%2C5.24c.06.4.05.76-.02%2C1.08s-.22.59-.45.82l-4.16%2C4.2c.72%2C1.22%2C1.49%2C2.36%2C2.29%2C3.42s1.69%2C2.06%2C2.67%2C3c1.03%2C1.06%2C2.11%2C2.02%2C3.25%2C2.9%2C1.14.88%2C2.33%2C1.65%2C3.58%2C2.31l3.96-4.08c.28-.31.6-.51.96-.62s.72-.14%2C1.08-.08l4.96%2C1.08c.42.11.76.33%2C1.04.67s.42.71.42%2C1.12v5.62c0%2C.54-.18.98-.54%2C1.34-.36.36-.8.54-1.34.54ZM8.69%2C16.87l3.38-3.42-.96-4.58h-4.46c.06%2C1.17.24%2C2.4.56%2C3.69.32%2C1.29.81%2C2.73%2C1.48%2C4.31ZM24.07%2C32c1.14.53%2C2.38.96%2C3.71%2C1.29%2C1.33.33%2C2.62.53%2C3.88.58v-4.46l-4.29-.87-3.29%2C3.46Z%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.footContact .contact.-tel .contact_link {
  margin-top: 0.3rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #ff8d00;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 48em) {
  .footContact .contact.-tel .contact_link {
    margin-top: 0.8rem;
  }
}
.footContact .contact.-tel .contact_linkMemo {
  display: block;
  margin-top: 1.4rem;
  font-size: 1.4rem;
  color: #ff8d00;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .footContact .contact.-tel .contact_linkMemo {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }
}
.footContact .contact.-mail .contact_kind::before {
  background-image: 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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%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%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M34.17%2C11.61H5.98c-.5%2C0-.9.39-.9.88v1.72l15%2C9.73%2C15-9.73v-1.72c0-.48-.41-.88-.9-.88Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M5.07%2C18.01v11.92c0%2C2%2C1.62%2C3.62%2C3.62%2C3.62h22.76c2%2C0%2C3.62-1.62%2C3.62-3.62v-11.92l-15%2C10.05-15-10.05Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.footContact .contact.-line .contact_kind::before {
  background-image: 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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%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%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M27.1%2C0h-13.38c-2.29%2C0-4.15%2C1.86-4.15%2C4.15v31.7c0%2C2.29%2C1.86%2C4.15%2C4.15%2C4.15h13.38c2.29%2C0%2C4.15-1.86%2C4.15-4.15V4.15c0-2.29-1.86-4.15-4.15-4.15ZM20.42%2C37.55c-.93%2C0-1.68-.75-1.68-1.68s.75-1.68%2C1.68-1.68%2C1.68.75%2C1.68%2C1.68-.75%2C1.68-1.68%2C1.68ZM28.8%2C5.26v26.57H12.04V5.26h16.76Z%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.footContact .contact.-line .btn {
  background-color: #f9d523;
}
.footContact .contact.-zoom .contact_kind::before {
  background-image: 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%2040%2040%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%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%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M4.99%2C27.7h30.19c1.15%2C0%2C2.09-.93%2C2.09-2.09V7.84c0-1.15-.93-2.09-2.09-2.09H4.99c-1.15%2C0-2.09.93-2.09%2C2.09v17.76c0%2C1.15.93%2C2.09%2C2.09%2C2.09ZM6.1%2C8.56h27.98v15.84H6.1v-15.84Z%22%2F%3E%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M39.69%2C33.49l-3.72-3.3c-.24-.21-.58-.33-.95-.33H5.15c-.36%2C0-.71.12-.95.33l-3.72%2C3.3c-.2.18-.31.4-.31.64v1.15c0%2C.27.28.48.63.48h38.57c.35%2C0%2C.63-.22.63-.48v-1.15c0-.23-.11-.46-.31-.64ZM15.82%2C33.88l1.08-1.46h6.82l1.08%2C1.46h-8.98Z%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.footContact .contact.-zoom .btn {
  background-color: #9bda44;
}
.footContact .contact_kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -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;
}
.footContact .contact_kind::before {
  display: block;
  width: 4rem;
  height: 4rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.footContact .contact .btn {
  width: 87%;
  margin-top: 1.6rem;
}
@media screen and (max-width: 62.5em) {
  .footContact .footContact_map {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 48em) {
  .footContact .footContact_map {
    margin-bottom: 0;
  }
}
.footContact .footContact_map .googleMap {
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  height: 30rem;
  margin-top: 5rem;
}
@media screen and (max-width: 48em) {
  .footContact .footContact_map .googleMap {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .footContact .footContact_map .googleMap {
    height: 33.5rem;
    margin-top: 4rem;
  }
}

.footer a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer a:hover {
    opacity: 0.7;
  }
}
.footer a:focus-visible {
  opacity: 0.7;
}
.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 0;
}
@media screen and (max-width: 73.125em) {
  .footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.4rem;
  max-width: 33.4rem;
}
@media screen and (max-width: 48em) {
  .footer_logo {
    width: 100%;
  }
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem;
}
@media screen and (max-width: 48em) {
  .footer_nav {
    display: none;
  }
}
.footer_navList {
  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: 62.5em) {
  .footer_navList {
    font-size: 1.5rem;
  }
}
.footer_linkAndCopy {
  padding: 2rem 0;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .footer_linkAndCopy {
    padding: 2rem 0 7.5rem;
  }
}
.footer_linkAndCopyContents {
  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) {
  .footer_linkAndCopyContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.footer_linkBtn {
  width: 32%;
}
@media screen and (max-width: 48em) {
  .footer_linkBtn {
    width: 100%;
    max-width: 33.4rem;
  }
}
.footer_copy {
  margin-right: 0;
  margin-left: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 48em) {
  .footer_copy {
    margin-right: auto;
    font-size: 1rem;
  }
}

.otherPagesContainer {
  --page-link-color: #ff8d00;
  position: relative;
  padding: 5rem 0;
  margin-top: 10rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .otherPagesContainer {
    padding: 2rem 0;
    margin-top: 5rem;
  }
}
.otherPagesContainer::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  content: "";
  background: inherit;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.otherPagesContainer .otherPages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 1rem;
}
@media screen and (max-width: 48em) {
  .otherPagesContainer .otherPages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.otherPagesContainer .otherPages > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 10rem;
}
.otherPagesContainer .otherPages > li:nth-child(2) {
  --page-link-color: #f9d523;
}
.otherPagesContainer .otherPages > li:nth-child(3) {
  --page-link-color: #9bda44;
}
.otherPagesContainer .otherPages_link {
  overflow: hidden;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  background: var(--page-link-color);
  border: 0.5rem solid var(--page-link-color);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .otherPagesContainer .otherPages_link {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .otherPagesContainer .otherPages_link {
    border-width: 0.4rem;
  }
}
@media (hover: hover) {
  .otherPagesContainer .otherPages_link:hover {
    opacity: 0.7;
  }
}
.otherPagesContainer .otherPages_link:focus-visible {
  opacity: 0.7;
}
.otherPagesContainer .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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min((100vw - 4rem) * 30 / 1200, 3rem);
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .otherPagesContainer .otherPages_name {
    font-size: 2.5rem;
  }
}
.otherPagesContainer .otherPages_nameEn {
  display: block;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 48em) {
  .otherPagesContainer .otherPages_nameEn {
    font-size: 1.5rem;
  }
}
.otherPagesContainer .otherPages_pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36%;
}
@media screen and (max-width: 48em) {
  .otherPagesContainer .otherPages_pic {
    max-height: 10rem;
  }
}
.otherPagesContainer .otherPages_pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.otherPagesContainer + .footContact .footContact_contactList {
  padding-top: 5rem;
}
@media screen and (max-width: 48em) {
  .otherPagesContainer + .footContact .footContact_contactList {
    padding-top: 3.2rem;
  }
}

.mainContainer {
  overflow: hidden;
}

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

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

.secTtl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 48em) {
  .secTtl {
    font-size: 3rem;
  }
}
.secTtl_en {
  display: block;
  padding-bottom: 0.6em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #ff8d00;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 48em) {
  .secTtl_en {
    font-size: 1rem;
  }
}
.secTtl.-colorRev {
  color: #fff;
}
.secTtl.-colorRev .secTtl_en {
  color: #f9d523;
}

:where(.secTtl + *) {
  margin-top: 5rem;
}
@media screen and (max-width: 48em) {
  :where(.secTtl + *) {
    margin-top: 2.5rem;
  }
}

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

.pageHeader {
  padding: 9.5rem 0;
  margin-top: 12rem;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 76.25em) {
  .pageHeader {
    padding: 4rem 0;
    margin-top: 7rem;
  }
}
.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: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
}
.pageHeader .pageTtl_en {
  display: grid;
  place-items: center;
  min-height: 4rem;
  padding: 0.1em 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #ff8d00;
  border-radius: 0.5rem;
}
@media screen and (max-width: 48em) {
  .pageHeader .pageTtl_en {
    min-height: 2.4rem;
    font-size: 1rem;
    border-radius: 0.3rem;
  }
}
.pageHeader .pageTtl_ja {
  display: grid;
  place-items: center;
  min-height: 6rem;
  padding: 0.1em 0.5em;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #ff8d00;
  text-align: center;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 48em) {
  .pageHeader .pageTtl_ja {
    min-height: 3.6rem;
    font-size: 2.5rem;
    border-radius: 0.3rem;
  }
}

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

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

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

.is-style-guscoord-button .wp-element-button,
.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: 30rem;
  min-height: 6rem;
  padding: 0.2em 1.6em;
  margin: 5rem auto 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background: #ff8d00;
  border-radius: 9999px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .is-style-guscoord-button .wp-element-button,
.btn {
    max-width: 25.5rem;
    min-height: 5.1rem;
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .is-style-guscoord-button .wp-element-button:hover,
.btn:hover {
    opacity: 0.7;
  }
}
.is-style-guscoord-button .wp-element-button:focus-visible,
.btn:focus-visible {
  opacity: 0.7;
}
.is-style-guscoord-button .wp-element-button::before,
.btn::before {
  position: absolute;
  top: calc(50% - 0.35em);
  right: 1em;
  display: block;
  width: 0.4em;
  height: 0.7em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%207%2011.97%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%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5.97c0%2C.13-.03.26-.08.38-.05.12-.13.23-.23.34L1.7%2C11.68c-.2.2-.43.3-.7.3s-.5-.1-.7-.3C.1%2C11.48%2C0%2C11.24%2C0%2C10.96c0-.28.1-.52.3-.71l4.27-4.27L.3%2C1.7C.1%2C1.5%2C0%2C1.27%2C0%2C1S.1.5.3.3C.5.1.74%2C0%2C1.01%2C0c.28%2C0%2C.52.1.71.3l4.96%2C4.96c.1.1.18.22.23.34.05.12.08.25.08.38Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}

.is-style-guscoord-button .wp-element-button {
  width: 30rem;
}

.br-pc { display:inline-block; }
.br-tablet { display:none; }
.br-sp { display:none; }

@media (max-width: 1024px) {
  .tablet{display:block;}
  .br-pc { display:none; }
  .br-tablet { display:inline-block; }
}
@media (max-width: 767px) {
  .br-tablet {display: none;}
  .br-sp { display:inline-block; }
  .pc{display: none;}
  .sp{display: block;}
}

.breadcrumb {
  margin-top: 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: #f9d523;
  }
}
.breadcrumb_item a:focus-visible {
  color: #f9d523;
}
.breadcrumb_item + .breadcrumb_item::before {
  margin: 0 0.3em;
  content: ">";
}

.sideMenu,
.header_contactInfo {
  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: 2rem;
}
@media screen and (max-width: 48em) {
  .sideMenu,
.header_contactInfo {
    margin-top: 5rem;
  }
}
.sideMenu a,
.header_contactInfo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .sideMenu a:hover,
.header_contactInfo a:hover {
    opacity: 0.7;
  }
}
.sideMenu a:focus-visible,
.header_contactInfo a:focus-visible {
  opacity: 0.7;
}
.sideMenu_container,
.header_contactInfo_container {
  overflow: hidden;
  border-radius: 1rem;
  padding: 2rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .sideMenu_container,
.header_contactInfo_container {
    border-radius: 0.5rem;
  }
}
.sideMenu .contact,
.header_contactInfo .contact {
  text-align: center;
}
.sideMenu .contact .sideMenu_container,
.header_contactInfo .contact .sideMenu_container {
  background: #ff8d00;
}
.sideMenu .contact_telMsg,
.header_contactInfo .contact_telMsg {
  padding-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border-bottom: var(--dotted-line);
  border-bottom-color: #fff;
}
@media screen and (max-width: 48em) {
  .sideMenu .contact_telMsg,
.header_contactInfo .contact_telMsg {
    padding-bottom: 1.3rem;
  }
}
.sideMenu .contact_telMsgTo,
.header_contactInfo .contact_telMsgTo {
  display: block;
  font-size: 1.6rem;
  color: #fcee21;
}
@media screen and (max-width: 48em) {
  .sideMenu .contact_telMsgTo,
.header_contactInfo .contact_telMsgTo {
    font-size: 1.5rem;
  }
}
.sideMenu .contact_telNo,
.header_contactInfo .contact_telNo {
  margin-top: 1.8rem;
  line-height: 1.1;
}
.sideMenu .contact_telNo a,
.header_contactInfo .contact_telNo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 48em) {
  .sideMenu .contact_telNo a,
.header_contactInfo .contact_telNo a {
    font-size: 4rem;
  }
}
.sideMenu .contact_telNo a::before,
.header_contactInfo .contact_telNo a::before {
  display: block;
  width: 0.75em;
  height: 0.72em;
  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%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%2020%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%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19%2C9.81c-.2%2C0-.38-.07-.54-.22-.16-.15-.26-.33-.29-.56-.26-1.91-1.07-3.54-2.43-4.9s-3-2.17-4.9-2.43c-.22-.04-.41-.13-.56-.29-.15-.16-.22-.35-.22-.57%2C0-.24.08-.45.25-.61.17-.17.37-.23.61-.19%2C2.36.26%2C4.36%2C1.22%2C6.03%2C2.89%2C1.66%2C1.66%2C2.63%2C3.67%2C2.89%2C6.03.04.24-.03.44-.2.61-.17.17-.38.25-.63.25ZM14.22%2C9.81c-.18%2C0-.35-.06-.51-.18s-.26-.28-.32-.49c-.19-.65-.51-1.21-.99-1.68s-1.03-.8-1.68-.99c-.2-.06-.37-.15-.49-.29-.12-.14-.18-.31-.18-.51%2C0-.28.09-.51.28-.67s.41-.22.67-.17c1%2C.23%2C1.86.71%2C2.58%2C1.44.72.73%2C1.21%2C1.59%2C1.47%2C2.59.06.26%2C0%2C.48-.17.67s-.39.28-.67.28ZM18.75%2C20c-2.15%2C0-4.34-.52-6.57-1.56-2.23-1.04-4.3-2.51-6.21-4.42-1.91-1.91-3.38-3.98-4.42-6.21C.52%2C5.59%2C0%2C3.4%2C0%2C1.25c0-.36.12-.65.36-.89.24-.24.54-.36.89-.36h3.89c.26%2C0%2C.48.09.67.28s.31.42.39.69l.75%2C3.49c.04.27.03.51-.01.72s-.15.4-.3.55l-2.77%2C2.8c.48.81.99%2C1.57%2C1.53%2C2.28s1.13%2C1.37%2C1.78%2C2c.69.7%2C1.41%2C1.35%2C2.17%2C1.93s1.56%2C1.1%2C2.39%2C1.54l2.64-2.72c.19-.2.4-.34.64-.42s.48-.09.72-.06l3.31.72c.28.07.51.22.69.45s.28.47.28.75v3.75c0%2C.36-.12.65-.36.89-.24.24-.54.36-.89.36ZM3.03%2C7l2.25-2.28-.64-3.06H1.67c.04.78.16%2C1.6.37%2C2.46s.54%2C1.82.99%2C2.88ZM13.28%2C17.08c.76.35%2C1.58.64%2C2.47.86s1.75.35%2C2.58.39v-2.97l-2.86-.58-2.19%2C2.31Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .sideMenu .contact_telNo a::before,
.header_contactInfo .contact_telNo a::before {
    margin-top: 0.2em;
  }
}
.sideMenu .contact_telMemo,
.header_contactInfo .contact_telMemo {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 48em) {
  .sideMenu .contact_telMemo,
.header_contactInfo .contact_telMemo {
    margin-top: 0.4em;
    font-size: 1.9rem;
  }
}
.sideMenu .contact_btnList,
.header_contactInfo .contact_btnList {
  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;
  margin-top: 1rem;
}
@media screen and (max-width: 48em) {
  .sideMenu .contact_btnList,
.header_contactInfo .contact_btnList {
    margin-top: 1.8rem;
  }
}
.sideMenu .contactBtn_txt,
.header_contactInfo .contactBtn_txt {
  overflow: hidden;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 6rem;
  font-weight: bold;
  color: #ff8d00;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .sideMenu .contactBtn_txt,
.header_contactInfo .contactBtn_txt {
    min-height: 5rem;
    font-size: 2rem;
  }
}
.sideMenu .contactBtn.-contact .contactBtn_txt::before,
.header_contactInfo .contactBtn.-contact .contactBtn_txt::before {
  display: block;
  width: 1.17em;
  height: 0.84em;
  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%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%2020.52%2015%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.9%2C0H.62c-.34%2C0-.62.28-.62.62v1.22l10.26%2C6.87L20.52%2C1.84V.62c0-.34-.28-.62-.62-.62Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C4.38v8.15c0%2C1.37%2C1.11%2C2.47%2C2.48%2C2.47h15.56c1.37%2C0%2C2.48-1.11%2C2.48-2.47V4.37l-10.26%2C6.87L0%2C4.38Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .sideMenu .contactBtn.-contact .contactBtn_txt::before,
.header_contactInfo .contactBtn.-contact .contactBtn_txt::before {
    width: 2.8rem;
    height: 2.1rem;
  }
}
.sideMenu .contactBtn.-consult .contactBtn_txt,
.header_contactInfo .contactBtn.-consult .contactBtn_txt {
  color: #fff;
  background: #f9d523;
}
.sideMenu .contactBtn.-consult .contactBtn_txt::before,
.header_contactInfo .contactBtn.-consult .contactBtn_txt::before {
  display: block;
  width: 1.45em;
  height: 1.34em;
  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%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%2025.26%2024%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%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10.07%2C10.07c-1.38%2C0-2.57-.49-3.55-1.48-.99-.99-1.48-2.17-1.48-3.55s.49-2.57%2C1.48-3.55%2C2.17-1.48%2C3.55-1.48%2C2.57.49%2C3.55%2C1.48c.99.99%2C1.48%2C2.17%2C1.48%2C3.55s-.49%2C2.57-1.48%2C3.55c-.99.99-2.17%2C1.48-3.55%2C1.48ZM10.07%2C7.55c.69%2C0%2C1.28-.25%2C1.78-.74.49-.49.74-1.09.74-1.78s-.25-1.28-.74-1.78c-.49-.49-1.09-.74-1.78-.74s-1.28.25-1.78.74-.74%2C1.09-.74%2C1.78.25%2C1.28.74%2C1.78%2C1.09.74%2C1.78.74ZM23.15%2C23.65l-3.15-3.15c-.44.25-.91.46-1.42.63-.5.17-1.04.25-1.6.25-1.57%2C0-2.91-.55-4.01-1.65s-1.65-2.44-1.65-4.01.55-2.91%2C1.65-4.01c1.1-1.1%2C2.44-1.65%2C4.01-1.65s2.91.55%2C4.01%2C1.65c1.1%2C1.1%2C1.65%2C2.44%2C1.65%2C4.01%2C0%2C.57-.08%2C1.1-.25%2C1.6s-.38.98-.63%2C1.42l3.15%2C3.15c.23.23.35.52.35.88s-.12.65-.35.88-.52.35-.88.35-.65-.12-.88-.35ZM16.99%2C18.87c.88%2C0%2C1.63-.3%2C2.23-.91.61-.61.91-1.35.91-2.23s-.3-1.63-.91-2.23-1.35-.91-2.23-.91-1.63.3-2.23.91-.91%2C1.35-.91%2C2.23.3%2C1.63.91%2C2.23c.61.61%2C1.35.91%2C2.23.91ZM0%2C17.61v-.98c0-.71.18-1.37.53-1.98.36-.61.85-1.07%2C1.48-1.38.88-.46%2C1.86-.87%2C2.94-1.21%2C1.08-.35%2C2.19-.57%2C3.32-.68.36-.04.66.06.91.31s.38.56.38.91-.13.67-.38.93-.56.41-.91.46c-1.2.15-2.2.37-3.02.66-.82.29-1.51.59-2.08.88-.21.1-.37.26-.49.46s-.17.41-.17.64v.98h5.79c.36%2C0%2C.66.12.9.36s.36.54.36.9-.12.66-.36.9-.54.36-.9.36H2.52c-.69%2C0-1.28-.25-1.78-.74-.49-.49-.74-1.09-.74-1.78Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .sideMenu .contactBtn.-consult .contactBtn_txt::before,
.header_contactInfo .contactBtn.-consult .contactBtn_txt::before {
    width: 3.4rem;
    height: 3.3rem;
  }
}
.sideMenu .linkList_cate,
.header_contactInfo .linkList_cate {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0.7em 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff8d00;
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList_cate,
.header_contactInfo .linkList_cate {
    padding: 0.5em 0;
  }
}
.sideMenu .linkList_link,
.header_contactInfo .linkList_link {
  display: block;
  padding: 0.7em 0;
  font-weight: bold;
  border-bottom: var(--dotted-line);
}
@media screen and (max-width: 48em) {
  .sideMenu .linkList_link,
.header_contactInfo .linkList_link {
    padding: 0.8em 0;
    font-size: 2rem;
  }
}
.sideMenu .company_pic,
.header_contactInfo .company_pic {
  overflow: hidden;
  border-radius: 0.5rem;
}
.sideMenu .company_pic img,
.header_contactInfo .company_pic img {
  width: 100%;
}
.sideMenu .company_name,
.header_contactInfo .company_name {
  margin-top: 1.4rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .sideMenu .company_name,
.header_contactInfo .company_name {
    font-size: 3rem;
  }
}
.sideMenu .company_addr, .sideMenu .company_tel,
.header_contactInfo .company_addr,
.header_contactInfo .company_tel {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 48em) {
  .sideMenu .company_addr, .sideMenu .company_tel,
.header_contactInfo .company_addr,
.header_contactInfo .company_tel {
    margin-top: 0.3rem;
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
@media screen and (max-width: 48em) {
  .sideMenu .company_tel,
.header_contactInfo .company_tel {
    margin-top: 0.7rem;
  }
}

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

:where(section[class^="secTop"] + section[class^="secTop"]) {
  margin-top: 4.6rem;
}
@media screen and (max-width: 48em) {
  :where(section[class^="secTop"] + section[class^="secTop"]) {
    margin-top: 0;
  }
}

.secTopMv {
  max-width: 192rem;
  padding: 12rem 4rem 4rem;
}
@media screen and (max-width: 76.25em) {
  .secTopMv {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 48em) {
  .secTopMv {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.secTopMv_pic {
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 48em) {
  .secTopMv_pic {
    width: 90%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    border-radius: 1rem;
  }
}
.secTopMv_pic img {
  width: 100%;
}

.secTopStrengths {
  padding-bottom: 10rem;
}
@media screen and (max-width: 48em) {
  .secTopStrengths {
    padding-bottom: 5rem;
  }
  .secTopStrengths .btn {
    margin-top: 5rem;
  }
}
.secTopStrengths .strengthList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.7rem 4%;
  padding-top: 2rem;
  padding-left: 2rem;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.secTopStrengths .strengthList > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.secTopStrengths .strengthList > li::before {
  position: absolute;
  top: -2rem;
  left: -2rem;
  display: grid;
  place-items: center;
  width: 6rem;
  height: 6rem;
  padding-bottom: 0.15em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  content: "0" counter(number);
  counter-increment: number;
  background: #f9d523;
  border-radius: 50%;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList > li::before {
    top: -1.8rem;
    left: 0;
    width: 5.2rem;
    height: 5.2rem;
    font-size: 2.6rem;
  }
}
.secTopStrengths .strengthList_pic {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList_pic {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList_pic {
    margin-left: 1.8rem;
  }
}
.secTopStrengths .strengthList_ttl {
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList_ttl {
    margin-top: 1.2rem;
    font-size: 2rem;
  }
}
.secTopStrengths .strengthList_ttlStrong {
  color: #ff8d00;
}
.secTopStrengths .strengthList_txt {
  margin-top: 0.8rem;
}
@media screen and (max-width: 48em) {
  .secTopStrengths .strengthList_txt {
    margin-top: 1.2rem;
    line-height: 1.67;
  }
}

.secTopCase,
.secTopMessage,
.secTopNews,
.secTopInfomation {
  overflow: hidden;
  border-radius: 1rem;
  padding-right: 4rem;
  padding-left: 4rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .secTopCase,
.secTopMessage,
.secTopNews,
.secTopInfomation {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .secTopCase,
.secTopMessage,
.secTopNews,
.secTopInfomation {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
    border-radius: 0;
  }
  .secTopCase::before,
.secTopMessage::before,
.secTopNews::before,
.secTopInfomation::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    margin: auto;
    content: "";
    background: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 48em) {
  .secTopColumn .btn {
    margin-top: 5rem;
  }
}

.secTopInfomation {
  background: #ff8d00;
}
.secTopInfomation .informationLinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 48em) {
  .secTopInfomation .informationLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .secTopInfomation .informationLinks > li {
    width: calc(50% - 0.5rem);
  }
}
.secTopInfomation .informationLinks_link {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 3rem 1.5rem 5.4rem;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .secTopInfomation .informationLinks_link {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .secTopInfomation .informationLinks_link {
    padding: 1.7rem 1rem 2.8rem;
  }
}
@media (hover: hover) {
  .secTopInfomation .informationLinks_link:hover {
    opacity: 0.8;
  }
}
.secTopInfomation .informationLinks_link:focus-visible {
  opacity: 0.8;
}
.secTopInfomation .informationLinks_link::after {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: block;
  width: 1.6rem;
  height: 1.5rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%2015.58%2015.18%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C8.59h11.17l-4.88%2C4.88c-.39.39-.39%2C1.03%2C0%2C1.42s1.02.39%2C1.41%2C0l6.59-6.59c.39-.39.39-1.02%2C0-1.41L8.71.29c-.39-.39-1.02-.39-1.41%2C0-.39.39-.39%2C1.02%2C0%2C1.41l4.87%2C4.89H1c-.55%2C0-1%2C.45-1%2C1s.45%2C1%2C1%2C1Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media screen and (max-width: 48em) {
  .secTopInfomation .informationLinks_link::after {
    right: 1rem;
    bottom: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.secTopInfomation .informationLinks_icon {
  display: block;
  width: 33%;
  max-width: 8rem;
}
@media screen and (max-width: 48em) {
  .secTopInfomation .informationLinks_icon {
    width: 36%;
  }
}
.secTopInfomation .informationLinks_txt {
  margin-top: 0.4em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .secTopInfomation .informationLinks_txt {
    margin-top: 0.1em;
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.secTopInfomation .informationLinks_txtStrong {
  color: #9bda44;
}

.secTopFlow {
  margin-top: 0;
}
@media screen and (max-width: 48em) {
  .secTopFlow {
    padding-top: 0;
  }
}
.secTopFlow .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.8rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: number;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow {
    gap: 4.8rem 3%;
  }
}
.secTopFlow .flow > li {
  position: relative;
  width: calc(2.8rem + (100% - 6.2rem) / 3);
  padding: 0 1.4rem;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow > li {
    width: 48.5%;
    padding: 0;
  }
}
.secTopFlow .flow > li::before {
  display: grid;
  place-items: center;
  width: 6rem;
  height: 6rem;
  padding-bottom: 0.15em;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  content: "0" counter(number);
  counter-increment: number;
  background: #f9d523;
  border-radius: 50%;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow > li::before {
    width: 5.2rem;
    height: 5.2rem;
    font-size: 2.6rem;
  }
}
.secTopFlow .flow > li::after {
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  z-index: 1;
  display: block;
  width: 3px;
  height: calc(100% - 5rem);
  content: "";
  border-left: var(--dotted-line);
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow > li::after {
    display: none;
  }
}
.secTopFlow .flow > li:nth-child(1) {
  width: calc(1.4rem + (100% - 6.2rem) / 3);
  padding-left: 0;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow > li:nth-child(1) {
    width: 48.5%;
  }
}
.secTopFlow .flow > li:nth-child(1)::after {
  display: none;
}
.secTopFlow .flow > li:nth-child(3) {
  width: calc(1.4rem + (100% - 6.2rem) / 3);
  padding-right: 0;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flow > li:nth-child(3) {
    width: 48.5%;
  }
}
.secTopFlow .flow > li:nth-child(4)::after {
  display: none;
}
.secTopFlow .flowInfo {
  position: relative;
}
.secTopFlow .flowInfo_ttl {
  display: grid;
  place-content: center;
  margin-top: 0.3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ff8d00;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flowInfo_ttl {
    margin-top: 1.7rem;
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.secTopFlow .flowInfo_pic {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flowInfo_pic {
    border-radius: 0.5rem;
  }
}
.secTopFlow .flowInfo_txt {
  margin-top: 1rem;
}
@media screen and (max-width: 48em) {
  .secTopFlow .flowInfo_txt {
    margin-top: 1.5rem;
  }
}
.secTopFlow .flowInfo_txt a {
  color: #ff8d00;
}
@media (hover: hover) {
  .secTopFlow .flowInfo_txt a:hover {
    text-decoration: underline;
  }
}
.secTopFlow .flowInfo_txt a:focus-visible {
  text-decoration: underline;
}

.secTopMessage {
  padding-right: 5rem;
  padding-left: 5rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .secTopMessage {
    padding-right: 0;
    padding-left: 0;
  }
}
.secTopMessage .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 48em) {
  .secTopMessage .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.secTopMessage .message_pic {
  overflow: hidden;
  border-radius: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}
@media screen and (max-width: 48em) {
  .secTopMessage .message_pic {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .secTopMessage .message_pic {
    width: 45%;
  }
}
.secTopMessage .message_pic img {
  width: 100%;
}
.secTopMessage .message_txts {
  width: 69%;
}
@media screen and (max-width: 48em) {
  .secTopMessage .message_txts {
    width: 100%;
  }
}
.secTopMessage .message_ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.33;
  color: #ff8d00;
}
@media screen and (max-width: 48em) {
  .secTopMessage .message_ttl {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.secTopMessage .message_ttlStrong {
  color: #9bda44;
}
.secTopMessage .message_txt {
  margin-top: 0.5em;
}
@media screen and (max-width: 48em) {
  .secTopMessage .message_txt {
    margin-top: 1em;
    line-height: 1.67;
  }
}
.secTopMessage .message_txt + .message_txt {
  margin-top: 1em;
}
.secTopMessage .message_txt.-color01 {
  color: #ff8d00;
}
.secTopMessage .message_name {
  margin-top: 0.6em;
  text-align: right;
}
@media screen and (max-width: 48em) {
  .secTopMessage .message_name {
    margin-top: 0.8em;
    line-height: 1.67;
  }
}

.secTopNews {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10rem;
}
@media screen and (max-width: 48em) {
  .secTopNews {
    margin-top: 5rem;
  }
}
.secTopNews .rowLinkList {
  margin-top: 0;
}
@media screen and (max-width: 48em) {
  .secTopNews .rowLinkList {
    padding-right: 0;
    padding-left: 0;
  }
}
.secTopNews .btn {
  margin-top: 0;
}

.rowLinkList {
  padding: 5rem;
}
@media screen and (max-width: 48em) {
  .rowLinkList {
    padding: 2rem;
  }
}
.rowLinkList .rowLink {
  border-bottom: var(--dotted-line);
}
.rowLinkList .rowLink:first-child {
  border-top: var(--dotted-line);
}
.rowLinkList .rowLink_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .rowLinkList .rowLink_link {
    padding: 0.8rem 0;
  }
}
.rowLinkList .rowLink_link::after {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%2015.58%2015.18%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%239bda44%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C8.59h11.17l-4.88%2C4.88c-.39.39-.39%2C1.03%2C0%2C1.42s1.02.39%2C1.41%2C0l6.59-6.59c.39-.39.39-1.02%2C0-1.41L8.71.29c-.39-.39-1.02-.39-1.41%2C0-.39.39-.39%2C1.02%2C0%2C1.41l4.87%2C4.89H1c-.55%2C0-1%2C.45-1%2C1s.45%2C1%2C1%2C1Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}
@media (hover: hover) {
  .rowLinkList .rowLink_link:hover {
    opacity: 0.7;
  }
}
.rowLinkList .rowLink_link:focus-visible {
  opacity: 0.7;
}
.rowLinkList .rowLink_pic {
  overflow: hidden;
  border-radius: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15%;
}
@media screen and (max-width: 48em) {
  .rowLinkList .rowLink_pic {
    width: 30%;
  }
}
.rowLinkList .rowLink_pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 121/81;
}
.rowLinkList .rowLink_info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rowLinkList .rowLink_ttl {
  margin-top: 0.7em;
  font-weight: bold;
}
.rowLinkList .rowLink_txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.caseCateList,
.newsCateList,
.columnCateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em;
}
.caseCateList > li:not(:has(.caseCateList_link)),
.caseCateList .caseCateList_link,
.newsCateList > li:not(:has(.caseCateList_link)),
.newsCateList .caseCateList_link,
.columnCateList > li:not(:has(.caseCateList_link)),
.columnCateList .caseCateList_link {
  display: grid;
  place-items: center;
  padding: 0.07em 0.7em;
  font-size: 1.4rem;
  color: #fff;
  background: #ff8d00;
  border-radius: 9999px;
}
@media screen and (max-width: 48em) {
  .caseCateList > li:not(:has(.caseCateList_link)),
.caseCateList .caseCateList_link,
.newsCateList > li:not(:has(.caseCateList_link)),
.newsCateList .caseCateList_link,
.columnCateList > li:not(:has(.caseCateList_link)),
.columnCateList .caseCateList_link {
    font-size: 1.1rem;
  }
}
.caseCateList > li:not(:has(.caseCateList_link)).color01,
.caseCateList .caseCateList_link.color01,
.newsCateList > li:not(:has(.caseCateList_link)).color01,
.newsCateList .caseCateList_link.color01,
.columnCateList > li:not(:has(.caseCateList_link)).color01,
.columnCateList .caseCateList_link.color01 {
  background: #ff8d00;
}
.caseCateList > li:not(:has(.caseCateList_link)).color02,
.caseCateList .caseCateList_link.color02,
.newsCateList > li:not(:has(.caseCateList_link)).color02,
.newsCateList .caseCateList_link.color02,
.columnCateList > li:not(:has(.caseCateList_link)).color02,
.columnCateList .caseCateList_link.color02 {
  background: #f9d523;
}
.caseCateList > li:not(:has(.caseCateList_link)).color03,
.caseCateList .caseCateList_link.color03,
.newsCateList > li:not(:has(.caseCateList_link)).color03,
.newsCateList .caseCateList_link.color03,
.columnCateList > li:not(:has(.caseCateList_link)).color03,
.columnCateList .caseCateList_link.color03 {
  background: #ef856d;
}
.caseCateList > li:not(:has(.caseCateList_link)).color04,
.caseCateList .caseCateList_link.color04,
.newsCateList > li:not(:has(.caseCateList_link)).color04,
.newsCateList .caseCateList_link.color04,
.columnCateList > li:not(:has(.caseCateList_link)).color04,
.columnCateList .caseCateList_link.color04 {
  background: #9bda44;
}
.caseCateList > li:not(:has(.caseCateList_link)).color05,
.caseCateList .caseCateList_link.color05,
.newsCateList > li:not(:has(.caseCateList_link)).color05,
.newsCateList .caseCateList_link.color05,
.columnCateList > li:not(:has(.caseCateList_link)).color05,
.columnCateList .caseCateList_link.color05 {
  background: #ff6d33;
}
.caseCateList > li:not(:has(.caseCateList_link)).color06,
.caseCateList .caseCateList_link.color06,
.newsCateList > li:not(:has(.caseCateList_link)).color06,
.newsCateList .caseCateList_link.color06,
.columnCateList > li:not(:has(.caseCateList_link)).color06,
.columnCateList .caseCateList_link.color06 {
  background: #8e2f7a;
}
.caseCateList > li:not(:has(.caseCateList_link)).color07,
.caseCateList .caseCateList_link.color07,
.newsCateList > li:not(:has(.caseCateList_link)).color07,
.newsCateList .caseCateList_link.color07,
.columnCateList > li:not(:has(.caseCateList_link)).color07,
.columnCateList .caseCateList_link.color07 {
  background: #3dacb2;
}
.caseCateList.-large,
.newsCateList.-large,
.columnCateList.-large {
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.caseCateList.-large a,
.newsCateList.-large a,
.columnCateList.-large a {
  min-width: 15.2rem;
  min-height: 4rem;
  padding: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .caseCateList.-large a,
.newsCateList.-large a,
.columnCateList.-large a {
    min-width: 16rem;
    min-height: 3rem;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .caseCateList.-large a:hover,
.newsCateList.-large a:hover,
.columnCateList.-large a:hover {
    opacity: 0.7;
  }
}
.caseCateList.-large a:focus-visible,
.newsCateList.-large a:focus-visible,
.columnCateList.-large a:focus-visible {
  opacity: 0.7;
}

.timeAndCate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 1.7rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.4rem;
}
@media screen and (max-width: 48em) {
  .timeAndCate {
    gap: 0.6rem 1rem;
    font-size: 1rem;
  }
}
.timeAndCate time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999;
}

.columnArticleLink .articleLink {
  overflow: hidden;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4rem;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .columnArticleLink .articleLink {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .columnArticleLink .articleLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}
@media (hover: hover) {
  .columnArticleLink .articleLink:hover {
    opacity: 0.7;
  }
}
.columnArticleLink .articleLink:focus-visible {
  opacity: 0.7;
}
.columnArticleLink .articleLink_pic {
  overflow: hidden;
  border-radius: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36.5%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 48em) {
  .columnArticleLink .articleLink_pic {
    width: 100%;
  }
}
.columnArticleLink .articleLink_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.columnArticleLink .articleLink_info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.columnArticleLink .articleLink_ttl {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .columnArticleLink .articleLink_ttl {
    margin-top: 0.4em;
  }
}
.columnArticleLink .articleLink_txt {
  display: -webkit-box;
  margin-top: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 48em) {
  .columnArticleLink .articleLink_txt {
    -webkit-line-clamp: 5;
    margin-top: 0.8em;
  }
}
.columnArticleLink .articleLink_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.9em;
  font-weight: bold;
  color: #ff8d00;
}
@media screen and (max-width: 48em) {
  .columnArticleLink .articleLink_read {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.columnArticleLink .articleLink_read::after {
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  margin-top: 0.1em;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%207%2011.97%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7%2C5.97c0%2C.13-.03.26-.08.38-.05.12-.13.23-.23.34L1.7%2C11.68c-.2.2-.43.3-.7.3s-.5-.1-.7-.3C.1%2C11.48%2C0%2C11.24%2C0%2C10.96c0-.28.1-.52.3-.71l4.27-4.27L.3%2C1.7C.1%2C1.5%2C0%2C1.27%2C0%2C1S.1.5.3.3C.5.1.74%2C0%2C1.01%2C0c.28%2C0%2C.52.1.71.3l4.96%2C4.96c.1.1.18.22.23.34.05.12.08.25.08.38Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}

:where(.columnArticleLink + .columnArticleLink) {
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  :where(.columnArticleLink + .columnArticleLink) {
    margin-top: 1rem;
  }
}

.columnCateLinks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .columnCateLinks {
    gap: 1rem;
    margin-top: 1rem;
  }
}
.columnCateLinks_link {
  overflow: hidden;
  border-radius: 1rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 6.1rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .columnCateLinks_link {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .columnCateLinks_link {
    min-height: 7.5rem;
  }
}
@media (hover: hover) {
  .columnCateLinks_link:hover {
    opacity: 0.7;
  }
}
.columnCateLinks_link:focus-visible {
  opacity: 0.7;
}
.columnCateLinks_link::after {
  display: block;
  width: 1.6rem;
  height: 1.5rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%2015.58%2015.18%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff8d00%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C8.59h11.17l-4.88%2C4.88c-.39.39-.39%2C1.03%2C0%2C1.42s1.02.39%2C1.41%2C0l6.59-6.59c.39-.39.39-1.02%2C0-1.41L8.71.29c-.39-.39-1.02-.39-1.41%2C0-.39.39-.39%2C1.02%2C0%2C1.41l4.87%2C4.89H1c-.55%2C0-1%2C.45-1%2C1s.45%2C1%2C1%2C1Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
}

.faqList > li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 48em) {
  .faqList > li + li {
    margin-top: 1rem;
  }
}

.nav-pageNav {
  position: relative;
  margin: 10rem auto 0;
}
@media screen and (max-width: 48em) {
  .nav-pageNav {
    margin-top: 5rem;
  }
}
.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: 1rem;
  }
}
.nav-pageNav_numbers {
  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: bold;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers {
    width: 4rem;
    height: 4rem;
    border-radius: 0.3rem;
  }
}
.nav-pageNav_numbers.-active {
  color: #fff;
  cursor: default;
  background-color: #ff8d00;
}
.nav-pageNav_numbers.-dots {
  color: #ff8d00;
  background-color: #fbf8ef;
}
.nav-pageNav_numbers.-prev, .nav-pageNav_numbers.-next {
  width: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fbf8ef;
}
@media screen and (max-width: 48em) {
  .nav-pageNav_numbers.-prev, .nav-pageNav_numbers.-next {
    font-size: 1.4rem;
  }
}
.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;
}

.postCateList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1rem;
}
.postCateList > li:not(:has(.postCateList_link)),
.postCateList .postCateList_link {
  display: grid;
  place-items: center;
  min-height: 5rem;
  padding: 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #ff8d00;
  border-radius: 9999px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48em) {
  .postCateList > li:not(:has(.postCateList_link)),
.postCateList .postCateList_link {
    min-height: 4rem;
    font-size: 1.5rem;
  }
}
.postCateList > li:not(:has(.postCateList_link))[href^="#"],
.postCateList .postCateList_link[href^="#"] {
  position: relative;
  padding: 0.5rem 3rem;
}
.postCateList > li:not(:has(.postCateList_link))[href^="#"]::after,
.postCateList .postCateList_link[href^="#"]::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  width: 1.2rem;
  height: 0.7rem;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%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%2011.97%207%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%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%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C7c-.13%2C0-.26-.03-.38-.08-.12-.05-.23-.13-.34-.23L.3%2C1.7C.1%2C1.5%2C0%2C1.27%2C0%2C1S.1.5.3.3C.5.1.74%2C0%2C1.01%2C0c.28%2C0%2C.52.1.71.3l4.27%2C4.27L10.27.3C10.47.1%2C10.71%2C0%2C10.97%2C0s.5.1.7.3c.2.2.3.44.3.71%2C0%2C.28-.1.52-.3.71l-4.96%2C4.96c-.1.1-.22.18-.34.23-.12.05-.25.08-.38.08Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center center/contain no-repeat;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media screen and (max-width: 48em) {
  .postCateList > li:not(:has(.postCateList_link))[href^="#"]::after,
.postCateList .postCateList_link[href^="#"]::after {
    width: 1rem;
    height: 0.6rem;
  }
}
.postCateList > li:not(:has(.postCateList_link)) {
  background: #ff8d00;
}
.postCateList .postCateList_link {
  background: #f9d523;
}
@media (hover: hover) {
  .postCateList .postCateList_link:hover {
    opacity: 0.7;
  }
}
.postCateList .postCateList_link:focus-visible {
  opacity: 0.7;
}
.postCateList + * {
  margin-top: 5rem;
}

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

.p-columns .columnArticleLink + .columnLinksContainer,
.p-news .columnArticleLink + .columnLinksContainer {
  margin-top: 4rem;
}
@media screen and (max-width: 48em) {
  .p-columns .columnArticleLink + .columnLinksContainer,
.p-news .columnArticleLink + .columnLinksContainer {
    margin-top: 2rem;
  }
}
.p-columns .columnLinksContainer,
.p-news .columnLinksContainer {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .p-columns .columnLinksContainer,
.p-news .columnLinksContainer {
    border-radius: 0.5rem;
  }
}

.p-columns .rowLinkList {
  padding: 4rem;
}
@media screen and (max-width: 48em) {
  .p-columns .rowLinkList {
    padding: 2rem;
  }
}
.p-columns .rowLink {
  border-bottom: var(--dotted-line2);
}
.p-columns .rowLink:first-child {
  border-top: var(--dotted-line2);
}

.p-news .archiveTtl {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 0.9rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #ff8d00;
}
.p-news .archiveTtl + * {
  margin-top: 2rem;
}
.p-news .postCateList {
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

.columnArticle {
  overflow: hidden;
  border-radius: 1rem;
  padding: 5rem;
  background: #fff;
}
@media screen and (max-width: 48em) {
  .columnArticle {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .columnArticle {
    padding: 2rem;
  }
}
.columnArticle_header {
  padding-bottom: 1.6rem;
  border-bottom: var(--dotted-line2);
}
.columnArticle_ttl {
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 48em) {
  .columnArticle_ttl {
    margin-top: 0.5rem;
  }
}
.columnArticle .blockEditorArea {
  margin-top: 4rem;
}
@media screen and (max-width: 48em) {
  .columnArticle .blockEditorArea {
    margin-top: 2rem;
  }
}

.p-news .columnArticle_header {
  padding-bottom: 2rem;
}
@media screen and (max-width: 48em) {
  .p-news .columnArticle_header {
    padding-bottom: 1.4rem;
  }
}
.p-news .columnArticle_ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 48em) {
  .p-news .columnArticle_ttl {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.67;
  }
}

.p-faq .postCateList {
  grid-template-columns: repeat(auto-fill, minmax(29rem, 1fr));
}
.p-faq .postCateList_link {
  font-size: 2.4rem;
}
@media screen and (max-width: 48em) {
  .p-faq .postCateList_link {
    font-size: 1.5rem;
  }
}
.p-faq .secFaq_ttl {
  overflow: hidden;
  border-radius: 1rem;
  padding: 1.6rem 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #ff8d00;
}
@media screen and (max-width: 48em) {
  .p-faq .secFaq_ttl {
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 48em) {
  .p-faq .secFaq_ttl {
    padding: 1rem;
    font-size: 2rem;
  }
}
.p-faq .secFaq_ttl + * {
  margin-top: 2rem;
}
.p-faq .secFaq + .secFaq {
  margin-top: 10rem;
}
@media screen and (max-width: 48em) {
  .p-faq .secFaq + .secFaq {
    margin-top: 4rem;
  }
}

.is-style-guscoord-heading {
  padding: 0.8em 0;
  border-bottom: var(--dotted-line2);
}

:where(.is-style-guscoord-heading + *) {
  margin-top: 1em;
}

.blockEditorArea ul {
  padding-left: 2em;
  text-indent: -1.5em;
  list-style: revert;
  list-style-position: inside;
}
.blockEditorArea ol {
  padding-left: 1.5em;
  text-indent: -1.1em;
  list-style: revert;
  list-style-position: inside;
}
.blockEditorArea figure.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.blockEditorArea figure.alignright {
  margin-right: 0;
  margin-left: auto;
}

.chatbot__wrapper {
  position: fixed;
  max-width: 1840px;
  width: 95.8333333333%;
  left: 0;
  right: 0;
  bottom: 36px;
  margin: auto;
}
@media screen and (max-width: 48em) {
  .chatbot__wrapper {
    display: none;
  }
}
.chatbot__call {
  cursor: pointer;
  letter-spacing: 0.1em;
  background: #ff8d00;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  width: 136px;
  line-height: 60px;
  border-radius: 5px;
  padding-left: 1.35em;
  position: relative;
}
.chatbot__call:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 21px;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/wp/wp-content/themes/guscoord/_assets/images/chatbot/cb_btn_open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.chatbot__call:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 21px;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/wp/wp-content/themes/guscoord/_assets/images/chatbot/cb_btn_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.chatbot__call.active:before {
  opacity: 0;
}
.chatbot__call.active:after {
  opacity: 1;
}
.chatbot__header {
  background-color: #ff8d00;
  color: #fff;
  text-align: center;
  height: 72px;
  padding: 0.8em 0;
}
.chatbot__header .titles {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
}
.chatbot__header .titles_sub {
  font-size: 1.4rem;
}
.chatbot__reflesh {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
}
.chatbot__reflesh:hover::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.chatbot__reflesh:before {
  content: "";
  position: absolute;
  aspect-ratio: 34/34;
  width: 100%;
  height: 100%;
  background-image: url("/wp/wp-content/themes/guscoord/_assets/images/chatbot/cb_btn_reflesh.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  top: 0.25em;
  right: 0.25em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.chatbot__body {
  width: 400px;
  max-height: 700px;
  height: 64.8148148148vh;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  left: -60vw;
  bottom: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  -webkit-transition: left 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: left 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.chatbot__body.is_active {
  left: 0;
}
.chatbot__inner {
  border: 1px solid #999;
  height: calc(100% - 72px - 41px);
  padding: 15px;
  padding-right: 5px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ddd #fff;
}
.chatbot__message_body {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chatbot__message_body .message__list li {
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 0.5em;
  max-width: 332px;
}
.chatbot__message_body .message__list li:not(:first-child) {
  margin-top: 10px;
}
.chatbot__message_body .message__list .bots {
  width: 100%;
  background-color: #cfcfcf;
  color: #333;
  border-radius: 0 16px 16px 16px;
  margin-left: 35px;
  position: relative;
}
.chatbot__message_body .message__list .bots .note {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
.chatbot__message_body .message__list .bots:before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 30px;
  height: 30px;
  background-image: url("/wp/wp-content/themes/guscoord/_assets/images/chatbot/cb_message_bot.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.chatbot__message_body .message__list .bots.think {
  height: 33px;
  width: 60px;
  margin-left: 35px;
}
@-webkit-keyframes think {
  0% {
    background-color: #e6e6e6;
  }
  50% {
    background-color: #999;
  }
  100% {
    background-color: #e6e6e6;
  }
}
@keyframes think {
  0% {
    background-color: #e6e6e6;
  }
  50% {
    background-color: #999;
  }
  100% {
    background-color: #e6e6e6;
  }
}
.chatbot__message_body .message__list .bots.think ul {
  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;
  height: 100%;
  grid-column-gap: 5px;
}
.chatbot__message_body .message__list .bots.think ul li {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-top: 0;
  -webkit-animation-name: think;
          animation-name: think;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.chatbot__message_body .message__list .bots.think ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.chatbot__message_body .message__list .bots.think ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.chatbot__message_body .message__list .user {
  border: 1px solid #cfcfcf;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px 16px 0 16px;
}
.chatbot__message_body .is_delay_help {
  width: 100%;
  margin-top: auto;
  height: 210px;
}
.chatbot__message_body .is_delay_help .hint_title {
  font-size: 1.4rem;
  text-align: right;
}
.chatbot__message_body .is_delay_help .hint_buttons {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.chatbot__message_body .is_delay_help .hint_buttons li {
  margin-top: 5px;
}
.chatbot__message_body .is_delay_help .hint_buttons li a {
  color: #999;
  font-size: 1.6rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
}
.chatbot__send-wrapper {
  border: 1px solid #999;
  border-top: none;
  border-radius: 0 0 20px 20px;
  height: 41px;
  position: relative;
}
.chatbot__send-wrapper input[type=text][name=user_message] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 0 3em 0 1em;
}
.chatbot__send-wrapper input[type=text][name=user_message]:focus {
  outline: none;
}
.chatbot__send-wrapper .send_message {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.chatbot__send-wrapper .send_message:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("/wp/wp-content/themes/guscoord/_assets/images/chatbot/cb_btn_send.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mwai-chatbot-container .mwai-chatgpt-theme.mwai-window {
  right: inherit;
  left: 30px;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme.mwai-window {
    width: 400px;
  }
}
@media (max-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme.mwai-window {
    left: 15px;
  }
}
@media (min-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme.mwai-window.mwai-open {
    bottom: 111px;
  }
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-trigger {
  right: inherit;
  left: 0;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-open-button .mwai-icon-container {
  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;
  background-color: #ff8d00;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 136px;
  line-height: 60px;
  gap: 5px;
}
@media (max-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-open-button .mwai-icon-container {
    line-height: 40px;
  }
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-open-button .mwai-icon-container .mwai-icon {
  aspect-ratio: 25/21;
  width: 25px;
}
@media (max-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-open-button {
    bottom: 2em;
  }
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-close-button:before, .mwai-chatbot-container .mwai-chatgpt-theme .mwai-close-button:after {
  width: 2px !important;
}
@media (min-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-close-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 87% !important;
    height: 30px !important;
  }
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-close-button:before, .mwai-chatbot-container .mwai-chatgpt-theme .mwai-close-button:after {
    content: "none";
  }
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-close-button:before {
    content: "";
    background-image: url("/wp/wp-content/themes/guscoord/_assets/images/chatbot/cb_btn_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px !important;
    height: 15px !important;
    -webkit-transform: none !important;
            transform: none !important;
    background-color: inherit !important;
    top: 2px;
    left: 6px;
    bottom: 0;
    margin: auto;
  }
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-close-button:after {
    content: "AIに質問" !important;
    color: #fff;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
    background-color: inherit !important;
    padding-left: 30px;
  }
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-header {
  background: #ff8d00 !important;
  color: #fff;
  font-size: 1.4rem;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 1em;
}
@media (min-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-header {
    border-radius: 18px 18px 0 0 !important;
    padding: 18px;
  }
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-header .is_header {
  text-align: center;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-header .is_header_title {
  font-weight: bold;
}
@media (min-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-header .is_header_title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-header .mwai-buttons {
    position: absolute;
    left: 0;
    bottom: -80px;
    background-color: #ff8d00;
    border-radius: 5px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    height: 60px;
    width: 136px;
  }
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content {
  background: none !important;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation {
  background: #fff;
  scrollbar-color: #cfcfcf #f0f0f0;
  border: 1px solid #999;
  border-bottom: none;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-ai {
  background: inherit !important;
  color: #333;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-ai .mwai-name {
  margin-right: 0.5em;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-ai .mwai-name-text {
  color: transparent;
  padding: 0;
  background: inherit;
  border-radius: inherit;
  line-height: 1;
  width: 30px;
  height: 30px;
  background-image: url("/wp/wp-content/themes/guscoord/_assets/images/chatbot/cb_message_bot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-ai div {
  background: #cfcfcf;
  padding: 10px;
  border-radius: 0 18px 18px 18px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-ai div .mwai-reply-actions {
  display: none;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-user {
  background: inherit !important;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-user .mwai-name {
  display: none;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-user div {
  border: 1px solid #cfcfcf;
  padding: 10px;
  border-radius: 18px 18px 0 18px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply.mwai-user div .mwai-reply-actions {
  display: none;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply .mwai-text {
  color: #333 !important;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply .mwai-text span::-moz-selection {
  background-color: #ff8d00;
  color: #fff;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation .mwai-reply .mwai-text span::selection {
  background-color: #ff8d00;
  color: #fff;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation::-moz-selection {
  background-color: #ff8d00;
  color: #fff;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-conversation::selection {
  background-color: #ff8d00;
  color: #fff;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input {
  background: #fff;
  border-color: #999;
  border-width: 1px;
  border: 1px solid #999;
  border-radius: 0 0 18px 18px;
  padding: 0.5em;
}
@media (max-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-text {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  padding: 0;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-text textarea {
  color: #333;
  font-size: 1.6rem;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-text textarea::-webkit-input-placeholder {
  color: #999;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-text textarea::-moz-placeholder {
  color: #999;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-text textarea:-ms-input-placeholder {
  color: #999;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-text textarea::-ms-input-placeholder {
  color: #999;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-text textarea::placeholder {
  color: #999;
}
.mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-submit {
  background: #fff;
  color: #333;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1080px) {
  .mwai-chatbot-container .mwai-chatgpt-theme .mwai-content .mwai-input .mwai-input-submit {
    margin: 0;
    margin-top: 0;
  }
}

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