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

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

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

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

: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;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 1px solid CanvasText;
}

: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;
  user-select: none !important;
}

/* ======================================================== */
/*      html configuration                                 
/* ======================================================== */
html {
  font-size: 100%;
}

body {
  font-size: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #282828;
  background-color: #FFFFFF;
  font-feature-settings: "palt" 1;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, em {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #282828;
  cursor: pointer;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
a * {
  transition: all 0.4s ease-out;
}

.arrow {
  transition: all 0.4s ease-out;
}
.arrow:before, .arrow:after {
  transition: all 0.4s ease-out;
}

.pc a[href^="tel:"] {
  cursor: none;
  pointer-events: none;
}

img, video, picture {
  width: 100%;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 350px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

.block_pc {
  display: block;
}

.block_sp {
  display: none;
}

.inlineblock_sp {
  display: none;
}

.kome {
  text-indent: -1em;
  margin-left: 1em;
}
.kome:before {
  content: "※";
  display: inline;
}

.fadeInUp, .fadeIn, .fadeInTop, .fadeInSlide, .fadeInUp-S, .fadeInUp-M, .oneletter .letter {
  opacity: 0;
}

@media screen and (min-width: 791px) {
  .fadeInUp-M-PC {
    opacity: 0;
  }
}
.tabcntns {
  display: none;
}
.tabcntns.active {
  display: block;
  animation: tabcntns-show .8s ease-in-out forwards;
}

@keyframes tabcntns-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.acc-contents {
  display: none;
}

.acc-contents.active {
  display: block;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img, picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 790px) {
  /* ======================================================== */
  /*      SP html configuration 
  /* ======================================================== */
  .block_pc {
    display: none !important;
  }

  .block_sp {
    display: block;
  }

  .inlineblock_sp {
    display: inline-block;
  }

  .fadeIn-SP {
    opacity: 0;
  }
}
