* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html {
  font-size: 10px;
}

@media (max-width: 1439px) {
  html {
    font-size: 0.69vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.56vw;
  }
}
.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc__flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .is-pc__flex {
    display: none !important;
  }
}

.is-sp__flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-sp__flex {
    display: flex !important;
  }
}

nav li::marker,
.header li::marker,
.footer li::marker,
.menu li::marker {
  content: "";
}

main {
  overflow: hidden;
}

.page-wating {
  padding: 20rem 0;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
}
.page-wating h1 {
  font-size: 4rem;
  color: #333;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #282828;
}

.maintenance-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 200px 0;
  min-height: 100vh;
  justify-content: center;
}
@media (max-width: 768px) {
  .maintenance-container {
    padding: 100px 20px;
  }
}

.logo {
  height: 45px;
  width: 120px;
  flex-shrink: 0;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  width: 100%;
}

.heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .heading {
    font-size: 18px;
  }
}

.description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .description {
    font-size: 14px;
  }
}
.description p {
  margin: 0;
  margin-bottom: 0.5em;
}
.description p:last-child {
  margin-bottom: 0;
}

.contact-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-info {
    font-size: 14px;
  }
}
.contact-info p {
  margin: 0;
  margin-bottom: 0.5em;
}
.contact-info p:last-child {
  margin-bottom: 0;
}

.contact-label {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.company-name {
  font-weight: 700;
}

.phone-number {
  font-weight: 700;
}

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