@charset "UTF-8";
/* pc、spの非表示 */
body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: max(1.6rem, 10px);
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
body.menu-open {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

:root {
  --header-height: 8.5rem;
  /* ヘッダーの高さを変数として管理 */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  font-size: 10px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

/* pc、spの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.footer {
  background-color: #4BB141;
  padding-block: 1rem;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 3rem;
  }
}

.footer-copyright {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #fff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fv {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .fv {
    margin-bottom: 2rem;
  }
}
.fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  background-color: #4BB141;
  width: 27.2rem;
  margin-inline: auto;
  padding-block: 1rem;
  border-radius: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cta-btn:hover {
  opacity: 0.5;
}

.cta-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1rem;
}

.cta-img {
  width: 1rem;
  height: 1rem;
}
.cta-img img {
  padding-bottom: 1.5rem;
}

.topics {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .topics {
    padding-bottom: 8rem;
  }
}

.topics-title {
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 5rem;
  color: #65522B;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .topics-title {
    font-size: 3rem;
  }
}

.topic-content {
  position: relative;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .topic-content {
    margin-bottom: 6rem;
  }
}

.topic-content-img {
  width: 84rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .topic-content-img {
    width: 35.4rem;
  }
}

.topics-contents-small-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #313F2F;
  position: relative;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .topics-contents-small-text {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

.topics-contents-text {
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.2rem;
  color: #313F2F;
}
@media (max-width: 767px) {
  .topics-contents-text {
    font-size: 2.6rem;
    width: 23.5rem;
    margin-inline: auto;
    line-height: 1.3;
    top: 4rem;
  }
}

.topics-contents-text02 {
  font-size: 2rem;
  text-align: center;
  color: #313F2F;
  position: relative;
  letter-spacing: 0.1rem;
  width: 11.8rem;
  margin-inline: auto;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
@media (max-width: 767px) {
  .topics-contents-text02 {
    font-size: 1.6rem;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}
.topics-contents-text02::before {
  content: "";
  display: block;
  width: 19.8rem;
  height: 0.1rem;
  background-color: #6F796E;
  margin-inline: auto;
  position: absolute;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .topics-contents-text02::before {
    width: 17.5rem;
    top: -0.25rem;
  }
}
.topics-contents-text02::after {
  content: "";
  display: block;
  width: 19.8rem;
  height: 0.1rem;
  background-color: #6F796E;
  margin-inline: auto;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .topics-contents-text02::after {
    width: 17.5rem;
    bottom: -0.25rem;
  }
}

.topic-content-wrap {
  width: 88rem;
  margin-inline: auto;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .topic-content-wrap {
    width: 32.5rem;
    padding-left: unset;
  }
}

.topic-content-wrap-text01 {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6rem;
  position: relative;
  line-height: 1.6;
  padding-left: 2rem;
}
.topic-content-wrap-text01::before {
  content: "";
  display: block;
  width: 88rem;
  height: 0.1rem;
  background-color: #aaaaaa;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .topic-content-wrap-text01::before {
    width: 32.5rem;
  }
}
.topic-content-wrap-text01::after {
  content: "";
  display: block;
  width: 88rem;
  height: 0.1rem;
  background-color: #aaaaaa;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .topic-content-wrap-text01::after {
    width: 32.5rem;
  }
}

.topic-content-wrap-text02 {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  position: relative;
  line-height: 1.6;
  padding-left: 2rem;
}
.topic-content-wrap-text02::after {
  content: "";
  display: block;
  width: 88rem;
  height: 0.1rem;
  background-color: #aaaaaa;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .topic-content-wrap-text02::after {
    width: 32.5rem;
  }
}

@media (max-width: 767px) {
  .topic-content-wrap-text01-span,
  .topic-content-wrap-text02-span {
    display: block;
    margin-bottom: 1rem;
  }
}

.schedule {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .schedule {
    padding-bottom: 8rem;
  }
}

.schedule-title {
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 3rem;
  color: #65522B;
}
@media (max-width: 767px) {
  .schedule-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.schedule-contents {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .schedule-contents {
    margin-bottom: 3rem;
  }
}

.schedule-contents-text {
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #313F2F;
}
@media (max-width: 767px) {
  .schedule-contents-text {
    font-size: 4.2rem;
  }
}

.schedule-content-img {
  width: 38rem;
  margin-inline: auto;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .schedule-content-img {
    width: 23rem;
    margin-top: -1.5rem;
  }
}

.schedule-contents-text02 {
  width: 70rem;
  margin-inline: auto;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .schedule-contents-text02 {
    width: 34.5rem;
    letter-spacing: unset;
    text-align: left;
  }
}

.schedule-contents-text02-span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule-contents-text02-span {
    font-size: 2rem;
  }
}

.contact {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 8rem;
  }
}

.contact-title {
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
  color: #65522B;
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 3rem;
  }
}

.contact-contents-text {
  width: 75rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .contact-contents-text {
    width: 34.5rem;
  }
}

.contact-form__flex-item {
  width: 75rem;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .contact-form__flex-item {
    margin-bottom: 2.5rem;
    width: 34.5rem;
  }
}

.contact-form__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-form__flex02 {
    width: 34.5rem;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    margin-bottom: 1rem;
  }
}

.contact-form__info {
  font-size: 1.6rem;
  letter-spacing: 0rem;
  color: #333;
}
.absolutely {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background-color: #D01E0B;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .absolutely {
    border-radius: 0.3rem;
  }
}

.optional {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background-color: #777;
  padding: 0.25rem 0.75rem;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .optional {
    padding: 0.25rem 0.75rem;
    border-radius: 0.3rem;
  }
}

.wpcf7-text {
  display: block;
  width: 75rem;
  margin-inline: auto;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 0.75rem;
  padding-inline: 2rem;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .wpcf7-text {
    width: 34.5rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.wpcf7-textarea {
  display: block;
  width: 75rem;
  height: 12rem;
  margin-inline: auto;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  cursor: pointer;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .wpcf7-textarea {
    width: 34.5rem;
    height: 12rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
  }
}

.wpcf7 select {
  display: block;
  width: 75rem;
  margin-inline: auto;
  background-color: #fff;
  color: #333;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
@media (max-width: 767px) {
  .wpcf7 select {
    width: 34.5rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.contact-select-wrap {
  position: relative;
  display: block;
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-select-wrap {
    width: 34.5rem;
  }
}
.contact-select-wrap::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #666;
  /* ▼の色 */
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact-select-wrap::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #666;
    /* ▼の色 */
    pointer-events: none;
  }
}

/* ラッパー全体 */
.contact-form__pp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #333;
  margin-block: 5.7rem;
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-form__pp {
    font-size: 1.6rem;
    margin-block: 3rem;
    width: 34.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* チェックボックス */
.contact-form__pp input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__pp input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    margin-bottom: 3rem;
  }
}

/* テキスト部分 */
.pp-text {
  display: inline-block;
}
@media (max-width: 767px) {
  .pp-text {
    width: 32rem;
  }
}

/* リンク（プライバシーポリシー） */
.pp-link {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .pp-link {
    text-underline-offset: 0.2rem;
  }
}
.pp-link:hover {
  opacity: 0.5;
}

/* ボタンラッパー */
.contact-form__btn-wrap {
  text-align: center;
}

.submit-btn {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .submit-btn {
    width: 34.5rem;
    max-width: unset;
  }
}
.submit-btn:hover {
  opacity: 0.5;
}

/* ボタン本体 */
.submit-btn input[type=submit] {
  width: 22rem;
  padding: 1rem 5rem;
  background-color: #4BB141;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
}

/* 矢印アイコン */
.submit-btn__arrow {
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url("../img-file/common/arrow-right.webp") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .submit-btn__arrow {
    right: 10rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

/* ボタンが無効なとき */
input.confirm_button:disabled {
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    width: 34.5rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    width: 34.5rem;
  }
}

.contact-form__flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 1rem;
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-form__flex03 {
    width: 34.5rem;
  }
}

.contact-form-post {
  width: 12rem;
}

.contact-address-search-btn {
  font-size: 1.6rem;
  background-color: #333;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.4rem;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-address-search-btn:hover {
  opacity: 0.5;
}
.wpcf7-list-item {
  margin: unset;
}

/* 背景のオーバーレイ */
.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  inset: 0;
  /* top, right, bottom, left をまとめて書けます */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* モーダル全体のオーバーレイ */
.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* モーダル本体 */
.modal__container {
  font-size: 1.6rem;
  background: #fff;
  border-radius: 0.5rem;
  width: 79rem;
  padding: 3rem;
  position: relative;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-height: 80vh;
  /* 長文対策：画面の8割まで */
  overflow-y: auto;
  /* スクロール許可 */
  -webkit-overflow-scrolling: touch;
  /* iOSスムーズスクロール */
}
@media (max-width: 767px) {
  .modal__container {
    width: 34.5rem;
    padding: 1.5rem;
    /* 少し広めに戻すと指で操作しやすい */
    font-size: 1.2rem;
    max-height: 85vh;
    /* スマホは少し広めに */
  }
}

/* モーダル内タイトル */
.modal__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 1.6rem;
  }
}

/* 本文部分（長文対応） */
.modal__content {
  line-height: 1.8;
  color: #333;
}
.modal__content p + p {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .modal__content {
    line-height: 1.7;
  }
}

/* 閉じるボタン */
/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  /* ボタンのタップ領域を確保 */
  height: 2.5rem;
  border: none;
  background: transparent;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  line-height: 1;
  z-index: 10000;
  /* モーダル本文より前面に強制表示 */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__close:before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  line-height: 1;
}
.modal__close:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .modal__close {
    top: 0.8rem;
    right: 0.8rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.8rem;
  }
}

/* === 開閉アニメーション === */
/* 開くとき（Micromodalが aria-hidden=false に変更する） */
.modal[aria-hidden=false] .modal__overlay {
  opacity: 1;
  pointer-events: all;
}

.modal[aria-hidden=false] .modal__container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 閉じた状態（非表示） */
.modal[aria-hidden=true] .modal__overlay {
  opacity: 0;
  pointer-events: none;
}

.not-found {
  padding-block: 15rem;
}

.not-found-title {
  font-size: 6rem;
  font-weight: 400;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 10rem;
}

.not-found-contents-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .not-found-contents-text {
    font-size: 1.6rem;
  }
}

.not-found-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  background-color: #4BB141;
  width: 27.1rem;
  margin-inline: auto;
  padding-block: 1rem;
  border-radius: 3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.not-found-btn:hover {
  opacity: 0.5;
}

.not-found-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.not-found-img {
  width: 0.5rem;
  height: 0.5rem;
}
.not-found-img img {
  padding-bottom: 2rem;
}/*# sourceMappingURL=style.css.map */