html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  line-height: 0;
}

button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  width: 100%;
  letter-spacing: 0;
  line-height: 1.8;
  font-family: Noto Sans JP, sans-serif;
  font-kerning: normal;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}

img,
svg,
object,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img {
  pointer-events: none;
}

ul,
ol {
  list-style-position: inside;
}

a {
  display: inline-block;
}

:target {
  scroll-margin-top: var(--header);
}

::-moz-placeholder {
  color: #a0a0a0;
}

::placeholder {
  color: #a0a0a0;
}

.l-container {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}

* {
  --header: 75px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-main {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.c-container--lg {
  max-width: 1200px;
}
.c-container--sm {
  max-width: 780px;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid__auto {
  flex: 0 1 auto;
}
.c-grid__fixed {
  flex: 0 0 auto;
}
.c-grid__1 {
  width: 8.33%;
}
.c-grid__2 {
  width: 16.66%;
}
.c-grid__3 {
  width: 25%;
}
.c-grid__4 {
  width: 33.33%;
}
.c-grid__5 {
  width: 41.66%;
}
.c-grid__6 {
  width: 50%;
}
.c-grid__7 {
  width: 58.33%;
}
.c-grid__8 {
  width: 66.66%;
}
.c-grid__9 {
  width: 75%;
}
.c-grid__10 {
  width: 83.33%;
}
.c-grid__11 {
  width: 91.66%;
}
.c-grid__12 {
  width: 100%;
}
.c-grid__1of5 {
  width: 20%;
}
.c-grid__1of7 {
  width: 14.285%;
}
.c-gutter--none {
  margin-top: -0;
  margin-left: -0;
}
.c-gutter--none > * {
  padding-top: 0;
  padding-left: 0;
}

.c-gutter--3xs {
  margin-top: -0.125rem;
  margin-left: -0.125rem;
}
.c-gutter--3xs > * {
  padding-top: 0.125rem;
  padding-left: 0.125rem;
}

.c-gutter--2xs {
  margin-top: -0.25rem;
  margin-left: -0.25rem;
}
.c-gutter--2xs > * {
  padding-top: 0.25rem;
  padding-left: 0.25rem;
}

.c-gutter--xs {
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.c-gutter--xs > * {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}

.c-gutter--sm {
  margin-top: -1rem;
  margin-left: -1rem;
}
.c-gutter--sm > * {
  padding-top: 1rem;
  padding-left: 1rem;
}

.c-gutter--md {
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.c-gutter--md > * {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.c-gutter--lg {
  margin-top: -2rem;
  margin-left: -2rem;
}
.c-gutter--lg > * {
  padding-top: 2rem;
  padding-left: 2rem;
}

.c-gutter--xl {
  margin-top: -3.5rem;
  margin-left: -3.5rem;
}
.c-gutter--xl > * {
  padding-top: 3.5rem;
  padding-left: 3.5rem;
}

.c-gutter--2xl {
  margin-top: -6rem;
  margin-left: -6rem;
}
.c-gutter--2xl > * {
  padding-top: 6rem;
  padding-left: 6rem;
}

.c-gutter--3xl {
  margin-top: -9rem;
  margin-left: -9rem;
}
.c-gutter--3xl > * {
  padding-top: 9rem;
  padding-left: 9rem;
}

.c-gutter--4xl {
  margin-top: -14rem;
  margin-left: -14rem;
}
.c-gutter--4xl > * {
  padding-top: 14rem;
  padding-left: 14rem;
}
.c-hover {
  opacity: 1;
  transition-duration: 0.4s;
}

.c-pillarbox {
  margin-left: auto;
  margin-right: auto;
  padding-right: 5%;
  padding-left: 5%;
}
.c-pillarbox--sm {
  padding-right: 2.5%;
  padding-left: 2.5%;
}
.c-pillarbox--lg {
  padding-right: 10%;
  padding-left: 10%;
}
.c-pillarbox--xl {
  padding-right: 15%;
  padding-left: 15%;
}
.c-section {
  position: relative;
  display: block;
  width: 100%;
}

.c-section--none {
  padding-top: 0;
  padding-bottom: 0;
}

.c-section--3xs {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.c-section--2xs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.c-section--xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.c-section--sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-section--md {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-section--lg {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.c-section--xl {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.c-section--2xl {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.c-section--3xl {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.c-section--4xl {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.c-typography {
  font-size: 1rem;
}

.c-typography--2xs {
  font-size: 0.625rem;
}

.c-typography--xs {
  font-size: 0.75rem;
}

.c-typography--sm {
  font-size: 0.875rem;
}

.c-typography--normal {
  font-size: 1rem;
}

.c-typography--lg {
  font-size: 1.125rem;
}

.c-typography--xl {
  font-size: 1.375rem;
}

.c-typography--2xl {
  font-size: 1.625rem;
}

.c-typography--3xl {
  font-size: 1.75rem;
}

.c-typography--4xl {
  font-size: 1.875rem;
}

.c-typography--5xl {
  font-size: 2rem;
}

.c-typography--6xl {
  font-size: 2.125rem;
}

.c-typography--noto-sans {
  font-family: Noto Sans JP, sans-serif;
}

.c-typography--geologica {
  font-family: Geologica, sans-serif;
}

.c-typography--outfit {
  font-family: Outfit, sans-serif;
}

.c-typography--tracking-none {
  letter-spacing: 0;
}

.c-typography--tracking-xs {
  letter-spacing: -0.05em;
}

.c-typography--tracking-sm {
  letter-spacing: -0.025em;
}

.c-typography--tracking-normal {
  letter-spacing: 0;
}

.c-typography--tracking-lg {
  letter-spacing: 0.025em;
}

.c-typography--tracking-xl {
  letter-spacing: 0.05em;
}

.c-typography--tracking-2xl {
  letter-spacing: 0.1em;
}

.c-typography--tracking-3xl {
  letter-spacing: 0.15em;
}

.c-typography--tracking-4xl {
  letter-spacing: 0.2em;
}

.c-typography--leading-none {
  line-height: 1;
}

.c-typography--leading-sm {
  line-height: 1.25;
}

.c-typography--leading-normal {
  line-height: 1.5;
}

.c-typography--leading-lg {
  line-height: 1.8;
}

.c-typography--leading-xl {
  line-height: 2;
}

.c-typography--black {
  color: #000000;
}

.c-typography--white {
  color: #ffffff;
}

.c-typography--darkgray {
  color: #333333;
}

.c-typography--gray {
  color: #404040;
}

.c-typography--clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-typography--clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-typography--clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-footer {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 630px;
  background-color: #000000;
  color: #ffffff;
}
.p-footer::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 105%;
  max-width: 1920px;
  height: auto;
  aspect-ratio: 640/209;
  background-image: url("../images/common/bg_footer.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-footer__content {
  position: relative;
  display: grid;
  align-items: end;
  grid-template-columns: 366px 1fr;
  grid-template-rows: 67px 67px 1fr;
}

.p-footer__logo {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-footer__logo img {
  width: 366px;
  height: auto;
}

.p-footer__info {
  grid-row: 3/3;
  grid-column: 1/2;
}

.p-footer__sns {
  align-self: start;
  grid-row: 1/2;
  grid-column: 2/2;
}
.p-footer__sns__list {
  display: flex;
  justify-content: end;
  gap: 2rem;
}
.p-footer__sns__icon {
  width: 26px;
}

.p-footer__nav {
  grid-row: 2/3;
  grid-column: 2/2;
}
.p-footer__nav__list {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.p-footer__nav__link {
  font-weight: 900;
  font-size: 0.875rem;
}

.p-footer__copyright {
  grid-row: 3/3;
  grid-column: 2/2;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.p-footer__copyright__text {
  font-family: Outfit, sans-serif;
  font-size: 0.75rem;
}

.p-header {
  width: 100%;
  height: var(--header);
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(0, 0);
  transition-duration: 0.4s;
}
.p-header.is-hide {
  transform: translate(0, -75px);
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-header__logo {
  margin-right: 1%;
}
.p-header__logo img {
  width: auto;
  height: 40px;
}

.p-header__content {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.5rem;
  flex-grow: 1;
  width: auto;
  height: 100%;
}

.p-header__nav {
  width: auto;
  height: 100%;
  margin-left: auto;
}
.p-header__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
}
.p-header__nav__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
.p-header__nav__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.p-header__nav__link__text {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  font-family: Geologica, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #ffffff;
}

.p-header__sns__list {
  display: flex;
  justify-content: end;
  gap: 2rem;
}
.p-header__sns__icon {
  width: 26px;
}

.p-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}

.p-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 50%;
  max-width: 868px;
  aspect-ratio: 217/73;
}
.p-hero__logo__image svg .cls-1 {
  fill: #ffffff;
}
.p-hero__logo__image svg polyline {
  stroke: #ffffff;
  stroke-width: 30px;
  stroke-dasharray: 4000px;
}
.p-hero__logo__image.aos-animate svg polyline {
  -webkit-animation-name: logo-write;
          animation-name: logo-write;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.p-hero__logo__text {
  position: absolute;
  top: 60%;
  right: 5%;
  z-index: 10;
  width: 80%;
  max-width: 700px;
  height: auto;
}

@-webkit-keyframes logo-write {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes logo-write {
  0% {
    stroke-dashoffset: 4000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.p-home-map iframe {
  width: 100%;
  height: 550px;
}

.p-home-space {
  position: relative;
  padding-top: 0;
}

.p-home-space__title {
  position: absolute;
  top: 6rem;
  right: 0;
  width: 40%;
  max-width: 718px;
  z-index: 10;
}

.p-home-space__map {
  position: relative;
  padding-top: 400px;
  background-image: url("../images/home/bg_space.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-home-space__map::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  mix-blend-mode: multiply;
  content: "";
}
.p-home-space__map__inner {
  position: relative;
  z-index: 10;
}
.p-home-space__map__heading {
  width: 30%;
  max-width: 334px;
}
.p-home-space__map__figure svg .cls-1, .p-home-space__map__figure svg .cls-2, .p-home-space__map__figure svg .cls-3 {
  fill: none;
}
.p-home-space__map__figure svg .cls-2 {
  stroke-width: 3px;
}
.p-home-space__map__figure svg .cls-2, .p-home-space__map__figure svg .cls-4 {
  stroke: #fff;
  stroke-miterlimit: 10;
}
.p-home-space__map__figure svg .cls-5, .p-home-space__map__figure svg .cls-4, .p-home-space__map__figure svg .cls-6 {
  fill: #fff;
}
.p-home-space__map__figure svg .cls-4 {
  stroke-width: 0.25px;
}
.p-home-space__map__figure svg .cls-3 {
  -webkit-clip-path: url(#home-space_map_clippath);
          clip-path: url(#home-space_map_clippath);
}
.p-home-space__map__figure svg .cls-6 {
  opacity: 0.5;
}
.p-home-space__map__figure svg a {
  transition-duration: 0.4s;
}

.p-home-space__detail__list__item {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-home-space__detail__list__item:nth-of-type(even) {
  background-color: #F7F7F7;
}
.p-home-space__detail__textarea {
  font-weight: 400;
  font-size: 1rem;
}
.p-home-space__detail__logo {
  width: 90%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
.p-home-space__detail__logo--vertical {
	max-width: 200px;
}
.p-home-space__detail__info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-style: solid;
  border-color: #C1C1C1;
  border-top-width: 1px;
}
.p-home-space__detail__info__table th {
  padding-right: 1rem;
}
.p-home-space__detail__sns__list {
  display: flex;
  gap: 2rem;
}
.p-home-space__detail__sns__icon {
  width: 26px;
  filter: invert(1);
}

.p-home-summary {
  position: relative;
  padding-bottom: 350px;
  background-color: #000000;
}
.p-home-summary::before {
  position: absolute;
  bottom: 6rem;
  right: -1%;
  z-index: 10;
  width: 80%;
  max-width: 1348px;
  height: auto;
  aspect-ratio: 337/78;
  background-image: url("../images/home/text_catch_en.svg");
  background-position: 90% 80%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-home-summary__catch {
  max-width: 1090px;
  width: 90%;
}
.p-home-summary__catch__text {
  display: flex;
  flex-wrap: wrap;
  gap: 2% 4%;
}
.p-home-summary__catch__text span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.p-home-summary__catch__text span::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-101%, 0);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  content: "";
}
.p-home-summary__catch__text span img {
  width: auto;
  height: min(60px, 6vw);
  opacity: 0;
}

[data-aos=catch].aos-animate .p-home-summary__catch__text span::after {
  -webkit-animation-name: sequential;
          animation-name: sequential;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
}
[data-aos=catch].aos-animate .p-home-summary__catch__text span:nth-of-type(2)::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
[data-aos=catch].aos-animate .p-home-summary__catch__text span:nth-of-type(2) img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
[data-aos=catch].aos-animate .p-home-summary__catch__text span:nth-of-type(3)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
[data-aos=catch].aos-animate .p-home-summary__catch__text span:nth-of-type(3) img {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
[data-aos=catch].aos-animate .p-home-summary__catch__text span img {
  -webkit-animation-name: sequential-fade;
          animation-name: sequential-fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
}

@-webkit-keyframes sequential {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}

@keyframes sequential {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
@-webkit-keyframes sequential-fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sequential-fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}
.p-home {
  width: 100vw;
}

.p-swiper {
  width: 100%;
  height: 100%;
}

.p-swiper__slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-swiper__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-swiper__pagination {
  left: auto !important;
  right: 30px !important;
  width: 1px !important;
}
.p-swiper__pagination .swiper-pagination-bullet {
  margin: 5px 0 !important;
  width: 1px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (hover: hover) {
	.c-hover:hover {
	  opacity: 0.7;
	}
	.p-home-space__map__figure svg a:hover, .p-home-space__map__figure svg a:focus {
	  opacity: 0.4;
	}
  }
@media screen and (max-width: 1024px) {
  .md\:c-grid__auto {
    flex: 0 1 auto;
  }
  .md\:c-grid__fixed {
    flex: 0 0 auto;
  }
  .md\:c-grid__1 {
    width: 8.33%;
  }
  .md\:c-grid__2 {
    width: 16.66%;
  }
  .md\:c-grid__3 {
    width: 25%;
  }
  .md\:c-grid__4 {
    width: 33.33%;
  }
  .md\:c-grid__5 {
    width: 41.66%;
  }
  .md\:c-grid__6 {
    width: 50%;
  }
  .md\:c-grid__7 {
    width: 58.33%;
  }
  .md\:c-grid__8 {
    width: 66.66%;
  }
  .md\:c-grid__9 {
    width: 75%;
  }
  .md\:c-grid__10 {
    width: 83.33%;
  }
  .md\:c-grid__11 {
    width: 91.66%;
  }
  .md\:c-grid__12 {
    width: 100%;
  }
  .md\:c-grid__1of5 {
    width: 20%;
  }
  .md\:c-grid__1of7 {
    width: 14.285%;
  }
  .md\:c-gutter--none {
    margin-top: -0;
    margin-left: -0;
  }
  .md\:c-gutter--none > * {
    padding-top: 0;
    padding-left: 0;
  }
  .md\:c-gutter--3xs {
    margin-top: -0.125rem;
    margin-left: -0.125rem;
  }
  .md\:c-gutter--3xs > * {
    padding-top: 0.125rem;
    padding-left: 0.125rem;
  }
  .md\:c-gutter--2xs {
    margin-top: -0.25rem;
    margin-left: -0.25rem;
  }
  .md\:c-gutter--2xs > * {
    padding-top: 0.25rem;
    padding-left: 0.25rem;
  }
  .md\:c-gutter--xs {
    margin-top: -0.5rem;
    margin-left: -0.5rem;
  }
  .md\:c-gutter--xs > * {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
  }
  .md\:c-gutter--sm {
    margin-top: -1rem;
    margin-left: -1rem;
  }
  .md\:c-gutter--sm > * {
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .md\:c-gutter--md {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
  }
  .md\:c-gutter--md > * {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }
  .md\:c-gutter--lg {
    margin-top: -2rem;
    margin-left: -2rem;
  }
  .md\:c-gutter--lg > * {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .md\:c-gutter--xl {
    margin-top: -3.5rem;
    margin-left: -3.5rem;
  }
  .md\:c-gutter--xl > * {
    padding-top: 3.5rem;
    padding-left: 3.5rem;
  }
  .md\:c-gutter--2xl {
    margin-top: -6rem;
    margin-left: -6rem;
  }
  .md\:c-gutter--2xl > * {
    padding-top: 6rem;
    padding-left: 6rem;
  }
  .md\:c-gutter--3xl {
    margin-top: -9rem;
    margin-left: -9rem;
  }
  .md\:c-gutter--3xl > * {
    padding-top: 9rem;
    padding-left: 9rem;
  }
  .md\:c-gutter--4xl {
    margin-top: -14rem;
    margin-left: -14rem;
  }
  .md\:c-gutter--4xl > * {
    padding-top: 14rem;
    padding-left: 14rem;
  }
  .md\:c-pillarbox {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
    padding-left: 5%;
  }
  .md\:c-pillarbox--sm {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .md\:c-pillarbox--lg {
    padding-right: 10%;
    padding-left: 10%;
  }
  .md\:c-pillarbox--xl {
    padding-right: 15%;
    padding-left: 15%;
  }
  .md\:c-section--none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:c-section--3xs {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .md\:c-section--2xs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:c-section--xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:c-section--sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:c-section--md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:c-section--lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:c-section--xl {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:c-section--2xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:c-section--3xl {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:c-section--4xl {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .p-footer {
    padding-bottom: 320px;
  }
  .p-footer__logo img {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
	body {
	  font-size: 0.875rem;
	}
	* {
	  --header: 50px;
	}
	.sm\:c-grid__auto {
	  flex: 0 1 auto;
	}
	.sm\:c-grid__fixed {
	  flex: 0 0 auto;
	}
	.sm\:c-grid__1 {
	  width: 8.33%;
	}
	.sm\:c-grid__2 {
	  width: 16.66%;
	}
	.sm\:c-grid__3 {
	  width: 25%;
	}
	.sm\:c-grid__4 {
	  width: 33.33%;
	}
	.sm\:c-grid__5 {
	  width: 41.66%;
	}
	.sm\:c-grid__6 {
	  width: 50%;
	}
	.sm\:c-grid__7 {
	  width: 58.33%;
	}
	.sm\:c-grid__8 {
	  width: 66.66%;
	}
	.sm\:c-grid__9 {
	  width: 75%;
	}
	.sm\:c-grid__10 {
	  width: 83.33%;
	}
	.sm\:c-grid__11 {
	  width: 91.66%;
	}
	.sm\:c-grid__12 {
	  width: 100%;
	}
	.sm\:c-grid__1of5 {
	  width: 20%;
	}
	.sm\:c-grid__1of7 {
	  width: 14.285%;
	}
	.sm\:c-gutter--none {
	  margin-top: -0;
	  margin-left: -0;
	}
	.sm\:c-gutter--none > * {
	  padding-top: 0;
	  padding-left: 0;
	}
	.sm\:c-gutter--3xs {
	  margin-top: -0.125rem;
	  margin-left: -0.125rem;
	}
	.sm\:c-gutter--3xs > * {
	  padding-top: 0.125rem;
	  padding-left: 0.125rem;
	}
	.sm\:c-gutter--2xs {
	  margin-top: -0.25rem;
	  margin-left: -0.25rem;
	}
	.sm\:c-gutter--2xs > * {
	  padding-top: 0.25rem;
	  padding-left: 0.25rem;
	}
	.sm\:c-gutter--xs {
	  margin-top: -0.5rem;
	  margin-left: -0.5rem;
	}
	.sm\:c-gutter--xs > * {
	  padding-top: 0.5rem;
	  padding-left: 0.5rem;
	}
	.sm\:c-gutter--sm {
	  margin-top: -1rem;
	  margin-left: -1rem;
	}
	.sm\:c-gutter--sm > * {
	  padding-top: 1rem;
	  padding-left: 1rem;
	}
	.sm\:c-gutter--md {
	  margin-top: -1.5rem;
	  margin-left: -1.5rem;
	}
	.sm\:c-gutter--md > * {
	  padding-top: 1.5rem;
	  padding-left: 1.5rem;
	}
	.sm\:c-gutter--lg {
	  margin-top: -2rem;
	  margin-left: -2rem;
	}
	.sm\:c-gutter--lg > * {
	  padding-top: 2rem;
	  padding-left: 2rem;
	}
	.sm\:c-gutter--xl {
	  margin-top: -3.5rem;
	  margin-left: -3.5rem;
	}
	.sm\:c-gutter--xl > * {
	  padding-top: 3.5rem;
	  padding-left: 3.5rem;
	}
	.sm\:c-gutter--2xl {
	  margin-top: -6rem;
	  margin-left: -6rem;
	}
	.sm\:c-gutter--2xl > * {
	  padding-top: 6rem;
	  padding-left: 6rem;
	}
	.sm\:c-gutter--3xl {
	  margin-top: -9rem;
	  margin-left: -9rem;
	}
	.sm\:c-gutter--3xl > * {
	  padding-top: 9rem;
	  padding-left: 9rem;
	}
	.sm\:c-gutter--4xl {
	  margin-top: -14rem;
	  margin-left: -14rem;
	}
	.sm\:c-gutter--4xl > * {
	  padding-top: 14rem;
	  padding-left: 14rem;
	}
	.sm\:c-pillarbox {
	  margin-left: auto;
	  margin-right: auto;
	  padding-right: 5%;
	  padding-left: 5%;
	}
	.sm\:c-pillarbox--sm {
	  padding-right: 2.5%;
	  padding-left: 2.5%;
	}
	.sm\:c-pillarbox--lg {
	  padding-right: 10%;
	  padding-left: 10%;
	}
	.sm\:c-pillarbox--xl {
	  padding-right: 15%;
	  padding-left: 15%;
	}
	.sm\:c-section--none {
	  padding-top: 0;
	  padding-bottom: 0;
	}
	.sm\:c-section--3xs {
	  padding-top: 0.125rem;
	  padding-bottom: 0.125rem;
	}
	.sm\:c-section--2xs {
	  padding-top: 0.25rem;
	  padding-bottom: 0.25rem;
	}
	.sm\:c-section--xs {
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
	.sm\:c-section--sm {
	  padding-top: 1rem;
	  padding-bottom: 1rem;
	}
	.sm\:c-section--md {
	  padding-top: 1.5rem;
	  padding-bottom: 1.5rem;
	}
	.sm\:c-section--lg {
	  padding-top: 2rem;
	  padding-bottom: 2rem;
	}
	.sm\:c-section--xl {
	  padding-top: 3.5rem;
	  padding-bottom: 3.5rem;
	}
	.sm\:c-section--2xl {
	  padding-top: 6rem;
	  padding-bottom: 6rem;
	}
	.sm\:c-section--3xl {
	  padding-top: 9rem;
	  padding-bottom: 9rem;
	}
	.sm\:c-section--4xl {
	  padding-top: 14rem;
	  padding-bottom: 14rem;
	}
	.c-typography {
	  font-size: 0.875rem;
	}
	.c-typography--2xs {
	  font-size: 0.5rem;
	}
	.sm\:c-typography--2xs {
	  font-size: 0.5rem !important;
	}
	.c-typography--xs {
	  font-size: 0.625rem;
	}
	.sm\:c-typography--xs {
	  font-size: 0.625rem !important;
	}
	.c-typography--sm {
	  font-size: 0.75rem;
	}
	.sm\:c-typography--sm {
	  font-size: 0.75rem !important;
	}
	.c-typography--normal {
	  font-size: 0.875rem;
	}
	.sm\:c-typography--normal {
	  font-size: 0.875rem !important;
	}
	.c-typography--lg {
	  font-size: 1rem;
	}
	.sm\:c-typography--lg {
	  font-size: 1rem !important;
	}
	.c-typography--xl {
	  font-size: 1.25rem;
	}
	.sm\:c-typography--xl {
	  font-size: 1.25rem !important;
	}
	.c-typography--2xl {
	  font-size: 1.375rem;
	}
	.sm\:c-typography--2xl {
	  font-size: 1.375rem !important;
	}
	.c-typography--3xl {
	  font-size: 1.5rem;
	}
	.sm\:c-typography--3xl {
	  font-size: 1.5rem !important;
	}
	.c-typography--4xl {
	  font-size: 1.625rem;
	}
	.sm\:c-typography--4xl {
	  font-size: 1.625rem !important;
	}
	.c-typography--5xl {
	  font-size: 1.75rem;
	}
	.sm\:c-typography--5xl {
	  font-size: 1.75rem !important;
	}
	.c-typography--6xl {
	  font-size: 1.875rem;
	}
	.sm\:c-typography--6xl {
	  font-size: 1.875rem !important;
	}
	.p-footer {
	  padding-bottom: 160px;
	}
	.p-footer__content {
	  grid-template-columns: 1fr;
	  grid-template-rows: 1fr 42px 26px 1rem;
	  gap: 3rem;
	}
	.p-footer__logo {
	  grid-row: 1/2;
	  grid-column: 1;
	  text-align: center;
	}
	.p-footer__info {
	  grid-row: 2/3;
	  grid-column: 1;
	  text-align: center;
	}
	.p-footer__sns {
	  align-self: auto;
	  grid-row: 3/4;
	  grid-column: 1;
	}
	.p-footer__sns__list {
	  justify-content: center;
	}
	.p-footer__nav__link {
	  font-size: 0.75rem;
	}
	.p-footer__copyright {
	  grid-row: 4/5;
	  grid-column: 1;
	  text-align: center;
	}
	.p-footer__copyright__text {
	  font-size: 0.75rem !important;
	}
	.p-header__logo {
	  position: fixed;
	  z-index: 999;
	}
	.p-header__nav__link__text {
	  font-size: 0.875rem !important;
	}
	.p-header__sns__icon {
	  width: 20px;
	}
	.p-home-map iframe {
	  height: 400px;
	}
	.p-home-space__title {
	  top: 2rem;
	}
	.p-home-space__detail__list__item {
	  padding-top: 3.5rem;
	  padding-bottom: 3.5rem;
	}
	.p-home-space__detail__textarea {
	  font-size: 0.875rem;
	}
	.p-home-space__detail__logo {
		width: 50%;
	}
	.p-home-space__detail__logo--vertical {
		width: 40%;
	}
	.p-home-space__detail__sns__icon {
	  width: 20px;
	}
	.p-home-summary {
	  padding-bottom: 175px;
	}
	.p-home-summary::before {
	  bottom: 3.5rem;
	}
	.p-home-summary__catch__text span {
	  padding-top: 0.5rem;
	  padding-bottom: 0.5rem;
	}
	.p-swiper__pagination {
	  right: 20px !important;
	}
	.p-swiper__pagination .swiper-pagination-bullet {
	  height: 50px;
	  margin: 2px 0 !important;
	}
  }