.notFoundSect {
  container-type: inline-size;
}
.notFoundSect__inner {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .notFoundSect__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .notFoundSect__inner {
    padding: 0 3.9800995025vw;
  }
}
.notFoundSect__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .notFoundSect__head {
    box-sizing: content-box;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .notFoundSect__head {
    padding-block: 28px;
  }
}
.notFoundSect__head:before {
  content: "";
  display: block;
  background-color: var(--color-gray-100);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100cqw;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .notFoundSect__body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .notFoundSect__body {
    padding-bottom: 40px;
  }
}
.notFoundSect__body .generalLinkButton {
  border: 1px solid var(--color-green-300);
}
.notFoundSect__body .generalLinkButton svg path {
  stroke: var(--color-green-300);
}

@media screen and (min-width: 768px) {
  .bread-crumb {
    max-width: 1104px;
    margin-inline: auto;
    padding: 17px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    padding: 12px 3.9800995025vw;
  }
}

.error404Sect__head {
  margin-top: 24px;
}
.error404Sect__head .heading {
  word-wrap: break-word;
  border-bottom: 2px solid var(--color-black);
  margin-inline: auto;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: calc(22rem / 10);
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .error404Sect__head .heading {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.error404Sect__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .error404Sect__body {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .error404Sect__body {
    text-align: left;
  }
}
.error404Sect__body .txt {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .error404Sect__body .txt + .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .error404Sect__body .txt + .txt {
    margin-top: 10px;
  }
}
.error404Sect__body .generalButton {
  margin-top: 32px;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}/*# sourceMappingURL=notfound.css.map */