@charset "UTF-8";
@keyframes arrownext {
  0% {
    transform: translate3d(0, 0, 0);
  }
  49% {
    transform: translate3d(100%, 0, 0);
  }
  50% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
:root {
  --pc-header: 65px;
  --sp-header: 60px;
}

/*----------------------------------------------

 ユーティリティ

 ---------------------------------------------*/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1 {
  margin-top: 8px !important;
}

.u-mt2 {
  margin-top: 16px !important;
}

.u-mt3 {
  margin-top: 24px !important;
}

.u-mt4 {
  margin-top: 32px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1 {
  margin-bottom: 8px !important;
}

.u-mb2 {
  margin-bottom: 16px !important;
}

.u-mb3 {
  margin-bottom: 24px !important;
}

.u-mb4 {
  margin-bottom: 32px !important;
}

.u-center {
  text-align: center !important;
}

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

.u-ta-right {
  text-align: right;
}

.u-fz-70 {
  font-size: 70%;
  vertical-align: middledle;
}

.u-fs-italic {
  font-style: italic;
}
.u-middle-over {
  display: none;
}
.u-large-over {
  display: none;
}
/*----------------------------------------------

Loading cover

---------------------------------------------*/
.loading-cover {
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  transform-origin: right top;
  background: #202c5c;
}

.loading-cover__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform-origin: right top;
}

/*----------------------------------------------

共通

---------------------------------------------*/
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background: #fff;
  line-height: 1.5;
  font-weight: 500;
  color: #323232;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

a {
  text-decoration: underline;
  color: #323232;
}
a[data-reload] {
  cursor: pointer;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, figure {
  padding: 0;
  margin: 0;
}

input, button, select, textarea {
  font-weight: 400;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

/*----------------------------------------------

page-container

---------------------------------------------*/
.page-container {
  position: relative;
  overflow: hidden;
  padding: var(--sp-header) 0 0 0;
  min-height: 100%;
  box-sizing: border-box;
}
.page-container._gps {
  padding-top: 0;
}
.page-container._show {
  opacity: 1;
}

/*----------------------------------------------

main-contents

---------------------------------------------*/
.main-contents {
  position: relative;
}

._front .main-contents {
  margin-top: 0;
}

/*----------------------------------------------

readable-hidden

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

/*----------------------------------------------

section-container

---------------------------------------------*/
.section-container {
  padding: 0 clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
  margin-top: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  position: relative;
}

.section-container__inner {
  position: relative;
  max-width: 1140px;
  margin: auto;
}

.section-container._padding {
  padding-block: sp(margin);
}

.section-container._bg {
  background: #e0ebf0;
}

.section-container._full {
  padding: 0;
}

.section-container._no-margin {
  margin-top: 0;
}

/*----------------------------------------------

section-header

---------------------------------------------*/
.section-header {
  position: relative;
  z-index: 1;
}

.section-header__heading {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 1.4168rem + 1.88vw, 2.875rem);
  line-height: 1;
  text-transform: uppercase;
}

.section-header__lead {
  margin-top: 0.5em;
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
  line-height: 1.75;
  letter-spacing: 0.12em;
}

.section-header__lead._caption {
  margin-top: 0;
  font-size: clamp(0.6875rem, 0.629rem + 0.24vw, 0.8125rem);
}

/*----------------------------------------------

page-back

---------------------------------------------*/
.page-back {
  padding: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

/*----------------------------------------------

site-header

---------------------------------------------*/
.site-header {
  width: 100%;
  max-width: 1240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  z-index: 100;
  position: fixed;
  left: 50%;
  top: 0;
  translate: -50%;
  background: #fff;
  text-align: center;
  transition-property: background-color, opacity, visibility, top;
  transition-duration: 0.2s;
}
.site-header__inner {
  margin: auto;
  transition: height 0.2s;
  box-sizing: border-box;
  display: grid;
  justify-content: start;
  align-items: stretch;
  grid-template-columns: auto;
  height: var(--sp-header);
  gap: 1em;
  background: transparent;
  padding: 0;
  background: #fff;
}
.site-header__logo {
  height: var(--sp-header);
  z-index: 1;
  margin-left: 10px;
}
.site-header__logo a {
  display: block;
  transition-property: opacity;
  transform-origin: 0.2s;
  width: 130px;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: max-width 0.2s;
}

.site-header__nav {
  margin-left: auto;
}

/*----------------------------------------------

header-nav

---------------------------------------------*/
.header-nav {
  width: 100%;
  background: #f09625;
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
  padding: 10px clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
  box-sizing: border-box;
  margin-inline: auto;
  translate: 0 -100%;
  z-index: 1;
}
._is-nav-transition .header-nav {
  transition-property: translate;
  transition-duration: 0.4s;
}

.header-nav::before {
  content: "";
  display: block;
  width: 10vw;
  aspect-ratio: 32/42;
  background: url(../../assets/images/nav_mark.svg) center/contain no-repeat;
}
[data-is-modal-opened] .header-nav {
  translate: 0;
}

.header-nav__items {
  list-style: none;
  display: grid;
  grid-auto-flow: rows;
  max-width: 640px;
  margin-inline: auto;
  margin-top: 10px;
  padding-bottom: 2em;
}
.header-nav__item {
  position: relative;
}
.header-nav__item:has(.header-sub-nav) > a {
  display: none;
}
.header-nav__item > a, .header-nav__item > span, .header-nav__item > button {
  display: block;
  border: none;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  transition-property: color;
  transition-duration: 0.2s;
  position: relative;
  line-height: 1;
  padding: 1em 0;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
.header-nav__item._contact > a, .header-nav__item._contact > span, .header-nav__item._contact > button {
  color: #f09625;
  background-color: #fff;
  position: relative;
  border-radius: 999vw;
  text-align: center;
  max-width: 210px;
  margin-top: 2em;
  margin-inline: auto;
}

.header-nav__item._contact > a::after, .header-nav__item._contact > span::after, .header-nav__item._contact > button::after {
  content: "";
  position: absolute;
  display: block;
  right: 1em;
  top: calc((100% - 10px) / 2);
  width: 10px;
  height: 10px;
  border: 1px solid #f09625;
  border-bottom: none;
  border-left: none;
  rotate: 45deg;
}
.header-nav__item[aria-current=page] a {
  color: #bfc5d4;
}

.header-nav__item[aria-current=page] a::before {
  transform: scale(1);
  transform-origin: left;
  background: #bfc5d4;
}

/*----------------------------------------------

header-sub-nav

---------------------------------------------*/
.overlay {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: calc(var(--vh) * 100);
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.2s;
}

[data-is-modal-opened] .overlay {
  visibility: visible;
  opacity: 1;
}

/*----------------------------------------------

header-sub-nav

---------------------------------------------*/
.header-sub-nav__items {
  list-style: none;
}
.header-sub-nav__item > a {
  display: block;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  text-decoration: none;
  color: #fff;
  padding: 0.75em 0.5em;
  text-align: left;
  line-height: 1;
}
.header-sub-nav__item > a::before {
  content: "・";
}
/*----------------------------------------------

drawer-open

---------------------------------------------*/
.drawer-open {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  top: calc((var(--sp-header) - 40px) / 2);
  z-index: 2;
}
.drawer-open__button {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  transition-property: transform, background-color, border-color;
  transition-duration: 0.2s;
  width: 100%;
  height: 100%;
  z-index: 20;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  outline: 0;
  border: 1px solid transparent;
  border-radius: 999vw;
}

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

[data-is-modal-opened] .drawer-open__button {
  border-color: #fff;
}
.drawer-open__icon {
  display: block;
  background: #000;
  width: 60%;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  margin: 0 auto;
}

[data-is-modal-opened] .drawer-open__icon {
  background: transparent;
}

.drawer-open__icon::before, .drawer-open__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  transform-origin: center;
  transition: all 0.2s;
}

.drawer-open__icon::before {
  top: -6px;
}

[data-is-modal-opened] .drawer-open__icon::before {
  background-color: #fff;
  top: 0;
  rotate: 45deg;
}

.drawer-open__icon::after {
  top: 6px;
}

[data-is-modal-opened] .drawer-open__icon::after {
  background-color: #fff;
  top: 0;
  rotate: -45deg;
}

/*----------------------------------------------

form-header

---------------------------------------------*/
.form-header {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.form-header__inner {
  margin: auto;
  transition: height 0.2s;
  box-sizing: border-box;
  display: grid;
  justify-content: start;
  align-items: center;
  grid-template-columns: auto;
  height: var(--sp-header);
  gap: 1em;
  background: transparent;
  padding: 0;
  background: #fff;
}
.form-header__logo {
  height: var(--sp-header);
  z-index: 1;
  margin-left: 10px;
}
.form-header__logo a {
  display: block;
  transition-property: opacity;
  transform-origin: 0.2s;
  width: 130px;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.form-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: max-width 0.2s;
}

/*----------------------------------------------

floating-nav

---------------------------------------------*/
.floating-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  background: #f09625;
  width: 100vw;
  padding: 0.25em;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
}
[data-is-footer-inview] .floating-nav, [data-is-modal-opened=true] .floating-nav {
  opacity: 0;
  visibility: hidden;
}

.floating-nav__items {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.floating-nav__item:not(:nth-of-type(3n)) {
  border-right: 1px solid #fff;
}

.floating-nav__item:nth-of-type(-n+3) {
  border-bottom: 1px solid #fff;
}

.floating-nav__link {
  text-decoration: none;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.5em;
  letter-spacing: 0.02em;
}

/*----------------------------------------------

site-footer

---------------------------------------------*/
.site-footer {
  background: linear-gradient(90deg, #ec6d3b 0%, #f2c846 100%);
  color: #fff;
  margin: 0 auto 0;
  padding: clamp(2rem, 1.0835rem + 3.76vw, 4rem) clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
  position: relative;
  z-index: 1;
}

.site-footer__inner {
  margin: auto;
  max-width: 1240px;
  position: relative;
}

.site-footer__contents {
  display: grid;
  gap: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) clamp(1rem, -0.2626rem + 5.18vw, 3.75rem);
  grid-template-columns: 1fr 1fr;
}
.site-footer__logo {
  max-width: 130px;
  width: auto;
}

/*----------------------------------------------

footer-logo

---------------------------------------------*/
.footer-logo__link {
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s;
  max-width: 120px;
}
.footer-logo__img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------

footer-nav

---------------------------------------------*/
.footer-nav {
  margin-top: -0.5em;
}

.footer-nav__items {
  list-style: none;
  display: inline-grid;
  grid-auto-flow: rows;
  grid-auto-rows: auto;
  gap: 0.2em;
}

.footer-nav__item a {
  display: block;
  padding: 0.2em 0.5em 0.2em 0;
  text-decoration: none;
  color: #fff;
  transition-property: color;
  transition-duration: 0.2s;
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
}

.footer-nav__item a::before {
  content: "・";
}
/*----------------------------------------------

footer-contact

---------------------------------------------*/
.footer-contact {
  border-top: 1px solid #fff;
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
  padding-top: clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
}
/*----------------------------------------------

footer-company

---------------------------------------------*/
.footer-company {
  font-size: clamp(0.8125rem, 0.754rem + 0.24vw, 0.9375rem);
}
/*----------------------------------------------

footer-note

---------------------------------------------*/
.footer-note {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: end;
  gap: 1em;
  margin-top: 1em;
}
.footer-note__link {
  font-size: clamp(0.625rem, 0.5104rem + 0.47vw, 0.875rem);
}

.footer-note__link a {
  text-decoration: none;
  color: #fff;
}

.footer-note__credit {
  font-size: clamp(0.625rem, 0.5397rem + 0.35vw, 0.8125rem);
}

/*----------------------------------------------

form-footer

---------------------------------------------*/
.form-footer {
  background: linear-gradient(90deg, #ec6d3b 0%, #f2c846 100%);
  color: #fff;
  margin: 0 auto 0;
  padding: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
  position: relative;
  z-index: 1;
  margin-top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * 2);
}

.form-footer__inner {
  margin: auto;
  max-width: 1240px;
  position: relative;
}

.form-footer__contents {
  display: grid;
  gap: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) clamp(1rem, -0.2626rem + 5.18vw, 3.75rem);
  grid-template-columns: 1fr auto;
}
.form-footer__company {
  display: grid;
  gap: 1em;
  grid-template-columns: auto 1fr;
  font-size: clamp(0.8125rem, 0.754rem + 0.24vw, 0.9375rem);
}
.form-footer__credit {
  display: block;
  text-align: right;
  font-size: clamp(0.625rem, 0.5397rem + 0.35vw, 0.8125rem);
}

/*----------------------------------------------

front-hero

---------------------------------------------*/
.front-hero {
  position: relative;
  padding: 0 clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.front-hero__inner {
  max-width: 1140px;
  margin-inline: auto;
  padding: clamp(5rem, 1.5583rem + 14.12vw, 12.5rem) 0 clamp(6.25rem, 3.3835rem + 11.76vw, 12.5rem);
  position: relative;
}

.front-hero__inner::before {
  content: "";
  position: absolute;
  width: 88px;
  aspect-ratio: 170/105;
  right: 10px;
  bottom: 5px;
  background: url(../../assets/images/illust_1.svg) center/contain no-repeat;
}
.front-hero__title {
  font-size: clamp(2.25rem, 1.2458rem + 4.12vw, 4.4375rem);
  color: #f09625;
  font-weight: 400;
  font-feature-settings: "palt";
}

.front-hero__lead {
  font-size: clamp(0.8125rem, 0.6687rem + 0.59vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1em;
}

.front-hero__banners {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.front-hero__banner {
  max-width: 240px;
  aspect-ratio: 340/48;
}
.front-hero__banner a {
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.front-hero__banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----------------------------------------------

page-scroll

---------------------------------------------*/
.page-scroll {
  position: absolute;
  left: 50%;
  bottom: -45px;
  height: 35px;
  translate: -50%;
  z-index: 1;
}
.page-scroll__text {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.14em;
  font-weight: 600;
}

.page-scroll__icon {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: calc((100% - 8px) / 2);
  rotate: 45deg;
  animation: arrowfade 2s infinite 0.5s;
}

.page-scroll__icon::before, .page-scroll__icon::after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 75%;
  top: 75%;
  animation: arrowfade 2s infinite 0.25s;
}

.page-scroll__icon::after {
  left: 150%;
  top: 150%;
  animation-delay: 0s;
}

/*----------------------------------------------

dots

---------------------------------------------*/
.front-hero {
  z-index: 0;
}

.front-hero .dots {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: calc(100% - 0px);
  z-index: -1;
}
.front-hero .dots__dot {
  background: center/contain no-repeat;
  position: absolute;
}

.front-hero .dots__dot._dot1 {
  aspect-ratio: 30/58;
  right: 55px;
  top: 36px;
  width: 18px;
  background-image: url(../../assets/images/dot_orange_2.svg);
}
.front-hero .dots__dot._dot2 {
  aspect-ratio: 1;
  display: none;
  background-image: url(../../assets/images/dot_blue.svg);
}
.front-hero .dots__dot._dot3 {
  aspect-ratio: 1;
  left: 32px;
  bottom: 20px;
  width: 18px;
  background-image: url(../../assets/images/dot_orange.svg);
}
.front-hero .dots__dot._dot4 {
  aspect-ratio: 30/58;
  display: none;
  background-image: url(../../assets/images/dot_purple_2.svg);
}
.front-hero .dots__dot._dot5 {
  aspect-ratio: 1;
  left: 157px;
  bottom: -15px;
  width: 32px;
  background-image: url(../../assets/images/dot_purple.svg);
}
.front-hero .dots__dot._dot6 {
  aspect-ratio: 1;
  left: 118px;
  top: 22px;
  width: 20px;
  background-image: url(../../assets/images/dot_blue.svg);
}
.front-hero .dots__dot._dot7 {
  aspect-ratio: 1;
  left: 418px;
  bottom: 60px;
  width: 30px;
  background-image: url(../../assets/images/dot_orange.svg);
}

#price {
  z-index: 0;
}

#price .dots {
  position: absolute;
  left: 50%;
  top: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  width: 100%;
  height: calc(100% - clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * 2);
  translate: -50%;
  z-index: -1;
}
#price .dots__dot {
  background: center/contain no-repeat;
  position: absolute;
}

#price .dots__dot._dot1 {
  aspect-ratio: 30/58;
  left: 20px;
  top: 260px;
  width: 18px;
  background-image: url(../../assets/images/dot_orange_2.svg);
}
#price .dots__dot._dot2 {
  aspect-ratio: 1;
  left: 50%;
  top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * 0.7);
  width: 21px;
  background-image: url(../../assets/images/dot_purple.svg);
}
#price .dots__dot._dot3 {
  aspect-ratio: 1;
  right: 24px;
  top: 70px;
  width: 21px;
  background-image: url(../../assets/images/dot_blue.svg);
}
#price .dots__dot._dot4 {
  aspect-ratio: 30/58;
  right: 20px;
  top: 330px;
  width: 18px;
  background-image: url(../../assets/images/dot_purple_2.svg);
}
#price .dots__dot._dot5 {
  aspect-ratio: 30/58;
  right: 26px;
  bottom: 250px;
  width: 18px;
  background-image: url(../../assets/images/dot_orange_2.svg);
}
#price .dots__dot._dot6 {
  aspect-ratio: 1;
  left: 23px;
  bottom: 160px;
  width: 18px;
  background-image: url(../../assets/images/dot_blue.svg);
}
#price .dots__dot._dot7 {
  aspect-ratio: 1;
  right: 42px;
  bottom: -5px;
  width: 36px;
  background-image: url(../../assets/images/dot_purple.svg);
}
#faq {
  z-index: 0;
}

#faq .dots {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  translate: -50%;
  z-index: -1;
}
#faq .dots__dot {
  background: center/contain no-repeat;
  position: absolute;
}

#faq .dots__dot._dot1 {
  aspect-ratio: 1;
  left: 50px;
  bottom: -5px;
  width: 26px;
  background-image: url(../../assets/images/dot_orange.svg);
}
#faq .dots__dot._dot2 {
  aspect-ratio: 30/58;
  left: calc(50% + 10px);
  top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * 0.5);
  width: 18px;
  background-image: url(../../assets/images/dot_blue_2.svg);
}
#faq .dots__dot._dot3 {
  aspect-ratio: 1;
  right: 20px;
  top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) + 45px);
  width: 22px;
  background-image: url(../../assets/images/dot_purple.svg);
}
/*----------------------------------------------

visual-slider

---------------------------------------------*/
#visual-slider {
  margin-top: 0;
}

.visual-slider {
  max-width: initial;
}

.visual-slider__slide {
  overflow: visible;
}
.visual-slider__wrapper {
  overflow: visible !important;
}

.visual-slider__image {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.visual-slider__caption {
  margin-top: 2em;
  font-size: clamp(0.625rem, 0.3374rem + 1.18vw, 1.25rem);
  padding-inline: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
  text-align: center;
}

/*----------------------------------------------

service

---------------------------------------------*/
#service {
  background: #f09625;
  border-radius: clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem);
  padding-block: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  margin-top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * -1);
  z-index: 1;
}

.service__header {
  color: #fff;
}

.service__contents {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
}

/*----------------------------------------------

service-list

---------------------------------------------*/
.service-list__items {
  display: grid;
  gap: clamp(0.75rem, -0.6272rem + 5.65vw, 3.75rem);
  list-style: none;
  counter-reset: number 0;
}
.service-list__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  border-radius: clamp(0.4375rem, 0.3522rem + 0.35vw, 0.625rem);
  overflow: hidden;
  position: relative;
  counter-increment: number 1;
}

.service-list__item::before, .service-list__item::after {
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  aspect-ratio: 1;
  width: 2.35em;
  height: 2.35em;
  border-radius: 999vw;
  box-sizing: border-box;
  font-size: clamp(0.84375rem, 0.6293rem + 0.88vw, 1.3125rem);
}

.service-list__item::before {
  content: "";
  background: #fff;
  border: 1px solid #f09625;
  display: grid;
  place-items: center;
}

.service-list__item::after {
  content: counter(number, decimal-leading-zero);
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  color: #f09625;
  top: 0.52em;
}

.service-list__figure {
  height: 100%;
}

.service-list__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-list__text {
  padding: clamp(0.875rem, 0.7019rem + 0.71vw, 1.25rem) clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
  line-height: 1.75;
}

.service-list__heading {
  font-size: clamp(0.875rem, 0.6751rem + 0.82vw, 1.3125rem);
  color: #f09625;
  font-weight: 500;
}

.service-list__note {
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
  font-weight: 500;
  margin-top: 0.5em;
}

.service-list__caption {
  font-size: clamp(0.6875rem, 0.6022rem + 0.35vw, 0.875rem);
  margin-top: 0.5em;
  text-indent: -1em;
  margin-left: 1em;
}

/*----------------------------------------------

concept

---------------------------------------------*/
#concept {
  background: #f2f2f2 url(../../assets/images/map_background.svg) center/cover no-repeat;
  padding-block: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * 2);
}

.concept__contents {
  display: grid;
  gap: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
}
.concept__heading {
  font-size: clamp(1.75rem, 1.2333rem + 2.12vw, 2.875rem);
}

.concept__lead {
  font-size: clamp(0.8125rem, 0.7272rem + 0.35vw, 1rem);
  line-height: 2.4;
  margin-top: clamp(0.9375rem, 0.5085rem + 1.76vw, 1.875rem);
}

.concept__lead p:not(:first-child) {
  margin-top: 2em;
}

.concept__figure {
  aspect-ratio: 500/540;
}

.concept__figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----------------------------------------------

price

---------------------------------------------*/
#price {
  background: #fff1d1;
  padding-block: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) + clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem));
  margin-top: 0;
  position: relative;
  z-index: 0;
}

#price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem));
  top: calc(clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem) * -1);
  left: 0;
  background: #fff1d1;
  z-index: -1;
}

#price::after {
  content: "";
  position: absolute;
  width: 80px;
  aspect-ratio: 146/100;
  right: 40px;
  top: clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem);
  background: url(../../assets/images/illust_7.svg) center/contain no-repeat;
}
.price {
  position: relative;
}

.price__contents {
  margin-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) * -1);
}
.price__sub-heading {
  text-align: center;
  font-size: clamp(1.125rem, 1.0665rem + 0.24vw, 1.25rem);
}

.price__caption {
  margin-top: clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
  max-width: 480px;
  box-sizing: border-box;
  text-align: center;
}
/*----------------------------------------------

monthly-fee

---------------------------------------------*/
.monthly-fee {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.monthly-fee__contents {
  margin-top: clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
  box-sizing: border-box;
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 32px);
}
.monthly-fee__items {
  display: grid;
  list-style: none;
  gap: clamp(0.75rem, 0.2332rem + 2.12vw, 1.875rem);
  margin-inline: auto;
  max-width: 480px;
  box-sizing: border-box;
}
.monthly-fee__item {
  border: 1px solid #f09625;
  background: #fff;
  border-radius: clamp(0.4375rem, 0.3522rem + 0.35vw, 0.625rem);
  text-align: center;
  padding-inline: 5px;
}

.monthly-fee__heading {
  color: #f09625;
  font-size: clamp(1.125rem, 0.9251rem + 0.82vw, 1.5625rem);
  border-bottom: 1px solid #f09625;
  padding-block: 0.5em;
}

.monthly-fee__price {
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 1.5em;
}

.monthly-fee__price ._prefix {
  color: #f09625;
  font-size: clamp(1.125rem, 0.8374rem + 1.18vw, 1.75rem);
  translate: 0 0.08em;
}

.monthly-fee__price ._price {
  color: #f09625;
  font-size: clamp(1.75rem, 1.4356rem + 1.29vw, 2.4375rem);
  font-weight: 500;
}

.monthly-fee__price ._suffix {
  font-size: clamp(0.875rem, 0.7019rem + 0.71vw, 1.25rem);
  translate: 0 0.2em;
}

.monthly-fee__caption {
  margin-block: 1em 1.5em;
  font-size: clamp(0.8125rem, 0.6687rem + 0.59vw, 1.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.monthly-fee__caption strong {
  font-size: clamp(1.125rem, 0.9519rem + 0.71vw, 1.5rem);
  color: #f09625;
  font-weight: 500;
}

/*----------------------------------------------

monthly-fee

---------------------------------------------*/
.initial-fee {
  margin-top: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 24px);
  padding-top: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 24px);
  border-top: 1px solid #f09625;
  position: relative;
}

.initial-fee::after {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../../assets/images/icon_plus.svg) center/contain no-repeat;
  position: absolute;
  left: calc(50% - 24px);
  top: -24px;
}

.initial-fee__contents {
  margin-top: clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
  border: 1px solid #f09625;
  background: #fff;
  line-height: 2;
  padding: 1.5em 1em;
  border-radius: clamp(0.4375rem, 0.3522rem + 0.35vw, 0.625rem);
  box-sizing: border-box;
  max-width: 1140px;
  margin-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 32px);
  box-sizing: border-box;
}
.initial-fee__note {
  text-align: center;
}

/*----------------------------------------------

monthly-fee

---------------------------------------------*/
.fee-example {
  margin-top: 0.5em;
}

.plan-option .fee-example {
  color: #f09625;
}

.fee-example__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
}

.fee-example__items::after {
  content: "など";
}

.fee-example__item::before {
  content: "・";
}

/*----------------------------------------------

spot-plan

---------------------------------------------*/
.spot-plan {
  margin-top: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 24px);
  padding-top: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 24px);
  border-top: 1px solid #f09625;
}

.spot-plan__contents {
  margin-top: clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
  line-height: 2;
  text-align: center;
  border: 1px solid #f09625;
  background: #fff;
  padding: 1.5em 1em 2em;
  border-radius: clamp(0.4375rem, 0.3522rem + 0.35vw, 0.625rem);
  box-sizing: border-box;
  max-width: 1140px;
  margin-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 32px);
  box-sizing: border-box;
}
.spot-plan__note strong {
  color: #f09625;
  font-weight: 500;
  text-align: center;
}

.spot-plan__price {
  font-size: clamp(1.75rem, 1.4356rem + 1.29vw, 2.4375rem);
  color: #f09625;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.5em;
}

.spot-plan__price ._prefix {
  font-size: clamp(1.125rem, 0.8959rem + 0.94vw, 1.625rem);
}

/*----------------------------------------------

plan-option

---------------------------------------------*/
.plan-option {
  margin-top: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 24px);
  padding-top: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 24px);
  border-top: 1px solid #f09625;
}

.plan-option__contents {
  margin-top: clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
  line-height: 2;
  text-align: center;
  border: 1px solid #f09625;
  background: #fff;
  padding: 1.5em 1em 2em;
  border-radius: clamp(0.4375rem, 0.3522rem + 0.35vw, 0.625rem);
  box-sizing: border-box;
  max-width: 1140px;
  margin-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 32px);
  box-sizing: border-box;
}
.plan-option__note strong {
  color: #f09625;
  font-weight: 500;
  text-align: center;
}

.plan-option__price {
  font-size: clamp(1.75rem, 1.4356rem + 1.29vw, 2.4375rem);
  color: #f09625;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.5em;
}

.plan-option__price ._prefix {
  font-size: clamp(1.125rem, 0.8959rem + 0.94vw, 1.625rem);
}

/*----------------------------------------------

demo

---------------------------------------------*/
#demo {
  background: #fdfcdf;
  padding-block: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  margin-top: 0;
  position: relative;
  z-index: 0;
}

#demo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem));
  top: calc(clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem) * -1);
  left: 0;
  background: #fdfcdf;
  z-index: -1;
}

.demo__contents {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
}

/*----------------------------------------------

demo-list

---------------------------------------------*/
.demo-list__items {
  list-style: none;
}

.demo-list__item {
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}
.demo-list__item._coming-soon {
  border: 1px dashed rgba(240, 150, 37, 0.4);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  display: grid;
  place-items: center;
}

.demo-list__message {
  text-transform: uppercase;
  color: rgba(240, 150, 37, 0.4);
}

.demo-list__body {
  padding: 1em;
}

.demo-list__qr {
  text-align: center;
  margin-top: 1em;
}
.demo-list__qr img {
  max-width: 100px;
}

.demo-list__buttons {
  text-align: center;
  margin-top: 1.5em;
}
.demo-list__link.button {
  min-width: 180px;
}

.demo-list .splide__track {
  overflow: visible;
}

/*----------------------------------------------

demo-list-tags

---------------------------------------------*/
.demo-list-tags__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
}

.demo-list-tags__item {
  color: #f09625;
  font-size: clamp(0.875rem, 0.8165rem + 0.24vw, 1rem);
}

.demo-list-tags__item::before {
  content: "#";
}

/*----------------------------------------------

faq

---------------------------------------------*/
#faq {
  position: relative;
  margin-top: 0;
  padding-block: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
}

#faq::before {
  content: "";
  position: absolute;
  width: 95px;
  aspect-ratio: 136/110;
  right: 30px;
  top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * 0.7);
  background: url(../../assets/images/illust_9.svg) center/contain no-repeat;
}
.faq__contents {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
  max-width: 850px;
  margin-inline: auto;
}

.faq-list__items {
  display: grid;
  gap: 0.5em;
}

.faq-list__q, .faq-list__a {
  font-size: clamp(0.8125rem, 0.7272rem + 0.35vw, 1rem);
  line-height: 1.75;
  padding: 1.2em;
}
.faq-list__q {
  padding-right: 3.5em;
  color: #fff;
  background: #f09625;
  transition-property: background-color;
  transition-duration: 0.2s;
  position: relative;
  cursor: pointer;
}
.faq-list__q::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 1.5em;
  top: calc((100% - 1em) * 0.5);
  rotate: 45deg;
  transition-property: rotate, top;
  transition-duration: 0.2s;
}

.faq-list__q[aria-expanded=true]::after {
  top: calc((100% - 1em) * 0.4);
  rotate: 135deg;
}

.faq-list__a {
  background: #fff1d1;
}

/*----------------------------------------------

contact-form

---------------------------------------------*/
#contact-form {
  margin-top: 0;
  background: #e5e5e5;
  padding-block: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
}

.contact-form {
  position: relative;
}

.contact-form::before {
  content: "";
  position: absolute;
  width: 124px;
  aspect-ratio: 210/200;
  right: 0;
  top: -40px;
  background: url(../../assets/images/illust_2.svg) center/contain no-repeat;
}
.contact-form__contents {
  max-width: 860px;
  margin-inline: auto;
}
.contact-form__header {
  position: static;
}
/*----------------------------------------------

form-contact

---------------------------------------------*/
#form-contact {
  background: #e5e5e5;
}

/*----------------------------------------------

page-form

---------------------------------------------*/
.page-form {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}
/*----------------------------------------------

calmap-form

---------------------------------------------*/
.calmap-form input[type=text],
.calmap-form input[type=email],
.calmap-form input[type=tel],
.calmap-form textarea {
  border: none;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  padding: 0.5em;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  transition-property: background-color, border-color;
  transition-duration: 0.2s;
}

.calmap-form input[type=text]#contact-name,
.calmap-form input[type=email]#contact-name,
.calmap-form input[type=tel]#contact-name,
.calmap-form textarea#contact-name {
  max-width: 360px;
}

.calmap-form input[type=text]:disabled, .calmap-form input[type=text]._disabled,
.calmap-form input[type=email]:disabled,
.calmap-form input[type=email]._disabled,
.calmap-form input[type=tel]:disabled,
.calmap-form input[type=tel]._disabled,
.calmap-form textarea:disabled,
.calmap-form textarea._disabled {
  background-color: #fff;
  opacity: 0.4;
}

.calmap-form input[type=text]._error,
.calmap-form input[type=email]._error,
.calmap-form input[type=tel]._error,
.calmap-form textarea._error {
  border-color: #f33c40;
  background: #fff1d1;
}
.calmap-form input[type=text]:-ms-input-placeholder, .calmap-form input[type=email]:-ms-input-placeholder, .calmap-form input[type=tel]:-ms-input-placeholder, .calmap-form textarea:-ms-input-placeholder {
  color: #c8c8c8;
}
.calmap-form input[type=text]::placeholder,
.calmap-form input[type=email]::placeholder,
.calmap-form input[type=tel]::placeholder,
.calmap-form textarea::placeholder {
  color: #c8c8c8;
}
.calmap-form textarea {
  height: 10em;
}

.calmap-form__item {
  margin-top: 2em;
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
}

.calmap-form__item._column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em;
}

.calmap-form__title {
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
}

.calmap-form__title::before {
  content: "・";
}

.calmap-form__title ._require {
  color: #f33c40;
  font-size: 75%;
  margin-left: 1em;
  font-weight: 600;
}

.calmap-form__elements {
  margin-top: 0.5em;
}

.calmap-form__buttons {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
  text-align: center;
}

/*----------------------------------------------

checkboxes

---------------------------------------------*/
.checkboxes {
  margin-top: 1em;
}

.checkboxes__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
}

.checkboxes__item._w100 {
  display: grid;
  gap: 1em;
  grid-template-columns: auto 1fr;
  flex-basis: 100%;
}

.checkboxes__label {
  display: grid;
  grid-template-columns: 1.25em auto;
  align-items: center;
  gap: 1em;
  cursor: pointer;
}
.checkboxes__label input[type=checkbox] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 2px;
  width: 1.25em;
  height: 1.25em;
  aspect-ratio: 1;
  background: #fff;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
  transition-property: border-color, background-color;
  transition-duration: 0.2s;
}
.checkboxes__label input[type=checkbox]:checked {
  background: #f09625 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOm5vbmU7fS5jbHMtMntzdHJva2U6I2ZmZjtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MS41cHg7fTwvc3R5bGU+PC9kZWZzPjxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyLjc1IDcuMzU3MyA2LjgxMjUgMTEuNDE5OCAxMy4yNSA0Ljk4MjMiLz48L3N2Zz4=") center/contain no-repeat;
  border-color: #f09625;
}
._error .checkboxes__label input[type=checkbox] {
  border-color: #f33c40;
  background: #fff1d1;
}
/*----------------------------------------------

form-confirm

---------------------------------------------*/
#form-confirm {
  margin-bottom: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
}

#form-confirm .section-header {
  text-align: center;
}

.form-confirm__contents {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
  max-width: 860px;
  margin-inline: auto;
}

.form-confirm__lead {
  text-align: center;
}

.form-confirm__table {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-collapse: collapse;
  line-height: 1.75;
}

.form-confirm__head, .form-confirm__data {
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  padding: 1.5em 0.5em;
}

.form-confirm__head {
  width: 30%;
  color: #999;
}

.form-confirm__data {
  width: 70%;
}

.form-confirm__buttons {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}

/*----------------------------------------------

form-message

---------------------------------------------*/
#form-message {
  margin-block: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  min-height: 40vh;
  display: grid;
  place-items: center;
}

.form-message__contents {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
  max-width: 860px;
  margin-inline: auto;
}

.form-message__header {
  text-align: center;
}

.form-message__heading {
  font-size: clamp(1rem, 0.9415rem + 0.24vw, 1.125rem);
  margin-top: 1em;
  color: #323232;
  text-align: center;
}

.form-message__heading--eng {
  font-weight: 600;
  font-size: clamp(1.875rem, 1.5874rem + 1.18vw, 2.5rem);
  line-height: 1;
  color: #323232;
}

.form-message__body {
  text-align: center;
  line-height: 1.75;
  font-size: clamp(0.875rem, 0.8165rem + 0.24vw, 1rem);
}

.form-message__buttons {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}

.form-message__buttons .button {
  max-width: 360px;
}

/*----------------------------------------------

form-error

---------------------------------------------*/
.form-error {
  background: #f00;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  color: #fff;
  margin-top: 14px;
}

.form-error._hide {
  display: none;
}

.form-error::before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 8px solid #f00;
  position: absolute;
  display: block;
  left: 20px;
  top: -14px;
}

/*----------------------------------------------

error-notification

---------------------------------------------*/
.error-notification {
  border: 2px solid #f00;
  background-color: #fff;
  padding: 10px;
  color: #f00;
  margin-top: 40px;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
}

.error-notification._hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*----------------------------------------------

contact-messages

---------------------------------------------*/
.contact-messages {
  margin: 40px auto 0;
}
.contact-messages__head {
  margin: 0;
}
.contact-messages__body {
  margin: 20px auto 0;
}
.contact-messages__body p {
  margin: 0;
  line-height: 2;
}

.contact-messages__buttons {
  margin: 20px auto 0;
}
/*----------------------------------------------

mail-debug

---------------------------------------------*/
.mail-debug {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.mail-debug__title {
  color: red;
  font-size: 2rem;
}

.mail-debug__note {
  color: red;
}

.mail-debug__group {
  margin-top: 2rem;
}

.mail-debug__name {
  font-size: 1.5rem;
  margin-top: 1em;
}

.mail-debug__sub-title {
  background: #000;
  color: #fff;
  font-size: 1rem;
  padding: 0.5em;
}

.mail-debug__contents {
  border: 1px solid #d2d2d2;
  line-height: 1.8;
  font-family: sans-serif;
}

.mail-debug__head {
  margin-top: 0;
  padding: 1.5rem;
}

.mail-debug__head-item span {
  color: #999;
  margin-right: 0.5em;
}

.mail-debug__to {
  background: #000;
  color: #fff;
  margin: 20px 0 0;
  padding: 10px;
}

.mail-debug__body {
  font-family: sans-serif;
  border-top: 1px solid #d2d2d2;
  padding: 1.5rem;
  margin: 0 auto;
  white-space: pre-wrap;
  background: #fff;
}

/*----------------------------------------------

debug-note

---------------------------------------------*/
.debug-note {
  opacity: 0.7;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  margin: auto;
  padding: 20px 10px;
  color: #fff;
  border: 2px solid red;
  text-align: center;
  font-family: "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: red;
  z-index: 100;
}

/*----------------------------------------------

buttons

---------------------------------------------*/
.button {
  border: none;
  display: inline-grid;
  grid-template-columns: 1fr 1em;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: clamp(0.875rem, 0.8165rem + 0.24vw, 1rem);
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 1em 0.5em 1em 1.5em;
  text-decoration: none;
  transition-property: color, background-color, border-color, opacity;
  transition-duration: 0.2s;
  min-width: 160px;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  z-index: 0;
  background: #ec6d3b;
  cursor: pointer;
}
.button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f09625 left/101%;
  z-index: -1;
  transition-property: opacity;
  transition-duration: 0.2s;
}

.button span {
  text-align: center;
}
.button._back {
  grid-template-columns: 1em 1fr;
  padding: 1em 1.5em 1em 0.5em;
}
.button._back::before {
  background: #c8c8c8;
}
.button._top {
  grid-template-columns: 1em 1fr;
  padding: 1em 1.5em 1em 0.5em;
}
.button__icon {
  width: 1em;
  height: 1em;
  overflow: hidden;
  margin-left: auto;
}

.button__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/icon_arrow_next_white.svg) center/contain no-repeat;
  transition-property: background;
  transition-duration: 0.2s;
}

._top .button__icon::before, ._back .button__icon::before {
  rotate: 180deg;
}

/*----------------------------------------------

about-illust

---------------------------------------------*/
.cut-illust {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}

.cut-illust__item {
  position: absolute;
  background: center/contain no-repeat;
  display: block;
}

.cut-illust__item img {
  width: 100%;
  height: auto;
}

.map-illust .cut-illust__item, .how-to-use-illust .cut-illust__item, .form-request-illust .cut-illust__item, .form-contact-illust .cut-illust__item {
  display: none;
}
.cut-illust__item._illust1 {
  width: 90px;
  aspect-ratio: 170/105;
  right: 6em;
  top: -35px;
}
.cut-illust__item._illust2 {
  width: 210px;
  aspect-ratio: 210/200;
  left: 19em;
  top: 3.5em;
}

.cut-illust__item._illust3 {
  width: 220px;
  aspect-ratio: 570/470;
  right: 9em;
  bottom: -80px;
}
.cut-illust__item._illust4 {
  width: 145px;
  aspect-ratio: 320/382;
  left: 10em;
  top: -3em;
}
.cut-illust__item._illust5 {
  width: 90px;
  aspect-ratio: 220/170;
}
.cut-illust__item._illust6 {
  width: 70px;
  aspect-ratio: 134/200;
  left: 6em;
  top: -50px;
}
.cut-illust__item._illust7 {
  width: 90px;
  aspect-ratio: 146/110;
}
.cut-illust__item._illust8 {
  width: 90px;
  aspect-ratio: 140/110;
}
.cut-illust__item._illust9 {
  width: 90px;
  aspect-ratio: 136/110;
}
.cut-illust__item._illust10 {
  width: 90px;
  aspect-ratio: 116/110;
}
/*----------------------------------------------

map-illust

---------------------------------------------*/
/*----------------------------------------------

banners

---------------------------------------------*/
.banners {
  margin-top: 10px;
}
.banners__items {
  list-style: none;
}

.banners__item {
  max-width: 245px;
  margin-inline: auto;
}
.banners__item a {
  display: block;
}

/*----------------------------------------------

about

---------------------------------------------*/
#about {
  margin-top: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) + 55px);
  background: #fff1d1;
  padding: clamp(2rem, 1.0835rem + 3.76vw, 4rem) clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  font-size: clamp(0.75rem, 0.5769rem + 0.71vw, 1.125rem);
}
.about {
  position: relative;
  z-index: 1;
}

.about__contents {
  text-align: center;
}

.about__heading {
  font-weight: 600;
  font-size: clamp(1.4375rem, 0.7769rem + 2.71vw, 2.875rem);
  padding: clamp(2rem, 1.0835rem + 3.76vw, 4rem) 0;
  margin-inline: -0.5em;
}

.about__lead {
  line-height: 2.6;
}
/*----------------------------------------------

how-to-use

---------------------------------------------*/
#how-to-use {
  background: #e5e5e5;
  border-radius: clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem);
  padding-block: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  margin-top: calc(clamp(2.5rem, 0.7791rem + 7.06vw, 6.25rem) * -1);
  z-index: 1;
}

.how-to-use::before {
  content: "";
  position: absolute;
  width: 90px;
  aspect-ratio: 140/100;
  right: 5px;
  top: 0;
  background: url(../../assets/images/illust_8.svg) center/contain no-repeat;
}
/*----------------------------------------------

use-flow

---------------------------------------------*/
.use-flow {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.use-flow__contents {
  margin-inline: auto;
  max-width: 480px;
}
.use-flow__figure {
  background: #fff;
  overflow: hidden;
  border-radius: 7px;
}
/*----------------------------------------------

gps-permission

---------------------------------------------*/
/*----------------------------------------------

_user-guide

---------------------------------------------*/
._user-guide {
  background: #fff1d1;
}

._user-guide.page-container {
  padding-top: 0;
}

/*----------------------------------------------

user-guide-header

---------------------------------------------*/
.user-guide-header {
  background: #fff;
  padding: clamp(0.625rem, 0.3374rem + 1.18vw, 1.25rem) clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.user-guide-header__logo {
  max-width: 180px;
  margin-inline: auto;
  padding-right: 1em;
}
.user-guide-header__logo a {
  display: block;
}

.user-guide-header__text {
  margin-inline: auto;
  color: #f09625;
  text-align: center;
  font-size: clamp(1rem, 0.8269rem + 0.71vw, 1.375rem);
  font-weight: 600;
}

/*----------------------------------------------

user-guide-title

---------------------------------------------*/
.user-guide-title {
  text-align: center;
}

.user-guide-title__heading {
  background: #f09625;
  color: #fff;
  font-size: clamp(1.125rem, 0.9251rem + 0.82vw, 1.5625rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 999vw;
  min-width: 180px;
}
/*----------------------------------------------

basic-operation

---------------------------------------------*/
.basic-operation__contents {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

/*----------------------------------------------

column-list

---------------------------------------------*/
.column-list__items {
  display: grid;
  gap: clamp(0.75rem, -0.6272rem + 5.65vw, 3.75rem);
  list-style: none;
}
.column-list__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  border-radius: clamp(0.4375rem, 0.3522rem + 0.35vw, 0.625rem);
  overflow: hidden;
}

.column-list__figure {
  height: 100%;
}

.column-list__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-list__text {
  padding: clamp(0.875rem, 0.7019rem + 0.71vw, 1.25rem) clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
  line-height: 1.75;
}

.column-list__heading {
  font-size: clamp(0.875rem, 0.6751rem + 0.82vw, 1.3125rem);
  color: #f09625;
  font-weight: 500;
}

.column-list__note {
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
  font-weight: 500;
  margin-top: 0.5em;
}

.column-list__caption {
  font-size: clamp(0.6875rem, 0.6022rem + 0.35vw, 0.875rem);
  margin-top: 0.5em;
  text-indent: -1em;
  margin-left: 1em;
}

/*----------------------------------------------

permission-gps

---------------------------------------------*/
.permission-gps__contents {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.permission-gps__lead {
  text-align: center;
  font-size: clamp(1rem, 0.9415rem + 0.24vw, 1.125rem);
  line-height: 2;
}

/*----------------------------------------------

gps-operation-nav

---------------------------------------------*/
.gps-operation-nav {
  margin-top: 1em;
}

.gps-operation-nav__items {
  text-align: center;
  list-style: none;
  font-size: clamp(1rem, 0.9415rem + 0.24vw, 1.125rem);
}

.gps-operation-nav__item a {
  color: #f09625;
}

.gps-operation-nav__item:not(:first-child) {
  margin-top: 0.5em;
}

/*----------------------------------------------

gps-manual

---------------------------------------------*/
.gps-manual {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
}

.gps-manual__heading {
  border: 1px solid #f09625;
  background: #fff;
  text-align: center;
  font-size: clamp(1rem, 0.8854rem + 0.47vw, 1.25rem);
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  font-weight: 500;
}

.gps-manual__sub-heading {
  border-top: 1px dashed #f09625;
  border-bottom: 1px dashed #f09625;
  font-size: clamp(1rem, 0.8854rem + 0.47vw, 1.25rem);
  color: #f09625;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 500;
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
}
.gps-manual__contents {
  margin-top: 0;
}

/*----------------------------------------------

gps-step

---------------------------------------------*/
.gps-step__items {
  list-style: none;
}

.gps-step__item {
  margin-top: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}

.gps-step__heading {
  color: #f09625;
  text-align: center;
  font-size: clamp(1.25rem, 1.1915rem + 0.24vw, 1.375rem);
  font-weight: 600;
}

.gps-step__lead {
  text-align: center;
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.8522rem + 0.35vw, 1.125rem);
  line-height: 2;
  margin-top: 0.5em;
}

.gps-step__lead br {
  display: none;
}
.gps-step__caputures {
  margin-top: clamp(1rem, 0.7709rem + 0.94vw, 1.5rem);
}

/*----------------------------------------------

gps-step

---------------------------------------------*/
.step-captures {
  margin-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) * -1);
}
.step-captures__items {
  list-style: none;
}
.step-captures .splide__pagination {
  margin-top: clamp(2rem, 1.0835rem + 3.76vw, 4rem);
  position: relative;
  bottom: 10px;
}

.step-captures .splide__pagination__page {
  border-radius: 999vw;
  width: 10px;
  height: 10px;
  background: #f2c846;
  transition-property: width, background-color;
  transition-duration: 0.2s;
  margin: 4px;
}

.step-captures .splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1);
  background: #ec6d3b;
}

/*----------------------------------------------

user-guide-footer

---------------------------------------------*/
.user-guide-footer {
  background: #fff;
  margin-top: clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
}

.user-guide-footer__inner {
  padding: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
}
.user-guide-footer__logo {
  max-width: 180px;
  margin-inline: auto;
  padding-right: 2em;
}
.user-guide-footer__to-home {
  font-size: clamp(0.75rem, 0.6354rem + 0.47vw, 1rem);
  text-align: center;
  margin-top: 0.5em;
}
.user-guide-footer__credit {
  display: block;
  text-align: center;
  margin-inline: auto;
  text-align: center;
  margin-top: 2em;
}
/*----------------------------------------------

privacy-policy

---------------------------------------------*/
.privacy-policy {
  max-width: 840px;
}

.privacy-policy__contents {
  padding-block: clamp(2rem, 1.0835rem + 3.76vw, 4rem) clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem);
  font-size: clamp(0.875rem, 0.8165rem + 0.24vw, 1rem);
  line-height: 1.75;
}

.privacy-policy__section {
  margin-top: 1.75em;
}

.privacy-policy__section p {
  margin-top: 0.875em;
}

.privacy-policy__section p._caption {
  font-size: clamp(0.75rem, 0.6915rem + 0.24vw, 0.875rem);
}

.privacy-policy__heading {
  font-size: clamp(1.125rem, 1.0665rem + 0.24vw, 1.25rem);
  font-weight: 600;
  color: #f09625;
}

.privacy-policy__update {
  display: block;
  text-align: right;
  margin-top: 3.5em;
}

@media only screen and (min-width: 768px){
  .u-middle-below {
    display: none;
  }
  .u-middle-over {
    display: initial;
  }
  .header-nav__items {
    margin-top: 0;
  }
  .header-nav__item > a, .header-nav__item > span, .header-nav__item > button {
    padding: 1em 0;
  }
  .header-sub-nav__item > a {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    padding: 1em 0.5em;
  }
  .site-footer__contents {
    grid-template-columns: auto 1fr;
    grid-template-rows: none;
    align-items: start;
    gap: 0 clamp(1rem, -0.2626rem + 5.18vw, 3.75rem);
  }
  .footer-logo__link {
    max-width: 170px;
  }
  .footer-contact {
    display: flex;
    justify-content: space-between;
  }
  .footer-company {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    gap: 1em;
  }
  .footer-company__address br {
    display: none;
  }
  .footer-note {
    margin-top: 0;
  }
  .form-footer__contents {
    grid-template-rows: none;
    align-items: start;
    gap: 0 clamp(1rem, -0.2626rem + 5.18vw, 3.75rem);
  }
  .form-footer__company-address br {
    display: none;
  }
  .front-hero__inner::before {
    width: 170px;
    right: 10em;
    bottom: 1em;
  }
  .front-hero__banner {
    max-width: 340px;
  }
  .page-scroll {
    bottom: -50px;
  }
  .front-hero .dots {
    left: 50%;
    top: 60px;
    width: 1280px;
    height: calc(100% - 60px);
    translate: -50%;
  }
  .front-hero .dots__dot._dot1 {
    right: 355px;
    top: -20px;
    width: 30px;
  }
  .front-hero .dots__dot._dot2 {
    display: block;
    right: 135px;
    top: 180px;
    width: 52px;
  }
  .front-hero .dots__dot._dot3 {
    left: initial;
    right: 0;
    bottom: initial;
    top: 275px;
    width: 30px;
  }
  .front-hero .dots__dot._dot4 {
    display: block;
    left: 0;
    bottom: 20px;
    width: 30px;
  }
  .front-hero .dots__dot._dot5 {
    left: initial;
    right: 472px;
    bottom: -25px;
    width: 53px;
  }
  .front-hero .dots__dot._dot6 {
    left: 270px;
    top: 0;
    width: 30px;
  }
  #price .dots {
    max-width: 1240px;
    min-width: 1000px;
  }
  #price .dots__dot._dot1 {
    left: -5px;
    top: 260px;
    width: 30px;
  }
  #price .dots__dot._dot2 {
    left: 387px;
    top: 20px;
    width: 30px;
  }
  #price .dots__dot._dot3 {
    right: 94px;
    top: 100px;
    width: 30px;
  }
  #price .dots__dot._dot4 {
    right: -10px;
    top: 460px;
    width: 30px;
  }
  #price .dots__dot._dot5 {
    right: 94px;
    bottom: 204px;
    width: 30px;
  }
  #price .dots__dot._dot6 {
    left: 60px;
    bottom: 100px;
    width: 30px;
  }
  #price .dots__dot._dot7 {
    display: none;
  }
  #faq .dots {
    max-width: 1240px;
    min-width: 1000px;
  }
  #faq .dots__dot._dot1 {
    bottom: initial;
    left: 20px;
    top: 274px;
    width: 52px;
  }
  #faq .dots__dot._dot2 {
    left: calc(50% + 10px);
    top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) + 30px);
    width: 30px;
  }
  #faq .dots__dot._dot3 {
    top: initial;
    right: 88px;
    bottom: 150px;
    width: 36px;
  }
  .visual-slider__slide {
    margin-inline: 5vw;
  }
  .visual-slider__image {
    border-radius: 10px;
  }
  .service-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .concept__contents {
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem);
    align-items: center;
    padding-inline: 20px;
  }
  #price::after {
    width: 146px;
    right: initial;
    left: calc(50% + 230px);
    top: 10px;
  }
  .price__contents {
    margin-inline: min(0px, (100vw - 1140px) * -0.5);
  }
  .price__caption {
    max-width: initial;
  }
  .monthly-fee__contents {
    padding-inline: 0;
  }
  .monthly-fee__items {
    margin-inline: auto;
  }
  .initial-fee__contents {
    max-width: 850px;
    margin-inline: auto;
  }
  .spot-plan__contents {
    max-width: 850px;
    margin-inline: auto;
  }
  .plan-option__contents {
    max-width: 850px;
    margin-inline: auto;
  }
  .demo-list__item {
    border-radius: 10px;
  }
  .demo-list__qr {
    margin-top: 1.5em;
  }
  .demo-list__buttons {
    margin-top: 2em;
  }
  #faq::before {
    width: 136px;
    right: initial;
    left: calc(50% + 340px);
    top: calc(clamp(3.125rem, 2.0354rem + 4.47vw, 5.5rem) * 0.5);
  }
  .faq-list__q, .faq-list__a {
    padding: 1.5em;
  }
  .contact-form::before {
    width: 180px;
    right: 0;
    top: calc((clamp(2rem, 1.0835rem + 3.76vw, 4rem) + 20px) * -1);
  }
  .checkboxes__label {
    grid-template-columns: 1.5em auto;
    gap: 0.5em;
  }
  .checkboxes__label input[type=checkbox] {
    width: 1.5em;
    height: 1.5em;
  }
  .contact-messages {
    margin: 40px auto 0;
  }
  .contact-messages__head {
    text-align: center;
  }
  .contact-messages__body {
    margin: 40px auto 0;
    text-align: center;
  }
  .contact-messages__buttons {
    margin: 40px auto 0;
  }
  .button {
    min-width: clamp(13.125rem, 11.9769rem + 4.71vw, 15.625rem);
    padding: 1em 0.5em 1em 2em;
  }
  .button._back {
    padding: 1em 2em 1em 0.5em;
  }
  .button._top {
    padding: 1em 2em 1em 0.5em;
  }
  .map-illust .cut-illust__item, .how-to-use-illust .cut-illust__item, .form-request-illust .cut-illust__item, .form-contact-illust .cut-illust__item {
    display: block;
  }
  .cut-illust__item._illust1 {
    width: 170px;
    right: 24em;
    top: -80px;
  }
  .cut-illust__item._illust3 {
    width: 570px;
    right: 17em;
    top: calc(50% - 200px);
    bottom: auto;
  }
  .cut-illust__item._illust4 {
    width: 320px;
    left: 18em;
    top: auto;
    bottom: 0;
  }
  .cut-illust__item._illust5 {
    width: 220px;
    right: 24em;
    top: -90px;
  }
  .cut-illust__item._illust6 {
    width: 134px;
    left: 25em;
    top: -120px;
  }
  .cut-illust__item._illust7 {
    width: 146px;
    right: 18em;
    top: -10px;
  }
  .cut-illust__item._illust8 {
    width: 140px;
    left: 18em;
    top: -10px;
  }
  .cut-illust__item._illust9 {
    width: 136px;
    left: 16em;
    top: 20px;
  }
  .cut-illust__item._illust10 {
    width: 136px;
    right: 16em;
    top: -10px;
  }
  .banners {
    margin-top: 20px;
  }
  .banners__item {
    max-width: 400px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  #about {
    margin-top: 50px;
  }
  .about__lead {
    letter-spacing: 0.1em;
  }
  .how-to-use::before {
    width: 146px;
    right: 0;
    top: -1em;
  }
  .use-flow__contents {
    max-width: initial;
    padding-inline: 0;
  }
  .use-flow__figure {
    border-radius: 10px;
  }
  .user-guide-header__logo {
    max-width: 340px;
    padding-right: 2em;
  }
  .user-guide-title__heading {
    min-width: 350px;
  }
  .column-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .gps-manual__sub-heading br {
    display: none;
  }
  .gps-step__lead br {
    display: block;
  }
  .step-captures {
    max-width: 1040px;
    margin-inline: auto;
  }
  .step-captures__items {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(0.75rem, -0.6272rem + 5.65vw, 3.75rem);
  }
  .step-captures__item {
    flex-basis: calc((100% - clamp(0.75rem, -0.6272rem + 5.65vw, 3.75rem) * 3) / 4);
  }
  .user-guide-footer__inner {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto 1fr;
    gap: 1em;
  }
  .user-guide-footer__logo {
    padding-right: 0;
  }
  .user-guide-footer__to-home {
    margin-top: 0;
  }
  .user-guide-footer__credit {
    margin-top: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    text-align: right;
  }
}

@media only screen and (hover: hover) and (min-width: 960px){
  .header-nav__item._contact > a:hover, .header-nav__item._contact > span:hover, .header-nav__item._contact > button:hover {
    color: #fff;
  }
  .header-nav__item._contact > a:hover::before, .header-nav__item._contact > span:hover::before, .header-nav__item._contact > button:hover::before {
    opacity: 0;
  }
  .header-nav__item:hover .header-sub-nav {
    opacity: 1;
    visibility: visible;
    translate: -50% 0;
  }
  .header-sub-nav__item > a:hover {
    color: #f2c846;
  }
}

@media only screen and (min-width: 960px){
  .u-large-below {
    display: none;
  }
  .u-large-over {
    display: initial;
  }
  .page-container {
    padding: calc(var(--pc-header) + 20px) 0 0;
  }
  .page-container._gps {
    padding-top: 0;
  }
  .site-header {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 999vw;
    width: calc(100% - clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem));
    top: 50px;
  }
  [data-is-header-narrow] .site-header {
    top: 20px;
  }
  .site-header__inner {
    align-items: center;
    grid-template-columns: auto auto;
    justify-content: space-between;
    height: var(--pc-header);
    background: transparent;
  }
  .site-header__logo {
    display: grid;
    margin-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) / 2) 0;
  }
  .site-header__logo a {
    width: 15vw;
    max-width: 170px;
  }
  .header-nav {
    -webkit-margin-end: 1em;
            margin-inline-end: 1em;
    display: block;
    overflow: initial;
    padding: 0;
    position: relative;
    top: initial;
    width: auto;
    height: auto;
    background: transparent;
    translate: 0;
    z-index: 1;
  }
  .header-nav::before {
    content: none;
  }
  .header-nav__items {
    max-width: initial;
    margin-inline: 0;
    padding: 0;
    grid-template-columns: initial;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .header-nav__item {
    border: none;
  }
  .header-nav__item._sp-only {
    display: none;
  }
  .header-nav__item:has(.header-sub-nav) > a {
    display: block;
  }
  .header-nav__item > a, .header-nav__item > span, .header-nav__item > button {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    height: 100%;
    letter-spacing: 0.06em;
    color: #000;
    border: none;
    padding: 0.75em clamp(0.625rem, -0.875rem + 2.5vw, 1rem);
    text-align: center;
  }
  .header-nav__item._contact {
    margin-left: 1em;
    align-self: stretch;
  }
  .header-nav__item._contact > a::after, .header-nav__item._contact > span::after, .header-nav__item._contact > button::after {
    content: none;
  }
  .header-nav__item._contact > a, .header-nav__item._contact > span, .header-nav__item._contact > button {
    margin: 0;
    max-width: initial;
    color: #fff;
    text-align: left;
    align-self: stretch;
    padding: 1em 3em;
    position: relative;
    z-index: 0;
    background: #ec6d3b;
    display: grid;
    place-items: center;
    font-weight: 600;
  }
  .header-nav__item._contact > a::before, .header-nav__item._contact > span::before, .header-nav__item._contact > button::before {
    content: "";
    background: linear-gradient(90deg, #ec6d3b 0%, #f2c846 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: 0.2s;
    z-index: -1;
  }
  .header-sub-nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 16px;
    translate: -50% -10%;
    transition-property: opacity, visibility, translate;
    transition-duration: 0.2s;
    z-index: 1;
  }
  .header-sub-nav__items {
    width: -webkit-max-content;
    width: max-content;
    background: #f09625;
    padding: 1em 1.25em;
    position: relative;
  }
  .header-sub-nav__items::after {
    content: "";
    width: 14px;
    height: 13px;
    background: #f09625;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    top: -12px;
    left: calc((100% - 14px) / 2);
  }
  .header-sub-nav__item > a {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    border-bottom: 1px solid #fff;
    padding: 1em 1em;
    transition-property: color;
    transition-duration: 0.2s;
    text-align: center;
  }
  .header-sub-nav__item > a::before {
    content: none;
  }
  .header-sub-nav__item:first-of-type > a {
    border-top: 1px solid #fff;
  }
  .drawer-open {
    display: none;
  }
  .form-header__inner {
    height: var(--pc-header);
    background: transparent;
  }
  .form-header__logo {
    display: grid;
    margin-inline: calc(clamp(1.5rem, 1.0418rem + 1.88vw, 2.5rem) / 2) 0;
  }
  .form-header__logo a {
    width: 15vw;
    max-width: 170px;
  }
  .floating-nav {
    display: none;
  }
  .front-hero .dots__dot._dot1 {
    top: 0;
  }
  .front-hero .dots__dot._dot6 {
    top: 30px;
  }
  .concept__contents {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 50px;
  }
  .monthly-fee__items {
    max-width: 960px;
    padding-inline: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1200px){
  .contact-form::before {
    width: 210px;
    right: initial;
    left: 0;
    top: 8em;
  }
  .contact-form__contents {
    max-width: 620px;
  }
  .contact-form__header {
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-form {
    margin-top: 0;
  }
}

@media (hover: hover){
  a:hover {
    text-decoration: none;
  }
  .site-header__logo a:hover {
    opacity: 0.7;
  }
  .header-nav__item:hover > a, .header-nav__item:hover > span, .header-nav__item:hover > button {
    color: #ec6d3b;
  }
  .drawer-open__button:hover {
    cursor: pointer;
  }
  .drawer-open__button:hover .drawer-open__icon::before {
    translate: 0 -2px;
  }
  [data-is-modal-opened] .drawer-open__button:hover .drawer-open__icon::before {
    translate: 0;
    rotate: 45deg;
    width: 120%;
    left: -10%;
    top: 0 !important;
  }
  .drawer-open__button:hover .drawer-open__icon::after {
    translate: 0 2px;
  }
  [data-is-modal-opened] .drawer-open__button:hover .drawer-open__icon::after {
    translate: 0;
    rotate: -45deg;
    width: 120%;
    left: -10%;
    top: 0 !important;
  }
  .form-header__logo a:hover {
    opacity: 0.7;
  }
  .footer-logo__link:hover {
    opacity: 0.7;
  }
  .footer-nav__item a:hover {
    color: #f2c846;
  }
  .front-hero__banner a:hover {
    opacity: 0.7;
  }
  .faq-list__q:hover {
    background: #ec6d3b;
  }
  .calmap-form input[type=text]._error:hover,
  .calmap-form input[type=email]._error:hover,
  .calmap-form input[type=tel]._error:hover,
  .calmap-form textarea._error:hover {
    border-color: #f09625;
  }
  .calmap-form input[type=text]:hover,
  .calmap-form input[type=email]:hover,
  .calmap-form input[type=tel]:hover,
  .calmap-form textarea:hover {
    border-color: #c8c8c8;
  }
  .checkboxes__label input[type=checkbox]:hover {
    border-color: #c8c8c8;
  }
  .checkboxes__label input[type=checkbox]:checked:hover {
    border-color: #ec6d3b;
  }
  ._error .checkboxes__label input[type=checkbox]:hover {
    border-color: #f09625;
  }
  .button:hover::before {
    opacity: 0;
  }
  .button:hover .button__icon::before {
    animation: arrownext 0.6s;
  }
  .button._back:hover {
    background: #ec6d3b;
  }
}