* {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", sans-serif;
  color: #000;
}
* a {
  transition: opacity 0.4s ease;
}
* picture {
  display: block;
}
* picture img {
  width: 100%;
}

.fade__el {
  opacity: 0;
  visibility: hidden;
  translate: 0 50px;
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

[class*=__inner] {
  width: 97.3%;
  max-width: 1084px;
  margin: 0 auto;
}

.pc__enable {
  display: block;
}

.sp__enable {
  display: none;
}

.section__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  position: relative;
}
.section__title-en {
  color: #E6217D;
  font-size: 64px;
  font-weight: 400;
  font-family: "DM Serif Display", Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.section__title-jp {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

main {
  padding-top: 80px;
}

.float__wrap {
  display: none;
}

.path__wrap {
  padding-bottom: 10px;
}
.path__lower {
  background: url(/images/section__pattern.png) repeat;
}
.path__root {
  display: flex;
  align-items: center;
}
.path__root:before {
  content: "";
  width: 15px;
  height: 12px;
  background: url(/images/icn__bread-home.png) no-repeat center/auto;
  margin-right: 10px;
}
.path__root-list {
  display: flex;
  gap: 10px;
}
.path__root-el {
  display: flex;
  align-items: center;
  gap: inherit;
}
.path__root-el a {
  border-bottom: 1px solid #000;
}
.path__root-el:not(:last-child):after {
  content: "";
  width: 5px;
  height: 8px;
  background: url(/images/icn__bread-arrow.png) no-repeat center/auto;
}

.footer__contents {
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
.footer__inner {
  padding: 69px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 0;
  max-width: 1130px;
}
.footer__info {
  margin-right: clamp(1.25rem, -2.132rem + 7.04vw, 6.313rem);
}
.footer__info picture {
  max-width: 262px;
  margin-bottom: 30px;
}
.footer__info-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.footer__nav {
  display: flex;
}
.footer__nav-wrap:nth-of-type(1) {
  margin-right: clamp(1.25rem, 0.415rem + 1.74vw, 2.5rem);
}
.footer__nav-wrap:nth-of-type(2) {
  margin-right: clamp(1.25rem, -2.091rem + 6.95vw, 6.25rem);
}
.footer__nav-title {
  display: block;
  margin-bottom: 10px;
}
.footer__nav-title p, .footer__nav-title a {
  font-size: 16px;
  font-weight: 500;
}
.footer__nav-el:not(:last-child) {
  margin-bottom: 10px;
}
.footer__nav-link {
  font-size: 14px;
  font-weight: 500;
}
.footer__nav--right {
  margin-bottom: 20px;
}
.footer__nav--right:nth-of-type(2) {
  margin-bottom: 26px;
}
.footer__nav-button:first-of-type {
  margin-bottom: 20px;
}
.footer__nav-button a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 256px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 25px;
}
.footer__nav--contact::before {
  content: "";
  background: url(../images/Icon\ ion-mail.png) no-repeat center/contain;
  width: 20px;
  height: 16px;
  margin-right: 4px;
}
.footer__nav--tel:before {
  content: "";
  background: url(../images/Icon\ fa-solid-phone.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .float__wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, clamp(10.25rem, 0.469rem + 41.73vw, 20.5rem)));
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    transition: opacity 0.4s ease;
  }
  .float__wrap.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .float__buttons-contact a, .float__buttons-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C6006F;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    height: 40px;
    border-radius: 25px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.16);
  }
  .float__buttons-contact a::before {
    content: "";
    background: url(/images/Icon\ ion-mail.png) no-repeat center/contain;
    width: 20px;
    height: 16px;
    margin-right: 4px;
  }
  .float__buttons-tel a::before {
    content: "";
    background: url(/images/Icon\ fa-solid-phone.png) no-repeat center/contain;
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .section__title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem);
    position: relative;
  }
  .section__title-en {
    color: #E6217D;
    font-size: clamp(2rem, 0.092rem + 8.14vw, 4rem);
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .section__title-jp {
    font-size: clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem);
    text-align: center;
  }
  .section__title-jp.lower__jp {
    font-size: 24px;
  }
  [class*=__inner] {
    width: 92.4%;
    max-width: unset;
  }
  .pc__enable {
    display: none;
  }
  .sp__enable {
    display: block;
  }
  .footer__inner {
    text-align: center;
    padding: 40px 0;
    flex-wrap: unset;
    flex-direction: column;
  }
  .footer__info {
    margin-right: unset;
  }
  .footer__info picture {
    margin: 0 auto 20px;
  }
  .footer__nav {
    flex-direction: column;
  }
  .footer__nav-wrap:nth-of-type(1), .footer__nav-wrap:nth-of-type(2) {
    margin-right: unset;
  }
  .footer__nav-title {
    margin-bottom: 16px;
  }
  .footer__nav-title p {
    font-weight: 700;
  }
  .footer__nav-list {
    margin-bottom: 16px;
  }
  .footer__nav-el:not(:last-child) {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=footer.css.map */